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
@@ -239,6 +239,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
239
239
|
type: PropType<string | false | HTMLElement>;
|
240
240
|
default: string;
|
241
241
|
};
|
242
|
+
holidays: {
|
243
|
+
type: PropType<Date[]>;
|
244
|
+
default: () => never[];
|
245
|
+
};
|
246
|
+
type: {
|
247
|
+
type: StringConstructor;
|
248
|
+
default: string;
|
249
|
+
};
|
242
250
|
}, {
|
243
251
|
attrs: {
|
244
252
|
[x: string]: unknown;
|
@@ -263,6 +271,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
263
271
|
type: PropType<string | false | HTMLElement>;
|
264
272
|
default: string;
|
265
273
|
};
|
274
|
+
holidays: {
|
275
|
+
type: PropType<Date[]>;
|
276
|
+
default: () => never[];
|
277
|
+
};
|
278
|
+
type: {
|
279
|
+
type: StringConstructor;
|
280
|
+
default: string;
|
281
|
+
};
|
266
282
|
}>> & {
|
267
283
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
268
284
|
}>>;
|
@@ -279,6 +295,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
279
295
|
blur: () => any;
|
280
296
|
handleConfirm: (target: HTMLInputElement) => void;
|
281
297
|
onUpdateShow: (show: boolean) => Promise<void>;
|
298
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
299
|
+
stopWatcher: () => void;
|
300
|
+
setHoliday: (show: boolean) => Promise<void>;
|
282
301
|
onConfirm: (...args: any[]) => Promise<void>;
|
283
302
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
284
303
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -303,11 +322,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
303
322
|
type: PropType<string | false | HTMLElement>;
|
304
323
|
default: string;
|
305
324
|
};
|
325
|
+
holidays: {
|
326
|
+
type: PropType<Date[]>;
|
327
|
+
default: () => never[];
|
328
|
+
};
|
329
|
+
type: {
|
330
|
+
type: StringConstructor;
|
331
|
+
default: string;
|
332
|
+
};
|
306
333
|
}>> & {
|
307
334
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
308
335
|
}, {
|
336
|
+
type: string;
|
309
337
|
updateUnchangedValue: boolean;
|
310
338
|
to: string | false | HTMLElement;
|
339
|
+
holidays: Date[];
|
311
340
|
}>>;
|
312
341
|
NSelect: any;
|
313
342
|
WidgetValEnums: {
|
@@ -901,6 +930,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
901
930
|
type: PropType<string | false | HTMLElement>;
|
902
931
|
default: string;
|
903
932
|
};
|
933
|
+
holidays: {
|
934
|
+
type: PropType<Date[]>;
|
935
|
+
default: () => never[];
|
936
|
+
};
|
937
|
+
type: {
|
938
|
+
type: StringConstructor;
|
939
|
+
default: string;
|
940
|
+
};
|
904
941
|
}, {
|
905
942
|
attrs: {
|
906
943
|
[x: string]: unknown;
|
@@ -925,6 +962,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
925
962
|
type: PropType<string | false | HTMLElement>;
|
926
963
|
default: string;
|
927
964
|
};
|
965
|
+
holidays: {
|
966
|
+
type: PropType<Date[]>;
|
967
|
+
default: () => never[];
|
968
|
+
};
|
969
|
+
type: {
|
970
|
+
type: StringConstructor;
|
971
|
+
default: string;
|
972
|
+
};
|
928
973
|
}>> & {
|
929
974
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
930
975
|
}>>;
|
@@ -941,6 +986,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
941
986
|
blur: () => any;
|
942
987
|
handleConfirm: (target: HTMLInputElement) => void;
|
943
988
|
onUpdateShow: (show: boolean) => Promise<void>;
|
989
|
+
watchers: import("../../../../../shared/types").AnyFn[];
|
990
|
+
stopWatcher: () => void;
|
991
|
+
setHoliday: (show: boolean) => Promise<void>;
|
944
992
|
onConfirm: (...args: any[]) => Promise<void>;
|
945
993
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
946
994
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -965,11 +1013,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
965
1013
|
type: PropType<string | false | HTMLElement>;
|
966
1014
|
default: string;
|
967
1015
|
};
|
1016
|
+
holidays: {
|
1017
|
+
type: PropType<Date[]>;
|
1018
|
+
default: () => never[];
|
1019
|
+
};
|
1020
|
+
type: {
|
1021
|
+
type: StringConstructor;
|
1022
|
+
default: string;
|
1023
|
+
};
|
968
1024
|
}>> & {
|
969
1025
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
970
1026
|
}, {
|
1027
|
+
type: string;
|
971
1028
|
updateUnchangedValue: boolean;
|
972
1029
|
to: string | false | HTMLElement;
|
1030
|
+
holidays: Date[];
|
973
1031
|
}>>;
|
974
1032
|
WidgetValEnums: {
|
975
1033
|
CUSTOM: string;
|
package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts
CHANGED
@@ -103,6 +103,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
103
103
|
type: PropType<string | false | HTMLElement>;
|
104
104
|
default: string;
|
105
105
|
};
|
106
|
+
holidays: {
|
107
|
+
type: PropType<Date[]>;
|
108
|
+
default: () => never[];
|
109
|
+
};
|
110
|
+
type: {
|
111
|
+
type: StringConstructor;
|
112
|
+
default: string;
|
113
|
+
};
|
106
114
|
}, {
|
107
115
|
attrs: {
|
108
116
|
[x: string]: unknown;
|
@@ -127,6 +135,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
127
135
|
type: PropType<string | false | HTMLElement>;
|
128
136
|
default: string;
|
129
137
|
};
|
138
|
+
holidays: {
|
139
|
+
type: PropType<Date[]>;
|
140
|
+
default: () => never[];
|
141
|
+
};
|
142
|
+
type: {
|
143
|
+
type: StringConstructor;
|
144
|
+
default: string;
|
145
|
+
};
|
130
146
|
}>> & {
|
131
147
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
132
148
|
}>>;
|
@@ -143,6 +159,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
143
159
|
blur: () => any;
|
144
160
|
handleConfirm: (target: HTMLInputElement) => void;
|
145
161
|
onUpdateShow: (show: boolean) => Promise<void>;
|
162
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
163
|
+
stopWatcher: () => void;
|
164
|
+
setHoliday: (show: boolean) => Promise<void>;
|
146
165
|
onConfirm: (...args: any[]) => Promise<void>;
|
147
166
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
148
167
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -167,11 +186,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
167
186
|
type: PropType<string | false | HTMLElement>;
|
168
187
|
default: string;
|
169
188
|
};
|
189
|
+
holidays: {
|
190
|
+
type: PropType<Date[]>;
|
191
|
+
default: () => never[];
|
192
|
+
};
|
193
|
+
type: {
|
194
|
+
type: StringConstructor;
|
195
|
+
default: string;
|
196
|
+
};
|
170
197
|
}>> & {
|
171
198
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
172
199
|
}, {
|
200
|
+
type: string;
|
173
201
|
updateUnchangedValue: boolean;
|
174
202
|
to: string | false | HTMLElement;
|
203
|
+
holidays: Date[];
|
175
204
|
}>>;
|
176
205
|
DateQuickBtn: import("vue").DefineComponent<{
|
177
206
|
componentCfg: {
|
@@ -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
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
160
189
|
componentCfg: {
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts
CHANGED
@@ -121,6 +121,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
121
121
|
type: PropType<string | false | HTMLElement>;
|
122
122
|
default: string;
|
123
123
|
};
|
124
|
+
holidays: {
|
125
|
+
type: PropType<Date[]>;
|
126
|
+
default: () => never[];
|
127
|
+
};
|
128
|
+
type: {
|
129
|
+
type: StringConstructor;
|
130
|
+
default: string;
|
131
|
+
};
|
124
132
|
}, {
|
125
133
|
attrs: {
|
126
134
|
[x: string]: unknown;
|
@@ -145,6 +153,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
145
153
|
type: PropType<string | false | HTMLElement>;
|
146
154
|
default: string;
|
147
155
|
};
|
156
|
+
holidays: {
|
157
|
+
type: PropType<Date[]>;
|
158
|
+
default: () => never[];
|
159
|
+
};
|
160
|
+
type: {
|
161
|
+
type: StringConstructor;
|
162
|
+
default: string;
|
163
|
+
};
|
148
164
|
}>> & {
|
149
165
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
150
166
|
}>>;
|
@@ -161,6 +177,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
161
177
|
blur: () => any;
|
162
178
|
handleConfirm: (target: HTMLInputElement) => void;
|
163
179
|
onUpdateShow: (show: boolean) => Promise<void>;
|
180
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
181
|
+
stopWatcher: () => void;
|
182
|
+
setHoliday: (show: boolean) => Promise<void>;
|
164
183
|
onConfirm: (...args: any[]) => Promise<void>;
|
165
184
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
166
185
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -185,11 +204,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
185
204
|
type: PropType<string | false | HTMLElement>;
|
186
205
|
default: string;
|
187
206
|
};
|
207
|
+
holidays: {
|
208
|
+
type: PropType<Date[]>;
|
209
|
+
default: () => never[];
|
210
|
+
};
|
211
|
+
type: {
|
212
|
+
type: StringConstructor;
|
213
|
+
default: string;
|
214
|
+
};
|
188
215
|
}>> & {
|
189
216
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
190
217
|
}, {
|
218
|
+
type: string;
|
191
219
|
updateUnchangedValue: boolean;
|
192
220
|
to: string | false | HTMLElement;
|
221
|
+
holidays: Date[];
|
193
222
|
}>>;
|
194
223
|
DateQuickBtn: import("vue").DefineComponent<{
|
195
224
|
componentCfg: {
|
package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts
CHANGED
@@ -88,6 +88,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
88
88
|
type: PropType<string | false | HTMLElement>;
|
89
89
|
default: string;
|
90
90
|
};
|
91
|
+
holidays: {
|
92
|
+
type: 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: PropType<string | false | HTMLElement>;
|
113
121
|
default: string;
|
114
122
|
};
|
123
|
+
holidays: {
|
124
|
+
type: 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: PropType<string | false | HTMLElement>;
|
153
172
|
default: string;
|
154
173
|
};
|
174
|
+
holidays: {
|
175
|
+
type: 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:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
162
191
|
type: {
|
@@ -208,6 +208,14 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
208
208
|
type: import("vue").PropType<string | false | HTMLElement>;
|
209
209
|
default: string;
|
210
210
|
};
|
211
|
+
holidays: {
|
212
|
+
type: import("vue").PropType<Date[]>;
|
213
|
+
default: () => never[];
|
214
|
+
};
|
215
|
+
type: {
|
216
|
+
type: StringConstructor;
|
217
|
+
default: string;
|
218
|
+
};
|
211
219
|
}, {
|
212
220
|
attrs: {
|
213
221
|
[x: string]: unknown;
|
@@ -232,6 +240,14 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
232
240
|
type: import("vue").PropType<string | false | HTMLElement>;
|
233
241
|
default: string;
|
234
242
|
};
|
243
|
+
holidays: {
|
244
|
+
type: import("vue").PropType<Date[]>;
|
245
|
+
default: () => never[];
|
246
|
+
};
|
247
|
+
type: {
|
248
|
+
type: StringConstructor;
|
249
|
+
default: string;
|
250
|
+
};
|
235
251
|
}>> & {
|
236
252
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
237
253
|
}>>;
|
@@ -248,6 +264,9 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
248
264
|
blur: () => any;
|
249
265
|
handleConfirm: (target: HTMLInputElement) => void;
|
250
266
|
onUpdateShow: (show: boolean) => Promise<void>;
|
267
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
268
|
+
stopWatcher: () => void;
|
269
|
+
setHoliday: (show: boolean) => Promise<void>;
|
251
270
|
onConfirm: (...args: any[]) => Promise<void>;
|
252
271
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
253
272
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -272,11 +291,21 @@ declare const DateInner: import("vue").DefineComponent<{
|
|
272
291
|
type: import("vue").PropType<string | false | HTMLElement>;
|
273
292
|
default: string;
|
274
293
|
};
|
294
|
+
holidays: {
|
295
|
+
type: import("vue").PropType<Date[]>;
|
296
|
+
default: () => never[];
|
297
|
+
};
|
298
|
+
type: {
|
299
|
+
type: StringConstructor;
|
300
|
+
default: string;
|
301
|
+
};
|
275
302
|
}>> & {
|
276
303
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
277
304
|
}, {
|
305
|
+
type: string;
|
278
306
|
updateUnchangedValue: boolean;
|
279
307
|
to: string | false | HTMLElement;
|
308
|
+
holidays: Date[];
|
280
309
|
}>>;
|
281
310
|
DateQuickBtn: import("vue").DefineComponent<{
|
282
311
|
componentCfg: {
|
@@ -469,6 +498,14 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
469
498
|
type: import("vue").PropType<string | false | HTMLElement>;
|
470
499
|
default: string;
|
471
500
|
};
|
501
|
+
holidays: {
|
502
|
+
type: import("vue").PropType<Date[]>;
|
503
|
+
default: () => never[];
|
504
|
+
};
|
505
|
+
type: {
|
506
|
+
type: StringConstructor;
|
507
|
+
default: string;
|
508
|
+
};
|
472
509
|
}, {
|
473
510
|
attrs: {
|
474
511
|
[x: string]: unknown;
|
@@ -493,6 +530,14 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
493
530
|
type: import("vue").PropType<string | false | HTMLElement>;
|
494
531
|
default: string;
|
495
532
|
};
|
533
|
+
holidays: {
|
534
|
+
type: import("vue").PropType<Date[]>;
|
535
|
+
default: () => never[];
|
536
|
+
};
|
537
|
+
type: {
|
538
|
+
type: StringConstructor;
|
539
|
+
default: string;
|
540
|
+
};
|
496
541
|
}>> & {
|
497
542
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
498
543
|
}>>;
|
@@ -509,6 +554,9 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
509
554
|
blur: () => any;
|
510
555
|
handleConfirm: (target: HTMLInputElement) => void;
|
511
556
|
onUpdateShow: (show: boolean) => Promise<void>;
|
557
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
558
|
+
stopWatcher: () => void;
|
559
|
+
setHoliday: (show: boolean) => Promise<void>;
|
512
560
|
onConfirm: (...args: any[]) => Promise<void>;
|
513
561
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
514
562
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -533,11 +581,21 @@ declare const DateOut: import("vue").DefineComponent<{
|
|
533
581
|
type: import("vue").PropType<string | false | HTMLElement>;
|
534
582
|
default: string;
|
535
583
|
};
|
584
|
+
holidays: {
|
585
|
+
type: import("vue").PropType<Date[]>;
|
586
|
+
default: () => never[];
|
587
|
+
};
|
588
|
+
type: {
|
589
|
+
type: StringConstructor;
|
590
|
+
default: string;
|
591
|
+
};
|
536
592
|
}>> & {
|
537
593
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
538
594
|
}, {
|
595
|
+
type: string;
|
539
596
|
updateUnchangedValue: boolean;
|
540
597
|
to: string | false | HTMLElement;
|
598
|
+
holidays: Date[];
|
541
599
|
}>>;
|
542
600
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
543
601
|
componentCfg: {
|
@@ -692,6 +750,14 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
692
750
|
type: import("vue").PropType<string | false | HTMLElement>;
|
693
751
|
default: string;
|
694
752
|
};
|
753
|
+
holidays: {
|
754
|
+
type: import("vue").PropType<Date[]>;
|
755
|
+
default: () => never[];
|
756
|
+
};
|
757
|
+
type: {
|
758
|
+
type: StringConstructor;
|
759
|
+
default: string;
|
760
|
+
};
|
695
761
|
}, {
|
696
762
|
attrs: {
|
697
763
|
[x: string]: unknown;
|
@@ -716,6 +782,14 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
716
782
|
type: import("vue").PropType<string | false | HTMLElement>;
|
717
783
|
default: string;
|
718
784
|
};
|
785
|
+
holidays: {
|
786
|
+
type: import("vue").PropType<Date[]>;
|
787
|
+
default: () => never[];
|
788
|
+
};
|
789
|
+
type: {
|
790
|
+
type: StringConstructor;
|
791
|
+
default: string;
|
792
|
+
};
|
719
793
|
}>> & {
|
720
794
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
721
795
|
}>>;
|
@@ -732,6 +806,9 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
732
806
|
blur: () => any;
|
733
807
|
handleConfirm: (target: HTMLInputElement) => void;
|
734
808
|
onUpdateShow: (show: boolean) => Promise<void>;
|
809
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
810
|
+
stopWatcher: () => void;
|
811
|
+
setHoliday: (show: boolean) => Promise<void>;
|
735
812
|
onConfirm: (...args: any[]) => Promise<void>;
|
736
813
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
737
814
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -756,11 +833,21 @@ declare const DateRangeInner: import("vue").DefineComponent<{
|
|
756
833
|
type: import("vue").PropType<string | false | HTMLElement>;
|
757
834
|
default: string;
|
758
835
|
};
|
836
|
+
holidays: {
|
837
|
+
type: import("vue").PropType<Date[]>;
|
838
|
+
default: () => never[];
|
839
|
+
};
|
840
|
+
type: {
|
841
|
+
type: StringConstructor;
|
842
|
+
default: string;
|
843
|
+
};
|
759
844
|
}>> & {
|
760
845
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
761
846
|
}, {
|
847
|
+
type: string;
|
762
848
|
updateUnchangedValue: boolean;
|
763
849
|
to: string | false | HTMLElement;
|
850
|
+
holidays: Date[];
|
764
851
|
}>>;
|
765
852
|
DateQuickBtn: import("vue").DefineComponent<{
|
766
853
|
componentCfg: {
|
@@ -960,6 +1047,14 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
960
1047
|
type: import("vue").PropType<string | false | HTMLElement>;
|
961
1048
|
default: string;
|
962
1049
|
};
|
1050
|
+
holidays: {
|
1051
|
+
type: import("vue").PropType<Date[]>;
|
1052
|
+
default: () => never[];
|
1053
|
+
};
|
1054
|
+
type: {
|
1055
|
+
type: StringConstructor;
|
1056
|
+
default: string;
|
1057
|
+
};
|
963
1058
|
}, {
|
964
1059
|
attrs: {
|
965
1060
|
[x: string]: unknown;
|
@@ -984,6 +1079,14 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
984
1079
|
type: import("vue").PropType<string | false | HTMLElement>;
|
985
1080
|
default: string;
|
986
1081
|
};
|
1082
|
+
holidays: {
|
1083
|
+
type: import("vue").PropType<Date[]>;
|
1084
|
+
default: () => never[];
|
1085
|
+
};
|
1086
|
+
type: {
|
1087
|
+
type: StringConstructor;
|
1088
|
+
default: string;
|
1089
|
+
};
|
987
1090
|
}>> & {
|
988
1091
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
989
1092
|
}>>;
|
@@ -1000,6 +1103,9 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
1000
1103
|
blur: () => any;
|
1001
1104
|
handleConfirm: (target: HTMLInputElement) => void;
|
1002
1105
|
onUpdateShow: (show: boolean) => Promise<void>;
|
1106
|
+
watchers: import("../../../../../../shared/types").AnyFn[];
|
1107
|
+
stopWatcher: () => void;
|
1108
|
+
setHoliday: (show: boolean) => Promise<void>;
|
1003
1109
|
onConfirm: (...args: any[]) => Promise<void>;
|
1004
1110
|
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
1005
1111
|
setShortcutValue: (type: "month" | "week") => Promise<void>;
|
@@ -1024,11 +1130,21 @@ declare const DateRangeOut: import("vue").DefineComponent<{
|
|
1024
1130
|
type: import("vue").PropType<string | false | HTMLElement>;
|
1025
1131
|
default: string;
|
1026
1132
|
};
|
1133
|
+
holidays: {
|
1134
|
+
type: import("vue").PropType<Date[]>;
|
1135
|
+
default: () => never[];
|
1136
|
+
};
|
1137
|
+
type: {
|
1138
|
+
type: StringConstructor;
|
1139
|
+
default: string;
|
1140
|
+
};
|
1027
1141
|
}>> & {
|
1028
1142
|
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
1029
1143
|
}, {
|
1144
|
+
type: string;
|
1030
1145
|
updateUnchangedValue: boolean;
|
1031
1146
|
to: string | false | HTMLElement;
|
1147
|
+
holidays: Date[];
|
1032
1148
|
}>>;
|
1033
1149
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1034
1150
|
type: {
|