zartui 3.1.11 → 3.1.13

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 (258) hide show
  1. package/README.md +23 -23
  2. package/es/action-sheet/index.css +1 -1
  3. package/es/avatar/index.css +1 -1
  4. package/es/badge/index.css +1 -1
  5. package/es/button/index.css +1 -1
  6. package/es/calendar/index.css +1 -1
  7. package/es/calendar/utils.d.ts +2 -2
  8. package/es/cascader/Cascader.d.ts +1 -1
  9. package/es/cascader/index.css +1 -1
  10. package/es/cascader/index.d.ts +1 -1
  11. package/es/cell/Cell.d.ts +34 -0
  12. package/es/cell/Cell.mjs +61 -8
  13. package/es/cell/index.css +1 -1
  14. package/es/cell/index.d.ts +17 -0
  15. package/es/cell/style/index.mjs +1 -0
  16. package/es/cell-group/index.css +1 -1
  17. package/es/checkbox/Checkbox.d.ts +1 -1
  18. package/es/checkbox/index.d.ts +1 -1
  19. package/es/checkbox-group/CheckboxGroup.d.ts +1 -1
  20. package/es/checkbox-group/index.d.ts +1 -1
  21. package/es/collapse/Collapse.d.ts +1 -1
  22. package/es/collapse/index.d.ts +1 -1
  23. package/es/collapse-item/index.css +1 -1
  24. package/es/composables/use-touch.d.ts +1 -0
  25. package/es/composables/use-touch.mjs +8 -1
  26. package/es/config-provider/types.d.ts +1 -1
  27. package/es/date-time-picker/DateTimePicker.d.ts +1 -1
  28. package/es/date-time-picker/DateTimePickerWrapper.d.ts +1 -1
  29. package/es/date-time-picker/index.d.ts +1 -1
  30. package/es/dialog/index.css +1 -1
  31. package/es/divider/index.css +1 -1
  32. package/es/drawer-select/DrawerSelect.d.ts +68 -0
  33. package/es/drawer-select/DrawerSelect.mjs +360 -0
  34. package/es/drawer-select/index.css +1 -0
  35. package/es/drawer-select/index.d.ts +53 -0
  36. package/es/drawer-select/index.mjs +8 -0
  37. package/es/drawer-select/style/index.d.ts +1 -0
  38. package/es/drawer-select/style/index.mjs +15 -0
  39. package/es/drawer-select/types.d.ts +26 -0
  40. package/es/drawer-select/types.mjs +0 -0
  41. package/es/dropdown-item/DropdownItem.d.ts +1 -1
  42. package/es/dropdown-item/index.d.ts +1 -1
  43. package/es/dropdown-item/style/index.mjs +2 -1
  44. package/es/dropdown-menu/DropdownMenu.mjs +3 -0
  45. package/es/dropdown-menu/index.css +1 -1
  46. package/es/field/Field.d.ts +27 -3
  47. package/es/field/Field.mjs +11 -3
  48. package/es/field/index.css +1 -1
  49. package/es/field/index.d.ts +19 -3
  50. package/es/floating-bubble/FloatingBubble.d.ts +81 -0
  51. package/es/floating-bubble/FloatingBubble.mjs +181 -0
  52. package/es/floating-bubble/index.css +1 -0
  53. package/es/floating-bubble/index.d.ts +63 -0
  54. package/es/floating-bubble/index.mjs +10 -0
  55. package/es/floating-bubble/style/index.d.ts +1 -0
  56. package/es/floating-bubble/style/index.mjs +4 -0
  57. package/es/floating-bubble/types.d.ts +20 -0
  58. package/es/floating-bubble/types.mjs +0 -0
  59. package/es/hierarchy-select/index.css +1 -1
  60. package/es/image/index.css +1 -1
  61. package/es/image-preview/index.css +1 -1
  62. package/es/index.d.ts +3 -1
  63. package/es/index.mjs +7 -1
  64. package/es/lazyload/vue-lazyload/index.d.ts +55 -55
  65. package/es/media-picker/index.css +1 -1
  66. package/es/media-picker/watermark/image-processor.mjs +2 -2
  67. package/es/media-player/index.css +1 -1
  68. package/es/multiple-picker/index.css +1 -1
  69. package/es/nav-bar/NavBar.d.ts +1 -1
  70. package/es/nav-bar/index.d.ts +1 -1
  71. package/es/notice-bar/index.css +1 -1
  72. package/es/number-keyboard/NumberKeyboard.d.ts +1 -1
  73. package/es/number-keyboard/index.css +1 -1
  74. package/es/number-keyboard/index.d.ts +1 -1
  75. package/es/password-input/index.css +1 -1
  76. package/es/picker/Picker.d.ts +1 -1
  77. package/es/picker/index.css +1 -1
  78. package/es/picker/index.d.ts +1 -1
  79. package/es/popover/index.css +1 -1
  80. package/es/popup/index.css +1 -1
  81. package/es/pull-refresh/PullRefresh.d.ts +1 -1
  82. package/es/pull-refresh/index.d.ts +1 -1
  83. package/es/radio-group/RadioGroup.d.ts +1 -1
  84. package/es/radio-group/index.d.ts +1 -1
  85. package/es/radio-picker/RadioPicker.d.ts +1 -1
  86. package/es/radio-picker/index.css +1 -1
  87. package/es/radio-picker/index.d.ts +1 -1
  88. package/es/radio-picker/style/index.mjs +3 -3
  89. package/es/rate/Rate.d.ts +1 -1
  90. package/es/rate/index.d.ts +1 -1
  91. package/es/search/Search.d.ts +2 -2
  92. package/es/search/index.css +1 -1
  93. package/es/search/index.d.ts +2 -2
  94. package/es/step/index.css +1 -1
  95. package/es/stepper/Stepper.d.ts +1 -1
  96. package/es/stepper/index.css +1 -1
  97. package/es/stepper/index.d.ts +1 -1
  98. package/es/steps/index.css +1 -1
  99. package/es/style/base.css +1 -1
  100. package/es/style/css-variables.css +1 -1
  101. package/es/switch/Switch.d.ts +1 -1
  102. package/es/switch/index.d.ts +1 -1
  103. package/es/tabbar/Tabbar.d.ts +2 -2
  104. package/es/tabbar/index.css +1 -1
  105. package/es/tabbar/index.d.ts +2 -2
  106. package/es/tabbar-item/index.css +1 -1
  107. package/es/tabs/Tabs.mjs +4 -2
  108. package/es/tabs/TabsTitle.mjs +16 -6
  109. package/es/tabs/index.css +1 -1
  110. package/es/tag/index.css +1 -1
  111. package/es/text-ellipsis/TextEllipsis.mjs +2 -0
  112. package/es/time-picker/TimePicker.d.ts +1 -1
  113. package/es/time-picker/index.css +1 -1
  114. package/es/time-picker/index.d.ts +1 -1
  115. package/es/timeline/index.css +1 -1
  116. package/es/uploader/index.css +1 -1
  117. package/es/utils/closest.d.ts +1 -0
  118. package/es/utils/closest.mjs +8 -0
  119. package/es/utils/constant.d.ts +1 -1
  120. package/es/utils/constant.mjs +3 -3
  121. package/es/utils/index.d.ts +1 -0
  122. package/es/utils/index.mjs +1 -0
  123. package/es/utils/validate.d.ts +2 -1
  124. package/es/utils/validate.mjs +9 -0
  125. package/es/vue-sfc-shim.d.ts +6 -6
  126. package/es/vue-tsx-shim.d.ts +23 -23
  127. package/lib/action-sheet/index.css +1 -1
  128. package/lib/avatar/index.css +1 -1
  129. package/lib/badge/index.css +1 -1
  130. package/lib/button/index.css +1 -1
  131. package/lib/calendar/index.css +1 -1
  132. package/lib/calendar/utils.d.ts +2 -2
  133. package/lib/cascader/Cascader.d.ts +1 -1
  134. package/lib/cascader/index.css +1 -1
  135. package/lib/cascader/index.d.ts +1 -1
  136. package/lib/cell/Cell.d.ts +34 -0
  137. package/lib/cell/Cell.js +61 -8
  138. package/lib/cell/index.css +1 -1
  139. package/lib/cell/index.d.ts +17 -0
  140. package/lib/cell/style/index.js +1 -0
  141. package/lib/cell-group/index.css +1 -1
  142. package/lib/checkbox/Checkbox.d.ts +1 -1
  143. package/lib/checkbox/index.d.ts +1 -1
  144. package/lib/checkbox-group/CheckboxGroup.d.ts +1 -1
  145. package/lib/checkbox-group/index.d.ts +1 -1
  146. package/lib/collapse/Collapse.d.ts +1 -1
  147. package/lib/collapse/index.d.ts +1 -1
  148. package/lib/collapse-item/index.css +1 -1
  149. package/lib/composables/use-touch.d.ts +1 -0
  150. package/lib/composables/use-touch.js +8 -1
  151. package/lib/config-provider/types.d.ts +1 -1
  152. package/lib/date-time-picker/DateTimePicker.d.ts +1 -1
  153. package/lib/date-time-picker/DateTimePickerWrapper.d.ts +1 -1
  154. package/lib/date-time-picker/index.d.ts +1 -1
  155. package/lib/dialog/index.css +1 -1
  156. package/lib/divider/index.css +1 -1
  157. package/lib/drawer-select/DrawerSelect.d.ts +68 -0
  158. package/lib/drawer-select/DrawerSelect.js +389 -0
  159. package/lib/drawer-select/index.css +1 -0
  160. package/lib/drawer-select/index.d.ts +53 -0
  161. package/lib/drawer-select/index.js +37 -0
  162. package/lib/drawer-select/style/index.d.ts +1 -0
  163. package/lib/drawer-select/style/index.js +15 -0
  164. package/lib/drawer-select/types.d.ts +26 -0
  165. package/lib/drawer-select/types.js +15 -0
  166. package/lib/dropdown-item/DropdownItem.d.ts +1 -1
  167. package/lib/dropdown-item/index.d.ts +1 -1
  168. package/lib/dropdown-item/style/index.js +2 -1
  169. package/lib/dropdown-menu/DropdownMenu.js +3 -0
  170. package/lib/dropdown-menu/index.css +1 -1
  171. package/lib/field/Field.d.ts +27 -3
  172. package/lib/field/Field.js +11 -3
  173. package/lib/field/index.css +1 -1
  174. package/lib/field/index.d.ts +19 -3
  175. package/lib/floating-bubble/FloatingBubble.d.ts +81 -0
  176. package/lib/floating-bubble/FloatingBubble.js +210 -0
  177. package/lib/floating-bubble/index.css +1 -0
  178. package/lib/floating-bubble/index.d.ts +63 -0
  179. package/lib/floating-bubble/index.js +39 -0
  180. package/lib/floating-bubble/style/index.d.ts +1 -0
  181. package/lib/floating-bubble/style/index.js +4 -0
  182. package/lib/floating-bubble/types.d.ts +20 -0
  183. package/lib/floating-bubble/types.js +15 -0
  184. package/lib/hierarchy-select/index.css +1 -1
  185. package/lib/image/index.css +1 -1
  186. package/lib/image-preview/index.css +1 -1
  187. package/lib/index.css +1 -1
  188. package/lib/index.d.ts +3 -1
  189. package/lib/index.js +7 -1
  190. package/lib/lazyload/vue-lazyload/index.d.ts +55 -55
  191. package/lib/media-picker/index.css +1 -1
  192. package/lib/media-picker/watermark/image-processor.js +1 -1
  193. package/lib/media-player/index.css +1 -1
  194. package/lib/multiple-picker/index.css +1 -1
  195. package/lib/nav-bar/NavBar.d.ts +1 -1
  196. package/lib/nav-bar/index.d.ts +1 -1
  197. package/lib/notice-bar/index.css +1 -1
  198. package/lib/number-keyboard/NumberKeyboard.d.ts +1 -1
  199. package/lib/number-keyboard/index.css +1 -1
  200. package/lib/number-keyboard/index.d.ts +1 -1
  201. package/lib/password-input/index.css +1 -1
  202. package/lib/picker/Picker.d.ts +1 -1
  203. package/lib/picker/index.css +1 -1
  204. package/lib/picker/index.d.ts +1 -1
  205. package/lib/popover/index.css +1 -1
  206. package/lib/popup/index.css +1 -1
  207. package/lib/pull-refresh/PullRefresh.d.ts +1 -1
  208. package/lib/pull-refresh/index.d.ts +1 -1
  209. package/lib/radio-group/RadioGroup.d.ts +1 -1
  210. package/lib/radio-group/index.d.ts +1 -1
  211. package/lib/radio-picker/RadioPicker.d.ts +1 -1
  212. package/lib/radio-picker/index.css +1 -1
  213. package/lib/radio-picker/index.d.ts +1 -1
  214. package/lib/radio-picker/style/index.js +3 -3
  215. package/lib/rate/Rate.d.ts +1 -1
  216. package/lib/rate/index.d.ts +1 -1
  217. package/lib/search/Search.d.ts +2 -2
  218. package/lib/search/index.css +1 -1
  219. package/lib/search/index.d.ts +2 -2
  220. package/lib/step/index.css +1 -1
  221. package/lib/stepper/Stepper.d.ts +1 -1
  222. package/lib/stepper/index.css +1 -1
  223. package/lib/stepper/index.d.ts +1 -1
  224. package/lib/steps/index.css +1 -1
  225. package/lib/style/base.css +1 -1
  226. package/lib/style/css-variables.css +1 -1
  227. package/lib/switch/Switch.d.ts +1 -1
  228. package/lib/switch/index.d.ts +1 -1
  229. package/lib/tabbar/Tabbar.d.ts +2 -2
  230. package/lib/tabbar/index.css +1 -1
  231. package/lib/tabbar/index.d.ts +2 -2
  232. package/lib/tabbar-item/index.css +1 -1
  233. package/lib/tabs/Tabs.js +4 -2
  234. package/lib/tabs/TabsTitle.js +16 -6
  235. package/lib/tabs/index.css +1 -1
  236. package/lib/tag/index.css +1 -1
  237. package/lib/text-ellipsis/TextEllipsis.js +2 -0
  238. package/lib/time-picker/TimePicker.d.ts +1 -1
  239. package/lib/time-picker/index.css +1 -1
  240. package/lib/time-picker/index.d.ts +1 -1
  241. package/lib/timeline/index.css +1 -1
  242. package/lib/uploader/index.css +1 -1
  243. package/lib/utils/closest.d.ts +1 -0
  244. package/lib/utils/closest.js +27 -0
  245. package/lib/utils/constant.d.ts +1 -1
  246. package/lib/utils/constant.js +3 -3
  247. package/lib/utils/index.d.ts +1 -0
  248. package/lib/utils/index.js +1 -0
  249. package/lib/utils/validate.d.ts +2 -1
  250. package/lib/utils/validate.js +9 -0
  251. package/lib/vue-sfc-shim.d.ts +6 -6
  252. package/lib/vue-tsx-shim.d.ts +23 -23
  253. package/lib/web-types.json +1 -1
  254. package/lib/zartui.cjs.js +3897 -3275
  255. package/lib/zartui.es.js +3898 -3276
  256. package/lib/zartui.js +3886 -3264
  257. package/lib/zartui.min.js +1 -1
  258. package/package.json +9 -8

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.