aptechka 0.56.11 → 0.57.1
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/lib/billboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var J=s=>{throw TypeError(s)};var O=(s,r,e)=>r.has(s)||J("Cannot "+e);var t=(s,r,e)=>(O(s,r,"read from private field"),e?e.call(s):r.get(s)),n=(s,r,e)=>r.has(s)?J("Cannot add the same private member more than once"):r instanceof WeakSet?r.add(s):r.set(s,e),a=(s,r,e,i)=>(O(s,r,"write to private field"),i?i.call(s,e):r.set(s,e),e),b=(s,r,e)=>(O(s,r,"access private method"),e);var K=(s,r,e)=>new Promise((i,l)=>{var d=C=>{try{F(e.next(C))}catch(N){l(N)}},M=C=>{try{F(e.throw(C))}catch(N){l(N)}},F=C=>C.done?i(C.value):Promise.resolve(C.value).then(d,M);F((e=e.apply(s,r)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("../index-Cqw2NKev.cjs"),G=require("../dom-JBOkFLTh.cjs"),P=require("../css-property/index.cjs"),V=require("../events-KVanG9sR.cjs"),W=require("../gestures-C7gbKx11.cjs"),X=require("../math-GDWEqu7y.cjs"),Y=require("../number-DyefJ5a1.cjs");var D,p,v,L,x,o,c,h,$,A,k,_,H,j,z;class T extends HTMLElement{constructor(){super(...arguments);n(this,h);n(this,D,new P.CSSProperty(this,"--loop",!0));n(this,p,new P.CSSProperty(this,"--autoplay",!1));n(this,v,new P.CSSProperty(this,"--swipe","x"));n(this,L);n(this,x,!1);n(this,o,[]);n(this,c,0);n(this,k,e=>{a(this,x,e.isIntersecting),t(this,x)?b(this,h,A).call(this):clearInterval(t(this,L))});n(this,_,()=>{clearInterval(t(this,L)),t(this,x)&&a(this,L,setInterval(t(this,j),parseFloat(t(this,p).current||"0")*1e3))});n(this,j,()=>{b(this,h,H).call(this,t(this,c)+1)});n(this,z,e=>{if(!t(this,v).current)return;let i=0;W.setupDrag(l=>{const d=e.x-l.x,M=e.y-l.y;t(this,v).current==="x"?Math.abs(d)>Math.abs(M)&&(i=Math.sign(d)):t(this,v).current==="y"&&Math.abs(M)>Math.abs(d)&&(i=Math.sign(M))},()=>{this.shift(i)})})}get counter(){return t(this,c)}get itemElements(){return t(this,o)}addItem(e){t(this,o).push(e),b(this,h,$).call(this)}set(e){(!this.handleSet||this.handleSet(e))&&(b(this,h,H).call(this,e),b(this,h,A).call(this))}shift(e){this.set(t(this,c)+e)}connectedCallback(){var e;a(this,o,[...this.querySelectorAll(`[data-billboard-item="${this.id||""}"]`)]),(e=t(this,o)[0])==null||e.classList.add("current"),b(this,h,$).call(this),t(this,p).subscribe(i=>{i.current?(S.intersector.subscribe(this,t(this,k)),b(this,h,A).call(this)):(a(this,x,!0),S.intersector.unsubscribe(t(this,k)),clearInterval(t(this,L)),b(this,h,H).call(this,0))}),t(this,p).observe(),t(this,v).observe(),this.addEventListener("pointerdown",t(this,z))}disconnectedCallback(){t(this,p).unobserve(),t(this,v).unobserve(),S.intersector.unsubscribe(t(this,k)),clearInterval(t(this,L))}}D=new WeakMap,p=new WeakMap,v=new WeakMap,L=new WeakMap,x=new WeakMap,o=new WeakMap,c=new WeakMap,h=new WeakSet,$=function(){t(this,o).length>1?this.classList.add("has-length"):this.classList.remove("has-length")},A=function(){t(this,p).current!==!1&&t(this,_).call(this)},k=new WeakMap,_=new WeakMap,H=function(e){t(this,D).current?a(this,c,Y.loopNumber(e,t(this,o).length)):a(this,c,X.clamp(e,0,t(this,o).length-1)),t(this,o).forEach((i,l)=>{i.classList.remove("current","previous","next"),l===t(this,c)?i.classList.add("current"):l<t(this,c)?i.classList.add("previous"):l>t(this,c)&&i.classList.add("next")}),V.dispatchEvent(this,"billboardChange",{detail:{counter:t(this,c)}}),setTimeout(()=>{window.dispatchEvent(new Event("resize"))},0)},j=new WeakMap,z=new WeakMap;customElements.get("e-billboard")||customElements.define("e-billboard",T);var u,w,m,q,y;class Q extends HTMLElement{constructor(){super(...arguments);n(this,u,null);n(this,w,null);n(this,m,[]);n(this,q,e=>{const i=e.currentTarget,l=t(this,m).findIndex(d=>d===i);l>=0&&t(this,u).set(l)});n(this,y,()=>{t(this,m).forEach((e,i)=>{i===t(this,u).counter?e.classList.add("current"):e.classList.remove("current")})})}connectedCallback(){return K(this,null,function*(){var e;if(a(this,u,G.findParentElement(this,T)),t(this,u)&&(yield customElements.whenDefined("e-billboard"),this.isConnected)){const i=t(this,u).itemElements.length;a(this,w,document.createElement("div"));for(let l=0;l<i;l++){const d=document.createElement("button");t(this,m).push(d),t(this,w).appendChild(d)}this.appendChild(t(this,w)),t(this,m).forEach(l=>{l.addEventListener("click",t(this,q))}),(e=t(this,u))==null||e.addEventListener("billboardChange",t(this,y)),t(this,y).call(this)}})}disconnectedCallback(){var e;t(this,m).forEach(i=>{i.removeEventListener("click",t(this,q))}),(e=t(this,u))==null||e.removeEventListener("billboardChange",t(this,y)),this.innerHTML="",a(this,m,[])}}u=new WeakMap,w=new WeakMap,m=new WeakMap,q=new WeakMap,y=new WeakMap;S.isBrowser&&!customElements.get("e-billboard-bullets")&&customElements.define("e-billboard-bullets",Q);var f,E,g;class R extends HTMLElement{constructor(){super();n(this,f,new P.CSSProperty(this,"--index",0));n(this,E,null);n(this,g,()=>{var e;t(this,f).current===((e=t(this,E))==null?void 0:e.counter)?this.classList.add("current"):this.classList.remove("current")});this.addEventListener("click",e=>{t(this,E)&&(!this.handleClick||this.handleClick(e))&&t(this,E).set(t(this,f).current)})}connectedCallback(){var e;this.tabIndex=0,a(this,E,G.findParentElement(this,T)),(e=t(this,E))==null||e.addEventListener("billboardChange",t(this,g)),customElements.whenDefined("e-billboard").then(()=>{this.isConnected&&t(this,g).call(this)}),t(this,f).subscribe(t(this,g)),t(this,f).observe()}disconnectedCallback(){var e;this.removeAttribute("tabindex"),t(this,f).unsubscribe(t(this,g)),t(this,f).unobserve(),(e=t(this,E))==null||e.removeEventListener("billboardChange",t(this,g))}}f=new WeakMap,E=new WeakMap,g=new WeakMap;S.isBrowser&&!customElements.get("e-billboard-set-button")&&customElements.define("e-billboard-set-button",R);var B,I;class U extends HTMLElement{constructor(){super();n(this,B,new P.CSSProperty(this,"--step",1));n(this,I,null);this.addEventListener("click",e=>{t(this,I)&&(!this.handleClick||this.handleClick(e))&&t(this,I).shift(t(this,B).current)})}connectedCallback(){this.tabIndex=0,a(this,I,G.findParentElement(this,T)),t(this,B).observe()}disconnectedCallback(){this.removeAttribute("tabindex"),t(this,B).unobserve()}}B=new WeakMap,I=new WeakMap;S.isBrowser&&!customElements.get("e-billboard-step-button")&&customElements.define("e-billboard-step-button",U);exports.BillboardBulletsElement=Q;exports.BillboardElement=T;exports.BillboardSetButtonElement=R;exports.BillboardStepButtonElement=U;
|
package/lib/billboard/index.js
CHANGED
|
@@ -1,198 +1,218 @@
|
|
|
1
|
-
var
|
|
1
|
+
var Q = (s) => {
|
|
2
2
|
throw TypeError(s);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
5
|
-
var t = (s, l, e) => (
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
var j = (s, l, e) => l.has(s) || Q("Cannot " + e);
|
|
5
|
+
var t = (s, l, e) => (j(s, l, "read from private field"), e ? e.call(s) : l.get(s)), n = (s, l, e) => l.has(s) ? Q("Cannot add the same private member more than once") : l instanceof WeakSet ? l.add(s) : l.set(s, e), a = (s, l, e, i) => (j(s, l, "write to private field"), i ? i.call(s, e) : l.set(s, e), e), u = (s, l, e) => (j(s, l, "access private method"), e);
|
|
6
|
+
var R = (s, l, e) => new Promise((i, r) => {
|
|
7
|
+
var d = (C) => {
|
|
8
|
+
try {
|
|
9
|
+
N(e.next(C));
|
|
10
|
+
} catch ($) {
|
|
11
|
+
r($);
|
|
12
|
+
}
|
|
13
|
+
}, B = (C) => {
|
|
14
|
+
try {
|
|
15
|
+
N(e.throw(C));
|
|
16
|
+
} catch ($) {
|
|
17
|
+
r($);
|
|
18
|
+
}
|
|
19
|
+
}, N = (C) => C.done ? i(C.value) : Promise.resolve(C.value).then(d, B);
|
|
20
|
+
N((e = e.apply(s, l)).next());
|
|
21
|
+
});
|
|
22
|
+
import { a as G, i as K } from "../index-euf5anj6.js";
|
|
23
|
+
import { b as O } from "../dom-CVWzyXPH.js";
|
|
8
24
|
import { CSSProperty as S } from "../css-property/index.js";
|
|
9
|
-
import { d as
|
|
10
|
-
import { s as
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
25
|
+
import { d as U } from "../events-CsVF98U6.js";
|
|
26
|
+
import { s as V } from "../gestures-CcXV6fCp.js";
|
|
27
|
+
import { c as W } from "../math-BOBiC4TN.js";
|
|
28
|
+
import { l as X } from "../number-CbdpfO3u.js";
|
|
29
|
+
var D, E, v, L, x, o, c, h, J, A, k, P, H, q, z;
|
|
30
|
+
class F extends HTMLElement {
|
|
14
31
|
constructor() {
|
|
15
32
|
super(...arguments);
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
33
|
+
n(this, h);
|
|
34
|
+
n(this, D, new S(this, "--loop", !0));
|
|
35
|
+
n(this, E, new S(this, "--autoplay", !1));
|
|
36
|
+
n(this, v, new S(this, "--swipe", "x"));
|
|
37
|
+
n(this, L);
|
|
38
|
+
n(this, x, !1);
|
|
39
|
+
n(this, o, []);
|
|
40
|
+
n(this, c, 0);
|
|
41
|
+
n(this, k, (e) => {
|
|
42
|
+
a(this, x, e.isIntersecting), t(this, x) ? u(this, h, A).call(this) : clearInterval(t(this, L));
|
|
25
43
|
});
|
|
26
|
-
|
|
27
|
-
clearInterval(t(this, L)), t(this,
|
|
28
|
-
t(this,
|
|
29
|
-
parseFloat(t(this,
|
|
44
|
+
n(this, P, () => {
|
|
45
|
+
clearInterval(t(this, L)), t(this, x) && a(this, L, setInterval(
|
|
46
|
+
t(this, q),
|
|
47
|
+
parseFloat(t(this, E).current || "0") * 1e3
|
|
30
48
|
));
|
|
31
49
|
});
|
|
32
|
-
|
|
33
|
-
|
|
50
|
+
n(this, q, () => {
|
|
51
|
+
u(this, h, H).call(this, t(this, c) + 1);
|
|
34
52
|
});
|
|
35
|
-
|
|
53
|
+
n(this, z, (e) => {
|
|
36
54
|
if (!t(this, v).current)
|
|
37
55
|
return;
|
|
38
|
-
let
|
|
39
|
-
|
|
40
|
-
(
|
|
41
|
-
const
|
|
42
|
-
t(this, v).current === "x" ? Math.abs(
|
|
56
|
+
let i = 0;
|
|
57
|
+
V(
|
|
58
|
+
(r) => {
|
|
59
|
+
const d = e.x - r.x, B = e.y - r.y;
|
|
60
|
+
t(this, v).current === "x" ? Math.abs(d) > Math.abs(B) && (i = Math.sign(d)) : t(this, v).current === "y" && Math.abs(B) > Math.abs(d) && (i = Math.sign(B));
|
|
43
61
|
},
|
|
44
62
|
() => {
|
|
45
|
-
this.shift(
|
|
63
|
+
this.shift(i);
|
|
46
64
|
}
|
|
47
65
|
);
|
|
48
66
|
});
|
|
49
67
|
}
|
|
50
68
|
get counter() {
|
|
51
|
-
return t(this,
|
|
69
|
+
return t(this, c);
|
|
52
70
|
}
|
|
53
71
|
get itemElements() {
|
|
54
|
-
return t(this,
|
|
72
|
+
return t(this, o);
|
|
55
73
|
}
|
|
56
74
|
addItem(e) {
|
|
57
|
-
t(this,
|
|
75
|
+
t(this, o).push(e), u(this, h, J).call(this);
|
|
58
76
|
}
|
|
59
77
|
set(e) {
|
|
60
|
-
(!this.handleSet || this.handleSet(e)) && (
|
|
78
|
+
(!this.handleSet || this.handleSet(e)) && (u(this, h, H).call(this, e), u(this, h, A).call(this));
|
|
61
79
|
}
|
|
62
80
|
shift(e) {
|
|
63
|
-
this.set(t(this,
|
|
81
|
+
this.set(t(this, c) + e);
|
|
64
82
|
}
|
|
65
83
|
connectedCallback() {
|
|
66
84
|
var e;
|
|
67
|
-
a(this,
|
|
85
|
+
a(this, o, [
|
|
68
86
|
...this.querySelectorAll(
|
|
69
87
|
`[data-billboard-item="${this.id || ""}"]`
|
|
70
88
|
)
|
|
71
|
-
]), (e = t(this,
|
|
72
|
-
|
|
73
|
-
}), t(this,
|
|
89
|
+
]), (e = t(this, o)[0]) == null || e.classList.add("current"), u(this, h, J).call(this), t(this, E).subscribe((i) => {
|
|
90
|
+
i.current ? (G.subscribe(this, t(this, k)), u(this, h, A).call(this)) : (a(this, x, !0), G.unsubscribe(t(this, k)), clearInterval(t(this, L)), u(this, h, H).call(this, 0));
|
|
91
|
+
}), t(this, E).observe(), t(this, v).observe(), this.addEventListener("pointerdown", t(this, z));
|
|
74
92
|
}
|
|
75
93
|
disconnectedCallback() {
|
|
76
|
-
t(this,
|
|
94
|
+
t(this, E).unobserve(), t(this, v).unobserve(), G.unsubscribe(t(this, k)), clearInterval(t(this, L));
|
|
77
95
|
}
|
|
78
96
|
}
|
|
79
|
-
|
|
80
|
-
t(this,
|
|
81
|
-
},
|
|
82
|
-
t(this,
|
|
83
|
-
}, k = new WeakMap(),
|
|
84
|
-
a(this,
|
|
85
|
-
|
|
86
|
-
}),
|
|
97
|
+
D = new WeakMap(), E = new WeakMap(), v = new WeakMap(), L = new WeakMap(), x = new WeakMap(), o = new WeakMap(), c = new WeakMap(), h = new WeakSet(), J = function() {
|
|
98
|
+
t(this, o).length > 1 ? this.classList.add("has-length") : this.classList.remove("has-length");
|
|
99
|
+
}, A = function() {
|
|
100
|
+
t(this, E).current !== !1 && t(this, P).call(this);
|
|
101
|
+
}, k = new WeakMap(), P = new WeakMap(), H = function(e) {
|
|
102
|
+
t(this, D).current ? a(this, c, X(e, t(this, o).length)) : a(this, c, W(e, 0, t(this, o).length - 1)), t(this, o).forEach((i, r) => {
|
|
103
|
+
i.classList.remove("current", "previous", "next"), r === t(this, c) ? i.classList.add("current") : r < t(this, c) ? i.classList.add("previous") : r > t(this, c) && i.classList.add("next");
|
|
104
|
+
}), U(this, "billboardChange", {
|
|
87
105
|
detail: {
|
|
88
|
-
counter: t(this,
|
|
106
|
+
counter: t(this, c)
|
|
89
107
|
}
|
|
90
108
|
}), setTimeout(() => {
|
|
91
109
|
window.dispatchEvent(new Event("resize"));
|
|
92
110
|
}, 0);
|
|
93
|
-
},
|
|
94
|
-
customElements.get("e-billboard") || customElements.define("e-billboard",
|
|
95
|
-
var
|
|
96
|
-
class
|
|
111
|
+
}, q = new WeakMap(), z = new WeakMap();
|
|
112
|
+
customElements.get("e-billboard") || customElements.define("e-billboard", F);
|
|
113
|
+
var b, w, m, T, I;
|
|
114
|
+
class Y extends HTMLElement {
|
|
97
115
|
constructor() {
|
|
98
116
|
super(...arguments);
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
117
|
+
n(this, b, null);
|
|
118
|
+
n(this, w, null);
|
|
119
|
+
n(this, m, []);
|
|
120
|
+
n(this, T, (e) => {
|
|
121
|
+
const i = e.currentTarget, r = t(this, m).findIndex((d) => d === i);
|
|
122
|
+
r >= 0 && t(this, b).set(r);
|
|
104
123
|
});
|
|
105
|
-
|
|
106
|
-
t(this,
|
|
107
|
-
|
|
124
|
+
n(this, I, () => {
|
|
125
|
+
t(this, m).forEach((e, i) => {
|
|
126
|
+
i === t(this, b).counter ? e.classList.add("current") : e.classList.remove("current");
|
|
108
127
|
});
|
|
109
128
|
});
|
|
110
129
|
}
|
|
111
130
|
connectedCallback() {
|
|
112
|
-
|
|
131
|
+
return R(this, null, function* () {
|
|
113
132
|
var e;
|
|
114
|
-
if (this.isConnected) {
|
|
115
|
-
const
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
133
|
+
if (a(this, b, O(this, F)), t(this, b) && (yield customElements.whenDefined("e-billboard"), this.isConnected)) {
|
|
134
|
+
const i = t(this, b).itemElements.length;
|
|
135
|
+
a(this, w, document.createElement("div"));
|
|
136
|
+
for (let r = 0; r < i; r++) {
|
|
137
|
+
const d = document.createElement("button");
|
|
138
|
+
t(this, m).push(d), t(this, w).appendChild(d);
|
|
119
139
|
}
|
|
120
|
-
t(this,
|
|
121
|
-
|
|
122
|
-
}), (e = t(this,
|
|
140
|
+
this.appendChild(t(this, w)), t(this, m).forEach((r) => {
|
|
141
|
+
r.addEventListener("click", t(this, T));
|
|
142
|
+
}), (e = t(this, b)) == null || e.addEventListener(
|
|
123
143
|
"billboardChange",
|
|
124
|
-
t(this,
|
|
125
|
-
), t(this,
|
|
144
|
+
t(this, I)
|
|
145
|
+
), t(this, I).call(this);
|
|
126
146
|
}
|
|
127
147
|
});
|
|
128
148
|
}
|
|
129
149
|
disconnectedCallback() {
|
|
130
150
|
var e;
|
|
131
|
-
t(this,
|
|
132
|
-
|
|
133
|
-
}), (e = t(this,
|
|
151
|
+
t(this, m).forEach((i) => {
|
|
152
|
+
i.removeEventListener("click", t(this, T));
|
|
153
|
+
}), (e = t(this, b)) == null || e.removeEventListener(
|
|
134
154
|
"billboardChange",
|
|
135
|
-
t(this,
|
|
136
|
-
), this.innerHTML = "", a(this,
|
|
155
|
+
t(this, I)
|
|
156
|
+
), this.innerHTML = "", a(this, m, []);
|
|
137
157
|
}
|
|
138
158
|
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
var
|
|
142
|
-
class
|
|
159
|
+
b = new WeakMap(), w = new WeakMap(), m = new WeakMap(), T = new WeakMap(), I = new WeakMap();
|
|
160
|
+
K && !customElements.get("e-billboard-bullets") && customElements.define("e-billboard-bullets", Y);
|
|
161
|
+
var f, p, g;
|
|
162
|
+
class Z extends HTMLElement {
|
|
143
163
|
constructor() {
|
|
144
164
|
super();
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
165
|
+
n(this, f, new S(this, "--index", 0));
|
|
166
|
+
n(this, p, null);
|
|
167
|
+
n(this, g, () => {
|
|
148
168
|
var e;
|
|
149
|
-
t(this,
|
|
169
|
+
t(this, f).current === ((e = t(this, p)) == null ? void 0 : e.counter) ? this.classList.add("current") : this.classList.remove("current");
|
|
150
170
|
});
|
|
151
171
|
this.addEventListener("click", (e) => {
|
|
152
|
-
t(this,
|
|
172
|
+
t(this, p) && (!this.handleClick || this.handleClick(e)) && t(this, p).set(t(this, f).current);
|
|
153
173
|
});
|
|
154
174
|
}
|
|
155
175
|
connectedCallback() {
|
|
156
176
|
var e;
|
|
157
|
-
this.tabIndex = 0, a(this,
|
|
177
|
+
this.tabIndex = 0, a(this, p, O(this, F)), (e = t(this, p)) == null || e.addEventListener(
|
|
158
178
|
"billboardChange",
|
|
159
179
|
t(this, g)
|
|
160
180
|
), customElements.whenDefined("e-billboard").then(() => {
|
|
161
181
|
this.isConnected && t(this, g).call(this);
|
|
162
|
-
}), t(this,
|
|
182
|
+
}), t(this, f).subscribe(t(this, g)), t(this, f).observe();
|
|
163
183
|
}
|
|
164
184
|
disconnectedCallback() {
|
|
165
185
|
var e;
|
|
166
|
-
this.removeAttribute("tabindex"), t(this,
|
|
186
|
+
this.removeAttribute("tabindex"), t(this, f).unsubscribe(t(this, g)), t(this, f).unobserve(), (e = t(this, p)) == null || e.removeEventListener(
|
|
167
187
|
"billboardChange",
|
|
168
188
|
t(this, g)
|
|
169
189
|
);
|
|
170
190
|
}
|
|
171
191
|
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
var
|
|
175
|
-
class
|
|
192
|
+
f = new WeakMap(), p = new WeakMap(), g = new WeakMap();
|
|
193
|
+
K && !customElements.get("e-billboard-set-button") && customElements.define("e-billboard-set-button", Z);
|
|
194
|
+
var y, M;
|
|
195
|
+
class _ extends HTMLElement {
|
|
176
196
|
constructor() {
|
|
177
197
|
super();
|
|
178
|
-
|
|
179
|
-
|
|
198
|
+
n(this, y, new S(this, "--step", 1));
|
|
199
|
+
n(this, M, null);
|
|
180
200
|
this.addEventListener("click", (e) => {
|
|
181
|
-
t(this,
|
|
201
|
+
t(this, M) && (!this.handleClick || this.handleClick(e)) && t(this, M).shift(t(this, y).current);
|
|
182
202
|
});
|
|
183
203
|
}
|
|
184
204
|
connectedCallback() {
|
|
185
|
-
this.tabIndex = 0, a(this,
|
|
205
|
+
this.tabIndex = 0, a(this, M, O(this, F)), t(this, y).observe();
|
|
186
206
|
}
|
|
187
207
|
disconnectedCallback() {
|
|
188
|
-
this.removeAttribute("tabindex"), t(this,
|
|
208
|
+
this.removeAttribute("tabindex"), t(this, y).unobserve();
|
|
189
209
|
}
|
|
190
210
|
}
|
|
191
|
-
|
|
192
|
-
|
|
211
|
+
y = new WeakMap(), M = new WeakMap();
|
|
212
|
+
K && !customElements.get("e-billboard-step-button") && customElements.define("e-billboard-step-button", _);
|
|
193
213
|
export {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
214
|
+
Y as BillboardBulletsElement,
|
|
215
|
+
F as BillboardElement,
|
|
216
|
+
Z as BillboardSetButtonElement,
|
|
217
|
+
_ as BillboardStepButtonElement
|
|
198
218
|
};
|