cnhis-design-vue 3.2.9-beta.8 → 3.2.9-release.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/ai-chat/src/components/ChatMain.js +1 -1
- package/es/components/base-search/index.d.ts +2 -0
- package/es/components/base-search/src/index.vue.d.ts +2 -0
- package/es/components/button-print/index.d.ts +30 -13
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +30 -13
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +9 -4
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +9 -4
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +8 -6
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/classification/index.d.ts +87 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +87 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +87 -0
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
- package/es/components/classification/src/index.vue.d.ts +87 -0
- package/es/components/date-picker/index.d.ts +29 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +30 -1
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
- package/es/components/field-set/index.d.ts +8 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +89 -6
- package/es/components/field-set/src/FieldColor.vue2.js +1 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +31 -6
- package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +73 -30
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/Index.vue.d.ts +8 -1
- package/es/components/field-set/src/Index.vue2.js +1 -1
- package/es/components/field-set/src/TableStyle.vue2.js +1 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +29 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +58 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +29 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +28 -1
- package/es/components/field-set/src/components/table-row.vue2.js +1 -1
- package/es/components/field-set/src/types/index.d.ts +4 -3
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +2 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/iho-chat/index.d.ts +316 -6
- package/es/components/iho-chat/src/Index.vue.d.ts +316 -6
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/api/index.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +5 -0
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +121 -1
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +6 -0
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +160 -2
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +122 -0
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +29 -0
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +6 -1
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +5 -0
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +1 -3
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -1
- package/es/components/iho-chat/src/hooks/useSession.js +1 -1
- package/es/components/iho-chat/src/hooks/useState.d.ts +6 -0
- package/es/components/iho-chat/src/hooks/useState.js +1 -1
- package/es/components/iho-chat/src/types/index.d.ts +3 -1
- package/es/components/iho-chat/src/types/index.js +1 -1
- package/es/components/iho-chat/src/utils/chatSock.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +29 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +29 -0
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.d.ts +2 -0
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.js +1 -0
- package/es/components/iho-table/src/types/index.d.ts +3 -0
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/quick-search/index.d.ts +3 -0
- package/es/components/quick-search/src/index.vue.d.ts +3 -0
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +29 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +58 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +58 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +58 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +29 -0
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +116 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +116 -0
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
- package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
- package/es/components/table-filter/src/types/index.d.ts +2 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -0
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
@@ -71,6 +71,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
71
71
|
placeholder: string | undefined;
|
72
72
|
advanceColWidth: number | null | undefined;
|
73
73
|
accurateSearch: any;
|
74
|
+
extendKey: string;
|
74
75
|
}[];
|
75
76
|
getCacheDef: (item: import("..").ISearchType, cacheList: string[]) => string | string[];
|
76
77
|
transformParams: (paramsList: any[]) => any;
|
@@ -130,6 +131,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
130
131
|
alias?: string | undefined;
|
131
132
|
accurateSearch?: any;
|
132
133
|
isAccurateSearchVal?: boolean | undefined;
|
134
|
+
extendKey?: string | undefined;
|
133
135
|
}[]>;
|
134
136
|
parentNames: import("vue").Ref<{
|
135
137
|
disabled: boolean;
|
@@ -174,6 +176,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
174
176
|
alias?: string | undefined;
|
175
177
|
accurateSearch?: any;
|
176
178
|
isAccurateSearchVal?: boolean | undefined;
|
179
|
+
extendKey?: string | undefined;
|
177
180
|
}[];
|
178
181
|
getMergeConObj: () => import("..").ISearchParamsType[];
|
179
182
|
getConObjParams: () => import("..").ISearchParamsType[];
|
@@ -73,6 +73,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
73
73
|
placeholder: string | undefined;
|
74
74
|
advanceColWidth: number | null | undefined;
|
75
75
|
accurateSearch: any;
|
76
|
+
extendKey: string;
|
76
77
|
}[];
|
77
78
|
getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
|
78
79
|
transformParams: (paramsList: any[]) => any;
|
@@ -132,6 +133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
132
133
|
alias?: string | undefined;
|
133
134
|
accurateSearch?: any;
|
134
135
|
isAccurateSearchVal?: boolean | undefined;
|
136
|
+
extendKey?: string | undefined;
|
135
137
|
}[]>;
|
136
138
|
parentNames: import("vue").Ref<{
|
137
139
|
disabled: boolean;
|
@@ -176,6 +178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
176
178
|
alias?: string | undefined;
|
177
179
|
accurateSearch?: any;
|
178
180
|
isAccurateSearchVal?: boolean | undefined;
|
181
|
+
extendKey?: string | undefined;
|
179
182
|
}[];
|
180
183
|
getMergeConObj: () => ISearchParamsType[];
|
181
184
|
getConObjParams: () => ISearchParamsType[];
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,reactive as o,ref as t,watch as a,nextTick as n,openBlock as s,createElementBlock as i,normalizeClass as l,unref as r,createCommentVNode as m,Fragment as c,createBlock as u,mergeProps as d,createElementVNode as p,normalizeStyle as f,createVNode as v,withCtx as g,renderList as h,toDisplayString as k,createTextVNode as y,resolveDynamicComponent as w,renderSlot as S}from"vue";import b from"./hooks/use-noData.js";import{ScaleViewProps as C}from"./hooks/scaleview-props.js";import{getScaleViewState as D}from"./hooks/scaleview-state.js";import{ScaleViewComputed as E}from"./hooks/scaleview-computed.js";import{ScaleViewInit as j}from"./hooks/scaleview-init.js";import{ScaleViewSubmit as _}from"./hooks/scaleview-submit.js";import{ScaleViewMethods as x}from"./hooks/scaleview-methods.js";import{handleQueryParams as F,isCollection as P}from"./utils/judge-types.js";import{useEvent as q}from"./hooks/use-event.js";import"xe-utils";import"moment";import L from"../../../shared/utils/vexutilsExpand.js";import N from"./components/NoData.vue.js";import R from"./components/EvaluateCountdown.vue.js";import A from"./components/EvaluatePage.vue.js";import M from"./components/AnswerParse.vue.js";import O from"./components/ScaleScore.js";import T from"./components/DescribeContent.vue.js";import{NForm as V,NFormItem as I,NButton as B}from"naive-ui";const J=["innerHTML"],G={key:0,class:"required-text"},W={key:1,class:"evalute-label"},H=["onClick"],Q=p("i",{class:"scale-view-iconfont icon-scale-view-dengpao"},null,-1),$={key:1,class:"footer"};var z=e({__name:"ScaleView",props:C,emits:["onCloseSetting","submitNoRequest","onSubmit","startWriteScale"],setup(e,{expose:C,emit:z}){const K=e,{ScaleViewState:U}=D(),X=o(U),Y=t(null),Z=t(null),ee=t(null),{noDataState:oe,setNoData:te,resetNodata:ae}=b(),ne=F(),{showEvatip:se,isFormBoldOpen:ie,scaleStyle:le,handlePageClass:re,isShowItem:me,handleShowQuestionNumber:ce,hasScore:ue,isPreviewScale:de,showEvaluateEntry:pe,showEvaluateCoundownPage:fe,showScaleFooter:ve,isCancelBtn:ge,isSaveBtn:he,showEvaluateLabel:ke,showAnswerParse:ye,propsConfig:we,evaluatePageProps:Se,evaluateCountdownProps:be,isEvaluetaResSituation:Ce,disableEdit:De,desStart:Ee,desEnd:je,desContent:_e}=E(K,X,{query:ne,scaleViewDom:Y}),{initForm:xe}=j(K,X,z,{query:ne}),{submitMethod:Fe,onSubmitData:Pe,onSubmitForm:qe,handleScoreJson:Le}=_(K,X,z,{query:ne,formRef:ee,countdownDom:Z}),{nextLogicEvent:Ne,handleDynamicDataRelation:Re}=q(K,X),{scaleChange:Ae,labelChange:Me,vodFileList:Oe,writeGuage:Te,closeEvaluateCountdown:Ve,showEvaTipModal:Ie}=x(K,X,z,{nextLogicEvent:Ne,handleDynamicDataRelation:Re,isPreviewScale:de,submitMethod:Fe,isEvaluetaResSituation:Ce,handleScoreJson:Le,disableEdit:De});(()=>{let{id:e}=ne;e&&(X.shareId=e)})();const Be=e=>{try{ae(),xe(e)}catch(e){console.log(e,"--error"),X.spinning=!1,X.hasFrontAddress=!1,te(!0,null==e?void 0:e.resultMsg,null==e?void 0:e.result)}};a((()=>K.ids),((e,o)=>{o?e.guage_id&&e.guage_id!=o.guage_id&&Be(e):e.guage_id&&Be(e)}),{immediate:!0}),a((()=>K.guageData),(e=>{if(!e||!Object.keys(e||{}).length)return;X.form={},X.formArray=[];const o=JSON.parse(JSON.stringify(e));n((()=>{xe(o)}))}),{immediate:!0});const Je=L.debounce(Pe,300),Ge=()=>{z("onCloseSetting")};return C({getScaleData:()=>({...X}),onSubmitForm:qe,cancel:Ge}),(e,o)=>(s(),i("div",{class:l(["c-scale-view-block",{"c-scale-view-block-hasfooter":r(ve)}]),ref_key:"scaleViewDom",ref:Y},[m(' <template v-if="state.spinning">\n <n-spin :show="state.spinning" description="加载中"></n-spin>\n </template> '),X.spinning||X.hasFrontAddress?m("v-if",!0):(s(),i(c,{key:0},[r(oe).noData?(s(),u(N,{key:0,noDataImg:r(oe).noDataImg,noDataTip:r(oe).noDataTip},null,8,["noDataImg","noDataTip"])):(s(),i(c,{key:1},[r(pe)?(s(),u(A,d({key:0},r(Se),{onWriteGuage:r(Te)}),null,16,["onWriteGuage"])):(s(),i(c,{key:1},[r(fe)?(s(),u(R,d({key:0,ref_key:"countdownDom",ref:Z},r(be),{onCloseEvaluateCountdown:r(Ve)}),null,16,["onCloseEvaluateCountdown"])):m("v-if",!0),p("div",{class:l(["scale-container",{"scale-container-nopadding":r(re),"scale-container-hasfooter":r(ve)}]),style:f(r(le))},[r(ue)?(s(),u(r(O),{key:0,config:X.config,maxScore:X.maxScore},null,8,["config","maxScore"])):m("v-if",!0),r(Ee)?(s(),u(T,{key:1,content:r(_e)},null,8,["content"])):m("v-if",!0),v(r(V),{ref_key:"formRef",ref:ee,model:X.form,rules:X.rules,"require-mark-placement":"left",class:"main"},{default:g((()=>[(s(!0),i(c,null,h(X.formArray,((e,o)=>(s(),i(c,{key:(e.id||e.seq)+o},[r(me)(e)?(s(),u(r(I),{key:0,path:e.val_key,"show-label":!r(P)(e.type),class:"c-scle-form-item"},{label:g((()=>[p("span",{class:l({"scale-label-required":r(ie)(e)}),innerHTML:r(ce)(e)},null,10,J),r(ie)(e)?(s(),i("span",G,"(必填)")):m("v-if",!0),r(ke)(e)?(s(),i("span",W,k(r(ke)(e)),1)):m("v-if",!0),r(se)(e)?(s(),i("span",{key:2,class:"evalute-tip",onClick:o=>r(Ie)(e)},[Q,y(" 查看提示 ")],8,H)):m("v-if",!0)])),default:g((()=>[(s(),u(w(e.renderCom),d(r(we)(e,o),{key:(e.id||e.seq)+o,onScaleChange:r(Ae),onOnChange:o=>r(Me)(o,e),onVodFileList:r(Oe)}),null,16,["onScaleChange","onOnChange","onVodFileList"])),r(ye)(e)?(s(),u(M,{key:0,item:e},null,8,["item"])):m("v-if",!0)])),_:2},1032,["path","show-label"])):m("v-if",!0)],64)))),128))])),_:1},8,["model","rules"]),r(je)?(s(),u(T,{key:2,content:r(_e)},null,8,["content"])):m("v-if",!0)],6),r(ve)?(s(),i("div",$,[m(" 分享的链接 隐藏取消按钮 "),r(ge)?(s(),u(r(B),{key:0,onClick:Ge},{default:g((()=>[y("取消")])),_:1})):m("v-if",!0),r(he)?(s(),u(r(B),{key:1,onClick:r(Je),disabled:X.banSubmit,type:"primary"},{default:g((()=>[y(" 保存 ")])),_:1},8,["onClick","disabled"])):m("v-if",!0),S(e.$slots,"extendBtn")])):m("v-if",!0)],64))],64))],64))],2))}});export{z as default};
|
1
|
+
import{defineComponent as e,reactive as o,ref as t,watch as a,nextTick as n,openBlock as s,createElementBlock as i,normalizeClass as l,unref as r,createCommentVNode as m,Fragment as c,createBlock as u,mergeProps as d,createElementVNode as p,normalizeStyle as f,createVNode as v,withCtx as g,renderList as h,toDisplayString as k,createTextVNode as y,resolveDynamicComponent as w,renderSlot as S}from"vue";import b from"./hooks/use-noData.js";import{ScaleViewProps as C}from"./hooks/scaleview-props.js";import{getScaleViewState as D}from"./hooks/scaleview-state.js";import{ScaleViewComputed as E}from"./hooks/scaleview-computed.js";import{ScaleViewInit as j}from"./hooks/scaleview-init.js";import{ScaleViewSubmit as _}from"./hooks/scaleview-submit.js";import{ScaleViewMethods as x}from"./hooks/scaleview-methods.js";import{handleQueryParams as F,isCollection as P}from"./utils/judge-types.js";import{useEvent as q}from"./hooks/use-event.js";import"xe-utils";import"moment";import L from"../../../shared/utils/vexutilsExpand.js";import N from"./components/NoData.vue.js";import R from"./components/EvaluateCountdown.vue.js";import A from"./components/EvaluatePage.vue.js";import M from"./components/AnswerParse.vue.js";import O from"./components/ScaleScore.js";import T from"./components/DescribeContent.vue.js";import{NForm as V,NFormItem as I,NButton as B}from"naive-ui";const J=["innerHTML"],G={key:0,class:"required-text"},W={key:1,class:"evalute-label"},H=["onClick"],Q=p("i",{class:"scale-view-iconfont icon-scale-view-dengpao"},null,-1),$={key:1,class:"footer"};var z=e({__name:"ScaleView",props:C,emits:["onCloseSetting","submitNoRequest","onSubmit","startWriteScale"],setup(e,{expose:C,emit:z}){const K=e,{ScaleViewState:U}=D(),X=o(U),Y=t(null),Z=t(null),ee=t(null),{noDataState:oe,setNoData:te,resetNodata:ae}=b(),ne=F(),{showEvatip:se,isFormBoldOpen:ie,scaleStyle:le,handlePageClass:re,isShowItem:me,handleShowQuestionNumber:ce,hasScore:ue,isPreviewScale:de,showEvaluateEntry:pe,showEvaluateCoundownPage:fe,showScaleFooter:ve,isCancelBtn:ge,isSaveBtn:he,showEvaluateLabel:ke,showAnswerParse:ye,propsConfig:we,evaluatePageProps:Se,evaluateCountdownProps:be,isEvaluetaResSituation:Ce,disableEdit:De,desStart:Ee,desEnd:je,desContent:_e}=E(K,X,{query:ne,scaleViewDom:Y}),{initForm:xe}=j(K,X,z,{query:ne}),{submitMethod:Fe,onSubmitData:Pe,onSubmitForm:qe,handleScoreJson:Le}=_(K,X,z,{query:ne,formRef:ee,countdownDom:Z}),{nextLogicEvent:Ne,handleDynamicDataRelation:Re}=q(K,X),{scaleChange:Ae,labelChange:Me,vodFileList:Oe,writeGuage:Te,closeEvaluateCountdown:Ve,showEvaTipModal:Ie}=x(K,X,z,{nextLogicEvent:Ne,handleDynamicDataRelation:Re,isPreviewScale:de,submitMethod:Fe,isEvaluetaResSituation:Ce,handleScoreJson:Le,disableEdit:De});(()=>{let{id:e}=ne;e&&(X.shareId=e)})();const Be=e=>{try{ae(),xe(e)}catch(e){console.log(e,"--error"),X.spinning=!1,X.hasFrontAddress=!1,te(!0,null==e?void 0:e.resultMsg,null==e?void 0:e.result)}};a((()=>K.ids),((e,o)=>{o?e.guage_id&&e.guage_id!=o.guage_id&&Be(e):e.guage_id&&Be(e)}),{immediate:!0}),a((()=>K.guageData),(e=>{if(!e||!Object.keys(e||{}).length)return;X.form={},X.formArray=[];const o=JSON.parse(JSON.stringify(e));n((()=>{xe(o)}))}),{immediate:!0});const Je=L.debounce(Pe,300),Ge=()=>{z("onCloseSetting")};return C({getScaleData:()=>({...X}),onSubmitForm:qe,cancel:Ge}),(e,o)=>(s(),i("div",{class:l(["c-scale-view-block",{"c-scale-view-block-hasfooter":r(ve)}]),ref_key:"scaleViewDom",ref:Y},[m(' <template v-if="state.spinning">\r\n <n-spin :show="state.spinning" description="加载中"></n-spin>\r\n </template> '),X.spinning||X.hasFrontAddress?m("v-if",!0):(s(),i(c,{key:0},[r(oe).noData?(s(),u(N,{key:0,noDataImg:r(oe).noDataImg,noDataTip:r(oe).noDataTip},null,8,["noDataImg","noDataTip"])):(s(),i(c,{key:1},[r(pe)?(s(),u(A,d({key:0},r(Se),{onWriteGuage:r(Te)}),null,16,["onWriteGuage"])):(s(),i(c,{key:1},[r(fe)?(s(),u(R,d({key:0,ref_key:"countdownDom",ref:Z},r(be),{onCloseEvaluateCountdown:r(Ve)}),null,16,["onCloseEvaluateCountdown"])):m("v-if",!0),p("div",{class:l(["scale-container",{"scale-container-nopadding":r(re),"scale-container-hasfooter":r(ve)}]),style:f(r(le))},[r(ue)?(s(),u(r(O),{key:0,config:X.config,maxScore:X.maxScore},null,8,["config","maxScore"])):m("v-if",!0),r(Ee)?(s(),u(T,{key:1,content:r(_e)},null,8,["content"])):m("v-if",!0),v(r(V),{ref_key:"formRef",ref:ee,model:X.form,rules:X.rules,"require-mark-placement":"left",class:"main"},{default:g((()=>[(s(!0),i(c,null,h(X.formArray,((e,o)=>(s(),i(c,{key:(e.id||e.seq)+o},[r(me)(e)?(s(),u(r(I),{key:0,path:e.val_key,"show-label":!r(P)(e.type),class:"c-scle-form-item"},{label:g((()=>[p("span",{class:l({"scale-label-required":r(ie)(e)}),innerHTML:r(ce)(e)},null,10,J),r(ie)(e)?(s(),i("span",G,"(必填)")):m("v-if",!0),r(ke)(e)?(s(),i("span",W,k(r(ke)(e)),1)):m("v-if",!0),r(se)(e)?(s(),i("span",{key:2,class:"evalute-tip",onClick:o=>r(Ie)(e)},[Q,y(" 查看提示 ")],8,H)):m("v-if",!0)])),default:g((()=>[(s(),u(w(e.renderCom),d(r(we)(e,o),{key:(e.id||e.seq)+o,onScaleChange:r(Ae),onOnChange:o=>r(Me)(o,e),onVodFileList:r(Oe)}),null,16,["onScaleChange","onOnChange","onVodFileList"])),r(ye)(e)?(s(),u(M,{key:0,item:e},null,8,["item"])):m("v-if",!0)])),_:2},1032,["path","show-label"])):m("v-if",!0)],64)))),128))])),_:1},8,["model","rules"]),r(je)?(s(),u(T,{key:2,content:r(_e)},null,8,["content"])):m("v-if",!0)],6),r(ve)?(s(),i("div",$,[m(" 分享的链接 隐藏取消按钮 "),r(ge)?(s(),u(r(B),{key:0,onClick:Ge},{default:g((()=>[y("取消")])),_:1})):m("v-if",!0),r(he)?(s(),u(r(B),{key:1,onClick:r(Je),disabled:X.banSubmit,type:"primary"},{default:g((()=>[y(" 保存 ")])),_:1},8,["onClick","disabled"])):m("v-if",!0),S(e.$slots,"extendBtn")])):m("v-if",!0)],64))],64))],64))],2))}});export{z as default};
|
@@ -88,6 +88,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
88
88
|
type: import("vue").PropType<string | false | HTMLElement>;
|
89
89
|
default: string;
|
90
90
|
};
|
91
|
+
holidays: {
|
92
|
+
type: import("vue").PropType<Date[]>;
|
93
|
+
default: () => never[];
|
94
|
+
};
|
95
|
+
type: {
|
96
|
+
type: StringConstructor;
|
97
|
+
default: string;
|
98
|
+
};
|
91
99
|
}, {
|
92
100
|
attrs: {
|
93
101
|
[x: string]: unknown;
|
@@ -112,6 +120,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
112
120
|
type: import("vue").PropType<string | false | HTMLElement>;
|
113
121
|
default: string;
|
114
122
|
};
|
123
|
+
holidays: {
|
124
|
+
type: import("vue").PropType<Date[]>;
|
125
|
+
default: () => never[];
|
126
|
+
};
|
127
|
+
type: {
|
128
|
+
type: StringConstructor;
|
129
|
+
default: string;
|
130
|
+
};
|
115
131
|
}>> & {
|
116
132
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
117
133
|
}>>;
|
@@ -128,6 +144,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
128
144
|
blur: () => any;
|
129
145
|
handleConfirm: (target: HTMLInputElement) => void;
|
130
146
|
onUpdateShow: (show: boolean) => Promise<void>;
|
147
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
148
|
+
stopWatcher: () => void;
|
149
|
+
setHoliday: (show: boolean) => Promise<void>;
|
131
150
|
onConfirm: (...args: any[]) => Promise<void>;
|
132
151
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
133
152
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -152,11 +171,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
152
171
|
type: import("vue").PropType<string | false | HTMLElement>;
|
153
172
|
default: string;
|
154
173
|
};
|
174
|
+
holidays: {
|
175
|
+
type: import("vue").PropType<Date[]>;
|
176
|
+
default: () => never[];
|
177
|
+
};
|
178
|
+
type: {
|
179
|
+
type: StringConstructor;
|
180
|
+
default: string;
|
181
|
+
};
|
155
182
|
}>> & {
|
156
183
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
157
184
|
}, {
|
185
|
+
type: string;
|
158
186
|
updateUnchangedValue: boolean;
|
159
187
|
to: string | false | HTMLElement;
|
188
|
+
holidays: Date[];
|
160
189
|
}>>;
|
161
190
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
162
191
|
componentCfg: {
|
@@ -51,6 +51,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
51
51
|
type: import("vue").PropType<string | false | HTMLElement>;
|
52
52
|
default: string;
|
53
53
|
};
|
54
|
+
holidays: {
|
55
|
+
type: import("vue").PropType<Date[]>;
|
56
|
+
default: () => never[];
|
57
|
+
};
|
58
|
+
type: {
|
59
|
+
type: StringConstructor;
|
60
|
+
default: string;
|
61
|
+
};
|
54
62
|
}, {
|
55
63
|
attrs: {
|
56
64
|
[x: string]: unknown;
|
@@ -75,6 +83,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
75
83
|
type: import("vue").PropType<string | false | HTMLElement>;
|
76
84
|
default: string;
|
77
85
|
};
|
86
|
+
holidays: {
|
87
|
+
type: import("vue").PropType<Date[]>;
|
88
|
+
default: () => never[];
|
89
|
+
};
|
90
|
+
type: {
|
91
|
+
type: StringConstructor;
|
92
|
+
default: string;
|
93
|
+
};
|
78
94
|
}>> & {
|
79
95
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
80
96
|
}>>;
|
@@ -91,6 +107,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
91
107
|
blur: () => any;
|
92
108
|
handleConfirm: (target: HTMLInputElement) => void;
|
93
109
|
onUpdateShow: (show: boolean) => Promise<void>;
|
110
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
111
|
+
stopWatcher: () => void;
|
112
|
+
setHoliday: (show: boolean) => Promise<void>;
|
94
113
|
onConfirm: (...args: any[]) => Promise<void>;
|
95
114
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
96
115
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -115,11 +134,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
115
134
|
type: import("vue").PropType<string | false | HTMLElement>;
|
116
135
|
default: string;
|
117
136
|
};
|
137
|
+
holidays: {
|
138
|
+
type: import("vue").PropType<Date[]>;
|
139
|
+
default: () => never[];
|
140
|
+
};
|
141
|
+
type: {
|
142
|
+
type: StringConstructor;
|
143
|
+
default: string;
|
144
|
+
};
|
118
145
|
}>> & {
|
119
146
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
120
147
|
}, {
|
148
|
+
type: string;
|
121
149
|
updateUnchangedValue: boolean;
|
122
150
|
to: string | false | HTMLElement;
|
151
|
+
holidays: Date[];
|
123
152
|
}>>;
|
124
153
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
125
154
|
componentCfg: {
|
@@ -51,6 +51,14 @@ declare const Date: import("vue").DefineComponent<{
|
|
51
51
|
type: import("vue").PropType<string | false | HTMLElement>;
|
52
52
|
default: string;
|
53
53
|
};
|
54
|
+
holidays: {
|
55
|
+
type: import("vue").PropType<Date[]>;
|
56
|
+
default: () => never[];
|
57
|
+
};
|
58
|
+
type: {
|
59
|
+
type: StringConstructor;
|
60
|
+
default: string;
|
61
|
+
};
|
54
62
|
}, {
|
55
63
|
attrs: {
|
56
64
|
[x: string]: unknown;
|
@@ -75,6 +83,14 @@ declare const Date: import("vue").DefineComponent<{
|
|
75
83
|
type: import("vue").PropType<string | false | HTMLElement>;
|
76
84
|
default: string;
|
77
85
|
};
|
86
|
+
holidays: {
|
87
|
+
type: import("vue").PropType<Date[]>;
|
88
|
+
default: () => never[];
|
89
|
+
};
|
90
|
+
type: {
|
91
|
+
type: StringConstructor;
|
92
|
+
default: string;
|
93
|
+
};
|
78
94
|
}>> & {
|
79
95
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
80
96
|
}>>;
|
@@ -91,6 +107,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
91
107
|
blur: () => any;
|
92
108
|
handleConfirm: (target: HTMLInputElement) => void;
|
93
109
|
onUpdateShow: (show: boolean) => Promise<void>;
|
110
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
111
|
+
stopWatcher: () => void;
|
112
|
+
setHoliday: (show: boolean) => Promise<void>;
|
94
113
|
onConfirm: (...args: any[]) => Promise<void>;
|
95
114
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
96
115
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -115,11 +134,21 @@ declare const Date: import("vue").DefineComponent<{
|
|
115
134
|
type: import("vue").PropType<string | false | HTMLElement>;
|
116
135
|
default: string;
|
117
136
|
};
|
137
|
+
holidays: {
|
138
|
+
type: import("vue").PropType<Date[]>;
|
139
|
+
default: () => never[];
|
140
|
+
};
|
141
|
+
type: {
|
142
|
+
type: StringConstructor;
|
143
|
+
default: string;
|
144
|
+
};
|
118
145
|
}>> & {
|
119
146
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
120
147
|
}, {
|
148
|
+
type: string;
|
121
149
|
updateUnchangedValue: boolean;
|
122
150
|
to: string | false | HTMLElement;
|
151
|
+
holidays: Date[];
|
123
152
|
}>>;
|
124
153
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
125
154
|
componentCfg: {
|
@@ -206,6 +206,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
206
206
|
type: PropType<string | false | HTMLElement>;
|
207
207
|
default: string;
|
208
208
|
};
|
209
|
+
holidays: {
|
210
|
+
type: PropType<Date[]>;
|
211
|
+
default: () => never[];
|
212
|
+
};
|
213
|
+
type: {
|
214
|
+
type: StringConstructor;
|
215
|
+
default: string;
|
216
|
+
};
|
209
217
|
}, {
|
210
218
|
attrs: {
|
211
219
|
[x: string]: unknown;
|
@@ -230,6 +238,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
230
238
|
type: PropType<string | false | HTMLElement>;
|
231
239
|
default: string;
|
232
240
|
};
|
241
|
+
holidays: {
|
242
|
+
type: PropType<Date[]>;
|
243
|
+
default: () => never[];
|
244
|
+
};
|
245
|
+
type: {
|
246
|
+
type: StringConstructor;
|
247
|
+
default: string;
|
248
|
+
};
|
233
249
|
}>> & {
|
234
250
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
235
251
|
}>>;
|
@@ -246,6 +262,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
246
262
|
blur: () => any;
|
247
263
|
handleConfirm: (target: HTMLInputElement) => void;
|
248
264
|
onUpdateShow: (show: boolean) => Promise<void>;
|
265
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
266
|
+
stopWatcher: () => void;
|
267
|
+
setHoliday: (show: boolean) => Promise<void>;
|
249
268
|
onConfirm: (...args: any[]) => Promise<void>;
|
250
269
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
251
270
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -270,11 +289,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
270
289
|
type: PropType<string | false | HTMLElement>;
|
271
290
|
default: string;
|
272
291
|
};
|
292
|
+
holidays: {
|
293
|
+
type: PropType<Date[]>;
|
294
|
+
default: () => never[];
|
295
|
+
};
|
296
|
+
type: {
|
297
|
+
type: StringConstructor;
|
298
|
+
default: string;
|
299
|
+
};
|
273
300
|
}>> & {
|
274
301
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
275
302
|
}, {
|
303
|
+
type: string;
|
276
304
|
updateUnchangedValue: boolean;
|
277
305
|
to: string | false | HTMLElement;
|
306
|
+
holidays: Date[];
|
278
307
|
}>>;
|
279
308
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
280
309
|
componentCfg: {
|
@@ -115,6 +115,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
115
115
|
type: import("vue").PropType<string | false | HTMLElement>;
|
116
116
|
default: string;
|
117
117
|
};
|
118
|
+
holidays: {
|
119
|
+
type: import("vue").PropType<Date[]>;
|
120
|
+
default: () => never[];
|
121
|
+
};
|
122
|
+
type: {
|
123
|
+
type: StringConstructor;
|
124
|
+
default: string;
|
125
|
+
};
|
118
126
|
}, {
|
119
127
|
attrs: {
|
120
128
|
[x: string]: unknown;
|
@@ -139,6 +147,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
139
147
|
type: import("vue").PropType<string | false | HTMLElement>;
|
140
148
|
default: string;
|
141
149
|
};
|
150
|
+
holidays: {
|
151
|
+
type: import("vue").PropType<Date[]>;
|
152
|
+
default: () => never[];
|
153
|
+
};
|
154
|
+
type: {
|
155
|
+
type: StringConstructor;
|
156
|
+
default: string;
|
157
|
+
};
|
142
158
|
}>> & {
|
143
159
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
144
160
|
}>>;
|
@@ -155,6 +171,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
155
171
|
blur: () => any;
|
156
172
|
handleConfirm: (target: HTMLInputElement) => void;
|
157
173
|
onUpdateShow: (show: boolean) => Promise<void>;
|
174
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
175
|
+
stopWatcher: () => void;
|
176
|
+
setHoliday: (show: boolean) => Promise<void>;
|
158
177
|
onConfirm: (...args: any[]) => Promise<void>;
|
159
178
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
160
179
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -179,11 +198,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
179
198
|
type: import("vue").PropType<string | false | HTMLElement>;
|
180
199
|
default: string;
|
181
200
|
};
|
201
|
+
holidays: {
|
202
|
+
type: import("vue").PropType<Date[]>;
|
203
|
+
default: () => never[];
|
204
|
+
};
|
205
|
+
type: {
|
206
|
+
type: StringConstructor;
|
207
|
+
default: string;
|
208
|
+
};
|
182
209
|
}>> & {
|
183
210
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
184
211
|
}, {
|
212
|
+
type: string;
|
185
213
|
updateUnchangedValue: boolean;
|
186
214
|
to: string | false | HTMLElement;
|
215
|
+
holidays: Date[];
|
187
216
|
}>>;
|
188
217
|
NSelect: any;
|
189
218
|
WidgetValEnums: {
|
@@ -777,6 +806,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
777
806
|
type: import("vue").PropType<string | false | HTMLElement>;
|
778
807
|
default: string;
|
779
808
|
};
|
809
|
+
holidays: {
|
810
|
+
type: import("vue").PropType<Date[]>;
|
811
|
+
default: () => never[];
|
812
|
+
};
|
813
|
+
type: {
|
814
|
+
type: StringConstructor;
|
815
|
+
default: string;
|
816
|
+
};
|
780
817
|
}, {
|
781
818
|
attrs: {
|
782
819
|
[x: string]: unknown;
|
@@ -801,6 +838,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
801
838
|
type: import("vue").PropType<string | false | HTMLElement>;
|
802
839
|
default: string;
|
803
840
|
};
|
841
|
+
holidays: {
|
842
|
+
type: import("vue").PropType<Date[]>;
|
843
|
+
default: () => never[];
|
844
|
+
};
|
845
|
+
type: {
|
846
|
+
type: StringConstructor;
|
847
|
+
default: string;
|
848
|
+
};
|
804
849
|
}>> & {
|
805
850
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
806
851
|
}>>;
|
@@ -817,6 +862,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
817
862
|
blur: () => any;
|
818
863
|
handleConfirm: (target: HTMLInputElement) => void;
|
819
864
|
onUpdateShow: (show: boolean) => Promise<void>;
|
865
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
866
|
+
stopWatcher: () => void;
|
867
|
+
setHoliday: (show: boolean) => Promise<void>;
|
820
868
|
onConfirm: (...args: any[]) => Promise<void>;
|
821
869
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
822
870
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -841,11 +889,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
841
889
|
type: import("vue").PropType<string | false | HTMLElement>;
|
842
890
|
default: string;
|
843
891
|
};
|
892
|
+
holidays: {
|
893
|
+
type: import("vue").PropType<Date[]>;
|
894
|
+
default: () => never[];
|
895
|
+
};
|
896
|
+
type: {
|
897
|
+
type: StringConstructor;
|
898
|
+
default: string;
|
899
|
+
};
|
844
900
|
}>> & {
|
845
901
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
846
902
|
}, {
|
903
|
+
type: string;
|
847
904
|
updateUnchangedValue: boolean;
|
848
905
|
to: string | false | HTMLElement;
|
906
|
+
holidays: Date[];
|
849
907
|
}>>;
|
850
908
|
WidgetValEnums: {
|
851
909
|
CUSTOM: string;
|
@@ -72,6 +72,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
72
72
|
type: import("vue").PropType<string | false | HTMLElement>;
|
73
73
|
default: string;
|
74
74
|
};
|
75
|
+
holidays: {
|
76
|
+
type: import("vue").PropType<Date[]>;
|
77
|
+
default: () => never[];
|
78
|
+
};
|
79
|
+
type: {
|
80
|
+
type: StringConstructor;
|
81
|
+
default: string;
|
82
|
+
};
|
75
83
|
}, {
|
76
84
|
attrs: {
|
77
85
|
[x: string]: unknown;
|
@@ -96,6 +104,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
96
104
|
type: import("vue").PropType<string | false | HTMLElement>;
|
97
105
|
default: string;
|
98
106
|
};
|
107
|
+
holidays: {
|
108
|
+
type: import("vue").PropType<Date[]>;
|
109
|
+
default: () => never[];
|
110
|
+
};
|
111
|
+
type: {
|
112
|
+
type: StringConstructor;
|
113
|
+
default: string;
|
114
|
+
};
|
99
115
|
}>> & {
|
100
116
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
101
117
|
}>>;
|
@@ -112,6 +128,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
112
128
|
blur: () => any;
|
113
129
|
handleConfirm: (target: HTMLInputElement) => void;
|
114
130
|
onUpdateShow: (show: boolean) => Promise<void>;
|
131
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
132
|
+
stopWatcher: () => void;
|
133
|
+
setHoliday: (show: boolean) => Promise<void>;
|
115
134
|
onConfirm: (...args: any[]) => Promise<void>;
|
116
135
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
117
136
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -136,11 +155,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
136
155
|
type: import("vue").PropType<string | false | HTMLElement>;
|
137
156
|
default: string;
|
138
157
|
};
|
158
|
+
holidays: {
|
159
|
+
type: import("vue").PropType<Date[]>;
|
160
|
+
default: () => never[];
|
161
|
+
};
|
162
|
+
type: {
|
163
|
+
type: StringConstructor;
|
164
|
+
default: string;
|
165
|
+
};
|
139
166
|
}>> & {
|
140
167
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
141
168
|
}, {
|
169
|
+
type: string;
|
142
170
|
updateUnchangedValue: boolean;
|
143
171
|
to: string | false | HTMLElement;
|
172
|
+
holidays: Date[];
|
144
173
|
}>>;
|
145
174
|
NSelect: any;
|
146
175
|
WidgetValEnums: {
|
package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts
CHANGED
@@ -86,6 +86,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
86
86
|
type: PropType<string | false | HTMLElement>;
|
87
87
|
default: string;
|
88
88
|
};
|
89
|
+
holidays: {
|
90
|
+
type: PropType<Date[]>;
|
91
|
+
default: () => never[];
|
92
|
+
};
|
93
|
+
type: {
|
94
|
+
type: StringConstructor;
|
95
|
+
default: string;
|
96
|
+
};
|
89
97
|
}, {
|
90
98
|
attrs: {
|
91
99
|
[x: string]: unknown;
|
@@ -110,6 +118,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
110
118
|
type: PropType<string | false | HTMLElement>;
|
111
119
|
default: string;
|
112
120
|
};
|
121
|
+
holidays: {
|
122
|
+
type: PropType<Date[]>;
|
123
|
+
default: () => never[];
|
124
|
+
};
|
125
|
+
type: {
|
126
|
+
type: StringConstructor;
|
127
|
+
default: string;
|
128
|
+
};
|
113
129
|
}>> & {
|
114
130
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
115
131
|
}>>;
|
@@ -126,6 +142,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
126
142
|
blur: () => any;
|
127
143
|
handleConfirm: (target: HTMLInputElement) => void;
|
128
144
|
onUpdateShow: (show: boolean) => Promise<void>;
|
145
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
146
|
+
stopWatcher: () => void;
|
147
|
+
setHoliday: (show: boolean) => Promise<void>;
|
129
148
|
onConfirm: (...args: any[]) => Promise<void>;
|
130
149
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
131
150
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -150,11 +169,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
150
169
|
type: PropType<string | false | HTMLElement>;
|
151
170
|
default: string;
|
152
171
|
};
|
172
|
+
holidays: {
|
173
|
+
type: PropType<Date[]>;
|
174
|
+
default: () => never[];
|
175
|
+
};
|
176
|
+
type: {
|
177
|
+
type: StringConstructor;
|
178
|
+
default: string;
|
179
|
+
};
|
153
180
|
}>> & {
|
154
181
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
155
182
|
}, {
|
183
|
+
type: string;
|
156
184
|
updateUnchangedValue: boolean;
|
157
185
|
to: string | false | HTMLElement;
|
186
|
+
holidays: Date[];
|
158
187
|
}>>;
|
159
188
|
WidgetValEnums: {
|
160
189
|
CUSTOM: string;
|