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
@@ -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;
|
@@ -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: {
|