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
@@ -50,10 +50,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
50
50
  default: any;
51
51
  };
52
52
  loading: {
53
- /**
54
- * Whether to trigger window.resize when expanding and contracting,
55
- * Can adapt to tables and forms, when the form shrinks, the form triggers resize to adapt to the height
56
- */
57
53
  type: BooleanConstructor;
58
54
  default: any;
59
55
  };
@@ -350,10 +346,86 @@ declare const _sfc_main: import("vue").DefineComponent<{
350
346
  rows: NumberConstructor;
351
347
  }>>;
352
348
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
353
- readonly Button: any;
354
- readonly Avatar: any;
355
- readonly Input: any;
356
- readonly Image: any;
349
+ readonly Button: import("vue").DefineComponent<{
350
+ size: PropType<"small" | "default" | "large">;
351
+ block: BooleanConstructor;
352
+ prefixCls: StringConstructor;
353
+ shape: PropType<"default" | "circle" | "round" | "square">;
354
+ active: {
355
+ type: BooleanConstructor;
356
+ default: any;
357
+ };
358
+ }, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
359
+ size: PropType<"small" | "default" | "large">;
360
+ block: BooleanConstructor;
361
+ prefixCls: StringConstructor;
362
+ shape: PropType<"default" | "circle" | "round" | "square">;
363
+ active: {
364
+ type: BooleanConstructor;
365
+ default: any;
366
+ };
367
+ }>>, {
368
+ block: boolean;
369
+ active: boolean;
370
+ }, {}>;
371
+ readonly Avatar: import("vue").DefineComponent<{
372
+ shape: PropType<"circle" | "square">;
373
+ prefixCls: StringConstructor;
374
+ size: PropType<number | "small" | "default" | "large">;
375
+ active: {
376
+ type: BooleanConstructor;
377
+ default: any;
378
+ };
379
+ }, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
380
+ shape: PropType<"circle" | "square">;
381
+ prefixCls: StringConstructor;
382
+ size: PropType<number | "small" | "default" | "large">;
383
+ active: {
384
+ type: BooleanConstructor;
385
+ default: any;
386
+ };
387
+ }>>, {
388
+ active: boolean;
389
+ }, {}>;
390
+ readonly Input: import("vue").DefineComponent<{
391
+ size: PropType<"small" | "default" | "large">;
392
+ block: BooleanConstructor;
393
+ active: {
394
+ type: BooleanConstructor;
395
+ default: any;
396
+ };
397
+ prefixCls: StringConstructor;
398
+ }, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
399
+ size: PropType<"small" | "default" | "large">;
400
+ block: BooleanConstructor;
401
+ active: {
402
+ type: BooleanConstructor;
403
+ default: any;
404
+ };
405
+ prefixCls: StringConstructor;
406
+ }>>, {
407
+ block: boolean;
408
+ active: boolean;
409
+ }, {}>;
410
+ readonly Image: import("vue").DefineComponent<Omit<{
411
+ prefixCls: StringConstructor;
412
+ size: PropType<number | "small" | "default" | "large">;
413
+ shape: PropType<"default" | "circle" | "round" | "square">;
414
+ active: {
415
+ type: BooleanConstructor;
416
+ default: any;
417
+ }; /**
418
+ * @description: Handling development events
419
+ */
420
+ }, "size" | "active" | "shape">, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Omit<{
421
+ prefixCls: StringConstructor;
422
+ size: PropType<number | "small" | "default" | "large">;
423
+ shape: PropType<"default" | "circle" | "round" | "square">;
424
+ active: {
425
+ type: BooleanConstructor;
426
+ default: any;
427
+ };
428
+ }, "size" | "active" | "shape">>>, {}, {}>;
357
429
  };
358
430
  readonly CollapseTransition: import("vue").DefineComponent<{}, {
359
431
  on: {
@@ -364,7 +436,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
364
436
  leave(el: any): void;
365
437
  afterLeave(el: any): void;
366
438
  };
367
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
439
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
368
440
  CollapseHeader: import("vue").DefineComponent<{
369
441
  prefixCls: {
370
442
  type: StringConstructor;
@@ -382,7 +454,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
382
454
  canExpan: {
383
455
  type: BooleanConstructor;
384
456
  };
385
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
457
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
386
458
  prefixCls: {
387
459
  type: StringConstructor;
388
460
  };
@@ -406,7 +478,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
406
478
  canExpan: boolean;
407
479
  show: boolean;
408
480
  }, {}>;
409
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
481
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
410
482
  title: {
411
483
  type: StringConstructor;
412
484
  default: string;
@@ -15,7 +15,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
15
15
  canExpan: {
16
16
  type: BooleanConstructor;
17
17
  };
18
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  prefixCls: {
20
20
  type: StringConstructor;
21
21
  };
@@ -1,4 +1,4 @@
1
- export declare type ScrollType = 'default' | 'main';
1
+ export type ScrollType = 'default' | 'main';
2
2
  export interface CollapseContainerOptions {
3
3
  canExpand?: boolean;
4
4
  title?: string;
@@ -8,7 +8,7 @@ export interface ScrollContainerOptions {
8
8
  enableScroll?: boolean;
9
9
  type?: ScrollType;
10
10
  }
11
- export declare type ScrollActionType = RefType<{
11
+ export type ScrollActionType = RefType<{
12
12
  scrollBottom: () => void;
13
13
  getScrollWrap: () => Nullable<HTMLElement>;
14
14
  scrollTo: (top: number) => void;
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  type: PropType<ContextMenuItem[]>;
28
28
  default(): any[];
29
29
  };
30
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  width: {
32
32
  type: NumberConstructor;
33
33
  default: number;
@@ -1,6 +1,6 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{
2
2
  value: {
3
- type: (ObjectConstructor | NumberConstructor | StringConstructor | ArrayConstructor)[];
3
+ type: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
4
4
  };
5
5
  count: {
6
6
  type: NumberConstructor;
@@ -16,9 +16,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
16
16
  loading: import("vue").Ref<boolean>;
17
17
  getButtonText: import("vue").ComputedRef<string>;
18
18
  isStart: import("vue").Ref<boolean>;
19
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  value: {
21
- type: (ObjectConstructor | NumberConstructor | StringConstructor | ArrayConstructor)[];
21
+ type: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
22
22
  };
23
23
  count: {
24
24
  type: NumberConstructor;
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
18
18
  }, {
19
19
  prefixCls: string;
20
20
  state: import("vue").WritableComputedRef<string | number | (() => Promise<boolean>)>;
21
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  value: {
23
23
  type: StringConstructor;
24
24
  };
@@ -60,7 +60,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
60
60
  value: import("vue").ComputedRef<string>;
61
61
  start: () => void;
62
62
  reset: () => void;
63
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onStarted" | "onFinished")[], "onStarted" | "onFinished", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onStarted" | "onFinished")[], "onStarted" | "onFinished", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64
64
  startVal: {
65
65
  type: NumberConstructor;
66
66
  default: number;
@@ -122,16 +122,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
122
122
  onOnStarted?: (...args: any[]) => any;
123
123
  onOnFinished?: (...args: any[]) => any;
124
124
  }, {
125
- prefix: string;
126
- transition: string;
127
125
  duration: number;
128
126
  startVal: number;
129
127
  endVal: number;
130
128
  autoplay: boolean;
131
129
  decimals: number;
130
+ prefix: string;
132
131
  suffix: string;
133
132
  separator: string;
134
133
  decimal: string;
135
134
  useEasing: boolean;
135
+ transition: string;
136
136
  }, {}>;
137
137
  export default _sfc_main;
@@ -1,5 +1,5 @@
1
1
  import type { CropendResult, Cropper } from './typing';
2
- declare type apiFunParams = {
2
+ type apiFunParams = {
3
3
  file: Blob;
4
4
  name: string;
5
5
  filename: string;
@@ -22,7 +22,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
22
22
  handleReady: (cropperInstance: Cropper) => void;
23
23
  handlerToolbar: (event: string, arg?: number) => void;
24
24
  handleOk: () => Promise<void>;
25
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "uploadSuccess" | "beforeUpload")[], "register" | "beforeUpload" | "uploadSuccess", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
25
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "beforeUpload" | "uploadSuccess")[], "register" | "beforeUpload" | "uploadSuccess", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
26
  circled: {
27
27
  type: BooleanConstructor;
28
28
  default: boolean;
@@ -32,8 +32,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
32
32
  };
33
33
  }>> & {
34
34
  onRegister?: (...args: any[]) => any;
35
- onUploadSuccess?: (...args: any[]) => any;
36
35
  onBeforeUpload?: (...args: any[]) => any;
36
+ onUploadSuccess?: (...args: any[]) => any;
37
37
  }, {
38
38
  circled: boolean;
39
39
  }, {}>;
@@ -1,6 +1,6 @@
1
1
  import type { CSSProperties } from 'vue';
2
2
  import Cropper from 'cropperjs';
3
- declare type Options = Cropper.Options;
3
+ type Options = Cropper.Options;
4
4
  declare const _sfc_main: import("vue").DefineComponent<{
5
5
  src: {
6
6
  type: StringConstructor;
@@ -40,7 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
40
40
  getImageStyle: import("vue").ComputedRef<CSSProperties>;
41
41
  isReady: import("vue").Ref<boolean>;
42
42
  croppered: () => void;
43
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ready" | "cropend" | "cropendError")[], "ready" | "cropend" | "cropendError", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cropend" | "ready" | "cropendError")[], "cropend" | "ready" | "cropendError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
44
  src: {
45
45
  type: StringConstructor;
46
46
  required: boolean;
@@ -73,8 +73,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
73
73
  default: () => {};
74
74
  };
75
75
  }>> & {
76
- onReady?: (...args: any[]) => any;
77
76
  onCropend?: (...args: any[]) => any;
77
+ onReady?: (...args: any[]) => any;
78
78
  onCropendError?: (...args: any[]) => any;
79
79
  }, {
80
80
  options: {};
@@ -14,7 +14,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
14
14
  btnProps: {
15
15
  type: PropType<Partial<import("vue").ExtractPropTypes<{
16
16
  type: {
17
- type: ((new (...args: any[]) => "link" | "text" | "default" | "message" | "primary" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "text" | "default" | "message" | "primary" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "text" | "default" | "message" | "primary" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "text" | "default" | "message" | "primary" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
17
+ type: ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
18
18
  default: string;
19
19
  };
20
20
  color: {
@@ -89,7 +89,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
89
89
  closeModal: any;
90
90
  filename: any;
91
91
  }) => void;
92
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value" | "beforeUpload")[], "change" | "update:value" | "beforeUpload", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
92
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value" | "beforeUpload")[], "change" | "update:value" | "beforeUpload", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
93
93
  width: {
94
94
  type: (NumberConstructor | StringConstructor)[];
95
95
  default: string;
@@ -104,7 +104,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
104
104
  btnProps: {
105
105
  type: PropType<Partial<import("vue").ExtractPropTypes<{
106
106
  type: {
107
- type: ((new (...args: any[]) => "link" | "text" | "default" | "message" | "primary" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "text" | "default" | "message" | "primary" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "text" | "default" | "message" | "primary" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "text" | "default" | "message" | "primary" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
107
+ type: ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
108
108
  default: string;
109
109
  };
110
110
  color: {
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
40
40
  type: ((new (...args: any[]) => "vertical| horizontal") | (() => "vertical| horizontal")) | ((new (...args: any[]) => "vertical| horizontal") | (() => "vertical| horizontal"))[];
41
41
  default: () => "horizontal";
42
42
  };
43
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
44
  schema: {
45
45
  type: ((new (...args: any[]) => Schema[]) | (() => Schema[])) | ((new (...args: any[]) => Schema[]) | (() => Schema[]))[];
46
46
  default: () => any[];
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
3
3
  type: StringConstructor;
4
4
  default: () => string;
5
5
  };
6
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
7
  label: {
8
8
  type: StringConstructor;
9
9
  default: () => string;
@@ -1,6 +1,6 @@
1
1
  import type { JSXComponent } from 'vue';
2
2
  import type { ComponentType } from '../../ShyForm/src/types/index';
3
- declare const ShyComponentMap: Map<ComponentType, JSXComponent<any>>;
3
+ declare const ShyComponentMap: Map<ComponentType, JSXComponent>;
4
4
  export declare function add(compName: ComponentType, component: JSXComponent): void;
5
5
  export declare function del(compName: ComponentType): void;
6
6
  export { ShyComponentMap };
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  type: ObjectConstructor;
17
17
  default: () => {};
18
18
  };
19
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  formModel: {
21
21
  type: ObjectConstructor;
22
22
  };
@@ -31,8 +31,8 @@ export interface DescInstance {
31
31
  getFieldsValue(): void;
32
32
  setFieldsValue(form: any): void;
33
33
  }
34
- export declare type Register = (descInstance: DescInstance) => void;
34
+ export type Register = (descInstance: DescInstance) => void;
35
35
  /**
36
36
  * @description:
37
37
  */
38
- export declare type UseDescReturnType = [Register, DescInstance];
38
+ export type UseDescReturnType = [Register, DescInstance];
@@ -100,9 +100,9 @@ export declare const ShyDescriptions: {
100
100
  onRegister?: (...args: any[]) => any;
101
101
  }, {
102
102
  data: Record<string, any>;
103
- mode: "vertical| horizontal";
104
103
  render: Record<string, any>;
105
104
  schemas: import("./src/typing").DescItem[];
105
+ mode: "vertical| horizontal";
106
106
  bordered: boolean;
107
107
  summaryPrecision: number;
108
108
  summaryTotalFields: string[];
@@ -168,9 +168,9 @@ export declare const ShyDescriptions: {
168
168
  onRegister?: (...args: any[]) => any;
169
169
  }, () => JSX.Element, {}, {}, {}, {
170
170
  data: Record<string, any>;
171
- mode: "vertical| horizontal";
172
171
  render: Record<string, any>;
173
172
  schemas: import("./src/typing").DescItem[];
173
+ mode: "vertical| horizontal";
174
174
  bordered: boolean;
175
175
  summaryPrecision: number;
176
176
  summaryTotalFields: string[];
@@ -233,9 +233,9 @@ export declare const ShyDescriptions: {
233
233
  onRegister?: (...args: any[]) => any;
234
234
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", {
235
235
  data: Record<string, any>;
236
- mode: "vertical| horizontal";
237
236
  render: Record<string, any>;
238
237
  schemas: import("./src/typing").DescItem[];
238
+ mode: "vertical| horizontal";
239
239
  bordered: boolean;
240
240
  summaryPrecision: number;
241
241
  summaryTotalFields: string[];
@@ -1,7 +1,7 @@
1
1
  import { SlotsType } from 'vue';
2
2
  declare const Descriptions: import("vue").DefineComponent<{
3
3
  bordered: BooleanConstructor;
4
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
5
  bordered: BooleanConstructor;
6
6
  }>>, {
7
7
  bordered: boolean;
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
46
46
  span: number;
47
47
  };
48
48
  };
49
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
49
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
50
50
  schemas: {
51
51
  type: ((new (...args: any[]) => DescItem[]) | (() => DescItem[])) | ((new (...args: any[]) => DescItem[]) | (() => DescItem[]))[];
52
52
  default: () => any[];
@@ -97,9 +97,9 @@ declare const _default: import("vue").DefineComponent<{
97
97
  onRegister?: (...args: any[]) => any;
98
98
  }, {
99
99
  data: Record<string, any>;
100
- mode: "vertical| horizontal";
101
100
  render: Record<string, any>;
102
101
  schemas: DescItem[];
102
+ mode: "vertical| horizontal";
103
103
  bordered: boolean;
104
104
  summaryPrecision: number;
105
105
  summaryTotalFields: string[];
@@ -35,8 +35,8 @@ export interface DescriptionProps {
35
35
  export interface DescInstance {
36
36
  setDescProps(descProps: Partial<DescriptionProps>): void;
37
37
  }
38
- export declare type Register = (descInstance: DescInstance) => void;
38
+ export type Register = (descInstance: DescInstance) => void;
39
39
  /**
40
40
  * @description:
41
41
  */
42
- export declare type UseDescReturnType = [Register, DescInstance];
42
+ export type UseDescReturnType = [Register, DescInstance];
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
77
77
  getBindValues: import("vue").ComputedRef<DrawerProps>;
78
78
  getFooterHeight: import("vue").ComputedRef<string>;
79
79
  handleOk: () => void;
80
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok" | "visible-change" | "register")[], "close" | "register" | "ok" | "visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
80
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok" | "visible-change" | "register")[], "close" | "ok" | "visible-change" | "register", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
81
81
  confirmLoading: {
82
82
  type: BooleanConstructor;
83
83
  };
@@ -145,14 +145,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
145
145
  type: BooleanConstructor;
146
146
  };
147
147
  }>> & {
148
+ onClose?: (...args: any[]) => any;
148
149
  onOk?: (...args: any[]) => any;
149
150
  "onVisible-change"?: (...args: any[]) => any;
150
151
  onRegister?: (...args: any[]) => any;
151
- onClose?: (...args: any[]) => any;
152
152
  }, {
153
153
  title: string;
154
- visible: boolean;
155
154
  loading: boolean;
155
+ visible: boolean;
156
156
  showCancelBtn: boolean;
157
157
  showOkBtn: boolean;
158
158
  confirmLoading: boolean;
@@ -41,7 +41,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
41
41
  prefixCls: string;
42
42
  handleClose: () => void;
43
43
  getStyle: import("vue").ComputedRef<CSSProperties>;
44
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok")[], "close" | "ok", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok")[], "close" | "ok", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
45
  height: {
46
46
  type: StringConstructor;
47
47
  default: string;
@@ -79,8 +79,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
79
79
  default: number;
80
80
  };
81
81
  }>> & {
82
- onOk?: (...args: any[]) => any;
83
82
  onClose?: (...args: any[]) => any;
83
+ onOk?: (...args: any[]) => any;
84
84
  }, {
85
85
  height: string;
86
86
  showCancelBtn: boolean;
@@ -11,7 +11,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
11
11
  }, {
12
12
  prefixCls: string;
13
13
  handleClose: () => void;
14
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  isDetail: {
16
16
  type: BooleanConstructor;
17
17
  };
@@ -10,15 +10,15 @@ export interface ReturnDrawerMethods extends DrawerInstance {
10
10
  closeDrawer: () => void;
11
11
  getVisible?: ComputedRef<boolean>;
12
12
  }
13
- export declare type RegisterDrawerFn = (drawerInstance: DrawerInstance, uuid?: string) => void;
13
+ export type RegisterDrawerFn = (drawerInstance: DrawerInstance, uuid?: string) => void;
14
14
  export interface ReturnDrawerInnerMethods extends DrawerInstance {
15
15
  closeDrawer: () => void;
16
16
  changeLoading: (loading: boolean) => void;
17
17
  changeOkLoading: (loading: boolean) => void;
18
18
  getVisible?: ComputedRef<boolean>;
19
19
  }
20
- export declare type UseDrawerReturnType = [RegisterDrawerFn, ReturnDrawerMethods];
21
- export declare type UseDrawerInnerReturnType = [RegisterDrawerFn, ReturnDrawerInnerMethods];
20
+ export type UseDrawerReturnType = [RegisterDrawerFn, ReturnDrawerMethods];
21
+ export type UseDrawerInnerReturnType = [RegisterDrawerFn, ReturnDrawerInnerMethods];
22
22
  export interface DrawerFooterProps {
23
23
  showOkBtn: boolean;
24
24
  showCancelBtn: boolean;
@@ -24,7 +24,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
24
24
  getWrapStyle: import("vue").ComputedRef<CSSProperties>;
25
25
  isSvgIcon: import("vue").ComputedRef<boolean>;
26
26
  getSvgIcon: import("vue").ComputedRef<string>;
27
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  icon: {
29
29
  type: StringConstructor;
30
30
  };
@@ -20,7 +20,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
20
20
  symbolId: import("vue").ComputedRef<string>;
21
21
  prefixCls: string;
22
22
  getStyle: import("vue").ComputedRef<CSSProperties>;
23
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  prefix: {
25
25
  type: StringConstructor;
26
26
  default: string;
@@ -13,7 +13,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
13
13
  }, {
14
14
  prefixCls: string;
15
15
  getSize: import("vue").ComputedRef<string>;
16
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  title: {
18
18
  type: StringConstructor;
19
19
  };
@@ -24,7 +24,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
24
24
  theme: {
25
25
  type: PropType<"dark" | "light">;
26
26
  };
27
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
27
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
28
  tip: {
29
29
  type: PropType<string>;
30
30
  default: string;