zartui 3.0.6 → 3.0.8

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 (446) hide show
  1. package/es/button/Button.d.ts +3 -0
  2. package/es/button/Button.mjs +2 -0
  3. package/es/button/index.d.ts +2 -0
  4. package/es/calendar/Calendar.d.ts +23 -33
  5. package/es/calendar/Calendar.mjs +124 -31
  6. package/es/calendar/CalendarDay.mjs +1 -1
  7. package/es/calendar/CalendarHeader.d.ts +15 -1
  8. package/es/calendar/CalendarHeader.mjs +106 -4
  9. package/es/calendar/CalendarMonth.d.ts +23 -24
  10. package/es/calendar/CalendarMonth.mjs +49 -8
  11. package/es/calendar/index.css +1 -1
  12. package/es/calendar/index.d.ts +15 -22
  13. package/es/calendar/types.d.ts +3 -1
  14. package/es/calendar/utils.d.ts +4 -1
  15. package/es/calendar/utils.mjs +23 -3
  16. package/es/cascader/Cascader.mjs +1 -3
  17. package/es/cascader/index.css +1 -1
  18. package/es/checkbox/Checkbox.d.ts +1 -1
  19. package/es/checkbox/Checker.d.ts +2 -2
  20. package/es/checkbox/index.d.ts +1 -1
  21. package/es/collapse-item/CollapseItem.mjs +3 -1
  22. package/es/date-time-picker/DateTimePicker.d.ts +1 -1
  23. package/es/date-time-picker/DateTimePicker.mjs +9 -3
  24. package/es/date-time-picker/DateTimePickerWrapper.d.ts +1 -1
  25. package/es/date-time-picker/index.d.ts +1 -1
  26. package/es/dialog/Dialog.d.ts +4 -0
  27. package/es/dialog/Dialog.mjs +24 -9
  28. package/es/dialog/index.css +1 -1
  29. package/es/dialog/index.d.ts +3 -0
  30. package/es/dialog/types.d.ts +1 -0
  31. package/es/divider/index.css +1 -1
  32. package/es/dropdown-item/DropdownItem.mjs +7 -4
  33. package/es/dropdown-menu/DropdownMenu.mjs +2 -2
  34. package/es/dropdown-menu/types.d.ts +1 -0
  35. package/es/empty/Images.mjs +9 -9
  36. package/es/empty/index.css +1 -1
  37. package/es/field/Field.d.ts +3 -0
  38. package/es/field/Field.mjs +2 -1
  39. package/es/field/index.d.ts +2 -0
  40. package/es/hierarchy-select/Breadcrumb.d.ts +43 -0
  41. package/es/hierarchy-select/Breadcrumb.mjs +56 -0
  42. package/es/hierarchy-select/HierarchySelect.d.ts +104 -0
  43. package/es/hierarchy-select/HierarchySelect.mjs +221 -0
  44. package/es/hierarchy-select/index.css +1 -0
  45. package/es/hierarchy-select/index.d.ts +79 -0
  46. package/es/hierarchy-select/index.mjs +8 -0
  47. package/es/hierarchy-select/style/index.d.ts +1 -0
  48. package/es/hierarchy-select/style/index.mjs +8 -0
  49. package/es/hierarchy-select/svg/SubIcon.d.ts +1 -0
  50. package/es/hierarchy-select/svg/SubIcon.mjs +33 -0
  51. package/es/hierarchy-select/types.d.ts +7 -0
  52. package/es/hierarchy-select/types.mjs +0 -0
  53. package/es/icon/config.mjs +4 -1
  54. package/es/icon/index.css +1 -1
  55. package/es/image-preview/ImagePreview.mjs +1 -1
  56. package/es/index-anchor/IndexAnchor.d.ts +11 -0
  57. package/es/index-anchor/IndexAnchor.mjs +88 -0
  58. package/es/index-anchor/index.css +1 -0
  59. package/es/index-anchor/index.d.ts +14 -0
  60. package/es/index-anchor/index.mjs +10 -0
  61. package/es/index-anchor/style/index.d.ts +1 -0
  62. package/es/index-anchor/style/index.mjs +3 -0
  63. package/es/index-anchor/types.d.ts +11 -0
  64. package/es/index-anchor/types.mjs +0 -0
  65. package/es/index-bar/IndexBar.d.ts +64 -0
  66. package/es/index-bar/IndexBar.mjs +275 -0
  67. package/es/index-bar/index.css +1 -0
  68. package/es/index-bar/index.d.ts +50 -0
  69. package/es/index-bar/index.mjs +10 -0
  70. package/es/index-bar/style/index.d.ts +1 -0
  71. package/es/index-bar/style/index.mjs +2 -0
  72. package/es/index-bar/types.d.ts +16 -0
  73. package/es/index-bar/types.mjs +0 -0
  74. package/es/index.d.ts +8 -1
  75. package/es/index.mjs +22 -1
  76. package/es/lazyload/vue-lazyload/index.mjs +5 -0
  77. package/es/lazyload/vue-lazyload/lazy.mjs +81 -0
  78. package/es/lazyload/vue-lazyload/listener.mjs +45 -0
  79. package/es/list/List.mjs +2 -4
  80. package/es/list/index.css +1 -1
  81. package/es/locale/lang/en-US.d.ts +7 -23
  82. package/es/locale/lang/en-US.mjs +7 -23
  83. package/es/locale/lang/zh-CN.d.ts +7 -23
  84. package/es/locale/lang/zh-CN.mjs +7 -23
  85. package/es/media-picker/MediaPicker.mjs +20 -0
  86. package/es/media-picker/image/PickFileIcon.mjs +1 -1
  87. package/es/media-picker/image/PickPhotoIcon.mjs +1 -1
  88. package/es/media-picker/image/TakeAudioIcon.mjs +1 -1
  89. package/es/media-picker/image/TakePhotoIcon.mjs +1 -1
  90. package/es/media-picker/image/TakeVideoIcon.mjs +1 -1
  91. package/es/media-picker/index.css +1 -1
  92. package/es/media-picker/util/media-util.mjs +3 -0
  93. package/es/media-picker/watermark/image-processor.mjs +10 -6
  94. package/es/media-picker/watermark/resize-options.mjs +1 -0
  95. package/es/media-picker/watermark/watermark.mjs +4 -0
  96. package/es/multiple-picker/MultiplePicker.d.ts +4 -4
  97. package/es/multiple-picker/MultiplePicker.mjs +3 -3
  98. package/es/multiple-picker/MultiplePickerOptions.d.ts +4 -4
  99. package/es/multiple-picker/MultiplePickerOptions.mjs +3 -3
  100. package/es/multiple-picker/index.d.ts +3 -3
  101. package/es/notice-bar/index.css +1 -1
  102. package/es/overlay/index.d.ts +1 -1
  103. package/es/picker/Picker.mjs +7 -4
  104. package/es/picker/PickerToolbar.mjs +1 -0
  105. package/es/popover/Popover.d.ts +13 -0
  106. package/es/popover/Popover.mjs +99 -4
  107. package/es/popover/index.css +1 -1
  108. package/es/popover/index.d.ts +9 -0
  109. package/es/popup/Popup.mjs +1 -0
  110. package/es/popup/index.css +1 -1
  111. package/es/popup/shared.mjs +12 -0
  112. package/es/radio/Radio.d.ts +1 -1
  113. package/es/radio/index.d.ts +1 -1
  114. package/es/rate/index.css +1 -1
  115. package/es/search/Search.d.ts +1 -1
  116. package/es/search/Search.mjs +1 -0
  117. package/es/search/index.d.ts +1 -1
  118. package/es/signature/Signature.mjs +13 -10
  119. package/es/signature/index.css +1 -1
  120. package/es/step/Step.mjs +10 -6
  121. package/es/step/index.css +1 -1
  122. package/es/stepper/Stepper.mjs +2 -0
  123. package/es/stepper/index.css +1 -1
  124. package/es/steps/index.css +1 -1
  125. package/es/sticky/Sticky.mjs +2 -0
  126. package/es/style/base.css +1 -1
  127. package/es/style/css-variables.css +1 -1
  128. package/es/swipe/Swipe.d.ts +3 -1
  129. package/es/swipe/Swipe.mjs +19 -2
  130. package/es/swipe/index.d.ts +3 -1
  131. package/es/swipe-cell/SwipeCell.d.ts +44 -0
  132. package/es/swipe-cell/SwipeCell.mjs +163 -0
  133. package/es/swipe-cell/index.css +1 -0
  134. package/es/swipe-cell/index.d.ts +39 -0
  135. package/es/swipe-cell/index.mjs +10 -0
  136. package/es/swipe-cell/style/index.d.ts +1 -0
  137. package/es/swipe-cell/style/index.mjs +2 -0
  138. package/es/swipe-cell/types.d.ts +9 -0
  139. package/es/swipe-cell/types.mjs +0 -0
  140. package/es/switch/index.css +1 -1
  141. package/es/tabbar-item/index.css +1 -1
  142. package/es/table/Table.d.ts +118 -0
  143. package/es/table/Table.mjs +209 -0
  144. package/es/table/index.css +1 -0
  145. package/es/table/index.d.ts +77 -0
  146. package/es/table/index.mjs +10 -0
  147. package/es/table/style/index.d.ts +1 -0
  148. package/es/table/style/index.mjs +4 -0
  149. package/es/table/types.d.ts +5 -0
  150. package/es/table/types.mjs +8 -0
  151. package/es/tabs/Tabs.mjs +2 -0
  152. package/es/tabs/index.css +1 -1
  153. package/es/tag/Tag.d.ts +21 -1
  154. package/es/tag/Tag.mjs +63 -10
  155. package/es/tag/index.css +1 -1
  156. package/es/tag/index.d.ts +15 -1
  157. package/es/tag/style/index.mjs +1 -0
  158. package/es/text-ellipsis/TextEllipsis.d.ts +76 -0
  159. package/es/text-ellipsis/TextEllipsis.mjs +118 -0
  160. package/es/text-ellipsis/index.css +1 -0
  161. package/es/text-ellipsis/index.d.ts +60 -0
  162. package/es/text-ellipsis/index.mjs +10 -0
  163. package/es/text-ellipsis/style/index.d.ts +1 -0
  164. package/es/text-ellipsis/style/index.mjs +2 -0
  165. package/es/text-ellipsis/types.d.ts +3 -0
  166. package/es/text-ellipsis/types.mjs +0 -0
  167. package/es/timeline/Timeline.d.ts +113 -0
  168. package/es/timeline/Timeline.mjs +162 -0
  169. package/es/timeline/index.css +1 -0
  170. package/es/timeline/index.d.ts +75 -0
  171. package/es/timeline/index.mjs +10 -0
  172. package/es/timeline/style/index.d.ts +1 -0
  173. package/es/timeline/style/index.mjs +4 -0
  174. package/es/uploader/Uploader.d.ts +1 -1
  175. package/es/uploader/UploaderPreviewItem.d.ts +1 -1
  176. package/es/uploader/index.d.ts +1 -1
  177. package/es/uploader/utils.mjs +1 -1
  178. package/es/utils/dom.d.ts +1 -0
  179. package/es/utils/dom.mjs +11 -0
  180. package/lib/action-sheet/index.js +4 -0
  181. package/lib/avatar/Avatar.js +4 -0
  182. package/lib/avatar/index.js +4 -0
  183. package/lib/badge/index.js +4 -0
  184. package/lib/button/Button.d.ts +3 -0
  185. package/lib/button/Button.js +2 -0
  186. package/lib/button/index.d.ts +2 -0
  187. package/lib/button/index.js +4 -0
  188. package/lib/calendar/Calendar.d.ts +23 -33
  189. package/lib/calendar/Calendar.js +127 -30
  190. package/lib/calendar/CalendarDay.js +1 -1
  191. package/lib/calendar/CalendarHeader.d.ts +15 -1
  192. package/lib/calendar/CalendarHeader.js +106 -4
  193. package/lib/calendar/CalendarMonth.d.ts +23 -24
  194. package/lib/calendar/CalendarMonth.js +52 -7
  195. package/lib/calendar/index.css +1 -1
  196. package/lib/calendar/index.d.ts +15 -22
  197. package/lib/calendar/index.js +4 -0
  198. package/lib/calendar/types.d.ts +3 -1
  199. package/lib/calendar/utils.d.ts +4 -1
  200. package/lib/calendar/utils.js +23 -3
  201. package/lib/cascader/Cascader.js +5 -3
  202. package/lib/cascader/index.css +1 -1
  203. package/lib/cascader/index.js +4 -0
  204. package/lib/cell/index.js +4 -0
  205. package/lib/cell-group/index.js +4 -0
  206. package/lib/checkbox/Checkbox.d.ts +1 -1
  207. package/lib/checkbox/Checkbox.js +4 -0
  208. package/lib/checkbox/Checker.d.ts +2 -2
  209. package/lib/checkbox/index.d.ts +1 -1
  210. package/lib/checkbox/index.js +4 -0
  211. package/lib/checkbox-group/index.js +4 -0
  212. package/lib/col/index.js +4 -0
  213. package/lib/collapse/index.js +4 -0
  214. package/lib/collapse-item/CollapseItem.js +7 -1
  215. package/lib/collapse-item/index.js +4 -0
  216. package/lib/config-provider/index.js +4 -0
  217. package/lib/date-time-picker/DateTimePicker.d.ts +1 -1
  218. package/lib/date-time-picker/DateTimePicker.js +13 -3
  219. package/lib/date-time-picker/DateTimePickerWrapper.d.ts +1 -1
  220. package/lib/date-time-picker/DateTimePickerWrapper.js +4 -0
  221. package/lib/date-time-picker/index.d.ts +1 -1
  222. package/lib/date-time-picker/index.js +4 -0
  223. package/lib/dialog/Dialog.d.ts +4 -0
  224. package/lib/dialog/Dialog.js +24 -9
  225. package/lib/dialog/function-call.js +4 -0
  226. package/lib/dialog/index.css +1 -1
  227. package/lib/dialog/index.d.ts +3 -0
  228. package/lib/dialog/index.js +4 -0
  229. package/lib/dialog/types.d.ts +1 -0
  230. package/lib/divider/index.css +1 -1
  231. package/lib/divider/index.js +4 -0
  232. package/lib/dropdown-item/DropdownItem.js +6 -3
  233. package/lib/dropdown-item/index.js +4 -0
  234. package/lib/dropdown-menu/DropdownMenu.js +6 -2
  235. package/lib/dropdown-menu/index.js +4 -0
  236. package/lib/dropdown-menu/types.d.ts +1 -0
  237. package/lib/empty/Images.js +9 -9
  238. package/lib/empty/index.css +1 -1
  239. package/lib/empty/index.js +4 -0
  240. package/lib/field/Field.d.ts +3 -0
  241. package/lib/field/Field.js +2 -1
  242. package/lib/field/index.d.ts +2 -0
  243. package/lib/field/index.js +4 -0
  244. package/lib/form/index.js +4 -0
  245. package/lib/grid/index.js +4 -0
  246. package/lib/grid-item/index.js +4 -0
  247. package/lib/hierarchy-select/Breadcrumb.d.ts +43 -0
  248. package/lib/hierarchy-select/Breadcrumb.js +85 -0
  249. package/lib/hierarchy-select/HierarchySelect.d.ts +104 -0
  250. package/lib/hierarchy-select/HierarchySelect.js +250 -0
  251. package/lib/hierarchy-select/index.css +1 -0
  252. package/lib/hierarchy-select/index.d.ts +79 -0
  253. package/lib/hierarchy-select/index.js +37 -0
  254. package/lib/hierarchy-select/style/index.d.ts +1 -0
  255. package/lib/hierarchy-select/style/index.js +8 -0
  256. package/lib/hierarchy-select/svg/SubIcon.d.ts +1 -0
  257. package/lib/hierarchy-select/svg/SubIcon.js +52 -0
  258. package/lib/hierarchy-select/types.d.ts +7 -0
  259. package/lib/hierarchy-select/types.js +15 -0
  260. package/lib/icon/config.js +4 -1
  261. package/lib/icon/index.css +1 -1
  262. package/lib/icon/index.js +4 -0
  263. package/lib/image/index.js +4 -0
  264. package/lib/image-preview/ImagePreview.js +5 -1
  265. package/lib/image-preview/function-call.js +4 -0
  266. package/lib/image-preview/index.js +4 -0
  267. package/lib/index-anchor/IndexAnchor.d.ts +11 -0
  268. package/lib/index-anchor/IndexAnchor.js +107 -0
  269. package/lib/index-anchor/index.css +1 -0
  270. package/lib/index-anchor/index.d.ts +14 -0
  271. package/lib/index-anchor/index.js +39 -0
  272. package/lib/index-anchor/style/index.d.ts +1 -0
  273. package/lib/index-anchor/style/index.js +3 -0
  274. package/lib/index-anchor/types.d.ts +11 -0
  275. package/lib/index-anchor/types.js +15 -0
  276. package/lib/index-bar/IndexBar.d.ts +64 -0
  277. package/lib/index-bar/IndexBar.js +294 -0
  278. package/lib/index-bar/index.css +1 -0
  279. package/lib/index-bar/index.d.ts +50 -0
  280. package/lib/index-bar/index.js +39 -0
  281. package/lib/index-bar/style/index.d.ts +1 -0
  282. package/lib/index-bar/style/index.js +2 -0
  283. package/lib/index-bar/types.d.ts +16 -0
  284. package/lib/index-bar/types.js +15 -0
  285. package/lib/index.css +1 -1
  286. package/lib/index.d.ts +8 -1
  287. package/lib/index.js +22 -1
  288. package/lib/lazyload/vue-lazyload/index.js +9 -0
  289. package/lib/lazyload/vue-lazyload/lazy.js +85 -0
  290. package/lib/lazyload/vue-lazyload/listener.js +45 -0
  291. package/lib/list/List.js +2 -4
  292. package/lib/list/index.css +1 -1
  293. package/lib/list/index.js +4 -0
  294. package/lib/loading/index.js +4 -0
  295. package/lib/locale/index.js +4 -0
  296. package/lib/locale/lang/en-US.d.ts +7 -23
  297. package/lib/locale/lang/en-US.js +7 -23
  298. package/lib/locale/lang/zh-CN.d.ts +7 -23
  299. package/lib/locale/lang/zh-CN.js +7 -23
  300. package/lib/media-picker/MediaPicker.js +24 -0
  301. package/lib/media-picker/image/PickFileIcon.js +1 -1
  302. package/lib/media-picker/image/PickPhotoIcon.js +1 -1
  303. package/lib/media-picker/image/TakeAudioIcon.js +1 -1
  304. package/lib/media-picker/image/TakePhotoIcon.js +1 -1
  305. package/lib/media-picker/image/TakeVideoIcon.js +1 -1
  306. package/lib/media-picker/index.css +1 -1
  307. package/lib/media-picker/index.js +4 -0
  308. package/lib/media-picker/util/media-util.js +3 -0
  309. package/lib/media-picker/watermark/image-processor.js +10 -6
  310. package/lib/media-picker/watermark/resize-options.js +1 -0
  311. package/lib/media-picker/watermark/watermark.js +4 -0
  312. package/lib/media-player/MediaPlayer.js +4 -0
  313. package/lib/media-player/index.js +4 -0
  314. package/lib/multiple-picker/MultiplePicker.d.ts +4 -4
  315. package/lib/multiple-picker/MultiplePicker.js +7 -3
  316. package/lib/multiple-picker/MultiplePickerOptions.d.ts +4 -4
  317. package/lib/multiple-picker/MultiplePickerOptions.js +3 -3
  318. package/lib/multiple-picker/index.d.ts +3 -3
  319. package/lib/multiple-picker/index.js +4 -0
  320. package/lib/nav-bar/index.js +4 -0
  321. package/lib/notice-bar/NoticeBar.js +4 -0
  322. package/lib/notice-bar/index.css +1 -1
  323. package/lib/notice-bar/index.js +4 -0
  324. package/lib/notify/function-call.js +4 -0
  325. package/lib/notify/index.js +4 -0
  326. package/lib/number-keyboard/NumberKeyboard.js +4 -0
  327. package/lib/number-keyboard/NumberKeyboardKey.js +4 -0
  328. package/lib/number-keyboard/index.js +4 -0
  329. package/lib/overlay/index.d.ts +1 -1
  330. package/lib/overlay/index.js +4 -0
  331. package/lib/password-input/index.js +4 -0
  332. package/lib/picker/Picker.js +10 -3
  333. package/lib/picker/PickerToolbar.js +1 -0
  334. package/lib/picker/index.js +4 -0
  335. package/lib/popover/Popover.d.ts +13 -0
  336. package/lib/popover/Popover.js +98 -3
  337. package/lib/popover/index.css +1 -1
  338. package/lib/popover/index.d.ts +9 -0
  339. package/lib/popover/index.js +4 -0
  340. package/lib/popup/Popup.js +1 -0
  341. package/lib/popup/index.css +1 -1
  342. package/lib/popup/index.js +4 -0
  343. package/lib/popup/shared.js +12 -0
  344. package/lib/pull-refresh/index.js +4 -0
  345. package/lib/radio/Radio.d.ts +1 -1
  346. package/lib/radio/Radio.js +4 -0
  347. package/lib/radio/index.d.ts +1 -1
  348. package/lib/radio/index.js +4 -0
  349. package/lib/radio-group/index.js +4 -0
  350. package/lib/rate/index.css +1 -1
  351. package/lib/rate/index.js +4 -0
  352. package/lib/row/index.js +4 -0
  353. package/lib/search/Search.d.ts +1 -1
  354. package/lib/search/Search.js +1 -0
  355. package/lib/search/index.d.ts +1 -1
  356. package/lib/search/index.js +4 -0
  357. package/lib/signature/Signature.js +16 -9
  358. package/lib/signature/index.css +1 -1
  359. package/lib/signature/index.js +4 -0
  360. package/lib/skeleton/index.js +4 -0
  361. package/lib/step/Step.js +10 -6
  362. package/lib/step/index.css +1 -1
  363. package/lib/step/index.js +4 -0
  364. package/lib/stepper/Stepper.js +6 -0
  365. package/lib/stepper/index.css +1 -1
  366. package/lib/stepper/index.js +4 -0
  367. package/lib/steps/index.css +1 -1
  368. package/lib/steps/index.js +4 -0
  369. package/lib/sticky/Sticky.js +2 -0
  370. package/lib/sticky/index.js +4 -0
  371. package/lib/style/base.css +1 -1
  372. package/lib/style/css-variables.css +1 -1
  373. package/lib/swipe/Swipe.d.ts +3 -1
  374. package/lib/swipe/Swipe.js +19 -2
  375. package/lib/swipe/index.d.ts +3 -1
  376. package/lib/swipe/index.js +4 -0
  377. package/lib/swipe-cell/SwipeCell.d.ts +44 -0
  378. package/lib/swipe-cell/SwipeCell.js +182 -0
  379. package/lib/swipe-cell/index.css +1 -0
  380. package/lib/swipe-cell/index.d.ts +39 -0
  381. package/lib/swipe-cell/index.js +39 -0
  382. package/lib/swipe-cell/style/index.d.ts +1 -0
  383. package/lib/swipe-cell/style/index.js +2 -0
  384. package/lib/swipe-cell/types.d.ts +9 -0
  385. package/lib/swipe-cell/types.js +15 -0
  386. package/lib/swipe-item/index.js +4 -0
  387. package/lib/switch/index.css +1 -1
  388. package/lib/switch/index.js +4 -0
  389. package/lib/tab/index.js +4 -0
  390. package/lib/tabbar/index.js +4 -0
  391. package/lib/tabbar-item/index.css +1 -1
  392. package/lib/tabbar-item/index.js +4 -0
  393. package/lib/table/Table.d.ts +118 -0
  394. package/lib/table/Table.js +228 -0
  395. package/lib/table/index.css +1 -0
  396. package/lib/table/index.d.ts +77 -0
  397. package/lib/table/index.js +39 -0
  398. package/lib/table/style/index.d.ts +1 -0
  399. package/lib/table/style/index.js +4 -0
  400. package/lib/table/types.d.ts +5 -0
  401. package/lib/table/types.js +27 -0
  402. package/lib/tabs/Tabs.js +6 -0
  403. package/lib/tabs/index.css +1 -1
  404. package/lib/tabs/index.js +4 -0
  405. package/lib/tag/Tag.d.ts +21 -1
  406. package/lib/tag/Tag.js +73 -10
  407. package/lib/tag/index.css +1 -1
  408. package/lib/tag/index.d.ts +15 -1
  409. package/lib/tag/index.js +4 -0
  410. package/lib/tag/style/index.js +1 -0
  411. package/lib/text-ellipsis/TextEllipsis.d.ts +76 -0
  412. package/lib/text-ellipsis/TextEllipsis.js +137 -0
  413. package/lib/text-ellipsis/index.css +1 -0
  414. package/lib/text-ellipsis/index.d.ts +60 -0
  415. package/lib/text-ellipsis/index.js +39 -0
  416. package/lib/text-ellipsis/style/index.d.ts +1 -0
  417. package/lib/text-ellipsis/style/index.js +2 -0
  418. package/lib/text-ellipsis/types.d.ts +3 -0
  419. package/lib/text-ellipsis/types.js +15 -0
  420. package/lib/time-picker/TimePicker.js +4 -0
  421. package/lib/time-picker/TimePickerColumn.js +4 -0
  422. package/lib/time-picker/index.js +4 -0
  423. package/lib/timeline/Timeline.d.ts +113 -0
  424. package/lib/timeline/Timeline.js +191 -0
  425. package/lib/timeline/index.css +1 -0
  426. package/lib/timeline/index.d.ts +75 -0
  427. package/lib/timeline/index.js +39 -0
  428. package/lib/timeline/style/index.d.ts +1 -0
  429. package/lib/timeline/style/index.js +4 -0
  430. package/lib/toast/function-call.js +4 -0
  431. package/lib/toast/index.js +4 -0
  432. package/lib/uploader/Uploader.d.ts +1 -1
  433. package/lib/uploader/Uploader.js +4 -0
  434. package/lib/uploader/UploaderPreviewItem.d.ts +1 -1
  435. package/lib/uploader/index.d.ts +1 -1
  436. package/lib/uploader/index.js +4 -0
  437. package/lib/uploader/utils.js +1 -1
  438. package/lib/utils/create.js +4 -0
  439. package/lib/utils/dom.d.ts +1 -0
  440. package/lib/utils/dom.js +11 -0
  441. package/lib/web-types.json +1 -1
  442. package/lib/zartui.cjs.js +3054 -1076
  443. package/lib/zartui.es.js +3102 -1124
  444. package/lib/zartui.js +3817 -1303
  445. package/lib/zartui.min.js +1 -1
  446. package/package.json +18 -17
@@ -0,0 +1,11 @@
1
+ export declare type IndexAnchorThemeVars = {
2
+ indexAnchorZIndex?: number | string;
3
+ indexAnchorPadding?: string;
4
+ indexAnchorTextColor?: string;
5
+ indexAnchorFontWeight?: string;
6
+ indexAnchorFontSize?: string;
7
+ indexAnchorLineHeight?: number | string;
8
+ indexAnchorBackground?: string;
9
+ indexAnchorStickyTextColor?: string;
10
+ indexAnchorStickyBackground?: string;
11
+ };
File without changes
@@ -0,0 +1,64 @@
1
+ import { type PropType, type InjectionKey, type ExtractPropTypes } from 'vue';
2
+ import { type Numeric } from '../utils';
3
+ import { IndexBarProvide } from './types';
4
+ declare function genAlphabet(): string[];
5
+ export declare const indexBarProps: {
6
+ sticky: {
7
+ type: BooleanConstructor;
8
+ default: true;
9
+ };
10
+ zIndex: (NumberConstructor | StringConstructor)[];
11
+ teleport: PropType<string | import("vue").RendererElement | null | undefined>;
12
+ highlightColor: StringConstructor;
13
+ stickyOffsetTop: {
14
+ type: NumberConstructor;
15
+ default: number;
16
+ };
17
+ indexList: {
18
+ type: PropType<Numeric[]>;
19
+ default: typeof genAlphabet;
20
+ };
21
+ };
22
+ export declare type IndexBarProps = ExtractPropTypes<typeof indexBarProps>;
23
+ export declare const INDEX_BAR_KEY: InjectionKey<IndexBarProvide>;
24
+ declare const _default: import("vue").DefineComponent<{
25
+ sticky: {
26
+ type: BooleanConstructor;
27
+ default: true;
28
+ };
29
+ zIndex: (NumberConstructor | StringConstructor)[];
30
+ teleport: PropType<string | import("vue").RendererElement | null | undefined>;
31
+ highlightColor: StringConstructor;
32
+ stickyOffsetTop: {
33
+ type: NumberConstructor;
34
+ default: number;
35
+ };
36
+ indexList: {
37
+ type: PropType<Numeric[]>;
38
+ default: typeof genAlphabet;
39
+ };
40
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "change")[], "select" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
41
+ sticky: {
42
+ type: BooleanConstructor;
43
+ default: true;
44
+ };
45
+ zIndex: (NumberConstructor | StringConstructor)[];
46
+ teleport: PropType<string | import("vue").RendererElement | null | undefined>;
47
+ highlightColor: StringConstructor;
48
+ stickyOffsetTop: {
49
+ type: NumberConstructor;
50
+ default: number;
51
+ };
52
+ indexList: {
53
+ type: PropType<Numeric[]>;
54
+ default: typeof genAlphabet;
55
+ };
56
+ }>> & {
57
+ onChange?: ((...args: any[]) => any) | undefined;
58
+ onSelect?: ((...args: any[]) => any) | undefined;
59
+ }, {
60
+ sticky: boolean;
61
+ stickyOffsetTop: number;
62
+ indexList: Numeric[];
63
+ }>;
64
+ export default _default;
@@ -0,0 +1,275 @@
1
+ import { createVNode as _createVNode } from "vue";
2
+ import { ref, watch, computed, nextTick, Teleport, onMounted, defineComponent } from "vue";
3
+ import { isDef, isHidden, truthProp, numericProp, getScrollTop, preventDefault, makeNumberProp, createNamespace, getRootScrollTop, setRootScrollTop } from "../utils/index.mjs";
4
+ import { useRect, useChildren, useScrollParent, useEventListener } from "@zartui/use";
5
+ import { useTouch } from "../composables/use-touch.mjs";
6
+ import { useExpose } from "../composables/use-expose.mjs";
7
+ function genAlphabet() {
8
+ const charCodeOfA = "A".charCodeAt(0);
9
+ const indexList = Array(26).fill("").map((_, i) => String.fromCharCode(charCodeOfA + i));
10
+ return indexList;
11
+ }
12
+ const [name, bem] = createNamespace("index-bar");
13
+ const indexBarProps = {
14
+ sticky: truthProp,
15
+ zIndex: numericProp,
16
+ teleport: [String, Object],
17
+ highlightColor: String,
18
+ stickyOffsetTop: makeNumberProp(0),
19
+ indexList: {
20
+ type: Array,
21
+ default: genAlphabet
22
+ }
23
+ };
24
+ const INDEX_BAR_KEY = Symbol(name);
25
+ var stdin_default = defineComponent({
26
+ name,
27
+ props: indexBarProps,
28
+ emits: ["select", "change"],
29
+ setup(props, {
30
+ emit,
31
+ slots
32
+ }) {
33
+ const root = ref();
34
+ const sidebar = ref();
35
+ const activeAnchor = ref("");
36
+ const touchIndex = ref("");
37
+ const touch = useTouch();
38
+ const scrollParent = useScrollParent(root);
39
+ const {
40
+ children,
41
+ linkChildren
42
+ } = useChildren(INDEX_BAR_KEY);
43
+ let selectActiveIndex;
44
+ linkChildren({
45
+ props
46
+ });
47
+ const sidebarStyle = computed(() => {
48
+ if (isDef(props.zIndex)) {
49
+ return {
50
+ zIndex: +props.zIndex + 1
51
+ };
52
+ }
53
+ });
54
+ const highlightStyle = computed(() => {
55
+ if (props.highlightColor) {
56
+ return {
57
+ color: props.highlightColor
58
+ };
59
+ }
60
+ });
61
+ const getActiveAnchor = (scrollTop, rects) => {
62
+ for (let i = children.length - 1; i >= 0; i--) {
63
+ const prevHeight = i > 0 ? rects[i - 1].height : 0;
64
+ const reachTop = props.sticky ? prevHeight + props.stickyOffsetTop : 0;
65
+ if (scrollTop + reachTop >= rects[i].top) {
66
+ return i;
67
+ }
68
+ }
69
+ return -1;
70
+ };
71
+ const getMatchAnchor = (index) => children.find((item) => String(item.index) === index);
72
+ const onScroll = () => {
73
+ if (isHidden(root)) {
74
+ return;
75
+ }
76
+ const {
77
+ sticky,
78
+ indexList
79
+ } = props;
80
+ const scrollTop = getScrollTop(scrollParent.value);
81
+ const scrollParentRect = useRect(scrollParent);
82
+ const rects = children.map((item) => item.getRect(scrollParent.value, scrollParentRect));
83
+ let active = -1;
84
+ if (selectActiveIndex) {
85
+ const match = getMatchAnchor(selectActiveIndex);
86
+ if (match) {
87
+ const rect = match.getRect(scrollParent.value, scrollParentRect);
88
+ active = getActiveAnchor(rect.top, rects);
89
+ }
90
+ } else {
91
+ active = getActiveAnchor(scrollTop, rects);
92
+ }
93
+ activeAnchor.value = indexList[active];
94
+ if (sticky) {
95
+ children.forEach((item, index) => {
96
+ const {
97
+ state,
98
+ $el
99
+ } = item;
100
+ if (index === active || index === active - 1) {
101
+ const rect = $el.getBoundingClientRect();
102
+ state.left = rect.left;
103
+ state.width = rect.width;
104
+ } else {
105
+ state.left = null;
106
+ state.width = null;
107
+ }
108
+ if (index === active) {
109
+ state.active = true;
110
+ state.top = Math.max(props.stickyOffsetTop, rects[index].top - scrollTop) + scrollParentRect.top;
111
+ } else if (index === active - 1 && selectActiveIndex === "") {
112
+ const activeItemTop = rects[active].top - scrollTop;
113
+ state.active = activeItemTop > 0;
114
+ state.top = activeItemTop + scrollParentRect.top - rects[index].height;
115
+ } else {
116
+ state.active = false;
117
+ }
118
+ });
119
+ }
120
+ selectActiveIndex = "";
121
+ };
122
+ const init = () => {
123
+ nextTick(onScroll);
124
+ };
125
+ useEventListener("scroll", onScroll, {
126
+ target: scrollParent,
127
+ passive: true
128
+ });
129
+ onMounted(init);
130
+ watch(() => props.indexList, init);
131
+ watch(activeAnchor, (value) => {
132
+ if (value) {
133
+ emit("change", value);
134
+ }
135
+ });
136
+ const scrollTo = (index) => {
137
+ selectActiveIndex = String(index);
138
+ const match = getMatchAnchor(selectActiveIndex);
139
+ if (match) {
140
+ const scrollTop = getScrollTop(scrollParent.value);
141
+ const scrollParentRect = useRect(scrollParent);
142
+ const {
143
+ offsetHeight
144
+ } = document.documentElement;
145
+ match.$el.scrollIntoView();
146
+ if (scrollTop === offsetHeight - scrollParentRect.height) {
147
+ onScroll();
148
+ return;
149
+ }
150
+ if (props.sticky && props.stickyOffsetTop) {
151
+ setRootScrollTop(getRootScrollTop() - props.stickyOffsetTop);
152
+ }
153
+ emit("select", match.index);
154
+ }
155
+ };
156
+ const scrollToElement = (element) => {
157
+ const {
158
+ index
159
+ } = element.dataset;
160
+ if (index) {
161
+ scrollTo(index);
162
+ }
163
+ };
164
+ const onClickSidebar = (event) => {
165
+ scrollToElement(event.target);
166
+ };
167
+ const renderIndexes = () => props.indexList.map((index) => {
168
+ const active = index === activeAnchor.value;
169
+ const touch2 = index === touchIndex.value;
170
+ return _createVNode("div", {
171
+ "class": bem("index"),
172
+ "style": active ? highlightStyle.value : void 0
173
+ }, [_createVNode("div", {
174
+ "class": bem("touch", {
175
+ active: touch2
176
+ })
177
+ }, [_createVNode("div", {
178
+ "class": bem("touch-text")
179
+ }, [index]), _createVNode("svg", {
180
+ "class": bem("icon"),
181
+ "xmlns": "http://www.w3.org/2000/svg",
182
+ "viewBox": "0 0 20 32"
183
+ }, [_createVNode("defs", null, [_createVNode("path", {
184
+ "id": "7rkhbmqvk__gc482iacwa",
185
+ "d": "M0 0H20V32H0z"
186
+ }, null)]), _createVNode("g", {
187
+ "fill": "none",
188
+ "fill-rule": "evenodd"
189
+ }, [_createVNode("path", {
190
+ "d": "M-1,0 C7.836556,-1.623249e-15 15,7.163444 15,16 C15,24.836556 7.836556,32 -1,32 L-1,32 L-1,32 L-1,0 Z",
191
+ "fill": "#8093AB",
192
+ "mask": "url(#7rkhbmqvk__9ahlxl93tb)"
193
+ }, null), _createVNode("path", {
194
+ "d": "M12.2406862,7.01475705 L19.4355101,15.3463801 C19.7597461,15.7218113 19.7597461,16.2781887 19.4355101,16.6536199 L12.2406862,24.9852429 C13.9822172,22.423901 15,19.3308084 15,16 C15,12.6691916 13.9822172,9.57609904 12.2406862,7.01475705 Z",
195
+ "fill": "#8093AB",
196
+ "mask": "url(#7rkhbmqvk__9ahlxl93tb)"
197
+ }, null)])])]), _createVNode("div", {
198
+ "data-index": index,
199
+ "onClick": onClickSidebar,
200
+ "class": bem("index", {
201
+ active,
202
+ touch: touch2
203
+ })
204
+ }, [index])]);
205
+ });
206
+ let touchActiveIndex;
207
+ const onTouchStart = (event) => {
208
+ const {
209
+ clientX,
210
+ clientY
211
+ } = event.touches[0];
212
+ const target = document.elementFromPoint(clientX, clientY);
213
+ if (target) {
214
+ const {
215
+ index = ""
216
+ } = target.dataset;
217
+ touchIndex.value = index;
218
+ }
219
+ touch.start(event);
220
+ };
221
+ const onTouchend = () => {
222
+ touchIndex.value = "";
223
+ };
224
+ const onTouchMove = (event) => {
225
+ touch.move(event);
226
+ if (touch.isVertical()) {
227
+ preventDefault(event);
228
+ const {
229
+ clientX,
230
+ clientY
231
+ } = event.touches[0];
232
+ const target = document.elementFromPoint(clientX, clientY);
233
+ if (target) {
234
+ const {
235
+ index
236
+ } = target.dataset;
237
+ if (index && touchActiveIndex !== index) {
238
+ touchActiveIndex = index;
239
+ touchIndex.value = index;
240
+ scrollToElement(target);
241
+ }
242
+ }
243
+ }
244
+ };
245
+ const renderSidebar = () => _createVNode("div", {
246
+ "ref": sidebar,
247
+ "class": bem("sidebar"),
248
+ "style": sidebarStyle.value,
249
+ "onTouchstartPassive": onTouchStart,
250
+ "onTouchend": onTouchend
251
+ }, [renderIndexes()]);
252
+ useExpose({
253
+ scrollTo
254
+ });
255
+ useEventListener("touchmove", onTouchMove, {
256
+ target: sidebar
257
+ });
258
+ return () => {
259
+ var _a;
260
+ return _createVNode("div", {
261
+ "ref": root,
262
+ "class": bem()
263
+ }, [props.teleport ? _createVNode(Teleport, {
264
+ "to": props.teleport
265
+ }, {
266
+ default: () => [renderSidebar()]
267
+ }) : renderSidebar(), (_a = slots.default) == null ? void 0 : _a.call(slots)]);
268
+ };
269
+ }
270
+ });
271
+ export {
272
+ INDEX_BAR_KEY,
273
+ stdin_default as default,
274
+ indexBarProps
275
+ };
@@ -0,0 +1 @@
1
+ :root{--zt-index-bar-sidebar-z-index: 2;--zt-index-bar-index-font-size: var(--zt-font-size-xs);--zt-index-bar-index-line-height: var(--zt-line-height-md);--zt-index-bar-index-active-color: var(--zt-primary-color)}.zt-index-bar__sidebar{position:fixed;top:50%;right:var(--zt-padding-xs);z-index:var(--zt-index-bar-sidebar-z-index);display:flex;flex-direction:column;align-items:end;text-align:center;transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none}.zt-index-bar__index{position:relative;color:var(--zt-text-color);padding:0 var(--zt-padding-base);font-size:var(--zt-index-bar-index-font-size);line-height:var(--zt-index-bar-index-line-height);display:flex;height:20px}.zt-index-bar__index--active{color:var(--zt-primary-color);font-weight:700}.zt-index-bar__index--touch{display:inline-block;box-sizing:border-box;padding:0 4px;min-width:var(--zt-index-bar-index-line-height);color:var(--zt-white);background:var(--zt-primary-color);border-radius:10px}.zt-index-bar__touch{display:none}.zt-index-bar__touch-text{position:relative;right:-1px;height:32px;line-height:32px;border-radius:16px 0 0 16px;padding:0 0 0 14px;font-size:16px;color:var(--zt-white);text-align:center;background:#8093ab}.zt-index-bar__touch--active{display:flex;position:relative;top:-6px;right:8px}.zt-index-bar__icon{position:relative;width:20px;height:32px}
@@ -0,0 +1,50 @@
1
+ import { IndexBarProps } from './IndexBar';
2
+ export declare const IndexBar: import("../utils").WithInstall<import("vue").DefineComponent<{
3
+ sticky: {
4
+ type: BooleanConstructor;
5
+ default: true;
6
+ };
7
+ zIndex: (NumberConstructor | StringConstructor)[];
8
+ teleport: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
9
+ highlightColor: StringConstructor;
10
+ stickyOffsetTop: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ indexList: {
15
+ type: import("vue").PropType<import("../utils").Numeric[]>;
16
+ default: () => string[];
17
+ };
18
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "change")[], "select" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ sticky: {
20
+ type: BooleanConstructor;
21
+ default: true;
22
+ };
23
+ zIndex: (NumberConstructor | StringConstructor)[];
24
+ teleport: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
25
+ highlightColor: StringConstructor;
26
+ stickyOffsetTop: {
27
+ type: NumberConstructor;
28
+ default: number;
29
+ };
30
+ indexList: {
31
+ type: import("vue").PropType<import("../utils").Numeric[]>;
32
+ default: () => string[];
33
+ };
34
+ }>> & {
35
+ onChange?: ((...args: any[]) => any) | undefined;
36
+ onSelect?: ((...args: any[]) => any) | undefined;
37
+ }, {
38
+ sticky: boolean;
39
+ stickyOffsetTop: number;
40
+ indexList: import("../utils").Numeric[];
41
+ }>>;
42
+ export default IndexBar;
43
+ export { indexBarProps } from './IndexBar';
44
+ export type { IndexBarProps };
45
+ export type { IndexBarInstance, IndexBarThemeVars } from './types';
46
+ declare module 'vue' {
47
+ interface GlobalComponents {
48
+ ZtIndexBar: typeof IndexBar;
49
+ }
50
+ }
@@ -0,0 +1,10 @@
1
+ import { withInstall } from "../utils/index.mjs";
2
+ import _IndexBar from "./IndexBar.mjs";
3
+ const IndexBar = withInstall(_IndexBar);
4
+ var stdin_default = IndexBar;
5
+ import { indexBarProps } from "./IndexBar.mjs";
6
+ export {
7
+ IndexBar,
8
+ stdin_default as default,
9
+ indexBarProps
10
+ };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import "../../style/base.css";
2
+ import "../index.css";
@@ -0,0 +1,16 @@
1
+ import type { ComponentPublicInstance } from 'vue';
2
+ import type { Numeric } from '../utils';
3
+ import type { IndexBarProps } from './IndexBar';
4
+ export declare type IndexBarProvide = {
5
+ props: IndexBarProps;
6
+ };
7
+ export declare type IndexBarExpose = {
8
+ scrollTo: (index: Numeric) => void;
9
+ };
10
+ export declare type IndexBarInstance = ComponentPublicInstance<IndexBarProps, IndexBarExpose>;
11
+ export declare type IndexBarThemeVars = {
12
+ indexBarSidebarZIndex?: number | string;
13
+ indexBarIndexFontSize?: string;
14
+ indexBarIndexLineHeight?: number | string;
15
+ indexBarIndexActiveColor?: string;
16
+ };
File without changes
package/es/index.d.ts CHANGED
@@ -22,9 +22,12 @@ export * from "./field";
22
22
  export * from "./form";
23
23
  export * from "./grid";
24
24
  export * from "./grid-item";
25
+ export * from "./hierarchy-select";
25
26
  export * from "./icon";
26
27
  export * from "./image";
27
28
  export * from "./image-preview";
29
+ export * from "./index-anchor";
30
+ export * from "./index-bar";
28
31
  export * from "./lazyload";
29
32
  export * from "./list";
30
33
  export * from "./loading";
@@ -54,14 +57,18 @@ export * from "./stepper";
54
57
  export * from "./steps";
55
58
  export * from "./sticky";
56
59
  export * from "./swipe";
60
+ export * from "./swipe-cell";
57
61
  export * from "./swipe-item";
58
62
  export * from "./switch";
59
63
  export * from "./tab";
60
64
  export * from "./tabbar";
61
65
  export * from "./tabbar-item";
66
+ export * from "./table";
62
67
  export * from "./tabs";
63
68
  export * from "./tag";
69
+ export * from "./text-ellipsis";
64
70
  export * from "./time-picker";
71
+ export * from "./timeline";
65
72
  export * from "./toast";
66
73
  export * from "./uploader";
67
74
  declare namespace _default {
@@ -70,4 +77,4 @@ declare namespace _default {
70
77
  }
71
78
  export default _default;
72
79
  export function install(app: any): void;
73
- export const version: "3.0.6";
80
+ export const version: "3.0.7";
package/es/index.mjs CHANGED
@@ -22,9 +22,12 @@ import { Field } from "./field/index.mjs";
22
22
  import { Form } from "./form/index.mjs";
23
23
  import { Grid } from "./grid/index.mjs";
24
24
  import { GridItem } from "./grid-item/index.mjs";
25
+ import { HierarchySelect } from "./hierarchy-select/index.mjs";
25
26
  import { Icon } from "./icon/index.mjs";
26
27
  import { Image } from "./image/index.mjs";
27
28
  import { ImagePreview } from "./image-preview/index.mjs";
29
+ import { IndexAnchor } from "./index-anchor/index.mjs";
30
+ import { IndexBar } from "./index-bar/index.mjs";
28
31
  import { List } from "./list/index.mjs";
29
32
  import { Loading } from "./loading/index.mjs";
30
33
  import { Locale } from "./locale/index.mjs";
@@ -53,17 +56,21 @@ import { Stepper } from "./stepper/index.mjs";
53
56
  import { Steps } from "./steps/index.mjs";
54
57
  import { Sticky } from "./sticky/index.mjs";
55
58
  import { Swipe } from "./swipe/index.mjs";
59
+ import { SwipeCell } from "./swipe-cell/index.mjs";
56
60
  import { SwipeItem } from "./swipe-item/index.mjs";
57
61
  import { Switch } from "./switch/index.mjs";
58
62
  import { Tab } from "./tab/index.mjs";
59
63
  import { Tabbar } from "./tabbar/index.mjs";
60
64
  import { TabbarItem } from "./tabbar-item/index.mjs";
65
+ import { Table } from "./table/index.mjs";
61
66
  import { Tabs } from "./tabs/index.mjs";
62
67
  import { Tag } from "./tag/index.mjs";
68
+ import { TextEllipsis } from "./text-ellipsis/index.mjs";
63
69
  import { TimePicker } from "./time-picker/index.mjs";
70
+ import { Timeline } from "./timeline/index.mjs";
64
71
  import { Toast } from "./toast/index.mjs";
65
72
  import { Uploader } from "./uploader/index.mjs";
66
- const version = "3.0.6";
73
+ const version = "3.0.7";
67
74
  function install(app) {
68
75
  const components = [
69
76
  ActionSheet,
@@ -90,9 +97,12 @@ function install(app) {
90
97
  Form,
91
98
  Grid,
92
99
  GridItem,
100
+ HierarchySelect,
93
101
  Icon,
94
102
  Image,
95
103
  ImagePreview,
104
+ IndexAnchor,
105
+ IndexBar,
96
106
  List,
97
107
  Loading,
98
108
  Locale,
@@ -121,14 +131,18 @@ function install(app) {
121
131
  Steps,
122
132
  Sticky,
123
133
  Swipe,
134
+ SwipeCell,
124
135
  SwipeItem,
125
136
  Switch,
126
137
  Tab,
127
138
  Tabbar,
128
139
  TabbarItem,
140
+ Table,
129
141
  Tabs,
130
142
  Tag,
143
+ TextEllipsis,
131
144
  TimePicker,
145
+ Timeline,
132
146
  Toast,
133
147
  Uploader
134
148
  ];
@@ -164,9 +178,12 @@ export * from "./field/index.mjs";
164
178
  export * from "./form/index.mjs";
165
179
  export * from "./grid/index.mjs";
166
180
  export * from "./grid-item/index.mjs";
181
+ export * from "./hierarchy-select/index.mjs";
167
182
  export * from "./icon/index.mjs";
168
183
  export * from "./image/index.mjs";
169
184
  export * from "./image-preview/index.mjs";
185
+ export * from "./index-anchor/index.mjs";
186
+ export * from "./index-bar/index.mjs";
170
187
  export * from "./lazyload/index.mjs";
171
188
  export * from "./list/index.mjs";
172
189
  export * from "./loading/index.mjs";
@@ -196,14 +213,18 @@ export * from "./stepper/index.mjs";
196
213
  export * from "./steps/index.mjs";
197
214
  export * from "./sticky/index.mjs";
198
215
  export * from "./swipe/index.mjs";
216
+ export * from "./swipe-cell/index.mjs";
199
217
  export * from "./swipe-item/index.mjs";
200
218
  export * from "./switch/index.mjs";
201
219
  export * from "./tab/index.mjs";
202
220
  export * from "./tabbar/index.mjs";
203
221
  export * from "./tabbar-item/index.mjs";
222
+ export * from "./table/index.mjs";
204
223
  export * from "./tabs/index.mjs";
205
224
  export * from "./tag/index.mjs";
225
+ export * from "./text-ellipsis/index.mjs";
206
226
  export * from "./time-picker/index.mjs";
227
+ export * from "./timeline/index.mjs";
207
228
  export * from "./toast/index.mjs";
208
229
  export * from "./uploader/index.mjs";
209
230
  var stdin_default = {
@@ -3,6 +3,11 @@ import LazyComponent from "./lazy-component.mjs";
3
3
  import LazyContainer from "./lazy-container.mjs";
4
4
  import LazyImage from "./lazy-image.mjs";
5
5
  const Lazyload = {
6
+ /*
7
+ * install function
8
+ * @param {App} app
9
+ * @param {object} options lazyload options
10
+ */
6
11
  install(app, options = {}) {
7
12
  const LazyClass = Lazy();
8
13
  const lazy = new LazyClass(options);