@aplus-frontend/ui 0.6.0-beta.22 → 0.6.0-beta.23

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 (236) hide show
  1. package/es/index.mjs +156 -158
  2. package/es/src/ap-action/group/index.vue.mjs +3 -3
  3. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  4. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  5. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  10. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  12. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  13. package/es/src/ap-drawer/index.d.ts +7 -3
  14. package/es/src/ap-drawer/index.mjs +5 -10
  15. package/es/src/ap-drawer/interface.d.ts +0 -3
  16. package/es/src/ap-drawer/style/css.d.ts +1 -0
  17. package/es/src/ap-drawer/style/css.js +1 -1
  18. package/es/src/ap-drawer/style/index.d.ts +1 -0
  19. package/es/src/ap-drawer/style/index.js +1 -1
  20. package/es/src/ap-drawer/utils/createDrawer.mjs +31 -36
  21. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  22. package/es/src/ap-field/date/index.vue.mjs +4 -4
  23. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  24. package/es/src/ap-field/index.mjs +36 -36
  25. package/es/src/ap-field/number/index.vue.mjs +8 -8
  26. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  27. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  28. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  29. package/es/src/ap-field/select/index.vue.mjs +2 -2
  30. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  31. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  32. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  33. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  34. package/es/src/ap-field/text/password.vue.mjs +2 -2
  35. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  36. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  37. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  38. package/es/src/ap-form/ap-form.vue.d.ts +2 -1
  39. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  40. package/es/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  41. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  42. package/es/src/ap-form/item/index.vue.mjs +7 -7
  43. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  44. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  46. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  47. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  49. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  50. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  51. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  52. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  53. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  54. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  55. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  56. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  57. package/es/src/ap-form/modal-form/index.vue.d.ts +4 -3
  58. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  59. package/es/src/ap-form/render/item.vue.mjs +2 -2
  60. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +7 -7
  61. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  62. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  63. package/es/src/ap-form/search-form/index.vue.d.ts +4 -3
  64. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  65. package/es/src/ap-form/set/index.vue.mjs +1 -1
  66. package/es/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  67. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  68. package/es/src/ap-grid/editable/index.vue.d.ts +4 -2
  69. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  70. package/es/src/ap-grid/index.vue.d.ts +4 -2
  71. package/es/src/ap-grid/index.vue.mjs +4 -4
  72. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
  73. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
  74. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  75. package/es/src/ap-list/index.vue.d.ts +4 -2
  76. package/es/src/ap-list/index.vue.mjs +1 -1
  77. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  78. package/es/src/ap-table/ap-table.vue.d.ts +4 -2
  79. package/es/src/ap-table/ap-table.vue2.mjs +13 -13
  80. package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
  81. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  82. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  83. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  84. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  85. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  86. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  87. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  88. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  89. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  90. package/es/src/ap-table/constants.d.ts +5 -5
  91. package/es/src/ap-table/constants.mjs +45 -45
  92. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  93. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  94. package/es/src/ap-table/utils.d.ts +5 -5
  95. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  96. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  97. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  98. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  99. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  100. package/es/src/ap-upload/components/Picture.vue.d.ts +7 -2
  101. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  102. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  103. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  104. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  105. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
  106. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  107. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  108. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  109. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  110. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
  111. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  112. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  113. package/es/src/business/ap-expand-alert/index.d.ts +6 -4
  114. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +5 -5
  115. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
  116. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
  117. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
  118. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
  119. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
  120. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  121. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  122. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  123. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  124. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  125. package/es/src/business/ap-select-layout/index.d.ts +4 -2
  126. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  127. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  128. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  129. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  130. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  131. package/es/src/business/ap-table-modal/index.d.ts +4 -16
  132. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  133. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  134. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  135. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  136. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  137. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  138. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  139. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  140. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  141. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  142. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  143. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  144. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  145. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  146. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  147. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  148. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  149. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  150. package/es/src/check-card/index.vue2.mjs +3 -3
  151. package/es/src/config-provider/hooks/use-namespace.d.ts +1 -5
  152. package/es/src/editable-table/form-item.vue.d.ts +4 -2
  153. package/es/src/editable-table/form-item.vue.mjs +2 -2
  154. package/es/src/editable-table/index.vue.d.ts +4 -2
  155. package/es/src/editable-table/index.vue.mjs +2 -2
  156. package/es/src/full-screen/index.vue.mjs +3 -3
  157. package/es/src/hooks/useFullScreen.mjs +5 -5
  158. package/es/src/index.mjs +282 -285
  159. package/es/src/mask/index.vue.mjs +10 -10
  160. package/es/src/portal/index.vue.mjs +2 -2
  161. package/es/src/scroll-bar/index.vue.mjs +3 -3
  162. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  163. package/es/src/scroll-view/index.vue.d.ts +5 -5
  164. package/es/src/scroll-view/index.vue.mjs +9 -9
  165. package/es/src/splitter/Panel.vue2.mjs +4 -4
  166. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  167. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  168. package/es/src/tests/wrapper.d.ts +4 -4
  169. package/es/src/text/group.vue.mjs +2 -2
  170. package/es/src/text/index.vue.mjs +4 -4
  171. package/es/src/version.d.ts +1 -1
  172. package/es/src/version.mjs +1 -1
  173. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  174. package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  175. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  176. package/lib/index.js +1 -1
  177. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  178. package/lib/src/ap-drawer/index.d.ts +7 -3
  179. package/lib/src/ap-drawer/index.js +1 -1
  180. package/lib/src/ap-drawer/interface.d.ts +0 -3
  181. package/lib/src/ap-drawer/style/css.cjs +1 -1
  182. package/lib/src/ap-drawer/style/css.d.ts +1 -0
  183. package/lib/src/ap-drawer/style/index.cjs +1 -1
  184. package/lib/src/ap-drawer/style/index.d.ts +1 -0
  185. package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
  186. package/lib/src/ap-field/index.js +1 -1
  187. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  188. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  189. package/lib/src/ap-form/ap-form.vue.d.ts +2 -1
  190. package/lib/src/ap-form/drawer-form/index.vue.d.ts +4 -3
  191. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  192. package/lib/src/ap-form/modal-form/index.vue.d.ts +4 -3
  193. package/lib/src/ap-form/search-form/index.vue.d.ts +4 -3
  194. package/lib/src/ap-grid/editable/form-item.vue.d.ts +4 -2
  195. package/lib/src/ap-grid/editable/index.vue.d.ts +4 -2
  196. package/lib/src/ap-grid/index.vue.d.ts +4 -2
  197. package/lib/src/ap-list/index.vue.d.ts +4 -2
  198. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  199. package/lib/src/ap-table/ap-table.vue.d.ts +4 -2
  200. package/lib/src/ap-table/constants.d.ts +5 -5
  201. package/lib/src/ap-table/constants.js +1 -1
  202. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  203. package/lib/src/ap-table/utils.d.ts +5 -5
  204. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  205. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  206. package/lib/src/ap-upload/components/Picture.vue.d.ts +7 -2
  207. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  208. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +4 -2
  209. package/lib/src/business/ap-expand-alert/index.d.ts +6 -4
  210. package/lib/src/business/ap-select-layout/index.d.ts +4 -2
  211. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +4 -2
  212. package/lib/src/business/ap-table-modal/index.d.ts +4 -16
  213. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +3 -2
  214. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +3 -2
  215. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -5
  216. package/lib/src/editable-table/form-item.vue.d.ts +4 -2
  217. package/lib/src/editable-table/index.vue.d.ts +4 -2
  218. package/lib/src/index.js +1 -1
  219. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  220. package/lib/src/tests/wrapper.d.ts +4 -4
  221. package/lib/src/version.d.ts +1 -1
  222. package/lib/src/version.js +1 -1
  223. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -2
  224. package/package.json +1 -1
  225. package/es/src/ap-drawer/ApDrawer.vue.d.ts +0 -26
  226. package/es/src/ap-drawer/ApDrawer.vue.mjs +0 -78
  227. package/es/src/ap-drawer/ApDrawer.vue2.mjs +0 -4
  228. package/es/src/ap-drawer/components/ApDrawerClose.vue.d.ts +0 -8
  229. package/es/src/ap-drawer/components/ApDrawerClose.vue.mjs +0 -25
  230. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +0 -4
  231. package/lib/src/ap-drawer/ApDrawer.vue.d.ts +0 -26
  232. package/lib/src/ap-drawer/ApDrawer.vue.js +0 -1
  233. package/lib/src/ap-drawer/ApDrawer.vue2.js +0 -1
  234. package/lib/src/ap-drawer/components/ApDrawerClose.vue.d.ts +0 -8
  235. package/lib/src/ap-drawer/components/ApDrawerClose.vue.js +0 -1
  236. package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +0 -1
@@ -1,5 +1,5 @@
1
- import { defineComponent as S, ref as C, watch as k, unref as e, createBlock as D, openBlock as P, withCtx as a, createVNode as o, normalizeClass as r, createElementVNode as s, toDisplayString as m, createTextVNode as b } from "vue";
2
- import { Popover as V, Tooltip as j, Button as h, Flex as _, Divider as z } from "@aplus-frontend/antdv";
1
+ import { defineComponent as S, ref as C, watch as k, unref as e, openBlock as D, createBlock as P, withCtx as a, createElementVNode as s, normalizeClass as o, toDisplayString as m, createVNode as r, createTextVNode as b } from "vue";
2
+ import { Popover as V, Flex as _, Divider as j, Button as h, Tooltip as z } from "@aplus-frontend/antdv";
3
3
  import { IconApLayoutOutlined as A } from "@aplus-frontend/icon";
4
4
  import "../../../../config-provider/index.mjs";
5
5
  import I from "vuedraggable";
@@ -43,7 +43,7 @@ const W = /* @__PURE__ */ S({
43
43
  (t) => {
44
44
  t && (c.value = [...v]);
45
45
  }
46
- ), (t, u) => (P(), D(e(V), {
46
+ ), (t, u) => (D(), P(e(V), {
47
47
  open: p.value,
48
48
  "onUpdate:open": u[1] || (u[1] = (d) => p.value = d),
49
49
  "overlay-class-name": e(f)("popover"),
@@ -55,22 +55,22 @@ const W = /* @__PURE__ */ S({
55
55
  }, {
56
56
  content: a(() => [
57
57
  s("div", {
58
- class: r(e(n)("header"))
58
+ class: o(e(n)("header"))
59
59
  }, [
60
60
  s("span", {
61
- class: r(e(n)("header-title"))
61
+ class: o(e(n)("header-title"))
62
62
  }, m(e(i)("ap.apForm.search.sorterTitle")), 3),
63
- o(e(_), { justify: "space-between" }, {
63
+ r(e(_), { justify: "space-between" }, {
64
64
  default: a(() => [
65
65
  s("span", {
66
- class: r(e(n)("header-desc"))
66
+ class: o(e(n)("header-desc"))
67
67
  }, m(e(i)("ap.apForm.search.sorterDesc")), 3),
68
68
  s("div", {
69
- class: r(e(n)("header-action-wrapper")),
69
+ class: o(e(n)("header-action-wrapper")),
70
70
  onClick: N
71
71
  }, [
72
72
  s("span", {
73
- class: r(e(n)("header-reset-btn"))
73
+ class: o(e(n)("header-reset-btn"))
74
74
  }, m(e(i)("ap.apForm.search.sorterReset")), 3)
75
75
  ], 2)
76
76
  ]),
@@ -78,26 +78,26 @@ const W = /* @__PURE__ */ S({
78
78
  })
79
79
  ], 2),
80
80
  s("div", {
81
- class: r([e(f)("popover-content"), e(n)("content")])
81
+ class: o([e(f)("popover-content"), e(n)("content")])
82
82
  }, [
83
- o(e(I), {
83
+ r(e(I), {
84
84
  list: c.value,
85
- class: r(e(n)("sorter-wrapper")),
85
+ class: o(e(n)("sorter-wrapper")),
86
86
  "item-key": T
87
87
  }, {
88
88
  item: a(({ element: d }) => [
89
- o($, { item: d }, null, 8, ["item"])
89
+ r($, { item: d }, null, 8, ["item"])
90
90
  ]),
91
91
  _: 1
92
92
  }, 8, ["list", "class"])
93
93
  ], 2),
94
- o(e(z), { style: { margin: "0" } }),
94
+ r(e(j), { style: { margin: "0" } }),
95
95
  s("div", {
96
- class: r(e(f)("popover-footer"))
96
+ class: o(e(f)("popover-footer"))
97
97
  }, [
98
- o(e(_), { justify: "end" }, {
98
+ r(e(_), { justify: "end" }, {
99
99
  default: a(() => [
100
- o(e(h), {
100
+ r(e(h), {
101
101
  onClick: u[0] || (u[0] = (d) => p.value = !1)
102
102
  }, {
103
103
  default: a(() => [
@@ -105,8 +105,8 @@ const W = /* @__PURE__ */ S({
105
105
  ]),
106
106
  _: 1
107
107
  }),
108
- o(e(h), {
109
- class: r(e(f)("popover-footer-confirm-btn")),
108
+ r(e(h), {
109
+ class: o(e(f)("popover-footer-confirm-btn")),
110
110
  type: "primary",
111
111
  onClick: B
112
112
  }, {
@@ -121,16 +121,16 @@ const W = /* @__PURE__ */ S({
121
121
  ], 2)
122
122
  ]),
123
123
  default: a(() => [
124
- o(e(j), {
124
+ r(e(z), {
125
125
  title: e(i)("ap.apForm.search.sorterTitle"),
126
126
  placement: "top"
127
127
  }, {
128
128
  default: a(() => [
129
- o(e(h), {
130
- class: r([e(y)("trigger-btn"), { [e(y)("trigger-btn-active")]: p.value }])
129
+ r(e(h), {
130
+ class: o([e(y)("trigger-btn"), { [e(y)("trigger-btn-active")]: p.value }])
131
131
  }, {
132
132
  icon: a(() => [
133
- o(e(A), { size: 14 })
133
+ r(e(A), { size: 14 })
134
134
  ]),
135
135
  _: 1
136
136
  }, 8, ["class"])
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, computed as n, createElementBlock as a, openBlock as d, normalizeClass as r, unref as t, createElementVNode as l, createVNode as u, toDisplayString as f } from "vue";
1
+ import { defineComponent as c, computed as n, openBlock as a, createElementBlock as d, normalizeClass as r, unref as t, createElementVNode as l, createVNode as u, toDisplayString as f } from "vue";
2
2
  import { HolderOutlined as h } from "@ant-design/icons-vue";
3
3
  import "../../../../config-provider/index.mjs";
4
4
  import { isBoolean as _ } from "lodash-unified";
@@ -18,7 +18,7 @@ const x = ["title"], C = /* @__PURE__ */ c({
18
18
  const e = s.item.props;
19
19
  return _(e.hidden) ? !!e.hidden : v(e.hidden);
20
20
  }), { b: o } = b("search-form-sorter");
21
- return (e, B) => (d(), a("div", {
21
+ return (e, B) => (a(), d("div", {
22
22
  class: r([t(o)("sorter-item"), { [t(o)("sorter-item--hidden")]: p.value }])
23
23
  }, [
24
24
  l("div", null, [
@@ -2,12 +2,13 @@ import { ApFormExpose, ApFormSearchFormProps } from '../interface';
2
2
  import { ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, ComputedRef } from 'vue';
3
3
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { Options } from '../../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../../type';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../node_modules/vue-types';
11
+ import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
12
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
12
13
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '..';
13
14
  import { OnCleanup } from '@vue/reactivity';
@@ -115,7 +116,7 @@ declare function __VLS_template(): {
115
116
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
116
117
  readonly initialValues?: Recordable | undefined;
117
118
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
118
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
119
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
119
120
  readonly syncToUrlPriority?: boolean | undefined;
120
121
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
121
122
  $attrs: {
@@ -950,7 +951,7 @@ declare const __VLS_component: DefineComponent<ApFormSearchFormProps, {
950
951
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
951
952
  readonly initialValues?: Recordable | undefined;
952
953
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
953
- readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
954
+ readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
954
955
  readonly syncToUrlPriority?: boolean | undefined;
955
956
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
956
957
  $attrs: {
@@ -1,4 +1,4 @@
1
- import { isVNode as oe, defineComponent as ae, useSlots as ne, ref as L, shallowRef as U, computed as _, unref as a, watch as V, createVNode as t, Fragment as w, createBlock as y, openBlock as f, mergeProps as le, withCtx as A, resolveDynamicComponent as B, createElementBlock as re, renderList as se } from "vue";
1
+ import { isVNode as oe, defineComponent as ae, useSlots as ne, ref as L, shallowRef as U, computed as _, unref as a, watch as V, createVNode as t, Fragment as w, openBlock as f, createBlock as y, mergeProps as le, withCtx as A, resolveDynamicComponent as B, createElementBlock as re, renderList as se } from "vue";
2
2
  import { Col as R, Flex as N, Button as W, Row as ie } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../item/index.vue2.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, useSlots as u, ref as f, watchEffect as p, cloneVNode as d, onMounted as V, createElementBlock as _, openBlock as l, Fragment as y, renderList as F, createBlock as k, resolveDynamicComponent as h } from "vue";
1
+ import { defineComponent as c, useSlots as u, ref as f, watchEffect as p, cloneVNode as d, onMounted as V, openBlock as l, createElementBlock as _, Fragment as y, renderList as F, createBlock as k, resolveDynamicComponent as h } from "vue";
2
2
  import { useInjectForm as v } from "../context.mjs";
3
3
  import { isFunction as w, cloneDeep as x } from "lodash-unified";
4
4
  import { isPromise as B } from "@fruits-chain/utils";
@@ -1,13 +1,15 @@
1
1
  import { EditableGridFormItemExpose, EditableGridFormItemProps } from './interface';
2
2
  import { Recordable } from '../../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
4
4
  declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & EditableGridFormItemProps<RecordType> & Partial<{}>> & PublicProps;
6
6
  expose(exposed: ShallowUnwrapRef<EditableGridFormItemExpose>): void;
7
7
  attrs: any;
8
8
  slots: Readonly<Record<string, any>> & Record<string, any>;
9
9
  emit: {};
10
- }>) => VNode & {
10
+ }>) => VNode<RendererNode, RendererElement, {
11
+ [key: string]: any;
12
+ }> & {
11
13
  __ctx?: Awaited<typeof __VLS_setup>;
12
14
  };
13
15
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as P, useSlots as A, toRef as W, ref as h, unref as r, watch as G, nextTick as U, createBlock as $, openBlock as q, mergeProps as y, withCtx as g, createVNode as J, createSlots as Q, renderList as X, renderSlot as Y, normalizeProps as Z, guardReactiveProps as I } from "vue";
1
+ import { defineComponent as P, useSlots as A, toRef as W, ref as h, unref as r, watch as G, nextTick as U, openBlock as $, createBlock as q, mergeProps as y, withCtx as g, createVNode as J, createSlots as Q, renderList as X, renderSlot as Y, normalizeProps as Z, guardReactiveProps as I } from "vue";
2
2
  import { ApForm as C } from "../../ap-form/index.mjs";
3
3
  import { isArray as w, isUndefined as M, isNumber as m, cloneDeep as ee, omit as oe } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
@@ -267,7 +267,7 @@ const Ce = /* @__PURE__ */ P({
267
267
  setTableData: z,
268
268
  clear: H,
269
269
  removeByKey: _
270
- }), (e, t) => (q(), $(r(C).FormItem, y(e.formItem, {
270
+ }), (e, t) => ($(), q(r(C).FormItem, y(e.formItem, {
271
271
  name: e.name,
272
272
  label: e.label
273
273
  }), {
@@ -1,6 +1,6 @@
1
1
  import { EditableGridExpose, EditableGridProps } from './interface';
2
2
  import { Recordable } from '../../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
4
4
  declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
6
  readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
@@ -9,7 +9,9 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNu
9
9
  attrs: any;
10
10
  slots: Readonly<Record<string, any>> & Record<string, any>;
11
11
  emit: (event: "update:value", ...args: any[]) => void;
12
- }>) => VNode & {
12
+ }>) => VNode<RendererNode, RendererElement, {
13
+ [key: string]: any;
14
+ }> & {
13
15
  __ctx?: Awaited<typeof __VLS_setup>;
14
16
  };
15
17
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as $, useSlots as q, ref as v, watch as x, unref as u, createBlock as J, openBlock as Q, withCtx as h, createVNode as b, mergeProps as X, createSlots as Y, renderList as Z, renderSlot as M, normalizeProps as ee, guardReactiveProps as te } from "vue";
1
+ import { defineComponent as $, useSlots as q, ref as v, watch as x, unref as u, openBlock as J, createBlock as Q, withCtx as h, createVNode as b, mergeProps as X, createSlots as Y, renderList as Z, renderSlot as M, normalizeProps as ee, guardReactiveProps as te } from "vue";
2
2
  import { ApForm as y } from "../../ap-form/index.mjs";
3
3
  import { isEqual as ae, isArray as g, isUndefined as oe, isNumber as C, cloneDeep as le, omit as ne } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
@@ -287,7 +287,7 @@ const Re = /* @__PURE__ */ $({
287
287
  clear: U,
288
288
  setTableData: I,
289
289
  removeByKey: K
290
- }), (e, t) => (Q(), J(u(y), {
290
+ }), (e, t) => (J(), Q(u(y), {
291
291
  ref_key: "formRef",
292
292
  ref: i,
293
293
  "initial-values": {
@@ -1,6 +1,6 @@
1
1
  import { VxeTableSlots } from 'vxe-table';
2
2
  import { ApGridColumnType, ApGridExpose, ApGridProps } from './interface';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
4
4
  declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApGridProps<RecordType> & Partial<{}>> & PublicProps;
6
6
  expose(exposed: ShallowUnwrapRef<ApGridExpose>): void;
@@ -35,7 +35,9 @@ declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __V
35
35
  }) => any;
36
36
  };
37
37
  emit: {};
38
- }>) => VNode & {
38
+ }>) => VNode<RendererNode, RendererElement, {
39
+ [key: string]: any;
40
+ }> & {
39
41
  __ctx?: Awaited<typeof __VLS_setup>;
40
42
  };
41
43
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as Ve, useSlots as Ke, getCurrentInstance as Le, ref as F, computed as n, unref as o, toRef as De, nextTick as Oe, watch as B, createElementBlock as I, openBlock as c, normalizeStyle as V, normalizeClass as h, createCommentVNode as S, createElementVNode as E, createVNode as J, mergeProps as v, createSlots as Q, withCtx as C, Fragment as Y, renderList as K, createBlock as f, resolveDynamicComponent as L, renderSlot as D, normalizeProps as $e, guardReactiveProps as He } from "vue";
1
+ import { defineComponent as Ve, useSlots as Ke, getCurrentInstance as Le, ref as F, computed as n, unref as o, toRef as De, nextTick as Oe, watch as B, openBlock as c, createElementBlock as I, normalizeClass as h, normalizeStyle as V, createVNode as J, mergeProps as v, createSlots as Q, withCtx as C, Fragment as Y, renderList as K, createBlock as f, resolveDynamicComponent as L, renderSlot as D, createCommentVNode as S, createElementVNode as E, normalizeProps as $e, guardReactiveProps as He } from "vue";
2
2
  import { VxeTable as Me, VxeColumn as Z } from "vxe-table";
3
3
  import "vxe-table/es/style.css";
4
4
  import "vxe-pc-ui/es/style.css";
@@ -14,7 +14,7 @@ import { useInnerParams as Ye } from "./hooks/use-inner-params.mjs";
14
14
  import { toVxeProps as Ze, getRowExpandProps as eo, getRowSelectionProps as oo } from "./utils/table.mjs";
15
15
  import ao from "./hooks/use-row-selection.mjs";
16
16
  import { useProvideApTable as to } from "../ap-table/context.mjs";
17
- import { sizeReverseMap as ro, sizeMap as lo, ROW_SELECTION_FIELD as no } from "./constants.mjs";
17
+ import { sizeMap as ro, sizeReverseMap as lo, ROW_SELECTION_FIELD as no } from "./constants.mjs";
18
18
  import { useRenderColumns as so } from "./hooks/use-render-columns.mjs";
19
19
  import { useToken as io } from "@aplus-frontend/antdv/es/theme/internal";
20
20
  import "../scroll-bar/index.mjs";
@@ -215,13 +215,13 @@ const Mo = /* @__PURE__ */ Ve({
215
215
  to({
216
216
  columns: n(() => i.value),
217
217
  columnsBackup: n(() => O.value),
218
- size: n(() => lo[k.value]),
218
+ size: n(() => ro[k.value]),
219
219
  updateColumns(e) {
220
220
  var a;
221
221
  i.value = e, (a = t.onShownColumnsChange) == null || a.call(t, e);
222
222
  },
223
223
  updateSize(e) {
224
- k.value = ro[e];
224
+ k.value = lo[e];
225
225
  },
226
226
  renderConfig: n(() => ({
227
227
  className: se("table-header", "title"),
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, computed as s, onMounted as a, createBlock as i, openBlock as p, resolveDynamicComponent as m, normalizeProps as l, guardReactiveProps as c, createSlots as d, renderList as u, withCtx as f, renderSlot as _ } from "vue";
1
+ import { defineComponent as n, computed as s, onMounted as a, openBlock as i, createBlock as p, resolveDynamicComponent as m, normalizeProps as l, guardReactiveProps as c, createSlots as d, renderList as u, withCtx as f, renderSlot as _ } from "vue";
2
2
  import "./ap-info-layout-aplus/ap-info-layout.vue.mjs";
3
3
  import "./ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs";
4
4
  import "../config-provider/index.mjs";
@@ -31,7 +31,7 @@ const g = /* @__PURE__ */ n({
31
31
  b() || console.warn(
32
32
  "[DEPRECATED] This component is deprecated and will be removed in next minor version. "
33
33
  );
34
- }), (o, $) => (p(), i(m(t.value), l(c(o.$props)), d({ _: 2 }, [
34
+ }), (o, $) => (i(), p(m(t.value), l(c(o.$props)), d({ _: 2 }, [
35
35
  u(o.$slots, (k, e) => ({
36
36
  name: e,
37
37
  fn: f(() => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, ref as t, createElementBlock as p, openBlock as y, normalizeClass as s, unref as e, createElementVNode as n, normalizeStyle as h, renderSlot as d } from "vue";
1
+ import { defineComponent as u, ref as t, openBlock as p, createElementBlock as y, normalizeClass as s, unref as e, createElementVNode as n, normalizeStyle as h, renderSlot as d } from "vue";
2
2
  import "../../config-provider/index.mjs";
3
3
  import { useNamespace as v } from "../../config-provider/hooks/use-namespace.mjs";
4
4
  import { useGlobalConfig as _ } from "../../config-provider/hooks/use-global-config.mjs";
@@ -12,7 +12,7 @@ const L = /* @__PURE__ */ u({
12
12
  const l = t(), a = t(), f = () => {
13
13
  l.value && a.value && (l.value.scrollTop > 0 ? a.value.classList.add(o("header-shadow")) : a.value.classList.remove(o("header-shadow")));
14
14
  }, { b: i, e: o, m: c } = v("ap-info-layout-admin"), m = _("uiMode", "admin");
15
- return (r, k) => (y(), p("div", {
15
+ return (r, k) => (p(), y("div", {
16
16
  ref_key: "containerRef",
17
17
  ref: l,
18
18
  class: s([e(i)(), `${e(c)(e(m))}`]),
@@ -1,4 +1,4 @@
1
- import { defineComponent as $, computed as t, onActivated as y, onDeactivated as B, createElementBlock as E, openBlock as d, normalizeClass as a, createBlock as H, createElementVNode as o, Teleport as k, renderSlot as s, createVNode as A, unref as N } from "vue";
1
+ import { defineComponent as $, computed as t, onActivated as y, onDeactivated as B, openBlock as d, createElementBlock as E, normalizeClass as a, createBlock as H, Teleport as k, renderSlot as s, createElementVNode as o, createVNode as A, unref as N } from "vue";
2
2
  import { Divider as T } from "@aplus-frontend/antdv";
3
3
  import "../../config-provider/index.mjs";
4
4
  import { useNamespace as V } from "../../config-provider/hooks/use-namespace.mjs";
@@ -1,6 +1,6 @@
1
1
  import { ApListExpose, ApListProps } from './interface';
2
2
  import { Recordable } from '../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, VNode } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
4
4
  import { ApFormSearchFormExpose } from '..';
5
5
  declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
6
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApListProps<RecordType> & Partial<{}>> & PublicProps;
@@ -34,7 +34,9 @@ declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable
34
34
  }): any;
35
35
  };
36
36
  emit: {};
37
- }>) => VNode & {
37
+ }>) => VNode<RendererNode, RendererElement, {
38
+ [key: string]: any;
39
+ }> & {
38
40
  __ctx?: Awaited<typeof __VLS_setup>;
39
41
  };
40
42
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, ref as x, toRef as ee, unref as t, computed as p, watch as te, createElementBlock as s, openBlock as i, normalizeStyle as h, normalizeClass as l, renderSlot as u, createElementVNode as ae, createCommentVNode as I, createVNode as g, Fragment as F, createBlock as V, withCtx as b, renderList as ne, mergeProps as re } from "vue";
1
+ import { defineComponent as _, ref as x, toRef as ee, unref as t, computed as p, watch as te, openBlock as i, createElementBlock as s, normalizeClass as l, normalizeStyle as h, renderSlot as u, createElementVNode as ae, createVNode as g, createCommentVNode as I, Fragment as F, createBlock as V, withCtx as b, renderList as ne, mergeProps as re } from "vue";
2
2
  import { Empty as E, Spin as oe, Pagination as ie } from "@aplus-frontend/antdv";
3
3
  import { useTablePaging as le } from "../ap-table/hooks/use-table-paging-ng.mjs";
4
4
  import "../config-provider/index.mjs";
@@ -6,7 +6,7 @@ export type ModalFunc = (props: ModalFuncProps) => {
6
6
  update: (configUpdate: ConfigUpdate) => void;
7
7
  };
8
8
  declare const confirm: (config: ModalFuncProps) => {
9
- destroy: (this: /*elided*/ any, ...args: any[]) => void;
9
+ destroy: (this: any, ...args: any[]) => void;
10
10
  update: (configUpdate: ConfigUpdate) => void;
11
11
  };
12
12
  export default confirm;
@@ -1,7 +1,7 @@
1
1
  import { ApColumnType, ApTableProps } from './interface';
2
2
  import { ColumnsType, ColumnType } from '@aplus-frontend/antdv/es/table';
3
3
  import { RowSelectionReturnType } from './hooks/use-table-row-selection';
4
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, ComputedRef, VNode } from 'vue';
4
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, ComputedRef, VNode, RendererNode, RendererElement } from 'vue';
5
5
  declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
6
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApTableProps<RecordType> & Partial<{}>> & PublicProps;
7
7
  expose(exposed: ShallowUnwrapRef<{
@@ -93,7 +93,9 @@ declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __V
93
93
  }) => void;
94
94
  };
95
95
  emit: {};
96
- }>) => VNode & {
96
+ }>) => VNode<RendererNode, RendererElement, {
97
+ [key: string]: any;
98
+ }> & {
97
99
  __ctx?: Awaited<typeof __VLS_setup>;
98
100
  };
99
101
  export default _default;
@@ -1,4 +1,4 @@
1
- import { defineComponent as Ae, useSlots as $e, ref as w, computed as s, unref as l, toRef as De, createVNode as m, Fragment as re, watch as k, createElementBlock as B, openBlock as y, normalizeStyle as K, normalizeClass as g, createCommentVNode as oe, createElementVNode as L, mergeProps as v, createSlots as ae, withCtx as R, renderList as te, createBlock as le, resolveDynamicComponent as je, renderSlot as C, normalizeProps as We, guardReactiveProps as _e } from "vue";
1
+ import { defineComponent as Ae, useSlots as $e, ref as w, computed as s, unref as l, toRef as De, createVNode as m, Fragment as re, watch as k, openBlock as y, createElementBlock as B, normalizeClass as g, normalizeStyle as K, mergeProps as v, createSlots as oe, withCtx as R, renderList as ae, createBlock as te, resolveDynamicComponent as je, renderSlot as C, createCommentVNode as le, createElementVNode as L, normalizeProps as We, guardReactiveProps as _e } from "vue";
2
2
  import { Divider as He, Table as Ue } from "@aplus-frontend/antdv";
3
3
  import { useToken as qe } from "@aplus-frontend/antdv/es/theme/internal";
4
4
  import { ApForm as Me } from "../ap-form/index.mjs";
@@ -6,7 +6,7 @@ import { noRenderAsFormItemValueList as ne } from "./constants.mjs";
6
6
  import "../config-provider/index.mjs";
7
7
  import { useTablePaging as Ge } from "./hooks/use-table-paging-ng.mjs";
8
8
  import { isUndefined as b, omit as se, isBoolean as Je } from "lodash-unified";
9
- import { getColumnOrder as de, updateFormProps as Qe, getFieldProps as Xe, getSearchFormItemRenderNode as Ye, recursionApColumns as ue, getTableTitle as Ze, getTableRenderType as er, getTableRenderProps as rr, getTableCellRenderNode as or, apColumnToColumn as ar, falseToUndefined as tr, objectToString as lr } from "./utils.mjs";
9
+ import { getColumnOrder as de, updateFormProps as Qe, getFieldProps as Xe, getSearchFormItemRenderNode as Ye, recursionApColumns as ue, apColumnToColumn as Ze, getTableTitle as er, getTableRenderType as rr, getTableRenderProps as or, getTableCellRenderNode as ar, falseToUndefined as tr, objectToString as lr } from "./utils.mjs";
10
10
  import nr from "./hooks/use-table-content-height.mjs";
11
11
  import sr from "./hooks/use-table-row-selection.mjs";
12
12
  import { getScrollbarSize as dr, isDef as ie } from "../utils/index.mjs";
@@ -260,23 +260,23 @@ const Dr = /* @__PURE__ */ Ae({
260
260
  function a(t, d) {
261
261
  return t.map((n) => ({
262
262
  resizable: ie(n.resizable) ? n.resizable : r.columnResizable,
263
- ...se(ar(n), ["ellipsis"]),
263
+ ...se(Ze(n), ["ellipsis"]),
264
264
  // tips: 此函数内部依赖查询&筛选的相应式值
265
265
  ...M(n),
266
266
  fixed: d ? d.fixed : n.fixed,
267
- title: Ze(n, A("table-header", "title"), c.headerCell, l(pe).colorTextTertiary),
267
+ title: er(n, A("table-header", "title"), c.headerCell, l(pe).colorTextTertiary),
268
268
  customRender({
269
269
  value: p,
270
270
  ...h
271
271
  }) {
272
272
  var Z, ee;
273
- const X = er(n), Ke = rr({
273
+ const X = rr(n), Ke = or({
274
274
  ...n,
275
275
  valueType: X
276
276
  }, {
277
277
  value: p,
278
278
  ...h
279
- }), Le = or(X, Ke, h.record, l($)), Y = ((Z = n.renderText) == null ? void 0 : Z.call(n, {
279
+ }), Le = ar(X, Ke, h.record, l($)), Y = ((Z = n.renderText) == null ? void 0 : Z.call(n, {
280
280
  value: p,
281
281
  ...h
282
282
  })) || p, Oe = n.renderText ? m(re, null, [(ee = n.renderText) == null ? void 0 : ee.call(n, {
@@ -431,8 +431,8 @@ const Dr = /* @__PURE__ */ Ae({
431
431
  "submit-loading": l(q).loading,
432
432
  onSubmit: l(I),
433
433
  onReset: l(V)
434
- }), ae({
435
- default: R(() => [(y(!0), B(re, null, te(U.value, (o) => (y(), le(je(o.renderNode.Comp), v({
434
+ }), oe({
435
+ default: R(() => [(y(!0), B(re, null, ae(U.value, (o) => (y(), te(je(o.renderNode.Comp), v({
436
436
  key: o.dataIndex,
437
437
  item: o,
438
438
  ref_for: !0
@@ -445,7 +445,7 @@ const Dr = /* @__PURE__ */ Ae({
445
445
  name: "extra",
446
446
  fn: R(() => [C(e.$slots, "searchFormExtra")]),
447
447
  key: "0"
448
- } : void 0]), 1040, ["submit-loading", "onSubmit", "onReset"])], 6)) : oe("", !0), L("div", {
448
+ } : void 0]), 1040, ["submit-loading", "onSubmit", "onReset"])], 6)) : le("", !0), L("div", {
449
449
  ref_key: "contentRef",
450
450
  ref: be,
451
451
  class: g([l(z)("table-wrapper"), e.card ? l(z)("table-wrapper-card") : null]),
@@ -461,10 +461,10 @@ const Dr = /* @__PURE__ */ Ae({
461
461
  selectedRows: l(x),
462
462
  selectedRowKeys: l(T).selectedRowKeys,
463
463
  shownColumns: u.value
464
- }, F))], 2), c.title ? (y(), le(l(He), {
464
+ }, F))], 2), c.title ? (y(), te(l(He), {
465
465
  key: 0,
466
466
  type: "vertical"
467
- })) : oe("", !0), m(yr, {
467
+ })) : le("", !0), m(yr, {
468
468
  config: e.settings === !0 ? {} : e.settings
469
469
  }, null, 8, ["config"])], 2)) : C(e.$slots, "title", v({
470
470
  key: 1,
@@ -480,7 +480,7 @@ const Dr = /* @__PURE__ */ Ae({
480
480
  "table-layout": Pe.value,
481
481
  columns: u.value,
482
482
  onResizeColumn: a[0] || (a[0] = (o, t) => t.width = o)
483
- }), ae({
483
+ }), oe({
484
484
  summary: R(() => [C(e.$slots, "summary", {
485
485
  columns: u.value,
486
486
  records: G.value.dataSource,
@@ -501,7 +501,7 @@ const Dr = /* @__PURE__ */ Ae({
501
501
  }, null, 8, ["scroll-container"])];
502
502
  }),
503
503
  key: "0"
504
- } : void 0, te(l(se)(c, ["title", "searchFormExtra", "headerCell", "summary"]), (o, t) => ({
504
+ } : void 0, ae(l(se)(c, ["title", "searchFormExtra", "headerCell", "summary"]), (o, t) => ({
505
505
  name: t,
506
506
  fn: R((d) => [C(e.$slots, t, We(_e(d || {})))])
507
507
  }))]), 1040, ["class", "size", "table-layout", "columns"])], 6)], 6));
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, createBlock as o, openBlock as t, resolveDynamicComponent as r } from "vue";
1
+ import { defineComponent as n, openBlock as o, createBlock as t, resolveDynamicComponent as r } from "vue";
2
2
  const s = /* @__PURE__ */ n({
3
3
  name: "ApTableDynamicComponent",
4
4
  inheritAttrs: !1,
@@ -7,7 +7,7 @@ const s = /* @__PURE__ */ n({
7
7
  customRender: { type: Function }
8
8
  },
9
9
  setup(p) {
10
- return (e, a) => (t(), o(r(e.customRender(e.$attrs))));
10
+ return (e, a) => (o(), t(r(e.customRender(e.$attrs))));
11
11
  }
12
12
  });
13
13
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, computed as l, createElementBlock as s, openBlock as p, normalizeClass as d, toDisplayString as m } from "vue";
1
+ import { defineComponent as n, computed as l, openBlock as s, createElementBlock as p, normalizeClass as d, toDisplayString as m } from "vue";
2
2
  import "../../../config-provider/index.mjs";
3
3
  import { useNamespace as c } from "../../../config-provider/hooks/use-namespace.mjs";
4
4
  const _ = /* @__PURE__ */ n({
@@ -10,7 +10,7 @@ const _ = /* @__PURE__ */ n({
10
10
  },
11
11
  setup(e) {
12
12
  const o = e, { m: a } = c("ap-table-index"), r = l(() => [o.bordered ? a("bordered") : null].filter(Boolean));
13
- return (t, i) => (p(), s("div", {
13
+ return (t, i) => (s(), p("div", {
14
14
  class: d(r.value)
15
15
  }, m(t.value), 3));
16
16
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as x, ref as _, computed as B, createElementBlock as f, openBlock as i, mergeProps as E, unref as o, createElementVNode as O, createCommentVNode as N, normalizeClass as y, createVNode as b, createSlots as V, withCtx as m, createBlock as c, resolveDynamicComponent as v, h as w } from "vue";
1
+ import { defineComponent as x, ref as _, computed as B, openBlock as i, createElementBlock as f, mergeProps as E, unref as o, createElementVNode as O, normalizeClass as y, createVNode as b, createSlots as N, withCtx as m, createBlock as c, resolveDynamicComponent as v, h as w, createCommentVNode as V } from "vue";
2
2
  import "../../../config-provider/index.mjs";
3
3
  import { Tooltip as h } from "@aplus-frontend/antdv";
4
4
  import { CopyOutlined as j, CheckOutlined as S } from "@ant-design/icons-vue";
@@ -65,7 +65,7 @@ const G = /* @__PURE__ */ x({
65
65
  O("div", {
66
66
  class: y([o(u)("content")])
67
67
  }, [
68
- b(o(h), null, V({
68
+ b(o(h), null, N({
69
69
  default: m(() => {
70
70
  var s;
71
71
  return [
@@ -98,7 +98,7 @@ const G = /* @__PURE__ */ x({
98
98
  ]),
99
99
  _: 1
100
100
  }, 8, ["title"])
101
- ], 2)) : N("", !0)
101
+ ], 2)) : V("", !0)
102
102
  ], 16);
103
103
  };
104
104
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as G, ref as y, unref as e, computed as L, useSlots as M, createVNode as l, cloneVNode as P, createElementBlock as q, openBlock as T, Fragment as H, createBlock as J, createCommentVNode as Q, resolveDynamicComponent as W, withCtx as r, createElementVNode as s, normalizeClass as i, toDisplayString as c, createTextVNode as S, isRef as X } from "vue";
1
+ import { defineComponent as G, ref as y, unref as e, computed as L, useSlots as M, createVNode as l, cloneVNode as P, openBlock as T, createElementBlock as q, Fragment as H, createBlock as J, resolveDynamicComponent as Q, createCommentVNode as W, withCtx as r, createElementVNode as s, normalizeClass as i, toDisplayString as c, createTextVNode as S, isRef as X } from "vue";
2
2
  import { Button as x, Modal as Y, RadioGroup as Z, RadioButton as B, Divider as N } from "@aplus-frontend/antdv";
3
3
  import { getSingleVNode as ee } from "../../../../utils/slot.mjs";
4
4
  import { useInjectApTable as te } from "../../../context.mjs";
@@ -58,9 +58,9 @@ const Te = /* @__PURE__ */ G({
58
58
  const p = h(o.value);
59
59
  E(p), I(p), (n = (t = m.config) == null ? void 0 : t.onChange) == null || n.call(t, p);
60
60
  }
61
- return (p, t) => (T(), q(H, null, [e(k) ? (T(), J(W(e(k)), {
61
+ return (p, t) => (T(), q(H, null, [e(k) ? (T(), J(Q(e(k)), {
62
62
  key: 0
63
- })) : Q("", !0), l(e(Y), {
63
+ })) : W("", !0), l(e(Y), {
64
64
  open: u.value,
65
65
  "onUpdate:open": t[2] || (t[2] = (n) => u.value = n),
66
66
  title: e(a)("ap.apTable.setting.title"),
@@ -1,4 +1,4 @@
1
- import { defineComponent as P, ref as U, computed as p, unref as l, watch as x, createElementBlock as v, openBlock as s, createElementVNode as k, normalizeClass as D, createVNode as u, withCtx as i, createBlock as h, resolveDynamicComponent as w, Fragment as L, renderList as j, mergeProps as z } from "vue";
1
+ import { defineComponent as P, ref as U, computed as p, unref as l, watch as x, openBlock as s, createElementBlock as v, createElementVNode as k, normalizeClass as D, createVNode as u, withCtx as i, createBlock as h, resolveDynamicComponent as w, Fragment as L, renderList as j, mergeProps as z } from "vue";
2
2
  import { Checkbox as b, Row as F, Col as I } from "@aplus-frontend/antdv";
3
3
  import "../../../../config-provider/index.mjs";
4
4
  import { useInjectApTable as R } from "../../../context.mjs";
@@ -1,4 +1,4 @@
1
- import { defineComponent as f, ref as c, createElementBlock as u, openBlock as n, normalizeClass as m, unref as r, createVNode as i, createCommentVNode as p, withCtx as k, createBlock as y } from "vue";
1
+ import { defineComponent as f, ref as c, openBlock as n, createElementBlock as u, normalizeClass as m, unref as r, createVNode as i, withCtx as k, createBlock as y, createCommentVNode as p } from "vue";
2
2
  import "./item.vue.mjs";
3
3
  import "../../../../config-provider/index.mjs";
4
4
  import V from "vuedraggable";
@@ -1,4 +1,4 @@
1
- import { defineComponent as E, createElementBlock as g, openBlock as s, normalizeClass as t, unref as e, createElementVNode as p, createVNode as c, createCommentVNode as r, createBlock as u, resolveDynamicComponent as I, withCtx as d } from "vue";
1
+ import { defineComponent as E, openBlock as s, createElementBlock as g, normalizeClass as t, unref as e, createElementVNode as p, createVNode as c, createCommentVNode as r, createBlock as u, resolveDynamicComponent as I, withCtx as d } from "vue";
2
2
  import { Space as O, Tooltip as m } from "@aplus-frontend/antdv";
3
3
  import { HolderOutlined as D, VerticalAlignTopOutlined as k, VerticalAlignMiddleOutlined as z, DeleteOutlined as A } from "@ant-design/icons-vue";
4
4
  import "../../../../config-provider/index.mjs";