cnhis-design-vue 3.2.9-beta.23 → 3.2.9-beta.27
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/README.md +87 -87
- package/es/components/button-print/index.d.ts +30 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +30 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +9 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +9 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +2 -2
- 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/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 +7 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +62 -4
- package/es/components/field-set/src/FieldColor.vue2.js +1 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/Index.vue.d.ts +7 -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 +4 -4
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/field-set/style/index.css +1 -1
- package/es/components/iho-chat/index.d.ts +29 -0
- package/es/components/iho-chat/src/Index.vue.d.ts +29 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +29 -0
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +29 -0
- package/es/components/iho-chat/src/hooks/useSession.js +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/index.css +1 -1
- package/es/components/select-label/src/LabelFormContent.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/vod-chunk-upload/src/chunk-upload-new.vue2.js +1 -1
- package/es/shared/assets/img/ai__avatar.png.js +1 -1
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as t,ref as e,reactive as l,computed as a,watch as i,openBlock as n,createElementBlock as s,unref as
|
1
|
+
import{defineComponent as t,ref as e,reactive as l,computed as a,watch as i,openBlock as n,createElementBlock as s,unref as r,createCommentVNode as d,withDirectives as o,createElementVNode as c,normalizeClass as b,createVNode as u,withCtx as p,Fragment as f,renderList as h,createBlock as y,createTextVNode as v,toDisplayString as m,vShow as g,nextTick as C}from"vue";import{useMessage as L,NAnchor as I,NAnchorLink as S}from"naive-ui";import E from"./components/label-classify.vue.js";import{handleLabelColor as w}from"../../../shared/utils/vexutils.js";import x from"../../../shared/utils/vexutilsExpand.js";const A={key:0,class:"label-disable-wrap"},O=[c("p",{class:"label-disable-title"},"无可选标签",-1),c("p",{class:"label-disable-desc"},"请联系管理员进行标签管理设置",-1)],K={style:{height:"100%"}},j={class:"label-wrap"},k=["id"],T={class:"edit-label-type"};var B=t({__name:"LabelFormContent",props:{item:{default:()=>({})},isEdit:{type:Boolean,default:!0},isLock:{type:Boolean,default:!1},labelSelectedList:null,isChangeWindow:{type:Boolean},getLabelList:{type:Function,default:()=>Promise.resolve({rows:[]})},deleteLabel:{type:Function,default:()=>Promise.resolve({status:!0})},saveLabelItem:{type:Function,default:()=>Promise.resolve({status:!0})},labelOptions:null,sourceType:{default:""},explicit:{type:Boolean,default:!1}},emits:["explicitOnChange","change","updateLabelData"],setup(t,{expose:B,emit:D}){const V=t,F=L(),P=e(null),_=l({editLabelItem:{},inited:!1,labelSelectedEdit:[],labelAnchorKey:"",cacheAnchorKey:"",labelConfig:{}});let N=e(0);const W=a((()=>{if(!_.inited)return!1;let t=_.labelConfig;return!t||Object.keys(t).every((e=>!t[e].itemList))})),$=a((()=>{let t=[].concat(..._.labelSelectedEdit,...V.labelSelectedList);return J(t,"labelId")})),q=a((()=>{const t=$.value||[];return Array.isArray(t)?t.map((t=>t.labelId)):[]})),J=(t,e)=>{let l={};return t.reduce(((t,a)=>(!l[a[e]]&&(l[a[e]]=t.push(a)),t)),[])},R=()=>{if(_.labelSelectedEdit=$.value,"object"==typeof _.labelConfig){Object.keys(_.labelConfig||{}).forEach((t=>{var e;let l=(null==(e=_.labelConfig[t])?void 0:e.itemList)||[];l.length&&l.forEach((t=>{q.value.includes(t.labelId)&&(t.isSelect=!0)}))}))}},z=(t,e)=>{if(!t)return;let l=Object.keys(t)||[];if(!l.length)return;let a=t[l[0]].curKey;if(e&&"string"==typeof e){let[i]=e.split("~"),n=l.find((e=>t[e]&&t[e].curKey&&t[e].curKey.includes(i)));n&&(a=t[n].curKey)}a&&Y(a)},G=(t,e)=>{e.showAdd=!0;const l=t.target.nextElementSibling;C((()=>{var t;null==(t=null==l?void 0:l.firstChild)||t.focus()}))},H=(t,e)=>{setTimeout((()=>{e.addVal?Q(e):e.showAdd=!1}),150)},M=(t,e)=>{e.addVal="",e.showAdd=!1},Q=async t=>{var e;if(!!t.itemList.filter((t=>!(t.isPublic&&1==t.isPublic))).find((e=>e.labelName===t.addVal)))return F.error("标签名称重复!"),!1;let l="";l=(null==(e=t.itemList)?void 0:e.length)?t.itemList[0].parentColor||t.parentColor||"":(null==t?void 0:t.parentColor)||"";const a={type:t.typeId,name:t.addVal,parentColor:l},{status:i}=await V.saveLabelItem(a,t);i&&(F.success("添加成功!"),D("updateLabelData"),t.showAdd=!1)},U=(t,e,l,a)=>{var i;const n=l.itemList,s=l.multipleChoice;let r=(null==(i=_.labelSelectedEdit)?void 0:i.length)&&x.clone(_.labelSelectedEdit,!0)||[];if(t){if(r.some((t=>t.labelId==e.labelId)))return;if(2==s){const{typeId:t,labelId:l}=e;r=r.filter((e=>e.typeId!==t)),n.forEach((t=>{t.labelId!==l&&(t.isSelect=!1)}))}r.push(e)}else{const t=r.findIndex((t=>t.labelId==e.labelId));-1!=t&&r.splice(t,1)}_.labelSelectedEdit=[...r],N.value++,V.explicit&&D("explicitOnChange",[..._.labelSelectedEdit])},X=async t=>{const{status:e}=await V.deleteLabel(t,V.item);if(e){F.success("删除成功!");for(const e in _.labelConfig){const l=_.labelConfig[e].itemList.findIndex((e=>e.labelId==t.labelId));-1!=l&&_.labelConfig[e].itemList.splice(l,1)}const e=_.labelSelectedEdit||[],l=V.labelSelectedList||[];if(e&&e.length){const l=e.findIndex((e=>e.labelId==t.labelId));-1!=l&&e.splice(l,1)}if(l&&l.length){const e=l.findIndex((e=>e.labelId==t.labelId));-1!=e&&l.splice(e,1),D("change",[...l],V.item)}D("updateLabelData")}else F.warning("删除失败")},Y=t=>{t&&setTimeout((()=>{let e,l="#"+t;e=P.value.querySelector("a[href='"+l+"']"),e&&e.click(),_.labelAnchorKey=t}),32)},Z=t=>{t.preventDefault()},tt=t=>{if(!t)return;let e=t.slice(1);_.cacheAnchorKey=e},et=()=>{var t;return null==(t=P.value)?void 0:t.querySelector(".right-label-wrap")};return i((()=>V.labelOptions),(t=>{t&&(()=>{var t;if(V.isLock)return;const e=JSON.parse(JSON.stringify(V.labelOptions));for(let l in e){let a=(null==(t=e[l])?void 0:t.typeId)||"";Object.assign(e[l],{curKey:`${l}_${a}}`})}_.labelConfig=e,C((()=>{let t;R(),V.explicit&&_.inited&&(t=_.labelAnchorKey),z(_.labelConfig,t),_.inited=!0}))})()}),{immediate:!0,deep:!0}),B({resetShowAdd:()=>{let{labelObj:t}=_.editLabelItem;if(t&&Object.keys(t).length)for(let e in t){let l=t[e];Object.assign(l,{showAdd:!1})}},handleLabelForm:t=>{t([..._.labelSelectedEdit||[]])},handleResetOptions:()=>{},hanldeSetLabelItem:(t,e)=>{if("object"==typeof _.labelConfig){Object.keys(_.labelConfig||{}).forEach((l=>{var a;let i=(null==(a=_.labelConfig[l])?void 0:a.itemList)||[];i.length&&i.forEach((l=>{t==l.labelId&&(l.isSelect=e)}))}))}if(!1===e&&Array.isArray(_.labelSelectedEdit)){const e=_.labelSelectedEdit.findIndex((e=>e.labelId==t));-1!=e&&_.labelSelectedEdit.splice(e,1)}}}),(e,l)=>(n(),s("div",{class:"c-label-form-content",ref_key:"labelFormContent",ref:P},[r(W)?(n(),s("div",A,O)):d("v-if",!0),o(c("div",K,[c("div",j,[d(" 表单内嵌打开标签组件的样式 "),d(' <div v-if="explicit" class="explicit-continer">\r\n\t\t\t\t\t<n-tabs :value="state.labelAnchorKey" type="card" @change="labelAnchorTabsOnChange" tab-position="top">\r\n\t\t\t\t\t\t<template v-for="(v, i) in state.labelConfig">\r\n\t\t\t\t\t\t\t<n-tab-pane :name="v.curKey">\r\n\t\t\t\t\t\t\t\t<span slot="tab">\r\n\t\t\t\t\t\t\t\t\t{{ i }}\r\n\t\t\t\t\t\t\t\t\t<span class="edit-label-type">({{ v.multipleChoice == 2 ? \'单\' : \'多\' }}选)</span>\r\n\t\t\t\t\t\t\t\t</span>\r\n\t\t\t\t\t\t\t\t<div class="explicit-label-wrap left-label-wrap">\r\n\t\t\t\t\t\t\t\t\t<div class="edit-label-content">\r\n\t\t\t\t\t\t\t\t\t\t<labelClassify\r\n\t\t\t\t\t\t\t\t\t\t\t:classifyItem="v"\r\n\t\t\t\t\t\t\t\t\t\t\t:handleLabelChange="handleLabelChange"\r\n\t\t\t\t\t\t\t\t\t\t\t:handleLabelColor="handleLabelColor"\r\n\t\t\t\t\t\t\t\t\t\t\t:handleDelLabel="handleDelLabel"\r\n\t\t\t\t\t\t\t\t\t\t\t:hanldeBlur="hanldeBlur"\r\n\t\t\t\t\t\t\t\t\t\t\t:handleAddLabel="handleAddLabel"\r\n\t\t\t\t\t\t\t\t\t\t\t:clearaddVal="clearaddVal"\r\n\t\t\t\t\t\t\t\t\t\t\t:isEdit="isEdit"\r\n\t\t\t\t\t\t\t\t\t\t\t:sourceType="sourceType"\r\n\t\t\t\t\t\t\t\t\t\t/>\r\n\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t</n-tab-pane>\r\n\t\t\t\t\t\t</template>\r\n\t\t\t\t\t</n-tabs>\r\n\t\t\t\t</div> '),d("\r\n\t\t\t\t\t普通标签样式\r\n\t\t\t\t\tv-else\r\n\t\t\t\t\texplicit\r\n\t\t\t\t "),c("div",{class:b(["left-label-wrap",{"total-left-label-wrap":t.isChangeWindow}])},[u(r(I),{"offset-target":et,type:"block",onClick:Z,onChange:tt},{default:p((()=>[(n(!0),s(f,null,h(_.labelConfig,((t,e)=>(n(),y(r(S),{href:`#${t.curKey}`,title:String(e)},null,8,["href","title"])))),256))])),_:1})],2),d(' v-if="!explicit" '),c("div",{class:b(["right-label-wrap",{"total-right-label-wrap":t.isChangeWindow}])},[(n(!0),s(f,null,h(_.labelConfig,((e,l)=>(n(),s("div",{key:l,class:"edit-label-content"},[c("div",{class:"edit-label",id:e.curKey},[v(m(l)+" ",1),c("span",T,"("+m(2==e.multipleChoice?"单":"多")+"选)",1)],8,k),u(E,{classifyItem:e,handleLabelChange:U,handleLabelColor:r(w),handleDelLabel:X,hanldeBlur:H,handleAddLabel:G,clearaddVal:M,isEdit:t.isEdit,sourceType:t.sourceType},null,8,["classifyItem","handleLabelColor","isEdit","sourceType"])])))),128))],2)])],512),[[g,!r(W)]])],512))}});export{B 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;
|
@@ -72,6 +72,14 @@ declare const Date: 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 Date: 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 Date: 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 Date: 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: {
|
@@ -734,6 +763,14 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
734
763
|
type: import("vue").PropType<string | false | HTMLElement>;
|
735
764
|
default: string;
|
736
765
|
};
|
766
|
+
holidays: {
|
767
|
+
type: import("vue").PropType<Date[]>;
|
768
|
+
default: () => never[];
|
769
|
+
};
|
770
|
+
type: {
|
771
|
+
type: StringConstructor;
|
772
|
+
default: string;
|
773
|
+
};
|
737
774
|
}, {
|
738
775
|
attrs: {
|
739
776
|
[x: string]: unknown;
|
@@ -758,6 +795,14 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
758
795
|
type: import("vue").PropType<string | false | HTMLElement>;
|
759
796
|
default: string;
|
760
797
|
};
|
798
|
+
holidays: {
|
799
|
+
type: import("vue").PropType<Date[]>;
|
800
|
+
default: () => never[];
|
801
|
+
};
|
802
|
+
type: {
|
803
|
+
type: StringConstructor;
|
804
|
+
default: string;
|
805
|
+
};
|
761
806
|
}>> & {
|
762
807
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
763
808
|
}>>;
|
@@ -774,6 +819,9 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
774
819
|
blur: () => any;
|
775
820
|
handleConfirm: (target: HTMLInputElement) => void;
|
776
821
|
onUpdateShow: (show: boolean) => Promise<void>;
|
822
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
823
|
+
stopWatcher: () => void;
|
824
|
+
setHoliday: (show: boolean) => Promise<void>;
|
777
825
|
onConfirm: (...args: any[]) => Promise<void>;
|
778
826
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
779
827
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -798,11 +846,21 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
798
846
|
type: import("vue").PropType<string | false | HTMLElement>;
|
799
847
|
default: string;
|
800
848
|
};
|
849
|
+
holidays: {
|
850
|
+
type: import("vue").PropType<Date[]>;
|
851
|
+
default: () => never[];
|
852
|
+
};
|
853
|
+
type: {
|
854
|
+
type: StringConstructor;
|
855
|
+
default: string;
|
856
|
+
};
|
801
857
|
}>> & {
|
802
858
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
803
859
|
}, {
|
860
|
+
type: string;
|
804
861
|
updateUnchangedValue: boolean;
|
805
862
|
to: string | false | HTMLElement;
|
863
|
+
holidays: Date[];
|
806
864
|
}>>;
|
807
865
|
WidgetValEnums: {
|
808
866
|
CUSTOM: string;
|