@aplus-frontend/ui 0.1.21 → 0.1.22

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 (313) hide show
  1. package/es/index.mjs +176 -170
  2. package/es/src/ap-action/group/index.vue.d.ts +7 -6
  3. package/es/src/ap-action/item/index.vue.d.ts +20 -14
  4. package/es/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
  5. package/es/src/ap-action/item-modal/index.vue.d.ts +20 -14
  6. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
  7. package/es/src/ap-custom-column/column-select.vue.mjs +47 -46
  8. package/es/src/ap-custom-column/custom-column.vue.mjs +36 -35
  9. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
  10. package/es/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
  11. package/es/src/ap-download/ap-download.vue.d.ts +17 -12
  12. package/es/src/ap-field/checkbox/index.vue.d.ts +6 -5
  13. package/es/src/ap-field/date/index.vue.d.ts +18 -12
  14. package/es/src/ap-field/date-range/index.vue.d.ts +25 -19
  15. package/es/src/ap-field/number/index.vue.d.ts +459 -12
  16. package/es/src/ap-field/radio/index.vue.d.ts +6 -5
  17. package/es/src/ap-field/rate/index.vue.d.ts +138 -16
  18. package/es/src/ap-field/segmented/index.vue.d.ts +25 -19
  19. package/es/src/ap-field/select/index.vue.d.ts +597 -16
  20. package/es/src/ap-field/select/index.vue.mjs +1 -1
  21. package/es/src/ap-field/slider/index.vue.d.ts +375 -12
  22. package/es/src/ap-field/switch/index.vue.d.ts +16 -11
  23. package/es/src/ap-field/text/index.vue.d.ts +19 -13
  24. package/es/src/ap-field/text/password.vue.d.ts +19 -13
  25. package/es/src/ap-field/text-area/index.vue.d.ts +7 -6
  26. package/es/src/ap-field/text-area/index.vue.mjs +1 -1
  27. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
  28. package/es/src/ap-form/ap-form-item.vue.d.ts +1008 -12
  29. package/es/src/ap-form/ap-form-item.vue.mjs +47 -44
  30. package/es/src/ap-form/ap-form-list.vue.d.ts +12 -7
  31. package/es/src/ap-form/ap-form.vue.d.ts +884 -13
  32. package/es/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
  33. package/es/src/ap-form/items/date/index.vue.d.ts +40 -35
  34. package/es/src/ap-form/items/date-range/index.vue.d.ts +39 -34
  35. package/es/src/ap-form/items/number/index.vue.d.ts +583 -27
  36. package/es/src/ap-form/items/radio/index.vue.d.ts +217 -13
  37. package/es/src/ap-form/items/select/index.vue.d.ts +43 -38
  38. package/es/src/ap-form/items/switch/index.vue.d.ts +24 -19
  39. package/es/src/ap-form/items/text/index.vue.d.ts +591 -25
  40. package/es/src/ap-form/items/text/password.vue.d.ts +658 -27
  41. package/es/src/ap-form/items/text-area/index.vue.d.ts +486 -13
  42. package/es/src/ap-form/modal-form/index.vue.d.ts +650 -16
  43. package/es/src/ap-form/search-form/index.vue.d.ts +652 -18
  44. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
  45. package/es/src/ap-list/index.vue.d.ts +5 -5
  46. package/es/src/ap-modal/utils/createModal.mjs +4 -4
  47. package/es/src/ap-table/ap-table.vue.d.ts +5 -5
  48. package/es/src/ap-table/components/index/index.vue.d.ts +4 -4
  49. package/es/src/ap-table/constants.d.ts +1071 -1072
  50. package/es/src/ap-table/hooks/use-table-paging.d.ts +2 -1
  51. package/es/src/ap-table/utils.d.ts +586 -587
  52. package/es/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
  53. package/es/src/ap-tag/ap-tag.vue.d.ts +5 -5
  54. package/es/src/base-button/button.vue.d.ts +17 -12
  55. package/es/src/base-button/index.d.ts +30 -30
  56. package/es/src/basic/index.d.ts +6 -6
  57. package/es/src/basic/title.vue.d.ts +16 -11
  58. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
  59. package/es/src/business/ap-image/ApImage.vue.d.ts +22 -1
  60. package/es/src/business/ap-image/ApImage.vue2.mjs +23 -23
  61. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
  62. package/es/src/business/ap-label/ApLabel.d.ts +2 -2
  63. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  64. package/es/src/business/ap-status/ApStatus.vue.d.ts +5 -5
  65. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
  66. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
  67. package/es/src/business/ap-table-modal/hooks/use-create-table-modal.mjs +41 -0
  68. package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
  69. package/es/src/business/ap-table-modal/hooks/use-table-modal.mjs +29 -0
  70. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
  71. package/es/src/business/ap-table-modal/hooks/use-table-select-modal.mjs +28 -0
  72. package/es/src/business/ap-table-modal/index.d.ts +538 -0
  73. package/es/src/business/ap-table-modal/index.mjs +11 -0
  74. package/es/src/business/ap-table-modal/interface.d.ts +63 -0
  75. package/es/src/business/ap-table-modal/interface.mjs +4 -0
  76. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
  77. package/es/src/business/ap-table-modal/modal-title.vue.mjs +4 -0
  78. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +50 -0
  79. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
  80. package/es/src/business/ap-table-modal/table-modal.vue.mjs +4 -0
  81. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +177 -0
  82. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
  83. package/es/src/business/index.d.ts +140 -131
  84. package/es/src/business/index.mjs +18 -16
  85. package/es/src/business/title/ApTitle.vue.d.ts +17 -12
  86. package/es/src/button/button.vue.d.ts +12 -7
  87. package/es/src/button/index.d.ts +2 -2
  88. package/es/src/check-card/group.vue.d.ts +18 -13
  89. package/es/src/check-card/index.vue.d.ts +16 -11
  90. package/es/src/config-provider/config-provider-props.d.ts +6 -4
  91. package/es/src/config-provider/config-provider.d.ts +5 -5
  92. package/es/src/config-provider/hooks/use-global-config.d.ts +2 -1
  93. package/es/src/config-provider/index.d.ts +17 -17
  94. package/es/src/container/index.d.ts +4 -4
  95. package/es/src/container/scroll-container.vue.d.ts +181 -8
  96. package/es/src/count-down/button.vue.d.ts +4 -4
  97. package/es/src/count-down/index.d.ts +8 -8
  98. package/es/src/count-down/input.vue.d.ts +16 -11
  99. package/es/src/cropper/cropper-avatar.vue.d.ts +4 -4
  100. package/es/src/cropper/cropper-image.vue.d.ts +4 -4
  101. package/es/src/cropper/index.d.ts +4 -4
  102. package/es/src/description/index.d.ts +2 -2
  103. package/es/src/dropdown/dropdown.vue.d.ts +16 -11
  104. package/es/src/dropdown/index.d.ts +2 -2
  105. package/es/src/editable-table/form-item.vue.d.ts +5 -5
  106. package/es/src/editable-table/index.vue.d.ts +6 -6
  107. package/es/src/icon/icon.vue.d.ts +4 -5
  108. package/es/src/icon/index.d.ts +16 -16
  109. package/es/src/icon/svg-icon.vue.d.ts +4 -4
  110. package/es/src/icon-picker/icon-picker.vue.d.ts +4 -4
  111. package/es/src/icon-picker/index.d.ts +2 -2
  112. package/es/src/index.mjs +69 -63
  113. package/es/src/locale/lang/en.mjs +25 -0
  114. package/es/src/locale/lang/zh-cn.mjs +25 -0
  115. package/es/src/modal/basic.vue.d.ts +210 -5
  116. package/es/src/modal/components/modal-close.vue.d.ts +4 -4
  117. package/es/src/modal/components/modal-footer.vue.d.ts +10 -5
  118. package/es/src/modal/components/modal-wrapper.vue.d.ts +77 -4
  119. package/es/src/modal/components/modal.d.ts +1 -1
  120. package/es/src/modal/index.d.ts +5 -5
  121. package/es/src/pro-form/components/api-cascader.vue.d.ts +4 -4
  122. package/es/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
  123. package/es/src/pro-form/components/api-select.vue.d.ts +16 -11
  124. package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -5
  125. package/es/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
  126. package/es/src/pro-form/components/api-tree.vue.d.ts +16 -11
  127. package/es/src/pro-form/components/form-action.vue.d.ts +19 -14
  128. package/es/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
  129. package/es/src/pro-form/hooks/use-label-width.d.ts +25 -25
  130. package/es/src/pro-form/pro-form.vue.d.ts +888 -15
  131. package/es/src/pro-form/table-form-inner.vue.d.ts +6 -5
  132. package/es/src/pro-form/table-form.vue.d.ts +6 -5
  133. package/es/src/pro-form/types/form.d.ts +4 -4
  134. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
  135. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  136. package/es/src/pro-table/components/table-action.vue.d.ts +7 -2
  137. package/es/src/pro-table/components/table-footer.vue.d.ts +4 -4
  138. package/es/src/pro-table/components/table-header.vue.d.ts +9 -4
  139. package/es/src/pro-table/components/table-image.vue.d.ts +4 -4
  140. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
  141. package/es/src/pro-table/pro-table.vue.d.ts +2049 -28
  142. package/es/src/prompt/utils.d.ts +1 -1
  143. package/es/src/scroll-bar/index.d.ts +2 -2
  144. package/es/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
  145. package/es/src/strength-meter/index.d.ts +2 -2
  146. package/es/src/strength-meter/strength-meter.vue.d.ts +16 -11
  147. package/es/src/theme/antd-global-overwrite/admin/index.css +1 -0
  148. package/es/src/theme/antd-global-overwrite/admin/table.css +1 -0
  149. package/es/src/theme/antd-global-overwrite/aplus/index.css +1 -0
  150. package/es/src/theme/antd-global-overwrite/aplus/table.css +1 -0
  151. package/es/src/transition/collapse-transition.vue.d.ts +7 -2
  152. package/es/src/utils/config-provider-preset.d.ts +5 -5
  153. package/es/src/work-order-modal/createWorkOrder.mjs +20 -12
  154. package/es/src/work-order-modal/help-message.vue2.mjs +21 -18
  155. package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  156. package/es/src/work-order-modal/work-order-modal.vue.mjs +64 -62
  157. package/lib/index.js +1 -1
  158. package/lib/src/ap-action/group/index.vue.d.ts +7 -6
  159. package/lib/src/ap-action/item/index.vue.d.ts +20 -14
  160. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
  161. package/lib/src/ap-action/item-modal/index.vue.d.ts +20 -14
  162. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
  163. package/lib/src/ap-custom-column/column-select.vue.js +1 -1
  164. package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
  165. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
  166. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
  167. package/lib/src/ap-download/ap-download.vue.d.ts +17 -12
  168. package/lib/src/ap-field/checkbox/index.vue.d.ts +6 -5
  169. package/lib/src/ap-field/date/index.vue.d.ts +18 -12
  170. package/lib/src/ap-field/date-range/index.vue.d.ts +25 -19
  171. package/lib/src/ap-field/number/index.vue.d.ts +459 -12
  172. package/lib/src/ap-field/radio/index.vue.d.ts +6 -5
  173. package/lib/src/ap-field/rate/index.vue.d.ts +138 -16
  174. package/lib/src/ap-field/segmented/index.vue.d.ts +25 -19
  175. package/lib/src/ap-field/select/index.vue.d.ts +597 -16
  176. package/lib/src/ap-field/select/index.vue.js +1 -1
  177. package/lib/src/ap-field/slider/index.vue.d.ts +375 -12
  178. package/lib/src/ap-field/switch/index.vue.d.ts +16 -11
  179. package/lib/src/ap-field/text/index.vue.d.ts +19 -13
  180. package/lib/src/ap-field/text/password.vue.d.ts +19 -13
  181. package/lib/src/ap-field/text-area/index.vue.d.ts +7 -6
  182. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  183. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
  184. package/lib/src/ap-form/ap-form-item.vue.d.ts +1008 -12
  185. package/lib/src/ap-form/ap-form-item.vue.js +1 -1
  186. package/lib/src/ap-form/ap-form-list.vue.d.ts +12 -7
  187. package/lib/src/ap-form/ap-form.vue.d.ts +884 -13
  188. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
  189. package/lib/src/ap-form/items/date/index.vue.d.ts +40 -35
  190. package/lib/src/ap-form/items/date-range/index.vue.d.ts +39 -34
  191. package/lib/src/ap-form/items/number/index.vue.d.ts +583 -27
  192. package/lib/src/ap-form/items/radio/index.vue.d.ts +217 -13
  193. package/lib/src/ap-form/items/select/index.vue.d.ts +43 -38
  194. package/lib/src/ap-form/items/switch/index.vue.d.ts +24 -19
  195. package/lib/src/ap-form/items/text/index.vue.d.ts +591 -25
  196. package/lib/src/ap-form/items/text/password.vue.d.ts +658 -27
  197. package/lib/src/ap-form/items/text-area/index.vue.d.ts +486 -13
  198. package/lib/src/ap-form/modal-form/index.vue.d.ts +650 -16
  199. package/lib/src/ap-form/search-form/index.vue.d.ts +652 -18
  200. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
  201. package/lib/src/ap-list/index.vue.d.ts +5 -5
  202. package/lib/src/ap-modal/utils/createModal.js +1 -1
  203. package/lib/src/ap-table/ap-table.vue.d.ts +5 -5
  204. package/lib/src/ap-table/components/index/index.vue.d.ts +4 -4
  205. package/lib/src/ap-table/constants.d.ts +1071 -1072
  206. package/lib/src/ap-table/hooks/use-table-paging.d.ts +2 -1
  207. package/lib/src/ap-table/utils.d.ts +586 -587
  208. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
  209. package/lib/src/ap-tag/ap-tag.vue.d.ts +5 -5
  210. package/lib/src/base-button/button.vue.d.ts +17 -12
  211. package/lib/src/base-button/index.d.ts +30 -30
  212. package/lib/src/basic/index.d.ts +6 -6
  213. package/lib/src/basic/title.vue.d.ts +16 -11
  214. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
  215. package/lib/src/business/ap-image/ApImage.vue.d.ts +22 -1
  216. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  217. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
  218. package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
  219. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
  220. package/lib/src/business/ap-status/ApStatus.vue.d.ts +5 -5
  221. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
  222. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
  223. package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.js +1 -0
  224. package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
  225. package/lib/src/business/ap-table-modal/hooks/use-table-modal.js +1 -0
  226. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
  227. package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.js +1 -0
  228. package/lib/src/business/ap-table-modal/index.d.ts +538 -0
  229. package/lib/src/business/ap-table-modal/index.js +1 -0
  230. package/lib/src/business/ap-table-modal/interface.d.ts +63 -0
  231. package/lib/src/business/ap-table-modal/interface.js +1 -0
  232. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
  233. package/lib/src/business/ap-table-modal/modal-title.vue.js +1 -0
  234. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -0
  235. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
  236. package/lib/src/business/ap-table-modal/table-modal.vue.js +1 -0
  237. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -0
  238. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
  239. package/lib/src/business/index.d.ts +140 -131
  240. package/lib/src/business/index.js +1 -1
  241. package/lib/src/business/title/ApTitle.vue.d.ts +17 -12
  242. package/lib/src/button/button.vue.d.ts +12 -7
  243. package/lib/src/button/index.d.ts +2 -2
  244. package/lib/src/check-card/group.vue.d.ts +18 -13
  245. package/lib/src/check-card/index.vue.d.ts +16 -11
  246. package/lib/src/config-provider/config-provider-props.d.ts +6 -4
  247. package/lib/src/config-provider/config-provider.d.ts +5 -5
  248. package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -1
  249. package/lib/src/config-provider/index.d.ts +17 -17
  250. package/lib/src/container/index.d.ts +4 -4
  251. package/lib/src/container/scroll-container.vue.d.ts +181 -8
  252. package/lib/src/count-down/button.vue.d.ts +4 -4
  253. package/lib/src/count-down/index.d.ts +8 -8
  254. package/lib/src/count-down/input.vue.d.ts +16 -11
  255. package/lib/src/cropper/cropper-avatar.vue.d.ts +4 -4
  256. package/lib/src/cropper/cropper-image.vue.d.ts +4 -4
  257. package/lib/src/cropper/index.d.ts +4 -4
  258. package/lib/src/description/index.d.ts +2 -2
  259. package/lib/src/dropdown/dropdown.vue.d.ts +16 -11
  260. package/lib/src/dropdown/index.d.ts +2 -2
  261. package/lib/src/editable-table/form-item.vue.d.ts +5 -5
  262. package/lib/src/editable-table/index.vue.d.ts +6 -6
  263. package/lib/src/icon/icon.vue.d.ts +4 -5
  264. package/lib/src/icon/index.d.ts +16 -16
  265. package/lib/src/icon/svg-icon.vue.d.ts +4 -4
  266. package/lib/src/icon-picker/icon-picker.vue.d.ts +4 -4
  267. package/lib/src/icon-picker/index.d.ts +2 -2
  268. package/lib/src/index.js +1 -1
  269. package/lib/src/locale/lang/en.js +1 -1
  270. package/lib/src/locale/lang/zh-cn.js +1 -1
  271. package/lib/src/modal/basic.vue.d.ts +210 -5
  272. package/lib/src/modal/components/modal-close.vue.d.ts +4 -4
  273. package/lib/src/modal/components/modal-footer.vue.d.ts +10 -5
  274. package/lib/src/modal/components/modal-wrapper.vue.d.ts +77 -4
  275. package/lib/src/modal/components/modal.d.ts +1 -1
  276. package/lib/src/modal/index.d.ts +5 -5
  277. package/lib/src/pro-form/components/api-cascader.vue.d.ts +4 -4
  278. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
  279. package/lib/src/pro-form/components/api-select.vue.d.ts +16 -11
  280. package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -5
  281. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
  282. package/lib/src/pro-form/components/api-tree.vue.d.ts +16 -11
  283. package/lib/src/pro-form/components/form-action.vue.d.ts +19 -14
  284. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
  285. package/lib/src/pro-form/hooks/use-label-width.d.ts +25 -25
  286. package/lib/src/pro-form/pro-form.vue.d.ts +888 -15
  287. package/lib/src/pro-form/table-form-inner.vue.d.ts +6 -5
  288. package/lib/src/pro-form/table-form.vue.d.ts +6 -5
  289. package/lib/src/pro-form/types/form.d.ts +4 -4
  290. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
  291. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  292. package/lib/src/pro-table/components/table-action.vue.d.ts +7 -2
  293. package/lib/src/pro-table/components/table-footer.vue.d.ts +4 -4
  294. package/lib/src/pro-table/components/table-header.vue.d.ts +9 -4
  295. package/lib/src/pro-table/components/table-image.vue.d.ts +4 -4
  296. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
  297. package/lib/src/pro-table/pro-table.vue.d.ts +2049 -28
  298. package/lib/src/prompt/utils.d.ts +1 -1
  299. package/lib/src/scroll-bar/index.d.ts +2 -2
  300. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
  301. package/lib/src/strength-meter/index.d.ts +2 -2
  302. package/lib/src/strength-meter/strength-meter.vue.d.ts +16 -11
  303. package/lib/src/theme/antd-global-overwrite/admin/index.css +1 -0
  304. package/lib/src/theme/antd-global-overwrite/admin/table.css +1 -0
  305. package/lib/src/theme/antd-global-overwrite/aplus/index.css +1 -0
  306. package/lib/src/theme/antd-global-overwrite/aplus/table.css +1 -0
  307. package/lib/src/transition/collapse-transition.vue.d.ts +7 -2
  308. package/lib/src/utils/config-provider-preset.d.ts +5 -5
  309. package/lib/src/work-order-modal/createWorkOrder.js +1 -1
  310. package/lib/src/work-order-modal/help-message.vue2.js +1 -1
  311. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  312. package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
  313. package/package.json +3 -3
@@ -1,9 +1,14 @@
1
1
  import { ApFormItemCheckboxProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
- import { ApFieldCheckboxProps } from '../../../ap-field';
4
+ import { ApFieldCheckboxProps } from '../../..';
5
5
  type ApFormItemCheckboxSlots = Omit<ApFormItemSlots, 'default'>;
6
- declare function __VLS_template(): Readonly<ApFormItemCheckboxSlots> & ApFormItemCheckboxSlots;
6
+ declare function __VLS_template(): {
7
+ slots: Readonly<ApFormItemCheckboxSlots> & ApFormItemCheckboxSlots;
8
+ refs: {};
9
+ attrs: Partial<{}>;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
12
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemCheckboxProps>, {
8
13
  hasFeedback: boolean;
9
14
  colon: undefined;
@@ -29,21 +34,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
29
34
  autoLink: boolean;
30
35
  validateFirst: boolean;
31
36
  }, {}>;
32
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
37
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
38
  export default _default;
34
39
  type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
36
41
  default: D[K];
37
42
  }> : P[K];
38
43
  };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
42
- type __VLS_WithTemplateSlots<T, S> = T & {
43
- new (): {
44
- $slots: S;
45
- };
46
- };
47
44
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
45
  type __VLS_TypePropsToOption<T> = {
49
46
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -53,3 +50,11 @@ type __VLS_TypePropsToOption<T> = {
53
50
  required: true;
54
51
  };
55
52
  };
53
+ type __VLS_WithTemplateSlots<T, S> = T & {
54
+ new (): {
55
+ $slots: S;
56
+ };
57
+ };
58
+ type __VLS_PrettifyLocal<T> = {
59
+ [K in keyof T]: T[K];
60
+ } & {};
@@ -2,31 +2,36 @@ import { ApFormItemDateProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
4
  import { ApFieldDateProps } from '../../..';
5
- declare function __VLS_template(): Readonly<{
6
- dateRender: any;
7
- suffixIcon?: any;
8
- prevIcon?: any;
9
- nextIcon?: any;
10
- superPrevIcon?: any;
11
- superNextIcon?: any;
12
- renderExtraFooter?: any;
13
- monthCellRender?: any;
14
- monthCellContentRender?: any;
15
- clearIcon?: any;
16
- default?: any;
17
- } & Omit<ApFormItemSlots, "default">> & {
18
- dateRender: any;
19
- suffixIcon?: any;
20
- prevIcon?: any;
21
- nextIcon?: any;
22
- superPrevIcon?: any;
23
- superNextIcon?: any;
24
- renderExtraFooter?: any;
25
- monthCellRender?: any;
26
- monthCellContentRender?: any;
27
- clearIcon?: any;
28
- default?: any;
29
- } & Omit<ApFormItemSlots, "default">;
5
+ declare function __VLS_template(): {
6
+ slots: Readonly<{
7
+ dateRender: any;
8
+ suffixIcon?: any;
9
+ prevIcon?: any;
10
+ nextIcon?: any;
11
+ superPrevIcon?: any;
12
+ superNextIcon?: any;
13
+ renderExtraFooter?: any;
14
+ monthCellRender?: any;
15
+ monthCellContentRender?: any;
16
+ clearIcon?: any;
17
+ default?: any;
18
+ } & Omit<ApFormItemSlots, "default">> & {
19
+ dateRender: any;
20
+ suffixIcon?: any;
21
+ prevIcon?: any;
22
+ nextIcon?: any;
23
+ superPrevIcon?: any;
24
+ superNextIcon?: any;
25
+ renderExtraFooter?: any;
26
+ monthCellRender?: any;
27
+ monthCellContentRender?: any;
28
+ clearIcon?: any;
29
+ default?: any;
30
+ } & Omit<ApFormItemSlots, "default">;
31
+ refs: {};
32
+ attrs: Partial<{}>;
33
+ };
34
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
35
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemDateProps>, {
31
36
  hasFeedback: boolean;
32
37
  colon: undefined;
@@ -52,21 +57,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
52
57
  autoLink: boolean;
53
58
  validateFirst: boolean;
54
59
  }, {}>;
55
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
60
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
56
61
  export default _default;
57
62
  type __VLS_WithDefaults<P, D> = {
58
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
63
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
59
64
  default: D[K];
60
65
  }> : P[K];
61
66
  };
62
- type __VLS_Prettify<T> = {
63
- [K in keyof T]: T[K];
64
- } & {};
65
- type __VLS_WithTemplateSlots<T, S> = T & {
66
- new (): {
67
- $slots: S;
68
- };
69
- };
70
67
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
71
68
  type __VLS_TypePropsToOption<T> = {
72
69
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -76,3 +73,11 @@ type __VLS_TypePropsToOption<T> = {
76
73
  required: true;
77
74
  };
78
75
  };
76
+ type __VLS_WithTemplateSlots<T, S> = T & {
77
+ new (): {
78
+ $slots: S;
79
+ };
80
+ };
81
+ type __VLS_PrettifyLocal<T> = {
82
+ [K in keyof T]: T[K];
83
+ } & {};
@@ -1,30 +1,35 @@
1
1
  import { ApFormItemDateRangeProps } from '../interface';
2
2
  import { ApFormItemSlots } from '../../interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
4
- import { ApFieldDateRangeProps } from '../../../ap-field';
5
- declare function __VLS_template(): Readonly<{
6
- suffixIcon?: any;
7
- prevIcon?: any;
8
- nextIcon?: any;
9
- superPrevIcon?: any;
10
- superNextIcon?: any;
11
- dateRender?: any;
12
- renderExtraFooter?: any;
13
- default?: any;
14
- separator?: any;
15
- clearIcon?: any;
16
- } & Omit<ApFormItemSlots, "default">> & {
17
- suffixIcon?: any;
18
- prevIcon?: any;
19
- nextIcon?: any;
20
- superPrevIcon?: any;
21
- superNextIcon?: any;
22
- dateRender?: any;
23
- renderExtraFooter?: any;
24
- default?: any;
25
- separator?: any;
26
- clearIcon?: any;
27
- } & Omit<ApFormItemSlots, "default">;
4
+ import { ApFieldDateRangeProps } from '../../..';
5
+ declare function __VLS_template(): {
6
+ slots: Readonly<{
7
+ suffixIcon?: any;
8
+ prevIcon?: any;
9
+ nextIcon?: any;
10
+ superPrevIcon?: any;
11
+ superNextIcon?: any;
12
+ dateRender?: any;
13
+ renderExtraFooter?: any;
14
+ default?: any;
15
+ separator?: any;
16
+ clearIcon?: any;
17
+ } & Omit<ApFormItemSlots, "default">> & {
18
+ suffixIcon?: any;
19
+ prevIcon?: any;
20
+ nextIcon?: any;
21
+ superPrevIcon?: any;
22
+ superNextIcon?: any;
23
+ dateRender?: any;
24
+ renderExtraFooter?: any;
25
+ default?: any;
26
+ separator?: any;
27
+ clearIcon?: any;
28
+ } & Omit<ApFormItemSlots, "default">;
29
+ refs: {};
30
+ attrs: Partial<{}>;
31
+ };
32
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
33
  declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemDateRangeProps>, {
29
34
  hasFeedback: boolean;
30
35
  colon: undefined;
@@ -50,21 +55,13 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
50
55
  autoLink: boolean;
51
56
  validateFirst: boolean;
52
57
  }, {}>;
53
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
58
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
59
  export default _default;
55
60
  type __VLS_WithDefaults<P, D> = {
56
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
61
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
57
62
  default: D[K];
58
63
  }> : P[K];
59
64
  };
60
- type __VLS_Prettify<T> = {
61
- [K in keyof T]: T[K];
62
- } & {};
63
- type __VLS_WithTemplateSlots<T, S> = T & {
64
- new (): {
65
- $slots: S;
66
- };
67
- };
68
65
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
69
66
  type __VLS_TypePropsToOption<T> = {
70
67
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -74,3 +71,11 @@ type __VLS_TypePropsToOption<T> = {
74
71
  required: true;
75
72
  };
76
73
  };
74
+ type __VLS_WithTemplateSlots<T, S> = T & {
75
+ new (): {
76
+ $slots: S;
77
+ };
78
+ };
79
+ type __VLS_PrettifyLocal<T> = {
80
+ [K in keyof T]: T[K];
81
+ } & {};