@aplus-frontend/ui 0.1.8 → 0.1.10

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 (359) hide show
  1. package/es/index.mjs +57 -56
  2. package/es/src/ap-action/group/index.vue.d.ts +30 -3
  3. package/es/src/ap-action/item/index.vue.d.ts +30 -3
  4. package/es/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
  5. package/es/src/ap-action/item-modal/index.vue.d.ts +33 -6
  6. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
  7. package/es/src/ap-custom-column/column-select.vue.d.ts +14 -5
  8. package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
  9. package/es/src/ap-custom-column/custom-column.vue.d.ts +14 -5
  10. package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
  11. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
  12. package/es/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
  13. package/es/src/ap-download/ap-download.vue.d.ts +28 -3
  14. package/es/src/ap-field/checkbox/index.vue.d.ts +31 -40
  15. package/es/src/ap-field/date/index.vue.d.ts +64 -19
  16. package/es/src/ap-field/date-range/index.vue.d.ts +66 -20
  17. package/es/src/ap-field/interface.d.ts +4 -0
  18. package/es/src/ap-field/number/index.vue.d.ts +42 -138
  19. package/es/src/ap-field/radio/index.vue.d.ts +31 -51
  20. package/es/src/ap-field/rate/index.vue.d.ts +39 -46
  21. package/es/src/ap-field/segmented/index.vue.d.ts +32 -47
  22. package/es/src/ap-field/select/index.vue.d.ts +65 -192
  23. package/es/src/ap-field/select/index.vue.mjs +36 -31
  24. package/es/src/ap-field/slider/index.vue.d.ts +40 -115
  25. package/es/src/ap-field/switch/index.vue.d.ts +35 -60
  26. package/es/src/ap-field/text/index.vue.d.ts +38 -105
  27. package/es/src/ap-field/text/password.vue.d.ts +45 -113
  28. package/es/src/ap-field/text-area/index.vue.d.ts +38 -117
  29. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
  30. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +25 -30
  31. package/es/src/ap-form/ap-form-item.vue.d.ts +38 -128
  32. package/es/src/ap-form/ap-form-item.vue.mjs +52 -42
  33. package/es/src/ap-form/ap-form-list.vue.d.ts +11 -2
  34. package/es/src/ap-form/ap-form.vue.d.ts +36 -238
  35. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  36. package/es/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
  37. package/es/src/ap-form/items/date/index.vue.d.ts +37 -131
  38. package/es/src/ap-form/items/date-range/index.vue.d.ts +37 -131
  39. package/es/src/ap-form/items/number/index.vue.d.ts +38 -132
  40. package/es/src/ap-form/items/radio/index.vue.d.ts +38 -8
  41. package/es/src/ap-form/items/select/index.vue.d.ts +38 -132
  42. package/es/src/ap-form/items/switch/index.vue.d.ts +39 -7
  43. package/es/src/ap-form/items/text/index.vue.d.ts +38 -132
  44. package/es/src/ap-form/items/text/password.vue.d.ts +38 -132
  45. package/es/src/ap-form/items/text-area/index.vue.d.ts +38 -9
  46. package/es/src/ap-form/modal-form/index.vue.d.ts +52 -17
  47. package/es/src/ap-form/search-form/index.vue.d.ts +50 -254
  48. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +30 -3
  49. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +33 -23
  50. package/es/src/ap-list/index.vue.d.ts +3 -3
  51. package/es/src/ap-table/ap-table.vue.d.ts +2 -2
  52. package/es/src/ap-table/ap-table.vue.mjs +158 -147
  53. package/es/src/ap-table/components/index/index.vue.d.ts +24 -3
  54. package/es/src/ap-table/components/status/index.vue.d.ts +11 -2
  55. package/es/src/ap-table/constants.d.ts +12396 -4527
  56. package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  57. package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -10
  58. package/es/src/ap-table/hooks/use-table-paging.mjs +63 -63
  59. package/es/src/ap-table/interface.d.ts +13 -1
  60. package/es/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
  61. package/es/src/ap-tag/ap-tag-group.vue.mjs +88 -88
  62. package/es/src/ap-tag/ap-tag.vue.d.ts +28 -3
  63. package/es/src/ap-upload/apUpload.vue.d.ts +48 -23
  64. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  65. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
  66. package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  67. package/es/src/base-button/button.vue.d.ts +24 -3
  68. package/es/src/base-button/index.d.ts +110 -7
  69. package/es/src/base-button/modal-button.vue.d.ts +14 -8
  70. package/es/src/base-button/pop-confirm-button.vue.d.ts +10 -7
  71. package/es/src/basic/arrow.vue.d.ts +11 -2
  72. package/es/src/basic/help.vue.d.ts +50 -324
  73. package/es/src/basic/index.d.ts +202 -667
  74. package/es/src/basic/title.vue.d.ts +24 -3
  75. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
  76. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
  77. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +53 -48
  78. package/es/src/business/ap-export-group/interface.d.ts +4 -0
  79. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
  80. package/es/src/business/ap-label/ApLabel.vue.d.ts +40 -45
  81. package/es/src/business/ap-label/ApLabel.vue2.mjs +54 -39
  82. package/es/src/business/ap-label/ApLabelGroup.d.ts +43 -0
  83. package/es/src/business/ap-label/ApLabelGroup.mjs +30 -0
  84. package/es/src/business/ap-label/constans.d.ts +20 -0
  85. package/es/src/business/ap-label/constans.mjs +21 -0
  86. package/es/src/business/ap-label/interface.d.ts +21 -2
  87. package/es/src/business/ap-label/style.css +26 -1
  88. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  89. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
  90. package/es/src/business/ap-status/ApStatus.vue.d.ts +28 -3
  91. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
  92. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
  93. package/es/src/business/index.d.ts +995 -201
  94. package/es/src/business/index.mjs +21 -19
  95. package/es/src/business/title/ApTitle.vue.d.ts +32 -3
  96. package/es/src/button/button.vue.d.ts +11 -2
  97. package/es/src/button/index.d.ts +32 -16
  98. package/es/src/check-card/group.vue.d.ts +41 -17
  99. package/es/src/check-card/index.vue.d.ts +35 -20
  100. package/es/src/config-provider/config-provider.d.ts +137 -41
  101. package/es/src/config-provider/index.d.ts +545 -161
  102. package/es/src/container/collapse/header.vue.d.ts +13 -11
  103. package/es/src/container/collapse/index.vue.d.ts +40 -11
  104. package/es/src/container/index.d.ts +119 -40
  105. package/es/src/container/scroll-container.vue.d.ts +12 -3
  106. package/es/src/count-down/button.vue.d.ts +24 -3
  107. package/es/src/count-down/index.d.ts +111 -12
  108. package/es/src/count-down/input.vue.d.ts +24 -3
  109. package/es/src/cropper/cropper-avatar.vue.d.ts +33 -6
  110. package/es/src/cropper/cropper-image.vue.d.ts +36 -5
  111. package/es/src/cropper/cropper-modal.vue.d.ts +21 -13
  112. package/es/src/cropper/index.d.ts +269 -24
  113. package/es/src/description/description.vue.d.ts +45 -15
  114. package/es/src/description/index.d.ts +171 -51
  115. package/es/src/dropdown/dropdown.vue.d.ts +30 -5
  116. package/es/src/dropdown/index.d.ts +76 -12
  117. package/es/src/editable-table/form-item.vue.d.ts +4 -4
  118. package/es/src/editable-table/index.vue.d.ts +4 -4
  119. package/es/src/hooks/useControllableValue.d.ts +1 -1
  120. package/es/src/icon/icon.vue.d.ts +29 -3
  121. package/es/src/icon/index.d.ts +159 -12
  122. package/es/src/icon/svg-icon.vue.d.ts +28 -3
  123. package/es/src/icon-picker/icon-picker.vue.d.ts +38 -5
  124. package/es/src/icon-picker/index.d.ts +139 -12
  125. package/es/src/index.mjs +184 -183
  126. package/es/src/modal/basic.vue.d.ts +117 -147
  127. package/es/src/modal/components/modal-close.vue.d.ts +26 -5
  128. package/es/src/modal/components/modal-footer.vue.d.ts +116 -146
  129. package/es/src/modal/components/modal-header.vue.d.ts +11 -2
  130. package/es/src/modal/components/modal-wrapper.vue.d.ts +43 -19
  131. package/es/src/modal/components/modal.d.ts +115 -145
  132. package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  133. package/es/src/modal/index.d.ts +462 -287
  134. package/es/src/pro-form/components/api-cascader.vue.d.ts +38 -5
  135. package/es/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
  136. package/es/src/pro-form/components/api-select.vue.d.ts +38 -5
  137. package/es/src/pro-form/components/api-transfer.vue.d.ts +40 -5
  138. package/es/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
  139. package/es/src/pro-form/components/api-tree.vue.d.ts +28 -5
  140. package/es/src/pro-form/components/form-action.vue.d.ts +38 -5
  141. package/es/src/pro-form/components/form-item.vue.d.ts +34 -14
  142. package/es/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
  143. package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
  144. package/es/src/pro-form/pro-form.vue.d.ts +57 -6
  145. package/es/src/pro-form/table-form-inner.vue.d.ts +34 -5
  146. package/es/src/pro-form/table-form.vue.d.ts +29 -4
  147. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
  148. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
  149. package/es/src/pro-table/components/header-cell.vue.d.ts +9 -726
  150. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  151. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  152. package/es/src/pro-table/components/settings/index.vue.d.ts +11 -8
  153. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  154. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  155. package/es/src/pro-table/components/table-action.vue.d.ts +24 -10
  156. package/es/src/pro-table/components/table-footer.vue.d.ts +30 -5
  157. package/es/src/pro-table/components/table-header.vue.d.ts +31 -15
  158. package/es/src/pro-table/components/table-image.vue.d.ts +32 -3
  159. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
  160. package/es/src/pro-table/components/table-title.vue.d.ts +13 -7
  161. package/es/src/pro-table/pro-table.vue.d.ts +61 -8
  162. package/es/src/prompt/dialog.vue.d.ts +11 -2
  163. package/es/src/scroll-bar/bar-item.d.ts +9 -10
  164. package/es/src/scroll-bar/index.d.ts +135 -12
  165. package/es/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
  166. package/es/src/strength-meter/index.d.ts +55 -12
  167. package/es/src/strength-meter/strength-meter.vue.d.ts +26 -5
  168. package/es/src/tests/wrapper.d.ts +6 -3
  169. package/es/src/theme/antd-global-overwrite/admin/button.css +3 -0
  170. package/es/src/theme/antd-global-overwrite/admin/index.css +3 -0
  171. package/es/src/theme/antd-global-overwrite/aplus/button.css +3 -0
  172. package/es/src/theme/antd-global-overwrite/aplus/index.css +3 -0
  173. package/es/src/theme/ap-label/ap-label.css +26 -1
  174. package/es/src/transition/collapse-transition.vue.d.ts +2 -2
  175. package/es/src/transition/create-transition.d.ts +25 -13
  176. package/es/src/transition/index.d.ts +193 -88
  177. package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
  178. package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
  179. package/es/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
  180. package/lib/index.js +1 -1
  181. package/lib/src/ap-action/group/index.vue.d.ts +30 -3
  182. package/lib/src/ap-action/item/index.vue.d.ts +30 -3
  183. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
  184. package/lib/src/ap-action/item-modal/index.vue.d.ts +33 -6
  185. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
  186. package/lib/src/ap-custom-column/column-select.vue.d.ts +14 -5
  187. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  188. package/lib/src/ap-custom-column/custom-column.vue.d.ts +14 -5
  189. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  190. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
  191. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
  192. package/lib/src/ap-download/ap-download.vue.d.ts +28 -3
  193. package/lib/src/ap-field/checkbox/index.vue.d.ts +31 -40
  194. package/lib/src/ap-field/date/index.vue.d.ts +64 -19
  195. package/lib/src/ap-field/date-range/index.vue.d.ts +66 -20
  196. package/lib/src/ap-field/interface.d.ts +4 -0
  197. package/lib/src/ap-field/number/index.vue.d.ts +42 -138
  198. package/lib/src/ap-field/radio/index.vue.d.ts +31 -51
  199. package/lib/src/ap-field/rate/index.vue.d.ts +39 -46
  200. package/lib/src/ap-field/segmented/index.vue.d.ts +32 -47
  201. package/lib/src/ap-field/select/index.vue.d.ts +65 -192
  202. package/lib/src/ap-field/select/index.vue.js +1 -1
  203. package/lib/src/ap-field/slider/index.vue.d.ts +40 -115
  204. package/lib/src/ap-field/switch/index.vue.d.ts +35 -60
  205. package/lib/src/ap-field/text/index.vue.d.ts +38 -105
  206. package/lib/src/ap-field/text/password.vue.d.ts +45 -113
  207. package/lib/src/ap-field/text-area/index.vue.d.ts +38 -117
  208. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
  209. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  210. package/lib/src/ap-form/ap-form-item.vue.d.ts +38 -128
  211. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  212. package/lib/src/ap-form/ap-form-list.vue.d.ts +11 -2
  213. package/lib/src/ap-form/ap-form.vue.d.ts +36 -238
  214. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  215. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
  216. package/lib/src/ap-form/items/date/index.vue.d.ts +37 -131
  217. package/lib/src/ap-form/items/date-range/index.vue.d.ts +37 -131
  218. package/lib/src/ap-form/items/number/index.vue.d.ts +38 -132
  219. package/lib/src/ap-form/items/radio/index.vue.d.ts +38 -8
  220. package/lib/src/ap-form/items/select/index.vue.d.ts +38 -132
  221. package/lib/src/ap-form/items/switch/index.vue.d.ts +39 -7
  222. package/lib/src/ap-form/items/text/index.vue.d.ts +38 -132
  223. package/lib/src/ap-form/items/text/password.vue.d.ts +38 -132
  224. package/lib/src/ap-form/items/text-area/index.vue.d.ts +38 -9
  225. package/lib/src/ap-form/modal-form/index.vue.d.ts +52 -17
  226. package/lib/src/ap-form/search-form/index.vue.d.ts +50 -254
  227. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +30 -3
  228. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -1
  229. package/lib/src/ap-list/index.vue.d.ts +3 -3
  230. package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
  231. package/lib/src/ap-table/ap-table.vue.js +1 -1
  232. package/lib/src/ap-table/components/index/index.vue.d.ts +24 -3
  233. package/lib/src/ap-table/components/status/index.vue.d.ts +11 -2
  234. package/lib/src/ap-table/constants.d.ts +12396 -4527
  235. package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  236. package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -10
  237. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  238. package/lib/src/ap-table/interface.d.ts +13 -1
  239. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
  240. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  241. package/lib/src/ap-tag/ap-tag.vue.d.ts +28 -3
  242. package/lib/src/ap-upload/apUpload.vue.d.ts +48 -23
  243. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  244. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
  245. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  246. package/lib/src/base-button/button.vue.d.ts +24 -3
  247. package/lib/src/base-button/index.d.ts +110 -7
  248. package/lib/src/base-button/modal-button.vue.d.ts +14 -8
  249. package/lib/src/base-button/pop-confirm-button.vue.d.ts +10 -7
  250. package/lib/src/basic/arrow.vue.d.ts +11 -2
  251. package/lib/src/basic/help.vue.d.ts +50 -324
  252. package/lib/src/basic/index.d.ts +202 -667
  253. package/lib/src/basic/title.vue.d.ts +24 -3
  254. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
  255. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
  256. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  257. package/lib/src/business/ap-export-group/interface.d.ts +4 -0
  258. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
  259. package/lib/src/business/ap-label/ApLabel.vue.d.ts +40 -45
  260. package/lib/src/business/ap-label/ApLabel.vue2.js +1 -1
  261. package/lib/src/business/ap-label/ApLabelGroup.d.ts +43 -0
  262. package/lib/src/business/ap-label/ApLabelGroup.js +1 -0
  263. package/lib/src/business/ap-label/constans.d.ts +20 -0
  264. package/lib/src/business/ap-label/constans.js +1 -0
  265. package/lib/src/business/ap-label/interface.d.ts +21 -2
  266. package/lib/src/business/ap-label/style.css +26 -1
  267. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  268. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  269. package/lib/src/business/ap-status/ApStatus.vue.d.ts +28 -3
  270. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
  271. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
  272. package/lib/src/business/index.d.ts +995 -201
  273. package/lib/src/business/index.js +1 -1
  274. package/lib/src/business/title/ApTitle.vue.d.ts +32 -3
  275. package/lib/src/button/button.vue.d.ts +11 -2
  276. package/lib/src/button/index.d.ts +32 -16
  277. package/lib/src/check-card/group.vue.d.ts +41 -17
  278. package/lib/src/check-card/index.vue.d.ts +35 -20
  279. package/lib/src/config-provider/config-provider.d.ts +137 -41
  280. package/lib/src/config-provider/index.d.ts +545 -161
  281. package/lib/src/container/collapse/header.vue.d.ts +13 -11
  282. package/lib/src/container/collapse/index.vue.d.ts +40 -11
  283. package/lib/src/container/index.d.ts +119 -40
  284. package/lib/src/container/scroll-container.vue.d.ts +12 -3
  285. package/lib/src/count-down/button.vue.d.ts +24 -3
  286. package/lib/src/count-down/index.d.ts +111 -12
  287. package/lib/src/count-down/input.vue.d.ts +24 -3
  288. package/lib/src/cropper/cropper-avatar.vue.d.ts +33 -6
  289. package/lib/src/cropper/cropper-image.vue.d.ts +36 -5
  290. package/lib/src/cropper/cropper-modal.vue.d.ts +21 -13
  291. package/lib/src/cropper/index.d.ts +269 -24
  292. package/lib/src/description/description.vue.d.ts +45 -15
  293. package/lib/src/description/index.d.ts +171 -51
  294. package/lib/src/dropdown/dropdown.vue.d.ts +30 -5
  295. package/lib/src/dropdown/index.d.ts +76 -12
  296. package/lib/src/editable-table/form-item.vue.d.ts +4 -4
  297. package/lib/src/editable-table/index.vue.d.ts +4 -4
  298. package/lib/src/hooks/useControllableValue.d.ts +1 -1
  299. package/lib/src/icon/icon.vue.d.ts +29 -3
  300. package/lib/src/icon/index.d.ts +159 -12
  301. package/lib/src/icon/svg-icon.vue.d.ts +28 -3
  302. package/lib/src/icon-picker/icon-picker.vue.d.ts +38 -5
  303. package/lib/src/icon-picker/index.d.ts +139 -12
  304. package/lib/src/index.js +1 -1
  305. package/lib/src/modal/basic.vue.d.ts +117 -147
  306. package/lib/src/modal/components/modal-close.vue.d.ts +26 -5
  307. package/lib/src/modal/components/modal-footer.vue.d.ts +116 -146
  308. package/lib/src/modal/components/modal-header.vue.d.ts +11 -2
  309. package/lib/src/modal/components/modal-wrapper.vue.d.ts +43 -19
  310. package/lib/src/modal/components/modal.d.ts +115 -145
  311. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  312. package/lib/src/modal/index.d.ts +462 -287
  313. package/lib/src/pro-form/components/api-cascader.vue.d.ts +38 -5
  314. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
  315. package/lib/src/pro-form/components/api-select.vue.d.ts +38 -5
  316. package/lib/src/pro-form/components/api-transfer.vue.d.ts +40 -5
  317. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
  318. package/lib/src/pro-form/components/api-tree.vue.d.ts +28 -5
  319. package/lib/src/pro-form/components/form-action.vue.d.ts +38 -5
  320. package/lib/src/pro-form/components/form-item.vue.d.ts +34 -14
  321. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
  322. package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
  323. package/lib/src/pro-form/pro-form.vue.d.ts +57 -6
  324. package/lib/src/pro-form/table-form-inner.vue.d.ts +34 -5
  325. package/lib/src/pro-form/table-form.vue.d.ts +29 -4
  326. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
  327. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
  328. package/lib/src/pro-table/components/header-cell.vue.d.ts +9 -726
  329. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  330. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  331. package/lib/src/pro-table/components/settings/index.vue.d.ts +11 -8
  332. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  333. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  334. package/lib/src/pro-table/components/table-action.vue.d.ts +24 -10
  335. package/lib/src/pro-table/components/table-footer.vue.d.ts +30 -5
  336. package/lib/src/pro-table/components/table-header.vue.d.ts +31 -15
  337. package/lib/src/pro-table/components/table-image.vue.d.ts +32 -3
  338. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
  339. package/lib/src/pro-table/components/table-title.vue.d.ts +13 -7
  340. package/lib/src/pro-table/pro-table.vue.d.ts +61 -8
  341. package/lib/src/prompt/dialog.vue.d.ts +11 -2
  342. package/lib/src/scroll-bar/bar-item.d.ts +9 -10
  343. package/lib/src/scroll-bar/index.d.ts +135 -12
  344. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
  345. package/lib/src/strength-meter/index.d.ts +55 -12
  346. package/lib/src/strength-meter/strength-meter.vue.d.ts +26 -5
  347. package/lib/src/tests/wrapper.d.ts +6 -3
  348. package/lib/src/theme/antd-global-overwrite/admin/button.css +3 -0
  349. package/lib/src/theme/antd-global-overwrite/admin/index.css +3 -0
  350. package/lib/src/theme/antd-global-overwrite/aplus/button.css +3 -0
  351. package/lib/src/theme/antd-global-overwrite/aplus/index.css +3 -0
  352. package/lib/src/theme/ap-label/ap-label.css +26 -1
  353. package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
  354. package/lib/src/transition/create-transition.d.ts +25 -13
  355. package/lib/src/transition/index.d.ts +193 -88
  356. package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
  357. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  358. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
  359. package/package.json +4 -4
@@ -1,26 +1,118 @@
1
- import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, Plugin } from 'vue';
2
- import { ScrollbarProps } from './interface';
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
3
2
  import { StyleValue } from '../type';
4
3
  export * from './interface';
5
4
  export declare const Scrollbar: {
6
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ScrollbarProps & {}>, {
7
- wrap: Ref<any, any>;
8
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ScrollbarProps & {}>, {
5
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
6
+ native: {
7
+ type: PropType<boolean>;
8
+ };
9
+ scrollHeight: {
10
+ type: PropType<number>;
11
+ default: number;
12
+ };
13
+ wrapStyle: {
14
+ type: PropType<StyleValue>;
15
+ default: string;
16
+ };
17
+ wrapClass: {
18
+ type: PropType<string | string[]>;
19
+ default: string;
20
+ };
21
+ viewClass: {
22
+ type: PropType<string | string[]>;
23
+ default: string;
24
+ };
25
+ viewStyle: {
26
+ type: PropType<string | string[]>;
27
+ default: string;
28
+ };
29
+ noresize: {
30
+ type: PropType<boolean>;
31
+ };
32
+ tag: {
33
+ type: PropType<string>;
34
+ default: string;
35
+ };
36
+ }>>, {
37
+ wrap: Ref<any>;
38
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
39
+ native: {
40
+ type: PropType<boolean>;
41
+ };
42
+ scrollHeight: {
43
+ type: PropType<number>;
44
+ default: number;
45
+ };
46
+ wrapStyle: {
47
+ type: PropType<StyleValue>;
48
+ default: string;
49
+ };
50
+ wrapClass: {
51
+ type: PropType<string | string[]>;
52
+ default: string;
53
+ };
54
+ viewClass: {
55
+ type: PropType<string | string[]>;
56
+ default: string;
57
+ };
58
+ viewStyle: {
59
+ type: PropType<string | string[]>;
60
+ default: string;
61
+ };
62
+ noresize: {
63
+ type: PropType<boolean>;
64
+ };
65
+ tag: {
66
+ type: PropType<string>;
67
+ default: string;
68
+ };
69
+ }>>, {
9
70
  scrollHeight: number;
10
71
  wrapStyle: StyleValue;
11
72
  wrapClass: string | string[];
12
73
  viewClass: string | string[];
13
74
  viewStyle: string | string[];
14
75
  tag: string;
15
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
76
+ }, true, {}, {}, {
16
77
  P: {};
17
78
  B: {};
18
79
  D: {};
19
80
  C: {};
20
81
  M: {};
21
82
  Defaults: {};
22
- }, Readonly< ScrollbarProps & {}>, {
23
- wrap: Ref<any, any>;
83
+ }, Readonly< ExtractPropTypes<{
84
+ native: {
85
+ type: PropType<boolean>;
86
+ };
87
+ scrollHeight: {
88
+ type: PropType<number>;
89
+ default: number;
90
+ };
91
+ wrapStyle: {
92
+ type: PropType<StyleValue>;
93
+ default: string;
94
+ };
95
+ wrapClass: {
96
+ type: PropType<string | string[]>;
97
+ default: string;
98
+ };
99
+ viewClass: {
100
+ type: PropType<string | string[]>;
101
+ default: string;
102
+ };
103
+ viewStyle: {
104
+ type: PropType<string | string[]>;
105
+ default: string;
106
+ };
107
+ noresize: {
108
+ type: PropType<boolean>;
109
+ };
110
+ tag: {
111
+ type: PropType<string>;
112
+ default: string;
113
+ };
114
+ }>>, {
115
+ wrap: Ref<any>;
24
116
  }, {}, {}, {}, {
25
117
  scrollHeight: number;
26
118
  wrapStyle: StyleValue;
@@ -32,16 +124,47 @@ export declare const Scrollbar: {
32
124
  __isFragment?: never;
33
125
  __isTeleport?: never;
34
126
  __isSuspense?: never;
35
- } & ComponentOptionsBase<Readonly< ScrollbarProps & {}>, {
36
- wrap: Ref<any, any>;
37
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
127
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
128
+ native: {
129
+ type: PropType<boolean>;
130
+ };
131
+ scrollHeight: {
132
+ type: PropType<number>;
133
+ default: number;
134
+ };
135
+ wrapStyle: {
136
+ type: PropType<StyleValue>;
137
+ default: string;
138
+ };
139
+ wrapClass: {
140
+ type: PropType<string | string[]>;
141
+ default: string;
142
+ };
143
+ viewClass: {
144
+ type: PropType<string | string[]>;
145
+ default: string;
146
+ };
147
+ viewStyle: {
148
+ type: PropType<string | string[]>;
149
+ default: string;
150
+ };
151
+ noresize: {
152
+ type: PropType<boolean>;
153
+ };
154
+ tag: {
155
+ type: PropType<string>;
156
+ default: string;
157
+ };
158
+ }>>, {
159
+ wrap: Ref<any>;
160
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
38
161
  scrollHeight: number;
39
162
  wrapStyle: StyleValue;
40
163
  wrapClass: string | string[];
41
164
  viewClass: string | string[];
42
165
  viewStyle: string | string[];
43
166
  tag: string;
44
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
167
+ }, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
45
168
  $slots: {
46
169
  default?(_: {}): any;
47
170
  };
@@ -1,23 +1,54 @@
1
1
  import { ScrollbarProps } from './interface';
2
- import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { StyleValue } from '../type';
4
4
  declare function __VLS_template(): {
5
5
  default?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: DefineComponent<ScrollbarProps, {
8
- wrap: Ref<any, any>;
9
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollbarProps & {}>, {
7
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ScrollbarProps>, {
8
+ wrapStyle: string;
9
+ wrapClass: string;
10
+ viewStyle: string;
11
+ viewClass: string;
12
+ tag: string;
13
+ scrollHeight: number;
14
+ }>, {
15
+ wrap: Ref<any>;
16
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ScrollbarProps>, {
17
+ wrapStyle: string;
18
+ wrapClass: string;
19
+ viewStyle: string;
20
+ viewClass: string;
21
+ tag: string;
22
+ scrollHeight: number;
23
+ }>>>, {
10
24
  scrollHeight: number;
11
25
  wrapStyle: StyleValue;
12
26
  wrapClass: string | string[];
13
27
  viewClass: string | string[];
14
28
  viewStyle: string | string[];
15
29
  tag: string;
16
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
30
+ }, {}>;
17
31
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
32
  export default _default;
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
+ default: D[K];
36
+ }> : P[K];
37
+ };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
19
41
  type __VLS_WithTemplateSlots<T, S> = T & {
20
42
  new (): {
21
43
  $slots: S;
22
44
  };
23
45
  };
46
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
47
+ type __VLS_TypePropsToOption<T> = {
48
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
49
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
50
+ } : {
51
+ type: PropType<T[K]>;
52
+ required: true;
53
+ };
54
+ };
@@ -1,43 +1,86 @@
1
- import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, Plugin } from 'vue';
2
- import { StrengthMeterProps } from './interface';
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
3
2
  export * from './interface';
4
3
  export declare const StrengthMeter: {
5
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< StrengthMeterProps & {
4
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
5
+ value: {
6
+ type: PropType<string>;
7
+ };
8
+ disabled: {
9
+ type: PropType<boolean>;
10
+ };
11
+ showInput: {
12
+ type: PropType<boolean>;
13
+ default: boolean;
14
+ };
15
+ }>> & {
6
16
  onChange?: ((...args: any[]) => any) | undefined;
7
17
  "onScore-change"?: ((...args: any[]) => any) | undefined;
8
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
18
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
19
  change: (...args: any[]) => void;
10
20
  "score-change": (...args: any[]) => void;
11
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< StrengthMeterProps & {
21
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
22
+ value: {
23
+ type: PropType<string>;
24
+ };
25
+ disabled: {
26
+ type: PropType<boolean>;
27
+ };
28
+ showInput: {
29
+ type: PropType<boolean>;
30
+ default: boolean;
31
+ };
32
+ }>> & {
12
33
  onChange?: ((...args: any[]) => any) | undefined;
13
34
  "onScore-change"?: ((...args: any[]) => any) | undefined;
14
- }>, {
35
+ }, {
15
36
  showInput: boolean;
16
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
37
+ }, true, {}, {}, {
17
38
  P: {};
18
39
  B: {};
19
40
  D: {};
20
41
  C: {};
21
42
  M: {};
22
43
  Defaults: {};
23
- }, Readonly< StrengthMeterProps & {
44
+ }, Readonly< ExtractPropTypes<{
45
+ value: {
46
+ type: PropType<string>;
47
+ };
48
+ disabled: {
49
+ type: PropType<boolean>;
50
+ };
51
+ showInput: {
52
+ type: PropType<boolean>;
53
+ default: boolean;
54
+ };
55
+ }>> & {
24
56
  onChange?: ((...args: any[]) => any) | undefined;
25
57
  "onScore-change"?: ((...args: any[]) => any) | undefined;
26
- }>, {}, {}, {}, {}, {
58
+ }, {}, {}, {}, {}, {
27
59
  showInput: boolean;
28
60
  }>;
29
61
  __isFragment?: never;
30
62
  __isTeleport?: never;
31
63
  __isSuspense?: never;
32
- } & ComponentOptionsBase<Readonly< StrengthMeterProps & {
64
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
65
+ value: {
66
+ type: PropType<string>;
67
+ };
68
+ disabled: {
69
+ type: PropType<boolean>;
70
+ };
71
+ showInput: {
72
+ type: PropType<boolean>;
73
+ default: boolean;
74
+ };
75
+ }>> & {
33
76
  onChange?: ((...args: any[]) => any) | undefined;
34
77
  "onScore-change"?: ((...args: any[]) => any) | undefined;
35
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
78
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
36
79
  change: (...args: any[]) => void;
37
80
  "score-change": (...args: any[]) => void;
38
81
  }, string, {
39
82
  showInput: boolean;
40
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
83
+ }, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
41
84
  $slots: Partial<Record<string, (_: any) => any>>;
42
85
  }) & ( Plugin & (new (...args: any[]) => {
43
86
  $props: {
@@ -1,19 +1,40 @@
1
1
  import { StrengthMeterProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  declare function __VLS_template(): Partial<Record<string, (_: any) => any>>;
4
- declare const __VLS_component: DefineComponent<StrengthMeterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<StrengthMeterProps>, {
5
+ showInput: boolean;
6
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5
7
  change: (...args: any[]) => void;
6
8
  "score-change": (...args: any[]) => void;
7
- }, string, PublicProps, Readonly<StrengthMeterProps & {
9
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<StrengthMeterProps>, {
10
+ showInput: boolean;
11
+ }>>> & {
8
12
  onChange?: ((...args: any[]) => any) | undefined;
9
13
  "onScore-change"?: ((...args: any[]) => any) | undefined;
10
- }>, {
14
+ }, {
11
15
  showInput: boolean;
12
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
16
+ }, {}>;
13
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
18
  export default _default;
19
+ type __VLS_WithDefaults<P, D> = {
20
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
21
+ default: D[K];
22
+ }> : P[K];
23
+ };
24
+ type __VLS_Prettify<T> = {
25
+ [K in keyof T]: T[K];
26
+ } & {};
15
27
  type __VLS_WithTemplateSlots<T, S> = T & {
16
28
  new (): {
17
29
  $slots: S;
18
30
  };
19
31
  };
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToOption<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
36
+ } : {
37
+ type: PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
@@ -1,5 +1,8 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- export declare const Wrapper: DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, {
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps } from 'vue';
2
+ export declare const Wrapper: DefineComponent<{
3
3
  uiMode?: ("admin" | "aplus") | undefined;
4
4
  lang?: ("en" | "zh-cn") | undefined;
5
- }, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
5
+ }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
6
+ uiMode?: ("admin" | "aplus") | undefined;
7
+ lang?: ("en" | "zh-cn") | undefined;
8
+ }>, {}, {}>;
@@ -25,3 +25,6 @@
25
25
  .ant-btn-text[disabled]:hover {
26
26
  color: rgba(24, 144, 255, 0.2) !important;
27
27
  }
28
+ .ant-btn-primary.ant-btn-background-ghost:focus {
29
+ color: #34b77c;
30
+ }
@@ -75,6 +75,9 @@
75
75
  .ant-btn-text[disabled]:hover {
76
76
  color: rgba(24, 144, 255, 0.2) !important;
77
77
  }
78
+ .ant-btn-primary.ant-btn-background-ghost:focus {
79
+ color: #34b77c;
80
+ }
78
81
  .ant-form .ant-form-item label {
79
82
  font-weight: normal;
80
83
  }
@@ -25,3 +25,6 @@
25
25
  .ant-btn-text[disabled]:hover {
26
26
  color: #cce2ff !important;
27
27
  }
28
+ .ant-btn-primary.ant-btn-background-ghost:focus {
29
+ color: #0070ff;
30
+ }
@@ -75,6 +75,9 @@
75
75
  .ant-btn-text[disabled]:hover {
76
76
  color: #cce2ff !important;
77
77
  }
78
+ .ant-btn-primary.ant-btn-background-ghost:focus {
79
+ color: #0070ff;
80
+ }
78
81
  .ant-form .ant-form-item label {
79
82
  font-weight: normal;
80
83
  }
@@ -1,5 +1,30 @@
1
1
  .aplus-ap-label {
2
2
  display: flex;
3
- align-items: center;
3
+ flex-direction: column;
4
+ align-items: start;
4
5
  font-size: 14px;
5
6
  }
7
+ .aplus-ap-label__content {
8
+ display: flex;
9
+ flex-direction: row;
10
+ align-items: center;
11
+ }
12
+ .aplus-ap-label__custom .ant-tag {
13
+ height: 24px;
14
+ line-height: 24px;
15
+ }
16
+ .aplus-ap-label__custom .ant-tag-green {
17
+ color: #34b77c;
18
+ border-color: #34b77c;
19
+ background: rgba(52, 183, 124, 0.06);
20
+ }
21
+ .aplus-ap-label__custom .ant-tag-red {
22
+ color: #FF4D4F;
23
+ border-color: #FF4D4F;
24
+ background: rgba(255, 77, 79, 0.06);
25
+ }
26
+ .aplus-ap-label__custom .ant-tag-blue {
27
+ color: #1890ff;
28
+ border-color: #1890ff;
29
+ background: rgba(24, 144, 255, 0.06);
30
+ }
@@ -1,8 +1,8 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  declare function __VLS_template(): {
3
3
  default?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
5
+ declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>;
6
6
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
7
  export default _default;
8
8
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
- import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
1
+ import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
  type Mode = 'in-out' | 'out-in' | 'default' | undefined;
3
- export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): DefineComponent<ExtractPropTypes<{
3
+ export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): DefineComponent<{
4
4
  group: {
5
5
  type: PropType<boolean>;
6
6
  default: boolean;
@@ -13,23 +13,35 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
13
13
  type: PropType<string>;
14
14
  default: string;
15
15
  };
16
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
17
- mode: Mode;
18
- origin: string;
19
- group: boolean;
20
- } & {} & {}>, {
16
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
17
+ group: {
18
+ type: PropType<boolean>;
19
+ default: boolean;
20
+ };
21
+ mode: {
22
+ type: PropType<Mode>;
23
+ default: Mode;
24
+ };
25
+ origin: {
26
+ type: PropType<string>;
27
+ default: string;
28
+ };
29
+ }>>, {
21
30
  mode: Mode;
22
31
  origin: string;
23
32
  group: boolean;
24
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
25
- export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode): DefineComponent<ExtractPropTypes<{
33
+ }, {}>;
34
+ export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode): DefineComponent<{
26
35
  mode: {
27
36
  type: PropType<Mode>;
28
37
  default: "default" | "in-out" | "out-in";
29
38
  };
30
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
31
- mode: Mode;
32
- } & {} & {}>, {
39
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
40
+ mode: {
41
+ type: PropType<Mode>;
42
+ default: "default" | "in-out" | "out-in";
43
+ };
44
+ }>>, {
33
45
  mode: Mode;
34
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
46
+ }, {}>;
35
47
  export {};