@aplus-frontend/ui 7.13.1 → 7.13.3

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 (73) hide show
  1. package/es/src/ag-grid/components/empty/index.vue.d.ts +4 -1
  2. package/es/src/ag-grid/components/empty/index.vue2.mjs +20 -10
  3. package/es/src/ag-grid/editable/form-item.vue.mjs +9 -8
  4. package/es/src/ag-grid/editable/index.vue.mjs +1 -0
  5. package/es/src/ag-grid/index.vue.mjs +54 -51
  6. package/es/src/ag-grid/interface.d.ts +4 -0
  7. package/es/src/ag-grid/style/index.mjs +5 -5
  8. package/es/src/ap-field/interface.d.ts +5 -0
  9. package/es/src/ap-field/select/index.vue.d.ts +2 -0
  10. package/es/src/ap-field/select/index.vue.mjs +150 -124
  11. package/es/src/ap-field/select/read.vue2.mjs +2 -1
  12. package/es/src/ap-field/select/use-select-options.mjs +12 -30
  13. package/es/src/ap-field/style/select.mjs +30 -19
  14. package/es/src/ap-form/items/select/index.vue.d.ts +12 -2
  15. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +135 -128
  16. package/es/src/ap-table/constants.d.ts +6 -1
  17. package/es/src/business/ap-attachment/style/index.mjs +3 -1
  18. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -1
  19. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +296 -161
  20. package/es/src/business/ap-export-group/index.d.ts +4 -1
  21. package/es/src/business/ap-export-group/interface.d.ts +31 -0
  22. package/es/src/business/ap-export-group/style/index.d.ts +5 -0
  23. package/es/src/business/ap-export-group/style/index.mjs +17 -0
  24. package/es/src/business/ap-file-preview/utils/create-file-preview-modal.mjs +3 -2
  25. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +21 -21
  26. package/es/src/business/ap-view/style/index.mjs +3 -2
  27. package/es/src/config-provider/config-provider-props.d.ts +7 -6
  28. package/es/src/config-provider/config-provider-props.mjs +4 -4
  29. package/es/src/config-provider/config-provider.d.ts +35 -11
  30. package/es/src/config-provider/config-provider.mjs +24 -24
  31. package/es/src/config-provider/hooks/use-global-config.d.ts +14 -6
  32. package/es/src/config-provider/index.d.ts +65 -17
  33. package/es/src/locale/lang/en.mjs +7 -3
  34. package/es/src/locale/lang/zh-cn.mjs +6 -2
  35. package/es/src/version.d.ts +1 -1
  36. package/es/src/version.mjs +1 -1
  37. package/lib/src/ag-grid/components/empty/index.vue.d.ts +4 -1
  38. package/lib/src/ag-grid/components/empty/index.vue2.js +1 -1
  39. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  40. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  41. package/lib/src/ag-grid/index.vue.js +1 -1
  42. package/lib/src/ag-grid/interface.d.ts +4 -0
  43. package/lib/src/ag-grid/style/index.js +1 -1
  44. package/lib/src/ap-field/interface.d.ts +5 -0
  45. package/lib/src/ap-field/select/index.vue.d.ts +2 -0
  46. package/lib/src/ap-field/select/index.vue.js +1 -1
  47. package/lib/src/ap-field/select/read.vue2.js +1 -1
  48. package/lib/src/ap-field/select/use-select-options.js +1 -1
  49. package/lib/src/ap-field/style/select.js +1 -1
  50. package/lib/src/ap-form/items/select/index.vue.d.ts +12 -2
  51. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  52. package/lib/src/ap-table/constants.d.ts +6 -1
  53. package/lib/src/business/ap-attachment/style/index.js +1 -1
  54. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -1
  55. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  56. package/lib/src/business/ap-export-group/index.d.ts +4 -1
  57. package/lib/src/business/ap-export-group/interface.d.ts +31 -0
  58. package/lib/src/business/ap-export-group/style/index.d.ts +5 -0
  59. package/lib/src/business/ap-export-group/style/index.js +1 -0
  60. package/lib/src/business/ap-file-preview/utils/create-file-preview-modal.js +1 -1
  61. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  62. package/lib/src/business/ap-view/style/index.js +1 -1
  63. package/lib/src/config-provider/config-provider-props.d.ts +7 -6
  64. package/lib/src/config-provider/config-provider-props.js +1 -1
  65. package/lib/src/config-provider/config-provider.d.ts +35 -11
  66. package/lib/src/config-provider/config-provider.js +1 -1
  67. package/lib/src/config-provider/hooks/use-global-config.d.ts +14 -6
  68. package/lib/src/config-provider/index.d.ts +65 -17
  69. package/lib/src/locale/lang/en.js +1 -1
  70. package/lib/src/locale/lang/zh-cn.js +1 -1
  71. package/lib/src/version.d.ts +1 -1
  72. package/lib/src/version.js +1 -1
  73. package/package.json +3 -3
@@ -1,32 +1,32 @@
1
- import { defineComponent as re, ref as v, computed as pe, toRef as ue, useSlots as ce, createVNode as l, cloneVNode as me, unref as e, watch as O, createElementBlock as U, openBlock as S, Fragment as de, createBlock as w, createCommentVNode as E, resolveDynamicComponent as A, withCtx as o, withDirectives as fe, createElementVNode as c, normalizeClass as p, toDisplayString as g, createTextVNode as C, isRef as ve, vShow as ge } from "vue";
2
- import { SettingOutlined as ye, SaveOutlined as Se } from "@ant-design/icons-vue";
3
- import { Button as P, Modal as Te, Divider as B, RadioGroup as be, RadioButton as j, Flex as ke, Space as F, Popover as Ce } from "@aplus-frontend/antdv";
1
+ import { defineComponent as pe, ref as v, computed as ce, toRef as me, useSlots as de, createVNode as l, cloneVNode as fe, unref as e, watch as E, createElementBlock as P, openBlock as S, Fragment as ve, createBlock as x, createCommentVNode as j, resolveDynamicComponent as w, withCtx as o, withDirectives as ge, createElementVNode as c, normalizeClass as u, toDisplayString as g, createTextVNode as h, isRef as ye, vShow as Se } from "vue";
2
+ import { SettingOutlined as Te, SaveOutlined as be } from "@ant-design/icons-vue";
3
+ import { Button as F, Modal as Ce, Divider as A, RadioGroup as he, RadioButton as M, Flex as ke, Space as q, Popover as _e } from "@aplus-frontend/antdv";
4
4
  import "../../../../ap-button/index.mjs";
5
- import { randomStr as he } from "../../../../utils/index.mjs";
5
+ import { randomStr as ze } from "../../../../utils/index.mjs";
6
6
  import "../../../../config-provider/index.mjs";
7
- import { getSingleVNode as _e } from "../../../../utils/slot.mjs";
8
- import { useInjectApTable as ze } from "../../../context.mjs";
9
- import { useTableColumnState as xe } from "../../../hooks/use-table-column-state.mjs";
10
- import { useTableTemplateStorage as we } from "../../../hooks/use-table-template-storage.mjs";
11
- import Ae from "../../../style/setting.mjs";
12
- import { useProvideApColumnSetting as Be } from "../context.mjs";
7
+ import { getSingleVNode as xe } from "../../../../utils/slot.mjs";
8
+ import { useInjectApTable as we } from "../../../context.mjs";
9
+ import { useTableColumnState as Ae } from "../../../hooks/use-table-column-state.mjs";
10
+ import { useTableTemplateStorage as Be } from "../../../hooks/use-table-template-storage.mjs";
11
+ import Ne from "../../../style/setting.mjs";
12
+ import { useProvideApColumnSetting as Ke } from "../context.mjs";
13
13
  import "../sorter/index.vue.mjs";
14
14
  import "../template/edit-form.vue.mjs";
15
15
  import "../template/index.vue.mjs";
16
16
  import "../tree-select/index.vue.mjs";
17
- import Ne, { customCloneColumnStates as N, isEqualColumnStateIgnoreLabel as Ie } from "../utils.mjs";
18
- import { useLocale as $e } from "../../../../config-provider/hooks/use-locale.mjs";
19
- import { useNamespace as M } from "../../../../config-provider/hooks/use-namespace.mjs";
20
- import Ke from "../template/index.vue2.mjs";
21
- import Le from "../tree-select/index.vue2.mjs";
22
- import Re from "../sorter/index.vue2.mjs";
23
- import Ve from "../../../../ap-button/ap-button.vue.mjs";
24
- import De from "../template/edit-form.vue2.mjs";
25
- const Oe = {
17
+ import $e, { customCloneColumnStates as B, isEqualColumnStateIgnoreLabel as Ie } from "../utils.mjs";
18
+ import { useLocale as Le } from "../../../../config-provider/hooks/use-locale.mjs";
19
+ import { useNamespace as G } from "../../../../config-provider/hooks/use-namespace.mjs";
20
+ import Re from "../template/index.vue2.mjs";
21
+ import Ve from "../tree-select/index.vue2.mjs";
22
+ import De from "../sorter/index.vue2.mjs";
23
+ import Oe from "../../../../ap-button/ap-button.vue.mjs";
24
+ import Ue from "../template/edit-form.vue2.mjs";
25
+ const Ee = {
26
26
  style: {
27
27
  "padding-inline": "8px"
28
28
  }
29
- }, pt = /* @__PURE__ */ re({
29
+ }, ct = /* @__PURE__ */ pe({
30
30
  name: "ApTableSetting",
31
31
  __name: "index",
32
32
  props: {
@@ -36,232 +36,239 @@ const Oe = {
36
36
  })
37
37
  }
38
38
  },
39
- setup(q) {
40
- const T = q, {
41
- columnsBackup: G,
42
- updateSize: H,
43
- updateColumns: J
44
- } = ze(), m = v(), h = pe(() => T.config.persistenceKey), _ = `${h.value}__active_key`, b = v(!1), {
45
- basicTemplate: Q,
39
+ setup(H) {
40
+ const T = H, {
41
+ columnsBackup: J,
42
+ updateSize: Q,
43
+ updateColumns: W
44
+ } = we(), m = v(), k = ce(() => T.config.persistenceKey), b = v(!1), {
45
+ basicTemplate: X,
46
46
  customizeTemplateList: d,
47
- addTemplate: W,
48
- deleteTemplate: I,
49
- updateTemplate: X
50
- } = we(T.config, h), {
51
- columnState: u,
52
- setColumnState: $,
53
- isAllSelected: Y,
54
- toggleSelectAll: Z
55
- } = xe([]), i = v(localStorage.getItem(_) ?? d.value?.[0].key);
56
- Be({
47
+ addTemplate: Y,
48
+ deleteTemplate: N,
49
+ updateTemplate: Z
50
+ } = Be(T.config, k), {
51
+ columnState: p,
52
+ setColumnState: K,
53
+ isAllSelected: ee,
54
+ toggleSelectAll: te
55
+ } = Ae([]), $ = `${k.value}__active_key`;
56
+ function I(a) {
57
+ localStorage.setItem($, a);
58
+ }
59
+ function L() {
60
+ return localStorage.getItem($);
61
+ }
62
+ const i = v(L() ?? d.value?.[0].key);
63
+ Ke({
57
64
  activeKey: i,
58
- cacheConfig: ue(T, "config"),
59
- deleteTemplate: ie
65
+ cacheConfig: me(T, "config"),
66
+ deleteTemplate: re
60
67
  });
61
68
  const {
62
- t: s
63
- } = $e(), {
69
+ t: r
70
+ } = Le(), {
64
71
  b: f,
65
- be: k
66
- } = M("ap-column-setting"), {
67
- b: ee
68
- } = M("ap-table"), te = Ae("ap-column-setting"), y = v(!1), K = v(!1), ae = ce(), L = _e(ae.trigger) || l(P, {
69
- icon: l(ye, null, null),
70
- class: ee("setting-trigger-button")
71
- }, null), R = L ? me(L, {
72
+ be: C
73
+ } = G("ap-column-setting"), {
74
+ b: ae
75
+ } = G("ap-table"), le = Ne("ap-column-setting"), y = v(!1), R = v(!1), ne = de(), V = xe(ne.trigger) || l(F, {
76
+ icon: l(Te, null, null),
77
+ class: ae("setting-trigger-button")
78
+ }, null), D = V ? fe(V, {
72
79
  onClick: () => {
73
80
  y.value = !0;
74
81
  }
75
82
  }) : null;
76
- function le() {
77
- $(N(e(Q).columnState));
83
+ function oe() {
84
+ K(B(e(X).columnState));
78
85
  }
79
- function V(a, t) {
80
- J?.(Ne(e(G), a)), H?.(t);
86
+ function O(a, t) {
87
+ W?.($e(e(J), a)), Q?.(t);
81
88
  }
82
- function ne() {
83
- V(e(u), e(m)), y.value = !1;
84
- const a = N(u.value), t = X(i.value, {
89
+ function ie() {
90
+ O(e(p), e(m)), y.value = !1;
91
+ const a = B(p.value), t = Z(i.value, {
85
92
  columnState: a,
86
93
  size: m.value
87
94
  });
88
- localStorage.setItem(_, i.value), T.config?.onChange?.(a, t);
95
+ I(i.value), T.config?.onChange?.(a, t);
89
96
  }
90
- function oe(a) {
91
- const t = he();
92
- W({
97
+ function se(a) {
98
+ const t = ze();
99
+ Y({
93
100
  key: t,
94
101
  label: a,
95
- columnState: u.value,
102
+ columnState: p.value,
96
103
  size: m.value
97
104
  }), b.value = !1, i.value = t;
98
105
  }
99
- function D(a) {
106
+ function U(a) {
100
107
  const t = [...d.value].find((n) => n?.key === a);
101
- t && ($(N(t.columnState)), m.value = t.size);
108
+ t && (K(B(t.columnState)), m.value = t.size);
102
109
  }
103
- function ie(a) {
110
+ function re(a) {
104
111
  if (a !== i.value) {
105
- I(a);
112
+ N(a);
106
113
  return;
107
114
  }
108
- const t = d.value, n = t.findIndex((x) => x.key === a), r = t[n + 1]?.key ?? t[n - 1]?.key;
109
- I(a), i.value = r;
115
+ const t = d.value, n = t.findIndex((z) => z.key === a), s = t[n + 1]?.key ?? t[n - 1]?.key;
116
+ N(a), i.value = s, I(s);
110
117
  }
111
- function se(a) {
112
- if (K.value = a, !a) {
113
- const t = localStorage.getItem(_);
118
+ function ue(a) {
119
+ if (R.value = a, !a) {
120
+ const t = L();
114
121
  t && t !== i.value && (i.value = t);
115
122
  }
116
123
  }
117
- O(() => i.value, (a, t) => {
124
+ E(() => i.value, (a, t) => {
118
125
  if (!t && a) {
119
- const n = [...d.value].find((r) => r?.key === a);
126
+ const n = [...d.value].find((s) => s?.key === a);
120
127
  if (!n)
121
128
  return;
122
- V(n.columnState, n.size);
129
+ O(n.columnState, n.size);
123
130
  }
124
- D(a);
131
+ U(a);
125
132
  }, {
126
133
  immediate: !0
127
134
  });
128
- const z = v(!1);
129
- return O([m, u, y], ([a, t, n]) => {
135
+ const _ = v(!1);
136
+ return E([m, p, y], ([a, t, n]) => {
130
137
  if (!n)
131
138
  return;
132
- const r = d.value.find((x) => x.key === i.value);
133
- r && (r.size !== a || !Ie(t, r.columnState)) ? z.value = !0 : z.value = !1;
139
+ const s = d.value.find((z) => z.key === i.value);
140
+ s && (s.size !== a || !Ie(t, s.columnState)) ? _.value = !0 : _.value = !1;
134
141
  }, {
135
142
  deep: !0
136
- }), (a, t) => (S(), U(de, null, [e(R) ? (S(), w(A(e(R)), {
143
+ }), (a, t) => (S(), P(ve, null, [e(D) ? (S(), x(w(e(D)), {
137
144
  key: 0
138
- })) : E("", !0), l(e(Te), {
145
+ })) : j("", !0), l(e(Ce), {
139
146
  open: y.value,
140
147
  "onUpdate:open": t[4] || (t[4] = (n) => y.value = n),
141
- title: e(s)("ap.apTable.setting.title"),
148
+ title: e(r)("ap.apTable.setting.title"),
142
149
  width: 1e3,
143
150
  centered: !0,
144
151
  "body-style": {
145
152
  padding: "0px !important",
146
153
  height: "516px"
147
154
  },
148
- "after-open-change": se,
149
- "wrap-class-name": `${e(f)()} ${e(te)}`,
150
- "ok-text": e(s)("ap.apTable.setting.saveAndApply"),
151
- onOk: ne
155
+ "after-open-change": ue,
156
+ "wrap-class-name": `${e(f)()} ${e(le)}`,
157
+ "ok-text": e(r)("ap.apTable.setting.saveAndApply"),
158
+ onOk: ie
152
159
  }, {
153
160
  footer: o(({
154
161
  extra: n
155
162
  }) => [l(e(ke), {
156
163
  justify: "space-between"
157
164
  }, {
158
- default: o(() => [l(e(F), {
165
+ default: o(() => [l(e(q), {
159
166
  size: 12
160
167
  }, {
161
- default: o(() => [l(e(Ce), {
168
+ default: o(() => [l(e(_e), {
162
169
  open: b.value,
163
- "onUpdate:open": t[3] || (t[3] = (r) => b.value = r),
170
+ "onUpdate:open": t[3] || (t[3] = (s) => b.value = s),
164
171
  trigger: "click",
165
172
  arrow: !1,
166
173
  placement: "topLeft",
167
174
  "destroy-tooltip-on-hide": ""
168
175
  }, {
169
- content: o(() => [l(De, {
170
- onConfirm: oe,
176
+ content: o(() => [l(Ue, {
177
+ onConfirm: se,
171
178
  onCancel: t[2] || (t[2] = () => b.value = !1)
172
179
  })]),
173
- default: o(() => [l(e(Ve), {
180
+ default: o(() => [l(e(Oe), {
174
181
  type: "borderLink",
175
182
  disabled: !a.config.persistenceKey
176
183
  }, {
177
- icon: o(() => [l(e(Se))]),
178
- default: o(() => [C(g(e(s)("ap.apTable.setting.saveAsTemplate")) + " ", 1)]),
184
+ icon: o(() => [l(e(be))]),
185
+ default: o(() => [h(g(e(r)("ap.apTable.setting.saveAsTemplate")) + " ", 1)]),
179
186
  _: 1
180
187
  }, 8, ["disabled"])]),
181
188
  _: 1
182
- }, 8, ["open"]), z.value ? (S(), U("span", {
189
+ }, 8, ["open"]), _.value ? (S(), P("span", {
183
190
  key: 0,
184
- class: p(e(f)("modify-tip"))
185
- }, g(e(s)("ap.apTable.setting.modifyNotification")), 3)) : E("", !0)]),
191
+ class: u(e(f)("modify-tip"))
192
+ }, g(e(r)("ap.apTable.setting.modifyNotification")), 3)) : j("", !0)]),
186
193
  _: 1
187
- }), l(e(F), {
194
+ }), l(e(q), {
188
195
  size: 10
189
196
  }, {
190
- default: o(() => [(S(), w(A(n.cancelBtn))), (S(), w(A(n.okBtn)))]),
197
+ default: o(() => [(S(), x(w(n.cancelBtn))), (S(), x(w(n.okBtn)))]),
191
198
  _: 2
192
199
  }, 1024)]),
193
200
  _: 2
194
201
  }, 1024)]),
195
- default: o(() => [fe(c("div", {
196
- class: p(e(f)("wrapper"))
202
+ default: o(() => [ge(c("div", {
203
+ class: u(e(f)("wrapper"))
197
204
  }, [c("div", {
198
- class: p(e(f)("left"))
199
- }, [l(Ke, {
205
+ class: u(e(f)("left"))
206
+ }, [l(Re, {
200
207
  "customize-template-list": e(d),
201
- "persistence-key": h.value,
202
- onActiveChange: D
203
- }, null, 8, ["customize-template-list", "persistence-key"])], 2), l(e(B), {
208
+ "persistence-key": k.value,
209
+ onActiveChange: U
210
+ }, null, 8, ["customize-template-list", "persistence-key"])], 2), l(e(A), {
204
211
  type: "vertical",
205
212
  style: {
206
213
  height: "100%",
207
214
  margin: "0px"
208
215
  }
209
216
  }), c("div", {
210
- class: p(e(f)("center"))
217
+ class: u(e(f)("center"))
211
218
  }, [c("div", {
212
- class: p(e(k)("center", "header"))
219
+ class: u(e(C)("center", "header"))
213
220
  }, [c("div", {
214
- class: p(e(k)("center", "tip-wrapper"))
221
+ class: u(e(C)("center", "tip-wrapper"))
215
222
  }, [c("span", {
216
- class: p(e(k)("center", "header-tips"))
217
- }, g(e(s)("ap.apTable.setting.selectAllTip")), 3), l(e(P), {
223
+ class: u(e(C)("center", "header-tips"))
224
+ }, g(e(r)("ap.apTable.setting.selectAllTip")), 3), l(e(F), {
218
225
  type: "link",
219
226
  size: "small",
220
- onClick: e(Z)
227
+ onClick: e(te)
221
228
  }, {
222
- default: o(() => [C(g(e(Y) ? e(s)("ap.apTable.setting.unSelectAll") : e(s)("ap.apTable.setting.selectAll")), 1)]),
229
+ default: o(() => [h(g(e(ee) ? e(r)("ap.apTable.setting.unSelectAll") : e(r)("ap.apTable.setting.selectAll")), 1)]),
223
230
  _: 1
224
- }, 8, ["onClick"])], 2), l(e(be), {
231
+ }, 8, ["onClick"])], 2), l(e(he), {
225
232
  value: m.value,
226
233
  "onUpdate:value": t[0] || (t[0] = (n) => m.value = n)
227
234
  }, {
228
- default: o(() => [l(e(j), {
235
+ default: o(() => [l(e(M), {
229
236
  value: "small"
230
237
  }, {
231
- default: o(() => [C(g(e(s)("ap.apTable.setting.sizeSmall")), 1)]),
238
+ default: o(() => [h(g(e(r)("ap.apTable.setting.sizeSmall")), 1)]),
232
239
  _: 1
233
- }), l(e(j), {
240
+ }), l(e(M), {
234
241
  value: "middle"
235
242
  }, {
236
- default: o(() => [C(g(e(s)("ap.apTable.setting.sizeNormal")), 1)]),
243
+ default: o(() => [h(g(e(r)("ap.apTable.setting.sizeNormal")), 1)]),
237
244
  _: 1
238
245
  })]),
239
246
  _: 1
240
- }, 8, ["value"])], 2), c("div", Oe, [l(e(B), {
247
+ }, 8, ["value"])], 2), c("div", Ee, [l(e(A), {
241
248
  dashed: "",
242
249
  style: {
243
250
  margin: "0px"
244
251
  }
245
- })]), l(Le, {
246
- class: p(e(k)("center", "content")),
247
- value: e(u)
248
- }, null, 8, ["class", "value"])], 2), l(e(B), {
252
+ })]), l(Ve, {
253
+ class: u(e(C)("center", "content")),
254
+ value: e(p)
255
+ }, null, 8, ["class", "value"])], 2), l(e(A), {
249
256
  type: "vertical",
250
257
  style: {
251
258
  height: "100%",
252
259
  margin: "0px"
253
260
  }
254
261
  }), c("div", {
255
- class: p(e(f)("right"))
256
- }, [l(Re, {
257
- value: e(u),
258
- "onUpdate:value": t[1] || (t[1] = (n) => ve(u) ? u.value = n : null),
259
- onReset: le
260
- }, null, 8, ["value"])], 2)], 2), [[ge, K.value]])]),
262
+ class: u(e(f)("right"))
263
+ }, [l(De, {
264
+ value: e(p),
265
+ "onUpdate:value": t[1] || (t[1] = (n) => ye(p) ? p.value = n : null),
266
+ onReset: oe
267
+ }, null, 8, ["value"])], 2)], 2), [[Se, R.value]])]),
261
268
  _: 1
262
269
  }, 8, ["open", "title", "wrap-class-name", "ok-text"])], 64));
263
270
  }
264
271
  });
265
272
  export {
266
- pt as default
273
+ ct as default
267
274
  };
@@ -1026,6 +1026,7 @@ export declare const apTableFormItemMap: {
1026
1026
  readonly addAll?: boolean | number | undefined;
1027
1027
  readonly params?: Recordable | undefined;
1028
1028
  readonly searchDelay?: number | undefined;
1029
+ readonly allowOnlySelect?: boolean | undefined;
1029
1030
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1030
1031
  $attrs: {
1031
1032
  [x: string]: unknown;
@@ -1494,7 +1495,9 @@ export declare const apTableFormItemMap: {
1494
1495
  emptyText: string;
1495
1496
  searchMode: "filter" | "request";
1496
1497
  refetchOnFocus: boolean;
1498
+ addAll: boolean | number;
1497
1499
  searchDelay: number;
1500
+ allowOnlySelect: boolean;
1498
1501
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1499
1502
  beforeCreate?: (() => void) | (() => void)[];
1500
1503
  created?: (() => void) | (() => void)[];
@@ -1535,10 +1538,12 @@ export declare const apTableFormItemMap: {
1535
1538
  emptyText: string;
1536
1539
  searchMode: "filter" | "request";
1537
1540
  refetchOnFocus: boolean;
1541
+ addAll: boolean | number;
1538
1542
  searchDelay: number;
1543
+ allowOnlySelect: boolean;
1539
1544
  }> & Omit<Readonly< ApFieldSelectProps> & Readonly<{
1540
1545
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
1541
- }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "virtual" | "autofocus" | "lazy" | "loading" | "bordered" | "allowClear" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "showSearch" | "defaultOpen" | "emptyText" | "searchMode" | "refetchOnFocus" | "searchDelay")> & ShallowUnwrapRef<{
1546
+ }>, "blur" | "focus" | "request" | ("mode" | "open" | "multiple" | "disabled" | "virtual" | "autofocus" | "lazy" | "loading" | "bordered" | "allowClear" | "showArrow" | "autoClearSearchValue" | "defaultActiveFirstOption" | "labelInValue" | "showSearch" | "defaultOpen" | "emptyText" | "searchMode" | "refetchOnFocus" | "addAll" | "searchDelay" | "allowOnlySelect")> & ShallowUnwrapRef<{
1542
1547
  focus: () => void;
1543
1548
  blur: () => void;
1544
1549
  request: (clear?: boolean) => Promise<void>;
@@ -27,7 +27,9 @@ const a = (o) => {
27
27
  color: "var(--download-main-color)",
28
28
  marginLeft: o.space,
29
29
  opacity: 0,
30
- fontSize: o.fontSizeXL
30
+ fontSize: o.fontSizeXL,
31
+ display: "flex",
32
+ alignItems: "center"
31
33
  }
32
34
  },
33
35
  [`${e}__text-render`]: {
@@ -1,7 +1,8 @@
1
- import { ApExportGroupProps } from './interface';
1
+ import { ApExportGroupDateValidate, ApExportGroupProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare const _default: DefineComponent<ApExportGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApExportGroupProps> & Readonly<{}>, {
4
4
  type: "button" | "dropdown" | "group";
5
+ dateValidate: ApExportGroupDateValidate;
5
6
  exportField: boolean | {
6
7
  key?: string;
7
8
  convertField?: {