liyu-pc-base 1.0.22 → 1.0.26
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/dist/{SearchRender-4efb4aed.js → SearchRender-eb22749a.js} +2 -2
- package/dist/{SearchRender-4efb4aed.js.map → SearchRender-eb22749a.js.map} +1 -1
- package/dist/api/api-model.js +6 -6
- package/dist/components/FormRender/utils.js +6 -6
- package/dist/components/index.js +400 -390
- package/dist/components/index.js.map +1 -1
- package/dist/components/remotePages/index.js +415 -396
- package/dist/components/remotePages/index.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/{init-plugin-3dcd1452.js → init-plugin-57ca649d.js} +71 -47
- package/dist/init-plugin-57ca649d.js.map +1 -0
- package/dist/{modal-tools-e78a01c2.js → modal-tools-9929bde3.js} +1 -1
- package/dist/{modal-tools-e78a01c2.js.map → modal-tools-9929bde3.js.map} +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/hooks/useFetchData.js +1 -1
- package/package.json +1 -1
- package/dist/init-plugin-3dcd1452.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { e as _, g, b as
|
|
2
|
-
import { F as m, A as a, a as u, S as
|
|
1
|
+
import { e as _, g, b as C, u as M, r as q, a as v, c as j, d as x, l as F, s as n, f as T, h as A, i as E, j as J } from "./init-plugin-57ca649d.js";
|
|
2
|
+
import { F as m, A as a, a as u, S as l, R as c, b as t, c as S, d as f, J as d, e as b, f as I, g as R } from "./SearchRender-eb22749a.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@ant-design/icons-vue";
|
|
5
5
|
import "ant-design-vue";
|
|
6
|
-
import "./modal-tools-
|
|
6
|
+
import "./modal-tools-9929bde3.js";
|
|
7
7
|
import "vue-i18n";
|
|
8
8
|
import "moment";
|
|
9
9
|
import "lodash-es";
|
|
@@ -18,11 +18,11 @@ import "numeral";
|
|
|
18
18
|
import "./utils/excel.js";
|
|
19
19
|
import "xlsx";
|
|
20
20
|
import "dayjs";
|
|
21
|
-
const
|
|
21
|
+
const Z = {
|
|
22
22
|
install(r, e) {
|
|
23
|
-
e != null && e.env && r.use(_(e.env)), e != null && e.globMap && r.use(g(e.globMap)), e != null && e.bus && r.use(
|
|
23
|
+
e != null && e.env && r.use(_(e.env)), e != null && e.globMap && r.use(g(e.globMap)), e != null && e.bus && r.use(C(e.bus)), e != null && e.useUserStore && r.use(M(e.useUserStore)), e != null && e.request && r.use(q(e.request)), e != null && e.useRequiredConditionStore && r.use(v(e.useRequiredConditionStore)), e != null && e.required_condition_event_obj && r.use(j(e.required_condition_event_obj)), e != null && e.event_obj && r.use(x(e.event_obj)), e != null && e.ls && r.use(F(e.ls)), e != null && e.sourceStore && r.use(n(e.sourceStore)), e != null && e.usePageConfigStore && r.use(T(e.usePageConfigStore)), e != null && e.remoteSelectStore && r.use(A(e.remoteSelectStore)), e != null && e.cellComponentMap && r.use(E(e.cellComponentMap)), e != null && e.cellFormatExcelValueMap && r.use(J(e.cellFormatExcelValueMap)), r.component(m.name, m).component(a.name, a).component(u.name, u).component(l.name, l).component(c.name, c).component(t.name, t).component(S.name, S).component(f.name, f).component(d.name, d).component(b.name, b).component(I.name, I).component(R.name, R);
|
|
24
24
|
}
|
|
25
25
|
};
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
Z as default
|
|
28
28
|
};
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {\n busInit,\n envInit,\n requestInit,\n useUserStoreInit,\n useRequiredConditionStoreInit,\n required_condition_event_objInit,\n globMapInit,\n event_objInit,\n lsInit,\n sourceStoreInit,\n usePageConfigStoreInit,\n remoteSelectStoreInit,\n} from './init-plugin';\nimport 'uno.css';\nimport AttributeNomTable from './components/FormRender/AttributeNomTable/index.vue';\nimport AttributeTable from './components/FormRender/AttributeTable/index.vue';\nimport FieldRender from './components/FormRender/FieldRender.vue';\nimport JsonObj from './components/FormRender/JsonObj/index.vue';\nimport JsonStr from './components/FormRender/JsonStr/index.vue';\nimport RemoteCascader from './components/FormRender/RemoteCascader/RemoteCascader.vue';\nimport RemoteFilterSelect from './components/FormRender/RemoteFilterSelect/RemoteFilterSelect.vue';\nimport RemoteModal from './components/FormRender/RemoteModal/RemoteModal.vue';\nimport RemoteSelect from './components/FormRender/RemoteSelect/RemoteSelect.vue';\nimport RemoteTable2 from './components/FormRender/RemoteTable2/RemoteTable2.vue';\nimport RemoteText from './components/FormRender/RemoteText/RemoteText.vue';\nimport SearchRender from './components/FormRender/SearchRender.vue';\n\nexport default {\n install(app: any, options: any) {\n if (options?.env) {\n app.use(envInit(options.env));\n }\n if (options?.globMap) {\n app.use(globMapInit(options.globMap));\n }\n if (options?.bus) {\n app.use(busInit(options.bus));\n }\n if (options?.useUserStore) {\n app.use(useUserStoreInit(options.useUserStore));\n }\n if (options?.request) {\n app.use(requestInit(options.request));\n }\n if (options?.useRequiredConditionStore) {\n app.use(useRequiredConditionStoreInit(options.useRequiredConditionStore));\n }\n if (options?.required_condition_event_obj) {\n app.use(required_condition_event_objInit(options.required_condition_event_obj));\n }\n if (options?.event_obj) {\n app.use(event_objInit(options.event_obj));\n }\n if (options?.ls) {\n app.use(lsInit(options.ls));\n }\n if (options?.sourceStore) {\n app.use(sourceStoreInit(options.sourceStore));\n }\n if (options?.usePageConfigStore) {\n app.use(usePageConfigStoreInit(options.usePageConfigStore));\n }\n if (options?.remoteSelectStore) {\n app.use(remoteSelectStoreInit(options.remoteSelectStore));\n }\n app\n .component(FieldRender.name, FieldRender)\n .component(AttributeTable.name, AttributeTable)\n .component(AttributeNomTable.name, AttributeNomTable)\n .component(SearchRender.name, SearchRender)\n .component(RemoteSelect.name, RemoteSelect)\n .component(RemoteCascader.name, RemoteCascader)\n .component(RemoteFilterSelect.name, RemoteFilterSelect)\n .component(RemoteModal.name, RemoteModal)\n .component(JsonStr.name, JsonStr)\n .component(JsonObj.name, JsonObj)\n .component(RemoteText.name, RemoteText)\n .component(RemoteTable2.name, RemoteTable2);\n },\n};\n"],"names":["index","app","options","envInit","globMapInit","busInit","useUserStoreInit","requestInit","useRequiredConditionStoreInit","required_condition_event_objInit","event_objInit","lsInit","sourceStoreInit","usePageConfigStoreInit","remoteSelectStoreInit","FieldRender","AttributeTable","AttributeNomTable","SearchRender","RemoteSelect","RemoteCascader","RemoteFilterSelect","RemoteModal","JsonStr","JsonObj","RemoteText","RemoteTable2"],"mappings":";;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {\n busInit,\n envInit,\n requestInit,\n useUserStoreInit,\n useRequiredConditionStoreInit,\n required_condition_event_objInit,\n globMapInit,\n event_objInit,\n lsInit,\n sourceStoreInit,\n usePageConfigStoreInit,\n remoteSelectStoreInit,\n cellComponentMapInit,\n cellFormatExcelValueMapInit,\n} from './init-plugin';\nimport 'uno.css';\nimport AttributeNomTable from './components/FormRender/AttributeNomTable/index.vue';\nimport AttributeTable from './components/FormRender/AttributeTable/index.vue';\nimport FieldRender from './components/FormRender/FieldRender.vue';\nimport JsonObj from './components/FormRender/JsonObj/index.vue';\nimport JsonStr from './components/FormRender/JsonStr/index.vue';\nimport RemoteCascader from './components/FormRender/RemoteCascader/RemoteCascader.vue';\nimport RemoteFilterSelect from './components/FormRender/RemoteFilterSelect/RemoteFilterSelect.vue';\nimport RemoteModal from './components/FormRender/RemoteModal/RemoteModal.vue';\nimport RemoteSelect from './components/FormRender/RemoteSelect/RemoteSelect.vue';\nimport RemoteTable2 from './components/FormRender/RemoteTable2/RemoteTable2.vue';\nimport RemoteText from './components/FormRender/RemoteText/RemoteText.vue';\nimport SearchRender from './components/FormRender/SearchRender.vue';\n\nexport default {\n install(app: any, options: any) {\n if (options?.env) {\n app.use(envInit(options.env));\n }\n if (options?.globMap) {\n app.use(globMapInit(options.globMap));\n }\n if (options?.bus) {\n app.use(busInit(options.bus));\n }\n if (options?.useUserStore) {\n app.use(useUserStoreInit(options.useUserStore));\n }\n if (options?.request) {\n app.use(requestInit(options.request));\n }\n if (options?.useRequiredConditionStore) {\n app.use(useRequiredConditionStoreInit(options.useRequiredConditionStore));\n }\n if (options?.required_condition_event_obj) {\n app.use(required_condition_event_objInit(options.required_condition_event_obj));\n }\n if (options?.event_obj) {\n app.use(event_objInit(options.event_obj));\n }\n if (options?.ls) {\n app.use(lsInit(options.ls));\n }\n if (options?.sourceStore) {\n app.use(sourceStoreInit(options.sourceStore));\n }\n if (options?.usePageConfigStore) {\n app.use(usePageConfigStoreInit(options.usePageConfigStore));\n }\n if (options?.remoteSelectStore) {\n app.use(remoteSelectStoreInit(options.remoteSelectStore));\n }\n if (options?.cellComponentMap) {\n app.use(cellComponentMapInit(options.cellComponentMap));\n }\n if (options?.cellFormatExcelValueMap) {\n app.use(cellFormatExcelValueMapInit(options.cellFormatExcelValueMap));\n }\n app\n .component(FieldRender.name, FieldRender)\n .component(AttributeTable.name, AttributeTable)\n .component(AttributeNomTable.name, AttributeNomTable)\n .component(SearchRender.name, SearchRender)\n .component(RemoteSelect.name, RemoteSelect)\n .component(RemoteCascader.name, RemoteCascader)\n .component(RemoteFilterSelect.name, RemoteFilterSelect)\n .component(RemoteModal.name, RemoteModal)\n .component(JsonStr.name, JsonStr)\n .component(JsonObj.name, JsonObj)\n .component(RemoteText.name, RemoteText)\n .component(RemoteTable2.name, RemoteTable2);\n },\n};\n"],"names":["index","app","options","envInit","globMapInit","busInit","useUserStoreInit","requestInit","useRequiredConditionStoreInit","required_condition_event_objInit","event_objInit","lsInit","sourceStoreInit","usePageConfigStoreInit","remoteSelectStoreInit","cellComponentMapInit","cellFormatExcelValueMapInit","FieldRender","AttributeTable","AttributeNomTable","SearchRender","RemoteSelect","RemoteCascader","RemoteFilterSelect","RemoteModal","JsonStr","JsonObj","RemoteText","RemoteTable2"],"mappings":";;;;;;;;;;;;;;;;;;;;AA8BA,MAAeA,IAAA;AAAA,EACb,QAAQC,GAAUC,GAAc;AAC9B,IAAIA,KAAA,QAAAA,EAAS,OACXD,EAAI,IAAIE,EAAQD,EAAQ,GAAG,CAAC,GAE1BA,KAAA,QAAAA,EAAS,WACXD,EAAI,IAAIG,EAAYF,EAAQ,OAAO,CAAC,GAElCA,KAAA,QAAAA,EAAS,OACXD,EAAI,IAAII,EAAQH,EAAQ,GAAG,CAAC,GAE1BA,KAAA,QAAAA,EAAS,gBACXD,EAAI,IAAIK,EAAiBJ,EAAQ,YAAY,CAAC,GAE5CA,KAAA,QAAAA,EAAS,WACXD,EAAI,IAAIM,EAAYL,EAAQ,OAAO,CAAC,GAElCA,KAAA,QAAAA,EAAS,6BACXD,EAAI,IAAIO,EAA8BN,EAAQ,yBAAyB,CAAC,GAEtEA,KAAA,QAAAA,EAAS,gCACXD,EAAI,IAAIQ,EAAiCP,EAAQ,4BAA4B,CAAC,GAE5EA,KAAA,QAAAA,EAAS,aACXD,EAAI,IAAIS,EAAcR,EAAQ,SAAS,CAAC,GAEtCA,KAAA,QAAAA,EAAS,MACXD,EAAI,IAAIU,EAAOT,EAAQ,EAAE,CAAC,GAExBA,KAAA,QAAAA,EAAS,eACXD,EAAI,IAAIW,EAAgBV,EAAQ,WAAW,CAAC,GAE1CA,KAAA,QAAAA,EAAS,sBACXD,EAAI,IAAIY,EAAuBX,EAAQ,kBAAkB,CAAC,GAExDA,KAAA,QAAAA,EAAS,qBACXD,EAAI,IAAIa,EAAsBZ,EAAQ,iBAAiB,CAAC,GAEtDA,KAAA,QAAAA,EAAS,oBACXD,EAAI,IAAIc,EAAqBb,EAAQ,gBAAgB,CAAC,GAEpDA,KAAA,QAAAA,EAAS,2BACXD,EAAI,IAAIe,EAA4Bd,EAAQ,uBAAuB,CAAC,GAGnED,EAAA,UAAUgB,EAAY,MAAMA,CAAW,EACvC,UAAUC,EAAe,MAAMA,CAAc,EAC7C,UAAUC,EAAkB,MAAMA,CAAiB,EACnD,UAAUC,EAAa,MAAMA,CAAY,EACzC,UAAUC,EAAa,MAAMA,CAAY,EACzC,UAAUC,EAAe,MAAMA,CAAc,EAC7C,UAAUC,EAAmB,MAAMA,CAAkB,EACrD,UAAUC,EAAY,MAAMA,CAAW,EACvC,UAAUC,EAAQ,MAAMA,CAAO,EAC/B,UAAUC,EAAQ,MAAMA,CAAO,EAC/B,UAAUC,EAAW,MAAMA,CAAU,EACrC,UAAUC,EAAa,MAAMA,CAAY;AAAA,EAC9C;AACF;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
const t = {}, o = "env", r = "bus",
|
|
2
|
-
function
|
|
1
|
+
const t = {}, o = "env", r = "bus", u = "useUserStore", s = "request", i = "useRequiredConditionStore", a = "required_condition_event_obj", c = "globMap", l = "event_obj", I = "ls", E = "sourceStore", _ = "usePageConfigStore", p = "remoteSelectStore", S = "cellComponentMap", f = "cellFormatExcelValueMap";
|
|
2
|
+
function C(n) {
|
|
3
3
|
return {
|
|
4
4
|
install(e) {
|
|
5
5
|
t[o] = n;
|
|
6
6
|
}
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
|
-
function
|
|
9
|
+
function O(n) {
|
|
10
10
|
return {
|
|
11
11
|
install(e) {
|
|
12
12
|
t[r] = n;
|
|
@@ -16,14 +16,14 @@ function I(n) {
|
|
|
16
16
|
function R(n) {
|
|
17
17
|
return {
|
|
18
18
|
install(e) {
|
|
19
|
-
t[
|
|
19
|
+
t[u] = n;
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
function
|
|
23
|
+
function M(n) {
|
|
24
24
|
return {
|
|
25
25
|
install(e) {
|
|
26
|
-
t[
|
|
26
|
+
t[s] = n;
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
}
|
|
@@ -34,111 +34,135 @@ function d(n) {
|
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function K(n) {
|
|
38
38
|
return {
|
|
39
39
|
install(e) {
|
|
40
40
|
t[a] = n;
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function T(n) {
|
|
45
45
|
return {
|
|
46
46
|
install(e) {
|
|
47
47
|
t[c] = n;
|
|
48
48
|
}
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function Y(n) {
|
|
52
52
|
return {
|
|
53
53
|
install(e) {
|
|
54
|
-
t[
|
|
54
|
+
t[l] = n;
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
58
|
function U(n) {
|
|
59
59
|
return {
|
|
60
60
|
install(e) {
|
|
61
|
-
t[
|
|
61
|
+
t[I] = n;
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
64
|
}
|
|
65
|
-
function
|
|
65
|
+
function b(n) {
|
|
66
66
|
return {
|
|
67
67
|
install(e) {
|
|
68
68
|
t[E] = n;
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function m(n) {
|
|
73
73
|
return {
|
|
74
74
|
install(e) {
|
|
75
|
-
t[
|
|
75
|
+
t[S] = n;
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
79
|
function q(n) {
|
|
80
80
|
return {
|
|
81
81
|
install(e) {
|
|
82
|
-
t[
|
|
82
|
+
t[f] = n;
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
|
-
function v() {
|
|
86
|
+
function v(n) {
|
|
87
|
+
return {
|
|
88
|
+
install(e) {
|
|
89
|
+
t[_] = n;
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
function L(n) {
|
|
94
|
+
return {
|
|
95
|
+
install(e) {
|
|
96
|
+
t[p] = n;
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
function N() {
|
|
87
101
|
return t[o] || {};
|
|
88
102
|
}
|
|
89
103
|
function g() {
|
|
90
104
|
return t[r] || {};
|
|
91
105
|
}
|
|
92
|
-
function
|
|
93
|
-
return t[
|
|
106
|
+
function A() {
|
|
107
|
+
return t[u]();
|
|
94
108
|
}
|
|
95
|
-
function
|
|
96
|
-
return t[
|
|
109
|
+
function P() {
|
|
110
|
+
return t[s];
|
|
97
111
|
}
|
|
98
|
-
function
|
|
112
|
+
function j() {
|
|
99
113
|
return t[i]();
|
|
100
114
|
}
|
|
101
|
-
function
|
|
115
|
+
function V() {
|
|
102
116
|
return t[a];
|
|
103
117
|
}
|
|
104
|
-
function
|
|
118
|
+
function x(n) {
|
|
105
119
|
var e;
|
|
106
120
|
return ((e = t[c]) == null ? void 0 : e[n]) || {};
|
|
107
121
|
}
|
|
108
|
-
function
|
|
109
|
-
return t[
|
|
122
|
+
function B() {
|
|
123
|
+
return t[l];
|
|
110
124
|
}
|
|
111
|
-
function
|
|
125
|
+
function F() {
|
|
112
126
|
return t[E];
|
|
113
127
|
}
|
|
128
|
+
function D() {
|
|
129
|
+
return t[_]();
|
|
130
|
+
}
|
|
114
131
|
function G() {
|
|
115
|
-
return t[
|
|
132
|
+
return t[p];
|
|
133
|
+
}
|
|
134
|
+
function Q() {
|
|
135
|
+
return t[S]() || {};
|
|
116
136
|
}
|
|
117
|
-
function
|
|
118
|
-
return t[
|
|
137
|
+
function J() {
|
|
138
|
+
return t[f]() || {};
|
|
119
139
|
}
|
|
120
140
|
export {
|
|
141
|
+
g as A,
|
|
121
142
|
d as a,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
143
|
+
O as b,
|
|
144
|
+
K as c,
|
|
145
|
+
Y as d,
|
|
146
|
+
C as e,
|
|
147
|
+
v as f,
|
|
148
|
+
T as g,
|
|
149
|
+
L as h,
|
|
150
|
+
m as i,
|
|
151
|
+
q as j,
|
|
152
|
+
P as k,
|
|
132
153
|
U as l,
|
|
133
154
|
N as m,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
155
|
+
j as n,
|
|
156
|
+
A as o,
|
|
157
|
+
V as p,
|
|
158
|
+
F as q,
|
|
159
|
+
M as r,
|
|
160
|
+
b as s,
|
|
161
|
+
x as t,
|
|
141
162
|
R as u,
|
|
142
163
|
G as v,
|
|
143
|
-
|
|
164
|
+
B as w,
|
|
165
|
+
D as x,
|
|
166
|
+
Q as y,
|
|
167
|
+
J as z
|
|
144
168
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init-plugin-57ca649d.js","sources":["../src/init-plugin.ts"],"sourcesContent":["import { App } from 'vue';\nconst _data = {};\nconst ENV_KEY = 'env';\nconst BUS_KEY = 'bus';\nconst USE_USER_STORE_KEY = 'useUserStore';\nconst REQUEST_KEY = 'request';\nconst USE_REQUIRED_CONDITION_STORE_KEY = 'useRequiredConditionStore';\nconst REQUIRED_CONDITION_EVENT_OBJ_KEY = 'required_condition_event_obj';\nconst GLOBAL_MAP_KEY = 'globMap';\nconst EVENT_OBJ_KEY = 'event_obj';\nconst LS_KEY = 'ls';\nconst SOURCE_STORE_KEY = 'sourceStore';\nconst USE_PAGE_CONFIG_STORE_KEY = 'usePageConfigStore';\nconst REMOTE_SELECT_STORE_KEY = 'remoteSelectStore';\nconst CELL_COMPONENT_MAP_KEY = 'cellComponentMap';\nconst CELL_FORMAT_EXCEL_VALUE_MAP_KEY = 'cellFormatExcelValueMap';\nexport function envInit(env: Record<string, any>) {\n return {\n install(app: App) {\n _data[ENV_KEY] = env;\n },\n };\n}\nexport function busInit(bus: any) {\n return {\n install(app: App) {\n _data[BUS_KEY] = bus;\n },\n };\n}\nexport function useUserStoreInit(useUserStore: any) {\n return {\n install(app: App) {\n _data[USE_USER_STORE_KEY] = useUserStore;\n },\n };\n}\nexport function requestInit(request: any) {\n return {\n install(app: App) {\n _data[REQUEST_KEY] = request;\n },\n };\n}\nexport function useRequiredConditionStoreInit(useRequiredConditionStore: any) {\n return {\n install(app: App) {\n _data[USE_REQUIRED_CONDITION_STORE_KEY] = useRequiredConditionStore;\n },\n };\n}\nexport function required_condition_event_objInit(required_condition_event_obj: any) {\n return {\n install(app: App) {\n _data[REQUIRED_CONDITION_EVENT_OBJ_KEY] = required_condition_event_obj;\n },\n };\n}\nexport function globMapInit(globMap: Record<string, any>) {\n return {\n install(app: App) {\n _data[GLOBAL_MAP_KEY] = globMap;\n },\n };\n}\nexport function event_objInit(event_obj: any) {\n return {\n install(app: App) {\n _data[EVENT_OBJ_KEY] = event_obj;\n },\n };\n}\nexport function lsInit(ls: any) {\n return {\n install(app: App) {\n _data[LS_KEY] = ls;\n },\n };\n}\nexport function sourceStoreInit(sourceStore: any) {\n return {\n install(app: App) {\n _data[SOURCE_STORE_KEY] = sourceStore;\n },\n };\n}\nexport function cellComponentMapInit(cellComponentMap: any) {\n return {\n install(app: App) {\n _data[CELL_COMPONENT_MAP_KEY] = cellComponentMap;\n },\n };\n}\nexport function cellFormatExcelValueMapInit(cellFormatExcelValueMap: any) {\n return {\n install(app: App) {\n _data[CELL_FORMAT_EXCEL_VALUE_MAP_KEY] = cellFormatExcelValueMap;\n },\n };\n}\nexport function usePageConfigStoreInit(usePageConfigStore: any) {\n return {\n install(app: App) {\n _data[USE_PAGE_CONFIG_STORE_KEY] = usePageConfigStore;\n },\n };\n}\nexport function remoteSelectStoreInit(remoteSelectStore: any) {\n return {\n install(app: App) {\n _data[REMOTE_SELECT_STORE_KEY] = remoteSelectStore;\n },\n };\n}\nexport function useEnv() {\n return _data[ENV_KEY] || {};\n}\n\nexport function useBus() {\n return _data[BUS_KEY] || {};\n}\nexport function useUserStore() {\n return _data[USE_USER_STORE_KEY]();\n}\nexport function useRequest() {\n return _data[REQUEST_KEY];\n}\nexport function useRequiredConditionStore() {\n return _data[USE_REQUIRED_CONDITION_STORE_KEY]();\n}\n\nexport function required_condition_event_obj() {\n return _data[REQUIRED_CONDITION_EVENT_OBJ_KEY];\n}\nexport function useGlobMap(key: string) {\n return _data[GLOBAL_MAP_KEY]?.[key] || {};\n}\n\nexport function event_obj() {\n return _data[EVENT_OBJ_KEY];\n}\nexport function ls() {\n return _data[LS_KEY];\n}\nexport function sourceStore() {\n return _data[SOURCE_STORE_KEY];\n}\nexport function usePageConfigStore() {\n return _data[USE_PAGE_CONFIG_STORE_KEY]();\n}\nexport function remoteSelectStore() {\n return _data[REMOTE_SELECT_STORE_KEY];\n}\nexport function useCellComponentMap() {\n return _data[CELL_COMPONENT_MAP_KEY]() || {};\n}\nexport function useCellFormatExcelValueMap() {\n return _data[CELL_FORMAT_EXCEL_VALUE_MAP_KEY]() || {};\n}\n"],"names":["_data","ENV_KEY","BUS_KEY","USE_USER_STORE_KEY","REQUEST_KEY","USE_REQUIRED_CONDITION_STORE_KEY","REQUIRED_CONDITION_EVENT_OBJ_KEY","GLOBAL_MAP_KEY","EVENT_OBJ_KEY","LS_KEY","SOURCE_STORE_KEY","USE_PAGE_CONFIG_STORE_KEY","REMOTE_SELECT_STORE_KEY","CELL_COMPONENT_MAP_KEY","CELL_FORMAT_EXCEL_VALUE_MAP_KEY","envInit","env","app","busInit","bus","useUserStoreInit","useUserStore","requestInit","request","useRequiredConditionStoreInit","useRequiredConditionStore","required_condition_event_objInit","required_condition_event_obj","globMapInit","globMap","event_objInit","event_obj","lsInit","ls","sourceStoreInit","sourceStore","cellComponentMapInit","cellComponentMap","cellFormatExcelValueMapInit","cellFormatExcelValueMap","usePageConfigStoreInit","usePageConfigStore","remoteSelectStoreInit","remoteSelectStore","useEnv","useBus","useRequest","useGlobMap","key","_a","useCellComponentMap","useCellFormatExcelValueMap"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { k as U, A as ma } from "./init-plugin-57ca649d.js";
|
|
2
2
|
import { inject as B, ref as he, h as me, getCurrentInstance as In, nextTick as kn, defineComponent as Z, createVNode as T, shallowRef as De, watch as pt, unref as Re, provide as se, watchEffect as ya, onBeforeUnmount as ba, computed as m, triggerRef as Sa, Fragment as we, Comment as xa, Text as Ca, isVNode as Xe, onBeforeMount as Ta, onMounted as wa, onUpdated as _a, Teleport as Oa } from "vue";
|
|
3
3
|
async function Cp(e) {
|
|
4
4
|
return U().post("/org/query_org_for_login_list", e);
|