@aplus-frontend/ui 0.2.4 → 0.2.6
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 +133 -131
- package/es/src/ap-form/interface.d.ts +1 -0
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +27 -0
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue.mjs +4 -0
- package/es/src/ap-scroll-bar/ap-scroll-bar.vue2.mjs +116 -0
- package/es/src/ap-scroll-bar/index.d.ts +62 -0
- package/es/src/ap-scroll-bar/index.mjs +8 -0
- package/es/src/ap-scroll-bar/interface.d.ts +4 -0
- package/es/src/ap-scroll-bar/interface.mjs +1 -0
- package/es/src/ap-scroll-bar/style/css.d.ts +0 -0
- package/es/src/ap-scroll-bar/style/css.js +1 -0
- package/es/src/ap-scroll-bar/style/index.d.ts +0 -0
- package/es/src/ap-scroll-bar/style/index.js +1 -0
- package/es/src/ap-table/ap-table.vue.d.ts +2 -0
- package/es/src/ap-table/ap-table.vue2.mjs +116 -123
- package/es/src/ap-table/components/setting/modal/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +62 -56
- package/es/src/ap-table/constants.d.ts +40 -40
- package/es/src/ap-table/utils.d.ts +40 -40
- package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +70 -63
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +192 -190
- package/es/src/path-map.mjs +1 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-form/interface.d.ts +1 -0
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +27 -0
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.js +1 -0
- package/lib/src/ap-scroll-bar/ap-scroll-bar.vue2.js +1 -0
- package/lib/src/ap-scroll-bar/index.d.ts +62 -0
- package/lib/src/ap-scroll-bar/index.js +1 -0
- package/lib/src/ap-scroll-bar/interface.d.ts +4 -0
- package/lib/src/ap-scroll-bar/interface.js +1 -0
- package/lib/src/ap-scroll-bar/style/css.d.ts +0 -0
- package/lib/src/ap-scroll-bar/style/css.js +1 -0
- package/lib/src/ap-scroll-bar/style/index.d.ts +0 -0
- package/lib/src/ap-scroll-bar/style/index.js +1 -0
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -0
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +40 -40
- package/lib/src/ap-table/utils.d.ts +40 -40
- package/lib/src/business/ap-appendix/ap-appendix.vue2.js +1 -1
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/package.json +6 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as T, computed as
|
|
1
|
+
import { defineComponent as T, computed as d, ref as V, openBlock as s, createElementBlock as u, mergeProps as S, unref as t, renderSlot as p, createVNode as g, withCtx as v, createElementVNode as c, normalizeClass as n, createBlock as N, createCommentVNode as h, Fragment as j, renderList as D, createSlots as E, createTextVNode as M, toDisplayString as U } from "vue";
|
|
2
2
|
import z from "./icons/file-icon.vue.mjs";
|
|
3
3
|
import { Tooltip as G, TypographyText as P } from "@aplus-frontend/antdv";
|
|
4
4
|
import { IconVariantDownload as q } from "@aplus-frontend/icon";
|
|
@@ -23,25 +23,25 @@ const X = ["onClick"], de = /* @__PURE__ */ T({
|
|
|
23
23
|
column: { default: 2 },
|
|
24
24
|
isFileAreaBorder: { type: Boolean, default: !1 }
|
|
25
25
|
},
|
|
26
|
-
setup(
|
|
27
|
-
const { b:
|
|
26
|
+
setup(O) {
|
|
27
|
+
const { b: $, e: i, em: C } = K("ap-appendix"), { t: y } = Q(), e = O, x = w("apUpload"), k = w(
|
|
28
28
|
"downloadCenterTriggerConfig"
|
|
29
|
-
),
|
|
29
|
+
), f = d(
|
|
30
30
|
() => J(e == null ? void 0 : e.needName, e == null ? void 0 : e.fileList)
|
|
31
|
-
), B =
|
|
31
|
+
), B = d(
|
|
32
32
|
() => {
|
|
33
33
|
var l;
|
|
34
|
-
return e.getOssAccess || ((l =
|
|
34
|
+
return e.getOssAccess || ((l = x.value) == null ? void 0 : l.getOssAccess);
|
|
35
35
|
}
|
|
36
|
-
), F =
|
|
37
|
-
() => !(Array.isArray(
|
|
38
|
-
),
|
|
39
|
-
async function I(l,
|
|
40
|
-
var
|
|
41
|
-
if (!(
|
|
42
|
-
|
|
36
|
+
), F = d(
|
|
37
|
+
() => !(Array.isArray(f.value) && f.value.length)
|
|
38
|
+
), a = V([]), b = d(() => e.title || y("ap.apAppendix.appendix"));
|
|
39
|
+
async function I(l, m) {
|
|
40
|
+
var o, L;
|
|
41
|
+
if (!(a.value.findIndex((r) => r === m) > -1)) {
|
|
42
|
+
a.value = [...a.value, m];
|
|
43
43
|
try {
|
|
44
|
-
if ((
|
|
44
|
+
if ((o = k.value) != null && o.trigger) {
|
|
45
45
|
let r = [l].map((_) => ({
|
|
46
46
|
objectName: _.path,
|
|
47
47
|
fileName: _.fileName
|
|
@@ -49,12 +49,12 @@ const X = ["onClick"], de = /* @__PURE__ */ T({
|
|
|
49
49
|
await ((L = k.value) == null ? void 0 : L.trigger(r));
|
|
50
50
|
}
|
|
51
51
|
} finally {
|
|
52
|
-
|
|
52
|
+
a.value = a.value.filter((r) => r !== m);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
return (l,
|
|
57
|
-
class: [t(
|
|
56
|
+
return (l, m) => (s(), u("div", S({
|
|
57
|
+
class: [t($)()]
|
|
58
58
|
}, {
|
|
59
59
|
...l.$attrs
|
|
60
60
|
}, {
|
|
@@ -62,32 +62,32 @@ const X = ["onClick"], de = /* @__PURE__ */ T({
|
|
|
62
62
|
"--ap-appendix-column": `repeat(${Number((e == null ? void 0 : e.column) || 2)}, 1fr)`
|
|
63
63
|
}
|
|
64
64
|
}), [
|
|
65
|
-
|
|
65
|
+
p(l.$slots, "title", {
|
|
66
66
|
fileList: e.fileList
|
|
67
67
|
}, () => [
|
|
68
|
-
|
|
68
|
+
g(R, {
|
|
69
69
|
title: b.value,
|
|
70
70
|
helpMessage: e == null ? void 0 : e.tooltip
|
|
71
71
|
}, {
|
|
72
|
-
suffix:
|
|
73
|
-
|
|
74
|
-
class: n([t(
|
|
72
|
+
suffix: v(() => [
|
|
73
|
+
c("div", {
|
|
74
|
+
class: n([t(i)("suffix")])
|
|
75
75
|
}, [
|
|
76
|
-
|
|
76
|
+
p(l.$slots, "titleSuffix", {
|
|
77
77
|
fileList: e.fileList
|
|
78
78
|
}),
|
|
79
|
-
|
|
79
|
+
p(l.$slots, "titleDownloadAllBtn", {
|
|
80
80
|
fileList: e.fileList
|
|
81
81
|
}, () => [
|
|
82
82
|
F.value ? h("", !0) : (s(), N(W, {
|
|
83
83
|
key: 0,
|
|
84
|
-
class: n([t(
|
|
84
|
+
class: n([t(i)("download-all")]),
|
|
85
85
|
text: t(y)("ap.apAppendix.downloadAll"),
|
|
86
86
|
getOssAccess: B.value,
|
|
87
|
-
fileName:
|
|
87
|
+
fileName: f.value
|
|
88
88
|
}, {
|
|
89
|
-
icon:
|
|
90
|
-
|
|
89
|
+
icon: v(() => [
|
|
90
|
+
g(t(q))
|
|
91
91
|
]),
|
|
92
92
|
_: 1
|
|
93
93
|
}, 8, ["class", "text", "getOssAccess", "fileName"]))
|
|
@@ -97,54 +97,61 @@ const X = ["onClick"], de = /* @__PURE__ */ T({
|
|
|
97
97
|
_: 3
|
|
98
98
|
}, 8, ["title", "helpMessage"])
|
|
99
99
|
]),
|
|
100
|
-
|
|
100
|
+
p(l.$slots, "fileArea", {
|
|
101
101
|
fileList: e.fileList
|
|
102
102
|
}, () => [
|
|
103
|
-
F.value ? h("", !0) : (s(),
|
|
103
|
+
F.value ? h("", !0) : (s(), u("div", {
|
|
104
104
|
key: 0,
|
|
105
105
|
class: n({
|
|
106
|
-
[t(
|
|
106
|
+
[t(i)("file-area")]: !0,
|
|
107
107
|
[t(C)("file-area", "border")]: !!e.isFileAreaBorder
|
|
108
108
|
})
|
|
109
109
|
}, [
|
|
110
|
-
|
|
111
|
-
class: n([t(
|
|
110
|
+
c("div", {
|
|
111
|
+
class: n([t(i)("file-area-content")])
|
|
112
112
|
}, [
|
|
113
|
-
(s(!0),
|
|
113
|
+
(s(!0), u(j, null, D(f.value, (A, o) => (s(), u("div", {
|
|
114
114
|
class: n({
|
|
115
|
-
[t(
|
|
116
|
-
[t(C)("file-area-content-item", "loading")]:
|
|
115
|
+
[t(i)("file-area-content-item")]: !0,
|
|
116
|
+
[t(C)("file-area-content-item", "loading")]: a.value.includes(o)
|
|
117
117
|
}),
|
|
118
|
-
key:
|
|
119
|
-
onClick: (L) => I(A, a)
|
|
118
|
+
key: o
|
|
120
119
|
}, [
|
|
121
|
-
|
|
122
|
-
|
|
120
|
+
g(t(G), null, E({
|
|
121
|
+
default: v(() => [
|
|
122
|
+
c("div", {
|
|
123
|
+
class: n({
|
|
124
|
+
[t(i)("file-area-content-item-content")]: !0,
|
|
125
|
+
[t(i)("file-area-content-item--loading-content")]: a.value.includes(o)
|
|
126
|
+
}),
|
|
127
|
+
onClick: (L) => I(A, o)
|
|
128
|
+
}, [
|
|
129
|
+
c("div", {
|
|
130
|
+
class: n([t(i)("file-area-content-item-icon")])
|
|
131
|
+
}, [
|
|
132
|
+
a.value.includes(o) ? (s(), N(t(H), { key: 0 })) : (s(), N(z, { key: 1 }))
|
|
133
|
+
], 2),
|
|
134
|
+
c("div", {
|
|
135
|
+
class: n([t(i)("file-area-content-item-file-name")])
|
|
136
|
+
}, [
|
|
137
|
+
g(t(P), {
|
|
138
|
+
ellipsis: "",
|
|
139
|
+
content: A.fileName
|
|
140
|
+
}, null, 8, ["content"])
|
|
141
|
+
], 2)
|
|
142
|
+
], 10, X)
|
|
143
|
+
]),
|
|
144
|
+
_: 2
|
|
123
145
|
}, [
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}, [
|
|
129
|
-
p(t(G), null, E({
|
|
130
|
-
default: g(() => [
|
|
131
|
-
p(t(P), {
|
|
132
|
-
ellipsis: "",
|
|
133
|
-
content: A.fileName
|
|
134
|
-
}, null, 8, ["content"])
|
|
146
|
+
a.value.includes(o) ? void 0 : {
|
|
147
|
+
name: "title",
|
|
148
|
+
fn: v(() => [
|
|
149
|
+
M(U(t(y)("ap.apAppendix.downloadFile")), 1)
|
|
135
150
|
]),
|
|
136
|
-
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
fn: g(() => [
|
|
141
|
-
M(U(t(y)("ap.apAppendix.downloadFile")), 1)
|
|
142
|
-
]),
|
|
143
|
-
key: "0"
|
|
144
|
-
}
|
|
145
|
-
]), 1024)
|
|
146
|
-
], 2)
|
|
147
|
-
], 10, X))), 128))
|
|
151
|
+
key: "0"
|
|
152
|
+
}
|
|
153
|
+
]), 1024)
|
|
154
|
+
], 2))), 128))
|
|
148
155
|
], 2)
|
|
149
156
|
], 2))
|
|
150
157
|
])
|
package/es/src/index.d.ts
CHANGED
package/es/src/index.mjs
CHANGED
|
@@ -9,209 +9,211 @@ import "./ap-info-layout/index.mjs";
|
|
|
9
9
|
import "./ap-upload/index.mjs";
|
|
10
10
|
import "./ap-download/index.mjs";
|
|
11
11
|
import { CheckCard as D } from "./check-card/index.mjs";
|
|
12
|
-
import { ApModal as
|
|
12
|
+
import { ApModal as h } from "./ap-modal/index.mjs";
|
|
13
13
|
import "./ap-list/index.mjs";
|
|
14
14
|
import "./ap-button/index.mjs";
|
|
15
15
|
import "./business/index.mjs";
|
|
16
16
|
import { ApTable as y } from "./ap-table/index.mjs";
|
|
17
17
|
import "./editable-table/index.mjs";
|
|
18
18
|
import "./ap-descriptions/index.mjs";
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import { default as eo } from "./ap-form/items/
|
|
28
|
-
import { default as to } from "./ap-form/items/
|
|
29
|
-
import { default as ao } from "./ap-form/items/date
|
|
30
|
-
import { default as fo } from "./ap-form/items/
|
|
31
|
-
import { default as xo } from "./ap-form/items/
|
|
32
|
-
import { default as uo } from "./ap-form/items/
|
|
33
|
-
import { default as io } from "./ap-form/items/
|
|
34
|
-
import { default as co } from "./ap-form/items/
|
|
35
|
-
import { default as bo } from "./ap-form/
|
|
36
|
-
import { default as Io } from "./ap-form/item
|
|
37
|
-
import { default as go } from "./ap-form/
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as No } from "./ap-form/
|
|
41
|
-
import { default as Po } from "./ap-form/
|
|
42
|
-
import { default as wo } from "./ap-form/
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as Wo } from "./ap-field/
|
|
47
|
-
import { default as Uo } from "./ap-field/
|
|
48
|
-
import { default as qo } from "./ap-field/
|
|
49
|
-
import { default as Jo } from "./ap-field/
|
|
50
|
-
import { default as Vo } from "./ap-field/
|
|
51
|
-
import { default as Yo } from "./ap-field/
|
|
52
|
-
import { default as _o } from "./ap-field/
|
|
53
|
-
import { default as oe } from "./ap-field/
|
|
54
|
-
import { default as re } from "./ap-field/
|
|
55
|
-
import { default as pe } from "./ap-field/
|
|
56
|
-
import { default as me } from "./ap-
|
|
57
|
-
import { default as le } from "./ap-action/item-
|
|
58
|
-
import { default as xe } from "./ap-action/item-
|
|
59
|
-
import { default as ue } from "./ap-action/
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import { default as Ce } from "./
|
|
64
|
-
import { default as De } from "./ap-tag/ap-tag
|
|
65
|
-
import { default as
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import { default as ve } from "./
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as Oe } from "./ap-
|
|
73
|
-
import { default as He } from "./ap-button/ap-
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import { default as _r } from "./editable-table/
|
|
104
|
-
import { default as ot } from "./
|
|
19
|
+
import { ApScrollBar as L } from "./ap-scroll-bar/index.mjs";
|
|
20
|
+
import { configProviderProps as k } from "./config-provider/config-provider-props.mjs";
|
|
21
|
+
import { configProviderContextKey as M } from "./config-provider/constants.mjs";
|
|
22
|
+
import { keysOf as v, provideGlobalConfig as B, useGlobalConfig as E } from "./config-provider/hooks/use-global-config.mjs";
|
|
23
|
+
import { buildLocaleContext as O, buildTranslator as W, localeContextKey as H, translate as U, useLocale as j } from "./config-provider/hooks/use-locale.mjs";
|
|
24
|
+
import { defaultNamespace as z, namespaceContextKey as J, useGetDerivedNamespace as Q, useNamespace as V } from "./config-provider/hooks/use-namespace.mjs";
|
|
25
|
+
import { ConfigProvider as Y, globalConfigCached as Z } from "./config-provider/config-provider.mjs";
|
|
26
|
+
import { ApFormItemText as $ } from "./ap-form/items/text/index.mjs";
|
|
27
|
+
import { default as eo } from "./ap-form/items/text-area/index.vue.mjs";
|
|
28
|
+
import { default as to } from "./ap-form/items/number/index.vue.mjs";
|
|
29
|
+
import { default as ao } from "./ap-form/items/date/index.vue.mjs";
|
|
30
|
+
import { default as fo } from "./ap-form/items/date-range/index.vue.mjs";
|
|
31
|
+
import { default as xo } from "./ap-form/items/radio/index.vue.mjs";
|
|
32
|
+
import { default as uo } from "./ap-form/items/select/index.vue.mjs";
|
|
33
|
+
import { default as io } from "./ap-form/items/switch/index.vue.mjs";
|
|
34
|
+
import { default as co } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
35
|
+
import { default as bo } from "./ap-form/items/text/password.vue.mjs";
|
|
36
|
+
import { default as Io } from "./ap-form/item/index.vue.mjs";
|
|
37
|
+
import { default as go } from "./ap-form/item-group/index.vue.mjs";
|
|
38
|
+
import { default as So } from "./ap-form/list/index.vue.mjs";
|
|
39
|
+
import { default as Go } from "./ap-form/search-form/index.vue.mjs";
|
|
40
|
+
import { default as No } from "./ap-form/modal-form/index.vue.mjs";
|
|
41
|
+
import { default as Po } from "./ap-form/dependency/index.vue.mjs";
|
|
42
|
+
import { default as wo } from "./ap-form/set/index.vue.mjs";
|
|
43
|
+
import { default as Ro } from "./ap-form/drawer-form/index.vue.mjs";
|
|
44
|
+
import { ApFieldText as Bo } from "./ap-field/text/index.mjs";
|
|
45
|
+
import { default as Ko } from "./ap-field/checkbox/index.vue.mjs";
|
|
46
|
+
import { default as Wo } from "./ap-field/date/index.vue.mjs";
|
|
47
|
+
import { default as Uo } from "./ap-field/number/index.vue.mjs";
|
|
48
|
+
import { default as qo } from "./ap-field/radio/index.vue.mjs";
|
|
49
|
+
import { default as Jo } from "./ap-field/switch/index.vue.mjs";
|
|
50
|
+
import { default as Vo } from "./ap-field/text-area/index.vue.mjs";
|
|
51
|
+
import { default as Yo } from "./ap-field/date-range/index.vue.mjs";
|
|
52
|
+
import { default as _o } from "./ap-field/select/index.vue.mjs";
|
|
53
|
+
import { default as oe } from "./ap-field/text/password.vue.mjs";
|
|
54
|
+
import { default as re } from "./ap-field/slider/index.vue.mjs";
|
|
55
|
+
import { default as pe } from "./ap-field/segmented/index.vue.mjs";
|
|
56
|
+
import { default as me } from "./ap-field/rate/index.vue.mjs";
|
|
57
|
+
import { default as le } from "./ap-action/item-modal/index.vue.mjs";
|
|
58
|
+
import { default as xe } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
59
|
+
import { default as ue } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
60
|
+
import { default as ie } from "./ap-action/group/index.vue.mjs";
|
|
61
|
+
import { DictCode as ce, langMap as Fe } from "./work-order-modal/interfaces.mjs";
|
|
62
|
+
import { createWorkOrderModal as Te } from "./work-order-modal/createWorkOrder.mjs";
|
|
63
|
+
import { default as Ce } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
64
|
+
import { default as De } from "./ap-tag/ap-tag.vue.mjs";
|
|
65
|
+
import { default as he } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
66
|
+
import { default as ye } from "./ap-info-layout/ApInfoLayout.vue.mjs";
|
|
67
|
+
import { NeedNameKeyDefault as Le } from "./ap-upload/apUploadTypes.mjs";
|
|
68
|
+
import { default as ke } from "./ap-upload/apUpload.vue.mjs";
|
|
69
|
+
import { ApDownLoadNeedNameKeyDefault as Me } from "./ap-download/interface.mjs";
|
|
70
|
+
import { default as ve } from "./ap-download/ap-download.vue.mjs";
|
|
71
|
+
import { default as Ee } from "./check-card/group.vue.mjs";
|
|
72
|
+
import { default as Oe } from "./ap-list/index.vue.mjs";
|
|
73
|
+
import { default as He } from "./ap-button/ap-button.vue.mjs";
|
|
74
|
+
import { default as je } from "./ap-button/ap-action-button.vue.mjs";
|
|
75
|
+
import { ApTransformDataHelper as ze } from "./utils/ap-trans-data/index.mjs";
|
|
76
|
+
import { default as Qe } from "./business/ap-table-modal/index.mjs";
|
|
77
|
+
import { useTableModal as Xe } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
78
|
+
import { useTableSelectModal as Ze } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
79
|
+
import { ApAttachment as $e } from "./business/ap-attachment/index.mjs";
|
|
80
|
+
import { ApBatchAction as er } from "./business/ap-batch-action/index.mjs";
|
|
81
|
+
import { ApBatchActionGroup as tr } from "./business/ap-batch-action-group/index.mjs";
|
|
82
|
+
import { ApButtonGroup as ar } from "./business/ap-button-group/index.mjs";
|
|
83
|
+
import { ApCard as fr } from "./business/ap-card/index.mjs";
|
|
84
|
+
import { ApExpandAlert as dr } from "./business/ap-expand-alert/index.mjs";
|
|
85
|
+
import { ApExportGroupActionType as Ar } from "./business/ap-export-group/interface.mjs";
|
|
86
|
+
import { ApExportGroup as sr } from "./business/ap-export-group/index.mjs";
|
|
87
|
+
import { handleExportDownload as nr } from "./business/ap-export-group/handleExportDownload.mjs";
|
|
88
|
+
import { ApImage as Fr } from "./business/ap-image/index.mjs";
|
|
89
|
+
import { ApInputRadio as Tr } from "./business/ap-input-radio/index.mjs";
|
|
90
|
+
import { ApLabel as Cr, ApLabelGroup as gr } from "./business/ap-label/index.mjs";
|
|
91
|
+
import { locales as Sr } from "./business/ap-ladder/interface.mjs";
|
|
92
|
+
import { ApLadder as Gr } from "./business/ap-ladder/index.mjs";
|
|
93
|
+
import { ApSelectLayout as Nr } from "./business/ap-select-layout/index.mjs";
|
|
94
|
+
import { ApStatus as Pr, ApStatusGroup as kr } from "./business/ap-status/index.mjs";
|
|
95
|
+
import { ApTitle as Mr } from "./business/ap-title/index.mjs";
|
|
96
|
+
import { usePageListApTable as vr } from "./business/hooks/usePageListApTable.mjs";
|
|
97
|
+
import { useTableRefresh as Er } from "./business/hooks/useTableRefresh.mjs";
|
|
98
|
+
import { computedRecords as Or, flattenColumns as Wr, formatDataIndex as Hr, formatNumber as Ur } from "./business/ap-summary/utils.mjs";
|
|
99
|
+
import { ApSummary as qr } from "./business/ap-summary/index.mjs";
|
|
100
|
+
import { ApNeedNameKeyDefault as Jr } from "./business/ap-appendix/interface.mjs";
|
|
101
|
+
import { ApAppendix as Vr } from "./business/ap-appendix/index.mjs";
|
|
102
|
+
import { useTablePaging as Yr } from "./ap-table/hooks/use-table-paging.mjs";
|
|
103
|
+
import { default as _r } from "./editable-table/index.vue.mjs";
|
|
104
|
+
import { default as ot } from "./editable-table/form-item.vue.mjs";
|
|
105
|
+
import { default as rt } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
105
106
|
export {
|
|
106
107
|
u as APConfigProvider,
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
je as ApActionButton,
|
|
109
|
+
ie as ApActionGroup,
|
|
109
110
|
C as ApActionItem,
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
111
|
+
ue as ApActionItemDropdown,
|
|
112
|
+
le as ApActionItemModal,
|
|
113
|
+
xe as ApActionItemPopconfirm,
|
|
114
|
+
Vr as ApAppendix,
|
|
115
|
+
$e as ApAttachment,
|
|
116
|
+
er as ApBatchAction,
|
|
117
|
+
tr as ApBatchActionGroup,
|
|
118
|
+
He as ApButton,
|
|
119
|
+
ar as ApButtonGroup,
|
|
120
|
+
fr as ApCard,
|
|
121
|
+
rt as ApDescriptions,
|
|
122
|
+
Me as ApDownLoadNeedNameKeyDefault,
|
|
123
|
+
ve as ApDownload,
|
|
124
|
+
dr as ApExpandAlert,
|
|
125
|
+
sr as ApExportGroup,
|
|
126
|
+
Ar as ApExportGroupActionType,
|
|
126
127
|
c as ApField,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
128
|
+
Ko as ApFieldCheckbox,
|
|
129
|
+
Wo as ApFieldDate,
|
|
130
|
+
Yo as ApFieldDateRange,
|
|
131
|
+
Uo as ApFieldNumber,
|
|
132
|
+
oe as ApFieldPassword,
|
|
133
|
+
qo as ApFieldRadio,
|
|
134
|
+
me as ApFieldRate,
|
|
135
|
+
pe as ApFieldSegmented,
|
|
136
|
+
_o as ApFieldSelect,
|
|
137
|
+
re as ApFieldSlider,
|
|
138
|
+
Jo as ApFieldSwitch,
|
|
139
|
+
Bo as ApFieldText,
|
|
140
|
+
Vo as ApFieldTextArea,
|
|
140
141
|
i as ApForm,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
Nr as
|
|
170
|
-
|
|
171
|
-
|
|
142
|
+
Po as ApFormDependency,
|
|
143
|
+
Ro as ApFormDrawerForm,
|
|
144
|
+
Io as ApFormItem,
|
|
145
|
+
co as ApFormItemCheckbox,
|
|
146
|
+
ao as ApFormItemDate,
|
|
147
|
+
fo as ApFormItemDateRange,
|
|
148
|
+
go as ApFormItemGroup,
|
|
149
|
+
to as ApFormItemNumber,
|
|
150
|
+
xo as ApFormItemRadio,
|
|
151
|
+
uo as ApFormItemSelect,
|
|
152
|
+
io as ApFormItemSwitch,
|
|
153
|
+
$ as ApFormItemText,
|
|
154
|
+
eo as ApFormItemTextArea,
|
|
155
|
+
bo as ApFormItemTextPassword,
|
|
156
|
+
So as ApFormList,
|
|
157
|
+
No as ApFormModalForm,
|
|
158
|
+
Go as ApFormSearchForm,
|
|
159
|
+
wo as ApFormSet,
|
|
160
|
+
Fr as ApImage,
|
|
161
|
+
ye as ApInfoLayout,
|
|
162
|
+
Tr as ApInputRadio,
|
|
163
|
+
Cr as ApLabel,
|
|
164
|
+
gr as ApLabelGroup,
|
|
165
|
+
Gr as ApLadder,
|
|
166
|
+
Oe as ApList,
|
|
167
|
+
h as ApModal,
|
|
168
|
+
Jr as ApNeedNameKeyDefault,
|
|
169
|
+
L as ApScrollBar,
|
|
170
|
+
Nr as ApSelectLayout,
|
|
171
|
+
Pr as ApStatus,
|
|
172
|
+
kr as ApStatusGroup,
|
|
173
|
+
qr as ApSummary,
|
|
172
174
|
y as ApTable,
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
175
|
+
Qe as ApTableModal,
|
|
176
|
+
De as ApTag,
|
|
177
|
+
he as ApTagGroup,
|
|
178
|
+
Mr as ApTitle,
|
|
179
|
+
ze as ApTransformDataHelper,
|
|
180
|
+
ke as ApUpload,
|
|
179
181
|
D as CheckCard,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
182
|
+
Ee as CheckCardGroup,
|
|
183
|
+
Y as ConfigProvider,
|
|
184
|
+
ce as DictCode,
|
|
185
|
+
_r as EditableTable,
|
|
186
|
+
ot as EditableTableFormItem,
|
|
187
|
+
Le as NeedNameKeyDefault,
|
|
188
|
+
Ce as WorkOrderModal,
|
|
187
189
|
b as adminToken,
|
|
188
190
|
T as aplusToken,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
191
|
+
O as buildLocaleContext,
|
|
192
|
+
W as buildTranslator,
|
|
193
|
+
Or as computedRecords,
|
|
194
|
+
M as configProviderContextKey,
|
|
195
|
+
k as configProviderProps,
|
|
196
|
+
Te as createWorkOrderModal,
|
|
197
|
+
z as defaultNamespace,
|
|
198
|
+
Wr as flattenColumns,
|
|
199
|
+
Hr as formatDataIndex,
|
|
200
|
+
Ur as formatNumber,
|
|
201
|
+
Z as globalConfigCached,
|
|
202
|
+
nr as handleExportDownload,
|
|
203
|
+
v as keysOf,
|
|
204
|
+
Fe as langMap,
|
|
205
|
+
H as localeContextKey,
|
|
206
|
+
Sr as locales,
|
|
207
|
+
J as namespaceContextKey,
|
|
208
|
+
B as provideGlobalConfig,
|
|
209
|
+
U as translate,
|
|
210
|
+
Q as useGetDerivedNamespace,
|
|
211
|
+
E as useGlobalConfig,
|
|
212
|
+
j as useLocale,
|
|
213
|
+
V as useNamespace,
|
|
214
|
+
vr as usePageListApTable,
|
|
215
|
+
Xe as useTableModal,
|
|
216
|
+
Yr as useTablePaging,
|
|
217
|
+
Er as useTableRefresh,
|
|
218
|
+
Ze as useTableSelectModal
|
|
217
219
|
};
|
package/es/src/path-map.mjs
CHANGED