@sdata/web-vue 1.14.0 → 1.18.0

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 (233) hide show
  1. package/dist/sd.css +364 -1
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/picker/input-range.vue.d.ts +2 -2
  4. package/es/_components/picker/input.vue.d.ts +1 -1
  5. package/es/_components/resize-trigger.vue_vue_type_script_lang.js +1 -1
  6. package/es/_components/select-view/select-view.d.ts +2 -2
  7. package/es/_components/virtual-list/virtual-list.vue.d.ts +3 -3
  8. package/es/_hooks/use-popup-manager.js +2 -4
  9. package/es/_utils/dom.d.ts +5 -2
  10. package/es/_utils/dom.js +1 -1
  11. package/es/anchor/anchor.vue.d.ts +2 -2
  12. package/es/anchor/index.d.ts +9 -9
  13. package/es/auto-complete/auto-complete.d.ts +3 -3
  14. package/es/auto-complete/index.d.ts +9 -9
  15. package/es/button/button.vue.d.ts +2 -2
  16. package/es/button/index.d.ts +6 -6
  17. package/es/calendar/calendar.d.ts +1 -1
  18. package/es/calendar/index.d.ts +3 -3
  19. package/es/card/card.d.ts +4 -4
  20. package/es/card/index.d.ts +9 -9
  21. package/es/carousel/carousel-arrow.vue.d.ts +1 -1
  22. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  23. package/es/carousel/carousel.d.ts +3 -3
  24. package/es/carousel/index.d.ts +9 -9
  25. package/es/cascader/base-cascader-panel.d.ts +1 -1
  26. package/es/cascader/cascader-search-panel.d.ts +1 -1
  27. package/es/cascader/cascader.vue.d.ts +14 -14
  28. package/es/checkbox/checkbox-group.d.ts +1 -1
  29. package/es/checkbox/index.d.ts +1 -1
  30. package/es/color-picker/color-picker.d.ts +5 -5
  31. package/es/color-picker/index.d.ts +15 -15
  32. package/es/color-picker/panel.d.ts +2 -2
  33. package/es/components.d.ts +1 -0
  34. package/es/config-provider/config-provider.vue.d.ts +8 -2
  35. package/es/config-provider/config-provider.vue_vue_type_script_lang.js +6 -0
  36. package/es/config-provider/context.d.ts +3 -0
  37. package/es/config-provider/index.d.ts +13 -3
  38. package/es/cropper/cropper.vue.d.ts +1 -1
  39. package/es/cropper/index.d.ts +3 -3
  40. package/es/date-picker/index.d.ts +94 -94
  41. package/es/date-picker/panels/date/index.vue.d.ts +15 -15
  42. package/es/date-picker/panels/footer.vue.d.ts +15 -15
  43. package/es/date-picker/panels/shortcuts.vue.d.ts +6 -6
  44. package/es/date-picker/panels/week/index.vue.d.ts +16 -16
  45. package/es/date-picker/picker-panel.vue.d.ts +54 -54
  46. package/es/date-picker/picker.vue.d.ts +87 -87
  47. package/es/date-picker/pickers/date-picker.d.ts +1 -1
  48. package/es/date-picker/pickers/week-picker.d.ts +1 -1
  49. package/es/date-picker/range-picker-panel.vue.d.ts +55 -55
  50. package/es/date-picker/range-picker.vue.d.ts +90 -90
  51. package/es/descriptions/descriptions.d.ts +1 -1
  52. package/es/descriptions/index.d.ts +3 -3
  53. package/es/drawer/drawer.vue.d.ts +11 -11
  54. package/es/drawer/index.d.ts +27 -27
  55. package/es/dropdown/dropdown-button.vue.d.ts +24 -24
  56. package/es/dropdown/dropdown-submenu.vue.d.ts +17 -17
  57. package/es/dropdown/dropdown.vue.d.ts +16 -16
  58. package/es/dropdown/index.d.ts +74 -74
  59. package/es/ellipsis/ellipsis.vue.d.ts +43 -43
  60. package/es/ellipsis/index.d.ts +182 -182
  61. package/es/ellipsis/performant-ellipsis.vue.d.ts +44 -44
  62. package/es/form/form-item-label.vue.d.ts +36 -36
  63. package/es/form/form-item.vue.d.ts +40 -40
  64. package/es/form/index.d.ts +40 -40
  65. package/es/grid/grid-row.vue.d.ts +3 -3
  66. package/es/grid/index.d.ts +3 -3
  67. package/es/image/image.vue.d.ts +38 -38
  68. package/es/image/preview-action.d.ts +36 -36
  69. package/es/image/preview-group.vue.d.ts +41 -41
  70. package/es/image/preview-toolbar.vue.d.ts +36 -36
  71. package/es/image/preview.vue.d.ts +38 -38
  72. package/es/index.css +364 -1
  73. package/es/index.d.ts +5 -1
  74. package/es/index.js +17 -15
  75. package/es/index.scss +1 -0
  76. package/es/input/index.d.ts +9 -9
  77. package/es/input/input-password.vue.d.ts +2 -2
  78. package/es/input/input-search.d.ts +1 -1
  79. package/es/input/input.d.ts +2 -2
  80. package/es/input-number/index.d.ts +9 -9
  81. package/es/input-number/input-number.d.ts +3 -3
  82. package/es/input-tag/index.d.ts +6 -6
  83. package/es/input-tag/input-tag.d.ts +2 -2
  84. package/es/json-form/index.d.ts +112 -0
  85. package/es/json-form/index.js +11 -0
  86. package/es/json-form/json-form-component.js +5 -0
  87. package/es/json-form/json-form-component.vue.d.ts +24 -0
  88. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +89 -0
  89. package/es/json-form/json-form-item.js +5 -0
  90. package/es/json-form/json-form-item.vue.d.ts +32 -0
  91. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +213 -0
  92. package/es/json-form/json-form.js +5 -0
  93. package/es/json-form/json-form.vue.d.ts +42 -0
  94. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +142 -0
  95. package/es/json-form/style/css.js +2 -0
  96. package/es/json-form/style/index.css +31 -0
  97. package/es/json-form/style/index.d.ts +2 -0
  98. package/es/json-form/style/index.js +2 -0
  99. package/es/json-form/style/index.scss +25 -0
  100. package/es/json-form/style/token.scss +8 -0
  101. package/es/json-form/types.d.ts +291 -0
  102. package/es/json-form/types.js +43 -0
  103. package/es/json-form/utils.d.ts +11 -0
  104. package/es/json-form/utils.js +336 -0
  105. package/es/layout/header.js +2 -18
  106. package/es/layout/header.vue.d.ts +38 -3
  107. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +350 -0
  108. package/es/layout/index.d.ts +1029 -49
  109. package/es/layout/interface.d.ts +40 -0
  110. package/es/layout/sider.js +38 -9
  111. package/es/layout/sider.vue.d.ts +950 -39
  112. package/es/layout/sider.vue_vue_type_script_lang.js +304 -31
  113. package/es/layout/style/index.css +155 -1
  114. package/es/layout/style/index.scss +198 -16
  115. package/es/layout/style/token.scss +13 -0
  116. package/es/link/index.d.ts +9 -9
  117. package/es/link/link.vue.d.ts +3 -3
  118. package/es/list/index.d.ts +3 -3
  119. package/es/list/list.d.ts +1 -1
  120. package/es/mention/index.d.ts +12 -12
  121. package/es/mention/mention.d.ts +4 -4
  122. package/es/menu/base-menu.vue.d.ts +24 -5
  123. package/es/menu/base-menu.vue_vue_type_script_lang.js +19 -1
  124. package/es/menu/context.d.ts +1 -1
  125. package/es/menu/index.d.ts +1 -1
  126. package/es/menu/interface.d.ts +8 -0
  127. package/es/menu/item-group.js +9 -2
  128. package/es/menu/item-group.vue.d.ts +2894 -0
  129. package/es/menu/item-group.vue_vue_type_script_lang.js +7 -2
  130. package/es/menu/item.d.ts +1 -1
  131. package/es/menu/item.js +10 -3
  132. package/es/menu/menu.d.ts +54 -5
  133. package/es/menu/menu.js +8 -0
  134. package/es/menu/style/css.js +1 -0
  135. package/es/menu/style/index.css +194 -0
  136. package/es/menu/style/index.d.ts +1 -0
  137. package/es/menu/style/index.js +1 -0
  138. package/es/menu/style/index.scss +48 -1
  139. package/es/menu/sub-menu-inline.js +24 -3
  140. package/es/menu/sub-menu-inline.vue.d.ts +2894 -0
  141. package/es/menu/sub-menu-inline.vue_vue_type_script_lang.js +4 -1
  142. package/es/menu/sub-menu-pop.js +29 -2
  143. package/es/menu/sub-menu-pop.vue.d.ts +2924 -22
  144. package/es/menu/sub-menu-pop.vue_vue_type_script_lang.js +3 -1
  145. package/es/menu/sub-menu.d.ts +1 -1
  146. package/es/message/message-list.d.ts +1 -1
  147. package/es/message/message.vue.d.ts +1 -1
  148. package/es/modal/index.d.ts +27 -27
  149. package/es/modal/modal.vue.d.ts +11 -11
  150. package/es/notification/notification.vue.d.ts +1 -1
  151. package/es/overflow-list/index.d.ts +3 -3
  152. package/es/overflow-list/overflow-list.d.ts +1 -1
  153. package/es/pagination/page-jumper.vue.d.ts +9 -9
  154. package/es/pagination/page-options.vue.d.ts +66 -66
  155. package/es/popconfirm/index.d.ts +51 -51
  156. package/es/popconfirm/popconfirm.vue.d.ts +24 -24
  157. package/es/popover/index.d.ts +33 -33
  158. package/es/popover/popover.vue.d.ts +16 -16
  159. package/es/progress/circle.vue.d.ts +2 -2
  160. package/es/progress/index.d.ts +13 -13
  161. package/es/progress/line.vue.d.ts +1 -1
  162. package/es/progress/progress.vue.d.ts +6 -6
  163. package/es/progress/steps.vue.d.ts +2 -2
  164. package/es/radio/index.d.ts +4 -4
  165. package/es/radio/radio-group.d.ts +1 -1
  166. package/es/radio/radio.d.ts +1 -1
  167. package/es/sd-vue.js +17 -14
  168. package/es/select/index.d.ts +66 -66
  169. package/es/select/option.vue.d.ts +2 -2
  170. package/es/select/select-dropdown.vue.d.ts +4 -4
  171. package/es/select/select.d.ts +27 -27
  172. package/es/skeleton/index.d.ts +1 -1
  173. package/es/skeleton/shape.vue.d.ts +1 -1
  174. package/es/slider/index.d.ts +97 -97
  175. package/es/slider/slider-button.vue.d.ts +38 -38
  176. package/es/slider/slider-input.vue.d.ts +9 -9
  177. package/es/slider/slider.vue.d.ts +48 -48
  178. package/es/spin/index.d.ts +3 -3
  179. package/es/spin/spin.d.ts +1 -1
  180. package/es/statistic/index.d.ts +6 -6
  181. package/es/statistic/statistic.vue.d.ts +2 -2
  182. package/es/steps/index.d.ts +6 -6
  183. package/es/steps/steps.vue.d.ts +2 -2
  184. package/es/style/theme/z-index.d.ts +8 -0
  185. package/es/style/theme/z-index.js +7 -0
  186. package/es/switch/index.d.ts +21 -6
  187. package/es/switch/switch.vue.d.ts +11 -2
  188. package/es/switch/switch.vue_vue_type_script_lang.js +30 -5
  189. package/es/table/index.d.ts +15 -15
  190. package/es/table/table-operation-td.d.ts +5 -5
  191. package/es/table/table-th.js +1 -1
  192. package/es/table/table.d.ts +5 -5
  193. package/es/tabs/index.d.ts +9 -9
  194. package/es/tabs/tabs.d.ts +3 -3
  195. package/es/tag/index.d.ts +922 -922
  196. package/es/tag/tag.vue.d.ts +367 -367
  197. package/es/textarea/index.d.ts +6 -6
  198. package/es/textarea/textarea.vue.d.ts +2 -2
  199. package/es/time-picker/index.d.ts +104 -104
  200. package/es/time-picker/panel.vue.d.ts +14 -14
  201. package/es/time-picker/range-panel.d.ts +14 -14
  202. package/es/time-picker/time-picker.vue.d.ts +50 -50
  203. package/es/timeline/index.d.ts +9 -9
  204. package/es/timeline/timeline.d.ts +4 -4
  205. package/es/tooltip/index.d.ts +36 -36
  206. package/es/tooltip/tooltip.vue.d.ts +17 -17
  207. package/es/transfer/index.d.ts +37 -37
  208. package/es/transfer/transfer-list-item.d.ts +2 -2
  209. package/es/transfer/transfer-view.vue.d.ts +8 -8
  210. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
  211. package/es/transfer/transfer.vue.d.ts +17 -17
  212. package/es/tree/base-node.vue.d.ts +2 -2
  213. package/es/tree/base-node.vue_vue_type_script_lang.js +1 -1
  214. package/es/tree/node-switcher.vue_vue_type_script_lang.js +1 -1
  215. package/es/tree/transition-node-list.vue.d.ts +2 -2
  216. package/es/tree/tree.vue.d.ts +27 -27
  217. package/es/tree/tree.vue_vue_type_script_lang.js +3 -3
  218. package/es/tree-select/tree-select.vue.d.ts +30 -30
  219. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +2 -2
  220. package/es/trigger/index.d.ts +15 -15
  221. package/es/trigger/trigger.d.ts +5 -5
  222. package/es/typography/base.d.ts +1 -1
  223. package/es/typography/edit-content.vue.d.ts +27 -27
  224. package/es/typography/operations.vue.d.ts +36 -36
  225. package/es/upload/index.d.ts +6 -6
  226. package/es/upload/upload-button.d.ts +1 -1
  227. package/es/upload/upload.d.ts +2 -2
  228. package/es/watermark/index.d.ts +3 -3
  229. package/es/watermark/watermark.d.ts +1 -1
  230. package/json/vetur-attributes.json +150 -7
  231. package/json/vetur-tags.json +45 -4
  232. package/json/web-types.json +316 -19
  233. package/package.json +2 -1
package/es/sd-vue.js CHANGED
@@ -78,18 +78,27 @@ import preview_action_default from "./image/preview-action.js";
78
78
  import preview_default from "./image/preview.js";
79
79
  import preview_group_default from "./image/preview-group.js";
80
80
  import Image from "./image/index.js";
81
+ import Textarea from "./textarea/index.js";
82
+ import Mention from "./mention/index.js";
83
+ import Rate from "./rate/index.js";
84
+ import Slider from "./slider/index.js";
85
+ import Switch from "./switch/index.js";
86
+ import TimePicker from "./time-picker/index.js";
87
+ import Pagination from "./pagination/index.js";
88
+ import list_item_default from "./list/list-item.js";
89
+ import list_item_meta_default from "./list/list-item-meta.js";
90
+ import List from "./list/index.js";
91
+ import Transfer from "./transfer/index.js";
92
+ import Tree from "./tree/index.js";
93
+ import TreeSelect from "./tree-select/index.js";
94
+ import VerificationCode from "./verification-code/index.js";
95
+ import JsonForm from "./json-form/index.js";
81
96
  import content_default from "./layout/content.js";
82
97
  import footer_default from "./layout/footer.js";
83
98
  import header_default from "./layout/header.js";
84
99
  import ResizeBox from "./resize-box/index.js";
85
100
  import sider_default from "./layout/sider.js";
86
101
  import Layout from "./layout/index.js";
87
- import Pagination from "./pagination/index.js";
88
- import list_item_default from "./list/list-item.js";
89
- import list_item_meta_default from "./list/list-item-meta.js";
90
- import List from "./list/index.js";
91
- import Textarea from "./textarea/index.js";
92
- import Mention from "./mention/index.js";
93
102
  import item_default from "./menu/item.js";
94
103
  import item_group_default from "./menu/item-group.js";
95
104
  import sub_menu_default from "./menu/sub-menu.js";
@@ -100,20 +109,17 @@ import OverflowList from "./overflow-list/index.js";
100
109
  import PageHeader from "./page-header/index.js";
101
110
  import Popconfirm from "./popconfirm/index.js";
102
111
  import Progress from "./progress/index.js";
103
- import Rate from "./rate/index.js";
104
112
  import Result from "./result/index.js";
105
113
  import Secret from "./secret/index.js";
106
114
  import line_default from "./skeleton/line.js";
107
115
  import shape_default from "./skeleton/shape.js";
108
116
  import Skeleton from "./skeleton/index.js";
109
- import Slider from "./slider/index.js";
110
117
  import Space from "./space/index.js";
111
118
  import Split from "./split/index.js";
112
119
  import countdown_default from "./statistic/countdown.js";
113
120
  import Statistic from "./statistic/index.js";
114
121
  import step_default from "./steps/step.js";
115
122
  import Steps from "./steps/index.js";
116
- import Switch from "./switch/index.js";
117
123
  import table_tbody_default from "./table/table-tbody.js";
118
124
  import table_td_default from "./table/table-td.js";
119
125
  import table_th_default from "./table/table-th.js";
@@ -125,18 +131,13 @@ import tab_pane_default from "./tabs/tab-pane.js";
125
131
  import Tabs from "./tabs/index.js";
126
132
  import TagGroup from "./tag-group/index.js";
127
133
  import ThemeProvider from "./theme-provider/index.js";
128
- import TimePicker from "./time-picker/index.js";
129
134
  import item_default$1 from "./timeline/item.js";
130
135
  import Timeline from "./timeline/index.js";
131
- import Transfer from "./transfer/index.js";
132
- import Tree from "./tree/index.js";
133
- import TreeSelect from "./tree-select/index.js";
134
136
  import paragraph_default from "./typography/paragraph.js";
135
137
  import text_default from "./typography/text.js";
136
138
  import title_default from "./typography/title.js";
137
139
  import Typography from "./typography/index.js";
138
140
  import Upload from "./upload/index.js";
139
- import VerificationCode from "./verification-code/index.js";
140
141
  import Watermark from "./watermark/index.js";
141
142
  //#region components/sd-vue.ts
142
143
  var components = {
@@ -175,6 +176,7 @@ var components = {
175
176
  Checkbox,
176
177
  DatePicker,
177
178
  Form,
179
+ JsonForm,
178
180
  Input,
179
181
  InputNumber,
180
182
  InputTag,
@@ -250,6 +252,7 @@ var SDVue = _objectSpread2(_objectSpread2({}, components), {}, {
250
252
  DropdownButton: dropdown_button_default,
251
253
  PerformantEllipsis,
252
254
  FormItem: form_item_default,
255
+ JsonForm,
253
256
  Row: grid_row_default,
254
257
  Col: grid_col_default,
255
258
  GridItem: grid_item_default,
@@ -154,19 +154,19 @@ declare const Select: {
154
154
  };
155
155
  }>> & Readonly<{
156
156
  onSearch?: ((_inputValue: string) => any) | undefined;
157
- onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
158
157
  onClear?: ((_ev: Event) => any) | undefined;
158
+ onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
159
159
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
160
160
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
161
161
  "onUpdate:modelValue"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
162
162
  onDropdownScroll?: ((_ev: Event) => any) | undefined;
163
163
  onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
164
- "onUpdate:show"?: ((_visible: boolean) => any) | undefined;
165
- onShowChange?: ((_visible: boolean) => any) | undefined;
164
+ "onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
166
165
  "onUpdate:inputValue"?: ((_inputValue: string) => any) | undefined;
167
166
  onInputValueChange?: ((_inputValue: string) => any) | undefined;
168
167
  onRemove?: ((_removed: import("./interface").SelectOptionValue | undefined) => any) | undefined;
169
- "onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
168
+ "onUpdate:show"?: ((_visible: boolean) => any) | undefined;
169
+ onShowChange?: ((_visible: boolean) => any) | undefined;
170
170
  onExceedLimit?: ((_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => any) | undefined;
171
171
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
172
172
  'update:modelValue': (_value: import("./interface").SelectModelValue) => true;
@@ -187,19 +187,19 @@ declare const Select: {
187
187
  }, import("vue").PublicProps, {
188
188
  options: import("./interface").SelectOption[];
189
189
  error: boolean;
190
- disabled: boolean;
191
- defaultValue: import("./interface").SelectModelValue;
192
- loading: boolean;
193
190
  value: import("./interface").SelectModelValue;
194
- unmountOnClose: boolean;
195
191
  popupVisible: boolean;
196
192
  defaultPopupVisible: boolean;
193
+ disabled: boolean;
197
194
  showArrow: boolean;
195
+ unmountOnClose: boolean;
198
196
  show: boolean;
199
197
  scrollbar: boolean | import("..").ScrollbarProps;
200
198
  multiple: boolean;
199
+ defaultValue: import("./interface").SelectModelValue;
201
200
  modelValue: import("./interface").SelectModelValue;
202
201
  allowClear: boolean;
202
+ loading: boolean;
203
203
  valueKey: string;
204
204
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
205
205
  showExtraOptions: boolean;
@@ -207,7 +207,6 @@ declare const Select: {
207
207
  bordered: boolean;
208
208
  showHeaderOnEmpty: boolean;
209
209
  showFooterOnEmpty: boolean;
210
- defaultShow: boolean;
211
210
  defaultInputValue: string;
212
211
  maxTagCount: number | "responsive";
213
212
  tagNowrap: boolean;
@@ -215,8 +214,9 @@ declare const Select: {
215
214
  allowSearch: boolean | {
216
215
  retainInputValue?: boolean;
217
216
  };
218
- fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
217
+ defaultShow: boolean;
219
218
  searchDelay: number;
219
+ fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
220
220
  limit: number;
221
221
  }, true, {}, {}, {
222
222
  Trigger: {
@@ -376,15 +376,12 @@ declare const Select: {
376
376
  hide: () => true;
377
377
  resize: () => true;
378
378
  }, import("vue").PublicProps, {
379
- disabled: boolean;
380
- unmountOnClose: boolean;
381
- renderToBody: boolean;
382
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
383
- animationName: string;
384
379
  autoFitPosition: boolean;
385
380
  popupVisible: boolean;
386
381
  defaultPopupVisible: boolean;
387
382
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
383
+ position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
384
+ disabled: boolean;
388
385
  popupOffset: number;
389
386
  showArrow: boolean;
390
387
  alignPoint: boolean;
@@ -392,6 +389,8 @@ declare const Select: {
392
389
  blurToClose: boolean;
393
390
  clickToClose: boolean;
394
391
  clickOutsideToClose: boolean;
392
+ unmountOnClose: boolean;
393
+ animationName: string;
395
394
  mouseEnterDelay: number;
396
395
  mouseLeaveDelay: number;
397
396
  focusDelay: number;
@@ -401,6 +400,7 @@ declare const Select: {
401
400
  updateAtScroll: boolean;
402
401
  autoFitTransformOrigin: boolean;
403
402
  hideEmpty: boolean;
403
+ renderToBody: boolean;
404
404
  preventFocus: boolean;
405
405
  scrollToClose: boolean;
406
406
  scrollToCloseDistance: number;
@@ -561,15 +561,12 @@ declare const Select: {
561
561
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
562
562
  onShow?: (() => any) | undefined;
563
563
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
564
- disabled: boolean;
565
- unmountOnClose: boolean;
566
- renderToBody: boolean;
567
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
568
- animationName: string;
569
564
  autoFitPosition: boolean;
570
565
  popupVisible: boolean;
571
566
  defaultPopupVisible: boolean;
572
567
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
568
+ position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
569
+ disabled: boolean;
573
570
  popupOffset: number;
574
571
  showArrow: boolean;
575
572
  alignPoint: boolean;
@@ -577,6 +574,8 @@ declare const Select: {
577
574
  blurToClose: boolean;
578
575
  clickToClose: boolean;
579
576
  clickOutsideToClose: boolean;
577
+ unmountOnClose: boolean;
578
+ animationName: string;
580
579
  mouseEnterDelay: number;
581
580
  mouseLeaveDelay: number;
582
581
  focusDelay: number;
@@ -586,6 +585,7 @@ declare const Select: {
586
585
  updateAtScroll: boolean;
587
586
  autoFitTransformOrigin: boolean;
588
587
  hideEmpty: boolean;
588
+ renderToBody: boolean;
589
589
  preventFocus: boolean;
590
590
  scrollToClose: boolean;
591
591
  scrollToCloseDistance: number;
@@ -749,15 +749,12 @@ declare const Select: {
749
749
  hide: () => true;
750
750
  resize: () => true;
751
751
  }, string, {
752
- disabled: boolean;
753
- unmountOnClose: boolean;
754
- renderToBody: boolean;
755
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
756
- animationName: string;
757
752
  autoFitPosition: boolean;
758
753
  popupVisible: boolean;
759
754
  defaultPopupVisible: boolean;
760
755
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
756
+ position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
757
+ disabled: boolean;
761
758
  popupOffset: number;
762
759
  showArrow: boolean;
763
760
  alignPoint: boolean;
@@ -765,6 +762,8 @@ declare const Select: {
765
762
  blurToClose: boolean;
766
763
  clickToClose: boolean;
767
764
  clickOutsideToClose: boolean;
765
+ unmountOnClose: boolean;
766
+ animationName: string;
768
767
  mouseEnterDelay: number;
769
768
  mouseLeaveDelay: number;
770
769
  focusDelay: number;
@@ -774,6 +773,7 @@ declare const Select: {
774
773
  updateAtScroll: boolean;
775
774
  autoFitTransformOrigin: boolean;
776
775
  hideEmpty: boolean;
776
+ renderToBody: boolean;
777
777
  preventFocus: boolean;
778
778
  scrollToClose: boolean;
779
779
  scrollToCloseDistance: number;
@@ -850,7 +850,7 @@ declare const Select: {
850
850
  }, {}, {}, {
851
851
  focus(): void;
852
852
  blur(): void;
853
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "clear" | "remove")[], "focus" | "blur" | "clear" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
853
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "blur" | "remove")[], "focus" | "clear" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
854
854
  modelValue: {
855
855
  type: import("vue").PropType<import("../_components/select-view/interface").SelectViewValue[]>;
856
856
  required: true;
@@ -920,10 +920,10 @@ declare const Select: {
920
920
  }>, {
921
921
  error: boolean;
922
922
  disabled: boolean;
923
- loading: boolean;
924
923
  showArrow: boolean;
925
924
  multiple: boolean;
926
925
  allowClear: boolean;
926
+ loading: boolean;
927
927
  bordered: boolean;
928
928
  maxTagCount: number | "responsive";
929
929
  retainInputValue: boolean;
@@ -1089,36 +1089,36 @@ declare const Select: {
1089
1089
  };
1090
1090
  }>> & Readonly<{
1091
1091
  onSearch?: ((_inputValue: string) => any) | undefined;
1092
- onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1093
1092
  onClear?: ((_ev: Event) => any) | undefined;
1093
+ onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1094
1094
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1095
1095
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1096
1096
  "onUpdate:modelValue"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1097
1097
  onDropdownScroll?: ((_ev: Event) => any) | undefined;
1098
1098
  onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
1099
- "onUpdate:show"?: ((_visible: boolean) => any) | undefined;
1100
- onShowChange?: ((_visible: boolean) => any) | undefined;
1099
+ "onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1101
1100
  "onUpdate:inputValue"?: ((_inputValue: string) => any) | undefined;
1102
1101
  onInputValueChange?: ((_inputValue: string) => any) | undefined;
1103
1102
  onRemove?: ((_removed: import("./interface").SelectOptionValue | undefined) => any) | undefined;
1104
- "onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1103
+ "onUpdate:show"?: ((_visible: boolean) => any) | undefined;
1104
+ onShowChange?: ((_visible: boolean) => any) | undefined;
1105
1105
  onExceedLimit?: ((_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => any) | undefined;
1106
1106
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1107
1107
  options: import("./interface").SelectOption[];
1108
1108
  error: boolean;
1109
- disabled: boolean;
1110
- defaultValue: import("./interface").SelectModelValue;
1111
- loading: boolean;
1112
1109
  value: import("./interface").SelectModelValue;
1113
- unmountOnClose: boolean;
1114
1110
  popupVisible: boolean;
1115
1111
  defaultPopupVisible: boolean;
1112
+ disabled: boolean;
1116
1113
  showArrow: boolean;
1114
+ unmountOnClose: boolean;
1117
1115
  show: boolean;
1118
1116
  scrollbar: boolean | import("..").ScrollbarProps;
1119
1117
  multiple: boolean;
1118
+ defaultValue: import("./interface").SelectModelValue;
1120
1119
  modelValue: import("./interface").SelectModelValue;
1121
1120
  allowClear: boolean;
1121
+ loading: boolean;
1122
1122
  valueKey: string;
1123
1123
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
1124
1124
  showExtraOptions: boolean;
@@ -1126,7 +1126,6 @@ declare const Select: {
1126
1126
  bordered: boolean;
1127
1127
  showHeaderOnEmpty: boolean;
1128
1128
  showFooterOnEmpty: boolean;
1129
- defaultShow: boolean;
1130
1129
  defaultInputValue: string;
1131
1130
  maxTagCount: number | "responsive";
1132
1131
  tagNowrap: boolean;
@@ -1134,8 +1133,9 @@ declare const Select: {
1134
1133
  allowSearch: boolean | {
1135
1134
  retainInputValue?: boolean;
1136
1135
  };
1137
- fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
1136
+ defaultShow: boolean;
1138
1137
  searchDelay: number;
1138
+ fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
1139
1139
  limit: number;
1140
1140
  }>;
1141
1141
  __isFragment?: never;
@@ -1291,19 +1291,19 @@ declare const Select: {
1291
1291
  };
1292
1292
  }>> & Readonly<{
1293
1293
  onSearch?: ((_inputValue: string) => any) | undefined;
1294
- onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1295
1294
  onClear?: ((_ev: Event) => any) | undefined;
1295
+ onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1296
1296
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1297
1297
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1298
1298
  "onUpdate:modelValue"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1299
1299
  onDropdownScroll?: ((_ev: Event) => any) | undefined;
1300
1300
  onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
1301
- "onUpdate:show"?: ((_visible: boolean) => any) | undefined;
1302
- onShowChange?: ((_visible: boolean) => any) | undefined;
1301
+ "onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1303
1302
  "onUpdate:inputValue"?: ((_inputValue: string) => any) | undefined;
1304
1303
  onInputValueChange?: ((_inputValue: string) => any) | undefined;
1305
1304
  onRemove?: ((_removed: import("./interface").SelectOptionValue | undefined) => any) | undefined;
1306
- "onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
1305
+ "onUpdate:show"?: ((_visible: boolean) => any) | undefined;
1306
+ onShowChange?: ((_visible: boolean) => any) | undefined;
1307
1307
  onExceedLimit?: ((_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => any) | undefined;
1308
1308
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1309
1309
  'update:modelValue': (_value: import("./interface").SelectModelValue) => true;
@@ -1324,19 +1324,19 @@ declare const Select: {
1324
1324
  }, string, {
1325
1325
  options: import("./interface").SelectOption[];
1326
1326
  error: boolean;
1327
- disabled: boolean;
1328
- defaultValue: import("./interface").SelectModelValue;
1329
- loading: boolean;
1330
1327
  value: import("./interface").SelectModelValue;
1331
- unmountOnClose: boolean;
1332
1328
  popupVisible: boolean;
1333
1329
  defaultPopupVisible: boolean;
1330
+ disabled: boolean;
1334
1331
  showArrow: boolean;
1332
+ unmountOnClose: boolean;
1335
1333
  show: boolean;
1336
1334
  scrollbar: boolean | import("..").ScrollbarProps;
1337
1335
  multiple: boolean;
1336
+ defaultValue: import("./interface").SelectModelValue;
1338
1337
  modelValue: import("./interface").SelectModelValue;
1339
1338
  allowClear: boolean;
1339
+ loading: boolean;
1340
1340
  valueKey: string;
1341
1341
  filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
1342
1342
  showExtraOptions: boolean;
@@ -1344,7 +1344,6 @@ declare const Select: {
1344
1344
  bordered: boolean;
1345
1345
  showHeaderOnEmpty: boolean;
1346
1346
  showFooterOnEmpty: boolean;
1347
- defaultShow: boolean;
1348
1347
  defaultInputValue: string;
1349
1348
  maxTagCount: number | "responsive";
1350
1349
  tagNowrap: boolean;
@@ -1352,8 +1351,9 @@ declare const Select: {
1352
1351
  allowSearch: boolean | {
1353
1352
  retainInputValue?: boolean;
1354
1353
  };
1355
- fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
1354
+ defaultShow: boolean;
1356
1355
  searchDelay: number;
1356
+ fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
1357
1357
  limit: number;
1358
1358
  }, {}, string, {}, {
1359
1359
  Trigger: {
@@ -1513,15 +1513,12 @@ declare const Select: {
1513
1513
  hide: () => true;
1514
1514
  resize: () => true;
1515
1515
  }, import("vue").PublicProps, {
1516
- disabled: boolean;
1517
- unmountOnClose: boolean;
1518
- renderToBody: boolean;
1519
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1520
- animationName: string;
1521
1516
  autoFitPosition: boolean;
1522
1517
  popupVisible: boolean;
1523
1518
  defaultPopupVisible: boolean;
1524
1519
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1520
+ position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1521
+ disabled: boolean;
1525
1522
  popupOffset: number;
1526
1523
  showArrow: boolean;
1527
1524
  alignPoint: boolean;
@@ -1529,6 +1526,8 @@ declare const Select: {
1529
1526
  blurToClose: boolean;
1530
1527
  clickToClose: boolean;
1531
1528
  clickOutsideToClose: boolean;
1529
+ unmountOnClose: boolean;
1530
+ animationName: string;
1532
1531
  mouseEnterDelay: number;
1533
1532
  mouseLeaveDelay: number;
1534
1533
  focusDelay: number;
@@ -1538,6 +1537,7 @@ declare const Select: {
1538
1537
  updateAtScroll: boolean;
1539
1538
  autoFitTransformOrigin: boolean;
1540
1539
  hideEmpty: boolean;
1540
+ renderToBody: boolean;
1541
1541
  preventFocus: boolean;
1542
1542
  scrollToClose: boolean;
1543
1543
  scrollToCloseDistance: number;
@@ -1698,15 +1698,12 @@ declare const Select: {
1698
1698
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1699
1699
  onShow?: (() => any) | undefined;
1700
1700
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1701
- disabled: boolean;
1702
- unmountOnClose: boolean;
1703
- renderToBody: boolean;
1704
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1705
- animationName: string;
1706
1701
  autoFitPosition: boolean;
1707
1702
  popupVisible: boolean;
1708
1703
  defaultPopupVisible: boolean;
1709
1704
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1705
+ position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1706
+ disabled: boolean;
1710
1707
  popupOffset: number;
1711
1708
  showArrow: boolean;
1712
1709
  alignPoint: boolean;
@@ -1714,6 +1711,8 @@ declare const Select: {
1714
1711
  blurToClose: boolean;
1715
1712
  clickToClose: boolean;
1716
1713
  clickOutsideToClose: boolean;
1714
+ unmountOnClose: boolean;
1715
+ animationName: string;
1717
1716
  mouseEnterDelay: number;
1718
1717
  mouseLeaveDelay: number;
1719
1718
  focusDelay: number;
@@ -1723,6 +1722,7 @@ declare const Select: {
1723
1722
  updateAtScroll: boolean;
1724
1723
  autoFitTransformOrigin: boolean;
1725
1724
  hideEmpty: boolean;
1725
+ renderToBody: boolean;
1726
1726
  preventFocus: boolean;
1727
1727
  scrollToClose: boolean;
1728
1728
  scrollToCloseDistance: number;
@@ -1886,15 +1886,12 @@ declare const Select: {
1886
1886
  hide: () => true;
1887
1887
  resize: () => true;
1888
1888
  }, string, {
1889
- disabled: boolean;
1890
- unmountOnClose: boolean;
1891
- renderToBody: boolean;
1892
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1893
- animationName: string;
1894
1889
  autoFitPosition: boolean;
1895
1890
  popupVisible: boolean;
1896
1891
  defaultPopupVisible: boolean;
1897
1892
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1893
+ position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1894
+ disabled: boolean;
1898
1895
  popupOffset: number;
1899
1896
  showArrow: boolean;
1900
1897
  alignPoint: boolean;
@@ -1902,6 +1899,8 @@ declare const Select: {
1902
1899
  blurToClose: boolean;
1903
1900
  clickToClose: boolean;
1904
1901
  clickOutsideToClose: boolean;
1902
+ unmountOnClose: boolean;
1903
+ animationName: string;
1905
1904
  mouseEnterDelay: number;
1906
1905
  mouseLeaveDelay: number;
1907
1906
  focusDelay: number;
@@ -1911,6 +1910,7 @@ declare const Select: {
1911
1910
  updateAtScroll: boolean;
1912
1911
  autoFitTransformOrigin: boolean;
1913
1912
  hideEmpty: boolean;
1913
+ renderToBody: boolean;
1914
1914
  preventFocus: boolean;
1915
1915
  scrollToClose: boolean;
1916
1916
  scrollToCloseDistance: number;
@@ -1987,7 +1987,7 @@ declare const Select: {
1987
1987
  }, {}, {}, {
1988
1988
  focus(): void;
1989
1989
  blur(): void;
1990
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "clear" | "remove")[], "focus" | "blur" | "clear" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1990
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "blur" | "remove")[], "focus" | "clear" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1991
1991
  modelValue: {
1992
1992
  type: import("vue").PropType<import("../_components/select-view/interface").SelectViewValue[]>;
1993
1993
  required: true;
@@ -2057,10 +2057,10 @@ declare const Select: {
2057
2057
  }>, {
2058
2058
  error: boolean;
2059
2059
  disabled: boolean;
2060
- loading: boolean;
2061
2060
  showArrow: boolean;
2062
2061
  multiple: boolean;
2063
2062
  allowClear: boolean;
2063
+ loading: boolean;
2064
2064
  bordered: boolean;
2065
2065
  maxTagCount: number | "responsive";
2066
2066
  retainInputValue: boolean;
@@ -2118,8 +2118,8 @@ declare const Select: {
2118
2118
  };
2119
2119
  internal: BooleanConstructor;
2120
2120
  }>> & Readonly<{}>, {
2121
- disabled: boolean;
2122
2121
  value: string | number | boolean | Record<string, any>;
2122
+ disabled: boolean;
2123
2123
  internal: boolean;
2124
2124
  }, {}, {
2125
2125
  Checkbox: {
@@ -2358,8 +2358,8 @@ declare const Select: {
2358
2358
  "onUpdate:modelValue"?: ((_value: (string | number | boolean)[]) => any) | undefined;
2359
2359
  }>, {
2360
2360
  disabled: boolean;
2361
- defaultValue: (string | number | boolean)[];
2362
2361
  direction: "horizontal" | "vertical";
2362
+ defaultValue: (string | number | boolean)[];
2363
2363
  modelValue: (string | number | boolean)[];
2364
2364
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2365
2365
  install: (app: App, options?: SDOptions) => void;
@@ -50,8 +50,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
50
50
  };
51
51
  internal: BooleanConstructor;
52
52
  }>> & Readonly<{}>, {
53
- disabled: boolean;
54
53
  value: string | number | boolean | Record<string, any>;
54
+ disabled: boolean;
55
55
  internal: boolean;
56
56
  }, {}, {
57
57
  Checkbox: {
@@ -290,8 +290,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
290
290
  "onUpdate:modelValue"?: ((_value: (string | number | boolean)[]) => any) | undefined;
291
291
  }>, {
292
292
  disabled: boolean;
293
- defaultValue: (string | number | boolean)[];
294
293
  direction: "horizontal" | "vertical";
294
+ defaultValue: (string | number | boolean)[];
295
295
  modelValue: (string | number | boolean)[];
296
296
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
297
297
  install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
@@ -72,9 +72,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
72
72
  onScroll?: ((...args: any[]) => any) | undefined;
73
73
  onReachBottom?: ((...args: any[]) => any) | undefined;
74
74
  }>, {
75
- loading: boolean;
76
75
  scrollbar: boolean | ScrollbarProps;
77
76
  empty: boolean;
77
+ loading: boolean;
78
78
  virtualList: boolean;
79
79
  bottomOffset: number;
80
80
  showHeaderOnEmpty: boolean;
@@ -568,8 +568,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
568
568
  default: boolean;
569
569
  };
570
570
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
571
- loading: boolean;
572
571
  dot: boolean;
572
+ loading: boolean;
573
573
  hideIcon: boolean;
574
574
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
575
575
  P: {};
@@ -590,8 +590,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
590
590
  default: boolean;
591
591
  };
592
592
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
593
- loading: boolean;
594
593
  dot: boolean;
594
+ loading: boolean;
595
595
  hideIcon: boolean;
596
596
  }>;
597
597
  __isFragment?: never;
@@ -609,8 +609,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
609
609
  default: boolean;
610
610
  };
611
611
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
612
- loading: boolean;
613
612
  dot: boolean;
613
+ loading: boolean;
614
614
  hideIcon: boolean;
615
615
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
616
616
  install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;