@varlet/ui 3.8.2 → 3.8.3

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 (321) hide show
  1. package/es/action-sheet/ActionItem.mjs +4 -4
  2. package/es/action-sheet/ActionSheet.mjs +9 -9
  3. package/es/action-sheet/index.mjs +2 -2
  4. package/es/action-sheet/props.mjs +1 -1
  5. package/es/action-sheet/style/index.mjs +1 -1
  6. package/es/alert/Alert.mjs +3 -3
  7. package/es/alert/index.mjs +1 -1
  8. package/es/app-bar/AppBar.mjs +5 -5
  9. package/es/app-bar/index.mjs +1 -1
  10. package/es/auto-complete/AutoComplete.mjs +23 -27
  11. package/es/auto-complete/index.mjs +1 -1
  12. package/es/auto-complete/props.mjs +1 -1
  13. package/es/avatar/Avatar.mjs +5 -5
  14. package/es/avatar/index.mjs +1 -1
  15. package/es/avatar-group/AvatarGroup.mjs +2 -2
  16. package/es/avatar-group/index.mjs +1 -1
  17. package/es/back-top/BackTop.mjs +7 -7
  18. package/es/back-top/index.mjs +1 -1
  19. package/es/badge/Badge.mjs +3 -3
  20. package/es/badge/index.mjs +1 -1
  21. package/es/badge/props.mjs +1 -1
  22. package/es/bottom-navigation/BottomNavigation.mjs +8 -9
  23. package/es/bottom-navigation/index.mjs +1 -1
  24. package/es/bottom-navigation-item/BottomNavigationItem.mjs +4 -4
  25. package/es/bottom-navigation-item/index.mjs +1 -1
  26. package/es/bottom-navigation-item/provide.mjs +1 -1
  27. package/es/breadcrumb/Breadcrumb.mjs +3 -3
  28. package/es/breadcrumb/index.mjs +1 -1
  29. package/es/breadcrumb/provide.mjs +1 -1
  30. package/es/breadcrumbs/Breadcrumbs.mjs +2 -2
  31. package/es/breadcrumbs/index.mjs +1 -1
  32. package/es/button/Button.mjs +6 -6
  33. package/es/button/index.mjs +1 -1
  34. package/es/button-group/ButtonGroup.mjs +1 -1
  35. package/es/button-group/index.mjs +1 -1
  36. package/es/card/Card.mjs +39 -39
  37. package/es/card/index.mjs +1 -1
  38. package/es/cell/Cell.mjs +3 -3
  39. package/es/cell/index.mjs +1 -1
  40. package/es/cell/props.mjs +1 -1
  41. package/es/checkbox/Checkbox.mjs +7 -7
  42. package/es/checkbox/index.mjs +1 -1
  43. package/es/checkbox-group/CheckboxGroup.mjs +5 -5
  44. package/es/checkbox-group/index.mjs +1 -1
  45. package/es/chip/Chip.mjs +4 -4
  46. package/es/chip/index.mjs +1 -1
  47. package/es/chip/props.mjs +1 -1
  48. package/es/code/Code.mjs +1 -1
  49. package/es/code/index.mjs +1 -1
  50. package/es/col/Col.mjs +4 -4
  51. package/es/col/index.mjs +1 -1
  52. package/es/collapse/Collapse.mjs +6 -4
  53. package/es/collapse/index.mjs +1 -1
  54. package/es/collapse-item/CollapseItem.mjs +4 -4
  55. package/es/collapse-item/index.mjs +1 -1
  56. package/es/collapse-item/provide.mjs +1 -1
  57. package/es/collapse-transition/CollapseTransition.mjs +2 -2
  58. package/es/collapse-transition/index.mjs +1 -1
  59. package/es/collapse-transition/useCollapseTransition.mjs +1 -1
  60. package/es/context/lock.mjs +1 -1
  61. package/es/context/stack.mjs +1 -1
  62. package/es/context/zIndex.mjs +1 -1
  63. package/es/count-to/CountTo.mjs +4 -4
  64. package/es/count-to/index.mjs +1 -1
  65. package/es/countdown/Countdown.mjs +2 -2
  66. package/es/countdown/index.mjs +1 -1
  67. package/es/counter/Counter.mjs +8 -8
  68. package/es/counter/index.mjs +1 -1
  69. package/es/date-picker/DatePicker.mjs +92 -43
  70. package/es/date-picker/index.mjs +1 -1
  71. package/es/date-picker/src/day-picker-panel.mjs +59 -27
  72. package/es/date-picker/src/month-picker-panel.mjs +57 -23
  73. package/es/date-picker/src/panel-header.mjs +12 -6
  74. package/es/date-picker/src/year-picker-panel.mjs +53 -23
  75. package/es/dialog/Dialog.mjs +5 -5
  76. package/es/dialog/index.mjs +3 -3
  77. package/es/dialog/props.mjs +1 -1
  78. package/es/divider/Divider.mjs +4 -4
  79. package/es/divider/index.mjs +1 -1
  80. package/es/drag/Drag.mjs +21 -42
  81. package/es/drag/index.mjs +1 -1
  82. package/es/ellipsis/Ellipsis.mjs +2 -2
  83. package/es/ellipsis/index.mjs +1 -1
  84. package/es/fab/Fab.mjs +4 -5
  85. package/es/fab/index.mjs +1 -1
  86. package/es/fab/props.mjs +1 -1
  87. package/es/field-decorator/FieldDecorator.mjs +5 -5
  88. package/es/field-decorator/index.mjs +1 -1
  89. package/es/floating-panel/FloatingPanel.mjs +6 -6
  90. package/es/floating-panel/index.mjs +1 -1
  91. package/es/form/Form.mjs +4 -4
  92. package/es/form/index.mjs +2 -2
  93. package/es/form/provide.mjs +1 -1
  94. package/es/form-details/index.mjs +1 -1
  95. package/es/highlighter-provider/HighlighterProvider.mjs +2 -2
  96. package/es/highlighter-provider/index.mjs +1 -1
  97. package/es/highlighter-provider/provide.mjs +1 -1
  98. package/es/hover/index.mjs +12 -7
  99. package/es/hover-overlay/HoverOverlay.mjs +2 -2
  100. package/es/hover-overlay/index.mjs +2 -2
  101. package/es/icon/Icon.mjs +3 -3
  102. package/es/icon/index.mjs +1 -1
  103. package/es/image/Image.mjs +5 -5
  104. package/es/image/index.mjs +1 -1
  105. package/es/image-preview/ImagePreview.mjs +13 -14
  106. package/es/image-preview/index.mjs +2 -2
  107. package/es/image-preview/props.mjs +2 -2
  108. package/es/index-anchor/IndexAnchor.mjs +5 -5
  109. package/es/index-anchor/index.mjs +1 -1
  110. package/es/index-anchor/provide.mjs +1 -1
  111. package/es/index-bar/IndexBar.mjs +17 -13
  112. package/es/index-bar/index.mjs +1 -1
  113. package/es/index.bundle.mjs +1 -1
  114. package/es/index.mjs +1 -1
  115. package/es/input/Input.mjs +12 -12
  116. package/es/input/index.mjs +1 -1
  117. package/es/input/props.mjs +1 -1
  118. package/es/lazy/index.mjs +1 -1
  119. package/es/link/Link.mjs +2 -2
  120. package/es/link/index.mjs +1 -1
  121. package/es/list/List.mjs +10 -10
  122. package/es/list/index.mjs +1 -1
  123. package/es/list/provide.mjs +1 -1
  124. package/es/loading/Loading.mjs +2 -2
  125. package/es/loading/index.mjs +1 -1
  126. package/es/loading-bar/LoadingBar.mjs +1 -2
  127. package/es/loading-bar/index.mjs +1 -1
  128. package/es/locale/index.mjs +5 -5
  129. package/es/locale-provider/LocaleProvider.mjs +11 -8
  130. package/es/locale-provider/index.mjs +1 -1
  131. package/es/locale-provider/provide.mjs +1 -1
  132. package/es/menu/Menu.mjs +2 -2
  133. package/es/menu/index.mjs +1 -1
  134. package/es/menu/usePopover.mjs +6 -6
  135. package/es/menu-option/MenuOption.mjs +9 -9
  136. package/es/menu-option/index.mjs +1 -1
  137. package/es/menu-option/provide.mjs +1 -1
  138. package/es/menu-select/MenuChildren.mjs +21 -21
  139. package/es/menu-select/MenuSelect.mjs +9 -9
  140. package/es/menu-select/index.mjs +1 -1
  141. package/es/option/Option.mjs +5 -5
  142. package/es/option/index.mjs +1 -1
  143. package/es/option/provide.mjs +1 -1
  144. package/es/overlay/Overlay.mjs +4 -4
  145. package/es/overlay/index.mjs +1 -1
  146. package/es/pagination/Pagination.mjs +26 -18
  147. package/es/pagination/index.mjs +1 -1
  148. package/es/paper/Paper.mjs +3 -3
  149. package/es/paper/index.mjs +1 -1
  150. package/es/picker/Picker.mjs +9 -9
  151. package/es/picker/index.mjs +2 -2
  152. package/es/picker/props.mjs +1 -1
  153. package/es/popup/Popup.mjs +6 -6
  154. package/es/popup/index.mjs +1 -1
  155. package/es/progress/Progress.mjs +4 -4
  156. package/es/progress/index.mjs +1 -1
  157. package/es/pull-refresh/PullRefresh.mjs +10 -12
  158. package/es/pull-refresh/index.mjs +1 -1
  159. package/es/radio/Radio.mjs +10 -9
  160. package/es/radio/index.mjs +1 -1
  161. package/es/radio-group/RadioGroup.mjs +7 -6
  162. package/es/radio-group/index.mjs +1 -1
  163. package/es/rate/Rate.mjs +8 -8
  164. package/es/rate/index.mjs +1 -1
  165. package/es/rate/props.mjs +1 -1
  166. package/es/result/Result.mjs +7 -7
  167. package/es/result/index.mjs +1 -1
  168. package/es/ripple/index.mjs +1 -1
  169. package/es/row/Row.mjs +4 -4
  170. package/es/row/index.mjs +1 -1
  171. package/es/select/Select.mjs +13 -13
  172. package/es/select/index.mjs +1 -1
  173. package/es/select/props.mjs +1 -1
  174. package/es/skeleton/Skeleton.mjs +3 -3
  175. package/es/skeleton/index.mjs +1 -1
  176. package/es/slider/Slider.mjs +9 -9
  177. package/es/slider/index.mjs +1 -1
  178. package/es/snackbar/Snackbar.mjs +1 -1
  179. package/es/snackbar/core.mjs +8 -8
  180. package/es/snackbar/index.mjs +9 -8
  181. package/es/snackbar/props.mjs +1 -1
  182. package/es/space/Space.mjs +2 -2
  183. package/es/space/index.mjs +1 -1
  184. package/es/step/Step.mjs +3 -3
  185. package/es/step/index.mjs +1 -1
  186. package/es/step/provide.mjs +1 -1
  187. package/es/steps/Steps.mjs +3 -3
  188. package/es/steps/index.mjs +1 -1
  189. package/es/sticky/Sticky.mjs +7 -7
  190. package/es/sticky/index.mjs +1 -1
  191. package/es/style-provider/StyleProvider.mjs +2 -2
  192. package/es/style-provider/index.mjs +2 -2
  193. package/es/swipe/Swipe.mjs +10 -10
  194. package/es/swipe/index.mjs +1 -1
  195. package/es/swipe-item/SwipeItem.mjs +1 -1
  196. package/es/swipe-item/index.mjs +1 -1
  197. package/es/swipe-item/provide.mjs +1 -1
  198. package/es/switch/Switch.mjs +6 -6
  199. package/es/switch/index.mjs +1 -1
  200. package/es/tab/Tab.mjs +4 -4
  201. package/es/tab/index.mjs +1 -1
  202. package/es/tab/provide.mjs +1 -1
  203. package/es/tab-item/TabItem.mjs +3 -3
  204. package/es/tab-item/index.mjs +1 -1
  205. package/es/tab-item/provide.mjs +1 -1
  206. package/es/table/Table.mjs +1 -1
  207. package/es/table/index.mjs +1 -1
  208. package/es/tabs/Tabs.mjs +9 -7
  209. package/es/tabs/index.mjs +1 -1
  210. package/es/tabs/props.mjs +1 -1
  211. package/es/tabs-items/TabsItems.mjs +4 -4
  212. package/es/tabs-items/index.mjs +1 -1
  213. package/es/themes/dark/index.mjs +33 -33
  214. package/es/themes/index.mjs +1 -1
  215. package/es/themes/md3-dark/index.mjs +45 -45
  216. package/es/themes/md3-light/index.mjs +39 -39
  217. package/es/time-picker/TimePicker.mjs +48 -24
  218. package/es/time-picker/clock.mjs +41 -19
  219. package/es/time-picker/index.mjs +1 -1
  220. package/es/time-picker/utils.mjs +13 -5
  221. package/es/tooltip/Tooltip.mjs +2 -2
  222. package/es/tooltip/index.mjs +1 -1
  223. package/es/uploader/Uploader.mjs +14 -14
  224. package/es/uploader/index.mjs +1 -1
  225. package/es/utils/components.mjs +5 -5
  226. package/es/utils/elements.mjs +9 -9
  227. package/es/utils/test.mjs +1 -1
  228. package/es/varlet.esm.js +20946 -20941
  229. package/es/watermark/Watermark.mjs +15 -17
  230. package/es/watermark/index.mjs +1 -1
  231. package/highlight/web-types.en-US.json +1 -1
  232. package/highlight/web-types.zh-CN.json +1 -1
  233. package/lib/varlet.cjs.js +25205 -25003
  234. package/package.json +34 -34
  235. package/types/actionSheet.d.ts +2 -2
  236. package/types/alert.d.ts +1 -1
  237. package/types/appBar.d.ts +1 -1
  238. package/types/autoComplete.d.ts +4 -4
  239. package/types/avatar.d.ts +1 -1
  240. package/types/avatarGroup.d.ts +1 -1
  241. package/types/backTop.d.ts +1 -1
  242. package/types/badge.d.ts +1 -1
  243. package/types/bottomNavigation.d.ts +2 -2
  244. package/types/bottomNavigationItem.d.ts +2 -2
  245. package/types/breadcrumb.d.ts +1 -1
  246. package/types/breadcrumbs.d.ts +1 -1
  247. package/types/button.d.ts +5 -5
  248. package/types/buttonGroup.d.ts +2 -2
  249. package/types/card.d.ts +1 -1
  250. package/types/cell.d.ts +1 -1
  251. package/types/checkbox.d.ts +1 -1
  252. package/types/checkboxGroup.d.ts +2 -2
  253. package/types/chip.d.ts +3 -3
  254. package/types/code.d.ts +1 -1
  255. package/types/col.d.ts +1 -1
  256. package/types/collapse.d.ts +1 -1
  257. package/types/collapseItem.d.ts +1 -1
  258. package/types/collapseTransition.d.ts +1 -1
  259. package/types/countTo.d.ts +1 -1
  260. package/types/countdown.d.ts +1 -1
  261. package/types/counter.d.ts +1 -1
  262. package/types/datePicker.d.ts +1 -1
  263. package/types/dialog.d.ts +1 -1
  264. package/types/divider.d.ts +1 -1
  265. package/types/drag.d.ts +1 -1
  266. package/types/ellipsis.d.ts +1 -1
  267. package/types/fab.d.ts +2 -2
  268. package/types/floatingPanel.d.ts +2 -2
  269. package/types/form.d.ts +1 -1
  270. package/types/formDetails.d.ts +1 -1
  271. package/types/highlighterProvider.d.ts +1 -1
  272. package/types/hover.d.ts +1 -1
  273. package/types/hoverOverlay.d.ts +1 -1
  274. package/types/icon.d.ts +1 -1
  275. package/types/image.d.ts +2 -2
  276. package/types/imagePreview.d.ts +2 -2
  277. package/types/indexAnchor.d.ts +1 -1
  278. package/types/indexBar.d.ts +1 -1
  279. package/types/input.d.ts +4 -4
  280. package/types/link.d.ts +1 -1
  281. package/types/list.d.ts +1 -1
  282. package/types/loading.d.ts +1 -1
  283. package/types/localeProvider.d.ts +2 -2
  284. package/types/menu.d.ts +2 -2
  285. package/types/menuOption.d.ts +1 -1
  286. package/types/menuSelect.d.ts +2 -2
  287. package/types/option.d.ts +1 -1
  288. package/types/overlay.d.ts +2 -2
  289. package/types/pagination.d.ts +1 -1
  290. package/types/paper.d.ts +1 -1
  291. package/types/picker.d.ts +3 -3
  292. package/types/popup.d.ts +2 -2
  293. package/types/progress.d.ts +1 -1
  294. package/types/pullRefresh.d.ts +1 -1
  295. package/types/radio.d.ts +1 -1
  296. package/types/radioGroup.d.ts +3 -3
  297. package/types/rate.d.ts +1 -1
  298. package/types/result.d.ts +1 -1
  299. package/types/row.d.ts +1 -1
  300. package/types/select.d.ts +3 -3
  301. package/types/skeleton.d.ts +1 -1
  302. package/types/slider.d.ts +4 -4
  303. package/types/snackbar.d.ts +2 -2
  304. package/types/space.d.ts +1 -1
  305. package/types/step.d.ts +1 -1
  306. package/types/steps.d.ts +3 -3
  307. package/types/sticky.d.ts +1 -1
  308. package/types/styleProvider.d.ts +2 -2
  309. package/types/swipe.d.ts +1 -1
  310. package/types/swipeItem.d.ts +1 -1
  311. package/types/switch.d.ts +1 -1
  312. package/types/tab.d.ts +1 -1
  313. package/types/tabItem.d.ts +1 -1
  314. package/types/table.d.ts +1 -1
  315. package/types/tabs.d.ts +3 -3
  316. package/types/tabsItems.d.ts +2 -2
  317. package/types/timePicker.d.ts +1 -1
  318. package/types/tooltip.d.ts +2 -2
  319. package/types/uploader.d.ts +2 -2
  320. package/types/watermark.d.ts +1 -1
  321. package/umd/varlet.js +7 -7
package/types/paper.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const paperProps: Record<keyof PaperProps, any>
5
5
 
package/types/picker.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { VNode, App } from 'vue'
1
+ import { App, VNode } from 'vue'
2
+ import { ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const pickerProps: Record<keyof PickerProps, any>
5
5
 
@@ -101,6 +101,6 @@ export interface IPicker {
101
101
  close(): void
102
102
  }
103
103
 
104
- export const Picker: IPicker
104
+ export declare const Picker: IPicker
105
105
 
106
106
  export class _PickerComponent extends PickerComponent {}
package/types/popup.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { VNode, TeleportProps } from 'vue'
1
+ import { TeleportProps, VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const popupProps: Record<keyof PopupProps, any>
5
5
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, Type as ProgressType, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, Type as ProgressType, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export type ProgressMode = 'linear' | 'circle'
5
5
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const pullRefreshProps: Record<keyof PullRefreshProps, any>
5
5
 
package/types/radio.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, Rules as RadioRules, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, Rules as RadioRules, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const radioProps: Record<keyof RadioProps, any>
5
5
 
@@ -1,12 +1,12 @@
1
+ import { VNode, VNodeChild } from 'vue'
1
2
  import {
2
- VarComponent,
3
3
  BasicAttributes,
4
+ ListenerProp,
4
5
  Direction as RadioGroupDirection,
5
6
  Rules as RadioGroupRules,
6
- ListenerProp,
7
7
  SetPropsDefaults,
8
+ VarComponent,
8
9
  } from './varComponent'
9
- import { VNode, VNodeChild } from 'vue'
10
10
 
11
11
  export declare const radioGroupProps: Record<keyof RadioGroupProps, any>
12
12
 
package/types/rate.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults, Rules as RateRules } from './varComponent'
1
+ import { BasicAttributes, ListenerProp, Rules as RateRules, SetPropsDefaults, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const rateProps: Record<keyof RateProps, any>
4
4
 
package/types/result.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const resultProps: Record<keyof ResultProps, any>
5
5
 
package/types/row.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const rowProps: Record<keyof RowProps, any>
5
5
 
package/types/select.d.ts CHANGED
@@ -1,12 +1,12 @@
1
+ import { VNode } from 'vue'
1
2
  import {
2
- VarComponent,
3
3
  BasicAttributes,
4
4
  ListenerProp,
5
- Variant as SelectVariant,
6
5
  Rules as SelectRules,
6
+ Variant as SelectVariant,
7
7
  SetPropsDefaults,
8
+ VarComponent,
8
9
  } from './varComponent'
9
- import { VNode } from 'vue'
10
10
 
11
11
  export declare const selectProps: Record<keyof SelectProps, any>
12
12
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const skeletonProps: Record<keyof SkeletonProps, any>
5
5
 
package/types/slider.d.ts CHANGED
@@ -1,12 +1,12 @@
1
+ import { VNode } from 'vue'
1
2
  import {
2
- VarComponent,
3
3
  BasicAttributes,
4
- Direction as SliderDirection,
5
- Rules as SliderRules,
6
4
  ListenerProp,
7
5
  SetPropsDefaults,
6
+ Direction as SliderDirection,
7
+ Rules as SliderRules,
8
+ VarComponent,
8
9
  } from './varComponent'
9
- import { VNode } from 'vue'
10
10
 
11
11
  export { SliderDirection }
12
12
 
@@ -1,6 +1,6 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { LoadingType, LoadingSize } from './loading'
3
1
  import { App, TeleportProps, VNode } from 'vue'
2
+ import { LoadingSize, LoadingType } from './loading'
3
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
4
4
 
5
5
  export type SnackbarPosition = 'top' | 'center' | 'bottom'
6
6
 
package/types/space.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const spaceProps: Record<keyof SpaceProps, any>
5
5
 
package/types/step.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const stepProps: Record<keyof StepProps, any>
5
5
 
package/types/steps.d.ts CHANGED
@@ -1,11 +1,11 @@
1
+ import { VNode } from 'vue'
1
2
  import {
2
- VarComponent,
3
3
  BasicAttributes,
4
- Direction as StepsDirection,
5
4
  ListenerProp,
6
5
  SetPropsDefaults,
6
+ Direction as StepsDirection,
7
+ VarComponent,
7
8
  } from './varComponent'
8
- import { VNode } from 'vue'
9
9
 
10
10
  export { StepsDirection }
11
11
 
package/types/sticky.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const stickyProps: Record<keyof StickyProps, any>
5
5
 
@@ -1,6 +1,6 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
1
  import { App, VNode } from 'vue'
3
2
  import { StyleVars } from './styleVars'
3
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
4
4
 
5
5
  export declare const styleProviderProps: Record<keyof StyleProviderProps, any>
6
6
 
@@ -26,6 +26,6 @@ export interface IStyleProvider {
26
26
  setPropsDefaults: SetPropsDefaults<StyleProviderProps>
27
27
  }
28
28
 
29
- export const StyleProvider: IStyleProvider
29
+ export declare const StyleProvider: IStyleProvider
30
30
 
31
31
  export class _StyleProviderComponent extends StyleProviderComponent {}
package/types/swipe.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const swipeProps: Record<keyof SwipeProps, any>
5
5
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, VarComponent } from './varComponent'
3
3
 
4
4
  export interface SwipeItemProps extends BasicAttributes {}
5
5
 
package/types/switch.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults, Rules as SwitchRules } from './varComponent'
1
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, Rules as SwitchRules, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const switchProps: Record<keyof SwitchProps, any>
4
4
 
package/types/tab.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const tabProps: Record<keyof TabProps, any>
5
5
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const tabItemProps: Record<keyof TabItemProps, any>
5
5
 
package/types/table.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const tableProps: Record<keyof TableProps, any>
5
5
 
package/types/tabs.d.ts CHANGED
@@ -1,11 +1,11 @@
1
+ import { VNode } from 'vue'
1
2
  import {
2
- VarComponent,
3
3
  BasicAttributes,
4
- Direction as TabsDirection,
5
4
  ListenerProp,
6
5
  SetPropsDefaults,
6
+ Direction as TabsDirection,
7
+ VarComponent,
7
8
  } from './varComponent'
8
- import { VNode } from 'vue'
9
9
 
10
10
  export declare const tabsProps: Record<keyof TabsProps, any>
11
11
 
@@ -1,6 +1,6 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { Swipe } from './swipe'
3
1
  import { VNode } from 'vue'
2
+ import { Swipe } from './swipe'
3
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
4
4
 
5
5
  export declare const tabsItemsProps: Record<keyof TabsItemsProps, any>
6
6
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const timePickerProps: Record<keyof TimePickerProps, any>
5
5
 
@@ -1,7 +1,7 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { Placement as PopperPlacement } from '@popperjs/core/lib/enums'
3
1
  import { TeleportProps, VNode } from 'vue'
4
2
  import { PositioningStrategy } from '@popperjs/core'
3
+ import { Placement as PopperPlacement } from '@popperjs/core/lib/enums'
4
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
5
5
 
6
6
  export declare const tooltipProps: Record<keyof TooltipProps, any>
7
7
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults, Rules as UploaderRules } from './varComponent'
2
- import { VNode, InputHTMLAttributes } from 'vue'
1
+ import { InputHTMLAttributes, VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, Rules as UploaderRules, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const uploaderProps: Record<keyof UploaderProps, any>
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { VNode } from 'vue'
2
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const watermarkProps: Record<keyof WatermarkProps, any>
5
5