@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.
- package/es/index.mjs +136 -134
- package/es/src/ap-descriptions/formatter/index.mjs +24 -24
- package/es/src/ap-form/index.d.ts +3 -1
- package/es/src/ap-form/index.mjs +8 -4
- package/es/src/ap-form/interface.d.ts +30 -1
- package/es/src/ap-form/modal-form/drawer.vue.d.ts +830 -0
- package/es/src/ap-form/modal-form/drawer.vue.mjs +288 -0
- package/es/src/ap-form/modal-form/drawer.vue2.mjs +4 -0
- package/es/src/ap-form/modal-form/index.vue.mjs +56 -47
- package/es/src/ap-form/style/drawer-form.css +10 -0
- package/es/src/ap-table/ap-table.vue.mjs +96 -95
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +1 -1
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +2 -2
- package/es/src/ap-table/hooks/use-table-column-state.mjs +37 -37
- package/es/src/ap-table/hooks/use-table-paging.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-paging.mjs +74 -74
- package/es/src/ap-table/style/ap-table.css +6 -0
- package/es/src/business/ap-card/ApCard.vue2.mjs +18 -20
- package/es/src/index.mjs +107 -105
- package/es/src/theme/ap-form/drawer-form.css +10 -0
- package/es/src/theme/ap-table/ap-table.css +6 -0
- package/es/src/theme/css-var/index.mjs +10 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-descriptions/formatter/index.js +1 -1
- package/lib/src/ap-form/index.d.ts +3 -1
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/interface.d.ts +30 -1
- package/lib/src/ap-form/modal-form/drawer.vue.d.ts +830 -0
- package/lib/src/ap-form/modal-form/drawer.vue.js +1 -0
- package/lib/src/ap-form/modal-form/drawer.vue2.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/style/drawer-form.css +10 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +2 -2
- package/lib/src/ap-table/hooks/use-table-column-state.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
- package/lib/src/ap-table/style/ap-table.css +6 -0
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/theme/ap-form/drawer-form.css +10 -0
- package/lib/src/theme/ap-table/ap-table.css +6 -0
- package/lib/src/theme/css-var/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import { parseFieldValue as
|
|
3
|
-
import { isArray as
|
|
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
|
|
6
|
+
import { useNamespace as oe } from "../../config-provider/hooks/use-namespace.mjs";
|
|
7
7
|
const ue = ({
|
|
8
|
-
manual:
|
|
9
|
-
defaultCurrent:
|
|
8
|
+
manual: E = !1,
|
|
9
|
+
defaultCurrent: M = 1,
|
|
10
10
|
defaultPageSize: w = 10,
|
|
11
|
-
request:
|
|
12
|
-
defaultParams:
|
|
13
|
-
defaultData:
|
|
11
|
+
request: N,
|
|
12
|
+
defaultParams: $ = {},
|
|
13
|
+
defaultData: q = [],
|
|
14
14
|
formatParams: C,
|
|
15
15
|
paramsValueTypeMap: y,
|
|
16
16
|
resetFieldsIgnores: D,
|
|
17
|
-
filterFields:
|
|
18
|
-
sortFields:
|
|
19
|
-
showLessItems:
|
|
20
|
-
showTotal:
|
|
17
|
+
filterFields: J,
|
|
18
|
+
sortFields: L,
|
|
19
|
+
showLessItems: b = !1,
|
|
20
|
+
showTotal: Q = !0
|
|
21
21
|
}) => {
|
|
22
|
-
let
|
|
23
|
-
const
|
|
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:
|
|
27
|
-
} =
|
|
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 =
|
|
34
|
-
|
|
33
|
+
const a = G(e), t = Date.now();
|
|
34
|
+
z = t, n.value.loading = !0;
|
|
35
35
|
try {
|
|
36
|
-
const s = await
|
|
37
|
-
|
|
36
|
+
const s = await N({
|
|
37
|
+
...$,
|
|
38
38
|
...a
|
|
39
39
|
});
|
|
40
|
-
|
|
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
|
-
|
|
42
|
+
z === t && (n.value.records = [], n.value.total = 0);
|
|
43
43
|
} finally {
|
|
44
|
-
|
|
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] =
|
|
51
|
+
s && (a[t] = ee(s, r));
|
|
52
52
|
}
|
|
53
53
|
}), a;
|
|
54
|
-
},
|
|
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
|
-
},
|
|
62
|
+
}, T = (e) => {
|
|
63
63
|
f = e;
|
|
64
64
|
const a = R(e);
|
|
65
65
|
O(a);
|
|
66
|
-
},
|
|
67
|
-
|
|
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,
|
|
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
|
-
|
|
83
|
-
}, W = (
|
|
84
|
-
|
|
85
|
-
|
|
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 =
|
|
92
|
+
const s = B(t) ? [...t] : [t], g = {};
|
|
93
93
|
for (const i of s)
|
|
94
|
-
(h =
|
|
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 =
|
|
98
|
-
|
|
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
|
-
|
|
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:
|
|
111
|
-
pageSize:
|
|
110
|
+
current: o(l),
|
|
111
|
+
pageSize: o(p),
|
|
112
112
|
...e
|
|
113
|
-
}, !
|
|
113
|
+
}, !E) {
|
|
114
114
|
const r = R(f);
|
|
115
115
|
O(r);
|
|
116
116
|
}
|
|
117
117
|
});
|
|
118
|
-
const
|
|
119
|
-
function
|
|
120
|
-
e
|
|
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
|
|
123
|
-
loading: n
|
|
122
|
+
const _ = V(() => ({
|
|
123
|
+
loading: o(n).loading,
|
|
124
124
|
pagination: {
|
|
125
|
-
current:
|
|
126
|
-
pageSize:
|
|
127
|
-
total: n
|
|
128
|
-
showSizeChanger: !
|
|
129
|
-
showQuickJumper: !
|
|
130
|
-
showLessItems:
|
|
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:
|
|
133
|
-
class:
|
|
134
|
-
}, [F("ap.apTable.pagination.totalLeftPrefix"), " ",
|
|
135
|
-
class:
|
|
136
|
-
}, [e]), " ", F("ap.apTable.pagination.totalLeftSuffix"),
|
|
137
|
-
class:
|
|
138
|
-
}, [F("ap.apTable.pagination.totalRightPrefix"), " ",
|
|
139
|
-
class:
|
|
140
|
-
}, [
|
|
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
|
|
143
|
+
dataSource: o(n).records
|
|
144
144
|
}));
|
|
145
145
|
return {
|
|
146
146
|
formRef: c,
|
|
147
147
|
submit: j,
|
|
148
|
-
reset:
|
|
149
|
-
refresh:
|
|
150
|
-
refreshByDelete:
|
|
151
|
-
data:
|
|
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:
|
|
156
|
-
dataSource: V(() => n
|
|
157
|
-
setDataSource:
|
|
155
|
+
tableProps: _,
|
|
156
|
+
dataSource: V(() => o(n).records),
|
|
157
|
+
setDataSource: Z
|
|
158
158
|
};
|
|
159
159
|
};
|
|
160
160
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as g, computed as r, openBlock as t, createElementBlock as s, normalizeClass as C, unref as
|
|
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"),
|
|
15
|
+
const e = k, { b: f } = z("ap-card"), v = r(
|
|
16
16
|
() => b((e == null ? void 0 : e.titleProps) || {}, ["prefix", "suffix"])
|
|
17
|
-
),
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
|
22
|
+
var c, d;
|
|
25
23
|
return t(), s("div", {
|
|
26
|
-
class: C([
|
|
24
|
+
class: C([u(f)()]),
|
|
27
25
|
style: h({
|
|
28
|
-
padding:
|
|
26
|
+
padding: p.value
|
|
29
27
|
})
|
|
30
28
|
}, [
|
|
31
|
-
|
|
29
|
+
m.value ? (t(), a(D, S({
|
|
32
30
|
key: 0,
|
|
33
|
-
class: [`${
|
|
31
|
+
class: [`${u(f)()}-title`]
|
|
34
32
|
}, {
|
|
35
|
-
...
|
|
33
|
+
...v.value
|
|
36
34
|
}), B({ _: 2 }, [
|
|
37
|
-
(
|
|
35
|
+
(c = e == null ? void 0 : e.titleProps) != null && c.suffix ? {
|
|
38
36
|
name: "suffix",
|
|
39
|
-
fn:
|
|
37
|
+
fn: x(() => {
|
|
40
38
|
var i, o, l;
|
|
41
39
|
return [
|
|
42
|
-
|
|
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
|
-
(
|
|
45
|
+
(d = e == null ? void 0 : e.titleProps) != null && d.prefix ? {
|
|
48
46
|
name: "prefix",
|
|
49
|
-
fn:
|
|
47
|
+
fn: x(() => {
|
|
50
48
|
var i, o, l;
|
|
51
49
|
return [
|
|
52
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
87
|
-
import {
|
|
88
|
-
import { default as Qr } from "./ap-field/
|
|
89
|
-
import { default as Zr } from "./ap-field/
|
|
90
|
-
import { default as $r } from "./ap-field/
|
|
91
|
-
import { default as et } from "./ap-field/
|
|
92
|
-
import { default as tt } from "./ap-field/
|
|
93
|
-
import { default as pt } from "./ap-field/
|
|
94
|
-
import { default as mt } from "./ap-field/
|
|
95
|
-
import { default as dt } from "./ap-field/
|
|
96
|
-
import { default as xt } from "./ap-field/
|
|
97
|
-
import { default as ut } from "./ap-field/
|
|
98
|
-
import { default as At } from "./ap-field/
|
|
99
|
-
import { default as Tt } from "./ap-
|
|
100
|
-
import { default as Ct } from "./ap-action/item-
|
|
101
|
-
import { default as bt } from "./ap-action/item-
|
|
102
|
-
import { default as gt } from "./ap-action/
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import { default as
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import { default as Yt } from "./
|
|
111
|
-
import { default as Ot } from "./ap-tag/ap-tag
|
|
112
|
-
import { default as zt } from "./ap-
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import { default as oa } from "./
|
|
118
|
-
import { default as ra } from "./
|
|
119
|
-
import { default as aa } from "./ap-
|
|
120
|
-
import { default as fa } from "./ap-button/ap-
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import { default as Pa } from "./
|
|
131
|
-
import { default as Ma } from "./editable-table/
|
|
132
|
-
import { default as Ga } from "./
|
|
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
|
-
|
|
136
|
-
|
|
136
|
+
la as ApActionButton,
|
|
137
|
+
ht as ApActionGroup,
|
|
137
138
|
Co as ApActionItem,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
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
|
-
|
|
145
|
+
fa as ApButton,
|
|
145
146
|
Mo as ApButtonGroup,
|
|
146
147
|
Ro as ApCard,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
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
|
-
|
|
154
|
+
wo as ApExportGroup,
|
|
154
155
|
no as ApField,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
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
|
-
|
|
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
|
-
|
|
187
|
-
|
|
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
|
-
|
|
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
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
199
|
+
Pa as ApTable,
|
|
200
|
+
ca as ApTableModal,
|
|
201
|
+
Ot as ApTag,
|
|
202
|
+
zt as ApTagGroup,
|
|
201
203
|
Yo as ApTitle,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
+
Ia as ApTransformDataHelper,
|
|
205
|
+
Vt as ApUpload,
|
|
204
206
|
Pe as ApiCascader,
|
|
205
207
|
Me as ApiRadioGroup,
|
|
206
208
|
Ge as ApiSelect,
|
|
207
|
-
|
|
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
|
-
|
|
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
|
-
|
|
227
|
+
yt as DictCode,
|
|
226
228
|
so as Dropdown,
|
|
227
229
|
pr as EditTableHeaderIcon,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
270
|
+
Kt as createWorkOrderModal,
|
|
269
271
|
te as defaultNamespace,
|
|
270
272
|
ue as en,
|
|
271
|
-
|
|
273
|
+
Bt as generateTableList,
|
|
272
274
|
de as globalConfigCached,
|
|
273
|
-
|
|
275
|
+
na as handleExportDownload,
|
|
274
276
|
ge as isComponentFormSchema,
|
|
275
277
|
De as isSlotFormSchema,
|
|
276
278
|
qo as keysOf,
|
|
277
|
-
|
|
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
|
-
|
|
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
|
-
|
|
296
|
+
sa as usePageListApTable,
|
|
295
297
|
dr as useTable,
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
298
|
+
Fa as useTableModal,
|
|
299
|
+
Da as useTablePaging,
|
|
300
|
+
ia as useTableRefresh,
|
|
301
|
+
Sa as useTableSelectModal,
|
|
300
302
|
xe as zhCn
|
|
301
303
|
};
|