lowcoder-comps 0.0.20 → 0.0.22
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/029c585a.js +825 -0
- package/0f49842f.js +915 -0
- package/14c95def.js +2396 -0
- package/{5a7c40d7.js → 14de54b2.js} +7120 -6939
- package/17b0984b.js +1116 -0
- package/{a1f987b7.js → 1a4b39ab.js} +29 -30
- package/1e35aee7.js +932 -0
- package/{804e952b.js → 1f97d569.js} +73 -76
- package/3120eee5.js +1235 -0
- package/313e94fb.js +796 -0
- package/{384b70d4.js → 41a4677f.js} +10 -12
- package/{e1466a22.js → 48a69d01.js} +89 -97
- package/4a8006fe.js +2501 -0
- package/{a06ced05.js → 585231df.js} +64 -71
- package/5e96f5d8.js +64 -0
- package/5f9be850.js +1055 -0
- package/{3196b84f.js → 6e0c66a6.js} +97 -109
- package/76d315c1.js +2192 -0
- package/{31c6e136.js → 867cdd47.js} +1 -1
- package/{0d5d7030.js → 8a65542f.js} +58 -64
- package/913e1a65.js +804 -0
- package/92e85b65.js +65 -0
- package/97298a99.js +2966 -0
- package/{5fd0f607.js → a396e61e.js} +44 -44
- package/a6d42292.js +1284 -0
- package/afd2e4d5.js +86 -0
- package/be5f3226.js +768 -0
- package/{4791bdd6.js → bf75928a.js} +30142 -30663
- package/{011ccb4a.js → bfd01456.js} +4257 -4221
- package/c239ec69.js +1000 -0
- package/e731f493.js +502 -0
- package/ef3524ce.js +960 -0
- package/f5b4a4bc.js +365 -0
- package/{8d714103.js → fa29410e.js} +598 -622
- package/fbc7bdd4.js +218 -0
- package/index.js +2 -2
- package/package.json +2 -2
- package/01102044.js +0 -940
- package/0e8dfd52.js +0 -793
- package/0f25771b.js +0 -1118
- package/2470e1d8.js +0 -91
- package/32432dc3.js +0 -86
- package/36552e14.js +0 -849
- package/3ad35722.js +0 -365
- package/3f4db197.js +0 -943
- package/71827e37.js +0 -1032
- package/7a200c6a.js +0 -607
- package/872f2918.js +0 -7
- package/93b98f3e.js +0 -832
- package/a42a2ba9.js +0 -2103
- package/af0489f3.js +0 -2456
- package/b56f953d.js +0 -985
- package/b89c6a6a.js +0 -159
- package/bc7030d3.js +0 -70
- package/c739ba3e.js +0 -2679
- package/d306d59c.js +0 -2827
- package/d8adcd1e.js +0 -823
- package/ef845d7f.js +0 -1246
package/e731f493.js
ADDED
|
@@ -0,0 +1,502 @@
|
|
|
1
|
+
import { U as H, V as at, B as lt, D as ct, s as ot, g as ht, b as ut, a as yt, E as ft, d as pt, c as et, l as it, W as gt, T as dt, i as mt, X as _t } from "./bf75928a.js";
|
|
2
|
+
import { a as tt } from "./afd2e4d5.js";
|
|
3
|
+
import { o as vt } from "./92e85b65.js";
|
|
4
|
+
import { a as xt } from "./2ff2c7a6.js";
|
|
5
|
+
import { c as z } from "./256b619e.js";
|
|
6
|
+
import "./f9637058.js";
|
|
7
|
+
function kt(e, u) {
|
|
8
|
+
return u < e ? -1 : u > e ? 1 : u >= e ? 0 : NaN;
|
|
9
|
+
}
|
|
10
|
+
function bt(e) {
|
|
11
|
+
return e;
|
|
12
|
+
}
|
|
13
|
+
function St() {
|
|
14
|
+
var e = bt, u = kt, $ = null, f = z(0), b = z(H), w = z(0);
|
|
15
|
+
function o(r) {
|
|
16
|
+
var l, g = (r = xt(r)).length, S, T, V = 0, d = new Array(g), x = new Array(g), m = +f.apply(this, arguments), h = Math.min(H, Math.max(-H, b.apply(this, arguments) - m)), A, I = Math.min(Math.abs(h) / g, w.apply(this, arguments)), p = I * (h < 0 ? -1 : 1), t;
|
|
17
|
+
for (l = 0; l < g; ++l)
|
|
18
|
+
(t = x[d[l] = l] = +e(r[l], l, r)) > 0 && (V += t);
|
|
19
|
+
for (u != null ? d.sort(function(i, n) {
|
|
20
|
+
return u(x[i], x[n]);
|
|
21
|
+
}) : $ != null && d.sort(function(i, n) {
|
|
22
|
+
return $(r[i], r[n]);
|
|
23
|
+
}), l = 0, T = V ? (h - g * p) / V : 0; l < g; ++l, m = A)
|
|
24
|
+
S = d[l], t = x[S], A = m + (t > 0 ? t * T : 0) + p, x[S] = {
|
|
25
|
+
data: r[S],
|
|
26
|
+
index: l,
|
|
27
|
+
value: t,
|
|
28
|
+
startAngle: m,
|
|
29
|
+
endAngle: A,
|
|
30
|
+
padAngle: I
|
|
31
|
+
};
|
|
32
|
+
return x;
|
|
33
|
+
}
|
|
34
|
+
return o.value = function(r) {
|
|
35
|
+
return arguments.length ? (e = typeof r == "function" ? r : z(+r), o) : e;
|
|
36
|
+
}, o.sortValues = function(r) {
|
|
37
|
+
return arguments.length ? (u = r, $ = null, o) : u;
|
|
38
|
+
}, o.sort = function(r) {
|
|
39
|
+
return arguments.length ? ($ = r, u = null, o) : $;
|
|
40
|
+
}, o.startAngle = function(r) {
|
|
41
|
+
return arguments.length ? (f = typeof r == "function" ? r : z(+r), o) : f;
|
|
42
|
+
}, o.endAngle = function(r) {
|
|
43
|
+
return arguments.length ? (b = typeof r == "function" ? r : z(+r), o) : b;
|
|
44
|
+
}, o.padAngle = function(r) {
|
|
45
|
+
return arguments.length ? (w = typeof r == "function" ? r : z(+r), o) : w;
|
|
46
|
+
}, o;
|
|
47
|
+
}
|
|
48
|
+
var J = function() {
|
|
49
|
+
var e = function(p, t, i, n) {
|
|
50
|
+
for (i = i || {}, n = p.length; n--; i[p[n]] = t)
|
|
51
|
+
;
|
|
52
|
+
return i;
|
|
53
|
+
}, u = [1, 3], $ = [1, 4], f = [1, 5], b = [1, 6], w = [1, 10, 12, 14, 16, 18, 19, 20, 21, 22], o = [2, 4], r = [1, 5, 10, 12, 14, 16, 18, 19, 20, 21, 22], l = [20, 21, 22], g = [2, 7], S = [1, 12], T = [1, 13], V = [1, 14], d = [1, 15], x = [1, 16], m = [1, 17], h = {
|
|
54
|
+
trace: function() {
|
|
55
|
+
},
|
|
56
|
+
yy: {},
|
|
57
|
+
symbols_: { error: 2, start: 3, eol: 4, PIE: 5, document: 6, showData: 7, line: 8, statement: 9, txt: 10, value: 11, title: 12, title_value: 13, acc_title: 14, acc_title_value: 15, acc_descr: 16, acc_descr_value: 17, acc_descr_multiline_value: 18, section: 19, NEWLINE: 20, ";": 21, EOF: 22, $accept: 0, $end: 1 },
|
|
58
|
+
terminals_: { 2: "error", 5: "PIE", 7: "showData", 10: "txt", 11: "value", 12: "title", 13: "title_value", 14: "acc_title", 15: "acc_title_value", 16: "acc_descr", 17: "acc_descr_value", 18: "acc_descr_multiline_value", 19: "section", 20: "NEWLINE", 21: ";", 22: "EOF" },
|
|
59
|
+
productions_: [0, [3, 2], [3, 2], [3, 3], [6, 0], [6, 2], [8, 2], [9, 0], [9, 2], [9, 2], [9, 2], [9, 2], [9, 1], [9, 1], [4, 1], [4, 1], [4, 1]],
|
|
60
|
+
performAction: function(t, i, n, a, c, s, P) {
|
|
61
|
+
var _ = s.length - 1;
|
|
62
|
+
switch (c) {
|
|
63
|
+
case 3:
|
|
64
|
+
a.setShowData(!0);
|
|
65
|
+
break;
|
|
66
|
+
case 6:
|
|
67
|
+
this.$ = s[_ - 1];
|
|
68
|
+
break;
|
|
69
|
+
case 8:
|
|
70
|
+
a.addSection(s[_ - 1], a.cleanupValue(s[_]));
|
|
71
|
+
break;
|
|
72
|
+
case 9:
|
|
73
|
+
this.$ = s[_].trim(), a.setDiagramTitle(this.$);
|
|
74
|
+
break;
|
|
75
|
+
case 10:
|
|
76
|
+
this.$ = s[_].trim(), a.setAccTitle(this.$);
|
|
77
|
+
break;
|
|
78
|
+
case 11:
|
|
79
|
+
case 12:
|
|
80
|
+
this.$ = s[_].trim(), a.setAccDescription(this.$);
|
|
81
|
+
break;
|
|
82
|
+
case 13:
|
|
83
|
+
a.addSection(s[_].substr(8)), this.$ = s[_].substr(8);
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
table: [{ 3: 1, 4: 2, 5: u, 20: $, 21: f, 22: b }, { 1: [3] }, { 3: 7, 4: 2, 5: u, 20: $, 21: f, 22: b }, e(w, o, { 6: 8, 7: [1, 9] }), e(r, [2, 14]), e(r, [2, 15]), e(r, [2, 16]), { 1: [2, 1] }, e(l, g, { 8: 10, 9: 11, 1: [2, 2], 10: S, 12: T, 14: V, 16: d, 18: x, 19: m }), e(w, o, { 6: 18 }), e(w, [2, 5]), { 4: 19, 20: $, 21: f, 22: b }, { 11: [1, 20] }, { 13: [1, 21] }, { 15: [1, 22] }, { 17: [1, 23] }, e(l, [2, 12]), e(l, [2, 13]), e(l, g, { 8: 10, 9: 11, 1: [2, 3], 10: S, 12: T, 14: V, 16: d, 18: x, 19: m }), e(w, [2, 6]), e(l, [2, 8]), e(l, [2, 9]), e(l, [2, 10]), e(l, [2, 11])],
|
|
88
|
+
defaultActions: { 7: [2, 1] },
|
|
89
|
+
parseError: function(t, i) {
|
|
90
|
+
if (i.recoverable)
|
|
91
|
+
this.trace(t);
|
|
92
|
+
else {
|
|
93
|
+
var n = new Error(t);
|
|
94
|
+
throw n.hash = i, n;
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
parse: function(t) {
|
|
98
|
+
var i = this, n = [0], a = [], c = [null], s = [], P = this.table, _ = "", N = 0, k = 0, R = 2, L = 1, B = s.slice.call(arguments, 1), y = Object.create(this.lexer), D = { yy: {} };
|
|
99
|
+
for (var Y in this.yy)
|
|
100
|
+
Object.prototype.hasOwnProperty.call(this.yy, Y) && (D.yy[Y] = this.yy[Y]);
|
|
101
|
+
y.setInput(t, D.yy), D.yy.lexer = y, D.yy.parser = this, typeof y.yylloc == "undefined" && (y.yylloc = {});
|
|
102
|
+
var X = y.yylloc;
|
|
103
|
+
s.push(X);
|
|
104
|
+
var st = y.options && y.options.ranges;
|
|
105
|
+
typeof D.yy.parseError == "function" ? this.parseError = D.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
106
|
+
function rt() {
|
|
107
|
+
var O;
|
|
108
|
+
return O = a.pop() || y.lex() || L, typeof O != "number" && (O instanceof Array && (a = O, O = a.pop()), O = i.symbols_[O] || O), O;
|
|
109
|
+
}
|
|
110
|
+
for (var v, F, E, Z, j = {}, M, C, Q, G; ; ) {
|
|
111
|
+
if (F = n[n.length - 1], this.defaultActions[F] ? E = this.defaultActions[F] : ((v === null || typeof v == "undefined") && (v = rt()), E = P[F] && P[F][v]), typeof E == "undefined" || !E.length || !E[0]) {
|
|
112
|
+
var q = "";
|
|
113
|
+
G = [];
|
|
114
|
+
for (M in P[F])
|
|
115
|
+
this.terminals_[M] && M > R && G.push("'" + this.terminals_[M] + "'");
|
|
116
|
+
y.showPosition ? q = "Parse error on line " + (N + 1) + `:
|
|
117
|
+
` + y.showPosition() + `
|
|
118
|
+
Expecting ` + G.join(", ") + ", got '" + (this.terminals_[v] || v) + "'" : q = "Parse error on line " + (N + 1) + ": Unexpected " + (v == L ? "end of input" : "'" + (this.terminals_[v] || v) + "'"), this.parseError(q, {
|
|
119
|
+
text: y.match,
|
|
120
|
+
token: this.terminals_[v] || v,
|
|
121
|
+
line: y.yylineno,
|
|
122
|
+
loc: X,
|
|
123
|
+
expected: G
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
if (E[0] instanceof Array && E.length > 1)
|
|
127
|
+
throw new Error("Parse Error: multiple actions possible at state: " + F + ", token: " + v);
|
|
128
|
+
switch (E[0]) {
|
|
129
|
+
case 1:
|
|
130
|
+
n.push(v), c.push(y.yytext), s.push(y.yylloc), n.push(E[1]), v = null, k = y.yyleng, _ = y.yytext, N = y.yylineno, X = y.yylloc;
|
|
131
|
+
break;
|
|
132
|
+
case 2:
|
|
133
|
+
if (C = this.productions_[E[1]][1], j.$ = c[c.length - C], j._$ = {
|
|
134
|
+
first_line: s[s.length - (C || 1)].first_line,
|
|
135
|
+
last_line: s[s.length - 1].last_line,
|
|
136
|
+
first_column: s[s.length - (C || 1)].first_column,
|
|
137
|
+
last_column: s[s.length - 1].last_column
|
|
138
|
+
}, st && (j._$.range = [
|
|
139
|
+
s[s.length - (C || 1)].range[0],
|
|
140
|
+
s[s.length - 1].range[1]
|
|
141
|
+
]), Z = this.performAction.apply(j, [
|
|
142
|
+
_,
|
|
143
|
+
k,
|
|
144
|
+
N,
|
|
145
|
+
D.yy,
|
|
146
|
+
E[1],
|
|
147
|
+
c,
|
|
148
|
+
s
|
|
149
|
+
].concat(B)), typeof Z != "undefined")
|
|
150
|
+
return Z;
|
|
151
|
+
C && (n = n.slice(0, -1 * C * 2), c = c.slice(0, -1 * C), s = s.slice(0, -1 * C)), n.push(this.productions_[E[1]][0]), c.push(j.$), s.push(j._$), Q = P[n[n.length - 2]][n[n.length - 1]], n.push(Q);
|
|
152
|
+
break;
|
|
153
|
+
case 3:
|
|
154
|
+
return !0;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
return !0;
|
|
158
|
+
}
|
|
159
|
+
}, A = function() {
|
|
160
|
+
var p = {
|
|
161
|
+
EOF: 1,
|
|
162
|
+
parseError: function(i, n) {
|
|
163
|
+
if (this.yy.parser)
|
|
164
|
+
this.yy.parser.parseError(i, n);
|
|
165
|
+
else
|
|
166
|
+
throw new Error(i);
|
|
167
|
+
},
|
|
168
|
+
// resets the lexer, sets new input
|
|
169
|
+
setInput: function(t, i) {
|
|
170
|
+
return this.yy = i || this.yy || {}, this._input = t, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
|
|
171
|
+
first_line: 1,
|
|
172
|
+
first_column: 0,
|
|
173
|
+
last_line: 1,
|
|
174
|
+
last_column: 0
|
|
175
|
+
}, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
|
|
176
|
+
},
|
|
177
|
+
// consumes and returns one char from the input
|
|
178
|
+
input: function() {
|
|
179
|
+
var t = this._input[0];
|
|
180
|
+
this.yytext += t, this.yyleng++, this.offset++, this.match += t, this.matched += t;
|
|
181
|
+
var i = t.match(/(?:\r\n?|\n).*/g);
|
|
182
|
+
return i ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), t;
|
|
183
|
+
},
|
|
184
|
+
// unshifts one char (or a string) into the input
|
|
185
|
+
unput: function(t) {
|
|
186
|
+
var i = t.length, n = t.split(/(?:\r\n?|\n)/g);
|
|
187
|
+
this._input = t + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - i), this.offset -= i;
|
|
188
|
+
var a = this.match.split(/(?:\r\n?|\n)/g);
|
|
189
|
+
this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), n.length - 1 && (this.yylineno -= n.length - 1);
|
|
190
|
+
var c = this.yylloc.range;
|
|
191
|
+
return this.yylloc = {
|
|
192
|
+
first_line: this.yylloc.first_line,
|
|
193
|
+
last_line: this.yylineno + 1,
|
|
194
|
+
first_column: this.yylloc.first_column,
|
|
195
|
+
last_column: n ? (n.length === a.length ? this.yylloc.first_column : 0) + a[a.length - n.length].length - n[0].length : this.yylloc.first_column - i
|
|
196
|
+
}, this.options.ranges && (this.yylloc.range = [c[0], c[0] + this.yyleng - i]), this.yyleng = this.yytext.length, this;
|
|
197
|
+
},
|
|
198
|
+
// When called from action, caches matched text and appends it on next action
|
|
199
|
+
more: function() {
|
|
200
|
+
return this._more = !0, this;
|
|
201
|
+
},
|
|
202
|
+
// When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
|
|
203
|
+
reject: function() {
|
|
204
|
+
if (this.options.backtrack_lexer)
|
|
205
|
+
this._backtrack = !0;
|
|
206
|
+
else
|
|
207
|
+
return this.parseError("Lexical error on line " + (this.yylineno + 1) + `. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
|
|
208
|
+
` + this.showPosition(), {
|
|
209
|
+
text: "",
|
|
210
|
+
token: null,
|
|
211
|
+
line: this.yylineno
|
|
212
|
+
});
|
|
213
|
+
return this;
|
|
214
|
+
},
|
|
215
|
+
// retain first n characters of the match
|
|
216
|
+
less: function(t) {
|
|
217
|
+
this.unput(this.match.slice(t));
|
|
218
|
+
},
|
|
219
|
+
// displays already matched input, i.e. for error messages
|
|
220
|
+
pastInput: function() {
|
|
221
|
+
var t = this.matched.substr(0, this.matched.length - this.match.length);
|
|
222
|
+
return (t.length > 20 ? "..." : "") + t.substr(-20).replace(/\n/g, "");
|
|
223
|
+
},
|
|
224
|
+
// displays upcoming input, i.e. for error messages
|
|
225
|
+
upcomingInput: function() {
|
|
226
|
+
var t = this.match;
|
|
227
|
+
return t.length < 20 && (t += this._input.substr(0, 20 - t.length)), (t.substr(0, 20) + (t.length > 20 ? "..." : "")).replace(/\n/g, "");
|
|
228
|
+
},
|
|
229
|
+
// displays the character position where the lexing error occurred, i.e. for error messages
|
|
230
|
+
showPosition: function() {
|
|
231
|
+
var t = this.pastInput(), i = new Array(t.length + 1).join("-");
|
|
232
|
+
return t + this.upcomingInput() + `
|
|
233
|
+
` + i + "^";
|
|
234
|
+
},
|
|
235
|
+
// test the lexed token: return FALSE when not a match, otherwise return token
|
|
236
|
+
test_match: function(t, i) {
|
|
237
|
+
var n, a, c;
|
|
238
|
+
if (this.options.backtrack_lexer && (c = {
|
|
239
|
+
yylineno: this.yylineno,
|
|
240
|
+
yylloc: {
|
|
241
|
+
first_line: this.yylloc.first_line,
|
|
242
|
+
last_line: this.last_line,
|
|
243
|
+
first_column: this.yylloc.first_column,
|
|
244
|
+
last_column: this.yylloc.last_column
|
|
245
|
+
},
|
|
246
|
+
yytext: this.yytext,
|
|
247
|
+
match: this.match,
|
|
248
|
+
matches: this.matches,
|
|
249
|
+
matched: this.matched,
|
|
250
|
+
yyleng: this.yyleng,
|
|
251
|
+
offset: this.offset,
|
|
252
|
+
_more: this._more,
|
|
253
|
+
_input: this._input,
|
|
254
|
+
yy: this.yy,
|
|
255
|
+
conditionStack: this.conditionStack.slice(0),
|
|
256
|
+
done: this.done
|
|
257
|
+
}, this.options.ranges && (c.yylloc.range = this.yylloc.range.slice(0))), a = t[0].match(/(?:\r\n?|\n).*/g), a && (this.yylineno += a.length), this.yylloc = {
|
|
258
|
+
first_line: this.yylloc.last_line,
|
|
259
|
+
last_line: this.yylineno + 1,
|
|
260
|
+
first_column: this.yylloc.last_column,
|
|
261
|
+
last_column: a ? a[a.length - 1].length - a[a.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + t[0].length
|
|
262
|
+
}, this.yytext += t[0], this.match += t[0], this.matches = t, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(t[0].length), this.matched += t[0], n = this.performAction.call(this, this.yy, this, i, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), n)
|
|
263
|
+
return n;
|
|
264
|
+
if (this._backtrack) {
|
|
265
|
+
for (var s in c)
|
|
266
|
+
this[s] = c[s];
|
|
267
|
+
return !1;
|
|
268
|
+
}
|
|
269
|
+
return !1;
|
|
270
|
+
},
|
|
271
|
+
// return next match in input
|
|
272
|
+
next: function() {
|
|
273
|
+
if (this.done)
|
|
274
|
+
return this.EOF;
|
|
275
|
+
this._input || (this.done = !0);
|
|
276
|
+
var t, i, n, a;
|
|
277
|
+
this._more || (this.yytext = "", this.match = "");
|
|
278
|
+
for (var c = this._currentRules(), s = 0; s < c.length; s++)
|
|
279
|
+
if (n = this._input.match(this.rules[c[s]]), n && (!i || n[0].length > i[0].length)) {
|
|
280
|
+
if (i = n, a = s, this.options.backtrack_lexer) {
|
|
281
|
+
if (t = this.test_match(n, c[s]), t !== !1)
|
|
282
|
+
return t;
|
|
283
|
+
if (this._backtrack) {
|
|
284
|
+
i = !1;
|
|
285
|
+
continue;
|
|
286
|
+
} else
|
|
287
|
+
return !1;
|
|
288
|
+
} else if (!this.options.flex)
|
|
289
|
+
break;
|
|
290
|
+
}
|
|
291
|
+
return i ? (t = this.test_match(i, c[a]), t !== !1 ? t : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
|
|
292
|
+
` + this.showPosition(), {
|
|
293
|
+
text: "",
|
|
294
|
+
token: null,
|
|
295
|
+
line: this.yylineno
|
|
296
|
+
});
|
|
297
|
+
},
|
|
298
|
+
// return next match that has a token
|
|
299
|
+
lex: function() {
|
|
300
|
+
var i = this.next();
|
|
301
|
+
return i || this.lex();
|
|
302
|
+
},
|
|
303
|
+
// activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
|
|
304
|
+
begin: function(i) {
|
|
305
|
+
this.conditionStack.push(i);
|
|
306
|
+
},
|
|
307
|
+
// pop the previously active lexer condition state off the condition stack
|
|
308
|
+
popState: function() {
|
|
309
|
+
var i = this.conditionStack.length - 1;
|
|
310
|
+
return i > 0 ? this.conditionStack.pop() : this.conditionStack[0];
|
|
311
|
+
},
|
|
312
|
+
// produce the lexer rule set which is active for the currently active lexer condition state
|
|
313
|
+
_currentRules: function() {
|
|
314
|
+
return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
|
|
315
|
+
},
|
|
316
|
+
// return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
|
|
317
|
+
topState: function(i) {
|
|
318
|
+
return i = this.conditionStack.length - 1 - Math.abs(i || 0), i >= 0 ? this.conditionStack[i] : "INITIAL";
|
|
319
|
+
},
|
|
320
|
+
// alias for begin(condition)
|
|
321
|
+
pushState: function(i) {
|
|
322
|
+
this.begin(i);
|
|
323
|
+
},
|
|
324
|
+
// return the number of states currently on the stack
|
|
325
|
+
stateStackSize: function() {
|
|
326
|
+
return this.conditionStack.length;
|
|
327
|
+
},
|
|
328
|
+
options: { "case-insensitive": !0 },
|
|
329
|
+
performAction: function(i, n, a, c) {
|
|
330
|
+
switch (a) {
|
|
331
|
+
case 0:
|
|
332
|
+
break;
|
|
333
|
+
case 1:
|
|
334
|
+
break;
|
|
335
|
+
case 2:
|
|
336
|
+
return 20;
|
|
337
|
+
case 3:
|
|
338
|
+
break;
|
|
339
|
+
case 4:
|
|
340
|
+
break;
|
|
341
|
+
case 5:
|
|
342
|
+
return this.begin("title"), 12;
|
|
343
|
+
case 6:
|
|
344
|
+
return this.popState(), "title_value";
|
|
345
|
+
case 7:
|
|
346
|
+
return this.begin("acc_title"), 14;
|
|
347
|
+
case 8:
|
|
348
|
+
return this.popState(), "acc_title_value";
|
|
349
|
+
case 9:
|
|
350
|
+
return this.begin("acc_descr"), 16;
|
|
351
|
+
case 10:
|
|
352
|
+
return this.popState(), "acc_descr_value";
|
|
353
|
+
case 11:
|
|
354
|
+
this.begin("acc_descr_multiline");
|
|
355
|
+
break;
|
|
356
|
+
case 12:
|
|
357
|
+
this.popState();
|
|
358
|
+
break;
|
|
359
|
+
case 13:
|
|
360
|
+
return "acc_descr_multiline_value";
|
|
361
|
+
case 14:
|
|
362
|
+
this.begin("string");
|
|
363
|
+
break;
|
|
364
|
+
case 15:
|
|
365
|
+
this.popState();
|
|
366
|
+
break;
|
|
367
|
+
case 16:
|
|
368
|
+
return "txt";
|
|
369
|
+
case 17:
|
|
370
|
+
return 5;
|
|
371
|
+
case 18:
|
|
372
|
+
return 7;
|
|
373
|
+
case 19:
|
|
374
|
+
return "value";
|
|
375
|
+
case 20:
|
|
376
|
+
return 22;
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
rules: [/^(?:%%(?!\{)[^\n]*)/i, /^(?:[^\}]%%[^\n]*)/i, /^(?:[\n\r]+)/i, /^(?:%%[^\n]*)/i, /^(?:[\s]+)/i, /^(?:title\b)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:pie\b)/i, /^(?:showData\b)/i, /^(?::[\s]*[\d]+(?:\.[\d]+)?)/i, /^(?:$)/i],
|
|
380
|
+
conditions: { acc_descr_multiline: { rules: [12, 13], inclusive: !1 }, acc_descr: { rules: [10], inclusive: !1 }, acc_title: { rules: [8], inclusive: !1 }, title: { rules: [6], inclusive: !1 }, string: { rules: [15, 16], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 5, 7, 9, 11, 14, 17, 18, 19, 20], inclusive: !0 } }
|
|
381
|
+
};
|
|
382
|
+
return p;
|
|
383
|
+
}();
|
|
384
|
+
h.lexer = A;
|
|
385
|
+
function I() {
|
|
386
|
+
this.yy = {};
|
|
387
|
+
}
|
|
388
|
+
return I.prototype = h, h.Parser = I, new I();
|
|
389
|
+
}();
|
|
390
|
+
J.parser = J;
|
|
391
|
+
const Et = J, nt = at.pie, W = {
|
|
392
|
+
sections: {},
|
|
393
|
+
showData: !1,
|
|
394
|
+
config: nt
|
|
395
|
+
};
|
|
396
|
+
let U = W.sections, K = W.showData;
|
|
397
|
+
const $t = structuredClone(nt), wt = () => structuredClone($t), At = () => {
|
|
398
|
+
U = structuredClone(W.sections), K = W.showData, ft();
|
|
399
|
+
}, Tt = (e, u) => {
|
|
400
|
+
e = pt(e, et()), U[e] === void 0 && (U[e] = u, it.debug(`added new section: ${e}, with value: ${u}`));
|
|
401
|
+
}, It = () => U, Dt = (e) => (e.substring(0, 1) === ":" && (e = e.substring(1).trim()), Number(e.trim())), Ct = (e) => {
|
|
402
|
+
K = e;
|
|
403
|
+
}, Ot = () => K, Vt = {
|
|
404
|
+
getConfig: wt,
|
|
405
|
+
clear: At,
|
|
406
|
+
setDiagramTitle: lt,
|
|
407
|
+
getDiagramTitle: ct,
|
|
408
|
+
setAccTitle: ot,
|
|
409
|
+
getAccTitle: ht,
|
|
410
|
+
setAccDescription: ut,
|
|
411
|
+
getAccDescription: yt,
|
|
412
|
+
addSection: Tt,
|
|
413
|
+
getSections: It,
|
|
414
|
+
cleanupValue: Dt,
|
|
415
|
+
setShowData: Ct,
|
|
416
|
+
getShowData: Ot
|
|
417
|
+
}, Pt = (e) => `
|
|
418
|
+
.pieCircle{
|
|
419
|
+
stroke: ${e.pieStrokeColor};
|
|
420
|
+
stroke-width : ${e.pieStrokeWidth};
|
|
421
|
+
opacity : ${e.pieOpacity};
|
|
422
|
+
}
|
|
423
|
+
.pieOuterCircle{
|
|
424
|
+
stroke: ${e.pieOuterStrokeColor};
|
|
425
|
+
stroke-width: ${e.pieOuterStrokeWidth};
|
|
426
|
+
fill: none;
|
|
427
|
+
}
|
|
428
|
+
.pieTitleText {
|
|
429
|
+
text-anchor: middle;
|
|
430
|
+
font-size: ${e.pieTitleTextSize};
|
|
431
|
+
fill: ${e.pieTitleTextColor};
|
|
432
|
+
font-family: ${e.fontFamily};
|
|
433
|
+
}
|
|
434
|
+
.slice {
|
|
435
|
+
font-family: ${e.fontFamily};
|
|
436
|
+
fill: ${e.pieSectionTextColor};
|
|
437
|
+
font-size:${e.pieSectionTextSize};
|
|
438
|
+
// fill: white;
|
|
439
|
+
}
|
|
440
|
+
.legend text {
|
|
441
|
+
fill: ${e.pieLegendTextColor};
|
|
442
|
+
font-family: ${e.fontFamily};
|
|
443
|
+
font-size: ${e.pieLegendTextSize};
|
|
444
|
+
}
|
|
445
|
+
`, Nt = Pt, Lt = (e) => {
|
|
446
|
+
const u = Object.entries(e).map((f) => ({
|
|
447
|
+
label: f[0],
|
|
448
|
+
value: f[1]
|
|
449
|
+
})).sort((f, b) => b.value - f.value);
|
|
450
|
+
return St().value(
|
|
451
|
+
(f) => f.value
|
|
452
|
+
)(u);
|
|
453
|
+
}, Ft = (e, u, $, f) => {
|
|
454
|
+
var N;
|
|
455
|
+
var b, w;
|
|
456
|
+
it.debug(`rendering pie chart
|
|
457
|
+
` + e);
|
|
458
|
+
const o = f.db, r = et(), l = gt(o.getConfig(), r.pie), g = 450, S = (N = (w = (b = document.getElementById(u)) == null ? void 0 : b.parentElement) == null ? void 0 : w.offsetWidth) != null ? N : l.useWidth, T = dt(u);
|
|
459
|
+
T.attr("viewBox", `0 0 ${S} ${g}`), mt(T, g, S, l.useMaxWidth);
|
|
460
|
+
const V = 40, d = 18, x = 4, m = T.append("g");
|
|
461
|
+
m.attr("transform", "translate(" + S / 2 + "," + g / 2 + ")");
|
|
462
|
+
const { themeVariables: h } = r;
|
|
463
|
+
let [A] = _t(h.pieOuterStrokeWidth);
|
|
464
|
+
A != null || (A = 2);
|
|
465
|
+
const I = l.textPosition, p = Math.min(S, g) / 2 - V, t = tt().innerRadius(0).outerRadius(p), i = tt().innerRadius(p * I).outerRadius(p * I);
|
|
466
|
+
m.append("circle").attr("cx", 0).attr("cy", 0).attr("r", p + A / 2).attr("class", "pieOuterCircle");
|
|
467
|
+
const n = o.getSections(), a = Lt(n), c = [
|
|
468
|
+
h.pie1,
|
|
469
|
+
h.pie2,
|
|
470
|
+
h.pie3,
|
|
471
|
+
h.pie4,
|
|
472
|
+
h.pie5,
|
|
473
|
+
h.pie6,
|
|
474
|
+
h.pie7,
|
|
475
|
+
h.pie8,
|
|
476
|
+
h.pie9,
|
|
477
|
+
h.pie10,
|
|
478
|
+
h.pie11,
|
|
479
|
+
h.pie12
|
|
480
|
+
], s = vt(c);
|
|
481
|
+
m.selectAll("mySlices").data(a).enter().append("path").attr("d", t).attr("fill", (k) => s(k.data.label)).attr("class", "pieCircle");
|
|
482
|
+
let P = 0;
|
|
483
|
+
Object.keys(n).forEach((k) => {
|
|
484
|
+
P += n[k];
|
|
485
|
+
}), m.selectAll("mySlices").data(a).enter().append("text").text((k) => (k.data.value / P * 100).toFixed(0) + "%").attr("transform", (k) => "translate(" + i.centroid(k) + ")").style("text-anchor", "middle").attr("class", "slice"), m.append("text").text(o.getDiagramTitle()).attr("x", 0).attr("y", -(g - 50) / 2).attr("class", "pieTitleText");
|
|
486
|
+
const _ = m.selectAll(".legend").data(s.domain()).enter().append("g").attr("class", "legend").attr("transform", (k, R) => {
|
|
487
|
+
const L = d + x, B = L * s.domain().length / 2, y = 12 * d, D = R * L - B;
|
|
488
|
+
return "translate(" + y + "," + D + ")";
|
|
489
|
+
});
|
|
490
|
+
_.append("rect").attr("width", d).attr("height", d).style("fill", s).style("stroke", s), _.data(a).append("text").attr("x", d + x).attr("y", d - x).text((k) => {
|
|
491
|
+
const { label: R, value: L } = k.data;
|
|
492
|
+
return o.getShowData() ? `${R} [${L}]` : R;
|
|
493
|
+
});
|
|
494
|
+
}, zt = { draw: Ft }, Bt = {
|
|
495
|
+
parser: Et,
|
|
496
|
+
db: Vt,
|
|
497
|
+
renderer: zt,
|
|
498
|
+
styles: Nt
|
|
499
|
+
};
|
|
500
|
+
export {
|
|
501
|
+
Bt as diagram
|
|
502
|
+
};
|