@geelato/web-vue 2.57.1 → 2.58.2

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 (218) hide show
  1. package/dist/arco-vue.js +891 -536
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +1648 -1546
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +39 -8
  6. package/dist/arco.min.css +1 -1
  7. package/es/_components/icon-hover.d.ts +3 -3
  8. package/es/_components/input-label/input-label.d.ts +5 -5
  9. package/es/_components/picker/input-range.d.ts +10 -10
  10. package/es/_components/picker/input.d.ts +8 -8
  11. package/es/_components/select-view/select-view.d.ts +6 -6
  12. package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
  13. package/es/_hooks/use-form-item.d.ts +2 -2
  14. package/es/_hooks/use-size.d.ts +3 -3
  15. package/es/_utils/array.d.ts +1 -1
  16. package/es/_utils/array.js +18 -1
  17. package/es/alert/alert.d.ts +6 -6
  18. package/es/alert/index.d.ts +12 -12
  19. package/es/anchor/anchor.d.ts +1 -1
  20. package/es/anchor/index.d.ts +3 -3
  21. package/es/auto-complete/auto-complete.d.ts +3 -3
  22. package/es/auto-complete/index.d.ts +9 -9
  23. package/es/avatar/avatar.d.ts +1 -1
  24. package/es/avatar/index.d.ts +3 -3
  25. package/es/button/button-group.d.ts +2 -2
  26. package/es/button/button.d.ts +2 -2
  27. package/es/button/index.d.ts +5 -5
  28. package/es/calendar/calendar.d.ts +1 -1
  29. package/es/calendar/index.d.ts +3 -3
  30. package/es/card/card.d.ts +2 -2
  31. package/es/card/index.d.ts +3 -3
  32. package/es/carousel/carousel-indicator.d.ts +1 -1
  33. package/es/cascader/cascader-panel.d.ts +7 -7
  34. package/es/cascader/cascader.d.ts +33 -33
  35. package/es/cascader/index.d.ts +85 -85
  36. package/es/checkbox/checkbox-group.d.ts +2 -2
  37. package/es/checkbox/checkbox.d.ts +6 -6
  38. package/es/checkbox/index.d.ts +14 -14
  39. package/es/collapse/collapse-item.d.ts +3 -3
  40. package/es/collapse/index.d.ts +3 -3
  41. package/es/color-picker/color-picker.d.ts +4 -4
  42. package/es/color-picker/index.d.ts +9 -9
  43. package/es/comment/comment.d.ts +2 -2
  44. package/es/comment/index.d.ts +3 -3
  45. package/es/config-provider/config-provider.d.ts +3 -3
  46. package/es/config-provider/index.d.ts +6 -6
  47. package/es/date-picker/index.d.ts +66 -66
  48. package/es/date-picker/panels/date/index.d.ts +8 -8
  49. package/es/date-picker/panels/footer.d.ts +5 -5
  50. package/es/date-picker/panels/shortcuts.d.ts +5 -5
  51. package/es/date-picker/panels/week/index.d.ts +8 -8
  52. package/es/date-picker/picker-panel.d.ts +26 -26
  53. package/es/date-picker/picker.d.ts +61 -61
  54. package/es/date-picker/range-picker-panel.d.ts +27 -27
  55. package/es/date-picker/range-picker.d.ts +66 -66
  56. package/es/descriptions/descriptions.d.ts +4 -4
  57. package/es/descriptions/index.d.ts +9 -9
  58. package/es/drawer/drawer.d.ts +33 -9
  59. package/es/drawer/drawer.js +61 -6
  60. package/es/drawer/index.d.ts +64 -19
  61. package/es/drawer/style/index.css +10 -0
  62. package/es/drawer/style/index.less +12 -0
  63. package/es/dropdown/dropdown-button.d.ts +26 -26
  64. package/es/dropdown/dropdown-option.d.ts +2 -2
  65. package/es/dropdown/dropdown-panel.d.ts +6 -6
  66. package/es/dropdown/dropdown-submenu.d.ts +21 -21
  67. package/es/dropdown/dropdown.d.ts +18 -18
  68. package/es/dropdown/index.d.ts +85 -85
  69. package/es/form/form-item-label.d.ts +28 -28
  70. package/es/form/form-item.d.ts +35 -35
  71. package/es/form/form.d.ts +2 -2
  72. package/es/form/index.d.ts +38 -38
  73. package/es/image/preview-action.d.ts +27 -27
  74. package/es/image/preview-toolbar.d.ts +27 -27
  75. package/es/index.css +39 -8
  76. package/es/input/index.d.ts +22 -22
  77. package/es/input/input-password.d.ts +8 -8
  78. package/es/input/input-search.d.ts +2 -2
  79. package/es/input/input.d.ts +5 -5
  80. package/es/input-number/index.d.ts +18 -18
  81. package/es/input-number/input-number.d.ts +8 -8
  82. package/es/input-tag/index.d.ts +30 -30
  83. package/es/input-tag/input-tag.d.ts +11 -11
  84. package/es/list/index.d.ts +12 -12
  85. package/es/list/list.d.ts +5 -5
  86. package/es/mention/index.d.ts +15 -15
  87. package/es/mention/mention.d.ts +5 -5
  88. package/es/menu/base-menu.d.ts +1 -1
  89. package/es/menu/item.d.ts +1 -1
  90. package/es/menu/menu.d.ts +1 -1
  91. package/es/menu/sub-menu-pop.d.ts +15 -15
  92. package/es/message/message.d.ts +6 -6
  93. package/es/modal/index.d.ts +49 -19
  94. package/es/modal/modal.d.ts +24 -9
  95. package/es/modal/modal.js +23 -6
  96. package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
  97. package/es/modal/style/index.css +7 -1
  98. package/es/modal/style/index.less +8 -1
  99. package/es/notification/notification.d.ts +4 -4
  100. package/es/page-header/index.d.ts +6 -6
  101. package/es/page-header/page-header.d.ts +3 -3
  102. package/es/pagination/index.d.ts +3 -3
  103. package/es/pagination/page-jumper.d.ts +18 -18
  104. package/es/pagination/page-options.d.ts +85 -85
  105. package/es/pagination/pagination.d.ts +2 -2
  106. package/es/popconfirm/index.d.ts +37 -37
  107. package/es/popconfirm/popconfirm.d.ts +18 -18
  108. package/es/popover/index.d.ts +24 -24
  109. package/es/popover/popover.d.ts +12 -12
  110. package/es/progress/circle.d.ts +5 -5
  111. package/es/progress/index.d.ts +36 -36
  112. package/es/progress/line.d.ts +5 -5
  113. package/es/progress/progress.d.ts +19 -19
  114. package/es/progress/steps.d.ts +2 -2
  115. package/es/radio/index.d.ts +16 -16
  116. package/es/radio/radio-group.d.ts +4 -4
  117. package/es/radio/radio.d.ts +5 -5
  118. package/es/rate/index.d.ts +9 -9
  119. package/es/rate/rate.d.ts +3 -3
  120. package/es/scrollbar/index.d.ts +6 -6
  121. package/es/scrollbar/scrollbar.d.ts +3 -3
  122. package/es/select/index.d.ts +85 -85
  123. package/es/select/option.d.ts +16 -16
  124. package/es/select/select-dropdown.d.ts +7 -7
  125. package/es/select/select.d.ts +30 -30
  126. package/es/skeleton/index.d.ts +3 -3
  127. package/es/skeleton/skeleton.d.ts +1 -1
  128. package/es/slider/index.d.ts +96 -96
  129. package/es/slider/slider-button.d.ts +27 -27
  130. package/es/slider/slider-input.d.ts +18 -18
  131. package/es/slider/slider.d.ts +47 -47
  132. package/es/space/index.d.ts +6 -6
  133. package/es/space/space.d.ts +3 -3
  134. package/es/split/index.d.ts +6 -6
  135. package/es/split/split.d.ts +2 -2
  136. package/es/statistic/countdown.d.ts +1 -1
  137. package/es/statistic/index.d.ts +4 -4
  138. package/es/statistic/statistic.d.ts +1 -1
  139. package/es/steps/index.d.ts +9 -9
  140. package/es/steps/step.d.ts +3 -3
  141. package/es/steps/steps.d.ts +3 -3
  142. package/es/switch/index.d.ts +15 -15
  143. package/es/switch/switch.d.ts +9 -9
  144. package/es/table/context.d.ts +3 -0
  145. package/es/table/hooks/use-row-selection.js +5 -3
  146. package/es/table/index.d.ts +24 -24
  147. package/es/table/interface.d.ts +1 -1
  148. package/es/table/style/index.css +22 -7
  149. package/es/table/style/index.less +25 -8
  150. package/es/table/table-column.d.ts +2 -2
  151. package/es/table/table-operation-td.d.ts +30 -30
  152. package/es/table/table-operation-td.js +6 -6
  153. package/es/table/table-operation-th.js +19 -7
  154. package/es/table/table-td.d.ts +1 -1
  155. package/es/table/table-td.js +2 -2
  156. package/es/table/table.d.ts +11 -11
  157. package/es/table/table.js +184 -34
  158. package/es/table/utils.d.ts +1 -1
  159. package/es/table/utils.js +9 -5
  160. package/es/tabs/index.d.ts +9 -9
  161. package/es/tabs/tabs-nav.d.ts +1 -1
  162. package/es/tabs/tabs-tab.d.ts +4 -4
  163. package/es/tabs/tabs.d.ts +4 -4
  164. package/es/tag/index.d.ts +12 -12
  165. package/es/tag/tag.d.ts +6 -6
  166. package/es/textarea/index.d.ts +15 -15
  167. package/es/textarea/textarea.d.ts +6 -6
  168. package/es/time-picker/index.d.ts +113 -113
  169. package/es/time-picker/panel.d.ts +8 -8
  170. package/es/time-picker/range-panel.d.ts +8 -8
  171. package/es/time-picker/time-picker.d.ts +54 -54
  172. package/es/timeline/index.d.ts +3 -3
  173. package/es/timeline/timeline.d.ts +2 -2
  174. package/es/tooltip/index.d.ts +27 -27
  175. package/es/tooltip/tooltip.d.ts +13 -13
  176. package/es/transfer/index.d.ts +90 -90
  177. package/es/transfer/transfer-view.d.ts +37 -37
  178. package/es/transfer/transfer.d.ts +44 -44
  179. package/es/tree/base-node.d.ts +14 -14
  180. package/es/tree/index.d.ts +13 -13
  181. package/es/tree/transition-node-list.d.ts +14 -14
  182. package/es/tree/tree.d.ts +6 -6
  183. package/es/tree-select/index.d.ts +83 -83
  184. package/es/tree-select/panel.d.ts +13 -13
  185. package/es/tree-select/tree-select.d.ts +39 -39
  186. package/es/trigger/index.d.ts +12 -12
  187. package/es/trigger/trigger.d.ts +7 -7
  188. package/es/typography/base.d.ts +2 -2
  189. package/es/typography/edit-content.d.ts +67 -67
  190. package/es/typography/index.d.ts +3 -3
  191. package/es/typography/operations.d.ts +27 -27
  192. package/es/typography/title.d.ts +3 -3
  193. package/es/upload/index.d.ts +6 -6
  194. package/es/upload/upload.d.ts +2 -2
  195. package/es/verification-code/index.d.ts +12 -12
  196. package/es/verification-code/verification-code.d.ts +5 -5
  197. package/json/vetur-attributes.json +2116 -2116
  198. package/json/vetur-tags.json +757 -757
  199. package/json/web-types.json +4117 -4117
  200. package/lib/_utils/array.js +18 -1
  201. package/lib/drawer/drawer.js +63 -8
  202. package/lib/drawer/style/index.css +10 -0
  203. package/lib/drawer/style/index.less +12 -0
  204. package/lib/index.css +39 -8
  205. package/lib/modal/modal.js +23 -6
  206. package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
  207. package/lib/modal/style/index.css +7 -1
  208. package/lib/modal/style/index.less +8 -1
  209. package/lib/table/hooks/use-row-selection.js +5 -3
  210. package/lib/table/style/index.css +22 -7
  211. package/lib/table/style/index.less +25 -8
  212. package/lib/table/table-operation-td.js +6 -6
  213. package/lib/table/table-operation-th.js +19 -7
  214. package/lib/table/table-td.js +2 -2
  215. package/lib/table/table.js +183 -33
  216. package/lib/table/utils.js +9 -5
  217. package/package.json +25 -24
  218. package/LICENSE +0 -21
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  default: string;
14
14
  };
15
15
  size: {
16
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
16
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
17
17
  };
18
18
  allowClear: {
19
19
  type: BooleanConstructor;
@@ -59,12 +59,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
59
  prepend: StringConstructor;
60
60
  append: StringConstructor;
61
61
  }>> & Readonly<{
62
- onFocus?: ((ev: FocusEvent) => any) | undefined;
63
62
  onClear?: ((ev: MouseEvent) => any) | undefined;
63
+ onChange?: ((value: string, ev: Event) => any) | undefined;
64
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
64
65
  onInput?: ((value: string, ev: Event) => any) | undefined;
65
66
  onBlur?: ((ev: FocusEvent) => any) | undefined;
66
67
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
67
- onChange?: ((value: string, ev: Event) => any) | undefined;
68
68
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
69
69
  }>, {
70
70
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -84,9 +84,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
84
84
  disabled: boolean;
85
85
  type: "text" | "password";
86
86
  error: boolean;
87
- defaultValue: string;
88
87
  readonly: boolean;
89
88
  allowClear: boolean;
89
+ defaultValue: string;
90
90
  maxLength: number | {
91
91
  length: number;
92
92
  errorOnly?: boolean | undefined;
@@ -106,7 +106,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
106
106
  default: string;
107
107
  };
108
108
  size: {
109
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
109
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
110
110
  };
111
111
  allowClear: {
112
112
  type: BooleanConstructor;
@@ -152,12 +152,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
152
152
  prepend: StringConstructor;
153
153
  append: StringConstructor;
154
154
  }>> & Readonly<{
155
- onFocus?: ((ev: FocusEvent) => any) | undefined;
156
155
  onClear?: ((ev: MouseEvent) => any) | undefined;
156
+ onChange?: ((value: string, ev: Event) => any) | undefined;
157
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
157
158
  onInput?: ((value: string, ev: Event) => any) | undefined;
158
159
  onBlur?: ((ev: FocusEvent) => any) | undefined;
159
160
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
160
- onChange?: ((value: string, ev: Event) => any) | undefined;
161
161
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
162
162
  }>, {
163
163
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -169,9 +169,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
169
169
  disabled: boolean;
170
170
  type: "text" | "password";
171
171
  error: boolean;
172
- defaultValue: string;
173
172
  readonly: boolean;
174
173
  allowClear: boolean;
174
+ defaultValue: string;
175
175
  maxLength: number | {
176
176
  length: number;
177
177
  errorOnly?: boolean | undefined;
@@ -188,7 +188,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
188
188
  default: string;
189
189
  };
190
190
  size: {
191
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
191
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
192
192
  };
193
193
  allowClear: {
194
194
  type: BooleanConstructor;
@@ -234,12 +234,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
234
234
  prepend: StringConstructor;
235
235
  append: StringConstructor;
236
236
  }>> & Readonly<{
237
- onFocus?: ((ev: FocusEvent) => any) | undefined;
238
237
  onClear?: ((ev: MouseEvent) => any) | undefined;
238
+ onChange?: ((value: string, ev: Event) => any) | undefined;
239
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
239
240
  onInput?: ((value: string, ev: Event) => any) | undefined;
240
241
  onBlur?: ((ev: FocusEvent) => any) | undefined;
241
242
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
242
- onChange?: ((value: string, ev: Event) => any) | undefined;
243
243
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
244
244
  }>, {
245
245
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -259,9 +259,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
259
259
  disabled: boolean;
260
260
  type: "text" | "password";
261
261
  error: boolean;
262
- defaultValue: string;
263
262
  readonly: boolean;
264
263
  allowClear: boolean;
264
+ defaultValue: string;
265
265
  maxLength: number | {
266
266
  length: number;
267
267
  errorOnly?: boolean | undefined;
@@ -282,7 +282,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
282
282
  default: boolean;
283
283
  };
284
284
  size: {
285
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
285
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
286
286
  };
287
287
  buttonText: {
288
288
  type: StringConstructor;
@@ -312,7 +312,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
312
312
  default: boolean;
313
313
  };
314
314
  size: {
315
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
315
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
316
316
  };
317
317
  buttonText: {
318
318
  type: StringConstructor;
@@ -375,7 +375,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
375
375
  type: StringConstructor;
376
376
  };
377
377
  size: {
378
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
378
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
379
379
  default: string;
380
380
  };
381
381
  disabled: {
@@ -389,7 +389,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
389
389
  type: StringConstructor;
390
390
  };
391
391
  size: {
392
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
392
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
393
393
  default: string;
394
394
  };
395
395
  disabled: {
@@ -397,8 +397,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
397
397
  default: boolean;
398
398
  };
399
399
  }>> & Readonly<{}>, {
400
+ size: "mini" | "small" | "medium" | "large";
400
401
  disabled: boolean;
401
- size: "mini" | "medium" | "large" | "small";
402
402
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
403
403
  AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
404
404
  modelValue: StringConstructor;
@@ -407,7 +407,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
407
407
  default: string;
408
408
  };
409
409
  size: {
410
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
410
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
411
411
  };
412
412
  allowClear: {
413
413
  type: BooleanConstructor;
@@ -473,7 +473,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
473
473
  default: string;
474
474
  };
475
475
  size: {
476
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
476
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
477
477
  };
478
478
  allowClear: {
479
479
  type: BooleanConstructor;
@@ -519,20 +519,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
519
519
  prepend: StringConstructor;
520
520
  append: StringConstructor;
521
521
  }>> & Readonly<{
522
- onFocus?: ((ev: FocusEvent) => any) | undefined;
523
522
  onClear?: ((ev: MouseEvent) => any) | undefined;
523
+ onChange?: ((value: string, ev: Event) => any) | undefined;
524
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
524
525
  onInput?: ((value: string, ev: Event) => any) | undefined;
525
526
  onBlur?: ((ev: FocusEvent) => any) | undefined;
526
527
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
527
- onChange?: ((value: string, ev: Event) => any) | undefined;
528
528
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
529
529
  }>, {
530
530
  disabled: boolean;
531
531
  type: "text" | "password";
532
532
  error: boolean;
533
- defaultValue: string;
534
533
  readonly: boolean;
535
534
  allowClear: boolean;
535
+ defaultValue: string;
536
536
  maxLength: number | {
537
537
  length: number;
538
538
  errorOnly?: boolean | undefined;
@@ -552,7 +552,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
552
552
  default: string;
553
553
  };
554
554
  size: {
555
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
555
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
556
556
  };
557
557
  allowClear: {
558
558
  type: BooleanConstructor;
@@ -598,12 +598,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
598
598
  prepend: StringConstructor;
599
599
  append: StringConstructor;
600
600
  }>> & Readonly<{
601
- onFocus?: ((ev: FocusEvent) => any) | undefined;
602
601
  onClear?: ((ev: MouseEvent) => any) | undefined;
602
+ onChange?: ((value: string, ev: Event) => any) | undefined;
603
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
603
604
  onInput?: ((value: string, ev: Event) => any) | undefined;
604
605
  onBlur?: ((ev: FocusEvent) => any) | undefined;
605
606
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
606
- onChange?: ((value: string, ev: Event) => any) | undefined;
607
607
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
608
608
  }>, {
609
609
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -623,9 +623,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
623
623
  disabled: boolean;
624
624
  type: "text" | "password";
625
625
  error: boolean;
626
- defaultValue: string;
627
626
  readonly: boolean;
628
627
  allowClear: boolean;
628
+ defaultValue: string;
629
629
  maxLength: number | {
630
630
  length: number;
631
631
  errorOnly?: boolean | undefined;
@@ -645,7 +645,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
645
645
  default: string;
646
646
  };
647
647
  size: {
648
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
648
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
649
649
  };
650
650
  allowClear: {
651
651
  type: BooleanConstructor;
@@ -691,12 +691,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
691
691
  prepend: StringConstructor;
692
692
  append: StringConstructor;
693
693
  }>> & Readonly<{
694
- onFocus?: ((ev: FocusEvent) => any) | undefined;
695
694
  onClear?: ((ev: MouseEvent) => any) | undefined;
695
+ onChange?: ((value: string, ev: Event) => any) | undefined;
696
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
696
697
  onInput?: ((value: string, ev: Event) => any) | undefined;
697
698
  onBlur?: ((ev: FocusEvent) => any) | undefined;
698
699
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
699
- onChange?: ((value: string, ev: Event) => any) | undefined;
700
700
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
701
701
  }>, {
702
702
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -708,9 +708,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
708
708
  disabled: boolean;
709
709
  type: "text" | "password";
710
710
  error: boolean;
711
- defaultValue: string;
712
711
  readonly: boolean;
713
712
  allowClear: boolean;
713
+ defaultValue: string;
714
714
  maxLength: number | {
715
715
  length: number;
716
716
  errorOnly?: boolean | undefined;
@@ -727,7 +727,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
727
727
  default: string;
728
728
  };
729
729
  size: {
730
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
730
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
731
731
  };
732
732
  allowClear: {
733
733
  type: BooleanConstructor;
@@ -773,12 +773,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
773
773
  prepend: StringConstructor;
774
774
  append: StringConstructor;
775
775
  }>> & Readonly<{
776
- onFocus?: ((ev: FocusEvent) => any) | undefined;
777
776
  onClear?: ((ev: MouseEvent) => any) | undefined;
777
+ onChange?: ((value: string, ev: Event) => any) | undefined;
778
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
778
779
  onInput?: ((value: string, ev: Event) => any) | undefined;
779
780
  onBlur?: ((ev: FocusEvent) => any) | undefined;
780
781
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
781
- onChange?: ((value: string, ev: Event) => any) | undefined;
782
782
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
783
783
  }>, {
784
784
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -798,9 +798,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
798
798
  disabled: boolean;
799
799
  type: "text" | "password";
800
800
  error: boolean;
801
- defaultValue: string;
802
801
  readonly: boolean;
803
802
  allowClear: boolean;
803
+ defaultValue: string;
804
804
  maxLength: number | {
805
805
  length: number;
806
806
  errorOnly?: boolean | undefined;
@@ -821,7 +821,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
821
821
  default: boolean;
822
822
  };
823
823
  size: {
824
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
824
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
825
825
  };
826
826
  buttonText: {
827
827
  type: StringConstructor;
@@ -851,7 +851,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
851
851
  default: boolean;
852
852
  };
853
853
  size: {
854
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
854
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
855
855
  };
856
856
  buttonText: {
857
857
  type: StringConstructor;
@@ -914,7 +914,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
914
914
  type: StringConstructor;
915
915
  };
916
916
  size: {
917
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
917
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
918
918
  default: string;
919
919
  };
920
920
  disabled: {
@@ -928,7 +928,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
928
928
  type: StringConstructor;
929
929
  };
930
930
  size: {
931
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
931
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
932
932
  default: string;
933
933
  };
934
934
  disabled: {
@@ -936,8 +936,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
936
936
  default: boolean;
937
937
  };
938
938
  }>> & Readonly<{}>, {
939
+ size: "mini" | "small" | "medium" | "large";
939
940
  disabled: boolean;
940
- size: "mini" | "medium" | "large" | "small";
941
941
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
942
942
  AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
943
943
  modelValue: StringConstructor;
@@ -946,7 +946,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
946
946
  default: string;
947
947
  };
948
948
  size: {
949
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
949
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
950
950
  };
951
951
  allowClear: {
952
952
  type: BooleanConstructor;
@@ -1012,7 +1012,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1012
1012
  default: string;
1013
1013
  };
1014
1014
  size: {
1015
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1015
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1016
1016
  };
1017
1017
  allowClear: {
1018
1018
  type: BooleanConstructor;
@@ -1058,20 +1058,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1058
1058
  prepend: StringConstructor;
1059
1059
  append: StringConstructor;
1060
1060
  }>> & Readonly<{
1061
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1062
1061
  onClear?: ((ev: MouseEvent) => any) | undefined;
1062
+ onChange?: ((value: string, ev: Event) => any) | undefined;
1063
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1063
1064
  onInput?: ((value: string, ev: Event) => any) | undefined;
1064
1065
  onBlur?: ((ev: FocusEvent) => any) | undefined;
1065
1066
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1066
- onChange?: ((value: string, ev: Event) => any) | undefined;
1067
1067
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
1068
1068
  }>, {
1069
1069
  disabled: boolean;
1070
1070
  type: "text" | "password";
1071
1071
  error: boolean;
1072
- defaultValue: string;
1073
1072
  readonly: boolean;
1074
1073
  allowClear: boolean;
1074
+ defaultValue: string;
1075
1075
  maxLength: number | {
1076
1076
  length: number;
1077
1077
  errorOnly?: boolean | undefined;
@@ -1087,7 +1087,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1087
1087
  onBlur: () => void;
1088
1088
  onChange: (value: string) => void;
1089
1089
  onEnd: () => void;
1090
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("end" | "change" | "update:text")[], "end" | "change" | "update:text", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1090
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "end" | "update:text")[], "change" | "end" | "update:text", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1091
1091
  text: {
1092
1092
  type: StringConstructor;
1093
1093
  required: true;
@@ -1105,7 +1105,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1105
1105
  default: string;
1106
1106
  };
1107
1107
  size: {
1108
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1108
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1109
1109
  };
1110
1110
  allowClear: {
1111
1111
  type: BooleanConstructor;
@@ -1151,12 +1151,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1151
1151
  prepend: StringConstructor;
1152
1152
  append: StringConstructor;
1153
1153
  }>> & Readonly<{
1154
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1155
1154
  onClear?: ((ev: MouseEvent) => any) | undefined;
1155
+ onChange?: ((value: string, ev: Event) => any) | undefined;
1156
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1156
1157
  onInput?: ((value: string, ev: Event) => any) | undefined;
1157
1158
  onBlur?: ((ev: FocusEvent) => any) | undefined;
1158
1159
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1159
- onChange?: ((value: string, ev: Event) => any) | undefined;
1160
1160
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
1161
1161
  }>, {
1162
1162
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -1176,9 +1176,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1176
1176
  disabled: boolean;
1177
1177
  type: "text" | "password";
1178
1178
  error: boolean;
1179
- defaultValue: string;
1180
1179
  readonly: boolean;
1181
1180
  allowClear: boolean;
1181
+ defaultValue: string;
1182
1182
  maxLength: number | {
1183
1183
  length: number;
1184
1184
  errorOnly?: boolean | undefined;
@@ -1198,7 +1198,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1198
1198
  default: string;
1199
1199
  };
1200
1200
  size: {
1201
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1201
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1202
1202
  };
1203
1203
  allowClear: {
1204
1204
  type: BooleanConstructor;
@@ -1244,12 +1244,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1244
1244
  prepend: StringConstructor;
1245
1245
  append: StringConstructor;
1246
1246
  }>> & Readonly<{
1247
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1248
1247
  onClear?: ((ev: MouseEvent) => any) | undefined;
1248
+ onChange?: ((value: string, ev: Event) => any) | undefined;
1249
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1249
1250
  onInput?: ((value: string, ev: Event) => any) | undefined;
1250
1251
  onBlur?: ((ev: FocusEvent) => any) | undefined;
1251
1252
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1252
- onChange?: ((value: string, ev: Event) => any) | undefined;
1253
1253
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
1254
1254
  }>, {
1255
1255
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -1261,9 +1261,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1261
1261
  disabled: boolean;
1262
1262
  type: "text" | "password";
1263
1263
  error: boolean;
1264
- defaultValue: string;
1265
1264
  readonly: boolean;
1266
1265
  allowClear: boolean;
1266
+ defaultValue: string;
1267
1267
  maxLength: number | {
1268
1268
  length: number;
1269
1269
  errorOnly?: boolean | undefined;
@@ -1280,7 +1280,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1280
1280
  default: string;
1281
1281
  };
1282
1282
  size: {
1283
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1283
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1284
1284
  };
1285
1285
  allowClear: {
1286
1286
  type: BooleanConstructor;
@@ -1326,12 +1326,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1326
1326
  prepend: StringConstructor;
1327
1327
  append: StringConstructor;
1328
1328
  }>> & Readonly<{
1329
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1330
1329
  onClear?: ((ev: MouseEvent) => any) | undefined;
1330
+ onChange?: ((value: string, ev: Event) => any) | undefined;
1331
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1331
1332
  onInput?: ((value: string, ev: Event) => any) | undefined;
1332
1333
  onBlur?: ((ev: FocusEvent) => any) | undefined;
1333
1334
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1334
- onChange?: ((value: string, ev: Event) => any) | undefined;
1335
1335
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
1336
1336
  }>, {
1337
1337
  inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
@@ -1351,9 +1351,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1351
1351
  disabled: boolean;
1352
1352
  type: "text" | "password";
1353
1353
  error: boolean;
1354
- defaultValue: string;
1355
1354
  readonly: boolean;
1356
1355
  allowClear: boolean;
1356
+ defaultValue: string;
1357
1357
  maxLength: number | {
1358
1358
  length: number;
1359
1359
  errorOnly?: boolean | undefined;
@@ -1374,7 +1374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1374
1374
  default: boolean;
1375
1375
  };
1376
1376
  size: {
1377
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1377
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1378
1378
  };
1379
1379
  buttonText: {
1380
1380
  type: StringConstructor;
@@ -1404,7 +1404,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1404
1404
  default: boolean;
1405
1405
  };
1406
1406
  size: {
1407
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1407
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1408
1408
  };
1409
1409
  buttonText: {
1410
1410
  type: StringConstructor;
@@ -1467,7 +1467,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1467
1467
  type: StringConstructor;
1468
1468
  };
1469
1469
  size: {
1470
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1470
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1471
1471
  default: string;
1472
1472
  };
1473
1473
  disabled: {
@@ -1481,7 +1481,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1481
1481
  type: StringConstructor;
1482
1482
  };
1483
1483
  size: {
1484
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1484
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1485
1485
  default: string;
1486
1486
  };
1487
1487
  disabled: {
@@ -1489,8 +1489,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1489
1489
  default: boolean;
1490
1490
  };
1491
1491
  }>> & Readonly<{}>, {
1492
+ size: "mini" | "small" | "medium" | "large";
1492
1493
  disabled: boolean;
1493
- size: "mini" | "medium" | "large" | "small";
1494
1494
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1495
1495
  AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1496
1496
  modelValue: StringConstructor;
@@ -1499,7 +1499,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1499
1499
  default: string;
1500
1500
  };
1501
1501
  size: {
1502
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1502
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1503
1503
  };
1504
1504
  allowClear: {
1505
1505
  type: BooleanConstructor;
@@ -1565,7 +1565,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1565
1565
  default: string;
1566
1566
  };
1567
1567
  size: {
1568
- type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
1568
+ type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
1569
1569
  };
1570
1570
  allowClear: {
1571
1571
  type: BooleanConstructor;
@@ -1611,20 +1611,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1611
1611
  prepend: StringConstructor;
1612
1612
  append: StringConstructor;
1613
1613
  }>> & Readonly<{
1614
- onFocus?: ((ev: FocusEvent) => any) | undefined;
1615
1614
  onClear?: ((ev: MouseEvent) => any) | undefined;
1615
+ onChange?: ((value: string, ev: Event) => any) | undefined;
1616
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
1616
1617
  onInput?: ((value: string, ev: Event) => any) | undefined;
1617
1618
  onBlur?: ((ev: FocusEvent) => any) | undefined;
1618
1619
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1619
- onChange?: ((value: string, ev: Event) => any) | undefined;
1620
1620
  onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
1621
1621
  }>, {
1622
1622
  disabled: boolean;
1623
1623
  type: "text" | "password";
1624
1624
  error: boolean;
1625
- defaultValue: string;
1626
1625
  readonly: boolean;
1627
1626
  allowClear: boolean;
1627
+ defaultValue: string;
1628
1628
  maxLength: number | {
1629
1629
  length: number;
1630
1630
  errorOnly?: boolean | undefined;
@@ -51,18 +51,18 @@ declare const Typography: {
51
51
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
52
  Title: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
53
53
  heading: {
54
- type: import("vue").PropType<1 | 2 | 4 | 3 | 6 | 5>;
54
+ type: import("vue").PropType<4 | 1 | 2 | 3 | 6 | 5>;
55
55
  default: number;
56
56
  };
57
57
  }>, {
58
58
  component: import("vue").ComputedRef<keyof HTMLElementTagNameMap>;
59
59
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
60
  heading: {
61
- type: import("vue").PropType<1 | 2 | 4 | 3 | 6 | 5>;
61
+ type: import("vue").PropType<4 | 1 | 2 | 3 | 6 | 5>;
62
62
  default: number;
63
63
  };
64
64
  }>> & Readonly<{}>, {
65
- heading: 1 | 2 | 4 | 3 | 6 | 5;
65
+ heading: 4 | 1 | 2 | 3 | 6 | 5;
66
66
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
67
67
  Text: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
68
68
  ellipsis: {