@orchidui/dashboard 1.23.1-9 → 1.25.0
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/Dashboard/Card/OcCard.js +1 -1
- package/dist/Dashboard/TextEditor/QuillEditor.js +1 -1
- package/dist/{OcCard-D3be6IMj.js → OcCard-D574SeK2.js} +10 -10
- package/dist/{OcCodeBlock-B_LpoG2V.js → OcCodeBlock-CMo9zvOn.js} +1 -1
- package/dist/{OcLottieAnimation-BjY3rCjS.js → OcLottieAnimation-Ct46GGkM.js} +91 -91
- package/dist/{QuillEditor-DwCbpq2d.js → QuillEditor-DivN3eFB.js} +58 -58
- package/dist/index.js +31 -31
- package/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ref, watch, onMounted, createElementBlock, openBlock, normalizeStyle } from "vue";
|
|
2
|
-
import { g as getDefaultExportFromCjs } from "./QuillEditor-
|
|
2
|
+
import { g as getDefaultExportFromCjs } from "./QuillEditor-DivN3eFB.js";
|
|
3
3
|
var lottie$2 = { exports: {} }, lottie$1 = lottie$2.exports, hasRequiredLottie;
|
|
4
4
|
function requireLottie() {
|
|
5
|
-
return hasRequiredLottie || (hasRequiredLottie = 1, function(module, exports) {
|
|
6
|
-
typeof document < "u" && typeof navigator < "u" && function(t, e) {
|
|
5
|
+
return hasRequiredLottie || (hasRequiredLottie = 1, (function(module, exports) {
|
|
6
|
+
typeof document < "u" && typeof navigator < "u" && (function(t, e) {
|
|
7
7
|
module.exports = e();
|
|
8
|
-
}(lottie$1, function() {
|
|
8
|
+
})(lottie$1, (function() {
|
|
9
9
|
var svgNS = "http://www.w3.org/2000/svg", locationHref = "", _useWebWorker = !1, initialDefaultFrame = -999999, setWebWorker = function(e) {
|
|
10
10
|
_useWebWorker = !!e;
|
|
11
11
|
}, getWebWorker = function() {
|
|
@@ -34,7 +34,7 @@ function requireLottie() {
|
|
|
34
34
|
}
|
|
35
35
|
return e.prototype = t, e;
|
|
36
36
|
}
|
|
37
|
-
var audioControllerFactory = function() {
|
|
37
|
+
var audioControllerFactory = (function() {
|
|
38
38
|
function t(e) {
|
|
39
39
|
this.audios = [], this.audioFactory = e, this._volume = 1, this._isMuted = !1;
|
|
40
40
|
}
|
|
@@ -99,7 +99,7 @@ function requireLottie() {
|
|
|
99
99
|
}, function() {
|
|
100
100
|
return new t();
|
|
101
101
|
};
|
|
102
|
-
}(), createTypedArray = /* @__PURE__ */ function() {
|
|
102
|
+
})(), createTypedArray = /* @__PURE__ */ (function() {
|
|
103
103
|
function t(r, i) {
|
|
104
104
|
var s = 0, a = [], n;
|
|
105
105
|
switch (r) {
|
|
@@ -119,7 +119,7 @@ function requireLottie() {
|
|
|
119
119
|
return r === "float32" ? new Float32Array(i) : r === "int16" ? new Int16Array(i) : r === "uint8c" ? new Uint8ClampedArray(i) : t(r, i);
|
|
120
120
|
}
|
|
121
121
|
return typeof Uint8ClampedArray == "function" && typeof Float32Array == "function" ? e : t;
|
|
122
|
-
}();
|
|
122
|
+
})();
|
|
123
123
|
function createSizedArray(t) {
|
|
124
124
|
return Array.apply(null, {
|
|
125
125
|
length: t
|
|
@@ -173,12 +173,12 @@ function requireLottie() {
|
|
|
173
173
|
function BMConfigErrorEvent(t) {
|
|
174
174
|
this.type = "configError", this.nativeError = t;
|
|
175
175
|
}
|
|
176
|
-
var createElementID = /* @__PURE__ */ function() {
|
|
176
|
+
var createElementID = /* @__PURE__ */ (function() {
|
|
177
177
|
var t = 0;
|
|
178
178
|
return function() {
|
|
179
179
|
return t += 1, idPrefix$1 + "__lottie_element_" + t;
|
|
180
180
|
};
|
|
181
|
-
}();
|
|
181
|
+
})();
|
|
182
182
|
function HSVtoRGB(t, e, r) {
|
|
183
183
|
var i, s, a, n, h, o, f, v;
|
|
184
184
|
switch (n = Math.floor(t * 6), h = t * 6 - n, o = r * (1 - e), f = r * (1 - h * e), v = r * (1 - (1 - h) * e), n % 6) {
|
|
@@ -233,14 +233,14 @@ function requireLottie() {
|
|
|
233
233
|
var r = RGBtoHSV(t[0] * 255, t[1] * 255, t[2] * 255);
|
|
234
234
|
return r[0] += e / 360, r[0] > 1 ? r[0] -= 1 : r[0] < 0 && (r[0] += 1), HSVtoRGB(r[0], r[1], r[2]);
|
|
235
235
|
}
|
|
236
|
-
var rgbToHex = function() {
|
|
236
|
+
var rgbToHex = (function() {
|
|
237
237
|
var t = [], e, r;
|
|
238
238
|
for (e = 0; e < 256; e += 1)
|
|
239
239
|
r = e.toString(16), t[e] = r.length === 1 ? "0" + r : r;
|
|
240
240
|
return function(i, s, a) {
|
|
241
241
|
return i < 0 && (i = 0), s < 0 && (s = 0), a < 0 && (a = 0), "#" + t[i] + t[s] + t[a];
|
|
242
242
|
};
|
|
243
|
-
}(), setSubframeEnabled = function(e) {
|
|
243
|
+
})(), setSubframeEnabled = function(e) {
|
|
244
244
|
subframeEnabled = !!e;
|
|
245
245
|
}, getSubframeEnabled = function() {
|
|
246
246
|
return subframeEnabled;
|
|
@@ -270,7 +270,7 @@ function requireLottie() {
|
|
|
270
270
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
271
271
|
}, _typeof$5(t);
|
|
272
272
|
}
|
|
273
|
-
var dataManager = /* @__PURE__ */ function() {
|
|
273
|
+
var dataManager = /* @__PURE__ */ (function() {
|
|
274
274
|
var t = 1, e = [], r, i, s = {
|
|
275
275
|
onmessage: function() {
|
|
276
276
|
},
|
|
@@ -353,7 +353,7 @@ function requireLottie() {
|
|
|
353
353
|
var A = x ? x.split(".") : [100, 100, 100];
|
|
354
354
|
return I[0] > A[0] ? !0 : A[0] > I[0] ? !1 : I[1] > A[1] ? !0 : A[1] > I[1] ? !1 : I[2] > A[2] ? !0 : A[2] > I[2] ? !1 : null;
|
|
355
355
|
}
|
|
356
|
-
var T = /* @__PURE__ */ function() {
|
|
356
|
+
var T = /* @__PURE__ */ (function() {
|
|
357
357
|
var I = [4, 4, 14];
|
|
358
358
|
function x(g) {
|
|
359
359
|
var P = g.t.d;
|
|
@@ -376,7 +376,7 @@ function requireLottie() {
|
|
|
376
376
|
g.assets[P].layers && A(g.assets[P].layers);
|
|
377
377
|
}
|
|
378
378
|
};
|
|
379
|
-
}(), M = /* @__PURE__ */ function() {
|
|
379
|
+
})(), M = /* @__PURE__ */ (function() {
|
|
380
380
|
var I = [4, 7, 99];
|
|
381
381
|
return function(x) {
|
|
382
382
|
if (x.chars && !_(I, x.v)) {
|
|
@@ -440,7 +440,7 @@ function requireLottie() {
|
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
};
|
|
443
|
-
}(), w = /* @__PURE__ */ function() {
|
|
443
|
+
})(), w = /* @__PURE__ */ (function() {
|
|
444
444
|
var I = [5, 7, 15];
|
|
445
445
|
function x(g) {
|
|
446
446
|
var P = g.t.p;
|
|
@@ -467,7 +467,7 @@ function requireLottie() {
|
|
|
467
467
|
g.assets[P].layers && A(g.assets[P].layers);
|
|
468
468
|
}
|
|
469
469
|
};
|
|
470
|
-
}(), G = /* @__PURE__ */ function() {
|
|
470
|
+
})(), G = /* @__PURE__ */ (function() {
|
|
471
471
|
var I = [4, 1, 9];
|
|
472
472
|
function x(g) {
|
|
473
473
|
var P, k = g.length, F, R;
|
|
@@ -493,7 +493,7 @@ function requireLottie() {
|
|
|
493
493
|
g.assets[P].layers && A(g.assets[P].layers);
|
|
494
494
|
}
|
|
495
495
|
};
|
|
496
|
-
}(), L = /* @__PURE__ */ function() {
|
|
496
|
+
})(), L = /* @__PURE__ */ (function() {
|
|
497
497
|
var I = [4, 4, 18];
|
|
498
498
|
function x(g) {
|
|
499
499
|
var P, k = g.length, F, R;
|
|
@@ -528,7 +528,7 @@ function requireLottie() {
|
|
|
528
528
|
g.assets[P].layers && A(g.assets[P].layers);
|
|
529
529
|
}
|
|
530
530
|
};
|
|
531
|
-
}();
|
|
531
|
+
})();
|
|
532
532
|
function V(I) {
|
|
533
533
|
I.__complete || (G(I), T(I), M(I), w(I), L(I), C(I.layers, I.assets), c(I.chars, I.assets), I.__complete = !0);
|
|
534
534
|
}
|
|
@@ -538,7 +538,7 @@ function requireLottie() {
|
|
|
538
538
|
var B = {};
|
|
539
539
|
return B.completeData = V, B.checkColors = G, B.checkChars = M, B.checkPathProperties = w, B.checkShapes = L, B.completeLayers = C, B;
|
|
540
540
|
}
|
|
541
|
-
if (a.dataManager || (a.dataManager = y()), a.assetLoader || (a.assetLoader = /* @__PURE__ */ function() {
|
|
541
|
+
if (a.dataManager || (a.dataManager = y()), a.assetLoader || (a.assetLoader = /* @__PURE__ */ (function() {
|
|
542
542
|
function C(u) {
|
|
543
543
|
var l = u.getResponseHeader("content-type");
|
|
544
544
|
return l && u.responseType === "json" && l.indexOf("json") !== -1 || u.response && _typeof$5(u.response) === "object" ? u.response : u.response && typeof u.response == "string" ? JSON.parse(u.response) : u.responseText ? JSON.parse(u.responseText) : null;
|
|
@@ -570,7 +570,7 @@ function requireLottie() {
|
|
|
570
570
|
return {
|
|
571
571
|
load: c
|
|
572
572
|
};
|
|
573
|
-
}()), b.data.type === "loadAnimation")
|
|
573
|
+
})()), b.data.type === "loadAnimation")
|
|
574
574
|
a.assetLoader.load(b.data.path, b.data.fullPath, function(C) {
|
|
575
575
|
a.dataManager.completeData(C), a.postMessage({
|
|
576
576
|
id: b.data.id,
|
|
@@ -649,13 +649,13 @@ function requireLottie() {
|
|
|
649
649
|
loadData: v,
|
|
650
650
|
completeAnimation: S
|
|
651
651
|
};
|
|
652
|
-
}(), ImagePreloader = function() {
|
|
653
|
-
var t = function() {
|
|
652
|
+
})(), ImagePreloader = (function() {
|
|
653
|
+
var t = (function() {
|
|
654
654
|
var c = createTag("canvas");
|
|
655
655
|
c.width = 1, c.height = 1;
|
|
656
656
|
var u = c.getContext("2d");
|
|
657
657
|
return u.fillStyle = "rgba(0,0,0,0)", u.fillRect(0, 0, 1, 1), c;
|
|
658
|
-
}();
|
|
658
|
+
})();
|
|
659
659
|
function e() {
|
|
660
660
|
this.loadedAssets += 1, this.loadedAssets === this.totalImages && this.loadedFootagesCount === this.totalFootages && this.imagesLoadedCb && this.imagesLoadedCb(null);
|
|
661
661
|
}
|
|
@@ -760,7 +760,7 @@ function requireLottie() {
|
|
|
760
760
|
footageLoaded: r,
|
|
761
761
|
setCacheType: m
|
|
762
762
|
}, C;
|
|
763
|
-
}();
|
|
763
|
+
})();
|
|
764
764
|
function BaseEvent() {
|
|
765
765
|
}
|
|
766
766
|
BaseEvent.prototype = {
|
|
@@ -784,7 +784,7 @@ function requireLottie() {
|
|
|
784
784
|
}
|
|
785
785
|
}
|
|
786
786
|
};
|
|
787
|
-
var markerParser = /* @__PURE__ */ function() {
|
|
787
|
+
var markerParser = /* @__PURE__ */ (function() {
|
|
788
788
|
function t(e) {
|
|
789
789
|
for (var r = e.split(`\r
|
|
790
790
|
`), i = {}, s, a = 0, n = 0; n < r.length; n += 1)
|
|
@@ -814,7 +814,7 @@ function requireLottie() {
|
|
|
814
814
|
}
|
|
815
815
|
return r;
|
|
816
816
|
};
|
|
817
|
-
}(), ProjectInterface = /* @__PURE__ */ function() {
|
|
817
|
+
})(), ProjectInterface = /* @__PURE__ */ (function() {
|
|
818
818
|
function t(e) {
|
|
819
819
|
this.compositions.push(e);
|
|
820
820
|
}
|
|
@@ -829,7 +829,7 @@ function requireLottie() {
|
|
|
829
829
|
}
|
|
830
830
|
return e.compositions = [], e.currentFrame = 0, e.registerComposition = t, e;
|
|
831
831
|
};
|
|
832
|
-
}(), renderers = {}, registerRenderer = function(e, r) {
|
|
832
|
+
})(), renderers = {}, registerRenderer = function(e, r) {
|
|
833
833
|
renderers[e] = r;
|
|
834
834
|
};
|
|
835
835
|
function getRenderer(t) {
|
|
@@ -1083,7 +1083,7 @@ function requireLottie() {
|
|
|
1083
1083
|
var e = new BMConfigErrorEvent(t, this.currentFrame);
|
|
1084
1084
|
this.triggerEvent("error", e), this.onError && this.onError.call(this, e);
|
|
1085
1085
|
};
|
|
1086
|
-
var animationManager = function() {
|
|
1086
|
+
var animationManager = (function() {
|
|
1087
1087
|
var t = {}, e = [], r = 0, i = 0, s = 0, a = !0, n = !1;
|
|
1088
1088
|
function h(x) {
|
|
1089
1089
|
for (var A = 0, g = x.target; A < i; )
|
|
@@ -1213,7 +1213,7 @@ function requireLottie() {
|
|
|
1213
1213
|
e[A].animation.unmute(x);
|
|
1214
1214
|
}
|
|
1215
1215
|
return t.registerAnimation = o, t.loadAnimation = b, t.setSpeed = y, t.setDirection = m, t.play = C, t.pause = l, t.stop = E, t.togglePause = _, t.searchAnimations = M, t.resize = w, t.goToAndStop = d, t.destroy = T, t.freeze = L, t.unfreeze = V, t.setVolume = D, t.mute = B, t.unmute = I, t.getRegisteredAnimations = f, t;
|
|
1216
|
-
}(), BezierFactory = function() {
|
|
1216
|
+
})(), BezierFactory = (function() {
|
|
1217
1217
|
var t = {};
|
|
1218
1218
|
t.getBezierEasing = r;
|
|
1219
1219
|
var e = {};
|
|
@@ -1284,14 +1284,14 @@ function requireLottie() {
|
|
|
1284
1284
|
return V >= s ? C(l, L, d, E) : V === 0 ? L : m(l, T, T + o, d, E);
|
|
1285
1285
|
}
|
|
1286
1286
|
}, t;
|
|
1287
|
-
}(), pooling = /* @__PURE__ */ function() {
|
|
1287
|
+
})(), pooling = /* @__PURE__ */ (function() {
|
|
1288
1288
|
function t(e) {
|
|
1289
1289
|
return e.concat(createSizedArray(e.length));
|
|
1290
1290
|
}
|
|
1291
1291
|
return {
|
|
1292
1292
|
double: t
|
|
1293
1293
|
};
|
|
1294
|
-
}(), poolFactory = /* @__PURE__ */ function() {
|
|
1294
|
+
})(), poolFactory = /* @__PURE__ */ (function() {
|
|
1295
1295
|
return function(t, e, r) {
|
|
1296
1296
|
var i = 0, s = t, a = createSizedArray(s), n = {
|
|
1297
1297
|
newElement: h,
|
|
@@ -1306,7 +1306,7 @@ function requireLottie() {
|
|
|
1306
1306
|
}
|
|
1307
1307
|
return n;
|
|
1308
1308
|
};
|
|
1309
|
-
}(), bezierLengthPool = function() {
|
|
1309
|
+
})(), bezierLengthPool = (function() {
|
|
1310
1310
|
function t() {
|
|
1311
1311
|
return {
|
|
1312
1312
|
addedLength: 0,
|
|
@@ -1315,7 +1315,7 @@ function requireLottie() {
|
|
|
1315
1315
|
};
|
|
1316
1316
|
}
|
|
1317
1317
|
return poolFactory(8, t);
|
|
1318
|
-
}(), segmentsLengthPool = function() {
|
|
1318
|
+
})(), segmentsLengthPool = (function() {
|
|
1319
1319
|
function t() {
|
|
1320
1320
|
return {
|
|
1321
1321
|
lengths: [],
|
|
@@ -1329,7 +1329,7 @@ function requireLottie() {
|
|
|
1329
1329
|
r.lengths.length = 0;
|
|
1330
1330
|
}
|
|
1331
1331
|
return poolFactory(8, t, e);
|
|
1332
|
-
}();
|
|
1332
|
+
})();
|
|
1333
1333
|
function bezFunction() {
|
|
1334
1334
|
var t = Math;
|
|
1335
1335
|
function e(p, b, y, m, C, c) {
|
|
@@ -1342,7 +1342,7 @@ function requireLottie() {
|
|
|
1342
1342
|
var E = t.sqrt(t.pow(m - p, 2) + t.pow(C - b, 2) + t.pow(c - y, 2)), _ = t.sqrt(t.pow(u - p, 2) + t.pow(l - b, 2) + t.pow(d - y, 2)), T = t.sqrt(t.pow(u - m, 2) + t.pow(l - C, 2) + t.pow(d - c, 2)), M;
|
|
1343
1343
|
return E > _ ? E > T ? M = E - _ - T : M = T - _ - E : T > _ ? M = T - _ - E : M = _ - E - T, M > -1e-4 && M < 1e-4;
|
|
1344
1344
|
}
|
|
1345
|
-
var i = /* @__PURE__ */ function() {
|
|
1345
|
+
var i = /* @__PURE__ */ (function() {
|
|
1346
1346
|
return function(p, b, y, m) {
|
|
1347
1347
|
var C = getDefaultCurveSegments(), c, u, l, d, E, _ = 0, T, M = [], w = [], G = bezierLengthPool.newElement();
|
|
1348
1348
|
for (l = y.length, c = 0; c < C; c += 1) {
|
|
@@ -1352,7 +1352,7 @@ function requireLottie() {
|
|
|
1352
1352
|
}
|
|
1353
1353
|
return G.addedLength = _, G;
|
|
1354
1354
|
};
|
|
1355
|
-
}();
|
|
1355
|
+
})();
|
|
1356
1356
|
function s(p) {
|
|
1357
1357
|
var b = segmentsLengthPool.newElement(), y = p.c, m = p.v, C = p.o, c = p.i, u, l = p._length, d = b.lengths, E = 0;
|
|
1358
1358
|
for (u = 0; u < l - 1; u += 1)
|
|
@@ -1365,7 +1365,7 @@ function requireLottie() {
|
|
|
1365
1365
|
function n(p, b) {
|
|
1366
1366
|
this.partialLength = p, this.point = b;
|
|
1367
1367
|
}
|
|
1368
|
-
var h = /* @__PURE__ */ function() {
|
|
1368
|
+
var h = /* @__PURE__ */ (function() {
|
|
1369
1369
|
var p = {};
|
|
1370
1370
|
return function(b, y, m, C) {
|
|
1371
1371
|
var c = (b[0] + "_" + b[1] + "_" + y[0] + "_" + y[1] + "_" + m[0] + "_" + m[1] + "_" + C[0] + "_" + C[1]).replace(/\./g, "p");
|
|
@@ -1382,7 +1382,7 @@ function requireLottie() {
|
|
|
1382
1382
|
}
|
|
1383
1383
|
return p[c];
|
|
1384
1384
|
};
|
|
1385
|
-
}();
|
|
1385
|
+
})();
|
|
1386
1386
|
function o(p, b) {
|
|
1387
1387
|
var y = b.percents, m = b.lengths, C = y.length, c = bmFloor((C - 1) * p), u = p * b.addedLength, l = 0;
|
|
1388
1388
|
if (c === C - 1 || c === 0 || u === m[c])
|
|
@@ -1554,7 +1554,7 @@ function requireLottie() {
|
|
|
1554
1554
|
value: createTypedArray("float32", v)
|
|
1555
1555
|
}, this.addEffect = addEffect;
|
|
1556
1556
|
}
|
|
1557
|
-
var PropertyFactory = /* @__PURE__ */ function() {
|
|
1557
|
+
var PropertyFactory = /* @__PURE__ */ (function() {
|
|
1558
1558
|
function t(r, i, s, a, n) {
|
|
1559
1559
|
i.sid && (i = r.globalData.slotManager.getProp(i));
|
|
1560
1560
|
var h;
|
|
@@ -1577,7 +1577,7 @@ function requireLottie() {
|
|
|
1577
1577
|
getProp: t
|
|
1578
1578
|
};
|
|
1579
1579
|
return e;
|
|
1580
|
-
}();
|
|
1580
|
+
})();
|
|
1581
1581
|
function DynamicPropertyContainer() {
|
|
1582
1582
|
}
|
|
1583
1583
|
DynamicPropertyContainer.prototype = {
|
|
@@ -1594,12 +1594,12 @@ function requireLottie() {
|
|
|
1594
1594
|
this.container = e, this.dynamicProperties = [], this._mdf = !1, this._isAnimated = !1;
|
|
1595
1595
|
}
|
|
1596
1596
|
};
|
|
1597
|
-
var pointPool = function() {
|
|
1597
|
+
var pointPool = (function() {
|
|
1598
1598
|
function t() {
|
|
1599
1599
|
return createTypedArray("float32", 2);
|
|
1600
1600
|
}
|
|
1601
1601
|
return poolFactory(8, t);
|
|
1602
|
-
}();
|
|
1602
|
+
})();
|
|
1603
1603
|
function ShapePath() {
|
|
1604
1604
|
this.c = !1, this._length = 0, this._maxLength = 8, this.v = createSizedArray(this._maxLength), this.o = createSizedArray(this._maxLength), this.i = createSizedArray(this._maxLength);
|
|
1605
1605
|
}
|
|
@@ -1644,7 +1644,7 @@ function requireLottie() {
|
|
|
1644
1644
|
}, ShapePath.prototype.length = function() {
|
|
1645
1645
|
return this._length;
|
|
1646
1646
|
};
|
|
1647
|
-
var shapePool = function() {
|
|
1647
|
+
var shapePool = (function() {
|
|
1648
1648
|
function t() {
|
|
1649
1649
|
return new ShapePath();
|
|
1650
1650
|
}
|
|
@@ -1662,7 +1662,7 @@ function requireLottie() {
|
|
|
1662
1662
|
}
|
|
1663
1663
|
var i = poolFactory(4, t, e);
|
|
1664
1664
|
return i.clone = r, i;
|
|
1665
|
-
}();
|
|
1665
|
+
})();
|
|
1666
1666
|
function ShapeCollection() {
|
|
1667
1667
|
this._length = 0, this._maxLength = 4, this.shapes = createSizedArray(this._maxLength);
|
|
1668
1668
|
}
|
|
@@ -1674,7 +1674,7 @@ function requireLottie() {
|
|
|
1674
1674
|
shapePool.release(this.shapes[t]);
|
|
1675
1675
|
this._length = 0;
|
|
1676
1676
|
};
|
|
1677
|
-
var shapeCollectionPool = function() {
|
|
1677
|
+
var shapeCollectionPool = (function() {
|
|
1678
1678
|
var t = {
|
|
1679
1679
|
newShapeCollection: s,
|
|
1680
1680
|
release: a
|
|
@@ -1690,7 +1690,7 @@ function requireLottie() {
|
|
|
1690
1690
|
n._length = 0, e === r && (i = pooling.double(i), r *= 2), i[e] = n, e += 1;
|
|
1691
1691
|
}
|
|
1692
1692
|
return t;
|
|
1693
|
-
}(), ShapePropertyFactory = function() {
|
|
1693
|
+
})(), ShapePropertyFactory = (function() {
|
|
1694
1694
|
var t = -999999;
|
|
1695
1695
|
function e(c, u, l) {
|
|
1696
1696
|
var d = l.lastIndex, E, _, T, M, w, G, L, V, D, B = this.keyframes;
|
|
@@ -1774,7 +1774,7 @@ function requireLottie() {
|
|
|
1774
1774
|
}, this.effectsSequence = [r.bind(this)];
|
|
1775
1775
|
}
|
|
1776
1776
|
f.prototype.getValue = n, f.prototype.interpolateShape = e, f.prototype.setVValue = a, f.prototype.addEffect = o;
|
|
1777
|
-
var v = function() {
|
|
1777
|
+
var v = (function() {
|
|
1778
1778
|
var c = roundCorner;
|
|
1779
1779
|
function u(l, d) {
|
|
1780
1780
|
this.v = shapePool.newElement(), this.v.setPathData(!0, 4), this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.paths = this.localShapeCollection, this.localShapeCollection.addShape(this.v), this.d = d.d, this.elem = l, this.comp = l.comp, this.frameId = -1, this.initDynamicPropertyContainer(l), this.p = PropertyFactory.getProp(l, d.p, 1, 0, this), this.s = PropertyFactory.getProp(l, d.s, 1, 0, this), this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertEllToPath());
|
|
@@ -1789,7 +1789,7 @@ function requireLottie() {
|
|
|
1789
1789
|
w.v[0][0] = d, w.v[0][1] = E - T, w.v[1][0] = M ? d + _ : d - _, w.v[1][1] = E, w.v[2][0] = d, w.v[2][1] = E + T, w.v[3][0] = M ? d - _ : d + _, w.v[3][1] = E, w.i[0][0] = M ? d - _ * c : d + _ * c, w.i[0][1] = E - T, w.i[1][0] = M ? d + _ : d - _, w.i[1][1] = E - T * c, w.i[2][0] = M ? d + _ * c : d - _ * c, w.i[2][1] = E + T, w.i[3][0] = M ? d - _ : d + _, w.i[3][1] = E + T * c, w.o[0][0] = M ? d + _ * c : d - _ * c, w.o[0][1] = E - T, w.o[1][0] = M ? d + _ : d - _, w.o[1][1] = E + T * c, w.o[2][0] = M ? d - _ * c : d + _ * c, w.o[2][1] = E + T, w.o[3][0] = M ? d - _ : d + _, w.o[3][1] = E - T * c;
|
|
1790
1790
|
}
|
|
1791
1791
|
}, extendPrototype([DynamicPropertyContainer], u), u;
|
|
1792
|
-
}(), S = function() {
|
|
1792
|
+
})(), S = (function() {
|
|
1793
1793
|
function c(u, l) {
|
|
1794
1794
|
this.v = shapePool.newElement(), this.v.setPathData(!0, 0), this.elem = u, this.comp = u.comp, this.data = l, this.frameId = -1, this.d = l.d, this.initDynamicPropertyContainer(u), l.sy === 1 ? (this.ir = PropertyFactory.getProp(u, l.ir, 0, 0, this), this.is = PropertyFactory.getProp(u, l.is, 0, 0.01, this), this.convertToPath = this.convertStarToPath) : this.convertToPath = this.convertPolygonToPath, this.pt = PropertyFactory.getProp(u, l.pt, 0, 0, this), this.p = PropertyFactory.getProp(u, l.p, 1, 0, this), this.r = PropertyFactory.getProp(u, l.r, 0, degToRads, this), this.or = PropertyFactory.getProp(u, l.or, 0, 0, this), this.os = PropertyFactory.getProp(u, l.os, 0, 0.01, this), this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.localShapeCollection.addShape(this.v), this.paths = this.localShapeCollection, this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertToPath());
|
|
1795
1795
|
}
|
|
@@ -1817,7 +1817,7 @@ function requireLottie() {
|
|
|
1817
1817
|
this.paths.length = 0, this.paths[0] = this.v;
|
|
1818
1818
|
}
|
|
1819
1819
|
}, extendPrototype([DynamicPropertyContainer], c), c;
|
|
1820
|
-
}(), p = function() {
|
|
1820
|
+
})(), p = (function() {
|
|
1821
1821
|
function c(u, l) {
|
|
1822
1822
|
this.v = shapePool.newElement(), this.v.c = !0, this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.localShapeCollection.addShape(this.v), this.paths = this.localShapeCollection, this.elem = u, this.comp = u.comp, this.frameId = -1, this.d = l.d, this.initDynamicPropertyContainer(u), this.p = PropertyFactory.getProp(u, l.p, 1, 0, this), this.s = PropertyFactory.getProp(u, l.s, 1, 0, this), this.r = PropertyFactory.getProp(u, l.r, 0, 0, this), this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertRectToPath());
|
|
1823
1823
|
}
|
|
@@ -1831,7 +1831,7 @@ function requireLottie() {
|
|
|
1831
1831
|
},
|
|
1832
1832
|
reset: i
|
|
1833
1833
|
}, extendPrototype([DynamicPropertyContainer], c), c;
|
|
1834
|
-
}();
|
|
1834
|
+
})();
|
|
1835
1835
|
function b(c, u, l) {
|
|
1836
1836
|
var d;
|
|
1837
1837
|
if (l === 3 || l === 4) {
|
|
@@ -1848,7 +1848,7 @@ function requireLottie() {
|
|
|
1848
1848
|
}
|
|
1849
1849
|
var C = {};
|
|
1850
1850
|
return C.getShapeProp = b, C.getConstructorFunction = y, C.getKeyframedConstructorFunction = m, C;
|
|
1851
|
-
}();
|
|
1851
|
+
})();
|
|
1852
1852
|
/*!
|
|
1853
1853
|
Transformation Matrix v2.0
|
|
1854
1854
|
(c) Epistemex 2014-2015
|
|
@@ -1857,7 +1857,7 @@ function requireLottie() {
|
|
|
1857
1857
|
Contributions by leeoniya.
|
|
1858
1858
|
License: MIT, header required.
|
|
1859
1859
|
*/
|
|
1860
|
-
var Matrix = /* @__PURE__ */ function() {
|
|
1860
|
+
var Matrix = /* @__PURE__ */ (function() {
|
|
1861
1861
|
var t = Math.cos, e = Math.sin, r = Math.tan, i = Math.round;
|
|
1862
1862
|
function s() {
|
|
1863
1863
|
return this.props[0] = 1, this.props[1] = 0, this.props[2] = 0, this.props[3] = 0, this.props[4] = 0, this.props[5] = 1, this.props[6] = 0, this.props[7] = 0, this.props[8] = 0, this.props[9] = 0, this.props[10] = 1, this.props[11] = 0, this.props[12] = 0, this.props[13] = 0, this.props[14] = 0, this.props[15] = 1, this;
|
|
@@ -2004,7 +2004,7 @@ function requireLottie() {
|
|
|
2004
2004
|
return function() {
|
|
2005
2005
|
this.reset = s, this.rotate = a, this.rotateX = n, this.rotateY = h, this.rotateZ = o, this.skew = v, this.skewFromAxis = S, this.shear = f, this.scale = p, this.setTransform = b, this.translate = y, this.transform = m, this.multiply = C, this.applyToPoint = E, this.applyToX = _, this.applyToY = T, this.applyToZ = M, this.applyToPointArray = D, this.applyToTriplePoints = V, this.applyToPointStringified = B, this.toCSS = I, this.to2dCSS = A, this.clone = l, this.cloneFromProps = d, this.equals = u, this.inversePoints = L, this.inversePoint = G, this.getInverseMatrix = w, this._t = this.transform, this.isIdentity = c, this._identity = !0, this._identityCalculated = !1, this.props = createTypedArray("float32", 16), this.reset();
|
|
2006
2006
|
};
|
|
2007
|
-
}();
|
|
2007
|
+
})();
|
|
2008
2008
|
function _typeof$3(t) {
|
|
2009
2009
|
"@babel/helpers - typeof";
|
|
2010
2010
|
return _typeof$3 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -2087,7 +2087,7 @@ function requireLottie() {
|
|
|
2087
2087
|
_typeof$3(exports) !== "object" && (window.bodymovin = lottie);
|
|
2088
2088
|
} catch (t) {
|
|
2089
2089
|
}
|
|
2090
|
-
var ShapeModifiers = function() {
|
|
2090
|
+
var ShapeModifiers = (function() {
|
|
2091
2091
|
var t = {}, e = {};
|
|
2092
2092
|
t.registerModifier = r, t.getModifier = i;
|
|
2093
2093
|
function r(s, a) {
|
|
@@ -2097,7 +2097,7 @@ function requireLottie() {
|
|
|
2097
2097
|
return new e[s](a, n);
|
|
2098
2098
|
}
|
|
2099
2099
|
return t;
|
|
2100
|
-
}();
|
|
2100
|
+
})();
|
|
2101
2101
|
function ShapeModifier() {
|
|
2102
2102
|
}
|
|
2103
2103
|
ShapeModifier.prototype.initModifierProperties = function() {
|
|
@@ -2278,7 +2278,7 @@ function requireLottie() {
|
|
|
2278
2278
|
}
|
|
2279
2279
|
this.dynamicProperties.length || (this._mdf = !1);
|
|
2280
2280
|
};
|
|
2281
|
-
var TransformPropertyFactory = function() {
|
|
2281
|
+
var TransformPropertyFactory = (function() {
|
|
2282
2282
|
var t = [0, 0];
|
|
2283
2283
|
function e(o) {
|
|
2284
2284
|
var f = this._mdf;
|
|
@@ -2361,7 +2361,7 @@ function requireLottie() {
|
|
|
2361
2361
|
return {
|
|
2362
2362
|
getTransformProperty: h
|
|
2363
2363
|
};
|
|
2364
|
-
}();
|
|
2364
|
+
})();
|
|
2365
2365
|
function RepeaterModifier() {
|
|
2366
2366
|
}
|
|
2367
2367
|
extendPrototype([ShapeModifier], RepeaterModifier), RepeaterModifier.prototype.initModifierProperties = function(t, e) {
|
|
@@ -2814,7 +2814,7 @@ function requireLottie() {
|
|
|
2814
2814
|
weight: t.fWeight || r
|
|
2815
2815
|
};
|
|
2816
2816
|
}
|
|
2817
|
-
var FontManager = function() {
|
|
2817
|
+
var FontManager = (function() {
|
|
2818
2818
|
var t = 5e3, e = {
|
|
2819
2819
|
w: 0,
|
|
2820
2820
|
size: 0,
|
|
@@ -3005,7 +3005,7 @@ function requireLottie() {
|
|
|
3005
3005
|
setIsLoaded: D
|
|
3006
3006
|
};
|
|
3007
3007
|
return B.prototype = I, B;
|
|
3008
|
-
}();
|
|
3008
|
+
})();
|
|
3009
3009
|
function SlotManager(t) {
|
|
3010
3010
|
this.animationData = t;
|
|
3011
3011
|
}
|
|
@@ -3067,7 +3067,7 @@ function requireLottie() {
|
|
|
3067
3067
|
};
|
|
3068
3068
|
}
|
|
3069
3069
|
};
|
|
3070
|
-
var getBlendMode = /* @__PURE__ */ function() {
|
|
3070
|
+
var getBlendMode = /* @__PURE__ */ (function() {
|
|
3071
3071
|
var t = {
|
|
3072
3072
|
0: "source-over",
|
|
3073
3073
|
1: "multiply",
|
|
@@ -3089,7 +3089,7 @@ function requireLottie() {
|
|
|
3089
3089
|
return function(e) {
|
|
3090
3090
|
return t[e] || "";
|
|
3091
3091
|
};
|
|
3092
|
-
}();
|
|
3092
|
+
})();
|
|
3093
3093
|
function SliderEffect(t, e, r) {
|
|
3094
3094
|
this.p = PropertyFactory.getProp(e, t.v, 0, 0, r);
|
|
3095
3095
|
}
|
|
@@ -3527,7 +3527,7 @@ function requireLottie() {
|
|
|
3527
3527
|
}, MaskElement.prototype.destroy = function() {
|
|
3528
3528
|
this.element = null, this.globalData = null, this.maskElement = null, this.data = null, this.masksProperties = null;
|
|
3529
3529
|
};
|
|
3530
|
-
var filtersFactory = function() {
|
|
3530
|
+
var filtersFactory = (function() {
|
|
3531
3531
|
var t = {};
|
|
3532
3532
|
t.createFilter = e, t.createAlphaToLuminanceFilter = r;
|
|
3533
3533
|
function e(i, s) {
|
|
@@ -3539,14 +3539,14 @@ function requireLottie() {
|
|
|
3539
3539
|
return i.setAttribute("type", "matrix"), i.setAttribute("color-interpolation-filters", "sRGB"), i.setAttribute("values", "0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"), i;
|
|
3540
3540
|
}
|
|
3541
3541
|
return t;
|
|
3542
|
-
}(), featureSupport = function() {
|
|
3542
|
+
})(), featureSupport = (function() {
|
|
3543
3543
|
var t = {
|
|
3544
3544
|
maskType: !0,
|
|
3545
3545
|
svgLumaHidden: !0,
|
|
3546
3546
|
offscreenCanvas: typeof OffscreenCanvas < "u"
|
|
3547
3547
|
};
|
|
3548
3548
|
return (/MSIE 10/i.test(navigator.userAgent) || /MSIE 9/i.test(navigator.userAgent) || /rv:11.0/i.test(navigator.userAgent) || /Edge\/\d./i.test(navigator.userAgent)) && (t.maskType = !1), /firefox/i.test(navigator.userAgent) && (t.svgLumaHidden = !1), t;
|
|
3549
|
-
}(), registeredEffects$1 = {}, idPrefix = "filter_result_";
|
|
3549
|
+
})(), registeredEffects$1 = {}, idPrefix = "filter_result_";
|
|
3550
3550
|
function SVGEffects(t) {
|
|
3551
3551
|
var e, r = "SourceGraphic", i = t.data.ef ? t.data.ef.length : 0, s = createElementID(), a = filtersFactory.createFilter(s, !0), n = 0;
|
|
3552
3552
|
this.filters = [];
|
|
@@ -3921,7 +3921,7 @@ function requireLottie() {
|
|
|
3921
3921
|
for (o = 1; o < r; o += 1)
|
|
3922
3922
|
f += " C" + s.applyToPointStringified(a[o - 1][0], a[o - 1][1]) + " " + s.applyToPointStringified(n[o][0], n[o][1]) + " " + s.applyToPointStringified(h[o][0], h[o][1]);
|
|
3923
3923
|
return i && r && (f += " C" + s.applyToPointStringified(a[o - 1][0], a[o - 1][1]) + " " + s.applyToPointStringified(n[0][0], n[0][1]) + " " + s.applyToPointStringified(h[0][0], h[0][1]), f += "z"), f;
|
|
3924
|
-
}, SVGElementsRenderer = function() {
|
|
3924
|
+
}, SVGElementsRenderer = (function() {
|
|
3925
3925
|
var t = new Matrix(), e = new Matrix(), r = {
|
|
3926
3926
|
createRenderFunction: i
|
|
3927
3927
|
};
|
|
@@ -4020,7 +4020,7 @@ function requireLottie() {
|
|
|
4020
4020
|
m && (m._mdf || b) && m.dashStr && (y.pElem.setAttribute("stroke-dasharray", m.dashStr), y.pElem.setAttribute("stroke-dashoffset", m.dashoffset[0])), p.c && (p.c._mdf || b) && y.pElem.setAttribute("stroke", "rgb(" + bmFloor(p.c.v[0]) + "," + bmFloor(p.c.v[1]) + "," + bmFloor(p.c.v[2]) + ")"), (p.o._mdf || b) && y.pElem.setAttribute("stroke-opacity", p.o.v), (p.w._mdf || b) && (y.pElem.setAttribute("stroke-width", p.w.v), y.msElem && y.msElem.setAttribute("stroke-width", p.w.v));
|
|
4021
4021
|
}
|
|
4022
4022
|
return r;
|
|
4023
|
-
}();
|
|
4023
|
+
})();
|
|
4024
4024
|
function SVGShapeElement(t, e, r) {
|
|
4025
4025
|
this.shapes = [], this.shapesData = t.shapes, this.stylesList = [], this.shapeModifiers = [], this.itemsData = [], this.processedElements = [], this.animatedContents = [], this.initElement(t, e, r), this.prevViewData = [];
|
|
4026
4026
|
}
|
|
@@ -4276,7 +4276,7 @@ function requireLottie() {
|
|
|
4276
4276
|
}, TextProperty.prototype.setMinimumFontSize = function(t) {
|
|
4277
4277
|
this.minimumFontSize = Math.floor(t) || 1, this.recalculate(this.keysIndex), this.elem.addDynamicProperty(this);
|
|
4278
4278
|
};
|
|
4279
|
-
var TextSelectorProp = function() {
|
|
4279
|
+
var TextSelectorProp = (function() {
|
|
4280
4280
|
var t = Math.max, e = Math.min, r = Math.floor;
|
|
4281
4281
|
function i(a, n) {
|
|
4282
4282
|
this._currentTextLength = -1, this.k = !1, this.data = n, this.elem = a, this.comp = a.comp, this.finalS = 0, this.finalE = 0, this.initDynamicPropertyContainer(a), this.s = PropertyFactory.getProp(a, n.s || {
|
|
@@ -4340,7 +4340,7 @@ function requireLottie() {
|
|
|
4340
4340
|
return {
|
|
4341
4341
|
getTextSelectorProp: s
|
|
4342
4342
|
};
|
|
4343
|
-
}();
|
|
4343
|
+
})();
|
|
4344
4344
|
function TextAnimatorDataProperty(t, e, r) {
|
|
4345
4345
|
var i = {
|
|
4346
4346
|
propType: !1
|
|
@@ -4895,13 +4895,13 @@ function requireLottie() {
|
|
|
4895
4895
|
var r = createTag("canvas");
|
|
4896
4896
|
return r.width = t, r.height = e, r;
|
|
4897
4897
|
}
|
|
4898
|
-
var assetLoader = function() {
|
|
4898
|
+
var assetLoader = (function() {
|
|
4899
4899
|
return {
|
|
4900
4900
|
loadLumaCanvas: lumaLoader.load,
|
|
4901
4901
|
getLumaCanvas: lumaLoader.get,
|
|
4902
4902
|
createCanvas
|
|
4903
4903
|
};
|
|
4904
|
-
}(), registeredEffects = {};
|
|
4904
|
+
})(), registeredEffects = {};
|
|
4905
4905
|
function CVEffects(t) {
|
|
4906
4906
|
var e, r = t.data.ef ? t.data.ef.length : 0;
|
|
4907
4907
|
this.filters = [];
|
|
@@ -5951,7 +5951,7 @@ function requireLottie() {
|
|
|
5951
5951
|
extendPrototype([HybridRendererBase], HybridRenderer), HybridRenderer.prototype.createComp = function(t) {
|
|
5952
5952
|
return this.supports3d ? new HCompElement(t, this.globalData, this) : new SVGCompElement(t, this.globalData, this);
|
|
5953
5953
|
};
|
|
5954
|
-
var CompExpressionInterface = /* @__PURE__ */ function() {
|
|
5954
|
+
var CompExpressionInterface = /* @__PURE__ */ (function() {
|
|
5955
5955
|
return function(t) {
|
|
5956
5956
|
function e(r) {
|
|
5957
5957
|
for (var i = 0, s = t.layers.length; i < s; ) {
|
|
@@ -5965,7 +5965,7 @@ function requireLottie() {
|
|
|
5965
5965
|
value: t.data.nm
|
|
5966
5966
|
}), e.layer = e, e.pixelAspect = 1, e.height = t.data.h || t.globalData.compSize.h, e.width = t.data.w || t.globalData.compSize.w, e.pixelAspect = 1, e.frameDuration = 1 / t.globalData.frameRate, e.displayStartTime = 0, e.numLayers = t.layers.length, e;
|
|
5967
5967
|
};
|
|
5968
|
-
}();
|
|
5968
|
+
})();
|
|
5969
5969
|
function _typeof$2(t) {
|
|
5970
5970
|
"@babel/helpers - typeof";
|
|
5971
5971
|
return _typeof$2 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -6057,7 +6057,7 @@ function requireLottie() {
|
|
|
6057
6057
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
6058
6058
|
}, _typeof$1(t);
|
|
6059
6059
|
}
|
|
6060
|
-
var ExpressionManager = function() {
|
|
6060
|
+
var ExpressionManager = (function() {
|
|
6061
6061
|
var ob = {}, Math = BMMath, window = null, document = null, XMLHttpRequest = null, fetch = null, frames = null, _lottieGlobal = {};
|
|
6062
6062
|
initialize$2(BMMath);
|
|
6063
6063
|
function resetFrame() {
|
|
@@ -6373,7 +6373,7 @@ function requireLottie() {
|
|
|
6373
6373
|
return executeExpression.__preventDeadCodeRemoval = [$bm_transform, anchorPoint, time, velocity, inPoint, outPoint, width, height, name, loop_in, loop_out, smooth, toComp, fromCompToSurface, toWorld, fromWorld, mask, position, rotation, scale, thisComp, numKeys, active, wiggle, loopInDuration, loopOutDuration, comp, lookAt, easeOut, easeIn, ease, nearestKey, key, text, textIndex, textTotal, selectorValue, framesToTime, timeToFrames, sourceRectAtTime, substring, substr, posterizeTime, index, globalData], executeExpression;
|
|
6374
6374
|
}
|
|
6375
6375
|
return ob.initiateExpression = initiateExpression, ob.__preventDeadCodeRemoval = [window, document, XMLHttpRequest, fetch, frames, $bm_neg, add, $bm_sum, $bm_sub, $bm_mul, $bm_div, $bm_mod, clamp, radians_to_degrees, degreesToRadians, degrees_to_radians, normalize, rgbToHsl, hslToRgb, linear, random, createPath, _lottieGlobal], ob.resetFrame = resetFrame, ob;
|
|
6376
|
-
}(), Expressions = function() {
|
|
6376
|
+
})(), Expressions = (function() {
|
|
6377
6377
|
var t = {};
|
|
6378
6378
|
t.initExpressions = e, t.resetFrame = ExpressionManager.resetFrame;
|
|
6379
6379
|
function e(r) {
|
|
@@ -6396,7 +6396,7 @@ function requireLottie() {
|
|
|
6396
6396
|
r.renderer.compInterface = CompExpressionInterface(r.renderer), r.renderer.globalData.projectInterface.registerComposition(r.renderer), r.renderer.globalData.pushExpression = a, r.renderer.globalData.popExpression = n, r.renderer.globalData.registerExpressionProperty = h;
|
|
6397
6397
|
}
|
|
6398
6398
|
return t;
|
|
6399
|
-
}(), MaskManagerInterface = function() {
|
|
6399
|
+
})(), MaskManagerInterface = (function() {
|
|
6400
6400
|
function t(r, i) {
|
|
6401
6401
|
this._mask = r, this._data = i;
|
|
6402
6402
|
}
|
|
@@ -6424,7 +6424,7 @@ function requireLottie() {
|
|
|
6424
6424
|
return h;
|
|
6425
6425
|
};
|
|
6426
6426
|
return e;
|
|
6427
|
-
}(), ExpressionPropertyInterface = /* @__PURE__ */ function() {
|
|
6427
|
+
})(), ExpressionPropertyInterface = /* @__PURE__ */ (function() {
|
|
6428
6428
|
var t = {
|
|
6429
6429
|
pv: 0,
|
|
6430
6430
|
v: 0,
|
|
@@ -6471,7 +6471,7 @@ function requireLottie() {
|
|
|
6471
6471
|
return function(n) {
|
|
6472
6472
|
return n ? n.propType === "unidimensional" ? i(n) : s(n) : a;
|
|
6473
6473
|
};
|
|
6474
|
-
}(), TransformExpressionInterface = /* @__PURE__ */ function() {
|
|
6474
|
+
})(), TransformExpressionInterface = /* @__PURE__ */ (function() {
|
|
6475
6475
|
return function(t) {
|
|
6476
6476
|
function e(n) {
|
|
6477
6477
|
switch (n) {
|
|
@@ -6549,7 +6549,7 @@ function requireLottie() {
|
|
|
6549
6549
|
get: ExpressionPropertyInterface(t.or)
|
|
6550
6550
|
}), e;
|
|
6551
6551
|
};
|
|
6552
|
-
}(), LayerExpressionInterface = /* @__PURE__ */ function() {
|
|
6552
|
+
})(), LayerExpressionInterface = /* @__PURE__ */ (function() {
|
|
6553
6553
|
function t(f) {
|
|
6554
6554
|
var v = new Matrix();
|
|
6555
6555
|
if (f !== void 0) {
|
|
@@ -6668,13 +6668,13 @@ function requireLottie() {
|
|
|
6668
6668
|
}
|
|
6669
6669
|
}), b.startTime = f.data.st, b.index = f.data.ind, b.source = f.data.refId, b.height = f.data.ty === 0 ? f.data.h : 100, b.width = f.data.ty === 0 ? f.data.w : 100, b.inPoint = f.data.ip / f.comp.globalData.frameRate, b.outPoint = f.data.op / f.comp.globalData.frameRate, b._name = f.data.nm, b.registerMaskInterface = S, b.registerEffectsInterface = p, b;
|
|
6670
6670
|
};
|
|
6671
|
-
}(), propertyGroupFactory = /* @__PURE__ */ function() {
|
|
6671
|
+
})(), propertyGroupFactory = /* @__PURE__ */ (function() {
|
|
6672
6672
|
return function(t, e) {
|
|
6673
6673
|
return function(r) {
|
|
6674
6674
|
return r = r === void 0 ? 1 : r, r <= 0 ? t : e(r - 1);
|
|
6675
6675
|
};
|
|
6676
6676
|
};
|
|
6677
|
-
}(), PropertyInterface = /* @__PURE__ */ function() {
|
|
6677
|
+
})(), PropertyInterface = /* @__PURE__ */ (function() {
|
|
6678
6678
|
return function(t, e) {
|
|
6679
6679
|
var r = {
|
|
6680
6680
|
_name: t
|
|
@@ -6684,7 +6684,7 @@ function requireLottie() {
|
|
|
6684
6684
|
}
|
|
6685
6685
|
return i;
|
|
6686
6686
|
};
|
|
6687
|
-
}(), EffectsExpressionInterface = /* @__PURE__ */ function() {
|
|
6687
|
+
})(), EffectsExpressionInterface = /* @__PURE__ */ (function() {
|
|
6688
6688
|
var t = {
|
|
6689
6689
|
createEffectsInterface: e
|
|
6690
6690
|
};
|
|
@@ -6747,7 +6747,7 @@ function requireLottie() {
|
|
|
6747
6747
|
return s.p.setGroupProperty && s.p.setGroupProperty(PropertyInterface("", h)), f;
|
|
6748
6748
|
}
|
|
6749
6749
|
return t;
|
|
6750
|
-
}(), ShapePathInterface = /* @__PURE__ */ function() {
|
|
6750
|
+
})(), ShapePathInterface = /* @__PURE__ */ (function() {
|
|
6751
6751
|
return function(e, r, i) {
|
|
6752
6752
|
var s = r.sh;
|
|
6753
6753
|
function a(h) {
|
|
@@ -6782,7 +6782,7 @@ function requireLottie() {
|
|
|
6782
6782
|
}
|
|
6783
6783
|
}), a;
|
|
6784
6784
|
};
|
|
6785
|
-
}(), ShapeExpressionInterface = /* @__PURE__ */ function() {
|
|
6785
|
+
})(), ShapeExpressionInterface = /* @__PURE__ */ (function() {
|
|
6786
6786
|
function t(y, m, C) {
|
|
6787
6787
|
var c = [], u, l = y ? y.length : 0;
|
|
6788
6788
|
for (u = 0; u < l; u += 1)
|
|
@@ -7083,7 +7083,7 @@ function requireLottie() {
|
|
|
7083
7083
|
}
|
|
7084
7084
|
return u.propertyGroup = propertyGroupFactory(u, l), c = t(y, m, u.propertyGroup), u.numProperties = c.length, u._name = "Contents", u;
|
|
7085
7085
|
};
|
|
7086
|
-
}(), TextExpressionInterface = /* @__PURE__ */ function() {
|
|
7086
|
+
})(), TextExpressionInterface = /* @__PURE__ */ (function() {
|
|
7087
7087
|
return function(t) {
|
|
7088
7088
|
var e;
|
|
7089
7089
|
function r(i) {
|
|
@@ -7108,7 +7108,7 @@ function requireLottie() {
|
|
|
7108
7108
|
}
|
|
7109
7109
|
}), r;
|
|
7110
7110
|
};
|
|
7111
|
-
}();
|
|
7111
|
+
})();
|
|
7112
7112
|
function _typeof(t) {
|
|
7113
7113
|
"@babel/helpers - typeof";
|
|
7114
7114
|
return _typeof = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -7117,7 +7117,7 @@ function requireLottie() {
|
|
|
7117
7117
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
7118
7118
|
}, _typeof(t);
|
|
7119
7119
|
}
|
|
7120
|
-
var FootageInterface = /* @__PURE__ */ function() {
|
|
7120
|
+
var FootageInterface = /* @__PURE__ */ (function() {
|
|
7121
7121
|
var t = function(i) {
|
|
7122
7122
|
var s = "", a = i.getFootageData();
|
|
7123
7123
|
function n() {
|
|
@@ -7146,7 +7146,7 @@ function requireLottie() {
|
|
|
7146
7146
|
}
|
|
7147
7147
|
return i._name = "Data", i.dataInterface = e(r), i;
|
|
7148
7148
|
};
|
|
7149
|
-
}(), interfaces = {
|
|
7149
|
+
})(), interfaces = {
|
|
7150
7150
|
layer: LayerExpressionInterface,
|
|
7151
7151
|
effects: EffectsExpressionInterface,
|
|
7152
7152
|
comp: CompExpressionInterface,
|
|
@@ -7157,7 +7157,7 @@ function requireLottie() {
|
|
|
7157
7157
|
function getInterface(t) {
|
|
7158
7158
|
return interfaces[t] || null;
|
|
7159
7159
|
}
|
|
7160
|
-
var expressionHelpers = /* @__PURE__ */ function() {
|
|
7160
|
+
var expressionHelpers = /* @__PURE__ */ (function() {
|
|
7161
7161
|
function t(n, h, o) {
|
|
7162
7162
|
h.x && (o.k = !0, o.x = !0, o.initiateExpression = ExpressionManager.initiateExpression, o.effectsSequence.push(o.initiateExpression(n, h, o).bind(o)));
|
|
7163
7163
|
}
|
|
@@ -7202,7 +7202,7 @@ function requireLottie() {
|
|
|
7202
7202
|
getStaticValueAtTime: s,
|
|
7203
7203
|
setGroupProperty: a
|
|
7204
7204
|
};
|
|
7205
|
-
}();
|
|
7205
|
+
})();
|
|
7206
7206
|
function addPropertyDecorator() {
|
|
7207
7207
|
function t(p, b, y) {
|
|
7208
7208
|
if (!this.k || !this.keyframes)
|
|
@@ -7658,8 +7658,8 @@ function requireLottie() {
|
|
|
7658
7658
|
this.init(t);
|
|
7659
7659
|
}
|
|
7660
7660
|
return extendPrototype([TransformEffect], CVTransformEffect), registerRenderer("canvas", CanvasRenderer), registerRenderer("html", HybridRenderer), registerRenderer("svg", SVGRenderer), ShapeModifiers.registerModifier("tm", TrimModifier), ShapeModifiers.registerModifier("pb", PuckerAndBloatModifier), ShapeModifiers.registerModifier("rp", RepeaterModifier), ShapeModifiers.registerModifier("rd", RoundCornersModifier), ShapeModifiers.registerModifier("zz", ZigZagModifier), ShapeModifiers.registerModifier("op", OffsetPathModifier), setExpressionsPlugin(Expressions), setExpressionInterfaces(getInterface), initialize$1(), initialize(), registerEffect$1(20, SVGTintFilter, !0), registerEffect$1(21, SVGFillFilter, !0), registerEffect$1(22, SVGStrokeEffect, !1), registerEffect$1(23, SVGTritoneFilter, !0), registerEffect$1(24, SVGProLevelsFilter, !0), registerEffect$1(25, SVGDropShadowEffect, !0), registerEffect$1(28, SVGMatte3Effect, !1), registerEffect$1(29, SVGGaussianBlurEffect, !0), registerEffect$1(35, SVGTransformEffect, !1), registerEffect(35, CVTransformEffect), lottie;
|
|
7661
|
-
});
|
|
7662
|
-
}(lottie$2, lottie$2.exports)), lottie$2.exports;
|
|
7661
|
+
}));
|
|
7662
|
+
})(lottie$2, lottie$2.exports)), lottie$2.exports;
|
|
7663
7663
|
}
|
|
7664
7664
|
var lottieExports = /* @__PURE__ */ requireLottie();
|
|
7665
7665
|
const lottie = /* @__PURE__ */ getDefaultExportFromCjs(lottieExports), _sfc_main = {
|