@joker.front/datav 1.0.2 → 1.0.3

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/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  var ue = Object.defineProperty;
2
2
  var be = (e, l, o) => l in e ? ue(e, l, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[l] = o;
3
3
  var t = (e, l, o) => be(e, typeof l != "symbol" ? l + "" : l, o);
4
- import { Component as ye, VNode as Re, SCOPE_ID as d, registerGlobalComponent as ve } from "@joker.front/core";
4
+ import { Component as ye, VNode as Re, SCOPE_ID as d, combinedReply as ve, registerGlobalComponent as Ce } from "@joker.front/core";
5
5
  function c(e = 32) {
6
6
  let l = [], o = [
7
7
  "0",
@@ -47,10 +47,10 @@ function c(e = 32) {
47
47
  }
48
48
  return l.join("");
49
49
  }
50
- function Ce(e, l = "-") {
50
+ function ke(e, l = "-") {
51
51
  return e = e || "", e.split(/(?=[A-Z])/).map((i) => i.toLowerCase()).join(l);
52
52
  }
53
- function ke(e, l, o = {}) {
53
+ function Se(e, l, o = {}) {
54
54
  let i, r = !1, n = 0, s = () => {
55
55
  i && clearTimeout(i);
56
56
  }, g = (h) => {
@@ -70,14 +70,14 @@ function ke(e, l, o = {}) {
70
70
  }
71
71
  return m.cancel = g, m;
72
72
  }
73
- function Se(e, l, o = !1) {
74
- return ke(e, l, { debounceMode: o !== !1 });
73
+ function Le(e, l, o = !1) {
74
+ return Se(e, l, { debounceMode: o !== !1 });
75
75
  }
76
76
  class a extends ye {
77
77
  constructor(...o) {
78
78
  super(...o);
79
79
  t(this, "container");
80
- t(this, "debounceInitWHFun", Se(100, this.initSize.bind(this)));
80
+ t(this, "debounceInitWHFun", Le(100, this.initSize.bind(this)));
81
81
  t(this, "resize");
82
82
  t(this, "domObserver");
83
83
  this.model.width = 0, this.model.height = 0, this.$on("mounted", () => {
@@ -94,22 +94,26 @@ class a extends ye {
94
94
  this.container && (this.model.width = this.container.clientWidth, this.model.height = this.container.clientHeight, (o = this.resize) == null || o.call(this));
95
95
  }
96
96
  bindDomResizeCallback() {
97
- this.container && (this.domObserver = Le(this.container, this.debounceInitWHFun), window.addEventListener("resize", this.debounceInitWHFun));
97
+ this.container && (this.domObserver = xe(this.container, this.debounceInitWHFun), window.addEventListener("resize", this.debounceInitWHFun));
98
98
  }
99
99
  unbindDomResizeCallback() {
100
100
  this.container && (this.domObserver && (this.domObserver.disconnect(), this.domObserver.takeRecords()), window.removeEventListener("resize", this.debounceInitWHFun));
101
101
  }
102
102
  fade(o, i) {
103
+ if (o.startsWith("rgba"))
104
+ return o;
103
105
  o = o.replace("#", "");
104
106
  let r = parseInt(o.substring(0, 2), 16), n = parseInt(o.substring(2, 4), 16), s = parseInt(o.substring(4, 6), 16);
107
+ if (isNaN(r))
108
+ debugger;
105
109
  return `rgba(${r},${n},${s},${i / 100})`;
106
110
  }
107
111
  }
108
- function Le(e, l) {
112
+ function xe(e, l) {
109
113
  let o = new MutationObserver(l);
110
114
  return o.observe(e, { attributes: !0, attributeFilter: ["style"], attributeOldValue: !0 }), o;
111
115
  }
112
- class xe extends a {
116
+ class Ae extends a {
113
117
  constructor() {
114
118
  super(...arguments);
115
119
  t(this, "propsOption", {
@@ -119,20 +123,20 @@ class xe extends a {
119
123
  t(this, "border", ["left-top", "right-top", "left-bottom", "right-bottom"]);
120
124
  }
121
125
  }
122
- let Ae = { render: function(e) {
126
+ let Ie = { render: function(e) {
123
127
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "border", width: "@model.width", height: "@model.height" }, [e.createElement("polygon", { fill: "@props.backgroundColor", points: "10, 27 10, @(model.height - 27) 13, @(model.height - 24) 13, @(model.height - 21) 24, @(model.height - 11) 38, @(model.height - 11) 41, @(model.height - 8) 73, @(model.height - 8) 75, @(model.height-10) 81, @(model.height - 10) 85, @(model.height - 6) @(model.width - 85), @(model.height - 6) @(model.width - 81), @(model.height - 10) @(model.width - 75), @(model.height - 10) @(model.width - 73), @(model.height - 8) @(model.width - 41), @(model.height - 8) @(model.width-38), @(model.height - 11) @(model.width - 24), @(model.height - 11) @(model.width - 13), @(model.height - 21) @(model.width -13), @(model.height - 24) @(model.width - 10), @(model.height - 27) @(model.width - 10), 27 @(model.width - 13), 25 @(model.width -13), 21 @(model.width - 24), 11 @(model.width - 38), 11 @(model.width - 41), 8 @(model.width - 73), 8 @(model.width -75), 10 @(model.width - 81), 10 @(model.width -85), 6 85, 6 81, 10 75, 10 73, 8 41, 8 38, 11 24, 11 13, 21 13, 24" }, [])]), e.createCommand("for", "let item of border", [e.createElement("svg", { width: "150px", height: "150px", class: "@item border" }, [e.createElement("polygon", { fill: "@(props.colors[0])", points: "6,66 6,18 12,12 18,12 24,6 27,6 30,9 36,9 39,6 84,6 81,9 75,9 73.2,7 40.8,7 37.8,10.2 24,10.2 12,21 12,24 9,27 9,51 7.8,54 7.8,63" }, [e.createElement("animate", { attributeName: "fill", values: "@(props.colors[0]);@(props.colors[1]);@(props.colors[0])", dur: "0.5s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("polygon", { fill: "@(props.colors[1])", points: "27.599999999999998,4.8 38.4,4.8 35.4,7.8 30.599999999999998,7.8" }, [e.createElement("animate", { attributeName: "fill", values: "@(props.colors[1]);@(props.colors[0]);@(props.colors[1])", dur: "0.5s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("polygon", { fill: "@(props.colors[0])", points: "9,54 9,63 7.199999999999999,66 7.199999999999999,75 7.8,78 7.8,110 8.4,110 8.4,66 9.6,66 9.6,54" }, [e.createElement("animate", { attributeName: "fill", values: "@(props.colors[0]);@(props.colors[1]);transparent", dur: "1s", begin: "0s", repeatCount: "indefinite" }, [])])])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
124
- } }, Ie = {
125
- component: xe
128
+ } }, Pe = {
129
+ component: Ae
126
130
  };
127
131
  var v, C;
128
- let Pe = class extends (C = Ie.component, v = d, C) {
132
+ let Te = class extends (C = Pe.component, v = d, C) {
129
133
  constructor() {
130
134
  super(...arguments);
131
135
  t(this, v, "2b4d949b");
132
- t(this, "template", Ae.render);
136
+ t(this, "template", Ie.render);
133
137
  }
134
138
  };
135
- class Te extends a {
139
+ class Ne extends a {
136
140
  constructor() {
137
141
  super(...arguments);
138
142
  t(this, "propsOption", {
@@ -141,20 +145,20 @@ class Te extends a {
141
145
  });
142
146
  }
143
147
  }
144
- let Ne = { render: function(e) {
148
+ let Oe = { render: function(e) {
145
149
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("polygon", { fill: "@props.backgroundColor", points: "7, 7 @(model.width-7), 7 @(model.width-7), @(model.height-7) 7, @(model.height-7)" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "2, 2 @(model.width-2) ,2 @(model.width-2), @(model.height-2) 2, @(model.height-2) 2, 2" }, []), e.createElement("polyline", { stroke: "@props.colors[1]", points: "6, 6 @(model.width-6), 6 @(model.width-6), @(model.height-6) 6, @(model.height-6) 6, 6" }, []), e.createElement("circle", { fill: "@props.colors[0]", cx: "11", cy: "11", r: "1" }, []), e.createElement("circle", { fill: "@props.colors[0]", cx: "@(model.width - 11)", cy: "11", r: "1" }, []), e.createElement("circle", { fill: "@props.colors[0]", cx: "@(model.width - 11)", cy: "@(model.height - 11)", r: "1" }, []), e.createElement("circle", { fill: "@props.colors[0]", cx: "11", cy: "@(model.height - 11)", r: "1" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
146
- } }, Oe = {
147
- component: Te
150
+ } }, $e = {
151
+ component: Ne
148
152
  };
149
153
  var k, S;
150
- let $e = class extends (S = Oe.component, k = d, S) {
154
+ let Me = class extends (S = $e.component, k = d, S) {
151
155
  constructor() {
152
156
  super(...arguments);
153
157
  t(this, k, "3b9d3fa6");
154
- t(this, "template", Ne.render);
158
+ t(this, "template", Oe.render);
155
159
  }
156
160
  };
157
- class Me extends a {
161
+ class De extends a {
158
162
  constructor() {
159
163
  super(...arguments);
160
164
  t(this, "propsOption", {
@@ -163,20 +167,20 @@ class Me extends a {
163
167
  });
164
168
  }
165
169
  }
166
- let De = { render: function(e) {
170
+ let Fe = { render: function(e) {
167
171
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("polygon", { fill: "@props.backgroundColor", points: "23, 23 @(model.width-24), 23 @(model.width-24), @(model.height-24) 23, @(model.height-24)" }, []), e.createElement("polyline", { class: "dv-bb3-line1", stroke: "@props.colors[0]", points: "4, 4 @(model.width-22) ,4 @(model.width-22), @(model.height-22) 4, @(model.height-22) 4, 4" }, []), e.createElement("polyline", { class: "dv-bb3-line2", stroke: "@props.colors[1]", points: "10, 10 @(model.width-16), 10 @(model.width-16), @(model.height-16) 10, @(model.height-16) 10, 10" }, []), e.createElement("polyline", { class: "dv-bb3-line2", stroke: "@props.colors[1]", points: "16, 16 @(model.width-10), 16 @(model.width-10), @(model.height-10) 16, @(model.height-10) 16, 16" }, []), e.createElement("polyline", { class: "dv-bb3-line2", stroke: "@props.colors[1]", points: "22, 22 @(model.width-4), 22 @(model.width-4), @(model.height-4) 22, @(model.height-4) 22, 22" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
168
- } }, Fe = {
169
- component: Me
172
+ } }, Je = {
173
+ component: De
170
174
  };
171
175
  var L, x;
172
- let Je = class extends (x = Fe.component, L = d, x) {
176
+ let Ke = class extends (x = Je.component, L = d, x) {
173
177
  constructor() {
174
178
  super(...arguments);
175
179
  t(this, L, "113d37b6");
176
- t(this, "template", De.render);
180
+ t(this, "template", Fe.render);
177
181
  }
178
182
  };
179
- class Ke extends a {
183
+ class We extends a {
180
184
  constructor() {
181
185
  super(...arguments);
182
186
  t(this, "propsOption", {
@@ -185,20 +189,20 @@ class Ke extends a {
185
189
  });
186
190
  }
187
191
  }
188
- let We = { render: function(e) {
192
+ let He = { render: function(e) {
189
193
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container @(props.reverse && 'dv-reverse')", width: "@model.width", height: "@model.height" }, [e.createElement("polygon", { fill: "@props.backgroundColor", points: "@(model.width-15), 22 170, 22 150, 7 40, 7 28, 21 32, 24 16, 42 16, @(model.height-32) 41, @(model.height-7) @(model.width-15), @(model.height-7)" }, []), e.createElement("polyline", { class: "dv-bb4-line-1", stroke: "@props.colors[0]", points: "145, @(model.height-5) 40, @(model.height-5) 10, @(model.height-35) 10, 40 40, 5 150, 5 170, 20 @(model.width-15), 20" }, []), e.createElement("polyline", { stroke: "@props.colors[1]", class: "dv-bb4-line-2", points: "245, @(model.height-1) 36, @(model.height-1) 14,@(model.height-23) 14, @(model.height-100)" }, []), e.createElement("polyline", { class: "dv-bb4-line-3", stroke: "@props.colors[0]", points: "7, @(model.height-40) 7, @(model.height-75)" }, []), e.createElement("polyline", { class: "dv-bb4-line-4", stroke: "@props.colors[0]", points: "28, 24 13, 41 13, 64" }, []), e.createElement("polyline", { class: "dv-bb4-line-5", stroke: "@props.colors[0]", points: "5, 45 5, 140" }, []), e.createElement("polyline", { class: "dv-bb4-line-6", stroke: "@props.colors[1]", points: "14, 75 14, 180" }, []), e.createElement("polyline", { class: "dv-bb4-line-7", stroke: "@props.colors[1]", points: "55, 11 147, 11 167, 26 250, 26" }, []), e.createElement("polyline", { class: "dv-bb4-line-8", stroke: "@props.colors[1]", points: "158, 5 173, 16" }, []), e.createElement("polyline", { class: "dv-bb4-line-9", stroke: "@props.colors[0]", points: "200, 17 @(model.width-10), 17" }, []), e.createElement("polyline", { class: "dv-bb4-line-10", stroke: "@props.colors[1]", points: "385, 17 @(model.width-10), 17" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
190
- } }, He = {
191
- component: Ke
194
+ } }, ze = {
195
+ component: We
192
196
  };
193
197
  var A, I;
194
- let ze = class extends (I = He.component, A = d, I) {
198
+ let Be = class extends (I = ze.component, A = d, I) {
195
199
  constructor() {
196
200
  super(...arguments);
197
201
  t(this, A, "237a53e4");
198
- t(this, "template", We.render);
202
+ t(this, "template", He.render);
199
203
  }
200
204
  };
201
- class Be extends a {
205
+ class Ge extends a {
202
206
  constructor() {
203
207
  super(...arguments);
204
208
  t(this, "propsOption", {
@@ -207,20 +211,20 @@ class Be extends a {
207
211
  });
208
212
  }
209
213
  }
210
- let Ge = { render: function(e) {
214
+ let Xe = { render: function(e) {
211
215
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container @(props.reverse && 'dv-reverse')", width: "@model.width", height: "@model.height" }, [e.createElement("polygon", { fill: "@props.backgroundColor", points: "10, 22 @(model.width-22), 22 @(model.width-22), @(model.height-86) @(model.height-84), @(model.height-24) 10, @(model.height-24)" }, []), e.createElement("polyline", { class: "dv-bb5-line-1", stroke: "@props.colors[0]", points: "8, 5 @(model.width-5), 5 @(model.width-5), @(model.height-100) @(model.width-100), @(model.height-5) 8, @(model.height-5) 8, 5" }, []), e.createElement("polyline", { class: "dv-bb5-line-2", stroke: "@props.colors[1]", points: "3, 5 @(model.width-20), 5 @(model.width-20), @(model.height-60) @(model.width-74), @(model.height-5) 3, @(model.height-5) 3, 5" }, []), e.createElement("polyline", { class: "dv-bb5-line-3", stroke: "@props.colors[1]", points: "50, 13 @(model.width-35), 13" }, []), e.createElement("polyline", { class: "dv-bb5-line-4", stroke: "@props.colors[1]", points: "15, 20 @(model.width-35), 20" }, []), e.createElement("polyline", { class: "dv-bb5-line-5", stroke: "@props.colors[1]", points: "15, @(model.height-20) @(model.width-110), @(model.height-20)" }, []), e.createElement("polyline", { class: "dv-bb5-line-6", stroke: "@props.colors[1]", points: "15, @(model.height-13) @(model.width-110), @(model.height-13)" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
212
- } }, Xe = {
213
- component: Be
216
+ } }, Ue = {
217
+ component: Ge
214
218
  };
215
219
  var P, T;
216
- let Ue = class extends (T = Xe.component, P = d, T) {
220
+ let je = class extends (T = Ue.component, P = d, T) {
217
221
  constructor() {
218
222
  super(...arguments);
219
223
  t(this, P, "6fd7b4d4");
220
- t(this, "template", Ge.render);
224
+ t(this, "template", Xe.render);
221
225
  }
222
226
  };
223
- class je extends a {
227
+ class Qe extends a {
224
228
  constructor() {
225
229
  super(...arguments);
226
230
  t(this, "propsOption", {
@@ -229,20 +233,20 @@ class je extends a {
229
233
  });
230
234
  }
231
235
  }
232
- let Qe = { render: function(e) {
236
+ let Ve = { render: function(e) {
233
237
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("polygon", { fill: "@props.backgroundColor", points: "9, 7 @(model.width-9), 7 @(model.width-9), @(model.height-7) 9, @(model.height-7)" }, []), e.createElement("circle", { fill: "@props.colors[1]", cx: "5", cy: "5", r: "2" }, []), e.createElement("circle", { fill: "@props.colors[1]", cx: "@(model.width - 5)", cy: "5", r: "2" }, []), e.createElement("circle", { fill: "@props.colors[1]", cx: "@(model.width - 5)", ":cy": "height - 5", r: "2" }, []), e.createElement("circle", { fill: "@props.colors[1]", cx: "5", cy: "@(model.height - 5)", r: "2" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "10, 4 @(model.width - 10), 4" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "10, @(model.height-4) @(model.width - 10), @(model.height-4)" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "5, 70 5, @(model.height-70)" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "@(model.width - 5), 70 @(model.width - 5), @(model.height-70)" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "3, 10, 3, 50" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "7, 30 7, 80" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "@(model.width - 3), 10 @(model.width - 3), 50" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "@(model.width - 7), 30 @(model.width - 7), 80" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "3, @(model.height-10) 3, @(model.height-50)" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "7, @(model.height-30) 7, @(model.height-80)" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "@(model.width-3), @(model.height-10) @(model.width-3), @(model.height-50)" }, []), e.createElement("polyline", { stroke: "@props.colors[0]", points: "@(model.width-7), @(model.height-30) @(model.width-7), @(model.height-80)" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
234
- } }, Ve = {
235
- component: je
238
+ } }, qe = {
239
+ component: Qe
236
240
  };
237
241
  var N, O;
238
- let qe = class extends (O = Ve.component, N = d, O) {
242
+ let Ze = class extends (O = qe.component, N = d, O) {
239
243
  constructor() {
240
244
  super(...arguments);
241
245
  t(this, N, "ebdf6a26");
242
- t(this, "template", Qe.render);
246
+ t(this, "template", Ve.render);
243
247
  }
244
248
  };
245
- class Ze extends a {
249
+ class Ye extends a {
246
250
  constructor() {
247
251
  super(...arguments);
248
252
  t(this, "propsOption", {
@@ -251,20 +255,20 @@ class Ze extends a {
251
255
  });
252
256
  }
253
257
  }
254
- let Ye = { render: function(e) {
258
+ let et = { render: function(e) {
255
259
  return [e.createElement("div", { class: "@(['container', props.class])", style: "box-shadow: inset 0 0 40px @(props.colors[0]); border: 1px solid @(props.colors[0]); background-color: @(props.backgroundColor)" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("polyline", { class: "dv-bb7-line-width-2", stroke: "@props.colors[0]", points: "0, 25 0, 0 25, 0" }, []), e.createElement("polyline", { class: "dv-bb7-line-width-2", stroke: "@props.colors[0]", points: "@(model.width-25), 0 @(model.width), 0 @(model.width), 25" }, []), e.createElement("polyline", { class: "dv-bb7-line-width-2", stroke: "@props.colors[0]", points: "@(model.width-25), @(model.height) @(model.width), @(model.height) @(model.width), @(model.height-25)" }, []), e.createElement("polyline", { class: "dv-bb7-line-width-2", stroke: "@props.colors[0]", points: "0, @(model.height-25) 0, @(model.height) 25, @(model.height)" }, []), e.createElement("polyline", { class: "dv-bb7-line-width-5", stroke: "@props.colors[1]", points: "0, 10 0, 0 10, 0" }, []), e.createElement("polyline", { class: "dv-bb7-line-width-5", stroke: "@props.colors[1]", points: "@(model.width-10), 0 @(model.width), 0 @(model.width), 10" }, []), e.createElement("polyline", { class: "dv-bb7-line-width-5", stroke: "@props.colors[1]", points: "@(model.width-10), @(model.height) @(model.width), @(model.height) @(model.width), @(model.height-10)" }, []), e.createElement("polyline", { class: "dv-bb7-line-width-5", stroke: "@props.colors[1]", points: "0, @(model.height-10) 0, @(model.height) 10, @(model.height)" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
256
- } }, et = {
257
- component: Ze
260
+ } }, tt = {
261
+ component: Ye
258
262
  };
259
263
  var $, M;
260
- let tt = class extends (M = et.component, $ = d, M) {
264
+ let ot = class extends (M = tt.component, $ = d, M) {
261
265
  constructor() {
262
266
  super(...arguments);
263
267
  t(this, $, "44fa29fb");
264
- t(this, "template", Ye.render);
268
+ t(this, "template", et.render);
265
269
  }
266
270
  };
267
- class ot extends a {
271
+ class lt extends a {
268
272
  constructor() {
269
273
  super(...arguments);
270
274
  t(this, "path", `border-box-8-path-${c()}`);
@@ -283,20 +287,20 @@ class ot extends a {
283
287
  return this.props.reverse ? `M 2.5, 2.5 L 2.5, ${this.model.height - 2.5} L ${this.model.width - 2.5}, ${this.model.height - 2.5} L ${this.model.width - 2.5}, 2.5 L 2.5, 2.5` : `M2.5, 2.5 L${this.model.width - 2.5}, 2.5 L${this.model.width - 2.5}, ${this.model.height - 2.5} L2.5, ${this.model.height - 2.5} L2.5, 2.5`;
284
288
  }
285
289
  }
286
- let lt = { render: function(e) {
290
+ let it = { render: function(e) {
287
291
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("defs", {}, [e.createElement("path", { id: "@path", d: "@pathD", fill: "transparent" }, []), e.createElement("radialGradient", { id: "@gradient", cx: "50%", cy: "50%", r: "50%" }, [e.createElement("stop", { offset: "0%", "stop-color": "#fff", "stop-opacity": "1" }, []), e.createElement("stop", { offset: "100%", "stop-color": "#fff", "stop-opacity": "0" }, [])]), e.createElement("mask", { id: "@mask" }, [e.createElement("circle", { cx: "0", cy: "0", r: "150", fill: "url(#@(gradient))" }, [e.createElement("animateMotion", { dur: "@(props.dur)s", path: "@pathD", rotate: "auto", repeatCount: "indefinite" }, [])])])]), e.createElement("polygon", { fill: "@props.backgroundColor", points: "5, 5 @(model.width-5), 5 @(model.width-5) @(model.height-5) 5,@(model.height-5)" }, []), e.createElement("use", { stroke: "@props.colors[0]", "stroke-width": "1", "xlink:href": "#@(path)" }, []), e.createElement("use", { stroke: "@props.colors[1]", "stroke-width": "3", "xlink:href": "#@(path)", mask: "url(#@(mask))" }, [e.createElement("animate", { attributeName: "stroke-dasharray", from: "0, @(length)", to: "@length, 0", dur: "@(props.dur)s", repeatCount: "indefinite" }, [])])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
288
- } }, it = {
289
- component: ot
292
+ } }, rt = {
293
+ component: lt
290
294
  };
291
295
  var D, F;
292
- let rt = class extends (F = it.component, D = d, F) {
296
+ let nt = class extends (F = rt.component, D = d, F) {
293
297
  constructor() {
294
298
  super(...arguments);
295
299
  t(this, D, "df10b11e");
296
- t(this, "template", lt.render);
300
+ t(this, "template", it.render);
297
301
  }
298
302
  };
299
- class nt extends a {
303
+ class st extends a {
300
304
  constructor() {
301
305
  super(...arguments);
302
306
  t(this, "gradient", `border-box-9-gradient-${c()}`);
@@ -314,20 +318,20 @@ class nt extends a {
314
318
  return this.props.reverse ? `M 2.5, 2.5 L 2.5, ${this.model.height - 2.5} L ${this.model.width - 2.5}, ${this.model.height - 2.5} L ${this.model.width - 2.5}, 2.5 L 2.5, 2.5` : `M2.5, 2.5 L${this.model.width - 2.5}, 2.5 L${this.model.width - 2.5}, ${this.model.height - 2.5} L2.5, ${this.model.height - 2.5} L2.5, 2.5`;
315
319
  }
316
320
  }
317
- let st = { render: function(e) {
321
+ let dt = { render: function(e) {
318
322
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("defs", {}, [e.createElement("linearGradient", { id: "@gradient", x1: "0%", y1: "0%", x2: "100%", y2: "100%" }, [e.createElement("animate", { attributeName: "x1", values: "0%;100%;0%", dur: "10s", begin: "0s", repeatCount: "indefinite" }, []), e.createElement("animate", { attributeName: "x2", values: "100%;0%;100%", dur: "10s", begin: "0s", repeatCount: "indefinite" }, []), e.createElement("stop", { offset: "0%", "stop-color": "@props.colors[0]" }, [e.createElement("animate", { attributeName: "stop-color", values: "@(props.colors[0]);@(props.colors[1]);@(props.colors[0])", dur: "10s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("stop", { offset: "100%", "stop-color": "@(props.colors[1])" }, [e.createElement("animate", { attributeName: "stop-color", values: "`@(props.colors[1]);@(props.colors[0]);@(props.colors[1])", dur: "10s", begin: "0s", repeatCount: "indefinite" }, [])])]), e.createElement("mask", { id: "@mask" }, [e.createElement("polyline", { stroke: "#fff", "stroke-width": "3", fill: "transparent", points: "8, @(model.height*0.4) 8, 3, @(model.width*0.4+7), 3" }, []), e.createElement("polyline", { fill: "#fff", points: "8, @(model.height*0.15) 8, 3, @(model.width*0.1+7), 3 @(model.width*0.1), 8 14, 8 14, @(model.height*0.15-7)" }, []), e.createElement("polyline", { stroke: "#fff", "stroke-width": "3", fill: "transparent", points: "@(model.width*0.5), 3 @(model.width -3), 3, @(model.width -3), @(model.height*0.25)" }, []), e.createElement("polyline", { fill: "#fff", points: "@(model.width*0.52), 3 @(model.width*0.58), 3 @(model.width*0.58-7), 9 @(model.width*0.52-7), 9" }, []), e.createElement("polyline", { fill: "#fff", points: "@(model.width*0.9), 3 @(model.width -3), 3 @(model.width -3), @(model.height*0.1) @(model.width -9), @(model.height*0.1-7) @(model.width -9), 9 @(model.width *0.9+7), 9" }, []), e.createElement("polyline", { stroke: "#fff", "stroke-width": "3", fill: "transparent", points: "8, @(model.height*0.5) 8, @(model.height -3) @(model.width *0.3 + 7), @(model.height -3)" }, []), e.createElement("polyline", { fill: "#fff", points: "8, @(model.height*0.55) 8, @(model.height*0.7) 2,@(model.height*0.7-7) 2, @(model.height*0.55+7)" }, []), e.createElement("polyline", { stroke: "#fff", "stroke-width": "3", fill: "transparent", points: "@(model.width * 0.35), @(model.height - 3) @(model.width - 3), @(model.height - 3) @(model.width - 3), @(model.height*0.35)" }, []), e.createElement("polyline", { fill: "#fff", points: "@(model.width * 0.92), @(model.height - 3) @(model.width - 3), @(model.height - 3) @(model.width - 3), @(model.height *0.8) @(model.width - 9), @(model.height*0.8 + 7) @(model.width - 9), @(model.height - 9) @(model.width*0.92 +7), @(model.height - 9)" }, [])])]), e.createElement("polygon", { fill: "@props.backgroundColor", points: "15, 9 @(model.width * 0.1 + 1), 9 @(model.width * 0.1 + 4), 6 @(model.width * 0.52 + 2), 6 @(model.width * 0.52 + 6), 10 @(model.width * 0.58 - 7), 10 @(model.width * 0.58 - 2), 6 @(model.width * 0.9 + 2), 6 @(model.width * 0.9 + 6), 10 @(model.width - 10), 10 @(model.width - 10), @(model.height * 0.1 - 6) @(model.width - 6), @(model.height * 0.1 - 1) @(model.width - 6), @(model.height * 0.8 + 1) @(model.width - 10), @(model.height * 0.8 + 6) @(model.width - 10), @(model.height - 10) @(model.width * 0.92 + 7), @(model.height - 10) @(model.width * 0.92 + 2), @(model.height - 6) 11, @(model.height - 6) 11, @(model.height * 0.15 - 2) 15, @(model.height * 0.15 - 7)" }, []), e.createElement("rect", { x: "0", y: "0", width: "@model.width", height: "@model.height", fill: "url(#@(gradient))", mask: "url(#@(mask))" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
319
- } }, dt = {
320
- component: nt
323
+ } }, at = {
324
+ component: st
321
325
  };
322
326
  var J, K;
323
- let at = class extends (K = dt.component, J = d, K) {
327
+ let mt = class extends (K = at.component, J = d, K) {
324
328
  constructor() {
325
329
  super(...arguments);
326
330
  t(this, J, "e4c62a5f");
327
- t(this, "template", st.render);
331
+ t(this, "template", dt.render);
328
332
  }
329
333
  };
330
- class mt extends a {
334
+ class pt extends a {
331
335
  constructor() {
332
336
  super(...arguments);
333
337
  t(this, "propsOption", {
@@ -337,20 +341,20 @@ class mt extends a {
337
341
  t(this, "border", ["left-top", "right-top", "left-bottom", "right-bottom"]);
338
342
  }
339
343
  }
340
- let pt = { render: function(e) {
344
+ let ct = { render: function(e) {
341
345
  return [e.createElement("div", { class: "@(['container', props.class])", style: "box-shadow: inset 0 0 25px 3px @(props.colors[0])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("polygon", { fill: "@props.backgroundColor", points: "4, 0 @(model.width - 4), 0 @(model.width), 4 @(model.width), @(model.height - 4) @(model.width - 4), @(model.height) 4, @(model.height) 0, @(model.height - 4) 0, 4" }, [])]), e.createCommand("for", "let item of border", [e.createElement("svg", { width: "150px", height: "150px", class: "@item dv-border-svg-container" }, [e.createElement("polygon", { fill: "@(props.colors[1])", points: "40, 0 5, 0 0, 5 0, 16 3, 19 3, 7 7, 3 35, 3" }, [])])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
342
- } }, ct = {
343
- component: mt
346
+ } }, ht = {
347
+ component: pt
344
348
  };
345
349
  var W, H;
346
- let ht = class extends (H = ct.component, W = d, H) {
350
+ let gt = class extends (H = ht.component, W = d, H) {
347
351
  constructor() {
348
352
  super(...arguments);
349
353
  t(this, W, "c1b255d6");
350
- t(this, "template", pt.render);
354
+ t(this, "template", ct.render);
351
355
  }
352
356
  };
353
- class gt extends a {
357
+ class Et extends a {
354
358
  constructor() {
355
359
  super(...arguments);
356
360
  t(this, "propsOption", {
@@ -362,20 +366,20 @@ class gt extends a {
362
366
  t(this, "filterId", `border-box-11-filterId-${c()}`);
363
367
  }
364
368
  }
365
- let Et = { render: function(e) {
369
+ let ft = { render: function(e) {
366
370
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("defs", {}, [e.createElement("filter", { id: "@filterId", height: "150%", width: "150%", x: "-25%", y: "-25%" }, [e.createElement("feMorphology", { operator: "dilate", radius: "2", in: "SourceAlpha", result: "thicken" }, []), e.createElement("feGaussianBlur", { in: "thicken", stdDeviation: "3", result: "blurred" }, []), e.createElement("feFlood", { "flood-color": "@(props.colors[1])", result: "glowColor" }, []), e.createElement("feComposite", { in: "glowColor", in2: "blurred", operator: "in", result: "softGlowColored" }, []), e.createElement("feMerge", {}, [e.createElement("feMergeNode", { in: "softGlowColored" }, []), e.createElement("feMergeNode", { in: "SourceGraphic" }, [])])])]), e.createElement("polygon", { fill: "@props.backgroundColor", points: "20, 32 @(model.width * 0.5 - props.titleWidth / 2), 32 @(model.width * 0.5 - props.titleWidth / 2 + 20), 53 @(model.width * 0.5 + props.titleWidth / 2 - 20), 53 @(model.width * 0.5 + props.titleWidth / 2), 32 @(model.width - 20), 32 @(model.width - 8), 48 @(model.width - 8), @(model.height - 25) @(model.width - 20), @(model.height - 8) 20, @(model.height - 8) 8, @(model.height - 25) 8, 50" }, []), e.createElement("polyline", { stroke: "@(props.colors[0])", filter: "url(#@(filterId))", points: "@((model.width - props.titleWidth) / 2), 30 20, 30 7, 50 7, @(50 + (model.height - 167) / 2) 13, @(55 + (model.height - 167) / 2) 13, @(135 + (model.height - 167) / 2) 7, @(140 + (model.height - 167) / 2) 7, @(model.height - 27) 20, @(model.height - 7) @(model.width - 20), @(model.height - 7) @(model.width - 7), @(model.height - 27) @(model.width - 7), @(140 + (model.height - 167) / 2) @(model.width - 13), @(135 + (model.height - 167) / 2) @(model.width - 13), @(55 + (model.height - 167) / 2) @(model.width - 7), @(50 + (model.height - 167) / 2) @(model.width - 7), 50 @(model.width - 20), 30 @((model.width + props.titleWidth) / 2), 30 @((model.width + props.titleWidth) / 2 - 20), 7 @((model.width - props.titleWidth) / 2 + 20), 7 @((model.width - props.titleWidth) / 2), 30 @((model.width - props.titleWidth) / 2 + 20), 52 @((model.width + props.titleWidth) / 2 - 20), 52 @((model.width + props.titleWidth) / 2), 30" }, []), e.createElement("polygon", { stroke: "@(props.colors[0])", fill: "transparent", points: "@((model.width + props.titleWidth) / 2 - 5), 30 @((model.width + props.titleWidth) / 2 - 21), 11 @((model.width + props.titleWidth) / 2 - 27), 11 @((model.width + props.titleWidth) / 2 - 8), 34" }, []), e.createElement("polygon", { stroke: "@(props.colors[0])", fill: "transparent", points: "@((model.width - props.titleWidth) / 2 + 5), 30 @((model.width - props.titleWidth) / 2 + 22), 49 @((model.width - props.titleWidth) / 2 + 28), 49 @((model.width - props.titleWidth) / 2 + 8), 26" }, []), e.createElement("polygon", { stroke: "@(props.colors[0])", fill: "@(fade(props.colors[1]), 30)", filter: "url(#@(filterId))", points: "@((model.width + props.titleWidth) / 2 - 11), 37 @((model.width + props.titleWidth) / 2 - 32), 11 @((model.width - props.titleWidth) / 2 + 23), 11 @((model.width - props.titleWidth) / 2 + 11), 23 @((model.width - props.titleWidth) / 2 + 33), 49 @((model.width + props.titleWidth) / 2 - 22), 49" }, []), e.createElement("polygon", { filter: "url(#@(filterId))", fill: "@(props.colors[0])", opacity: "1", points: "@((model.width - props.titleWidth) / 2 - 10), 37 @((model.width - props.titleWidth) / 2 - 31), 37 @((model.width - props.titleWidth) / 2 - 25), 46 @((model.width - props.titleWidth) / 2 - 4), 46" }, [e.createElement("animate", { attributeName: "opacity", values: "1;0.7;1", dur: "2s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("polygon", { filter: "url(#@(filterId))", fill: "@(props.colors[0])", opacity: "0.7", points: "@((model.width - props.titleWidth) / 2 - 40), 37 @((model.width - props.titleWidth) / 2 - 61), 37 @((model.width - props.titleWidth) / 2 - 55), 46 @((model.width - props.titleWidth) / 2 - 34), 46" }, [e.createElement("animate", { attributeName: "opacity", values: "0.7;0.4;0.7", dur: "2s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("polygon", { filter: "url(#@(filterId))", fill: "@(props.colors[0])", opacity: "0.5", points: "@((model.width - props.titleWidth) / 2 - 70), 37 @((model.width - props.titleWidth) / 2 - 91), 37 @((model.width - props.titleWidth) / 2 - 85), 46 @((model.width - props.titleWidth) / 2 - 64), 46" }, [e.createElement("animate", { attributeName: "opacity", values: "0.5;0.2;0.5", dur: "2s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("polygon", { filter: "url(#@(filterId))", fill: "@(props.colors[0])", opacity: "1", points: "@((model.width + props.titleWidth) / 2 + 30), 37 @((model.width + props.titleWidth) / 2 + 9), 37 @((model.width + props.titleWidth) / 2 + 3), 46 @((model.width + props.titleWidth) / 2 + 24), 46" }, [e.createElement("animate", { attributeName: "opacity", values: "1;0.7;1", dur: "2s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("polygon", { filter: "url(#@(filterId))", fill: "@(props.colors[0])", opacity: "0.7", points: "@((model.width + props.titleWidth) / 2 + 60), 37 @((model.width + props.titleWidth) / 2 + 39), 37 @((model.width + props.titleWidth) / 2 + 33), 46 @((model.width + props.titleWidth) / 2 + 54), 46" }, [e.createElement("animate", { attributeName: "opacity", values: "0.7;0.4;0.7", dur: "2s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("polygon", { filter: "url(#@(filterId))", fill: "@(props.colors[0])", opacity: "0.5", points: "@((model.width + props.titleWidth) / 2 + 90), 37 @((model.width + props.titleWidth) / 2 + 69), 37 @((model.width + props.titleWidth) / 2 + 63), 46 @((model.width + props.titleWidth) / 2 + 84), 46" }, [e.createElement("animate", { attributeName: "opacity", values: "0.5;0.2;0.5", dur: "2s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("text", { class: "dv-border-box-11-title", x: "@(model.width / 2)", y: "32", fill: "#fff", "font-size": "18", "text-anchor": "middle", "dominant-baseline": "middle" }, [e.createCodeFunction("props.title")]), e.createElement("polygon", { fill: "@(props.colors[0])", filter: "url(#@(filterId))", points: "7, @(53 + (model.height - 167) / 2) 11, @(57 + (model.height - 167) / 2) 11, @(133 + (model.height - 167) / 2) 7, @(137 + (model.height - 167) / 2)" }, []), e.createElement("polygon", { fill: "@(props.colors[0])", filter: "url(#@(filterId))", points: "@(model.width - 7), @(53 + (model.height - 167) / 2) @(model.width - 11), @(57 + (model.height - 167) / 2) @(model.width - 11), @(133 + (model.height - 167) / 2) @(model.width - 7), @(137 + (model.height - 167) / 2)" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
367
- } }, ft = {
368
- component: gt
371
+ } }, _t = {
372
+ component: Et
369
373
  };
370
374
  var z, B;
371
- let _t = class extends (B = ft.component, z = d, B) {
375
+ let wt = class extends (B = _t.component, z = d, B) {
372
376
  constructor() {
373
377
  super(...arguments);
374
378
  t(this, z, "639f3c2e");
375
- t(this, "template", Et.render);
379
+ t(this, "template", ft.render);
376
380
  }
377
381
  };
378
- class wt extends a {
382
+ class ut extends a {
379
383
  constructor() {
380
384
  super(...arguments);
381
385
  t(this, "propsOption", {
@@ -385,20 +389,20 @@ class wt extends a {
385
389
  t(this, "filterId", `borderr-box-12-filterId-${c()}`);
386
390
  }
387
391
  }
388
- let ut = { render: function(e) {
392
+ let bt = { render: function(e) {
389
393
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("defs", {}, [e.createElement("filter", { id: "@filterId", height: "150%", width: "150%", x: "-25%", y: "-25%" }, [e.createElement("feMorphology", { operator: "dilate", radius: "1", in: "SourceAlpha", result: "thicken" }, []), e.createElement("feGaussianBlur", { in: "thicken", stdDeviation: "2", result: "blurred" }, []), e.createElement("feFlood", { "flood-color": "@(fade(props.colors[1]), 70)", result: "glowColor" }, [e.createElement("animate", { attributeName: "flood-color", values: "@(fade(props.colors[1], 70)); @(fade(props.colors[1], 30)); @(fade(props.colors[1], 70));", dur: "3s", begin: "0s", repeatCount: "indefinite" }, [])]), e.createElement("feComposite", { in: "glowColor", in2: "blurred", operator: "in", result: "softGlowColored" }, []), e.createElement("feMerge", {}, [e.createElement("feMergeNode", { in: "softGlowColored" }, []), e.createElement("feMergeNode", { in: "SourceGraphic" }, [])])])]), e.createElement("path", { "v-if": "width && height", fill: "@props.backgroundColor", "stroke-width": "2", stroke: "@(props.colors[0])", d: "M15 5 L @(model.width - 15) 5 Q @(model.width - 5) 5, @(model.width - 5) 15 L @(model.width - 5) @(model.height - 15) Q @(model.width - 5) @(model.height - 5), @(model.width - 15) @(model.height - 5) L 15, @(model.height - 5) Q 5 @(model.height - 5) 5 @(model.height - 15) L 5 15 Q 5 5 15 5" }, []), e.createElement("path", { "stroke-width": "2", fill: "transparent", "stroke-linecap": "round", filter: "url(#@(filterId))", stroke: "@(props.colors[1])", d: "M 20 5 L 15 5 Q 5 5 5 15 L 5 20" }, []), e.createElement("path", { "stroke-width": "2", fill: "transparent", "stroke-linecap": "round", filter: "url(#@(filterId))", stroke: "@(props.colors[1])", d: "M @(model.width - 20) 5 L @(model.width - 15) 5 Q @(model.width - 5) 5 @(model.width - 5) 15 L @(model.width - 5) 20" }, []), e.createElement("path", { "stroke-width": "2", fill: "transparent", "stroke-linecap": "round", filter: "url(#@(filterId))", stroke: "@(props.colors[1])", d: "M @(model.width - 20) @(model.height - 5) L @(model.width - 15) @(model.height - 5) Q @(model.width - 5) @(model.height - 5) @(model.width - 5) @(model.height - 15) L @(model.width - 5) @(model.height - 20)" }, []), e.createElement("path", { "stroke-width": "2", fill: "transparent", "stroke-linecap": "round", filter: "url(#@(filterId))", stroke: "@(props.colors[1])", d: "M 20 @(model.height - 5) L 15 @(model.height - 5) Q 5 @(model.height - 5) 5 @(model.height - 15) L 5 @(model.height - 20)" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createElement("slot", {}, [])])])];
390
- } }, bt = {
391
- component: wt
394
+ } }, yt = {
395
+ component: ut
392
396
  };
393
397
  var G, X;
394
- let yt = class extends (X = bt.component, G = d, X) {
398
+ let Rt = class extends (X = yt.component, G = d, X) {
395
399
  constructor() {
396
400
  super(...arguments);
397
401
  t(this, G, "9a8985f2");
398
- t(this, "template", ut.render);
402
+ t(this, "template", bt.render);
399
403
  }
400
404
  };
401
- class Rt extends a {
405
+ class vt extends a {
402
406
  constructor() {
403
407
  super(...arguments);
404
408
  t(this, "propsOption", {
@@ -407,20 +411,20 @@ class Rt extends a {
407
411
  });
408
412
  }
409
413
  }
410
- let vt = { render: function(e) {
414
+ let Ct = { render: function(e) {
411
415
  return [e.createElement("div", { class: "@(['container', props.class])" }, [e.createElement("svg", { class: "dv-border-svg-container", width: "@model.width", height: "@model.height" }, [e.createElement("path", { fill: "@props.backgroundColor", stroke: "@(props.colors[0])", d: "M 5 20 L 5 10 L 12 3 L 60 3 L 68 10 L @(model.width - 20) 10 L @(model.width - 5) 25 L @(model.width - 5) @(model.height - 5) L 20 @(model.height - 5) L 5 @(model.height - 20) L 5 20" }, []), e.createElement("path", { fill: "transparent", "stroke-width": "3", "stroke-linecap": "round", "stroke-dasharray": "10, 5", stroke: "@(props.colors[0])", d: "M 16 9 L 61 9" }, []), e.createElement("path", { fill: "transparent", stroke: "@(props.colors[1])", d: "M 5 20 L 5 10 L 12 3 L 60 3 L 68 10" }, []), e.createElement("path", { fill: "transparent", stroke: "@(props.colors[1])", d: "M @(model.width - 5) @(model.height - 30) L @(model.width - 5) @(model.height - 5) L @(model.width - 30) @(model.height - 5)" }, [])]), e.createElement("div", { class: "border-box-content" }, [e.createCommand("RenderSection", "")])])];
412
- } }, Ct = {
413
- component: Rt
416
+ } }, kt = {
417
+ component: vt
414
418
  };
415
419
  var U, j;
416
- let kt = class extends (j = Ct.component, U = d, j) {
420
+ let St = class extends (j = kt.component, U = d, j) {
417
421
  constructor() {
418
422
  super(...arguments);
419
423
  t(this, U, "9f1d0629");
420
- t(this, "template", vt.render);
424
+ t(this, "template", Ct.render);
421
425
  }
422
426
  };
423
- class St extends a {
427
+ class Lt extends a {
424
428
  constructor() {
425
429
  super(...arguments);
426
430
  t(this, "propsOption", {
@@ -457,20 +461,20 @@ class St extends a {
457
461
  this.model.svgScale = [this.model.width / o, this.model.height / i];
458
462
  }
459
463
  }
460
- let Lt = { render: function(e) {
464
+ let xt = { render: function(e) {
461
465
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@(svgWH[0])px", height: "@(svgWH[1])px", style: "transform:scale(@(model.svgScale[0]),@(model.svgScale[1]));" }, [e.createCommand("for", "let point of model.points", [e.createCommand("if", "Math.random() > 0.6", [e.createElement("rect", { fill: "@(props.colors[0])", x: "@(point[0] - halfPointSideLength)", y: "@(point[1] - halfPointSideLength)", width: "@pointSideLength", height: "@pointSideLength" }, [e.createCommand("if", "Math.random() > 0.6", [e.createElement("animate", { attributeName: "fill", values: "@(props.colors[0]);transparent", dur: "1s", begin: "@(Math.random() * 2)", repeatCount: "indefinite" }, [])])])])]), e.createCommand("if", "model.rects[0]", [e.createElement("rect", { fill: "@(props.colors[1])", x: "@(model.rects[0][0] - pointSideLength)", y: "@(model.rects[0][1] - pointSideLength)", width: "@(pointSideLength * 2)", height: "@(pointSideLength * 2)" }, [e.createElement("animate", { attributeName: "width", values: "0;@(pointSideLength * 2)", dur: "2s", repeatCount: "indefinite" }, []), e.createElement("animate", { attributeName: "height", values: "0;@(pointSideLength * 2)", dur: "2s", repeatCount: "indefinite" }, []), e.createElement("animate", { attributeName: "x", values: "@(model.rects[0][0]);@(model.rects[0][0] - pointSideLength)", dur: "2s", repeatCount: "indefinite" }, []), e.createElement("animate", { attributeName: "y", values: "@(model.rects[0][1]);@(model.rects[0][1] - pointSideLength)", dur: "2s", repeatCount: "indefinite" }, [])])]), e.createCommand("if", "model.rects[1]", [e.createElement("rect", { fill: "@(props.colors[1])", x: "@(model.rects[1][0] - 40)", y: "@(model.rects[1][1] - pointSideLength)", width: "40", height: "@(pointSideLength * 2)" }, [e.createElement("animate", { attributeName: "width", values: "0;40;0", dur: "2s", repeatCount: "indefinite" }, []), e.createElement("animate", { attributeName: "x", values: "@(model.rects[1][0]);@(model.rects[1][0] - 40);@(model.rects[1][0])", dur: "2s", repeatCount: "indefinite" }, [])])])])])];
462
- } }, xt = {
463
- component: St
466
+ } }, At = {
467
+ component: Lt
464
468
  };
465
469
  var Q, V;
466
- let At = class extends (V = xt.component, Q = d, V) {
470
+ let It = class extends (V = At.component, Q = d, V) {
467
471
  constructor() {
468
472
  super(...arguments);
469
473
  t(this, Q, "5d2cdceb");
470
- t(this, "template", Lt.render);
474
+ t(this, "template", xt.render);
471
475
  }
472
476
  };
473
- class It extends a {
477
+ class Pt extends a {
474
478
  constructor() {
475
479
  super(...arguments);
476
480
  t(this, "propsOption", {
@@ -493,20 +497,20 @@ class It extends a {
493
497
  this.props.reverse ? (this.model.w = 1, this.model.h = this.model.height, this.model.x = this.model.width / 2, this.model.y = 0) : (this.model.w = this.model.width, this.model.h = 1, this.model.x = 0, this.model.y = this.model.height / 2);
494
498
  }
495
499
  }
496
- let Pt = { render: function(e) {
500
+ let Tt = { render: function(e) {
497
501
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@(model.width)px", height: "@(model.height)px" }, [e.createElement("rect", { x: "@model.x", y: "@model.y", width: "@model.w", height: "@model.h", fill: "@(props.colors[0])" }, [e.createElement("animate", { attributeName: "@(props.reverse ? 'height' : 'width')", from: "0", to: "@(props.reverse ? model.height : model.width)", dur: "@(props.dur)s", calcMode: "spline", keyTimes: "0;1", keySplines: ".42,0,.58,1", repeatCount: "indefinite" }, [])]), e.createElement("rect", { x: "@model.x", y: "@model.y", width: "1", height: "1", fill: "@(props.colors[1])" }, [e.createElement("animate", { attributeName: "@(props.reverse ? 'y' : 'x')", from: "0", to: "@(props.reverse ? model.height : model.width)", dur: "@(props.dur)s", calcMode: "spline", keyTimes: "0;1", keySplines: "0.42,0,0.58,1", repeatCount: "indefinite" }, [])])])])];
498
- } }, Tt = {
499
- component: It
502
+ } }, Nt = {
503
+ component: Pt
500
504
  };
501
505
  var q, Z;
502
- let Nt = class extends (Z = Tt.component, q = d, Z) {
506
+ let Ot = class extends (Z = Nt.component, q = d, Z) {
503
507
  constructor() {
504
508
  super(...arguments);
505
509
  t(this, q, "2ceeebd3");
506
- t(this, "template", Pt.render);
510
+ t(this, "template", Tt.render);
507
511
  }
508
512
  };
509
- class Ot extends a {
513
+ class $t extends a {
510
514
  constructor() {
511
515
  super(...arguments);
512
516
  t(this, "propsOption", {
@@ -538,20 +542,20 @@ class Ot extends a {
538
542
  this.model.svgScale = [this.model.width / o, this.model.height / i];
539
543
  }
540
544
  }
541
- let $t = { render: function(e) {
545
+ let Mt = { render: function(e) {
542
546
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@(svgWH[0])px", height: "@(svgWH[1])px", style: "transform:scale(@(model.svgScale[0]),@(model.svgScale[1]));" }, [e.createCommand("for", "let point of model.points", [e.createElement("rect", { fill: "@(props.colors[0])", x: "@(point[0] - halfPointSideLength)", y: "@(point[1] - halfPointSideLength)", width: "@pointSideLength", height: "@pointSideLength" }, [e.createElement("animate", { attributeName: "fill", values: "@(props.colors.join(';'))", dur: "@(Math.random() + 1)s", begin: "@(Math.random() * 2)", repeatCount: "indefinite" }, [])])])])])];
543
- } }, Mt = {
544
- component: Ot
547
+ } }, Dt = {
548
+ component: $t
545
549
  };
546
550
  var Y, ee;
547
- let Dt = class extends (ee = Mt.component, Y = d, ee) {
551
+ let Ft = class extends (ee = Dt.component, Y = d, ee) {
548
552
  constructor() {
549
553
  super(...arguments);
550
554
  t(this, Y, "e4dd1f59");
551
- t(this, "template", $t.render);
555
+ t(this, "template", Mt.render);
552
556
  }
553
557
  };
554
- class Ft extends a {
558
+ class Jt extends a {
555
559
  constructor() {
556
560
  super(...arguments);
557
561
  t(this, "propsOption", {
@@ -560,17 +564,17 @@ class Ft extends a {
560
564
  });
561
565
  }
562
566
  }
563
- let Jt = { render: function(e) {
567
+ let Kt = { render: function(e) {
564
568
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("div", { class: "container-bar @(props.reverse ? 'reverse' : 'normal')", style: "@({ width: props.reverse ? model.width + 'px' : '5px', height: props.reverse ? '5px' : model.height + 'px', animationDuration: props.dur + 's' })" }, [e.createElement("svg", { width: "@(props.reverse ? model.width : 5)", height: "@(props.reverse ? 5 : model.height)" }, [e.createElement("polyline", { stroke: "@(props.colors[0])", points: "@(props.reverse ? `0, 2.5 ${model.width}, 2.5` : `2.5, 0 2.5, ${model.height}`)" }, []), e.createElement("polyline", { class: "bold-line", stroke: "@(props.colors[1])", "stroke-width": "3", "stroke-dasharray": "20, 80", "stroke-dashoffset": "-30", points: "@(props.reverse ? `0, 2.5 ${model.width}, 2.5` : `2.5, 0 2.5, ${model.height}`)" }, [])])])])];
565
- } }, Kt = {
566
- component: Ft
569
+ } }, Wt = {
570
+ component: Jt
567
571
  };
568
572
  var te, oe;
569
- let Wt = class extends (oe = Kt.component, te = d, oe) {
573
+ let Ht = class extends (oe = Wt.component, te = d, oe) {
570
574
  constructor() {
571
575
  super(...arguments);
572
576
  t(this, te, "820e3df4");
573
- t(this, "template", Jt.render);
577
+ t(this, "template", Kt.render);
574
578
  }
575
579
  };
576
580
  function b(e) {
@@ -587,7 +591,7 @@ function y(e, l) {
587
591
  function w(e, l, o, i) {
588
592
  return [e + Math.cos(i) * o, l + Math.sin(i) * o];
589
593
  }
590
- class Ht extends a {
594
+ class zt extends a {
591
595
  constructor() {
592
596
  super(...arguments);
593
597
  t(this, "propsOption", {
@@ -625,20 +629,20 @@ class Ht extends a {
625
629
  this.model.line1Points = r.map((m) => m.join(",")).join(" "), this.model.line2Points = n.map((m) => m.join(",")).join(" "), this.model.line1Length = s, this.model.line2Length = g;
626
630
  }
627
631
  }
628
- let zt = { render: function(e) {
632
+ let Bt = { render: function(e) {
629
633
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@model.width", height: "@model.height" }, [e.createElement("polyline", { fill: "transparent", stroke: "@(props.colors[0])", "stroke-width": "3", points: "@model.line1Points" }, [e.createElement("animate", { attributeName: "stroke-dasharray", attributeType: "XML", from: "0, @(model.line1Length / 2), 0, @(model.line1Length / 2)", to: "0, 0, @(model.line1Length), 0", dur: "@(props.dur)s", begin: "0s", calcMode: "spline", keyTimes: "0;1", keySplines: "0.4,1,0.49,0.98", repeatCount: "indefinite" }, [])]), e.createElement("polyline", { fill: "transparent", stroke: "@(props.colors[1])", "stroke-width": "2", points: "@model.line2Points" }, [e.createElement("animate", { attributeName: "stroke-dasharray", attributeType: "XML", from: "0, @(model.line2Length / 2), 0, @(model.line2Length / 2)", to: "0, 0, @(model.line2Length), 0", dur: "@(props.dur)s", begin: "0s", calcMode: "spline", keyTimes: "0;1", keySplines: ".4,1,.49,.98", repeatCount: "indefinite" }, [])])])])];
630
- } }, Bt = {
631
- component: Ht
634
+ } }, Gt = {
635
+ component: zt
632
636
  };
633
637
  var le, ie;
634
- let Gt = class extends (ie = Bt.component, le = d, ie) {
638
+ let Xt = class extends (ie = Gt.component, le = d, ie) {
635
639
  constructor() {
636
640
  super(...arguments);
637
- t(this, le, "165a82cd");
638
- t(this, "template", zt.render);
641
+ t(this, le, "919d71b1");
642
+ t(this, "template", Bt.render);
639
643
  }
640
644
  };
641
- class Xt extends a {
645
+ class Ut extends a {
642
646
  constructor() {
643
647
  super(...arguments);
644
648
  t(this, "propsOption", {
@@ -663,32 +667,35 @@ class Xt extends a {
663
667
  });
664
668
  }
665
669
  calcPointsPosition() {
666
- let { svgWH: o, rowNum: i, rowPoints: r } = this, [n, s] = o, g = n / (r + 1), m = s / (i + 1), h = new Array(i).fill(0).map(
667
- (p, f) => new Array(r).fill(0).map((_, u) => [g * (u + 1), m * (f + 1)])
668
- );
669
- this.model.points = h.reduce((p, f) => [...p, ...f], []);
670
- let E = this.model.heights = new Array(i * r).fill(0).map((p) => Math.random() > 0.8 ? y(0.7 * s, s) : y(0.2 * s, 0.5 * s));
671
- this.model.minHeights = new Array(i * r).fill(0).map((p, f) => E[f] * Math.random()), this.model.randoms = new Array(i * r).fill(0).map((p) => Math.random() + 1.5);
670
+ let { svgWH: o, rowNum: i, rowPoints: r } = this, [n, s] = o, g = n / (r + 1), m = s / (i + 1);
671
+ ve(() => {
672
+ let h = new Array(i).fill(0).map(
673
+ (p, f) => new Array(r).fill(0).map((_, u) => [g * (u + 1), m * (f + 1)])
674
+ );
675
+ this.model.points = h.reduce((p, f) => [...p, ...f], []);
676
+ let E = this.model.heights = new Array(i * r).fill(0).map((p) => Math.random() > 0.8 ? y(0.7 * s, s) : y(0.2 * s, 0.5 * s));
677
+ this.model.minHeights = new Array(i * r).fill(0).map((p, f) => E[f] * Math.random()), this.model.randoms = new Array(i * r).fill(0).map((p) => Math.random() + 1.5);
678
+ });
672
679
  }
673
680
  calcScale() {
674
681
  let [o, i] = this.svgWH;
675
682
  this.model.svgScale = [this.model.width / o, this.model.height / i];
676
683
  }
677
684
  }
678
- let Ut = { render: function(e) {
685
+ let jt = { render: function(e) {
679
686
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@(svgWH[0])px", height: "@(svgWH[1])px", style: "transform:scale(@(model.svgScale[0]),@(model.svgScale[1]));" }, [e.createCommand("for", "let (i,point) in model.points", [e.createElement("rect", { fill: "@(props.colors[Math.random() > 0.5 ? 0 : 1])", x: "@(point[0] - halfRectWidth)", y: "@(point[1] - model.heights[i] / 2)", width: "@rectWidth", height: "@(model.heights[i])" }, [e.createElement("animate", { attributeName: "y", values: "@(point[1] - model.minHeights[i] / 2);@(point[1] - model.heights[i] / 2);@(point[1] - model.minHeights[i] / 2)", dur: "@(model.randoms[i])s", keyTimes: "0;0.5;1", calcMode: "spline", keySplines: "0.42,0,0.58,1;0.42,0,0.58,1", begin: "0s", repeatCount: "indefinite" }, []), e.createElement("animate", { attributeName: "height", values: "@(model.minHeights[i]);@(model.heights[i]);@(model.minHeights[i])", dur: "@(model.randoms[i])s", keyTimes: "0;0.5;1", calcMode: "spline", keySplines: "0.42,0,0.58,1;0.42,0,0.58,1", begin: "0s", repeatCount: "indefinite" }, [])])])])])];
680
- } }, jt = {
681
- component: Xt
687
+ } }, Qt = {
688
+ component: Ut
682
689
  };
683
690
  var re, ne;
684
- let Qt = class extends (ne = jt.component, re = d, ne) {
691
+ let Vt = class extends (ne = Qt.component, re = d, ne) {
685
692
  constructor() {
686
693
  super(...arguments);
687
- t(this, re, "2a7c89dd");
688
- t(this, "template", Ut.render);
694
+ t(this, re, "b2dd06a3");
695
+ t(this, "template", jt.render);
689
696
  }
690
697
  };
691
- class Vt extends a {
698
+ class qt extends a {
692
699
  constructor() {
693
700
  super(...arguments);
694
701
  t(this, "propsOption", {
@@ -696,20 +703,20 @@ class Vt extends a {
696
703
  });
697
704
  }
698
705
  }
699
- let qt = { render: function(e) {
706
+ let Zt = { render: function(e) {
700
707
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "21px", height: "20px" }, [e.createElement("polyline", { "stroke-width": "4", fill: "transparent", stroke: "@(props.colors[0])", points: "10, 0 19, 10 10, 20" }, []), e.createElement("polyline", { "stroke-width": "2", fill: "transparent", stroke: "@(props.colors[1])", points: "2, 0 11, 10 2, 20" }, [])]), e.createCommand("RenderSection", ""), e.createElement("svg", { width: "21px", height: "20px" }, [e.createElement("polyline", { "stroke-width": "4", fill: "transparent", stroke: "@(props.colors[0])", points: "11, 0 2, 10 11, 20" }, []), e.createElement("polyline", { "stroke-width": "2", fill: "transparent", stroke: "@(props.colors[1])", points: "19, 0 10, 10 19, 20" }, [])])])];
701
- } }, Zt = {
702
- component: Vt
708
+ } }, Yt = {
709
+ component: qt
703
710
  };
704
711
  var se, de;
705
- let Yt = class extends (de = Zt.component, se = d, de) {
712
+ let eo = class extends (de = Yt.component, se = d, de) {
706
713
  constructor() {
707
714
  super(...arguments);
708
715
  t(this, se, "6a75cfee");
709
- t(this, "template", qt.render);
716
+ t(this, "template", Zt.render);
710
717
  }
711
718
  };
712
- class eo extends a {
719
+ class to extends a {
713
720
  constructor() {
714
721
  super(...arguments);
715
722
  t(this, "propsOption", {
@@ -720,20 +727,20 @@ class eo extends a {
720
727
  return this.props.reverse ? this.model.width - o : o;
721
728
  }
722
729
  }
723
- let to = { render: function(e) {
730
+ let oo = { render: function(e) {
724
731
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@model.width", height: "@model.height" }, [e.createElement("polyline", { stroke: "@(props.colors[0])", "stroke-width": "2", fill: "transparent", points: "@xPos(0), 0 @xPos(30), @(model.height / 2)" }, []), e.createElement("polyline", { stroke: "@(props.colors[0])", "stroke-width": "2", fill: "transparent", points: "@xPos(20), 0 @xPos(50), @(model.height / 2) @xPos(model.width), @(model.height / 2)" }, []), e.createElement("polyline", { stroke: "@(props.colors[1])", fill: "transparent", "stroke-width": "3", points: "@xPos(0), @(model.height - 3), @xPos(200), @(model.height - 3)" }, [])])])];
725
- } }, oo = {
726
- component: eo
732
+ } }, lo = {
733
+ component: to
727
734
  };
728
735
  var ae, me;
729
- let lo = class extends (me = oo.component, ae = d, me) {
736
+ let io = class extends (me = lo.component, ae = d, me) {
730
737
  constructor() {
731
738
  super(...arguments);
732
739
  t(this, ae, "597abf05");
733
- t(this, "template", to.render);
740
+ t(this, "template", oo.render);
734
741
  }
735
742
  };
736
- class io extends a {
743
+ class ro extends a {
737
744
  constructor() {
738
745
  super(...arguments);
739
746
  t(this, "model", {
@@ -756,20 +763,20 @@ class io extends a {
756
763
  this.model.svgScale = [this.model.width / o, this.model.height / i];
757
764
  }
758
765
  }
759
- let ro = { render: function(e) {
766
+ let no = { render: function(e) {
760
767
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@(svgWH[0])px", height: "@(svgWH[1])px", style: "transform:scale(@(model.svgScale[0]),@(model.svgScale[1]));" }, [e.createElement("defs", {}, [e.createElement("polygon", { id: "@polygonId", points: "15, 46.5, 21, 47.5, 21, 52.5, 15, 53.5" }, [])]), e.createElement("circle", { cx: "50", cy: "50", r: "45", fill: "transparent", stroke: "@(props.colors[1])", "stroke-width": "10", "stroke-dasharray": "80, 100, 30, 100" }, [e.createElement("animateTransform", { attributeName: "transform", type: "rotate", values: "0 50 50;360 50 50", dur: "@(props.dur)s", repeatCount: "indefinite" }, [])]), e.createElement("circle", { cx: "50", cy: "50", r: "45", fill: "transparent", stroke: "@(props.colors[0])", "stroke-width": "6", "stroke-dasharray": "50, 66, 100, 66" }, [e.createElement("animateTransform", { attributeName: "transform", type: "rotate", values: "0 50 50;-360 50 50", dur: "@(props.dur)s", repeatCount: "indefinite" }, [])]), e.createElement("circle", { cx: "50", cy: "50", r: "38", fill: "transparent", stroke: "@(fade(props.colors[1], 30))", "stroke-width": "1", "stroke-dasharray": "5, 1" }, []), e.createCommand("for", "let i = 0; i < 20; i++", [e.createElement("use", { "xlink:href": "#@(polygonId)", stroke: "@(props.colors[1])", fill: "@(Math.random() > 0.4 ? 'transparent' : props.colors[0])" }, [e.createElement("animateTransform", { attributeName: "transform", type: "rotate", values: "0 50 50;360 50 50", dur: "@(props.dur)s", begin: "@(i * props.dur / 20)s", repeatCount: "indefinite" }, [])])]), e.createElement("circle", { cx: "50", cy: "50", r: "26", fill: "transparent", stroke: "@(fade(props.colors[1], 30))", "stroke-width": "1", "stroke-dasharray": "5, 1" }, [])]), e.createCommand("RenderSection", "")])];
761
- } }, no = {
762
- component: io
768
+ } }, so = {
769
+ component: ro
763
770
  };
764
771
  var pe, ce;
765
- let so = class extends (ce = no.component, pe = d, ce) {
772
+ let ao = class extends (ce = so.component, pe = d, ce) {
766
773
  constructor() {
767
774
  super(...arguments);
768
775
  t(this, pe, "ed9a8703");
769
- t(this, "template", ro.render);
776
+ t(this, "template", no.render);
770
777
  }
771
778
  };
772
- class ao extends a {
779
+ class mo extends a {
773
780
  constructor() {
774
781
  super(...arguments);
775
782
  t(this, "animationId1", `d10ani1${c()}`);
@@ -784,20 +791,20 @@ class ao extends a {
784
791
  });
785
792
  }
786
793
  }
787
- let mo = { render: function(e) {
794
+ let po = { render: function(e) {
788
795
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@model.width", height: "@model.height" }, [e.createElement("polyline", { stroke: "@(props.colors[1])", "stroke-width": "2", points: "0, @(model.height / 2) @(model.width), @(model.height / 2)" }, []), e.createElement("polyline", { stroke: "@(props.colors[0])", "stroke-width": "2", points: "5, @(model.height / 2) @(model.width * 0.2 - 3), @(model.height / 2)", "stroke-dasharray": "0, @(model.width * 0.2)", fill: "freeze" }, [e.createElement("animate", { id: "@animationId2", attributeName: "stroke-dasharray", values: "0, @(model.width * 0.2);@(model.width * 0.2), 0;", dur: "3s", begin: "@(animationId1).end", fill: "freeze" }, []), e.createElement("animate", { attributeName: "stroke-dasharray", values: "@(model.width * 0.2), 0;0, @(model.width * 0.2)", dur: "0.01s", begin: "@(animationId7).end", fill: "freeze" }, [])]), e.createElement("polyline", { stroke: "@(props.colors[0])", "stroke-width": "2", points: "@(model.width * 0.2 + 3), @(model.height / 2) @(model.width * 0.8 - 3), @(model.height / 2)", "stroke-dasharray": "0, @(model.width * 0.6)" }, [e.createElement("animate", { id: "@animationId4", attributeName: "stroke-dasharray", values: "0, @(model.width * 0.6);@(model.width * 0.6), 0", dur: "3s", begin: "@(animationId3).end + 1s", fill: "freeze" }, []), e.createElement("animate", { attributeName: "stroke-dasharray", values: "@(model.width * 0.6), 0;0, @(model.width * 0.6)", dur: "0.01s", begin: "@(animationId7).end", fill: "freeze" }, [])]), e.createElement("polyline", { stroke: "@(props.colors[0])", "stroke-width": "2", points: "@(model.width * 0.8 + 3), @(model.height / 2) @(model.width - 5), @(model.height / 2)", "stroke-dasharray": "0, @(model.width * 0.2)" }, [e.createElement("animate", { id: "@animationId6", attributeName: "stroke-dasharray", values: "0, @(model.width * 0.2);@(model.width * 0.2), 0", dur: "3s", begin: "@(animationId5).end + 1s", fill: "freeze" }, []), e.createElement("animate", { attributeName: "stroke-dasharray", values: "@(model.width * 0.2), 0;0, @(model.width * 0.3)", dur: "0.01s", begin: "@(animationId7).end", fill: "freeze" }, [])]), e.createElement("circle", { cx: "2", cy: "@(model.height / 2)", r: "2", fill: "@(props.colors[1])" }, [e.createElement("animate", { id: "@animationId1", attributeName: "fill", values: "@(props.colors[1]);@(props.colors[0])", begin: "0s;@(animationId7).end", dur: "0.3s", fill: "freeze" }, [])]), e.createElement("circle", { cx: "@(model.width * 0.2)", cy: "@(model.height / 2)", r: "2", fill: "@(props.colors[1])" }, [e.createElement("animate", { id: "@animationId3", attributeName: "fill", values: "@(props.colors[1]);@(props.colors[0])", begin: "@(animationId2).end", dur: "0.3s", fill: "freeze" }, []), e.createElement("animate", { attributeName: "fill", values: "@(props.colors[1]);@(props.colors[1])", dur: "0.01s", begin: "@(animationId7).end", fill: "freeze" }, [])]), e.createElement("circle", { cx: "@(model.width * 0.8)", cy: "@(model.height / 2)", r: "2", fill: "@(props.colors[1])" }, [e.createElement("animate", { id: "@animationId5", attributeName: "fill", values: "@(props.colors[1]);@(props.colors[0])", begin: "@(animationId4).end", dur: "0.3s", fill: "freeze" }, []), e.createElement("animate", { attributeName: "fill", values: "@(props.colors[1]);@(props.colors[1])", dur: "0.01s", begin: "@(animationId7).end", fill: "freeze" }, [])]), e.createElement("circle", { cx: "@(model.width - 2)", cy: "@(model.height / 2)", r: "2", fill: "@(props.colors[1])" }, [e.createElement("animate", { id: "@animationId7", attributeName: "fill", values: "@(props.colors[1]);@(props.colors[0])", begin: "@(animationId6).end", dur: "0.3s", fill: "freeze" }, []), e.createElement("animate", { attributeName: "fill", values: "@(props.colors[1]);@(props.colors[1])", dur: "0.01s", begin: "@(animationId7).end", fill: "freeze" }, [])])])])];
789
- } }, po = {
790
- component: ao
796
+ } }, co = {
797
+ component: mo
791
798
  };
792
799
  var he, ge;
793
- let co = class extends (ge = po.component, he = d, ge) {
800
+ let ho = class extends (ge = co.component, he = d, ge) {
794
801
  constructor() {
795
802
  super(...arguments);
796
803
  t(this, he, "72693e04");
797
- t(this, "template", mo.render);
804
+ t(this, "template", po.render);
798
805
  }
799
806
  };
800
- class ho extends a {
807
+ class go extends a {
801
808
  constructor() {
802
809
  super(...arguments);
803
810
  t(this, "propsOption", {
@@ -805,20 +812,20 @@ class ho extends a {
805
812
  });
806
813
  }
807
814
  }
808
- let go = { render: function(e) {
815
+ let Eo = { render: function(e) {
809
816
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@model.width", height: "@model.height" }, [e.createElement("polygon", { fill: "@(fade(props.colors[1], 10))", stroke: "@(props.colors[1])", points: "20 10, 25 4, 55 4 60 10" }, []), e.createElement("polygon", { fill: "@(fade(props.colors[1], 10))", stroke: "@(props.colors[1])", points: "20 @(model.height - 10), 25 @(model.height - 4), 55 @(model.height - 4) 60 @(model.height - 10)" }, []), e.createElement("polygon", { fill: "@(fade(props.colors[1], 10))", stroke: "@(props.colors[1])", points: "@(model.width - 20) 10, @(model.width - 25) 4, @(model.width - 55) 4 @(model.width - 60) 10" }, []), e.createElement("polygon", { fill: "@(fade(props.colors[1], 10))", stroke: "@(props.colors[1])", points: "@(model.width - 20) @(model.height - 10), @(model.width - 25) @(model.height - 4), @(model.width - 55) @(model.height - 4) @(model.width - 60) @(model.height - 10)" }, []), e.createElement("polygon", { fill: "@(fade(props.colors[0] , 20))", stroke: "@(props.colors[0])", points: "20 10, 5 @(model.height / 2) 20 @(model.height - 10) @(model.width - 20) @(model.height - 10) @(model.width - 5) @(model.height / 2) @(model.width - 20) 10" }, []), e.createElement("polyline", { fill: "transparent", stroke: "@fade(props.colors[0] , 70)", points: "25 18, 15 @(model.height / 2) 25 @(model.height - 18)" }, []), e.createElement("polyline", { fill: "transparent", stroke: "@fade(props.colors[0] , 70)", points: "@(model.width - 25) 18, @(model.width - 15) @(model.height / 2) @(model.width - 25) @(model.height - 18)" }, [])]), e.createElement("div", { class: "decoration-content" }, [e.createCommand("RenderSection", "")])])];
810
- } }, Eo = {
811
- component: ho
817
+ } }, fo = {
818
+ component: go
812
819
  };
813
820
  var Ee, fe;
814
- let fo = class extends (fe = Eo.component, Ee = d, fe) {
821
+ let _o = class extends (fe = fo.component, Ee = d, fe) {
815
822
  constructor() {
816
823
  super(...arguments);
817
824
  t(this, Ee, "be570701");
818
- t(this, "template", go.render);
825
+ t(this, "template", Eo.render);
819
826
  }
820
827
  };
821
- class _o extends a {
828
+ class wo extends a {
822
829
  constructor() {
823
830
  super(...arguments);
824
831
  t(this, "gId", `decoration-12-g-${c()}`);
@@ -881,48 +888,48 @@ class _o extends a {
881
888
  });
882
889
  }
883
890
  }
884
- let wo = { render: function(e) {
891
+ let uo = { render: function(e) {
885
892
  return [e.createElement("div", { class: "@(['container', props.class])", style: "@props.style" }, [e.createElement("svg", { width: "@model.width", height: "@model.height" }, [e.createElement("defs", {}, [e.createElement("g", { id: "@gId" }, [e.createCommand("for", "let (i,d) in model.pathD", [e.createElement("path", { stroke: "@(model.pathColor[i])", "stroke-width": "@(model.width / 2)", fill: "transparent", d: "@d" }, [])])]), e.createElement("radialGradient", { id: "@gradientId", cx: "50%", cy: "50%", r: "50%" }, [e.createElement("stop", { offset: "0%", "stop-color": "transparent", "stop-opacity": "1" }, []), e.createElement("stop", { offset: "100%", "stop-color": "@fade(props.colors[1], 30)", "stop-opacity": "1" }, [])])]), e.createCommand("for", "let r of model.circleR", [e.createElement("circle", { r: "@r", cx: "@x", cy: "@y", stroke: "@(props.colors[1])", "stroke-width": "0.5", fill: "transparent" }, [])]), e.createElement("circle", { r: "1", cx: "@x", cy: "@y", stroke: "transparent", fill: "url(#@(gradientId))" }, [e.createElement("animate", { attributeName: "r", values: "1;@(model.width / 2)", dur: "@(props.haloDur)s", repeatCount: "indefinite" }, []), e.createElement("animate", { attributeName: "opacity", values: "1;0", dur: "@(props.haloDur)s", repeatCount: "indefinite" }, [])]), e.createElement("circle", { r: "2", cx: "@x", cy: "@y", fill: "@(props.colors[1])" }, []), e.createElement("g", {}, [e.createCommand("for", "let p of model.splitLinePoints", [e.createElement("polyline", { points: "@p", stroke: "@(props.colors[1])", "stroke-width": "0.5", opacity: "0.5" }, [])])]), e.createCommand("for", "let d of model.arcD", [e.createElement("path", { d: "@d", stroke: "@(props.colors[1])", "stroke-width": "2", fill: "transparent" }, [])]), e.createElement("use", { "xlink:href": "#@gId" }, [e.createElement("animateTransform", { attributeName: "transform", type: "rotate", values: "0, @x @y;360, @x @y", dur: "@(props.scanDur)s", repeatCount: "indefinite" }, [])])]), e.createElement("div", { class: "decoration-content" }, [e.createCommand("RenderSection", "")])])];
886
- } }, uo = {
887
- component: _o
893
+ } }, bo = {
894
+ component: wo
888
895
  };
889
896
  var _e, we;
890
- let bo = class extends (we = uo.component, _e = d, we) {
897
+ let yo = class extends (we = bo.component, _e = d, we) {
891
898
  constructor() {
892
899
  super(...arguments);
893
900
  t(this, _e, "b78c6be8");
894
- t(this, "template", wo.render);
901
+ t(this, "template", uo.render);
895
902
  }
896
903
  }, R = {
897
- BorderBox1: Pe,
898
- BorderBox2: $e,
899
- BorderBox3: Je,
900
- BorderBox4: ze,
901
- BorderBox5: Ue,
902
- BorderBox6: qe,
903
- BorderBox7: tt,
904
- BorderBox8: rt,
905
- BorderBox9: at,
906
- BorderBox10: ht,
907
- BorderBox11: _t,
908
- BorderBox12: yt,
909
- BorderBox13: kt,
910
- Decoration1: At,
911
- Decoration2: Nt,
912
- Decoration3: Dt,
913
- Decoration4: Wt,
914
- Decoration5: Gt,
915
- Decoration6: Qt,
916
- Decoration7: Yt,
917
- Decoration8: lo,
918
- Decoration9: so,
919
- Decoration10: co,
920
- Decoration11: fo,
921
- Decoration12: bo
904
+ BorderBox1: Te,
905
+ BorderBox2: Me,
906
+ BorderBox3: Ke,
907
+ BorderBox4: Be,
908
+ BorderBox5: je,
909
+ BorderBox6: Ze,
910
+ BorderBox7: ot,
911
+ BorderBox8: nt,
912
+ BorderBox9: mt,
913
+ BorderBox10: gt,
914
+ BorderBox11: wt,
915
+ BorderBox12: Rt,
916
+ BorderBox13: St,
917
+ Decoration1: It,
918
+ Decoration2: Ot,
919
+ Decoration3: Ft,
920
+ Decoration4: Ht,
921
+ Decoration5: Xt,
922
+ Decoration6: Vt,
923
+ Decoration7: eo,
924
+ Decoration8: io,
925
+ Decoration9: ao,
926
+ Decoration10: ho,
927
+ Decoration11: _o,
928
+ Decoration12: yo
922
929
  };
923
930
  for (let e in R) {
924
- let l = `dv-${Ce(e)}`;
925
- ve({
931
+ let l = `dv-${ke(e)}`;
932
+ Ce({
926
933
  [l]: R[e]
927
934
  });
928
935
  }