@aplus-frontend/ui 6.17.2 → 6.18.0

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 (260) hide show
  1. package/es/src/ap-action/group/index.vue.mjs +3 -3
  2. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  3. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  4. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  5. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  6. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  9. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  10. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  11. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  12. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +2 -2
  13. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  14. package/es/src/ap-field/date/index.vue.mjs +4 -4
  15. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  16. package/es/src/ap-field/index.mjs +36 -36
  17. package/es/src/ap-field/number/index.vue.mjs +8 -8
  18. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  19. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  20. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  21. package/es/src/ap-field/select/index.vue.mjs +2 -2
  22. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  23. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  24. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  25. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  26. package/es/src/ap-field/text/password.vue.mjs +2 -2
  27. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  28. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  29. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  30. package/es/src/ap-form/ap-form.vue.d.ts +1 -2
  31. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  32. package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  33. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  34. package/es/src/ap-form/item/index.vue.mjs +7 -7
  35. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  36. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  37. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  38. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  39. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  40. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  41. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  42. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  43. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  45. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  46. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  47. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  49. package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
  50. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  51. package/es/src/ap-form/render/item.vue.mjs +2 -2
  52. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  53. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  54. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  55. package/es/src/ap-form/search-form/index.vue.d.ts +3 -4
  56. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  57. package/es/src/ap-form/set/index.vue.mjs +1 -1
  58. package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  59. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  60. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  61. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  62. package/es/src/ap-grid/index.vue.d.ts +2 -4
  63. package/es/src/ap-grid/index.vue.mjs +26 -19
  64. package/es/src/ap-grid/utils/table.d.ts +1 -1
  65. package/es/src/ap-grid/utils/table.mjs +31 -31
  66. package/es/src/ap-list/index.vue.d.ts +2 -4
  67. package/es/src/ap-list/index.vue.mjs +1 -1
  68. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  69. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  70. package/es/src/ap-table/ap-table.vue2.mjs +13 -13
  71. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  72. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  73. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  74. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  75. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  76. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  77. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  78. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  79. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  80. package/es/src/ap-table/constants.d.ts +5 -5
  81. package/es/src/ap-table/constants.mjs +45 -45
  82. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  83. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  84. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  85. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  86. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  87. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  88. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  89. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  90. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  91. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  92. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  93. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  94. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
  95. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  96. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  97. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  98. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  99. package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
  100. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
  101. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +395 -144
  102. package/es/src/business/ap-draggable-grid/constans.d.ts +0 -8
  103. package/es/src/business/ap-draggable-grid/constans.mjs +0 -8
  104. package/es/src/business/ap-draggable-grid/index.d.ts +3 -31
  105. package/es/src/business/ap-draggable-grid/interface.d.ts +2 -0
  106. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  107. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  108. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  109. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  110. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  111. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  112. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  113. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  114. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  115. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  116. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  117. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  118. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  119. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  120. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  121. package/es/src/business/ap-table-modal/index.d.ts +17 -5
  122. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  123. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  124. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  125. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  126. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  127. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  128. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  129. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  130. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
  131. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  132. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  133. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  134. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  135. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  136. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  137. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  138. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  139. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  140. package/es/src/check-card/index.vue2.mjs +3 -3
  141. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  142. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  143. package/es/src/editable-table/form-item.vue.mjs +2 -2
  144. package/es/src/editable-table/index.vue.d.ts +2 -4
  145. package/es/src/editable-table/index.vue.mjs +2 -2
  146. package/es/src/full-screen/index.vue.mjs +3 -3
  147. package/es/src/hooks/useFullScreen.mjs +5 -5
  148. package/es/src/mask/index.vue.mjs +10 -10
  149. package/es/src/portal/index.vue.mjs +2 -2
  150. package/es/src/scroll-bar/index.vue.mjs +3 -3
  151. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  152. package/es/src/scroll-view/index.vue.d.ts +5 -5
  153. package/es/src/scroll-view/index.vue.mjs +9 -9
  154. package/es/src/splitter/Panel.vue2.mjs +4 -4
  155. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  156. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  157. package/es/src/tests/wrapper.d.ts +4 -4
  158. package/es/src/text/group.vue.mjs +2 -2
  159. package/es/src/text/index.vue.mjs +5 -5
  160. package/es/src/version.d.ts +1 -1
  161. package/es/src/version.mjs +1 -1
  162. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  163. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  164. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  165. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  166. package/lib/src/ap-field/index.js +1 -1
  167. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  168. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  169. package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
  170. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  171. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  172. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
  173. package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
  174. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  175. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  176. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  177. package/lib/src/ap-grid/index.vue.js +1 -1
  178. package/lib/src/ap-grid/utils/table.d.ts +1 -1
  179. package/lib/src/ap-grid/utils/table.js +1 -1
  180. package/lib/src/ap-list/index.vue.d.ts +2 -4
  181. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  182. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  183. package/lib/src/ap-table/constants.d.ts +5 -5
  184. package/lib/src/ap-table/constants.js +1 -1
  185. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  186. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  187. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  188. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  189. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  190. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
  191. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  192. package/lib/src/business/ap-draggable-grid/constans.d.ts +0 -8
  193. package/lib/src/business/ap-draggable-grid/constans.js +1 -1
  194. package/lib/src/business/ap-draggable-grid/index.d.ts +3 -31
  195. package/lib/src/business/ap-draggable-grid/interface.d.ts +2 -0
  196. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  197. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  198. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  199. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  200. package/lib/src/business/ap-table-modal/index.d.ts +17 -5
  201. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
  202. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  203. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  204. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  205. package/lib/src/editable-table/index.vue.d.ts +2 -4
  206. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  207. package/lib/src/tests/wrapper.d.ts +4 -4
  208. package/lib/src/version.d.ts +1 -1
  209. package/lib/src/version.js +1 -1
  210. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  211. package/package.json +1 -1
  212. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  213. package/theme/ap-descriptions/ap-descriptions.less +1 -1
  214. package/theme/ap-draggable-grid/ap-draggable-grid.css +4 -3
  215. package/theme/ap-draggable-grid/ap-draggable-grid.less +4 -2
  216. package/theme/index.css +5 -4
  217. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  218. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  219. package/theme/antd-global-overwrite/admin/button.css +0 -27
  220. package/theme/antd-global-overwrite/admin/button.less +0 -31
  221. package/theme/antd-global-overwrite/admin/field.css +0 -42
  222. package/theme/antd-global-overwrite/admin/field.less +0 -43
  223. package/theme/antd-global-overwrite/admin/form.css +0 -57
  224. package/theme/antd-global-overwrite/admin/form.less +0 -97
  225. package/theme/antd-global-overwrite/admin/message.css +0 -10
  226. package/theme/antd-global-overwrite/admin/message.less +0 -13
  227. package/theme/antd-global-overwrite/admin/modal.css +0 -94
  228. package/theme/antd-global-overwrite/admin/modal.less +0 -128
  229. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  230. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  231. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  232. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  233. package/theme/antd-global-overwrite/admin/table.css +0 -78
  234. package/theme/antd-global-overwrite/admin/table.less +0 -62
  235. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  236. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  237. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  238. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  239. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  240. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  241. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  242. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  243. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  244. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  245. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  246. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  247. package/theme/antd-global-overwrite/aplus/modal.css +0 -87
  248. package/theme/antd-global-overwrite/aplus/modal.less +0 -120
  249. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  250. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  251. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  252. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  253. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  254. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  255. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  256. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  257. package/theme/ap-table/ap-table-pagination.css +0 -12
  258. package/theme/ap-table/ap-table-pagination.less +0 -14
  259. package/theme/ui-mode.css +0 -60
  260. package/theme/ui-mode.less +0 -109
@@ -1,4 +1,4 @@
1
- import { defineComponent as h, computed as s, unref as c, openBlock as t, createBlock as r, withCtx as k, createElementBlock as u, Fragment as a, renderList as A, mergeProps as i, createCommentVNode as v } from "vue";
1
+ import { defineComponent as h, computed as s, unref as c, createBlock as r, openBlock as t, withCtx as k, createElementBlock as u, createCommentVNode as A, Fragment as a, renderList as v, mergeProps as i } from "vue";
2
2
  import { Space as y } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import "../item-modal/index.vue2.mjs";
@@ -40,7 +40,7 @@ const q = /* @__PURE__ */ h({
40
40
  align: "center"
41
41
  }, {
42
42
  default: k(() => [
43
- (t(!0), u(a, null, A(l.value.showActions, (o, d) => (t(), u(a, { key: d }, [
43
+ (t(!0), u(a, null, v(l.value.showActions, (o, d) => (t(), u(a, { key: d }, [
44
44
  o.actions ? (t(), r(p, i({
45
45
  key: 0,
46
46
  ref_for: !0
@@ -61,7 +61,7 @@ const q = /* @__PURE__ */ h({
61
61
  placement: e.placement,
62
62
  trigger: e.trigger,
63
63
  text: c(_)("ap.common.more")
64
- }, null, 8, ["actions", "placement", "trigger", "text"])) : v("", !0)
64
+ }, null, 8, ["actions", "placement", "trigger", "text"])) : A("", !0)
65
65
  ]),
66
66
  _: 1
67
67
  }));
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, createPropsRestProxy as k, ref as v, unref as r, computed as c, renderSlot as u, openBlock as l, createElementBlock as f, mergeProps as C, createBlock as m, createCommentVNode as p, isVNode as B, resolveDynamicComponent as A, toDisplayString as h } from "vue";
1
+ import { defineComponent as b, createPropsRestProxy as k, ref as v, unref as r, computed as c, renderSlot as u, createElementBlock as f, createCommentVNode as m, openBlock as l, mergeProps as C, createBlock as p, isVNode as B, resolveDynamicComponent as A, toDisplayString as h } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import L from "@aplus-frontend/antdv/es/button/LoadingIcon";
4
4
  import { useNamespace as N } from "../../config-provider/hooks/use-namespace.mjs";
@@ -35,16 +35,16 @@ const P = { key: 1 }, I = /* @__PURE__ */ b({
35
35
  class: y.value,
36
36
  onClick: d
37
37
  }), [
38
- t.value ? (l(), m(r(L), {
38
+ t.value ? (l(), p(r(L), {
39
39
  key: 0,
40
40
  "prefix-cls": "btn",
41
41
  "exist-icon": !1,
42
42
  loading: ""
43
- })) : p("", !0),
43
+ })) : m("", !0),
44
44
  u(e.$slots, "default", {}, () => [
45
- B(e.text) ? (l(), m(A(e.text), { key: 0 })) : (l(), f("span", P, h(e.text || ""), 1))
45
+ B(e.text) ? (l(), p(A(e.text), { key: 0 })) : (l(), f("span", P, h(e.text || ""), 1))
46
46
  ])
47
- ], 16)) : p("", !0)
47
+ ], 16)) : m("", !0)
48
48
  ]);
49
49
  }
50
50
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, ref as v, computed as k, openBlock as t, createBlock as l, unref as r, withCtx as n, createVNode as u, createElementBlock as w, Fragment as A, renderList as B, normalizeClass as m, mergeProps as i, createElementVNode as b, normalizeProps as C, guardReactiveProps as I, renderSlot as P, createCommentVNode as D } from "vue";
1
+ import { defineComponent as _, ref as v, computed as k, createBlock as l, openBlock as t, unref as r, withCtx as n, createElementVNode as w, normalizeClass as m, createVNode as u, createCommentVNode as A, normalizeProps as B, guardReactiveProps as b, renderSlot as C, createElementBlock as I, Fragment as P, renderList as D, mergeProps as i } from "vue";
2
2
  import { Dropdown as N, Menu as $, MenuItem as h } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import "../item-modal/index.vue2.mjs";
@@ -7,9 +7,9 @@ import { IconApAdLineDown as L } from "@aplus-frontend/icon";
7
7
  import "../../config-provider/index.mjs";
8
8
  import { isUndefined as V, omit as z } from "lodash-unified";
9
9
  import { useNamespace as E } from "../../config-provider/hooks/use-namespace.mjs";
10
+ import d from "../item/index.vue2.mjs";
10
11
  import M from "../item-modal/index.vue.mjs";
11
12
  import U from "../item-popconfirm/index.vue.mjs";
12
- import d from "../item/index.vue2.mjs";
13
13
  const T = /* @__PURE__ */ _({
14
14
  name: "ApActionItemDropDown",
15
15
  __name: "index",
@@ -46,7 +46,7 @@ const T = /* @__PURE__ */ _({
46
46
  overlay: n(() => [
47
47
  u(r($), null, {
48
48
  default: n(() => [
49
- (t(!0), w(A, null, B(g.value, (o, y) => (t(), l(r(h), {
49
+ (t(!0), I(P, null, D(g.value, (o, y) => (t(), l(r(h), {
50
50
  key: y,
51
51
  class: m(r(s)("item"))
52
52
  }, {
@@ -69,19 +69,19 @@ const T = /* @__PURE__ */ _({
69
69
  })
70
70
  ]),
71
71
  default: n(() => [
72
- b("span", {
72
+ w("span", {
73
73
  class: m(r(s)("wrapper"))
74
74
  }, [
75
- u(d, C(I(r(z)(f, ["actions", "trigger", "placement"]))), {
75
+ u(d, B(b(r(z)(f, ["actions", "trigger", "placement"]))), {
76
76
  default: n(() => [
77
- P(e.$slots, "default")
77
+ C(e.$slots, "default")
78
78
  ]),
79
79
  _: 3
80
80
  }, 16),
81
81
  e.showIcon ? (t(), l(r(L), {
82
82
  key: 0,
83
83
  class: m(r(s)("icon"))
84
- }, null, 8, ["class"])) : D("", !0)
84
+ }, null, 8, ["class"])) : A("", !0)
85
85
  ], 2)
86
86
  ]),
87
87
  _: 3
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, useSlots as m, openBlock as d, createBlock as p, mergeProps as f, unref as u, createSlots as _, renderList as A, withCtx as P, renderSlot as y, normalizeProps as k, guardReactiveProps as x } from "vue";
1
+ import { defineComponent as c, useSlots as m, createBlock as d, openBlock as p, mergeProps as f, unref as u, createSlots as _, renderList as A, withCtx as P, renderSlot as y, normalizeProps as k, guardReactiveProps as x } from "vue";
2
2
  import { Modal as B } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import { omit as g } from "lodash-unified";
@@ -28,7 +28,7 @@ const z = /* @__PURE__ */ c({
28
28
  }
29
29
  });
30
30
  }
31
- return (t, n) => (d(), p(h, f(u(g)(o, ["modalProps", "onAction"]), { onAction: i }), _({ _: 2 }, [
31
+ return (t, n) => (p(), d(h, f(u(g)(o, ["modalProps", "onAction"]), { onAction: i }), _({ _: 2 }, [
32
32
  A(l, (r, e) => ({
33
33
  name: e,
34
34
  fn: P((s) => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as d, useSlots as u, openBlock as P, createBlock as _, unref as i, mergeProps as y, withCtx as a, createVNode as C, normalizeProps as p, guardReactiveProps as s, createSlots as x, renderList as A, renderSlot as B } from "vue";
1
+ import { defineComponent as d, useSlots as u, createBlock as P, openBlock as _, unref as i, mergeProps as y, withCtx as a, createVNode as C, normalizeProps as p, guardReactiveProps as s, createSlots as x, renderList as A, renderSlot as B } from "vue";
2
2
  import { Popconfirm as b } from "@aplus-frontend/antdv";
3
3
  import "../item/index.vue.mjs";
4
4
  import { omit as g } from "lodash-unified";
@@ -22,7 +22,7 @@ const I = /* @__PURE__ */ d({
22
22
  var r, t, e;
23
23
  (t = (r = o.popconfirmProps).onConfirm) == null || t.call(r, n), await ((e = o.onAction) == null ? void 0 : e.call(o, n));
24
24
  }
25
- return (n, r) => (P(), _(i(b), y(o.popconfirmProps, {
25
+ return (n, r) => (_(), P(i(b), y(o.popconfirmProps, {
26
26
  disabled: !o.popconfirmProps,
27
27
  "overlay-style": { zIndex: 1060 },
28
28
  onConfirm: m
@@ -1,4 +1,4 @@
1
- import { defineComponent as p, useSlots as i, openBlock as d, createBlock as u, normalizeProps as t, guardReactiveProps as r, createSlots as c, renderList as m, withCtx as f, renderSlot as y } from "vue";
1
+ import { defineComponent as p, useSlots as i, createBlock as d, openBlock as u, normalizeProps as t, guardReactiveProps as r, createSlots as c, renderList as m, withCtx as f, renderSlot as y } from "vue";
2
2
  import "./ap-button.vue2.mjs";
3
3
  import B from "./ap-button.vue.mjs";
4
4
  const C = /* @__PURE__ */ p({
@@ -26,7 +26,7 @@ const C = /* @__PURE__ */ p({
26
26
  },
27
27
  setup(n) {
28
28
  const a = i(), l = n;
29
- return (e, b) => (d(), u(B, t(r({
29
+ return (e, b) => (u(), d(B, t(r({
30
30
  ...e.$attrs,
31
31
  ...l
32
32
  })), c({ _: 2 }, [
@@ -1,4 +1,4 @@
1
- import { defineComponent as W, useSlots as z, ref as L, computed as t, openBlock as w, createBlock as M, unref as l, mergeProps as T, createSlots as _, renderList as P, withCtx as $, renderSlot as x, normalizeProps as S, guardReactiveProps as N } from "vue";
1
+ import { defineComponent as W, useSlots as z, ref as L, computed as t, createBlock as w, openBlock as M, unref as l, mergeProps as T, createSlots as _, renderList as P, withCtx as $, renderSlot as x, normalizeProps as S, guardReactiveProps as N } from "vue";
2
2
  import { Button as A } from "@aplus-frontend/antdv";
3
3
  import { wait as D } from "@aplus-frontend/utils";
4
4
  import "../config-provider/index.mjs";
@@ -68,7 +68,7 @@ const q = 72, E = 300, Y = /* @__PURE__ */ W({
68
68
  }
69
69
  }
70
70
  }
71
- return (o, c) => (w(), M(l(A), T({
71
+ return (o, c) => (M(), w(l(A), T({
72
72
  class: {
73
73
  [l(i)()]: !0,
74
74
  [`${l(i)()}-border-link`]: u.value
@@ -1,4 +1,4 @@
1
- import { defineComponent as f, useSlots as d, openBlock as u, createBlock as k, mergeProps as y, unref as P, createSlots as B, renderList as C, withCtx as _, renderSlot as g, normalizeProps as b, guardReactiveProps as h } from "vue";
1
+ import { defineComponent as f, useSlots as d, createBlock as u, openBlock as k, mergeProps as y, unref as P, createSlots as B, renderList as C, withCtx as _, renderSlot as g, normalizeProps as b, guardReactiveProps as h } from "vue";
2
2
  import { confirmHandle as O } from "./utils/index.mjs";
3
3
  import { omit as l } from "lodash-unified";
4
4
  import "./ap-button.vue2.mjs";
@@ -41,7 +41,7 @@ const N = /* @__PURE__ */ f({
41
41
  };
42
42
  O(e);
43
43
  };
44
- return (n, r) => (u(), k(S, y(P(l)(o, ["confirmProps", "onClick"]), { onClick: m }), B({ _: 2 }, [
44
+ return (n, r) => (k(), u(S, y(P(l)(o, ["confirmProps", "onClick"]), { onClick: m }), B({ _: 2 }, [
45
45
  C(a, (c, e) => ({
46
46
  name: e,
47
47
  fn: _((t) => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, openBlock as r, createElementBlock as i, normalizeClass as d, unref as l, normalizeStyle as E, createVNode as _, mergeProps as w, withCtx as b, Fragment as p, renderList as A, createBlock as c, h as u, renderSlot as M, resolveDynamicComponent as j, createCommentVNode as z } from "vue";
1
+ import { defineComponent as B, createElementBlock as i, openBlock as r, normalizeStyle as E, normalizeClass as d, unref as l, createVNode as _, mergeProps as w, withCtx as b, Fragment as p, renderList as A, createBlock as c, createCommentVNode as M, h as u, renderSlot as j, resolveDynamicComponent as z } from "vue";
2
2
  import { Descriptions as F, DescriptionsItem as m } from "@aplus-frontend/antdv";
3
3
  import { mixinsAttachmentExtraProps as G, transformValue as L, isEmptyWithType as R } from "./helper.mjs";
4
4
  import { get as S } from "lodash-unified";
@@ -84,12 +84,12 @@ const O = { key: 0 }, Z = /* @__PURE__ */ B({
84
84
  }, {
85
85
  default: b(() => [
86
86
  l(R)(l(S)(e.dataSource, t.field), t) ? (r(), i("span", O, "--")) : (r(), i(p, { key: 1 }, [
87
- t.contentSlotName ? M(e.$slots, t.contentSlotName, {
87
+ t.contentSlotName ? j(e.$slots, t.contentSlotName, {
88
88
  key: 0,
89
89
  index: a,
90
90
  item: y(t),
91
91
  record: e.dataSource
92
- }) : (r(), c(j(
92
+ }) : (r(), c(z(
93
93
  u(p, [
94
94
  t.prefix,
95
95
  y(t),
@@ -99,7 +99,7 @@ const O = { key: 0 }, Z = /* @__PURE__ */ B({
99
99
  ], 64))
100
100
  ]),
101
101
  _: 2
102
- }, 1032, ["class", "label", "span", "content-style", "label-style"])) : z("", !0)
102
+ }, 1032, ["class", "label", "span", "content-style", "label-style"])) : M("", !0)
103
103
  ], 64))), 128))
104
104
  ]),
105
105
  _: 3
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, computed as m, createVNode as t, openBlock as o, createElementBlock as d, createBlock as l, resolveDynamicComponent as u, unref as s, withCtx as f, createCommentVNode as h } from "vue";
1
+ import { defineComponent as r, computed as m, createVNode as t, createElementBlock as d, openBlock as o, createBlock as l, createCommentVNode as u, resolveDynamicComponent as f, unref as s, withCtx as h } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import { QuestionCircleOutlined as b } from "@ant-design/icons-vue";
4
4
  import { TypographyText as _, Tooltip as y } from "@aplus-frontend/antdv";
@@ -30,16 +30,16 @@ const C = {
30
30
  content: e
31
31
  }, null)]) : e;
32
32
  });
33
- return (e, c) => (o(), d("span", C, [(o(), l(u(a.value))), e.helpMessage ? (o(), l(s(y), {
33
+ return (e, c) => (o(), d("span", C, [(o(), l(f(a.value))), e.helpMessage ? (o(), l(s(y), {
34
34
  key: 0,
35
35
  placement: "topLeft",
36
36
  title: e.helpMessage
37
37
  }, {
38
- default: f(() => [t(s(b), {
38
+ default: h(() => [t(s(b), {
39
39
  class: "ap-descriptions-item-content__help"
40
40
  })]),
41
41
  _: 1
42
- }, 8, ["title"])) : h("", !0)]));
42
+ }, 8, ["title"])) : u("", !0)]));
43
43
  }
44
44
  });
45
45
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as x, ref as A, useSlots as S, computed as t, unref as s, openBlock as r, createBlock as j, mergeProps as I, withCtx as M, createElementVNode as u, normalizeClass as T, createElementBlock as f, createVNode as U, createCommentVNode as g, renderSlot as V, toDisplayString as D } from "vue";
1
+ import { defineComponent as x, ref as A, useSlots as S, computed as t, unref as s, createBlock as j, openBlock as r, mergeProps as I, withCtx as M, createElementVNode as u, normalizeClass as T, createElementBlock as f, createCommentVNode as g, createVNode as U, renderSlot as V, toDisplayString as D } from "vue";
2
2
  import { Button as E } from "@aplus-frontend/antdv";
3
3
  import { LoadingOutlined as G } from "@ant-design/icons-vue";
4
4
  import "../config-provider/index.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, openBlock as a, createElementBlock as m, mergeProps as p, unref as e, createVNode as l } from "vue";
1
+ import { defineComponent as n, createElementBlock as a, openBlock as m, mergeProps as p, unref as e, createVNode as l } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import { IconApAdLineCloseDrawer as i } from "@aplus-frontend/icon";
4
4
  import { useNamespace as d } from "../../config-provider/hooks/use-namespace.mjs";
@@ -10,7 +10,7 @@ const A = /* @__PURE__ */ n({
10
10
  const { b: r } = d("ap-drawer"), t = o, s = () => {
11
11
  t("close");
12
12
  };
13
- return (c, _) => (a(), m("div", p({
13
+ return (c, _) => (m(), a("div", p({
14
14
  ...c.$attrs
15
15
  }, {
16
16
  class: [e(r)("close")],
@@ -1,4 +1,4 @@
1
- import { defineComponent as h, ref as b, onMounted as C, openBlock as o, createElementBlock as l, Fragment as n, unref as e, createTextVNode as m, toDisplayString as d, createBlock as c, mergeProps as V } from "vue";
1
+ import { defineComponent as h, ref as b, onMounted as C, createElementBlock as l, openBlock as o, Fragment as n, unref as e, createTextVNode as m, toDisplayString as d, createBlock as c, mergeProps as V } from "vue";
2
2
  import { isFunction as B, isNil as O, omit as q } from "lodash-unified";
3
3
  import { Spin as T, CheckboxGroup as U } from "@aplus-frontend/antdv";
4
4
  import "../../hooks/index.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as E, computed as u, unref as a, openBlock as s, createElementBlock as g, Fragment as k, createTextVNode as w, toDisplayString as P, createBlock as h, normalizeStyle as N, withCtx as f, isRef as j, renderList as C, createCommentVNode as I, createVNode as U, mergeProps as H, createSlots as K, renderSlot as $, normalizeProps as G, guardReactiveProps as L } from "vue";
1
+ import { defineComponent as E, computed as u, unref as a, createElementBlock as g, createBlock as h, openBlock as s, Fragment as k, createTextVNode as w, toDisplayString as P, normalizeStyle as N, withCtx as f, createCommentVNode as j, createVNode as I, isRef as U, renderList as C, mergeProps as H, createSlots as K, renderSlot as $, normalizeProps as G, guardReactiveProps as L } from "vue";
2
2
  import d from "dayjs";
3
3
  import { InputGroup as W, Select as Y, SelectOption as Z, DatePicker as q } from "@aplus-frontend/antdv";
4
4
  import { ApFieldDatePresetFormats as J, PRESET_FORMAT_MAP as S, PRESET_FORMAT_PICK_MAP as Q, PRESET_FORMAT_TIME_MAP as X } from "./constant.mjs";
@@ -163,7 +163,7 @@ const ye = /* @__PURE__ */ E({
163
163
  Array.isArray(e.timezone) && e.timezone.length ? (s(), h(a(Y), {
164
164
  key: 0,
165
165
  value: a(i),
166
- "onUpdate:value": n[0] || (n[0] = (o) => j(i) ? i.value = o : null),
166
+ "onUpdate:value": n[0] || (n[0] = (o) => U(i) ? i.value = o : null),
167
167
  "default-active-first-option": "",
168
168
  "dropdown-match-select-width": !1,
169
169
  style: { "max-width": "50%" }
@@ -180,8 +180,8 @@ const ye = /* @__PURE__ */ E({
180
180
  }, 1032, ["value"]))), 128))
181
181
  ]),
182
182
  _: 1
183
- }, 8, ["value"])) : I("", !0),
184
- U(a(q), H(M.value, {
183
+ }, 8, ["value"])) : j("", !0),
184
+ I(a(q), H(M.value, {
185
185
  value: v.value,
186
186
  format: A.value,
187
187
  picker: R.value,
@@ -1,4 +1,4 @@
1
- import { defineComponent as q, useSlots as J, computed as f, unref as t, isVNode as Q, createVNode as T, Fragment as y, openBlock as d, createElementBlock as k, createTextVNode as C, toDisplayString as B, createBlock as D, resolveDynamicComponent as X, normalizeStyle as z, withCtx as P, isRef as ee, renderList as A, createCommentVNode as ne, mergeProps as oe, createSlots as te, renderSlot as ae, normalizeProps as re, guardReactiveProps as le } from "vue";
1
+ import { defineComponent as q, useSlots as J, computed as f, unref as t, isVNode as Q, createVNode as T, Fragment as y, createElementBlock as k, createBlock as C, openBlock as d, createTextVNode as B, toDisplayString as D, resolveDynamicComponent as X, normalizeStyle as z, withCtx as P, createCommentVNode as ee, isRef as ne, renderList as A, mergeProps as oe, createSlots as te, renderSlot as ae, normalizeProps as re, guardReactiveProps as le } from "vue";
2
2
  import { ApFieldDatePresetFormats as ue, PRESET_FORMAT_MAP as R, PRESET_FORMAT_PICK_MAP as de, PRESET_FORMAT_TIME_MAP as ie } from "../date/constant.mjs";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as F, omit as _, isString as h, isFunction as se } from "lodash-unified";
@@ -227,31 +227,31 @@ const Ee = /* @__PURE__ */ q({
227
227
  key: 0
228
228
  }, [S.value ? (d(), k(y, {
229
229
  key: 0
230
- }, [C(B((r = S.value[0]) == null ? void 0 : r.format(v.value)) + " ", 1), (d(), D(X(Z.value))), C(" " + B((l = S.value[1]) == null ? void 0 : l.format(v.value)), 1)], 64)) : (d(), k(y, {
230
+ }, [B(D((r = S.value[0]) == null ? void 0 : r.format(v.value)) + " ", 1), (d(), C(X(Z.value))), B(" " + D((l = S.value[1]) == null ? void 0 : l.format(v.value)), 1)], 64)) : (d(), k(y, {
231
231
  key: 1
232
- }, [C(B(e.emptyText), 1)], 64))], 64)) : (d(), D(t(fe), {
232
+ }, [B(D(e.emptyText), 1)], 64))], 64)) : (d(), C(t(fe), {
233
233
  key: 1,
234
234
  compact: "",
235
235
  style: z({
236
236
  display: Array.isArray(n.timezone) && n.timezone.length ? "flex" : "block"
237
237
  })
238
238
  }, {
239
- default: P(() => [Array.isArray(n.timezone) && n.timezone.length ? (d(), D(t(me), {
239
+ default: P(() => [Array.isArray(n.timezone) && n.timezone.length ? (d(), C(t(me), {
240
240
  key: 0,
241
241
  value: t(u),
242
- "onUpdate:value": a[0] || (a[0] = (o) => ee(u) ? u.value = o : null),
242
+ "onUpdate:value": a[0] || (a[0] = (o) => ne(u) ? u.value = o : null),
243
243
  "default-active-first-option": "",
244
244
  "dropdown-match-select-width": !1
245
245
  }, {
246
- default: P(() => [(d(!0), k(y, null, A(n.timezone, (o) => (d(), D(t(pe), {
246
+ default: P(() => [(d(!0), k(y, null, A(n.timezone, (o) => (d(), C(t(pe), {
247
247
  key: o == null ? void 0 : o.value,
248
248
  value: o == null ? void 0 : o.value
249
249
  }, {
250
- default: P(() => [C(B((o == null ? void 0 : o.label) ?? (o == null ? void 0 : o.value)), 1)]),
250
+ default: P(() => [B(D((o == null ? void 0 : o.label) ?? (o == null ? void 0 : o.value)), 1)]),
251
251
  _: 2
252
252
  }, 1032, ["value"]))), 128))]),
253
253
  _: 1
254
- }, 8, ["value"])) : ne("", !0), T(t(ce).RangePicker, oe($.value, {
254
+ }, 8, ["value"])) : ee("", !0), T(t(ce).RangePicker, oe($.value, {
255
255
  value: S.value,
256
256
  picker: K.value,
257
257
  format: I.value,
@@ -12,46 +12,46 @@ import "./segmented/index.vue2.mjs";
12
12
  import "./rate/index.vue2.mjs";
13
13
  import "./tree-select/index.vue2.mjs";
14
14
  import "./interface.mjs";
15
- import m from "./text-area/index.vue.mjs";
16
- import e from "./number/index.vue.mjs";
17
- import r from "./date/index.vue.mjs";
18
- import t from "./date-range/index.vue.mjs";
19
- import o from "./radio/index.vue.mjs";
20
- import p from "./checkbox/index.vue.mjs";
21
- import a from "./select/index.vue.mjs";
22
- import f from "./switch/index.vue.mjs";
23
- import s from "./slider/index.vue.mjs";
24
- import _ from "./segmented/index.vue.mjs";
25
- import c from "./rate/index.vue.mjs";
26
- import d from "./tree-select/index.vue.mjs";
15
+ import m from "./tree-select/index.vue.mjs";
16
+ import e from "./rate/index.vue.mjs";
17
+ import r from "./segmented/index.vue.mjs";
18
+ import t from "./slider/index.vue.mjs";
19
+ import o from "./switch/index.vue.mjs";
20
+ import p from "./select/index.vue.mjs";
21
+ import a from "./checkbox/index.vue.mjs";
22
+ import f from "./radio/index.vue.mjs";
23
+ import s from "./date-range/index.vue.mjs";
24
+ import _ from "./date/index.vue.mjs";
25
+ import c from "./number/index.vue.mjs";
26
+ import d from "./text-area/index.vue.mjs";
27
27
  const H = {
28
28
  Text: i,
29
- TextArea: m,
30
- Number: e,
31
- Date: r,
32
- DateRange: t,
33
- Radio: o,
34
- Checkbox: p,
35
- Select: a,
36
- Switch: f,
37
- Slider: s,
38
- Segmented: _,
39
- Rate: c,
40
- TreeSelect: d
29
+ TextArea: d,
30
+ Number: c,
31
+ Date: _,
32
+ DateRange: s,
33
+ Radio: f,
34
+ Checkbox: a,
35
+ Select: p,
36
+ Switch: o,
37
+ Slider: t,
38
+ Segmented: r,
39
+ Rate: e,
40
+ TreeSelect: m
41
41
  };
42
42
  export {
43
43
  H as ApField,
44
- p as ApFieldCheckbox,
45
- r as ApFieldDate,
46
- t as ApFieldDateRange,
47
- e as ApFieldNumber,
48
- o as ApFieldRadio,
49
- c as ApFieldRate,
50
- _ as ApFieldSegmented,
51
- a as ApFieldSelect,
52
- s as ApFieldSlider,
53
- f as ApFieldSwitch,
44
+ a as ApFieldCheckbox,
45
+ _ as ApFieldDate,
46
+ s as ApFieldDateRange,
47
+ c as ApFieldNumber,
48
+ f as ApFieldRadio,
49
+ e as ApFieldRate,
50
+ r as ApFieldSegmented,
51
+ p as ApFieldSelect,
52
+ t as ApFieldSlider,
53
+ o as ApFieldSwitch,
54
54
  i as ApFieldText,
55
- m as ApFieldTextArea,
56
- d as ApFieldTreeSelect
55
+ d as ApFieldTextArea,
56
+ m as ApFieldTreeSelect
57
57
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as x, ref as C, computed as N, unref as t, openBlock as r, createElementBlock as n, Fragment as D, normalizeClass as d, renderSlot as s, createCommentVNode as m, createElementVNode as P, toDisplayString as V, createBlock as $, mergeProps as R, createSlots as A, renderList as I, withCtx as U, normalizeProps as z, guardReactiveProps as E } from "vue";
1
+ import { defineComponent as x, ref as C, computed as N, unref as t, createElementBlock as n, createBlock as D, openBlock as r, Fragment as P, createCommentVNode as d, createElementVNode as V, normalizeClass as m, renderSlot as s, toDisplayString as $, mergeProps as R, createSlots as A, renderList as I, withCtx as U, normalizeProps as z, guardReactiveProps as E } from "vue";
2
2
  import { InputNumber as F } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as M, omit as T } from "lodash-unified";
@@ -76,21 +76,21 @@ const te = /* @__PURE__ */ x({
76
76
  var e;
77
77
  (e = l.value) == null || e.blur();
78
78
  }
79
- return c({ focus: k, blur: g }), (e, a) => e.mode === "read" ? (r(), n(D, { key: 0 }, [
79
+ return c({ focus: k, blur: g }), (e, a) => e.mode === "read" ? (r(), n(P, { key: 0 }, [
80
80
  e.$slots.prefix ? (r(), n("span", {
81
81
  key: 0,
82
- class: d(t(i)("label-left"))
82
+ class: m(t(i)("label-left"))
83
83
  }, [
84
84
  s(e.$slots, "prefix")
85
- ], 2)) : m("", !0),
86
- P("span", null, V(h.value), 1),
85
+ ], 2)) : d("", !0),
86
+ V("span", null, $(h.value), 1),
87
87
  e.$slots.addonAfter ? (r(), n("span", {
88
88
  key: 1,
89
- class: d(t(i)("label-right"))
89
+ class: m(t(i)("label-right"))
90
90
  }, [
91
91
  s(e.$slots, "addonAfter")
92
- ], 2)) : m("", !0)
93
- ], 64)) : (r(), $(t(F), R({ key: 1 }, t(T)(o, ["value", "onUpdate:value"]), {
92
+ ], 2)) : d("", !0)
93
+ ], 64)) : (r(), D(t(F), R({ key: 1 }, t(T)(o, ["value", "onUpdate:value"]), {
94
94
  ref_key: "inputRef",
95
95
  ref: l,
96
96
  placeholder: t(B),
@@ -1,4 +1,4 @@
1
- import { defineComponent as q, ref as p, onMounted as C, computed as O, unref as o, openBlock as l, createElementBlock as m, Fragment as d, createTextVNode as R, toDisplayString as U, createBlock as f, mergeProps as h } from "vue";
1
+ import { defineComponent as q, ref as p, onMounted as C, computed as O, unref as o, createElementBlock as m, openBlock as l, Fragment as d, createTextVNode as R, toDisplayString as U, createBlock as f, mergeProps as h } from "vue";
2
2
  import { Spin as G, RadioGroup as N } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as S, omit as z } from "lodash-unified";
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, ref as b, useSlots as h, computed as y, openBlock as B, createBlock as C, unref as o, mergeProps as _, createSlots as x, withCtx as g, renderSlot as k } from "vue";
1
+ import { defineComponent as v, ref as b, useSlots as h, computed as y, createBlock as B, openBlock as C, unref as o, mergeProps as _, createSlots as x, withCtx as g, renderSlot as k } from "vue";
2
2
  import { omit as w } from "lodash-unified";
3
3
  import "../../hooks/index.mjs";
4
4
  import { Rate as R } from "@aplus-frontend/antdv";
@@ -44,7 +44,7 @@ const D = /* @__PURE__ */ v({
44
44
  return u({
45
45
  focus: p,
46
46
  blur: m
47
- }), (e, t) => (B(), C(o(R), _(o(w)(a, ["mode", "defaultValue"]), {
47
+ }), (e, t) => (C(), B(o(R), _(o(w)(a, ["mode", "defaultValue"]), {
48
48
  ref_key: "rateRef",
49
49
  ref: l,
50
50
  value: o(f),
@@ -1,4 +1,4 @@
1
- import { defineComponent as S, ref as B, useSlots as U, onMounted as V, computed as _, unref as l, createVNode as s, Fragment as a, openBlock as r, createBlock as d, createElementBlock as h, resolveDynamicComponent as N, mergeProps as q, withCtx as z, renderSlot as F, normalizeProps as P, guardReactiveProps as T } from "vue";
1
+ import { defineComponent as S, ref as B, useSlots as U, onMounted as V, computed as _, unref as l, createVNode as s, Fragment as a, createBlock as d, createElementBlock as h, openBlock as r, resolveDynamicComponent as N, mergeProps as q, withCtx as z, renderSlot as F, normalizeProps as P, guardReactiveProps as T } from "vue";
2
2
  import { Spin as O, Segmented as R } from "@aplus-frontend/antdv";
3
3
  import { isFunction as c, isUndefined as w, isString as A, isNumber as D, omit as E } from "lodash-unified";
4
4
  import "../../hooks/index.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as z, ref as B, onMounted as E, watch as U, computed as p, unref as a, openBlock as C, createElementBlock as K, toDisplayString as H, createBlock as $, mergeProps as j, createSlots as W, renderList as Y, withCtx as F, renderSlot as G, normalizeProps as J, guardReactiveProps as Q, createVNode as X } from "vue";
1
+ import { defineComponent as z, ref as B, onMounted as E, watch as U, computed as p, unref as a, createElementBlock as K, createBlock as H, openBlock as C, toDisplayString as $, mergeProps as j, createSlots as W, renderList as Y, withCtx as F, renderSlot as G, normalizeProps as J, guardReactiveProps as Q, createVNode as X } from "vue";
2
2
  import { debounce as Z, isFunction as b, isArray as ee, isNil as te, omit as oe } from "lodash-unified";
3
3
  import { Select as le, Spin as ae } from "@aplus-frontend/antdv";
4
4
  import "../../hooks/index.mjs";
@@ -220,7 +220,7 @@ const ie = { key: 0 }, he = /* @__PURE__ */ z({
220
220
  focus: M,
221
221
  blur: D,
222
222
  request: d
223
- }), (t, o) => t.mode === "read" ? (C(), K("span", ie, H(L.value), 1)) : (C(), $(a(le), j({
223
+ }), (t, o) => t.mode === "read" ? (C(), K("span", ie, $(L.value), 1)) : (C(), H(a(le), j({
224
224
  key: 1,
225
225
  ref_key: "selectRef",
226
226
  ref: v,
@@ -6,13 +6,13 @@ export declare const useSelectOptions: (props: ApFieldSelectProps) => {
6
6
  options: Ref<{
7
7
  [x: string]: any;
8
8
  label?: any;
9
- value?: (string | number | null) | undefined;
9
+ value?: string | number | null | undefined;
10
10
  children?: Omit<DefaultOptionType, "children">[] | undefined;
11
11
  disabled?: boolean | undefined;
12
12
  }[], DefaultOptionType[] | {
13
13
  [x: string]: any;
14
14
  label?: any;
15
- value?: (string | number | null) | undefined;
15
+ value?: string | number | null | undefined;
16
16
  children?: Omit<DefaultOptionType, "children">[] | undefined;
17
17
  disabled?: boolean | undefined;
18
18
  }[]>;
@@ -1,4 +1,4 @@
1
- import { defineComponent as x, useSlots as g, ref as k, computed as C, unref as o, openBlock as u, createElementBlock as S, Fragment as _, createTextVNode as P, toDisplayString as T, createBlock as V, mergeProps as b, createSlots as h, renderList as F, withCtx as R, renderSlot as U, normalizeProps as A, guardReactiveProps as $ } from "vue";
1
+ import { defineComponent as x, useSlots as g, ref as k, computed as C, unref as o, createElementBlock as S, createBlock as _, openBlock as u, Fragment as P, createTextVNode as T, toDisplayString as V, mergeProps as b, createSlots as h, renderList as F, withCtx as R, renderSlot as U, normalizeProps as A, guardReactiveProps as $ } from "vue";
2
2
  import { Slider as N } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as w, isArray as z, omit as D } from "lodash-unified";
@@ -57,9 +57,9 @@ const I = /* @__PURE__ */ x({
57
57
  return p({
58
58
  focus: v,
59
59
  blur: y
60
- }), (e, t) => e.mode === "read" ? (u(), S(_, { key: 0 }, [
61
- P(T(c.value), 1)
62
- ], 64)) : (u(), V(o(N), b(
60
+ }), (e, t) => e.mode === "read" ? (u(), S(P, { key: 0 }, [
61
+ T(V(c.value), 1)
62
+ ], 64)) : (u(), _(o(N), b(
63
63
  { key: 1 },
64
64
  o(D)(a, [
65
65
  "value",
@@ -1,4 +1,4 @@
1
- import { defineComponent as z, useSlots as D, ref as T, unref as o, computed as g, createVNode as s, Fragment as f, openBlock as h, createBlock as k, resolveDynamicComponent as E, createElementBlock as K, mergeProps as p, createSlots as v, renderList as V, withCtx as C, renderSlot as B, normalizeProps as b, guardReactiveProps as w } from "vue";
1
+ import { defineComponent as z, useSlots as D, ref as T, unref as o, computed as g, createVNode as s, Fragment as f, createBlock as k, createElementBlock as E, openBlock as h, resolveDynamicComponent as K, mergeProps as p, createSlots as v, renderList as V, withCtx as C, renderSlot as B, normalizeProps as b, guardReactiveProps as w } from "vue";
2
2
  import { Switch as A, Popconfirm as L } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { isNil as M, isFunction as R, omit as P } from "lodash-unified";
@@ -86,9 +86,9 @@ const O = /* @__PURE__ */ z({
86
86
  const n = o(d);
87
87
  return M(n) ? s(f, null, [e.emptyText]) : n === e.checkedValue ? s(f, null, [e.checkedChildren || ((i = c.checkedChildren) == null ? void 0 : i.call(c)) || `${e.checkedValue}`]) : s(f, null, [e.unCheckedChildren || ((t = c.unCheckedChildren) == null ? void 0 : t.call(c)) || `${e.unCheckedValue}`]);
88
88
  }), U = g(() => r(e.confirm) ? R(e.confirm) ? e.confirm(o(d)) : e.confirm : {});
89
- return (n, u) => n.mode === "read" ? (h(), k(E($.value), {
89
+ return (n, u) => n.mode === "read" ? (h(), k(K($.value), {
90
90
  key: 0
91
- })) : (h(), K(f, {
91
+ })) : (h(), E(f, {
92
92
  key: 1
93
93
  }, [!o(r)(n.confirm) || n.disabled ? (h(), k(o(A), p({
94
94
  key: 0
@@ -1,4 +1,4 @@
1
- import { isVNode as _, defineComponent as V, ref as w, useSlots as R, createVNode as s, mergeProps as T, unref as p, computed as j, openBlock as U, createBlock as z, resolveDynamicComponent as F } from "vue";
1
+ import { isVNode as _, defineComponent as V, ref as w, useSlots as R, createVNode as s, mergeProps as T, unref as p, computed as j, createBlock as U, openBlock as z, resolveDynamicComponent as F } from "vue";
2
2
  import { Input as M } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { omit as N } from "lodash-unified";
@@ -137,7 +137,7 @@ const G = /* @__PURE__ */ V({
137
137
  var e;
138
138
  return (e = u.value) == null ? void 0 : e.input;
139
139
  })
140
- }), (e, n) => (U(), z(F(S())));
140
+ }), (e, n) => (z(), U(F(S())));
141
141
  }
142
142
  });
143
143
  export {
@@ -1,4 +1,4 @@
1
- import { isVNode as x, defineComponent as h, useSlots as C, ref as g, unref as i, createVNode as o, mergeProps as w, Fragment as P, openBlock as U, createBlock as V, resolveDynamicComponent as _ } from "vue";
1
+ import { isVNode as x, defineComponent as h, useSlots as C, ref as g, unref as i, createVNode as o, mergeProps as w, Fragment as P, createBlock as U, openBlock as V, resolveDynamicComponent as _ } from "vue";
2
2
  import { Input as S, Space as T } from "@aplus-frontend/antdv";
3
3
  import "../../hooks/index.mjs";
4
4
  import { omit as I } from "lodash-unified";
@@ -150,7 +150,7 @@ const G = /* @__PURE__ */ h({
150
150
  var e;
151
151
  (e = u.value) == null || e.blur();
152
152
  }
153
- }), (e, n) => (U(), V(_(B())));
153
+ }), (e, n) => (V(), U(_(B())));
154
154
  }
155
155
  });
156
156
  export {