@aplus-frontend/ui 0.4.30 → 0.4.32

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 (149) 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-descriptions/ap-descriptions.vue.mjs +3 -3
  9. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  10. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  11. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  12. package/es/src/ap-field/date/index.vue.mjs +4 -4
  13. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  14. package/es/src/ap-field/index.mjs +30 -30
  15. package/es/src/ap-field/interface.d.ts +4 -0
  16. package/es/src/ap-field/number/index.vue.mjs +8 -8
  17. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  18. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  19. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  20. package/es/src/ap-field/select/index.vue.mjs +112 -93
  21. package/es/src/ap-field/select/use-select-options.d.ts +21 -0
  22. package/es/src/ap-field/select/use-select-options.mjs +43 -0
  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-form/ap-form.vue2.mjs +2 -2
  29. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  30. package/es/src/ap-form/item/index.vue.mjs +7 -7
  31. package/es/src/ap-form/item-group/index.vue.mjs +3 -3
  32. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  33. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  34. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  35. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  36. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  37. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  38. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  39. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  40. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  41. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  42. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  43. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  44. package/es/src/ap-form/render/item.vue.mjs +2 -2
  45. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  46. package/es/src/ap-form/set/index.vue.mjs +1 -1
  47. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
  48. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
  49. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  50. package/es/src/ap-list/index.vue.mjs +4 -4
  51. package/es/src/ap-table/ap-table.vue2.mjs +28 -28
  52. package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +3 -3
  53. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  54. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +52 -33
  55. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  56. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  57. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  58. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  59. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  60. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  61. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  62. package/es/src/ap-table/constants.mjs +40 -40
  63. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  64. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  65. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  66. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  67. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  68. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  69. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  70. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  71. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
  72. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +36 -34
  73. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  74. package/es/src/business/ap-batch-action-group/index.d.ts +7 -7
  75. package/es/src/business/ap-batch-action-group/interface.d.ts +2 -2
  76. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  77. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
  78. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  79. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +9 -9
  80. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
  81. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
  82. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
  83. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
  84. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
  85. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  86. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  87. package/es/src/business/ap-ladder/ApLadder.vue2.mjs +1 -1
  88. package/es/src/business/ap-ladder/HelpMessageIcon.vue2.mjs +1 -1
  89. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  90. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  91. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  92. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  93. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  94. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  95. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  96. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  97. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  98. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  99. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  100. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  101. package/es/src/business/batch-input-group/index.vue.d.ts +1 -0
  102. package/es/src/business/batch-input-group/index.vue.mjs +70 -60
  103. package/es/src/business/batch-input-group/interface.d.ts +5 -1
  104. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  105. package/es/src/business/hooks/useTableRefresh.mjs +39 -32
  106. package/es/src/check-card/index.vue2.mjs +3 -3
  107. package/es/src/editable-table/form-item.vue.mjs +2 -2
  108. package/es/src/editable-table/index.vue.mjs +2 -2
  109. package/es/src/full-screen/index.vue.mjs +3 -3
  110. package/es/src/hooks/useFullScreen.mjs +5 -5
  111. package/es/src/locale/lang/en.mjs +2 -2
  112. package/es/src/locale/lang/zh-cn.mjs +2 -2
  113. package/es/src/portal/index.vue.mjs +2 -2
  114. package/es/src/scroll-bar/index.vue.mjs +3 -3
  115. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  116. package/es/src/scroll-view/index.vue.mjs +9 -9
  117. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  118. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  119. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  120. package/lib/src/ap-field/index.js +1 -1
  121. package/lib/src/ap-field/interface.d.ts +4 -0
  122. package/lib/src/ap-field/select/index.vue.js +1 -1
  123. package/lib/src/ap-field/select/use-select-options.d.ts +21 -0
  124. package/lib/src/ap-field/select/use-select-options.js +1 -0
  125. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  126. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue2.js +1 -1
  127. package/lib/src/ap-table/constants.js +1 -1
  128. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  129. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
  130. package/lib/src/business/ap-batch-action-group/index.d.ts +7 -7
  131. package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
  132. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -0
  133. package/lib/src/business/batch-input-group/index.vue.js +2 -2
  134. package/lib/src/business/batch-input-group/interface.d.ts +5 -1
  135. package/lib/src/business/hooks/useTableRefresh.js +1 -1
  136. package/lib/src/locale/lang/en.js +1 -1
  137. package/lib/src/locale/lang/zh-cn.js +1 -1
  138. package/package.json +1 -1
  139. package/theme/ap-table/ap-table.css +2 -2
  140. package/theme/ap-table-modal/index.css +2 -2
  141. package/theme/batch-input-group/index.css +5 -1
  142. package/theme/batch-input-group/index.less +1 -0
  143. package/theme/batch-input-group/popover-input.css +2 -1
  144. package/theme/batch-input-group/popover-input.less +5 -1
  145. package/theme/index.css +7 -3
  146. package/theme/scroll-bar/index.css +2 -2
  147. package/theme/scroll-bar/index.less +2 -2
  148. package/theme/ap-scroll-bar/index.css +0 -31
  149. package/theme/ap-scroll-bar/index.less +0 -39
@@ -1,4 +1,4 @@
1
- import { defineComponent as x, ref as y, useSlots as g, computed as S, openBlock as F, createBlock as k, normalizeProps as t, guardReactiveProps as a, unref as l, createSlots as u, withCtx as i, createVNode as C, renderList as f, renderSlot as m } from "vue";
1
+ import { defineComponent as x, ref as y, useSlots as g, computed as S, createBlock as F, openBlock as k, normalizeProps as t, guardReactiveProps as a, unref as l, createSlots as u, withCtx as i, createVNode as C, renderList as f, renderSlot as m } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/index.mjs";
4
4
  import { isUndefined as q, omit as c, pick as P } from "lodash-unified";
@@ -77,7 +77,7 @@ const D = /* @__PURE__ */ x({
77
77
  bordered: o.bordered ? !1 : q((e = o.field) == null ? void 0 : e.bordered) ? !0 : (s = o.field) == null ? void 0 : s.bordered
78
78
  };
79
79
  });
80
- return (e, s) => (F(), k($, t(a(l(c)(o, ["field", "placeholder", "disabled"]))), u({
80
+ return (e, s) => (k(), F($, t(a(l(c)(o, ["field", "placeholder", "disabled"]))), u({
81
81
  default: i(() => [
82
82
  C(l(N), t(a(h.value)), u({ _: 2 }, [
83
83
  f(l(c)(p, l(b)), (B, r) => ({
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, useSlots as B, openBlock as h, createBlock as v, normalizeProps as t, guardReactiveProps as r, unref as o, createSlots as d, withCtx as i, createVNode as y, mergeProps as g, renderList as n, renderSlot as p } from "vue";
1
+ import { defineComponent as b, useSlots as B, createBlock as h, openBlock as v, normalizeProps as t, guardReactiveProps as r, unref as o, createSlots as d, withCtx as i, createVNode as y, mergeProps as g, renderList as n, renderSlot as p } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import "../../../ap-field/switch/index.vue2.mjs";
4
4
  import { omit as m, pick as x } from "lodash-unified";
@@ -52,7 +52,7 @@ const I = /* @__PURE__ */ b({
52
52
  },
53
53
  setup(u) {
54
54
  const c = u, s = B();
55
- return (a, C) => (h(), v(S, t(r(o(m)(c, ["field", "disabled"]))), d({
55
+ return (a, C) => (v(), h(S, t(r(o(m)(c, ["field", "disabled"]))), d({
56
56
  default: i(() => [
57
57
  y(k, g({ disabled: a.disabled }, a.field), d({ _: 2 }, [
58
58
  n(o(m)(s, o(f)), (_, e) => ({
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, openBlock as m, createBlock as s, unref as o, mergeProps as c, withCtx as n, renderSlot as u } from "vue";
1
+ import { defineComponent as a, createBlock as m, openBlock as s, unref as o, mergeProps as c, withCtx as n, renderSlot as u } from "vue";
2
2
  import { Input as l } from "@aplus-frontend/antdv";
3
3
  import "../../../config-provider/index.mjs";
4
4
  import { useNamespace as f } from "../../../config-provider/hooks/use-namespace.mjs";
@@ -11,7 +11,7 @@ const B = /* @__PURE__ */ a({
11
11
  },
12
12
  setup(t) {
13
13
  const { b: p } = f("ap-form-item-text-group"), r = t;
14
- return (e, i) => (m(), s(o(l).Group, c({
14
+ return (e, i) => (s(), m(o(l).Group, c({
15
15
  class: e.$props.compact ? o(p)("compact") : null
16
16
  }, r), {
17
17
  default: n(() => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, useSlots as x, ref as S, computed as _, openBlock as k, createBlock as F, normalizeProps as n, guardReactiveProps as p, unref as t, createSlots as u, withCtx as d, createVNode as R, mergeProps as C, renderList as f, renderSlot as c } from "vue";
1
+ import { defineComponent as B, useSlots as x, ref as S, computed as _, createBlock as k, openBlock as F, normalizeProps as n, guardReactiveProps as p, unref as t, createSlots as u, withCtx as d, createVNode as R, mergeProps as C, renderList as f, renderSlot as c } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import { ApField as P } from "../../../ap-field/index.mjs";
4
4
  import { omit as m, pick as A } from "lodash-unified";
@@ -74,7 +74,7 @@ const E = /* @__PURE__ */ B({
74
74
  var e;
75
75
  return (e = l.value) == null ? void 0 : e.input;
76
76
  })
77
- }), (e, a) => (k(), F(N, n(p(t(m)(y, ["field", "disabled", "placeholder"]))), u({
77
+ }), (e, a) => (F(), k(N, n(p(t(m)(y, ["field", "disabled", "placeholder"]))), u({
78
78
  default: d(() => [
79
79
  R(t(g), C({
80
80
  ref_key: "inputRef",
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, useSlots as _, ref as g, openBlock as x, createBlock as k, normalizeProps as t, guardReactiveProps as s, unref as o, createSlots as n, withCtx as d, createVNode as F, mergeProps as S, renderList as i, renderSlot as f } from "vue";
1
+ import { defineComponent as B, useSlots as _, ref as g, createBlock as x, openBlock as k, normalizeProps as t, guardReactiveProps as s, unref as o, createSlots as n, withCtx as d, createVNode as F, mergeProps as S, renderList as i, renderSlot as f } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import { ApField as C } from "../../../ap-field/index.mjs";
4
4
  import { omit as u, pick as P } from "lodash-unified";
@@ -62,7 +62,7 @@ const z = /* @__PURE__ */ B({
62
62
  var e;
63
63
  (e = a.value) == null || e.blur();
64
64
  }
65
- }), (e, R) => (x(), k(w, t(s(o(u)(v, ["field", "disabled", "placeholder"]))), n({
65
+ }), (e, R) => (k(), x(w, t(s(o(u)(v, ["field", "disabled", "placeholder"]))), n({
66
66
  default: d(() => [
67
67
  F(o(h).Password, S({
68
68
  ref_key: "inputRef",
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, useSlots as b, ref as x, computed as h, openBlock as v, createBlock as y, normalizeProps as r, guardReactiveProps as t, unref as s, createSlots as B, withCtx as d, createVNode as A, mergeProps as g, renderList as _, renderSlot as k } from "vue";
1
+ import { defineComponent as c, useSlots as b, ref as x, computed as h, createBlock as v, openBlock as y, normalizeProps as r, guardReactiveProps as t, unref as s, createSlots as B, withCtx as d, createVNode as A, mergeProps as g, renderList as _, renderSlot as k } from "vue";
2
2
  import "../../item/index.vue2.mjs";
3
3
  import { ApField as C } from "../../../ap-field/index.mjs";
4
4
  import { omit as F } from "lodash-unified";
@@ -64,7 +64,7 @@ const $ = /* @__PURE__ */ c({
64
64
  var e;
65
65
  return (e = l.value) == null ? void 0 : e.resizableTextArea;
66
66
  })
67
- }), (e, o) => (v(), y(S, r(t(s(F)(f, ["field", "disabled", "placeholder"]))), B({
67
+ }), (e, o) => (y(), v(S, r(t(s(F)(f, ["field", "disabled", "placeholder"]))), B({
68
68
  default: d(() => [
69
69
  A(s(p), g({
70
70
  ref_key: "textAreaRef",
@@ -1,4 +1,4 @@
1
- import { isVNode as D, defineComponent as L, useSlots as A, ref as p, watch as G, cloneVNode as I, computed as K, createVNode as u, mergeProps as b, unref as s, openBlock as g, createElementBlock as W, Fragment as H, withCtx as F, renderSlot as P, createTextVNode as J, toDisplayString as Q, createElementVNode as X, normalizeStyle as Y, normalizeClass as Z, createBlock as w, resolveDynamicComponent as N, createCommentVNode as ee } from "vue";
1
+ import { isVNode as D, defineComponent as L, useSlots as A, ref as p, watch as G, cloneVNode as I, computed as K, createVNode as u, mergeProps as b, unref as s, createElementBlock as W, openBlock as g, Fragment as H, createBlock as P, createCommentVNode as J, withCtx as F, createElementVNode as Q, normalizeClass as X, normalizeStyle as Y, renderSlot as w, resolveDynamicComponent as N, createTextVNode as Z, toDisplayString as ee } from "vue";
2
2
  import { Button as V, Flex as te, Space as le, Modal as oe } from "@aplus-frontend/antdv";
3
3
  import "../ap-form.vue.mjs";
4
4
  import "../../hooks/index.mjs";
@@ -241,7 +241,7 @@ const Me = /* @__PURE__ */ L({
241
241
  "onUpdate:open": $,
242
242
  onCancel: k
243
243
  }), {
244
- title: F(() => [P(e.$slots, "title", {}, () => [J(Q(o.title), 1)])]),
244
+ title: F(() => [w(e.$slots, "title", {}, () => [Z(ee(o.title), 1)])]),
245
245
  default: F(() => [u(de, b({
246
246
  ref_key: "formRef",
247
247
  ref: a
@@ -250,17 +250,17 @@ const Me = /* @__PURE__ */ L({
250
250
  }), {
251
251
  default: F(() => {
252
252
  var l;
253
- return [X("div", {
253
+ return [Q("div", {
254
254
  style: Y((l = e.modalProps) == null ? void 0 : l.bodyStyle),
255
- class: Z(s(h)("content"))
256
- }, [P(e.$slots, "default")], 6), (g(), w(N(O.value)))];
255
+ class: X(s(h)("content"))
256
+ }, [w(e.$slots, "default")], 6), (g(), P(N(O.value)))];
257
257
  }),
258
258
  _: 3
259
259
  }, 16)]),
260
260
  _: 3
261
- }, 16, ["open", "width", "class"]), s(B) ? (g(), w(N(s(B)), {
261
+ }, 16, ["open", "width", "class"]), s(B) ? (g(), P(N(s(B)), {
262
262
  key: 0
263
- })) : ee("", !0)], 64));
263
+ })) : J("", !0)], 64));
264
264
  }
265
265
  });
266
266
  export {
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, useSlots as c, openBlock as B, createBlock as v, unref as e, normalizeProps as o, guardReactiveProps as l, createSlots as y, withCtx as t, createVNode as x, renderSlot as s, renderList as _ } from "vue";
1
+ import { defineComponent as m, useSlots as c, createBlock as B, openBlock as v, unref as e, normalizeProps as o, guardReactiveProps as l, createSlots as y, withCtx as t, createVNode as x, renderSlot as s, renderList as _ } from "vue";
2
2
  import { omit as g } from "lodash-unified";
3
3
  import { ApForm as p } from "../index.mjs";
4
4
  const S = /* @__PURE__ */ m({
@@ -47,7 +47,7 @@ const S = /* @__PURE__ */ m({
47
47
  },
48
48
  setup(d) {
49
49
  const u = d, i = c();
50
- return (a, h) => (B(), v(e(p).FormItem, o(l(u)), y({
50
+ return (a, h) => (v(), B(e(p).FormItem, o(l(u)), y({
51
51
  default: t(() => [
52
52
  x(e(p).ControlRender, null, {
53
53
  default: t((r) => [
@@ -1,4 +1,4 @@
1
- import { isVNode as se, defineComponent as ie, useSlots as ce, ref as ue, unref as o, shallowRef as M, computed as S, watch as D, cloneVNode as pe, createVNode as a, Fragment as F, openBlock as m, createBlock as C, mergeProps as de, withCtx as E, resolveDynamicComponent as b, createElementBlock as fe, renderList as me } from "vue";
1
+ import { isVNode as se, defineComponent as ie, useSlots as ce, ref as ue, unref as o, shallowRef as M, computed as S, watch as D, cloneVNode as pe, createVNode as a, Fragment as F, createBlock as C, openBlock as m, mergeProps as de, withCtx as E, resolveDynamicComponent as b, createElementBlock as fe, renderList as me } from "vue";
2
2
  import { Col as B, Flex as $, Space as he, Button as v, Row as xe } 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, openBlock as m, createElementBlock as _, Fragment as y, renderList as k, createBlock as F, 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, createElementBlock as _, openBlock as m, Fragment as y, renderList as k, createBlock as F, 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,4 +1,4 @@
1
- import { defineComponent as a, computed as n, openBlock as p, createBlock as s, resolveDynamicComponent as i, normalizeProps as l, guardReactiveProps as m, createSlots as c, renderList as u, withCtx as d, renderSlot as f } from "vue";
1
+ import { defineComponent as a, computed as n, createBlock as p, openBlock as s, resolveDynamicComponent as i, normalizeProps as l, guardReactiveProps as m, createSlots as c, renderList as u, withCtx as d, renderSlot as f } 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";
@@ -26,7 +26,7 @@ const D = /* @__PURE__ */ a({
26
26
  }
27
27
  return e;
28
28
  });
29
- return (e, h) => (p(), s(i(t.value), l(m(e.$props)), c({ _: 2 }, [
29
+ return (e, h) => (s(), p(i(t.value), l(m(e.$props)), c({ _: 2 }, [
30
30
  u(e.$slots, (k, o) => ({
31
31
  name: o,
32
32
  fn: d(() => [
@@ -1,4 +1,4 @@
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";
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";
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) => (p(), y("div", {
15
+ return (r, k) => (y(), p("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, 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";
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";
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,4 +1,4 @@
1
- import { defineComponent as H, ref as J, unref as t, computed as d, watch as Q, openBlock as i, createBlock as S, normalizeClass as u, withCtx as f, createElementVNode as X, normalizeStyle as h, renderSlot as l, createVNode as v, createElementBlock as p, Fragment as I, renderList as Y, mergeProps as Z, createCommentVNode as _ } from "vue";
1
+ import { defineComponent as H, ref as J, unref as t, computed as d, watch as Q, createBlock as S, openBlock as i, normalizeClass as u, withCtx as f, createElementVNode as X, normalizeStyle as h, renderSlot as l, createElementBlock as p, createCommentVNode as Y, createVNode as v, Fragment as I, renderList as Z, mergeProps as _ } from "vue";
2
2
  import { Empty as E, Spin as x, Pagination as ee } from "@aplus-frontend/antdv";
3
3
  import { useTablePaging as te } from "../ap-table/hooks/use-table-paging-ng.mjs";
4
4
  import "../config-provider/index.mjs";
@@ -165,7 +165,7 @@ const he = /* @__PURE__ */ H({
165
165
  key: 1,
166
166
  dataSource: s.value
167
167
  }, () => [
168
- (i(!0), p(I, null, Y(s.value, (r, o) => l(e.$slots, "renderItem", {
168
+ (i(!0), p(I, null, Z(s.value, (r, o) => l(e.$slots, "renderItem", {
169
169
  item: r,
170
170
  index: o
171
171
  })), 256))
@@ -176,11 +176,11 @@ const he = /* @__PURE__ */ H({
176
176
  class: u(t(N)("footer")),
177
177
  style: h(e.footerWarpperStyle)
178
178
  }, [
179
- v(t(ee), Z(
179
+ v(t(ee), _(
180
180
  c.value ? t(B) : t(ne)(t(z).pagination, ["showTotal"]),
181
181
  { onChange: K }
182
182
  ), null, 16)
183
- ], 6)) : _("", !0)
183
+ ], 6)) : Y("", !0)
184
184
  ], 6)
185
185
  ]),
186
186
  _: 3
@@ -1,4 +1,4 @@
1
- import { defineComponent as Ne, useSlots as Ie, ref as h, computed as s, unref as t, createVNode as p, Fragment as X, watchEffect as Ee, watch as Y, openBlock as m, createElementBlock as k, normalizeClass as y, normalizeStyle as I, mergeProps as w, createSlots as Z, withCtx as v, renderList as ee, createBlock as oe, resolveDynamicComponent as Ke, renderSlot as R, createCommentVNode as ae, createElementVNode as E, normalizeProps as Oe, guardReactiveProps as Ve } from "vue";
1
+ import { defineComponent as Ne, useSlots as Ie, ref as h, computed as s, unref as t, watchEffect as Ee, watch as X, createElementBlock as k, openBlock as p, normalizeStyle as I, normalizeClass as m, createCommentVNode as Y, createElementVNode as E, createVNode as y, mergeProps as w, createSlots as Z, withCtx as v, Fragment as ee, renderList as oe, createBlock as ae, resolveDynamicComponent as Ke, renderSlot as R, normalizeProps as Oe, guardReactiveProps as Ve } from "vue";
2
2
  import { Divider as Le, Table as $e } from "@aplus-frontend/antdv";
3
3
  import { useToken as Ae } from "@aplus-frontend/antdv/es/theme/internal";
4
4
  import { ApForm as De } from "../ap-form/index.mjs";
@@ -6,7 +6,7 @@ import { noRenderAsFormItemValueList as re } from "./constants.mjs";
6
6
  import "../config-provider/index.mjs";
7
7
  import { useTablePaging as We } from "./hooks/use-table-paging-ng.mjs";
8
8
  import { isUndefined as g, omit as te, isBoolean as je } from "lodash-unified";
9
- import { getColumnOrder as le, updateFormProps as _e, getFieldProps as He, getSearchFormItemRenderNode as Ue, recursionApColumns as ne, apColumnToColumn as qe, getTableTitle as Me, getTableRenderType as Ge, getTableRenderProps as Je, getTableCellRenderNode as Qe, falseToUndefined as Xe } from "./utils.mjs";
9
+ import { getColumnOrder as le, updateFormProps as _e, getFieldProps as He, getSearchFormItemRenderNode as Ue, recursionApColumns as ne, falseToUndefined as qe, getTableTitle as Me, getTableRenderType as Ge, getTableRenderProps as Je, getTableCellRenderNode as Qe, apColumnToColumn as Xe } from "./utils.mjs";
10
10
  import Ye from "./hooks/use-table-content-height.mjs";
11
11
  import Ze from "./hooks/use-table-row-selection.mjs";
12
12
  import { getScrollbarSize as eo, isDef as oo } from "../utils/index.mjs";
@@ -17,9 +17,9 @@ import "../scroll-bar/index.mjs";
17
17
  import { useStickyScroll as ro } from "./hooks/use-sticky-scroll.mjs";
18
18
  import { useNamespace as to } from "../config-provider/hooks/use-namespace.mjs";
19
19
  import { useGlobalConfig as lo } from "../config-provider/hooks/use-global-config.mjs";
20
- import no from "./components/paragraph-ellipsis/index.vue2.mjs";
21
- import so from "./components/setting/modal/index.vue2.mjs";
22
- import uo from "../scroll-bar/index.vue.mjs";
20
+ import no from "./components/setting/modal/index.vue2.mjs";
21
+ import so from "../scroll-bar/index.vue.mjs";
22
+ import uo from "./components/paragraph-ellipsis/index.vue2.mjs";
23
23
  const Io = /* @__PURE__ */ Ne({
24
24
  name: "ApTable",
25
25
  __name: "ap-table",
@@ -243,7 +243,7 @@ const Io = /* @__PURE__ */ Ne({
243
243
  function r(l, d) {
244
244
  return l.map((n) => ({
245
245
  resizable: oo(n.resizable) ? n.resizable : o.columnResizable,
246
- ...te(qe(n), ["ellipsis"]),
246
+ ...te(Xe(n), ["ellipsis"]),
247
247
  ...he(n),
248
248
  fixed: d ? d.fixed : n.fixed,
249
249
  title: Me(n, O("table-header", "title"), C.headerCell, t(ue).colorPrimary),
@@ -261,7 +261,7 @@ const Io = /* @__PURE__ */ Ne({
261
261
  }), ze = Qe(M, Be, S.record, t(V)), G = ((J = n.renderText) == null ? void 0 : J.call(n, {
262
262
  value: f,
263
263
  ...S
264
- })) || f, Pe = n.renderText ? p(X, null, [(Q = n.renderText) == null ? void 0 : Q.call(n, {
264
+ })) || f, Pe = n.renderText ? y(ee, null, [(Q = n.renderText) == null ? void 0 : Q.call(n, {
265
265
  value: f,
266
266
  ...S
267
267
  })]) : ze;
@@ -308,7 +308,7 @@ const Io = /* @__PURE__ */ Ne({
308
308
  ...r,
309
309
  // tips 如果是前端分页,则默认会走缓存
310
310
  preserveSelectedRowKeys: g(o.dataSource) ? r.preserveSelectedRowKeys : !0
311
- } : Xe(o.rowSelection),
311
+ } : qe(o.rowSelection),
312
312
  loading: g(o.loading) ? e.loading : o.loading,
313
313
  pagination: o.pagination === !1 ? !1 : e.pagination,
314
314
  scroll: t(ve)
@@ -318,7 +318,7 @@ const Io = /* @__PURE__ */ Ne({
318
318
  return [c(), o.card ? null : c("wrapper"), o.adaptive ? c("adaptive") : null, A.value && ((e = i.value) != null && e.visible) ? ie(`sticky-${W === 0 ? "absolute" : "relative"}`) : null].filter(Boolean);
319
319
  });
320
320
  function Te(e, r, a) {
321
- return re.includes(e.valueType) ? a : e.copyable || e.ellipsis ? p(no, {
321
+ return re.includes(e.valueType) ? a : e.copyable || e.ellipsis ? y(uo, {
322
322
  copyable: e.copyable,
323
323
  ellipsis: e.ellipsis ? je(e.ellipsis) ? {
324
324
  tooltip: a,
@@ -330,10 +330,10 @@ const Io = /* @__PURE__ */ Ne({
330
330
  content: a
331
331
  }, null) : a;
332
332
  }
333
- Y(() => t(b).loading, (e) => {
333
+ X(() => t(b).loading, (e) => {
334
334
  var r;
335
335
  (r = o.onLoadingChange) == null || r.call(o, e);
336
- }), Y(() => o.dataSource, (e) => {
336
+ }), X(() => o.dataSource, (e) => {
337
337
  Se(e);
338
338
  }, {
339
339
  immediate: !0
@@ -375,18 +375,18 @@ const Io = /* @__PURE__ */ Ne({
375
375
  },
376
376
  y: void 0
377
377
  }
378
- }), (e, r) => (m(), k("div", {
378
+ }), (e, r) => (p(), k("div", {
379
379
  ref_key: "tableWrapperRef",
380
380
  ref: L,
381
- class: y(Ce.value),
381
+ class: m(Ce.value),
382
382
  style: I(t(ce)({
383
383
  "scroll-bar-width": `${t(W)}px`
384
384
  }))
385
- }, [t(g)(e.dataSource) && e.searchForm !== !1 && j.value.length > 0 ? (m(), k("div", {
385
+ }, [t(g)(e.dataSource) && e.searchForm !== !1 && j.value.length > 0 ? (p(), k("div", {
386
386
  key: 0,
387
- class: y(e.card ? t(B)("search-wrapper") : null),
387
+ class: m(e.card ? t(B)("search-wrapper") : null),
388
388
  style: I(e.searchFormWrapperStyle)
389
- }, [p(t(De).SearchForm, w(e.searchForm || {}, {
389
+ }, [y(t(De).SearchForm, w(e.searchForm || {}, {
390
390
  ref_key: "formRef",
391
391
  ref: P,
392
392
  "custom-reset": "",
@@ -394,7 +394,7 @@ const Io = /* @__PURE__ */ Ne({
394
394
  onSubmit: t(_),
395
395
  onReset: t(H)
396
396
  }), Z({
397
- default: v(() => [(m(!0), k(X, null, ee(j.value, (a) => (m(), oe(Ke(a.renderNode.Comp), w({
397
+ default: v(() => [(p(!0), k(ee, null, oe(j.value, (a) => (p(), ae(Ke(a.renderNode.Comp), w({
398
398
  key: a.dataIndex,
399
399
  item: a,
400
400
  ref_for: !0
@@ -407,33 +407,33 @@ const Io = /* @__PURE__ */ Ne({
407
407
  name: "extra",
408
408
  fn: v(() => [R(e.$slots, "searchFormExtra")]),
409
409
  key: "0"
410
- } : void 0]), 1040, ["submit-loading", "onSubmit", "onReset"])], 6)) : ae("", !0), E("div", {
410
+ } : void 0]), 1040, ["submit-loading", "onSubmit", "onReset"])], 6)) : Y("", !0), E("div", {
411
411
  ref_key: "contentRef",
412
412
  ref: pe,
413
- class: y([t(B)("table-wrapper"), e.card ? t(B)("table-wrapper-card") : null]),
413
+ class: m([t(B)("table-wrapper"), e.card ? t(B)("table-wrapper-card") : null]),
414
414
  style: I(e.tableWrapperStyle)
415
415
  }, [E("div", {
416
- class: y(t(c)("header-wrapper"))
417
- }, [e.settings ? (m(), k("div", {
416
+ class: m(t(c)("header-wrapper"))
417
+ }, [e.settings ? (p(), k("div", {
418
418
  key: 0,
419
- class: y(t(c)("header"))
419
+ class: m(t(c)("header"))
420
420
  }, [E("div", {
421
- class: y(t(O)("header", "title"))
421
+ class: m(t(O)("header", "title"))
422
422
  }, [R(e.$slots, "title", w({
423
423
  selectedRows: t(F),
424
424
  selectedRowKeys: t(T).selectedRowKeys,
425
425
  shownColumns: u.value
426
- }, x))], 2), C.title ? (m(), oe(t(Le), {
426
+ }, x))], 2), C.title ? (p(), ae(t(Le), {
427
427
  key: 0,
428
428
  type: "vertical"
429
- })) : ae("", !0), p(so, {
429
+ })) : Y("", !0), y(no, {
430
430
  config: e.settings === !0 ? {} : e.settings
431
431
  }, null, 8, ["config"])], 2)) : R(e.$slots, "title", w({
432
432
  key: 1,
433
433
  selectedRows: t(F),
434
434
  selectedRowKeys: t(T).selectedRowKeys,
435
435
  shownColumns: u.value
436
- }, x))], 2), p(t($e), w({
436
+ }, x))], 2), y(t($e), w({
437
437
  ref_key: "antdTableRef",
438
438
  ref: $,
439
439
  class: t(c)("table")
@@ -453,7 +453,7 @@ const Io = /* @__PURE__ */ Ne({
453
453
  name: "bottomPaginationTop",
454
454
  fn: v(() => {
455
455
  var a, l;
456
- return [p(t(uo), {
456
+ return [y(t(so), {
457
457
  ref_key: "scrollBarRef",
458
458
  ref: i,
459
459
  "scroll-container": (l = (a = $.value) == null ? void 0 : a.table) == null ? void 0 : l.scrollBodyRef,
@@ -461,7 +461,7 @@ const Io = /* @__PURE__ */ Ne({
461
461
  }, null, 8, ["scroll-container"])];
462
462
  }),
463
463
  key: "0"
464
- } : void 0, ee(t(te)(C, ["title", "searchFormExtra", "headerCell", "summary"]), (a, l) => ({
464
+ } : void 0, oe(t(te)(C, ["title", "searchFormExtra", "headerCell", "summary"]), (a, l) => ({
465
465
  name: l,
466
466
  fn: v((d) => [R(e.$slots, l, Oe(Ve(d || {})))])
467
467
  }))]), 1040, ["class", "size", "table-layout", "columns"])], 6)], 6));
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as n, createElementBlock as o, Fragment as r, createBlock as a, resolveDynamicComponent as s, createTextVNode as c, toDisplayString as m } from "vue";
1
+ import { defineComponent as t, createElementBlock as o, openBlock as n, Fragment as r, createBlock as a, createTextVNode as s, resolveDynamicComponent as c, toDisplayString as m } from "vue";
2
2
  const u = /* @__PURE__ */ t({
3
3
  name: "ApTableDynamicComponent",
4
4
  inheritAttrs: !1,
@@ -8,8 +8,8 @@ const u = /* @__PURE__ */ t({
8
8
  },
9
9
  setup(p) {
10
10
  return (e, l) => (n(), o(r, null, [
11
- (n(), a(s(e.customRender(e.$attrs)))),
12
- c(" " + m(console.log(e.$attrs)), 1)
11
+ (n(), a(c(e.customRender(e.$attrs)))),
12
+ s(" " + m(console.log(e.$attrs)), 1)
13
13
  ], 64));
14
14
  }
15
15
  });
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, computed as l, openBlock as s, createElementBlock as p, normalizeClass as d, toDisplayString as m } from "vue";
1
+ import { defineComponent as n, computed as l, createElementBlock as s, openBlock 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) => (s(), p("div", {
13
+ return (t, i) => (p(), s("div", {
14
14
  class: d(r.value)
15
15
  }, m(t.value), 3));
16
16
  }
@@ -1,10 +1,10 @@
1
- import { defineComponent as g, ref as T, computed as _, openBlock as o, createElementBlock as f, mergeProps as w, unref as t, createElementVNode as B, normalizeClass as d, createVNode as y, createSlots as O, withCtx as u, createBlock as r, resolveDynamicComponent as v, h as b, createCommentVNode as x } from "vue";
1
+ import { defineComponent as T, ref as _, computed as B, createElementBlock as m, openBlock as p, mergeProps as E, unref as l, createElementVNode as O, createCommentVNode as N, normalizeClass as f, createVNode as y, createSlots as j, withCtx as u, createBlock as s, resolveDynamicComponent as v, h as b } from "vue";
2
2
  import "../../../config-provider/index.mjs";
3
- import { Tooltip as h } from "@aplus-frontend/antdv";
4
- import { CopyOutlined as E, CheckOutlined as N } from "@ant-design/icons-vue";
5
- import { useNamespace as j } from "../../../config-provider/hooks/use-namespace.mjs";
6
- import { useLocale as S } from "../../../config-provider/hooks/use-locale.mjs";
7
- const $ = /* @__PURE__ */ g({
3
+ import { Tooltip as w } from "@aplus-frontend/antdv";
4
+ import { CopyOutlined as S, CheckOutlined as V } from "@ant-design/icons-vue";
5
+ import { useNamespace as A } from "../../../config-provider/hooks/use-namespace.mjs";
6
+ import { useLocale as P } from "../../../config-provider/hooks/use-locale.mjs";
7
+ const G = /* @__PURE__ */ T({
8
8
  name: "ApTableParagraphEllipsis",
9
9
  __name: "index",
10
10
  props: {
@@ -13,70 +13,89 @@ const $ = /* @__PURE__ */ g({
13
13
  ellipsis: { type: [Boolean, Object] }
14
14
  },
15
15
  setup(C) {
16
- const { b: i } = j("ap-table-paragraph-ellipsis"), { t: m } = S(), e = C, l = T(!1), s = _(() => e.ellipsis === !0 ? {
16
+ const { b: c } = A("ap-table-paragraph-ellipsis"), { t: d } = P(), o = C, i = _(!1), r = B(() => o.ellipsis === !0 ? {
17
17
  rows: 1,
18
- tooltip: e.content
19
- } : typeof e.ellipsis == "object" ? Object.assign(
18
+ tooltip: o.content
19
+ } : typeof o.ellipsis == "object" ? Object.assign(
20
20
  {
21
21
  rows: 1,
22
- tooltip: e.content
22
+ tooltip: o.content
23
23
  },
24
- e.ellipsis
24
+ o.ellipsis
25
25
  ) : {});
26
+ function h() {
27
+ return (window.top !== window ? window.top : window) ?? window;
28
+ }
29
+ function g(n) {
30
+ var a;
31
+ const e = h();
32
+ if ((a = e == null ? void 0 : e.navigator) != null && a.clipboard)
33
+ e.navigator.clipboard.writeText(n);
34
+ else if (e.document) {
35
+ const t = e.document.createElement("textarea");
36
+ t.value = n, t.style.position = "fixed", t.style.top = "-1000px", e.document.body.appendChild(t), t.focus(), t.select();
37
+ try {
38
+ e.document.execCommand("copy");
39
+ } catch (x) {
40
+ console.error("复制失败:", x);
41
+ }
42
+ e.document.body.removeChild(t);
43
+ }
44
+ }
26
45
  function k() {
27
- var c, a, p;
28
- const n = ((c = s.value) == null ? void 0 : c.tooltip) ?? ((p = (a = e.content) == null ? void 0 : a.props) == null ? void 0 : p.value) ?? e.content;
29
- navigator.clipboard.writeText(n), l.value || (l.value = !0, setTimeout(() => {
30
- l.value = !1;
46
+ var e, a, t;
47
+ const n = ((e = r.value) == null ? void 0 : e.tooltip) ?? ((t = (a = o.content) == null ? void 0 : a.props) == null ? void 0 : t.value) ?? o.content;
48
+ g(n), i.value || (i.value = !0, setTimeout(() => {
49
+ i.value = !1;
31
50
  }, 2200));
32
51
  }
33
- return (n, c) => {
34
- var a, p;
35
- return o(), f("div", w({
36
- class: [t(i)()]
52
+ return (n, e) => {
53
+ var a, t;
54
+ return p(), m("div", E({
55
+ class: [l(c)()]
37
56
  }, {
38
57
  ...n.$attrs
39
58
  }, {
40
59
  style: {
41
- "--ap-table-paragraph-ellipsis-rows": (a = s.value) == null ? void 0 : a.rows
60
+ "--ap-table-paragraph-ellipsis-rows": (a = r.value) == null ? void 0 : a.rows
42
61
  }
43
62
  }), [
44
- B("div", {
45
- class: d([t(i)("content")])
63
+ O("div", {
64
+ class: f([l(c)("content")])
46
65
  }, [
47
- y(t(h), null, O({
66
+ y(l(w), null, j({
48
67
  default: u(() => [
49
- (o(), r(v(b("span", [e.content]))))
68
+ (p(), s(v(b("span", [o.content]))))
50
69
  ]),
51
70
  _: 2
52
71
  }, [
53
- (p = s.value) != null && p.tooltip ? {
72
+ (t = r.value) != null && t.tooltip ? {
54
73
  name: "title",
55
74
  fn: u(() => [
56
- (o(), r(v(b("div", [s.value.tooltip]))))
75
+ (p(), s(v(b("div", [r.value.tooltip]))))
57
76
  ]),
58
77
  key: "0"
59
78
  } : void 0
60
79
  ]), 1024)
61
80
  ], 2),
62
- e.copyable ? (o(), f("div", {
81
+ o.copyable ? (p(), m("div", {
63
82
  key: 0,
64
- class: d([t(i)("copyable")]),
83
+ class: f([l(c)("copyable")]),
65
84
  onClick: k
66
85
  }, [
67
- y(t(h), {
68
- title: l.value ? t(m)("ap.apTable.paragraphEllipsis.copySuccess") : t(m)("ap.apTable.paragraphEllipsis.copy")
86
+ y(l(w), {
87
+ title: i.value ? l(d)("ap.apTable.paragraphEllipsis.copySuccess") : l(d)("ap.apTable.paragraphEllipsis.copy")
69
88
  }, {
70
89
  default: u(() => [
71
- l.value ? (o(), r(t(N), { key: 1 })) : (o(), r(t(E), { key: 0 }))
90
+ i.value ? (p(), s(l(V), { key: 1 })) : (p(), s(l(S), { key: 0 }))
72
91
  ]),
73
92
  _: 1
74
93
  }, 8, ["title"])
75
- ], 2)) : x("", !0)
94
+ ], 2)) : N("", !0)
76
95
  ], 16);
77
96
  };
78
97
  }
79
98
  });
80
99
  export {
81
- $ as default
100
+ G as default
82
101
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as G, ref as y, unref as e, computed as H, useSlots as L, createVNode as l, cloneVNode as M, openBlock as x, createElementBlock as P, Fragment as q, createBlock as J, resolveDynamicComponent as Q, createCommentVNode as W, withCtx as i, createElementVNode as s, normalizeClass as r, toDisplayString as c, createTextVNode as C, isRef as X } from "vue";
1
+ import { defineComponent as G, ref as y, unref as e, computed as H, useSlots as L, createVNode as l, cloneVNode as M, createElementBlock as P, openBlock as x, Fragment as q, createBlock as J, createCommentVNode as Q, resolveDynamicComponent as W, withCtx as i, createElementVNode as s, normalizeClass as r, toDisplayString as c, createTextVNode as C, isRef as X } from "vue";
2
2
  import { Button as B, Modal as Y, RadioGroup as Z, RadioButton as _, Divider as h } from "@aplus-frontend/antdv";
3
3
  import { getSingleVNode as ee } from "../../../../utils/slot.mjs";
4
4
  import { useInjectApTable as te } from "../../../context.mjs";
@@ -62,9 +62,9 @@ const re = {
62
62
  const p = N(n.value);
63
63
  E(p), I(p), (o = (t = m.config) == null ? void 0 : t.onChange) == null || o.call(t, p);
64
64
  }
65
- return (p, t) => (x(), P(q, null, [e(k) ? (x(), J(Q(e(k)), {
65
+ return (p, t) => (x(), P(q, null, [e(k) ? (x(), J(W(e(k)), {
66
66
  key: 0
67
- })) : W("", !0), l(e(Y), {
67
+ })) : Q("", !0), l(e(Y), {
68
68
  open: u.value,
69
69
  "onUpdate:open": t[2] || (t[2] = (o) => u.value = o),
70
70
  title: e(a)("ap.apTable.setting.title"),
@@ -1,4 +1,4 @@
1
- import { defineComponent as E, ref as P, computed as f, unref as r, watch as U, openBlock as s, createElementBlock as p, createElementVNode as v, normalizeClass as x, createVNode as u, withCtx as i, createBlock as h, resolveDynamicComponent as k, Fragment as D, renderList as L, mergeProps as j } from "vue";
1
+ import { defineComponent as E, ref as P, computed as f, unref as r, watch as U, createElementBlock as p, openBlock as s, createElementVNode as v, normalizeClass as x, createVNode as u, withCtx as i, createBlock as h, resolveDynamicComponent as k, Fragment as D, renderList as L, mergeProps as j } from "vue";
2
2
  import { Checkbox as w, Row as z, Col as F } from "@aplus-frontend/antdv";
3
3
  import "../../../../config-provider/index.mjs";
4
4
  import { useInjectApTable as I } from "../../../context.mjs";
@@ -1,4 +1,4 @@
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";
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";
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, 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";
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";
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";