@everymatrix/casino-navigation-search 1.87.26 → 1.87.28
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/components/CasinoCategories-D03ywWap.js +508 -0
- package/components/CasinoCategories-De2O7nY7.cjs +1 -0
- package/components/CasinoCategories-DwrD955W.js +505 -0
- package/components/{CasinoCategoriesProviders-wiBurw3I.js → CasinoCategoriesProviders-BdtzkzB9.js} +151 -150
- package/components/{CasinoCategoriesProviders-C6jaH_bi.js → CasinoCategoriesProviders-CEig9pqM.js} +145 -144
- package/components/CasinoCategoriesProviders-CjzJD4F5.cjs +1 -0
- package/components/CasinoGameThumbnail-9VdwPGp6.cjs +47 -0
- package/components/CasinoGameThumbnail-BhUMu5jg.js +4355 -0
- package/components/CasinoGameThumbnail-D-MyFmoL.js +4371 -0
- package/components/CasinoNavigationSearch-BXnm3TTr.js +1094 -0
- package/components/CasinoNavigationSearch-DCzsTtAH.cjs +1 -0
- package/components/CasinoNavigationSearch-eJclHiIa.js +1136 -0
- package/components/{CasinoProviders-unwzg6FV.js → CasinoProviders-BZ1HrZLf.js} +84 -83
- package/components/{CasinoProviders-CNXaeFol.js → CasinoProviders-Bs8WnLeF.js} +69 -68
- package/components/CasinoProviders-mQfo2558.cjs +1 -0
- package/components/CasinoSearch-BLkMZ3g_.js +4928 -0
- package/components/CasinoSearch-BZ_ZSZxR.cjs +18 -0
- package/components/CasinoSearch-jAxRxn7o.js +4946 -0
- package/es2015/casino-navigation-search.cjs +1 -1
- package/es2015/casino-navigation-search.js +7 -7
- package/esnext/casino-navigation-search.js +1 -1
- package/package.json +1 -1
- package/components/CasinoCategories-BIfo87kb.js +0 -4363
- package/components/CasinoCategories-B_XS4BnL.cjs +0 -3
- package/components/CasinoCategories-EyDPHbRr.js +0 -4403
- package/components/CasinoCategoriesProviders-DwzgJQIC.cjs +0 -1
- package/components/CasinoGameThumbnail-COVYIHKr.js +0 -4898
- package/components/CasinoGameThumbnail-DJvF4m00.cjs +0 -62
- package/components/CasinoGameThumbnail-UFeFBP15.js +0 -4882
- package/components/CasinoNavigationSearch-7vC0vX_R.js +0 -472
- package/components/CasinoNavigationSearch-DZnDLNrA.js +0 -472
- package/components/CasinoNavigationSearch-DdLipJ-m.cjs +0 -1
- package/components/CasinoProviders-CXfeouVv.cjs +0 -1
- package/components/CasinoSearch-4z15LzHk.js +0 -1136
- package/components/CasinoSearch-Axyir5wR.js +0 -1154
- package/components/CasinoSearch-DVaxD--r.cjs +0 -1
package/components/{CasinoCategoriesProviders-wiBurw3I.js → CasinoCategoriesProviders-BdtzkzB9.js}
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { S as L, b as K, s as q, f as g, c as R, n as j, d as U, r as I, t as z, e as f, z as i, h as G, j as u, l as D, k as b, u as M, m as P, p as J, q as Q, v as W, A as X, B as Y, C as Z, D as x } from "./CasinoNavigationSearch-eJclHiIa.js";
|
|
2
|
+
import { a as $, $ as ee, b as te } from "./CasinoSearch-jAxRxn7o.js";
|
|
3
|
+
function O(s, t) {
|
|
4
|
+
$(s, t);
|
|
4
5
|
}
|
|
5
|
-
function
|
|
6
|
-
|
|
6
|
+
function se(s) {
|
|
7
|
+
ee.set(s);
|
|
7
8
|
}
|
|
8
|
-
const
|
|
9
|
+
const V = {
|
|
9
10
|
en: {
|
|
10
11
|
categories: "Categories",
|
|
11
12
|
providers: "Suppliers"
|
|
@@ -81,9 +82,9 @@ const z = {
|
|
|
81
82
|
};
|
|
82
83
|
if (typeof window != "undefined") {
|
|
83
84
|
let s = function(t) {
|
|
84
|
-
return function(...
|
|
85
|
+
return function(...r) {
|
|
85
86
|
try {
|
|
86
|
-
return t.apply(this,
|
|
87
|
+
return t.apply(this, r);
|
|
87
88
|
} catch (n) {
|
|
88
89
|
if (n instanceof DOMException && n.message.includes("has already been used with this registry") || n.message.includes("Cannot define multiple custom elements with the same tag name"))
|
|
89
90
|
return !1;
|
|
@@ -91,15 +92,15 @@ if (typeof window != "undefined") {
|
|
|
91
92
|
}
|
|
92
93
|
};
|
|
93
94
|
};
|
|
94
|
-
customElements.define = s(customElements.define), import("./CasinoCategories-
|
|
95
|
+
customElements.define = s(customElements.define), import("./CasinoCategories-D03ywWap.js").then(({ default: t }) => {
|
|
95
96
|
!customElements.get("casino-categories") && customElements.define("casino-categories", t.element);
|
|
96
97
|
});
|
|
97
98
|
}
|
|
98
99
|
if (typeof window != "undefined") {
|
|
99
100
|
let s = function(t) {
|
|
100
|
-
return function(...
|
|
101
|
+
return function(...r) {
|
|
101
102
|
try {
|
|
102
|
-
return t.apply(this,
|
|
103
|
+
return t.apply(this, r);
|
|
103
104
|
} catch (n) {
|
|
104
105
|
if (n instanceof DOMException && n.message.includes("has already been used with this registry") || n.message.includes("Cannot define multiple custom elements with the same tag name"))
|
|
105
106
|
return !1;
|
|
@@ -107,288 +108,288 @@ if (typeof window != "undefined") {
|
|
|
107
108
|
}
|
|
108
109
|
};
|
|
109
110
|
};
|
|
110
|
-
customElements.define = s(customElements.define), import("./CasinoProviders-
|
|
111
|
+
customElements.define = s(customElements.define), import("./CasinoProviders-BZ1HrZLf.js").then(({ default: t }) => {
|
|
111
112
|
!customElements.get("casino-providers") && customElements.define("casino-providers", t.element);
|
|
112
113
|
});
|
|
113
114
|
}
|
|
114
|
-
function
|
|
115
|
+
function ie(s) {
|
|
115
116
|
R(s, "svelte-10w1o04", "*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.NotVisible{display:none}.CasinoCategoriesProviders{background-color:var(--emw--casino-color-bg, var(--emw--color-background, #07072A))}.Header{display:flex;max-width:100%;min-width:320px;margin-bottom:14px;font-size:18px;background-color:var(--emw--casino-color-bg, var(--emw--color-background, #07072A))}.HeaderButton{flex:1 2 0;min-height:48px;margin:0;border:none;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));box-shadow:1px 2px 2px rgba(var(--emw--color-gray-150, #828282), 0.1)}.HeaderButton.Active{box-shadow:none;border-bottom:2px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))}");
|
|
116
117
|
}
|
|
117
|
-
function
|
|
118
|
-
let t,
|
|
118
|
+
function re(s) {
|
|
119
|
+
let t, r, n, m, _ = (
|
|
119
120
|
/*$_*/
|
|
120
121
|
s[12]("categories") + ""
|
|
121
|
-
), k,
|
|
122
|
+
), k, w, B, v, h = (
|
|
122
123
|
/*$_*/
|
|
123
124
|
s[12]("providers") + ""
|
|
124
|
-
),
|
|
125
|
+
), y, p, C, d, a, c, H, S, l, E, F, N;
|
|
125
126
|
return {
|
|
126
127
|
c() {
|
|
127
|
-
t =
|
|
128
|
-
(s[11] === "categories" ? "Active" : "")), f(
|
|
129
|
-
(s[11] === "providers" ? "Active" : "")), f(n, "class", "Header"),
|
|
128
|
+
t = b("div"), r = b("div"), n = b("div"), m = b("button"), k = M(_), B = P(), v = b("button"), y = M(h), C = P(), d = b("div"), a = b("casino-categories"), H = P(), S = b("div"), l = b("casino-providers"), f(m, "class", w = "HeaderButton " + /*activeTab*/
|
|
129
|
+
(s[11] === "categories" ? "Active" : "")), f(v, "class", p = "HeaderButton " + /*activeTab*/
|
|
130
|
+
(s[11] === "providers" ? "Active" : "")), f(n, "class", "Header"), i(
|
|
130
131
|
a,
|
|
131
132
|
"endpoint",
|
|
132
133
|
/*endpointcategories*/
|
|
133
134
|
s[0]
|
|
134
|
-
),
|
|
135
|
+
), i(
|
|
135
136
|
a,
|
|
136
137
|
"datasource",
|
|
137
138
|
/*datasourcecategories*/
|
|
138
139
|
s[1]
|
|
139
|
-
),
|
|
140
|
+
), i(
|
|
140
141
|
a,
|
|
141
142
|
"activecategory",
|
|
142
143
|
/*activecategory*/
|
|
143
144
|
s[2]
|
|
144
|
-
),
|
|
145
|
+
), i(
|
|
145
146
|
a,
|
|
146
147
|
"excludedflags",
|
|
147
148
|
/*excludedflags*/
|
|
148
149
|
s[5]
|
|
149
|
-
),
|
|
150
|
+
), i(
|
|
150
151
|
a,
|
|
151
152
|
"lang",
|
|
152
153
|
/*lang*/
|
|
153
154
|
s[6]
|
|
154
|
-
),
|
|
155
|
+
), i(
|
|
155
156
|
a,
|
|
156
157
|
"clientstyling",
|
|
157
158
|
/*clientstyling*/
|
|
158
159
|
s[7]
|
|
159
|
-
),
|
|
160
|
+
), i(
|
|
160
161
|
a,
|
|
161
162
|
"clientstylingurl",
|
|
162
163
|
/*clientstylingurl*/
|
|
163
164
|
s[8]
|
|
164
|
-
),
|
|
165
|
+
), i(
|
|
165
166
|
a,
|
|
166
167
|
"mbsource",
|
|
167
168
|
/*mbsource*/
|
|
168
169
|
s[9]
|
|
169
170
|
), f(d, "class", c = /*activeTab*/
|
|
170
|
-
s[11] === "providers" ? "NotVisible" : ""),
|
|
171
|
+
s[11] === "providers" ? "NotVisible" : ""), i(
|
|
171
172
|
l,
|
|
172
173
|
"endpoint",
|
|
173
174
|
/*endpointproviders*/
|
|
174
175
|
s[3]
|
|
175
|
-
),
|
|
176
|
+
), i(
|
|
176
177
|
l,
|
|
177
178
|
"datasource",
|
|
178
179
|
/*datasourceproviders*/
|
|
179
180
|
s[4]
|
|
180
|
-
),
|
|
181
|
+
), i(
|
|
181
182
|
l,
|
|
182
183
|
"lang",
|
|
183
184
|
/*lang*/
|
|
184
185
|
s[6]
|
|
185
|
-
),
|
|
186
|
+
), i(
|
|
186
187
|
l,
|
|
187
188
|
"clientstyling",
|
|
188
189
|
/*clientstyling*/
|
|
189
190
|
s[7]
|
|
190
|
-
),
|
|
191
|
+
), i(
|
|
191
192
|
l,
|
|
192
193
|
"clientstylingurl",
|
|
193
194
|
/*clientstylingurl*/
|
|
194
195
|
s[8]
|
|
195
|
-
),
|
|
196
|
+
), i(
|
|
196
197
|
l,
|
|
197
198
|
"mbsource",
|
|
198
199
|
/*mbsource*/
|
|
199
200
|
s[9]
|
|
200
|
-
), f(
|
|
201
|
-
s[11] === "categories" ? "NotVisible" : ""), f(
|
|
201
|
+
), f(S, "class", E = /*activeTab*/
|
|
202
|
+
s[11] === "categories" ? "NotVisible" : ""), f(r, "class", "CasinoCategoriesProviders");
|
|
202
203
|
},
|
|
203
|
-
m(
|
|
204
|
-
G(
|
|
205
|
-
|
|
206
|
-
|
|
204
|
+
m(o, e) {
|
|
205
|
+
G(o, t, e), u(t, r), u(r, n), u(n, m), u(m, k), u(n, B), u(n, v), u(v, y), u(r, C), u(r, d), u(d, a), u(r, H), u(r, S), u(S, l), s[17](t), F || (N = [
|
|
206
|
+
D(
|
|
207
|
+
m,
|
|
207
208
|
"click",
|
|
208
209
|
/*click_handler*/
|
|
209
210
|
s[15]
|
|
210
211
|
),
|
|
211
|
-
|
|
212
|
-
|
|
212
|
+
D(
|
|
213
|
+
v,
|
|
213
214
|
"click",
|
|
214
215
|
/*click_handler_1*/
|
|
215
216
|
s[16]
|
|
216
217
|
)
|
|
217
|
-
],
|
|
218
|
+
], F = !0);
|
|
218
219
|
},
|
|
219
|
-
p(
|
|
220
|
-
|
|
221
|
-
4096 &&
|
|
222
|
-
|
|
223
|
-
2048 &&
|
|
224
|
-
(
|
|
220
|
+
p(o, [e]) {
|
|
221
|
+
e & /*$_*/
|
|
222
|
+
4096 && _ !== (_ = /*$_*/
|
|
223
|
+
o[12]("categories") + "") && z(k, _), e & /*activeTab*/
|
|
224
|
+
2048 && w !== (w = "HeaderButton " + /*activeTab*/
|
|
225
|
+
(o[11] === "categories" ? "Active" : "")) && f(m, "class", w), e & /*$_*/
|
|
225
226
|
4096 && h !== (h = /*$_*/
|
|
226
|
-
|
|
227
|
+
o[12]("providers") + "") && z(y, h), e & /*activeTab*/
|
|
227
228
|
2048 && p !== (p = "HeaderButton " + /*activeTab*/
|
|
228
|
-
(
|
|
229
|
-
1 &&
|
|
229
|
+
(o[11] === "providers" ? "Active" : "")) && f(v, "class", p), e & /*endpointcategories*/
|
|
230
|
+
1 && i(
|
|
230
231
|
a,
|
|
231
232
|
"endpoint",
|
|
232
233
|
/*endpointcategories*/
|
|
233
|
-
|
|
234
|
-
),
|
|
235
|
-
2 &&
|
|
234
|
+
o[0]
|
|
235
|
+
), e & /*datasourcecategories*/
|
|
236
|
+
2 && i(
|
|
236
237
|
a,
|
|
237
238
|
"datasource",
|
|
238
239
|
/*datasourcecategories*/
|
|
239
|
-
|
|
240
|
-
),
|
|
241
|
-
4 &&
|
|
240
|
+
o[1]
|
|
241
|
+
), e & /*activecategory*/
|
|
242
|
+
4 && i(
|
|
242
243
|
a,
|
|
243
244
|
"activecategory",
|
|
244
245
|
/*activecategory*/
|
|
245
|
-
|
|
246
|
-
),
|
|
247
|
-
32 &&
|
|
246
|
+
o[2]
|
|
247
|
+
), e & /*excludedflags*/
|
|
248
|
+
32 && i(
|
|
248
249
|
a,
|
|
249
250
|
"excludedflags",
|
|
250
251
|
/*excludedflags*/
|
|
251
|
-
|
|
252
|
-
),
|
|
253
|
-
64 &&
|
|
252
|
+
o[5]
|
|
253
|
+
), e & /*lang*/
|
|
254
|
+
64 && i(
|
|
254
255
|
a,
|
|
255
256
|
"lang",
|
|
256
257
|
/*lang*/
|
|
257
|
-
|
|
258
|
-
),
|
|
259
|
-
128 &&
|
|
258
|
+
o[6]
|
|
259
|
+
), e & /*clientstyling*/
|
|
260
|
+
128 && i(
|
|
260
261
|
a,
|
|
261
262
|
"clientstyling",
|
|
262
263
|
/*clientstyling*/
|
|
263
|
-
|
|
264
|
-
),
|
|
265
|
-
256 &&
|
|
264
|
+
o[7]
|
|
265
|
+
), e & /*clientstylingurl*/
|
|
266
|
+
256 && i(
|
|
266
267
|
a,
|
|
267
268
|
"clientstylingurl",
|
|
268
269
|
/*clientstylingurl*/
|
|
269
|
-
|
|
270
|
-
),
|
|
271
|
-
512 &&
|
|
270
|
+
o[8]
|
|
271
|
+
), e & /*mbsource*/
|
|
272
|
+
512 && i(
|
|
272
273
|
a,
|
|
273
274
|
"mbsource",
|
|
274
275
|
/*mbsource*/
|
|
275
|
-
|
|
276
|
-
),
|
|
276
|
+
o[9]
|
|
277
|
+
), e & /*activeTab*/
|
|
277
278
|
2048 && c !== (c = /*activeTab*/
|
|
278
|
-
|
|
279
|
-
8 &&
|
|
279
|
+
o[11] === "providers" ? "NotVisible" : "") && f(d, "class", c), e & /*endpointproviders*/
|
|
280
|
+
8 && i(
|
|
280
281
|
l,
|
|
281
282
|
"endpoint",
|
|
282
283
|
/*endpointproviders*/
|
|
283
|
-
|
|
284
|
-
),
|
|
285
|
-
16 &&
|
|
284
|
+
o[3]
|
|
285
|
+
), e & /*datasourceproviders*/
|
|
286
|
+
16 && i(
|
|
286
287
|
l,
|
|
287
288
|
"datasource",
|
|
288
289
|
/*datasourceproviders*/
|
|
289
|
-
|
|
290
|
-
),
|
|
291
|
-
64 &&
|
|
290
|
+
o[4]
|
|
291
|
+
), e & /*lang*/
|
|
292
|
+
64 && i(
|
|
292
293
|
l,
|
|
293
294
|
"lang",
|
|
294
295
|
/*lang*/
|
|
295
|
-
|
|
296
|
-
),
|
|
297
|
-
128 &&
|
|
296
|
+
o[6]
|
|
297
|
+
), e & /*clientstyling*/
|
|
298
|
+
128 && i(
|
|
298
299
|
l,
|
|
299
300
|
"clientstyling",
|
|
300
301
|
/*clientstyling*/
|
|
301
|
-
|
|
302
|
-
),
|
|
303
|
-
256 &&
|
|
302
|
+
o[7]
|
|
303
|
+
), e & /*clientstylingurl*/
|
|
304
|
+
256 && i(
|
|
304
305
|
l,
|
|
305
306
|
"clientstylingurl",
|
|
306
307
|
/*clientstylingurl*/
|
|
307
|
-
|
|
308
|
-
),
|
|
309
|
-
512 &&
|
|
308
|
+
o[8]
|
|
309
|
+
), e & /*mbsource*/
|
|
310
|
+
512 && i(
|
|
310
311
|
l,
|
|
311
312
|
"mbsource",
|
|
312
313
|
/*mbsource*/
|
|
313
|
-
|
|
314
|
-
),
|
|
314
|
+
o[9]
|
|
315
|
+
), e & /*activeTab*/
|
|
315
316
|
2048 && E !== (E = /*activeTab*/
|
|
316
|
-
|
|
317
|
+
o[11] === "categories" ? "NotVisible" : "") && f(S, "class", E);
|
|
317
318
|
},
|
|
318
|
-
i:
|
|
319
|
-
o:
|
|
320
|
-
d(
|
|
321
|
-
|
|
319
|
+
i: j,
|
|
320
|
+
o: j,
|
|
321
|
+
d(o) {
|
|
322
|
+
o && U(t), s[17](null), F = !1, I(N);
|
|
322
323
|
}
|
|
323
324
|
};
|
|
324
325
|
}
|
|
325
|
-
function
|
|
326
|
+
function oe(s, t, r) {
|
|
326
327
|
let n;
|
|
327
|
-
J(s,
|
|
328
|
-
let { endpointcategories:
|
|
329
|
-
const
|
|
330
|
-
fetch(
|
|
331
|
-
Object.keys(
|
|
332
|
-
|
|
328
|
+
J(s, te, (e) => r(12, n = e));
|
|
329
|
+
let { endpointcategories: m = "" } = t, { datasourcecategories: _ = "" } = t, { activecategory: k = "" } = t, { endpointproviders: w = "" } = t, { datasourceproviders: B = "" } = t, { excludedflags: v = "" } = t, { lang: h = "en" } = t, { clientstyling: y = "" } = t, { clientstylingurl: p = "" } = t, { translationurl: C = "" } = t, { mbsource: d } = t, a = "categories", c, H;
|
|
330
|
+
const S = () => {
|
|
331
|
+
fetch(C).then((A) => A.json()).then((A) => {
|
|
332
|
+
Object.keys(A).forEach((T) => {
|
|
333
|
+
O(T, A[T]);
|
|
333
334
|
});
|
|
334
|
-
}).catch((
|
|
335
|
-
console.log(
|
|
335
|
+
}).catch((A) => {
|
|
336
|
+
console.log(A);
|
|
336
337
|
});
|
|
337
338
|
};
|
|
338
|
-
Object.keys(
|
|
339
|
-
|
|
339
|
+
Object.keys(V).forEach((e) => {
|
|
340
|
+
O(e, V[e]);
|
|
340
341
|
});
|
|
341
|
-
const
|
|
342
|
-
a !== e &&
|
|
343
|
-
},
|
|
344
|
-
|
|
342
|
+
const l = (e) => {
|
|
343
|
+
a !== e && r(11, a = e);
|
|
344
|
+
}, E = () => {
|
|
345
|
+
se(h);
|
|
345
346
|
};
|
|
346
347
|
Q(() => () => {
|
|
347
348
|
});
|
|
348
|
-
const
|
|
349
|
-
function
|
|
349
|
+
const F = () => l("categories"), N = () => l("providers");
|
|
350
|
+
function o(e) {
|
|
350
351
|
W[e ? "unshift" : "push"](() => {
|
|
351
|
-
c = e,
|
|
352
|
+
c = e, r(10, c);
|
|
352
353
|
});
|
|
353
354
|
}
|
|
354
355
|
return s.$$set = (e) => {
|
|
355
|
-
"endpointcategories" in e &&
|
|
356
|
+
"endpointcategories" in e && r(0, m = e.endpointcategories), "datasourcecategories" in e && r(1, _ = e.datasourcecategories), "activecategory" in e && r(2, k = e.activecategory), "endpointproviders" in e && r(3, w = e.endpointproviders), "datasourceproviders" in e && r(4, B = e.datasourceproviders), "excludedflags" in e && r(5, v = e.excludedflags), "lang" in e && r(6, h = e.lang), "clientstyling" in e && r(7, y = e.clientstyling), "clientstylingurl" in e && r(8, p = e.clientstylingurl), "translationurl" in e && r(14, C = e.translationurl), "mbsource" in e && r(9, d = e.mbsource);
|
|
356
357
|
}, s.$$.update = () => {
|
|
357
358
|
s.$$.dirty & /*translationurl*/
|
|
358
|
-
16384 &&
|
|
359
|
-
64 && h &&
|
|
360
|
-
1152 &&
|
|
359
|
+
16384 && C && S(), s.$$.dirty & /*lang*/
|
|
360
|
+
64 && h && E(), s.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
361
|
+
1152 && y && c && X(c, y), s.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
361
362
|
1280 && p && c && Y(c, p), s.$$.dirty & /*mbsource, customStylingContainer*/
|
|
362
|
-
1536 && d && c && Z(c, `${d}.Style
|
|
363
|
+
1536 && d && c && Z(c, `${d}.Style`, H);
|
|
363
364
|
}, [
|
|
364
|
-
v,
|
|
365
|
-
w,
|
|
366
|
-
k,
|
|
367
|
-
C,
|
|
368
|
-
A,
|
|
369
365
|
m,
|
|
370
|
-
h,
|
|
371
366
|
_,
|
|
367
|
+
k,
|
|
368
|
+
w,
|
|
369
|
+
B,
|
|
370
|
+
v,
|
|
371
|
+
h,
|
|
372
|
+
y,
|
|
372
373
|
p,
|
|
373
374
|
d,
|
|
374
375
|
c,
|
|
375
376
|
a,
|
|
376
377
|
n,
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
378
|
+
l,
|
|
379
|
+
C,
|
|
380
|
+
F,
|
|
381
|
+
N,
|
|
382
|
+
o
|
|
382
383
|
];
|
|
383
384
|
}
|
|
384
|
-
class
|
|
385
|
+
class ae extends L {
|
|
385
386
|
constructor(t) {
|
|
386
|
-
super(),
|
|
387
|
+
super(), K(
|
|
387
388
|
this,
|
|
388
389
|
t,
|
|
390
|
+
oe,
|
|
389
391
|
re,
|
|
390
|
-
|
|
391
|
-
I,
|
|
392
|
+
q,
|
|
392
393
|
{
|
|
393
394
|
endpointcategories: 0,
|
|
394
395
|
datasourcecategories: 1,
|
|
@@ -402,77 +403,77 @@ class oe extends K {
|
|
|
402
403
|
translationurl: 14,
|
|
403
404
|
mbsource: 9
|
|
404
405
|
},
|
|
405
|
-
|
|
406
|
+
ie
|
|
406
407
|
);
|
|
407
408
|
}
|
|
408
409
|
get endpointcategories() {
|
|
409
410
|
return this.$$.ctx[0];
|
|
410
411
|
}
|
|
411
412
|
set endpointcategories(t) {
|
|
412
|
-
this.$$set({ endpointcategories: t }),
|
|
413
|
+
this.$$set({ endpointcategories: t }), g();
|
|
413
414
|
}
|
|
414
415
|
get datasourcecategories() {
|
|
415
416
|
return this.$$.ctx[1];
|
|
416
417
|
}
|
|
417
418
|
set datasourcecategories(t) {
|
|
418
|
-
this.$$set({ datasourcecategories: t }),
|
|
419
|
+
this.$$set({ datasourcecategories: t }), g();
|
|
419
420
|
}
|
|
420
421
|
get activecategory() {
|
|
421
422
|
return this.$$.ctx[2];
|
|
422
423
|
}
|
|
423
424
|
set activecategory(t) {
|
|
424
|
-
this.$$set({ activecategory: t }),
|
|
425
|
+
this.$$set({ activecategory: t }), g();
|
|
425
426
|
}
|
|
426
427
|
get endpointproviders() {
|
|
427
428
|
return this.$$.ctx[3];
|
|
428
429
|
}
|
|
429
430
|
set endpointproviders(t) {
|
|
430
|
-
this.$$set({ endpointproviders: t }),
|
|
431
|
+
this.$$set({ endpointproviders: t }), g();
|
|
431
432
|
}
|
|
432
433
|
get datasourceproviders() {
|
|
433
434
|
return this.$$.ctx[4];
|
|
434
435
|
}
|
|
435
436
|
set datasourceproviders(t) {
|
|
436
|
-
this.$$set({ datasourceproviders: t }),
|
|
437
|
+
this.$$set({ datasourceproviders: t }), g();
|
|
437
438
|
}
|
|
438
439
|
get excludedflags() {
|
|
439
440
|
return this.$$.ctx[5];
|
|
440
441
|
}
|
|
441
442
|
set excludedflags(t) {
|
|
442
|
-
this.$$set({ excludedflags: t }),
|
|
443
|
+
this.$$set({ excludedflags: t }), g();
|
|
443
444
|
}
|
|
444
445
|
get lang() {
|
|
445
446
|
return this.$$.ctx[6];
|
|
446
447
|
}
|
|
447
448
|
set lang(t) {
|
|
448
|
-
this.$$set({ lang: t }),
|
|
449
|
+
this.$$set({ lang: t }), g();
|
|
449
450
|
}
|
|
450
451
|
get clientstyling() {
|
|
451
452
|
return this.$$.ctx[7];
|
|
452
453
|
}
|
|
453
454
|
set clientstyling(t) {
|
|
454
|
-
this.$$set({ clientstyling: t }),
|
|
455
|
+
this.$$set({ clientstyling: t }), g();
|
|
455
456
|
}
|
|
456
457
|
get clientstylingurl() {
|
|
457
458
|
return this.$$.ctx[8];
|
|
458
459
|
}
|
|
459
460
|
set clientstylingurl(t) {
|
|
460
|
-
this.$$set({ clientstylingurl: t }),
|
|
461
|
+
this.$$set({ clientstylingurl: t }), g();
|
|
461
462
|
}
|
|
462
463
|
get translationurl() {
|
|
463
464
|
return this.$$.ctx[14];
|
|
464
465
|
}
|
|
465
466
|
set translationurl(t) {
|
|
466
|
-
this.$$set({ translationurl: t }),
|
|
467
|
+
this.$$set({ translationurl: t }), g();
|
|
467
468
|
}
|
|
468
469
|
get mbsource() {
|
|
469
470
|
return this.$$.ctx[9];
|
|
470
471
|
}
|
|
471
472
|
set mbsource(t) {
|
|
472
|
-
this.$$set({ mbsource: t }),
|
|
473
|
+
this.$$set({ mbsource: t }), g();
|
|
473
474
|
}
|
|
474
475
|
}
|
|
475
|
-
|
|
476
|
+
x(ae, { endpointcategories: {}, datasourcecategories: {}, activecategory: {}, endpointproviders: {}, datasourceproviders: {}, excludedflags: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, [], [], !0);
|
|
476
477
|
export {
|
|
477
|
-
|
|
478
|
+
ae as default
|
|
478
479
|
};
|