@das-fed/ui 6.4.0-dev.42 → 6.4.0-dev.44

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.
Files changed (105) hide show
  1. package/i18n-collection/en.js +536 -0
  2. package/i18n-collection/zh-CN.js +537 -0
  3. package/package.json +6 -5
  4. package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +14 -14
  5. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +1 -1
  6. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +1 -1
  7. package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +1 -1
  8. package/packages/business-components/echarts/index.d.ts +10 -10
  9. package/packages/business-components/echarts/index.js +1648 -1639
  10. package/packages/business-components/echarts/index.js.gz +0 -0
  11. package/packages/business-components/echarts/src/Index.vue.d.ts +2 -2
  12. package/packages/business-components/echarts/style.css +1 -1
  13. package/packages/business-components/export-button/index.d.ts +5 -5
  14. package/packages/business-components/export-button/src/App.vue.d.ts +2 -2
  15. package/packages/business-components/import-button/index.d.ts +13 -13
  16. package/packages/business-components/import-button/src/App.vue.d.ts +5 -5
  17. package/packages/business-components/model-table-dialog/index.d.ts +61 -61
  18. package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +10 -10
  19. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +4 -4
  20. package/packages/business-components/process-form/index.js +1093 -1079
  21. package/packages/business-components/process-form/index.js.gz +0 -0
  22. package/packages/business-components/process-form/src/hooks/useForm.d.ts +14 -14
  23. package/packages/business-components/process-form/src/hooks/useSelector.d.ts +2 -1
  24. package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +1 -1
  25. package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +1 -1
  26. package/packages/business-components/process-form/style.css +1 -1
  27. package/packages/business-components/process-table/index.d.ts +11 -2
  28. package/packages/business-components/process-table/index.js +147 -146
  29. package/packages/business-components/process-table/index.js.gz +0 -0
  30. package/packages/business-components/process-table/src/App.vue.d.ts +9 -24
  31. package/packages/business-components/process-table/src/type.d.ts +2 -0
  32. package/packages/business-components/process-table/style.css +1 -1
  33. package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +1 -1
  34. package/packages/components/audio-video/index.d.ts +10 -10
  35. package/packages/components/audio-video/src/Index.vue.d.ts +2 -2
  36. package/packages/components/autocomplete/index.d.ts +38 -38
  37. package/packages/components/autocomplete/src/index.vue.d.ts +17 -17
  38. package/packages/components/cascader/index.d.ts +6 -6
  39. package/packages/components/cascader/src/Index.vue.d.ts +2 -2
  40. package/packages/components/checkbox/index.d.ts +59 -59
  41. package/packages/components/checkbox/src/Index.vue.d.ts +8 -8
  42. package/packages/components/collaspe/index.d.ts +9 -9
  43. package/packages/components/collaspe/src/Index.vue.d.ts +1 -1
  44. package/packages/components/color-picker/index.d.ts +13 -13
  45. package/packages/components/color-picker/src/Index.vue.d.ts +3 -3
  46. package/packages/components/custom-search-item/index.d.ts +24 -24
  47. package/packages/components/custom-search-item/src/Index.vue.d.ts +3 -3
  48. package/packages/components/date-picker/index.d.ts +27 -27
  49. package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
  50. package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +1 -1
  51. package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
  52. package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
  53. package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
  54. package/packages/components/dialog/index.d.ts +13 -13
  55. package/packages/components/dialog/src/Index.vue.d.ts +5 -5
  56. package/packages/components/edit-table/index.d.ts +9 -9
  57. package/packages/components/edit-table/src/index.vue.d.ts +1 -1
  58. package/packages/components/form/index.d.ts +23 -23
  59. package/packages/components/form/src/Index.vue.d.ts +3 -3
  60. package/packages/components/image-upload/index.d.ts +1 -1
  61. package/packages/components/image-upload/src/Index.vue.d.ts +1 -1
  62. package/packages/components/image-viewer/index.d.ts +1 -1
  63. package/packages/components/image-viewer/src/Index.vue.d.ts +1 -1
  64. package/packages/components/input/index.d.ts +12 -12
  65. package/packages/components/input/src/index.vue.d.ts +4 -4
  66. package/packages/components/input-dialog-select/index.d.ts +3 -3
  67. package/packages/components/input-dialog-select/src/Index.vue.d.ts +3 -3
  68. package/packages/components/input-number/src/App.vue.d.ts +3 -3
  69. package/packages/components/pagination/index.d.ts +9 -9
  70. package/packages/components/pagination/src/Pagination.vue.d.ts +1 -1
  71. package/packages/components/progress/index.d.ts +3 -3
  72. package/packages/components/progress/src/Index.vue.d.ts +1 -1
  73. package/packages/components/radio/index.d.ts +38 -38
  74. package/packages/components/radio/src/Index.vue.d.ts +5 -5
  75. package/packages/components/rich-editor/index.d.ts +16 -16
  76. package/packages/components/rich-editor/src/Index.vue.d.ts +4 -4
  77. package/packages/components/search/index.d.ts +5 -5
  78. package/packages/components/search/src/Index.vue.d.ts +5 -5
  79. package/packages/components/search-form/src/Index.vue.d.ts +1 -1
  80. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +1 -1
  81. package/packages/components/select/index.d.ts +11 -11
  82. package/packages/components/select/src/Select.vue.d.ts +4 -4
  83. package/packages/components/select-input/index.d.ts +1 -1
  84. package/packages/components/select-input/src/Index.vue.d.ts +1 -1
  85. package/packages/components/special-range-picker-month/index.d.ts +3 -3
  86. package/packages/components/special-range-picker-month/src/Index.vue.d.ts +3 -3
  87. package/packages/components/special-range-picker-year/index.d.ts +3 -3
  88. package/packages/components/special-range-picker-year/src/Index.vue.d.ts +3 -3
  89. package/packages/components/spin/index.d.ts +3 -3
  90. package/packages/components/spin/src/index.vue.d.ts +1 -1
  91. package/packages/components/table/index.d.ts +16 -16
  92. package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +2 -2
  93. package/packages/components/table/src/table-column/index.vue.d.ts +2 -2
  94. package/packages/components/tabs/index.d.ts +6 -6
  95. package/packages/components/tabs/style.css +1 -1
  96. package/packages/components/tabs/style.css.gz +0 -0
  97. package/packages/components/tag/index.d.ts +6 -6
  98. package/packages/components/tag/src/Index.vue.d.ts +2 -2
  99. package/packages/components/tooltip/index.d.ts +31 -31
  100. package/packages/components/tooltip/src/index.vue.d.ts +4 -4
  101. package/packages/components/tree/src/App.vue.d.ts +1 -1
  102. package/packages/components/tree-select/src/App.vue.d.ts +30 -30
  103. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -26
  104. package/packages/components/upload/index.d.ts +3 -3
  105. package/packages/components/upload/src/Index.vue.d.ts +1 -1
@@ -13,8 +13,8 @@ declare const DasTooltipRef: () => import("vue").Ref<({
13
13
  readonly textWidth?: string | undefined;
14
14
  readonly textHtml?: boolean | undefined;
15
15
  readonly isMaxheight?: boolean | undefined;
16
- readonly onHide?: ((event?: Event | undefined) => any) | undefined;
17
16
  readonly onShow?: ((event?: Event | undefined) => any) | undefined;
17
+ readonly onHide?: ((event?: Event | undefined) => any) | undefined;
18
18
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
19
19
  $attrs: {
20
20
  [x: string]: unknown;
@@ -28,23 +28,23 @@ declare const DasTooltipRef: () => import("vue").Ref<({
28
28
  $root: import("vue").ComponentPublicInstance | null;
29
29
  $parent: import("vue").ComponentPublicInstance | null;
30
30
  $host: Element | null;
31
- $emit: ((event: "hide", event?: Event | undefined) => void) & ((event: "show", event?: Event | undefined) => void);
31
+ $emit: ((event: "show", event?: Event | undefined) => void) & ((event: "hide", event?: Event | undefined) => void);
32
32
  $el: any;
33
33
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
34
- onHide?: ((event?: Event | undefined) => any) | undefined;
35
34
  onShow?: ((event?: Event | undefined) => any) | undefined;
35
+ onHide?: ((event?: Event | undefined) => any) | undefined;
36
36
  }>, {
37
37
  $tooltipRef: import("vue").Ref<any, any>;
38
38
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
39
- hide: (event?: Event | undefined) => any;
40
39
  show: (event?: Event | undefined) => any;
40
+ hide: (event?: Event | undefined) => any;
41
41
  }, string, {
42
- text: string;
43
42
  disabled: boolean;
44
- content: string;
43
+ text: string;
45
44
  selfPopperClass: string;
46
45
  effect: "dark" | "light";
47
46
  customClass: string;
47
+ content: string;
48
48
  row: number | string;
49
49
  textWidth: string;
50
50
  textHtml: boolean;
@@ -70,20 +70,20 @@ declare const DasTooltipRef: () => import("vue").Ref<({
70
70
  $nextTick: typeof import("vue").nextTick;
71
71
  $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;
72
72
  } & Readonly<{
73
- text: string;
74
73
  disabled: boolean;
75
- content: string;
74
+ text: string;
76
75
  selfPopperClass: string;
77
76
  effect: "dark" | "light";
78
77
  customClass: string;
78
+ content: string;
79
79
  row: number | string;
80
80
  textWidth: string;
81
81
  textHtml: boolean;
82
82
  isMaxheight: boolean;
83
83
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
84
- onHide?: ((event?: Event | undefined) => any) | undefined;
85
84
  onShow?: ((event?: Event | undefined) => any) | undefined;
86
- }>, "$tooltipRef" | ("text" | "disabled" | "content" | "selfPopperClass" | "effect" | "customClass" | "row" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
85
+ onHide?: ((event?: Event | undefined) => any) | undefined;
86
+ }>, "$tooltipRef" | ("disabled" | "text" | "selfPopperClass" | "effect" | "customClass" | "content" | "row" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
87
87
  $tooltipRef: import("vue").Ref<any, any>;
88
88
  }> & {} & import("vue").ComponentCustomProperties & {} & {
89
89
  $slots: {
@@ -104,8 +104,8 @@ declare const DasTooltipRef: () => import("vue").Ref<({
104
104
  readonly textWidth?: string | undefined;
105
105
  readonly textHtml?: boolean | undefined;
106
106
  readonly isMaxheight?: boolean | undefined;
107
- readonly onHide?: ((event?: Event | undefined) => any) | undefined;
108
107
  readonly onShow?: ((event?: Event | undefined) => any) | undefined;
108
+ readonly onHide?: ((event?: Event | undefined) => any) | undefined;
109
109
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
110
110
  $attrs: {
111
111
  [x: string]: unknown;
@@ -119,23 +119,23 @@ declare const DasTooltipRef: () => import("vue").Ref<({
119
119
  $root: import("vue").ComponentPublicInstance | null;
120
120
  $parent: import("vue").ComponentPublicInstance | null;
121
121
  $host: Element | null;
122
- $emit: ((event: "hide", event?: Event | undefined) => void) & ((event: "show", event?: Event | undefined) => void);
122
+ $emit: ((event: "show", event?: Event | undefined) => void) & ((event: "hide", event?: Event | undefined) => void);
123
123
  $el: any;
124
124
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
125
- onHide?: ((event?: Event | undefined) => any) | undefined;
126
125
  onShow?: ((event?: Event | undefined) => any) | undefined;
126
+ onHide?: ((event?: Event | undefined) => any) | undefined;
127
127
  }>, {
128
128
  $tooltipRef: import("vue").Ref<any, any>;
129
129
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
130
- hide: (event?: Event | undefined) => any;
131
130
  show: (event?: Event | undefined) => any;
131
+ hide: (event?: Event | undefined) => any;
132
132
  }, string, {
133
- text: string;
134
133
  disabled: boolean;
135
- content: string;
134
+ text: string;
136
135
  selfPopperClass: string;
137
136
  effect: "dark" | "light";
138
137
  customClass: string;
138
+ content: string;
139
139
  row: number | string;
140
140
  textWidth: string;
141
141
  textHtml: boolean;
@@ -161,20 +161,20 @@ declare const DasTooltipRef: () => import("vue").Ref<({
161
161
  $nextTick: typeof import("vue").nextTick;
162
162
  $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;
163
163
  } & Readonly<{
164
- text: string;
165
164
  disabled: boolean;
166
- content: string;
165
+ text: string;
167
166
  selfPopperClass: string;
168
167
  effect: "dark" | "light";
169
168
  customClass: string;
169
+ content: string;
170
170
  row: number | string;
171
171
  textWidth: string;
172
172
  textHtml: boolean;
173
173
  isMaxheight: boolean;
174
174
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
175
- onHide?: ((event?: Event | undefined) => any) | undefined;
176
175
  onShow?: ((event?: Event | undefined) => any) | undefined;
177
- }>, "$tooltipRef" | ("text" | "disabled" | "content" | "selfPopperClass" | "effect" | "customClass" | "row" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
176
+ onHide?: ((event?: Event | undefined) => any) | undefined;
177
+ }>, "$tooltipRef" | ("disabled" | "text" | "selfPopperClass" | "effect" | "customClass" | "content" | "row" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
178
178
  $tooltipRef: import("vue").Ref<any, any>;
179
179
  }> & {} & import("vue").ComponentCustomProperties & {} & {
180
180
  $slots: {
@@ -184,20 +184,20 @@ declare const DasTooltipRef: () => import("vue").Ref<({
184
184
  }) | null>;
185
185
  declare const DasTooltip: import("@das-fed/utils").SFCWithInstall<{
186
186
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
187
- onHide?: ((event?: Event | undefined) => any) | undefined;
188
187
  onShow?: ((event?: Event | undefined) => any) | undefined;
188
+ onHide?: ((event?: Event | undefined) => any) | undefined;
189
189
  }>, {
190
190
  $tooltipRef: import("vue").Ref<any, any>;
191
191
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
192
- hide: (event?: Event | undefined) => any;
193
192
  show: (event?: Event | undefined) => any;
193
+ hide: (event?: Event | undefined) => any;
194
194
  }, import("vue").PublicProps, {
195
- text: string;
196
195
  disabled: boolean;
197
- content: string;
196
+ text: string;
198
197
  selfPopperClass: string;
199
198
  effect: "dark" | "light";
200
199
  customClass: string;
200
+ content: string;
201
201
  row: number | string;
202
202
  textWidth: string;
203
203
  textHtml: boolean;
@@ -210,17 +210,17 @@ declare const DasTooltip: import("@das-fed/utils").SFCWithInstall<{
210
210
  M: {};
211
211
  Defaults: {};
212
212
  }, Readonly<import("./src/type.js").Props> & Readonly<{
213
- onHide?: ((event?: Event | undefined) => any) | undefined;
214
213
  onShow?: ((event?: Event | undefined) => any) | undefined;
214
+ onHide?: ((event?: Event | undefined) => any) | undefined;
215
215
  }>, {
216
216
  $tooltipRef: import("vue").Ref<any, any>;
217
217
  }, {}, {}, {}, {
218
- text: string;
219
218
  disabled: boolean;
220
- content: string;
219
+ text: string;
221
220
  selfPopperClass: string;
222
221
  effect: "dark" | "light";
223
222
  customClass: string;
223
+ content: string;
224
224
  row: number | string;
225
225
  textWidth: string;
226
226
  textHtml: boolean;
@@ -230,20 +230,20 @@ declare const DasTooltip: import("@das-fed/utils").SFCWithInstall<{
230
230
  __isTeleport?: never;
231
231
  __isSuspense?: never;
232
232
  } & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
233
- onHide?: ((event?: Event | undefined) => any) | undefined;
234
233
  onShow?: ((event?: Event | undefined) => any) | undefined;
234
+ onHide?: ((event?: Event | undefined) => any) | undefined;
235
235
  }>, {
236
236
  $tooltipRef: import("vue").Ref<any, any>;
237
237
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
238
- hide: (event?: Event | undefined) => any;
239
238
  show: (event?: Event | undefined) => any;
239
+ hide: (event?: Event | undefined) => any;
240
240
  }, string, {
241
- text: string;
242
241
  disabled: boolean;
243
- content: string;
242
+ text: string;
244
243
  selfPopperClass: string;
245
244
  effect: "dark" | "light";
246
245
  customClass: string;
246
+ content: string;
247
247
  row: number | string;
248
248
  textWidth: string;
249
249
  textHtml: boolean;
@@ -5887,18 +5887,18 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
5887
5887
  declare const __VLS_component: import("vue").DefineComponent<Props, {
5888
5888
  $tooltipRef: import("vue").Ref<any, any>;
5889
5889
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5890
- hide: (event?: Event | undefined) => any;
5891
5890
  show: (event?: Event | undefined) => any;
5891
+ hide: (event?: Event | undefined) => any;
5892
5892
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
5893
- onHide?: ((event?: Event | undefined) => any) | undefined;
5894
5893
  onShow?: ((event?: Event | undefined) => any) | undefined;
5894
+ onHide?: ((event?: Event | undefined) => any) | undefined;
5895
5895
  }>, {
5896
- text: string;
5897
5896
  disabled: boolean;
5898
- content: string;
5897
+ text: string;
5899
5898
  selfPopperClass: string;
5900
5899
  effect: "dark" | "light";
5901
5900
  customClass: string;
5901
+ content: string;
5902
5902
  row: number | string;
5903
5903
  textWidth: string;
5904
5904
  textHtml: boolean;
@@ -1527,8 +1527,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
1527
1527
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
1528
1528
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
1529
1529
  }>, {
1530
- data: any[];
1531
1530
  props: import("./type").TreeOptionProps;
1531
+ data: any[];
1532
1532
  modelValue: string | number | any[];
1533
1533
  nodeKey: string;
1534
1534
  currentNodeKey: string | number;
@@ -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: "blur", val: any) => void) & ((event: "change", currValue: any, options: any) => void) & ((event: "focus", val: any) => void) & ((event: "update:model-value", currValue: any) => void) & ((event: "dropdownVisibleChange", val: any) => void) & ((event: "addCustomItem", val: any) => void);
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" | "error" | "disabled" | "width" | "mode" | "modelValue" | "showArrow" | "open" | "teleported" | "getPopupContainer" | "borderType" | "placeholder" | "isView" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "fieldNames" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "isTooltip" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount")> & import("vue").ShallowUnwrapRef<{
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: "blur", val: any) => void) & ((event: "change", currValue: any, options: any) => void) & ((event: "focus", val: any) => void) & ((event: "update:model-value", currValue: any) => void) & ((event: "dropdownVisibleChange", val: any) => void) & ((event: "addCustomItem", val: any) => void);
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" | "error" | "disabled" | "width" | "mode" | "modelValue" | "showArrow" | "open" | "teleported" | "getPopupContainer" | "borderType" | "placeholder" | "isView" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "fieldNames" | "optionFilterProp" | "maxTagTextLength" | "dropdownClassName" | "isTooltip" | "showTooltipLength" | "focusOpen" | "isRenderNode" | "noDropdown" | "maxTagsLength" | "isExterControlCount")> & import("vue").ShallowUnwrapRef<{
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" | ("data" | "props" | "modelValue" | "nodeKey" | "currentNodeKey" | "defaultExpandedKeys" | "defaultExpandedPaths" | "defaultExpandRoot" | "expandOnClickNode" | "checkStrictly" | "operationsLayout" | "maxNodeLevel" | "showFilterInput" | "inputOptions" | "emptyText" | "searchEmptyText" | "rootNodeId" | "renderDom" | "overlayZIndex")> & import("vue").ShallowUnwrapRef<{
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" | ("data" | "props" | "modelValue" | "nodeKey" | "currentNodeKey" | "defaultExpandedKeys" | "defaultExpandedPaths" | "defaultExpandRoot" | "expandOnClickNode" | "checkStrictly" | "operationsLayout" | "maxNodeLevel" | "showFilterInput" | "inputOptions" | "emptyText" | "searchEmptyText" | "rootNodeId" | "renderDom" | "overlayZIndex")> & import("vue").ShallowUnwrapRef<{
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
- blur: (val: any) => any;
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
- onBlur?: ((val: any) => any) | undefined;
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;