@aplus-frontend/ui 0.4.17 → 0.4.19

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 (287) hide show
  1. package/es/src/ap-action/item/index.vue.d.ts +1 -2
  2. package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  3. package/es/src/ap-action/item-modal/index.vue.d.ts +1 -2
  4. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  5. package/es/src/ap-button/ap-action-button.vue.d.ts +1 -2
  6. package/es/src/ap-button/ap-button.vue.d.ts +1 -2
  7. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  8. package/es/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  9. package/es/src/ap-download/ap-download.vue.d.ts +3 -5
  10. package/es/src/ap-field/date/index.vue.d.ts +1 -2
  11. package/es/src/ap-field/date-range/index.vue.d.ts +1 -2
  12. package/es/src/ap-field/number/index.vue.d.ts +2 -324
  13. package/es/src/ap-field/radio/index.vue.d.ts +2 -98
  14. package/es/src/ap-field/rate/index.vue.d.ts +2 -84
  15. package/es/src/ap-field/segmented/index.vue.d.ts +1 -2
  16. package/es/src/ap-field/select/index.vue.d.ts +2 -409
  17. package/es/src/ap-field/select/index.vue.mjs +6 -7
  18. package/es/src/ap-field/slider/index.vue.d.ts +2 -259
  19. package/es/src/ap-field/switch/index.vue.d.ts +1 -2
  20. package/es/src/ap-field/text/index.vue.d.ts +1 -2
  21. package/es/src/ap-field/text/password.vue.d.ts +1 -2
  22. package/es/src/ap-field/text-area/index.vue.d.ts +2 -267
  23. package/es/src/ap-form/ap-form.vue.d.ts +4 -639
  24. package/es/src/ap-form/dependency/index.vue.d.ts +1 -2
  25. package/es/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  26. package/es/src/ap-form/item/index.vue.d.ts +2 -779
  27. package/es/src/ap-form/item-group/index.vue.d.ts +1 -2
  28. package/es/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  29. package/es/src/ap-form/items/date/index.vue.d.ts +1 -2
  30. package/es/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  31. package/es/src/ap-form/items/number/index.vue.d.ts +3 -785
  32. package/es/src/ap-form/items/radio/index.vue.d.ts +4 -223
  33. package/es/src/ap-form/items/select/index.vue.d.ts +1 -2
  34. package/es/src/ap-form/items/switch/index.vue.d.ts +1 -2
  35. package/es/src/ap-form/items/text/group.vue.d.ts +1 -2
  36. package/es/src/ap-form/items/text/index.vue.d.ts +3 -141
  37. package/es/src/ap-form/items/text/password.vue.d.ts +2 -150
  38. package/es/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  39. package/es/src/ap-form/list/index.vue.d.ts +1 -2
  40. package/es/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  41. package/es/src/ap-form/provider/index.vue.d.ts +1 -2
  42. package/es/src/ap-form/render/control.vue.d.ts +1 -2
  43. package/es/src/ap-form/render/item.vue.d.ts +1 -2
  44. package/es/src/ap-form/search-form/index.vue.d.ts +5 -1457
  45. package/es/src/ap-form/set/index.vue.d.ts +1 -2
  46. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  47. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  48. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  49. package/es/src/ap-list/index.vue.d.ts +5 -3
  50. package/es/src/ap-table/ap-table.vue.d.ts +10 -3
  51. package/es/src/ap-table/ap-table.vue2.mjs +72 -68
  52. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  53. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  54. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  55. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  56. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  57. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  58. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  59. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  60. package/es/src/ap-table/constants.d.ts +14 -2264
  61. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  62. package/es/src/ap-table/interface.d.ts +9 -0
  63. package/es/src/ap-table/utils.d.ts +8 -1180
  64. package/es/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  65. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  66. package/es/src/ap-upload/apUpload.vue.d.ts +2 -5
  67. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  68. package/es/src/ap-upload/components/Picture.vue.d.ts +9 -7
  69. package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  70. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  71. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  72. package/es/src/business/ap-appendix/index.d.ts +1 -1
  73. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  74. package/es/src/business/ap-batch-action/index.d.ts +1 -3
  75. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  76. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  77. package/es/src/business/ap-batch-action-group/index.d.ts +5 -887
  78. package/es/src/business/ap-card/ApCard.vue.d.ts +2 -3
  79. package/es/src/business/ap-card/index.d.ts +1 -1
  80. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  81. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  82. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  83. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +8 -9
  84. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  85. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +7 -8
  86. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  87. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  88. package/es/src/business/ap-group-search/index.d.ts +4 -418
  89. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  90. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +14 -15
  91. package/es/src/business/ap-image/ApImage.vue.d.ts +1 -2
  92. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  93. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  94. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  95. package/es/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  96. package/es/src/business/ap-ladder/index.d.ts +1 -4
  97. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  98. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  99. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  100. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  101. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  102. package/es/src/business/ap-table-modal/index.d.ts +44 -22
  103. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  104. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  105. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  106. package/es/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  107. package/es/src/business/ap-title/index.d.ts +1 -1
  108. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  109. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  110. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  111. package/es/src/business/batch-input-group/index.vue.d.ts +3 -146
  112. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  113. package/es/src/business/hooks/usePageListApTable.d.ts +14 -0
  114. package/es/src/business/hooks/useTableRefresh.d.ts +4 -1
  115. package/es/src/business/hooks/useTableRefresh.mjs +33 -12
  116. package/es/src/check-card/group.vue.d.ts +1 -2
  117. package/es/src/check-card/index.vue.d.ts +2 -3
  118. package/es/src/config-provider/config-provider-props.d.ts +3 -0
  119. package/es/src/config-provider/config-provider-props.mjs +3 -0
  120. package/es/src/config-provider/config-provider.d.ts +6 -0
  121. package/es/src/config-provider/config-provider.mjs +24 -23
  122. package/es/src/config-provider/hooks/use-global-config.d.ts +3 -0
  123. package/es/src/config-provider/index.d.ts +9 -0
  124. package/es/src/editable-table/form-item.vue.d.ts +5 -3
  125. package/es/src/editable-table/index.vue.d.ts +5 -3
  126. package/es/src/full-screen/index.vue.d.ts +2 -6
  127. package/es/src/portal/index.vue.d.ts +1 -2
  128. package/es/src/resize-observer/index.vue.d.ts +1 -2
  129. package/es/src/scroll-bar/index.vue.d.ts +4 -43
  130. package/es/src/scroll-bar/index.vue.mjs +51 -49
  131. package/es/src/scroll-bar/internal.vue.d.ts +1 -5
  132. package/es/src/scroll-view/index.vue.d.ts +9 -97
  133. package/es/src/tests/wrapper.d.ts +4 -4
  134. package/es/src/theme/antd-global-overwrite/admin/index.css +20 -20
  135. package/es/src/theme/antd-global-overwrite/admin/table.css +20 -20
  136. package/es/src/theme/antd-global-overwrite/aplus/index.css +20 -20
  137. package/es/src/theme/antd-global-overwrite/aplus/table.css +20 -20
  138. package/es/src/utils/index.d.ts +8 -0
  139. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  140. package/lib/src/ap-action/item/index.vue.d.ts +1 -2
  141. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -2
  142. package/lib/src/ap-action/item-modal/index.vue.d.ts +1 -2
  143. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +1 -2
  144. package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -2
  145. package/lib/src/ap-button/ap-button.vue.d.ts +1 -2
  146. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -3
  147. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +5 -3
  148. package/lib/src/ap-download/ap-download.vue.d.ts +3 -5
  149. package/lib/src/ap-field/date/index.vue.d.ts +1 -2
  150. package/lib/src/ap-field/date-range/index.vue.d.ts +1 -2
  151. package/lib/src/ap-field/number/index.vue.d.ts +2 -324
  152. package/lib/src/ap-field/radio/index.vue.d.ts +2 -98
  153. package/lib/src/ap-field/rate/index.vue.d.ts +2 -84
  154. package/lib/src/ap-field/segmented/index.vue.d.ts +1 -2
  155. package/lib/src/ap-field/select/index.vue.d.ts +2 -409
  156. package/lib/src/ap-field/select/index.vue.js +1 -1
  157. package/lib/src/ap-field/slider/index.vue.d.ts +2 -259
  158. package/lib/src/ap-field/switch/index.vue.d.ts +1 -2
  159. package/lib/src/ap-field/text/index.vue.d.ts +1 -2
  160. package/lib/src/ap-field/text/password.vue.d.ts +1 -2
  161. package/lib/src/ap-field/text-area/index.vue.d.ts +2 -267
  162. package/lib/src/ap-form/ap-form.vue.d.ts +4 -639
  163. package/lib/src/ap-form/dependency/index.vue.d.ts +1 -2
  164. package/lib/src/ap-form/drawer-form/index.vue.d.ts +6 -1457
  165. package/lib/src/ap-form/item/index.vue.d.ts +2 -779
  166. package/lib/src/ap-form/item-group/index.vue.d.ts +1 -2
  167. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +1 -2
  168. package/lib/src/ap-form/items/date/index.vue.d.ts +1 -2
  169. package/lib/src/ap-form/items/date-range/index.vue.d.ts +1 -2
  170. package/lib/src/ap-form/items/number/index.vue.d.ts +3 -785
  171. package/lib/src/ap-form/items/radio/index.vue.d.ts +4 -223
  172. package/lib/src/ap-form/items/select/index.vue.d.ts +1 -2
  173. package/lib/src/ap-form/items/switch/index.vue.d.ts +1 -2
  174. package/lib/src/ap-form/items/text/group.vue.d.ts +1 -2
  175. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -141
  176. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -150
  177. package/lib/src/ap-form/items/text-area/index.vue.d.ts +4 -568
  178. package/lib/src/ap-form/list/index.vue.d.ts +1 -2
  179. package/lib/src/ap-form/modal-form/index.vue.d.ts +7 -1457
  180. package/lib/src/ap-form/provider/index.vue.d.ts +1 -2
  181. package/lib/src/ap-form/render/control.vue.d.ts +1 -2
  182. package/lib/src/ap-form/render/item.vue.d.ts +1 -2
  183. package/lib/src/ap-form/search-form/index.vue.d.ts +5 -1457
  184. package/lib/src/ap-form/set/index.vue.d.ts +1 -2
  185. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +2 -3
  186. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +2 -6
  187. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +2 -3
  188. package/lib/src/ap-list/index.vue.d.ts +5 -3
  189. package/lib/src/ap-table/ap-table.vue.d.ts +10 -3
  190. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  191. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  192. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  193. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -2
  194. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  195. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  196. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  197. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  198. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  199. package/lib/src/ap-table/constants.d.ts +14 -2264
  200. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  201. package/lib/src/ap-table/interface.d.ts +9 -0
  202. package/lib/src/ap-table/utils.d.ts +8 -1180
  203. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -5
  204. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  205. package/lib/src/ap-upload/apUpload.vue.d.ts +2 -5
  206. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -453
  207. package/lib/src/ap-upload/components/Picture.vue.d.ts +9 -7
  208. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -3
  209. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +3 -5
  210. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  211. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  212. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +2 -5
  213. package/lib/src/business/ap-batch-action/index.d.ts +1 -3
  214. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +1 -2
  215. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +4 -3
  216. package/lib/src/business/ap-batch-action-group/index.d.ts +5 -887
  217. package/lib/src/business/ap-card/ApCard.vue.d.ts +2 -3
  218. package/lib/src/business/ap-card/index.d.ts +1 -1
  219. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +5 -3
  220. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  221. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +2 -5
  222. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
  223. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +346 -10
  224. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
  225. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  226. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  227. package/lib/src/business/ap-group-search/index.d.ts +4 -418
  228. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +340 -412
  229. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
  230. package/lib/src/business/ap-image/ApImage.vue.d.ts +1 -2
  231. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  232. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  233. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  234. package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  235. package/lib/src/business/ap-ladder/index.d.ts +1 -4
  236. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  237. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +5 -3
  238. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +14 -0
  239. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +14 -0
  240. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +14 -0
  241. package/lib/src/business/ap-table-modal/index.d.ts +44 -22
  242. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +2 -3
  243. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  244. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +18 -25
  245. package/lib/src/business/ap-title/ApTitle.vue.d.ts +2 -3
  246. package/lib/src/business/ap-title/index.d.ts +1 -1
  247. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +3 -5
  248. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  249. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  250. package/lib/src/business/batch-input-group/index.vue.d.ts +3 -146
  251. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +2 -267
  252. package/lib/src/business/hooks/usePageListApTable.d.ts +14 -0
  253. package/lib/src/business/hooks/useTableRefresh.d.ts +4 -1
  254. package/lib/src/business/hooks/useTableRefresh.js +1 -1
  255. package/lib/src/check-card/group.vue.d.ts +1 -2
  256. package/lib/src/check-card/index.vue.d.ts +2 -3
  257. package/lib/src/config-provider/config-provider-props.d.ts +3 -0
  258. package/lib/src/config-provider/config-provider-props.js +1 -1
  259. package/lib/src/config-provider/config-provider.d.ts +6 -0
  260. package/lib/src/config-provider/config-provider.js +1 -1
  261. package/lib/src/config-provider/hooks/use-global-config.d.ts +3 -0
  262. package/lib/src/config-provider/index.d.ts +9 -0
  263. package/lib/src/editable-table/form-item.vue.d.ts +5 -3
  264. package/lib/src/editable-table/index.vue.d.ts +5 -3
  265. package/lib/src/full-screen/index.vue.d.ts +2 -6
  266. package/lib/src/portal/index.vue.d.ts +1 -2
  267. package/lib/src/resize-observer/index.vue.d.ts +1 -2
  268. package/lib/src/scroll-bar/index.vue.d.ts +4 -43
  269. package/lib/src/scroll-bar/index.vue.js +1 -1
  270. package/lib/src/scroll-bar/internal.vue.d.ts +1 -5
  271. package/lib/src/scroll-view/index.vue.d.ts +9 -97
  272. package/lib/src/tests/wrapper.d.ts +4 -4
  273. package/lib/src/theme/antd-global-overwrite/admin/index.css +20 -20
  274. package/lib/src/theme/antd-global-overwrite/admin/table.css +20 -20
  275. package/lib/src/theme/antd-global-overwrite/aplus/index.css +20 -20
  276. package/lib/src/theme/antd-global-overwrite/aplus/table.css +20 -20
  277. package/lib/src/utils/index.d.ts +8 -0
  278. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -827
  279. package/package.json +3 -3
  280. package/theme/antd-global-overwrite/admin/index.css +20 -20
  281. package/theme/antd-global-overwrite/admin/table.css +20 -20
  282. package/theme/antd-global-overwrite/admin/table.less +3 -3
  283. package/theme/antd-global-overwrite/aplus/index.css +20 -20
  284. package/theme/antd-global-overwrite/aplus/table.css +20 -20
  285. package/theme/antd-global-overwrite/aplus/table.less +3 -3
  286. package/theme/ap-scroll-bar/index.css +0 -31
  287. package/theme/ap-scroll-bar/index.less +0 -39
@@ -1,10 +1,9 @@
1
1
  import { ApActionItemProps, ApActionItemSlots } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
6
5
  refs: {};
7
- rootEl: any;
6
+ attrs: Partial<{}>;
8
7
  };
9
8
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
9
  declare const __VLS_component: DefineComponent<ApActionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -3,12 +3,11 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  import { ActionColor, MixedActionTypes } from '..';
4
4
  import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: {
8
7
  default?(_: {}): any;
9
8
  };
10
9
  refs: {};
11
- rootEl: any;
10
+ attrs: Partial<{}>;
12
11
  };
13
12
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
13
  declare const __VLS_component: DefineComponent<ApActionItemDropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemDropdownProps> & Readonly<{}>, {
@@ -3,10 +3,9 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  import { ActionColor } from '..';
4
4
  import { ModalFuncProps } from '@aplus-frontend/antdv';
5
5
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
6
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
8
7
  refs: {};
9
- rootEl: any;
8
+ attrs: Partial<{}>;
10
9
  };
11
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
11
  declare const __VLS_component: DefineComponent<ApActionItemModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemModalProps> & Readonly<{}>, {
@@ -11,10 +11,9 @@ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
11
11
  import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
12
12
  import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
13
13
  declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
14
  slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
16
15
  refs: {};
17
- rootEl: any;
16
+ attrs: Partial<{}>;
18
17
  };
19
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
19
  declare const __VLS_component: DefineComponent<ApActionItemPopconfirmProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemPopconfirmProps> & Readonly<{}>, {
@@ -2,10 +2,9 @@ import { ApButtonSlots, ApButtonProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
5
  slots: Readonly<ApButtonSlots> & ApButtonSlots;
7
6
  refs: {};
8
- rootEl: any;
7
+ attrs: Partial<{}>;
9
8
  };
10
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
10
  declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApButtonProps> & Readonly<{}>, {
@@ -2,10 +2,9 @@ import { ApButtonSlots, ApButtonProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
4
  declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
5
  slots: Readonly<ApButtonSlots> & ApButtonSlots;
7
6
  refs: {};
8
- rootEl: any;
7
+ attrs: Partial<{}>;
9
8
  };
10
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
10
  declare const __VLS_component: DefineComponent<ApButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApButtonProps> & Readonly<{}>, {
@@ -1,7 +1,6 @@
1
1
  import { DisplayInfoProps } from './interface';
2
2
  import { VNode, RendererNode, RendererElement, VNodeChild, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- attrs: Partial<{}>;
5
4
  slots: Partial<Record<string, (_: {
6
5
  index: number;
7
6
  item: VNode<RendererNode, RendererElement, {
@@ -12,10 +11,10 @@ declare function __VLS_template(): {
12
11
  } | undefined;
13
12
  }) => any>>;
14
13
  refs: {};
15
- rootEl: HTMLDivElement;
14
+ attrs: Partial<{}>;
16
15
  };
17
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
- declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
17
+ declare const __VLS_component: DefineComponent<DisplayInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DisplayInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
19
  export default _default;
21
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,7 +1,9 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- type __VLS_Props = {
2
+ declare const _default: DefineComponent<{
3
3
  helpMessage?: any;
4
4
  label?: any;
5
- };
6
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
5
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
6
+ helpMessage?: any;
7
+ label?: any;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7
9
  export default _default;
@@ -1,19 +1,17 @@
1
1
  import { ApDownLoadProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { ButtonType } from '@aplus-frontend/antdv/es/button';
4
- type __VLS_Props = ApDownLoadProps;
5
4
  declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
5
  slots: {
8
6
  icon?(_: {}): any;
9
7
  };
10
8
  refs: {};
11
- rootEl: any;
9
+ attrs: Partial<{}>;
12
10
  };
13
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ declare const __VLS_component: DefineComponent<ApDownLoadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
13
  downloadCallback: (...args: any[]) => void;
16
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ }, string, PublicProps, Readonly<ApDownLoadProps> & Readonly<{
17
15
  onDownloadCallback?: ((...args: any[]) => any) | undefined;
18
16
  }>, {
19
17
  size: "small" | "large" | "middle";
@@ -19,10 +19,9 @@ type ApFieldDataSlots = {
19
19
  default?: any;
20
20
  };
21
21
  declare function __VLS_template(): {
22
- attrs: Partial<{}>;
23
22
  slots: Readonly<ApFieldDataSlots> & ApFieldDataSlots;
24
23
  refs: {};
25
- rootEl: any;
24
+ attrs: Partial<{}>;
26
25
  };
27
26
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
27
  declare const __VLS_component: DefineComponent<ApFieldDateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -20,10 +20,9 @@ type ApFieldDateRangeSlots = {
20
20
  clearIcon?: any;
21
21
  };
22
22
  declare function __VLS_template(): {
23
- attrs: Partial<{}>;
24
23
  slots: Readonly<ApFieldDateRangeSlots> & ApFieldDateRangeSlots;
25
24
  refs: {};
26
- rootEl: any;
25
+ attrs: Partial<{}>;
27
26
  };
28
27
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
28
  declare const __VLS_component: DefineComponent<ApFieldDateRangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -16,7 +16,6 @@ type ApFieldNumberSlots = {
16
16
  declare function focus(): void;
17
17
  declare function blur(): void;
18
18
  declare function __VLS_template(): {
19
- attrs: Partial<{}>;
20
19
  slots: Readonly<ApFieldNumberSlots> & ApFieldNumberSlots;
21
20
  refs: {
22
21
  inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
@@ -340,7 +339,7 @@ declare function __VLS_template(): {
340
339
  parser: (displayValue: string) => ValueType;
341
340
  }> | null;
342
341
  };
343
- rootEl: any;
342
+ attrs: Partial<{}>;
344
343
  };
345
344
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
346
345
  declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
@@ -360,328 +359,7 @@ declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
360
359
  controls: boolean;
361
360
  emptyText: string;
362
361
  thousands: boolean;
363
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
364
- inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
365
- size: {
366
- type: PropType<ButtonSize>;
367
- default: ButtonSize;
368
- };
369
- bordered: {
370
- type: BooleanConstructor;
371
- default: boolean;
372
- };
373
- placeholder: StringConstructor;
374
- name: StringConstructor;
375
- id: StringConstructor;
376
- type: StringConstructor;
377
- addonBefore: VueTypeValidableDef<any>;
378
- addonAfter: VueTypeValidableDef<any>;
379
- prefix: VueTypeValidableDef<any>;
380
- suffix: VueTypeValidableDef<any>;
381
- 'onUpdate:value': {
382
- type: PropType<(value: ValueType) => void>;
383
- default: (value: ValueType) => void;
384
- };
385
- valueModifiers: ObjectConstructor;
386
- status: {
387
- type: PropType<"" | "error" | "warning">;
388
- default: "" | "error" | "warning";
389
- };
390
- stringMode: {
391
- type: BooleanConstructor;
392
- default: boolean;
393
- };
394
- defaultValue: {
395
- type: PropType<ValueType>;
396
- default: ValueType;
397
- };
398
- value: {
399
- type: PropType<ValueType>;
400
- default: ValueType;
401
- };
402
- prefixCls: {
403
- type: PropType<string>;
404
- default: string;
405
- };
406
- min: {
407
- type: PropType<ValueType>;
408
- default: ValueType;
409
- };
410
- max: {
411
- type: PropType<ValueType>;
412
- default: ValueType;
413
- };
414
- step: {
415
- type: PropType<ValueType>;
416
- default: ValueType;
417
- };
418
- tabindex: NumberConstructor;
419
- controls: {
420
- type: BooleanConstructor;
421
- default: boolean;
422
- };
423
- readonly: {
424
- type: BooleanConstructor;
425
- default: boolean;
426
- };
427
- disabled: {
428
- type: BooleanConstructor;
429
- default: boolean;
430
- };
431
- autofocus: {
432
- type: BooleanConstructor;
433
- default: boolean;
434
- };
435
- keyboard: {
436
- type: BooleanConstructor;
437
- default: boolean;
438
- };
439
- parser: {
440
- type: PropType<(displayValue: string) => ValueType>;
441
- default: (displayValue: string) => ValueType;
442
- };
443
- formatter: {
444
- type: PropType<(value: ValueType, info: {
445
- userTyping: boolean;
446
- input: string;
447
- }) => string>;
448
- default: (value: ValueType, info: {
449
- userTyping: boolean;
450
- input: string;
451
- }) => string;
452
- };
453
- precision: NumberConstructor;
454
- decimalSeparator: StringConstructor;
455
- onInput: {
456
- type: PropType<(text: string) => void>;
457
- default: (text: string) => void;
458
- };
459
- onChange: {
460
- type: PropType<(value: ValueType) => void>;
461
- default: (value: ValueType) => void;
462
- };
463
- onPressEnter: {
464
- type: PropType<KeyboardEventHandler>;
465
- default: KeyboardEventHandler;
466
- };
467
- onStep: {
468
- type: PropType<(value: ValueType, info: {
469
- offset: ValueType;
470
- type: "up" | "down";
471
- }) => void>;
472
- default: (value: ValueType, info: {
473
- offset: ValueType;
474
- type: "up" | "down";
475
- }) => void;
476
- };
477
- onBlur: {
478
- type: PropType<(e: FocusEvent) => void>;
479
- default: (e: FocusEvent) => void;
480
- };
481
- onFocus: {
482
- type: PropType<(e: FocusEvent) => void>;
483
- default: (e: FocusEvent) => void;
484
- };
485
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
486
- size: ButtonSize;
487
- value: ValueType;
488
- onFocus: (e: FocusEvent) => void;
489
- onBlur: (e: FocusEvent) => void;
490
- onChange: (value: ValueType) => void;
491
- onInput: (text: string) => void;
492
- disabled: boolean;
493
- max: ValueType;
494
- min: ValueType;
495
- prefixCls: string;
496
- autofocus: boolean;
497
- readonly: boolean;
498
- status: "" | "error" | "warning";
499
- defaultValue: ValueType;
500
- 'onUpdate:value': (value: ValueType) => void;
501
- step: ValueType;
502
- bordered: boolean;
503
- onPressEnter: KeyboardEventHandler;
504
- formatter: (value: ValueType, info: {
505
- userTyping: boolean;
506
- input: string;
507
- }) => string;
508
- keyboard: boolean;
509
- onStep: (value: ValueType, info: {
510
- offset: ValueType;
511
- type: "up" | "down";
512
- }) => void;
513
- stringMode: boolean;
514
- controls: boolean;
515
- parser: (displayValue: string) => ValueType;
516
- }, true, {}, CustomSlotsType<{
517
- addonBefore?: any;
518
- addonAfter?: any;
519
- prefix?: any;
520
- suffix?: any;
521
- default?: any;
522
- upIcon?: any;
523
- downIcon?: any;
524
- }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
525
- P: {};
526
- B: {};
527
- D: {};
528
- C: {};
529
- M: {};
530
- Defaults: {};
531
- }, Readonly< ExtractPropTypes<{
532
- size: {
533
- type: PropType<ButtonSize>;
534
- default: ButtonSize;
535
- };
536
- bordered: {
537
- type: BooleanConstructor;
538
- default: boolean;
539
- };
540
- placeholder: StringConstructor;
541
- name: StringConstructor;
542
- id: StringConstructor;
543
- type: StringConstructor;
544
- addonBefore: VueTypeValidableDef<any>;
545
- addonAfter: VueTypeValidableDef<any>;
546
- prefix: VueTypeValidableDef<any>;
547
- suffix: VueTypeValidableDef<any>;
548
- 'onUpdate:value': {
549
- type: PropType<(value: ValueType) => void>;
550
- default: (value: ValueType) => void;
551
- };
552
- valueModifiers: ObjectConstructor;
553
- status: {
554
- type: PropType<"" | "error" | "warning">;
555
- default: "" | "error" | "warning";
556
- };
557
- stringMode: {
558
- type: BooleanConstructor;
559
- default: boolean;
560
- };
561
- defaultValue: {
562
- type: PropType<ValueType>;
563
- default: ValueType;
564
- };
565
- value: {
566
- type: PropType<ValueType>;
567
- default: ValueType;
568
- };
569
- prefixCls: {
570
- type: PropType<string>;
571
- default: string;
572
- };
573
- min: {
574
- type: PropType<ValueType>;
575
- default: ValueType;
576
- };
577
- max: {
578
- type: PropType<ValueType>;
579
- default: ValueType;
580
- };
581
- step: {
582
- type: PropType<ValueType>;
583
- default: ValueType;
584
- };
585
- tabindex: NumberConstructor;
586
- controls: {
587
- type: BooleanConstructor;
588
- default: boolean;
589
- };
590
- readonly: {
591
- type: BooleanConstructor;
592
- default: boolean;
593
- };
594
- disabled: {
595
- type: BooleanConstructor;
596
- default: boolean;
597
- };
598
- autofocus: {
599
- type: BooleanConstructor;
600
- default: boolean;
601
- };
602
- keyboard: {
603
- type: BooleanConstructor;
604
- default: boolean;
605
- };
606
- parser: {
607
- type: PropType<(displayValue: string) => ValueType>;
608
- default: (displayValue: string) => ValueType;
609
- };
610
- formatter: {
611
- type: PropType<(value: ValueType, info: {
612
- userTyping: boolean;
613
- input: string;
614
- }) => string>;
615
- default: (value: ValueType, info: {
616
- userTyping: boolean;
617
- input: string;
618
- }) => string;
619
- };
620
- precision: NumberConstructor;
621
- decimalSeparator: StringConstructor;
622
- onInput: {
623
- type: PropType<(text: string) => void>;
624
- default: (text: string) => void;
625
- };
626
- onChange: {
627
- type: PropType<(value: ValueType) => void>;
628
- default: (value: ValueType) => void;
629
- };
630
- onPressEnter: {
631
- type: PropType<KeyboardEventHandler>;
632
- default: KeyboardEventHandler;
633
- };
634
- onStep: {
635
- type: PropType<(value: ValueType, info: {
636
- offset: ValueType;
637
- type: "up" | "down";
638
- }) => void>;
639
- default: (value: ValueType, info: {
640
- offset: ValueType;
641
- type: "up" | "down";
642
- }) => void;
643
- };
644
- onBlur: {
645
- type: PropType<(e: FocusEvent) => void>;
646
- default: (e: FocusEvent) => void;
647
- };
648
- onFocus: {
649
- type: PropType<(e: FocusEvent) => void>;
650
- default: (e: FocusEvent) => void;
651
- };
652
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
653
- size: ButtonSize;
654
- value: ValueType;
655
- onFocus: (e: FocusEvent) => void;
656
- onBlur: (e: FocusEvent) => void;
657
- onChange: (value: ValueType) => void;
658
- onInput: (text: string) => void;
659
- disabled: boolean;
660
- max: ValueType;
661
- min: ValueType;
662
- prefixCls: string;
663
- autofocus: boolean;
664
- readonly: boolean;
665
- status: "" | "error" | "warning";
666
- defaultValue: ValueType;
667
- 'onUpdate:value': (value: ValueType) => void;
668
- step: ValueType;
669
- bordered: boolean;
670
- onPressEnter: KeyboardEventHandler;
671
- formatter: (value: ValueType, info: {
672
- userTyping: boolean;
673
- input: string;
674
- }) => string;
675
- keyboard: boolean;
676
- onStep: (value: ValueType, info: {
677
- offset: ValueType;
678
- type: "up" | "down";
679
- }) => void;
680
- stringMode: boolean;
681
- controls: boolean;
682
- parser: (displayValue: string) => ValueType;
683
- }> | null;
684
- }, any>;
362
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
685
363
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
686
364
  export default _default;
687
365
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,11 +1,6 @@
1
1
  import { ApFieldRadioProps } from '../interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, GlobalComponents, GlobalDirectives } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { FieldMode } from '..';
4
- import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
- import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
6
- import { RadioGroupButtonStyle, RadioGroupOptionType } from '@aplus-frontend/antdv/es/radio/interface';
7
- import { RadioChangeEvent } from '@aplus-frontend/antdv';
8
- import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
9
4
  declare function focus(): void;
10
5
  declare function blur(): void;
11
6
  declare const _default: DefineComponent<ApFieldRadioProps, {
@@ -20,96 +15,5 @@ declare const _default: DefineComponent<ApFieldRadioProps, {
20
15
  vertical: boolean;
21
16
  disabled: boolean;
22
17
  emptyText: string;
23
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
24
- radioGroupRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
25
- prefixCls: StringConstructor;
26
- value: VueTypeValidableDef<any>;
27
- size: {
28
- type: PropType<"default" | "small" | "large">;
29
- default: "default" | "small" | "large";
30
- };
31
- options: {
32
- type: PropType<(string | number | RadioGroupChildOption)[]>;
33
- default: (string | number | RadioGroupChildOption)[];
34
- };
35
- disabled: {
36
- type: BooleanConstructor;
37
- default: boolean;
38
- };
39
- name: StringConstructor;
40
- buttonStyle: {
41
- type: PropType<RadioGroupButtonStyle>;
42
- default: RadioGroupButtonStyle;
43
- };
44
- id: StringConstructor;
45
- optionType: {
46
- type: PropType<RadioGroupOptionType>;
47
- default: RadioGroupOptionType;
48
- };
49
- onChange: {
50
- type: PropType<(e: RadioChangeEvent) => void>;
51
- default: (e: RadioChangeEvent) => void;
52
- };
53
- 'onUpdate:value': {
54
- type: PropType<(val: any) => void>;
55
- default: (val: any) => void;
56
- };
57
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
58
- size: "default" | "small" | "large";
59
- onChange: (e: RadioChangeEvent) => void;
60
- disabled: boolean;
61
- 'onUpdate:value': (val: any) => void;
62
- options: (string | number | RadioGroupChildOption)[];
63
- buttonStyle: RadioGroupButtonStyle;
64
- optionType: RadioGroupOptionType;
65
- }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
66
- P: {};
67
- B: {};
68
- D: {};
69
- C: {};
70
- M: {};
71
- Defaults: {};
72
- }, Readonly< ExtractPropTypes<{
73
- prefixCls: StringConstructor;
74
- value: VueTypeValidableDef<any>;
75
- size: {
76
- type: PropType<"default" | "small" | "large">;
77
- default: "default" | "small" | "large";
78
- };
79
- options: {
80
- type: PropType<(string | number | RadioGroupChildOption)[]>;
81
- default: (string | number | RadioGroupChildOption)[];
82
- };
83
- disabled: {
84
- type: BooleanConstructor;
85
- default: boolean;
86
- };
87
- name: StringConstructor;
88
- buttonStyle: {
89
- type: PropType<RadioGroupButtonStyle>;
90
- default: RadioGroupButtonStyle;
91
- };
92
- id: StringConstructor;
93
- optionType: {
94
- type: PropType<RadioGroupOptionType>;
95
- default: RadioGroupOptionType;
96
- };
97
- onChange: {
98
- type: PropType<(e: RadioChangeEvent) => void>;
99
- default: (e: RadioChangeEvent) => void;
100
- };
101
- 'onUpdate:value': {
102
- type: PropType<(val: any) => void>;
103
- default: (val: any) => void;
104
- };
105
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
106
- size: "default" | "small" | "large";
107
- onChange: (e: RadioChangeEvent) => void;
108
- disabled: boolean;
109
- 'onUpdate:value': (val: any) => void;
110
- options: (string | number | RadioGroupChildOption)[];
111
- buttonStyle: RadioGroupButtonStyle;
112
- optionType: RadioGroupOptionType;
113
- }> | null;
114
- }, any>;
18
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
115
19
  export default _default;