liyu-pc-base 1.0.104 → 1.0.106
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/{FormRender3-ccdc58ee.js → FormRender3-f8ab055c.js} +2 -2
- package/dist/{FormRender3-ccdc58ee.js.map → FormRender3-f8ab055c.js.map} +1 -1
- package/dist/api/api-model.js +8 -8
- package/dist/components/FormRender/utils.js +3 -3
- package/dist/components/index.js +4 -4
- package/dist/components/remotePages/index.js +687 -655
- 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-d4e1c8e9.js → init-plugin-481311d3.js} +73 -61
- package/dist/init-plugin-481311d3.js.map +1 -0
- package/dist/{modal-tools-006921b1.js → modal-tools-de1d8105.js} +1 -1
- package/dist/{modal-tools-006921b1.js.map → modal-tools-de1d8105.js.map} +1 -1
- package/dist/utils/hooks/useFetchData.js +1 -1
- package/package.json +1 -1
- package/dist/init-plugin-d4e1c8e9.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { e as
|
|
2
|
-
import { F as m, A as a, a as u, S as l, R as c, b as
|
|
1
|
+
import { e as _, g, b as M, u as q, a as v, r as j, c as n, d as F, f as x, l as A, s as T, h, i as E, j as J, k as P, m as U } from "./init-plugin-481311d3.js";
|
|
2
|
+
import { F as m, A as a, a as u, S as l, R as c, b as S, c as f, d as t, J as d, e as b, f as I, g as C, h as R } from "./FormRender3-f8ab055c.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-de1d8105.js";
|
|
7
7
|
import "vue-i18n";
|
|
8
8
|
import "moment";
|
|
9
9
|
import "./lodash-18e68795.js";
|
|
@@ -19,11 +19,11 @@ import "numeral";
|
|
|
19
19
|
import "./utils/excel.js";
|
|
20
20
|
import "xlsx";
|
|
21
21
|
import "emmet";
|
|
22
|
-
const
|
|
22
|
+
const o = {
|
|
23
23
|
install(r, e) {
|
|
24
|
-
e != null && e.env && r.use(
|
|
24
|
+
e != null && e.env && r.use(_(e.env)), e != null && e.globMap && r.use(g(e.globMap)), e != null && e.bus && r.use(M(e.bus)), e != null && e.useAppStore && r.use(q(e.useAppStore)), e != null && e.useUserStore && r.use(v(e.useUserStore)), e != null && e.request && r.use(j(e.request)), e != null && e.useRequiredConditionStore && r.use(n(e.useRequiredConditionStore)), e != null && e.required_condition_event_obj && r.use(F(e.required_condition_event_obj)), e != null && e.event_obj && r.use(x(e.event_obj)), e != null && e.ls && r.use(A(e.ls)), e != null && e.sourceStore && r.use(T(e.sourceStore)), e != null && e.usePageConfigStore && r.use(h(e.usePageConfigStore)), e != null && e.remoteSelectStore && r.use(E(e.remoteSelectStore)), e != null && e.cellComponentMap && r.use(J(e.cellComponentMap)), e != null && e.cellFormatExcelValueMap && r.use(P(e.cellFormatExcelValueMap)), e != null && e.menuComponents && r.use(U(e.menuComponents)), r.component(m.name, m).component(a.name, a).component(u.name, u).component(l.name, l).component(c.name, c).component(S.name, S).component(f.name, f).component(t.name, t).component(d.name, d).component(b.name, b).component(I.name, I).component(C.name, C).component(R.name, R);
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
o as default
|
|
29
29
|
};
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {\n busInit,\n cellComponentMapInit,\n cellFormatExcelValueMapInit,\n envInit,\n event_objInit,\n globMapInit,\n lsInit,\n remoteSelectStoreInit,\n requestInit,\n required_condition_event_objInit,\n sourceStoreInit,\n useAppStoreInit,\n usePageConfigStoreInit,\n useRequiredConditionStoreInit,\n useUserStoreInit,\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';\nimport FormRender3 from './components/FormRender/FormRender3.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?.useAppStore) {\n app.use(useAppStoreInit(options.useAppStore));\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 .component(FormRender3.name, FormRender3);\n },\n};\n"],"names":["index","app","options","envInit","globMapInit","busInit","useAppStoreInit","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","FormRender3"],"mappings":";;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {\n busInit,\n cellComponentMapInit,\n cellFormatExcelValueMapInit,\n envInit,\n event_objInit,\n globMapInit,\n lsInit,\n remoteSelectStoreInit,\n requestInit,\n required_condition_event_objInit,\n sourceStoreInit,\n useAppStoreInit,\n usePageConfigStoreInit,\n useRequiredConditionStoreInit,\n useUserStoreInit,\n menuComponentsInit,\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';\nimport FormRender3 from './components/FormRender/FormRender3.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?.useAppStore) {\n app.use(useAppStoreInit(options.useAppStore));\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 if (options?.menuComponents) {\n app.use(menuComponentsInit(options.menuComponents));\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 .component(FormRender3.name, FormRender3);\n },\n};\n"],"names":["index","app","options","envInit","globMapInit","busInit","useAppStoreInit","useUserStoreInit","requestInit","useRequiredConditionStoreInit","required_condition_event_objInit","event_objInit","lsInit","sourceStoreInit","usePageConfigStoreInit","remoteSelectStoreInit","cellComponentMapInit","cellFormatExcelValueMapInit","menuComponentsInit","FieldRender","AttributeTable","AttributeNomTable","SearchRender","RemoteSelect","RemoteCascader","RemoteFilterSelect","RemoteModal","JsonStr","JsonObj","RemoteText","RemoteTable2","FormRender3"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAiCA,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,eACXD,EAAI,IAAIK,EAAgBJ,EAAQ,WAAW,CAAC,GAE1CA,KAAA,QAAAA,EAAS,gBACXD,EAAI,IAAIM,EAAiBL,EAAQ,YAAY,CAAC,GAE5CA,KAAA,QAAAA,EAAS,WACXD,EAAI,IAAIO,EAAYN,EAAQ,OAAO,CAAC,GAElCA,KAAA,QAAAA,EAAS,6BACXD,EAAI,IAAIQ,EAA8BP,EAAQ,yBAAyB,CAAC,GAEtEA,KAAA,QAAAA,EAAS,gCACXD,EAAI,IAAIS,EAAiCR,EAAQ,4BAA4B,CAAC,GAE5EA,KAAA,QAAAA,EAAS,aACXD,EAAI,IAAIU,EAAcT,EAAQ,SAAS,CAAC,GAEtCA,KAAA,QAAAA,EAAS,MACXD,EAAI,IAAIW,EAAOV,EAAQ,EAAE,CAAC,GAExBA,KAAA,QAAAA,EAAS,eACXD,EAAI,IAAIY,EAAgBX,EAAQ,WAAW,CAAC,GAE1CA,KAAA,QAAAA,EAAS,sBACXD,EAAI,IAAIa,EAAuBZ,EAAQ,kBAAkB,CAAC,GAExDA,KAAA,QAAAA,EAAS,qBACXD,EAAI,IAAIc,EAAsBb,EAAQ,iBAAiB,CAAC,GAEtDA,KAAA,QAAAA,EAAS,oBACXD,EAAI,IAAIe,EAAqBd,EAAQ,gBAAgB,CAAC,GAEpDA,KAAA,QAAAA,EAAS,2BACXD,EAAI,IAAIgB,EAA4Bf,EAAQ,uBAAuB,CAAC,GAElEA,KAAA,QAAAA,EAAS,kBACXD,EAAI,IAAIiB,EAAmBhB,EAAQ,cAAc,CAAC,GAEpDD,EACG,UAAUkB,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,EACzC,UAAUC,EAAY,MAAMA,CAAW;AAAA,EAC5C;AACF;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
const t = {}, o = "env", r = "bus", u = "useUserStore", s = "request", i = "useRequiredConditionStore", a = "required_condition_event_obj", c = "globMap", l = "event_obj",
|
|
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", O = "ls", E = "sourceStore", p = "usePageConfigStore", _ = "remoteSelectStore", S = "cellComponentMap", f = "cellFormatExcelValueMap", C = "useAppStore", I = "menu_components";
|
|
2
|
+
function R(n) {
|
|
3
3
|
return {
|
|
4
4
|
install(e) {
|
|
5
5
|
t[o] = n;
|
|
6
6
|
}
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
|
-
function
|
|
9
|
+
function M(n) {
|
|
10
10
|
return {
|
|
11
11
|
install(e) {
|
|
12
12
|
t[r] = n;
|
|
@@ -20,76 +20,83 @@ function K(n) {
|
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
function
|
|
23
|
+
function T(n) {
|
|
24
24
|
return {
|
|
25
25
|
install(e) {
|
|
26
|
-
t[
|
|
26
|
+
t[C] = n;
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function Y(n) {
|
|
31
31
|
return {
|
|
32
32
|
install(e) {
|
|
33
33
|
t[s] = n;
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
|
-
function
|
|
37
|
+
function m(n) {
|
|
38
38
|
return {
|
|
39
39
|
install(e) {
|
|
40
40
|
t[i] = n;
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function U(n) {
|
|
45
45
|
return {
|
|
46
46
|
install(e) {
|
|
47
47
|
t[a] = n;
|
|
48
48
|
}
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function d(n) {
|
|
52
52
|
return {
|
|
53
53
|
install(e) {
|
|
54
54
|
t[c] = n;
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
|
-
function
|
|
58
|
+
function N(n) {
|
|
59
59
|
return {
|
|
60
60
|
install(e) {
|
|
61
61
|
t[l] = n;
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
64
|
}
|
|
65
|
-
function
|
|
65
|
+
function b(n) {
|
|
66
66
|
return {
|
|
67
67
|
install(e) {
|
|
68
|
-
t[
|
|
68
|
+
t[O] = n;
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function A(n) {
|
|
73
73
|
return {
|
|
74
74
|
install(e) {
|
|
75
75
|
t[E] = n;
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
|
-
function
|
|
79
|
+
function P(n) {
|
|
80
80
|
return {
|
|
81
81
|
install(e) {
|
|
82
82
|
t[S] = n;
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
|
-
function
|
|
86
|
+
function q(n) {
|
|
87
87
|
return {
|
|
88
88
|
install(e) {
|
|
89
89
|
t[f] = n;
|
|
90
90
|
}
|
|
91
91
|
};
|
|
92
92
|
}
|
|
93
|
+
function v(n) {
|
|
94
|
+
return {
|
|
95
|
+
install(e) {
|
|
96
|
+
t[p] = n;
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
}
|
|
93
100
|
function L(n) {
|
|
94
101
|
return {
|
|
95
102
|
install(e) {
|
|
@@ -97,84 +104,89 @@ function L(n) {
|
|
|
97
104
|
}
|
|
98
105
|
};
|
|
99
106
|
}
|
|
100
|
-
function
|
|
107
|
+
function g(n) {
|
|
101
108
|
return {
|
|
102
109
|
install(e) {
|
|
103
|
-
t[
|
|
110
|
+
t[I] = n;
|
|
104
111
|
}
|
|
105
112
|
};
|
|
106
113
|
}
|
|
107
|
-
function
|
|
108
|
-
return t[
|
|
114
|
+
function j() {
|
|
115
|
+
return t[C]();
|
|
109
116
|
}
|
|
110
|
-
function
|
|
117
|
+
function V() {
|
|
111
118
|
return t[o] || {};
|
|
112
119
|
}
|
|
113
|
-
function
|
|
120
|
+
function B() {
|
|
114
121
|
return t[r] || {};
|
|
115
122
|
}
|
|
116
|
-
function
|
|
123
|
+
function x() {
|
|
117
124
|
return t[u]();
|
|
118
125
|
}
|
|
119
|
-
function
|
|
126
|
+
function D() {
|
|
120
127
|
return t[s];
|
|
121
128
|
}
|
|
122
|
-
function
|
|
129
|
+
function F() {
|
|
123
130
|
return t[i]();
|
|
124
131
|
}
|
|
125
|
-
function
|
|
132
|
+
function G() {
|
|
126
133
|
return t[a];
|
|
127
134
|
}
|
|
128
|
-
function
|
|
135
|
+
function Q(n) {
|
|
129
136
|
var e;
|
|
130
137
|
return ((e = t[c]) == null ? void 0 : e[n]) || {};
|
|
131
138
|
}
|
|
132
|
-
function
|
|
139
|
+
function J() {
|
|
133
140
|
return t[l];
|
|
134
141
|
}
|
|
135
|
-
function
|
|
142
|
+
function h() {
|
|
136
143
|
return t[E];
|
|
137
144
|
}
|
|
138
|
-
function
|
|
139
|
-
return t[
|
|
145
|
+
function k() {
|
|
146
|
+
return t[p]();
|
|
140
147
|
}
|
|
141
|
-
function
|
|
142
|
-
return t[
|
|
148
|
+
function w() {
|
|
149
|
+
return t[_];
|
|
143
150
|
}
|
|
144
|
-
function
|
|
151
|
+
function y() {
|
|
145
152
|
return t[S]() || {};
|
|
146
153
|
}
|
|
147
|
-
function
|
|
154
|
+
function z() {
|
|
148
155
|
return t[f]() || {};
|
|
149
156
|
}
|
|
157
|
+
function X() {
|
|
158
|
+
return t[I] || [];
|
|
159
|
+
}
|
|
150
160
|
export {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
161
|
+
X as A,
|
|
162
|
+
k as B,
|
|
163
|
+
y as C,
|
|
164
|
+
z as D,
|
|
165
|
+
B as E,
|
|
154
166
|
K as a,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
d,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
167
|
+
M as b,
|
|
168
|
+
m as c,
|
|
169
|
+
U as d,
|
|
170
|
+
R as e,
|
|
171
|
+
N as f,
|
|
172
|
+
d as g,
|
|
173
|
+
v as h,
|
|
174
|
+
L as i,
|
|
175
|
+
P as j,
|
|
176
|
+
q as k,
|
|
177
|
+
b as l,
|
|
178
|
+
g as m,
|
|
179
|
+
D as n,
|
|
180
|
+
V as o,
|
|
181
|
+
F as p,
|
|
182
|
+
x as q,
|
|
183
|
+
Y as r,
|
|
184
|
+
A as s,
|
|
185
|
+
j as t,
|
|
186
|
+
T as u,
|
|
187
|
+
G as v,
|
|
188
|
+
h as w,
|
|
189
|
+
Q as x,
|
|
190
|
+
w as y,
|
|
179
191
|
J as z
|
|
180
192
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init-plugin-481311d3.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';\nconst USE_APP_STORE_KEY = 'useAppStore';\nconst MENU_COMPONENTS_KEY = 'menu_components';\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 useAppStoreInit(useAppStore: any) {\n return {\n install(app: App) {\n _data[USE_APP_STORE_KEY] = useAppStore;\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}\n\nexport function menuComponentsInit(menuComponents: any) {\n return {\n install(app: App) {\n _data[MENU_COMPONENTS_KEY] = menuComponents;\n },\n };\n}\nexport function useAppStore() {\n return _data[USE_APP_STORE_KEY]();\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\nexport function useMenuComponents() {\n return _data[MENU_COMPONENTS_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","USE_APP_STORE_KEY","MENU_COMPONENTS_KEY","envInit","env","app","busInit","bus","useUserStoreInit","useUserStore","useAppStoreInit","useAppStore","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","menuComponentsInit","menuComponents","useEnv","useBus","useRequest","useGlobMap","key","_a","useCellComponentMap","useCellFormatExcelValueMap","useMenuComponents"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as U, E as ma } from "./init-plugin-481311d3.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);
|