优化页面
This commit is contained in:
1
unpackage/dist/build/mp-weixin/TUIKit/components/common/DatePicker/date-picker-panel.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/TUIKit/components/common/DatePicker/date-picker-panel.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../../common/assets.js"),a=require("../../../utils/env.js");Math||(r+n)();const n=()=>"./date-table.js",r=()=>"../Icon.js",u=e.defineComponent({__name:"date-picker-panel",props:{type:{type:String,default:"range"},date:{type:e.dayjs_minExports.Dayjs,default:()=>e.dayjs()},startDate:{type:e.dayjs_minExports.Dayjs,default:null},endDate:{type:e.dayjs_minExports.Dayjs,default:null},rangeType:{type:String,default:""},currentOtherPanelValue:{type:e.dayjs_minExports.Dayjs,default:null}},emits:["pick","change"],setup(n,{emit:r}){const u=n,l=r,d=e=>e?["tui-date-picker-panel-"+e,!a.isPC&&"tui-date-picker-panel-h5-"+e]:["tui-date-picker-panel",!a.isPC&&"tui-date-picker-panel-h5"],o=e.ref(),i=e.computed((()=>{var e;return null==(e=o.value)?void 0:e.get("year")})),s=e.computed((()=>{var e;return null==(e=o.value)?void 0:e.format("MMMM")})),c=e.computed((()=>{var e,t,a;const n=(null==(e=u.currentOtherPanelValue)?void 0:e.year())-1,r=null==(t=u.currentOtherPanelValue)?void 0:t.year(n);return"right"===u.rangeType||(null==(a=o.value)?void 0:a.isBefore(r,"year"))})),p=e.computed((()=>{var e,t,a;const n=(null==(e=u.currentOtherPanelValue)?void 0:e.month())-1,r=null==(t=u.currentOtherPanelValue)?void 0:t.month(n);return"right"===u.rangeType||(null==(a=o.value)?void 0:a.isBefore(r,"month"))})),y=e.computed((()=>{var e,t,a;const n=(null==(e=u.currentOtherPanelValue)?void 0:e.year())+1,r=null==(t=u.currentOtherPanelValue)?void 0:t.year(n);return"left"===u.rangeType||(null==(a=o.value)?void 0:a.isAfter(r,"year"))})),h=e.computed((()=>{var e,t,a;const n=(null==(e=u.currentOtherPanelValue)?void 0:e.month())+1,r=null==(t=u.currentOtherPanelValue)?void 0:t.month(n);return"left"===u.rangeType||(null==(a=o.value)?void 0:a.isAfter(r,"month"))}));function f(e){l("pick",e)}function v(t,a){o.value=e.dayjs(o.value.toDate()).add(a,t),l("change",o.value)}return e.onBeforeMount((()=>{switch(u.type){case"single":o.value=(u.date&&(null==(t=e.dayjs(u.date))?void 0:t.isValid())?{date:null==u?void 0:u.date}:{date:e.dayjs()}).date,l("change",o.value);break;case"range":o.value=(()=>{var t;switch(u.rangeType){case"left":return u.startDate&&e.dayjs.isDayjs(u.startDate)?{date:null==u?void 0:u.startDate}:{date:e.dayjs()};case"right":if(u.endDate&&e.dayjs.isDayjs(u.endDate)&&(null==(t=null==u?void 0:u.endDate)?void 0:t.isAfter(u.startDate,"month")))return{date:null==u?void 0:u.endDate};{const t=(u.startDate||e.dayjs()).month();return{date:(u.startDate||e.dayjs()).month(t+1)}}default:return{date:e.dayjs()}}})().date,l("change",o.value)}var t})),(a,n)=>e.e({a:e.unref(y)},e.unref(y)?{b:e.p({file:e.unref(t.dLeftArrowIcon),width:"12px",height:"12px"}),c:e.n(d("icon")),d:e.o$1((e=>v("year",-1)))}:{},{e:e.unref(h)},e.unref(h)?{f:e.p({file:e.unref(t.leftArrowIcon),width:"10px",height:"10px"}),g:e.n(d("icon")),h:e.o$1((e=>v("month",-1)))}:{},{i:e.n(d("body-header-prev")),j:e.t(e.unref(i)),k:e.n(d("body-header-label-item")),l:e.t(e.unref(e.Wt).t(`time.${e.unref(s)}`)),m:e.n(d("body-header-label-item")),n:e.n(d("body-header-label")),o:e.unref(p)},e.unref(p)?{p:e.p({file:e.unref(t.rightArrowIcon),width:"10px",height:"10px"}),q:e.n(d("icon")),r:e.o$1((e=>v("month",1)))}:{},{s:e.unref(c)},e.unref(c)?{t:e.p({file:e.unref(t.dRightArrowIcon),width:"12px",height:"12px"}),v:e.n(d("icon")),w:e.o$1((e=>v("year",1)))}:{},{x:e.n(d("body-header-next")),y:e.n(d("body-header")),z:e.o$1(f),A:e.p({type:u.type,date:u.date,startDate:u.startDate,endDate:u.endDate,currentPanelDate:e.unref(o)}),B:e.n(d("body-content")),C:e.n(d("body")),D:e.n(d("")),E:e.o$1((()=>{}))})}}),l=e._export_sfc(u,[["__scopeId","data-v-b6fd5a74"]]);wx.createComponent(l);
|
||||
Reference in New Issue
Block a user