cnhis-design-vue 3.2.9-beta.3 → 3.2.9-beta.30
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/ai-chat/src/types/index.d.ts +8 -7
- 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 +37 -45
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +37 -45
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +15 -35
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +10 -5
- 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/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/expand-field/index.d.ts +1 -1
- package/es/components/expand-field/src/components/form.vue.d.ts +1 -1
- package/es/components/expand-field/src/index.vue.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.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/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/field-set/index.d.ts +7 -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 +72 -29
- 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 +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/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/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -0
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -2
@@ -71,6 +71,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
71
71
|
placeholder: string | undefined;
|
72
72
|
advanceColWidth: number | null | undefined;
|
73
73
|
accurateSearch: any;
|
74
|
+
extendKey: string;
|
74
75
|
}[];
|
75
76
|
getCacheDef: (item: import("..").ISearchType, cacheList: string[]) => string | string[];
|
76
77
|
transformParams: (paramsList: any[]) => any;
|
@@ -130,6 +131,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
130
131
|
alias?: string | undefined;
|
131
132
|
accurateSearch?: any;
|
132
133
|
isAccurateSearchVal?: boolean | undefined;
|
134
|
+
extendKey?: string | undefined;
|
133
135
|
}[]>;
|
134
136
|
parentNames: import("vue").Ref<{
|
135
137
|
disabled: boolean;
|
@@ -174,6 +176,7 @@ declare const CQuickSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
174
176
|
alias?: string | undefined;
|
175
177
|
accurateSearch?: any;
|
176
178
|
isAccurateSearchVal?: boolean | undefined;
|
179
|
+
extendKey?: string | undefined;
|
177
180
|
}[];
|
178
181
|
getMergeConObj: () => import("..").ISearchParamsType[];
|
179
182
|
getConObjParams: () => import("..").ISearchParamsType[];
|
@@ -73,6 +73,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
73
73
|
placeholder: string | undefined;
|
74
74
|
advanceColWidth: number | null | undefined;
|
75
75
|
accurateSearch: any;
|
76
|
+
extendKey: string;
|
76
77
|
}[];
|
77
78
|
getCacheDef: (item: ISearchType, cacheList: string[]) => string | string[];
|
78
79
|
transformParams: (paramsList: any[]) => any;
|
@@ -132,6 +133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
132
133
|
alias?: string | undefined;
|
133
134
|
accurateSearch?: any;
|
134
135
|
isAccurateSearchVal?: boolean | undefined;
|
136
|
+
extendKey?: string | undefined;
|
135
137
|
}[]>;
|
136
138
|
parentNames: import("vue").Ref<{
|
137
139
|
disabled: boolean;
|
@@ -176,6 +178,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
176
178
|
alias?: string | undefined;
|
177
179
|
accurateSearch?: any;
|
178
180
|
isAccurateSearchVal?: boolean | undefined;
|
181
|
+
extendKey?: string | undefined;
|
179
182
|
}[];
|
180
183
|
getMergeConObj: () => ISearchParamsType[];
|
181
184
|
getConObjParams: () => ISearchParamsType[];
|
@@ -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;
|