@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,15 +1,12 @@
1
1
  import { ApFormItemNumberProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
- import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent } from 'vue';
3
+ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
4
4
  import { FieldMode, ApFieldNumberProps } from '../../..';
5
5
  import { ButtonSize } from '@aplus-frontend/antdv/es/button';
6
6
  import { ValueType } from '@aplus-frontend/antdv/es/input-number/src/utils/MiniDecimal';
7
7
  import { KeyboardEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
8
- import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
9
- import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
10
8
  import { OnCleanup } from '@vue/reactivity';
11
9
  declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
10
  slots: Readonly<{
14
11
  addonBefore?: any;
15
12
  addonAfter?: any;
@@ -84,327 +81,6 @@ declare function __VLS_template(): {
84
81
  };
85
82
  $refs: {
86
83
  [x: string]: unknown;
87
- } & {
88
- inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
89
- size: {
90
- type: PropType<ButtonSize>;
91
- default: ButtonSize;
92
- };
93
- bordered: {
94
- type: BooleanConstructor;
95
- default: boolean;
96
- };
97
- placeholder: StringConstructor;
98
- name: StringConstructor;
99
- id: StringConstructor;
100
- type: StringConstructor;
101
- addonBefore: VueTypeValidableDef<any>;
102
- addonAfter: VueTypeValidableDef<any>;
103
- prefix: VueTypeValidableDef<any>;
104
- suffix: VueTypeValidableDef<any>;
105
- 'onUpdate:value': {
106
- type: PropType<(value: ValueType) => void>;
107
- default: (value: ValueType) => void;
108
- };
109
- valueModifiers: ObjectConstructor;
110
- status: {
111
- type: PropType<"" | "error" | "warning">;
112
- default: "" | "error" | "warning";
113
- };
114
- stringMode: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- defaultValue: {
119
- type: PropType<ValueType>;
120
- default: ValueType;
121
- };
122
- value: {
123
- type: PropType<ValueType>;
124
- default: ValueType;
125
- };
126
- prefixCls: {
127
- type: PropType<string>;
128
- default: string;
129
- };
130
- min: {
131
- type: PropType<ValueType>;
132
- default: ValueType;
133
- };
134
- max: {
135
- type: PropType<ValueType>;
136
- default: ValueType;
137
- };
138
- step: {
139
- type: PropType<ValueType>;
140
- default: ValueType;
141
- };
142
- tabindex: NumberConstructor;
143
- controls: {
144
- type: BooleanConstructor;
145
- default: boolean;
146
- };
147
- readonly: {
148
- type: BooleanConstructor;
149
- default: boolean;
150
- };
151
- disabled: {
152
- type: BooleanConstructor;
153
- default: boolean;
154
- };
155
- autofocus: {
156
- type: BooleanConstructor;
157
- default: boolean;
158
- };
159
- keyboard: {
160
- type: BooleanConstructor;
161
- default: boolean;
162
- };
163
- parser: {
164
- type: PropType<(displayValue: string) => ValueType>;
165
- default: (displayValue: string) => ValueType;
166
- };
167
- formatter: {
168
- type: PropType<(value: ValueType, info: {
169
- userTyping: boolean;
170
- input: string;
171
- }) => string>;
172
- default: (value: ValueType, info: {
173
- userTyping: boolean;
174
- input: string;
175
- }) => string;
176
- };
177
- precision: NumberConstructor;
178
- decimalSeparator: StringConstructor;
179
- onInput: {
180
- type: PropType<(text: string) => void>;
181
- default: (text: string) => void;
182
- };
183
- onChange: {
184
- type: PropType<(value: ValueType) => void>;
185
- default: (value: ValueType) => void;
186
- };
187
- onPressEnter: {
188
- type: PropType<KeyboardEventHandler>;
189
- default: KeyboardEventHandler;
190
- };
191
- onStep: {
192
- type: PropType<(value: ValueType, info: {
193
- offset: ValueType;
194
- type: "up" | "down";
195
- }) => void>;
196
- default: (value: ValueType, info: {
197
- offset: ValueType;
198
- type: "up" | "down";
199
- }) => void;
200
- };
201
- onBlur: {
202
- type: PropType<(e: FocusEvent) => void>;
203
- default: (e: FocusEvent) => void;
204
- };
205
- onFocus: {
206
- type: PropType<(e: FocusEvent) => void>;
207
- default: (e: FocusEvent) => void;
208
- };
209
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
210
- size: ButtonSize;
211
- value: ValueType;
212
- onFocus: (e: FocusEvent) => void;
213
- onBlur: (e: FocusEvent) => void;
214
- onChange: (value: ValueType) => void;
215
- onInput: (text: string) => void;
216
- disabled: boolean;
217
- max: ValueType;
218
- min: ValueType;
219
- prefixCls: string;
220
- autofocus: boolean;
221
- readonly: boolean;
222
- status: "" | "error" | "warning";
223
- defaultValue: ValueType;
224
- 'onUpdate:value': (value: ValueType) => void;
225
- step: ValueType;
226
- bordered: boolean;
227
- onPressEnter: KeyboardEventHandler;
228
- formatter: (value: ValueType, info: {
229
- userTyping: boolean;
230
- input: string;
231
- }) => string;
232
- keyboard: boolean;
233
- onStep: (value: ValueType, info: {
234
- offset: ValueType;
235
- type: "up" | "down";
236
- }) => void;
237
- stringMode: boolean;
238
- controls: boolean;
239
- parser: (displayValue: string) => ValueType;
240
- }, true, {}, CustomSlotsType<{
241
- addonBefore?: any;
242
- addonAfter?: any;
243
- prefix?: any;
244
- suffix?: any;
245
- default?: any;
246
- upIcon?: any;
247
- downIcon?: any;
248
- }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
249
- P: {};
250
- B: {};
251
- D: {};
252
- C: {};
253
- M: {};
254
- Defaults: {};
255
- }, Readonly< ExtractPropTypes<{
256
- size: {
257
- type: PropType<ButtonSize>;
258
- default: ButtonSize;
259
- };
260
- bordered: {
261
- type: BooleanConstructor;
262
- default: boolean;
263
- };
264
- placeholder: StringConstructor;
265
- name: StringConstructor;
266
- id: StringConstructor;
267
- type: StringConstructor;
268
- addonBefore: VueTypeValidableDef<any>;
269
- addonAfter: VueTypeValidableDef<any>;
270
- prefix: VueTypeValidableDef<any>;
271
- suffix: VueTypeValidableDef<any>;
272
- 'onUpdate:value': {
273
- type: PropType<(value: ValueType) => void>;
274
- default: (value: ValueType) => void;
275
- };
276
- valueModifiers: ObjectConstructor;
277
- status: {
278
- type: PropType<"" | "error" | "warning">;
279
- default: "" | "error" | "warning";
280
- };
281
- stringMode: {
282
- type: BooleanConstructor;
283
- default: boolean;
284
- };
285
- defaultValue: {
286
- type: PropType<ValueType>;
287
- default: ValueType;
288
- };
289
- value: {
290
- type: PropType<ValueType>;
291
- default: ValueType;
292
- };
293
- prefixCls: {
294
- type: PropType<string>;
295
- default: string;
296
- };
297
- min: {
298
- type: PropType<ValueType>;
299
- default: ValueType;
300
- };
301
- max: {
302
- type: PropType<ValueType>;
303
- default: ValueType;
304
- };
305
- step: {
306
- type: PropType<ValueType>;
307
- default: ValueType;
308
- };
309
- tabindex: NumberConstructor;
310
- controls: {
311
- type: BooleanConstructor;
312
- default: boolean;
313
- };
314
- readonly: {
315
- type: BooleanConstructor;
316
- default: boolean;
317
- };
318
- disabled: {
319
- type: BooleanConstructor;
320
- default: boolean;
321
- };
322
- autofocus: {
323
- type: BooleanConstructor;
324
- default: boolean;
325
- };
326
- keyboard: {
327
- type: BooleanConstructor;
328
- default: boolean;
329
- };
330
- parser: {
331
- type: PropType<(displayValue: string) => ValueType>;
332
- default: (displayValue: string) => ValueType;
333
- };
334
- formatter: {
335
- type: PropType<(value: ValueType, info: {
336
- userTyping: boolean;
337
- input: string;
338
- }) => string>;
339
- default: (value: ValueType, info: {
340
- userTyping: boolean;
341
- input: string;
342
- }) => string;
343
- };
344
- precision: NumberConstructor;
345
- decimalSeparator: StringConstructor;
346
- onInput: {
347
- type: PropType<(text: string) => void>;
348
- default: (text: string) => void;
349
- };
350
- onChange: {
351
- type: PropType<(value: ValueType) => void>;
352
- default: (value: ValueType) => void;
353
- };
354
- onPressEnter: {
355
- type: PropType<KeyboardEventHandler>;
356
- default: KeyboardEventHandler;
357
- };
358
- onStep: {
359
- type: PropType<(value: ValueType, info: {
360
- offset: ValueType;
361
- type: "up" | "down";
362
- }) => void>;
363
- default: (value: ValueType, info: {
364
- offset: ValueType;
365
- type: "up" | "down";
366
- }) => void;
367
- };
368
- onBlur: {
369
- type: PropType<(e: FocusEvent) => void>;
370
- default: (e: FocusEvent) => void;
371
- };
372
- onFocus: {
373
- type: PropType<(e: FocusEvent) => void>;
374
- default: (e: FocusEvent) => void;
375
- };
376
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
377
- size: ButtonSize;
378
- value: ValueType;
379
- onFocus: (e: FocusEvent) => void;
380
- onBlur: (e: FocusEvent) => void;
381
- onChange: (value: ValueType) => void;
382
- onInput: (text: string) => void;
383
- disabled: boolean;
384
- max: ValueType;
385
- min: ValueType;
386
- prefixCls: string;
387
- autofocus: boolean;
388
- readonly: boolean;
389
- status: "" | "error" | "warning";
390
- defaultValue: ValueType;
391
- 'onUpdate:value': (value: ValueType) => void;
392
- step: ValueType;
393
- bordered: boolean;
394
- onPressEnter: KeyboardEventHandler;
395
- formatter: (value: ValueType, info: {
396
- userTyping: boolean;
397
- input: string;
398
- }) => string;
399
- keyboard: boolean;
400
- onStep: (value: ValueType, info: {
401
- offset: ValueType;
402
- type: "up" | "down";
403
- }) => void;
404
- stringMode: boolean;
405
- controls: boolean;
406
- parser: (displayValue: string) => ValueType;
407
- }> | null;
408
84
  };
409
85
  $slots: Readonly<{
410
86
  [name: string]: Slot<any> | undefined;
@@ -484,7 +160,7 @@ declare function __VLS_template(): {
484
160
  };
485
161
  }) | null;
486
162
  };
487
- rootEl: any;
163
+ attrs: Partial<{}>;
488
164
  };
489
165
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
490
166
  declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
@@ -498,465 +174,7 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
498
174
  hasFeedback: boolean;
499
175
  autoLink: boolean;
500
176
  validateFirst: boolean;
501
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
502
- inputNumberRef: ({
503
- $: ComponentInternalInstance;
504
- $data: {};
505
- $props: {
506
- readonly mode?: FieldMode | undefined;
507
- readonly class?: unknown;
508
- readonly style?: unknown;
509
- readonly size?: ButtonSize;
510
- readonly step?: ValueType | undefined;
511
- readonly onBlur?: ((e: FocusEvent) => void) | undefined;
512
- readonly onChange?: ((value: ValueType) => void) | undefined;
513
- readonly onFocus?: ((e: FocusEvent) => void) | undefined;
514
- readonly onInput?: ((text: string) => void) | undefined;
515
- readonly value?: ValueType | undefined;
516
- readonly disabled?: boolean | undefined;
517
- readonly bordered?: boolean | undefined;
518
- readonly prefixCls?: string | undefined;
519
- readonly status?: "" | "error" | "warning" | undefined;
520
- readonly keyboard?: boolean | undefined;
521
- readonly autofocus?: boolean | undefined;
522
- readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
523
- readonly max?: ValueType | undefined;
524
- readonly min?: ValueType | undefined;
525
- readonly defaultValue?: ValueType | undefined;
526
- readonly onPressEnter?: KeyboardEventHandler | undefined;
527
- readonly readonly?: boolean | undefined;
528
- readonly stringMode?: boolean | undefined;
529
- readonly controls?: boolean | undefined;
530
- readonly parser?: ((displayValue: string) => ValueType) | undefined;
531
- readonly formatter?: ((value: ValueType, info: {
532
- userTyping: boolean;
533
- input: string;
534
- }) => string) | undefined;
535
- readonly onStep?: ((value: ValueType, info: {
536
- offset: ValueType;
537
- type: "up" | "down";
538
- }) => void) | undefined;
539
- readonly type?: string | undefined;
540
- readonly name?: string | undefined;
541
- readonly id?: string | undefined;
542
- readonly placeholder?: string | undefined;
543
- readonly tabindex?: number | undefined;
544
- readonly prefix?: any;
545
- readonly suffix?: any;
546
- readonly valueModifiers?: Record<string, any> | undefined;
547
- readonly addonBefore?: any;
548
- readonly addonAfter?: any;
549
- readonly precision?: number | undefined;
550
- readonly decimalSeparator?: string | undefined;
551
- readonly emptyText?: string | undefined;
552
- readonly thousands?: boolean | undefined;
553
- readonly limitDecimalsRetain?: boolean | undefined;
554
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
555
- $attrs: {
556
- [x: string]: unknown;
557
- };
558
- $refs: {
559
- [x: string]: unknown;
560
- } & {
561
- inputRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
562
- size: {
563
- type: PropType<ButtonSize>;
564
- default: ButtonSize;
565
- };
566
- bordered: {
567
- type: BooleanConstructor;
568
- default: boolean;
569
- };
570
- placeholder: StringConstructor;
571
- name: StringConstructor;
572
- id: StringConstructor;
573
- type: StringConstructor;
574
- addonBefore: VueTypeValidableDef<any>;
575
- addonAfter: VueTypeValidableDef<any>;
576
- prefix: VueTypeValidableDef<any>;
577
- suffix: VueTypeValidableDef<any>;
578
- 'onUpdate:value': {
579
- type: PropType<(value: ValueType) => void>;
580
- default: (value: ValueType) => void;
581
- };
582
- valueModifiers: ObjectConstructor;
583
- status: {
584
- type: PropType<"" | "error" | "warning">;
585
- default: "" | "error" | "warning";
586
- };
587
- stringMode: {
588
- type: BooleanConstructor;
589
- default: boolean;
590
- };
591
- defaultValue: {
592
- type: PropType<ValueType>;
593
- default: ValueType;
594
- };
595
- value: {
596
- type: PropType<ValueType>;
597
- default: ValueType;
598
- };
599
- prefixCls: {
600
- type: PropType<string>;
601
- default: string;
602
- };
603
- min: {
604
- type: PropType<ValueType>;
605
- default: ValueType;
606
- };
607
- max: {
608
- type: PropType<ValueType>;
609
- default: ValueType;
610
- };
611
- step: {
612
- type: PropType<ValueType>;
613
- default: ValueType;
614
- };
615
- tabindex: NumberConstructor;
616
- controls: {
617
- type: BooleanConstructor;
618
- default: boolean;
619
- };
620
- readonly: {
621
- type: BooleanConstructor;
622
- default: boolean;
623
- };
624
- disabled: {
625
- type: BooleanConstructor;
626
- default: boolean;
627
- };
628
- autofocus: {
629
- type: BooleanConstructor;
630
- default: boolean;
631
- };
632
- keyboard: {
633
- type: BooleanConstructor;
634
- default: boolean;
635
- };
636
- parser: {
637
- type: PropType<(displayValue: string) => ValueType>;
638
- default: (displayValue: string) => ValueType;
639
- };
640
- formatter: {
641
- type: PropType<(value: ValueType, info: {
642
- userTyping: boolean;
643
- input: string;
644
- }) => string>;
645
- default: (value: ValueType, info: {
646
- userTyping: boolean;
647
- input: string;
648
- }) => string;
649
- };
650
- precision: NumberConstructor;
651
- decimalSeparator: StringConstructor;
652
- onInput: {
653
- type: PropType<(text: string) => void>;
654
- default: (text: string) => void;
655
- };
656
- onChange: {
657
- type: PropType<(value: ValueType) => void>;
658
- default: (value: ValueType) => void;
659
- };
660
- onPressEnter: {
661
- type: PropType<KeyboardEventHandler>;
662
- default: KeyboardEventHandler;
663
- };
664
- onStep: {
665
- type: PropType<(value: ValueType, info: {
666
- offset: ValueType;
667
- type: "up" | "down";
668
- }) => void>;
669
- default: (value: ValueType, info: {
670
- offset: ValueType;
671
- type: "up" | "down";
672
- }) => void;
673
- };
674
- onBlur: {
675
- type: PropType<(e: FocusEvent) => void>;
676
- default: (e: FocusEvent) => void;
677
- };
678
- onFocus: {
679
- type: PropType<(e: FocusEvent) => void>;
680
- default: (e: FocusEvent) => void;
681
- };
682
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
683
- size: ButtonSize;
684
- value: ValueType;
685
- onFocus: (e: FocusEvent) => void;
686
- onBlur: (e: FocusEvent) => void;
687
- onChange: (value: ValueType) => void;
688
- onInput: (text: string) => void;
689
- disabled: boolean;
690
- max: ValueType;
691
- min: ValueType;
692
- prefixCls: string;
693
- autofocus: boolean;
694
- readonly: boolean;
695
- status: "" | "error" | "warning";
696
- defaultValue: ValueType;
697
- 'onUpdate:value': (value: ValueType) => void;
698
- step: ValueType;
699
- bordered: boolean;
700
- onPressEnter: KeyboardEventHandler;
701
- formatter: (value: ValueType, info: {
702
- userTyping: boolean;
703
- input: string;
704
- }) => string;
705
- keyboard: boolean;
706
- onStep: (value: ValueType, info: {
707
- offset: ValueType;
708
- type: "up" | "down";
709
- }) => void;
710
- stringMode: boolean;
711
- controls: boolean;
712
- parser: (displayValue: string) => ValueType;
713
- }, true, {}, CustomSlotsType<{
714
- addonBefore?: any;
715
- addonAfter?: any;
716
- prefix?: any;
717
- suffix?: any;
718
- default?: any;
719
- upIcon?: any;
720
- downIcon?: any;
721
- }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
722
- P: {};
723
- B: {};
724
- D: {};
725
- C: {};
726
- M: {};
727
- Defaults: {};
728
- }, Readonly< ExtractPropTypes<{
729
- size: {
730
- type: PropType<ButtonSize>;
731
- default: ButtonSize;
732
- };
733
- bordered: {
734
- type: BooleanConstructor;
735
- default: boolean;
736
- };
737
- placeholder: StringConstructor;
738
- name: StringConstructor;
739
- id: StringConstructor;
740
- type: StringConstructor;
741
- addonBefore: VueTypeValidableDef<any>;
742
- addonAfter: VueTypeValidableDef<any>;
743
- prefix: VueTypeValidableDef<any>;
744
- suffix: VueTypeValidableDef<any>;
745
- 'onUpdate:value': {
746
- type: PropType<(value: ValueType) => void>;
747
- default: (value: ValueType) => void;
748
- };
749
- valueModifiers: ObjectConstructor;
750
- status: {
751
- type: PropType<"" | "error" | "warning">;
752
- default: "" | "error" | "warning";
753
- };
754
- stringMode: {
755
- type: BooleanConstructor;
756
- default: boolean;
757
- };
758
- defaultValue: {
759
- type: PropType<ValueType>;
760
- default: ValueType;
761
- };
762
- value: {
763
- type: PropType<ValueType>;
764
- default: ValueType;
765
- };
766
- prefixCls: {
767
- type: PropType<string>;
768
- default: string;
769
- };
770
- min: {
771
- type: PropType<ValueType>;
772
- default: ValueType;
773
- };
774
- max: {
775
- type: PropType<ValueType>;
776
- default: ValueType;
777
- };
778
- step: {
779
- type: PropType<ValueType>;
780
- default: ValueType;
781
- };
782
- tabindex: NumberConstructor;
783
- controls: {
784
- type: BooleanConstructor;
785
- default: boolean;
786
- };
787
- readonly: {
788
- type: BooleanConstructor;
789
- default: boolean;
790
- };
791
- disabled: {
792
- type: BooleanConstructor;
793
- default: boolean;
794
- };
795
- autofocus: {
796
- type: BooleanConstructor;
797
- default: boolean;
798
- };
799
- keyboard: {
800
- type: BooleanConstructor;
801
- default: boolean;
802
- };
803
- parser: {
804
- type: PropType<(displayValue: string) => ValueType>;
805
- default: (displayValue: string) => ValueType;
806
- };
807
- formatter: {
808
- type: PropType<(value: ValueType, info: {
809
- userTyping: boolean;
810
- input: string;
811
- }) => string>;
812
- default: (value: ValueType, info: {
813
- userTyping: boolean;
814
- input: string;
815
- }) => string;
816
- };
817
- precision: NumberConstructor;
818
- decimalSeparator: StringConstructor;
819
- onInput: {
820
- type: PropType<(text: string) => void>;
821
- default: (text: string) => void;
822
- };
823
- onChange: {
824
- type: PropType<(value: ValueType) => void>;
825
- default: (value: ValueType) => void;
826
- };
827
- onPressEnter: {
828
- type: PropType<KeyboardEventHandler>;
829
- default: KeyboardEventHandler;
830
- };
831
- onStep: {
832
- type: PropType<(value: ValueType, info: {
833
- offset: ValueType;
834
- type: "up" | "down";
835
- }) => void>;
836
- default: (value: ValueType, info: {
837
- offset: ValueType;
838
- type: "up" | "down";
839
- }) => void;
840
- };
841
- onBlur: {
842
- type: PropType<(e: FocusEvent) => void>;
843
- default: (e: FocusEvent) => void;
844
- };
845
- onFocus: {
846
- type: PropType<(e: FocusEvent) => void>;
847
- default: (e: FocusEvent) => void;
848
- };
849
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
850
- size: ButtonSize;
851
- value: ValueType;
852
- onFocus: (e: FocusEvent) => void;
853
- onBlur: (e: FocusEvent) => void;
854
- onChange: (value: ValueType) => void;
855
- onInput: (text: string) => void;
856
- disabled: boolean;
857
- max: ValueType;
858
- min: ValueType;
859
- prefixCls: string;
860
- autofocus: boolean;
861
- readonly: boolean;
862
- status: "" | "error" | "warning";
863
- defaultValue: ValueType;
864
- 'onUpdate:value': (value: ValueType) => void;
865
- step: ValueType;
866
- bordered: boolean;
867
- onPressEnter: KeyboardEventHandler;
868
- formatter: (value: ValueType, info: {
869
- userTyping: boolean;
870
- input: string;
871
- }) => string;
872
- keyboard: boolean;
873
- onStep: (value: ValueType, info: {
874
- offset: ValueType;
875
- type: "up" | "down";
876
- }) => void;
877
- stringMode: boolean;
878
- controls: boolean;
879
- parser: (displayValue: string) => ValueType;
880
- }> | null;
881
- };
882
- $slots: Readonly<{
883
- [name: string]: Slot<any> | undefined;
884
- }>;
885
- $root: ComponentPublicInstance | null;
886
- $parent: ComponentPublicInstance | null;
887
- $host: Element | null;
888
- $emit: (event: "update:value", ...args: any[]) => void;
889
- $el: any;
890
- $options: ComponentOptionsBase<Readonly< ApFieldNumberProps> & Readonly<{
891
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
892
- }>, {
893
- focus: () => void;
894
- blur: () => void;
895
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
896
- "update:value": (...args: any[]) => void;
897
- }, string, {
898
- step: ValueType;
899
- disabled: boolean;
900
- bordered: boolean;
901
- keyboard: boolean;
902
- max: ValueType;
903
- min: ValueType;
904
- controls: boolean;
905
- emptyText: string;
906
- thousands: boolean;
907
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
908
- beforeCreate?: (() => void) | (() => void)[];
909
- created?: (() => void) | (() => void)[];
910
- beforeMount?: (() => void) | (() => void)[];
911
- mounted?: (() => void) | (() => void)[];
912
- beforeUpdate?: (() => void) | (() => void)[];
913
- updated?: (() => void) | (() => void)[];
914
- activated?: (() => void) | (() => void)[];
915
- deactivated?: (() => void) | (() => void)[];
916
- beforeDestroy?: (() => void) | (() => void)[];
917
- beforeUnmount?: (() => void) | (() => void)[];
918
- destroyed?: (() => void) | (() => void)[];
919
- unmounted?: (() => void) | (() => void)[];
920
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
921
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
922
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
923
- };
924
- $forceUpdate: () => void;
925
- $nextTick: nextTick;
926
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
927
- } & Readonly<{
928
- step: ValueType;
929
- disabled: boolean;
930
- bordered: boolean;
931
- keyboard: boolean;
932
- max: ValueType;
933
- min: ValueType;
934
- controls: boolean;
935
- emptyText: string;
936
- thousands: boolean;
937
- }> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
938
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
939
- }>, "blur" | "focus" | ("step" | "disabled" | "bordered" | "keyboard" | "max" | "min" | "controls" | "emptyText" | "thousands")> & ShallowUnwrapRef<{
940
- focus: () => void;
941
- blur: () => void;
942
- }> & {} & ComponentCustomProperties & {} & {
943
- $slots: Readonly<{
944
- addonBefore?: any;
945
- addonAfter?: any;
946
- prefix?: any;
947
- default?: any;
948
- upIcon?: any;
949
- downIcon?: any;
950
- }> & {
951
- addonBefore?: any;
952
- addonAfter?: any;
953
- prefix?: any;
954
- default?: any;
955
- upIcon?: any;
956
- downIcon?: any;
957
- };
958
- }) | null;
959
- }, any>;
177
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
960
178
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
961
179
  export default _default;
962
180
  type __VLS_WithTemplateSlots<T, S> = T & {