3h1-ui 3.0.0-next.212 → 3.0.0-next.213

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 (279) hide show
  1. package/es/index.js +265 -181
  2. package/es/style.css +3209 -1584
  3. package/es/ui/src/Basic/src/BasicArrow.vue.d.ts +3 -3
  4. package/es/ui/src/Basic/src/BasicHelp.d.ts +6 -6
  5. package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +6 -6
  6. package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +2 -2
  7. package/es/ui/src/BasicResizeWrapper/src/BasicResizeWrapper.vue.d.ts +1 -1
  8. package/es/ui/src/Button/index.d.ts +13 -13
  9. package/es/ui/src/Button/src/BasicButton.d.ts +6 -6
  10. package/es/ui/src/Button/src/PopConfirmButton.d.ts +1 -1
  11. package/es/ui/src/Button/src/props.d.ts +1 -1
  12. package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +8 -0
  13. package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +5 -5
  14. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/HexColorPicker.d.ts +1 -1
  15. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/RgbaColorPicker.d.ts +1 -1
  16. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Alpha.d.ts +1 -1
  17. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/AlphaColorPicker.d.ts +1 -1
  18. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/ColorPicker.d.ts +1 -1
  19. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Hue.d.ts +1 -1
  20. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Interactive.d.ts +1 -1
  21. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Pointer.d.ts +1 -1
  22. package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Saturation.d.ts +1 -1
  23. package/es/ui/src/ColorPickerPopover/src/vue-colorful/css/styles.css.d.ts +2 -2
  24. package/es/ui/src/ColorPickerPopover/src/vue-colorful/types.d.ts +4 -4
  25. package/es/ui/src/Container/src/LazyContainer.vue.d.ts +121 -0
  26. package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +9 -0
  27. package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +83 -11
  28. package/es/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +1 -1
  29. package/es/ui/src/Container/src/typing.d.ts +2 -2
  30. package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +1 -1
  31. package/es/ui/src/CountDown/src/CountButton.vue.d.ts +3 -3
  32. package/es/ui/src/CountDown/src/CountdownInput.vue.d.ts +1 -1
  33. package/es/ui/src/CountTo/src/CountTo.vue.d.ts +3 -3
  34. package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +3 -3
  35. package/es/ui/src/Cropper/src/Cropper.vue.d.ts +3 -3
  36. package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
  37. package/es/ui/src/Description/src/Description.d.ts +1 -1
  38. package/es/ui/src/Description/src/DescriptionGroup.d.ts +1 -1
  39. package/es/ui/src/Description/src/ShyComponentMap.d.ts +1 -1
  40. package/es/ui/src/Description/src/components/formItem.d.ts +1 -1
  41. package/es/ui/src/Description/src/typing.d.ts +2 -2
  42. package/es/ui/src/Descriptions/index.d.ts +3 -3
  43. package/es/ui/src/Descriptions/src/Descriptions.d.ts +1 -1
  44. package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +2 -2
  45. package/es/ui/src/Descriptions/src/typing.d.ts +2 -2
  46. package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +3 -3
  47. package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
  48. package/es/ui/src/Drawer/src/components/DrawerHeader.vue.d.ts +1 -1
  49. package/es/ui/src/Drawer/src/typing.d.ts +3 -3
  50. package/es/ui/src/Icon/src/Icon.vue.d.ts +1 -1
  51. package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
  52. package/es/ui/src/Label/src/BasicLabel.vue.d.ts +1 -1
  53. package/es/ui/src/Loading/src/Loading.vue.d.ts +1 -1
  54. package/es/ui/src/Modal/index.d.ts +10 -10
  55. package/es/ui/src/Modal/src/BasicModal.vue.d.ts +4 -4
  56. package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +6 -6
  57. package/es/ui/src/Modal/src/components/Modal.d.ts +4 -4
  58. package/es/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
  59. package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +4 -4
  60. package/es/ui/src/Modal/src/components/ModalHeader.vue.d.ts +1 -1
  61. package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +3 -3
  62. package/es/ui/src/Modal/src/hooks/useI18n.d.ts +1 -1
  63. package/es/ui/src/Modal/src/typing.d.ts +3 -3
  64. package/es/ui/src/Page/src/PageFooter.vue.d.ts +1 -1
  65. package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
  66. package/es/ui/src/Page/src/PageWrapper.vue.d.ts +1 -1
  67. package/es/ui/src/Process/src/Process.d.ts +2 -2
  68. package/es/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +9 -9
  69. package/es/ui/src/Scrollbar/src/bar.d.ts +1 -1
  70. package/es/ui/src/Scrollbar/src/types.d.ts +18 -18
  71. package/es/ui/src/ShyAdvancedSearch/src/ShyAdvancedSearch.d.ts +1 -1
  72. package/es/ui/src/ShyAdvancedSearch/src/ShyGlobalSearch.d.ts +1 -1
  73. package/es/ui/src/ShyAdvancedSearch/src/types/index.d.ts +2 -2
  74. package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +1 -1
  75. package/es/ui/src/ShyForm/src/ShyComponentMap.d.ts +1 -1
  76. package/es/ui/src/ShyForm/src/ShyForm.d.ts +132 -132
  77. package/es/ui/src/ShyForm/src/components/ApiCascader.vue.d.ts +1 -1
  78. package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
  79. package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +20 -20
  80. package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +5 -5
  81. package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +4 -4
  82. package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +1 -1
  83. package/es/ui/src/ShyForm/src/components/ApiTree.vue.d.ts +1 -1
  84. package/es/ui/src/ShyForm/src/components/ApiTreeSelect.vue.d.ts +1 -1
  85. package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +4 -4
  86. package/es/ui/src/ShyForm/src/components/FormItem.d.ts +1 -1
  87. package/es/ui/src/ShyForm/src/components/FormWrapper.vue.d.ts +1 -1
  88. package/es/ui/src/ShyForm/src/components/Group.d.ts +5 -6
  89. package/es/ui/src/ShyForm/src/components/RadioButtonGroup.vue.d.ts +3 -3
  90. package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
  91. package/es/ui/src/ShyForm/src/components/Tinymce.vue.d.ts +1 -1
  92. package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -12
  93. package/es/ui/src/ShyForm/src/hooks/useShyForm.d.ts +2 -2
  94. package/es/ui/src/ShyForm/src/props.d.ts +60 -60
  95. package/es/ui/src/ShyForm/src/types/form.d.ts +6 -6
  96. package/es/ui/src/ShyForm/src/types/index.d.ts +2 -2
  97. package/es/ui/src/ShyLayoutContainer/src/ShyLayoutContainer.d.ts +3 -3
  98. package/es/ui/src/ShyLayoutContainer/src/types.d.ts +2 -2
  99. package/es/ui/src/ShyTable/src/ShyTable.d.ts +4 -4
  100. package/es/ui/src/ShyTable/src/componentMap.d.ts +1 -1
  101. package/es/ui/src/ShyTable/src/components/EditTableHeaderIcon.vue.d.ts +1 -1
  102. package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +7 -7
  103. package/es/ui/src/ShyTable/src/components/ShyInfo.d.ts +1 -1
  104. package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
  105. package/es/ui/src/ShyTable/src/components/ShyTableFooter.d.ts +1 -1
  106. package/es/ui/src/ShyTable/src/components/ShyTableHeader.d.ts +1 -1
  107. package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowMore.d.ts +1 -1
  108. package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowSearch.d.ts +1 -1
  109. package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableAdvancedSearch.d.ts +1 -1
  110. package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableColumn.d.ts +1 -1
  111. package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableFullScreen.d.ts +1 -1
  112. package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableGlobalSearch.d.ts +1 -1
  113. package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableSize.d.ts +1 -1
  114. package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
  115. package/es/ui/src/ShyTable/src/components/editable/EditableCell.d.ts +1 -1
  116. package/es/ui/src/ShyTable/src/components/editable/index.d.ts +2 -2
  117. package/es/ui/src/ShyTable/src/hooks/useShyTable.d.ts +3 -3
  118. package/es/ui/src/ShyTable/src/hooks/useShyTableContext.d.ts +2 -2
  119. package/es/ui/src/ShyTable/src/types/pagination.d.ts +1 -1
  120. package/es/ui/src/ShyTable/src/types/table.d.ts +7 -7
  121. package/es/ui/src/ShyTag/src/ShyTag.d.ts +1 -1
  122. package/es/ui/src/StrengthMeter/src/StrengthMeter.vue.d.ts +2 -2
  123. package/es/ui/src/TablePlus/TableColGroup.vue.d.ts +5 -5
  124. package/es/ui/src/TablePlus/TablePlus.vue.d.ts +150 -150
  125. package/es/ui/src/TablePlus/componentMap.d.ts +1 -1
  126. package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +2 -2
  127. package/es/ui/src/TablePlus/components/Icon/Sort.vue.d.ts +1 -1
  128. package/es/ui/src/TablePlus/types/componentType.d.ts +1 -1
  129. package/es/ui/src/Transition/index.d.ts +24 -24
  130. package/es/ui/src/Transition/src/CollapseTransition.vue.d.ts +1 -1
  131. package/es/ui/src/Transition/src/CreateTransition.d.ts +4 -4
  132. package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
  133. package/es/ui/src/Tree/src/types/tree.d.ts +3 -3
  134. package/es/ui/src/Upload/src/components/FileList.d.ts +37 -34
  135. package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +49 -46
  136. package/es/ui/src/Upload/src/props.d.ts +3 -3
  137. package/es/ui/types/global.d.ts +102 -102
  138. package/es/ui/types/index.d.ts +36 -36
  139. package/lib/index.js +264 -180
  140. package/lib/style.css +10176 -0
  141. package/lib/ui/src/Basic/src/BasicArrow.vue.d.ts +3 -3
  142. package/lib/ui/src/Basic/src/BasicHelp.d.ts +6 -6
  143. package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +6 -6
  144. package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +2 -2
  145. package/lib/ui/src/BasicResizeWrapper/src/BasicResizeWrapper.vue.d.ts +1 -1
  146. package/lib/ui/src/Button/index.d.ts +13 -13
  147. package/lib/ui/src/Button/src/BasicButton.d.ts +6 -6
  148. package/lib/ui/src/Button/src/PopConfirmButton.d.ts +1 -1
  149. package/lib/ui/src/Button/src/props.d.ts +1 -1
  150. package/lib/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +8 -0
  151. package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +5 -5
  152. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/HexColorPicker.d.ts +1 -1
  153. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/RgbaColorPicker.d.ts +1 -1
  154. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Alpha.d.ts +1 -1
  155. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/AlphaColorPicker.d.ts +1 -1
  156. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/ColorPicker.d.ts +1 -1
  157. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Hue.d.ts +1 -1
  158. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Interactive.d.ts +1 -1
  159. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Pointer.d.ts +1 -1
  160. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Saturation.d.ts +1 -1
  161. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/css/styles.css.d.ts +2 -2
  162. package/lib/ui/src/ColorPickerPopover/src/vue-colorful/types.d.ts +4 -4
  163. package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +121 -0
  164. package/lib/ui/src/Container/src/ScrollContainer.vue.d.ts +9 -0
  165. package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +83 -11
  166. package/lib/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +1 -1
  167. package/lib/ui/src/Container/src/typing.d.ts +2 -2
  168. package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +1 -1
  169. package/lib/ui/src/CountDown/src/CountButton.vue.d.ts +3 -3
  170. package/lib/ui/src/CountDown/src/CountdownInput.vue.d.ts +1 -1
  171. package/lib/ui/src/CountTo/src/CountTo.vue.d.ts +3 -3
  172. package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +3 -3
  173. package/lib/ui/src/Cropper/src/Cropper.vue.d.ts +3 -3
  174. package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
  175. package/lib/ui/src/Description/src/Description.d.ts +1 -1
  176. package/lib/ui/src/Description/src/DescriptionGroup.d.ts +1 -1
  177. package/lib/ui/src/Description/src/ShyComponentMap.d.ts +1 -1
  178. package/lib/ui/src/Description/src/components/formItem.d.ts +1 -1
  179. package/lib/ui/src/Description/src/typing.d.ts +2 -2
  180. package/lib/ui/src/Descriptions/index.d.ts +3 -3
  181. package/lib/ui/src/Descriptions/src/Descriptions.d.ts +1 -1
  182. package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +2 -2
  183. package/lib/ui/src/Descriptions/src/typing.d.ts +2 -2
  184. package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +3 -3
  185. package/lib/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
  186. package/lib/ui/src/Drawer/src/components/DrawerHeader.vue.d.ts +1 -1
  187. package/lib/ui/src/Drawer/src/typing.d.ts +3 -3
  188. package/lib/ui/src/Icon/src/Icon.vue.d.ts +1 -1
  189. package/lib/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
  190. package/lib/ui/src/Label/src/BasicLabel.vue.d.ts +1 -1
  191. package/lib/ui/src/Loading/src/Loading.vue.d.ts +1 -1
  192. package/lib/ui/src/Modal/index.d.ts +10 -10
  193. package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +4 -4
  194. package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +6 -6
  195. package/lib/ui/src/Modal/src/components/Modal.d.ts +4 -4
  196. package/lib/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
  197. package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +4 -4
  198. package/lib/ui/src/Modal/src/components/ModalHeader.vue.d.ts +1 -1
  199. package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +3 -3
  200. package/lib/ui/src/Modal/src/hooks/useI18n.d.ts +1 -1
  201. package/lib/ui/src/Modal/src/typing.d.ts +3 -3
  202. package/lib/ui/src/Page/src/PageFooter.vue.d.ts +1 -1
  203. package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
  204. package/lib/ui/src/Page/src/PageWrapper.vue.d.ts +1 -1
  205. package/lib/ui/src/Process/src/Process.d.ts +2 -2
  206. package/lib/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +9 -9
  207. package/lib/ui/src/Scrollbar/src/bar.d.ts +1 -1
  208. package/lib/ui/src/Scrollbar/src/types.d.ts +18 -18
  209. package/lib/ui/src/ShyAdvancedSearch/src/ShyAdvancedSearch.d.ts +1 -1
  210. package/lib/ui/src/ShyAdvancedSearch/src/ShyGlobalSearch.d.ts +1 -1
  211. package/lib/ui/src/ShyAdvancedSearch/src/types/index.d.ts +2 -2
  212. package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +1 -1
  213. package/lib/ui/src/ShyForm/src/ShyComponentMap.d.ts +1 -1
  214. package/lib/ui/src/ShyForm/src/ShyForm.d.ts +132 -132
  215. package/lib/ui/src/ShyForm/src/components/ApiCascader.vue.d.ts +1 -1
  216. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
  217. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +20 -20
  218. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +5 -5
  219. package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +4 -4
  220. package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +1 -1
  221. package/lib/ui/src/ShyForm/src/components/ApiTree.vue.d.ts +1 -1
  222. package/lib/ui/src/ShyForm/src/components/ApiTreeSelect.vue.d.ts +1 -1
  223. package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +4 -4
  224. package/lib/ui/src/ShyForm/src/components/FormItem.d.ts +1 -1
  225. package/lib/ui/src/ShyForm/src/components/FormWrapper.vue.d.ts +1 -1
  226. package/lib/ui/src/ShyForm/src/components/Group.d.ts +5 -6
  227. package/lib/ui/src/ShyForm/src/components/RadioButtonGroup.vue.d.ts +3 -3
  228. package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
  229. package/lib/ui/src/ShyForm/src/components/Tinymce.vue.d.ts +1 -1
  230. package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -12
  231. package/lib/ui/src/ShyForm/src/hooks/useShyForm.d.ts +2 -2
  232. package/lib/ui/src/ShyForm/src/props.d.ts +60 -60
  233. package/lib/ui/src/ShyForm/src/types/form.d.ts +6 -6
  234. package/lib/ui/src/ShyForm/src/types/index.d.ts +2 -2
  235. package/lib/ui/src/ShyLayoutContainer/src/ShyLayoutContainer.d.ts +3 -3
  236. package/lib/ui/src/ShyLayoutContainer/src/types.d.ts +2 -2
  237. package/lib/ui/src/ShyTable/src/ShyTable.d.ts +4 -4
  238. package/lib/ui/src/ShyTable/src/componentMap.d.ts +1 -1
  239. package/lib/ui/src/ShyTable/src/components/EditTableHeaderIcon.vue.d.ts +1 -1
  240. package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +7 -7
  241. package/lib/ui/src/ShyTable/src/components/ShyInfo.d.ts +1 -1
  242. package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
  243. package/lib/ui/src/ShyTable/src/components/ShyTableFooter.d.ts +1 -1
  244. package/lib/ui/src/ShyTable/src/components/ShyTableHeader.d.ts +1 -1
  245. package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowMore.d.ts +1 -1
  246. package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowSearch.d.ts +1 -1
  247. package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableAdvancedSearch.d.ts +1 -1
  248. package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableColumn.d.ts +1 -1
  249. package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableFullScreen.d.ts +1 -1
  250. package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableGlobalSearch.d.ts +1 -1
  251. package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableSize.d.ts +1 -1
  252. package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
  253. package/lib/ui/src/ShyTable/src/components/editable/EditableCell.d.ts +1 -1
  254. package/lib/ui/src/ShyTable/src/components/editable/index.d.ts +2 -2
  255. package/lib/ui/src/ShyTable/src/hooks/useShyTable.d.ts +3 -3
  256. package/lib/ui/src/ShyTable/src/hooks/useShyTableContext.d.ts +2 -2
  257. package/lib/ui/src/ShyTable/src/types/pagination.d.ts +1 -1
  258. package/lib/ui/src/ShyTable/src/types/table.d.ts +7 -7
  259. package/lib/ui/src/ShyTag/src/ShyTag.d.ts +1 -1
  260. package/lib/ui/src/StrengthMeter/src/StrengthMeter.vue.d.ts +2 -2
  261. package/lib/ui/src/TablePlus/TableColGroup.vue.d.ts +5 -5
  262. package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +150 -150
  263. package/lib/ui/src/TablePlus/componentMap.d.ts +1 -1
  264. package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +2 -2
  265. package/lib/ui/src/TablePlus/components/Icon/Sort.vue.d.ts +1 -1
  266. package/lib/ui/src/TablePlus/types/componentType.d.ts +1 -1
  267. package/lib/ui/src/Transition/index.d.ts +24 -24
  268. package/lib/ui/src/Transition/src/CollapseTransition.vue.d.ts +1 -1
  269. package/lib/ui/src/Transition/src/CreateTransition.d.ts +4 -4
  270. package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
  271. package/lib/ui/src/Tree/src/types/tree.d.ts +3 -3
  272. package/lib/ui/src/Upload/src/components/FileList.d.ts +37 -34
  273. package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +49 -46
  274. package/lib/ui/src/Upload/src/props.d.ts +3 -3
  275. package/lib/ui/types/global.d.ts +102 -102
  276. package/lib/ui/types/index.d.ts +36 -36
  277. package/package.json +2 -2
  278. package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +0 -107
  279. package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +0 -107

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.