@aplus-frontend/ui 0.1.8 → 0.1.9

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 (335) 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/number/index.vue.d.ts +42 -138
  18. package/es/src/ap-field/radio/index.vue.d.ts +31 -51
  19. package/es/src/ap-field/rate/index.vue.d.ts +39 -46
  20. package/es/src/ap-field/segmented/index.vue.d.ts +32 -47
  21. package/es/src/ap-field/select/index.vue.d.ts +59 -192
  22. package/es/src/ap-field/slider/index.vue.d.ts +40 -115
  23. package/es/src/ap-field/switch/index.vue.d.ts +35 -60
  24. package/es/src/ap-field/text/index.vue.d.ts +38 -105
  25. package/es/src/ap-field/text/password.vue.d.ts +45 -113
  26. package/es/src/ap-field/text-area/index.vue.d.ts +38 -117
  27. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
  28. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +25 -30
  29. package/es/src/ap-form/ap-form-item.vue.d.ts +38 -128
  30. package/es/src/ap-form/ap-form-item.vue.mjs +52 -42
  31. package/es/src/ap-form/ap-form-list.vue.d.ts +11 -2
  32. package/es/src/ap-form/ap-form.vue.d.ts +36 -238
  33. package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
  34. package/es/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
  35. package/es/src/ap-form/items/date/index.vue.d.ts +37 -131
  36. package/es/src/ap-form/items/date-range/index.vue.d.ts +37 -131
  37. package/es/src/ap-form/items/number/index.vue.d.ts +38 -132
  38. package/es/src/ap-form/items/radio/index.vue.d.ts +38 -8
  39. package/es/src/ap-form/items/select/index.vue.d.ts +38 -132
  40. package/es/src/ap-form/items/switch/index.vue.d.ts +39 -7
  41. package/es/src/ap-form/items/text/index.vue.d.ts +38 -132
  42. package/es/src/ap-form/items/text/password.vue.d.ts +38 -132
  43. package/es/src/ap-form/items/text-area/index.vue.d.ts +38 -9
  44. package/es/src/ap-form/modal-form/index.vue.d.ts +52 -17
  45. package/es/src/ap-form/search-form/index.vue.d.ts +50 -254
  46. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +26 -3
  47. package/es/src/ap-list/index.vue.d.ts +3 -3
  48. package/es/src/ap-table/ap-table.vue.d.ts +2 -2
  49. package/es/src/ap-table/components/index/index.vue.d.ts +24 -3
  50. package/es/src/ap-table/components/status/index.vue.d.ts +11 -2
  51. package/es/src/ap-table/constants.d.ts +12370 -4527
  52. package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  53. package/es/src/ap-table/hooks/use-table-paging.d.ts +3 -7
  54. package/es/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
  55. package/es/src/ap-tag/ap-tag-group.vue.mjs +88 -88
  56. package/es/src/ap-tag/ap-tag.vue.d.ts +28 -3
  57. package/es/src/ap-upload/apUpload.vue.d.ts +48 -23
  58. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  59. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
  60. package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  61. package/es/src/base-button/button.vue.d.ts +24 -3
  62. package/es/src/base-button/index.d.ts +110 -7
  63. package/es/src/base-button/modal-button.vue.d.ts +14 -8
  64. package/es/src/base-button/pop-confirm-button.vue.d.ts +10 -7
  65. package/es/src/basic/arrow.vue.d.ts +11 -2
  66. package/es/src/basic/help.vue.d.ts +50 -324
  67. package/es/src/basic/index.d.ts +202 -667
  68. package/es/src/basic/title.vue.d.ts +24 -3
  69. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
  70. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
  71. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
  72. package/es/src/business/ap-label/ApLabel.vue.d.ts +40 -45
  73. package/es/src/business/ap-label/ApLabel.vue2.mjs +53 -39
  74. package/es/src/business/ap-label/ApLabelGroup.d.ts +25 -0
  75. package/es/src/business/ap-label/ApLabelGroup.mjs +36 -0
  76. package/es/src/business/ap-label/constans.d.ts +12 -0
  77. package/es/src/business/ap-label/constans.mjs +13 -0
  78. package/es/src/business/ap-label/interface.d.ts +16 -2
  79. package/es/src/business/ap-label/style.css +26 -1
  80. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  81. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
  82. package/es/src/business/ap-status/ApStatus.vue.d.ts +28 -3
  83. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
  84. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
  85. package/es/src/business/index.d.ts +965 -201
  86. package/es/src/business/index.mjs +21 -19
  87. package/es/src/business/title/ApTitle.vue.d.ts +32 -3
  88. package/es/src/button/button.vue.d.ts +11 -2
  89. package/es/src/button/index.d.ts +32 -16
  90. package/es/src/check-card/group.vue.d.ts +41 -17
  91. package/es/src/check-card/index.vue.d.ts +35 -20
  92. package/es/src/config-provider/config-provider.d.ts +137 -41
  93. package/es/src/config-provider/index.d.ts +545 -161
  94. package/es/src/container/collapse/header.vue.d.ts +13 -11
  95. package/es/src/container/collapse/index.vue.d.ts +40 -11
  96. package/es/src/container/index.d.ts +119 -40
  97. package/es/src/container/scroll-container.vue.d.ts +12 -3
  98. package/es/src/count-down/button.vue.d.ts +24 -3
  99. package/es/src/count-down/index.d.ts +111 -12
  100. package/es/src/count-down/input.vue.d.ts +24 -3
  101. package/es/src/cropper/cropper-avatar.vue.d.ts +33 -6
  102. package/es/src/cropper/cropper-image.vue.d.ts +36 -5
  103. package/es/src/cropper/cropper-modal.vue.d.ts +21 -13
  104. package/es/src/cropper/index.d.ts +269 -24
  105. package/es/src/description/description.vue.d.ts +45 -15
  106. package/es/src/description/index.d.ts +171 -51
  107. package/es/src/dropdown/dropdown.vue.d.ts +30 -5
  108. package/es/src/dropdown/index.d.ts +76 -12
  109. package/es/src/editable-table/form-item.vue.d.ts +4 -4
  110. package/es/src/editable-table/index.vue.d.ts +4 -4
  111. package/es/src/hooks/useControllableValue.d.ts +1 -1
  112. package/es/src/icon/icon.vue.d.ts +29 -3
  113. package/es/src/icon/index.d.ts +159 -12
  114. package/es/src/icon/svg-icon.vue.d.ts +28 -3
  115. package/es/src/icon-picker/icon-picker.vue.d.ts +38 -5
  116. package/es/src/icon-picker/index.d.ts +139 -12
  117. package/es/src/index.mjs +184 -183
  118. package/es/src/modal/basic.vue.d.ts +117 -147
  119. package/es/src/modal/components/modal-close.vue.d.ts +26 -5
  120. package/es/src/modal/components/modal-footer.vue.d.ts +116 -146
  121. package/es/src/modal/components/modal-header.vue.d.ts +11 -2
  122. package/es/src/modal/components/modal-wrapper.vue.d.ts +43 -19
  123. package/es/src/modal/components/modal.d.ts +115 -145
  124. package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  125. package/es/src/modal/index.d.ts +462 -287
  126. package/es/src/pro-form/components/api-cascader.vue.d.ts +38 -5
  127. package/es/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
  128. package/es/src/pro-form/components/api-select.vue.d.ts +38 -5
  129. package/es/src/pro-form/components/api-transfer.vue.d.ts +40 -5
  130. package/es/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
  131. package/es/src/pro-form/components/api-tree.vue.d.ts +28 -5
  132. package/es/src/pro-form/components/form-action.vue.d.ts +38 -5
  133. package/es/src/pro-form/components/form-item.vue.d.ts +34 -14
  134. package/es/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
  135. package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
  136. package/es/src/pro-form/pro-form.vue.d.ts +57 -6
  137. package/es/src/pro-form/table-form-inner.vue.d.ts +34 -5
  138. package/es/src/pro-form/table-form.vue.d.ts +29 -4
  139. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
  140. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
  141. package/es/src/pro-table/components/header-cell.vue.d.ts +9 -726
  142. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  143. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  144. package/es/src/pro-table/components/settings/index.vue.d.ts +11 -8
  145. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  146. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  147. package/es/src/pro-table/components/table-action.vue.d.ts +24 -10
  148. package/es/src/pro-table/components/table-footer.vue.d.ts +30 -5
  149. package/es/src/pro-table/components/table-header.vue.d.ts +31 -15
  150. package/es/src/pro-table/components/table-image.vue.d.ts +32 -3
  151. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
  152. package/es/src/pro-table/components/table-title.vue.d.ts +13 -7
  153. package/es/src/pro-table/pro-table.vue.d.ts +61 -8
  154. package/es/src/prompt/dialog.vue.d.ts +11 -2
  155. package/es/src/scroll-bar/bar-item.d.ts +9 -10
  156. package/es/src/scroll-bar/index.d.ts +135 -12
  157. package/es/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
  158. package/es/src/strength-meter/index.d.ts +55 -12
  159. package/es/src/strength-meter/strength-meter.vue.d.ts +26 -5
  160. package/es/src/tests/wrapper.d.ts +6 -3
  161. package/es/src/theme/ap-label/ap-label.css +26 -1
  162. package/es/src/transition/collapse-transition.vue.d.ts +2 -2
  163. package/es/src/transition/create-transition.d.ts +25 -13
  164. package/es/src/transition/index.d.ts +193 -88
  165. package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
  166. package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
  167. package/es/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
  168. package/lib/index.js +1 -1
  169. package/lib/src/ap-action/group/index.vue.d.ts +30 -3
  170. package/lib/src/ap-action/item/index.vue.d.ts +30 -3
  171. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
  172. package/lib/src/ap-action/item-modal/index.vue.d.ts +33 -6
  173. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
  174. package/lib/src/ap-custom-column/column-select.vue.d.ts +14 -5
  175. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  176. package/lib/src/ap-custom-column/custom-column.vue.d.ts +14 -5
  177. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  178. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
  179. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
  180. package/lib/src/ap-download/ap-download.vue.d.ts +28 -3
  181. package/lib/src/ap-field/checkbox/index.vue.d.ts +31 -40
  182. package/lib/src/ap-field/date/index.vue.d.ts +64 -19
  183. package/lib/src/ap-field/date-range/index.vue.d.ts +66 -20
  184. package/lib/src/ap-field/number/index.vue.d.ts +42 -138
  185. package/lib/src/ap-field/radio/index.vue.d.ts +31 -51
  186. package/lib/src/ap-field/rate/index.vue.d.ts +39 -46
  187. package/lib/src/ap-field/segmented/index.vue.d.ts +32 -47
  188. package/lib/src/ap-field/select/index.vue.d.ts +59 -192
  189. package/lib/src/ap-field/slider/index.vue.d.ts +40 -115
  190. package/lib/src/ap-field/switch/index.vue.d.ts +35 -60
  191. package/lib/src/ap-field/text/index.vue.d.ts +38 -105
  192. package/lib/src/ap-field/text/password.vue.d.ts +45 -113
  193. package/lib/src/ap-field/text-area/index.vue.d.ts +38 -117
  194. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
  195. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
  196. package/lib/src/ap-form/ap-form-item.vue.d.ts +38 -128
  197. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  198. package/lib/src/ap-form/ap-form-list.vue.d.ts +11 -2
  199. package/lib/src/ap-form/ap-form.vue.d.ts +36 -238
  200. package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
  201. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
  202. package/lib/src/ap-form/items/date/index.vue.d.ts +37 -131
  203. package/lib/src/ap-form/items/date-range/index.vue.d.ts +37 -131
  204. package/lib/src/ap-form/items/number/index.vue.d.ts +38 -132
  205. package/lib/src/ap-form/items/radio/index.vue.d.ts +38 -8
  206. package/lib/src/ap-form/items/select/index.vue.d.ts +38 -132
  207. package/lib/src/ap-form/items/switch/index.vue.d.ts +39 -7
  208. package/lib/src/ap-form/items/text/index.vue.d.ts +38 -132
  209. package/lib/src/ap-form/items/text/password.vue.d.ts +38 -132
  210. package/lib/src/ap-form/items/text-area/index.vue.d.ts +38 -9
  211. package/lib/src/ap-form/modal-form/index.vue.d.ts +52 -17
  212. package/lib/src/ap-form/search-form/index.vue.d.ts +50 -254
  213. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +26 -3
  214. package/lib/src/ap-list/index.vue.d.ts +3 -3
  215. package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
  216. package/lib/src/ap-table/components/index/index.vue.d.ts +24 -3
  217. package/lib/src/ap-table/components/status/index.vue.d.ts +11 -2
  218. package/lib/src/ap-table/constants.d.ts +12370 -4527
  219. package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
  220. package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -7
  221. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
  222. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  223. package/lib/src/ap-tag/ap-tag.vue.d.ts +28 -3
  224. package/lib/src/ap-upload/apUpload.vue.d.ts +48 -23
  225. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
  226. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
  227. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
  228. package/lib/src/base-button/button.vue.d.ts +24 -3
  229. package/lib/src/base-button/index.d.ts +110 -7
  230. package/lib/src/base-button/modal-button.vue.d.ts +14 -8
  231. package/lib/src/base-button/pop-confirm-button.vue.d.ts +10 -7
  232. package/lib/src/basic/arrow.vue.d.ts +11 -2
  233. package/lib/src/basic/help.vue.d.ts +50 -324
  234. package/lib/src/basic/index.d.ts +202 -667
  235. package/lib/src/basic/title.vue.d.ts +24 -3
  236. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
  237. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
  238. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
  239. package/lib/src/business/ap-label/ApLabel.vue.d.ts +40 -45
  240. package/lib/src/business/ap-label/ApLabel.vue2.js +1 -1
  241. package/lib/src/business/ap-label/ApLabelGroup.d.ts +25 -0
  242. package/lib/src/business/ap-label/ApLabelGroup.js +1 -0
  243. package/lib/src/business/ap-label/constans.d.ts +12 -0
  244. package/lib/src/business/ap-label/constans.js +1 -0
  245. package/lib/src/business/ap-label/interface.d.ts +16 -2
  246. package/lib/src/business/ap-label/style.css +26 -1
  247. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  248. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  249. package/lib/src/business/ap-status/ApStatus.vue.d.ts +28 -3
  250. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
  251. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
  252. package/lib/src/business/index.d.ts +965 -201
  253. package/lib/src/business/index.js +1 -1
  254. package/lib/src/business/title/ApTitle.vue.d.ts +32 -3
  255. package/lib/src/button/button.vue.d.ts +11 -2
  256. package/lib/src/button/index.d.ts +32 -16
  257. package/lib/src/check-card/group.vue.d.ts +41 -17
  258. package/lib/src/check-card/index.vue.d.ts +35 -20
  259. package/lib/src/config-provider/config-provider.d.ts +137 -41
  260. package/lib/src/config-provider/index.d.ts +545 -161
  261. package/lib/src/container/collapse/header.vue.d.ts +13 -11
  262. package/lib/src/container/collapse/index.vue.d.ts +40 -11
  263. package/lib/src/container/index.d.ts +119 -40
  264. package/lib/src/container/scroll-container.vue.d.ts +12 -3
  265. package/lib/src/count-down/button.vue.d.ts +24 -3
  266. package/lib/src/count-down/index.d.ts +111 -12
  267. package/lib/src/count-down/input.vue.d.ts +24 -3
  268. package/lib/src/cropper/cropper-avatar.vue.d.ts +33 -6
  269. package/lib/src/cropper/cropper-image.vue.d.ts +36 -5
  270. package/lib/src/cropper/cropper-modal.vue.d.ts +21 -13
  271. package/lib/src/cropper/index.d.ts +269 -24
  272. package/lib/src/description/description.vue.d.ts +45 -15
  273. package/lib/src/description/index.d.ts +171 -51
  274. package/lib/src/dropdown/dropdown.vue.d.ts +30 -5
  275. package/lib/src/dropdown/index.d.ts +76 -12
  276. package/lib/src/editable-table/form-item.vue.d.ts +4 -4
  277. package/lib/src/editable-table/index.vue.d.ts +4 -4
  278. package/lib/src/hooks/useControllableValue.d.ts +1 -1
  279. package/lib/src/icon/icon.vue.d.ts +29 -3
  280. package/lib/src/icon/index.d.ts +159 -12
  281. package/lib/src/icon/svg-icon.vue.d.ts +28 -3
  282. package/lib/src/icon-picker/icon-picker.vue.d.ts +38 -5
  283. package/lib/src/icon-picker/index.d.ts +139 -12
  284. package/lib/src/index.js +1 -1
  285. package/lib/src/modal/basic.vue.d.ts +117 -147
  286. package/lib/src/modal/components/modal-close.vue.d.ts +26 -5
  287. package/lib/src/modal/components/modal-footer.vue.d.ts +116 -146
  288. package/lib/src/modal/components/modal-header.vue.d.ts +11 -2
  289. package/lib/src/modal/components/modal-wrapper.vue.d.ts +43 -19
  290. package/lib/src/modal/components/modal.d.ts +115 -145
  291. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
  292. package/lib/src/modal/index.d.ts +462 -287
  293. package/lib/src/pro-form/components/api-cascader.vue.d.ts +38 -5
  294. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
  295. package/lib/src/pro-form/components/api-select.vue.d.ts +38 -5
  296. package/lib/src/pro-form/components/api-transfer.vue.d.ts +40 -5
  297. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
  298. package/lib/src/pro-form/components/api-tree.vue.d.ts +28 -5
  299. package/lib/src/pro-form/components/form-action.vue.d.ts +38 -5
  300. package/lib/src/pro-form/components/form-item.vue.d.ts +34 -14
  301. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
  302. package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
  303. package/lib/src/pro-form/pro-form.vue.d.ts +57 -6
  304. package/lib/src/pro-form/table-form-inner.vue.d.ts +34 -5
  305. package/lib/src/pro-form/table-form.vue.d.ts +29 -4
  306. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
  307. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
  308. package/lib/src/pro-table/components/header-cell.vue.d.ts +9 -726
  309. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
  310. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  311. package/lib/src/pro-table/components/settings/index.vue.d.ts +11 -8
  312. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  313. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  314. package/lib/src/pro-table/components/table-action.vue.d.ts +24 -10
  315. package/lib/src/pro-table/components/table-footer.vue.d.ts +30 -5
  316. package/lib/src/pro-table/components/table-header.vue.d.ts +31 -15
  317. package/lib/src/pro-table/components/table-image.vue.d.ts +32 -3
  318. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
  319. package/lib/src/pro-table/components/table-title.vue.d.ts +13 -7
  320. package/lib/src/pro-table/pro-table.vue.d.ts +61 -8
  321. package/lib/src/prompt/dialog.vue.d.ts +11 -2
  322. package/lib/src/scroll-bar/bar-item.d.ts +9 -10
  323. package/lib/src/scroll-bar/index.d.ts +135 -12
  324. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
  325. package/lib/src/strength-meter/index.d.ts +55 -12
  326. package/lib/src/strength-meter/strength-meter.vue.d.ts +26 -5
  327. package/lib/src/tests/wrapper.d.ts +6 -3
  328. package/lib/src/theme/ap-label/ap-label.css +26 -1
  329. package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
  330. package/lib/src/transition/create-transition.d.ts +25 -13
  331. package/lib/src/transition/index.d.ts +193 -88
  332. package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
  333. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  334. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
  335. package/package.json +2 -2
@@ -1,16 +1,16 @@
1
- import { isVNode as y, defineComponent as P, createPropsRestProxy as C, useSlots as h, watch as k, shallowRef as R, computed as S, unref as n, createVNode as b, mergeProps as i, openBlock as a, createBlock as m, withCtx as B, createElementBlock as N, Fragment as j, renderList as x, resolveDynamicComponent as v } from "vue";
2
- import { Col as F, Row as _ } from "ant-design-vue";
3
- import { pick as D, isBoolean as I } from "lodash-unified";
1
+ import { isVNode as C, defineComponent as h, useSlots as w, watch as k, shallowRef as _, computed as P, unref as n, createVNode as R, mergeProps as c, openBlock as a, createBlock as u, withCtx as S, createElementBlock as b, Fragment as x, renderList as B, resolveDynamicComponent as N } from "vue";
2
+ import { Col as j, Row as v } from "ant-design-vue";
3
+ import { pick as F, isBoolean as D, omit as I } from "lodash-unified";
4
4
  import { apFormItemColPropKeys as O } from "../constant.mjs";
5
5
  import { genRealChildren as d, buildColSpan as V, getStringName as $ } from "./helper.mjs";
6
6
  import "../../config-provider/index.mjs";
7
7
  import "../style/ap-form-item-group.css";
8
8
  import { isDef as A } from "../../utils/index.mjs";
9
9
  import { useNamespace as E } from "../../config-provider/hooks/use-namespace.mjs";
10
- function G(o) {
11
- return typeof o == "function" || Object.prototype.toString.call(o) === "[object Object]" && !y(o);
10
+ function G(t) {
11
+ return typeof t == "function" || Object.prototype.toString.call(t) === "[object Object]" && !C(t);
12
12
  }
13
- const U = /* @__PURE__ */ P({
13
+ const U = /* @__PURE__ */ h({
14
14
  name: "ApFormItemGroup",
15
15
  __name: "index",
16
16
  props: {
@@ -22,43 +22,38 @@ const U = /* @__PURE__ */ P({
22
22
  },
23
23
  wrap: {
24
24
  type: Boolean,
25
- default: () => {
26
- }
25
+ default: void 0
27
26
  },
28
27
  countPerRow: {
29
28
  default: 3
30
29
  }
31
30
  },
32
- setup(o) {
31
+ setup(t) {
33
32
  const {
34
- b: s
35
- } = E("ap-form-item-group"), p = C(o, ["countPerRow", "gutter", "wrap"]);
36
- console.log("restProps", p);
37
- const l = h();
38
- k(() => l.default(), (e) => {
39
- u.value = d(e);
33
+ b: p
34
+ } = E("ap-form-item-group"), s = t, i = w();
35
+ k(() => i.default(), (o) => {
36
+ l.value = d(o);
40
37
  });
41
- const u = R(d(l.default())), f = S(() => n(u).map((e, c) => {
42
- const t = e.props, r = D(t, O), g = r != null && r.span ? {} : V(o.countPerRow), w = I(t.hidden) ? !!t.hidden : A(t.hidden);
38
+ const l = _(d(i.default())), f = P(() => n(l).map((o, m) => {
39
+ const e = o.props, r = F(e, O), g = r != null && r.span ? {} : V(s.countPerRow), y = D(e.hidden) ? !!e.hidden : A(e.hidden);
43
40
  return {
44
- key: `${c}-${$(t.name)}`,
45
- node: b(F, i(g, r, {
46
- class: w ? s("col-hidden") : ""
47
- }), G(e) ? e : {
48
- default: () => [e]
41
+ key: `${m}-${$(e.name)}`,
42
+ node: R(j, c(g, r, {
43
+ class: y ? p("col-hidden") : ""
44
+ }), G(o) ? o : {
45
+ default: () => [o]
49
46
  })
50
47
  };
51
48
  }));
52
- return (e, c) => (a(), m(n(_), i({
53
- class: n(s)(),
54
- gutter: e.gutter,
55
- wrap: e.wrap
56
- }, p), {
57
- default: B(() => [(a(!0), N(j, null, x(f.value, (t) => (a(), m(v(t.node), {
58
- key: t.key
49
+ return (o, m) => (a(), u(n(v), c({
50
+ class: n(p)()
51
+ }, n(I)(s, ["countPerRow"])), {
52
+ default: S(() => [(a(!0), b(x, null, B(f.value, (e) => (a(), u(N(e.node), {
53
+ key: e.key
59
54
  }))), 128))]),
60
55
  _: 1
61
- }, 16, ["class", "gutter", "wrap"]));
56
+ }, 16, ["class"]));
62
57
  }
63
58
  });
64
59
  export {
@@ -1,141 +1,34 @@
1
- import { ApFormItemProps, ApFormItemSlots, ApFormColProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, HTMLAttributes, ComponentProvideOptions } from 'vue';
3
- import { VueTypeValidableDef, VueTypeDef } from '../../node_modules/vue-types';
4
- import { ColSize } from 'ant-design-vue/es/grid';
5
- import { FormLabelAlign } from 'ant-design-vue/es/form/interface';
6
- import { RuleObject } from 'ant-design-vue/es/form';
1
+ import { ApFormItemProps, ApFormItemSlots } from './interface';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
7
3
  declare function onFieldBlur(): void;
8
4
  declare function onFieldChange(): void;
9
5
  declare function clearValidate(): void;
10
6
  declare function resetField(): void;
11
7
  declare function getFieldValue(): any;
12
8
  declare function __VLS_template(): Readonly<ApFormItemSlots> & ApFormItemSlots;
13
- declare const __VLS_component: DefineComponent<ApFormItemProps, {
9
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemProps>, {
10
+ hasFeedback: boolean;
11
+ colon: undefined;
12
+ autoLink: boolean;
13
+ required: undefined;
14
+ validateFirst: undefined;
15
+ bordered: boolean;
16
+ valuePropName: string;
17
+ }>, {
14
18
  onFieldBlur: typeof onFieldBlur;
15
19
  onFieldChange: typeof onFieldChange;
16
20
  clearValidate: typeof clearValidate;
17
21
  resetField: typeof resetField;
18
22
  getFieldValue: typeof getFieldValue;
19
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Partial< ExtractPropTypes<{
20
- htmlFor: StringConstructor;
21
- prefixCls: StringConstructor;
22
- label: VueTypeValidableDef<any>;
23
- help: VueTypeValidableDef<any>;
24
- extra: VueTypeValidableDef<any>;
25
- labelCol: {
26
- type: PropType<Partial< ExtractPropTypes<{
27
- span: (StringConstructor | NumberConstructor)[];
28
- order: (StringConstructor | NumberConstructor)[];
29
- offset: (StringConstructor | NumberConstructor)[];
30
- push: (StringConstructor | NumberConstructor)[];
31
- pull: (StringConstructor | NumberConstructor)[];
32
- xs: {
33
- type: PropType<string | number | ColSize>;
34
- default: string | number | ColSize;
35
- };
36
- sm: {
37
- type: PropType<string | number | ColSize>;
38
- default: string | number | ColSize;
39
- };
40
- md: {
41
- type: PropType<string | number | ColSize>;
42
- default: string | number | ColSize;
43
- };
44
- lg: {
45
- type: PropType<string | number | ColSize>;
46
- default: string | number | ColSize;
47
- };
48
- xl: {
49
- type: PropType<string | number | ColSize>;
50
- default: string | number | ColSize;
51
- };
52
- xxl: {
53
- type: PropType<string | number | ColSize>;
54
- default: string | number | ColSize;
55
- };
56
- prefixCls: StringConstructor;
57
- flex: (StringConstructor | NumberConstructor)[];
58
- }>> & HTMLAttributes>;
59
- };
60
- wrapperCol: {
61
- type: PropType<Partial< ExtractPropTypes<{
62
- span: (StringConstructor | NumberConstructor)[];
63
- order: (StringConstructor | NumberConstructor)[];
64
- offset: (StringConstructor | NumberConstructor)[];
65
- push: (StringConstructor | NumberConstructor)[];
66
- pull: (StringConstructor | NumberConstructor)[];
67
- xs: {
68
- type: PropType<string | number | ColSize>;
69
- default: string | number | ColSize;
70
- };
71
- sm: {
72
- type: PropType<string | number | ColSize>;
73
- default: string | number | ColSize;
74
- };
75
- md: {
76
- type: PropType<string | number | ColSize>;
77
- default: string | number | ColSize;
78
- };
79
- lg: {
80
- type: PropType<string | number | ColSize>;
81
- default: string | number | ColSize;
82
- };
83
- xl: {
84
- type: PropType<string | number | ColSize>;
85
- default: string | number | ColSize;
86
- };
87
- xxl: {
88
- type: PropType<string | number | ColSize>;
89
- default: string | number | ColSize;
90
- };
91
- prefixCls: StringConstructor;
92
- flex: (StringConstructor | NumberConstructor)[];
93
- }>> & HTMLAttributes>;
94
- };
95
- hasFeedback: {
96
- type: BooleanConstructor;
97
- default: boolean;
98
- };
99
- colon: {
100
- type: BooleanConstructor;
101
- default: any;
102
- };
103
- labelAlign: PropType<FormLabelAlign>;
104
- prop: {
105
- type: PropType<string | number | (string | number)[]>;
106
- };
107
- name: {
108
- type: PropType<string | number | (string | number)[]>;
109
- };
110
- rules: PropType< RuleObject | RuleObject[]>;
111
- autoLink: {
112
- type: BooleanConstructor;
113
- default: boolean;
114
- };
115
- required: {
116
- type: BooleanConstructor;
117
- default: any;
118
- };
119
- validateFirst: {
120
- type: BooleanConstructor;
121
- default: any;
122
- };
123
- validateStatus: VueTypeDef<string>;
124
- validateTrigger: {
125
- type: PropType<string | string[]>;
126
- };
127
- messageVariables: {
128
- type: PropType<Record<string, string>>;
129
- };
130
- hidden: BooleanConstructor;
131
- noStyle: BooleanConstructor;
132
- tooltip: StringConstructor;
133
- }>> & Partial< ApFormColProps> & {
134
- bordered?: boolean;
135
- valuePropName?: string;
136
- initialValue?: any;
137
- _signal?: number;
138
- } & {}>, {
23
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemProps>, {
24
+ hasFeedback: boolean;
25
+ colon: undefined;
26
+ autoLink: boolean;
27
+ required: undefined;
28
+ validateFirst: undefined;
29
+ bordered: boolean;
30
+ valuePropName: string;
31
+ }>>>, {
139
32
  required: boolean;
140
33
  bordered: boolean;
141
34
  colon: boolean;
@@ -143,11 +36,28 @@ declare const __VLS_component: DefineComponent<ApFormItemProps, {
143
36
  autoLink: boolean;
144
37
  validateFirst: boolean;
145
38
  valuePropName: string;
146
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
39
+ }, {}>;
147
40
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
148
41
  export default _default;
42
+ type __VLS_WithDefaults<P, D> = {
43
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
+ default: D[K];
45
+ }> : P[K];
46
+ };
47
+ type __VLS_Prettify<T> = {
48
+ [K in keyof T]: T[K];
49
+ } & {};
149
50
  type __VLS_WithTemplateSlots<T, S> = T & {
150
51
  new (): {
151
52
  $slots: S;
152
53
  };
153
54
  };
55
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
56
+ type __VLS_TypePropsToOption<T> = {
57
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
58
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
59
+ } : {
60
+ type: PropType<T[K]>;
61
+ required: true;
62
+ };
63
+ };
@@ -1,14 +1,14 @@
1
- import { defineComponent as q, useSlots as D, ref as f, onMounted as E, computed as g, unref as t, watch as K, cloneVNode as O, openBlock as h, createBlock as C, mergeProps as Q, createSlots as U, withCtx as i, resolveDynamicComponent as w, createCommentVNode as G, createElementVNode as H, normalizeClass as J, createVNode as V, normalizeStyle as M, renderList as W, renderSlot as X, normalizeProps as Y, guardReactiveProps as Z } from "vue";
2
- import { Form as ee, Tooltip as oe } from "ant-design-vue";
1
+ import { defineComponent as q, useSlots as D, ref as f, onMounted as E, computed as h, unref as l, watch as K, cloneVNode as O, openBlock as C, createBlock as k, mergeProps as Q, createSlots as U, withCtx as i, resolveDynamicComponent as w, createCommentVNode as G, createElementVNode as H, normalizeClass as J, createVNode as p, normalizeStyle as M, renderList as W, renderSlot as X, normalizeProps as Y, guardReactiveProps as Z } from "vue";
2
+ import { Form as ee, Tooltip as oe, Typography as le } from "ant-design-vue";
3
3
  import { useToken as te } from "ant-design-vue/es/theme/internal";
4
- import { isArray as le, omit as k } from "lodash-unified";
4
+ import { isArray as ae, omit as V } from "lodash-unified";
5
5
  import { apFormItemColPropKeys as re } from "./constant.mjs";
6
- import { QuestionCircleOutlined as ae } from "@ant-design/icons-vue";
6
+ import { QuestionCircleOutlined as ne } from "@ant-design/icons-vue";
7
7
  import "../config-provider/index.mjs";
8
- import { useInjectForm as ne } from "./context.mjs";
8
+ import { useInjectForm as ie } from "./context.mjs";
9
9
  import "./style/ap-form-item.css";
10
10
  import { useNamespace as ue } from "../config-provider/hooks/use-namespace.mjs";
11
- const be = /* @__PURE__ */ q({
11
+ const Be = /* @__PURE__ */ q({
12
12
  name: "ApFormItem",
13
13
  __name: "ap-form-item",
14
14
  props: {
@@ -52,84 +52,84 @@ const be = /* @__PURE__ */ q({
52
52
  _signal: {}
53
53
  },
54
54
  setup(N, { expose: P }) {
55
- var F, b;
56
- const o = N, l = D(), { model: u, updateModel: d, internalInstance: s } = ne(), { m: p, b: x } = ue("ap-form-item"), m = f(!1), r = f(), [, S] = te();
55
+ var F, B;
56
+ const o = N, t = D(), { model: u, updateModel: s, internalInstance: d } = ie(), { m: c, b: S } = ue("ap-form-item"), m = f(!1), a = f(), [, x] = te();
57
57
  E(() => {
58
- s == null || s.registerField({
58
+ d == null || d.registerField({
59
59
  name: o.name,
60
60
  initialValue: o.initialValue
61
61
  });
62
62
  });
63
- const c = g(() => o.name ? le(o.name) ? o.name.reduce((e, a) => e == null ? void 0 : e[a], t(u)) : u == null ? void 0 : u.value[o.name] : null), v = f((b = (F = l.default) == null ? void 0 : F.call(l)) == null ? void 0 : b[0]);
63
+ const y = h(() => o.name ? ae(o.name) ? o.name.reduce((e, r) => e == null ? void 0 : e[r], l(u)) : u == null ? void 0 : u.value[o.name] : null), v = f((B = (F = t.default) == null ? void 0 : F.call(t)) == null ? void 0 : B[0]);
64
64
  K(
65
65
  () => {
66
66
  var e;
67
- return (e = l.default) == null ? void 0 : e.call(l);
67
+ return (e = t.default) == null ? void 0 : e.call(t);
68
68
  },
69
69
  (e) => {
70
70
  v.value = e == null ? void 0 : e[0];
71
71
  }
72
72
  );
73
- function _(e) {
74
- d == null || d(o.name, e);
73
+ function I(e) {
74
+ s == null || s(o.name, e);
75
75
  }
76
- function I() {
76
+ function T() {
77
77
  m.value = !0;
78
78
  }
79
79
  function z() {
80
80
  m.value = !1;
81
81
  }
82
- const y = g(() => {
83
- var a, n;
82
+ const b = h(() => {
83
+ var r, n;
84
84
  if (!o.name)
85
- return (a = l.default()) == null ? void 0 : a[0];
86
- const e = t(v);
85
+ return (r = t.default()) == null ? void 0 : r[0];
86
+ const e = l(v);
87
87
  return e ? O(e, {
88
- [o.valuePropName]: t(c),
89
- [`onUpdate:${o.valuePropName}`]: _,
88
+ [o.valuePropName]: l(y),
89
+ [`onUpdate:${o.valuePropName}`]: I,
90
90
  bordered: o.bordered ? !1 : (n = e == null ? void 0 : e.props) == null ? void 0 : n.bordered,
91
- onFocus: I,
91
+ onFocus: T,
92
92
  onBlur: z
93
93
  }) : null;
94
94
  });
95
95
  function A() {
96
96
  var e;
97
- (e = r.value) == null || e.onFieldBlur();
97
+ (e = a.value) == null || e.onFieldBlur();
98
98
  }
99
99
  function R() {
100
100
  var e;
101
- (e = r.value) == null || e.onFieldChange();
101
+ (e = a.value) == null || e.onFieldChange();
102
102
  }
103
- function T() {
103
+ function _() {
104
104
  var e;
105
- (e = r.value) == null || e.clearValidate();
105
+ (e = a.value) == null || e.clearValidate();
106
106
  }
107
107
  function L() {
108
108
  var e;
109
- (e = r.value) == null || e.resetField();
109
+ (e = a.value) == null || e.resetField();
110
110
  }
111
111
  function $() {
112
- return t(c);
112
+ return l(y);
113
113
  }
114
114
  return P({
115
115
  onFieldBlur: A,
116
116
  onFieldChange: R,
117
- clearValidate: T,
117
+ clearValidate: _,
118
118
  resetField: L,
119
119
  getFieldValue: $
120
- }), (e, a) => (h(), C(t(ee).Item, Q({
120
+ }), (e, r) => (C(), k(l(ee).Item, Q({
121
121
  ref_key: "formItemRef",
122
- ref: r
123
- }, t(k)(o, [...t(re), "tooltip"]), {
122
+ ref: a
123
+ }, l(V)(o, [...l(re), "tooltip", "label"]), {
124
124
  class: {
125
- [t(p)("bordered")]: e.bordered,
126
- [t(p)("focused")]: e.bordered && m.value,
127
- [t(x)()]: !0
125
+ [l(c)("bordered")]: e.bordered,
126
+ [l(c)("focused")]: e.bordered && m.value,
127
+ [l(S)()]: !0
128
128
  },
129
129
  colon: e.bordered ? !1 : o.colon
130
130
  }), U({
131
131
  default: i(() => [
132
- y.value ? (h(), C(w(y.value), { key: 0 })) : G("", !0)
132
+ b.value ? (C(), k(w(b.value), { key: 0 })) : G("", !0)
133
133
  ]),
134
134
  _: 2
135
135
  }, [
@@ -139,12 +139,12 @@ const be = /* @__PURE__ */ q({
139
139
  H("span", {
140
140
  class: J(n)
141
141
  }, [
142
- V(t(oe), {
142
+ p(l(oe), {
143
143
  title: o.tooltip
144
144
  }, {
145
145
  default: i(() => [
146
- V(t(ae), {
147
- style: M({ color: t(S).colorPrimary })
146
+ p(l(ne), {
147
+ style: M({ color: l(x).colorPrimary })
148
148
  }, null, 8, ["style"])
149
149
  ]),
150
150
  _: 1
@@ -153,15 +153,25 @@ const be = /* @__PURE__ */ q({
153
153
  ]),
154
154
  key: "0"
155
155
  } : void 0,
156
- W(t(k)(l, "default"), (n, B) => ({
157
- name: B,
156
+ e.label ? {
157
+ name: "label",
158
+ fn: i(() => [
159
+ p(l(le).Text, {
160
+ ellipsis: { tooltip: e.label },
161
+ content: e.label
162
+ }, null, 8, ["ellipsis", "content"])
163
+ ]),
164
+ key: "1"
165
+ } : void 0,
166
+ W(l(V)(t, "default"), (n, g) => ({
167
+ name: g,
158
168
  fn: i((j) => [
159
- X(e.$slots, B, Y(Z(j || {})))
169
+ X(e.$slots, g, Y(Z(j || {})))
160
170
  ])
161
171
  }))
162
172
  ]), 1040, ["class", "colon"]));
163
173
  }
164
174
  });
165
175
  export {
166
- be as default
176
+ Be as default
167
177
  };
@@ -1,5 +1,5 @@
1
1
  import { ApFormListProps } from './interface';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  type FormListField = {
4
4
  key: number;
5
5
  name: (string | number)[];
@@ -17,7 +17,7 @@ type ApFormListSlots = {
17
17
  }): any;
18
18
  };
19
19
  declare function __VLS_template(): Readonly<ApFormListSlots> & ApFormListSlots;
20
- declare const __VLS_component: DefineComponent<ApFormListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormListProps & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
20
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<ApFormListProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ApFormListProps>>>, {}, {}>;
21
21
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
22
  export default _default;
23
23
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -25,3 +25,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
25
25
  $slots: S;
26
26
  };
27
27
  };
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToOption<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };