lowcoder-comps 0.0.26 → 0.0.28

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.
Files changed (56) hide show
  1. package/000297fb.js +5 -0
  2. package/{92fb34a2.js → 0205ce17.js} +27 -27
  3. package/{3f63d12d.js → 1269154d.js} +32711 -34763
  4. package/{6fbc4c21.js → 1f088099.js} +18 -18
  5. package/{2b3b3386.js → 2ae47d58.js} +548 -548
  6. package/2ff7471d.js +9 -0
  7. package/{44cd1a62.js → 42b75267.js} +11 -11
  8. package/{ed8c376c.js → 45a7c119.js} +286 -293
  9. package/4bc5ef7f.js +881 -0
  10. package/{90d3581f.js → 4c822e6b.js} +133 -132
  11. package/5bb002c8.js +64 -0
  12. package/{82c8e71b.js → 6517e88b.js} +12 -10
  13. package/65d3daa9.js +391 -0
  14. package/{87b4699c.js → 6909d829.js} +1 -1
  15. package/{b28dda80.js → 711961f8.js} +13 -12
  16. package/77491f00.js +86 -0
  17. package/7805c934.js +455 -0
  18. package/7dc7ce37.js +19104 -0
  19. package/{c3caea77.js → 83feec48.js} +45 -43
  20. package/{c66d9114.js → 8c8fb30b.js} +25 -24
  21. package/{3220cb2e.js → 945d7302.js} +2 -1
  22. package/{4891fa68.js → 9a9b397d.js} +6 -5
  23. package/{3ebbaeae.js → a2d32dbb.js} +18 -18
  24. package/{2c0287e1.js → a39d3869.js} +2 -2
  25. package/a40faea7.js +11624 -0
  26. package/b7bda09a.js +237 -0
  27. package/{5f138044.js → b99f5b2a.js} +158 -147
  28. package/bcc07d29.js +1536 -0
  29. package/c2bf7d82.js +819 -0
  30. package/c4bd6ed7.js +1269 -0
  31. package/c4c5f13b.js +8 -0
  32. package/d2bae1f4.js +2284 -0
  33. package/d4b9d281.js +1089 -0
  34. package/{11b36d97.js → d4ba48b2.js} +148 -145
  35. package/dd0ec77a.js +48428 -0
  36. package/{c889073f.js → e0bacb89.js} +1 -1
  37. package/{b70abaaf.js → e437d53e.js} +1 -1
  38. package/e95fa522.js +1102 -0
  39. package/ed46c11a.js +1276 -0
  40. package/f2b8cbc8.js +25 -0
  41. package/index.js +2 -2
  42. package/package.json +1 -1
  43. package/33035c6f.js +0 -86
  44. package/3f82489c.js +0 -2396
  45. package/454ca826.js +0 -46724
  46. package/4938ecf8.js +0 -22
  47. package/558b96ef.js +0 -18798
  48. package/596b7f71.js +0 -365
  49. package/637a168a.js +0 -235
  50. package/765a2a38.js +0 -1055
  51. package/8ed940ee.js +0 -786
  52. package/9c1ceb2f.js +0 -448
  53. package/aad4f2fa.js +0 -1235
  54. package/b053e17f.js +0 -1000
  55. package/bed24264.js +0 -2192
  56. package/d3478475.js +0 -64
package/9c1ceb2f.js DELETED
@@ -1,448 +0,0 @@
1
- var D = (e, l, s) => new Promise((a, i) => {
2
- var p = (c) => {
3
- try {
4
- o(s.next(c));
5
- } catch (r) {
6
- i(r);
7
- }
8
- }, f = (c) => {
9
- try {
10
- o(s.throw(c));
11
- } catch (r) {
12
- i(r);
13
- }
14
- }, o = (c) => c.done ? a(c.value) : Promise.resolve(c.value).then(p, f);
15
- o((s = s.apply(e, l)).next());
16
- });
17
- import { G as M } from "./3f82489c.js";
18
- import { S as z, u as R, v as F, _ as j, C as U, x as H, y as W, o as A, l as y, p as X, c as C, j as G, q as $, n as E, h as _, z as J, r as K, A as Q } from "./3f63d12d.js";
19
- import { r as Y } from "./596b7f71.js";
20
- function Z(e) {
21
- return typeof e == "string" ? new z([document.querySelectorAll(e)], [document.documentElement]) : new z([F(e)], R);
22
- }
23
- const O = (e, l) => j.lang.round(U.parse(e)[l]), ee = O;
24
- function ue(e, l) {
25
- return !!e.children(l).length;
26
- }
27
- function we(e) {
28
- return L(e.v) + ":" + L(e.w) + ":" + L(e.name);
29
- }
30
- var te = /:/g;
31
- function L(e) {
32
- return e ? String(e).replace(te, "\\:") : "";
33
- }
34
- function re(e, l) {
35
- l && e.attr("style", l);
36
- }
37
- function he(e, l, s) {
38
- l && e.attr("class", l).attr("class", s + " " + e.attr("class"));
39
- }
40
- function ye(e, l) {
41
- var s = l.graph();
42
- if (H(s)) {
43
- var a = s.transition;
44
- if (W(a))
45
- return a(e);
46
- }
47
- return e;
48
- }
49
- function le(e, l) {
50
- var s = e.append("foreignObject").attr("width", "100000"), a = s.append("xhtml:div");
51
- a.attr("xmlns", "http://www.w3.org/1999/xhtml");
52
- var i = l.label;
53
- switch (typeof i) {
54
- case "function":
55
- a.insert(i);
56
- break;
57
- case "object":
58
- a.insert(function() {
59
- return i;
60
- });
61
- break;
62
- default:
63
- a.html(i);
64
- }
65
- re(a, l.labelStyle), a.style("display", "inline-block"), a.style("white-space", "nowrap");
66
- var p = a.node().getBoundingClientRect();
67
- return s.attr("width", p.width).attr("height", p.height), s;
68
- }
69
- const q = {}, ae = function(e) {
70
- const l = Object.keys(e);
71
- for (const s of l)
72
- q[s] = e[s];
73
- }, P = function(e, l, s, a, i, p) {
74
- const f = a.select(`[id="${s}"]`);
75
- Object.keys(e).forEach(function(c) {
76
- const r = e[c];
77
- let g = "default";
78
- r.classes.length > 0 && (g = r.classes.join(" ")), g = g + " flowchart-label";
79
- const w = A(r.styles);
80
- let t = r.text !== void 0 ? r.text : r.id, d;
81
- if (y.info("vertex", r, r.labelType), r.labelType === "markdown")
82
- y.info("vertex", r, r.labelType);
83
- else if (X(C().flowchart.htmlLabels)) {
84
- const m = {
85
- label: t.replace(
86
- /fa[blrs]?:fa-[\w-]+/g,
87
- (k) => `<i class='${k.replace(":", " ")}'></i>`
88
- )
89
- };
90
- d = le(f, m).node(), d.parentNode.removeChild(d);
91
- } else {
92
- const m = i.createElementNS("http://www.w3.org/2000/svg", "text");
93
- m.setAttribute("style", w.labelStyle.replace("color:", "fill:"));
94
- const k = t.split(G.lineBreakRegex);
95
- for (const T of k) {
96
- const v = i.createElementNS("http://www.w3.org/2000/svg", "tspan");
97
- v.setAttributeNS("http://www.w3.org/XML/1998/namespace", "xml:space", "preserve"), v.setAttribute("dy", "1em"), v.setAttribute("x", "1"), v.textContent = T, m.appendChild(v);
98
- }
99
- d = m;
100
- }
101
- let b = 0, n = "";
102
- switch (r.type) {
103
- case "round":
104
- b = 5, n = "rect";
105
- break;
106
- case "square":
107
- n = "rect";
108
- break;
109
- case "diamond":
110
- n = "question";
111
- break;
112
- case "hexagon":
113
- n = "hexagon";
114
- break;
115
- case "odd":
116
- n = "rect_left_inv_arrow";
117
- break;
118
- case "lean_right":
119
- n = "lean_right";
120
- break;
121
- case "lean_left":
122
- n = "lean_left";
123
- break;
124
- case "trapezoid":
125
- n = "trapezoid";
126
- break;
127
- case "inv_trapezoid":
128
- n = "inv_trapezoid";
129
- break;
130
- case "odd_right":
131
- n = "rect_left_inv_arrow";
132
- break;
133
- case "circle":
134
- n = "circle";
135
- break;
136
- case "ellipse":
137
- n = "ellipse";
138
- break;
139
- case "stadium":
140
- n = "stadium";
141
- break;
142
- case "subroutine":
143
- n = "subroutine";
144
- break;
145
- case "cylinder":
146
- n = "cylinder";
147
- break;
148
- case "group":
149
- n = "rect";
150
- break;
151
- case "doublecircle":
152
- n = "doublecircle";
153
- break;
154
- default:
155
- n = "rect";
156
- }
157
- l.setNode(r.id, {
158
- labelStyle: w.labelStyle,
159
- shape: n,
160
- labelText: t,
161
- labelType: r.labelType,
162
- rx: b,
163
- ry: b,
164
- class: g,
165
- style: w.style,
166
- id: r.id,
167
- link: r.link,
168
- linkTarget: r.linkTarget,
169
- tooltip: p.db.getTooltip(r.id) || "",
170
- domId: p.db.lookUpDomId(r.id),
171
- haveCallback: r.haveCallback,
172
- width: r.type === "group" ? 500 : void 0,
173
- dir: r.dir,
174
- type: r.type,
175
- props: r.props,
176
- padding: C().flowchart.padding
177
- }), y.info("setNode", {
178
- labelStyle: w.labelStyle,
179
- labelType: r.labelType,
180
- shape: n,
181
- labelText: t,
182
- rx: b,
183
- ry: b,
184
- class: g,
185
- style: w.style,
186
- id: r.id,
187
- domId: p.db.lookUpDomId(r.id),
188
- width: r.type === "group" ? 500 : void 0,
189
- type: r.type,
190
- dir: r.dir,
191
- props: r.props,
192
- padding: C().flowchart.padding
193
- });
194
- });
195
- }, V = function(e, l, s) {
196
- y.info("abc78 edges = ", e);
197
- let a = 0, i = {}, p, f;
198
- if (e.defaultStyle !== void 0) {
199
- const o = A(e.defaultStyle);
200
- p = o.style, f = o.labelStyle;
201
- }
202
- e.forEach(function(o) {
203
- a++;
204
- const c = "L-" + o.start + "-" + o.end;
205
- i[c] === void 0 ? (i[c] = 0, y.info("abc78 new entry", c, i[c])) : (i[c]++, y.info("abc78 new entry", c, i[c]));
206
- let r = c + "-" + i[c];
207
- y.info("abc78 new link id to be used is", c, r, i[c]);
208
- const g = "LS-" + o.start, w = "LE-" + o.end, t = { style: "", labelStyle: "" };
209
- switch (t.minlen = o.length || 1, o.type === "arrow_open" ? t.arrowhead = "none" : t.arrowhead = "normal", t.arrowTypeStart = "arrow_open", t.arrowTypeEnd = "arrow_open", o.type) {
210
- case "double_arrow_cross":
211
- t.arrowTypeStart = "arrow_cross";
212
- case "arrow_cross":
213
- t.arrowTypeEnd = "arrow_cross";
214
- break;
215
- case "double_arrow_point":
216
- t.arrowTypeStart = "arrow_point";
217
- case "arrow_point":
218
- t.arrowTypeEnd = "arrow_point";
219
- break;
220
- case "double_arrow_circle":
221
- t.arrowTypeStart = "arrow_circle";
222
- case "arrow_circle":
223
- t.arrowTypeEnd = "arrow_circle";
224
- break;
225
- }
226
- let d = "", b = "";
227
- switch (o.stroke) {
228
- case "normal":
229
- d = "fill:none;", p !== void 0 && (d = p), f !== void 0 && (b = f), t.thickness = "normal", t.pattern = "solid";
230
- break;
231
- case "dotted":
232
- t.thickness = "normal", t.pattern = "dotted", t.style = "fill:none;stroke-width:2px;stroke-dasharray:3;";
233
- break;
234
- case "thick":
235
- t.thickness = "thick", t.pattern = "solid", t.style = "stroke-width: 3.5px;fill:none;";
236
- break;
237
- case "invisible":
238
- t.thickness = "invisible", t.pattern = "solid", t.style = "stroke-width: 0;fill:none;";
239
- break;
240
- }
241
- if (o.style !== void 0) {
242
- const n = A(o.style);
243
- d = n.style, b = n.labelStyle;
244
- }
245
- t.style = t.style += d, t.labelStyle = t.labelStyle += b, o.interpolate !== void 0 ? t.curve = $(o.interpolate, E) : e.defaultInterpolate !== void 0 ? t.curve = $(e.defaultInterpolate, E) : t.curve = $(q.curve, E), o.text === void 0 ? o.style !== void 0 && (t.arrowheadStyle = "fill: #333") : (t.arrowheadStyle = "fill: #333", t.labelpos = "c"), t.labelType = o.labelType, t.label = o.text.replace(G.lineBreakRegex, `
246
- `), o.style === void 0 && (t.style = t.style || "stroke: #333; stroke-width: 1.5px;fill:none;"), t.labelStyle = t.labelStyle.replace("color:", "fill:"), t.id = r, t.classes = "flowchart-link " + g + " " + w, l.setEdge(o.start, o.end, t, a);
247
- });
248
- }, oe = function(e, l) {
249
- return l.db.getClasses();
250
- }, ne = function(e, l, s, a) {
251
- return D(this, null, function* () {
252
- y.info("Drawing flowchart");
253
- let i = a.db.getDirection();
254
- i === void 0 && (i = "TD");
255
- const { securityLevel: p, flowchart: f } = C(), o = f.nodeSpacing || 50, c = f.rankSpacing || 50;
256
- let r;
257
- p === "sandbox" && (r = _("#i" + l));
258
- const g = p === "sandbox" ? _(r.nodes()[0].contentDocument.body) : _("body"), w = p === "sandbox" ? r.nodes()[0].contentDocument : document, t = new M({
259
- multigraph: !0,
260
- compound: !0
261
- }).setGraph({
262
- rankdir: i,
263
- nodesep: o,
264
- ranksep: c,
265
- marginx: 0,
266
- marginy: 0
267
- }).setDefaultEdgeLabel(function() {
268
- return {};
269
- });
270
- let d;
271
- const b = a.db.getSubGraphs();
272
- y.info("Subgraphs - ", b);
273
- for (let u = b.length - 1; u >= 0; u--)
274
- d = b[u], y.info("Subgraph - ", d), a.db.addVertex(
275
- d.id,
276
- { text: d.title, type: d.labelType },
277
- "group",
278
- void 0,
279
- d.classes,
280
- d.dir
281
- );
282
- const n = a.db.getVertices(), m = a.db.getEdges();
283
- y.info("Edges", m);
284
- let k = 0;
285
- for (k = b.length - 1; k >= 0; k--) {
286
- d = b[k], Z("cluster").append("text");
287
- for (let u = 0; u < d.nodes.length; u++)
288
- y.info("Setting up subgraphs", d.nodes[u], d.id), t.setParent(d.nodes[u], d.id);
289
- }
290
- P(n, t, l, g, w, a), V(m, t);
291
- const T = g.select(`[id="${l}"]`), v = g.select("#" + l + " g");
292
- if (yield Y(v, t, ["point", "circle", "cross"], "flowchart", l), J.insertTitle(T, "flowchartTitleText", f.titleTopMargin, a.db.getDiagramTitle()), K(t, T, f.diagramPadding, f.useMaxWidth), a.db.indexNodes("subGraph" + k), !f.htmlLabels) {
293
- const u = w.querySelectorAll('[id="' + l + '"] .edgeLabel .label');
294
- for (const x of u) {
295
- const S = x.getBBox(), h = w.createElementNS("http://www.w3.org/2000/svg", "rect");
296
- h.setAttribute("rx", 0), h.setAttribute("ry", 0), h.setAttribute("width", S.width), h.setAttribute("height", S.height), x.insertBefore(h, x.firstChild);
297
- }
298
- }
299
- Object.keys(n).forEach(function(u) {
300
- const x = n[u];
301
- if (x.link) {
302
- const S = _("#" + l + ' [id="' + u + '"]');
303
- if (S) {
304
- const h = w.createElementNS("http://www.w3.org/2000/svg", "a");
305
- h.setAttributeNS("http://www.w3.org/2000/svg", "class", x.classes.join(" ")), h.setAttributeNS("http://www.w3.org/2000/svg", "href", x.link), h.setAttributeNS("http://www.w3.org/2000/svg", "rel", "noopener"), p === "sandbox" ? h.setAttributeNS("http://www.w3.org/2000/svg", "target", "_top") : x.linkTarget && h.setAttributeNS("http://www.w3.org/2000/svg", "target", x.linkTarget);
306
- const N = S.insert(function() {
307
- return h;
308
- }, ":first-child"), B = S.select(".label-container");
309
- B && N.append(function() {
310
- return B.node();
311
- });
312
- const I = S.select(".label");
313
- I && N.append(function() {
314
- return I.node();
315
- });
316
- }
317
- }
318
- });
319
- });
320
- }, ge = {
321
- setConf: ae,
322
- addVertices: P,
323
- addEdges: V,
324
- getClasses: oe,
325
- draw: ne
326
- }, se = (e, l) => {
327
- const s = ee, a = s(e, "r"), i = s(e, "g"), p = s(e, "b");
328
- return Q(a, i, p, l);
329
- }, ie = (e) => `.label {
330
- font-family: ${e.fontFamily};
331
- color: ${e.nodeTextColor || e.textColor};
332
- }
333
- .cluster-label text {
334
- fill: ${e.titleColor};
335
- }
336
- .cluster-label span,p {
337
- color: ${e.titleColor};
338
- }
339
-
340
- .label text,span,p {
341
- fill: ${e.nodeTextColor || e.textColor};
342
- color: ${e.nodeTextColor || e.textColor};
343
- }
344
-
345
- .node rect,
346
- .node circle,
347
- .node ellipse,
348
- .node polygon,
349
- .node path {
350
- fill: ${e.mainBkg};
351
- stroke: ${e.nodeBorder};
352
- stroke-width: 1px;
353
- }
354
- .flowchart-label text {
355
- text-anchor: middle;
356
- }
357
- // .flowchart-label .text-outer-tspan {
358
- // text-anchor: middle;
359
- // }
360
- // .flowchart-label .text-inner-tspan {
361
- // text-anchor: start;
362
- // }
363
-
364
- .node .label {
365
- text-align: center;
366
- }
367
- .node.clickable {
368
- cursor: pointer;
369
- }
370
-
371
- .arrowheadPath {
372
- fill: ${e.arrowheadColor};
373
- }
374
-
375
- .edgePath .path {
376
- stroke: ${e.lineColor};
377
- stroke-width: 2.0px;
378
- }
379
-
380
- .flowchart-link {
381
- stroke: ${e.lineColor};
382
- fill: none;
383
- }
384
-
385
- .edgeLabel {
386
- background-color: ${e.edgeLabelBackground};
387
- rect {
388
- opacity: 0.5;
389
- background-color: ${e.edgeLabelBackground};
390
- fill: ${e.edgeLabelBackground};
391
- }
392
- text-align: center;
393
- }
394
-
395
- /* For html labels only */
396
- .labelBkg {
397
- background-color: ${se(e.edgeLabelBackground, 0.5)};
398
- // background-color:
399
- }
400
-
401
- .cluster rect {
402
- fill: ${e.clusterBkg};
403
- stroke: ${e.clusterBorder};
404
- stroke-width: 1px;
405
- }
406
-
407
- .cluster text {
408
- fill: ${e.titleColor};
409
- }
410
-
411
- .cluster span,p {
412
- color: ${e.titleColor};
413
- }
414
- /* .cluster div {
415
- color: ${e.titleColor};
416
- } */
417
-
418
- div.mermaidTooltip {
419
- position: absolute;
420
- text-align: center;
421
- max-width: 200px;
422
- padding: 2px;
423
- font-family: ${e.fontFamily};
424
- font-size: 12px;
425
- background: ${e.tertiaryColor};
426
- border: 1px solid ${e.border2};
427
- border-radius: 2px;
428
- pointer-events: none;
429
- z-index: 100;
430
- }
431
-
432
- .flowchartTitleText {
433
- text-anchor: middle;
434
- font-size: 18px;
435
- fill: ${e.textColor};
436
- }
437
- `, ke = ie;
438
- export {
439
- re as a,
440
- le as b,
441
- ye as c,
442
- he as d,
443
- we as e,
444
- ge as f,
445
- ke as g,
446
- ue as i,
447
- Z as s
448
- };