@dao-style/core 1.17.1-beta.2 → 2.0.0-alpha.1

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 (155) hide show
  1. package/dist/components/action-icon/action-icon.d.ts +2 -431
  2. package/dist/components/action-icon/action-icon.vue.d.ts +8 -49
  3. package/dist/components/action-icon/props.d.ts +2 -22
  4. package/dist/components/autocomplete/autocomplete.d.ts +6 -1268
  5. package/dist/components/autocomplete/autocomplete.vue.d.ts +72 -39
  6. package/dist/components/batch-bar/batch-bar.d.ts +2 -165
  7. package/dist/components/batch-bar/batch-bar.vue.d.ts +2 -2
  8. package/dist/components/breadcrumb/breadcrumb-item.d.ts +2 -95
  9. package/dist/components/breadcrumb/breadcrumb-item.vue.d.ts +2 -2
  10. package/dist/components/breadcrumb/breadcrumb-props.d.ts +2 -2
  11. package/dist/components/breadcrumb/breadcrumb.d.ts +2 -140
  12. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +5 -5
  13. package/dist/components/button/button-group.d.ts +2 -1
  14. package/dist/components/button/button-group.vue.d.ts +1 -1
  15. package/dist/components/button/button.d.ts +2 -529
  16. package/dist/components/button/button.vue.d.ts +13 -54
  17. package/dist/components/button/props.d.ts +4 -24
  18. package/dist/components/card/card-header.d.ts +7 -131
  19. package/dist/components/card/card-header.vue.d.ts +4 -4
  20. package/dist/components/card/card-item.d.ts +2 -43
  21. package/dist/components/card/card-item.vue.d.ts +1 -1
  22. package/dist/components/card/card-props.d.ts +1 -1
  23. package/dist/components/card/card.d.ts +7 -156
  24. package/dist/components/card/card.vue.d.ts +5 -5
  25. package/dist/components/checkbox/checkbox-group.d.ts +2 -106
  26. package/dist/components/checkbox/checkbox-group.vue.d.ts +2 -2
  27. package/dist/components/checkbox/checkbox.d.ts +2 -237
  28. package/dist/components/checkbox/checkbox.vue.d.ts +4 -4
  29. package/dist/components/dialog/dialog-footer.d.ts +2 -159
  30. package/dist/components/dialog/dialog-footer.vue.d.ts +2 -2
  31. package/dist/components/dialog/dialog-header.d.ts +4 -104
  32. package/dist/components/dialog/dialog-header.vue.d.ts +13 -2
  33. package/dist/components/dialog/dialog.d.ts +4 -462
  34. package/dist/components/dialog/dialog.vue.d.ts +15 -6
  35. package/dist/components/dialog/props.d.ts +11 -1
  36. package/dist/components/drawer/drawer.d.ts +2 -307
  37. package/dist/components/drawer/drawer.vue.d.ts +2 -2
  38. package/dist/components/dropdown/dropdown-item.d.ts +2 -408
  39. package/dist/components/dropdown/dropdown-item.vue.d.ts +8 -49
  40. package/dist/components/dropdown/dropdown-menu.d.ts +2 -43
  41. package/dist/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  42. package/dist/components/dropdown/dropdown.d.ts +2 -1039
  43. package/dist/components/dropdown/dropdown.vue.d.ts +61 -41
  44. package/dist/components/dropdown/props.d.ts +4 -24
  45. package/dist/components/ellipsis/ellipsis.d.ts +2 -4220
  46. package/dist/components/ellipsis/ellipsis.vue.d.ts +497 -517
  47. package/dist/components/empty/empty.d.ts +2 -123
  48. package/dist/components/empty/empty.vue.d.ts +6 -6
  49. package/dist/components/empty/props.d.ts +1 -1
  50. package/dist/components/expansion/expansion-item.d.ts +4 -169
  51. package/dist/components/expansion/expansion-item.vue.d.ts +2 -2
  52. package/dist/components/expansion/expansion.d.ts +2 -158
  53. package/dist/components/expansion/expansion.vue.d.ts +4 -4
  54. package/dist/components/expansion/props.d.ts +1 -1
  55. package/dist/components/form/error-text.d.ts +2 -69
  56. package/dist/components/form/error-text.vue.d.ts +2 -2
  57. package/dist/components/form/form-group.d.ts +3 -184
  58. package/dist/components/form/form-group.vue.d.ts +5 -5
  59. package/dist/components/form/form-item.d.ts +3 -309
  60. package/dist/components/form/form-item.vue.d.ts +12 -11
  61. package/dist/components/form/form.d.ts +2 -134
  62. package/dist/components/form/form.vue.d.ts +6 -6
  63. package/dist/components/form/helper-text.d.ts +2 -69
  64. package/dist/components/form/helper-text.vue.d.ts +2 -2
  65. package/dist/components/form/props.d.ts +6 -6
  66. package/dist/components/header/header.d.ts +2 -106
  67. package/dist/components/header/header.vue.d.ts +3 -3
  68. package/dist/components/icon/icon.d.ts +2 -85
  69. package/dist/components/icon/icon.vue.d.ts +2 -2
  70. package/dist/components/input/input.d.ts +2 -360
  71. package/dist/components/input/input.vue.d.ts +15 -7
  72. package/dist/components/message/message-inner.vue.d.ts +3 -3
  73. package/dist/components/message/message.d.ts +4 -229
  74. package/dist/components/message/message.vue.d.ts +9 -9
  75. package/dist/components/message/types.d.ts +2 -1
  76. package/dist/components/nav/nav-head.d.ts +3 -129
  77. package/dist/components/nav/nav-head.vue.d.ts +2 -2
  78. package/dist/components/nav/nav-item.d.ts +2 -290
  79. package/dist/components/nav/nav-item.vue.d.ts +4 -4
  80. package/dist/components/nav/nav-sub.d.ts +2 -327
  81. package/dist/components/nav/nav-sub.vue.d.ts +4 -4
  82. package/dist/components/nav/nav.d.ts +2 -152
  83. package/dist/components/nav/nav.vue.d.ts +3 -3
  84. package/dist/components/pagination/pagination.d.ts +2 -343
  85. package/dist/components/pagination/pagination.vue.d.ts +3 -3
  86. package/dist/components/popover/popover-props.d.ts +3 -3
  87. package/dist/components/popover/popover.d.ts +2 -371
  88. package/dist/components/popover/popover.vue.d.ts +10 -10
  89. package/dist/components/popper/popper-content.vue.d.ts +4 -4
  90. package/dist/components/popper/popper-props.d.ts +3 -3
  91. package/dist/components/popper/popper.d.ts +2 -371
  92. package/dist/components/popper/popper.vue.d.ts +10 -10
  93. package/dist/components/popper/use-popper.d.ts +1 -1
  94. package/dist/components/progress/progress.d.ts +2 -141
  95. package/dist/components/progress/progress.vue.d.ts +2 -2
  96. package/dist/components/radio/radio-group.d.ts +2 -115
  97. package/dist/components/radio/radio-group.vue.d.ts +2 -2
  98. package/dist/components/radio/radio.d.ts +2 -191
  99. package/dist/components/radio/radio.vue.d.ts +2 -2
  100. package/dist/components/select/option.d.ts +2 -128
  101. package/dist/components/select/option.vue.d.ts +2 -2
  102. package/dist/components/select/options.d.ts +2 -2
  103. package/dist/components/select/props.d.ts +1 -1
  104. package/dist/components/select/select.d.ts +4 -1736
  105. package/dist/components/select/select.vue.d.ts +211 -234
  106. package/dist/components/switch/switch-props.d.ts +1 -1
  107. package/dist/components/switch/switch.vue.d.ts +2 -2
  108. package/dist/components/table/column-setting-props.d.ts +1 -1
  109. package/dist/components/table/column-setting.vue.d.ts +367 -448
  110. package/dist/components/table/components/tdAction.vue.d.ts +2 -2
  111. package/dist/components/table/resizer.vue.d.ts +2 -2
  112. package/dist/components/table/table-props.d.ts +1 -1
  113. package/dist/components/table/table.d.ts +24 -1119
  114. package/dist/components/table/table.vue.d.ts +20 -33
  115. package/dist/components/table/type.d.ts +1 -1
  116. package/dist/components/tabs/props.d.ts +2 -2
  117. package/dist/components/tabs/tab-item.d.ts +2 -133
  118. package/dist/components/tabs/tab-item.vue.d.ts +2 -2
  119. package/dist/components/tabs/tab-nav.d.ts +2 -63
  120. package/dist/components/tabs/tab-nav.vue.d.ts +3 -5
  121. package/dist/components/tabs/tabs.d.ts +2 -231
  122. package/dist/components/tabs/tabs.vue.d.ts +4 -8
  123. package/dist/components/tag/tag.d.ts +2 -153
  124. package/dist/components/tag/tag.vue.d.ts +2 -2
  125. package/dist/components/text-button/test/TestComponent.vue.d.ts +9 -7
  126. package/dist/components/text-button/text-button.d.ts +4 -140
  127. package/dist/components/text-button/text-button.vue.d.ts +15 -15
  128. package/dist/components/toolbar/toolbar-filter.vue.d.ts +2 -2
  129. package/dist/components/toolbar/toolbar.d.ts +4 -295
  130. package/dist/components/toolbar/toolbar.vue.d.ts +2 -2
  131. package/dist/components/tooltip/tooltip-props.d.ts +3 -3
  132. package/dist/components/tooltip/tooltip.d.ts +2 -371
  133. package/dist/components/tooltip/tooltip.vue.d.ts +10 -10
  134. package/dist/components/transfer/props.d.ts +8 -6
  135. package/dist/components/transfer/transfer-panel.d.ts +7 -338
  136. package/dist/components/transfer/transfer-panel.vue.d.ts +17 -17
  137. package/dist/components/transfer/transfer.d.ts +19 -619
  138. package/dist/components/transfer/transfer.vue.d.ts +16 -16
  139. package/dist/components/virtual-select/props.d.ts +3 -3
  140. package/dist/components/virtual-select/uilts.d.ts +1 -1
  141. package/dist/components/virtual-select/virtual-option.vue.d.ts +3 -3
  142. package/dist/components/virtual-select/virtual-select.d.ts +4 -1722
  143. package/dist/components/virtual-select/virtual-select.vue.d.ts +201 -231
  144. package/dist/dao-style.js +31 -7
  145. package/dist/dao-style.mjs +5498 -5203
  146. package/dist/directives/tooltip/directive.d.ts +1 -1
  147. package/dist/directives/tooltip/wrapper.d.ts +5 -5
  148. package/dist/index.d.ts +1 -4
  149. package/dist/style.css +1 -1
  150. package/dist/styles/color/alias.css +88 -0
  151. package/dist/styles/color/alias.js +22 -0
  152. package/dist/styles/color/alias.json +44 -0
  153. package/dist/styles/color/alias.scss +22 -0
  154. package/dist/utils/types.d.ts +1 -0
  155. package/package.json +12 -12
@@ -73,8 +73,8 @@ declare const _default: import("vue").DefineComponent<{
73
73
  suggestionVisible: import("vue").ComputedRef<boolean>;
74
74
  suggestionOptionList: import("vue").Ref<{
75
75
  [x: string]: unknown;
76
- value?: string | number | undefined;
77
- disabled?: boolean | undefined;
76
+ value?: string | number;
77
+ disabled?: boolean;
78
78
  }[]>;
79
79
  valueModel: import("vue").Ref<import("../input").ModalValueType> | import("vue").WritableComputedRef<import("../input").ModalValueType>;
80
80
  computedInputProps: import("vue").ComputedRef<{
@@ -85,7 +85,7 @@ declare const _default: import("vue").DefineComponent<{
85
85
  handleInput: (str: string) => void;
86
86
  handleFocus: (e: FocusEvent) => void;
87
87
  handleBlur: (e: FocusEvent) => void;
88
- handleSearch: (value?: AutocompleteObjectOption['value']) => void;
88
+ handleSearch: (value?: AutocompleteObjectOption["value"]) => void;
89
89
  handleOptionItemClick: (item: AutocompleteObjectOption) => void;
90
90
  inputRef: import("vue").Ref<({
91
91
  $: import("vue").ComponentInternalInstance;
@@ -94,13 +94,30 @@ declare const _default: import("vue").DefineComponent<{
94
94
  type: import("../input").InputType;
95
95
  modelValue: import("../input").ModalValueType;
96
96
  disabled: boolean;
97
- status: import("../input").InputStatus;
98
97
  size: import("../input").InputSize;
98
+ status: import("../input").InputStatus;
99
99
  block: boolean;
100
100
  borderless: boolean;
101
101
  append: string;
102
102
  prepend: string;
103
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
103
+ }> & Omit<{
104
+ readonly type: import("../input").InputType;
105
+ readonly modelValue: import("../input").ModalValueType;
106
+ readonly disabled: boolean;
107
+ readonly size: import("../input").InputSize;
108
+ readonly status: import("../input").InputStatus;
109
+ readonly block: boolean;
110
+ readonly borderless: boolean;
111
+ readonly append: string;
112
+ readonly prepend: string;
113
+ readonly rootAttrs?: Record<string, any> | undefined;
114
+ onFocus?: ((...args: any[]) => any) | undefined;
115
+ onBlur?: ((...args: any[]) => any) | undefined;
116
+ onChange?: ((...args: any[]) => any) | undefined;
117
+ onInput?: ((...args: any[]) => any) | undefined;
118
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
119
+ "onAfter-reset"?: ((...args: any[]) => any) | undefined;
120
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
104
121
  modelValue: {
105
122
  type: import("vue").PropType<import("../input").ModalValueType>;
106
123
  default: string;
@@ -150,7 +167,7 @@ declare const _default: import("vue").DefineComponent<{
150
167
  onInput?: ((...args: any[]) => any) | undefined;
151
168
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
152
169
  "onAfter-reset"?: ((...args: any[]) => any) | undefined;
153
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "disabled" | "status" | "size" | "block" | "borderless" | "append" | "prepend">;
170
+ }, "type" | "modelValue" | "disabled" | "size" | "status" | "block" | "borderless" | "append" | "prepend">;
154
171
  $attrs: {
155
172
  [x: string]: unknown;
156
173
  };
@@ -158,10 +175,10 @@ declare const _default: import("vue").DefineComponent<{
158
175
  [x: string]: unknown;
159
176
  };
160
177
  $slots: Readonly<{
161
- [name: string]: import("vue").Slot | undefined;
178
+ [name: string]: import("vue").Slot<any> | undefined;
162
179
  }>;
163
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
164
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
180
+ $root: import("vue").ComponentPublicInstance | null;
181
+ $parent: import("vue").ComponentPublicInstance | null;
165
182
  $emit: (event: "input" | "focus" | "blur" | "change" | "update:modelValue" | "after-reset", ...args: any[]) => void;
166
183
  $el: any;
167
184
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -220,10 +237,18 @@ declare const _default: import("vue").DefineComponent<{
220
237
  input: import("vue").Ref<HTMLInputElement | null>;
221
238
  clearable: import("vue").ComputedRef<boolean | "" | 0 | undefined>;
222
239
  wrapClasses: import("vue").ComputedRef<(string | {
223
- [x: string]: boolean | "" | 0 | undefined;
240
+ "dao-input-wrapper--clearable": boolean | "" | 0 | undefined;
241
+ "dao-input-wrapper--block": boolean;
242
+ "dao-input-wrapper--disabled": boolean;
224
243
  })[]>;
225
244
  inputClasses: import("vue").ComputedRef<(string | {
226
- [x: string]: boolean | import("vue").Slot | undefined;
245
+ [x: string]: boolean | import("vue").Slot<any> | undefined;
246
+ "dao-input--search": boolean;
247
+ "dao-input--password": boolean;
248
+ "dao-input--borderless": boolean;
249
+ "dao-input--block": boolean;
250
+ "dao-input--with-prepend": true | import("vue").Slot<any> | undefined;
251
+ "dao-input--with-append": true | import("vue").Slot<any> | undefined;
227
252
  })[]>;
228
253
  inputAttrs: import("vue").ComputedRef<{
229
254
  onInput(event: Event): void;
@@ -232,7 +257,7 @@ declare const _default: import("vue").DefineComponent<{
232
257
  onFocus(event: FocusEvent): void;
233
258
  }>;
234
259
  slots: Readonly<{
235
- [name: string]: import("vue").Slot | undefined;
260
+ [name: string]: import("vue").Slot<any> | undefined;
236
261
  }>;
237
262
  resetCurrentVal: () => void;
238
263
  statusClasses: import("vue").ComputedRef<string>;
@@ -247,33 +272,33 @@ declare const _default: import("vue").DefineComponent<{
247
272
  type: import("../input").InputType;
248
273
  modelValue: import("../input").ModalValueType;
249
274
  disabled: boolean;
250
- status: import("../input").InputStatus;
251
275
  size: import("../input").InputSize;
276
+ status: import("../input").InputStatus;
252
277
  block: boolean;
253
278
  borderless: boolean;
254
279
  append: string;
255
280
  prepend: string;
256
- }, {}, string> & {
257
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
258
- created?: ((() => void) | (() => void)[]) | undefined;
259
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
260
- mounted?: ((() => void) | (() => void)[]) | undefined;
261
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
262
- updated?: ((() => void) | (() => void)[]) | undefined;
263
- activated?: ((() => void) | (() => void)[]) | undefined;
264
- deactivated?: ((() => void) | (() => void)[]) | undefined;
265
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
266
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
267
- destroyed?: ((() => void) | (() => void)[]) | undefined;
268
- unmounted?: ((() => void) | (() => void)[]) | undefined;
269
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
270
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
271
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
281
+ }, {}, string, {}> & {
282
+ beforeCreate?: (() => void) | (() => void)[];
283
+ created?: (() => void) | (() => void)[];
284
+ beforeMount?: (() => void) | (() => void)[];
285
+ mounted?: (() => void) | (() => void)[];
286
+ beforeUpdate?: (() => void) | (() => void)[];
287
+ updated?: (() => void) | (() => void)[];
288
+ activated?: (() => void) | (() => void)[];
289
+ deactivated?: (() => void) | (() => void)[];
290
+ beforeDestroy?: (() => void) | (() => void)[];
291
+ beforeUnmount?: (() => void) | (() => void)[];
292
+ destroyed?: (() => void) | (() => void)[];
293
+ unmounted?: (() => void) | (() => void)[];
294
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
295
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
296
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
272
297
  };
273
298
  $forceUpdate: () => void;
274
299
  $nextTick: typeof nextTick;
275
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
276
- } & Readonly<import("vue").ExtractPropTypes<{
300
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
301
+ } & Omit<Readonly<import("vue").ExtractPropTypes<{
277
302
  modelValue: {
278
303
  type: import("vue").PropType<import("../input").ModalValueType>;
279
304
  default: string;
@@ -323,16 +348,24 @@ declare const _default: import("vue").DefineComponent<{
323
348
  onInput?: ((...args: any[]) => any) | undefined;
324
349
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
325
350
  "onAfter-reset"?: ((...args: any[]) => any) | undefined;
326
- } & import("vue").ShallowUnwrapRef<{
351
+ }, "input" | "slots" | "currentValue" | "isFocus" | "clearable" | "wrapClasses" | "inputClasses" | "inputAttrs" | "resetCurrentVal" | "statusClasses" | "changeNumberValue" | "isIncreaseDisabled" | "isDecreaseDisabled" | "isChangingNumber" | "inputType" | "passwordIcon" | "toggleShowPassword"> & import("vue").ShallowUnwrapRef<{
327
352
  currentValue: import("vue").Ref<import("../input").ModalValueType>;
328
353
  isFocus: import("vue").Ref<boolean>;
329
354
  input: import("vue").Ref<HTMLInputElement | null>;
330
355
  clearable: import("vue").ComputedRef<boolean | "" | 0 | undefined>;
331
356
  wrapClasses: import("vue").ComputedRef<(string | {
332
- [x: string]: boolean | "" | 0 | undefined;
357
+ "dao-input-wrapper--clearable": boolean | "" | 0 | undefined;
358
+ "dao-input-wrapper--block": boolean;
359
+ "dao-input-wrapper--disabled": boolean;
333
360
  })[]>;
334
361
  inputClasses: import("vue").ComputedRef<(string | {
335
- [x: string]: boolean | import("vue").Slot | undefined;
362
+ [x: string]: boolean | import("vue").Slot<any> | undefined;
363
+ "dao-input--search": boolean;
364
+ "dao-input--password": boolean;
365
+ "dao-input--borderless": boolean;
366
+ "dao-input--block": boolean;
367
+ "dao-input--with-prepend": true | import("vue").Slot<any> | undefined;
368
+ "dao-input--with-append": true | import("vue").Slot<any> | undefined;
336
369
  })[]>;
337
370
  inputAttrs: import("vue").ComputedRef<{
338
371
  onInput(event: Event): void;
@@ -341,7 +374,7 @@ declare const _default: import("vue").DefineComponent<{
341
374
  onFocus(event: FocusEvent): void;
342
375
  }>;
343
376
  slots: Readonly<{
344
- [name: string]: import("vue").Slot | undefined;
377
+ [name: string]: import("vue").Slot<any> | undefined;
345
378
  }>;
346
379
  resetCurrentVal: () => void;
347
380
  statusClasses: import("vue").ComputedRef<string>;
@@ -367,7 +400,7 @@ declare const _default: import("vue").DefineComponent<{
367
400
  blur: (event: FocusEvent) => void;
368
401
  focus: (event: FocusEvent) => void;
369
402
  change: (val: import("../input").ModalValueType) => void;
370
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
403
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
371
404
  modelValue: {
372
405
  type: import("vue").PropType<import("../input").ModalValueType>;
373
406
  default: string;
@@ -436,16 +469,16 @@ declare const _default: import("vue").DefineComponent<{
436
469
  }, {
437
470
  modelValue: import("../input").ModalValueType;
438
471
  disabled: boolean;
439
- status: import("../input").InputStatus;
440
472
  size: import("../input").InputSize;
441
- block: boolean;
473
+ status: import("../input").InputStatus;
442
474
  options: import("./props").AutocompleteOption;
443
475
  loading: boolean;
476
+ block: boolean;
444
477
  append: string;
445
478
  prepend: string;
446
479
  placeholder: string;
447
480
  debounce: number;
448
481
  valueKey: string;
449
482
  triggerOnFocus: boolean;
450
- }>;
483
+ }, {}>;
451
484
  export default _default;
@@ -1,170 +1,7 @@
1
+ import BatchBar from './batch-bar.vue';
1
2
  import { BatchBarProps } from './props';
2
3
  import { ParamsSlotFn } from '../../utils/types';
3
- declare const DaoBatchBar: {
4
- new (...args: any[]): {
5
- $: import("vue").ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{
8
- total: number;
9
- selectedFormat: (total: number) => string;
10
- deselectText: string;
11
- removeText: string;
12
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
- total: {
14
- type: NumberConstructor;
15
- default: number;
16
- };
17
- selectedFormat: {
18
- type: import("vue").PropType<(total: number) => string>;
19
- default: undefined;
20
- };
21
- deselectText: {
22
- type: StringConstructor;
23
- default: undefined;
24
- };
25
- removeText: {
26
- type: StringConstructor;
27
- default: undefined;
28
- };
29
- }>> & {
30
- onDelete?: ((...args: any[]) => any) | undefined;
31
- onDeselect?: ((...args: any[]) => any) | undefined;
32
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "total" | "selectedFormat" | "deselectText" | "removeText">;
33
- $attrs: {
34
- [x: string]: unknown;
35
- };
36
- $refs: {
37
- [x: string]: unknown;
38
- };
39
- $slots: Readonly<{
40
- [name: string]: import("vue").Slot | undefined;
41
- }>;
42
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
43
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
44
- $emit: (event: "delete" | "deselect", ...args: any[]) => void;
45
- $el: any;
46
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
47
- total: {
48
- type: NumberConstructor;
49
- default: number;
50
- };
51
- selectedFormat: {
52
- type: import("vue").PropType<(total: number) => string>;
53
- default: undefined;
54
- };
55
- deselectText: {
56
- type: StringConstructor;
57
- default: undefined;
58
- };
59
- removeText: {
60
- type: StringConstructor;
61
- default: undefined;
62
- };
63
- }>> & {
64
- onDelete?: ((...args: any[]) => any) | undefined;
65
- onDeselect?: ((...args: any[]) => any) | undefined;
66
- }, {
67
- text: import("vue").ComputedRef<{
68
- remove: string;
69
- deselect: string;
70
- selected: string;
71
- }>;
72
- showSelf: import("vue").ComputedRef<boolean>;
73
- onHandleDelete: () => void;
74
- onHandleDeselect: () => void;
75
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "deselect")[], string, {
76
- total: number;
77
- selectedFormat: (total: number) => string;
78
- deselectText: string;
79
- removeText: string;
80
- }, {}, string> & {
81
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
82
- created?: ((() => void) | (() => void)[]) | undefined;
83
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
84
- mounted?: ((() => void) | (() => void)[]) | undefined;
85
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
86
- updated?: ((() => void) | (() => void)[]) | undefined;
87
- activated?: ((() => void) | (() => void)[]) | undefined;
88
- deactivated?: ((() => void) | (() => void)[]) | undefined;
89
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
90
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
91
- destroyed?: ((() => void) | (() => void)[]) | undefined;
92
- unmounted?: ((() => void) | (() => void)[]) | undefined;
93
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
94
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
95
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
96
- };
97
- $forceUpdate: () => void;
98
- $nextTick: typeof import("vue").nextTick;
99
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
100
- } & Readonly<import("vue").ExtractPropTypes<{
101
- total: {
102
- type: NumberConstructor;
103
- default: number;
104
- };
105
- selectedFormat: {
106
- type: import("vue").PropType<(total: number) => string>;
107
- default: undefined;
108
- };
109
- deselectText: {
110
- type: StringConstructor;
111
- default: undefined;
112
- };
113
- removeText: {
114
- type: StringConstructor;
115
- default: undefined;
116
- };
117
- }>> & {
118
- onDelete?: ((...args: any[]) => any) | undefined;
119
- onDeselect?: ((...args: any[]) => any) | undefined;
120
- } & import("vue").ShallowUnwrapRef<{
121
- text: import("vue").ComputedRef<{
122
- remove: string;
123
- deselect: string;
124
- selected: string;
125
- }>;
126
- showSelf: import("vue").ComputedRef<boolean>;
127
- onHandleDelete: () => void;
128
- onHandleDeselect: () => void;
129
- }> & {} & import("vue").ComponentCustomProperties & {};
130
- __isFragment?: undefined;
131
- __isTeleport?: undefined;
132
- __isSuspense?: undefined;
133
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
134
- total: {
135
- type: NumberConstructor;
136
- default: number;
137
- };
138
- selectedFormat: {
139
- type: import("vue").PropType<(total: number) => string>;
140
- default: undefined;
141
- };
142
- deselectText: {
143
- type: StringConstructor;
144
- default: undefined;
145
- };
146
- removeText: {
147
- type: StringConstructor;
148
- default: undefined;
149
- };
150
- }>> & {
151
- onDelete?: ((...args: any[]) => any) | undefined;
152
- onDeselect?: ((...args: any[]) => any) | undefined;
153
- }, {
154
- text: import("vue").ComputedRef<{
155
- remove: string;
156
- deselect: string;
157
- selected: string;
158
- }>;
159
- showSelf: import("vue").ComputedRef<boolean>;
160
- onHandleDelete: () => void;
161
- onHandleDeselect: () => void;
162
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "deselect")[], "delete" | "deselect", {
163
- total: number;
164
- selectedFormat: (total: number) => string;
165
- deselectText: string;
166
- removeText: string;
167
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4
+ declare const DaoBatchBar: typeof BatchBar & (new () => {
168
5
  $props: Partial<BatchBarProps>;
169
6
  $slots: {
170
7
  default: ParamsSlotFn<{
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
24
24
  showSelf: import("vue").ComputedRef<boolean>;
25
25
  onHandleDelete: () => void;
26
26
  onHandleDeselect: () => void;
27
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "deselect")[], "delete" | "deselect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "deselect")[], "delete" | "deselect", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  total: {
29
29
  type: NumberConstructor;
30
30
  default: number;
@@ -49,5 +49,5 @@ declare const _default: import("vue").DefineComponent<{
49
49
  selectedFormat: (total: number) => string;
50
50
  deselectText: string;
51
51
  removeText: string;
52
- }>;
52
+ }, {}>;
53
53
  export default _default;
@@ -1,100 +1,7 @@
1
+ import BreadcrumbItem from './breadcrumb-item.vue';
1
2
  import { BreadcrumbItemProps } from './breadcrumb-item-props';
2
3
  import { SlotFn } from '../../utils/types';
3
- declare const DaoBreadcrumbItem: {
4
- new (...args: any[]): {
5
- $: import("vue").ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
8
- label: {
9
- type: StringConstructor;
10
- };
11
- value: {
12
- type: StringConstructor;
13
- };
14
- to: {
15
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
16
- };
17
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
18
- $attrs: {
19
- [x: string]: unknown;
20
- };
21
- $refs: {
22
- [x: string]: unknown;
23
- };
24
- $slots: Readonly<{
25
- [name: string]: import("vue").Slot | undefined;
26
- }>;
27
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
28
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
29
- $emit: (event: string, ...args: any[]) => void;
30
- $el: any;
31
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
32
- label: {
33
- type: StringConstructor;
34
- };
35
- value: {
36
- type: StringConstructor;
37
- };
38
- to: {
39
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
40
- };
41
- }>>, {
42
- ns: string;
43
- handleClick: () => void;
44
- separator: import("vue").ComputedRef<string | undefined>;
45
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
46
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
47
- created?: ((() => void) | (() => void)[]) | undefined;
48
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
49
- mounted?: ((() => void) | (() => void)[]) | undefined;
50
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
51
- updated?: ((() => void) | (() => void)[]) | undefined;
52
- activated?: ((() => void) | (() => void)[]) | undefined;
53
- deactivated?: ((() => void) | (() => void)[]) | undefined;
54
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
55
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
56
- destroyed?: ((() => void) | (() => void)[]) | undefined;
57
- unmounted?: ((() => void) | (() => void)[]) | undefined;
58
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
59
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
60
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
61
- };
62
- $forceUpdate: () => void;
63
- $nextTick: typeof import("vue").nextTick;
64
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
65
- } & Readonly<import("vue").ExtractPropTypes<{
66
- label: {
67
- type: StringConstructor;
68
- };
69
- value: {
70
- type: StringConstructor;
71
- };
72
- to: {
73
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
74
- };
75
- }>> & import("vue").ShallowUnwrapRef<{
76
- ns: string;
77
- handleClick: () => void;
78
- separator: import("vue").ComputedRef<string | undefined>;
79
- }> & {} & import("vue").ComponentCustomProperties & {};
80
- __isFragment?: undefined;
81
- __isTeleport?: undefined;
82
- __isSuspense?: undefined;
83
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
84
- label: {
85
- type: StringConstructor;
86
- };
87
- value: {
88
- type: StringConstructor;
89
- };
90
- to: {
91
- type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
92
- };
93
- }>>, {
94
- ns: string;
95
- handleClick: () => void;
96
- separator: import("vue").ComputedRef<string | undefined>;
97
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4
+ declare const DaoBreadcrumbItem: typeof BreadcrumbItem & (new () => {
98
5
  $props: Partial<BreadcrumbItemProps>;
99
6
  $slots: {
100
7
  default: SlotFn;
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
12
12
  ns: string;
13
13
  handleClick: () => void;
14
14
  separator: import("vue").ComputedRef<string | undefined>;
15
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
16
  label: {
17
17
  type: StringConstructor;
18
18
  };
@@ -22,5 +22,5 @@ declare const _default: import("vue").DefineComponent<{
22
22
  to: {
23
23
  type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
24
24
  };
25
- }>>, {}>;
25
+ }>>, {}, {}>;
26
26
  export default _default;
@@ -5,7 +5,7 @@ import type Breadcrumb from './breadcrumb.vue';
5
5
  export type BreadcrumbType = '3rd';
6
6
  export declare const breadcrumbProps: {
7
7
  type: {
8
- type: PropType<"3rd">;
8
+ type: PropType<BreadcrumbType>;
9
9
  default: string;
10
10
  };
11
11
  list: {
@@ -22,7 +22,7 @@ export declare const breadcrumbProps: {
22
22
  };
23
23
  };
24
24
  export declare const breadcrumbEmits: {
25
- navigate: (to: RouteLocationRaw) => RouteLocationRaw;
25
+ navigate: (to: RouteLocationRaw) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
26
26
  };
27
27
  export type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>;
28
28
  export type BreadcrumbEmits = typeof breadcrumbEmits;