@das-fed/ui 6.4.0-dev.42 → 6.4.0-dev.43
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/i18n-collection/en.js +536 -0
- package/i18n-collection/zh-CN.js +537 -0
- package/package.json +6 -5
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +14 -14
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +1 -1
- package/packages/business-components/echarts/index.d.ts +10 -10
- package/packages/business-components/echarts/index.js +1648 -1639
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/echarts/src/Index.vue.d.ts +2 -2
- package/packages/business-components/echarts/style.css +1 -1
- package/packages/business-components/export-button/index.d.ts +5 -5
- package/packages/business-components/export-button/src/App.vue.d.ts +2 -2
- package/packages/business-components/import-button/index.d.ts +13 -13
- package/packages/business-components/import-button/src/App.vue.d.ts +5 -5
- package/packages/business-components/model-table-dialog/index.d.ts +61 -61
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +10 -10
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +4 -4
- package/packages/business-components/process-form/index.js +1065 -1057
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +14 -14
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +2 -1
- package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +1 -1
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-table/index.d.ts +11 -2
- package/packages/business-components/process-table/index.js +147 -146
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +9 -24
- package/packages/business-components/process-table/src/type.d.ts +2 -0
- package/packages/business-components/process-table/style.css +1 -1
- package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +1 -1
- package/packages/components/audio-video/index.d.ts +10 -10
- package/packages/components/audio-video/src/Index.vue.d.ts +2 -2
- package/packages/components/autocomplete/index.d.ts +38 -38
- package/packages/components/autocomplete/src/index.vue.d.ts +17 -17
- package/packages/components/cascader/index.d.ts +6 -6
- package/packages/components/cascader/src/Index.vue.d.ts +2 -2
- package/packages/components/checkbox/index.d.ts +59 -59
- package/packages/components/checkbox/src/Index.vue.d.ts +8 -8
- package/packages/components/collaspe/index.d.ts +9 -9
- package/packages/components/collaspe/src/Index.vue.d.ts +1 -1
- package/packages/components/color-picker/index.d.ts +13 -13
- package/packages/components/color-picker/src/Index.vue.d.ts +3 -3
- package/packages/components/custom-search-item/index.d.ts +24 -24
- package/packages/components/custom-search-item/src/Index.vue.d.ts +3 -3
- package/packages/components/date-picker/index.d.ts +27 -27
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +1 -1
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
- package/packages/components/dialog/index.d.ts +13 -13
- package/packages/components/dialog/src/Index.vue.d.ts +5 -5
- package/packages/components/edit-table/index.d.ts +9 -9
- package/packages/components/edit-table/src/index.vue.d.ts +1 -1
- package/packages/components/form/index.d.ts +23 -23
- package/packages/components/form/src/Index.vue.d.ts +3 -3
- package/packages/components/image-upload/index.d.ts +1 -1
- package/packages/components/image-upload/src/Index.vue.d.ts +1 -1
- package/packages/components/image-viewer/index.d.ts +1 -1
- package/packages/components/image-viewer/src/Index.vue.d.ts +1 -1
- package/packages/components/input/index.d.ts +12 -12
- package/packages/components/input/src/index.vue.d.ts +4 -4
- package/packages/components/input-dialog-select/index.d.ts +3 -3
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +3 -3
- package/packages/components/input-number/src/App.vue.d.ts +3 -3
- package/packages/components/pagination/index.d.ts +9 -9
- package/packages/components/pagination/src/Pagination.vue.d.ts +1 -1
- package/packages/components/progress/index.d.ts +3 -3
- package/packages/components/progress/src/Index.vue.d.ts +1 -1
- package/packages/components/radio/index.d.ts +38 -38
- package/packages/components/radio/src/Index.vue.d.ts +5 -5
- package/packages/components/rich-editor/index.d.ts +16 -16
- package/packages/components/rich-editor/src/Index.vue.d.ts +4 -4
- package/packages/components/search/index.d.ts +5 -5
- package/packages/components/search/src/Index.vue.d.ts +5 -5
- package/packages/components/search-form/src/Index.vue.d.ts +1 -1
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +1 -1
- package/packages/components/select/index.d.ts +11 -11
- package/packages/components/select/src/Select.vue.d.ts +4 -4
- package/packages/components/select-input/index.d.ts +1 -1
- package/packages/components/select-input/src/Index.vue.d.ts +1 -1
- package/packages/components/special-range-picker-month/index.d.ts +3 -3
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +3 -3
- package/packages/components/special-range-picker-year/index.d.ts +3 -3
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +3 -3
- package/packages/components/spin/index.d.ts +3 -3
- package/packages/components/spin/src/index.vue.d.ts +1 -1
- package/packages/components/table/index.d.ts +16 -16
- package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +2 -2
- package/packages/components/table/src/table-column/index.vue.d.ts +2 -2
- package/packages/components/tabs/index.d.ts +6 -6
- package/packages/components/tag/index.d.ts +6 -6
- package/packages/components/tag/src/Index.vue.d.ts +2 -2
- package/packages/components/tooltip/index.d.ts +31 -31
- package/packages/components/tooltip/src/index.vue.d.ts +4 -4
- package/packages/components/tree/src/App.vue.d.ts +1 -1
- package/packages/components/tree-select/src/App.vue.d.ts +30 -30
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -26
- package/packages/components/upload/index.d.ts +3 -3
- package/packages/components/upload/src/Index.vue.d.ts +1 -1
|
@@ -37,9 +37,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
37
37
|
readonly errorModelZIndex?: number | undefined;
|
|
38
38
|
readonly isExterControlCount?: boolean | undefined;
|
|
39
39
|
readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
|
|
40
|
-
readonly onBlur?: ((val: any) => any) | undefined;
|
|
41
40
|
readonly onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
42
41
|
readonly onFocus?: ((val: any) => any) | undefined;
|
|
42
|
+
readonly onBlur?: ((val: any) => any) | undefined;
|
|
43
43
|
readonly "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
44
44
|
readonly onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
45
45
|
readonly onAddCustomItem?: ((val: any) => any) | undefined;
|
|
@@ -56,12 +56,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
56
56
|
$root: import("vue").ComponentPublicInstance | null;
|
|
57
57
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
58
58
|
$host: Element | null;
|
|
59
|
-
$emit: ((event: "
|
|
59
|
+
$emit: ((event: "change", currValue: any, options: any) => void) & ((event: "focus", val: any) => void) & ((event: "blur", val: any) => void) & ((event: "update:model-value", currValue: any) => void) & ((event: "dropdownVisibleChange", val: any) => void) & ((event: "addCustomItem", val: any) => void);
|
|
60
60
|
$el: any;
|
|
61
61
|
$options: import("vue").ComponentOptionsBase<Readonly<import("../../select/src/type").Props> & Readonly<{
|
|
62
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
63
62
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
64
63
|
onFocus?: ((val: any) => any) | undefined;
|
|
64
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
65
65
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
66
66
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
67
67
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
@@ -69,26 +69,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
69
69
|
$select: import("vue").Ref<any, any>;
|
|
70
70
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
71
71
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
72
|
-
blur: (val: any) => any;
|
|
73
72
|
change: (currValue: any, options: any) => any;
|
|
74
73
|
focus: (val: any) => any;
|
|
74
|
+
blur: (val: any) => any;
|
|
75
75
|
"update:model-value": (currValue: any) => any;
|
|
76
76
|
dropdownVisibleChange: (val: any) => any;
|
|
77
77
|
addCustomItem: (val: any) => any;
|
|
78
78
|
}, string, {
|
|
79
79
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
80
|
-
error: boolean;
|
|
81
80
|
disabled: boolean;
|
|
82
|
-
width: string | number;
|
|
83
81
|
mode: "multiple" | "tags" | "combobox";
|
|
84
82
|
modelValue: any;
|
|
85
83
|
showArrow: boolean;
|
|
86
84
|
open: boolean;
|
|
87
85
|
teleported: boolean;
|
|
88
86
|
getPopupContainer: Function;
|
|
87
|
+
width: string | number;
|
|
89
88
|
borderType: "underline" | "bordered" | "none";
|
|
90
89
|
placeholder: string;
|
|
91
90
|
isView: boolean;
|
|
91
|
+
error: boolean;
|
|
92
92
|
errorMode: "default" | "overlay";
|
|
93
93
|
errorModelZIndex: number;
|
|
94
94
|
noSetDefaultVal: boolean;
|
|
@@ -136,18 +136,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
136
136
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
137
137
|
} & Readonly<{
|
|
138
138
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
139
|
-
error: boolean;
|
|
140
139
|
disabled: boolean;
|
|
141
|
-
width: string | number;
|
|
142
140
|
mode: "multiple" | "tags" | "combobox";
|
|
143
141
|
modelValue: any;
|
|
144
142
|
showArrow: boolean;
|
|
145
143
|
open: boolean;
|
|
146
144
|
teleported: boolean;
|
|
147
145
|
getPopupContainer: Function;
|
|
146
|
+
width: string | number;
|
|
148
147
|
borderType: "underline" | "bordered" | "none";
|
|
149
148
|
placeholder: string;
|
|
150
149
|
isView: boolean;
|
|
150
|
+
error: boolean;
|
|
151
151
|
errorMode: "default" | "overlay";
|
|
152
152
|
errorModelZIndex: number;
|
|
153
153
|
noSetDefaultVal: boolean;
|
|
@@ -163,13 +163,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
163
163
|
maxTagsLength: number;
|
|
164
164
|
isExterControlCount: boolean;
|
|
165
165
|
}> & Omit<Readonly<import("../../select/src/type").Props> & Readonly<{
|
|
166
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
167
166
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
168
167
|
onFocus?: ((val: any) => any) | undefined;
|
|
168
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
169
169
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
170
170
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
171
171
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
172
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "
|
|
172
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "disabled" | "mode" | "modelValue" | "showArrow" | "open" | "teleported" | "getPopupContainer" | "width" | "borderType" | "placeholder" | "isView" | "error" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "fieldNames" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "isTooltip" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount")> & import("vue").ShallowUnwrapRef<{
|
|
173
173
|
$select: import("vue").Ref<any, any>;
|
|
174
174
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
175
175
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -223,9 +223,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
223
223
|
readonly errorModelZIndex?: number | undefined;
|
|
224
224
|
readonly isExterControlCount?: boolean | undefined;
|
|
225
225
|
readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
|
|
226
|
-
readonly onBlur?: ((val: any) => any) | undefined;
|
|
227
226
|
readonly onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
228
227
|
readonly onFocus?: ((val: any) => any) | undefined;
|
|
228
|
+
readonly onBlur?: ((val: any) => any) | undefined;
|
|
229
229
|
readonly "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
230
230
|
readonly onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
231
231
|
readonly onAddCustomItem?: ((val: any) => any) | undefined;
|
|
@@ -242,12 +242,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
242
242
|
$root: import("vue").ComponentPublicInstance | null;
|
|
243
243
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
244
244
|
$host: Element | null;
|
|
245
|
-
$emit: ((event: "
|
|
245
|
+
$emit: ((event: "change", currValue: any, options: any) => void) & ((event: "focus", val: any) => void) & ((event: "blur", val: any) => void) & ((event: "update:model-value", currValue: any) => void) & ((event: "dropdownVisibleChange", val: any) => void) & ((event: "addCustomItem", val: any) => void);
|
|
246
246
|
$el: any;
|
|
247
247
|
$options: import("vue").ComponentOptionsBase<Readonly<import("../../select/src/type").Props> & Readonly<{
|
|
248
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
249
248
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
250
249
|
onFocus?: ((val: any) => any) | undefined;
|
|
250
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
251
251
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
252
252
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
253
253
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
@@ -255,26 +255,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
255
255
|
$select: import("vue").Ref<any, any>;
|
|
256
256
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
257
257
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
258
|
-
blur: (val: any) => any;
|
|
259
258
|
change: (currValue: any, options: any) => any;
|
|
260
259
|
focus: (val: any) => any;
|
|
260
|
+
blur: (val: any) => any;
|
|
261
261
|
"update:model-value": (currValue: any) => any;
|
|
262
262
|
dropdownVisibleChange: (val: any) => any;
|
|
263
263
|
addCustomItem: (val: any) => any;
|
|
264
264
|
}, string, {
|
|
265
265
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
266
|
-
error: boolean;
|
|
267
266
|
disabled: boolean;
|
|
268
|
-
width: string | number;
|
|
269
267
|
mode: "multiple" | "tags" | "combobox";
|
|
270
268
|
modelValue: any;
|
|
271
269
|
showArrow: boolean;
|
|
272
270
|
open: boolean;
|
|
273
271
|
teleported: boolean;
|
|
274
272
|
getPopupContainer: Function;
|
|
273
|
+
width: string | number;
|
|
275
274
|
borderType: "underline" | "bordered" | "none";
|
|
276
275
|
placeholder: string;
|
|
277
276
|
isView: boolean;
|
|
277
|
+
error: boolean;
|
|
278
278
|
errorMode: "default" | "overlay";
|
|
279
279
|
errorModelZIndex: number;
|
|
280
280
|
noSetDefaultVal: boolean;
|
|
@@ -322,18 +322,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
322
322
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
323
323
|
} & Readonly<{
|
|
324
324
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
325
|
-
error: boolean;
|
|
326
325
|
disabled: boolean;
|
|
327
|
-
width: string | number;
|
|
328
326
|
mode: "multiple" | "tags" | "combobox";
|
|
329
327
|
modelValue: any;
|
|
330
328
|
showArrow: boolean;
|
|
331
329
|
open: boolean;
|
|
332
330
|
teleported: boolean;
|
|
333
331
|
getPopupContainer: Function;
|
|
332
|
+
width: string | number;
|
|
334
333
|
borderType: "underline" | "bordered" | "none";
|
|
335
334
|
placeholder: string;
|
|
336
335
|
isView: boolean;
|
|
336
|
+
error: boolean;
|
|
337
337
|
errorMode: "default" | "overlay";
|
|
338
338
|
errorModelZIndex: number;
|
|
339
339
|
noSetDefaultVal: boolean;
|
|
@@ -349,13 +349,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
349
349
|
maxTagsLength: number;
|
|
350
350
|
isExterControlCount: boolean;
|
|
351
351
|
}> & Omit<Readonly<import("../../select/src/type").Props> & Readonly<{
|
|
352
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
353
352
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
354
353
|
onFocus?: ((val: any) => any) | undefined;
|
|
354
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
355
355
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
356
356
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
357
357
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
358
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "
|
|
358
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "disabled" | "mode" | "modelValue" | "showArrow" | "open" | "teleported" | "getPopupContainer" | "width" | "borderType" | "placeholder" | "isView" | "error" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "fieldNames" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "isTooltip" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount")> & import("vue").ShallowUnwrapRef<{
|
|
359
359
|
$select: import("vue").Ref<any, any>;
|
|
360
360
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
361
361
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -1955,8 +1955,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
1955
1955
|
} & {
|
|
1956
1956
|
[x: string]: any;
|
|
1957
1957
|
}, string, {
|
|
1958
|
-
data: any[];
|
|
1959
1958
|
props: import("../../tree/src/type").TreeOptionProps;
|
|
1959
|
+
data: any[];
|
|
1960
1960
|
modelValue: string | number | any[];
|
|
1961
1961
|
nodeKey: string;
|
|
1962
1962
|
currentNodeKey: string | number;
|
|
@@ -1995,8 +1995,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
1995
1995
|
$nextTick: typeof import("vue").nextTick;
|
|
1996
1996
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1997
1997
|
} & Readonly<{
|
|
1998
|
-
data: any[];
|
|
1999
1998
|
props: import("../../tree/src/type").TreeOptionProps;
|
|
1999
|
+
data: any[];
|
|
2000
2000
|
modelValue: string | number | any[];
|
|
2001
2001
|
nodeKey: string;
|
|
2002
2002
|
currentNodeKey: string | number;
|
|
@@ -2016,7 +2016,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
2016
2016
|
overlayZIndex: string;
|
|
2017
2017
|
}> & Omit<Readonly<import("../../tree/src/type").Props> & Readonly<{
|
|
2018
2018
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
2019
|
-
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("
|
|
2019
|
+
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("props" | "data" | "modelValue" | "nodeKey" | "currentNodeKey" | "defaultExpandedKeys" | "defaultExpandedPaths" | "defaultExpandRoot" | "expandOnClickNode" | "checkStrictly" | "operationsLayout" | "maxNodeLevel" | "showFilterInput" | "inputOptions" | "emptyText" | "searchEmptyText" | "rootNodeId" | "renderDom" | "overlayZIndex")> & import("vue").ShallowUnwrapRef<{
|
|
2020
2020
|
treeRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2021
2021
|
data: {
|
|
2022
2022
|
type: ArrayConstructor;
|
|
@@ -5135,8 +5135,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
5135
5135
|
} & {
|
|
5136
5136
|
[x: string]: any;
|
|
5137
5137
|
}, string, {
|
|
5138
|
-
data: any[];
|
|
5139
5138
|
props: import("../../tree/src/type").TreeOptionProps;
|
|
5139
|
+
data: any[];
|
|
5140
5140
|
modelValue: string | number | any[];
|
|
5141
5141
|
nodeKey: string;
|
|
5142
5142
|
currentNodeKey: string | number;
|
|
@@ -5175,8 +5175,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
5175
5175
|
$nextTick: typeof import("vue").nextTick;
|
|
5176
5176
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
5177
5177
|
} & Readonly<{
|
|
5178
|
-
data: any[];
|
|
5179
5178
|
props: import("../../tree/src/type").TreeOptionProps;
|
|
5179
|
+
data: any[];
|
|
5180
5180
|
modelValue: string | number | any[];
|
|
5181
5181
|
nodeKey: string;
|
|
5182
5182
|
currentNodeKey: string | number;
|
|
@@ -5196,7 +5196,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
5196
5196
|
overlayZIndex: string;
|
|
5197
5197
|
}> & Omit<Readonly<import("../../tree/src/type").Props> & Readonly<{
|
|
5198
5198
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
5199
|
-
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("
|
|
5199
|
+
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("props" | "data" | "modelValue" | "nodeKey" | "currentNodeKey" | "defaultExpandedKeys" | "defaultExpandedPaths" | "defaultExpandRoot" | "expandOnClickNode" | "checkStrictly" | "operationsLayout" | "maxNodeLevel" | "showFilterInput" | "inputOptions" | "emptyText" | "searchEmptyText" | "rootNodeId" | "renderDom" | "overlayZIndex")> & import("vue").ShallowUnwrapRef<{
|
|
5200
5200
|
treeRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5201
5201
|
data: {
|
|
5202
5202
|
type: ArrayConstructor;
|
|
@@ -6740,20 +6740,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
6740
6740
|
/** 设置默认值,当默认值为动态设置时使用(兼容老版本) */
|
|
6741
6741
|
resetDefaultVal: (val: any) => void;
|
|
6742
6742
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6743
|
-
|
|
6743
|
+
"update:modelValue": (value: string | number | string[] | number[]) => any;
|
|
6744
6744
|
change: (value: string | number | string[] | number[], options: any[]) => any;
|
|
6745
6745
|
focus: (val: any) => any;
|
|
6746
|
-
"update:modelValue": (value: string | number | string[] | number[]) => any;
|
|
6747
6746
|
"visible-change": (value: boolean) => any;
|
|
6748
6747
|
"update:path": (value: string | string[]) => any;
|
|
6748
|
+
blur: (val: any) => any;
|
|
6749
6749
|
"update:keyword": (value: string) => any;
|
|
6750
6750
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
6751
|
-
|
|
6751
|
+
"onUpdate:modelValue"?: ((value: string | number | string[] | number[]) => any) | undefined;
|
|
6752
6752
|
onChange?: ((value: string | number | string[] | number[], options: any[]) => any) | undefined;
|
|
6753
6753
|
onFocus?: ((val: any) => any) | undefined;
|
|
6754
|
-
"onUpdate:modelValue"?: ((value: string | number | string[] | number[]) => any) | undefined;
|
|
6755
6754
|
"onVisible-change"?: ((value: boolean) => any) | undefined;
|
|
6756
6755
|
"onUpdate:path"?: ((value: string | string[]) => any) | undefined;
|
|
6756
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
6757
6757
|
"onUpdate:keyword"?: ((value: string) => any) | undefined;
|
|
6758
6758
|
}>, {
|
|
6759
6759
|
filter: boolean;
|
|
@@ -1583,8 +1583,8 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
1583
1583
|
} & {
|
|
1584
1584
|
[x: string]: any;
|
|
1585
1585
|
}, string, {
|
|
1586
|
-
data: any[];
|
|
1587
1586
|
props: import("../../../tree/src/type").TreeOptionProps;
|
|
1587
|
+
data: any[];
|
|
1588
1588
|
modelValue: string | number | any[];
|
|
1589
1589
|
nodeKey: string;
|
|
1590
1590
|
currentNodeKey: string | number;
|
|
@@ -1623,8 +1623,8 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
1623
1623
|
$nextTick: typeof nextTick;
|
|
1624
1624
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1625
1625
|
} & Readonly<{
|
|
1626
|
-
data: any[];
|
|
1627
1626
|
props: import("../../../tree/src/type").TreeOptionProps;
|
|
1627
|
+
data: any[];
|
|
1628
1628
|
modelValue: string | number | any[];
|
|
1629
1629
|
nodeKey: string;
|
|
1630
1630
|
currentNodeKey: string | number;
|
|
@@ -1644,7 +1644,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
1644
1644
|
overlayZIndex: string;
|
|
1645
1645
|
}> & Omit<Readonly<import("../../../tree/src/type").Props> & Readonly<{
|
|
1646
1646
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
1647
|
-
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("
|
|
1647
|
+
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("props" | "data" | "modelValue" | "nodeKey" | "currentNodeKey" | "defaultExpandedKeys" | "defaultExpandedPaths" | "defaultExpandRoot" | "expandOnClickNode" | "checkStrictly" | "operationsLayout" | "maxNodeLevel" | "showFilterInput" | "inputOptions" | "emptyText" | "searchEmptyText" | "rootNodeId" | "renderDom" | "overlayZIndex")> & import("vue").ShallowUnwrapRef<{
|
|
1648
1648
|
treeRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1649
1649
|
data: {
|
|
1650
1650
|
type: ArrayConstructor;
|
|
@@ -4763,8 +4763,8 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
4763
4763
|
} & {
|
|
4764
4764
|
[x: string]: any;
|
|
4765
4765
|
}, string, {
|
|
4766
|
-
data: any[];
|
|
4767
4766
|
props: import("../../../tree/src/type").TreeOptionProps;
|
|
4767
|
+
data: any[];
|
|
4768
4768
|
modelValue: string | number | any[];
|
|
4769
4769
|
nodeKey: string;
|
|
4770
4770
|
currentNodeKey: string | number;
|
|
@@ -4803,8 +4803,8 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
4803
4803
|
$nextTick: typeof nextTick;
|
|
4804
4804
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
4805
4805
|
} & Readonly<{
|
|
4806
|
-
data: any[];
|
|
4807
4806
|
props: import("../../../tree/src/type").TreeOptionProps;
|
|
4807
|
+
data: any[];
|
|
4808
4808
|
modelValue: string | number | any[];
|
|
4809
4809
|
nodeKey: string;
|
|
4810
4810
|
currentNodeKey: string | number;
|
|
@@ -4824,7 +4824,7 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
4824
4824
|
overlayZIndex: string;
|
|
4825
4825
|
}> & Omit<Readonly<import("../../../tree/src/type").Props> & Readonly<{
|
|
4826
4826
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
4827
|
-
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("
|
|
4827
|
+
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("props" | "data" | "modelValue" | "nodeKey" | "currentNodeKey" | "defaultExpandedKeys" | "defaultExpandedPaths" | "defaultExpandRoot" | "expandOnClickNode" | "checkStrictly" | "operationsLayout" | "maxNodeLevel" | "showFilterInput" | "inputOptions" | "emptyText" | "searchEmptyText" | "rootNodeId" | "renderDom" | "overlayZIndex")> & import("vue").ShallowUnwrapRef<{
|
|
4828
4828
|
treeRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4829
4829
|
data: {
|
|
4830
4830
|
type: ArrayConstructor;
|
|
@@ -6400,9 +6400,9 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6400
6400
|
readonly errorModelZIndex?: number | undefined;
|
|
6401
6401
|
readonly isExterControlCount?: boolean | undefined;
|
|
6402
6402
|
readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
|
|
6403
|
-
readonly onBlur?: ((val: any) => any) | undefined;
|
|
6404
6403
|
readonly onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
6405
6404
|
readonly onFocus?: ((val: any) => any) | undefined;
|
|
6405
|
+
readonly onBlur?: ((val: any) => any) | undefined;
|
|
6406
6406
|
readonly "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
6407
6407
|
readonly onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
6408
6408
|
readonly onAddCustomItem?: ((val: any) => any) | undefined;
|
|
@@ -6419,12 +6419,12 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6419
6419
|
$root: import("vue").ComponentPublicInstance | null;
|
|
6420
6420
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
6421
6421
|
$host: Element | null;
|
|
6422
|
-
$emit: ((event: "
|
|
6422
|
+
$emit: ((event: "change", currValue: any, options: any) => void) & ((event: "focus", val: any) => void) & ((event: "blur", val: any) => void) & ((event: "update:model-value", currValue: any) => void) & ((event: "dropdownVisibleChange", val: any) => void) & ((event: "addCustomItem", val: any) => void);
|
|
6423
6423
|
$el: any;
|
|
6424
6424
|
$options: import("vue").ComponentOptionsBase<Readonly<import("../../../select/src/type").Props> & Readonly<{
|
|
6425
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
6426
6425
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
6427
6426
|
onFocus?: ((val: any) => any) | undefined;
|
|
6427
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
6428
6428
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
6429
6429
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
6430
6430
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
@@ -6432,26 +6432,26 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6432
6432
|
$select: import("vue").Ref<any, any>;
|
|
6433
6433
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
6434
6434
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6435
|
-
blur: (val: any) => any;
|
|
6436
6435
|
change: (currValue: any, options: any) => any;
|
|
6437
6436
|
focus: (val: any) => any;
|
|
6437
|
+
blur: (val: any) => any;
|
|
6438
6438
|
"update:model-value": (currValue: any) => any;
|
|
6439
6439
|
dropdownVisibleChange: (val: any) => any;
|
|
6440
6440
|
addCustomItem: (val: any) => any;
|
|
6441
6441
|
}, string, {
|
|
6442
6442
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
6443
|
-
error: boolean;
|
|
6444
6443
|
disabled: boolean;
|
|
6445
|
-
width: string | number;
|
|
6446
6444
|
mode: "multiple" | "tags" | "combobox";
|
|
6447
6445
|
modelValue: any;
|
|
6448
6446
|
showArrow: boolean;
|
|
6449
6447
|
open: boolean;
|
|
6450
6448
|
teleported: boolean;
|
|
6451
6449
|
getPopupContainer: Function;
|
|
6450
|
+
width: string | number;
|
|
6452
6451
|
borderType: "underline" | "bordered" | "none";
|
|
6453
6452
|
placeholder: string;
|
|
6454
6453
|
isView: boolean;
|
|
6454
|
+
error: boolean;
|
|
6455
6455
|
errorMode: "default" | "overlay";
|
|
6456
6456
|
errorModelZIndex: number;
|
|
6457
6457
|
noSetDefaultVal: boolean;
|
|
@@ -6499,18 +6499,18 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6499
6499
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
6500
6500
|
} & Readonly<{
|
|
6501
6501
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
6502
|
-
error: boolean;
|
|
6503
6502
|
disabled: boolean;
|
|
6504
|
-
width: string | number;
|
|
6505
6503
|
mode: "multiple" | "tags" | "combobox";
|
|
6506
6504
|
modelValue: any;
|
|
6507
6505
|
showArrow: boolean;
|
|
6508
6506
|
open: boolean;
|
|
6509
6507
|
teleported: boolean;
|
|
6510
6508
|
getPopupContainer: Function;
|
|
6509
|
+
width: string | number;
|
|
6511
6510
|
borderType: "underline" | "bordered" | "none";
|
|
6512
6511
|
placeholder: string;
|
|
6513
6512
|
isView: boolean;
|
|
6513
|
+
error: boolean;
|
|
6514
6514
|
errorMode: "default" | "overlay";
|
|
6515
6515
|
errorModelZIndex: number;
|
|
6516
6516
|
noSetDefaultVal: boolean;
|
|
@@ -6526,13 +6526,13 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6526
6526
|
maxTagsLength: number;
|
|
6527
6527
|
isExterControlCount: boolean;
|
|
6528
6528
|
}> & Omit<Readonly<import("../../../select/src/type").Props> & Readonly<{
|
|
6529
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
6530
6529
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
6531
6530
|
onFocus?: ((val: any) => any) | undefined;
|
|
6531
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
6532
6532
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
6533
6533
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
6534
6534
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
6535
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "
|
|
6535
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "disabled" | "mode" | "modelValue" | "showArrow" | "open" | "teleported" | "getPopupContainer" | "width" | "borderType" | "placeholder" | "isView" | "error" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "fieldNames" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "isTooltip" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount")> & import("vue").ShallowUnwrapRef<{
|
|
6536
6536
|
$select: import("vue").Ref<any, any>;
|
|
6537
6537
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
6538
6538
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -6586,9 +6586,9 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6586
6586
|
readonly errorModelZIndex?: number | undefined;
|
|
6587
6587
|
readonly isExterControlCount?: boolean | undefined;
|
|
6588
6588
|
readonly dropdownMode?: ("multiple" | "tags" | "combobox" | "custom") | undefined;
|
|
6589
|
-
readonly onBlur?: ((val: any) => any) | undefined;
|
|
6590
6589
|
readonly onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
6591
6590
|
readonly onFocus?: ((val: any) => any) | undefined;
|
|
6591
|
+
readonly onBlur?: ((val: any) => any) | undefined;
|
|
6592
6592
|
readonly "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
6593
6593
|
readonly onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
6594
6594
|
readonly onAddCustomItem?: ((val: any) => any) | undefined;
|
|
@@ -6605,12 +6605,12 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6605
6605
|
$root: import("vue").ComponentPublicInstance | null;
|
|
6606
6606
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
6607
6607
|
$host: Element | null;
|
|
6608
|
-
$emit: ((event: "
|
|
6608
|
+
$emit: ((event: "change", currValue: any, options: any) => void) & ((event: "focus", val: any) => void) & ((event: "blur", val: any) => void) & ((event: "update:model-value", currValue: any) => void) & ((event: "dropdownVisibleChange", val: any) => void) & ((event: "addCustomItem", val: any) => void);
|
|
6609
6609
|
$el: any;
|
|
6610
6610
|
$options: import("vue").ComponentOptionsBase<Readonly<import("../../../select/src/type").Props> & Readonly<{
|
|
6611
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
6612
6611
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
6613
6612
|
onFocus?: ((val: any) => any) | undefined;
|
|
6613
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
6614
6614
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
6615
6615
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
6616
6616
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
@@ -6618,26 +6618,26 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6618
6618
|
$select: import("vue").Ref<any, any>;
|
|
6619
6619
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
6620
6620
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6621
|
-
blur: (val: any) => any;
|
|
6622
6621
|
change: (currValue: any, options: any) => any;
|
|
6623
6622
|
focus: (val: any) => any;
|
|
6623
|
+
blur: (val: any) => any;
|
|
6624
6624
|
"update:model-value": (currValue: any) => any;
|
|
6625
6625
|
dropdownVisibleChange: (val: any) => any;
|
|
6626
6626
|
addCustomItem: (val: any) => any;
|
|
6627
6627
|
}, string, {
|
|
6628
6628
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
6629
|
-
error: boolean;
|
|
6630
6629
|
disabled: boolean;
|
|
6631
|
-
width: string | number;
|
|
6632
6630
|
mode: "multiple" | "tags" | "combobox";
|
|
6633
6631
|
modelValue: any;
|
|
6634
6632
|
showArrow: boolean;
|
|
6635
6633
|
open: boolean;
|
|
6636
6634
|
teleported: boolean;
|
|
6637
6635
|
getPopupContainer: Function;
|
|
6636
|
+
width: string | number;
|
|
6638
6637
|
borderType: "underline" | "bordered" | "none";
|
|
6639
6638
|
placeholder: string;
|
|
6640
6639
|
isView: boolean;
|
|
6640
|
+
error: boolean;
|
|
6641
6641
|
errorMode: "default" | "overlay";
|
|
6642
6642
|
errorModelZIndex: number;
|
|
6643
6643
|
noSetDefaultVal: boolean;
|
|
@@ -6685,18 +6685,18 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6685
6685
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
6686
6686
|
} & Readonly<{
|
|
6687
6687
|
size: "large" | "middle" | "default" | "small" | "mini" | "table";
|
|
6688
|
-
error: boolean;
|
|
6689
6688
|
disabled: boolean;
|
|
6690
|
-
width: string | number;
|
|
6691
6689
|
mode: "multiple" | "tags" | "combobox";
|
|
6692
6690
|
modelValue: any;
|
|
6693
6691
|
showArrow: boolean;
|
|
6694
6692
|
open: boolean;
|
|
6695
6693
|
teleported: boolean;
|
|
6696
6694
|
getPopupContainer: Function;
|
|
6695
|
+
width: string | number;
|
|
6697
6696
|
borderType: "underline" | "bordered" | "none";
|
|
6698
6697
|
placeholder: string;
|
|
6699
6698
|
isView: boolean;
|
|
6699
|
+
error: boolean;
|
|
6700
6700
|
errorMode: "default" | "overlay";
|
|
6701
6701
|
errorModelZIndex: number;
|
|
6702
6702
|
noSetDefaultVal: boolean;
|
|
@@ -6712,13 +6712,13 @@ export declare const useTreeSelect: (props: Props, emit: Emits, nodeKey: any, at
|
|
|
6712
6712
|
maxTagsLength: number;
|
|
6713
6713
|
isExterControlCount: boolean;
|
|
6714
6714
|
}> & Omit<Readonly<import("../../../select/src/type").Props> & Readonly<{
|
|
6715
|
-
onBlur?: ((val: any) => any) | undefined;
|
|
6716
6715
|
onChange?: ((currValue: any, options: any) => any) | undefined;
|
|
6717
6716
|
onFocus?: ((val: any) => any) | undefined;
|
|
6717
|
+
onBlur?: ((val: any) => any) | undefined;
|
|
6718
6718
|
"onUpdate:model-value"?: ((currValue: any) => any) | undefined;
|
|
6719
6719
|
onDropdownVisibleChange?: ((val: any) => any) | undefined;
|
|
6720
6720
|
onAddCustomItem?: ((val: any) => any) | undefined;
|
|
6721
|
-
}>, "$select" | "toChangeMaxCount" | ("size" | "
|
|
6721
|
+
}>, "$select" | "toChangeMaxCount" | ("size" | "disabled" | "mode" | "modelValue" | "showArrow" | "open" | "teleported" | "getPopupContainer" | "width" | "borderType" | "placeholder" | "isView" | "error" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "fieldNames" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "isTooltip" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount")> & import("vue").ShallowUnwrapRef<{
|
|
6722
6722
|
$select: import("vue").Ref<any, any>;
|
|
6723
6723
|
toChangeMaxCount: (isFocus: boolean) => void;
|
|
6724
6724
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
@@ -9,9 +9,9 @@ declare const DasUpload: import("@das-fed/utils").SFCWithInstall<{
|
|
|
9
9
|
"file-upload": (file: import("ant-design-vue").UploadFile<any>) => any;
|
|
10
10
|
"errorFile-download": () => any;
|
|
11
11
|
}, import("vue").PublicProps, {
|
|
12
|
-
error: boolean;
|
|
13
12
|
width: string;
|
|
14
13
|
isView: boolean;
|
|
14
|
+
error: boolean;
|
|
15
15
|
maxCount: number;
|
|
16
16
|
draggle: boolean;
|
|
17
17
|
showSize: boolean;
|
|
@@ -28,9 +28,9 @@ declare const DasUpload: import("@das-fed/utils").SFCWithInstall<{
|
|
|
28
28
|
"onFile-upload"?: ((file: import("ant-design-vue").UploadFile<any>) => any) | undefined;
|
|
29
29
|
"onErrorFile-download"?: (() => any) | undefined;
|
|
30
30
|
}>, {}, {}, {}, {}, {
|
|
31
|
-
error: boolean;
|
|
32
31
|
width: string;
|
|
33
32
|
isView: boolean;
|
|
33
|
+
error: boolean;
|
|
34
34
|
maxCount: number;
|
|
35
35
|
draggle: boolean;
|
|
36
36
|
showSize: boolean;
|
|
@@ -48,9 +48,9 @@ declare const DasUpload: import("@das-fed/utils").SFCWithInstall<{
|
|
|
48
48
|
"file-upload": (file: import("ant-design-vue").UploadFile<any>) => any;
|
|
49
49
|
"errorFile-download": () => any;
|
|
50
50
|
}, string, {
|
|
51
|
-
error: boolean;
|
|
52
51
|
width: string;
|
|
53
52
|
isView: boolean;
|
|
53
|
+
error: boolean;
|
|
54
54
|
maxCount: number;
|
|
55
55
|
draggle: boolean;
|
|
56
56
|
showSize: boolean;
|
|
@@ -25,9 +25,9 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
25
25
|
"onFile-upload"?: ((file: import("ant-design-vue").UploadFile<any>) => any) | undefined;
|
|
26
26
|
"onErrorFile-download"?: (() => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
|
-
error: boolean;
|
|
29
28
|
width: string;
|
|
30
29
|
isView: boolean;
|
|
30
|
+
error: boolean;
|
|
31
31
|
maxCount: number;
|
|
32
32
|
draggle: boolean;
|
|
33
33
|
showSize: boolean;
|