@webwriter/quiz 1.1.3 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/publish.yml +8 -0
- package/LICENSE +6 -6
- package/README.md +778 -0
- package/assets/icons/grip-horizontal.svg +8 -0
- package/assets/icons/grip-vertical.svg +8 -0
- package/assets/icons/truefalse.svg +6 -0
- package/custom-elements.json +2779 -0
- package/custom.d.ts +180 -176
- package/dist/api/index.d.ts +27 -0
- package/dist/api/index.js +40 -0
- package/dist/migrate.js +1434 -0
- package/dist/widgets/webwriter-choice-item.js +4036 -3895
- package/dist/widgets/webwriter-choice.js +2269 -5821
- package/dist/widgets/webwriter-gap-item.js +3987 -0
- package/dist/widgets/webwriter-gap.js +2908 -0
- package/dist/widgets/webwriter-mark.js +4335 -3489
- package/dist/widgets/webwriter-order-item.js +4014 -3306
- package/dist/widgets/webwriter-order.js +2944 -4386
- package/dist/widgets/webwriter-pairing-item.js +1058 -2421
- package/dist/widgets/webwriter-pairing.js +2993 -4383
- package/dist/widgets/webwriter-quiz-hint.js +2469 -0
- package/dist/widgets/webwriter-quiz.js +4933 -6099
- package/dist/widgets/webwriter-speech.js +6077 -5230
- package/dist/widgets/webwriter-task-prompt.js +4775 -2165
- package/dist/widgets/webwriter-task.js +2364 -8382
- package/dist/widgets/webwriter-text.js +4169 -4337
- package/dist/widgets/webwriter-true-false.js +4674 -0
- package/editing-config.json +106 -0
- package/lit-localize.json +21 -15
- package/localization/de.xlf +407 -74
- package/localization/es.xlf +407 -69
- package/localization/fr.xlf +407 -69
- package/localization/generated/de.ts +112 -29
- package/localization/generated/es.ts +112 -29
- package/localization/generated/fr.ts +112 -29
- package/localization/generated/index.d.ts +5 -0
- package/localization/generated/index.js +2 -2
- package/localization/generated/it.ts +112 -29
- package/localization/generated/locale-codes.js +31 -79
- package/localization/generated/nl.ts +112 -29
- package/localization/it.xlf +407 -69
- package/localization/nl.xlf +407 -69
- package/package.json +119 -252
- package/scripts/apply-translations.mjs +97 -0
- package/src/api/index.ts +72 -0
- package/src/lib/artboard.ts +686 -0
- package/src/lib/draggable-grid.ts +432 -0
- package/src/lib/encrypted-property.ts +202 -0
- package/src/lib/hint-popup.ts +152 -0
- package/src/lib/utils.ts +97 -0
- package/src/lib/webwriter-quirks.ts +121 -0
- package/src/migrate/index.ts +622 -0
- package/src/migrate/legacy-solution.ts +362 -0
- package/src/snippets/order.html +9 -8
- package/src/widgets/choice/webwriter-choice-item.ts +316 -0
- package/src/widgets/choice/webwriter-choice.ts +328 -0
- package/src/widgets/choice/webwriter-true-false.ts +113 -0
- package/src/widgets/dnd/webwriter-dnd-draggable.ts +28 -0
- package/src/widgets/dnd/webwriter-dnd-dropzone.ts +9 -0
- package/src/widgets/dnd/webwriter-dnd.ts +36 -0
- package/src/widgets/gap/webwriter-gap-item.ts +250 -0
- package/src/widgets/gap/webwriter-gap.ts +447 -0
- package/src/widgets/order/webwriter-order-item.ts +243 -0
- package/src/widgets/order/webwriter-order.ts +282 -0
- package/src/widgets/pairing/webwriter-pairing-item.ts +46 -0
- package/src/widgets/pairing/webwriter-pairing.ts +934 -0
- package/src/widgets/speech/audio-player.ts +325 -0
- package/src/widgets/speech/audio-recorder.ts +285 -0
- package/src/widgets/speech/waveform.ts +113 -0
- package/src/widgets/speech/webwriter-speech.ts +87 -0
- package/src/widgets/webwriter-mark.ts +374 -432
- package/src/widgets/webwriter-quiz-hint.ts +36 -0
- package/src/widgets/webwriter-quiz.ts +320 -282
- package/src/widgets/webwriter-task-prompt.ts +49 -24
- package/src/widgets/webwriter-task.ts +216 -547
- package/src/widgets/webwriter-text.ts +291 -156
- package/tsconfig.api.json +12 -0
- package/tsconfig.json +8 -7
- package/dist/widgets/webwriter-choice.css +0 -444
- package/dist/widgets/webwriter-cloze-gap.css +0 -444
- package/dist/widgets/webwriter-cloze-gap.js +0 -5866
- package/dist/widgets/webwriter-cloze.css +0 -444
- package/dist/widgets/webwriter-cloze.js +0 -3786
- package/dist/widgets/webwriter-mark.css +0 -444
- package/dist/widgets/webwriter-order.css +0 -444
- package/dist/widgets/webwriter-pairing-item.css +0 -444
- package/dist/widgets/webwriter-pairing.css +0 -444
- package/dist/widgets/webwriter-quiz.css +0 -444
- package/dist/widgets/webwriter-task-explainer.css +0 -444
- package/dist/widgets/webwriter-task-explainer.js +0 -2872
- package/dist/widgets/webwriter-task-hint.css +0 -444
- package/dist/widgets/webwriter-task-hint.js +0 -2811
- package/dist/widgets/webwriter-task.css +0 -444
- package/dist/widgets/webwriter-text.css +0 -444
- package/localization/bg.xlf +0 -69
- package/localization/cs.xlf +0 -69
- package/localization/da.xlf +0 -69
- package/localization/el.xlf +0 -69
- package/localization/et.xlf +0 -69
- package/localization/fi.xlf +0 -69
- package/localization/generated/bg.ts +0 -30
- package/localization/generated/cs.ts +0 -30
- package/localization/generated/da.ts +0 -30
- package/localization/generated/el.ts +0 -30
- package/localization/generated/et.ts +0 -30
- package/localization/generated/fi.ts +0 -30
- package/localization/generated/hu.ts +0 -30
- package/localization/generated/id.ts +0 -30
- package/localization/generated/ja.ts +0 -30
- package/localization/generated/ko.ts +0 -30
- package/localization/generated/lt.ts +0 -30
- package/localization/generated/lv.ts +0 -30
- package/localization/generated/nb.ts +0 -30
- package/localization/generated/pl.ts +0 -30
- package/localization/generated/pt-BR.ts +0 -30
- package/localization/generated/pt-PT.ts +0 -30
- package/localization/generated/ro.ts +0 -30
- package/localization/generated/ru.ts +0 -30
- package/localization/generated/sk.ts +0 -30
- package/localization/generated/sl.ts +0 -30
- package/localization/generated/sv.ts +0 -30
- package/localization/generated/tr.ts +0 -30
- package/localization/generated/uk.ts +0 -30
- package/localization/generated/zh-hans.ts +0 -30
- package/localization/hu.xlf +0 -69
- package/localization/id.xlf +0 -69
- package/localization/ja.xlf +0 -69
- package/localization/ko.xlf +0 -69
- package/localization/lt.xlf +0 -69
- package/localization/lv.xlf +0 -69
- package/localization/nb.xlf +0 -69
- package/localization/pl.xlf +0 -69
- package/localization/pt-BR.xlf +0 -69
- package/localization/pt-PT.xlf +0 -69
- package/localization/ro.xlf +0 -69
- package/localization/ru.xlf +0 -69
- package/localization/sk.xlf +0 -69
- package/localization/sl.xlf +0 -69
- package/localization/sv.xlf +0 -69
- package/localization/tr.xlf +0 -69
- package/localization/uk.xlf +0 -69
- package/localization/zh-hans.xlf +0 -69
- package/src/lib/combobox.ts +0 -456
- package/src/lib/highlighter-fill.svg +0 -6
- package/src/snippets/Beispiel-Choice.html +0 -57
- package/src/snippets/Beispiel-Mark.html +0 -14
- package/src/snippets/Beispiel-Order.html +0 -52
- package/src/snippets/Beispiel-Text.html +0 -20
- package/src/snippets/blank.html +0 -1
- package/src/snippets/choice.html +0 -8
- package/src/snippets/cloze.html +0 -4
- package/src/snippets/mark.html +0 -4
- package/src/snippets/pairing.html +0 -10
- package/src/snippets/speech.html +0 -4
- package/src/snippets/text.html +0 -4
- package/src/snippets/wordsearch.html +0 -4
- package/src/widgets/webwriter-choice-item.ts +0 -254
- package/src/widgets/webwriter-choice.ts +0 -353
- package/src/widgets/webwriter-cloze-gap.ts +0 -216
- package/src/widgets/webwriter-cloze.ts +0 -136
- package/src/widgets/webwriter-order-item.ts +0 -441
- package/src/widgets/webwriter-order.ts +0 -327
- package/src/widgets/webwriter-pairing-item.ts +0 -161
- package/src/widgets/webwriter-pairing.ts +0 -193
- package/src/widgets/webwriter-speech.ts +0 -273
- package/src/widgets/webwriter-task-explainer.ts +0 -43
- package/src/widgets/webwriter-task-hint.ts +0 -23
|
@@ -1,3786 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __knownSymbol = (name, symbol) => (symbol = Symbol[name]) ? symbol : Symbol.for("Symbol." + name);
|
|
6
|
-
var __typeError = (msg2) => {
|
|
7
|
-
throw TypeError(msg2);
|
|
8
|
-
};
|
|
9
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
10
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
11
|
-
var __glob = (map) => (path) => {
|
|
12
|
-
var fn = map[path];
|
|
13
|
-
if (fn) return fn();
|
|
14
|
-
throw new Error("Module not found in bundle: " + path);
|
|
15
|
-
};
|
|
16
|
-
var __esm = (fn, res) => function __init() {
|
|
17
|
-
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
18
|
-
};
|
|
19
|
-
var __export = (target, all) => {
|
|
20
|
-
for (var name in all)
|
|
21
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
22
|
-
};
|
|
23
|
-
var __decoratorStart = (base) => [, , , __create(base?.[__knownSymbol("metadata")] ?? null)];
|
|
24
|
-
var __decoratorStrings = ["class", "method", "getter", "setter", "accessor", "field", "value", "get", "set"];
|
|
25
|
-
var __expectFn = (fn) => fn !== void 0 && typeof fn !== "function" ? __typeError("Function expected") : fn;
|
|
26
|
-
var __decoratorContext = (kind, name, done, metadata, fns) => ({ kind: __decoratorStrings[kind], name, metadata, addInitializer: (fn) => done._ ? __typeError("Already initialized") : fns.push(__expectFn(fn || null)) });
|
|
27
|
-
var __decoratorMetadata = (array, target) => __defNormalProp(target, __knownSymbol("metadata"), array[3]);
|
|
28
|
-
var __runInitializers = (array, flags, self, value) => {
|
|
29
|
-
for (var i8 = 0, fns = array[flags >> 1], n8 = fns && fns.length; i8 < n8; i8++) flags & 1 ? fns[i8].call(self) : value = fns[i8].call(self, value);
|
|
30
|
-
return value;
|
|
31
|
-
};
|
|
32
|
-
var __decorateElement = (array, flags, name, decorators, target, extra) => {
|
|
33
|
-
var fn, it, done, ctx, access, k3 = flags & 7, s4 = !!(flags & 8), p4 = !!(flags & 16);
|
|
34
|
-
var j3 = k3 > 3 ? array.length + 1 : k3 ? s4 ? 1 : 2 : 0, key = __decoratorStrings[k3 + 5];
|
|
35
|
-
var initializers = k3 > 3 && (array[j3 - 1] = []), extraInitializers = array[j3] || (array[j3] = []);
|
|
36
|
-
var desc = k3 && (!p4 && !s4 && (target = target.prototype), k3 < 5 && (k3 > 3 || !p4) && __getOwnPropDesc(k3 < 4 ? target : { get [name]() {
|
|
37
|
-
return __privateGet(this, extra);
|
|
38
|
-
}, set [name](x3) {
|
|
39
|
-
return __privateSet(this, extra, x3);
|
|
40
|
-
} }, name));
|
|
41
|
-
k3 ? p4 && k3 < 4 && __name(extra, (k3 > 2 ? "set " : k3 > 1 ? "get " : "") + name) : __name(target, name);
|
|
42
|
-
for (var i8 = decorators.length - 1; i8 >= 0; i8--) {
|
|
43
|
-
ctx = __decoratorContext(k3, name, done = {}, array[3], extraInitializers);
|
|
44
|
-
if (k3) {
|
|
45
|
-
ctx.static = s4, ctx.private = p4, access = ctx.access = { has: p4 ? (x3) => __privateIn(target, x3) : (x3) => name in x3 };
|
|
46
|
-
if (k3 ^ 3) access.get = p4 ? (x3) => (k3 ^ 1 ? __privateGet : __privateMethod)(x3, target, k3 ^ 4 ? extra : desc.get) : (x3) => x3[name];
|
|
47
|
-
if (k3 > 2) access.set = p4 ? (x3, y4) => __privateSet(x3, target, y4, k3 ^ 4 ? extra : desc.set) : (x3, y4) => x3[name] = y4;
|
|
48
|
-
}
|
|
49
|
-
it = (0, decorators[i8])(k3 ? k3 < 4 ? p4 ? extra : desc[key] : k3 > 4 ? void 0 : { get: desc.get, set: desc.set } : target, ctx), done._ = 1;
|
|
50
|
-
if (k3 ^ 4 || it === void 0) __expectFn(it) && (k3 > 4 ? initializers.unshift(it) : k3 ? p4 ? extra = it : desc[key] = it : target = it);
|
|
51
|
-
else if (typeof it !== "object" || it === null) __typeError("Object expected");
|
|
52
|
-
else __expectFn(fn = it.get) && (desc.get = fn), __expectFn(fn = it.set) && (desc.set = fn), __expectFn(fn = it.init) && initializers.unshift(fn);
|
|
53
|
-
}
|
|
54
|
-
return k3 || __decoratorMetadata(array, target), desc && __defProp(target, name, desc), p4 ? k3 ^ 4 ? extra : desc : target;
|
|
55
|
-
};
|
|
56
|
-
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
57
|
-
var __accessCheck = (obj, member, msg2) => member.has(obj) || __typeError("Cannot " + msg2);
|
|
58
|
-
var __privateIn = (member, obj) => Object(obj) !== obj ? __typeError('Cannot use the "in" operator on this value') : member.has(obj);
|
|
59
|
-
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
60
|
-
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
61
|
-
var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
|
|
62
|
-
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
63
|
-
|
|
64
|
-
// localization/generated/bg.ts
|
|
65
|
-
var bg_exports = {};
|
|
66
|
-
__export(bg_exports, {
|
|
67
|
-
templates: () => templates2
|
|
68
|
-
});
|
|
69
|
-
var templates2;
|
|
70
|
-
var init_bg = __esm({
|
|
71
|
-
"localization/generated/bg.ts"() {
|
|
72
|
-
templates2 = {
|
|
73
|
-
"s159928724265eb05": `\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u043E\u043F\u0446\u0438\u044F`,
|
|
74
|
-
"s1b23c41934894f30": `\u041E\u0431\u044F\u0441\u043D\u0435\u043D\u0438\u0435`,
|
|
75
|
-
"s255857544a9d5ec0": `\u041D\u0443\u043B\u0438\u0440\u0430\u043D\u0435 \u043D\u0430`,
|
|
76
|
-
"s4802e47fe2e95134": `\u041E\u043F\u0446\u0438\u044F`,
|
|
77
|
-
"s54393bfa280ea55b": `\u041F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0430`,
|
|
78
|
-
"s7254ca27b16ae2d8": `\u0424\u0430\u043B\u0448\u0438\u0432`,
|
|
79
|
-
"s80dc9f56411917df": `\u0422\u0435\u043A\u0441\u0442 \u0437\u0430 \u043F\u043E\u0434\u0447\u0435\u0440\u0442\u0430\u0432\u0430\u043D\u0435`,
|
|
80
|
-
"s85ea99fb52be3385": `\u0418\u0441\u0442\u0438\u043D\u0441\u043A\u0438`,
|
|
81
|
-
"sb3d4f79d9d8b71e5": `\u041F\u043E\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430`,
|
|
82
|
-
"sc56e9323f076a11e": `\u0422\u0435\u043A\u0441\u0442 \u0437\u0430 \u0434\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0438`,
|
|
83
|
-
"scd1dd6ff53d0d01a": `\u041E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u043E\u0442\u043D\u043E\u0432\u043E`,
|
|
84
|
-
"sd26e8d4eef55e341": `\u041F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u043E\u0442\u0433\u043E\u0432\u043E\u0440\u0438\u0442\u0435 \u0441\u0438`,
|
|
85
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
86
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
87
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
88
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
89
|
-
"saa3efba1f0c816b7": `Speech`
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
// localization/generated/cs.ts
|
|
95
|
-
var cs_exports = {};
|
|
96
|
-
__export(cs_exports, {
|
|
97
|
-
templates: () => templates3
|
|
98
|
-
});
|
|
99
|
-
var templates3;
|
|
100
|
-
var init_cs = __esm({
|
|
101
|
-
"localization/generated/cs.ts"() {
|
|
102
|
-
templates3 = {
|
|
103
|
-
"s159928724265eb05": `P\u0159idat mo\u017Enost`,
|
|
104
|
-
"s1b23c41934894f30": `Vysv\u011Btlen\xED`,
|
|
105
|
-
"s255857544a9d5ec0": `Obnoven\xED`,
|
|
106
|
-
"s4802e47fe2e95134": `Mo\u017Enost`,
|
|
107
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
108
|
-
"s7254ca27b16ae2d8": `False`,
|
|
109
|
-
"s80dc9f56411917df": `Text ke zv\xFDrazn\u011Bn\xED`,
|
|
110
|
-
"s85ea99fb52be3385": `Pravda`,
|
|
111
|
-
"sb3d4f79d9d8b71e5": `Odeslat`,
|
|
112
|
-
"sc56e9323f076a11e": `Text, do kter\xE9ho se p\u0159id\xE1vaj\xED mezery`,
|
|
113
|
-
"scd1dd6ff53d0d01a": `Zkuste to znovu`,
|
|
114
|
-
"sd26e8d4eef55e341": `Zkontrolujte sv\xE9 odpov\u011Bdi`,
|
|
115
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
116
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
117
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
118
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
119
|
-
"saa3efba1f0c816b7": `Speech`
|
|
120
|
-
};
|
|
121
|
-
}
|
|
122
|
-
});
|
|
123
|
-
|
|
124
|
-
// localization/generated/da.ts
|
|
125
|
-
var da_exports = {};
|
|
126
|
-
__export(da_exports, {
|
|
127
|
-
templates: () => templates4
|
|
128
|
-
});
|
|
129
|
-
var templates4;
|
|
130
|
-
var init_da = __esm({
|
|
131
|
-
"localization/generated/da.ts"() {
|
|
132
|
-
templates4 = {
|
|
133
|
-
"s159928724265eb05": `Tilf\xF8j mulighed`,
|
|
134
|
-
"s1b23c41934894f30": `Forklaring`,
|
|
135
|
-
"s255857544a9d5ec0": `Nulstil`,
|
|
136
|
-
"s4802e47fe2e95134": `Mulighed`,
|
|
137
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
138
|
-
"s7254ca27b16ae2d8": `Falsk`,
|
|
139
|
-
"s80dc9f56411917df": `Tekst til at fremh\xE6ve`,
|
|
140
|
-
"s85ea99fb52be3385": `Sandt`,
|
|
141
|
-
"sb3d4f79d9d8b71e5": `Send ind`,
|
|
142
|
-
"sc56e9323f076a11e": `Tekst til at tilf\xF8je mellemrum til`,
|
|
143
|
-
"scd1dd6ff53d0d01a": `Pr\xF8v igen`,
|
|
144
|
-
"sd26e8d4eef55e341": `Tjek dine svar`,
|
|
145
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
146
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
147
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
148
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
149
|
-
"saa3efba1f0c816b7": `Speech`
|
|
150
|
-
};
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
|
|
154
|
-
// localization/generated/de.ts
|
|
155
|
-
var de_exports = {};
|
|
156
|
-
__export(de_exports, {
|
|
157
|
-
templates: () => templates5
|
|
158
|
-
});
|
|
159
|
-
var templates5;
|
|
160
|
-
var init_de = __esm({
|
|
161
|
-
"localization/generated/de.ts"() {
|
|
162
|
-
templates5 = {
|
|
163
|
-
"s159928724265eb05": `Option hinzuf\xFCgen`,
|
|
164
|
-
"s1b23c41934894f30": `Erl\xE4uterung`,
|
|
165
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
166
|
-
"s255857544a9d5ec0": `Zur\xFCcksetzen`,
|
|
167
|
-
"s2ba5f4d8f3bd7c57": `Sortieren`,
|
|
168
|
-
"s4802e47fe2e95134": `Option`,
|
|
169
|
-
"s49c940aecfef3ea0": `Markieren`,
|
|
170
|
-
"s54393bfa280ea55b": `Aufgabe`,
|
|
171
|
-
"s7254ca27b16ae2d8": `Falsch`,
|
|
172
|
-
"s80dc9f56411917df": `Hervorzuhebender Text`,
|
|
173
|
-
"s85ea99fb52be3385": `Wahr`,
|
|
174
|
-
"saa3efba1f0c816b7": `Sprechen`,
|
|
175
|
-
"sb0aadaa04e658ad6": `Ausw\xE4hlen`,
|
|
176
|
-
"sb3d4f79d9d8b71e5": `Einreichen`,
|
|
177
|
-
"sc56e9323f076a11e": `Text zum Hinzuf\xFCgen von L\xFCcken`,
|
|
178
|
-
"scd1dd6ff53d0d01a": `Erneut versuchen`,
|
|
179
|
-
"sd26e8d4eef55e341": `\xDCberpr\xFCfen Sie Ihre Antworten`
|
|
180
|
-
};
|
|
181
|
-
}
|
|
182
|
-
});
|
|
183
|
-
|
|
184
|
-
// localization/generated/el.ts
|
|
185
|
-
var el_exports = {};
|
|
186
|
-
__export(el_exports, {
|
|
187
|
-
templates: () => templates6
|
|
188
|
-
});
|
|
189
|
-
var templates6;
|
|
190
|
-
var init_el = __esm({
|
|
191
|
-
"localization/generated/el.ts"() {
|
|
192
|
-
templates6 = {
|
|
193
|
-
"s159928724265eb05": `\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE\u03C2`,
|
|
194
|
-
"s1b23c41934894f30": `\u0395\u03C0\u03B5\u03BE\u03AE\u03B3\u03B7\u03C3\u03B7`,
|
|
195
|
-
"s255857544a9d5ec0": `\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC`,
|
|
196
|
-
"s4802e47fe2e95134": `\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE`,
|
|
197
|
-
"s54393bfa280ea55b": `\u03A0\u03C1\u03BF\u03C4\u03C1\u03BF\u03C0\u03AE`,
|
|
198
|
-
"s7254ca27b16ae2d8": `\u03A8\u03B5\u03C5\u03B4\u03AD\u03C2`,
|
|
199
|
-
"s80dc9f56411917df": `\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03B3\u03B9\u03B1 \u03B5\u03C0\u03B9\u03C3\u03AE\u03BC\u03B1\u03BD\u03C3\u03B7`,
|
|
200
|
-
"s85ea99fb52be3385": `\u0391\u03BB\u03AE\u03B8\u03B5\u03B9\u03B1`,
|
|
201
|
-
"sb3d4f79d9d8b71e5": `\u03A5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE`,
|
|
202
|
-
"sc56e9323f076a11e": `\u039A\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03BA\u03B5\u03BD\u03AC`,
|
|
203
|
-
"scd1dd6ff53d0d01a": `\u0394\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC`,
|
|
204
|
-
"sd26e8d4eef55e341": `\u0395\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B1\u03C0\u03B1\u03BD\u03C4\u03AE\u03C3\u03B5\u03B9\u03C2 \u03C3\u03B1\u03C2`,
|
|
205
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
206
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
207
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
208
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
209
|
-
"saa3efba1f0c816b7": `Speech`
|
|
210
|
-
};
|
|
211
|
-
}
|
|
212
|
-
});
|
|
213
|
-
|
|
214
|
-
// localization/generated/es.ts
|
|
215
|
-
var es_exports = {};
|
|
216
|
-
__export(es_exports, {
|
|
217
|
-
templates: () => templates7
|
|
218
|
-
});
|
|
219
|
-
var templates7;
|
|
220
|
-
var init_es = __esm({
|
|
221
|
-
"localization/generated/es.ts"() {
|
|
222
|
-
templates7 = {
|
|
223
|
-
"s159928724265eb05": `A\xF1adir opci\xF3n`,
|
|
224
|
-
"s1b23c41934894f30": `Explicaci\xF3n`,
|
|
225
|
-
"s255857544a9d5ec0": `Restablecer`,
|
|
226
|
-
"s4802e47fe2e95134": `Opci\xF3n`,
|
|
227
|
-
"s54393bfa280ea55b": `Pregunte a`,
|
|
228
|
-
"s7254ca27b16ae2d8": `Falso`,
|
|
229
|
-
"s80dc9f56411917df": `Texto a destacar`,
|
|
230
|
-
"s85ea99fb52be3385": `Verdadero`,
|
|
231
|
-
"sb3d4f79d9d8b71e5": `Enviar`,
|
|
232
|
-
"sc56e9323f076a11e": `Texto al que a\xF1adir huecos`,
|
|
233
|
-
"scd1dd6ff53d0d01a": `Int\xE9ntalo de nuevo`,
|
|
234
|
-
"sd26e8d4eef55e341": `Comprueba tus respuestas`,
|
|
235
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
236
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
237
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
238
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
239
|
-
"saa3efba1f0c816b7": `Speech`
|
|
240
|
-
};
|
|
241
|
-
}
|
|
242
|
-
});
|
|
243
|
-
|
|
244
|
-
// localization/generated/et.ts
|
|
245
|
-
var et_exports = {};
|
|
246
|
-
__export(et_exports, {
|
|
247
|
-
templates: () => templates8
|
|
248
|
-
});
|
|
249
|
-
var templates8;
|
|
250
|
-
var init_et = __esm({
|
|
251
|
-
"localization/generated/et.ts"() {
|
|
252
|
-
templates8 = {
|
|
253
|
-
"s159928724265eb05": `Lisa v\xF5imalus`,
|
|
254
|
-
"s1b23c41934894f30": `Selgitus`,
|
|
255
|
-
"s255857544a9d5ec0": `Reset`,
|
|
256
|
-
"s4802e47fe2e95134": `Valik`,
|
|
257
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
258
|
-
"s7254ca27b16ae2d8": `Vale`,
|
|
259
|
-
"s80dc9f56411917df": `Teksti esilet\xF5stmine`,
|
|
260
|
-
"s85ea99fb52be3385": `T\xF5si`,
|
|
261
|
-
"sb3d4f79d9d8b71e5": `Esita`,
|
|
262
|
-
"sc56e9323f076a11e": `Tekst, millele lisada l\xFCngad`,
|
|
263
|
-
"scd1dd6ff53d0d01a": `Proovi uuesti`,
|
|
264
|
-
"sd26e8d4eef55e341": `Kontrollige oma vastuseid`,
|
|
265
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
266
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
267
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
268
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
269
|
-
"saa3efba1f0c816b7": `Speech`
|
|
270
|
-
};
|
|
271
|
-
}
|
|
272
|
-
});
|
|
273
|
-
|
|
274
|
-
// localization/generated/fi.ts
|
|
275
|
-
var fi_exports = {};
|
|
276
|
-
__export(fi_exports, {
|
|
277
|
-
templates: () => templates9
|
|
278
|
-
});
|
|
279
|
-
var templates9;
|
|
280
|
-
var init_fi = __esm({
|
|
281
|
-
"localization/generated/fi.ts"() {
|
|
282
|
-
templates9 = {
|
|
283
|
-
"s159928724265eb05": `Lis\xE4\xE4 vaihtoehto`,
|
|
284
|
-
"s1b23c41934894f30": `Selitys`,
|
|
285
|
-
"s255857544a9d5ec0": `Nollaa`,
|
|
286
|
-
"s4802e47fe2e95134": `Vaihtoehto`,
|
|
287
|
-
"s54393bfa280ea55b": `Kehotus`,
|
|
288
|
-
"s7254ca27b16ae2d8": `False`,
|
|
289
|
-
"s80dc9f56411917df": `Korostettava teksti`,
|
|
290
|
-
"s85ea99fb52be3385": `Totta`,
|
|
291
|
-
"sb3d4f79d9d8b71e5": `L\xE4het\xE4`,
|
|
292
|
-
"sc56e9323f076a11e": `Teksti, johon lis\xE4t\xE4\xE4n aukkoja`,
|
|
293
|
-
"scd1dd6ff53d0d01a": `Yrit\xE4 uudelleen`,
|
|
294
|
-
"sd26e8d4eef55e341": `Tarkista vastauksesi`,
|
|
295
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
296
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
297
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
298
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
299
|
-
"saa3efba1f0c816b7": `Speech`
|
|
300
|
-
};
|
|
301
|
-
}
|
|
302
|
-
});
|
|
303
|
-
|
|
304
|
-
// localization/generated/fr.ts
|
|
305
|
-
var fr_exports = {};
|
|
306
|
-
__export(fr_exports, {
|
|
307
|
-
templates: () => templates10
|
|
308
|
-
});
|
|
309
|
-
var templates10;
|
|
310
|
-
var init_fr = __esm({
|
|
311
|
-
"localization/generated/fr.ts"() {
|
|
312
|
-
templates10 = {
|
|
313
|
-
"s159928724265eb05": `Ajouter une option`,
|
|
314
|
-
"s1b23c41934894f30": `Explication`,
|
|
315
|
-
"s255857544a9d5ec0": `Remise \xE0 z\xE9ro`,
|
|
316
|
-
"s4802e47fe2e95134": `Option`,
|
|
317
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
318
|
-
"s7254ca27b16ae2d8": `Faux`,
|
|
319
|
-
"s80dc9f56411917df": `Texte \xE0 mettre en \xE9vidence`,
|
|
320
|
-
"s85ea99fb52be3385": `Vrai`,
|
|
321
|
-
"sb3d4f79d9d8b71e5": `Soumettre`,
|
|
322
|
-
"sc56e9323f076a11e": `Texte \xE0 ajouter aux lacunes`,
|
|
323
|
-
"scd1dd6ff53d0d01a": `R\xE9essayer`,
|
|
324
|
-
"sd26e8d4eef55e341": `V\xE9rifiez vos r\xE9ponses`,
|
|
325
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
326
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
327
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
328
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
329
|
-
"saa3efba1f0c816b7": `Speech`
|
|
330
|
-
};
|
|
331
|
-
}
|
|
332
|
-
});
|
|
333
|
-
|
|
334
|
-
// localization/generated/hu.ts
|
|
335
|
-
var hu_exports = {};
|
|
336
|
-
__export(hu_exports, {
|
|
337
|
-
templates: () => templates11
|
|
338
|
-
});
|
|
339
|
-
var templates11;
|
|
340
|
-
var init_hu = __esm({
|
|
341
|
-
"localization/generated/hu.ts"() {
|
|
342
|
-
templates11 = {
|
|
343
|
-
"s159928724265eb05": `Opci\xF3 hozz\xE1ad\xE1sa`,
|
|
344
|
-
"s1b23c41934894f30": `Magyar\xE1zat`,
|
|
345
|
-
"s255857544a9d5ec0": `Reset`,
|
|
346
|
-
"s4802e47fe2e95134": `Opci\xF3`,
|
|
347
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
348
|
-
"s7254ca27b16ae2d8": `Hamis`,
|
|
349
|
-
"s80dc9f56411917df": `Kiemelend\u0151 sz\xF6veg`,
|
|
350
|
-
"s85ea99fb52be3385": `Igaz`,
|
|
351
|
-
"sb3d4f79d9d8b71e5": `K\xFCldje be a`,
|
|
352
|
-
"sc56e9323f076a11e": `H\xE9zagok hozz\xE1ad\xE1s\xE1ra szolg\xE1l\xF3 sz\xF6veg`,
|
|
353
|
-
"scd1dd6ff53d0d01a": `Pr\xF3b\xE1lja \xFAjra`,
|
|
354
|
-
"sd26e8d4eef55e341": `Ellen\u0151rizze v\xE1laszait`,
|
|
355
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
356
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
357
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
358
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
359
|
-
"saa3efba1f0c816b7": `Speech`
|
|
360
|
-
};
|
|
361
|
-
}
|
|
362
|
-
});
|
|
363
|
-
|
|
364
|
-
// localization/generated/id.ts
|
|
365
|
-
var id_exports = {};
|
|
366
|
-
__export(id_exports, {
|
|
367
|
-
templates: () => templates12
|
|
368
|
-
});
|
|
369
|
-
var templates12;
|
|
370
|
-
var init_id = __esm({
|
|
371
|
-
"localization/generated/id.ts"() {
|
|
372
|
-
templates12 = {
|
|
373
|
-
"s159928724265eb05": `Tambahkan Opsi`,
|
|
374
|
-
"s1b23c41934894f30": `Penjelasan`,
|
|
375
|
-
"s255857544a9d5ec0": `Atur ulang`,
|
|
376
|
-
"s4802e47fe2e95134": `Opsi`,
|
|
377
|
-
"s54393bfa280ea55b": `Cepat`,
|
|
378
|
-
"s7254ca27b16ae2d8": `Salah`,
|
|
379
|
-
"s80dc9f56411917df": `Teks untuk Disorot`,
|
|
380
|
-
"s85ea99fb52be3385": `Benar`,
|
|
381
|
-
"sb3d4f79d9d8b71e5": `Kirim`,
|
|
382
|
-
"sc56e9323f076a11e": `Teks yang akan ditambahkan celah`,
|
|
383
|
-
"scd1dd6ff53d0d01a": `Coba lagi`,
|
|
384
|
-
"sd26e8d4eef55e341": `Periksa jawaban Anda`,
|
|
385
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
386
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
387
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
388
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
389
|
-
"saa3efba1f0c816b7": `Speech`
|
|
390
|
-
};
|
|
391
|
-
}
|
|
392
|
-
});
|
|
393
|
-
|
|
394
|
-
// localization/generated/it.ts
|
|
395
|
-
var it_exports = {};
|
|
396
|
-
__export(it_exports, {
|
|
397
|
-
templates: () => templates13
|
|
398
|
-
});
|
|
399
|
-
var templates13;
|
|
400
|
-
var init_it = __esm({
|
|
401
|
-
"localization/generated/it.ts"() {
|
|
402
|
-
templates13 = {
|
|
403
|
-
"s159928724265eb05": `Aggiungi opzione`,
|
|
404
|
-
"s1b23c41934894f30": `Spiegazione`,
|
|
405
|
-
"s255857544a9d5ec0": `Reset`,
|
|
406
|
-
"s4802e47fe2e95134": `Opzione`,
|
|
407
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
408
|
-
"s7254ca27b16ae2d8": `Falso`,
|
|
409
|
-
"s80dc9f56411917df": `Testo da evidenziare`,
|
|
410
|
-
"s85ea99fb52be3385": `Vero`,
|
|
411
|
-
"sb3d4f79d9d8b71e5": `Invia`,
|
|
412
|
-
"sc56e9323f076a11e": `Testo a cui aggiungere spazi vuoti`,
|
|
413
|
-
"scd1dd6ff53d0d01a": `Riprova`,
|
|
414
|
-
"sd26e8d4eef55e341": `Controllare le risposte`,
|
|
415
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
416
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
417
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
418
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
419
|
-
"saa3efba1f0c816b7": `Speech`
|
|
420
|
-
};
|
|
421
|
-
}
|
|
422
|
-
});
|
|
423
|
-
|
|
424
|
-
// localization/generated/ja.ts
|
|
425
|
-
var ja_exports = {};
|
|
426
|
-
__export(ja_exports, {
|
|
427
|
-
templates: () => templates14
|
|
428
|
-
});
|
|
429
|
-
var templates14;
|
|
430
|
-
var init_ja = __esm({
|
|
431
|
-
"localization/generated/ja.ts"() {
|
|
432
|
-
templates14 = {
|
|
433
|
-
"s159928724265eb05": `\u30AA\u30D7\u30B7\u30E7\u30F3\u8FFD\u52A0`,
|
|
434
|
-
"s1b23c41934894f30": `\u8AAC\u660E`,
|
|
435
|
-
"s255857544a9d5ec0": `\u30EA\u30BB\u30C3\u30C8`,
|
|
436
|
-
"s4802e47fe2e95134": `\u30AA\u30D7\u30B7\u30E7\u30F3`,
|
|
437
|
-
"s54393bfa280ea55b": `\u30D7\u30ED\u30F3\u30D7\u30C8`,
|
|
438
|
-
"s7254ca27b16ae2d8": `\u507D`,
|
|
439
|
-
"s80dc9f56411917df": `\u30CF\u30A4\u30E9\u30A4\u30C8\u3059\u308B\u30C6\u30AD\u30B9\u30C8`,
|
|
440
|
-
"s85ea99fb52be3385": `\u771F`,
|
|
441
|
-
"sb3d4f79d9d8b71e5": `\u6295\u7A3F\u3059\u308B`,
|
|
442
|
-
"sc56e9323f076a11e": `\u30AE\u30E3\u30C3\u30D7\u3092\u8FFD\u52A0\u3059\u308B\u30C6\u30AD\u30B9\u30C8`,
|
|
443
|
-
"scd1dd6ff53d0d01a": `\u518D\u8A66\u884C`,
|
|
444
|
-
"sd26e8d4eef55e341": `\u7B54\u3048\u3092\u30C1\u30A7\u30C3\u30AF\u3059\u308B`,
|
|
445
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
446
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
447
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
448
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
449
|
-
"saa3efba1f0c816b7": `Speech`
|
|
450
|
-
};
|
|
451
|
-
}
|
|
452
|
-
});
|
|
453
|
-
|
|
454
|
-
// localization/generated/ko.ts
|
|
455
|
-
var ko_exports = {};
|
|
456
|
-
__export(ko_exports, {
|
|
457
|
-
templates: () => templates15
|
|
458
|
-
});
|
|
459
|
-
var templates15;
|
|
460
|
-
var init_ko = __esm({
|
|
461
|
-
"localization/generated/ko.ts"() {
|
|
462
|
-
templates15 = {
|
|
463
|
-
"s159928724265eb05": `\uC635\uC158 \uCD94\uAC00`,
|
|
464
|
-
"s1b23c41934894f30": `\uC124\uBA85`,
|
|
465
|
-
"s255857544a9d5ec0": `\uCD08\uAE30\uD654`,
|
|
466
|
-
"s4802e47fe2e95134": `\uC635\uC158`,
|
|
467
|
-
"s54393bfa280ea55b": `\uD504\uB86C\uD504\uD2B8`,
|
|
468
|
-
"s7254ca27b16ae2d8": `False`,
|
|
469
|
-
"s80dc9f56411917df": `\uAC15\uC870 \uD45C\uC2DC\uD560 \uD14D\uC2A4\uD2B8`,
|
|
470
|
-
"s85ea99fb52be3385": `True`,
|
|
471
|
-
"sb3d4f79d9d8b71e5": `\uC81C\uCD9C\uD558\uAE30`,
|
|
472
|
-
"sc56e9323f076a11e": `\uACF5\uBC31\uC744 \uCD94\uAC00\uD560 \uD14D\uC2A4\uD2B8`,
|
|
473
|
-
"scd1dd6ff53d0d01a": `\uB2E4\uC2DC \uC2DC\uB3C4`,
|
|
474
|
-
"sd26e8d4eef55e341": `\uB2F5\uBCC0 \uD655\uC778`,
|
|
475
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
476
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
477
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
478
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
479
|
-
"saa3efba1f0c816b7": `Speech`
|
|
480
|
-
};
|
|
481
|
-
}
|
|
482
|
-
});
|
|
483
|
-
|
|
484
|
-
// localization/generated/lt.ts
|
|
485
|
-
var lt_exports = {};
|
|
486
|
-
__export(lt_exports, {
|
|
487
|
-
templates: () => templates16
|
|
488
|
-
});
|
|
489
|
-
var templates16;
|
|
490
|
-
var init_lt = __esm({
|
|
491
|
-
"localization/generated/lt.ts"() {
|
|
492
|
-
templates16 = {
|
|
493
|
-
"s159928724265eb05": `Prid\u0117ti parinkt\u012F`,
|
|
494
|
-
"s1b23c41934894f30": `Paai\u0161kinimas`,
|
|
495
|
-
"s255857544a9d5ec0": `I\u0161 naujo nustatyti`,
|
|
496
|
-
"s4802e47fe2e95134": `Galimyb\u0117`,
|
|
497
|
-
"s54393bfa280ea55b": `Paraginimas`,
|
|
498
|
-
"s7254ca27b16ae2d8": `Klaidingas`,
|
|
499
|
-
"s80dc9f56411917df": `Teksto pary\u0161kinimas`,
|
|
500
|
-
"s85ea99fb52be3385": `Tiesa`,
|
|
501
|
-
"sb3d4f79d9d8b71e5": `Pateikti`,
|
|
502
|
-
"sc56e9323f076a11e": `Tekstas, prie kurio pridedami tarpai`,
|
|
503
|
-
"scd1dd6ff53d0d01a": `Pabandykite dar kart\u0105`,
|
|
504
|
-
"sd26e8d4eef55e341": `Patikrinkite savo atsakymus`,
|
|
505
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
506
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
507
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
508
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
509
|
-
"saa3efba1f0c816b7": `Speech`
|
|
510
|
-
};
|
|
511
|
-
}
|
|
512
|
-
});
|
|
513
|
-
|
|
514
|
-
// localization/generated/lv.ts
|
|
515
|
-
var lv_exports = {};
|
|
516
|
-
__export(lv_exports, {
|
|
517
|
-
templates: () => templates17
|
|
518
|
-
});
|
|
519
|
-
var templates17;
|
|
520
|
-
var init_lv = __esm({
|
|
521
|
-
"localization/generated/lv.ts"() {
|
|
522
|
-
templates17 = {
|
|
523
|
-
"s159928724265eb05": `Pievienot iesp\u0113ju`,
|
|
524
|
-
"s1b23c41934894f30": `Paskaidrojums`,
|
|
525
|
-
"s255857544a9d5ec0": `Atiestat\u012Bt`,
|
|
526
|
-
"s4802e47fe2e95134": `Iesp\u0113ja`,
|
|
527
|
-
"s54393bfa280ea55b": `Uzaicin\u0101jums`,
|
|
528
|
-
"s7254ca27b16ae2d8": `Viltus`,
|
|
529
|
-
"s80dc9f56411917df": `Teksta izcel\u0161ana`,
|
|
530
|
-
"s85ea99fb52be3385": `True`,
|
|
531
|
-
"sb3d4f79d9d8b71e5": `Iesniegt`,
|
|
532
|
-
"sc56e9323f076a11e": `Teksts, kam pievienot atstarpes`,
|
|
533
|
-
"scd1dd6ff53d0d01a": `M\u0113\u0123iniet v\u0113lreiz`,
|
|
534
|
-
"sd26e8d4eef55e341": `P\u0101rbaudiet savas atbildes`,
|
|
535
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
536
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
537
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
538
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
539
|
-
"saa3efba1f0c816b7": `Speech`
|
|
540
|
-
};
|
|
541
|
-
}
|
|
542
|
-
});
|
|
543
|
-
|
|
544
|
-
// localization/generated/nb.ts
|
|
545
|
-
var nb_exports = {};
|
|
546
|
-
__export(nb_exports, {
|
|
547
|
-
templates: () => templates18
|
|
548
|
-
});
|
|
549
|
-
var templates18;
|
|
550
|
-
var init_nb = __esm({
|
|
551
|
-
"localization/generated/nb.ts"() {
|
|
552
|
-
templates18 = {
|
|
553
|
-
"s159928724265eb05": `Legg til alternativ`,
|
|
554
|
-
"s1b23c41934894f30": `Forklaring`,
|
|
555
|
-
"s255857544a9d5ec0": `Tilbakestill`,
|
|
556
|
-
"s4802e47fe2e95134": `Alternativ`,
|
|
557
|
-
"s54393bfa280ea55b": `Sp\xF8r`,
|
|
558
|
-
"s7254ca27b16ae2d8": `Falsk`,
|
|
559
|
-
"s80dc9f56411917df": `Tekst som skal fremheves`,
|
|
560
|
-
"s85ea99fb52be3385": `Sant`,
|
|
561
|
-
"sb3d4f79d9d8b71e5": `Send inn`,
|
|
562
|
-
"sc56e9323f076a11e": `Tekst for \xE5 legge til mellomrom`,
|
|
563
|
-
"scd1dd6ff53d0d01a": `Pr\xF8v igjen`,
|
|
564
|
-
"sd26e8d4eef55e341": `Sjekk svarene dine`,
|
|
565
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
566
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
567
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
568
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
569
|
-
"saa3efba1f0c816b7": `Speech`
|
|
570
|
-
};
|
|
571
|
-
}
|
|
572
|
-
});
|
|
573
|
-
|
|
574
|
-
// localization/generated/nl.ts
|
|
575
|
-
var nl_exports = {};
|
|
576
|
-
__export(nl_exports, {
|
|
577
|
-
templates: () => templates19
|
|
578
|
-
});
|
|
579
|
-
var templates19;
|
|
580
|
-
var init_nl = __esm({
|
|
581
|
-
"localization/generated/nl.ts"() {
|
|
582
|
-
templates19 = {
|
|
583
|
-
"s159928724265eb05": `Optie toevoegen`,
|
|
584
|
-
"s1b23c41934894f30": `Uitleg`,
|
|
585
|
-
"s255857544a9d5ec0": `Reset`,
|
|
586
|
-
"s4802e47fe2e95134": `Optie`,
|
|
587
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
588
|
-
"s7254ca27b16ae2d8": `Valse`,
|
|
589
|
-
"s80dc9f56411917df": `Te markeren tekst`,
|
|
590
|
-
"s85ea99fb52be3385": `Echt`,
|
|
591
|
-
"sb3d4f79d9d8b71e5": `Stuur in`,
|
|
592
|
-
"sc56e9323f076a11e": `Tekst om gaten aan toe te voegen`,
|
|
593
|
-
"scd1dd6ff53d0d01a": `Probeer het opnieuw`,
|
|
594
|
-
"sd26e8d4eef55e341": `Controleer je antwoorden`,
|
|
595
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
596
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
597
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
598
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
599
|
-
"saa3efba1f0c816b7": `Speech`
|
|
600
|
-
};
|
|
601
|
-
}
|
|
602
|
-
});
|
|
603
|
-
|
|
604
|
-
// localization/generated/pl.ts
|
|
605
|
-
var pl_exports = {};
|
|
606
|
-
__export(pl_exports, {
|
|
607
|
-
templates: () => templates20
|
|
608
|
-
});
|
|
609
|
-
var templates20;
|
|
610
|
-
var init_pl = __esm({
|
|
611
|
-
"localization/generated/pl.ts"() {
|
|
612
|
-
templates20 = {
|
|
613
|
-
"s159928724265eb05": `Dodaj opcj\u0119`,
|
|
614
|
-
"s1b23c41934894f30": `Wyja\u015Bnienie`,
|
|
615
|
-
"s255857544a9d5ec0": `Reset`,
|
|
616
|
-
"s4802e47fe2e95134": `Opcja`,
|
|
617
|
-
"s54393bfa280ea55b": `Podpowied\u017A`,
|
|
618
|
-
"s7254ca27b16ae2d8": `Fa\u0142sz`,
|
|
619
|
-
"s80dc9f56411917df": `Tekst do pod\u015Bwietlenia`,
|
|
620
|
-
"s85ea99fb52be3385": `Prawda`,
|
|
621
|
-
"sb3d4f79d9d8b71e5": `Prze\u015Blij`,
|
|
622
|
-
"sc56e9323f076a11e": `Tekst do dodania przerw`,
|
|
623
|
-
"scd1dd6ff53d0d01a": `Spr\xF3buj ponownie`,
|
|
624
|
-
"sd26e8d4eef55e341": `Sprawd\u017A swoje odpowiedzi`,
|
|
625
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
626
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
627
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
628
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
629
|
-
"saa3efba1f0c816b7": `Speech`
|
|
630
|
-
};
|
|
631
|
-
}
|
|
632
|
-
});
|
|
633
|
-
|
|
634
|
-
// localization/generated/pt-BR.ts
|
|
635
|
-
var pt_BR_exports = {};
|
|
636
|
-
__export(pt_BR_exports, {
|
|
637
|
-
templates: () => templates21
|
|
638
|
-
});
|
|
639
|
-
var templates21;
|
|
640
|
-
var init_pt_BR = __esm({
|
|
641
|
-
"localization/generated/pt-BR.ts"() {
|
|
642
|
-
templates21 = {
|
|
643
|
-
"s159928724265eb05": `Adicionar op\xE7\xE3o`,
|
|
644
|
-
"s1b23c41934894f30": `Explica\xE7\xE3o`,
|
|
645
|
-
"s255857544a9d5ec0": `Redefinir`,
|
|
646
|
-
"s4802e47fe2e95134": `Op\xE7\xE3o`,
|
|
647
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
648
|
-
"s7254ca27b16ae2d8": `Falso`,
|
|
649
|
-
"s80dc9f56411917df": `Texto para destacar`,
|
|
650
|
-
"s85ea99fb52be3385": `Verdadeiro`,
|
|
651
|
-
"sb3d4f79d9d8b71e5": `Enviar`,
|
|
652
|
-
"sc56e9323f076a11e": `Texto para adicionar lacunas`,
|
|
653
|
-
"scd1dd6ff53d0d01a": `Tente novamente`,
|
|
654
|
-
"sd26e8d4eef55e341": `Verifique suas respostas`,
|
|
655
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
656
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
657
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
658
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
659
|
-
"saa3efba1f0c816b7": `Speech`
|
|
660
|
-
};
|
|
661
|
-
}
|
|
662
|
-
});
|
|
663
|
-
|
|
664
|
-
// localization/generated/pt-PT.ts
|
|
665
|
-
var pt_PT_exports = {};
|
|
666
|
-
__export(pt_PT_exports, {
|
|
667
|
-
templates: () => templates22
|
|
668
|
-
});
|
|
669
|
-
var templates22;
|
|
670
|
-
var init_pt_PT = __esm({
|
|
671
|
-
"localization/generated/pt-PT.ts"() {
|
|
672
|
-
templates22 = {
|
|
673
|
-
"s159928724265eb05": `Adicionar op\xE7\xE3o`,
|
|
674
|
-
"s1b23c41934894f30": `Explica\xE7\xE3o`,
|
|
675
|
-
"s255857544a9d5ec0": `Reiniciar`,
|
|
676
|
-
"s4802e47fe2e95134": `Op\xE7\xE3o`,
|
|
677
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
678
|
-
"s7254ca27b16ae2d8": `Falso`,
|
|
679
|
-
"s80dc9f56411917df": `Texto a real\xE7ar`,
|
|
680
|
-
"s85ea99fb52be3385": `Verdadeiro`,
|
|
681
|
-
"sb3d4f79d9d8b71e5": `Enviar`,
|
|
682
|
-
"sc56e9323f076a11e": `Texto para adicionar lacunas`,
|
|
683
|
-
"scd1dd6ff53d0d01a": `Tentar novamente`,
|
|
684
|
-
"sd26e8d4eef55e341": `Verifique as suas respostas`,
|
|
685
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
686
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
687
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
688
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
689
|
-
"saa3efba1f0c816b7": `Speech`
|
|
690
|
-
};
|
|
691
|
-
}
|
|
692
|
-
});
|
|
693
|
-
|
|
694
|
-
// localization/generated/ro.ts
|
|
695
|
-
var ro_exports = {};
|
|
696
|
-
__export(ro_exports, {
|
|
697
|
-
templates: () => templates23
|
|
698
|
-
});
|
|
699
|
-
var templates23;
|
|
700
|
-
var init_ro = __esm({
|
|
701
|
-
"localization/generated/ro.ts"() {
|
|
702
|
-
templates23 = {
|
|
703
|
-
"s159928724265eb05": `Adaug\u0103 op\u021Biune`,
|
|
704
|
-
"s1b23c41934894f30": `Explica\u021Bie`,
|
|
705
|
-
"s255857544a9d5ec0": `Resetare`,
|
|
706
|
-
"s4802e47fe2e95134": `Op\u021Biune`,
|
|
707
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
708
|
-
"s7254ca27b16ae2d8": `Fals`,
|
|
709
|
-
"s80dc9f56411917df": `Text pentru eviden\u021Biere`,
|
|
710
|
-
"s85ea99fb52be3385": `Adev\u0103rat`,
|
|
711
|
-
"sb3d4f79d9d8b71e5": `Trimite`,
|
|
712
|
-
"sc56e9323f076a11e": `Text la care s\u0103 ad\u0103uga\u021Bi spa\u021Bii libere`,
|
|
713
|
-
"scd1dd6ff53d0d01a": `\xCEncerca\u021Bi din nou`,
|
|
714
|
-
"sd26e8d4eef55e341": `Verific\u0103-\u021Bi r\u0103spunsurile`,
|
|
715
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
716
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
717
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
718
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
719
|
-
"saa3efba1f0c816b7": `Speech`
|
|
720
|
-
};
|
|
721
|
-
}
|
|
722
|
-
});
|
|
723
|
-
|
|
724
|
-
// localization/generated/ru.ts
|
|
725
|
-
var ru_exports = {};
|
|
726
|
-
__export(ru_exports, {
|
|
727
|
-
templates: () => templates24
|
|
728
|
-
});
|
|
729
|
-
var templates24;
|
|
730
|
-
var init_ru = __esm({
|
|
731
|
-
"localization/generated/ru.ts"() {
|
|
732
|
-
templates24 = {
|
|
733
|
-
"s159928724265eb05": `\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043E\u043F\u0446\u0438\u044E`,
|
|
734
|
-
"s1b23c41934894f30": `\u041F\u043E\u044F\u0441\u043D\u0435\u043D\u0438\u0435`,
|
|
735
|
-
"s255857544a9d5ec0": `\u0421\u0431\u0440\u043E\u0441`,
|
|
736
|
-
"s4802e47fe2e95134": `\u0412\u0430\u0440\u0438\u0430\u043D\u0442`,
|
|
737
|
-
"s54393bfa280ea55b": `\u0421\u043F\u0440\u0430\u0432\u043A\u0430`,
|
|
738
|
-
"s7254ca27b16ae2d8": `\u041B\u043E\u0436\u044C`,
|
|
739
|
-
"s80dc9f56411917df": `\u0422\u0435\u043A\u0441\u0442 \u0434\u043B\u044F \u0432\u044B\u0434\u0435\u043B\u0435\u043D\u0438\u044F`,
|
|
740
|
-
"s85ea99fb52be3385": `\u041F\u0440\u0430\u0432\u0434\u0430`,
|
|
741
|
-
"sb3d4f79d9d8b71e5": `\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C`,
|
|
742
|
-
"sc56e9323f076a11e": `\u0422\u0435\u043A\u0441\u0442 \u0434\u043B\u044F \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u043F\u0440\u043E\u0431\u0435\u043B\u043E\u0432`,
|
|
743
|
-
"scd1dd6ff53d0d01a": `\u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437`,
|
|
744
|
-
"sd26e8d4eef55e341": `\u041F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0441\u0432\u043E\u0438 \u043E\u0442\u0432\u0435\u0442\u044B`,
|
|
745
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
746
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
747
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
748
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
749
|
-
"saa3efba1f0c816b7": `Speech`
|
|
750
|
-
};
|
|
751
|
-
}
|
|
752
|
-
});
|
|
753
|
-
|
|
754
|
-
// localization/generated/sk.ts
|
|
755
|
-
var sk_exports = {};
|
|
756
|
-
__export(sk_exports, {
|
|
757
|
-
templates: () => templates25
|
|
758
|
-
});
|
|
759
|
-
var templates25;
|
|
760
|
-
var init_sk = __esm({
|
|
761
|
-
"localization/generated/sk.ts"() {
|
|
762
|
-
templates25 = {
|
|
763
|
-
"s159928724265eb05": `Prida\u0165 mo\u017Enos\u0165`,
|
|
764
|
-
"s1b23c41934894f30": `Vysvetlenie`,
|
|
765
|
-
"s255857544a9d5ec0": `Obnovenie`,
|
|
766
|
-
"s4802e47fe2e95134": `Mo\u017Enos\u0165`,
|
|
767
|
-
"s54393bfa280ea55b": `Prompt`,
|
|
768
|
-
"s7254ca27b16ae2d8": `False`,
|
|
769
|
-
"s80dc9f56411917df": `Text na zv\xFDraznenie`,
|
|
770
|
-
"s85ea99fb52be3385": `Pravda`,
|
|
771
|
-
"sb3d4f79d9d8b71e5": `Odosla\u0165`,
|
|
772
|
-
"sc56e9323f076a11e": `Text na pridanie medzier`,
|
|
773
|
-
"scd1dd6ff53d0d01a": `Sk\xFAste to znova`,
|
|
774
|
-
"sd26e8d4eef55e341": `Skontrolujte svoje odpovede`,
|
|
775
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
776
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
777
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
778
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
779
|
-
"saa3efba1f0c816b7": `Speech`
|
|
780
|
-
};
|
|
781
|
-
}
|
|
782
|
-
});
|
|
783
|
-
|
|
784
|
-
// localization/generated/sl.ts
|
|
785
|
-
var sl_exports = {};
|
|
786
|
-
__export(sl_exports, {
|
|
787
|
-
templates: () => templates26
|
|
788
|
-
});
|
|
789
|
-
var templates26;
|
|
790
|
-
var init_sl = __esm({
|
|
791
|
-
"localization/generated/sl.ts"() {
|
|
792
|
-
templates26 = {
|
|
793
|
-
"s159928724265eb05": `Dodajanje mo\u017Enosti`,
|
|
794
|
-
"s1b23c41934894f30": `Razlaga:`,
|
|
795
|
-
"s255857544a9d5ec0": `Ponastavitev`,
|
|
796
|
-
"s4802e47fe2e95134": `Mo\u017Enost`,
|
|
797
|
-
"s54393bfa280ea55b": `Poziv`,
|
|
798
|
-
"s7254ca27b16ae2d8": `La\u017Eno`,
|
|
799
|
-
"s80dc9f56411917df": `Besedilo za poudarjanje`,
|
|
800
|
-
"s85ea99fb52be3385": `Resni\u010Dno`,
|
|
801
|
-
"sb3d4f79d9d8b71e5": `Po\u0161lji`,
|
|
802
|
-
"sc56e9323f076a11e": `Besedilo za dodajanje presledkov`,
|
|
803
|
-
"scd1dd6ff53d0d01a": `Poskusite znova`,
|
|
804
|
-
"sd26e8d4eef55e341": `Preverite svoje odgovore`,
|
|
805
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
806
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
807
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
808
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
809
|
-
"saa3efba1f0c816b7": `Speech`
|
|
810
|
-
};
|
|
811
|
-
}
|
|
812
|
-
});
|
|
813
|
-
|
|
814
|
-
// localization/generated/sv.ts
|
|
815
|
-
var sv_exports = {};
|
|
816
|
-
__export(sv_exports, {
|
|
817
|
-
templates: () => templates27
|
|
818
|
-
});
|
|
819
|
-
var templates27;
|
|
820
|
-
var init_sv = __esm({
|
|
821
|
-
"localization/generated/sv.ts"() {
|
|
822
|
-
templates27 = {
|
|
823
|
-
"s159928724265eb05": `L\xE4gg till alternativ`,
|
|
824
|
-
"s1b23c41934894f30": `F\xF6rklaring`,
|
|
825
|
-
"s255857544a9d5ec0": `\xC5terst\xE4llning`,
|
|
826
|
-
"s4802e47fe2e95134": `Alternativ`,
|
|
827
|
-
"s54393bfa280ea55b": `Fr\xE5gest\xE4llning`,
|
|
828
|
-
"s7254ca27b16ae2d8": `Falsk`,
|
|
829
|
-
"s80dc9f56411917df": `Text att lyfta fram`,
|
|
830
|
-
"s85ea99fb52be3385": `Sant`,
|
|
831
|
-
"sb3d4f79d9d8b71e5": `Skicka in`,
|
|
832
|
-
"sc56e9323f076a11e": `Text att l\xE4gga till luckor i`,
|
|
833
|
-
"scd1dd6ff53d0d01a": `F\xF6rs\xF6k igen`,
|
|
834
|
-
"sd26e8d4eef55e341": `Kontrollera dina svar`,
|
|
835
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
836
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
837
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
838
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
839
|
-
"saa3efba1f0c816b7": `Speech`
|
|
840
|
-
};
|
|
841
|
-
}
|
|
842
|
-
});
|
|
843
|
-
|
|
844
|
-
// localization/generated/tr.ts
|
|
845
|
-
var tr_exports = {};
|
|
846
|
-
__export(tr_exports, {
|
|
847
|
-
templates: () => templates28
|
|
848
|
-
});
|
|
849
|
-
var templates28;
|
|
850
|
-
var init_tr = __esm({
|
|
851
|
-
"localization/generated/tr.ts"() {
|
|
852
|
-
templates28 = {
|
|
853
|
-
"s159928724265eb05": `Se\xE7enek Ekle`,
|
|
854
|
-
"s1b23c41934894f30": `A\xE7\u0131klama`,
|
|
855
|
-
"s255857544a9d5ec0": `S\u0131f\u0131rla`,
|
|
856
|
-
"s4802e47fe2e95134": `Opsiyon`,
|
|
857
|
-
"s54393bfa280ea55b": `\u0130stem`,
|
|
858
|
-
"s7254ca27b16ae2d8": `Yanl\u0131\u015F`,
|
|
859
|
-
"s80dc9f56411917df": `Vurgulanacak Metin`,
|
|
860
|
-
"s85ea99fb52be3385": `Do\u011Fru`,
|
|
861
|
-
"sb3d4f79d9d8b71e5": `G\xF6nder`,
|
|
862
|
-
"sc56e9323f076a11e": `Bo\u015Fluk eklenecek metin`,
|
|
863
|
-
"scd1dd6ff53d0d01a": `Tekrar deneyin`,
|
|
864
|
-
"sd26e8d4eef55e341": `Cevaplar\u0131n\u0131z\u0131 kontrol edin`,
|
|
865
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
866
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
867
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
868
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
869
|
-
"saa3efba1f0c816b7": `Speech`
|
|
870
|
-
};
|
|
871
|
-
}
|
|
872
|
-
});
|
|
873
|
-
|
|
874
|
-
// localization/generated/uk.ts
|
|
875
|
-
var uk_exports = {};
|
|
876
|
-
__export(uk_exports, {
|
|
877
|
-
templates: () => templates29
|
|
878
|
-
});
|
|
879
|
-
var templates29;
|
|
880
|
-
var init_uk = __esm({
|
|
881
|
-
"localization/generated/uk.ts"() {
|
|
882
|
-
templates29 = {
|
|
883
|
-
"s159928724265eb05": `\u0414\u043E\u0434\u0430\u0442\u0438 \u043E\u043F\u0446\u0456\u044E`,
|
|
884
|
-
"s1b23c41934894f30": `\u041F\u043E\u044F\u0441\u043D\u0435\u043D\u043D\u044F`,
|
|
885
|
-
"s255857544a9d5ec0": `\u041F\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F`,
|
|
886
|
-
"s4802e47fe2e95134": `\u0412\u0430\u0440\u0456\u0430\u043D\u0442`,
|
|
887
|
-
"s54393bfa280ea55b": `\u0428\u0432\u0438\u0434\u043A\u043E`,
|
|
888
|
-
"s7254ca27b16ae2d8": `\u041D\u0435\u043F\u0440\u0430\u0432\u0434\u0430.`,
|
|
889
|
-
"s80dc9f56411917df": `\u0422\u0435\u043A\u0441\u0442 \u0434\u043B\u044F \u0432\u0438\u0434\u0456\u043B\u0435\u043D\u043D\u044F`,
|
|
890
|
-
"s85ea99fb52be3385": `\u041F\u0440\u0430\u0432\u0434\u0430.`,
|
|
891
|
-
"sb3d4f79d9d8b71e5": `\u041D\u0430\u0434\u0456\u0441\u043B\u0430\u0442\u0438`,
|
|
892
|
-
"sc56e9323f076a11e": `\u0422\u0435\u043A\u0441\u0442, \u0434\u043E \u044F\u043A\u043E\u0433\u043E \u043F\u043E\u0442\u0440\u0456\u0431\u043D\u043E \u0434\u043E\u0434\u0430\u0442\u0438 \u043F\u0440\u043E\u0431\u0456\u043B\u0438`,
|
|
893
|
-
"scd1dd6ff53d0d01a": `\u0421\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437.`,
|
|
894
|
-
"sd26e8d4eef55e341": `\u041F\u0435\u0440\u0435\u0432\u0456\u0440\u0442\u0435 \u0441\u0432\u043E\u0457 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0456`,
|
|
895
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
896
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
897
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
898
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
899
|
-
"saa3efba1f0c816b7": `Speech`
|
|
900
|
-
};
|
|
901
|
-
}
|
|
902
|
-
});
|
|
903
|
-
|
|
904
|
-
// localization/generated/zh-hans.ts
|
|
905
|
-
var zh_hans_exports = {};
|
|
906
|
-
__export(zh_hans_exports, {
|
|
907
|
-
templates: () => templates30
|
|
908
|
-
});
|
|
909
|
-
var templates30;
|
|
910
|
-
var init_zh_hans = __esm({
|
|
911
|
-
"localization/generated/zh-hans.ts"() {
|
|
912
|
-
templates30 = {
|
|
913
|
-
"s159928724265eb05": `\u6DFB\u52A0\u9009\u9879`,
|
|
914
|
-
"s1b23c41934894f30": `\u8BF4\u660E`,
|
|
915
|
-
"s255857544a9d5ec0": `\u91CD\u7F6E`,
|
|
916
|
-
"s4802e47fe2e95134": `\u9009\u9879`,
|
|
917
|
-
"s54393bfa280ea55b": `\u63D0\u793A`,
|
|
918
|
-
"s7254ca27b16ae2d8": `\u5047\u7684`,
|
|
919
|
-
"s80dc9f56411917df": `\u7A81\u51FA\u663E\u793A\u6587\u672C`,
|
|
920
|
-
"s85ea99fb52be3385": `\u6B63\u786E`,
|
|
921
|
-
"sb3d4f79d9d8b71e5": `\u63D0\u4EA4`,
|
|
922
|
-
"sc56e9323f076a11e": `\u4E3A\u6587\u672C\u6DFB\u52A0\u95F4\u9699`,
|
|
923
|
-
"scd1dd6ff53d0d01a": `\u518D\u8BD5\u4E00\u6B21`,
|
|
924
|
-
"sd26e8d4eef55e341": `\u68C0\u67E5\u7B54\u6848`,
|
|
925
|
-
"sb0aadaa04e658ad6": `Choice`,
|
|
926
|
-
"s2ba5f4d8f3bd7c57": `Order`,
|
|
927
|
-
"s2492f5fb1b05b45e": `Text`,
|
|
928
|
-
"s49c940aecfef3ea0": `Mark`,
|
|
929
|
-
"saa3efba1f0c816b7": `Speech`
|
|
930
|
-
};
|
|
931
|
-
}
|
|
932
|
-
});
|
|
933
|
-
|
|
934
|
-
// node_modules/@lit/reactive-element/css-tag.js
|
|
935
|
-
var t = globalThis;
|
|
936
|
-
var e = t.ShadowRoot && (void 0 === t.ShadyCSS || t.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype;
|
|
937
|
-
var s = Symbol();
|
|
938
|
-
var o = /* @__PURE__ */ new WeakMap();
|
|
939
|
-
var n = class {
|
|
940
|
-
constructor(t7, e10, o9) {
|
|
941
|
-
if (this._$cssResult$ = true, o9 !== s) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
942
|
-
this.cssText = t7, this.t = e10;
|
|
943
|
-
}
|
|
944
|
-
get styleSheet() {
|
|
945
|
-
let t7 = this.o;
|
|
946
|
-
const s4 = this.t;
|
|
947
|
-
if (e && void 0 === t7) {
|
|
948
|
-
const e10 = void 0 !== s4 && 1 === s4.length;
|
|
949
|
-
e10 && (t7 = o.get(s4)), void 0 === t7 && ((this.o = t7 = new CSSStyleSheet()).replaceSync(this.cssText), e10 && o.set(s4, t7));
|
|
950
|
-
}
|
|
951
|
-
return t7;
|
|
952
|
-
}
|
|
953
|
-
toString() {
|
|
954
|
-
return this.cssText;
|
|
955
|
-
}
|
|
956
|
-
};
|
|
957
|
-
var r = (t7) => new n("string" == typeof t7 ? t7 : t7 + "", void 0, s);
|
|
958
|
-
var i = (t7, ...e10) => {
|
|
959
|
-
const o9 = 1 === t7.length ? t7[0] : e10.reduce((e11, s4, o10) => e11 + ((t8) => {
|
|
960
|
-
if (true === t8._$cssResult$) return t8.cssText;
|
|
961
|
-
if ("number" == typeof t8) return t8;
|
|
962
|
-
throw Error("Value passed to 'css' function must be a 'css' function result: " + t8 + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
|
|
963
|
-
})(s4) + t7[o10 + 1], t7[0]);
|
|
964
|
-
return new n(o9, t7, s);
|
|
965
|
-
};
|
|
966
|
-
var S = (s4, o9) => {
|
|
967
|
-
if (e) s4.adoptedStyleSheets = o9.map((t7) => t7 instanceof CSSStyleSheet ? t7 : t7.styleSheet);
|
|
968
|
-
else for (const e10 of o9) {
|
|
969
|
-
const o10 = document.createElement("style"), n8 = t.litNonce;
|
|
970
|
-
void 0 !== n8 && o10.setAttribute("nonce", n8), o10.textContent = e10.cssText, s4.appendChild(o10);
|
|
971
|
-
}
|
|
972
|
-
};
|
|
973
|
-
var c = e ? (t7) => t7 : (t7) => t7 instanceof CSSStyleSheet ? ((t8) => {
|
|
974
|
-
let e10 = "";
|
|
975
|
-
for (const s4 of t8.cssRules) e10 += s4.cssText;
|
|
976
|
-
return r(e10);
|
|
977
|
-
})(t7) : t7;
|
|
978
|
-
|
|
979
|
-
// node_modules/@lit/reactive-element/reactive-element.js
|
|
980
|
-
var { is: i2, defineProperty: e2, getOwnPropertyDescriptor: r2, getOwnPropertyNames: h, getOwnPropertySymbols: o2, getPrototypeOf: n2 } = Object;
|
|
981
|
-
var a = globalThis;
|
|
982
|
-
var c2 = a.trustedTypes;
|
|
983
|
-
var l = c2 ? c2.emptyScript : "";
|
|
984
|
-
var p = a.reactiveElementPolyfillSupport;
|
|
985
|
-
var d = (t7, s4) => t7;
|
|
986
|
-
var u = { toAttribute(t7, s4) {
|
|
987
|
-
switch (s4) {
|
|
988
|
-
case Boolean:
|
|
989
|
-
t7 = t7 ? l : null;
|
|
990
|
-
break;
|
|
991
|
-
case Object:
|
|
992
|
-
case Array:
|
|
993
|
-
t7 = null == t7 ? t7 : JSON.stringify(t7);
|
|
994
|
-
}
|
|
995
|
-
return t7;
|
|
996
|
-
}, fromAttribute(t7, s4) {
|
|
997
|
-
let i8 = t7;
|
|
998
|
-
switch (s4) {
|
|
999
|
-
case Boolean:
|
|
1000
|
-
i8 = null !== t7;
|
|
1001
|
-
break;
|
|
1002
|
-
case Number:
|
|
1003
|
-
i8 = null === t7 ? null : Number(t7);
|
|
1004
|
-
break;
|
|
1005
|
-
case Object:
|
|
1006
|
-
case Array:
|
|
1007
|
-
try {
|
|
1008
|
-
i8 = JSON.parse(t7);
|
|
1009
|
-
} catch (t8) {
|
|
1010
|
-
i8 = null;
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
return i8;
|
|
1014
|
-
} };
|
|
1015
|
-
var f = (t7, s4) => !i2(t7, s4);
|
|
1016
|
-
var y = { attribute: true, type: String, converter: u, reflect: false, hasChanged: f };
|
|
1017
|
-
Symbol.metadata ??= Symbol("metadata"), a.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
|
|
1018
|
-
var b = class extends HTMLElement {
|
|
1019
|
-
static addInitializer(t7) {
|
|
1020
|
-
this._$Ei(), (this.l ??= []).push(t7);
|
|
1021
|
-
}
|
|
1022
|
-
static get observedAttributes() {
|
|
1023
|
-
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
1024
|
-
}
|
|
1025
|
-
static createProperty(t7, s4 = y) {
|
|
1026
|
-
if (s4.state && (s4.attribute = false), this._$Ei(), this.elementProperties.set(t7, s4), !s4.noAccessor) {
|
|
1027
|
-
const i8 = Symbol(), r8 = this.getPropertyDescriptor(t7, i8, s4);
|
|
1028
|
-
void 0 !== r8 && e2(this.prototype, t7, r8);
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
static getPropertyDescriptor(t7, s4, i8) {
|
|
1032
|
-
const { get: e10, set: h4 } = r2(this.prototype, t7) ?? { get() {
|
|
1033
|
-
return this[s4];
|
|
1034
|
-
}, set(t8) {
|
|
1035
|
-
this[s4] = t8;
|
|
1036
|
-
} };
|
|
1037
|
-
return { get() {
|
|
1038
|
-
return e10?.call(this);
|
|
1039
|
-
}, set(s5) {
|
|
1040
|
-
const r8 = e10?.call(this);
|
|
1041
|
-
h4.call(this, s5), this.requestUpdate(t7, r8, i8);
|
|
1042
|
-
}, configurable: true, enumerable: true };
|
|
1043
|
-
}
|
|
1044
|
-
static getPropertyOptions(t7) {
|
|
1045
|
-
return this.elementProperties.get(t7) ?? y;
|
|
1046
|
-
}
|
|
1047
|
-
static _$Ei() {
|
|
1048
|
-
if (this.hasOwnProperty(d("elementProperties"))) return;
|
|
1049
|
-
const t7 = n2(this);
|
|
1050
|
-
t7.finalize(), void 0 !== t7.l && (this.l = [...t7.l]), this.elementProperties = new Map(t7.elementProperties);
|
|
1051
|
-
}
|
|
1052
|
-
static finalize() {
|
|
1053
|
-
if (this.hasOwnProperty(d("finalized"))) return;
|
|
1054
|
-
if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d("properties"))) {
|
|
1055
|
-
const t8 = this.properties, s4 = [...h(t8), ...o2(t8)];
|
|
1056
|
-
for (const i8 of s4) this.createProperty(i8, t8[i8]);
|
|
1057
|
-
}
|
|
1058
|
-
const t7 = this[Symbol.metadata];
|
|
1059
|
-
if (null !== t7) {
|
|
1060
|
-
const s4 = litPropertyMetadata.get(t7);
|
|
1061
|
-
if (void 0 !== s4) for (const [t8, i8] of s4) this.elementProperties.set(t8, i8);
|
|
1062
|
-
}
|
|
1063
|
-
this._$Eh = /* @__PURE__ */ new Map();
|
|
1064
|
-
for (const [t8, s4] of this.elementProperties) {
|
|
1065
|
-
const i8 = this._$Eu(t8, s4);
|
|
1066
|
-
void 0 !== i8 && this._$Eh.set(i8, t8);
|
|
1067
|
-
}
|
|
1068
|
-
this.elementStyles = this.finalizeStyles(this.styles);
|
|
1069
|
-
}
|
|
1070
|
-
static finalizeStyles(s4) {
|
|
1071
|
-
const i8 = [];
|
|
1072
|
-
if (Array.isArray(s4)) {
|
|
1073
|
-
const e10 = new Set(s4.flat(1 / 0).reverse());
|
|
1074
|
-
for (const s5 of e10) i8.unshift(c(s5));
|
|
1075
|
-
} else void 0 !== s4 && i8.push(c(s4));
|
|
1076
|
-
return i8;
|
|
1077
|
-
}
|
|
1078
|
-
static _$Eu(t7, s4) {
|
|
1079
|
-
const i8 = s4.attribute;
|
|
1080
|
-
return false === i8 ? void 0 : "string" == typeof i8 ? i8 : "string" == typeof t7 ? t7.toLowerCase() : void 0;
|
|
1081
|
-
}
|
|
1082
|
-
constructor() {
|
|
1083
|
-
super(), this._$Ep = void 0, this.isUpdatePending = false, this.hasUpdated = false, this._$Em = null, this._$Ev();
|
|
1084
|
-
}
|
|
1085
|
-
_$Ev() {
|
|
1086
|
-
this._$ES = new Promise((t7) => this.enableUpdating = t7), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach((t7) => t7(this));
|
|
1087
|
-
}
|
|
1088
|
-
addController(t7) {
|
|
1089
|
-
(this._$EO ??= /* @__PURE__ */ new Set()).add(t7), void 0 !== this.renderRoot && this.isConnected && t7.hostConnected?.();
|
|
1090
|
-
}
|
|
1091
|
-
removeController(t7) {
|
|
1092
|
-
this._$EO?.delete(t7);
|
|
1093
|
-
}
|
|
1094
|
-
_$E_() {
|
|
1095
|
-
const t7 = /* @__PURE__ */ new Map(), s4 = this.constructor.elementProperties;
|
|
1096
|
-
for (const i8 of s4.keys()) this.hasOwnProperty(i8) && (t7.set(i8, this[i8]), delete this[i8]);
|
|
1097
|
-
t7.size > 0 && (this._$Ep = t7);
|
|
1098
|
-
}
|
|
1099
|
-
createRenderRoot() {
|
|
1100
|
-
const t7 = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
1101
|
-
return S(t7, this.constructor.elementStyles), t7;
|
|
1102
|
-
}
|
|
1103
|
-
connectedCallback() {
|
|
1104
|
-
this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(true), this._$EO?.forEach((t7) => t7.hostConnected?.());
|
|
1105
|
-
}
|
|
1106
|
-
enableUpdating(t7) {
|
|
1107
|
-
}
|
|
1108
|
-
disconnectedCallback() {
|
|
1109
|
-
this._$EO?.forEach((t7) => t7.hostDisconnected?.());
|
|
1110
|
-
}
|
|
1111
|
-
attributeChangedCallback(t7, s4, i8) {
|
|
1112
|
-
this._$AK(t7, i8);
|
|
1113
|
-
}
|
|
1114
|
-
_$EC(t7, s4) {
|
|
1115
|
-
const i8 = this.constructor.elementProperties.get(t7), e10 = this.constructor._$Eu(t7, i8);
|
|
1116
|
-
if (void 0 !== e10 && true === i8.reflect) {
|
|
1117
|
-
const r8 = (void 0 !== i8.converter?.toAttribute ? i8.converter : u).toAttribute(s4, i8.type);
|
|
1118
|
-
this._$Em = t7, null == r8 ? this.removeAttribute(e10) : this.setAttribute(e10, r8), this._$Em = null;
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
_$AK(t7, s4) {
|
|
1122
|
-
const i8 = this.constructor, e10 = i8._$Eh.get(t7);
|
|
1123
|
-
if (void 0 !== e10 && this._$Em !== e10) {
|
|
1124
|
-
const t8 = i8.getPropertyOptions(e10), r8 = "function" == typeof t8.converter ? { fromAttribute: t8.converter } : void 0 !== t8.converter?.fromAttribute ? t8.converter : u;
|
|
1125
|
-
this._$Em = e10, this[e10] = r8.fromAttribute(s4, t8.type), this._$Em = null;
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1128
|
-
requestUpdate(t7, s4, i8) {
|
|
1129
|
-
if (void 0 !== t7) {
|
|
1130
|
-
if (i8 ??= this.constructor.getPropertyOptions(t7), !(i8.hasChanged ?? f)(this[t7], s4)) return;
|
|
1131
|
-
this.P(t7, s4, i8);
|
|
1132
|
-
}
|
|
1133
|
-
false === this.isUpdatePending && (this._$ES = this._$ET());
|
|
1134
|
-
}
|
|
1135
|
-
P(t7, s4, i8) {
|
|
1136
|
-
this._$AL.has(t7) || this._$AL.set(t7, s4), true === i8.reflect && this._$Em !== t7 && (this._$Ej ??= /* @__PURE__ */ new Set()).add(t7);
|
|
1137
|
-
}
|
|
1138
|
-
async _$ET() {
|
|
1139
|
-
this.isUpdatePending = true;
|
|
1140
|
-
try {
|
|
1141
|
-
await this._$ES;
|
|
1142
|
-
} catch (t8) {
|
|
1143
|
-
Promise.reject(t8);
|
|
1144
|
-
}
|
|
1145
|
-
const t7 = this.scheduleUpdate();
|
|
1146
|
-
return null != t7 && await t7, !this.isUpdatePending;
|
|
1147
|
-
}
|
|
1148
|
-
scheduleUpdate() {
|
|
1149
|
-
return this.performUpdate();
|
|
1150
|
-
}
|
|
1151
|
-
performUpdate() {
|
|
1152
|
-
if (!this.isUpdatePending) return;
|
|
1153
|
-
if (!this.hasUpdated) {
|
|
1154
|
-
if (this.renderRoot ??= this.createRenderRoot(), this._$Ep) {
|
|
1155
|
-
for (const [t9, s5] of this._$Ep) this[t9] = s5;
|
|
1156
|
-
this._$Ep = void 0;
|
|
1157
|
-
}
|
|
1158
|
-
const t8 = this.constructor.elementProperties;
|
|
1159
|
-
if (t8.size > 0) for (const [s5, i8] of t8) true !== i8.wrapped || this._$AL.has(s5) || void 0 === this[s5] || this.P(s5, this[s5], i8);
|
|
1160
|
-
}
|
|
1161
|
-
let t7 = false;
|
|
1162
|
-
const s4 = this._$AL;
|
|
1163
|
-
try {
|
|
1164
|
-
t7 = this.shouldUpdate(s4), t7 ? (this.willUpdate(s4), this._$EO?.forEach((t8) => t8.hostUpdate?.()), this.update(s4)) : this._$EU();
|
|
1165
|
-
} catch (s5) {
|
|
1166
|
-
throw t7 = false, this._$EU(), s5;
|
|
1167
|
-
}
|
|
1168
|
-
t7 && this._$AE(s4);
|
|
1169
|
-
}
|
|
1170
|
-
willUpdate(t7) {
|
|
1171
|
-
}
|
|
1172
|
-
_$AE(t7) {
|
|
1173
|
-
this._$EO?.forEach((t8) => t8.hostUpdated?.()), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t7)), this.updated(t7);
|
|
1174
|
-
}
|
|
1175
|
-
_$EU() {
|
|
1176
|
-
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = false;
|
|
1177
|
-
}
|
|
1178
|
-
get updateComplete() {
|
|
1179
|
-
return this.getUpdateComplete();
|
|
1180
|
-
}
|
|
1181
|
-
getUpdateComplete() {
|
|
1182
|
-
return this._$ES;
|
|
1183
|
-
}
|
|
1184
|
-
shouldUpdate(t7) {
|
|
1185
|
-
return true;
|
|
1186
|
-
}
|
|
1187
|
-
update(t7) {
|
|
1188
|
-
this._$Ej &&= this._$Ej.forEach((t8) => this._$EC(t8, this[t8])), this._$EU();
|
|
1189
|
-
}
|
|
1190
|
-
updated(t7) {
|
|
1191
|
-
}
|
|
1192
|
-
firstUpdated(t7) {
|
|
1193
|
-
}
|
|
1194
|
-
};
|
|
1195
|
-
b.elementStyles = [], b.shadowRootOptions = { mode: "open" }, b[d("elementProperties")] = /* @__PURE__ */ new Map(), b[d("finalized")] = /* @__PURE__ */ new Map(), p?.({ ReactiveElement: b }), (a.reactiveElementVersions ??= []).push("2.0.4");
|
|
1196
|
-
|
|
1197
|
-
// node_modules/lit-html/lit-html.js
|
|
1198
|
-
var t2 = globalThis;
|
|
1199
|
-
var i3 = t2.trustedTypes;
|
|
1200
|
-
var s2 = i3 ? i3.createPolicy("lit-html", { createHTML: (t7) => t7 }) : void 0;
|
|
1201
|
-
var e3 = "$lit$";
|
|
1202
|
-
var h2 = `lit$${Math.random().toFixed(9).slice(2)}$`;
|
|
1203
|
-
var o3 = "?" + h2;
|
|
1204
|
-
var n3 = `<${o3}>`;
|
|
1205
|
-
var r3 = document;
|
|
1206
|
-
var l2 = () => r3.createComment("");
|
|
1207
|
-
var c3 = (t7) => null === t7 || "object" != typeof t7 && "function" != typeof t7;
|
|
1208
|
-
var a2 = Array.isArray;
|
|
1209
|
-
var u2 = (t7) => a2(t7) || "function" == typeof t7?.[Symbol.iterator];
|
|
1210
|
-
var d2 = "[ \n\f\r]";
|
|
1211
|
-
var f2 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g;
|
|
1212
|
-
var v = /-->/g;
|
|
1213
|
-
var _ = />/g;
|
|
1214
|
-
var m = RegExp(`>|${d2}(?:([^\\s"'>=/]+)(${d2}*=${d2}*(?:[^
|
|
1215
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g");
|
|
1216
|
-
var p2 = /'/g;
|
|
1217
|
-
var g = /"/g;
|
|
1218
|
-
var $ = /^(?:script|style|textarea|title)$/i;
|
|
1219
|
-
var y2 = (t7) => (i8, ...s4) => ({ _$litType$: t7, strings: i8, values: s4 });
|
|
1220
|
-
var x = y2(1);
|
|
1221
|
-
var b2 = y2(2);
|
|
1222
|
-
var w = y2(3);
|
|
1223
|
-
var T = Symbol.for("lit-noChange");
|
|
1224
|
-
var E = Symbol.for("lit-nothing");
|
|
1225
|
-
var A = /* @__PURE__ */ new WeakMap();
|
|
1226
|
-
var C = r3.createTreeWalker(r3, 129);
|
|
1227
|
-
function P(t7, i8) {
|
|
1228
|
-
if (!a2(t7) || !t7.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
1229
|
-
return void 0 !== s2 ? s2.createHTML(i8) : i8;
|
|
1230
|
-
}
|
|
1231
|
-
var V = (t7, i8) => {
|
|
1232
|
-
const s4 = t7.length - 1, o9 = [];
|
|
1233
|
-
let r8, l5 = 2 === i8 ? "<svg>" : 3 === i8 ? "<math>" : "", c6 = f2;
|
|
1234
|
-
for (let i9 = 0; i9 < s4; i9++) {
|
|
1235
|
-
const s5 = t7[i9];
|
|
1236
|
-
let a5, u5, d4 = -1, y4 = 0;
|
|
1237
|
-
for (; y4 < s5.length && (c6.lastIndex = y4, u5 = c6.exec(s5), null !== u5); ) y4 = c6.lastIndex, c6 === f2 ? "!--" === u5[1] ? c6 = v : void 0 !== u5[1] ? c6 = _ : void 0 !== u5[2] ? ($.test(u5[2]) && (r8 = RegExp("</" + u5[2], "g")), c6 = m) : void 0 !== u5[3] && (c6 = m) : c6 === m ? ">" === u5[0] ? (c6 = r8 ?? f2, d4 = -1) : void 0 === u5[1] ? d4 = -2 : (d4 = c6.lastIndex - u5[2].length, a5 = u5[1], c6 = void 0 === u5[3] ? m : '"' === u5[3] ? g : p2) : c6 === g || c6 === p2 ? c6 = m : c6 === v || c6 === _ ? c6 = f2 : (c6 = m, r8 = void 0);
|
|
1238
|
-
const x3 = c6 === m && t7[i9 + 1].startsWith("/>") ? " " : "";
|
|
1239
|
-
l5 += c6 === f2 ? s5 + n3 : d4 >= 0 ? (o9.push(a5), s5.slice(0, d4) + e3 + s5.slice(d4) + h2 + x3) : s5 + h2 + (-2 === d4 ? i9 : x3);
|
|
1240
|
-
}
|
|
1241
|
-
return [P(t7, l5 + (t7[s4] || "<?>") + (2 === i8 ? "</svg>" : 3 === i8 ? "</math>" : "")), o9];
|
|
1242
|
-
};
|
|
1243
|
-
var N = class _N {
|
|
1244
|
-
constructor({ strings: t7, _$litType$: s4 }, n8) {
|
|
1245
|
-
let r8;
|
|
1246
|
-
this.parts = [];
|
|
1247
|
-
let c6 = 0, a5 = 0;
|
|
1248
|
-
const u5 = t7.length - 1, d4 = this.parts, [f4, v3] = V(t7, s4);
|
|
1249
|
-
if (this.el = _N.createElement(f4, n8), C.currentNode = this.el.content, 2 === s4 || 3 === s4) {
|
|
1250
|
-
const t8 = this.el.content.firstChild;
|
|
1251
|
-
t8.replaceWith(...t8.childNodes);
|
|
1252
|
-
}
|
|
1253
|
-
for (; null !== (r8 = C.nextNode()) && d4.length < u5; ) {
|
|
1254
|
-
if (1 === r8.nodeType) {
|
|
1255
|
-
if (r8.hasAttributes()) for (const t8 of r8.getAttributeNames()) if (t8.endsWith(e3)) {
|
|
1256
|
-
const i8 = v3[a5++], s5 = r8.getAttribute(t8).split(h2), e10 = /([.?@])?(.*)/.exec(i8);
|
|
1257
|
-
d4.push({ type: 1, index: c6, name: e10[2], strings: s5, ctor: "." === e10[1] ? H : "?" === e10[1] ? I : "@" === e10[1] ? L : k }), r8.removeAttribute(t8);
|
|
1258
|
-
} else t8.startsWith(h2) && (d4.push({ type: 6, index: c6 }), r8.removeAttribute(t8));
|
|
1259
|
-
if ($.test(r8.tagName)) {
|
|
1260
|
-
const t8 = r8.textContent.split(h2), s5 = t8.length - 1;
|
|
1261
|
-
if (s5 > 0) {
|
|
1262
|
-
r8.textContent = i3 ? i3.emptyScript : "";
|
|
1263
|
-
for (let i8 = 0; i8 < s5; i8++) r8.append(t8[i8], l2()), C.nextNode(), d4.push({ type: 2, index: ++c6 });
|
|
1264
|
-
r8.append(t8[s5], l2());
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
} else if (8 === r8.nodeType) if (r8.data === o3) d4.push({ type: 2, index: c6 });
|
|
1268
|
-
else {
|
|
1269
|
-
let t8 = -1;
|
|
1270
|
-
for (; -1 !== (t8 = r8.data.indexOf(h2, t8 + 1)); ) d4.push({ type: 7, index: c6 }), t8 += h2.length - 1;
|
|
1271
|
-
}
|
|
1272
|
-
c6++;
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
static createElement(t7, i8) {
|
|
1276
|
-
const s4 = r3.createElement("template");
|
|
1277
|
-
return s4.innerHTML = t7, s4;
|
|
1278
|
-
}
|
|
1279
|
-
};
|
|
1280
|
-
function S2(t7, i8, s4 = t7, e10) {
|
|
1281
|
-
if (i8 === T) return i8;
|
|
1282
|
-
let h4 = void 0 !== e10 ? s4._$Co?.[e10] : s4._$Cl;
|
|
1283
|
-
const o9 = c3(i8) ? void 0 : i8._$litDirective$;
|
|
1284
|
-
return h4?.constructor !== o9 && (h4?._$AO?.(false), void 0 === o9 ? h4 = void 0 : (h4 = new o9(t7), h4._$AT(t7, s4, e10)), void 0 !== e10 ? (s4._$Co ??= [])[e10] = h4 : s4._$Cl = h4), void 0 !== h4 && (i8 = S2(t7, h4._$AS(t7, i8.values), h4, e10)), i8;
|
|
1285
|
-
}
|
|
1286
|
-
var M = class {
|
|
1287
|
-
constructor(t7, i8) {
|
|
1288
|
-
this._$AV = [], this._$AN = void 0, this._$AD = t7, this._$AM = i8;
|
|
1289
|
-
}
|
|
1290
|
-
get parentNode() {
|
|
1291
|
-
return this._$AM.parentNode;
|
|
1292
|
-
}
|
|
1293
|
-
get _$AU() {
|
|
1294
|
-
return this._$AM._$AU;
|
|
1295
|
-
}
|
|
1296
|
-
u(t7) {
|
|
1297
|
-
const { el: { content: i8 }, parts: s4 } = this._$AD, e10 = (t7?.creationScope ?? r3).importNode(i8, true);
|
|
1298
|
-
C.currentNode = e10;
|
|
1299
|
-
let h4 = C.nextNode(), o9 = 0, n8 = 0, l5 = s4[0];
|
|
1300
|
-
for (; void 0 !== l5; ) {
|
|
1301
|
-
if (o9 === l5.index) {
|
|
1302
|
-
let i9;
|
|
1303
|
-
2 === l5.type ? i9 = new R(h4, h4.nextSibling, this, t7) : 1 === l5.type ? i9 = new l5.ctor(h4, l5.name, l5.strings, this, t7) : 6 === l5.type && (i9 = new z(h4, this, t7)), this._$AV.push(i9), l5 = s4[++n8];
|
|
1304
|
-
}
|
|
1305
|
-
o9 !== l5?.index && (h4 = C.nextNode(), o9++);
|
|
1306
|
-
}
|
|
1307
|
-
return C.currentNode = r3, e10;
|
|
1308
|
-
}
|
|
1309
|
-
p(t7) {
|
|
1310
|
-
let i8 = 0;
|
|
1311
|
-
for (const s4 of this._$AV) void 0 !== s4 && (void 0 !== s4.strings ? (s4._$AI(t7, s4, i8), i8 += s4.strings.length - 2) : s4._$AI(t7[i8])), i8++;
|
|
1312
|
-
}
|
|
1313
|
-
};
|
|
1314
|
-
var R = class _R {
|
|
1315
|
-
get _$AU() {
|
|
1316
|
-
return this._$AM?._$AU ?? this._$Cv;
|
|
1317
|
-
}
|
|
1318
|
-
constructor(t7, i8, s4, e10) {
|
|
1319
|
-
this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t7, this._$AB = i8, this._$AM = s4, this.options = e10, this._$Cv = e10?.isConnected ?? true;
|
|
1320
|
-
}
|
|
1321
|
-
get parentNode() {
|
|
1322
|
-
let t7 = this._$AA.parentNode;
|
|
1323
|
-
const i8 = this._$AM;
|
|
1324
|
-
return void 0 !== i8 && 11 === t7?.nodeType && (t7 = i8.parentNode), t7;
|
|
1325
|
-
}
|
|
1326
|
-
get startNode() {
|
|
1327
|
-
return this._$AA;
|
|
1328
|
-
}
|
|
1329
|
-
get endNode() {
|
|
1330
|
-
return this._$AB;
|
|
1331
|
-
}
|
|
1332
|
-
_$AI(t7, i8 = this) {
|
|
1333
|
-
t7 = S2(this, t7, i8), c3(t7) ? t7 === E || null == t7 || "" === t7 ? (this._$AH !== E && this._$AR(), this._$AH = E) : t7 !== this._$AH && t7 !== T && this._(t7) : void 0 !== t7._$litType$ ? this.$(t7) : void 0 !== t7.nodeType ? this.T(t7) : u2(t7) ? this.k(t7) : this._(t7);
|
|
1334
|
-
}
|
|
1335
|
-
O(t7) {
|
|
1336
|
-
return this._$AA.parentNode.insertBefore(t7, this._$AB);
|
|
1337
|
-
}
|
|
1338
|
-
T(t7) {
|
|
1339
|
-
this._$AH !== t7 && (this._$AR(), this._$AH = this.O(t7));
|
|
1340
|
-
}
|
|
1341
|
-
_(t7) {
|
|
1342
|
-
this._$AH !== E && c3(this._$AH) ? this._$AA.nextSibling.data = t7 : this.T(r3.createTextNode(t7)), this._$AH = t7;
|
|
1343
|
-
}
|
|
1344
|
-
$(t7) {
|
|
1345
|
-
const { values: i8, _$litType$: s4 } = t7, e10 = "number" == typeof s4 ? this._$AC(t7) : (void 0 === s4.el && (s4.el = N.createElement(P(s4.h, s4.h[0]), this.options)), s4);
|
|
1346
|
-
if (this._$AH?._$AD === e10) this._$AH.p(i8);
|
|
1347
|
-
else {
|
|
1348
|
-
const t8 = new M(e10, this), s5 = t8.u(this.options);
|
|
1349
|
-
t8.p(i8), this.T(s5), this._$AH = t8;
|
|
1350
|
-
}
|
|
1351
|
-
}
|
|
1352
|
-
_$AC(t7) {
|
|
1353
|
-
let i8 = A.get(t7.strings);
|
|
1354
|
-
return void 0 === i8 && A.set(t7.strings, i8 = new N(t7)), i8;
|
|
1355
|
-
}
|
|
1356
|
-
k(t7) {
|
|
1357
|
-
a2(this._$AH) || (this._$AH = [], this._$AR());
|
|
1358
|
-
const i8 = this._$AH;
|
|
1359
|
-
let s4, e10 = 0;
|
|
1360
|
-
for (const h4 of t7) e10 === i8.length ? i8.push(s4 = new _R(this.O(l2()), this.O(l2()), this, this.options)) : s4 = i8[e10], s4._$AI(h4), e10++;
|
|
1361
|
-
e10 < i8.length && (this._$AR(s4 && s4._$AB.nextSibling, e10), i8.length = e10);
|
|
1362
|
-
}
|
|
1363
|
-
_$AR(t7 = this._$AA.nextSibling, i8) {
|
|
1364
|
-
for (this._$AP?.(false, true, i8); t7 && t7 !== this._$AB; ) {
|
|
1365
|
-
const i9 = t7.nextSibling;
|
|
1366
|
-
t7.remove(), t7 = i9;
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1369
|
-
setConnected(t7) {
|
|
1370
|
-
void 0 === this._$AM && (this._$Cv = t7, this._$AP?.(t7));
|
|
1371
|
-
}
|
|
1372
|
-
};
|
|
1373
|
-
var k = class {
|
|
1374
|
-
get tagName() {
|
|
1375
|
-
return this.element.tagName;
|
|
1376
|
-
}
|
|
1377
|
-
get _$AU() {
|
|
1378
|
-
return this._$AM._$AU;
|
|
1379
|
-
}
|
|
1380
|
-
constructor(t7, i8, s4, e10, h4) {
|
|
1381
|
-
this.type = 1, this._$AH = E, this._$AN = void 0, this.element = t7, this.name = i8, this._$AM = e10, this.options = h4, s4.length > 2 || "" !== s4[0] || "" !== s4[1] ? (this._$AH = Array(s4.length - 1).fill(new String()), this.strings = s4) : this._$AH = E;
|
|
1382
|
-
}
|
|
1383
|
-
_$AI(t7, i8 = this, s4, e10) {
|
|
1384
|
-
const h4 = this.strings;
|
|
1385
|
-
let o9 = false;
|
|
1386
|
-
if (void 0 === h4) t7 = S2(this, t7, i8, 0), o9 = !c3(t7) || t7 !== this._$AH && t7 !== T, o9 && (this._$AH = t7);
|
|
1387
|
-
else {
|
|
1388
|
-
const e11 = t7;
|
|
1389
|
-
let n8, r8;
|
|
1390
|
-
for (t7 = h4[0], n8 = 0; n8 < h4.length - 1; n8++) r8 = S2(this, e11[s4 + n8], i8, n8), r8 === T && (r8 = this._$AH[n8]), o9 ||= !c3(r8) || r8 !== this._$AH[n8], r8 === E ? t7 = E : t7 !== E && (t7 += (r8 ?? "") + h4[n8 + 1]), this._$AH[n8] = r8;
|
|
1391
|
-
}
|
|
1392
|
-
o9 && !e10 && this.j(t7);
|
|
1393
|
-
}
|
|
1394
|
-
j(t7) {
|
|
1395
|
-
t7 === E ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t7 ?? "");
|
|
1396
|
-
}
|
|
1397
|
-
};
|
|
1398
|
-
var H = class extends k {
|
|
1399
|
-
constructor() {
|
|
1400
|
-
super(...arguments), this.type = 3;
|
|
1401
|
-
}
|
|
1402
|
-
j(t7) {
|
|
1403
|
-
this.element[this.name] = t7 === E ? void 0 : t7;
|
|
1404
|
-
}
|
|
1405
|
-
};
|
|
1406
|
-
var I = class extends k {
|
|
1407
|
-
constructor() {
|
|
1408
|
-
super(...arguments), this.type = 4;
|
|
1409
|
-
}
|
|
1410
|
-
j(t7) {
|
|
1411
|
-
this.element.toggleAttribute(this.name, !!t7 && t7 !== E);
|
|
1412
|
-
}
|
|
1413
|
-
};
|
|
1414
|
-
var L = class extends k {
|
|
1415
|
-
constructor(t7, i8, s4, e10, h4) {
|
|
1416
|
-
super(t7, i8, s4, e10, h4), this.type = 5;
|
|
1417
|
-
}
|
|
1418
|
-
_$AI(t7, i8 = this) {
|
|
1419
|
-
if ((t7 = S2(this, t7, i8, 0) ?? E) === T) return;
|
|
1420
|
-
const s4 = this._$AH, e10 = t7 === E && s4 !== E || t7.capture !== s4.capture || t7.once !== s4.once || t7.passive !== s4.passive, h4 = t7 !== E && (s4 === E || e10);
|
|
1421
|
-
e10 && this.element.removeEventListener(this.name, this, s4), h4 && this.element.addEventListener(this.name, this, t7), this._$AH = t7;
|
|
1422
|
-
}
|
|
1423
|
-
handleEvent(t7) {
|
|
1424
|
-
"function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element, t7) : this._$AH.handleEvent(t7);
|
|
1425
|
-
}
|
|
1426
|
-
};
|
|
1427
|
-
var z = class {
|
|
1428
|
-
constructor(t7, i8, s4) {
|
|
1429
|
-
this.element = t7, this.type = 6, this._$AN = void 0, this._$AM = i8, this.options = s4;
|
|
1430
|
-
}
|
|
1431
|
-
get _$AU() {
|
|
1432
|
-
return this._$AM._$AU;
|
|
1433
|
-
}
|
|
1434
|
-
_$AI(t7) {
|
|
1435
|
-
S2(this, t7);
|
|
1436
|
-
}
|
|
1437
|
-
};
|
|
1438
|
-
var Z = { M: e3, P: h2, A: o3, C: 1, L: V, R: M, D: u2, V: S2, I: R, H: k, N: I, U: L, B: H, F: z };
|
|
1439
|
-
var j = t2.litHtmlPolyfillSupport;
|
|
1440
|
-
j?.(N, R), (t2.litHtmlVersions ??= []).push("3.2.1");
|
|
1441
|
-
var B = (t7, i8, s4) => {
|
|
1442
|
-
const e10 = s4?.renderBefore ?? i8;
|
|
1443
|
-
let h4 = e10._$litPart$;
|
|
1444
|
-
if (void 0 === h4) {
|
|
1445
|
-
const t8 = s4?.renderBefore ?? null;
|
|
1446
|
-
e10._$litPart$ = h4 = new R(i8.insertBefore(l2(), t8), t8, void 0, s4 ?? {});
|
|
1447
|
-
}
|
|
1448
|
-
return h4._$AI(t7), h4;
|
|
1449
|
-
};
|
|
1450
|
-
|
|
1451
|
-
// node_modules/lit-element/lit-element.js
|
|
1452
|
-
var r4 = class extends b {
|
|
1453
|
-
constructor() {
|
|
1454
|
-
super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
|
|
1455
|
-
}
|
|
1456
|
-
createRenderRoot() {
|
|
1457
|
-
const t7 = super.createRenderRoot();
|
|
1458
|
-
return this.renderOptions.renderBefore ??= t7.firstChild, t7;
|
|
1459
|
-
}
|
|
1460
|
-
update(t7) {
|
|
1461
|
-
const s4 = this.render();
|
|
1462
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t7), this._$Do = B(s4, this.renderRoot, this.renderOptions);
|
|
1463
|
-
}
|
|
1464
|
-
connectedCallback() {
|
|
1465
|
-
super.connectedCallback(), this._$Do?.setConnected(true);
|
|
1466
|
-
}
|
|
1467
|
-
disconnectedCallback() {
|
|
1468
|
-
super.disconnectedCallback(), this._$Do?.setConnected(false);
|
|
1469
|
-
}
|
|
1470
|
-
render() {
|
|
1471
|
-
return T;
|
|
1472
|
-
}
|
|
1473
|
-
};
|
|
1474
|
-
r4._$litElement$ = true, r4["finalized"] = true, globalThis.litElementHydrateSupport?.({ LitElement: r4 });
|
|
1475
|
-
var i4 = globalThis.litElementPolyfillSupport;
|
|
1476
|
-
i4?.({ LitElement: r4 });
|
|
1477
|
-
(globalThis.litElementVersions ??= []).push("4.1.1");
|
|
1478
|
-
|
|
1479
|
-
// node_modules/@webwriter/lit/index.js
|
|
1480
|
-
var __create2 = Object.create;
|
|
1481
|
-
var __defProp2 = Object.defineProperty;
|
|
1482
|
-
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
1483
|
-
var __knownSymbol2 = (name, symbol) => (symbol = Symbol[name]) ? symbol : Symbol.for("Symbol." + name);
|
|
1484
|
-
var __typeError2 = (msg2) => {
|
|
1485
|
-
throw TypeError(msg2);
|
|
1486
|
-
};
|
|
1487
|
-
var __defNormalProp2 = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
1488
|
-
var __name2 = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
1489
|
-
var __decoratorStart2 = (base) => [, , , __create2(base?.[__knownSymbol2("metadata")] ?? null)];
|
|
1490
|
-
var __decoratorStrings2 = ["class", "method", "getter", "setter", "accessor", "field", "value", "get", "set"];
|
|
1491
|
-
var __expectFn2 = (fn) => fn !== void 0 && typeof fn !== "function" ? __typeError2("Function expected") : fn;
|
|
1492
|
-
var __decoratorContext2 = (kind, name, done, metadata, fns) => ({ kind: __decoratorStrings2[kind], name, metadata, addInitializer: (fn) => done._ ? __typeError2("Already initialized") : fns.push(__expectFn2(fn || null)) });
|
|
1493
|
-
var __decoratorMetadata2 = (array, target) => __defNormalProp2(target, __knownSymbol2("metadata"), array[3]);
|
|
1494
|
-
var __runInitializers2 = (array, flags, self, value) => {
|
|
1495
|
-
for (var i32 = 0, fns = array[flags >> 1], n52 = fns && fns.length; i32 < n52; i32++) flags & 1 ? fns[i32].call(self) : value = fns[i32].call(self, value);
|
|
1496
|
-
return value;
|
|
1497
|
-
};
|
|
1498
|
-
var __decorateElement2 = (array, flags, name, decorators, target, extra) => {
|
|
1499
|
-
var fn, it, done, ctx, access, k22 = flags & 7, s22 = !!(flags & 8), p22 = !!(flags & 16);
|
|
1500
|
-
var j22 = k22 > 3 ? array.length + 1 : k22 ? s22 ? 1 : 2 : 0, key = __decoratorStrings2[k22 + 5];
|
|
1501
|
-
var initializers = k22 > 3 && (array[j22 - 1] = []), extraInitializers = array[j22] || (array[j22] = []);
|
|
1502
|
-
var desc = k22 && (!p22 && !s22 && (target = target.prototype), k22 < 5 && (k22 > 3 || !p22) && __getOwnPropDesc2(k22 < 4 ? target : { get [name]() {
|
|
1503
|
-
return __privateGet2(this, extra);
|
|
1504
|
-
}, set [name](x22) {
|
|
1505
|
-
return __privateSet2(this, extra, x22);
|
|
1506
|
-
} }, name));
|
|
1507
|
-
k22 ? p22 && k22 < 4 && __name2(extra, (k22 > 2 ? "set " : k22 > 1 ? "get " : "") + name) : __name2(target, name);
|
|
1508
|
-
for (var i32 = decorators.length - 1; i32 >= 0; i32--) {
|
|
1509
|
-
ctx = __decoratorContext2(k22, name, done = {}, array[3], extraInitializers);
|
|
1510
|
-
if (k22) {
|
|
1511
|
-
ctx.static = s22, ctx.private = p22, access = ctx.access = { has: p22 ? (x22) => __privateIn2(target, x22) : (x22) => name in x22 };
|
|
1512
|
-
if (k22 ^ 3) access.get = p22 ? (x22) => (k22 ^ 1 ? __privateGet2 : __privateMethod2)(x22, target, k22 ^ 4 ? extra : desc.get) : (x22) => x22[name];
|
|
1513
|
-
if (k22 > 2) access.set = p22 ? (x22, y22) => __privateSet2(x22, target, y22, k22 ^ 4 ? extra : desc.set) : (x22, y22) => x22[name] = y22;
|
|
1514
|
-
}
|
|
1515
|
-
it = (0, decorators[i32])(k22 ? k22 < 4 ? p22 ? extra : desc[key] : k22 > 4 ? void 0 : { get: desc.get, set: desc.set } : target, ctx), done._ = 1;
|
|
1516
|
-
if (k22 ^ 4 || it === void 0) __expectFn2(it) && (k22 > 4 ? initializers.unshift(it) : k22 ? p22 ? extra = it : desc[key] = it : target = it);
|
|
1517
|
-
else if (typeof it !== "object" || it === null) __typeError2("Object expected");
|
|
1518
|
-
else __expectFn2(fn = it.get) && (desc.get = fn), __expectFn2(fn = it.set) && (desc.set = fn), __expectFn2(fn = it.init) && initializers.unshift(fn);
|
|
1519
|
-
}
|
|
1520
|
-
return k22 || __decoratorMetadata2(array, target), desc && __defProp2(target, name, desc), p22 ? k22 ^ 4 ? extra : desc : target;
|
|
1521
|
-
};
|
|
1522
|
-
var __publicField2 = (obj, key, value) => __defNormalProp2(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
1523
|
-
var __accessCheck2 = (obj, member, msg2) => member.has(obj) || __typeError2("Cannot " + msg2);
|
|
1524
|
-
var __privateIn2 = (member, obj) => Object(obj) !== obj ? __typeError2('Cannot use the "in" operator on this value') : member.has(obj);
|
|
1525
|
-
var __privateGet2 = (obj, member, getter) => (__accessCheck2(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
1526
|
-
var __privateAdd2 = (obj, member, value) => member.has(obj) ? __typeError2("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
1527
|
-
var __privateSet2 = (obj, member, value, setter) => (__accessCheck2(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
|
|
1528
|
-
var __privateMethod2 = (obj, member, method) => (__accessCheck2(obj, member, "access private method"), method);
|
|
1529
|
-
var t3 = globalThis;
|
|
1530
|
-
var e4 = t3.ShadowRoot && (void 0 === t3.ShadyCSS || t3.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype;
|
|
1531
|
-
var s3 = Symbol();
|
|
1532
|
-
var o4 = /* @__PURE__ */ new WeakMap();
|
|
1533
|
-
var n4 = class {
|
|
1534
|
-
constructor(t22, e42, o42) {
|
|
1535
|
-
if (this._$cssResult$ = true, o42 !== s3) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
1536
|
-
this.cssText = t22, this.t = e42;
|
|
1537
|
-
}
|
|
1538
|
-
get styleSheet() {
|
|
1539
|
-
let t22 = this.o;
|
|
1540
|
-
const s22 = this.t;
|
|
1541
|
-
if (e4 && void 0 === t22) {
|
|
1542
|
-
const e42 = void 0 !== s22 && 1 === s22.length;
|
|
1543
|
-
e42 && (t22 = o4.get(s22)), void 0 === t22 && ((this.o = t22 = new CSSStyleSheet()).replaceSync(this.cssText), e42 && o4.set(s22, t22));
|
|
1544
|
-
}
|
|
1545
|
-
return t22;
|
|
1546
|
-
}
|
|
1547
|
-
toString() {
|
|
1548
|
-
return this.cssText;
|
|
1549
|
-
}
|
|
1550
|
-
};
|
|
1551
|
-
var r5 = (t22) => new n4("string" == typeof t22 ? t22 : t22 + "", void 0, s3);
|
|
1552
|
-
var S3 = (s22, o42) => {
|
|
1553
|
-
if (e4) s22.adoptedStyleSheets = o42.map((t22) => t22 instanceof CSSStyleSheet ? t22 : t22.styleSheet);
|
|
1554
|
-
else for (const e42 of o42) {
|
|
1555
|
-
const o52 = document.createElement("style"), n52 = t3.litNonce;
|
|
1556
|
-
void 0 !== n52 && o52.setAttribute("nonce", n52), o52.textContent = e42.cssText, s22.appendChild(o52);
|
|
1557
|
-
}
|
|
1558
|
-
};
|
|
1559
|
-
var c4 = e4 ? (t22) => t22 : (t22) => t22 instanceof CSSStyleSheet ? ((t32) => {
|
|
1560
|
-
let e42 = "";
|
|
1561
|
-
for (const s22 of t32.cssRules) e42 += s22.cssText;
|
|
1562
|
-
return r5(e42);
|
|
1563
|
-
})(t22) : t22;
|
|
1564
|
-
var { is: i22, defineProperty: e22, getOwnPropertyDescriptor: r22, getOwnPropertyNames: h3, getOwnPropertySymbols: o22, getPrototypeOf: n22 } = Object;
|
|
1565
|
-
var a3 = globalThis;
|
|
1566
|
-
var c22 = a3.trustedTypes;
|
|
1567
|
-
var l3 = c22 ? c22.emptyScript : "";
|
|
1568
|
-
var p3 = a3.reactiveElementPolyfillSupport;
|
|
1569
|
-
var d3 = (t22, s22) => t22;
|
|
1570
|
-
var u3 = { toAttribute(t22, s22) {
|
|
1571
|
-
switch (s22) {
|
|
1572
|
-
case Boolean:
|
|
1573
|
-
t22 = t22 ? l3 : null;
|
|
1574
|
-
break;
|
|
1575
|
-
case Object:
|
|
1576
|
-
case Array:
|
|
1577
|
-
t22 = null == t22 ? t22 : JSON.stringify(t22);
|
|
1578
|
-
}
|
|
1579
|
-
return t22;
|
|
1580
|
-
}, fromAttribute(t22, s22) {
|
|
1581
|
-
let i32 = t22;
|
|
1582
|
-
switch (s22) {
|
|
1583
|
-
case Boolean:
|
|
1584
|
-
i32 = null !== t22;
|
|
1585
|
-
break;
|
|
1586
|
-
case Number:
|
|
1587
|
-
i32 = null === t22 ? null : Number(t22);
|
|
1588
|
-
break;
|
|
1589
|
-
case Object:
|
|
1590
|
-
case Array:
|
|
1591
|
-
try {
|
|
1592
|
-
i32 = JSON.parse(t22);
|
|
1593
|
-
} catch (t32) {
|
|
1594
|
-
i32 = null;
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
return i32;
|
|
1598
|
-
} };
|
|
1599
|
-
var f3 = (t22, s22) => !i22(t22, s22);
|
|
1600
|
-
var y3 = { attribute: true, type: String, converter: u3, reflect: false, hasChanged: f3 };
|
|
1601
|
-
Symbol.metadata ??= Symbol("metadata"), a3.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
|
|
1602
|
-
var b3 = class extends HTMLElement {
|
|
1603
|
-
static addInitializer(t22) {
|
|
1604
|
-
this._$Ei(), (this.l ??= []).push(t22);
|
|
1605
|
-
}
|
|
1606
|
-
static get observedAttributes() {
|
|
1607
|
-
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
1608
|
-
}
|
|
1609
|
-
static createProperty(t22, s22 = y3) {
|
|
1610
|
-
if (s22.state && (s22.attribute = false), this._$Ei(), this.elementProperties.set(t22, s22), !s22.noAccessor) {
|
|
1611
|
-
const i32 = Symbol(), r42 = this.getPropertyDescriptor(t22, i32, s22);
|
|
1612
|
-
void 0 !== r42 && e22(this.prototype, t22, r42);
|
|
1613
|
-
}
|
|
1614
|
-
}
|
|
1615
|
-
static getPropertyDescriptor(t22, s22, i32) {
|
|
1616
|
-
const { get: e42, set: h4 } = r22(this.prototype, t22) ?? { get() {
|
|
1617
|
-
return this[s22];
|
|
1618
|
-
}, set(t32) {
|
|
1619
|
-
this[s22] = t32;
|
|
1620
|
-
} };
|
|
1621
|
-
return { get() {
|
|
1622
|
-
return e42?.call(this);
|
|
1623
|
-
}, set(s32) {
|
|
1624
|
-
const r42 = e42?.call(this);
|
|
1625
|
-
h4.call(this, s32), this.requestUpdate(t22, r42, i32);
|
|
1626
|
-
}, configurable: true, enumerable: true };
|
|
1627
|
-
}
|
|
1628
|
-
static getPropertyOptions(t22) {
|
|
1629
|
-
return this.elementProperties.get(t22) ?? y3;
|
|
1630
|
-
}
|
|
1631
|
-
static _$Ei() {
|
|
1632
|
-
if (this.hasOwnProperty(d3("elementProperties"))) return;
|
|
1633
|
-
const t22 = n22(this);
|
|
1634
|
-
t22.finalize(), void 0 !== t22.l && (this.l = [...t22.l]), this.elementProperties = new Map(t22.elementProperties);
|
|
1635
|
-
}
|
|
1636
|
-
static finalize() {
|
|
1637
|
-
if (this.hasOwnProperty(d3("finalized"))) return;
|
|
1638
|
-
if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d3("properties"))) {
|
|
1639
|
-
const t32 = this.properties, s22 = [...h3(t32), ...o22(t32)];
|
|
1640
|
-
for (const i32 of s22) this.createProperty(i32, t32[i32]);
|
|
1641
|
-
}
|
|
1642
|
-
const t22 = this[Symbol.metadata];
|
|
1643
|
-
if (null !== t22) {
|
|
1644
|
-
const s22 = litPropertyMetadata.get(t22);
|
|
1645
|
-
if (void 0 !== s22) for (const [t32, i32] of s22) this.elementProperties.set(t32, i32);
|
|
1646
|
-
}
|
|
1647
|
-
this._$Eh = /* @__PURE__ */ new Map();
|
|
1648
|
-
for (const [t32, s22] of this.elementProperties) {
|
|
1649
|
-
const i32 = this._$Eu(t32, s22);
|
|
1650
|
-
void 0 !== i32 && this._$Eh.set(i32, t32);
|
|
1651
|
-
}
|
|
1652
|
-
this.elementStyles = this.finalizeStyles(this.styles);
|
|
1653
|
-
}
|
|
1654
|
-
static finalizeStyles(s22) {
|
|
1655
|
-
const i32 = [];
|
|
1656
|
-
if (Array.isArray(s22)) {
|
|
1657
|
-
const e42 = new Set(s22.flat(1 / 0).reverse());
|
|
1658
|
-
for (const s32 of e42) i32.unshift(c4(s32));
|
|
1659
|
-
} else void 0 !== s22 && i32.push(c4(s22));
|
|
1660
|
-
return i32;
|
|
1661
|
-
}
|
|
1662
|
-
static _$Eu(t22, s22) {
|
|
1663
|
-
const i32 = s22.attribute;
|
|
1664
|
-
return false === i32 ? void 0 : "string" == typeof i32 ? i32 : "string" == typeof t22 ? t22.toLowerCase() : void 0;
|
|
1665
|
-
}
|
|
1666
|
-
constructor() {
|
|
1667
|
-
super(), this._$Ep = void 0, this.isUpdatePending = false, this.hasUpdated = false, this._$Em = null, this._$Ev();
|
|
1668
|
-
}
|
|
1669
|
-
_$Ev() {
|
|
1670
|
-
this._$ES = new Promise((t22) => this.enableUpdating = t22), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach((t22) => t22(this));
|
|
1671
|
-
}
|
|
1672
|
-
addController(t22) {
|
|
1673
|
-
(this._$EO ??= /* @__PURE__ */ new Set()).add(t22), void 0 !== this.renderRoot && this.isConnected && t22.hostConnected?.();
|
|
1674
|
-
}
|
|
1675
|
-
removeController(t22) {
|
|
1676
|
-
this._$EO?.delete(t22);
|
|
1677
|
-
}
|
|
1678
|
-
_$E_() {
|
|
1679
|
-
const t22 = /* @__PURE__ */ new Map(), s22 = this.constructor.elementProperties;
|
|
1680
|
-
for (const i32 of s22.keys()) this.hasOwnProperty(i32) && (t22.set(i32, this[i32]), delete this[i32]);
|
|
1681
|
-
t22.size > 0 && (this._$Ep = t22);
|
|
1682
|
-
}
|
|
1683
|
-
createRenderRoot() {
|
|
1684
|
-
const t22 = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
1685
|
-
return S3(t22, this.constructor.elementStyles), t22;
|
|
1686
|
-
}
|
|
1687
|
-
connectedCallback() {
|
|
1688
|
-
this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(true), this._$EO?.forEach((t22) => t22.hostConnected?.());
|
|
1689
|
-
}
|
|
1690
|
-
enableUpdating(t22) {
|
|
1691
|
-
}
|
|
1692
|
-
disconnectedCallback() {
|
|
1693
|
-
this._$EO?.forEach((t22) => t22.hostDisconnected?.());
|
|
1694
|
-
}
|
|
1695
|
-
attributeChangedCallback(t22, s22, i32) {
|
|
1696
|
-
this._$AK(t22, i32);
|
|
1697
|
-
}
|
|
1698
|
-
_$EC(t22, s22) {
|
|
1699
|
-
const i32 = this.constructor.elementProperties.get(t22), e42 = this.constructor._$Eu(t22, i32);
|
|
1700
|
-
if (void 0 !== e42 && true === i32.reflect) {
|
|
1701
|
-
const r42 = (void 0 !== i32.converter?.toAttribute ? i32.converter : u3).toAttribute(s22, i32.type);
|
|
1702
|
-
this._$Em = t22, null == r42 ? this.removeAttribute(e42) : this.setAttribute(e42, r42), this._$Em = null;
|
|
1703
|
-
}
|
|
1704
|
-
}
|
|
1705
|
-
_$AK(t22, s22) {
|
|
1706
|
-
const i32 = this.constructor, e42 = i32._$Eh.get(t22);
|
|
1707
|
-
if (void 0 !== e42 && this._$Em !== e42) {
|
|
1708
|
-
const t32 = i32.getPropertyOptions(e42), r42 = "function" == typeof t32.converter ? { fromAttribute: t32.converter } : void 0 !== t32.converter?.fromAttribute ? t32.converter : u3;
|
|
1709
|
-
this._$Em = e42, this[e42] = r42.fromAttribute(s22, t32.type), this._$Em = null;
|
|
1710
|
-
}
|
|
1711
|
-
}
|
|
1712
|
-
requestUpdate(t22, s22, i32) {
|
|
1713
|
-
if (void 0 !== t22) {
|
|
1714
|
-
if (i32 ??= this.constructor.getPropertyOptions(t22), !(i32.hasChanged ?? f3)(this[t22], s22)) return;
|
|
1715
|
-
this.P(t22, s22, i32);
|
|
1716
|
-
}
|
|
1717
|
-
false === this.isUpdatePending && (this._$ES = this._$ET());
|
|
1718
|
-
}
|
|
1719
|
-
P(t22, s22, i32) {
|
|
1720
|
-
this._$AL.has(t22) || this._$AL.set(t22, s22), true === i32.reflect && this._$Em !== t22 && (this._$Ej ??= /* @__PURE__ */ new Set()).add(t22);
|
|
1721
|
-
}
|
|
1722
|
-
async _$ET() {
|
|
1723
|
-
this.isUpdatePending = true;
|
|
1724
|
-
try {
|
|
1725
|
-
await this._$ES;
|
|
1726
|
-
} catch (t32) {
|
|
1727
|
-
Promise.reject(t32);
|
|
1728
|
-
}
|
|
1729
|
-
const t22 = this.scheduleUpdate();
|
|
1730
|
-
return null != t22 && await t22, !this.isUpdatePending;
|
|
1731
|
-
}
|
|
1732
|
-
scheduleUpdate() {
|
|
1733
|
-
return this.performUpdate();
|
|
1734
|
-
}
|
|
1735
|
-
performUpdate() {
|
|
1736
|
-
if (!this.isUpdatePending) return;
|
|
1737
|
-
if (!this.hasUpdated) {
|
|
1738
|
-
if (this.renderRoot ??= this.createRenderRoot(), this._$Ep) {
|
|
1739
|
-
for (const [t42, s32] of this._$Ep) this[t42] = s32;
|
|
1740
|
-
this._$Ep = void 0;
|
|
1741
|
-
}
|
|
1742
|
-
const t32 = this.constructor.elementProperties;
|
|
1743
|
-
if (t32.size > 0) for (const [s32, i32] of t32) true !== i32.wrapped || this._$AL.has(s32) || void 0 === this[s32] || this.P(s32, this[s32], i32);
|
|
1744
|
-
}
|
|
1745
|
-
let t22 = false;
|
|
1746
|
-
const s22 = this._$AL;
|
|
1747
|
-
try {
|
|
1748
|
-
t22 = this.shouldUpdate(s22), t22 ? (this.willUpdate(s22), this._$EO?.forEach((t32) => t32.hostUpdate?.()), this.update(s22)) : this._$EU();
|
|
1749
|
-
} catch (s32) {
|
|
1750
|
-
throw t22 = false, this._$EU(), s32;
|
|
1751
|
-
}
|
|
1752
|
-
t22 && this._$AE(s22);
|
|
1753
|
-
}
|
|
1754
|
-
willUpdate(t22) {
|
|
1755
|
-
}
|
|
1756
|
-
_$AE(t22) {
|
|
1757
|
-
this._$EO?.forEach((t32) => t32.hostUpdated?.()), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t22)), this.updated(t22);
|
|
1758
|
-
}
|
|
1759
|
-
_$EU() {
|
|
1760
|
-
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = false;
|
|
1761
|
-
}
|
|
1762
|
-
get updateComplete() {
|
|
1763
|
-
return this.getUpdateComplete();
|
|
1764
|
-
}
|
|
1765
|
-
getUpdateComplete() {
|
|
1766
|
-
return this._$ES;
|
|
1767
|
-
}
|
|
1768
|
-
shouldUpdate(t22) {
|
|
1769
|
-
return true;
|
|
1770
|
-
}
|
|
1771
|
-
update(t22) {
|
|
1772
|
-
this._$Ej &&= this._$Ej.forEach((t32) => this._$EC(t32, this[t32])), this._$EU();
|
|
1773
|
-
}
|
|
1774
|
-
updated(t22) {
|
|
1775
|
-
}
|
|
1776
|
-
firstUpdated(t22) {
|
|
1777
|
-
}
|
|
1778
|
-
};
|
|
1779
|
-
b3.elementStyles = [], b3.shadowRootOptions = { mode: "open" }, b3[d3("elementProperties")] = /* @__PURE__ */ new Map(), b3[d3("finalized")] = /* @__PURE__ */ new Map(), p3?.({ ReactiveElement: b3 }), (a3.reactiveElementVersions ??= []).push("2.0.4");
|
|
1780
|
-
var n32 = globalThis;
|
|
1781
|
-
var c32 = n32.trustedTypes;
|
|
1782
|
-
var h22 = c32 ? c32.createPolicy("lit-html", { createHTML: (t22) => t22 }) : void 0;
|
|
1783
|
-
var f22 = "$lit$";
|
|
1784
|
-
var v2 = `lit$${Math.random().toFixed(9).slice(2)}$`;
|
|
1785
|
-
var m2 = "?" + v2;
|
|
1786
|
-
var _2 = `<${m2}>`;
|
|
1787
|
-
var w2 = document;
|
|
1788
|
-
var lt = () => w2.createComment("");
|
|
1789
|
-
var st = (t22) => null === t22 || "object" != typeof t22 && "function" != typeof t22;
|
|
1790
|
-
var g2 = Array.isArray;
|
|
1791
|
-
var $2 = (t22) => g2(t22) || "function" == typeof t22?.[Symbol.iterator];
|
|
1792
|
-
var x2 = "[ \n\f\r]";
|
|
1793
|
-
var T2 = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g;
|
|
1794
|
-
var E2 = /-->/g;
|
|
1795
|
-
var k2 = />/g;
|
|
1796
|
-
var O = RegExp(`>|${x2}(?:([^\\s"'>=/]+)(${x2}*=${x2}*(?:[^
|
|
1797
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g");
|
|
1798
|
-
var S22 = /'/g;
|
|
1799
|
-
var j2 = /"/g;
|
|
1800
|
-
var M2 = /^(?:script|style|textarea|title)$/i;
|
|
1801
|
-
var P2 = (t22) => (i32, ...s22) => ({ _$litType$: t22, strings: i32, values: s22 });
|
|
1802
|
-
var ke = P2(1);
|
|
1803
|
-
var Oe = P2(2);
|
|
1804
|
-
var Se = P2(3);
|
|
1805
|
-
var R2 = Symbol.for("lit-noChange");
|
|
1806
|
-
var D = Symbol.for("lit-nothing");
|
|
1807
|
-
var V2 = /* @__PURE__ */ new WeakMap();
|
|
1808
|
-
var I2 = w2.createTreeWalker(w2, 129);
|
|
1809
|
-
function N2(t22, i32) {
|
|
1810
|
-
if (!g2(t22) || !t22.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
1811
|
-
return void 0 !== h22 ? h22.createHTML(i32) : i32;
|
|
1812
|
-
}
|
|
1813
|
-
var U = (t22, i32) => {
|
|
1814
|
-
const s22 = t22.length - 1, e42 = [];
|
|
1815
|
-
let h4, o42 = 2 === i32 ? "<svg>" : 3 === i32 ? "<math>" : "", n52 = T2;
|
|
1816
|
-
for (let i42 = 0; i42 < s22; i42++) {
|
|
1817
|
-
const s32 = t22[i42];
|
|
1818
|
-
let r42, l22, c42 = -1, a22 = 0;
|
|
1819
|
-
for (; a22 < s32.length && (n52.lastIndex = a22, l22 = n52.exec(s32), null !== l22); ) a22 = n52.lastIndex, n52 === T2 ? "!--" === l22[1] ? n52 = E2 : void 0 !== l22[1] ? n52 = k2 : void 0 !== l22[2] ? (M2.test(l22[2]) && (h4 = RegExp("</" + l22[2], "g")), n52 = O) : void 0 !== l22[3] && (n52 = O) : n52 === O ? ">" === l22[0] ? (n52 = h4 ?? T2, c42 = -1) : void 0 === l22[1] ? c42 = -2 : (c42 = n52.lastIndex - l22[2].length, r42 = l22[1], n52 = void 0 === l22[3] ? O : '"' === l22[3] ? j2 : S22) : n52 === j2 || n52 === S22 ? n52 = O : n52 === E2 || n52 === k2 ? n52 = T2 : (n52 = O, h4 = void 0);
|
|
1820
|
-
const u22 = n52 === O && t22[i42 + 1].startsWith("/>") ? " " : "";
|
|
1821
|
-
o42 += n52 === T2 ? s32 + _2 : c42 >= 0 ? (e42.push(r42), s32.slice(0, c42) + f22 + s32.slice(c42) + v2 + u22) : s32 + v2 + (-2 === c42 ? i42 : u22);
|
|
1822
|
-
}
|
|
1823
|
-
return [N2(t22, o42 + (t22[s22] || "<?>") + (2 === i32 ? "</svg>" : 3 === i32 ? "</math>" : "")), e42];
|
|
1824
|
-
};
|
|
1825
|
-
var B2 = class _B {
|
|
1826
|
-
constructor({ strings: t22, _$litType$: i32 }, s22) {
|
|
1827
|
-
let e42;
|
|
1828
|
-
this.parts = [];
|
|
1829
|
-
let h4 = 0, o42 = 0;
|
|
1830
|
-
const n52 = t22.length - 1, r42 = this.parts, [l22, a22] = U(t22, i32);
|
|
1831
|
-
if (this.el = _B.createElement(l22, s22), I2.currentNode = this.el.content, 2 === i32 || 3 === i32) {
|
|
1832
|
-
const t32 = this.el.content.firstChild;
|
|
1833
|
-
t32.replaceWith(...t32.childNodes);
|
|
1834
|
-
}
|
|
1835
|
-
for (; null !== (e42 = I2.nextNode()) && r42.length < n52; ) {
|
|
1836
|
-
if (1 === e42.nodeType) {
|
|
1837
|
-
if (e42.hasAttributes()) for (const t32 of e42.getAttributeNames()) if (t32.endsWith(f22)) {
|
|
1838
|
-
const i42 = a22[o42++], s32 = e42.getAttribute(t32).split(v2), n62 = /([.?@])?(.*)/.exec(i42);
|
|
1839
|
-
r42.push({ type: 1, index: h4, name: n62[2], strings: s32, ctor: "." === n62[1] ? Y : "?" === n62[1] ? Z2 : "@" === n62[1] ? q : G }), e42.removeAttribute(t32);
|
|
1840
|
-
} else t32.startsWith(v2) && (r42.push({ type: 6, index: h4 }), e42.removeAttribute(t32));
|
|
1841
|
-
if (M2.test(e42.tagName)) {
|
|
1842
|
-
const t32 = e42.textContent.split(v2), i42 = t32.length - 1;
|
|
1843
|
-
if (i42 > 0) {
|
|
1844
|
-
e42.textContent = c32 ? c32.emptyScript : "";
|
|
1845
|
-
for (let s32 = 0; s32 < i42; s32++) e42.append(t32[s32], lt()), I2.nextNode(), r42.push({ type: 2, index: ++h4 });
|
|
1846
|
-
e42.append(t32[i42], lt());
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1849
|
-
} else if (8 === e42.nodeType) if (e42.data === m2) r42.push({ type: 2, index: h4 });
|
|
1850
|
-
else {
|
|
1851
|
-
let t32 = -1;
|
|
1852
|
-
for (; -1 !== (t32 = e42.data.indexOf(v2, t32 + 1)); ) r42.push({ type: 7, index: h4 }), t32 += v2.length - 1;
|
|
1853
|
-
}
|
|
1854
|
-
h4++;
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
|
-
static createElement(t22, i32) {
|
|
1858
|
-
const s22 = w2.createElement("template");
|
|
1859
|
-
return s22.innerHTML = t22, s22;
|
|
1860
|
-
}
|
|
1861
|
-
};
|
|
1862
|
-
function z2(t22, i32, s22 = t22, e42) {
|
|
1863
|
-
if (i32 === R2) return i32;
|
|
1864
|
-
let h4 = void 0 !== e42 ? s22.o?.[e42] : s22.l;
|
|
1865
|
-
const o42 = st(i32) ? void 0 : i32._$litDirective$;
|
|
1866
|
-
return h4?.constructor !== o42 && (h4?._$AO?.(false), void 0 === o42 ? h4 = void 0 : (h4 = new o42(t22), h4._$AT(t22, s22, e42)), void 0 !== e42 ? (s22.o ??= [])[e42] = h4 : s22.l = h4), void 0 !== h4 && (i32 = z2(t22, h4._$AS(t22, i32.values), h4, e42)), i32;
|
|
1867
|
-
}
|
|
1868
|
-
var F = class {
|
|
1869
|
-
constructor(t22, i32) {
|
|
1870
|
-
this._$AV = [], this._$AN = void 0, this._$AD = t22, this._$AM = i32;
|
|
1871
|
-
}
|
|
1872
|
-
get parentNode() {
|
|
1873
|
-
return this._$AM.parentNode;
|
|
1874
|
-
}
|
|
1875
|
-
get _$AU() {
|
|
1876
|
-
return this._$AM._$AU;
|
|
1877
|
-
}
|
|
1878
|
-
u(t22) {
|
|
1879
|
-
const { el: { content: i32 }, parts: s22 } = this._$AD, e42 = (t22?.creationScope ?? w2).importNode(i32, true);
|
|
1880
|
-
I2.currentNode = e42;
|
|
1881
|
-
let h4 = I2.nextNode(), o42 = 0, n52 = 0, r42 = s22[0];
|
|
1882
|
-
for (; void 0 !== r42; ) {
|
|
1883
|
-
if (o42 === r42.index) {
|
|
1884
|
-
let i42;
|
|
1885
|
-
2 === r42.type ? i42 = new et(h4, h4.nextSibling, this, t22) : 1 === r42.type ? i42 = new r42.ctor(h4, r42.name, r42.strings, this, t22) : 6 === r42.type && (i42 = new K(h4, this, t22)), this._$AV.push(i42), r42 = s22[++n52];
|
|
1886
|
-
}
|
|
1887
|
-
o42 !== r42?.index && (h4 = I2.nextNode(), o42++);
|
|
1888
|
-
}
|
|
1889
|
-
return I2.currentNode = w2, e42;
|
|
1890
|
-
}
|
|
1891
|
-
p(t22) {
|
|
1892
|
-
let i32 = 0;
|
|
1893
|
-
for (const s22 of this._$AV) void 0 !== s22 && (void 0 !== s22.strings ? (s22._$AI(t22, s22, i32), i32 += s22.strings.length - 2) : s22._$AI(t22[i32])), i32++;
|
|
1894
|
-
}
|
|
1895
|
-
};
|
|
1896
|
-
var et = class _et {
|
|
1897
|
-
get _$AU() {
|
|
1898
|
-
return this._$AM?._$AU ?? this.v;
|
|
1899
|
-
}
|
|
1900
|
-
constructor(t22, i32, s22, e42) {
|
|
1901
|
-
this.type = 2, this._$AH = D, this._$AN = void 0, this._$AA = t22, this._$AB = i32, this._$AM = s22, this.options = e42, this.v = e42?.isConnected ?? true;
|
|
1902
|
-
}
|
|
1903
|
-
get parentNode() {
|
|
1904
|
-
let t22 = this._$AA.parentNode;
|
|
1905
|
-
const i32 = this._$AM;
|
|
1906
|
-
return void 0 !== i32 && 11 === t22?.nodeType && (t22 = i32.parentNode), t22;
|
|
1907
|
-
}
|
|
1908
|
-
get startNode() {
|
|
1909
|
-
return this._$AA;
|
|
1910
|
-
}
|
|
1911
|
-
get endNode() {
|
|
1912
|
-
return this._$AB;
|
|
1913
|
-
}
|
|
1914
|
-
_$AI(t22, i32 = this) {
|
|
1915
|
-
t22 = z2(this, t22, i32), st(t22) ? t22 === D || null == t22 || "" === t22 ? (this._$AH !== D && this._$AR(), this._$AH = D) : t22 !== this._$AH && t22 !== R2 && this._(t22) : void 0 !== t22._$litType$ ? this.$(t22) : void 0 !== t22.nodeType ? this.T(t22) : $2(t22) ? this.k(t22) : this._(t22);
|
|
1916
|
-
}
|
|
1917
|
-
O(t22) {
|
|
1918
|
-
return this._$AA.parentNode.insertBefore(t22, this._$AB);
|
|
1919
|
-
}
|
|
1920
|
-
T(t22) {
|
|
1921
|
-
this._$AH !== t22 && (this._$AR(), this._$AH = this.O(t22));
|
|
1922
|
-
}
|
|
1923
|
-
_(t22) {
|
|
1924
|
-
this._$AH !== D && st(this._$AH) ? this._$AA.nextSibling.data = t22 : this.T(w2.createTextNode(t22)), this._$AH = t22;
|
|
1925
|
-
}
|
|
1926
|
-
$(t22) {
|
|
1927
|
-
const { values: i32, _$litType$: s22 } = t22, e42 = "number" == typeof s22 ? this._$AC(t22) : (void 0 === s22.el && (s22.el = B2.createElement(N2(s22.h, s22.h[0]), this.options)), s22);
|
|
1928
|
-
if (this._$AH?._$AD === e42) this._$AH.p(i32);
|
|
1929
|
-
else {
|
|
1930
|
-
const t32 = new F(e42, this), s32 = t32.u(this.options);
|
|
1931
|
-
t32.p(i32), this.T(s32), this._$AH = t32;
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
_$AC(t22) {
|
|
1935
|
-
let i32 = V2.get(t22.strings);
|
|
1936
|
-
return void 0 === i32 && V2.set(t22.strings, i32 = new B2(t22)), i32;
|
|
1937
|
-
}
|
|
1938
|
-
k(t22) {
|
|
1939
|
-
g2(this._$AH) || (this._$AH = [], this._$AR());
|
|
1940
|
-
const i32 = this._$AH;
|
|
1941
|
-
let s22, e42 = 0;
|
|
1942
|
-
for (const h4 of t22) e42 === i32.length ? i32.push(s22 = new _et(this.O(lt()), this.O(lt()), this, this.options)) : s22 = i32[e42], s22._$AI(h4), e42++;
|
|
1943
|
-
e42 < i32.length && (this._$AR(s22 && s22._$AB.nextSibling, e42), i32.length = e42);
|
|
1944
|
-
}
|
|
1945
|
-
_$AR(t22 = this._$AA.nextSibling, i32) {
|
|
1946
|
-
for (this._$AP?.(false, true, i32); t22 && t22 !== this._$AB; ) {
|
|
1947
|
-
const i42 = t22.nextSibling;
|
|
1948
|
-
t22.remove(), t22 = i42;
|
|
1949
|
-
}
|
|
1950
|
-
}
|
|
1951
|
-
setConnected(t22) {
|
|
1952
|
-
void 0 === this._$AM && (this.v = t22, this._$AP?.(t22));
|
|
1953
|
-
}
|
|
1954
|
-
};
|
|
1955
|
-
var G = class {
|
|
1956
|
-
get tagName() {
|
|
1957
|
-
return this.element.tagName;
|
|
1958
|
-
}
|
|
1959
|
-
get _$AU() {
|
|
1960
|
-
return this._$AM._$AU;
|
|
1961
|
-
}
|
|
1962
|
-
constructor(t22, i32, s22, e42, h4) {
|
|
1963
|
-
this.type = 1, this._$AH = D, this._$AN = void 0, this.element = t22, this.name = i32, this._$AM = e42, this.options = h4, s22.length > 2 || "" !== s22[0] || "" !== s22[1] ? (this._$AH = Array(s22.length - 1).fill(new String()), this.strings = s22) : this._$AH = D;
|
|
1964
|
-
}
|
|
1965
|
-
_$AI(t22, i32 = this, s22, e42) {
|
|
1966
|
-
const h4 = this.strings;
|
|
1967
|
-
let o42 = false;
|
|
1968
|
-
if (void 0 === h4) t22 = z2(this, t22, i32, 0), o42 = !st(t22) || t22 !== this._$AH && t22 !== R2, o42 && (this._$AH = t22);
|
|
1969
|
-
else {
|
|
1970
|
-
const e52 = t22;
|
|
1971
|
-
let n52, r42;
|
|
1972
|
-
for (t22 = h4[0], n52 = 0; n52 < h4.length - 1; n52++) r42 = z2(this, e52[s22 + n52], i32, n52), r42 === R2 && (r42 = this._$AH[n52]), o42 ||= !st(r42) || r42 !== this._$AH[n52], r42 === D ? t22 = D : t22 !== D && (t22 += (r42 ?? "") + h4[n52 + 1]), this._$AH[n52] = r42;
|
|
1973
|
-
}
|
|
1974
|
-
o42 && !e42 && this.j(t22);
|
|
1975
|
-
}
|
|
1976
|
-
j(t22) {
|
|
1977
|
-
t22 === D ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t22 ?? "");
|
|
1978
|
-
}
|
|
1979
|
-
};
|
|
1980
|
-
var Y = class extends G {
|
|
1981
|
-
constructor() {
|
|
1982
|
-
super(...arguments), this.type = 3;
|
|
1983
|
-
}
|
|
1984
|
-
j(t22) {
|
|
1985
|
-
this.element[this.name] = t22 === D ? void 0 : t22;
|
|
1986
|
-
}
|
|
1987
|
-
};
|
|
1988
|
-
var Z2 = class extends G {
|
|
1989
|
-
constructor() {
|
|
1990
|
-
super(...arguments), this.type = 4;
|
|
1991
|
-
}
|
|
1992
|
-
j(t22) {
|
|
1993
|
-
this.element.toggleAttribute(this.name, !!t22 && t22 !== D);
|
|
1994
|
-
}
|
|
1995
|
-
};
|
|
1996
|
-
var q = class extends G {
|
|
1997
|
-
constructor(t22, i32, s22, e42, h4) {
|
|
1998
|
-
super(t22, i32, s22, e42, h4), this.type = 5;
|
|
1999
|
-
}
|
|
2000
|
-
_$AI(t22, i32 = this) {
|
|
2001
|
-
if ((t22 = z2(this, t22, i32, 0) ?? D) === R2) return;
|
|
2002
|
-
const s22 = this._$AH, e42 = t22 === D && s22 !== D || t22.capture !== s22.capture || t22.once !== s22.once || t22.passive !== s22.passive, h4 = t22 !== D && (s22 === D || e42);
|
|
2003
|
-
e42 && this.element.removeEventListener(this.name, this, s22), h4 && this.element.addEventListener(this.name, this, t22), this._$AH = t22;
|
|
2004
|
-
}
|
|
2005
|
-
handleEvent(t22) {
|
|
2006
|
-
"function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element, t22) : this._$AH.handleEvent(t22);
|
|
2007
|
-
}
|
|
2008
|
-
};
|
|
2009
|
-
var K = class {
|
|
2010
|
-
constructor(t22, i32, s22) {
|
|
2011
|
-
this.element = t22, this.type = 6, this._$AN = void 0, this._$AM = i32, this.options = s22;
|
|
2012
|
-
}
|
|
2013
|
-
get _$AU() {
|
|
2014
|
-
return this._$AM._$AU;
|
|
2015
|
-
}
|
|
2016
|
-
_$AI(t22) {
|
|
2017
|
-
z2(this, t22);
|
|
2018
|
-
}
|
|
2019
|
-
};
|
|
2020
|
-
var Re = n32.litHtmlPolyfillSupport;
|
|
2021
|
-
Re?.(B2, et), (n32.litHtmlVersions ??= []).push("3.2.0");
|
|
2022
|
-
var Q = (t22, i32, s22) => {
|
|
2023
|
-
const e42 = s22?.renderBefore ?? i32;
|
|
2024
|
-
let h4 = e42._$litPart$;
|
|
2025
|
-
if (void 0 === h4) {
|
|
2026
|
-
const t32 = s22?.renderBefore ?? null;
|
|
2027
|
-
e42._$litPart$ = h4 = new et(i32.insertBefore(lt(), t32), t32, void 0, s22 ?? {});
|
|
2028
|
-
}
|
|
2029
|
-
return h4._$AI(t22), h4;
|
|
2030
|
-
};
|
|
2031
|
-
var h32 = class extends b3 {
|
|
2032
|
-
constructor() {
|
|
2033
|
-
super(...arguments), this.renderOptions = { host: this }, this.o = void 0;
|
|
2034
|
-
}
|
|
2035
|
-
createRenderRoot() {
|
|
2036
|
-
const t22 = super.createRenderRoot();
|
|
2037
|
-
return this.renderOptions.renderBefore ??= t22.firstChild, t22;
|
|
2038
|
-
}
|
|
2039
|
-
update(t22) {
|
|
2040
|
-
const e42 = this.render();
|
|
2041
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t22), this.o = Q(e42, this.renderRoot, this.renderOptions);
|
|
2042
|
-
}
|
|
2043
|
-
connectedCallback() {
|
|
2044
|
-
super.connectedCallback(), this.o?.setConnected(true);
|
|
2045
|
-
}
|
|
2046
|
-
disconnectedCallback() {
|
|
2047
|
-
super.disconnectedCallback(), this.o?.setConnected(false);
|
|
2048
|
-
}
|
|
2049
|
-
render() {
|
|
2050
|
-
return R2;
|
|
2051
|
-
}
|
|
2052
|
-
};
|
|
2053
|
-
h32._$litElement$ = true, h32["finalized"] = true, globalThis.litElementHydrateSupport?.({ LitElement: h32 });
|
|
2054
|
-
var f32 = globalThis.litElementPolyfillSupport;
|
|
2055
|
-
f32?.({ LitElement: h32 });
|
|
2056
|
-
(globalThis.litElementVersions ??= []).push("4.1.0");
|
|
2057
|
-
var o32 = { attribute: true, type: String, converter: u3, reflect: false, hasChanged: f3 };
|
|
2058
|
-
var r32 = (t22 = o32, e42, r42) => {
|
|
2059
|
-
const { kind: n52, metadata: i32 } = r42;
|
|
2060
|
-
let s22 = globalThis.litPropertyMetadata.get(i32);
|
|
2061
|
-
if (void 0 === s22 && globalThis.litPropertyMetadata.set(i32, s22 = /* @__PURE__ */ new Map()), s22.set(r42.name, t22), "accessor" === n52) {
|
|
2062
|
-
const { name: o42 } = r42;
|
|
2063
|
-
return { set(r52) {
|
|
2064
|
-
const n62 = e42.get.call(this);
|
|
2065
|
-
e42.set.call(this, r52), this.requestUpdate(o42, n62, t22);
|
|
2066
|
-
}, init(e52) {
|
|
2067
|
-
return void 0 !== e52 && this.P(o42, void 0, t22), e52;
|
|
2068
|
-
} };
|
|
2069
|
-
}
|
|
2070
|
-
if ("setter" === n52) {
|
|
2071
|
-
const { name: o42 } = r42;
|
|
2072
|
-
return function(r52) {
|
|
2073
|
-
const n62 = this[o42];
|
|
2074
|
-
e42.call(this, r52), this.requestUpdate(o42, n62, t22);
|
|
2075
|
-
};
|
|
2076
|
-
}
|
|
2077
|
-
throw Error("Unsupported decorator location: " + n52);
|
|
2078
|
-
};
|
|
2079
|
-
function n42(t22) {
|
|
2080
|
-
return (e42, o42) => "object" == typeof o42 ? r32(t22, e42, o42) : ((t32, e52, o52) => {
|
|
2081
|
-
const r42 = e52.hasOwnProperty(o52);
|
|
2082
|
-
return e52.constructor.createProperty(o52, r42 ? { ...t32, wrapped: true } : t32), r42 ? Object.getOwnPropertyDescriptor(e52, o52) : void 0;
|
|
2083
|
-
})(t22, e42, o42);
|
|
2084
|
-
}
|
|
2085
|
-
var appliedClassMixins = /* @__PURE__ */ new WeakMap();
|
|
2086
|
-
function wasMixinPreviouslyApplied(mixin, superClass) {
|
|
2087
|
-
let klass = superClass;
|
|
2088
|
-
while (klass) {
|
|
2089
|
-
if (appliedClassMixins.get(klass) === mixin) {
|
|
2090
|
-
return true;
|
|
2091
|
-
}
|
|
2092
|
-
klass = Object.getPrototypeOf(klass);
|
|
2093
|
-
}
|
|
2094
|
-
return false;
|
|
2095
|
-
}
|
|
2096
|
-
function dedupeMixin(mixin) {
|
|
2097
|
-
return (superClass) => {
|
|
2098
|
-
if (wasMixinPreviouslyApplied(mixin, superClass)) {
|
|
2099
|
-
return superClass;
|
|
2100
|
-
}
|
|
2101
|
-
const mixedClass = mixin(superClass);
|
|
2102
|
-
appliedClassMixins.set(mixedClass, mixin);
|
|
2103
|
-
return mixedClass;
|
|
2104
|
-
};
|
|
2105
|
-
}
|
|
2106
|
-
var version = "3.0.0";
|
|
2107
|
-
var versions = window.scopedElementsVersions || (window.scopedElementsVersions = []);
|
|
2108
|
-
if (!versions.includes(version)) {
|
|
2109
|
-
versions.push(version);
|
|
2110
|
-
}
|
|
2111
|
-
var ScopedElementsMixinImplementation = (superclass) => (
|
|
2112
|
-
/** @type {ScopedElementsHost} */
|
|
2113
|
-
class ScopedElementsHost extends superclass {
|
|
2114
|
-
/**
|
|
2115
|
-
* Obtains the scoped elements definitions map if specified.
|
|
2116
|
-
*
|
|
2117
|
-
* @type {ScopedElementsMap=}
|
|
2118
|
-
*/
|
|
2119
|
-
static scopedElements;
|
|
2120
|
-
static get scopedElementsVersion() {
|
|
2121
|
-
return version;
|
|
2122
|
-
}
|
|
2123
|
-
/** @type {CustomElementRegistry=} */
|
|
2124
|
-
static __registry;
|
|
2125
|
-
/**
|
|
2126
|
-
* Obtains the CustomElementRegistry associated to the ShadowRoot.
|
|
2127
|
-
*
|
|
2128
|
-
* @returns {CustomElementRegistry=}
|
|
2129
|
-
*/
|
|
2130
|
-
get registry() {
|
|
2131
|
-
return (
|
|
2132
|
-
/** @type {typeof ScopedElementsHost} */
|
|
2133
|
-
this.constructor.__registry
|
|
2134
|
-
);
|
|
2135
|
-
}
|
|
2136
|
-
/**
|
|
2137
|
-
* Set the CustomElementRegistry associated to the ShadowRoot
|
|
2138
|
-
*
|
|
2139
|
-
* @param {CustomElementRegistry} registry
|
|
2140
|
-
*/
|
|
2141
|
-
set registry(registry2) {
|
|
2142
|
-
this.constructor.__registry = registry2;
|
|
2143
|
-
}
|
|
2144
|
-
/**
|
|
2145
|
-
* @param {ShadowRootInit} options
|
|
2146
|
-
* @returns {ShadowRoot}
|
|
2147
|
-
*/
|
|
2148
|
-
attachShadow(options) {
|
|
2149
|
-
const { scopedElements } = (
|
|
2150
|
-
/** @type {typeof ScopedElementsHost} */
|
|
2151
|
-
this.constructor
|
|
2152
|
-
);
|
|
2153
|
-
const shouldCreateRegistry = !this.registry || // @ts-ignore
|
|
2154
|
-
this.registry === this.constructor.__registry && !Object.prototype.hasOwnProperty.call(this.constructor, "__registry");
|
|
2155
|
-
if (shouldCreateRegistry) {
|
|
2156
|
-
this.registry = new CustomElementRegistry();
|
|
2157
|
-
for (const [tagName, klass] of Object.entries(scopedElements ?? {})) {
|
|
2158
|
-
this.registry.define(tagName, klass);
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2161
|
-
return super.attachShadow({
|
|
2162
|
-
...options,
|
|
2163
|
-
// The polyfill currently expects the registry to be passed as `customElements`
|
|
2164
|
-
customElements: this.registry,
|
|
2165
|
-
// But the proposal has moved forward, and renamed it to `registry`
|
|
2166
|
-
// For backwards compatibility, we pass it as both
|
|
2167
|
-
registry: this.registry
|
|
2168
|
-
});
|
|
2169
|
-
}
|
|
2170
|
-
}
|
|
2171
|
-
);
|
|
2172
|
-
var ScopedElementsMixin = dedupeMixin(ScopedElementsMixinImplementation);
|
|
2173
|
-
var ScopedElementsMixinImplementation2 = (superclass) => (
|
|
2174
|
-
/** @type {ScopedElementsHost} */
|
|
2175
|
-
class ScopedElementsHost extends ScopedElementsMixin(superclass) {
|
|
2176
|
-
createRenderRoot() {
|
|
2177
|
-
const { shadowRootOptions, elementStyles } = (
|
|
2178
|
-
/** @type {TypeofLitElement} */
|
|
2179
|
-
this.constructor
|
|
2180
|
-
);
|
|
2181
|
-
const shadowRoot = this.attachShadow(shadowRootOptions);
|
|
2182
|
-
this.renderOptions.creationScope = shadowRoot;
|
|
2183
|
-
S3(shadowRoot, elementStyles);
|
|
2184
|
-
this.renderOptions.renderBefore ??= shadowRoot.firstChild;
|
|
2185
|
-
return shadowRoot;
|
|
2186
|
-
}
|
|
2187
|
-
}
|
|
2188
|
-
);
|
|
2189
|
-
var ScopedElementsMixin2 = dedupeMixin(ScopedElementsMixinImplementation2);
|
|
2190
|
-
var _lang_dec;
|
|
2191
|
-
var _contentEditable_dec;
|
|
2192
|
-
var _a;
|
|
2193
|
-
var _init;
|
|
2194
|
-
var _contentEditable;
|
|
2195
|
-
var _lang;
|
|
2196
|
-
var LitElementWw = class extends (_a = ScopedElementsMixin2(h32), _contentEditable_dec = [n42({ type: String, attribute: true, reflect: true })], _lang_dec = [n42({ type: String, attribute: true, reflect: true })], _a) {
|
|
2197
|
-
constructor() {
|
|
2198
|
-
super(...arguments);
|
|
2199
|
-
__runInitializers2(_init, 5, this);
|
|
2200
|
-
__publicField2(this, "options");
|
|
2201
|
-
__publicField2(this, "actions", {});
|
|
2202
|
-
__publicField2(this, "localize");
|
|
2203
|
-
__privateAdd2(this, _contentEditable, __runInitializers2(_init, 8, this)), __runInitializers2(_init, 11, this);
|
|
2204
|
-
__privateAdd2(this, _lang, "");
|
|
2205
|
-
__publicField2(this, "_inTransaction", false);
|
|
2206
|
-
}
|
|
2207
|
-
get lang() {
|
|
2208
|
-
return (__privateGet2(this, _lang) || this.parentElement?.closest("[lang]")?.lang) ?? "";
|
|
2209
|
-
}
|
|
2210
|
-
set lang(value) {
|
|
2211
|
-
__privateSet2(this, _lang, value);
|
|
2212
|
-
this.localize.setLocale(value).finally(() => this.requestUpdate("lang"));
|
|
2213
|
-
}
|
|
2214
|
-
connectedCallback() {
|
|
2215
|
-
super.connectedCallback();
|
|
2216
|
-
this.localize.setLocale(this.lang).finally(() => this.requestUpdate());
|
|
2217
|
-
this.getAttributeNames().forEach((k22) => this.setAttribute(k22, this.getAttribute(k22)));
|
|
2218
|
-
}
|
|
2219
|
-
};
|
|
2220
|
-
_init = __decoratorStart2(_a);
|
|
2221
|
-
_contentEditable = /* @__PURE__ */ new WeakMap();
|
|
2222
|
-
_lang = /* @__PURE__ */ new WeakMap();
|
|
2223
|
-
__decorateElement2(_init, 4, "contentEditable", _contentEditable_dec, LitElementWw, _contentEditable);
|
|
2224
|
-
__decorateElement2(_init, 3, "lang", _lang_dec, LitElementWw);
|
|
2225
|
-
__decoratorMetadata2(_init, LitElementWw);
|
|
2226
|
-
__publicField2(LitElementWw, "shadowRootOptions", { ...h32.shadowRootOptions });
|
|
2227
|
-
__publicField2(LitElementWw, "scopedElements", {});
|
|
2228
|
-
__publicField2(LitElementWw, "options", {});
|
|
2229
|
-
__publicField2(LitElementWw, "actions", {});
|
|
2230
|
-
|
|
2231
|
-
// node_modules/@lit/reactive-element/decorators/custom-element.js
|
|
2232
|
-
var t4 = (t7) => (e10, o9) => {
|
|
2233
|
-
void 0 !== o9 ? o9.addInitializer(() => {
|
|
2234
|
-
customElements.define(t7, e10);
|
|
2235
|
-
}) : customElements.define(t7, e10);
|
|
2236
|
-
};
|
|
2237
|
-
|
|
2238
|
-
// node_modules/@lit/reactive-element/decorators/property.js
|
|
2239
|
-
var o5 = { attribute: true, type: String, converter: u, reflect: false, hasChanged: f };
|
|
2240
|
-
var r6 = (t7 = o5, e10, r8) => {
|
|
2241
|
-
const { kind: n8, metadata: i8 } = r8;
|
|
2242
|
-
let s4 = globalThis.litPropertyMetadata.get(i8);
|
|
2243
|
-
if (void 0 === s4 && globalThis.litPropertyMetadata.set(i8, s4 = /* @__PURE__ */ new Map()), s4.set(r8.name, t7), "accessor" === n8) {
|
|
2244
|
-
const { name: o9 } = r8;
|
|
2245
|
-
return { set(r9) {
|
|
2246
|
-
const n9 = e10.get.call(this);
|
|
2247
|
-
e10.set.call(this, r9), this.requestUpdate(o9, n9, t7);
|
|
2248
|
-
}, init(e11) {
|
|
2249
|
-
return void 0 !== e11 && this.P(o9, void 0, t7), e11;
|
|
2250
|
-
} };
|
|
2251
|
-
}
|
|
2252
|
-
if ("setter" === n8) {
|
|
2253
|
-
const { name: o9 } = r8;
|
|
2254
|
-
return function(r9) {
|
|
2255
|
-
const n9 = this[o9];
|
|
2256
|
-
e10.call(this, r9), this.requestUpdate(o9, n9, t7);
|
|
2257
|
-
};
|
|
2258
|
-
}
|
|
2259
|
-
throw Error("Unsupported decorator location: " + n8);
|
|
2260
|
-
};
|
|
2261
|
-
function n5(t7) {
|
|
2262
|
-
return (e10, o9) => "object" == typeof o9 ? r6(t7, e10, o9) : ((t8, e11, o10) => {
|
|
2263
|
-
const r8 = e11.hasOwnProperty(o10);
|
|
2264
|
-
return e11.constructor.createProperty(o10, r8 ? { ...t8, wrapped: true } : t8), r8 ? Object.getOwnPropertyDescriptor(e11, o10) : void 0;
|
|
2265
|
-
})(t7, e10, o9);
|
|
2266
|
-
}
|
|
2267
|
-
|
|
2268
|
-
// node_modules/@lit/reactive-element/decorators/state.js
|
|
2269
|
-
function r7(r8) {
|
|
2270
|
-
return n5({ ...r8, state: true, attribute: false });
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
// node_modules/@lit/reactive-element/decorators/base.js
|
|
2274
|
-
var e5 = (e10, t7, c6) => (c6.configurable = true, c6.enumerable = true, Reflect.decorate && "object" != typeof t7 && Object.defineProperty(e10, t7, c6), c6);
|
|
2275
|
-
|
|
2276
|
-
// node_modules/@lit/reactive-element/decorators/query.js
|
|
2277
|
-
function e6(e10, r8) {
|
|
2278
|
-
return (n8, s4, i8) => {
|
|
2279
|
-
const o9 = (t7) => t7.renderRoot?.querySelector(e10) ?? null;
|
|
2280
|
-
if (r8) {
|
|
2281
|
-
const { get: e11, set: r9 } = "object" == typeof s4 ? n8 : i8 ?? (() => {
|
|
2282
|
-
const t7 = Symbol();
|
|
2283
|
-
return { get() {
|
|
2284
|
-
return this[t7];
|
|
2285
|
-
}, set(e12) {
|
|
2286
|
-
this[t7] = e12;
|
|
2287
|
-
} };
|
|
2288
|
-
})();
|
|
2289
|
-
return e5(n8, s4, { get() {
|
|
2290
|
-
let t7 = e11.call(this);
|
|
2291
|
-
return void 0 === t7 && (t7 = o9(this), (null !== t7 || this.hasUpdated) && r9.call(this, t7)), t7;
|
|
2292
|
-
} });
|
|
2293
|
-
}
|
|
2294
|
-
return e5(n8, s4, { get() {
|
|
2295
|
-
return o9(this);
|
|
2296
|
-
} });
|
|
2297
|
-
};
|
|
2298
|
-
}
|
|
2299
|
-
|
|
2300
|
-
// node_modules/lit-html/directive.js
|
|
2301
|
-
var t5 = { ATTRIBUTE: 1, CHILD: 2, PROPERTY: 3, BOOLEAN_ATTRIBUTE: 4, EVENT: 5, ELEMENT: 6 };
|
|
2302
|
-
var e7 = (t7) => (...e10) => ({ _$litDirective$: t7, values: e10 });
|
|
2303
|
-
var i5 = class {
|
|
2304
|
-
constructor(t7) {
|
|
2305
|
-
}
|
|
2306
|
-
get _$AU() {
|
|
2307
|
-
return this._$AM._$AU;
|
|
2308
|
-
}
|
|
2309
|
-
_$AT(t7, e10, i8) {
|
|
2310
|
-
this._$Ct = t7, this._$AM = e10, this._$Ci = i8;
|
|
2311
|
-
}
|
|
2312
|
-
_$AS(t7, e10) {
|
|
2313
|
-
return this.update(t7, e10);
|
|
2314
|
-
}
|
|
2315
|
-
update(t7, e10) {
|
|
2316
|
-
return this.render(...e10);
|
|
2317
|
-
}
|
|
2318
|
-
};
|
|
2319
|
-
|
|
2320
|
-
// node_modules/lit-html/directives/style-map.js
|
|
2321
|
-
var n6 = "important";
|
|
2322
|
-
var i6 = " !" + n6;
|
|
2323
|
-
var o6 = e7(class extends i5 {
|
|
2324
|
-
constructor(t7) {
|
|
2325
|
-
if (super(t7), t7.type !== t5.ATTRIBUTE || "style" !== t7.name || t7.strings?.length > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
|
|
2326
|
-
}
|
|
2327
|
-
render(t7) {
|
|
2328
|
-
return Object.keys(t7).reduce((e10, r8) => {
|
|
2329
|
-
const s4 = t7[r8];
|
|
2330
|
-
return null == s4 ? e10 : e10 + `${r8 = r8.includes("-") ? r8 : r8.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g, "-$&").toLowerCase()}:${s4};`;
|
|
2331
|
-
}, "");
|
|
2332
|
-
}
|
|
2333
|
-
update(e10, [r8]) {
|
|
2334
|
-
const { style: s4 } = e10.element;
|
|
2335
|
-
if (void 0 === this.ft) return this.ft = new Set(Object.keys(r8)), this.render(r8);
|
|
2336
|
-
for (const t7 of this.ft) null == r8[t7] && (this.ft.delete(t7), t7.includes("-") ? s4.removeProperty(t7) : s4[t7] = null);
|
|
2337
|
-
for (const t7 in r8) {
|
|
2338
|
-
const e11 = r8[t7];
|
|
2339
|
-
if (null != e11) {
|
|
2340
|
-
this.ft.add(t7);
|
|
2341
|
-
const r9 = "string" == typeof e11 && e11.endsWith(i6);
|
|
2342
|
-
t7.includes("-") || r9 ? s4.setProperty(t7, r9 ? e11.slice(0, -11) : e11, r9 ? n6 : "") : s4[t7] = e11;
|
|
2343
|
-
}
|
|
2344
|
-
}
|
|
2345
|
-
return T;
|
|
2346
|
-
}
|
|
2347
|
-
});
|
|
2348
|
-
|
|
2349
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.6I2T3DLI.js
|
|
2350
|
-
var icon_button_styles_default = i`
|
|
2351
|
-
:host {
|
|
2352
|
-
display: inline-block;
|
|
2353
|
-
color: var(--sl-color-neutral-600);
|
|
2354
|
-
}
|
|
2355
|
-
|
|
2356
|
-
.icon-button {
|
|
2357
|
-
flex: 0 0 auto;
|
|
2358
|
-
display: flex;
|
|
2359
|
-
align-items: center;
|
|
2360
|
-
background: none;
|
|
2361
|
-
border: none;
|
|
2362
|
-
border-radius: var(--sl-border-radius-medium);
|
|
2363
|
-
font-size: inherit;
|
|
2364
|
-
color: inherit;
|
|
2365
|
-
padding: var(--sl-spacing-x-small);
|
|
2366
|
-
cursor: pointer;
|
|
2367
|
-
transition: var(--sl-transition-x-fast) color;
|
|
2368
|
-
-webkit-appearance: none;
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
.icon-button:hover:not(.icon-button--disabled),
|
|
2372
|
-
.icon-button:focus-visible:not(.icon-button--disabled) {
|
|
2373
|
-
color: var(--sl-color-primary-600);
|
|
2374
|
-
}
|
|
2375
|
-
|
|
2376
|
-
.icon-button:active:not(.icon-button--disabled) {
|
|
2377
|
-
color: var(--sl-color-primary-700);
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
.icon-button:focus {
|
|
2381
|
-
outline: none;
|
|
2382
|
-
}
|
|
2383
|
-
|
|
2384
|
-
.icon-button--disabled {
|
|
2385
|
-
opacity: 0.5;
|
|
2386
|
-
cursor: not-allowed;
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
.icon-button:focus-visible {
|
|
2390
|
-
outline: var(--sl-focus-ring);
|
|
2391
|
-
outline-offset: var(--sl-focus-ring-offset);
|
|
2392
|
-
}
|
|
2393
|
-
|
|
2394
|
-
.icon-button__icon {
|
|
2395
|
-
pointer-events: none;
|
|
2396
|
-
}
|
|
2397
|
-
`;
|
|
2398
|
-
|
|
2399
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.QLXRCYS4.js
|
|
2400
|
-
var icon_styles_default = i`
|
|
2401
|
-
:host {
|
|
2402
|
-
display: inline-block;
|
|
2403
|
-
width: 1em;
|
|
2404
|
-
height: 1em;
|
|
2405
|
-
box-sizing: content-box !important;
|
|
2406
|
-
}
|
|
2407
|
-
|
|
2408
|
-
svg {
|
|
2409
|
-
display: block;
|
|
2410
|
-
height: 100%;
|
|
2411
|
-
width: 100%;
|
|
2412
|
-
}
|
|
2413
|
-
`;
|
|
2414
|
-
|
|
2415
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.3Y6SB6QS.js
|
|
2416
|
-
var basePath = "";
|
|
2417
|
-
function setBasePath(path) {
|
|
2418
|
-
basePath = path;
|
|
2419
|
-
}
|
|
2420
|
-
function getBasePath(subpath = "") {
|
|
2421
|
-
if (!basePath) {
|
|
2422
|
-
const scripts = [...document.getElementsByTagName("script")];
|
|
2423
|
-
const configScript = scripts.find((script) => script.hasAttribute("data-shoelace"));
|
|
2424
|
-
if (configScript) {
|
|
2425
|
-
setBasePath(configScript.getAttribute("data-shoelace"));
|
|
2426
|
-
} else {
|
|
2427
|
-
const fallbackScript = scripts.find((s4) => {
|
|
2428
|
-
return /shoelace(\.min)?\.js($|\?)/.test(s4.src) || /shoelace-autoloader(\.min)?\.js($|\?)/.test(s4.src);
|
|
2429
|
-
});
|
|
2430
|
-
let path = "";
|
|
2431
|
-
if (fallbackScript) {
|
|
2432
|
-
path = fallbackScript.getAttribute("src");
|
|
2433
|
-
}
|
|
2434
|
-
setBasePath(path.split("/").slice(0, -1).join("/"));
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
return basePath.replace(/\/$/, "") + (subpath ? `/${subpath.replace(/^\//, "")}` : ``);
|
|
2438
|
-
}
|
|
2439
|
-
|
|
2440
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.P7ZG6EMR.js
|
|
2441
|
-
var library = {
|
|
2442
|
-
name: "default",
|
|
2443
|
-
resolver: (name) => getBasePath(`assets/icons/${name}.svg`)
|
|
2444
|
-
};
|
|
2445
|
-
var library_default_default = library;
|
|
2446
|
-
|
|
2447
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.3TFKS637.js
|
|
2448
|
-
var icons = {
|
|
2449
|
-
caret: `
|
|
2450
|
-
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2451
|
-
<polyline points="6 9 12 15 18 9"></polyline>
|
|
2452
|
-
</svg>
|
|
2453
|
-
`,
|
|
2454
|
-
check: `
|
|
2455
|
-
<svg part="checked-icon" class="checkbox__icon" viewBox="0 0 16 16">
|
|
2456
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
|
|
2457
|
-
<g stroke="currentColor">
|
|
2458
|
-
<g transform="translate(3.428571, 3.428571)">
|
|
2459
|
-
<path d="M0,5.71428571 L3.42857143,9.14285714"></path>
|
|
2460
|
-
<path d="M9.14285714,0 L3.42857143,9.14285714"></path>
|
|
2461
|
-
</g>
|
|
2462
|
-
</g>
|
|
2463
|
-
</g>
|
|
2464
|
-
</svg>
|
|
2465
|
-
`,
|
|
2466
|
-
"chevron-down": `
|
|
2467
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
|
|
2468
|
-
<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>
|
|
2469
|
-
</svg>
|
|
2470
|
-
`,
|
|
2471
|
-
"chevron-left": `
|
|
2472
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16">
|
|
2473
|
-
<path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>
|
|
2474
|
-
</svg>
|
|
2475
|
-
`,
|
|
2476
|
-
"chevron-right": `
|
|
2477
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
|
|
2478
|
-
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
|
|
2479
|
-
</svg>
|
|
2480
|
-
`,
|
|
2481
|
-
copy: `
|
|
2482
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-copy" viewBox="0 0 16 16">
|
|
2483
|
-
<path fill-rule="evenodd" d="M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V2Zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H6ZM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1H2Z"/>
|
|
2484
|
-
</svg>
|
|
2485
|
-
`,
|
|
2486
|
-
eye: `
|
|
2487
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
2488
|
-
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"/>
|
|
2489
|
-
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/>
|
|
2490
|
-
</svg>
|
|
2491
|
-
`,
|
|
2492
|
-
"eye-slash": `
|
|
2493
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-slash" viewBox="0 0 16 16">
|
|
2494
|
-
<path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/>
|
|
2495
|
-
<path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/>
|
|
2496
|
-
<path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z"/>
|
|
2497
|
-
</svg>
|
|
2498
|
-
`,
|
|
2499
|
-
eyedropper: `
|
|
2500
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eyedropper" viewBox="0 0 16 16">
|
|
2501
|
-
<path d="M13.354.646a1.207 1.207 0 0 0-1.708 0L8.5 3.793l-.646-.647a.5.5 0 1 0-.708.708L8.293 5l-7.147 7.146A.5.5 0 0 0 1 12.5v1.793l-.854.853a.5.5 0 1 0 .708.707L1.707 15H3.5a.5.5 0 0 0 .354-.146L11 7.707l1.146 1.147a.5.5 0 0 0 .708-.708l-.647-.646 3.147-3.146a1.207 1.207 0 0 0 0-1.708l-2-2zM2 12.707l7-7L10.293 7l-7 7H2v-1.293z"></path>
|
|
2502
|
-
</svg>
|
|
2503
|
-
`,
|
|
2504
|
-
"grip-vertical": `
|
|
2505
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-grip-vertical" viewBox="0 0 16 16">
|
|
2506
|
-
<path d="M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"></path>
|
|
2507
|
-
</svg>
|
|
2508
|
-
`,
|
|
2509
|
-
indeterminate: `
|
|
2510
|
-
<svg part="indeterminate-icon" class="checkbox__icon" viewBox="0 0 16 16">
|
|
2511
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
|
|
2512
|
-
<g stroke="currentColor" stroke-width="2">
|
|
2513
|
-
<g transform="translate(2.285714, 6.857143)">
|
|
2514
|
-
<path d="M10.2857143,1.14285714 L1.14285714,1.14285714"></path>
|
|
2515
|
-
</g>
|
|
2516
|
-
</g>
|
|
2517
|
-
</g>
|
|
2518
|
-
</svg>
|
|
2519
|
-
`,
|
|
2520
|
-
"person-fill": `
|
|
2521
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-fill" viewBox="0 0 16 16">
|
|
2522
|
-
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
|
|
2523
|
-
</svg>
|
|
2524
|
-
`,
|
|
2525
|
-
"play-fill": `
|
|
2526
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-play-fill" viewBox="0 0 16 16">
|
|
2527
|
-
<path d="m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z"></path>
|
|
2528
|
-
</svg>
|
|
2529
|
-
`,
|
|
2530
|
-
"pause-fill": `
|
|
2531
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pause-fill" viewBox="0 0 16 16">
|
|
2532
|
-
<path d="M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z"></path>
|
|
2533
|
-
</svg>
|
|
2534
|
-
`,
|
|
2535
|
-
radio: `
|
|
2536
|
-
<svg part="checked-icon" class="radio__icon" viewBox="0 0 16 16">
|
|
2537
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2538
|
-
<g fill="currentColor">
|
|
2539
|
-
<circle cx="8" cy="8" r="3.42857143"></circle>
|
|
2540
|
-
</g>
|
|
2541
|
-
</g>
|
|
2542
|
-
</svg>
|
|
2543
|
-
`,
|
|
2544
|
-
"star-fill": `
|
|
2545
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
|
|
2546
|
-
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
|
|
2547
|
-
</svg>
|
|
2548
|
-
`,
|
|
2549
|
-
"x-lg": `
|
|
2550
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-lg" viewBox="0 0 16 16">
|
|
2551
|
-
<path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"/>
|
|
2552
|
-
</svg>
|
|
2553
|
-
`,
|
|
2554
|
-
"x-circle-fill": `
|
|
2555
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-circle-fill" viewBox="0 0 16 16">
|
|
2556
|
-
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"></path>
|
|
2557
|
-
</svg>
|
|
2558
|
-
`
|
|
2559
|
-
};
|
|
2560
|
-
var systemLibrary = {
|
|
2561
|
-
name: "system",
|
|
2562
|
-
resolver: (name) => {
|
|
2563
|
-
if (name in icons) {
|
|
2564
|
-
return `data:image/svg+xml,${encodeURIComponent(icons[name])}`;
|
|
2565
|
-
}
|
|
2566
|
-
return "";
|
|
2567
|
-
}
|
|
2568
|
-
};
|
|
2569
|
-
var library_system_default = systemLibrary;
|
|
2570
|
-
|
|
2571
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.ZL53POKZ.js
|
|
2572
|
-
var registry = [library_default_default, library_system_default];
|
|
2573
|
-
var watchedIcons = [];
|
|
2574
|
-
function watchIcon(icon) {
|
|
2575
|
-
watchedIcons.push(icon);
|
|
2576
|
-
}
|
|
2577
|
-
function unwatchIcon(icon) {
|
|
2578
|
-
watchedIcons = watchedIcons.filter((el) => el !== icon);
|
|
2579
|
-
}
|
|
2580
|
-
function getIconLibrary(name) {
|
|
2581
|
-
return registry.find((lib) => lib.name === name);
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.KAW7D32O.js
|
|
2585
|
-
var __defProp3 = Object.defineProperty;
|
|
2586
|
-
var __getOwnPropDesc3 = Object.getOwnPropertyDescriptor;
|
|
2587
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
2588
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
2589
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
2590
|
-
var __typeError3 = (msg2) => {
|
|
2591
|
-
throw TypeError(msg2);
|
|
2592
|
-
};
|
|
2593
|
-
var __defNormalProp3 = (obj, key, value) => key in obj ? __defProp3(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
2594
|
-
var __spreadValues = (a5, b4) => {
|
|
2595
|
-
for (var prop in b4 || (b4 = {}))
|
|
2596
|
-
if (__hasOwnProp.call(b4, prop))
|
|
2597
|
-
__defNormalProp3(a5, prop, b4[prop]);
|
|
2598
|
-
if (__getOwnPropSymbols)
|
|
2599
|
-
for (var prop of __getOwnPropSymbols(b4)) {
|
|
2600
|
-
if (__propIsEnum.call(b4, prop))
|
|
2601
|
-
__defNormalProp3(a5, prop, b4[prop]);
|
|
2602
|
-
}
|
|
2603
|
-
return a5;
|
|
2604
|
-
};
|
|
2605
|
-
var __decorateClass = (decorators, target, key, kind) => {
|
|
2606
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc3(target, key) : target;
|
|
2607
|
-
for (var i8 = decorators.length - 1, decorator; i8 >= 0; i8--)
|
|
2608
|
-
if (decorator = decorators[i8])
|
|
2609
|
-
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
2610
|
-
if (kind && result) __defProp3(target, key, result);
|
|
2611
|
-
return result;
|
|
2612
|
-
};
|
|
2613
|
-
var __accessCheck3 = (obj, member, msg2) => member.has(obj) || __typeError3("Cannot " + msg2);
|
|
2614
|
-
var __privateGet3 = (obj, member, getter) => (__accessCheck3(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
2615
|
-
var __privateAdd3 = (obj, member, value) => member.has(obj) ? __typeError3("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
2616
|
-
var __privateSet3 = (obj, member, value, setter) => (__accessCheck3(obj, member, "write to private field"), setter ? setter.call(obj, value) : member.set(obj, value), value);
|
|
2617
|
-
|
|
2618
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.GMYPQTFK.js
|
|
2619
|
-
function watch(propertyName, options) {
|
|
2620
|
-
const resolvedOptions = __spreadValues({
|
|
2621
|
-
waitUntilFirstUpdate: false
|
|
2622
|
-
}, options);
|
|
2623
|
-
return (proto, decoratedFnName) => {
|
|
2624
|
-
const { update } = proto;
|
|
2625
|
-
const watchedProperties = Array.isArray(propertyName) ? propertyName : [propertyName];
|
|
2626
|
-
proto.update = function(changedProps) {
|
|
2627
|
-
watchedProperties.forEach((property) => {
|
|
2628
|
-
const key = property;
|
|
2629
|
-
if (changedProps.has(key)) {
|
|
2630
|
-
const oldValue = changedProps.get(key);
|
|
2631
|
-
const newValue = this[key];
|
|
2632
|
-
if (oldValue !== newValue) {
|
|
2633
|
-
if (!resolvedOptions.waitUntilFirstUpdate || this.hasUpdated) {
|
|
2634
|
-
this[decoratedFnName](oldValue, newValue);
|
|
2635
|
-
}
|
|
2636
|
-
}
|
|
2637
|
-
}
|
|
2638
|
-
});
|
|
2639
|
-
update.call(this, changedProps);
|
|
2640
|
-
};
|
|
2641
|
-
};
|
|
2642
|
-
}
|
|
2643
|
-
|
|
2644
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.TUVJKY7S.js
|
|
2645
|
-
var component_styles_default = i`
|
|
2646
|
-
:host {
|
|
2647
|
-
box-sizing: border-box;
|
|
2648
|
-
}
|
|
2649
|
-
|
|
2650
|
-
:host *,
|
|
2651
|
-
:host *::before,
|
|
2652
|
-
:host *::after {
|
|
2653
|
-
box-sizing: inherit;
|
|
2654
|
-
}
|
|
2655
|
-
|
|
2656
|
-
[hidden] {
|
|
2657
|
-
display: none !important;
|
|
2658
|
-
}
|
|
2659
|
-
`;
|
|
2660
|
-
|
|
2661
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.EMG3ZSPT.js
|
|
2662
|
-
var _hasRecordedInitialProperties;
|
|
2663
|
-
var ShoelaceElement = class extends r4 {
|
|
2664
|
-
constructor() {
|
|
2665
|
-
super();
|
|
2666
|
-
__privateAdd3(this, _hasRecordedInitialProperties, false);
|
|
2667
|
-
this.initialReflectedProperties = /* @__PURE__ */ new Map();
|
|
2668
|
-
Object.entries(this.constructor.dependencies).forEach(([name, component]) => {
|
|
2669
|
-
this.constructor.define(name, component);
|
|
2670
|
-
});
|
|
2671
|
-
}
|
|
2672
|
-
emit(name, options) {
|
|
2673
|
-
const event = new CustomEvent(name, __spreadValues({
|
|
2674
|
-
bubbles: true,
|
|
2675
|
-
cancelable: false,
|
|
2676
|
-
composed: true,
|
|
2677
|
-
detail: {}
|
|
2678
|
-
}, options));
|
|
2679
|
-
this.dispatchEvent(event);
|
|
2680
|
-
return event;
|
|
2681
|
-
}
|
|
2682
|
-
/* eslint-enable */
|
|
2683
|
-
static define(name, elementConstructor = this, options = {}) {
|
|
2684
|
-
const currentlyRegisteredConstructor = customElements.get(name);
|
|
2685
|
-
if (!currentlyRegisteredConstructor) {
|
|
2686
|
-
try {
|
|
2687
|
-
customElements.define(name, elementConstructor, options);
|
|
2688
|
-
} catch (_err) {
|
|
2689
|
-
customElements.define(name, class extends elementConstructor {
|
|
2690
|
-
}, options);
|
|
2691
|
-
}
|
|
2692
|
-
return;
|
|
2693
|
-
}
|
|
2694
|
-
let newVersion = " (unknown version)";
|
|
2695
|
-
let existingVersion = newVersion;
|
|
2696
|
-
if ("version" in elementConstructor && elementConstructor.version) {
|
|
2697
|
-
newVersion = " v" + elementConstructor.version;
|
|
2698
|
-
}
|
|
2699
|
-
if ("version" in currentlyRegisteredConstructor && currentlyRegisteredConstructor.version) {
|
|
2700
|
-
existingVersion = " v" + currentlyRegisteredConstructor.version;
|
|
2701
|
-
}
|
|
2702
|
-
if (newVersion && existingVersion && newVersion === existingVersion) {
|
|
2703
|
-
return;
|
|
2704
|
-
}
|
|
2705
|
-
console.warn(
|
|
2706
|
-
`Attempted to register <${name}>${newVersion}, but <${name}>${existingVersion} has already been registered.`
|
|
2707
|
-
);
|
|
2708
|
-
}
|
|
2709
|
-
attributeChangedCallback(name, oldValue, newValue) {
|
|
2710
|
-
if (!__privateGet3(this, _hasRecordedInitialProperties)) {
|
|
2711
|
-
this.constructor.elementProperties.forEach(
|
|
2712
|
-
(obj, prop) => {
|
|
2713
|
-
if (obj.reflect && this[prop] != null) {
|
|
2714
|
-
this.initialReflectedProperties.set(prop, this[prop]);
|
|
2715
|
-
}
|
|
2716
|
-
}
|
|
2717
|
-
);
|
|
2718
|
-
__privateSet3(this, _hasRecordedInitialProperties, true);
|
|
2719
|
-
}
|
|
2720
|
-
super.attributeChangedCallback(name, oldValue, newValue);
|
|
2721
|
-
}
|
|
2722
|
-
willUpdate(changedProperties) {
|
|
2723
|
-
super.willUpdate(changedProperties);
|
|
2724
|
-
this.initialReflectedProperties.forEach((value, prop) => {
|
|
2725
|
-
if (changedProperties.has(prop) && this[prop] == null) {
|
|
2726
|
-
this[prop] = value;
|
|
2727
|
-
}
|
|
2728
|
-
});
|
|
2729
|
-
}
|
|
2730
|
-
};
|
|
2731
|
-
_hasRecordedInitialProperties = /* @__PURE__ */ new WeakMap();
|
|
2732
|
-
ShoelaceElement.version = "2.19.1";
|
|
2733
|
-
ShoelaceElement.dependencies = {};
|
|
2734
|
-
__decorateClass([
|
|
2735
|
-
n5()
|
|
2736
|
-
], ShoelaceElement.prototype, "dir", 2);
|
|
2737
|
-
__decorateClass([
|
|
2738
|
-
n5()
|
|
2739
|
-
], ShoelaceElement.prototype, "lang", 2);
|
|
2740
|
-
|
|
2741
|
-
// node_modules/lit-html/directive-helpers.js
|
|
2742
|
-
var { I: t6 } = Z;
|
|
2743
|
-
var e8 = (o9, t7) => void 0 === t7 ? void 0 !== o9?._$litType$ : o9?._$litType$ === t7;
|
|
2744
|
-
|
|
2745
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.5YPURQKE.js
|
|
2746
|
-
var CACHEABLE_ERROR = Symbol();
|
|
2747
|
-
var RETRYABLE_ERROR = Symbol();
|
|
2748
|
-
var parser;
|
|
2749
|
-
var iconCache = /* @__PURE__ */ new Map();
|
|
2750
|
-
var SlIcon = class extends ShoelaceElement {
|
|
2751
|
-
constructor() {
|
|
2752
|
-
super(...arguments);
|
|
2753
|
-
this.initialRender = false;
|
|
2754
|
-
this.svg = null;
|
|
2755
|
-
this.label = "";
|
|
2756
|
-
this.library = "default";
|
|
2757
|
-
}
|
|
2758
|
-
/** Given a URL, this function returns the resulting SVG element or an appropriate error symbol. */
|
|
2759
|
-
async resolveIcon(url, library2) {
|
|
2760
|
-
var _a3;
|
|
2761
|
-
let fileData;
|
|
2762
|
-
if (library2 == null ? void 0 : library2.spriteSheet) {
|
|
2763
|
-
this.svg = x`<svg part="svg">
|
|
2764
|
-
<use part="use" href="${url}"></use>
|
|
2765
|
-
</svg>`;
|
|
2766
|
-
return this.svg;
|
|
2767
|
-
}
|
|
2768
|
-
try {
|
|
2769
|
-
fileData = await fetch(url, { mode: "cors" });
|
|
2770
|
-
if (!fileData.ok) return fileData.status === 410 ? CACHEABLE_ERROR : RETRYABLE_ERROR;
|
|
2771
|
-
} catch (e10) {
|
|
2772
|
-
return RETRYABLE_ERROR;
|
|
2773
|
-
}
|
|
2774
|
-
try {
|
|
2775
|
-
const div = document.createElement("div");
|
|
2776
|
-
div.innerHTML = await fileData.text();
|
|
2777
|
-
const svg = div.firstElementChild;
|
|
2778
|
-
if (((_a3 = svg == null ? void 0 : svg.tagName) == null ? void 0 : _a3.toLowerCase()) !== "svg") return CACHEABLE_ERROR;
|
|
2779
|
-
if (!parser) parser = new DOMParser();
|
|
2780
|
-
const doc = parser.parseFromString(svg.outerHTML, "text/html");
|
|
2781
|
-
const svgEl = doc.body.querySelector("svg");
|
|
2782
|
-
if (!svgEl) return CACHEABLE_ERROR;
|
|
2783
|
-
svgEl.part.add("svg");
|
|
2784
|
-
return document.adoptNode(svgEl);
|
|
2785
|
-
} catch (e10) {
|
|
2786
|
-
return CACHEABLE_ERROR;
|
|
2787
|
-
}
|
|
2788
|
-
}
|
|
2789
|
-
connectedCallback() {
|
|
2790
|
-
super.connectedCallback();
|
|
2791
|
-
watchIcon(this);
|
|
2792
|
-
}
|
|
2793
|
-
firstUpdated() {
|
|
2794
|
-
this.initialRender = true;
|
|
2795
|
-
this.setIcon();
|
|
2796
|
-
}
|
|
2797
|
-
disconnectedCallback() {
|
|
2798
|
-
super.disconnectedCallback();
|
|
2799
|
-
unwatchIcon(this);
|
|
2800
|
-
}
|
|
2801
|
-
getIconSource() {
|
|
2802
|
-
const library2 = getIconLibrary(this.library);
|
|
2803
|
-
if (this.name && library2) {
|
|
2804
|
-
return {
|
|
2805
|
-
url: library2.resolver(this.name),
|
|
2806
|
-
fromLibrary: true
|
|
2807
|
-
};
|
|
2808
|
-
}
|
|
2809
|
-
return {
|
|
2810
|
-
url: this.src,
|
|
2811
|
-
fromLibrary: false
|
|
2812
|
-
};
|
|
2813
|
-
}
|
|
2814
|
-
handleLabelChange() {
|
|
2815
|
-
const hasLabel = typeof this.label === "string" && this.label.length > 0;
|
|
2816
|
-
if (hasLabel) {
|
|
2817
|
-
this.setAttribute("role", "img");
|
|
2818
|
-
this.setAttribute("aria-label", this.label);
|
|
2819
|
-
this.removeAttribute("aria-hidden");
|
|
2820
|
-
} else {
|
|
2821
|
-
this.removeAttribute("role");
|
|
2822
|
-
this.removeAttribute("aria-label");
|
|
2823
|
-
this.setAttribute("aria-hidden", "true");
|
|
2824
|
-
}
|
|
2825
|
-
}
|
|
2826
|
-
async setIcon() {
|
|
2827
|
-
var _a3;
|
|
2828
|
-
const { url, fromLibrary } = this.getIconSource();
|
|
2829
|
-
const library2 = fromLibrary ? getIconLibrary(this.library) : void 0;
|
|
2830
|
-
if (!url) {
|
|
2831
|
-
this.svg = null;
|
|
2832
|
-
return;
|
|
2833
|
-
}
|
|
2834
|
-
let iconResolver = iconCache.get(url);
|
|
2835
|
-
if (!iconResolver) {
|
|
2836
|
-
iconResolver = this.resolveIcon(url, library2);
|
|
2837
|
-
iconCache.set(url, iconResolver);
|
|
2838
|
-
}
|
|
2839
|
-
if (!this.initialRender) {
|
|
2840
|
-
return;
|
|
2841
|
-
}
|
|
2842
|
-
const svg = await iconResolver;
|
|
2843
|
-
if (svg === RETRYABLE_ERROR) {
|
|
2844
|
-
iconCache.delete(url);
|
|
2845
|
-
}
|
|
2846
|
-
if (url !== this.getIconSource().url) {
|
|
2847
|
-
return;
|
|
2848
|
-
}
|
|
2849
|
-
if (e8(svg)) {
|
|
2850
|
-
this.svg = svg;
|
|
2851
|
-
if (library2) {
|
|
2852
|
-
await this.updateComplete;
|
|
2853
|
-
const shadowSVG = this.shadowRoot.querySelector("[part='svg']");
|
|
2854
|
-
if (typeof library2.mutator === "function" && shadowSVG) {
|
|
2855
|
-
library2.mutator(shadowSVG);
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
|
-
return;
|
|
2859
|
-
}
|
|
2860
|
-
switch (svg) {
|
|
2861
|
-
case RETRYABLE_ERROR:
|
|
2862
|
-
case CACHEABLE_ERROR:
|
|
2863
|
-
this.svg = null;
|
|
2864
|
-
this.emit("sl-error");
|
|
2865
|
-
break;
|
|
2866
|
-
default:
|
|
2867
|
-
this.svg = svg.cloneNode(true);
|
|
2868
|
-
(_a3 = library2 == null ? void 0 : library2.mutator) == null ? void 0 : _a3.call(library2, this.svg);
|
|
2869
|
-
this.emit("sl-load");
|
|
2870
|
-
}
|
|
2871
|
-
}
|
|
2872
|
-
render() {
|
|
2873
|
-
return this.svg;
|
|
2874
|
-
}
|
|
2875
|
-
};
|
|
2876
|
-
SlIcon.styles = [component_styles_default, icon_styles_default];
|
|
2877
|
-
__decorateClass([
|
|
2878
|
-
r7()
|
|
2879
|
-
], SlIcon.prototype, "svg", 2);
|
|
2880
|
-
__decorateClass([
|
|
2881
|
-
n5({ reflect: true })
|
|
2882
|
-
], SlIcon.prototype, "name", 2);
|
|
2883
|
-
__decorateClass([
|
|
2884
|
-
n5()
|
|
2885
|
-
], SlIcon.prototype, "src", 2);
|
|
2886
|
-
__decorateClass([
|
|
2887
|
-
n5()
|
|
2888
|
-
], SlIcon.prototype, "label", 2);
|
|
2889
|
-
__decorateClass([
|
|
2890
|
-
n5({ reflect: true })
|
|
2891
|
-
], SlIcon.prototype, "library", 2);
|
|
2892
|
-
__decorateClass([
|
|
2893
|
-
watch("label")
|
|
2894
|
-
], SlIcon.prototype, "handleLabelChange", 1);
|
|
2895
|
-
__decorateClass([
|
|
2896
|
-
watch(["name", "src", "library"])
|
|
2897
|
-
], SlIcon.prototype, "setIcon", 1);
|
|
2898
|
-
|
|
2899
|
-
// node_modules/lit-html/directives/class-map.js
|
|
2900
|
-
var e9 = e7(class extends i5 {
|
|
2901
|
-
constructor(t7) {
|
|
2902
|
-
if (super(t7), t7.type !== t5.ATTRIBUTE || "class" !== t7.name || t7.strings?.length > 2) throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
|
|
2903
|
-
}
|
|
2904
|
-
render(t7) {
|
|
2905
|
-
return " " + Object.keys(t7).filter((s4) => t7[s4]).join(" ") + " ";
|
|
2906
|
-
}
|
|
2907
|
-
update(s4, [i8]) {
|
|
2908
|
-
if (void 0 === this.st) {
|
|
2909
|
-
this.st = /* @__PURE__ */ new Set(), void 0 !== s4.strings && (this.nt = new Set(s4.strings.join(" ").split(/\s/).filter((t7) => "" !== t7)));
|
|
2910
|
-
for (const t7 in i8) i8[t7] && !this.nt?.has(t7) && this.st.add(t7);
|
|
2911
|
-
return this.render(i8);
|
|
2912
|
-
}
|
|
2913
|
-
const r8 = s4.element.classList;
|
|
2914
|
-
for (const t7 of this.st) t7 in i8 || (r8.remove(t7), this.st.delete(t7));
|
|
2915
|
-
for (const t7 in i8) {
|
|
2916
|
-
const s5 = !!i8[t7];
|
|
2917
|
-
s5 === this.st.has(t7) || this.nt?.has(t7) || (s5 ? (r8.add(t7), this.st.add(t7)) : (r8.remove(t7), this.st.delete(t7)));
|
|
2918
|
-
}
|
|
2919
|
-
return T;
|
|
2920
|
-
}
|
|
2921
|
-
});
|
|
2922
|
-
|
|
2923
|
-
// node_modules/lit-html/static.js
|
|
2924
|
-
var a4 = Symbol.for("");
|
|
2925
|
-
var o7 = (t7) => {
|
|
2926
|
-
if (t7?.r === a4) return t7?._$litStatic$;
|
|
2927
|
-
};
|
|
2928
|
-
var i7 = (t7, ...r8) => ({ _$litStatic$: r8.reduce((r9, e10, a5) => r9 + ((t8) => {
|
|
2929
|
-
if (void 0 !== t8._$litStatic$) return t8._$litStatic$;
|
|
2930
|
-
throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t8}. Use 'unsafeStatic' to pass non-literal values, but
|
|
2931
|
-
take care to ensure page security.`);
|
|
2932
|
-
})(e10) + t7[a5 + 1], t7[0]), r: a4 });
|
|
2933
|
-
var l4 = /* @__PURE__ */ new Map();
|
|
2934
|
-
var n7 = (t7) => (r8, ...e10) => {
|
|
2935
|
-
const a5 = e10.length;
|
|
2936
|
-
let s4, i8;
|
|
2937
|
-
const n8 = [], u5 = [];
|
|
2938
|
-
let c6, $4 = 0, f4 = false;
|
|
2939
|
-
for (; $4 < a5; ) {
|
|
2940
|
-
for (c6 = r8[$4]; $4 < a5 && void 0 !== (i8 = e10[$4], s4 = o7(i8)); ) c6 += s4 + r8[++$4], f4 = true;
|
|
2941
|
-
$4 !== a5 && u5.push(i8), n8.push(c6), $4++;
|
|
2942
|
-
}
|
|
2943
|
-
if ($4 === a5 && n8.push(r8[a5]), f4) {
|
|
2944
|
-
const t8 = n8.join("$$lit$$");
|
|
2945
|
-
void 0 === (r8 = l4.get(t8)) && (n8.raw = n8, l4.set(t8, r8 = n8)), e10 = u5;
|
|
2946
|
-
}
|
|
2947
|
-
return t7(r8, ...e10);
|
|
2948
|
-
};
|
|
2949
|
-
var u4 = n7(x);
|
|
2950
|
-
var c5 = n7(b2);
|
|
2951
|
-
var $3 = n7(w);
|
|
2952
|
-
|
|
2953
|
-
// node_modules/lit-html/directives/if-defined.js
|
|
2954
|
-
var o8 = (o9) => o9 ?? E;
|
|
2955
|
-
|
|
2956
|
-
// node_modules/@shoelace-style/shoelace/dist/chunks/chunk.MMEGYRNV.js
|
|
2957
|
-
var SlIconButton = class extends ShoelaceElement {
|
|
2958
|
-
constructor() {
|
|
2959
|
-
super(...arguments);
|
|
2960
|
-
this.hasFocus = false;
|
|
2961
|
-
this.label = "";
|
|
2962
|
-
this.disabled = false;
|
|
2963
|
-
}
|
|
2964
|
-
handleBlur() {
|
|
2965
|
-
this.hasFocus = false;
|
|
2966
|
-
this.emit("sl-blur");
|
|
2967
|
-
}
|
|
2968
|
-
handleFocus() {
|
|
2969
|
-
this.hasFocus = true;
|
|
2970
|
-
this.emit("sl-focus");
|
|
2971
|
-
}
|
|
2972
|
-
handleClick(event) {
|
|
2973
|
-
if (this.disabled) {
|
|
2974
|
-
event.preventDefault();
|
|
2975
|
-
event.stopPropagation();
|
|
2976
|
-
}
|
|
2977
|
-
}
|
|
2978
|
-
/** Simulates a click on the icon button. */
|
|
2979
|
-
click() {
|
|
2980
|
-
this.button.click();
|
|
2981
|
-
}
|
|
2982
|
-
/** Sets focus on the icon button. */
|
|
2983
|
-
focus(options) {
|
|
2984
|
-
this.button.focus(options);
|
|
2985
|
-
}
|
|
2986
|
-
/** Removes focus from the icon button. */
|
|
2987
|
-
blur() {
|
|
2988
|
-
this.button.blur();
|
|
2989
|
-
}
|
|
2990
|
-
render() {
|
|
2991
|
-
const isLink = this.href ? true : false;
|
|
2992
|
-
const tag = isLink ? i7`a` : i7`button`;
|
|
2993
|
-
return u4`
|
|
2994
|
-
<${tag}
|
|
2995
|
-
part="base"
|
|
2996
|
-
class=${e9({
|
|
2997
|
-
"icon-button": true,
|
|
2998
|
-
"icon-button--disabled": !isLink && this.disabled,
|
|
2999
|
-
"icon-button--focused": this.hasFocus
|
|
3000
|
-
})}
|
|
3001
|
-
?disabled=${o8(isLink ? void 0 : this.disabled)}
|
|
3002
|
-
type=${o8(isLink ? void 0 : "button")}
|
|
3003
|
-
href=${o8(isLink ? this.href : void 0)}
|
|
3004
|
-
target=${o8(isLink ? this.target : void 0)}
|
|
3005
|
-
download=${o8(isLink ? this.download : void 0)}
|
|
3006
|
-
rel=${o8(isLink && this.target ? "noreferrer noopener" : void 0)}
|
|
3007
|
-
role=${o8(isLink ? void 0 : "button")}
|
|
3008
|
-
aria-disabled=${this.disabled ? "true" : "false"}
|
|
3009
|
-
aria-label="${this.label}"
|
|
3010
|
-
tabindex=${this.disabled ? "-1" : "0"}
|
|
3011
|
-
@blur=${this.handleBlur}
|
|
3012
|
-
@focus=${this.handleFocus}
|
|
3013
|
-
@click=${this.handleClick}
|
|
3014
|
-
>
|
|
3015
|
-
<sl-icon
|
|
3016
|
-
class="icon-button__icon"
|
|
3017
|
-
name=${o8(this.name)}
|
|
3018
|
-
library=${o8(this.library)}
|
|
3019
|
-
src=${o8(this.src)}
|
|
3020
|
-
aria-hidden="true"
|
|
3021
|
-
></sl-icon>
|
|
3022
|
-
</${tag}>
|
|
3023
|
-
`;
|
|
3024
|
-
}
|
|
3025
|
-
};
|
|
3026
|
-
SlIconButton.styles = [component_styles_default, icon_button_styles_default];
|
|
3027
|
-
SlIconButton.dependencies = { "sl-icon": SlIcon };
|
|
3028
|
-
__decorateClass([
|
|
3029
|
-
e6(".icon-button")
|
|
3030
|
-
], SlIconButton.prototype, "button", 2);
|
|
3031
|
-
__decorateClass([
|
|
3032
|
-
r7()
|
|
3033
|
-
], SlIconButton.prototype, "hasFocus", 2);
|
|
3034
|
-
__decorateClass([
|
|
3035
|
-
n5()
|
|
3036
|
-
], SlIconButton.prototype, "name", 2);
|
|
3037
|
-
__decorateClass([
|
|
3038
|
-
n5()
|
|
3039
|
-
], SlIconButton.prototype, "library", 2);
|
|
3040
|
-
__decorateClass([
|
|
3041
|
-
n5()
|
|
3042
|
-
], SlIconButton.prototype, "src", 2);
|
|
3043
|
-
__decorateClass([
|
|
3044
|
-
n5()
|
|
3045
|
-
], SlIconButton.prototype, "href", 2);
|
|
3046
|
-
__decorateClass([
|
|
3047
|
-
n5()
|
|
3048
|
-
], SlIconButton.prototype, "target", 2);
|
|
3049
|
-
__decorateClass([
|
|
3050
|
-
n5()
|
|
3051
|
-
], SlIconButton.prototype, "download", 2);
|
|
3052
|
-
__decorateClass([
|
|
3053
|
-
n5()
|
|
3054
|
-
], SlIconButton.prototype, "label", 2);
|
|
3055
|
-
__decorateClass([
|
|
3056
|
-
n5({ type: Boolean, reflect: true })
|
|
3057
|
-
], SlIconButton.prototype, "disabled", 2);
|
|
3058
|
-
|
|
3059
|
-
// node_modules/bootstrap-icons/icons/textarea.svg
|
|
3060
|
-
var textarea_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-textarea" viewBox="0 0 16 16">%0A <path d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/>%0A</svg>';
|
|
3061
|
-
|
|
3062
|
-
// localization/generated/locale-codes.js
|
|
3063
|
-
var sourceLocale = `en`;
|
|
3064
|
-
var targetLocales = [
|
|
3065
|
-
`bg`,
|
|
3066
|
-
`cs`,
|
|
3067
|
-
`da`,
|
|
3068
|
-
`de`,
|
|
3069
|
-
`el`,
|
|
3070
|
-
`es`,
|
|
3071
|
-
`et`,
|
|
3072
|
-
`fi`,
|
|
3073
|
-
`fr`,
|
|
3074
|
-
`hu`,
|
|
3075
|
-
`id`,
|
|
3076
|
-
`it`,
|
|
3077
|
-
`ja`,
|
|
3078
|
-
`ko`,
|
|
3079
|
-
`lt`,
|
|
3080
|
-
`lv`,
|
|
3081
|
-
`nb`,
|
|
3082
|
-
`nl`,
|
|
3083
|
-
`pl`,
|
|
3084
|
-
`pt-BR`,
|
|
3085
|
-
`pt-PT`,
|
|
3086
|
-
`ro`,
|
|
3087
|
-
`ru`,
|
|
3088
|
-
`sk`,
|
|
3089
|
-
`sl`,
|
|
3090
|
-
`sv`,
|
|
3091
|
-
`tr`,
|
|
3092
|
-
`uk`,
|
|
3093
|
-
`zh-hans`
|
|
3094
|
-
];
|
|
3095
|
-
|
|
3096
|
-
// node_modules/@lit/localize/internal/locale-status-event.js
|
|
3097
|
-
var LOCALE_STATUS_EVENT = "lit-localize-status";
|
|
3098
|
-
|
|
3099
|
-
// node_modules/@lit/localize/internal/str-tag.js
|
|
3100
|
-
var isStrTagged = (val) => typeof val !== "string" && "strTag" in val;
|
|
3101
|
-
var joinStringsAndValues = (strings, values, valueOrder) => {
|
|
3102
|
-
let concat = strings[0];
|
|
3103
|
-
for (let i8 = 1; i8 < strings.length; i8++) {
|
|
3104
|
-
concat += values[valueOrder ? valueOrder[i8 - 1] : i8 - 1];
|
|
3105
|
-
concat += strings[i8];
|
|
3106
|
-
}
|
|
3107
|
-
return concat;
|
|
3108
|
-
};
|
|
3109
|
-
|
|
3110
|
-
// node_modules/@lit/localize/internal/default-msg.js
|
|
3111
|
-
var defaultMsg = (template) => isStrTagged(template) ? joinStringsAndValues(template.strings, template.values) : template;
|
|
3112
|
-
|
|
3113
|
-
// node_modules/@lit/localize/init/install.js
|
|
3114
|
-
var msg = defaultMsg;
|
|
3115
|
-
var installed = false;
|
|
3116
|
-
function _installMsgImplementation(impl) {
|
|
3117
|
-
if (installed) {
|
|
3118
|
-
throw new Error("lit-localize can only be configured once");
|
|
3119
|
-
}
|
|
3120
|
-
msg = impl;
|
|
3121
|
-
installed = true;
|
|
3122
|
-
}
|
|
3123
|
-
|
|
3124
|
-
// node_modules/@lit/localize/internal/deferred.js
|
|
3125
|
-
var Deferred = class {
|
|
3126
|
-
constructor() {
|
|
3127
|
-
this.settled = false;
|
|
3128
|
-
this.promise = new Promise((resolve, reject) => {
|
|
3129
|
-
this._resolve = resolve;
|
|
3130
|
-
this._reject = reject;
|
|
3131
|
-
});
|
|
3132
|
-
}
|
|
3133
|
-
resolve(value) {
|
|
3134
|
-
this.settled = true;
|
|
3135
|
-
this._resolve(value);
|
|
3136
|
-
}
|
|
3137
|
-
reject(error) {
|
|
3138
|
-
this.settled = true;
|
|
3139
|
-
this._reject(error);
|
|
3140
|
-
}
|
|
3141
|
-
};
|
|
3142
|
-
|
|
3143
|
-
// node_modules/@lit/localize/internal/fnv1a64.js
|
|
3144
|
-
var hl = [];
|
|
3145
|
-
for (let i8 = 0; i8 < 256; i8++) {
|
|
3146
|
-
hl[i8] = (i8 >> 4 & 15).toString(16) + (i8 & 15).toString(16);
|
|
3147
|
-
}
|
|
3148
|
-
function fnv1a64(str) {
|
|
3149
|
-
let t0 = 0, v0 = 8997, t1 = 0, v1 = 33826, t22 = 0, v22 = 40164, t32 = 0, v3 = 52210;
|
|
3150
|
-
for (let i8 = 0; i8 < str.length; i8++) {
|
|
3151
|
-
v0 ^= str.charCodeAt(i8);
|
|
3152
|
-
t0 = v0 * 435;
|
|
3153
|
-
t1 = v1 * 435;
|
|
3154
|
-
t22 = v22 * 435;
|
|
3155
|
-
t32 = v3 * 435;
|
|
3156
|
-
t22 += v0 << 8;
|
|
3157
|
-
t32 += v1 << 8;
|
|
3158
|
-
t1 += t0 >>> 16;
|
|
3159
|
-
v0 = t0 & 65535;
|
|
3160
|
-
t22 += t1 >>> 16;
|
|
3161
|
-
v1 = t1 & 65535;
|
|
3162
|
-
v3 = t32 + (t22 >>> 16) & 65535;
|
|
3163
|
-
v22 = t22 & 65535;
|
|
3164
|
-
}
|
|
3165
|
-
return hl[v3 >> 8] + hl[v3 & 255] + hl[v22 >> 8] + hl[v22 & 255] + hl[v1 >> 8] + hl[v1 & 255] + hl[v0 >> 8] + hl[v0 & 255];
|
|
3166
|
-
}
|
|
3167
|
-
|
|
3168
|
-
// node_modules/@lit/localize/internal/id-generation.js
|
|
3169
|
-
var HASH_DELIMITER = "";
|
|
3170
|
-
var HTML_PREFIX = "h";
|
|
3171
|
-
var STRING_PREFIX = "s";
|
|
3172
|
-
function generateMsgId(strings, isHtmlTagged) {
|
|
3173
|
-
return (isHtmlTagged ? HTML_PREFIX : STRING_PREFIX) + fnv1a64(typeof strings === "string" ? strings : strings.join(HASH_DELIMITER));
|
|
3174
|
-
}
|
|
3175
|
-
|
|
3176
|
-
// node_modules/@lit/localize/internal/runtime-msg.js
|
|
3177
|
-
var expressionOrders = /* @__PURE__ */ new WeakMap();
|
|
3178
|
-
var hashCache = /* @__PURE__ */ new Map();
|
|
3179
|
-
function runtimeMsg(templates31, template, options) {
|
|
3180
|
-
if (templates31) {
|
|
3181
|
-
const id = options?.id ?? generateId(template);
|
|
3182
|
-
const localized = templates31[id];
|
|
3183
|
-
if (localized) {
|
|
3184
|
-
if (typeof localized === "string") {
|
|
3185
|
-
return localized;
|
|
3186
|
-
} else if ("strTag" in localized) {
|
|
3187
|
-
return joinStringsAndValues(
|
|
3188
|
-
localized.strings,
|
|
3189
|
-
// Cast `template` because its type wasn't automatically narrowed (but
|
|
3190
|
-
// we know it must be the same type as `localized`).
|
|
3191
|
-
template.values,
|
|
3192
|
-
localized.values
|
|
3193
|
-
);
|
|
3194
|
-
} else {
|
|
3195
|
-
let order = expressionOrders.get(localized);
|
|
3196
|
-
if (order === void 0) {
|
|
3197
|
-
order = localized.values;
|
|
3198
|
-
expressionOrders.set(localized, order);
|
|
3199
|
-
}
|
|
3200
|
-
return {
|
|
3201
|
-
...localized,
|
|
3202
|
-
values: order.map((i8) => template.values[i8])
|
|
3203
|
-
};
|
|
3204
|
-
}
|
|
3205
|
-
}
|
|
3206
|
-
}
|
|
3207
|
-
return defaultMsg(template);
|
|
3208
|
-
}
|
|
3209
|
-
function generateId(template) {
|
|
3210
|
-
const strings = typeof template === "string" ? template : template.strings;
|
|
3211
|
-
let id = hashCache.get(strings);
|
|
3212
|
-
if (id === void 0) {
|
|
3213
|
-
id = generateMsgId(strings, typeof template !== "string" && !("strTag" in template));
|
|
3214
|
-
hashCache.set(strings, id);
|
|
3215
|
-
}
|
|
3216
|
-
return id;
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
|
-
// node_modules/@lit/localize/init/runtime.js
|
|
3220
|
-
function dispatchStatusEvent(detail) {
|
|
3221
|
-
window.dispatchEvent(new CustomEvent(LOCALE_STATUS_EVENT, { detail }));
|
|
3222
|
-
}
|
|
3223
|
-
var activeLocale = "";
|
|
3224
|
-
var loadingLocale;
|
|
3225
|
-
var sourceLocale2;
|
|
3226
|
-
var validLocales;
|
|
3227
|
-
var loadLocale;
|
|
3228
|
-
var templates;
|
|
3229
|
-
var loading = new Deferred();
|
|
3230
|
-
loading.resolve();
|
|
3231
|
-
var requestId = 0;
|
|
3232
|
-
var configureLocalization = (config) => {
|
|
3233
|
-
_installMsgImplementation((template, options) => runtimeMsg(templates, template, options));
|
|
3234
|
-
activeLocale = sourceLocale2 = config.sourceLocale;
|
|
3235
|
-
validLocales = new Set(config.targetLocales);
|
|
3236
|
-
validLocales.add(config.sourceLocale);
|
|
3237
|
-
loadLocale = config.loadLocale;
|
|
3238
|
-
return { getLocale, setLocale };
|
|
3239
|
-
};
|
|
3240
|
-
var getLocale = () => {
|
|
3241
|
-
return activeLocale;
|
|
3242
|
-
};
|
|
3243
|
-
var setLocale = (newLocale) => {
|
|
3244
|
-
if (newLocale === (loadingLocale ?? activeLocale)) {
|
|
3245
|
-
return loading.promise;
|
|
3246
|
-
}
|
|
3247
|
-
if (!validLocales || !loadLocale) {
|
|
3248
|
-
throw new Error("Internal error");
|
|
3249
|
-
}
|
|
3250
|
-
if (!validLocales.has(newLocale)) {
|
|
3251
|
-
throw new Error("Invalid locale code");
|
|
3252
|
-
}
|
|
3253
|
-
requestId++;
|
|
3254
|
-
const thisRequestId = requestId;
|
|
3255
|
-
loadingLocale = newLocale;
|
|
3256
|
-
if (loading.settled) {
|
|
3257
|
-
loading = new Deferred();
|
|
3258
|
-
}
|
|
3259
|
-
dispatchStatusEvent({ status: "loading", loadingLocale: newLocale });
|
|
3260
|
-
const localePromise = newLocale === sourceLocale2 ? (
|
|
3261
|
-
// We could switch to the source locale synchronously, but we prefer to
|
|
3262
|
-
// queue it on a microtask so that switching locales is consistently
|
|
3263
|
-
// asynchronous.
|
|
3264
|
-
Promise.resolve({ templates: void 0 })
|
|
3265
|
-
) : loadLocale(newLocale);
|
|
3266
|
-
localePromise.then((mod) => {
|
|
3267
|
-
if (requestId === thisRequestId) {
|
|
3268
|
-
activeLocale = newLocale;
|
|
3269
|
-
loadingLocale = void 0;
|
|
3270
|
-
templates = mod.templates;
|
|
3271
|
-
dispatchStatusEvent({ status: "ready", readyLocale: newLocale });
|
|
3272
|
-
loading.resolve();
|
|
3273
|
-
}
|
|
3274
|
-
}, (err) => {
|
|
3275
|
-
if (requestId === thisRequestId) {
|
|
3276
|
-
dispatchStatusEvent({
|
|
3277
|
-
status: "error",
|
|
3278
|
-
errorLocale: newLocale,
|
|
3279
|
-
errorMessage: err.toString()
|
|
3280
|
-
});
|
|
3281
|
-
loading.reject(err);
|
|
3282
|
-
}
|
|
3283
|
-
});
|
|
3284
|
-
return loading.promise;
|
|
3285
|
-
};
|
|
3286
|
-
|
|
3287
|
-
// import("./**/*.ts") in localization/generated/index.js
|
|
3288
|
-
var globImport_ts = __glob({
|
|
3289
|
-
"./bg.ts": () => Promise.resolve().then(() => (init_bg(), bg_exports)),
|
|
3290
|
-
"./cs.ts": () => Promise.resolve().then(() => (init_cs(), cs_exports)),
|
|
3291
|
-
"./da.ts": () => Promise.resolve().then(() => (init_da(), da_exports)),
|
|
3292
|
-
"./de.ts": () => Promise.resolve().then(() => (init_de(), de_exports)),
|
|
3293
|
-
"./el.ts": () => Promise.resolve().then(() => (init_el(), el_exports)),
|
|
3294
|
-
"./es.ts": () => Promise.resolve().then(() => (init_es(), es_exports)),
|
|
3295
|
-
"./et.ts": () => Promise.resolve().then(() => (init_et(), et_exports)),
|
|
3296
|
-
"./fi.ts": () => Promise.resolve().then(() => (init_fi(), fi_exports)),
|
|
3297
|
-
"./fr.ts": () => Promise.resolve().then(() => (init_fr(), fr_exports)),
|
|
3298
|
-
"./hu.ts": () => Promise.resolve().then(() => (init_hu(), hu_exports)),
|
|
3299
|
-
"./id.ts": () => Promise.resolve().then(() => (init_id(), id_exports)),
|
|
3300
|
-
"./it.ts": () => Promise.resolve().then(() => (init_it(), it_exports)),
|
|
3301
|
-
"./ja.ts": () => Promise.resolve().then(() => (init_ja(), ja_exports)),
|
|
3302
|
-
"./ko.ts": () => Promise.resolve().then(() => (init_ko(), ko_exports)),
|
|
3303
|
-
"./lt.ts": () => Promise.resolve().then(() => (init_lt(), lt_exports)),
|
|
3304
|
-
"./lv.ts": () => Promise.resolve().then(() => (init_lv(), lv_exports)),
|
|
3305
|
-
"./nb.ts": () => Promise.resolve().then(() => (init_nb(), nb_exports)),
|
|
3306
|
-
"./nl.ts": () => Promise.resolve().then(() => (init_nl(), nl_exports)),
|
|
3307
|
-
"./pl.ts": () => Promise.resolve().then(() => (init_pl(), pl_exports)),
|
|
3308
|
-
"./pt-BR.ts": () => Promise.resolve().then(() => (init_pt_BR(), pt_BR_exports)),
|
|
3309
|
-
"./pt-PT.ts": () => Promise.resolve().then(() => (init_pt_PT(), pt_PT_exports)),
|
|
3310
|
-
"./ro.ts": () => Promise.resolve().then(() => (init_ro(), ro_exports)),
|
|
3311
|
-
"./ru.ts": () => Promise.resolve().then(() => (init_ru(), ru_exports)),
|
|
3312
|
-
"./sk.ts": () => Promise.resolve().then(() => (init_sk(), sk_exports)),
|
|
3313
|
-
"./sl.ts": () => Promise.resolve().then(() => (init_sl(), sl_exports)),
|
|
3314
|
-
"./sv.ts": () => Promise.resolve().then(() => (init_sv(), sv_exports)),
|
|
3315
|
-
"./tr.ts": () => Promise.resolve().then(() => (init_tr(), tr_exports)),
|
|
3316
|
-
"./uk.ts": () => Promise.resolve().then(() => (init_uk(), uk_exports)),
|
|
3317
|
-
"./zh-hans.ts": () => Promise.resolve().then(() => (init_zh_hans(), zh_hans_exports))
|
|
3318
|
-
});
|
|
3319
|
-
|
|
3320
|
-
// localization/generated/index.js
|
|
3321
|
-
var generated_default = configureLocalization({ sourceLocale, targetLocales, loadLocale: (locale) => globImport_ts(`./${locale}.ts`) });
|
|
3322
|
-
|
|
3323
|
-
// src/widgets/webwriter-cloze.ts
|
|
3324
|
-
var _addGapButton_dec, _a2, _WebwriterCloze_decorators, _init2, _addGapButton;
|
|
3325
|
-
_WebwriterCloze_decorators = [t4("webwriter-cloze")];
|
|
3326
|
-
var WebwriterCloze = class extends (_a2 = LitElementWw, _addGapButton_dec = [e6("#add-gap")], _a2) {
|
|
3327
|
-
constructor() {
|
|
3328
|
-
super(...arguments);
|
|
3329
|
-
__publicField(this, "localize", generated_default);
|
|
3330
|
-
__privateAdd(this, _addGapButton, __runInitializers(_init2, 8, this)), __runInitializers(_init2, 11, this);
|
|
3331
|
-
__publicField(this, "observer");
|
|
3332
|
-
__publicField(this, "toggleGap", () => {
|
|
3333
|
-
const sel = document.getSelection();
|
|
3334
|
-
const selectedElement = sel.anchorNode.childNodes.item(sel.anchorOffset);
|
|
3335
|
-
if (selectedElement?.nodeName.toLowerCase() === "webwriter-cloze-gap") {
|
|
3336
|
-
const gap = selectedElement;
|
|
3337
|
-
selectedElement.replaceWith(document.createTextNode(gap.value));
|
|
3338
|
-
} else if (this.contains(sel.anchorNode)) {
|
|
3339
|
-
if (sel.anchorNode !== this) {
|
|
3340
|
-
const textContent = sel.toString();
|
|
3341
|
-
sel.deleteFromDocument();
|
|
3342
|
-
const textNode = sel.anchorNode;
|
|
3343
|
-
const at = sel.anchorOffset;
|
|
3344
|
-
const clozeGap = document.createElement("webwriter-cloze-gap");
|
|
3345
|
-
clozeGap.classList.add("webwriter-new");
|
|
3346
|
-
clozeGap.setAttribute("value", textContent);
|
|
3347
|
-
const afterTextNode = textNode.splitText(at);
|
|
3348
|
-
afterTextNode.textContent = afterTextNode.textContent.trimStart();
|
|
3349
|
-
textNode.textContent = textNode.textContent.trimEnd();
|
|
3350
|
-
textNode.parentElement.insertBefore(clozeGap, afterTextNode);
|
|
3351
|
-
} else {
|
|
3352
|
-
const clozeGap = document.createElement("webwriter-cloze-gap");
|
|
3353
|
-
clozeGap.setAttribute("value", "");
|
|
3354
|
-
this.append(clozeGap);
|
|
3355
|
-
}
|
|
3356
|
-
}
|
|
3357
|
-
});
|
|
3358
|
-
}
|
|
3359
|
-
connectedCallback() {
|
|
3360
|
-
super.connectedCallback();
|
|
3361
|
-
document.addEventListener("selectionchange", (e10) => {
|
|
3362
|
-
const sel = document.getSelection();
|
|
3363
|
-
const node = document.getSelection()?.anchorNode;
|
|
3364
|
-
const el = node.nodeType === node.TEXT_NODE ? node.parentElement : node;
|
|
3365
|
-
this.addGapButton.toggleAttribute("data-visible", el?.closest("webwriter-cloze") ? true : false);
|
|
3366
|
-
if (el?.closest("webwriter-cloze") && !sel.isCollapsed) {
|
|
3367
|
-
this.addGapButton.toggleAttribute("data-highlighting", true);
|
|
3368
|
-
} else {
|
|
3369
|
-
this.addGapButton.toggleAttribute("data-highlighting", false);
|
|
3370
|
-
}
|
|
3371
|
-
});
|
|
3372
|
-
this.observer = new MutationObserver(() => this.requestUpdate());
|
|
3373
|
-
this.observer.observe(this, { characterData: true, childList: true, subtree: true });
|
|
3374
|
-
}
|
|
3375
|
-
disconnectedCallback() {
|
|
3376
|
-
super.disconnectedCallback();
|
|
3377
|
-
this.observer?.disconnect();
|
|
3378
|
-
}
|
|
3379
|
-
render() {
|
|
3380
|
-
return x`
|
|
3381
|
-
<slot style=${o6({ "--placeholder": `"${msg("Text to add gaps to")}"` })} ?data-empty=${!this.textContent.trim() && !this.querySelectorAll("& > p *:not(br)").length}></slot>
|
|
3382
|
-
<sl-icon-button class="author-only" id="add-gap" src=${textarea_default} @click=${this.toggleGap}></sl-icon-button>
|
|
3383
|
-
`;
|
|
3384
|
-
}
|
|
3385
|
-
};
|
|
3386
|
-
_init2 = __decoratorStart(_a2);
|
|
3387
|
-
_addGapButton = new WeakMap();
|
|
3388
|
-
__decorateElement(_init2, 4, "addGapButton", _addGapButton_dec, WebwriterCloze, _addGapButton);
|
|
3389
|
-
WebwriterCloze = __decorateElement(_init2, 0, "WebwriterCloze", _WebwriterCloze_decorators, WebwriterCloze);
|
|
3390
|
-
__publicField(WebwriterCloze, "shadowRootOptions", { ...LitElementWw.shadowRootOptions, delegatesFocus: false });
|
|
3391
|
-
__publicField(WebwriterCloze, "scopedElements", {
|
|
3392
|
-
"sl-icon-button": SlIconButton
|
|
3393
|
-
});
|
|
3394
|
-
__publicField(WebwriterCloze, "styles", i`
|
|
3395
|
-
:host {
|
|
3396
|
-
min-height: 1rem;
|
|
3397
|
-
position: relative;
|
|
3398
|
-
}
|
|
3399
|
-
|
|
3400
|
-
slot {
|
|
3401
|
-
display: block;
|
|
3402
|
-
cursor: text;
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
slot[data-empty]:after {
|
|
3406
|
-
content: var(--placeholder);
|
|
3407
|
-
position: absolute;
|
|
3408
|
-
left: 0;
|
|
3409
|
-
top: 0;
|
|
3410
|
-
color: darkgray;
|
|
3411
|
-
pointer-events: none;
|
|
3412
|
-
user-select: none;
|
|
3413
|
-
}
|
|
3414
|
-
|
|
3415
|
-
slot::after, slot::before {
|
|
3416
|
-
content: ' ';
|
|
3417
|
-
}
|
|
3418
|
-
|
|
3419
|
-
#add-gap {
|
|
3420
|
-
position: absolute;
|
|
3421
|
-
right: 0;
|
|
3422
|
-
top: 0;
|
|
3423
|
-
background: rgba(255, 255, 255, 0.85);
|
|
3424
|
-
|
|
3425
|
-
&[data-highlighting]::part(base) {
|
|
3426
|
-
background: var(--sl-color-primary-100);
|
|
3427
|
-
}
|
|
3428
|
-
}
|
|
3429
|
-
|
|
3430
|
-
:host(:not([contenteditable=true]):not([contenteditable=""])) .author-only {
|
|
3431
|
-
display: none;
|
|
3432
|
-
}
|
|
3433
|
-
`);
|
|
3434
|
-
__runInitializers(_init2, 1, WebwriterCloze);
|
|
3435
|
-
export {
|
|
3436
|
-
WebwriterCloze
|
|
3437
|
-
};
|
|
3438
|
-
/*! Bundled license information:
|
|
3439
|
-
|
|
3440
|
-
@lit/reactive-element/css-tag.js:
|
|
3441
|
-
(**
|
|
3442
|
-
* @license
|
|
3443
|
-
* Copyright 2019 Google LLC
|
|
3444
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3445
|
-
*)
|
|
3446
|
-
|
|
3447
|
-
@lit/reactive-element/reactive-element.js:
|
|
3448
|
-
(**
|
|
3449
|
-
* @license
|
|
3450
|
-
* Copyright 2017 Google LLC
|
|
3451
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3452
|
-
*)
|
|
3453
|
-
|
|
3454
|
-
lit-html/lit-html.js:
|
|
3455
|
-
(**
|
|
3456
|
-
* @license
|
|
3457
|
-
* Copyright 2017 Google LLC
|
|
3458
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3459
|
-
*)
|
|
3460
|
-
|
|
3461
|
-
lit-element/lit-element.js:
|
|
3462
|
-
(**
|
|
3463
|
-
* @license
|
|
3464
|
-
* Copyright 2017 Google LLC
|
|
3465
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3466
|
-
*)
|
|
3467
|
-
|
|
3468
|
-
lit-html/is-server.js:
|
|
3469
|
-
(**
|
|
3470
|
-
* @license
|
|
3471
|
-
* Copyright 2022 Google LLC
|
|
3472
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3473
|
-
*)
|
|
3474
|
-
|
|
3475
|
-
@webwriter/lit/index.js:
|
|
3476
|
-
(*! Bundled license information:
|
|
3477
|
-
|
|
3478
|
-
@lit/reactive-element/css-tag.js:
|
|
3479
|
-
(**
|
|
3480
|
-
* @license
|
|
3481
|
-
* Copyright 2019 Google LLC
|
|
3482
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3483
|
-
*)
|
|
3484
|
-
|
|
3485
|
-
@lit/reactive-element/reactive-element.js:
|
|
3486
|
-
(**
|
|
3487
|
-
* @license
|
|
3488
|
-
* Copyright 2017 Google LLC
|
|
3489
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3490
|
-
*)
|
|
3491
|
-
|
|
3492
|
-
lit-html/lit-html.js:
|
|
3493
|
-
(**
|
|
3494
|
-
* @license
|
|
3495
|
-
* Copyright 2017 Google LLC
|
|
3496
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3497
|
-
*)
|
|
3498
|
-
|
|
3499
|
-
lit-element/lit-element.js:
|
|
3500
|
-
(**
|
|
3501
|
-
* @license
|
|
3502
|
-
* Copyright 2017 Google LLC
|
|
3503
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3504
|
-
*)
|
|
3505
|
-
|
|
3506
|
-
lit-html/is-server.js:
|
|
3507
|
-
(**
|
|
3508
|
-
* @license
|
|
3509
|
-
* Copyright 2022 Google LLC
|
|
3510
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3511
|
-
*)
|
|
3512
|
-
|
|
3513
|
-
@lit/reactive-element/decorators/custom-element.js:
|
|
3514
|
-
(**
|
|
3515
|
-
* @license
|
|
3516
|
-
* Copyright 2017 Google LLC
|
|
3517
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3518
|
-
*)
|
|
3519
|
-
|
|
3520
|
-
@lit/reactive-element/decorators/property.js:
|
|
3521
|
-
(**
|
|
3522
|
-
* @license
|
|
3523
|
-
* Copyright 2017 Google LLC
|
|
3524
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3525
|
-
*)
|
|
3526
|
-
|
|
3527
|
-
@lit/reactive-element/decorators/state.js:
|
|
3528
|
-
(**
|
|
3529
|
-
* @license
|
|
3530
|
-
* Copyright 2017 Google LLC
|
|
3531
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3532
|
-
*)
|
|
3533
|
-
|
|
3534
|
-
@lit/reactive-element/decorators/event-options.js:
|
|
3535
|
-
(**
|
|
3536
|
-
* @license
|
|
3537
|
-
* Copyright 2017 Google LLC
|
|
3538
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3539
|
-
*)
|
|
3540
|
-
|
|
3541
|
-
@lit/reactive-element/decorators/base.js:
|
|
3542
|
-
(**
|
|
3543
|
-
* @license
|
|
3544
|
-
* Copyright 2017 Google LLC
|
|
3545
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3546
|
-
*)
|
|
3547
|
-
|
|
3548
|
-
@lit/reactive-element/decorators/query.js:
|
|
3549
|
-
(**
|
|
3550
|
-
* @license
|
|
3551
|
-
* Copyright 2017 Google LLC
|
|
3552
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3553
|
-
*)
|
|
3554
|
-
|
|
3555
|
-
@lit/reactive-element/decorators/query-all.js:
|
|
3556
|
-
(**
|
|
3557
|
-
* @license
|
|
3558
|
-
* Copyright 2017 Google LLC
|
|
3559
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3560
|
-
*)
|
|
3561
|
-
|
|
3562
|
-
@lit/reactive-element/decorators/query-async.js:
|
|
3563
|
-
(**
|
|
3564
|
-
* @license
|
|
3565
|
-
* Copyright 2017 Google LLC
|
|
3566
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3567
|
-
*)
|
|
3568
|
-
|
|
3569
|
-
@lit/reactive-element/decorators/query-assigned-elements.js:
|
|
3570
|
-
(**
|
|
3571
|
-
* @license
|
|
3572
|
-
* Copyright 2021 Google LLC
|
|
3573
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3574
|
-
*)
|
|
3575
|
-
|
|
3576
|
-
@lit/reactive-element/decorators/query-assigned-nodes.js:
|
|
3577
|
-
(**
|
|
3578
|
-
* @license
|
|
3579
|
-
* Copyright 2017 Google LLC
|
|
3580
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3581
|
-
*)
|
|
3582
|
-
*)
|
|
3583
|
-
|
|
3584
|
-
@lit/reactive-element/decorators/custom-element.js:
|
|
3585
|
-
(**
|
|
3586
|
-
* @license
|
|
3587
|
-
* Copyright 2017 Google LLC
|
|
3588
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3589
|
-
*)
|
|
3590
|
-
|
|
3591
|
-
@lit/reactive-element/decorators/property.js:
|
|
3592
|
-
(**
|
|
3593
|
-
* @license
|
|
3594
|
-
* Copyright 2017 Google LLC
|
|
3595
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3596
|
-
*)
|
|
3597
|
-
|
|
3598
|
-
@lit/reactive-element/decorators/state.js:
|
|
3599
|
-
(**
|
|
3600
|
-
* @license
|
|
3601
|
-
* Copyright 2017 Google LLC
|
|
3602
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3603
|
-
*)
|
|
3604
|
-
|
|
3605
|
-
@lit/reactive-element/decorators/event-options.js:
|
|
3606
|
-
(**
|
|
3607
|
-
* @license
|
|
3608
|
-
* Copyright 2017 Google LLC
|
|
3609
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3610
|
-
*)
|
|
3611
|
-
|
|
3612
|
-
@lit/reactive-element/decorators/base.js:
|
|
3613
|
-
(**
|
|
3614
|
-
* @license
|
|
3615
|
-
* Copyright 2017 Google LLC
|
|
3616
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3617
|
-
*)
|
|
3618
|
-
|
|
3619
|
-
@lit/reactive-element/decorators/query.js:
|
|
3620
|
-
(**
|
|
3621
|
-
* @license
|
|
3622
|
-
* Copyright 2017 Google LLC
|
|
3623
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3624
|
-
*)
|
|
3625
|
-
|
|
3626
|
-
@lit/reactive-element/decorators/query-all.js:
|
|
3627
|
-
(**
|
|
3628
|
-
* @license
|
|
3629
|
-
* Copyright 2017 Google LLC
|
|
3630
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3631
|
-
*)
|
|
3632
|
-
|
|
3633
|
-
@lit/reactive-element/decorators/query-async.js:
|
|
3634
|
-
(**
|
|
3635
|
-
* @license
|
|
3636
|
-
* Copyright 2017 Google LLC
|
|
3637
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3638
|
-
*)
|
|
3639
|
-
|
|
3640
|
-
@lit/reactive-element/decorators/query-assigned-elements.js:
|
|
3641
|
-
(**
|
|
3642
|
-
* @license
|
|
3643
|
-
* Copyright 2021 Google LLC
|
|
3644
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3645
|
-
*)
|
|
3646
|
-
|
|
3647
|
-
@lit/reactive-element/decorators/query-assigned-nodes.js:
|
|
3648
|
-
(**
|
|
3649
|
-
* @license
|
|
3650
|
-
* Copyright 2017 Google LLC
|
|
3651
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3652
|
-
*)
|
|
3653
|
-
|
|
3654
|
-
lit-html/directive.js:
|
|
3655
|
-
(**
|
|
3656
|
-
* @license
|
|
3657
|
-
* Copyright 2017 Google LLC
|
|
3658
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3659
|
-
*)
|
|
3660
|
-
|
|
3661
|
-
lit-html/directives/style-map.js:
|
|
3662
|
-
(**
|
|
3663
|
-
* @license
|
|
3664
|
-
* Copyright 2018 Google LLC
|
|
3665
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3666
|
-
*)
|
|
3667
|
-
|
|
3668
|
-
lit-html/directive-helpers.js:
|
|
3669
|
-
(**
|
|
3670
|
-
* @license
|
|
3671
|
-
* Copyright 2020 Google LLC
|
|
3672
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3673
|
-
*)
|
|
3674
|
-
|
|
3675
|
-
lit-html/directives/class-map.js:
|
|
3676
|
-
(**
|
|
3677
|
-
* @license
|
|
3678
|
-
* Copyright 2018 Google LLC
|
|
3679
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3680
|
-
*)
|
|
3681
|
-
|
|
3682
|
-
lit-html/static.js:
|
|
3683
|
-
(**
|
|
3684
|
-
* @license
|
|
3685
|
-
* Copyright 2020 Google LLC
|
|
3686
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3687
|
-
*)
|
|
3688
|
-
|
|
3689
|
-
lit-html/directives/if-defined.js:
|
|
3690
|
-
(**
|
|
3691
|
-
* @license
|
|
3692
|
-
* Copyright 2018 Google LLC
|
|
3693
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3694
|
-
*)
|
|
3695
|
-
|
|
3696
|
-
@lit/localize/internal/locale-status-event.js:
|
|
3697
|
-
(**
|
|
3698
|
-
* @license
|
|
3699
|
-
* Copyright 2021 Google LLC
|
|
3700
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3701
|
-
*)
|
|
3702
|
-
|
|
3703
|
-
@lit/localize/internal/str-tag.js:
|
|
3704
|
-
(**
|
|
3705
|
-
* @license
|
|
3706
|
-
* Copyright 2021 Google LLC
|
|
3707
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3708
|
-
*)
|
|
3709
|
-
|
|
3710
|
-
@lit/localize/internal/types.js:
|
|
3711
|
-
(**
|
|
3712
|
-
* @license
|
|
3713
|
-
* Copyright 2021 Google LLC
|
|
3714
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3715
|
-
*)
|
|
3716
|
-
|
|
3717
|
-
@lit/localize/internal/default-msg.js:
|
|
3718
|
-
(**
|
|
3719
|
-
* @license
|
|
3720
|
-
* Copyright 2021 Google LLC
|
|
3721
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3722
|
-
*)
|
|
3723
|
-
|
|
3724
|
-
@lit/localize/internal/localized-controller.js:
|
|
3725
|
-
(**
|
|
3726
|
-
* @license
|
|
3727
|
-
* Copyright 2021 Google LLC
|
|
3728
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3729
|
-
*)
|
|
3730
|
-
|
|
3731
|
-
@lit/localize/internal/localized-decorator.js:
|
|
3732
|
-
(**
|
|
3733
|
-
* @license
|
|
3734
|
-
* Copyright 2021 Google LLC
|
|
3735
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3736
|
-
*)
|
|
3737
|
-
|
|
3738
|
-
@lit/localize/internal/deferred.js:
|
|
3739
|
-
(**
|
|
3740
|
-
* @license
|
|
3741
|
-
* Copyright 2020 Google LLC
|
|
3742
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3743
|
-
*)
|
|
3744
|
-
|
|
3745
|
-
@lit/localize/internal/fnv1a64.js:
|
|
3746
|
-
(**
|
|
3747
|
-
* @license
|
|
3748
|
-
* Copyright 2014 Travis Webb
|
|
3749
|
-
* SPDX-License-Identifier: MIT
|
|
3750
|
-
*)
|
|
3751
|
-
|
|
3752
|
-
@lit/localize/internal/id-generation.js:
|
|
3753
|
-
(**
|
|
3754
|
-
* @license
|
|
3755
|
-
* Copyright 2020 Google LLC
|
|
3756
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3757
|
-
*)
|
|
3758
|
-
|
|
3759
|
-
@lit/localize/internal/runtime-msg.js:
|
|
3760
|
-
(**
|
|
3761
|
-
* @license
|
|
3762
|
-
* Copyright 2021 Google LLC
|
|
3763
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3764
|
-
*)
|
|
3765
|
-
|
|
3766
|
-
@lit/localize/init/runtime.js:
|
|
3767
|
-
(**
|
|
3768
|
-
* @license
|
|
3769
|
-
* Copyright 2021 Google LLC
|
|
3770
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3771
|
-
*)
|
|
3772
|
-
|
|
3773
|
-
@lit/localize/init/transform.js:
|
|
3774
|
-
(**
|
|
3775
|
-
* @license
|
|
3776
|
-
* Copyright 2021 Google LLC
|
|
3777
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3778
|
-
*)
|
|
3779
|
-
|
|
3780
|
-
@lit/localize/lit-localize.js:
|
|
3781
|
-
(**
|
|
3782
|
-
* @license
|
|
3783
|
-
* Copyright 2020 Google LLC
|
|
3784
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
3785
|
-
*)
|
|
3786
|
-
*/
|