@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/package.json CHANGED
@@ -1,14 +1,7 @@
1
1
  {
2
2
  "name": "@varlet/ui",
3
- "version": "3.8.2",
3
+ "version": "3.8.3",
4
4
  "description": "A material like components library",
5
- "main": "lib/varlet.cjs.js",
6
- "module": "es/index.mjs",
7
- "typings": "types/index.d.ts",
8
- "style": "umd/style.css",
9
- "unpkg": "umd/varlet.js",
10
- "jsdelivr": "umd/varlet.js",
11
- "web-types": "highlight/web-types.en-US.json",
12
5
  "keywords": [
13
6
  "Vue3",
14
7
  "Mobile",
@@ -16,24 +9,16 @@
16
9
  "UI",
17
10
  "Components"
18
11
  ],
19
- "files": [
20
- "json",
21
- "lib",
22
- "es",
23
- "umd",
24
- "highlight",
25
- "types"
26
- ],
27
- "author": "haoziqaq <357229046@qq.com>",
28
- "license": "MIT",
29
12
  "homepage": "https://varletjs.org",
13
+ "bugs": {
14
+ "url": "https://github.com/varletjs/varlet/issues"
15
+ },
30
16
  "repository": {
31
17
  "type": "git",
32
18
  "url": "git+https://github.com/varletjs/varlet.git"
33
19
  },
34
- "bugs": {
35
- "url": "https://github.com/varletjs/varlet/issues"
36
- },
20
+ "license": "MIT",
21
+ "author": "haoziqaq <357229046@qq.com>",
37
22
  "sideEffects": [
38
23
  "es/**/style/*",
39
24
  "lib/**/style/*",
@@ -41,16 +26,27 @@
41
26
  "lib/style.js",
42
27
  "*.css"
43
28
  ],
44
- "peerDependencies": {
45
- "vue": "^3.2.0"
46
- },
29
+ "main": "lib/varlet.cjs.js",
30
+ "jsdelivr": "umd/varlet.js",
31
+ "unpkg": "umd/varlet.js",
32
+ "module": "es/index.mjs",
33
+ "typings": "types/index.d.ts",
34
+ "style": "umd/style.css",
35
+ "files": [
36
+ "json",
37
+ "lib",
38
+ "es",
39
+ "umd",
40
+ "highlight",
41
+ "types"
42
+ ],
47
43
  "dependencies": {
48
44
  "@popperjs/core": "^2.11.6",
49
45
  "dayjs": "^1.10.4",
50
46
  "decimal.js": "^10.2.1",
51
- "@varlet/icons": "3.8.2",
52
- "@varlet/shared": "3.8.2",
53
- "@varlet/use": "3.8.2"
47
+ "@varlet/icons": "3.8.3",
48
+ "@varlet/shared": "3.8.3",
49
+ "@varlet/use": "3.8.3"
54
50
  },
55
51
  "devDependencies": {
56
52
  "@types/node": "^18.7.18",
@@ -66,19 +62,23 @@
66
62
  "vue": "3.4.21",
67
63
  "vue-router": "4.2.0",
68
64
  "zod": "^3.23.8",
69
- "@varlet/cli": "3.8.2",
70
- "@varlet/touch-emulator": "3.8.2",
71
- "@varlet/ui": "3.8.2"
65
+ "@varlet/cli": "3.8.3",
66
+ "@varlet/touch-emulator": "3.8.3",
67
+ "@varlet/ui": "3.8.3"
68
+ },
69
+ "peerDependencies": {
70
+ "vue": "^3.2.0"
72
71
  },
72
+ "web-types": "highlight/web-types.en-US.json",
73
73
  "scripts": {
74
- "dev": "varlet-cli dev",
75
74
  "build": "varlet-cli build",
76
- "preview": "varlet-cli preview",
77
75
  "compile": "varlet-cli compile",
78
76
  "compile:style-vars": "varlet-cli compile:style-vars",
79
77
  "create": "varlet-cli create -i",
78
+ "dev": "varlet-cli dev",
79
+ "preview": "varlet-cli preview",
80
80
  "test": "varlet-cli test",
81
- "test:watch": "varlet-cli test -w -cov",
82
- "test:coverage": "varlet-cli test -cov"
81
+ "test:coverage": "varlet-cli test -cov",
82
+ "test:watch": "varlet-cli test -w -cov"
83
83
  }
84
84
  }
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { VNode, App, TeleportProps } from 'vue'
1
+ import { App, TeleportProps, VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const actionSheetProps: Record<keyof ActionSheetProps, any>
5
5
 
package/types/alert.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { VNode } from 'vue'
2
- import { VarComponent, BasicAttributes, SetPropsDefaults, ListenerProp } from './varComponent'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const alertProps: Record<keyof AlertProps, any>
5
5
 
package/types/appBar.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 appBarProps: Record<keyof AppBarProps, any>
5
5
 
@@ -1,12 +1,12 @@
1
+ import { VNode, VNodeChild, type InputHTMLAttributes } from 'vue'
1
2
  import {
2
- VarComponent,
3
+ Rules as AutoCompleteRules,
4
+ Variant as AutoCompleteVariant,
3
5
  BasicAttributes,
4
6
  ListenerProp,
5
- Variant as AutoCompleteVariant,
6
- Rules as AutoCompleteRules,
7
7
  SetPropsDefaults,
8
+ VarComponent,
8
9
  } from './varComponent'
9
- import { VNode, VNodeChild, type InputHTMLAttributes } from 'vue'
10
10
 
11
11
  export declare const autoComponentProps: Record<keyof AutoCompleteProps, any>
12
12
 
package/types/avatar.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { VNode } from 'vue'
2
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const avatarProps: Record<keyof AvatarProps, 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 avatarGroupProps: Record<keyof AvatarGroupProps, any>
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 backTopProps: Record<keyof BackTopProps, any>
5
5
 
package/types/badge.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, Type as BadgeType, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { Type as BadgeType, BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const badgeProps: Record<keyof BadgeProps, any>
5
5
 
@@ -1,6 +1,6 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { ButtonProps } from './button'
3
1
  import { VNode } from 'vue'
2
+ import { ButtonProps } from './button'
3
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
4
4
 
5
5
  export declare const bottomNavigationProps: Record<keyof BottomNavigationProps, any>
6
6
 
@@ -1,6 +1,6 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { BadgeProps } from './badge'
3
1
  import { VNode } from 'vue'
2
+ import { BadgeProps } from './badge'
3
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
4
4
 
5
5
  export declare const bottomNavigationItemProps: Record<keyof BottomNavigationItemProps, 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 breadcrumbProps: Record<keyof BreadcrumbProps, 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 breadcrumbsProps: Record<keyof BreadcrumbsProps, any>
5
5
 
package/types/button.d.ts CHANGED
@@ -1,13 +1,13 @@
1
+ import { ButtonHTMLAttributes, VNode } from 'vue'
2
+ import { LoadingSize, LoadingType } from './loading'
1
3
  import {
2
- VarComponent,
3
- SetPropsDefaults,
4
4
  BasicAttributes,
5
- Type as ButtonType,
6
5
  Size as ButtonSize,
6
+ Type as ButtonType,
7
7
  ListenerProp,
8
+ SetPropsDefaults,
9
+ VarComponent,
8
10
  } from './varComponent'
9
- import { LoadingType, LoadingSize } from './loading'
10
- import { ButtonHTMLAttributes, VNode } from 'vue'
11
11
 
12
12
  export { ButtonType, ButtonSize }
13
13
 
@@ -1,10 +1,10 @@
1
1
  import { VNode } from 'vue'
2
2
  import {
3
- VarComponent,
4
3
  BasicAttributes,
5
- Type as ButtonGroupType,
6
4
  Size as ButtonGroupSize,
5
+ Type as ButtonGroupType,
7
6
  SetPropsDefaults,
7
+ VarComponent,
8
8
  } from './varComponent'
9
9
 
10
10
  export declare const buttonGroupProps: Record<keyof ButtonGroupProps, any>
package/types/card.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 cardProps: Record<keyof CardProps, any>
5
5
 
package/types/cell.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 cellProps: Record<keyof CellProps, any>
5
5
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults, Rules as CheckboxRules } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, Rules as CheckboxRules, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const checkboxProps: Record<keyof CheckboxProps, any>
5
5
 
@@ -1,12 +1,12 @@
1
+ import { VNode, VNodeChild } from 'vue'
1
2
  import {
2
- VarComponent,
3
3
  BasicAttributes,
4
4
  Direction as CheckboxGroupDirection,
5
5
  Rules as CheckboxGroupRules,
6
6
  ListenerProp,
7
7
  SetPropsDefaults,
8
+ VarComponent,
8
9
  } from './varComponent'
9
- import { VNode, VNodeChild } from 'vue'
10
10
 
11
11
  export declare const checkboxGroupProps: Record<keyof CheckboxGroupProps, any>
12
12
 
package/types/chip.d.ts CHANGED
@@ -1,12 +1,12 @@
1
+ import { VNode } from 'vue'
1
2
  import {
2
- VarComponent,
3
3
  BasicAttributes,
4
- Type as ChipType,
5
4
  Size as ChipSize,
5
+ Type as ChipType,
6
6
  ListenerProp,
7
7
  SetPropsDefaults,
8
+ VarComponent,
8
9
  } from './varComponent'
9
- import { VNode } from 'vue'
10
10
 
11
11
  export declare const chipProps: Record<keyof ChipProps, any>
12
12
 
package/types/code.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
1
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const codeProps: Record<keyof CodeProps, any>
4
4
 
package/types/col.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 colProps: Record<keyof ColProps, any>
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 collapseProps: Record<keyof CollapseProps, 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 collapseItemProps: Record<keyof CollapseItemProps, 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 collapseTransitionProps: Record<keyof CollapseTransitionProps, any>
5
5
 
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults, ListenerProp } from './varComponent'
1
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const countToProps: Record<keyof CountToProps, any>
4
4
 
@@ -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 countdownProps: Record<keyof CountdownProps, any>
5
5
 
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults, Rules as CounterRules } from './varComponent'
1
+ import { BasicAttributes, Rules as CounterRules, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const counterProps: Record<keyof CounterProps, any>
4
4
 
@@ -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 datePickerProps: Record<keyof DatePickerProps, any>
5
5
 
package/types/dialog.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { App, TeleportProps, VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const dialogProps: Record<keyof DialogProps, 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 dividerProps: Record<keyof DividerProps, any>
5
5
 
package/types/drag.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
2
1
  import { TeleportProps, VNode } from 'vue'
2
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export type DragDirection = 'x' | 'y' | 'xy'
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { TooltipProps } from './tooltip'
2
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const ellipsisProps: Record<keyof EllipsisProps, any>
5
5
 
package/types/fab.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { VNode, TeleportProps } from 'vue'
2
- import { VarComponent, BasicAttributes, ListenerProp, Type, SetPropsDefaults } from './varComponent'
1
+ import { TeleportProps, VNode } from 'vue'
3
2
  import { DragProps } from './drag'
3
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, Type, VarComponent } from './varComponent'
4
4
 
5
5
  export type FabPosition = 'left-top' | 'right-top' | 'left-bottom' | 'right-bottom'
6
6
 
@@ -1,5 +1,5 @@
1
- import { VNode, TeleportProps } from 'vue'
2
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
1
+ import { TeleportProps, VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const floatingPanelProps: Record<keyof FloatingPanelProps, any>
5
5
 
package/types/form.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import type { ComputedRef, Ref, VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const formProps: Record<keyof FormProps, any>
5
5
 
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
1
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const formDetailsProps: Record<keyof FormDetailsProps, any>
4
4
 
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
1
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const highlighterProps: Record<keyof HighlighterProviderProps, any>
4
4
 
package/types/hover.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarDirective } from './varDirective'
2
1
  import { StyleValue } from 'vue'
2
+ import { VarDirective } from './varDirective'
3
3
 
4
4
  export type HoverValue = StyleValue | ((hovering: boolean) => void)
5
5
 
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
1
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const hoverOverlayProps: Record<keyof HoverOverlayProps, any>
4
4
 
package/types/icon.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
1
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
2
2
 
3
3
  export declare const iconProps: Record<keyof IconProps, any>
4
4
 
package/types/image.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { VNode, ImgHTMLAttributes } from 'vue'
1
+ import { ImgHTMLAttributes, VNode } from 'vue'
2
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const imageProps: Record<keyof ImageProps, any>
5
5
 
@@ -1,6 +1,6 @@
1
- import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
2
- import { SwipeToOptions } from './swipe'
3
1
  import { App, TeleportProps, VNode } from 'vue'
2
+ import { SwipeToOptions } from './swipe'
3
+ import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
4
4
 
5
5
  export declare const imagePreviewProps: Record<keyof ImagePreviewProps, any>
6
6
 
@@ -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 indexAnchorProps: Record<keyof IndexAnchorProps, any>
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 indexBarProps: Record<keyof IndexBarProps, any>
5
5
 
package/types/input.d.ts CHANGED
@@ -1,12 +1,12 @@
1
+ import { InputHTMLAttributes, VNode } from 'vue'
1
2
  import {
2
- VarComponent,
3
3
  BasicAttributes,
4
- ListenerProp,
5
- Variant as InputVariant,
6
4
  Rules as InputRules,
5
+ Variant as InputVariant,
6
+ ListenerProp,
7
7
  SetPropsDefaults,
8
+ VarComponent,
8
9
  } from './varComponent'
9
- import { VNode, InputHTMLAttributes } from 'vue'
10
10
 
11
11
  export declare const inputProps: Record<keyof InputProps, any>
12
12
 
package/types/link.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { VarComponent, BasicAttributes, Type as LinkType, ListenerProp, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
3
2
  import type { RouteLocationRaw } from 'vue-router'
3
+ import { BasicAttributes, Type as LinkType, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
4
4
 
5
5
  export declare const linkProps: Record<keyof LinkProps, any>
6
6
 
package/types/list.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 listProps: Record<keyof ListProps, any>
5
5
 
@@ -1,5 +1,5 @@
1
- import { VarComponent, BasicAttributes, Size as LoadingSize, SetPropsDefaults } from './varComponent'
2
1
  import { VNode } from 'vue'
2
+ import { BasicAttributes, Size as LoadingSize, SetPropsDefaults, VarComponent } from './varComponent'
3
3
 
4
4
  export declare const loadingProps: Record<keyof LoadingProps, any>
5
5
 
@@ -1,6 +1,6 @@
1
- import { Message } from './locale'
2
- import { VarComponent, SetPropsDefaults, BasicAttributes } from './varComponent'
3
1
  import { VNode } from 'vue'
2
+ import { Message } from './locale'
3
+ import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
4
4
 
5
5
  export declare const localeProviderProps: Record<keyof LocaleProviderProps, any>
6
6
 
package/types/menu.d.ts CHANGED
@@ -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 menuProps: Record<keyof MenuProps, any>
7
7
 
@@ -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 menuOptionProps: Record<keyof MenuOptionProps, 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 menuSelectProps: Record<keyof MenuSelectProps, any>
7
7
 
package/types/option.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 optionProps: Record<keyof OptionProps, any>
5
5
 
@@ -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 overlayProps: Record<keyof OverlayProps, any>
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
  type Range = [number, number]
5
5