overview-components 1.0.91 → 1.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/generated/locales/de.js +70 -72
- package/dist/assets/generated/locales/de.js.map +1 -0
- package/dist/assets/generated/locales/en.js +70 -72
- package/dist/assets/generated/locales/en.js.map +1 -0
- package/dist/assets/generated/locales/fr.js +70 -72
- package/dist/assets/generated/locales/fr.js.map +1 -0
- package/dist/assets/generated/locales/hr.js +70 -72
- package/dist/assets/generated/locales/hr.js.map +1 -0
- package/dist/assets/generated/locales/it.js +70 -72
- package/dist/assets/generated/locales/it.js.map +1 -0
- package/dist/assets/generated/locales/pl.js +70 -72
- package/dist/assets/generated/locales/pl.js.map +1 -0
- package/dist/assets/generated/locales/ro.js +70 -72
- package/dist/assets/generated/locales/ro.js.map +1 -0
- package/dist/assets/generated/locales/sk.js +70 -72
- package/dist/assets/generated/locales/sk.js.map +1 -0
- package/dist/assets/generated/locales/sr.js +70 -72
- package/dist/assets/generated/locales/sr.js.map +1 -0
- package/dist/assets/icons/iconGlyphs.js +679 -0
- package/dist/assets/icons/iconGlyphs.js.map +1 -0
- package/dist/assets/illustration/delete-illustration.js +96 -0
- package/dist/assets/illustration/delete-illustration.js.map +1 -0
- package/dist/assets/illustration/no-content.js +167 -0
- package/dist/assets/illustration/no-content.js.map +1 -0
- package/dist/assets/illustration/no-preview.js +133 -0
- package/dist/assets/illustration/no-preview.js.map +1 -0
- package/dist/assets/illustration/not-found.js +106 -0
- package/dist/assets/illustration/not-found.js.map +1 -0
- package/dist/assets/illustration/settings-illustration.js +176 -0
- package/dist/assets/illustration/settings-illustration.js.map +1 -0
- package/dist/components/components-settings/attachments-tab-settings.js +226 -0
- package/dist/components/components-settings/attachments-tab-settings.js.map +1 -0
- package/dist/components/components-settings/data-grid-settings.js +318 -0
- package/dist/components/components-settings/data-grid-settings.js.map +1 -0
- package/dist/components/components-settings/section-tab-settings.js +269 -0
- package/dist/components/components-settings/section-tab-settings.js.map +1 -0
- package/dist/components/components-settings/tabs-overview-settings.js +439 -0
- package/dist/components/components-settings/tabs-overview-settings.js.map +1 -0
- package/dist/components/lit-attachments-tab.js +432 -267
- package/dist/components/lit-attachments-tab.js.map +1 -0
- package/dist/components/lit-badge.js +40 -37
- package/dist/components/lit-badge.js.map +1 -0
- package/dist/components/lit-case-variables-tab.js +497 -378
- package/dist/components/lit-case-variables-tab.js.map +1 -0
- package/dist/components/lit-chart.js +406 -375
- package/dist/components/lit-chart.js.map +1 -0
- package/dist/components/lit-data-grid-tanstack.js +1663 -1145
- package/dist/components/lit-data-grid-tanstack.js.map +1 -0
- package/dist/components/lit-filter-modal.js +230 -194
- package/dist/components/lit-filter-modal.js.map +1 -0
- package/dist/components/lit-multiselect-item.js +477 -297
- package/dist/components/lit-multiselect-item.js.map +1 -0
- package/dist/components/lit-section-tab.js +85 -69
- package/dist/components/lit-section-tab.js.map +1 -0
- package/dist/components/lit-tabs-overview.js +232 -187
- package/dist/components/lit-tabs-overview.js.map +1 -0
- package/dist/components/modals/lit-confirm-modal.js +120 -0
- package/dist/components/modals/lit-confirm-modal.js.map +1 -0
- package/dist/components/modals/lit-delete-modal.js +128 -0
- package/dist/components/modals/lit-delete-modal.js.map +1 -0
- package/dist/components/react-wrappers/attachments-tab.js +8 -13
- package/dist/components/react-wrappers/attachments-tab.js.map +1 -0
- package/dist/components/react-wrappers/badge.js +8 -13
- package/dist/components/react-wrappers/badge.js.map +1 -0
- package/dist/components/react-wrappers/button.js +8 -13
- package/dist/components/react-wrappers/button.js.map +1 -0
- package/dist/components/react-wrappers/case-variables-tab.js +8 -13
- package/dist/components/react-wrappers/case-variables-tab.js.map +1 -0
- package/dist/components/react-wrappers/chart.js +8 -13
- package/dist/components/react-wrappers/chart.js.map +1 -0
- package/dist/components/react-wrappers/data-grid-tanstack.js +8 -13
- package/dist/components/react-wrappers/data-grid-tanstack.js.map +1 -0
- package/dist/components/react-wrappers/filter-modal.js +8 -13
- package/dist/components/react-wrappers/filter-modal.js.map +1 -0
- package/dist/components/react-wrappers/progress-bar.js +8 -13
- package/dist/components/react-wrappers/progress-bar.js.map +1 -0
- package/dist/components/react-wrappers/section-tab.js +8 -13
- package/dist/components/react-wrappers/section-tab.js.map +1 -0
- package/dist/components/react-wrappers/tabs-overview.js +8 -13
- package/dist/components/react-wrappers/tabs-overview.js.map +1 -0
- package/dist/data/translations.js +2763 -0
- package/dist/data/translations.js.map +1 -0
- package/dist/index.js +43 -42
- package/dist/index.js.map +1 -0
- package/dist/schemas/index.js +17 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/lit-attachments-tab-document.schema.js +20 -0
- package/dist/schemas/lit-attachments-tab-document.schema.js.map +1 -0
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js +15 -0
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js.map +1 -0
- package/dist/schemas/lit-attachments-tab.schema.js +32 -0
- package/dist/schemas/lit-attachments-tab.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.js +43 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.js +6 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab.schema.js +24 -0
- package/dist/schemas/lit-case-variables-tab.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +6 -0
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +6 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +11 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js +55 -0
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack.schema.js +99 -0
- package/dist/schemas/lit-data-grid-tanstack.schema.js.map +1 -0
- package/dist/schemas/lit-section-tab-schema.js +24 -0
- package/dist/schemas/lit-section-tab-schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js +6 -0
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview-tab.schema.js +32 -0
- package/dist/schemas/lit-tabs-overview-tab.schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview.schema.js +29 -0
- package/dist/schemas/lit-tabs-overview.schema.js.map +1 -0
- package/dist/scripts/translate-locales.js +69 -0
- package/dist/scripts/translate-locales.js.map +1 -0
- package/dist/shared/filter-inputs.js +427 -0
- package/dist/shared/filter-inputs.js.map +1 -0
- package/dist/shared/lit-button.js +80 -63
- package/dist/shared/lit-button.js.map +1 -0
- package/dist/shared/lit-case-variables-tab-cell.js +226 -0
- package/dist/shared/lit-case-variables-tab-cell.js.map +1 -0
- package/dist/shared/lit-checkbox.js +171 -0
- package/dist/shared/lit-checkbox.js.map +1 -0
- package/dist/shared/lit-custom-popper.js +117 -0
- package/dist/shared/lit-custom-popper.js.map +1 -0
- package/dist/shared/lit-data-grid-action-buttons-popover.js +295 -0
- package/dist/shared/lit-data-grid-action-buttons-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-density-popover.js +84 -0
- package/dist/shared/lit-data-grid-density-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-export-popover.js +68 -0
- package/dist/shared/lit-data-grid-export-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-operators-popover.js +114 -0
- package/dist/shared/lit-data-grid-operators-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-row-actions.js +76 -0
- package/dist/shared/lit-data-grid-row-actions.js.map +1 -0
- package/dist/shared/lit-date-picker.js +606 -0
- package/dist/shared/lit-date-picker.js.map +1 -0
- package/dist/shared/lit-icon-button.js +105 -0
- package/dist/shared/lit-icon-button.js.map +1 -0
- package/dist/shared/lit-icon.js +284 -0
- package/dist/shared/lit-icon.js.map +1 -0
- package/dist/shared/lit-input.js +239 -0
- package/dist/shared/lit-input.js.map +1 -0
- package/dist/shared/lit-label.js +104 -0
- package/dist/shared/lit-label.js.map +1 -0
- package/dist/shared/lit-loader.js +69 -0
- package/dist/shared/lit-loader.js.map +1 -0
- package/dist/shared/lit-loading-bar.js +127 -0
- package/dist/shared/lit-loading-bar.js.map +1 -0
- package/dist/shared/lit-menu-item.js +99 -0
- package/dist/shared/lit-menu-item.js.map +1 -0
- package/dist/shared/lit-menu.js +42 -0
- package/dist/shared/lit-menu.js.map +1 -0
- package/dist/shared/lit-modal-body.js +22 -0
- package/dist/shared/lit-modal-body.js.map +1 -0
- package/dist/shared/lit-modal-footer.js +29 -0
- package/dist/shared/lit-modal-footer.js.map +1 -0
- package/dist/shared/lit-modal-header.js +36 -0
- package/dist/shared/lit-modal-header.js.map +1 -0
- package/dist/shared/lit-modal.js +169 -0
- package/dist/shared/lit-modal.js.map +1 -0
- package/dist/shared/lit-overflow-tooltip.js +103 -0
- package/dist/shared/lit-overflow-tooltip.js.map +1 -0
- package/dist/shared/lit-pill.js +88 -0
- package/dist/shared/lit-pill.js.map +1 -0
- package/dist/shared/lit-progress-bar.js +33 -32
- package/dist/shared/lit-progress-bar.js.map +1 -0
- package/dist/shared/lit-responsive-button.js +94 -0
- package/dist/shared/lit-responsive-button.js.map +1 -0
- package/dist/shared/lit-select-field.js +459 -0
- package/dist/shared/lit-select-field.js.map +1 -0
- package/dist/shared/lit-select.js +413 -0
- package/dist/shared/lit-select.js.map +1 -0
- package/dist/shared/lit-settings.js +77 -0
- package/dist/shared/lit-settings.js.map +1 -0
- package/dist/shared/lit-text-field.js +222 -0
- package/dist/shared/lit-text-field.js.map +1 -0
- package/dist/shared/lit-toggle.js +222 -0
- package/dist/shared/lit-toggle.js.map +1 -0
- package/dist/shared/lit-tooltip.js +166 -0
- package/dist/shared/lit-tooltip.js.map +1 -0
- package/dist/shared/simple-popper.js +266 -0
- package/dist/shared/simple-popper.js.map +1 -0
- package/dist/shared/simple-tooltip.js +198 -122
- package/dist/shared/simple-tooltip.js.map +1 -0
- package/dist/shared/styles/button-shared-styles.js +4 -5
- package/dist/shared/styles/button-shared-styles.js.map +1 -0
- package/dist/styles.js +169 -0
- package/dist/styles.js.map +1 -0
- package/dist/utils/currency.js +15 -12
- package/dist/utils/currency.js.map +1 -0
- package/dist/utils/custom-filters.js +80 -45
- package/dist/utils/custom-filters.js.map +1 -0
- package/dist/utils/date.js +21 -13
- package/dist/utils/date.js.map +1 -0
- package/dist/utils/getOperatorByType.js +65 -50
- package/dist/utils/getOperatorByType.js.map +1 -0
- package/dist/utils/getOverviewValue.js +177 -0
- package/dist/utils/getOverviewValue.js.map +1 -0
- package/dist/utils/localization.js +431 -29
- package/dist/utils/localization.js.map +1 -0
- package/dist/utils/utils.js +13 -0
- package/dist/utils/utils.js.map +1 -0
- package/dist/utils/validate-json-schema.js +8 -0
- package/dist/utils/validate-json-schema.js.map +1 -0
- package/dist/validators/validator.js +7 -0
- package/dist/validators/validator.js.map +1 -0
- package/package.json +74 -76
- package/dist/libs/xlsx.mini.min.js +0 -10
- package/dist/node_modules/@lit/reactive-element/css-tag.js +0 -42
- package/dist/node_modules/@lit/reactive-element/decorators/base.js +0 -9
- package/dist/node_modules/@lit/reactive-element/decorators/custom-element.js +0 -13
- package/dist/node_modules/@lit/reactive-element/decorators/property.js +0 -37
- package/dist/node_modules/@lit/reactive-element/decorators/query.js +0 -20
- package/dist/node_modules/@lit/reactive-element/decorators/state.js +0 -12
- package/dist/node_modules/@lit/reactive-element/reactive-element.js +0 -249
- package/dist/node_modules/lit-html/async-directive.js +0 -69
- package/dist/node_modules/lit-html/directive-helpers.js +0 -45
- package/dist/node_modules/lit-html/directive.js +0 -27
- package/dist/node_modules/lit-html/directives/ref.js +0 -42
- package/dist/node_modules/lit-html/directives/repeat.js +0 -61
- package/dist/node_modules/lit-html/directives/style-map.js +0 -36
- package/dist/node_modules/lit-html/directives/unsafe-html.js +0 -27
- package/dist/node_modules/lit-html/lit-html.js +0 -242
- package/dist/vite.svg +0 -1
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { nothing as s, noChange as r } from "../lit-html.js";
|
|
2
|
-
import { directive as n, Directive as o, PartType as a } from "../directive.js";
|
|
3
|
-
/**
|
|
4
|
-
* @license
|
|
5
|
-
* Copyright 2017 Google LLC
|
|
6
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
-
*/
|
|
8
|
-
class i extends o {
|
|
9
|
-
constructor(t) {
|
|
10
|
-
if (super(t), this.it = s, t.type !== a.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
11
|
-
}
|
|
12
|
-
render(t) {
|
|
13
|
-
if (t === s || t == null) return this._t = void 0, this.it = t;
|
|
14
|
-
if (t === r) return t;
|
|
15
|
-
if (typeof t != "string") throw Error(this.constructor.directiveName + "() called with a non-string value");
|
|
16
|
-
if (t === this.it) return this._t;
|
|
17
|
-
this.it = t;
|
|
18
|
-
const e = [t];
|
|
19
|
-
return e.raw = e, this._t = { _$litType$: this.constructor.resultType, strings: e, values: [] };
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
i.directiveName = "unsafeHTML", i.resultType = 1;
|
|
23
|
-
const l = n(i);
|
|
24
|
-
export {
|
|
25
|
-
i as UnsafeHTMLDirective,
|
|
26
|
-
l as unsafeHTML
|
|
27
|
-
};
|
|
@@ -1,242 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2017 Google LLC
|
|
4
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
5
|
-
*/
|
|
6
|
-
const H = globalThis, M = H.trustedTypes, B = M ? M.createPolicy("lit-html", { createHTML: (h) => h }) : void 0, W = "$lit$", p = `lit$${Math.random().toFixed(9).slice(2)}$`, k = "?" + p, D = `<${k}>`, f = document, x = () => f.createComment(""), N = (h) => h === null || typeof h != "object" && typeof h != "function", E = Array.isArray, z = (h) => E(h) || typeof (h == null ? void 0 : h[Symbol.iterator]) == "function", w = `[
|
|
7
|
-
\f\r]`, y = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, P = /-->/g, U = />/g, u = RegExp(`>|${w}(?:([^\\s"'>=/]+)(${w}*=${w}*(?:[^
|
|
8
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), L = /'/g, O = /"/g, V = /^(?:script|style|textarea|title)$/i, T = Symbol.for("lit-noChange"), a = Symbol.for("lit-nothing"), R = /* @__PURE__ */ new WeakMap(), g = f.createTreeWalker(f, 129);
|
|
9
|
-
function j(h, t) {
|
|
10
|
-
if (!E(h) || !h.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
11
|
-
return B !== void 0 ? B.createHTML(t) : t;
|
|
12
|
-
}
|
|
13
|
-
const Z = (h, t) => {
|
|
14
|
-
const e = h.length - 1, s = [];
|
|
15
|
-
let i, o = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", n = y;
|
|
16
|
-
for (let A = 0; A < e; A++) {
|
|
17
|
-
const r = h[A];
|
|
18
|
-
let $, _, l = -1, c = 0;
|
|
19
|
-
for (; c < r.length && (n.lastIndex = c, _ = n.exec(r), _ !== null); ) c = n.lastIndex, n === y ? _[1] === "!--" ? n = P : _[1] !== void 0 ? n = U : _[2] !== void 0 ? (V.test(_[2]) && (i = RegExp("</" + _[2], "g")), n = u) : _[3] !== void 0 && (n = u) : n === u ? _[0] === ">" ? (n = i ?? y, l = -1) : _[1] === void 0 ? l = -2 : (l = n.lastIndex - _[2].length, $ = _[1], n = _[3] === void 0 ? u : _[3] === '"' ? O : L) : n === O || n === L ? n = u : n === P || n === U ? n = y : (n = u, i = void 0);
|
|
20
|
-
const d = n === u && h[A + 1].startsWith("/>") ? " " : "";
|
|
21
|
-
o += n === y ? r + D : l >= 0 ? (s.push($), r.slice(0, l) + W + r.slice(l) + p + d) : r + p + (l === -2 ? A : d);
|
|
22
|
-
}
|
|
23
|
-
return [j(h, o + (h[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
|
|
24
|
-
};
|
|
25
|
-
class b {
|
|
26
|
-
constructor({ strings: t, _$litType$: e }, s) {
|
|
27
|
-
let i;
|
|
28
|
-
this.parts = [];
|
|
29
|
-
let o = 0, n = 0;
|
|
30
|
-
const A = t.length - 1, r = this.parts, [$, _] = Z(t, e);
|
|
31
|
-
if (this.el = b.createElement($, s), g.currentNode = this.el.content, e === 2 || e === 3) {
|
|
32
|
-
const l = this.el.content.firstChild;
|
|
33
|
-
l.replaceWith(...l.childNodes);
|
|
34
|
-
}
|
|
35
|
-
for (; (i = g.nextNode()) !== null && r.length < A; ) {
|
|
36
|
-
if (i.nodeType === 1) {
|
|
37
|
-
if (i.hasAttributes()) for (const l of i.getAttributeNames()) if (l.endsWith(W)) {
|
|
38
|
-
const c = _[n++], d = i.getAttribute(l).split(p), C = /([.?@])?(.*)/.exec(c);
|
|
39
|
-
r.push({ type: 1, index: o, name: C[2], strings: d, ctor: C[1] === "." ? q : C[1] === "?" ? G : C[1] === "@" ? J : S }), i.removeAttribute(l);
|
|
40
|
-
} else l.startsWith(p) && (r.push({ type: 6, index: o }), i.removeAttribute(l));
|
|
41
|
-
if (V.test(i.tagName)) {
|
|
42
|
-
const l = i.textContent.split(p), c = l.length - 1;
|
|
43
|
-
if (c > 0) {
|
|
44
|
-
i.textContent = M ? M.emptyScript : "";
|
|
45
|
-
for (let d = 0; d < c; d++) i.append(l[d], x()), g.nextNode(), r.push({ type: 2, index: ++o });
|
|
46
|
-
i.append(l[c], x());
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
} else if (i.nodeType === 8) if (i.data === k) r.push({ type: 2, index: o });
|
|
50
|
-
else {
|
|
51
|
-
let l = -1;
|
|
52
|
-
for (; (l = i.data.indexOf(p, l + 1)) !== -1; ) r.push({ type: 7, index: o }), l += p.length - 1;
|
|
53
|
-
}
|
|
54
|
-
o++;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
static createElement(t, e) {
|
|
58
|
-
const s = f.createElement("template");
|
|
59
|
-
return s.innerHTML = t, s;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
function v(h, t, e = h, s) {
|
|
63
|
-
var n, A;
|
|
64
|
-
if (t === T) return t;
|
|
65
|
-
let i = s !== void 0 ? (n = e._$Co) == null ? void 0 : n[s] : e._$Cl;
|
|
66
|
-
const o = N(t) ? void 0 : t._$litDirective$;
|
|
67
|
-
return (i == null ? void 0 : i.constructor) !== o && ((A = i == null ? void 0 : i._$AO) == null || A.call(i, !1), o === void 0 ? i = void 0 : (i = new o(h), i._$AT(h, e, s)), s !== void 0 ? (e._$Co ?? (e._$Co = []))[s] = i : e._$Cl = i), i !== void 0 && (t = v(h, i._$AS(h, t.values), i, s)), t;
|
|
68
|
-
}
|
|
69
|
-
class F {
|
|
70
|
-
constructor(t, e) {
|
|
71
|
-
this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
|
|
72
|
-
}
|
|
73
|
-
get parentNode() {
|
|
74
|
-
return this._$AM.parentNode;
|
|
75
|
-
}
|
|
76
|
-
get _$AU() {
|
|
77
|
-
return this._$AM._$AU;
|
|
78
|
-
}
|
|
79
|
-
u(t) {
|
|
80
|
-
const { el: { content: e }, parts: s } = this._$AD, i = ((t == null ? void 0 : t.creationScope) ?? f).importNode(e, !0);
|
|
81
|
-
g.currentNode = i;
|
|
82
|
-
let o = g.nextNode(), n = 0, A = 0, r = s[0];
|
|
83
|
-
for (; r !== void 0; ) {
|
|
84
|
-
if (n === r.index) {
|
|
85
|
-
let $;
|
|
86
|
-
r.type === 2 ? $ = new m(o, o.nextSibling, this, t) : r.type === 1 ? $ = new r.ctor(o, r.name, r.strings, this, t) : r.type === 6 && ($ = new K(o, this, t)), this._$AV.push($), r = s[++A];
|
|
87
|
-
}
|
|
88
|
-
n !== (r == null ? void 0 : r.index) && (o = g.nextNode(), n++);
|
|
89
|
-
}
|
|
90
|
-
return g.currentNode = f, i;
|
|
91
|
-
}
|
|
92
|
-
p(t) {
|
|
93
|
-
let e = 0;
|
|
94
|
-
for (const s of this._$AV) s !== void 0 && (s.strings !== void 0 ? (s._$AI(t, s, e), e += s.strings.length - 2) : s._$AI(t[e])), e++;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
class m {
|
|
98
|
-
get _$AU() {
|
|
99
|
-
var t;
|
|
100
|
-
return ((t = this._$AM) == null ? void 0 : t._$AU) ?? this._$Cv;
|
|
101
|
-
}
|
|
102
|
-
constructor(t, e, s, i) {
|
|
103
|
-
this.type = 2, this._$AH = a, this._$AN = void 0, this._$AA = t, this._$AB = e, this._$AM = s, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
|
|
104
|
-
}
|
|
105
|
-
get parentNode() {
|
|
106
|
-
let t = this._$AA.parentNode;
|
|
107
|
-
const e = this._$AM;
|
|
108
|
-
return e !== void 0 && (t == null ? void 0 : t.nodeType) === 11 && (t = e.parentNode), t;
|
|
109
|
-
}
|
|
110
|
-
get startNode() {
|
|
111
|
-
return this._$AA;
|
|
112
|
-
}
|
|
113
|
-
get endNode() {
|
|
114
|
-
return this._$AB;
|
|
115
|
-
}
|
|
116
|
-
_$AI(t, e = this) {
|
|
117
|
-
t = v(this, t, e), N(t) ? t === a || t == null || t === "" ? (this._$AH !== a && this._$AR(), this._$AH = a) : t !== this._$AH && t !== T && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : z(t) ? this.k(t) : this._(t);
|
|
118
|
-
}
|
|
119
|
-
O(t) {
|
|
120
|
-
return this._$AA.parentNode.insertBefore(t, this._$AB);
|
|
121
|
-
}
|
|
122
|
-
T(t) {
|
|
123
|
-
this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
|
|
124
|
-
}
|
|
125
|
-
_(t) {
|
|
126
|
-
this._$AH !== a && N(this._$AH) ? this._$AA.nextSibling.data = t : this.T(f.createTextNode(t)), this._$AH = t;
|
|
127
|
-
}
|
|
128
|
-
$(t) {
|
|
129
|
-
var o;
|
|
130
|
-
const { values: e, _$litType$: s } = t, i = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = b.createElement(j(s.h, s.h[0]), this.options)), s);
|
|
131
|
-
if (((o = this._$AH) == null ? void 0 : o._$AD) === i) this._$AH.p(e);
|
|
132
|
-
else {
|
|
133
|
-
const n = new F(i, this), A = n.u(this.options);
|
|
134
|
-
n.p(e), this.T(A), this._$AH = n;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
_$AC(t) {
|
|
138
|
-
let e = R.get(t.strings);
|
|
139
|
-
return e === void 0 && R.set(t.strings, e = new b(t)), e;
|
|
140
|
-
}
|
|
141
|
-
k(t) {
|
|
142
|
-
E(this._$AH) || (this._$AH = [], this._$AR());
|
|
143
|
-
const e = this._$AH;
|
|
144
|
-
let s, i = 0;
|
|
145
|
-
for (const o of t) i === e.length ? e.push(s = new m(this.O(x()), this.O(x()), this, this.options)) : s = e[i], s._$AI(o), i++;
|
|
146
|
-
i < e.length && (this._$AR(s && s._$AB.nextSibling, i), e.length = i);
|
|
147
|
-
}
|
|
148
|
-
_$AR(t = this._$AA.nextSibling, e) {
|
|
149
|
-
var s;
|
|
150
|
-
for ((s = this._$AP) == null ? void 0 : s.call(this, !1, !0, e); t && t !== this._$AB; ) {
|
|
151
|
-
const i = t.nextSibling;
|
|
152
|
-
t.remove(), t = i;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
setConnected(t) {
|
|
156
|
-
var e;
|
|
157
|
-
this._$AM === void 0 && (this._$Cv = t, (e = this._$AP) == null || e.call(this, t));
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
class S {
|
|
161
|
-
get tagName() {
|
|
162
|
-
return this.element.tagName;
|
|
163
|
-
}
|
|
164
|
-
get _$AU() {
|
|
165
|
-
return this._$AM._$AU;
|
|
166
|
-
}
|
|
167
|
-
constructor(t, e, s, i, o) {
|
|
168
|
-
this.type = 1, this._$AH = a, this._$AN = void 0, this.element = t, this.name = e, this._$AM = i, this.options = o, s.length > 2 || s[0] !== "" || s[1] !== "" ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = a;
|
|
169
|
-
}
|
|
170
|
-
_$AI(t, e = this, s, i) {
|
|
171
|
-
const o = this.strings;
|
|
172
|
-
let n = !1;
|
|
173
|
-
if (o === void 0) t = v(this, t, e, 0), n = !N(t) || t !== this._$AH && t !== T, n && (this._$AH = t);
|
|
174
|
-
else {
|
|
175
|
-
const A = t;
|
|
176
|
-
let r, $;
|
|
177
|
-
for (t = o[0], r = 0; r < o.length - 1; r++) $ = v(this, A[s + r], e, r), $ === T && ($ = this._$AH[r]), n || (n = !N($) || $ !== this._$AH[r]), $ === a ? t = a : t !== a && (t += ($ ?? "") + o[r + 1]), this._$AH[r] = $;
|
|
178
|
-
}
|
|
179
|
-
n && !i && this.j(t);
|
|
180
|
-
}
|
|
181
|
-
j(t) {
|
|
182
|
-
t === a ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
class q extends S {
|
|
186
|
-
constructor() {
|
|
187
|
-
super(...arguments), this.type = 3;
|
|
188
|
-
}
|
|
189
|
-
j(t) {
|
|
190
|
-
this.element[this.name] = t === a ? void 0 : t;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
class G extends S {
|
|
194
|
-
constructor() {
|
|
195
|
-
super(...arguments), this.type = 4;
|
|
196
|
-
}
|
|
197
|
-
j(t) {
|
|
198
|
-
this.element.toggleAttribute(this.name, !!t && t !== a);
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
class J extends S {
|
|
202
|
-
constructor(t, e, s, i, o) {
|
|
203
|
-
super(t, e, s, i, o), this.type = 5;
|
|
204
|
-
}
|
|
205
|
-
_$AI(t, e = this) {
|
|
206
|
-
if ((t = v(this, t, e, 0) ?? a) === T) return;
|
|
207
|
-
const s = this._$AH, i = t === a && s !== a || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, o = t !== a && (s === a || i);
|
|
208
|
-
i && this.element.removeEventListener(this.name, this, s), o && this.element.addEventListener(this.name, this, t), this._$AH = t;
|
|
209
|
-
}
|
|
210
|
-
handleEvent(t) {
|
|
211
|
-
var e;
|
|
212
|
-
typeof this._$AH == "function" ? this._$AH.call(((e = this.options) == null ? void 0 : e.host) ?? this.element, t) : this._$AH.handleEvent(t);
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
class K {
|
|
216
|
-
constructor(t, e, s) {
|
|
217
|
-
this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s;
|
|
218
|
-
}
|
|
219
|
-
get _$AU() {
|
|
220
|
-
return this._$AM._$AU;
|
|
221
|
-
}
|
|
222
|
-
_$AI(t) {
|
|
223
|
-
v(this, t);
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
const Q = { I: m }, I = H.litHtmlPolyfillSupport;
|
|
227
|
-
I == null || I(b, m), (H.litHtmlVersions ?? (H.litHtmlVersions = [])).push("3.3.0");
|
|
228
|
-
const X = (h, t, e) => {
|
|
229
|
-
const s = (e == null ? void 0 : e.renderBefore) ?? t;
|
|
230
|
-
let i = s._$litPart$;
|
|
231
|
-
if (i === void 0) {
|
|
232
|
-
const o = (e == null ? void 0 : e.renderBefore) ?? null;
|
|
233
|
-
s._$litPart$ = i = new m(t.insertBefore(x(), o), o, void 0, e ?? {});
|
|
234
|
-
}
|
|
235
|
-
return i._$AI(h), i;
|
|
236
|
-
};
|
|
237
|
-
export {
|
|
238
|
-
Q as _$LH,
|
|
239
|
-
T as noChange,
|
|
240
|
-
a as nothing,
|
|
241
|
-
X as render
|
|
242
|
-
};
|
package/dist/vite.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|