@aplus-frontend/ui 0.1.38 → 0.1.40

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 (45) hide show
  1. package/es/index.mjs +136 -134
  2. package/es/src/ap-descriptions/formatter/index.mjs +24 -24
  3. package/es/src/ap-form/index.d.ts +3 -1
  4. package/es/src/ap-form/index.mjs +8 -4
  5. package/es/src/ap-form/interface.d.ts +30 -1
  6. package/es/src/ap-form/modal-form/drawer.vue.d.ts +830 -0
  7. package/es/src/ap-form/modal-form/drawer.vue.mjs +288 -0
  8. package/es/src/ap-form/modal-form/drawer.vue2.mjs +4 -0
  9. package/es/src/ap-form/modal-form/index.vue.mjs +56 -47
  10. package/es/src/ap-form/style/drawer-form.css +10 -0
  11. package/es/src/ap-table/ap-table.vue.mjs +96 -95
  12. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +1 -1
  13. package/es/src/ap-table/hooks/use-table-column-state.d.ts +2 -2
  14. package/es/src/ap-table/hooks/use-table-column-state.mjs +37 -37
  15. package/es/src/ap-table/hooks/use-table-paging.d.ts +1 -1
  16. package/es/src/ap-table/hooks/use-table-paging.mjs +74 -74
  17. package/es/src/ap-table/style/ap-table.css +6 -0
  18. package/es/src/business/ap-card/ApCard.vue2.mjs +18 -20
  19. package/es/src/index.mjs +107 -105
  20. package/es/src/theme/ap-form/drawer-form.css +10 -0
  21. package/es/src/theme/ap-table/ap-table.css +6 -0
  22. package/es/src/theme/css-var/index.mjs +10 -0
  23. package/lib/index.js +1 -1
  24. package/lib/src/ap-descriptions/formatter/index.js +1 -1
  25. package/lib/src/ap-form/index.d.ts +3 -1
  26. package/lib/src/ap-form/index.js +1 -1
  27. package/lib/src/ap-form/interface.d.ts +30 -1
  28. package/lib/src/ap-form/modal-form/drawer.vue.d.ts +830 -0
  29. package/lib/src/ap-form/modal-form/drawer.vue.js +1 -0
  30. package/lib/src/ap-form/modal-form/drawer.vue2.js +1 -0
  31. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  32. package/lib/src/ap-form/style/drawer-form.css +10 -0
  33. package/lib/src/ap-table/ap-table.vue.js +1 -1
  34. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  35. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +2 -2
  36. package/lib/src/ap-table/hooks/use-table-column-state.js +1 -1
  37. package/lib/src/ap-table/hooks/use-table-paging.d.ts +1 -1
  38. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  39. package/lib/src/ap-table/style/ap-table.css +6 -0
  40. package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
  41. package/lib/src/index.js +1 -1
  42. package/lib/src/theme/ap-form/drawer-form.css +10 -0
  43. package/lib/src/theme/ap-table/ap-table.css +6 -0
  44. package/lib/src/theme/css-var/index.js +1 -1
  45. package/package.json +1 -1
@@ -1,101 +1,101 @@
1
- import { ref as P, nextTick as _, unref as n, onMounted as I, computed as V, createVNode as b } from "vue";
2
- import { parseFieldValue as k, dataIndexToStr as ee } from "../utils.mjs";
3
- import { isArray as te } from "lodash-unified";
1
+ import { ref as x, nextTick as I, unref as o, onMounted as k, computed as V, createVNode as P } from "vue";
2
+ import { parseFieldValue as ee, dataIndexToStr as te } from "../utils.mjs";
3
+ import { isArray as B } from "lodash-unified";
4
4
  import "../../config-provider/index.mjs";
5
5
  import { useLocale as ae } from "../../config-provider/hooks/use-locale.mjs";
6
- import { useNamespace as ne } from "../../config-provider/hooks/use-namespace.mjs";
6
+ import { useNamespace as oe } from "../../config-provider/hooks/use-namespace.mjs";
7
7
  const ue = ({
8
- manual: B = !1,
9
- defaultCurrent: E = 1,
8
+ manual: E = !1,
9
+ defaultCurrent: M = 1,
10
10
  defaultPageSize: w = 10,
11
- request: M,
12
- defaultParams: N = {},
13
- defaultData: $ = [],
11
+ request: N,
12
+ defaultParams: $ = {},
13
+ defaultData: q = [],
14
14
  formatParams: C,
15
15
  paramsValueTypeMap: y,
16
16
  resetFieldsIgnores: D,
17
- filterFields: q,
18
- sortFields: J,
19
- showLessItems: z = !1,
20
- showTotal: L = !0
17
+ filterFields: J,
18
+ sortFields: L,
19
+ showLessItems: b = !1,
20
+ showTotal: Q = !0
21
21
  }) => {
22
- let S = 0, f = {};
23
- const Q = (e) => C ? C(e) : e, c = P(), l = P(E), p = P(w), {
22
+ let z = 0, f = {};
23
+ const G = (e) => C ? C(e) : e, c = x(), l = x(M), p = x(w), {
24
24
  t: F
25
25
  } = ae(), {
26
- b: T
27
- } = ne("ap-table"), o = P({
26
+ b: S
27
+ } = oe("ap-table"), n = x({
28
28
  total: 0,
29
- records: $,
29
+ records: q,
30
30
  loading: !1
31
31
  }), O = async (e) => {
32
32
  var r;
33
- const a = Q(e), t = Date.now();
34
- S = t, o.value.loading = !0;
33
+ const a = G(e), t = Date.now();
34
+ z = t, n.value.loading = !0;
35
35
  try {
36
- const s = await M({
37
- ...N,
36
+ const s = await N({
37
+ ...$,
38
38
  ...a
39
39
  });
40
- S === t && (o.value.total = s.total || ((r = s.data) == null ? void 0 : r.length) || 0, o.value.records = [...s.data || []]);
40
+ z === t && (n.value.total = s.total || ((r = s.data) == null ? void 0 : r.length) || 0, n.value.records = [...s.data || []]);
41
41
  } catch {
42
- S === t && (o.value.records = [], o.value.total = 0);
42
+ z === t && (n.value.records = [], n.value.total = 0);
43
43
  } finally {
44
- o.value.loading = !1;
44
+ n.value.loading = !1;
45
45
  }
46
46
  }, R = (e) => {
47
47
  const a = {};
48
48
  return Object.entries(e).forEach(([t, r]) => {
49
49
  if (a[t] = r, y && r) {
50
50
  const s = y[t];
51
- s && (a[t] = k(s, r));
51
+ s && (a[t] = ee(s, r));
52
52
  }
53
53
  }), a;
54
- }, G = async (e) => {
54
+ }, H = async (e) => {
55
55
  var r, s, g, d, m, u, h;
56
56
  const a = ((s = (r = c.value) == null ? void 0 : r.apForm) == null ? void 0 : s.getFieldsValue()) || {}, t = {};
57
57
  Object.entries(a).forEach(([v, i]) => {
58
58
  D && D.indexOf(v) > -1 && (t[v] = i);
59
- }), await ((d = (g = c.value) == null ? void 0 : g.apForm) == null ? void 0 : d.resetFields()), (h = (u = (m = c.value) == null ? void 0 : m.apForm) == null ? void 0 : u.setFieldsValue) == null || h.call(u, t), _(() => {
59
+ }), await ((d = (g = c.value) == null ? void 0 : g.apForm) == null ? void 0 : d.resetFields()), (h = (u = (m = c.value) == null ? void 0 : m.apForm) == null ? void 0 : u.setFieldsValue) == null || h.call(u, t), I(() => {
60
60
  e == null || e();
61
61
  });
62
- }, x = (e) => {
62
+ }, T = (e) => {
63
63
  f = e;
64
64
  const a = R(e);
65
65
  O(a);
66
- }, H = (e) => {
67
- x({
66
+ }, K = (e) => {
67
+ T({
68
68
  ...f,
69
69
  ...e
70
70
  });
71
71
  }, j = () => {
72
72
  var a, t;
73
73
  const e = ((t = (a = c.value) == null ? void 0 : a.apForm) == null ? void 0 : t.getFieldsValue(!0)) || {};
74
- l.value = 1, x({
74
+ l.value = 1, T({
75
75
  ...e,
76
76
  current: 1,
77
77
  pageSize: f.pageSize || w
78
78
  });
79
- }, K = () => {
80
- G(j);
81
79
  }, U = () => {
82
- x(f);
83
- }, W = (e) => {
84
- const a = n(o).total - e, t = Math.ceil(a / n(p)), r = n(l) > t ? t : n(l);
85
- H({
80
+ H(j);
81
+ }, W = () => {
82
+ T(f);
83
+ }, X = (e) => {
84
+ const a = o(n).total - e, t = Math.ceil(a / o(p)), r = o(l) > t ? t : o(l);
85
+ K({
86
86
  current: r > 0 ? r : 1
87
87
  });
88
88
  }, A = (e, a, t) => {
89
89
  var m, u, h, v;
90
90
  const r = ((u = (m = c.value) == null ? void 0 : m.apForm) == null ? void 0 : u.getFieldsValue(!0)) || {};
91
91
  l.value = e.current, p.value = e.pageSize;
92
- const s = te(t) ? [...t] : [t], g = {};
92
+ const s = B(t) ? [...t] : [t], g = {};
93
93
  for (const i of s)
94
- (h = n(J)) != null && h.includes(i.field) && (g[ee(i.field)] = i.order);
94
+ (h = o(L)) != null && h.includes(i.field) && (g[te(i.field)] = i.order);
95
95
  const d = {};
96
96
  for (const i of Object.keys(a))
97
- (v = n(q)) != null && v.includes(i) && (d[i] = a[i]);
98
- x({
97
+ (v = o(J)) != null && v.includes(i) && (d[i] = a[i]);
98
+ T({
99
99
  ...r,
100
100
  filter: d,
101
101
  sort: g,
@@ -103,58 +103,58 @@ const ue = ({
103
103
  pageSize: e.pageSize
104
104
  });
105
105
  };
106
- I(() => {
106
+ k(() => {
107
107
  var a, t;
108
108
  const e = ((t = (a = c.value) == null ? void 0 : a.apForm) == null ? void 0 : t.getFieldsValue(!0)) || {};
109
109
  if (f = {
110
- current: n(l),
111
- pageSize: n(p),
110
+ current: o(l),
111
+ pageSize: o(p),
112
112
  ...e
113
- }, !B) {
113
+ }, !E) {
114
114
  const r = R(f);
115
115
  O(r);
116
116
  }
117
117
  });
118
- const X = V(() => n(o).total === 0 ? "-" : `${n(l.value)}/${Math.ceil(n(o).total / n(p))}`);
119
- function Y(e) {
120
- e != null && e.length && (o.value.records = e, o.value.total = e.length);
118
+ const Y = V(() => o(n).total === 0 ? "-" : `${o(l.value)}/${Math.ceil(o(n).total / o(p))}`);
119
+ function Z(e) {
120
+ B(e) && (n.value.records = e, n.value.total = e.length);
121
121
  }
122
- const Z = V(() => ({
123
- loading: n(o).loading,
122
+ const _ = V(() => ({
123
+ loading: o(n).loading,
124
124
  pagination: {
125
- current: n(l),
126
- pageSize: n(p),
127
- total: n(o).total,
128
- showSizeChanger: !z,
129
- showQuickJumper: !z,
130
- showLessItems: z,
125
+ current: o(l),
126
+ pageSize: o(p),
127
+ total: o(n).total,
128
+ showSizeChanger: !b,
129
+ showQuickJumper: !b,
130
+ showLessItems: b,
131
131
  size: "default",
132
- showTotal: L ? (e) => b("span", {
133
- class: T("pagination-total-wrapper")
134
- }, [F("ap.apTable.pagination.totalLeftPrefix"), " ", b("span", {
135
- class: T("pagination-count-text")
136
- }, [e]), " ", F("ap.apTable.pagination.totalLeftSuffix"), b("span", {
137
- class: T("pagination--total-right")
138
- }, [F("ap.apTable.pagination.totalRightPrefix"), " ", b("span", {
139
- class: T("pagination-count-text")
140
- }, [n(X)]), " ", F("ap.apTable.pagination.totalRightSuffix")])]) : void 0
132
+ showTotal: Q ? (e) => P("span", {
133
+ class: S("pagination-total-wrapper")
134
+ }, [F("ap.apTable.pagination.totalLeftPrefix"), " ", P("span", {
135
+ class: S("pagination-count-text")
136
+ }, [e]), " ", F("ap.apTable.pagination.totalLeftSuffix"), P("span", {
137
+ class: S("pagination--total-right")
138
+ }, [F("ap.apTable.pagination.totalRightPrefix"), " ", P("span", {
139
+ class: S("pagination-count-text")
140
+ }, [o(Y)]), " ", F("ap.apTable.pagination.totalRightSuffix")])]) : void 0
141
141
  },
142
142
  onChange: A,
143
- dataSource: n(o).records
143
+ dataSource: o(n).records
144
144
  }));
145
145
  return {
146
146
  formRef: c,
147
147
  submit: j,
148
- reset: K,
149
- refresh: U,
150
- refreshByDelete: W,
151
- data: o,
148
+ reset: U,
149
+ refresh: W,
150
+ refreshByDelete: X,
151
+ data: n,
152
152
  current: l,
153
153
  pageSize: p,
154
154
  handleTableChange: A,
155
- tableProps: Z,
156
- dataSource: V(() => n(o).records),
157
- setDataSource: Y
155
+ tableProps: _,
156
+ dataSource: V(() => o(n).records),
157
+ setDataSource: Z
158
158
  };
159
159
  };
160
160
  export {
@@ -126,3 +126,9 @@
126
126
  word-break: break-all;
127
127
  flex: 1;
128
128
  }
129
+ .aplus-ap-table-setting-trigger-button {
130
+ color: var(--ap-table-setting-button-color, #8896B0);
131
+ }
132
+ .aplus-ap-table-setting-trigger-button:hover {
133
+ color: unset;
134
+ }
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, computed as r, openBlock as t, createElementBlock as s, normalizeClass as C, unref as x, normalizeStyle as h, createBlock as a, mergeProps as S, createSlots as B, withCtx as P, isVNode as p, resolveDynamicComponent as y, toDisplayString as _, createCommentVNode as N, renderSlot as $ } from "vue";
1
+ import { defineComponent as g, computed as r, openBlock as t, createElementBlock as s, normalizeClass as C, unref as u, normalizeStyle as h, createBlock as a, mergeProps as S, createSlots as B, withCtx as x, isVNode as P, resolveDynamicComponent as y, toDisplayString as _, createCommentVNode as N, renderSlot as $ } from "vue";
2
2
  import "./index.css";
3
3
  import "../ap-title/ApTitle.vue.mjs";
4
4
  import { omit as b } from "lodash-unified";
@@ -12,44 +12,42 @@ const V = { key: 1 }, j = { key: 1 }, H = /* @__PURE__ */ g({
12
12
  padding: {}
13
13
  },
14
14
  setup(k) {
15
- const e = k, { b: f } = z("ap-card"), m = r(
15
+ const e = k, { b: f } = z("ap-card"), v = r(
16
16
  () => b((e == null ? void 0 : e.titleProps) || {}, ["prefix", "suffix"])
17
- ), c = r(
18
- () => {
19
- var n;
20
- return (n = Object.keys(m.value || {})) == null ? void 0 : n.length;
21
- }
22
- ), v = r(() => e.padding ?? (c.value ? "14px 24px 24px" : "24px"));
17
+ ), m = r(() => {
18
+ var n;
19
+ return (n = Object.keys((e == null ? void 0 : e.titleProps) || {})) == null ? void 0 : n.length;
20
+ }), p = r(() => e.padding ?? (m.value ? "14px 24px 24px" : "24px"));
23
21
  return (n, w) => {
24
- var d, u;
22
+ var c, d;
25
23
  return t(), s("div", {
26
- class: C([x(f)()]),
24
+ class: C([u(f)()]),
27
25
  style: h({
28
- padding: v.value
26
+ padding: p.value
29
27
  })
30
28
  }, [
31
- c.value ? (t(), a(D, S({
29
+ m.value ? (t(), a(D, S({
32
30
  key: 0,
33
- class: [`${x(f)()}-title`]
31
+ class: [`${u(f)()}-title`]
34
32
  }, {
35
- ...m.value
33
+ ...v.value
36
34
  }), B({ _: 2 }, [
37
- (d = e == null ? void 0 : e.titleProps) != null && d.suffix ? {
35
+ (c = e == null ? void 0 : e.titleProps) != null && c.suffix ? {
38
36
  name: "suffix",
39
- fn: P(() => {
37
+ fn: x(() => {
40
38
  var i, o, l;
41
39
  return [
42
- p((i = e == null ? void 0 : e.titleProps) == null ? void 0 : i.suffix) ? (t(), a(y((o = e == null ? void 0 : e.titleProps) == null ? void 0 : o.suffix), { key: 0 })) : (t(), s("div", V, _((l = e == null ? void 0 : e.titleProps) == null ? void 0 : l.suffix), 1))
40
+ P((i = e == null ? void 0 : e.titleProps) == null ? void 0 : i.suffix) ? (t(), a(y((o = e == null ? void 0 : e.titleProps) == null ? void 0 : o.suffix), { key: 0 })) : (t(), s("div", V, _((l = e == null ? void 0 : e.titleProps) == null ? void 0 : l.suffix), 1))
43
41
  ];
44
42
  }),
45
43
  key: "0"
46
44
  } : void 0,
47
- (u = e == null ? void 0 : e.titleProps) != null && u.prefix ? {
45
+ (d = e == null ? void 0 : e.titleProps) != null && d.prefix ? {
48
46
  name: "prefix",
49
- fn: P(() => {
47
+ fn: x(() => {
50
48
  var i, o, l;
51
49
  return [
52
- p((i = e == null ? void 0 : e.titleProps) == null ? void 0 : i.prefix) ? (t(), a(y((o = e == null ? void 0 : e.titleProps) == null ? void 0 : o.prefix), { key: 0 })) : (t(), s("div", j, _((l = e == null ? void 0 : e.titleProps) == null ? void 0 : l.prefix), 1))
50
+ P((i = e == null ? void 0 : e.titleProps) == null ? void 0 : i.prefix) ? (t(), a(y((o = e == null ? void 0 : e.titleProps) == null ? void 0 : o.prefix), { key: 0 })) : (t(), s("div", j, _((l = e == null ? void 0 : e.titleProps) == null ? void 0 : l.prefix), 1))
53
51
  ];
54
52
  }),
55
53
  key: "1"
package/es/src/index.mjs CHANGED
@@ -5,7 +5,7 @@ import { CollapseContainer as I, ScrollContainer as g } from "./container/index.
5
5
  import { IconPicker as h } from "./icon-picker/index.mjs";
6
6
  import "./locale/index.mjs";
7
7
  import { BasicArrow as B, BasicHelp as M, BasicTitle as R } from "./basic/index.mjs";
8
- import { ExpandTransition as v, ExpandXTransition as w, FadeTransition as L, ScaleRotateTransition as k, ScaleTransition as y, ScrollXReverseTransition as N, ScrollXTransition as E, ScrollYReverseTransition as K, ScrollYTransition as X, SlideXReverseTransition as Y, SlideXTransition as H, SlideYReverseTransition as O, SlideYTransition as W } from "./transition/index.mjs";
8
+ import { ExpandTransition as w, ExpandXTransition as v, FadeTransition as L, ScaleRotateTransition as k, ScaleTransition as y, ScrollXReverseTransition as N, ScrollXTransition as E, ScrollYReverseTransition as K, ScrollYTransition as X, SlideXReverseTransition as Y, SlideXTransition as H, SlideYReverseTransition as O, SlideYTransition as W } from "./transition/index.mjs";
9
9
  import { Description as U } from "./description/index.mjs";
10
10
  import { Field as q } from "./pro-form/index.mjs";
11
11
  import { BaseButton as Q } from "./base-button/index.mjs";
@@ -30,7 +30,7 @@ import { CheckCard as bo } from "./check-card/index.mjs";
30
30
  import { ApModal as go } from "./ap-modal/index.mjs";
31
31
  import "./ap-list/index.mjs";
32
32
  import "./ap-button/index.mjs";
33
- import { ApAttachment as ho, ApBatchAction as Po, ApBatchActionGroup as Bo, ApButtonGroup as Mo, ApCard as Ro, ApExpandAlert as Go, ApExportGroup as vo, ApImage as wo, ApInputRadio as Lo, ApLabel as ko, ApLabelGroup as yo, ApLadder as No, ApSelectLayout as Eo, ApStatus as Ko, ApStatusGroup as Xo, ApTitle as Yo } from "./business/index.mjs";
33
+ import { ApAttachment as ho, ApBatchAction as Po, ApBatchActionGroup as Bo, ApButtonGroup as Mo, ApCard as Ro, ApExpandAlert as Go, ApExportGroup as wo, ApImage as vo, ApInputRadio as Lo, ApLabel as ko, ApLabelGroup as yo, ApLadder as No, ApSelectLayout as Eo, ApStatus as Ko, ApStatusGroup as Xo, ApTitle as Yo } from "./business/index.mjs";
34
34
  import "./ap-table/index.mjs";
35
35
  import "./editable-table/index.mjs";
36
36
  import "./ap-descriptions/index.mjs";
@@ -50,7 +50,7 @@ import { isComponentFormSchema as ge, isSlotFormSchema as De } from "./pro-form/
50
50
  import { default as Pe } from "./pro-form/components/api-cascader.vue.mjs";
51
51
  import { default as Me } from "./pro-form/components/api-radio-group.vue.mjs";
52
52
  import { default as Ge } from "./pro-form/components/api-select.vue.mjs";
53
- import { default as we } from "./pro-form/components/api-transfer.vue.mjs";
53
+ import { default as ve } from "./pro-form/components/api-transfer.vue.mjs";
54
54
  import { default as ke } from "./pro-form/components/api-tree.vue.mjs";
55
55
  import { default as Ne } from "./pro-form/components/radio-button-group.vue.mjs";
56
56
  import { default as Ke } from "./pro-form/pro-form.vue.mjs";
@@ -76,98 +76,100 @@ import { default as gr } from "./ap-form/items/select/index.vue.mjs";
76
76
  import { default as hr } from "./ap-form/items/switch/index.vue.mjs";
77
77
  import { default as Br } from "./ap-form/items/checkbox/index.vue.mjs";
78
78
  import { default as Rr } from "./ap-form/items/text/password.vue.mjs";
79
- import { default as vr } from "./ap-form/ap-form-item.vue.mjs";
79
+ import { default as wr } from "./ap-form/ap-form-item.vue.mjs";
80
80
  import { default as Lr } from "./ap-form/ap-form-item-group/index.vue.mjs";
81
81
  import { default as yr } from "./ap-form/ap-form-list.vue.mjs";
82
82
  import { default as Er } from "./ap-form/search-form/index.vue.mjs";
83
83
  import { default as Xr } from "./ap-form/modal-form/index.vue.mjs";
84
84
  import { default as Hr } from "./ap-form/dependency/index.vue.mjs";
85
85
  import { default as Wr } from "./ap-form/set/index.vue.mjs";
86
- import { ApFieldText as Ur } from "./ap-field/text/index.mjs";
87
- import { default as qr } from "./ap-field/checkbox/index.vue.mjs";
88
- import { default as Qr } from "./ap-field/date/index.vue.mjs";
89
- import { default as Zr } from "./ap-field/number/index.vue.mjs";
90
- import { default as $r } from "./ap-field/radio/index.vue.mjs";
91
- import { default as et } from "./ap-field/switch/index.vue.mjs";
92
- import { default as tt } from "./ap-field/text-area/index.vue.mjs";
93
- import { default as pt } from "./ap-field/date-range/index.vue.mjs";
94
- import { default as mt } from "./ap-field/select/index.vue.mjs";
95
- import { default as dt } from "./ap-field/text/password.vue.mjs";
96
- import { default as xt } from "./ap-field/slider/index.vue.mjs";
97
- import { default as ut } from "./ap-field/segmented/index.vue.mjs";
98
- import { default as At } from "./ap-field/rate/index.vue.mjs";
99
- import { default as Tt } from "./ap-action/item-modal/index.vue.mjs";
100
- import { default as Ct } from "./ap-action/item-popconfirm/index.vue.mjs";
101
- import { default as bt } from "./ap-action/item-dropdown/index.vue.mjs";
102
- import { default as gt } from "./ap-action/group/index.vue.mjs";
103
- import { generateTableList as ht } from "./ap-custom-column/utils.mjs";
104
- import { useCacheColumnSetting as Bt } from "./ap-custom-column/useCacheColumnSetting.mjs";
105
- import { default as Rt } from "./ap-custom-column/custom-column.vue.mjs";
106
- import { default as vt } from "./ap-custom-column/column-select.vue.mjs";
107
- import { DictCode as Lt, langMap as kt } from "./work-order-modal/interfaces.mjs";
108
- import { createWorkOrderModal as Nt } from "./work-order-modal/createWorkOrder.mjs";
109
- import { default as Kt } from "./work-order-modal/work-order-modal.vue.mjs";
110
- import { default as Yt } from "./ap-tag/ap-tag.vue.mjs";
111
- import { default as Ot } from "./ap-tag/ap-tag-group.vue.mjs";
112
- import { default as zt } from "./ap-layout/ApInfoLayout.vue.mjs";
113
- import { NeedNameKeyDefault as jt } from "./ap-upload/apUploadTypes.mjs";
114
- import { default as Jt } from "./ap-upload/apUpload.vue.mjs";
115
- import { ApDownLoadNeedNameKeyDefault as Vt } from "./ap-download/interface.mjs";
116
- import { default as _t } from "./ap-download/ap-download.vue.mjs";
117
- import { default as oa } from "./check-card/group.vue.mjs";
118
- import { default as ra } from "./ap-list/index.vue.mjs";
119
- import { default as aa } from "./ap-button/ap-button.vue.mjs";
120
- import { default as fa } from "./ap-button/ap-action-button.vue.mjs";
121
- import { usePageListApTable as la } from "./business/hooks/usePageListApTable.mjs";
122
- import { useTableRefresh as sa } from "./business/hooks/useTableRefresh.mjs";
123
- import { handleExportDownload as ia } from "./business/ap-export-group/handleExportDownload.mjs";
124
- import { default as na } from "./business/ap-table-modal/index.mjs";
125
- import { useTableModal as ca } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
126
- import { useTableSelectModal as Fa } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
127
- import { ApTransformDataHelper as Sa } from "./utils/ap-trans-data/index.mjs";
128
- import { useTablePaging as Ia } from "./ap-table/hooks/use-table-paging.mjs";
129
- import { default as Da } from "./ap-table/ap-table.vue.mjs";
130
- import { default as Pa } from "./editable-table/index.vue.mjs";
131
- import { default as Ma } from "./editable-table/form-item.vue.mjs";
132
- import { default as Ga } from "./ap-descriptions/ap-descriptions.vue.mjs";
86
+ import { default as Ur } from "./ap-form/modal-form/drawer.vue.mjs";
87
+ import { ApFieldText as qr } from "./ap-field/text/index.mjs";
88
+ import { default as Qr } from "./ap-field/checkbox/index.vue.mjs";
89
+ import { default as Zr } from "./ap-field/date/index.vue.mjs";
90
+ import { default as $r } from "./ap-field/number/index.vue.mjs";
91
+ import { default as et } from "./ap-field/radio/index.vue.mjs";
92
+ import { default as tt } from "./ap-field/switch/index.vue.mjs";
93
+ import { default as pt } from "./ap-field/text-area/index.vue.mjs";
94
+ import { default as mt } from "./ap-field/date-range/index.vue.mjs";
95
+ import { default as dt } from "./ap-field/select/index.vue.mjs";
96
+ import { default as xt } from "./ap-field/text/password.vue.mjs";
97
+ import { default as ut } from "./ap-field/slider/index.vue.mjs";
98
+ import { default as At } from "./ap-field/segmented/index.vue.mjs";
99
+ import { default as Tt } from "./ap-field/rate/index.vue.mjs";
100
+ import { default as Ct } from "./ap-action/item-modal/index.vue.mjs";
101
+ import { default as bt } from "./ap-action/item-popconfirm/index.vue.mjs";
102
+ import { default as gt } from "./ap-action/item-dropdown/index.vue.mjs";
103
+ import { default as ht } from "./ap-action/group/index.vue.mjs";
104
+ import { generateTableList as Bt } from "./ap-custom-column/utils.mjs";
105
+ import { useCacheColumnSetting as Rt } from "./ap-custom-column/useCacheColumnSetting.mjs";
106
+ import { default as wt } from "./ap-custom-column/custom-column.vue.mjs";
107
+ import { default as Lt } from "./ap-custom-column/column-select.vue.mjs";
108
+ import { DictCode as yt, langMap as Nt } from "./work-order-modal/interfaces.mjs";
109
+ import { createWorkOrderModal as Kt } from "./work-order-modal/createWorkOrder.mjs";
110
+ import { default as Yt } from "./work-order-modal/work-order-modal.vue.mjs";
111
+ import { default as Ot } from "./ap-tag/ap-tag.vue.mjs";
112
+ import { default as zt } from "./ap-tag/ap-tag-group.vue.mjs";
113
+ import { default as jt } from "./ap-layout/ApInfoLayout.vue.mjs";
114
+ import { NeedNameKeyDefault as Jt } from "./ap-upload/apUploadTypes.mjs";
115
+ import { default as Vt } from "./ap-upload/apUpload.vue.mjs";
116
+ import { ApDownLoadNeedNameKeyDefault as _t } from "./ap-download/interface.mjs";
117
+ import { default as oa } from "./ap-download/ap-download.vue.mjs";
118
+ import { default as ra } from "./check-card/group.vue.mjs";
119
+ import { default as aa } from "./ap-list/index.vue.mjs";
120
+ import { default as fa } from "./ap-button/ap-button.vue.mjs";
121
+ import { default as la } from "./ap-button/ap-action-button.vue.mjs";
122
+ import { usePageListApTable as sa } from "./business/hooks/usePageListApTable.mjs";
123
+ import { useTableRefresh as ia } from "./business/hooks/useTableRefresh.mjs";
124
+ import { handleExportDownload as na } from "./business/ap-export-group/handleExportDownload.mjs";
125
+ import { default as ca } from "./business/ap-table-modal/index.mjs";
126
+ import { useTableModal as Fa } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
127
+ import { useTableSelectModal as Sa } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
128
+ import { ApTransformDataHelper as Ia } from "./utils/ap-trans-data/index.mjs";
129
+ import { useTablePaging as Da } from "./ap-table/hooks/use-table-paging.mjs";
130
+ import { default as Pa } from "./ap-table/ap-table.vue.mjs";
131
+ import { default as Ma } from "./editable-table/index.vue.mjs";
132
+ import { default as Ga } from "./editable-table/form-item.vue.mjs";
133
+ import { default as va } from "./ap-descriptions/ap-descriptions.vue.mjs";
133
134
  export {
134
135
  F as APConfigProvider,
135
- fa as ApActionButton,
136
- gt as ApActionGroup,
136
+ la as ApActionButton,
137
+ ht as ApActionGroup,
137
138
  Co as ApActionItem,
138
- bt as ApActionItemDropdown,
139
- Tt as ApActionItemModal,
140
- Ct as ApActionItemPopconfirm,
139
+ gt as ApActionItemDropdown,
140
+ Ct as ApActionItemModal,
141
+ bt as ApActionItemPopconfirm,
141
142
  ho as ApAttachment,
142
143
  Po as ApBatchAction,
143
144
  Bo as ApBatchActionGroup,
144
- aa as ApButton,
145
+ fa as ApButton,
145
146
  Mo as ApButtonGroup,
146
147
  Ro as ApCard,
147
- Rt as ApCustomColumn,
148
- vt as ApCustomSelect,
149
- Ga as ApDescriptions,
150
- Vt as ApDownLoadNeedNameKeyDefault,
151
- _t as ApDownload,
148
+ wt as ApCustomColumn,
149
+ Lt as ApCustomSelect,
150
+ va as ApDescriptions,
151
+ _t as ApDownLoadNeedNameKeyDefault,
152
+ oa as ApDownload,
152
153
  Go as ApExpandAlert,
153
- vo as ApExportGroup,
154
+ wo as ApExportGroup,
154
155
  no as ApField,
155
- qr as ApFieldCheckbox,
156
- Qr as ApFieldDate,
157
- pt as ApFieldDateRange,
158
- Zr as ApFieldNumber,
159
- dt as ApFieldPassword,
160
- $r as ApFieldRadio,
161
- At as ApFieldRate,
162
- ut as ApFieldSegmented,
163
- mt as ApFieldSelect,
164
- xt as ApFieldSlider,
165
- et as ApFieldSwitch,
166
- Ur as ApFieldText,
167
- tt as ApFieldTextArea,
156
+ Qr as ApFieldCheckbox,
157
+ Zr as ApFieldDate,
158
+ mt as ApFieldDateRange,
159
+ $r as ApFieldNumber,
160
+ xt as ApFieldPassword,
161
+ et as ApFieldRadio,
162
+ Tt as ApFieldRate,
163
+ At as ApFieldSegmented,
164
+ dt as ApFieldSelect,
165
+ ut as ApFieldSlider,
166
+ tt as ApFieldSwitch,
167
+ qr as ApFieldText,
168
+ pt as ApFieldTextArea,
168
169
  io as ApForm,
169
170
  Hr as ApFormDependency,
170
- vr as ApFormItem,
171
+ Ur as ApFormDrawerForm,
172
+ wr as ApFormItem,
171
173
  Br as ApFormItemCheckbox,
172
174
  Tr as ApFormItemDate,
173
175
  Cr as ApFormItemDateRange,
@@ -183,28 +185,28 @@ export {
183
185
  Xr as ApFormModalForm,
184
186
  Er as ApFormSearchForm,
185
187
  Wr as ApFormSet,
186
- wo as ApImage,
187
- zt as ApInfoLayout,
188
+ vo as ApImage,
189
+ jt as ApInfoLayout,
188
190
  Lo as ApInputRadio,
189
191
  ko as ApLabel,
190
192
  yo as ApLabelGroup,
191
193
  No as ApLadder,
192
- ra as ApList,
194
+ aa as ApList,
193
195
  go as ApModal,
194
196
  Eo as ApSelectLayout,
195
197
  Ko as ApStatus,
196
198
  Xo as ApStatusGroup,
197
- Da as ApTable,
198
- na as ApTableModal,
199
- Yt as ApTag,
200
- Ot as ApTagGroup,
199
+ Pa as ApTable,
200
+ ca as ApTableModal,
201
+ Ot as ApTag,
202
+ zt as ApTagGroup,
201
203
  Yo as ApTitle,
202
- Sa as ApTransformDataHelper,
203
- Jt as ApUpload,
204
+ Ia as ApTransformDataHelper,
205
+ Vt as ApUpload,
204
206
  Pe as ApiCascader,
205
207
  Me as ApiRadioGroup,
206
208
  Ge as ApiSelect,
207
- we as ApiTransfer,
209
+ ve as ApiTransfer,
208
210
  ke as ApiTree,
209
211
  Ye as ApiTreeSelect,
210
212
  Q as BaseButton,
@@ -213,7 +215,7 @@ export {
213
215
  M as BasicHelp,
214
216
  R as BasicTitle,
215
217
  bo as CheckCard,
216
- oa as CheckCardGroup,
218
+ ra as CheckCardGroup,
217
219
  I as CollapseContainer,
218
220
  Ae as CollapseTransition,
219
221
  le as ConfigProvider,
@@ -222,19 +224,19 @@ export {
222
224
  eo as CropperAvatar,
223
225
  ro as CropperImage,
224
226
  U as Description,
225
- Lt as DictCode,
227
+ yt as DictCode,
226
228
  so as Dropdown,
227
229
  pr as EditTableHeaderIcon,
228
- Pa as EditableTable,
229
- Ma as EditableTableFormItem,
230
- v as ExpandTransition,
231
- w as ExpandXTransition,
230
+ Ma as EditableTable,
231
+ Ga as EditableTableFormItem,
232
+ w as ExpandTransition,
233
+ v as ExpandXTransition,
232
234
  L as FadeTransition,
233
235
  q as Field,
234
236
  A as Icon,
235
237
  h as IconPicker,
236
238
  je as ModalButton,
237
- jt as NeedNameKeyDefault,
239
+ Jt as NeedNameKeyDefault,
238
240
  Je as PopConfirmButton,
239
241
  Ke as ProForm,
240
242
  er as ProTable,
@@ -257,7 +259,7 @@ export {
257
259
  c as SvgIcon,
258
260
  tr as TableAction,
259
261
  mr as TableImg,
260
- Kt as WorkOrderModal,
262
+ Yt as WorkOrderModal,
261
263
  co as adminToken,
262
264
  To as aplusToken,
263
265
  Zo as buildLocaleContext,
@@ -265,22 +267,22 @@ export {
265
267
  zo as configProviderContextKey,
266
268
  Oo as configProviderProps,
267
269
  mo as createPrompt,
268
- Nt as createWorkOrderModal,
270
+ Kt as createWorkOrderModal,
269
271
  te as defaultNamespace,
270
272
  ue as en,
271
- ht as generateTableList,
273
+ Bt as generateTableList,
272
274
  de as globalConfigCached,
273
- ia as handleExportDownload,
275
+ na as handleExportDownload,
274
276
  ge as isComponentFormSchema,
275
277
  De as isSlotFormSchema,
276
278
  qo as keysOf,
277
- kt as langMap,
279
+ Nt as langMap,
278
280
  $o as localeContextKey,
279
281
  ae as namespaceContextKey,
280
282
  Jo as provideGlobalConfig,
281
283
  Uo as tableDefaultConfig,
282
284
  oe as translate,
283
- Bt as useCacheColumnSetting,
285
+ Rt as useCacheColumnSetting,
284
286
  Ce as useComponentRegister,
285
287
  Te as useDescription,
286
288
  be as useForm,
@@ -291,11 +293,11 @@ export {
291
293
  Ve as useModalContext,
292
294
  $e as useModalInner,
293
295
  fe as useNamespace,
294
- la as usePageListApTable,
296
+ sa as usePageListApTable,
295
297
  dr as useTable,
296
- ca as useTableModal,
297
- Ia as useTablePaging,
298
- sa as useTableRefresh,
299
- Fa as useTableSelectModal,
298
+ Fa as useTableModal,
299
+ Da as useTablePaging,
300
+ ia as useTableRefresh,
301
+ Sa as useTableSelectModal,
300
302
  xe as zhCn
301
303
  };