hlrender 0.0.114 → 0.0.116

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.
@@ -0,0 +1,141 @@
1
+ import { D, B as s } from "./baseImp-26b9c04a.js";
2
+ import { c as m } from "./enum-type-bb2bfafa.js";
3
+ import { f as G, n as M, o as S } from "./index-a7d766e7.js";
4
+ import { l as h } from "./expression-490b4335.js";
5
+ import { c as x, I, f as A } from "./enum-type-4a798b1a.js";
6
+ import "./icon-a0e0cdb0.js";
7
+ import "vue";
8
+ import "./dialog-c4706078.js";
9
+ import "./_commonjsHelpers-e7ea1525.js";
10
+ import "./uuid-4999945f.js";
11
+ import "element-plus";
12
+ import "./source-map-b04aec4a.js";
13
+ import "./esprima-e8d15055.js";
14
+ const tt = (F, y) => {
15
+ const O = (u, p) => {
16
+ const n = [], c = (i) => !!i.dynamicItemFlag;
17
+ M(u, n, !1, c);
18
+ var _ = n == null ? void 0 : n.filter((i) => i == null ? void 0 : i.formItemFlag);
19
+ return _ == null || _.forEach((i) => {
20
+ if (!(i != null && i.dynamicItemFlag))
21
+ p.push({ widget: T(i) });
22
+ else {
23
+ const f = [];
24
+ S(i, f, !1, c);
25
+ const b = [];
26
+ O(f, b), p.push({ widget: T(i), children: b });
27
+ }
28
+ }), p;
29
+ }, l = (u) => s.getOptions(u, "name"), j = () => {
30
+ const u = [];
31
+ var p = y ? G(F, (n) => l(n) === (y == null ? void 0 : y.fName) || (n == null ? void 0 : n.type) == (y == null ? void 0 : y.wdt), !1) : F;
32
+ return O(p, u);
33
+ }, T = (u) => {
34
+ var $;
35
+ const p = {}, n = (t, r) => {
36
+ p[t] = r;
37
+ }, c = (t) => {
38
+ const r = s.getOptions(t, "content"), e = s.getOptions(t, "label"), o = s.getOptions(t, "name");
39
+ return e || r || o;
40
+ }, _ = "|", i = ";", f = (t, r) => {
41
+ var o, a;
42
+ if (Array.isArray(t))
43
+ return (o = x(e)) == null ? void 0 : o.join(i);
44
+ if (!I(t))
45
+ return t;
46
+ var e = A(t);
47
+ return !r || !Array.isArray(e) ? t : (a = x(e)) == null ? void 0 : a.join(i);
48
+ }, b = (t, r) => {
49
+ var o, a, g;
50
+ if (Array.isArray(t))
51
+ return (o = x(t)) == null ? void 0 : o.join(_);
52
+ if (!I(t))
53
+ return t;
54
+ var e = A(t);
55
+ return r ? (g = e == null ? void 0 : e.map((J) => {
56
+ var k;
57
+ return (k = x(J)) == null ? void 0 : k.join(_);
58
+ })) == null ? void 0 : g.join(i) : (a = x(e)) == null ? void 0 : a.join(_);
59
+ }, v = (t) => ({
60
+ type: t.type,
61
+ label: c(t),
62
+ key: l(t),
63
+ options: {
64
+ valueFormat: (r) => r
65
+ }
66
+ }), V = (t) => {
67
+ let r = s.getOptions(t, "textName"), e = s.getOptions(t, "multiple");
68
+ const o = r || `${l(t)}${h.optionText}`;
69
+ return {
70
+ type: t.type,
71
+ label: c(t),
72
+ key: `${o}`,
73
+ options: {
74
+ valueFormat: (a) => e ? f(a) : a
75
+ }
76
+ };
77
+ }, E = (t) => {
78
+ const e = s.getOptions(t, "textName") || `${l(t)}${h.optionText}`;
79
+ return {
80
+ type: t.type,
81
+ label: c(t),
82
+ key: `${e}`,
83
+ options: {
84
+ valueFormat: (o) => f(o)
85
+ }
86
+ };
87
+ }, W = (t) => {
88
+ const e = s.getOptions(t, "textName") || `${l(t)}${h.optionText}`;
89
+ return {
90
+ type: t.type,
91
+ label: c(t),
92
+ key: `${e}`,
93
+ options: {
94
+ valueFormat: (o) => o
95
+ }
96
+ };
97
+ }, C = (t) => {
98
+ let r = s.getOptions(t, "textName"), e = s.getOptions(t, "multiple");
99
+ const o = r || `${l(t)}${h.optionText}`;
100
+ return {
101
+ type: t.type,
102
+ label: c(t),
103
+ key: `${o}`,
104
+ options: {
105
+ valueFormat: (a) => e ? b(a) : f(a)
106
+ }
107
+ };
108
+ }, N = (t) => {
109
+ const r = s.getOptions(t, "activeValue"), e = s.getOptions(t, "inactiveValue"), o = s.getOptions(t, "activeText"), a = s.getOptions(t, "inactiveText");
110
+ return {
111
+ type: t.type,
112
+ label: c(t),
113
+ key: l(t),
114
+ options: {
115
+ valueFormat: (g) => g === r ? o : g === e ? a : g
116
+ }
117
+ };
118
+ }, B = (t) => ({
119
+ type: t.type,
120
+ label: c(t),
121
+ key: l(t)
122
+ });
123
+ return (() => {
124
+ D(m).forEach((t) => {
125
+ n(t.label, v);
126
+ }), [
127
+ m.select,
128
+ m.treeSelect,
129
+ m.autoComplete
130
+ ].forEach((t) => {
131
+ n(t, V);
132
+ }), n(m.multirow, B), n(m.checkbox, E), n(m.radio, W), n(m.cascader, C), n(m.switch, N);
133
+ })(), ($ = p[u.type]) == null ? void 0 : $.call(p, u);
134
+ };
135
+ return {
136
+ filterFieldItems: j
137
+ };
138
+ };
139
+ export {
140
+ tt as useGenFieldItemList
141
+ };
@@ -1,68 +0,0 @@
1
- import { D as I, B as i } from "./baseImp-26b9c04a.js";
2
- import { c as s, d as $ } from "./enum-type-bb2bfafa.js";
3
- import { f as k, n as T, o as C } from "./index-a7d766e7.js";
4
- import { l as d } from "./expression-490b4335.js";
5
- import "./enum-type-4a798b1a.js";
6
- import "vue";
7
- import "./icon-a0e0cdb0.js";
8
- import "./dialog-c4706078.js";
9
- import "./_commonjsHelpers-e7ea1525.js";
10
- import "./uuid-4999945f.js";
11
- import "element-plus";
12
- import "./source-map-b04aec4a.js";
13
- import "./esprima-e8d15055.js";
14
- const K = (y, m) => {
15
- const h = (n, r) => {
16
- const o = [], l = (e) => !!e.dynamicItemFlag || e.category === $.container && F(e);
17
- T(n, o, !1, l);
18
- var a = o == null ? void 0 : o.filter((e) => e == null ? void 0 : e.formItemFlag);
19
- return a == null || a.forEach((e) => {
20
- if (!(e != null && e.dynamicItemFlag))
21
- r.push({ widget: b(e) });
22
- else {
23
- const _ = [];
24
- C(e, _, !1, l);
25
- const f = [];
26
- h(_, f), r.push({ widget: b(e), children: f });
27
- }
28
- }), r;
29
- }, F = (n) => i.getOptions(n, "hidden"), p = (n) => i.getOptions(n, "name"), x = () => {
30
- const n = [];
31
- var r = m ? k(y, (o) => p(o) === (m == null ? void 0 : m.fName) || (o == null ? void 0 : o.type) == (m == null ? void 0 : m.wdt), !1) : y;
32
- return h(r, n);
33
- }, b = (n) => {
34
- var O;
35
- const r = {}, o = (t, c) => {
36
- r[t] = c;
37
- }, l = (t) => {
38
- const c = i.getOptions(t, "content"), u = i.getOptions(t, "label"), g = i.getOptions(t, "name");
39
- return u || c || g;
40
- }, a = (t) => ({ label: l(t), key: p(t), type: "text" }), e = (t) => {
41
- let c = i.getOptions(t, "textName"), u = i.getOptions(t, "multiple");
42
- const g = c || `${p(t)}${d.optionText}`;
43
- return { label: l(t), key: `${g}`, type: "option", options: { multiple: u } };
44
- }, _ = (t) => {
45
- let c = i.getOptions(t, "textName"), u = i.getOptions(t, "multiple");
46
- const g = c || `${p(t)}${d.optionText}`;
47
- return { label: l(t), key: `${g}`, type: "cascader", options: { multiple: u } };
48
- }, f = (t) => ({ label: l(t), key: p(t), type: "multirow" });
49
- return (() => {
50
- I(s).forEach((t) => {
51
- o(t.label, a);
52
- }), [
53
- s.select,
54
- s.radio,
55
- s.checkbox,
56
- s.autoComplete
57
- ].forEach((t) => {
58
- o(t, e);
59
- }), o(s.multirow, f), o(s.cascader, _);
60
- })(), (O = r[n.type]) == null ? void 0 : O.call(r, n);
61
- };
62
- return {
63
- filterFieldItems: x
64
- };
65
- };
66
- export {
67
- K as useGenFieldItemList
68
- };