@joker.front/datav 1.0.1 → 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.css +1 -1
- package/dist/index.mjs +204 -195
- package/dist/index.umd.js +1 -1
- package/dist_lowcode/index.css +1 -1
- package/dist_lowcode/index.lowcode.mjs +32 -23
- package/dist_lowcode/index.lowcode.umd.js +1 -1
- package/package.json +5 -5
- package/shims.d.ts +5 -0
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,
|
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
|
50
|
+
function ke(e, l = "-") {
|
51
51
|
return e = e || "", e.split(/(?=[A-Z])/).map((i) => i.toLowerCase()).join(l);
|
52
52
|
}
|
53
|
-
function
|
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,19 +70,21 @@ function ke(e, l, o = {}) {
|
|
70
70
|
}
|
71
71
|
return m.cancel = g, m;
|
72
72
|
}
|
73
|
-
function
|
74
|
-
return
|
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",
|
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", () => {
|
84
|
-
|
85
|
-
|
84
|
+
this.$updatedRender(() => {
|
85
|
+
var i;
|
86
|
+
this.container = this.$rootVNode.first((r) => r instanceof Re.Element).output, this.container && (this.initSize(), (i = this.resize) == null || i.call(this), this.bindDomResizeCallback());
|
87
|
+
});
|
86
88
|
}), this.$on("beforeDestroy", () => {
|
87
89
|
this.unbindDomResizeCallback();
|
88
90
|
});
|
@@ -92,22 +94,26 @@ class a extends ye {
|
|
92
94
|
this.container && (this.model.width = this.container.clientWidth, this.model.height = this.container.clientHeight, (o = this.resize) == null || o.call(this));
|
93
95
|
}
|
94
96
|
bindDomResizeCallback() {
|
95
|
-
this.container && (this.domObserver =
|
97
|
+
this.container && (this.domObserver = xe(this.container, this.debounceInitWHFun), window.addEventListener("resize", this.debounceInitWHFun));
|
96
98
|
}
|
97
99
|
unbindDomResizeCallback() {
|
98
100
|
this.container && (this.domObserver && (this.domObserver.disconnect(), this.domObserver.takeRecords()), window.removeEventListener("resize", this.debounceInitWHFun));
|
99
101
|
}
|
100
102
|
fade(o, i) {
|
103
|
+
if (o.startsWith("rgba"))
|
104
|
+
return o;
|
101
105
|
o = o.replace("#", "");
|
102
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;
|
103
109
|
return `rgba(${r},${n},${s},${i / 100})`;
|
104
110
|
}
|
105
111
|
}
|
106
|
-
function
|
112
|
+
function xe(e, l) {
|
107
113
|
let o = new MutationObserver(l);
|
108
114
|
return o.observe(e, { attributes: !0, attributeFilter: ["style"], attributeOldValue: !0 }), o;
|
109
115
|
}
|
110
|
-
class
|
116
|
+
class Ae extends a {
|
111
117
|
constructor() {
|
112
118
|
super(...arguments);
|
113
119
|
t(this, "propsOption", {
|
@@ -117,20 +123,20 @@ class xe extends a {
|
|
117
123
|
t(this, "border", ["left-top", "right-top", "left-bottom", "right-bottom"]);
|
118
124
|
}
|
119
125
|
}
|
120
|
-
let
|
126
|
+
let Ie = { render: function(e) {
|
121
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", "")])])];
|
122
|
-
} },
|
123
|
-
component:
|
128
|
+
} }, Pe = {
|
129
|
+
component: Ae
|
124
130
|
};
|
125
131
|
var v, C;
|
126
|
-
let
|
132
|
+
let Te = class extends (C = Pe.component, v = d, C) {
|
127
133
|
constructor() {
|
128
134
|
super(...arguments);
|
129
135
|
t(this, v, "2b4d949b");
|
130
|
-
t(this, "template",
|
136
|
+
t(this, "template", Ie.render);
|
131
137
|
}
|
132
138
|
};
|
133
|
-
class
|
139
|
+
class Ne extends a {
|
134
140
|
constructor() {
|
135
141
|
super(...arguments);
|
136
142
|
t(this, "propsOption", {
|
@@ -139,20 +145,20 @@ class Te extends a {
|
|
139
145
|
});
|
140
146
|
}
|
141
147
|
}
|
142
|
-
let
|
148
|
+
let Oe = { render: function(e) {
|
143
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", "")])])];
|
144
|
-
} },
|
145
|
-
component:
|
150
|
+
} }, $e = {
|
151
|
+
component: Ne
|
146
152
|
};
|
147
153
|
var k, S;
|
148
|
-
let
|
154
|
+
let Me = class extends (S = $e.component, k = d, S) {
|
149
155
|
constructor() {
|
150
156
|
super(...arguments);
|
151
157
|
t(this, k, "3b9d3fa6");
|
152
|
-
t(this, "template",
|
158
|
+
t(this, "template", Oe.render);
|
153
159
|
}
|
154
160
|
};
|
155
|
-
class
|
161
|
+
class De extends a {
|
156
162
|
constructor() {
|
157
163
|
super(...arguments);
|
158
164
|
t(this, "propsOption", {
|
@@ -161,20 +167,20 @@ class Me extends a {
|
|
161
167
|
});
|
162
168
|
}
|
163
169
|
}
|
164
|
-
let
|
170
|
+
let Fe = { render: function(e) {
|
165
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", "")])])];
|
166
|
-
} },
|
167
|
-
component:
|
172
|
+
} }, Je = {
|
173
|
+
component: De
|
168
174
|
};
|
169
175
|
var L, x;
|
170
|
-
let
|
176
|
+
let Ke = class extends (x = Je.component, L = d, x) {
|
171
177
|
constructor() {
|
172
178
|
super(...arguments);
|
173
179
|
t(this, L, "113d37b6");
|
174
|
-
t(this, "template",
|
180
|
+
t(this, "template", Fe.render);
|
175
181
|
}
|
176
182
|
};
|
177
|
-
class
|
183
|
+
class We extends a {
|
178
184
|
constructor() {
|
179
185
|
super(...arguments);
|
180
186
|
t(this, "propsOption", {
|
@@ -183,20 +189,20 @@ class Ke extends a {
|
|
183
189
|
});
|
184
190
|
}
|
185
191
|
}
|
186
|
-
let
|
192
|
+
let He = { render: function(e) {
|
187
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", "")])])];
|
188
|
-
} },
|
189
|
-
component:
|
194
|
+
} }, ze = {
|
195
|
+
component: We
|
190
196
|
};
|
191
197
|
var A, I;
|
192
|
-
let
|
198
|
+
let Be = class extends (I = ze.component, A = d, I) {
|
193
199
|
constructor() {
|
194
200
|
super(...arguments);
|
195
201
|
t(this, A, "237a53e4");
|
196
|
-
t(this, "template",
|
202
|
+
t(this, "template", He.render);
|
197
203
|
}
|
198
204
|
};
|
199
|
-
class
|
205
|
+
class Ge extends a {
|
200
206
|
constructor() {
|
201
207
|
super(...arguments);
|
202
208
|
t(this, "propsOption", {
|
@@ -205,20 +211,20 @@ class Be extends a {
|
|
205
211
|
});
|
206
212
|
}
|
207
213
|
}
|
208
|
-
let
|
214
|
+
let Xe = { render: function(e) {
|
209
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", "")])])];
|
210
|
-
} },
|
211
|
-
component:
|
216
|
+
} }, Ue = {
|
217
|
+
component: Ge
|
212
218
|
};
|
213
219
|
var P, T;
|
214
|
-
let
|
220
|
+
let je = class extends (T = Ue.component, P = d, T) {
|
215
221
|
constructor() {
|
216
222
|
super(...arguments);
|
217
223
|
t(this, P, "6fd7b4d4");
|
218
|
-
t(this, "template",
|
224
|
+
t(this, "template", Xe.render);
|
219
225
|
}
|
220
226
|
};
|
221
|
-
class
|
227
|
+
class Qe extends a {
|
222
228
|
constructor() {
|
223
229
|
super(...arguments);
|
224
230
|
t(this, "propsOption", {
|
@@ -227,20 +233,20 @@ class je extends a {
|
|
227
233
|
});
|
228
234
|
}
|
229
235
|
}
|
230
|
-
let
|
236
|
+
let Ve = { render: function(e) {
|
231
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", "")])])];
|
232
|
-
} },
|
233
|
-
component:
|
238
|
+
} }, qe = {
|
239
|
+
component: Qe
|
234
240
|
};
|
235
241
|
var N, O;
|
236
|
-
let
|
242
|
+
let Ze = class extends (O = qe.component, N = d, O) {
|
237
243
|
constructor() {
|
238
244
|
super(...arguments);
|
239
245
|
t(this, N, "ebdf6a26");
|
240
|
-
t(this, "template",
|
246
|
+
t(this, "template", Ve.render);
|
241
247
|
}
|
242
248
|
};
|
243
|
-
class
|
249
|
+
class Ye extends a {
|
244
250
|
constructor() {
|
245
251
|
super(...arguments);
|
246
252
|
t(this, "propsOption", {
|
@@ -249,20 +255,20 @@ class Ze extends a {
|
|
249
255
|
});
|
250
256
|
}
|
251
257
|
}
|
252
|
-
let
|
258
|
+
let et = { render: function(e) {
|
253
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", "")])])];
|
254
|
-
} },
|
255
|
-
component:
|
260
|
+
} }, tt = {
|
261
|
+
component: Ye
|
256
262
|
};
|
257
263
|
var $, M;
|
258
|
-
let
|
264
|
+
let ot = class extends (M = tt.component, $ = d, M) {
|
259
265
|
constructor() {
|
260
266
|
super(...arguments);
|
261
267
|
t(this, $, "44fa29fb");
|
262
|
-
t(this, "template",
|
268
|
+
t(this, "template", et.render);
|
263
269
|
}
|
264
270
|
};
|
265
|
-
class
|
271
|
+
class lt extends a {
|
266
272
|
constructor() {
|
267
273
|
super(...arguments);
|
268
274
|
t(this, "path", `border-box-8-path-${c()}`);
|
@@ -281,20 +287,20 @@ class ot extends a {
|
|
281
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`;
|
282
288
|
}
|
283
289
|
}
|
284
|
-
let
|
290
|
+
let it = { render: function(e) {
|
285
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", "")])])];
|
286
|
-
} },
|
287
|
-
component:
|
292
|
+
} }, rt = {
|
293
|
+
component: lt
|
288
294
|
};
|
289
295
|
var D, F;
|
290
|
-
let
|
296
|
+
let nt = class extends (F = rt.component, D = d, F) {
|
291
297
|
constructor() {
|
292
298
|
super(...arguments);
|
293
299
|
t(this, D, "df10b11e");
|
294
|
-
t(this, "template",
|
300
|
+
t(this, "template", it.render);
|
295
301
|
}
|
296
302
|
};
|
297
|
-
class
|
303
|
+
class st extends a {
|
298
304
|
constructor() {
|
299
305
|
super(...arguments);
|
300
306
|
t(this, "gradient", `border-box-9-gradient-${c()}`);
|
@@ -312,20 +318,20 @@ class nt extends a {
|
|
312
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`;
|
313
319
|
}
|
314
320
|
}
|
315
|
-
let
|
321
|
+
let dt = { render: function(e) {
|
316
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", "")])])];
|
317
|
-
} },
|
318
|
-
component:
|
323
|
+
} }, at = {
|
324
|
+
component: st
|
319
325
|
};
|
320
326
|
var J, K;
|
321
|
-
let
|
327
|
+
let mt = class extends (K = at.component, J = d, K) {
|
322
328
|
constructor() {
|
323
329
|
super(...arguments);
|
324
330
|
t(this, J, "e4c62a5f");
|
325
|
-
t(this, "template",
|
331
|
+
t(this, "template", dt.render);
|
326
332
|
}
|
327
333
|
};
|
328
|
-
class
|
334
|
+
class pt extends a {
|
329
335
|
constructor() {
|
330
336
|
super(...arguments);
|
331
337
|
t(this, "propsOption", {
|
@@ -335,20 +341,20 @@ class mt extends a {
|
|
335
341
|
t(this, "border", ["left-top", "right-top", "left-bottom", "right-bottom"]);
|
336
342
|
}
|
337
343
|
}
|
338
|
-
let
|
344
|
+
let ct = { render: function(e) {
|
339
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", "")])])];
|
340
|
-
} },
|
341
|
-
component:
|
346
|
+
} }, ht = {
|
347
|
+
component: pt
|
342
348
|
};
|
343
349
|
var W, H;
|
344
|
-
let
|
350
|
+
let gt = class extends (H = ht.component, W = d, H) {
|
345
351
|
constructor() {
|
346
352
|
super(...arguments);
|
347
353
|
t(this, W, "c1b255d6");
|
348
|
-
t(this, "template",
|
354
|
+
t(this, "template", ct.render);
|
349
355
|
}
|
350
356
|
};
|
351
|
-
class
|
357
|
+
class Et extends a {
|
352
358
|
constructor() {
|
353
359
|
super(...arguments);
|
354
360
|
t(this, "propsOption", {
|
@@ -360,20 +366,20 @@ class gt extends a {
|
|
360
366
|
t(this, "filterId", `border-box-11-filterId-${c()}`);
|
361
367
|
}
|
362
368
|
}
|
363
|
-
let
|
369
|
+
let ft = { render: function(e) {
|
364
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", "")])])];
|
365
|
-
} },
|
366
|
-
component:
|
371
|
+
} }, _t = {
|
372
|
+
component: Et
|
367
373
|
};
|
368
374
|
var z, B;
|
369
|
-
let
|
375
|
+
let wt = class extends (B = _t.component, z = d, B) {
|
370
376
|
constructor() {
|
371
377
|
super(...arguments);
|
372
378
|
t(this, z, "639f3c2e");
|
373
|
-
t(this, "template",
|
379
|
+
t(this, "template", ft.render);
|
374
380
|
}
|
375
381
|
};
|
376
|
-
class
|
382
|
+
class ut extends a {
|
377
383
|
constructor() {
|
378
384
|
super(...arguments);
|
379
385
|
t(this, "propsOption", {
|
@@ -383,20 +389,20 @@ class wt extends a {
|
|
383
389
|
t(this, "filterId", `borderr-box-12-filterId-${c()}`);
|
384
390
|
}
|
385
391
|
}
|
386
|
-
let
|
392
|
+
let bt = { render: function(e) {
|
387
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", {}, [])])])];
|
388
|
-
} },
|
389
|
-
component:
|
394
|
+
} }, yt = {
|
395
|
+
component: ut
|
390
396
|
};
|
391
397
|
var G, X;
|
392
|
-
let
|
398
|
+
let Rt = class extends (X = yt.component, G = d, X) {
|
393
399
|
constructor() {
|
394
400
|
super(...arguments);
|
395
401
|
t(this, G, "9a8985f2");
|
396
|
-
t(this, "template",
|
402
|
+
t(this, "template", bt.render);
|
397
403
|
}
|
398
404
|
};
|
399
|
-
class
|
405
|
+
class vt extends a {
|
400
406
|
constructor() {
|
401
407
|
super(...arguments);
|
402
408
|
t(this, "propsOption", {
|
@@ -405,20 +411,20 @@ class Rt extends a {
|
|
405
411
|
});
|
406
412
|
}
|
407
413
|
}
|
408
|
-
let
|
414
|
+
let Ct = { render: function(e) {
|
409
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", "")])])];
|
410
|
-
} },
|
411
|
-
component:
|
416
|
+
} }, kt = {
|
417
|
+
component: vt
|
412
418
|
};
|
413
419
|
var U, j;
|
414
|
-
let
|
420
|
+
let St = class extends (j = kt.component, U = d, j) {
|
415
421
|
constructor() {
|
416
422
|
super(...arguments);
|
417
423
|
t(this, U, "9f1d0629");
|
418
|
-
t(this, "template",
|
424
|
+
t(this, "template", Ct.render);
|
419
425
|
}
|
420
426
|
};
|
421
|
-
class
|
427
|
+
class Lt extends a {
|
422
428
|
constructor() {
|
423
429
|
super(...arguments);
|
424
430
|
t(this, "propsOption", {
|
@@ -455,20 +461,20 @@ class St extends a {
|
|
455
461
|
this.model.svgScale = [this.model.width / o, this.model.height / i];
|
456
462
|
}
|
457
463
|
}
|
458
|
-
let
|
464
|
+
let xt = { render: function(e) {
|
459
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" }, [])])])])])];
|
460
|
-
} },
|
461
|
-
component:
|
466
|
+
} }, At = {
|
467
|
+
component: Lt
|
462
468
|
};
|
463
469
|
var Q, V;
|
464
|
-
let
|
470
|
+
let It = class extends (V = At.component, Q = d, V) {
|
465
471
|
constructor() {
|
466
472
|
super(...arguments);
|
467
473
|
t(this, Q, "5d2cdceb");
|
468
|
-
t(this, "template",
|
474
|
+
t(this, "template", xt.render);
|
469
475
|
}
|
470
476
|
};
|
471
|
-
class
|
477
|
+
class Pt extends a {
|
472
478
|
constructor() {
|
473
479
|
super(...arguments);
|
474
480
|
t(this, "propsOption", {
|
@@ -491,20 +497,20 @@ class It extends a {
|
|
491
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);
|
492
498
|
}
|
493
499
|
}
|
494
|
-
let
|
500
|
+
let Tt = { render: function(e) {
|
495
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" }, [])])])])];
|
496
|
-
} },
|
497
|
-
component:
|
502
|
+
} }, Nt = {
|
503
|
+
component: Pt
|
498
504
|
};
|
499
505
|
var q, Z;
|
500
|
-
let
|
506
|
+
let Ot = class extends (Z = Nt.component, q = d, Z) {
|
501
507
|
constructor() {
|
502
508
|
super(...arguments);
|
503
509
|
t(this, q, "2ceeebd3");
|
504
|
-
t(this, "template",
|
510
|
+
t(this, "template", Tt.render);
|
505
511
|
}
|
506
512
|
};
|
507
|
-
class
|
513
|
+
class $t extends a {
|
508
514
|
constructor() {
|
509
515
|
super(...arguments);
|
510
516
|
t(this, "propsOption", {
|
@@ -536,20 +542,20 @@ class Ot extends a {
|
|
536
542
|
this.model.svgScale = [this.model.width / o, this.model.height / i];
|
537
543
|
}
|
538
544
|
}
|
539
|
-
let
|
545
|
+
let Mt = { render: function(e) {
|
540
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" }, [])])])])])];
|
541
|
-
} },
|
542
|
-
component:
|
547
|
+
} }, Dt = {
|
548
|
+
component: $t
|
543
549
|
};
|
544
550
|
var Y, ee;
|
545
|
-
let
|
551
|
+
let Ft = class extends (ee = Dt.component, Y = d, ee) {
|
546
552
|
constructor() {
|
547
553
|
super(...arguments);
|
548
554
|
t(this, Y, "e4dd1f59");
|
549
|
-
t(this, "template",
|
555
|
+
t(this, "template", Mt.render);
|
550
556
|
}
|
551
557
|
};
|
552
|
-
class
|
558
|
+
class Jt extends a {
|
553
559
|
constructor() {
|
554
560
|
super(...arguments);
|
555
561
|
t(this, "propsOption", {
|
@@ -558,17 +564,17 @@ class Ft extends a {
|
|
558
564
|
});
|
559
565
|
}
|
560
566
|
}
|
561
|
-
let
|
567
|
+
let Kt = { render: function(e) {
|
562
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}`)" }, [])])])])];
|
563
|
-
} },
|
564
|
-
component:
|
569
|
+
} }, Wt = {
|
570
|
+
component: Jt
|
565
571
|
};
|
566
572
|
var te, oe;
|
567
|
-
let
|
573
|
+
let Ht = class extends (oe = Wt.component, te = d, oe) {
|
568
574
|
constructor() {
|
569
575
|
super(...arguments);
|
570
576
|
t(this, te, "820e3df4");
|
571
|
-
t(this, "template",
|
577
|
+
t(this, "template", Kt.render);
|
572
578
|
}
|
573
579
|
};
|
574
580
|
function b(e) {
|
@@ -585,7 +591,7 @@ function y(e, l) {
|
|
585
591
|
function w(e, l, o, i) {
|
586
592
|
return [e + Math.cos(i) * o, l + Math.sin(i) * o];
|
587
593
|
}
|
588
|
-
class
|
594
|
+
class zt extends a {
|
589
595
|
constructor() {
|
590
596
|
super(...arguments);
|
591
597
|
t(this, "propsOption", {
|
@@ -623,20 +629,20 @@ class Ht extends a {
|
|
623
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;
|
624
630
|
}
|
625
631
|
}
|
626
|
-
let
|
632
|
+
let Bt = { render: function(e) {
|
627
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" }, [])])])])];
|
628
|
-
} },
|
629
|
-
component:
|
634
|
+
} }, Gt = {
|
635
|
+
component: zt
|
630
636
|
};
|
631
637
|
var le, ie;
|
632
|
-
let
|
638
|
+
let Xt = class extends (ie = Gt.component, le = d, ie) {
|
633
639
|
constructor() {
|
634
640
|
super(...arguments);
|
635
|
-
t(this, le, "
|
636
|
-
t(this, "template",
|
641
|
+
t(this, le, "919d71b1");
|
642
|
+
t(this, "template", Bt.render);
|
637
643
|
}
|
638
644
|
};
|
639
|
-
class
|
645
|
+
class Ut extends a {
|
640
646
|
constructor() {
|
641
647
|
super(...arguments);
|
642
648
|
t(this, "propsOption", {
|
@@ -661,32 +667,35 @@ class Xt extends a {
|
|
661
667
|
});
|
662
668
|
}
|
663
669
|
calcPointsPosition() {
|
664
|
-
let { svgWH: o, rowNum: i, rowPoints: r } = this, [n, s] = o, g = n / (r + 1), m = s / (i + 1)
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
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
|
+
});
|
670
679
|
}
|
671
680
|
calcScale() {
|
672
681
|
let [o, i] = this.svgWH;
|
673
682
|
this.model.svgScale = [this.model.width / o, this.model.height / i];
|
674
683
|
}
|
675
684
|
}
|
676
|
-
let
|
685
|
+
let jt = { render: function(e) {
|
677
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" }, [])])])])])];
|
678
|
-
} },
|
679
|
-
component:
|
687
|
+
} }, Qt = {
|
688
|
+
component: Ut
|
680
689
|
};
|
681
690
|
var re, ne;
|
682
|
-
let
|
691
|
+
let Vt = class extends (ne = Qt.component, re = d, ne) {
|
683
692
|
constructor() {
|
684
693
|
super(...arguments);
|
685
|
-
t(this, re, "
|
686
|
-
t(this, "template",
|
694
|
+
t(this, re, "b2dd06a3");
|
695
|
+
t(this, "template", jt.render);
|
687
696
|
}
|
688
697
|
};
|
689
|
-
class
|
698
|
+
class qt extends a {
|
690
699
|
constructor() {
|
691
700
|
super(...arguments);
|
692
701
|
t(this, "propsOption", {
|
@@ -694,20 +703,20 @@ class Vt extends a {
|
|
694
703
|
});
|
695
704
|
}
|
696
705
|
}
|
697
|
-
let
|
706
|
+
let Zt = { render: function(e) {
|
698
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" }, [])])])];
|
699
|
-
} },
|
700
|
-
component:
|
708
|
+
} }, Yt = {
|
709
|
+
component: qt
|
701
710
|
};
|
702
711
|
var se, de;
|
703
|
-
let
|
712
|
+
let eo = class extends (de = Yt.component, se = d, de) {
|
704
713
|
constructor() {
|
705
714
|
super(...arguments);
|
706
715
|
t(this, se, "6a75cfee");
|
707
|
-
t(this, "template",
|
716
|
+
t(this, "template", Zt.render);
|
708
717
|
}
|
709
718
|
};
|
710
|
-
class
|
719
|
+
class to extends a {
|
711
720
|
constructor() {
|
712
721
|
super(...arguments);
|
713
722
|
t(this, "propsOption", {
|
@@ -718,20 +727,20 @@ class eo extends a {
|
|
718
727
|
return this.props.reverse ? this.model.width - o : o;
|
719
728
|
}
|
720
729
|
}
|
721
|
-
let
|
730
|
+
let oo = { render: function(e) {
|
722
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)" }, [])])])];
|
723
|
-
} },
|
724
|
-
component:
|
732
|
+
} }, lo = {
|
733
|
+
component: to
|
725
734
|
};
|
726
735
|
var ae, me;
|
727
|
-
let
|
736
|
+
let io = class extends (me = lo.component, ae = d, me) {
|
728
737
|
constructor() {
|
729
738
|
super(...arguments);
|
730
739
|
t(this, ae, "597abf05");
|
731
|
-
t(this, "template",
|
740
|
+
t(this, "template", oo.render);
|
732
741
|
}
|
733
742
|
};
|
734
|
-
class
|
743
|
+
class ro extends a {
|
735
744
|
constructor() {
|
736
745
|
super(...arguments);
|
737
746
|
t(this, "model", {
|
@@ -754,20 +763,20 @@ class io extends a {
|
|
754
763
|
this.model.svgScale = [this.model.width / o, this.model.height / i];
|
755
764
|
}
|
756
765
|
}
|
757
|
-
let
|
766
|
+
let no = { render: function(e) {
|
758
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", "")])];
|
759
|
-
} },
|
760
|
-
component:
|
768
|
+
} }, so = {
|
769
|
+
component: ro
|
761
770
|
};
|
762
771
|
var pe, ce;
|
763
|
-
let
|
772
|
+
let ao = class extends (ce = so.component, pe = d, ce) {
|
764
773
|
constructor() {
|
765
774
|
super(...arguments);
|
766
775
|
t(this, pe, "ed9a8703");
|
767
|
-
t(this, "template",
|
776
|
+
t(this, "template", no.render);
|
768
777
|
}
|
769
778
|
};
|
770
|
-
class
|
779
|
+
class mo extends a {
|
771
780
|
constructor() {
|
772
781
|
super(...arguments);
|
773
782
|
t(this, "animationId1", `d10ani1${c()}`);
|
@@ -782,20 +791,20 @@ class ao extends a {
|
|
782
791
|
});
|
783
792
|
}
|
784
793
|
}
|
785
|
-
let
|
794
|
+
let po = { render: function(e) {
|
786
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" }, [])])])])];
|
787
|
-
} },
|
788
|
-
component:
|
796
|
+
} }, co = {
|
797
|
+
component: mo
|
789
798
|
};
|
790
799
|
var he, ge;
|
791
|
-
let
|
800
|
+
let ho = class extends (ge = co.component, he = d, ge) {
|
792
801
|
constructor() {
|
793
802
|
super(...arguments);
|
794
803
|
t(this, he, "72693e04");
|
795
|
-
t(this, "template",
|
804
|
+
t(this, "template", po.render);
|
796
805
|
}
|
797
806
|
};
|
798
|
-
class
|
807
|
+
class go extends a {
|
799
808
|
constructor() {
|
800
809
|
super(...arguments);
|
801
810
|
t(this, "propsOption", {
|
@@ -803,20 +812,20 @@ class ho extends a {
|
|
803
812
|
});
|
804
813
|
}
|
805
814
|
}
|
806
|
-
let
|
815
|
+
let Eo = { render: function(e) {
|
807
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", "")])])];
|
808
|
-
} },
|
809
|
-
component:
|
817
|
+
} }, fo = {
|
818
|
+
component: go
|
810
819
|
};
|
811
820
|
var Ee, fe;
|
812
|
-
let
|
821
|
+
let _o = class extends (fe = fo.component, Ee = d, fe) {
|
813
822
|
constructor() {
|
814
823
|
super(...arguments);
|
815
824
|
t(this, Ee, "be570701");
|
816
|
-
t(this, "template",
|
825
|
+
t(this, "template", Eo.render);
|
817
826
|
}
|
818
827
|
};
|
819
|
-
class
|
828
|
+
class wo extends a {
|
820
829
|
constructor() {
|
821
830
|
super(...arguments);
|
822
831
|
t(this, "gId", `decoration-12-g-${c()}`);
|
@@ -879,48 +888,48 @@ class _o extends a {
|
|
879
888
|
});
|
880
889
|
}
|
881
890
|
}
|
882
|
-
let
|
891
|
+
let uo = { render: function(e) {
|
883
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", "")])])];
|
884
|
-
} },
|
885
|
-
component:
|
893
|
+
} }, bo = {
|
894
|
+
component: wo
|
886
895
|
};
|
887
896
|
var _e, we;
|
888
|
-
let
|
897
|
+
let yo = class extends (we = bo.component, _e = d, we) {
|
889
898
|
constructor() {
|
890
899
|
super(...arguments);
|
891
900
|
t(this, _e, "b78c6be8");
|
892
|
-
t(this, "template",
|
901
|
+
t(this, "template", uo.render);
|
893
902
|
}
|
894
903
|
}, R = {
|
895
|
-
BorderBox1:
|
896
|
-
BorderBox2:
|
897
|
-
BorderBox3:
|
898
|
-
BorderBox4:
|
899
|
-
BorderBox5:
|
900
|
-
BorderBox6:
|
901
|
-
BorderBox7:
|
902
|
-
BorderBox8:
|
903
|
-
BorderBox9:
|
904
|
-
BorderBox10:
|
905
|
-
BorderBox11:
|
906
|
-
BorderBox12:
|
907
|
-
BorderBox13:
|
908
|
-
Decoration1:
|
909
|
-
Decoration2:
|
910
|
-
Decoration3:
|
911
|
-
Decoration4:
|
912
|
-
Decoration5:
|
913
|
-
Decoration6:
|
914
|
-
Decoration7:
|
915
|
-
Decoration8:
|
916
|
-
Decoration9:
|
917
|
-
Decoration10:
|
918
|
-
Decoration11:
|
919
|
-
Decoration12:
|
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
|
920
929
|
};
|
921
930
|
for (let e in R) {
|
922
|
-
let l = `dv-${
|
923
|
-
|
931
|
+
let l = `dv-${ke(e)}`;
|
932
|
+
Ce({
|
924
933
|
[l]: R[e]
|
925
934
|
});
|
926
935
|
}
|