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

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.