@xwadex/fesd 0.0.14-re.90 → 0.0.14-re.92
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/fesd-bundle.js +147 -140
- package/dist/fesd-bundle.js.map +1 -1
- package/dist/image-preview-bundle.js +237 -233
- package/dist/image-preview-bundle.js.map +1 -1
- package/package.json +1 -1
@@ -8,12 +8,12 @@ var h = (n, i, t) => {
|
|
8
8
|
i instanceof WeakSet ? i.add(n) : i.set(n, t);
|
9
9
|
};
|
10
10
|
var d = (n, i, t) => (fs(n, i, "access private method"), t);
|
11
|
-
import { OverlayScrollbars as
|
11
|
+
import { OverlayScrollbars as qe } from "overlayscrollbars";
|
12
12
|
import v from "jquery";
|
13
13
|
import "./vendor-bundle.js";
|
14
14
|
import "validator";
|
15
15
|
import "flatpickr";
|
16
|
-
import
|
16
|
+
import Ye from "vanilla-lazyload";
|
17
17
|
import { lock as vs, unlock as bs } from "tua-body-scroll-lock";
|
18
18
|
const Y = {
|
19
19
|
SETTINGS: {
|
@@ -107,7 +107,7 @@ const Y = {
|
|
107
107
|
gap: 30
|
108
108
|
// 跑馬燈內容之間的距離 - Number
|
109
109
|
}
|
110
|
-
},
|
110
|
+
}, Ie = {
|
111
111
|
SETTINGS: {
|
112
112
|
scrollbar: {
|
113
113
|
"scrollbar-track-color": "transparent",
|
@@ -139,7 +139,7 @@ const Y = {
|
|
139
139
|
SETTINGS: {
|
140
140
|
basic_rwd: 900
|
141
141
|
}
|
142
|
-
},
|
142
|
+
}, Ue = {
|
143
143
|
SETTINGS: {
|
144
144
|
scroller: window,
|
145
145
|
class: "aost-show",
|
@@ -162,7 +162,7 @@ const Y = {
|
|
162
162
|
enter: null,
|
163
163
|
leave: null
|
164
164
|
}
|
165
|
-
},
|
165
|
+
}, ct = {
|
166
166
|
SETTINGS: {
|
167
167
|
target: null,
|
168
168
|
container: null,
|
@@ -222,7 +222,7 @@ const Y = {
|
|
222
222
|
return `<dropdown-el${n.placeholder ? ` d4-placeholder="${n.placeholder}"` : ""}${n.value ? ` d4-value="${n.value}"` : ""}></dropdown-el>`;
|
223
223
|
}
|
224
224
|
}
|
225
|
-
},
|
225
|
+
}, Je = {
|
226
226
|
SETTINGS: {
|
227
227
|
// 樣式 normal / process
|
228
228
|
type: "normal",
|
@@ -242,7 +242,7 @@ const Y = {
|
|
242
242
|
// 步驟狀態綁定
|
243
243
|
stepOutput: ".step-show"
|
244
244
|
}
|
245
|
-
},
|
245
|
+
}, Ze = {
|
246
246
|
SETTINGS: {
|
247
247
|
collapseClass: "collapse",
|
248
248
|
block: "[collapse-block]",
|
@@ -275,7 +275,7 @@ const Y = {
|
|
275
275
|
update: null,
|
276
276
|
afterUpdate: null
|
277
277
|
}
|
278
|
-
},
|
278
|
+
}, Qe = {
|
279
279
|
SETTINGS: {
|
280
280
|
// 是否要加 hover 效果?
|
281
281
|
hover: !0,
|
@@ -292,27 +292,27 @@ const Y = {
|
|
292
292
|
}
|
293
293
|
}, mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
294
294
|
__proto__: null,
|
295
|
-
anchor4:
|
296
|
-
aost4:
|
295
|
+
anchor4: ct,
|
296
|
+
aost4: Ue,
|
297
297
|
article4: ws,
|
298
|
-
collapse4:
|
299
|
-
dropdown4:
|
298
|
+
collapse4: Ze,
|
299
|
+
dropdown4: Ie,
|
300
300
|
marquee4: $,
|
301
301
|
modal4: I,
|
302
302
|
multipurpose4: C,
|
303
|
-
ripple4:
|
303
|
+
ripple4: Qe,
|
304
304
|
share4: ys,
|
305
|
-
tab4:
|
305
|
+
tab4: Je,
|
306
306
|
video4: Y
|
307
307
|
}, Symbol.toStringTag, { value: "Module" })), E = {
|
308
308
|
before: "beforebegin",
|
309
309
|
after: "afterend",
|
310
310
|
append: "beforeend",
|
311
311
|
prepend: "afterbegin"
|
312
|
-
},
|
312
|
+
}, rt = (n) => typeof n == "string" && n !== "", ye = (n) => n instanceof HTMLElement, lt = (n) => n instanceof NodeList, w = (n) => L(n) !== null, j = (n) => typeof n == "function", L = (n) => ye(n) ? n : document.querySelector(n), A = (n) => lt(n) ? n : document.querySelectorAll(n), Ts = () => Math.random().toString(36).substr(2, 9), Es = (n) => {
|
313
313
|
const i = document.createElement("div");
|
314
314
|
return i.innerHTML = n, i.childNodes;
|
315
|
-
},
|
315
|
+
}, Ls = (n) => {
|
316
316
|
try {
|
317
317
|
JSON.parse(n);
|
318
318
|
} catch {
|
@@ -321,7 +321,7 @@ const Y = {
|
|
321
321
|
return JSON.parse(n);
|
322
322
|
}, T = (n, i) => {
|
323
323
|
console.warn(`[${n} warn]: ${i}`);
|
324
|
-
},
|
324
|
+
}, ze = (n, i) => {
|
325
325
|
console.error(`[${n} error]: ${i}`);
|
326
326
|
}, O = {
|
327
327
|
on(n, i) {
|
@@ -354,7 +354,7 @@ const Y = {
|
|
354
354
|
j(s) && s.apply(this, e);
|
355
355
|
}), this) : this;
|
356
356
|
}
|
357
|
-
},
|
357
|
+
}, As = {
|
358
358
|
easeInOutCirc(n, i, t, e) {
|
359
359
|
return (n /= e / 2) < 1 ? -t / 2 * (Math.sqrt(1 - n * n) - 1) + i : t / 2 * (Math.sqrt(1 - (n -= 2) * n) + 1) + i;
|
360
360
|
},
|
@@ -365,28 +365,28 @@ const Y = {
|
|
365
365
|
return -t * ((n = n / e - 1) * n * n * n - 1) + i;
|
366
366
|
}
|
367
367
|
}, we = (n, i) => {
|
368
|
-
const { target: t, container: e, spacer: s, speed: o, gap: a, easing: r, direction: l } = n, c = l === "horizontal", u = c ? "scrollLeft" : "scrollTop", p = c ? "left" : "top", g = c ? "width" : "height", m = w(e) ?
|
368
|
+
const { target: t, container: e, spacer: s, speed: o, gap: a, easing: r, direction: l } = n, c = l === "horizontal", u = c ? "scrollLeft" : "scrollTop", p = c ? "left" : "top", g = c ? "width" : "height", m = w(e) ? L(e) : document.scrollingElement, f = m[u], b = w(t) ? L(t).getBoundingClientRect()[p] : 0 - f, y = w(s) ? L(s).getBoundingClientRect()[g] : 0, H = b - a - y, B = 15;
|
369
369
|
let S = 0;
|
370
370
|
if (H === 0)
|
371
371
|
return;
|
372
372
|
const R = (X) => {
|
373
|
-
const
|
374
|
-
i && i.emit(X,
|
373
|
+
const je = L(t);
|
374
|
+
i && i.emit(X, je), !i && n.on && j(n.on[X]) && n.on[X](je);
|
375
375
|
};
|
376
376
|
R("beforeScroll");
|
377
377
|
const Pe = () => {
|
378
|
-
S +=
|
379
|
-
const X =
|
378
|
+
S += B;
|
379
|
+
const X = As[r](S, f, H, o);
|
380
380
|
m[u] = X, S < o && requestAnimationFrame(Pe), S >= o && R("afterScroll");
|
381
381
|
};
|
382
382
|
requestAnimationFrame(Pe);
|
383
383
|
};
|
384
|
-
var J, Ee,
|
385
|
-
class
|
384
|
+
var J, Ee, mt, Ke, gt, ti;
|
385
|
+
class Ve {
|
386
386
|
constructor(i, t = {}) {
|
387
387
|
h(this, J);
|
388
|
-
h(this, pt);
|
389
388
|
h(this, mt);
|
389
|
+
h(this, gt);
|
390
390
|
this.__storage__ = {
|
391
391
|
el: i,
|
392
392
|
options: t
|
@@ -403,13 +403,13 @@ class Qe {
|
|
403
403
|
return d(i = this.destroy(), J, Ee).call(i), this.emit("afterUpdate"), this;
|
404
404
|
}
|
405
405
|
static run(i) {
|
406
|
-
const { SETTINGS: t } =
|
406
|
+
const { SETTINGS: t } = ct, e = Object.assign({}, t, i);
|
407
407
|
setTimeout(() => {
|
408
408
|
we(e);
|
409
409
|
}, e.delay);
|
410
410
|
}
|
411
411
|
static url(i) {
|
412
|
-
const { SETTINGS: t } =
|
412
|
+
const { SETTINGS: t } = ct, { hashName: e } = i, s = window.location.search || window.location.hash, { searchParams: o } = new URL(window.location), a = document.querySelector(`[data-anchor-id="${e ? o.get(e) : s.split("?").pop()}"]`);
|
413
413
|
if (!a)
|
414
414
|
return;
|
415
415
|
const r = Object.assign({}, t, i, { target: a });
|
@@ -420,19 +420,19 @@ class Qe {
|
|
420
420
|
}
|
421
421
|
J = new WeakSet(), Ee = function() {
|
422
422
|
const { el: i, options: t } = this.__storage__;
|
423
|
-
if (!
|
423
|
+
if (!rt(i) || !w(i))
|
424
424
|
return;
|
425
|
-
const { SETTINGS: e, EVENTS: s } =
|
426
|
-
if (this.elements = t.state == "not active" ?
|
425
|
+
const { SETTINGS: e, EVENTS: s } = ct;
|
426
|
+
if (this.elements = t.state == "not active" ? A(i + `:not([${this.active}])`) : A(i), this.elements = A(i), this.options = Object.assign({}, e, t), this.__events__ = Object.assign({}, s), this.options.on)
|
427
427
|
for (const [o, a] of Object.entries(this.options.on))
|
428
428
|
this.__events__[o] = [a];
|
429
|
-
d(this,
|
430
|
-
},
|
429
|
+
d(this, mt, Ke).call(this);
|
430
|
+
}, mt = new WeakSet(), Ke = function() {
|
431
431
|
const { elements: i, options: t } = this;
|
432
432
|
i.forEach((e) => {
|
433
|
-
e.anchor = {}, e.anchor.instance = this, e.anchor.eventHandler = d(this,
|
433
|
+
e.anchor = {}, e.anchor.instance = this, e.anchor.eventHandler = d(this, gt, ti), e.anchor.defaultOptions = t, e.anchor.methods = {}, e.anchor.methods.destroy = this.destroy, e.anchor.methods.update = this.update, e.addEventListener("click", e.anchor.eventHandler), e.setAttribute(this.active, "");
|
434
434
|
}), this.emit("afterInit");
|
435
|
-
},
|
435
|
+
}, gt = new WeakSet(), ti = function() {
|
436
436
|
const { defaultOptions: i, eventHandler: t, instance: e } = this.anchor, s = {
|
437
437
|
target: this.getAttribute("data-anchor-target") || i.target,
|
438
438
|
container: this.getAttribute("data-anchor-container") || i.container,
|
@@ -449,7 +449,7 @@ J = new WeakSet(), Ee = function() {
|
|
449
449
|
we(s, e);
|
450
450
|
}, s.delay);
|
451
451
|
};
|
452
|
-
Object.assign(
|
452
|
+
Object.assign(Ve.prototype, O);
|
453
453
|
window.MODALS || (window.MODALS = {});
|
454
454
|
const { MODALS: M } = window, Ss = (n) => {
|
455
455
|
const { TEMPLATE: i } = I, { childDom: t } = n, e = document.createElement("div");
|
@@ -459,15 +459,15 @@ const { MODALS: M } = window, Ss = (n) => {
|
|
459
459
|
s.append(o);
|
460
460
|
}), e.children[0];
|
461
461
|
};
|
462
|
-
var
|
463
|
-
class
|
462
|
+
var ft, ii, vt, si, bt, ni, yt, oi, Z, Le;
|
463
|
+
class ei extends HTMLElement {
|
464
464
|
constructor() {
|
465
465
|
super();
|
466
|
-
h(this, gt);
|
467
466
|
h(this, ft);
|
468
467
|
h(this, vt);
|
469
468
|
h(this, bt);
|
470
469
|
h(this, yt);
|
470
|
+
h(this, Z);
|
471
471
|
this.initialize = !1;
|
472
472
|
}
|
473
473
|
static get observedAttributes() {
|
@@ -476,12 +476,12 @@ class ti extends HTMLElement {
|
|
476
476
|
attributeChangedCallback(t, e, s) {
|
477
477
|
switch (t) {
|
478
478
|
case ":state":
|
479
|
-
d(this,
|
479
|
+
d(this, Z, Le).call(this, s);
|
480
480
|
break;
|
481
481
|
}
|
482
482
|
}
|
483
483
|
connectedCallback() {
|
484
|
-
this.initialize || (this.initialize = !0, d(this,
|
484
|
+
this.initialize || (this.initialize = !0, d(this, ft, ii).call(this));
|
485
485
|
}
|
486
486
|
open() {
|
487
487
|
return this.setAttribute(":state", "open"), this;
|
@@ -493,22 +493,22 @@ class ti extends HTMLElement {
|
|
493
493
|
return this.setAttribute(":state", "destroy"), this;
|
494
494
|
}
|
495
495
|
}
|
496
|
-
|
496
|
+
ft = new WeakSet(), ii = function() {
|
497
497
|
const { ATTRS: t } = I;
|
498
498
|
this.__events__ = {}, this.getAttribute(":state") || this.setAttribute(":state", "close");
|
499
499
|
const e = this.getAttribute(t.id) || Ts();
|
500
|
-
this.getAttribute(t.id) || (T(`modern-modal needs a ${t.id} attribute with a unique id.`), this.setAttribute(t.id, e)), M[e] && T(`the ${t.id} "${e}" is already be used.`), M[e] = this, d(this,
|
501
|
-
}, ft = new WeakSet(), ii = function() {
|
502
|
-
this.childDom = this.childNodes, this.template = Ss(this), this.innerHTML = "", this.append(this.template), d(this, vt, si).call(this);
|
500
|
+
this.getAttribute(t.id) || (T(`modern-modal needs a ${t.id} attribute with a unique id.`), this.setAttribute(t.id, e)), M[e] && T(`the ${t.id} "${e}" is already be used.`), M[e] = this, d(this, vt, si).call(this);
|
503
501
|
}, vt = new WeakSet(), si = function() {
|
502
|
+
this.childDom = this.childNodes, this.template = Ss(this), this.innerHTML = "", this.append(this.template), d(this, bt, ni).call(this);
|
503
|
+
}, bt = new WeakSet(), ni = function() {
|
504
504
|
const t = this.querySelector(".modal-scroller");
|
505
|
-
this.__scroller__ =
|
505
|
+
this.__scroller__ = qe(t, {
|
506
506
|
overflowBehavior: {
|
507
507
|
x: "hidden"
|
508
508
|
},
|
509
509
|
autoUpdate: !0
|
510
|
-
}), window.modalScroll = this.__scroller__, d(this,
|
511
|
-
},
|
510
|
+
}), window.modalScroll = this.__scroller__, d(this, yt, oi).call(this);
|
511
|
+
}, yt = new WeakSet(), oi = function() {
|
512
512
|
var a, r, l;
|
513
513
|
const t = this, { ATTRS: e } = I, { close: s, destroy: o } = e;
|
514
514
|
(a = t.querySelectorAll(`[${s}]`)) == null || a.forEach((c) => {
|
@@ -524,9 +524,11 @@ gt = new WeakSet(), ei = function() {
|
|
524
524
|
}), (l = t.querySelector("[stop-propagation]")) == null || l.addEventListener("click", function(c) {
|
525
525
|
c.stopPropagation();
|
526
526
|
});
|
527
|
-
},
|
527
|
+
}, Z = new WeakSet(), Le = function(t) {
|
528
528
|
const { __scroller__: e } = this;
|
529
529
|
if (t === "open") {
|
530
|
+
if (this.classList.contains("ING"))
|
531
|
+
return;
|
530
532
|
if (this.style.display = "block", e) {
|
531
533
|
const { viewport: s } = e.elements();
|
532
534
|
s.scrollTo({
|
@@ -534,15 +536,15 @@ gt = new WeakSet(), ei = function() {
|
|
534
536
|
});
|
535
537
|
}
|
536
538
|
setTimeout(() => {
|
537
|
-
this.classList.add("show"), this.emit("open");
|
539
|
+
this.classList.add("show", "ING"), this.emit("open");
|
538
540
|
}, 100);
|
539
541
|
}
|
540
542
|
if (t === "close") {
|
541
|
-
if (!this.classList.contains("
|
543
|
+
if (!this.classList.contains("ING"))
|
542
544
|
return;
|
543
545
|
this.classList.remove("show");
|
544
546
|
const s = () => {
|
545
|
-
this.style.removeProperty("display"), this.emit("close"), this.removeEventListener("transitionend", s);
|
547
|
+
this.style.removeProperty("display"), this.emit("close"), this.classList.remove("ING"), this.removeEventListener("transitionend", s), this.getAttribute(":state") === "open" && d(this, Z, Le).call(this, "open");
|
546
548
|
};
|
547
549
|
this.addEventListener("transitionend", s);
|
548
550
|
}
|
@@ -555,19 +557,19 @@ gt = new WeakSet(), ei = function() {
|
|
555
557
|
this.addEventListener("transitionend", s);
|
556
558
|
}
|
557
559
|
};
|
558
|
-
Object.assign(
|
559
|
-
const { MODALS:
|
560
|
+
Object.assign(ei.prototype, O);
|
561
|
+
const { MODALS: Oe } = window, ai = (n, i, ...t) => {
|
560
562
|
if (!i)
|
561
563
|
return;
|
562
564
|
const e = n[i];
|
563
565
|
e && j(e) && e.apply(n, t);
|
564
566
|
}, ri = (n, ...i) => {
|
565
567
|
n && j(n) && n.apply(U, i);
|
566
|
-
},
|
567
|
-
const { target: t } = n, e =
|
568
|
+
}, We = (n, i) => {
|
569
|
+
const { target: t } = n, e = Oe[t] || L(n.target);
|
568
570
|
e && li(n, i), e || Ds(n, i);
|
569
571
|
}, li = (n, i) => {
|
570
|
-
const { target: t, action: e, on: s, e: o } = n, a =
|
572
|
+
const { target: t, action: e, on: s, e: o } = n, a = Oe[t] || L(n.target);
|
571
573
|
switch (["open", "close", "destroy"].forEach((l) => {
|
572
574
|
a.once(l, () => {
|
573
575
|
i && (i.emit(l, a, o), ai(i, s[l], a, o)), i || ri(s[l], a);
|
@@ -595,26 +597,26 @@ const { MODALS: Ie } = window, ai = (n, i, ...t) => {
|
|
595
597
|
i && (i.emit(l, ...c), ai(i, o[l], ...c)), i || ri(o[l], ...c);
|
596
598
|
};
|
597
599
|
fetch(e).then((l) => (r("success", a), l.text())).then((l) => {
|
598
|
-
const c = Es(l), u =
|
600
|
+
const c = Es(l), u = L(s) || L(I.SETTINGS.container);
|
599
601
|
[...c].forEach((g) => {
|
600
602
|
u.append(g);
|
601
603
|
});
|
602
|
-
const p =
|
604
|
+
const p = Oe[t] || L(n.target);
|
603
605
|
r("complete", p), li(n, i);
|
604
606
|
}).catch((l) => {
|
605
607
|
r("error", l);
|
606
608
|
});
|
607
609
|
};
|
608
|
-
var
|
609
|
-
const
|
610
|
+
var Q, Ae, wt, ci, Tt, di;
|
611
|
+
const N = class N {
|
610
612
|
constructor(i, t = {}) {
|
611
|
-
h(this,
|
613
|
+
h(this, Q);
|
612
614
|
h(this, wt);
|
613
615
|
h(this, Tt);
|
614
616
|
this.__storage__ = {
|
615
617
|
el: i,
|
616
618
|
options: t
|
617
|
-
}, this.active = "data-modal-active", d(this,
|
619
|
+
}, this.active = "data-modal-active", d(this, Q, Ae).call(this);
|
618
620
|
}
|
619
621
|
destroy() {
|
620
622
|
const { elements: i } = this;
|
@@ -624,28 +626,28 @@ const P = class P {
|
|
624
626
|
}
|
625
627
|
update() {
|
626
628
|
var i;
|
627
|
-
return d(i = this.destroy(),
|
629
|
+
return d(i = this.destroy(), Q, Ae).call(i), this.emit("update"), this;
|
628
630
|
}
|
629
631
|
/** static method 'open' */
|
630
632
|
static open(i) {
|
631
633
|
const { SETTINGS: t } = I, e = Object.assign({}, t, { on: {} }, i);
|
632
|
-
|
634
|
+
We(e);
|
633
635
|
}
|
634
636
|
/** static method 'defineMethods' */
|
635
637
|
static defineMethods(i) {
|
636
|
-
|
637
|
-
const t =
|
638
|
+
N.prototype.__methods__ || (N.prototype.__methods__ = {});
|
639
|
+
const t = N.prototype.__methods__;
|
638
640
|
for (const [e, s] of Object.entries(i))
|
639
641
|
j(s) && (t[e] = s);
|
640
|
-
Object.assign(
|
642
|
+
Object.assign(N.prototype, N.prototype.__methods__);
|
641
643
|
}
|
642
644
|
};
|
643
|
-
|
645
|
+
Q = new WeakSet(), Ae = function() {
|
644
646
|
const { el: i, options: t } = this.__storage__;
|
645
|
-
if (!
|
647
|
+
if (!rt(i) || !w(i))
|
646
648
|
return;
|
647
649
|
const { SETTINGS: e, EVENTS: s } = I;
|
648
|
-
if (this.elements = t.state == "not active" ?
|
650
|
+
if (this.elements = t.state == "not active" ? A(i + `:not([${this.active}])`) : A(i), this.options = Object.assign({}, e, t), this.__events__ = Object.assign({}, s), this.options.on)
|
649
651
|
for (const [o, a] of Object.entries(this.options.on))
|
650
652
|
this.__events__[o] = [a];
|
651
653
|
d(this, wt, ci).call(this);
|
@@ -655,7 +657,7 @@ Z = new WeakSet(), Ae = function() {
|
|
655
657
|
e.modal = {}, e.modal.instance = this, e.modal.eventHandler = d(this, Tt, di), e.modal.defaultOptions = t, e.modal.methods = {}, e.modal.methods.destroy = this.destroy, e.modal.methods.update = this.update, e.addEventListener("click", e.modal.eventHandler), e.setAttribute(this.active, "");
|
656
658
|
}), this.emit("init");
|
657
659
|
}, Tt = new WeakSet(), di = function(i) {
|
658
|
-
const { defaultOptions: t, eventHandler: e, instance: s } = this.modal, o =
|
660
|
+
const { defaultOptions: t, eventHandler: e, instance: s } = this.modal, o = Ls(this.getAttribute("data-modal-on"));
|
659
661
|
o && typeof o != "object" && T("modal4", "data-modal-on must be a json string.");
|
660
662
|
const a = {
|
661
663
|
target: this.getAttribute("data-modal-target") || t.target,
|
@@ -667,11 +669,11 @@ Z = new WeakSet(), Ae = function() {
|
|
667
669
|
};
|
668
670
|
this.removeEventListener("click", e), setTimeout(() => {
|
669
671
|
this.addEventListener("click", e);
|
670
|
-
}, 200),
|
672
|
+
}, 200), We(a, s);
|
671
673
|
};
|
672
|
-
let U =
|
674
|
+
let U = N;
|
673
675
|
Object.assign(U.prototype, O);
|
674
|
-
customElements.define("modern-modal",
|
676
|
+
customElements.define("modern-modal", ei);
|
675
677
|
const _s = (n, i) => {
|
676
678
|
const t = n === window ? n.innerHeight : n.getBoundingClientRect().height, e = n === window ? 0 : n.getBoundingClientRect().top;
|
677
679
|
i.forEach((s) => {
|
@@ -688,21 +690,21 @@ const _s = (n, i) => {
|
|
688
690
|
}
|
689
691
|
});
|
690
692
|
}, ks = (n, i) => n === "up" || n === "down" ? n : n !== null ? n === "true" ? !0 : n === "false" ? !1 : i.repeat : i.repeat;
|
691
|
-
var
|
693
|
+
var V, Se, Et, hi;
|
692
694
|
class ui {
|
693
695
|
constructor(i, t = {}) {
|
694
|
-
h(this,
|
696
|
+
h(this, V);
|
695
697
|
h(this, Et);
|
696
698
|
this.__storage__ = {
|
697
699
|
el: i,
|
698
700
|
options: t
|
699
|
-
}, this.active = "data-aost-active", d(this,
|
701
|
+
}, this.active = "data-aost-active", d(this, V, Se).call(this);
|
700
702
|
}
|
701
703
|
destroy(i) {
|
702
704
|
const { elements: t, options: e } = this;
|
703
705
|
if (!t)
|
704
706
|
return this;
|
705
|
-
const { scroller: s } = e, o = s === window || !w(s) ? window :
|
707
|
+
const { scroller: s } = e, o = s === window || !w(s) ? window : L(s);
|
706
708
|
return o.aost && (o.removeEventListener("scroll", o.aost.eventHandler), delete o.aost), t.forEach((a) => {
|
707
709
|
if (!a.aost)
|
708
710
|
return;
|
@@ -712,20 +714,20 @@ class ui {
|
|
712
714
|
}
|
713
715
|
update(i) {
|
714
716
|
var t;
|
715
|
-
d(t = this.destroy(i),
|
717
|
+
d(t = this.destroy(i), V, Se).call(t);
|
716
718
|
}
|
717
719
|
}
|
718
|
-
|
720
|
+
V = new WeakSet(), Se = function() {
|
719
721
|
const { el: i, options: t } = this.__storage__;
|
720
|
-
if (!
|
722
|
+
if (!rt(i) || !w(i))
|
721
723
|
return;
|
722
|
-
const { SETTINGS: e, EVENTS: s } =
|
723
|
-
if (this.elements = t.state == "not active" ?
|
724
|
+
const { SETTINGS: e, EVENTS: s } = Ue;
|
725
|
+
if (this.elements = t.state == "not active" ? A(i + `:not([${this.active}])`) : A(i), this.options = Object.assign({}, e, t), this.__events__ = Object.assign({}, s), this.options.on)
|
724
726
|
for (const [o, a] of Object.entries(this.options.on))
|
725
727
|
this.__events__[o] = [a];
|
726
728
|
d(this, Et, hi).call(this);
|
727
729
|
}, Et = new WeakSet(), hi = function() {
|
728
|
-
const { elements: i, options: t } = this, { scroller: e } = t, s = e === window || !w(e) ? window :
|
730
|
+
const { elements: i, options: t } = this, { scroller: e } = t, s = e === window || !w(e) ? window : L(e);
|
729
731
|
this.eventHandler = () => {
|
730
732
|
_s(s, i);
|
731
733
|
}, i.forEach((a) => {
|
@@ -743,12 +745,12 @@ const $s = (n) => {
|
|
743
745
|
s.append(o);
|
744
746
|
}), e.children[0];
|
745
747
|
};
|
746
|
-
var
|
748
|
+
var Lt, pi, At, mi, St, gi, Dt, fi, _t, vi, kt, bi, $t, yi, xt, wi, Ct, Ti;
|
747
749
|
class xs extends HTMLElement {
|
748
750
|
constructor() {
|
749
751
|
super();
|
750
|
-
h(this, At);
|
751
752
|
h(this, Lt);
|
753
|
+
h(this, At);
|
752
754
|
h(this, St);
|
753
755
|
// youtube iframe
|
754
756
|
h(this, Dt);
|
@@ -761,7 +763,7 @@ class xs extends HTMLElement {
|
|
761
763
|
h(this, xt);
|
762
764
|
// 2025.02.11 新增 tiktok
|
763
765
|
h(this, Ct);
|
764
|
-
d(this,
|
766
|
+
d(this, Lt, pi).call(this);
|
765
767
|
}
|
766
768
|
play() {
|
767
769
|
const { videoType: t } = this;
|
@@ -798,13 +800,13 @@ class xs extends HTMLElement {
|
|
798
800
|
}
|
799
801
|
}
|
800
802
|
}
|
801
|
-
|
803
|
+
Lt = new WeakSet(), pi = function() {
|
802
804
|
if (!this.getAttribute("video-id")) {
|
803
805
|
T("videoPlayer", "video-render needs a ['video-id'] attribute to creat player.");
|
804
806
|
return;
|
805
807
|
}
|
806
|
-
this.videoId = this.getAttribute("video-id"), this.videoType = this.getAttribute("video-type"), this.autoplay = this.getAttribute("video-autoplay"), this.startTime = this.getAttribute("video-starttime"), d(this,
|
807
|
-
},
|
808
|
+
this.videoId = this.getAttribute("video-id"), this.videoType = this.getAttribute("video-type"), this.autoplay = this.getAttribute("video-autoplay"), this.startTime = this.getAttribute("video-starttime"), d(this, At, mi).call(this);
|
809
|
+
}, At = new WeakSet(), mi = function() {
|
808
810
|
this.childDom = this.childNodes, this.template = $s(this), this.innerHTML = "", this.append(this.template), d(this, St, gi).call(this);
|
809
811
|
}, St = new WeakSet(), gi = function() {
|
810
812
|
const { videoType: t } = this;
|
@@ -862,7 +864,7 @@ function Ei(n) {
|
|
862
864
|
t instanceof HTMLElement ? i.push(t) : typeof t == "string" && i.push(...document.querySelectorAll(`${t}`));
|
863
865
|
}), v("html").addClass("scrollLock"), vs(i);
|
864
866
|
}
|
865
|
-
function
|
867
|
+
function Li(n) {
|
866
868
|
const i = [];
|
867
869
|
n && n.forEach((t) => {
|
868
870
|
t instanceof HTMLElement ? i.push(t) : typeof t == "string" && i.push(...document.querySelectorAll(`${t}`));
|
@@ -887,15 +889,15 @@ async function fn(n = 0) {
|
|
887
889
|
}
|
888
890
|
function vn() {
|
889
891
|
v(".loading-wrapper").fadeOut(300).promise().done(function() {
|
890
|
-
v(".loading-wrapper").remove(),
|
892
|
+
v(".loading-wrapper").remove(), Li();
|
891
893
|
});
|
892
894
|
}
|
893
895
|
function bn(n, i) {
|
894
896
|
new on(n, i);
|
895
897
|
}
|
896
898
|
function Cs() {
|
897
|
-
const n = new ui("[data-aost]"), i = new
|
898
|
-
} }), t = new Qs(), e = new
|
899
|
+
const n = new ui("[data-aost]"), i = new Ye({ callback_loaded: (s) => {
|
900
|
+
} }), t = new Qs(), e = new Ve("[data-anchor-target]");
|
899
901
|
n.update(), i.update(), t.reValidate(), e.update();
|
900
902
|
}
|
901
903
|
function yn(n, i = () => {
|
@@ -905,11 +907,11 @@ function yn(n, i = () => {
|
|
905
907
|
}).siblings("[data-tab-content]").hide(), Cs();
|
906
908
|
}
|
907
909
|
function wn() {
|
908
|
-
|
910
|
+
qe(
|
909
911
|
{
|
910
912
|
target: document.body,
|
911
913
|
cancel: {
|
912
|
-
nativeScrollbarsOverlaid: !
|
914
|
+
nativeScrollbarsOverlaid: !1,
|
913
915
|
body: null
|
914
916
|
}
|
915
917
|
},
|
@@ -940,12 +942,12 @@ function En() {
|
|
940
942
|
BigSurUP: /Mac OS X 10.15/.test(n) || /Mac OS X 10_15_7/.test(n) || /Mac OS X 10_15_8/.test(n) || /Mac OS X 10_15_9/.test(n) || /Mac OS X 11_/.test(n) || /Mac OS X 12_/.test(n)
|
941
943
|
};
|
942
944
|
}
|
943
|
-
function
|
945
|
+
function Ln(n, i) {
|
944
946
|
v(n).on("click", function() {
|
945
947
|
v(this).toggleClass(i);
|
946
948
|
});
|
947
949
|
}
|
948
|
-
function
|
950
|
+
function An(n, i) {
|
949
951
|
v(n).on("click", function() {
|
950
952
|
v(n).not(this).removeClass(i), v(this).addClass(i);
|
951
953
|
});
|
@@ -1067,12 +1069,12 @@ function On() {
|
|
1067
1069
|
});
|
1068
1070
|
});
|
1069
1071
|
}
|
1070
|
-
function
|
1072
|
+
function Nn(n) {
|
1071
1073
|
const i = getComputedStyle(n).transform;
|
1072
1074
|
let t = i.match(/^matrix3d\((.+)\)$/);
|
1073
1075
|
return t ? parseFloat(t[1].split(", ")[12]) : (t = i.match(/^matrix\((.+)\)$/), t ? parseFloat(t[1].split(", ")[4]) : 0);
|
1074
1076
|
}
|
1075
|
-
function
|
1077
|
+
function Pn(n) {
|
1076
1078
|
const i = getComputedStyle(n).transform;
|
1077
1079
|
let t = i.match(/^matrix3d\((.+)\)$/);
|
1078
1080
|
return t ? parseFloat(t[1].split(", ")[13]) : (t = i.match(/^matrix\((.+)\)$/), t ? parseFloat(t[1].split(", ")[5]) : 0);
|
@@ -1081,38 +1083,38 @@ function jn(n) {
|
|
1081
1083
|
const i = document.createElement("div");
|
1082
1084
|
return i.innerHTML = n, i.childNodes[0];
|
1083
1085
|
}
|
1084
|
-
const
|
1085
|
-
var
|
1086
|
+
const Ge = (n) => n.videoId !== "" || typeof n.videoId < "u", Ms = (n) => n.$selector.getAttribute("video4-active") === "on", Te = (n) => `<video-player video-id="${n.videoId}" video-type="${n.videoType}" video-startTime="${n.videoStartTime}" video-autoplay="${n.videoAutoplay}"></video-player>`;
|
1087
|
+
var K, De, Ht, Ai, Mt, Si, tt, _e, qt, Di;
|
1086
1088
|
class qs {
|
1087
1089
|
constructor(i, t = {}) {
|
1088
|
-
h(this,
|
1090
|
+
h(this, K);
|
1089
1091
|
h(this, Ht);
|
1090
1092
|
h(this, Mt);
|
1091
|
-
h(this,
|
1093
|
+
h(this, tt);
|
1092
1094
|
h(this, qt);
|
1093
|
-
if (!
|
1094
|
-
|
1095
|
+
if (!rt(i) && !ye(i) && !lt(i)) {
|
1096
|
+
ze("video4", `找不到該物件 -> ${i}`);
|
1095
1097
|
return;
|
1096
1098
|
}
|
1097
1099
|
this.__storage__ = {
|
1098
1100
|
el: i,
|
1099
1101
|
options: t
|
1100
|
-
}, this.active = "data-video-active", d(this,
|
1102
|
+
}, this.active = "data-video-active", d(this, K, De).call(this);
|
1101
1103
|
}
|
1102
1104
|
update() {
|
1103
|
-
d(this,
|
1105
|
+
d(this, K, De).call(this);
|
1104
1106
|
}
|
1105
1107
|
}
|
1106
|
-
|
1108
|
+
K = new WeakSet(), De = function() {
|
1107
1109
|
const { el: i, options: t } = this.__storage__, { SETTINGS: e, EVENTS: s } = Y;
|
1108
|
-
if (this.elements = t.state == "not active" ?
|
1110
|
+
if (this.elements = t.state == "not active" ? A(i + `:not([${this.active}])`) : A(i), this.options = Object.assign({}, e, t), this.__events__ = Object.assign({}, s), this.options.on)
|
1109
1111
|
for (const [o, a] of Object.entries(this.options.on))
|
1110
1112
|
this.__events__[o] = [a];
|
1111
|
-
d(this, Ht,
|
1112
|
-
}, Ht = new WeakSet(),
|
1113
|
+
d(this, Ht, Ai).call(this);
|
1114
|
+
}, Ht = new WeakSet(), Ai = function() {
|
1113
1115
|
const { elements: i, options: t } = this;
|
1114
1116
|
i.forEach((e) => {
|
1115
|
-
e.video = {}, e.video.instance = this, e.video.defaultOptions = t, e.video.params = d(this, qt, Di).call(this, e), e.video.methods = {}, e.video.methods.update = this.update, e.setAttribute(this.active, ""),
|
1117
|
+
e.video = {}, e.video.instance = this, e.video.defaultOptions = t, e.video.params = d(this, qt, Di).call(this, e), e.video.methods = {}, e.video.methods.update = this.update, e.setAttribute(this.active, ""), Ge(e.video.params) && !Ms(e.video.params) && (e.setAttribute("video4-active", "on"), d(this, Mt, Si).call(this, e)), Ge(e.video.params) || ze("video4", "無法取得影片 ID");
|
1116
1118
|
}), this.emit("init");
|
1117
1119
|
}, Mt = new WeakSet(), Si = function(i) {
|
1118
1120
|
const { LAYOUT: t } = Y, e = i.video.params, { $selector: s, videoLayoutNo: o, videoId: a, videoType: r, videoMode: l, videoButton: c, videoCover: u, videoHighQualityPic: p } = e;
|
@@ -1130,7 +1132,7 @@ V = new WeakSet(), Se = function() {
|
|
1130
1132
|
console.log("error");
|
1131
1133
|
}) : T("video4", "僅 youtube & vimeo 提供,無圖片時放置預設封面畫面,其他影片平台請自行上傳封面照片");
|
1132
1134
|
}
|
1133
|
-
c == "off" ? g = s : (g = s.querySelector(c) ?? s, s.querySelector(c) || T("video4", `找不到 videoButton 設定的 element -> '${c}' , 點擊物件轉移至 '${this.__storage__.el}'`)), g.video || (g.video = {}, g.video.params = e), g.video.eventHandler = d(this,
|
1135
|
+
c == "off" ? g = s : (g = s.querySelector(c) ?? s, s.querySelector(c) || T("video4", `找不到 videoButton 設定的 element -> '${c}' , 點擊物件轉移至 '${this.__storage__.el}'`)), g.video || (g.video = {}, g.video.params = e), g.video.eventHandler = d(this, tt, _e), g.addEventListener("click", g.video.eventHandler);
|
1134
1136
|
} else if (l === "onPage") {
|
1135
1137
|
let g = null;
|
1136
1138
|
if (u == "on") {
|
@@ -1148,10 +1150,10 @@ V = new WeakSet(), Se = function() {
|
|
1148
1150
|
s.innerHTML = Te(e);
|
1149
1151
|
return;
|
1150
1152
|
}
|
1151
|
-
g.video || (g.video = {}, g.video.params = e), g.video.eventHandler = d(this,
|
1153
|
+
g.video || (g.video = {}, g.video.params = e), g.video.eventHandler = d(this, tt, _e), g.addEventListener("click", g.video.eventHandler);
|
1152
1154
|
}
|
1153
|
-
},
|
1154
|
-
const { video: t, emit: e } = this, { $selector: s, videoMode: o, videoTarget: a, videoTargetRoute: r, videoType: l, videoIgHtml: c } = t.params, u = new
|
1155
|
+
}, tt = new WeakSet(), _e = function(i) {
|
1156
|
+
const { video: t, emit: e } = this, { $selector: s, videoMode: o, videoTarget: a, videoTargetRoute: r, videoType: l, videoIgHtml: c } = t.params, u = new Ye({ callback_loaded: (p) => {
|
1155
1157
|
} });
|
1156
1158
|
if (o == "onBox") {
|
1157
1159
|
const p = {
|
@@ -1180,7 +1182,7 @@ V = new WeakSet(), Se = function() {
|
|
1180
1182
|
},
|
1181
1183
|
close(g) {
|
1182
1184
|
const m = g.querySelectorAll("[data-overlayscrollbars-viewport]");
|
1183
|
-
|
1185
|
+
Li([...m]);
|
1184
1186
|
},
|
1185
1187
|
destroy(g) {
|
1186
1188
|
}
|
@@ -1209,7 +1211,7 @@ V = new WeakSet(), Se = function() {
|
|
1209
1211
|
};
|
1210
1212
|
Object.assign(qs.prototype, O);
|
1211
1213
|
customElements.define("video-player", xs);
|
1212
|
-
const
|
1214
|
+
const Ne = {
|
1213
1215
|
"zh-tw": {
|
1214
1216
|
臺北市: [
|
1215
1217
|
["中正區", "100"],
|
@@ -2039,7 +2041,7 @@ const Oe = {
|
|
2039
2041
|
]
|
2040
2042
|
}
|
2041
2043
|
}, Is = (n) => {
|
2042
|
-
const { TEMPLATE: i } =
|
2044
|
+
const { TEMPLATE: i } = Ie, { childDom: t } = n.s, e = document.createElement("div"), s = n.classList.contains("filter"), o = n.getAttribute("filter-placeholder"), a = n.getAttribute("d4-icon"), r = n.getAttribute("custom-template");
|
2043
2045
|
e.innerHTML = i(
|
2044
2046
|
s,
|
2045
2047
|
o,
|
@@ -2111,24 +2113,24 @@ const Oe = {
|
|
2111
2113
|
break;
|
2112
2114
|
}
|
2113
2115
|
}
|
2114
|
-
},
|
2116
|
+
}, Ns = (n) => {
|
2115
2117
|
const i = n.s.cityLang;
|
2116
|
-
n.classList.contains("city") && (n.s.dropdownEl.querySelector(".dropdown-list").innerHTML = "", Object.keys(
|
2118
|
+
n.classList.contains("city") && (n.s.dropdownEl.querySelector(".dropdown-list").innerHTML = "", Object.keys(Ne[i]).forEach((t) => {
|
2117
2119
|
const e = document.createElement("li");
|
2118
2120
|
e.textContent = t, e.setAttribute("data-option", t), n.s.dropdownEl.querySelector(".dropdown-list").append(e);
|
2119
2121
|
}), n.s.allLi = n.querySelectorAll(".dropdown-list li"));
|
2120
|
-
},
|
2122
|
+
}, Ps = (n, i) => {
|
2121
2123
|
const t = n.s.cityLang;
|
2122
|
-
|
2124
|
+
Ne[t][i].forEach((e, s) => {
|
2123
2125
|
const o = document.createElement("li");
|
2124
2126
|
o.textContent = e[0], o.setAttribute("data-option", e[0]), n.querySelector(".dropdown-list").append(o);
|
2125
2127
|
});
|
2126
2128
|
}, _i = () => {
|
2127
|
-
|
2129
|
+
A('dropdown-el[d4-status="open"]').forEach((i) => {
|
2128
2130
|
i.close();
|
2129
2131
|
});
|
2130
2132
|
}, js = () => {
|
2131
|
-
const { SETTINGS: n } =
|
2133
|
+
const { SETTINGS: n } = Ie;
|
2132
2134
|
((t, e) => {
|
2133
2135
|
Object.keys(e).forEach((s) => {
|
2134
2136
|
t.style.setProperty(`--${s}`, e[s]);
|
@@ -2139,14 +2141,14 @@ js();
|
|
2139
2141
|
document.addEventListener("click", function() {
|
2140
2142
|
_i();
|
2141
2143
|
});
|
2142
|
-
var It, $i, Ot, xi,
|
2144
|
+
var It, $i, Ot, xi, Nt, Ci, Pt, Hi;
|
2143
2145
|
class ki extends HTMLElement {
|
2144
2146
|
constructor() {
|
2145
2147
|
super();
|
2146
2148
|
h(this, It);
|
2147
2149
|
h(this, Ot);
|
2148
|
-
h(this, Pt);
|
2149
2150
|
h(this, Nt);
|
2151
|
+
h(this, Pt);
|
2150
2152
|
this.initialize = !1;
|
2151
2153
|
}
|
2152
2154
|
static get observedAttributes() {
|
@@ -2221,11 +2223,11 @@ class ki extends HTMLElement {
|
|
2221
2223
|
It = new WeakSet(), $i = function() {
|
2222
2224
|
this.s = {}, this.__events__ = {}, this.hasAttribute("d4-status") || this.setAttribute("d4-status", "close"), this.hasAttribute("d4-value") || this.setAttribute("d4-value", ""), d(this, Ot, xi).call(this);
|
2223
2225
|
}, Ot = new WeakSet(), xi = function() {
|
2224
|
-
this.s.childDom = this.childNodes, this.s.template = Is(this), this.innerHTML = "", this.append(this.s.template), d(this,
|
2225
|
-
},
|
2226
|
+
this.s.childDom = this.childNodes, this.s.template = Is(this), this.innerHTML = "", this.append(this.s.template), d(this, Nt, Ci).call(this);
|
2227
|
+
}, Nt = new WeakSet(), Ci = function() {
|
2226
2228
|
var s;
|
2227
2229
|
const t = this;
|
2228
|
-
t.s.allLi = t.querySelectorAll(".dropdown-list li"), t.s.selectDisplayEl = t.querySelector(".select-display"), t.s.dropdownEl = t.querySelector(".dropdown"), t.s.selectType = t.hasAttribute("multiple") ? "multiple" : "single", t.s.cityLang = t.hasAttribute("city-lang") ? t.getAttribute("city-lang") : "zh-tw",
|
2230
|
+
t.s.allLi = t.querySelectorAll(".dropdown-list li"), t.s.selectDisplayEl = t.querySelector(".select-display"), t.s.dropdownEl = t.querySelector(".dropdown"), t.s.selectType = t.hasAttribute("multiple") ? "multiple" : "single", t.s.cityLang = t.hasAttribute("city-lang") ? t.getAttribute("city-lang") : "zh-tw", Ns(t), t.s.subDropdownTotalH = 0;
|
2229
2231
|
const e = t.getAttribute("d4-value");
|
2230
2232
|
switch (t.s.selectType) {
|
2231
2233
|
case "single":
|
@@ -2234,7 +2236,7 @@ It = new WeakSet(), $i = function() {
|
|
2234
2236
|
const r = document.querySelector(`dropdown-el[dist-select="${t.id}"]`), l = r ? r.getAttribute("d4-value") !== "" : !1;
|
2235
2237
|
if (r && l) {
|
2236
2238
|
const c = r.getAttribute("d4-value");
|
2237
|
-
if (
|
2239
|
+
if (Ps(t, c), t.s.allLi = t.querySelectorAll(".dropdown-list li"), t.classList.remove("disabled"), t.getAttribute("d4-value") !== "") {
|
2238
2240
|
const u = e.split(",")[1];
|
2239
2241
|
o = t.querySelector(`.dropdown-list li[data-option="${u}"]`), t.setAttribute("d4-value", u);
|
2240
2242
|
}
|
@@ -2267,8 +2269,8 @@ It = new WeakSet(), $i = function() {
|
|
2267
2269
|
};
|
2268
2270
|
break;
|
2269
2271
|
}
|
2270
|
-
x(t, t.s.value.index), d(s = t,
|
2271
|
-
},
|
2272
|
+
x(t, t.s.value.index), d(s = t, Pt, Hi).call(s), t.classList.add("d4-initialize");
|
2273
|
+
}, Pt = new WeakSet(), Hi = function() {
|
2272
2274
|
const t = this;
|
2273
2275
|
t.__events__.dropdownToggle = () => {
|
2274
2276
|
t.addEventListener("click", function(e) {
|
@@ -2314,7 +2316,7 @@ It = new WeakSet(), $i = function() {
|
|
2314
2316
|
t.s.dropdownEl.addEventListener("transitionend", e);
|
2315
2317
|
}, t.__events__.bindScrollbar = (e = this) => {
|
2316
2318
|
const s = e.querySelector(".dropdown-scroller");
|
2317
|
-
e.__scroller__ =
|
2319
|
+
e.__scroller__ = qe(s, {
|
2318
2320
|
overflowBehavior: {
|
2319
2321
|
x: "hidden"
|
2320
2322
|
}
|
@@ -2330,8 +2332,8 @@ It = new WeakSet(), $i = function() {
|
|
2330
2332
|
c.stopPropagation();
|
2331
2333
|
const f = u.querySelector(".sub-dropdown"), b = f.querySelector(".sub-dropdown-list"), y = parseInt(getComputedStyle(b).marginTop) + parseInt(getComputedStyle(b).marginBottom);
|
2332
2334
|
f.style.cssText = `--height: ${b.offsetHeight + y}px`;
|
2333
|
-
const H = parseInt(f.style.cssText.replace("--height:", "").trim()),
|
2334
|
-
s = g + e.s.subDropdownTotalH, o = s >
|
2335
|
+
const H = parseInt(f.style.cssText.replace("--height:", "").trim()), B = parseInt(getComputedStyle(a).maxHeight), S = () => {
|
2336
|
+
s = g + e.s.subDropdownTotalH, o = s > B ? B : s, e.style.cssText = `--maxHeight: ${o}px;`, e.s.dropdownEl.style.height = `${o}px`;
|
2335
2337
|
};
|
2336
2338
|
u.classList.contains("open") ? (u.classList.remove("open"), e.s.subDropdownTotalH -= H, S()) : (u.classList.add("open"), e.s.subDropdownTotalH += H, S());
|
2337
2339
|
const R = () => {
|
@@ -2343,7 +2345,7 @@ It = new WeakSet(), $i = function() {
|
|
2343
2345
|
case "single":
|
2344
2346
|
if (e.setAttribute("d4-value", u.getAttribute("data-option")), r) {
|
2345
2347
|
const f = e.s.cityLang, b = l.textContent.trim(), y = document.getElementById(e.getAttribute("dist-select"));
|
2346
|
-
y && (y.querySelector(".dropdown-list").textContent = "", x(y, -1),
|
2348
|
+
y && (y.querySelector(".dropdown-list").textContent = "", x(y, -1), Ne[f][b].forEach((H, B) => {
|
2347
2349
|
const S = document.createElement("li");
|
2348
2350
|
S.textContent = H[0], S.setAttribute("data-option", H[0]), y.querySelector(".dropdown-list").append(S);
|
2349
2351
|
}), e.__events__.selectOption(y));
|
@@ -2386,7 +2388,7 @@ It = new WeakSet(), $i = function() {
|
|
2386
2388
|
};
|
2387
2389
|
Object.assign(ki.prototype, O);
|
2388
2390
|
customElements.define("dropdown-el", ki);
|
2389
|
-
function
|
2391
|
+
function dt(n) {
|
2390
2392
|
const i = {};
|
2391
2393
|
return [...n.attributes].forEach((t) => {
|
2392
2394
|
if (t.name.includes("duration-")) {
|
@@ -2396,9 +2398,9 @@ function ct(n) {
|
|
2396
2398
|
}), Object.keys(i).length === 0 ? null : i;
|
2397
2399
|
}
|
2398
2400
|
function Be(n) {
|
2399
|
-
if (
|
2401
|
+
if (dt(n)) {
|
2400
2402
|
let i;
|
2401
|
-
const t = Object.keys(
|
2403
|
+
const t = Object.keys(dt(n)).map((e) => ({
|
2402
2404
|
value: e,
|
2403
2405
|
point: e
|
2404
2406
|
}));
|
@@ -2407,7 +2409,7 @@ function Be(n) {
|
|
2407
2409
|
const { point: s, value: o } = t[e];
|
2408
2410
|
window.matchMedia(`(max-width: ${o}px)`).matches && (i = s);
|
2409
2411
|
}
|
2410
|
-
return i ? Number(
|
2412
|
+
return i ? Number(dt(n)[i]) : n.s.options.duration;
|
2411
2413
|
} else
|
2412
2414
|
return n.s.options.duration;
|
2413
2415
|
}
|
@@ -2484,14 +2486,14 @@ function Ws(n) {
|
|
2484
2486
|
i && clearTimeout(i), i = setTimeout(n, 200, t);
|
2485
2487
|
};
|
2486
2488
|
}
|
2487
|
-
var jt, Mi, zt, qi, Wt, Ii,
|
2488
|
-
class
|
2489
|
+
var jt, Mi, zt, qi, Wt, Ii, Gt, Oi;
|
2490
|
+
class Gs extends HTMLElement {
|
2489
2491
|
constructor() {
|
2490
2492
|
super();
|
2491
2493
|
h(this, jt);
|
2492
2494
|
h(this, zt);
|
2493
2495
|
h(this, Wt);
|
2494
|
-
h(this,
|
2496
|
+
h(this, Gt);
|
2495
2497
|
this.initialize = !1;
|
2496
2498
|
}
|
2497
2499
|
static get observedAttributes() {
|
@@ -2517,7 +2519,7 @@ jt = new WeakSet(), Mi = function() {
|
|
2517
2519
|
// normal / alternate / endStop
|
2518
2520
|
duration: Number(this.getAttribute("duration")) || $.SETTINGS.duration,
|
2519
2521
|
// ms
|
2520
|
-
durationBreakpoints:
|
2522
|
+
durationBreakpoints: dt(this) || $.SETTINGS.durationBreakpoints,
|
2521
2523
|
autoplay: this.getAttribute("autoplay") || $.SETTINGS.autoplay,
|
2522
2524
|
// normal / alternate / endStop
|
2523
2525
|
pauseOnMouseenter: this.getAttribute("pauseOnMouseEnter") ? this.getAttribute("pauseOnMouseEnter") === "true" : $.SETTINGS.pauseOnMouseenter,
|
@@ -2539,7 +2541,7 @@ jt = new WeakSet(), Mi = function() {
|
|
2539
2541
|
e ? this.style.cssText = `height: ${this.s.animateEl.clientHeight}px;--continual-gap: ${s}px;` : this.style.cssText = `min-height: ${this.s.animateEl.clientHeight}px;--continual-gap: ${s}px;`;
|
2540
2542
|
break;
|
2541
2543
|
}
|
2542
|
-
d(this, Wt, Ii).call(this), d(this,
|
2544
|
+
d(this, Wt, Ii).call(this), d(this, Gt, Oi).call(this), e && this.classList.add("continual"), this.classList.add("m4-initialize");
|
2543
2545
|
}, Wt = new WeakSet(), Ii = function() {
|
2544
2546
|
const t = this, { direction: e, behavior: s, duration: o, autoplay: a, pauseOnMouseenter: r, continual: l } = t.s.options;
|
2545
2547
|
let c;
|
@@ -2605,7 +2607,7 @@ jt = new WeakSet(), Mi = function() {
|
|
2605
2607
|
}), t.addEventListener("mouseleave", function() {
|
2606
2608
|
t.s.animation && r && t.s.animation.playState === "paused" && t.play();
|
2607
2609
|
});
|
2608
|
-
},
|
2610
|
+
}, Gt = new WeakSet(), Oi = function() {
|
2609
2611
|
const t = this;
|
2610
2612
|
function e() {
|
2611
2613
|
const s = t.s.animation.startTime, o = t.s.cloneAnimation ? t.s.cloneAnimation.startTime : null;
|
@@ -2620,14 +2622,14 @@ jt = new WeakSet(), Mi = function() {
|
|
2620
2622
|
}
|
2621
2623
|
window.addEventListener("resize", Ws(e));
|
2622
2624
|
};
|
2623
|
-
customElements.define("marquee-el",
|
2624
|
-
const
|
2625
|
+
customElements.define("marquee-el", Gs);
|
2626
|
+
const pt = function(n, i) {
|
2625
2627
|
let t;
|
2626
2628
|
return function(e) {
|
2627
2629
|
t && clearTimeout(t), t = setTimeout(n, 200, e);
|
2628
2630
|
};
|
2629
2631
|
}, k = (n, i) => {
|
2630
|
-
if (
|
2632
|
+
if (lt(n)) {
|
2631
2633
|
n.forEach((t) => {
|
2632
2634
|
t.classList.add(i);
|
2633
2635
|
});
|
@@ -2635,7 +2637,7 @@ const ht = function(n, i) {
|
|
2635
2637
|
}
|
2636
2638
|
n.classList.add(i);
|
2637
2639
|
}, D = (n, i) => {
|
2638
|
-
if (
|
2640
|
+
if (lt(n)) {
|
2639
2641
|
n.forEach((t) => {
|
2640
2642
|
t.classList.remove(i);
|
2641
2643
|
});
|
@@ -2643,22 +2645,22 @@ const ht = function(n, i) {
|
|
2643
2645
|
}
|
2644
2646
|
n.classList.remove(i);
|
2645
2647
|
};
|
2646
|
-
var
|
2647
|
-
class
|
2648
|
+
var Bt, Ni, Rt, Pi, Xt, ji, et, ke, W, ut, Ft, zi;
|
2649
|
+
class Re {
|
2648
2650
|
constructor(i) {
|
2649
2651
|
// 初始化
|
2650
|
-
h(this,
|
2652
|
+
h(this, Bt);
|
2651
2653
|
// 左右箭頭事件綁定
|
2652
2654
|
h(this, Rt);
|
2653
2655
|
// 左右拖拉事件綁定
|
2654
2656
|
h(this, Xt);
|
2655
2657
|
// 卷軸位置判斷
|
2656
|
-
h(this,
|
2658
|
+
h(this, et);
|
2657
2659
|
// 隱藏按鈕判斷
|
2658
2660
|
h(this, W);
|
2659
2661
|
// 選項事件綁定
|
2660
2662
|
h(this, Ft);
|
2661
|
-
this.$element = i, this.option = i.s.option.drag, d(this,
|
2663
|
+
this.$element = i, this.option = i.s.option.drag, d(this, Bt, Ni).call(this);
|
2662
2664
|
}
|
2663
2665
|
// 更新 active 位置
|
2664
2666
|
update(i) {
|
@@ -2672,7 +2674,7 @@ class Ge {
|
|
2672
2674
|
}
|
2673
2675
|
}
|
2674
2676
|
}
|
2675
|
-
|
2677
|
+
Bt = new WeakSet(), Ni = function() {
|
2676
2678
|
var e, s, o, a, r, l;
|
2677
2679
|
const i = this;
|
2678
2680
|
if (!i.$element)
|
@@ -2680,9 +2682,9 @@ Gt = new WeakSet(), Pi = function() {
|
|
2680
2682
|
i.$container = i.$element.querySelector(".drag-container"), i.$wrapper = i.$container.querySelector(".wrapper");
|
2681
2683
|
const t = () => {
|
2682
2684
|
var c, u;
|
2683
|
-
d(c = i,
|
2685
|
+
d(c = i, et, ke).call(c), d(u = i, W, ut).call(u);
|
2684
2686
|
};
|
2685
|
-
i.$wrapper.removeEventListener("scroll", t), i.$wrapper.addEventListener("scroll", t), window.removeEventListener("resize",
|
2687
|
+
i.$wrapper.removeEventListener("scroll", t), i.$wrapper.addEventListener("scroll", t), window.removeEventListener("resize", pt(t)), window.addEventListener("resize", pt(t)), (i.option.draggable || i.$element.s.type == "collapse") && d(e = i, Xt, ji).call(e), i.option.navigation && i.$element.s.type !== "collapse" && (i.$container.insertAdjacentHTML(
|
2686
2688
|
E.prepend,
|
2687
2689
|
`<div class="navigation">
|
2688
2690
|
<div class="button prev">
|
@@ -2692,8 +2694,10 @@ Gt = new WeakSet(), Pi = function() {
|
|
2692
2694
|
<div></div>
|
2693
2695
|
</div>
|
2694
2696
|
</div>`
|
2695
|
-
), i.$button = (s = i.$container) == null ? void 0 : s.querySelectorAll(".button"), d(o = i, Rt,
|
2696
|
-
|
2697
|
+
), i.$button = (s = i.$container) == null ? void 0 : s.querySelectorAll(".button"), d(o = i, Rt, Pi).call(o)), d(a = i, et, ke).call(a), d(r = i, W, ut).call(r), d(l = i, Ft, zi).call(l), setTimeout(() => {
|
2698
|
+
i.update();
|
2699
|
+
}, 10);
|
2700
|
+
}, Rt = new WeakSet(), Pi = function() {
|
2697
2701
|
const i = this, { $wrapper: t, $button: e } = i, s = function() {
|
2698
2702
|
const o = this.classList.contains("next"), a = parseInt(t.getBoundingClientRect().width * 0.7);
|
2699
2703
|
t.scrollTo({
|
@@ -2701,7 +2705,7 @@ Gt = new WeakSet(), Pi = function() {
|
|
2701
2705
|
behavior: "smooth"
|
2702
2706
|
}), setTimeout(() => {
|
2703
2707
|
var r;
|
2704
|
-
d(r = i, W,
|
2708
|
+
d(r = i, W, ut).call(r);
|
2705
2709
|
}, 100);
|
2706
2710
|
};
|
2707
2711
|
e.forEach((o) => {
|
@@ -2732,15 +2736,15 @@ Gt = new WeakSet(), Pi = function() {
|
|
2732
2736
|
};
|
2733
2737
|
i.removeEventListener("mousemove", c), i.addEventListener("mousemove", c);
|
2734
2738
|
const u = function(p) {
|
2735
|
-
e && (p.preventDefault(), p.stopPropagation());
|
2739
|
+
e && Math.abs(p.pageX - s) > 5 && (p.preventDefault(), p.stopPropagation());
|
2736
2740
|
};
|
2737
2741
|
i.querySelectorAll("a").forEach((p) => {
|
2738
2742
|
p.removeEventListener("click", u), p.addEventListener("click", u);
|
2739
2743
|
});
|
2740
|
-
},
|
2744
|
+
}, et = new WeakSet(), ke = function() {
|
2741
2745
|
const { $container: i, $wrapper: t } = this, e = t.scrollWidth - t.clientWidth, s = t.scrollLeft;
|
2742
2746
|
e <= 0 || (k(i, "scrollable"), s == 0 ? (D(i, "scrollable"), k(t, "start"), D(t, "end")) : s >= e ? (D(i, "scrollable"), D(t, "start"), k(t, "end")) : (k(t, "center"), D(t, "start"), D(t, "end")));
|
2743
|
-
}, W = new WeakSet(),
|
2747
|
+
}, W = new WeakSet(), ut = function() {
|
2744
2748
|
const { $wrapper: i, $button: t, $element: e } = this;
|
2745
2749
|
if (!t)
|
2746
2750
|
return;
|
@@ -2776,8 +2780,8 @@ Gt = new WeakSet(), Pi = function() {
|
|
2776
2780
|
s.removeEventListener("click", e), s.addEventListener("click", e);
|
2777
2781
|
});
|
2778
2782
|
};
|
2779
|
-
var Yt, Wi, Ut,
|
2780
|
-
class
|
2783
|
+
var Yt, Wi, Ut, Gi, Jt, Bi, Zt, Ri;
|
2784
|
+
class Bs {
|
2781
2785
|
constructor(i) {
|
2782
2786
|
// 初始化
|
2783
2787
|
h(this, Yt);
|
@@ -2791,11 +2795,11 @@ class Gs {
|
|
2791
2795
|
}
|
2792
2796
|
}
|
2793
2797
|
Yt = new WeakSet(), Wi = function() {
|
2794
|
-
this.$element && (this.$container = this.$element.querySelector(".collapse-container"), this.$wrapper = this.$container.querySelector(".wrapper"), d(this, Ut,
|
2795
|
-
}, Ut = new WeakSet(),
|
2798
|
+
this.$element && (this.$container = this.$element.querySelector(".collapse-container"), this.$wrapper = this.$container.querySelector(".wrapper"), d(this, Ut, Gi).call(this) && d(this, Jt, Bi).call(this), d(this, Zt, Ri).call(this));
|
2799
|
+
}, Ut = new WeakSet(), Gi = function() {
|
2796
2800
|
const i = this.$element.querySelector(".drag-container"), t = i.querySelector(".wrapper");
|
2797
2801
|
return t.scrollWidth - t.clientWidth > 0 ? (i.insertAdjacentHTML(E.append, '<div class="open-collapse"></div>'), this.$button = i.querySelector(".open-collapse"), !0) : !1;
|
2798
|
-
}, Jt = new WeakSet(),
|
2802
|
+
}, Jt = new WeakSet(), Bi = function() {
|
2799
2803
|
const { $element: i, $button: t } = this, e = function() {
|
2800
2804
|
i.classList.contains("expand") ? i.classList.remove("expand") : i.classList.add("expand");
|
2801
2805
|
};
|
@@ -2818,16 +2822,16 @@ const Rs = (n) => {
|
|
2818
2822
|
const { type: i, option: t, originalDomString: e } = n.s, s = document.createElement("div");
|
2819
2823
|
return i == "drag" && (s.innerHTML = C.TEMPLATE[i]().trim(), s.querySelector(".drag-container .wrapper").insertAdjacentHTML(E.append, e)), i == "collapse" && (s.innerHTML = C.TEMPLATE[i](t == null ? void 0 : t.collapse).trim(), s.querySelector(".drag-container .wrapper").insertAdjacentHTML(E.append, e), s.querySelector(".collapse-container .wrapper").insertAdjacentHTML(E.append, e)), i == "dropdown" && (s.innerHTML = C.TEMPLATE[i](t == null ? void 0 : t.dropdown).trim(), s.querySelector("dropdown-el").insertAdjacentHTML(E.append, e)), s.children;
|
2820
2824
|
};
|
2821
|
-
var Qt, Xi, Vt, Fi,
|
2825
|
+
var Qt, Xi, Vt, Fi, it, $e, G, ht;
|
2822
2826
|
class Xs extends HTMLElement {
|
2823
2827
|
constructor() {
|
2824
2828
|
super();
|
2825
2829
|
h(this, Qt);
|
2826
2830
|
h(this, Vt);
|
2827
2831
|
// 斷點設定
|
2828
|
-
h(this,
|
2832
|
+
h(this, it);
|
2829
2833
|
// check type
|
2830
|
-
h(this,
|
2834
|
+
h(this, G);
|
2831
2835
|
this.initialize = !1, this.__events__ = {}, this.s = {}, this.s.originalDomString = this.innerHTML.trim().replace(/\n/g, ""), this.previousWidth = window.innerWidth;
|
2832
2836
|
}
|
2833
2837
|
static get observedAttributes() {
|
@@ -2839,7 +2843,7 @@ class Xs extends HTMLElement {
|
|
2839
2843
|
case "m4-type":
|
2840
2844
|
if (e === null || e === s)
|
2841
2845
|
return;
|
2842
|
-
this.s.type = s, d(this,
|
2846
|
+
this.s.type = s, d(this, G, ht).call(this);
|
2843
2847
|
break;
|
2844
2848
|
case "m4-status":
|
2845
2849
|
if (e === s)
|
@@ -2851,7 +2855,7 @@ class Xs extends HTMLElement {
|
|
2851
2855
|
c.classList.remove("active");
|
2852
2856
|
}), (o = this.querySelector(`.drag-container .item[data-option="${s}"]`)) == null || o.classList.add("active"), l === "collapse" && (this.querySelectorAll(".collapse-container .item").forEach((c) => {
|
2853
2857
|
c.classList.remove("active");
|
2854
|
-
}), (a = this.querySelector(`.collapse-container .item[data-option="${s}"]`)) == null || a.classList.add("active")), (r = this.
|
2858
|
+
}), (a = this.querySelector(`.collapse-container .item[data-option="${s}"]`)) == null || a.classList.add("active")), (r = this.drag) == null || r.update(this);
|
2855
2859
|
break;
|
2856
2860
|
}
|
2857
2861
|
}
|
@@ -2859,7 +2863,7 @@ class Xs extends HTMLElement {
|
|
2859
2863
|
this.initialize || this.classList.contains("m4-init") || (this.initialize = !0, d(this, Qt, Xi).call(this));
|
2860
2864
|
}
|
2861
2865
|
update() {
|
2862
|
-
d(this,
|
2866
|
+
d(this, it, $e).call(this);
|
2863
2867
|
}
|
2864
2868
|
}
|
2865
2869
|
Qt = new WeakSet(), Xi = function() {
|
@@ -2873,42 +2877,42 @@ Qt = new WeakSet(), Xi = function() {
|
|
2873
2877
|
}
|
2874
2878
|
this.update();
|
2875
2879
|
};
|
2876
|
-
window.removeEventListener("resize",
|
2880
|
+
window.removeEventListener("resize", pt(e)), window.addEventListener("resize", pt(e)), this.s.option = {}, this.s.option.drag = Object.assign({}, C.SETTINGS.drag, t == null ? void 0 : t.drag), this.s.option.collapse = Object.assign({}, C.SETTINGS.collapse, t == null ? void 0 : t.collapse), this.s.option.dropdown = Object.assign({}, C.SETTINGS.dropdown, t == null ? void 0 : t.dropdown), this.s.option.breakpoint = Object.assign({}, C.SETTINGS.breakpoint, t == null ? void 0 : t.breakpoint), d(this, Vt, Fi).call(this);
|
2877
2881
|
}, Vt = new WeakSet(), Fi = function() {
|
2878
|
-
this.classList.add("m4-init"), d(this,
|
2879
|
-
},
|
2882
|
+
this.classList.add("m4-init"), d(this, it, $e).call(this);
|
2883
|
+
}, it = new WeakSet(), $e = function() {
|
2880
2884
|
const t = Object.keys(this.s.option.breakpoint);
|
2881
2885
|
if (!t.length) {
|
2882
|
-
d(this,
|
2886
|
+
d(this, G, ht).call(this);
|
2883
2887
|
return;
|
2884
2888
|
}
|
2885
2889
|
t.map((e) => Number(e)).sort((e, s) => s - e).some((e) => {
|
2886
2890
|
var s, o, a, r;
|
2887
|
-
return window.innerWidth >= e && (this.s.type = (s = this.s.option.breakpoint[e]) == null ? void 0 : s.type, this.setAttribute("m4-type", this.s.type), this.s.option.drag = Object.assign({}, this.s.option.drag, (o = this.s.option.breakpoint[e]) == null ? void 0 : o.drag), this.s.option.collapse = Object.assign({}, this.s.option.collapse, (a = this.s.option.breakpoint[e]) == null ? void 0 : a.collapse), this.s.option.dropdown = Object.assign({}, this.s.option.dropdown, (r = this.s.option.breakpoint[e]) == null ? void 0 : r.dropdown)
|
2891
|
+
return window.innerWidth >= e && (this.s.type = (s = this.s.option.breakpoint[e]) == null ? void 0 : s.type, console.log(this.s.type, "123"), this.setAttribute("m4-type", this.s.type), this.s.option.drag = Object.assign({}, this.s.option.drag, (o = this.s.option.breakpoint[e]) == null ? void 0 : o.drag), this.s.option.collapse = Object.assign({}, this.s.option.collapse, (a = this.s.option.breakpoint[e]) == null ? void 0 : a.collapse), this.s.option.dropdown = Object.assign({}, this.s.option.dropdown, (r = this.s.option.breakpoint[e]) == null ? void 0 : r.dropdown), d(this, G, ht).call(this)), window.innerWidth >= e;
|
2888
2892
|
});
|
2889
|
-
},
|
2893
|
+
}, G = new WeakSet(), ht = function() {
|
2890
2894
|
var o;
|
2891
2895
|
const { type: t } = this.s;
|
2892
|
-
this.innerHTML = "", [...Rs(this)].forEach((a) => {
|
2896
|
+
console.log(t, "type"), this.innerHTML = "", [...Rs(this)].forEach((a) => {
|
2893
2897
|
this.append(a);
|
2894
2898
|
});
|
2895
2899
|
const e = this.querySelector(`.drag-container .item[data-option="${this.getAttribute("m4-status")}"]`), s = this.querySelector(`.collapse-container .item[data-option="${this.getAttribute("m4-status")}"]`);
|
2896
2900
|
switch (e == null || e.classList.add("active"), s == null || s.classList.add("active"), t) {
|
2897
2901
|
case "drag":
|
2898
2902
|
setTimeout(() => {
|
2899
|
-
this.
|
2903
|
+
this.drag = new Re(this);
|
2900
2904
|
}, 10);
|
2901
2905
|
break;
|
2902
2906
|
case "collapse":
|
2903
2907
|
setTimeout(() => {
|
2904
|
-
this.
|
2908
|
+
this.drag = new Re(this), this.collapse = new Bs(this);
|
2905
2909
|
}, 10);
|
2906
2910
|
break;
|
2907
2911
|
}
|
2908
|
-
(o = this.
|
2912
|
+
(o = this.drag) == null || o.update(this);
|
2909
2913
|
};
|
2910
2914
|
customElements.define("multipurpose-nav", Xs);
|
2911
|
-
var Kt, Ui, te, Ji,
|
2915
|
+
var Kt, Ui, te, Ji, st, xe, P, F, ee, Zi, ie, Qi, se, Vi, ne, Ki, oe, ts, ae, es, re, is, le, ss, ce, ns, q, z, de, os, ue, as, he, rs, pe, ls;
|
2912
2916
|
class Yi extends HTMLElement {
|
2913
2917
|
// 定義組件的初始狀態
|
2914
2918
|
constructor(t, e) {
|
@@ -2916,9 +2920,9 @@ class Yi extends HTMLElement {
|
|
2916
2920
|
h(this, Kt);
|
2917
2921
|
h(this, te);
|
2918
2922
|
// 第一關 判斷數量以及id設定
|
2919
|
-
h(this,
|
2923
|
+
h(this, st);
|
2920
2924
|
// 第二關 id命名提醒
|
2921
|
-
h(this,
|
2925
|
+
h(this, P);
|
2922
2926
|
h(this, ee);
|
2923
2927
|
h(this, ie);
|
2924
2928
|
h(this, se);
|
@@ -2968,28 +2972,28 @@ class Yi extends HTMLElement {
|
|
2968
2972
|
setActiveTab(t) {
|
2969
2973
|
const { t: e } = this, s = t === "" ? e.tabPanels[0].getAttribute("t4-id") : t;
|
2970
2974
|
e.activeTab = s, this.setAttribute("t4-active", s);
|
2971
|
-
const o = d(this,
|
2975
|
+
const o = d(this, P, F).call(this, s);
|
2972
2976
|
e.tabPanels.forEach((a, r) => {
|
2973
2977
|
r === o ? d(this, ue, as).call(this, r) : d(this, de, os).call(this, r);
|
2974
2978
|
});
|
2975
2979
|
}
|
2976
2980
|
// 外部呼叫方法 $0.goNext()
|
2977
2981
|
goNext() {
|
2978
|
-
const t = d(this,
|
2982
|
+
const t = d(this, P, F).call(this, this.t.activeTab), e = Math.min(this.t.tabPanels.length - 1, t + 1), s = this.t.tabPanels[e].getAttribute("t4-id");
|
2979
2983
|
this.setActiveTab(s);
|
2980
2984
|
}
|
2981
2985
|
// 外部呼叫方法 $0.goPrev()
|
2982
2986
|
goPrev() {
|
2983
|
-
const t = d(this,
|
2987
|
+
const t = d(this, P, F).call(this, this.t.activeTab), e = Math.max(0, t - 1), s = this.t.tabPanels[e].getAttribute("t4-id");
|
2984
2988
|
this.setActiveTab(s);
|
2985
2989
|
}
|
2986
2990
|
// 外部呼叫方法 $0.update()
|
2987
2991
|
update() {
|
2988
|
-
this.t.tabs = d(this,
|
2992
|
+
this.t.tabs = d(this, st, xe).call(this), cs(), console.log("tab update!!!!");
|
2989
2993
|
}
|
2990
2994
|
}
|
2991
2995
|
Kt = new WeakSet(), Ui = function() {
|
2992
|
-
const t = this.getAttribute("t4-name"), { SETTINGS: e } =
|
2996
|
+
const t = this.getAttribute("t4-name"), { SETTINGS: e } = Je;
|
2993
2997
|
document.querySelectorAll(`tab-el[t4-name=${t}]`).length > 1 && console.warn(t, "名字有重複喔!!!"), this.t = {
|
2994
2998
|
tabs: [],
|
2995
2999
|
name: t,
|
@@ -3008,19 +3012,19 @@ Kt = new WeakSet(), Ui = function() {
|
|
3008
3012
|
delay: this.getAttribute("t4-delay") || e.transition.delay
|
3009
3013
|
},
|
3010
3014
|
tabGroup: this.getAttribute("t4-group") || e.tabGroup
|
3011
|
-
}, this.__events__ = {}, this.t.tabs = d(this,
|
3015
|
+
}, this.__events__ = {}, this.t.tabs = d(this, st, xe).call(this), this.t.step = document.querySelector(`[t4-control="${this.t.name}"]${this.t.stepOutput}`), d(this, te, Ji).call(this);
|
3012
3016
|
}, te = new WeakSet(), Ji = function() {
|
3013
3017
|
if (this.t.activeTab = this.t.defaultPage, this.t.display === "swiper" && d(this, ee, Zi).call(this), this.t.recordUrl) {
|
3014
3018
|
const e = new URLSearchParams(document.location.search).get(this.t.name), s = document.querySelectorAll(`[t4-name="${this.t.name}"] .tab-panel[t4-id="${e}"]`);
|
3015
3019
|
e && s.length === 1 ? this.t.activeTab = e : console.warn(`沒有${e}這頁喔!!`);
|
3016
3020
|
}
|
3017
3021
|
this.setActiveTab(this.t.activeTab), this.classList.add("t4-initialize"), d(this, pe, ls).call(this);
|
3018
|
-
},
|
3022
|
+
}, st = new WeakSet(), xe = function() {
|
3019
3023
|
const { t } = this, e = Array.from(document.querySelectorAll(`[t4-control="${t.name}"][t4-role="tab"]`));
|
3020
3024
|
return t.type === "normal" && t.tabGroup === "true" && t.tabPanels.length !== e.length && console.warn("按鈕與內容數量不同喔", t.tabPanels.length, e.length), t.tabGroup === "true" ? t.tabPanels.forEach((s, o) => s.setAttribute("t4-id", o)) : t.tabPanels.forEach((s) => {
|
3021
3025
|
s.getAttribute("t4-id") || console.warn(s, "請幫我設定id!!");
|
3022
3026
|
}), e;
|
3023
|
-
},
|
3027
|
+
}, P = new WeakSet(), F = function(t) {
|
3024
3028
|
const { t: e } = this, s = e.tabPanels.filter((a) => a.getAttribute("t4-id") === t);
|
3025
3029
|
s.length > 1 && console.warn("有兩個相同id設定", s);
|
3026
3030
|
const o = s[0];
|
@@ -3136,7 +3140,7 @@ Kt = new WeakSet(), Ui = function() {
|
|
3136
3140
|
break;
|
3137
3141
|
}
|
3138
3142
|
}, he = new WeakSet(), rs = function(t) {
|
3139
|
-
const e = d(this,
|
3143
|
+
const e = d(this, P, F).call(this, t);
|
3140
3144
|
d(this, q, z).call(this, "step", e), d(this, q, z).call(this, "btnState", e), d(this, q, z).call(this, "tabState", e, t), d(this, q, z).call(this, "tabUrl", t), this.emit("change");
|
3141
3145
|
}, pe = new WeakSet(), ls = function() {
|
3142
3146
|
const t = this;
|
@@ -3186,32 +3190,32 @@ function cs() {
|
|
3186
3190
|
cs();
|
3187
3191
|
Object.assign(Yi.prototype, O);
|
3188
3192
|
customElements.define("tab-el", Yi);
|
3189
|
-
const
|
3193
|
+
const Xe = (n) => {
|
3190
3194
|
const { defaultOptions: i } = n.collapse, { collapseClass: t, target: e, transition: s } = i, o = n.querySelector(e);
|
3191
3195
|
n.classList.add(t), o.style.height = 0, o.style["transition-property"] = s.property, o.style["transition-duration"] = s.duration, o.style["transition-timing-function"] = s.function, o.style["transition-delay"] = s.delay, o.style.overflow = "hidden";
|
3192
3196
|
}, Ys = (n) => {
|
3193
3197
|
const { defaultOptions: i } = n.collapse, { collapseClass: t, target: e, transition: s } = i, o = n.querySelector(e), a = o.children[0].offsetHeight;
|
3194
3198
|
n.collapse.height = a, n.classList.remove(t), o.style.display = "block", o.style.height = `${a}px`, o.style["transition-property"] = s.property, o.style["transition-duration"] = s.duration, o.style["transition-timing-function"] = s.function, o.style["transition-delay"] = s.delay, o.style.overflow = "hidden";
|
3195
3199
|
};
|
3196
|
-
var
|
3200
|
+
var nt, Ce, me, ds, ge, us, ot, He;
|
3197
3201
|
class Us {
|
3198
3202
|
constructor(i, t = {}) {
|
3199
|
-
h(this,
|
3203
|
+
h(this, nt);
|
3200
3204
|
h(this, me);
|
3201
3205
|
h(this, ge);
|
3202
|
-
h(this,
|
3203
|
-
!
|
3206
|
+
h(this, ot);
|
3207
|
+
!rt(i) && !ye(i) && !lt(i) && !w(i) || (this.__storage__ = {
|
3204
3208
|
el: i,
|
3205
3209
|
options: t
|
3206
|
-
}, this.active = "data-collapse-active", d(this,
|
3210
|
+
}, this.active = "data-collapse-active", d(this, nt, Ce).call(this));
|
3207
3211
|
}
|
3208
3212
|
update() {
|
3209
|
-
d(this,
|
3213
|
+
d(this, nt, Ce).call(this);
|
3210
3214
|
}
|
3211
3215
|
}
|
3212
|
-
|
3213
|
-
const { el: i, options: t } = this.__storage__, { SETTINGS: e, EVENTS: s } =
|
3214
|
-
if (this.elements = t.state == "not active" ?
|
3216
|
+
nt = new WeakSet(), Ce = function() {
|
3217
|
+
const { el: i, options: t } = this.__storage__, { SETTINGS: e, EVENTS: s } = Ze;
|
3218
|
+
if (this.elements = t.state == "not active" ? A(i + `:not([${this.active}])`) : A(i), this.options = Object.assign({}, e, t), this.__events__ = Object.assign({}, s), this.options.on)
|
3215
3219
|
for (const [o, a] of Object.entries(this.options.on))
|
3216
3220
|
this.__events__[o] = [a];
|
3217
3221
|
d(this, me, ds).call(this);
|
@@ -3222,17 +3226,17 @@ st = new WeakSet(), xe = function() {
|
|
3222
3226
|
}), this.emit("init");
|
3223
3227
|
}, ge = new WeakSet(), us = function(i) {
|
3224
3228
|
const { options: t } = this, { collapseClass: e, block: s, target: o, defaultOpen: a, targetStopPropagation: r, defaultActiveMark: l } = t, c = i, u = c.querySelector(o);
|
3225
|
-
if (c.collapse.height = u.children[0].offsetHeight, a ? (u.style.height = `${u.children[0].offsetHeight}px`, c.classList.remove(e)) : !c.classList.contains(l) && !c.hasAttribute(l) ? (c.classList.add(e), u.style.height = "0px", u.style.overflow = "hidden") : (u.style.height = `${u.children[0].offsetHeight}px`, c.classList.remove(e)), c.removeEventListener("click", d(this,
|
3229
|
+
if (c.collapse.height = u.children[0].offsetHeight, a ? (u.style.height = `${u.children[0].offsetHeight}px`, c.classList.remove(e)) : !c.classList.contains(l) && !c.hasAttribute(l) ? (c.classList.add(e), u.style.height = "0px", u.style.overflow = "hidden") : (u.style.height = `${u.children[0].offsetHeight}px`, c.classList.remove(e)), c.removeEventListener("click", d(this, ot, He)), c.addEventListener("click", d(this, ot, He)), r) {
|
3226
3230
|
const p = (g) => {
|
3227
3231
|
g.stopPropagation();
|
3228
3232
|
};
|
3229
3233
|
u.removeEventListener("click", p), u.addEventListener("click", p);
|
3230
3234
|
}
|
3231
|
-
},
|
3235
|
+
}, ot = new WeakSet(), He = function() {
|
3232
3236
|
const { instance: i, defaultOptions: t } = this.collapse, { collapseClass: e, block: s, target: o, single: a } = t, r = this;
|
3233
3237
|
r.classList.contains(e) ? (a && r.parentNode.querySelectorAll(`.${r.classList[0]}`).forEach((l) => {
|
3234
|
-
|
3235
|
-
}), Ys(r)) :
|
3238
|
+
Xe(l);
|
3239
|
+
}), Ys(r)) : Xe(r), i.emit("afterCollapse");
|
3236
3240
|
};
|
3237
3241
|
Object.assign(Us.prototype, O);
|
3238
3242
|
function Js(n, i) {
|
@@ -3248,11 +3252,11 @@ function hs() {
|
|
3248
3252
|
});
|
3249
3253
|
}
|
3250
3254
|
document.addEventListener("click", hs);
|
3251
|
-
var
|
3255
|
+
var at, Me, fe, ps, ve, ms, be, gs;
|
3252
3256
|
class Zs extends HTMLElement {
|
3253
3257
|
constructor() {
|
3254
3258
|
super();
|
3255
|
-
h(this,
|
3259
|
+
h(this, at);
|
3256
3260
|
h(this, fe);
|
3257
3261
|
h(this, ve);
|
3258
3262
|
h(this, be);
|
@@ -3260,14 +3264,14 @@ class Zs extends HTMLElement {
|
|
3260
3264
|
}
|
3261
3265
|
connectedCallback() {
|
3262
3266
|
const t = this;
|
3263
|
-
t.initialize || t.classList.contains("r4-initialize") || (t.initialize = !0, d(this,
|
3267
|
+
t.initialize || t.classList.contains("r4-initialize") || (t.initialize = !0, d(this, at, Me).call(this));
|
3264
3268
|
}
|
3265
3269
|
update() {
|
3266
|
-
this.classList.remove("r4-initialize"), this.querySelector("i.hover-ball").remove(), d(this,
|
3270
|
+
this.classList.remove("r4-initialize"), this.querySelector("i.hover-ball").remove(), d(this, at, Me).call(this);
|
3267
3271
|
}
|
3268
3272
|
}
|
3269
|
-
|
3270
|
-
const { SETTINGS: t } =
|
3273
|
+
at = new WeakSet(), Me = function() {
|
3274
|
+
const { SETTINGS: t } = Qe;
|
3271
3275
|
this.s = {};
|
3272
3276
|
function e(o) {
|
3273
3277
|
let a = !!o;
|
@@ -3358,7 +3362,7 @@ class Qs {
|
|
3358
3362
|
this.init();
|
3359
3363
|
}
|
3360
3364
|
}
|
3361
|
-
function
|
3365
|
+
function Fe(n, i) {
|
3362
3366
|
return n ? function(t, e) {
|
3363
3367
|
Function(n)(t, e);
|
3364
3368
|
} : i;
|
@@ -3472,8 +3476,8 @@ class on {
|
|
3472
3476
|
previewSize: e.dataset.previewSize || i.params.previewSize,
|
3473
3477
|
compress: e.dataset.compress || i.params.compress,
|
3474
3478
|
on: {
|
3475
|
-
changeAfter:
|
3476
|
-
overLimit:
|
3479
|
+
changeAfter: Fe(e.dataset.changeAfter, i.params.on.changeAfter),
|
3480
|
+
overLimit: Fe(e.dataset.overLimit, i.params.on.overLimit)
|
3477
3481
|
}
|
3478
3482
|
};
|
3479
3483
|
i.params = o, typeof uploadImage[`${o.group}`] > "u" && (uploadImage[`${o.group}`] = []), e.dataset.group || (e.dataset.group = o.group), e.dataset.index = document.querySelectorAll(`[data-group="${o.group}"]`).length - 1, e.addEventListener("change", function(a) {
|
@@ -3483,13 +3487,13 @@ class on {
|
|
3483
3487
|
}
|
3484
3488
|
}
|
3485
3489
|
export {
|
3486
|
-
|
3490
|
+
Ve as A,
|
3487
3491
|
Tn as B,
|
3488
3492
|
Us as C,
|
3489
3493
|
ki as D,
|
3490
3494
|
En as E,
|
3491
|
-
|
3492
|
-
|
3495
|
+
Ln as F,
|
3496
|
+
An as G,
|
3493
3497
|
Sn as H,
|
3494
3498
|
Qs as I,
|
3495
3499
|
Dn as J,
|
@@ -3506,26 +3510,26 @@ export {
|
|
3506
3510
|
qn as U,
|
3507
3511
|
In as V,
|
3508
3512
|
On as W,
|
3509
|
-
|
3510
|
-
|
3513
|
+
Nn as X,
|
3514
|
+
Pn as Y,
|
3511
3515
|
w as a,
|
3512
|
-
|
3516
|
+
lt as b,
|
3513
3517
|
Ts as c,
|
3514
3518
|
ws as d,
|
3515
3519
|
Y as e,
|
3516
3520
|
E as f,
|
3517
|
-
|
3521
|
+
A as g,
|
3518
3522
|
mn as h,
|
3519
|
-
|
3523
|
+
rt as i,
|
3520
3524
|
ui as j,
|
3521
|
-
|
3525
|
+
Gs as k,
|
3522
3526
|
Xs as l,
|
3523
3527
|
on as m,
|
3524
3528
|
Hs as n,
|
3525
3529
|
jn as o,
|
3526
3530
|
gn as p,
|
3527
3531
|
Ei as q,
|
3528
|
-
|
3532
|
+
Li as r,
|
3529
3533
|
ys as s,
|
3530
3534
|
fn as t,
|
3531
3535
|
vn as u,
|