@orangelogic/design-system 2.57.0 → 2.58.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/library/chunks/{button.2-Io1Wm4.js → button.kTTrlOjj.js} +2 -2
- package/library/chunks/{color-swatch-group.VXPK-2tU.js → color-swatch-group.ClKQ2WzZ.js} +4 -4
- package/library/chunks/{color-swatch.8OhqVqb6.js → color-swatch.BdV7Nsvx.js} +2 -2
- package/library/chunks/{confirm-popover.DGvyB12c.js → confirm-popover.CMeOJWvb.js} +3 -3
- package/library/chunks/{dialog.CIeu0rVD.js → dialog.B_63yVcD.js} +2 -2
- package/library/chunks/{dom.CaZCTJCL.js → dom.Dc-BF08t.js} +28 -22
- package/library/chunks/{dot-pagination.CyCA3kSP.js → dot-pagination.C8zQgnjD.js} +1 -1
- package/library/chunks/{file-on-demand.aux9gsvH.js → file-on-demand.CAxlBbwj.js} +10 -10
- package/library/chunks/{folder-select.B7u40ijN.js → folder-select.DMyWzPjA.js} +5 -5
- package/library/chunks/{form.DycFDdkp.js → form.D1R9s3Mf.js} +1 -1
- package/library/chunks/{format-time.C56HetWv.js → format-time.CxG-siAa.js} +1 -1
- package/library/chunks/{header.RvymymCe.js → header.NqYF4Nlq.js} +1 -1
- package/library/chunks/{i18n.dCiJrmqj.js → i18n.DwnDne7p.js} +10 -8
- package/library/chunks/{iframe.Cwqniwf2.js → iframe.qomerN2u.js} +1 -1
- package/library/chunks/{image.gpleN29o.js → image.2h_mxSth.js} +3 -3
- package/library/chunks/{list-editor.BToq5cqp.js → list-editor.Cofa7Vyh.js} +7 -7
- package/library/chunks/{option.CJ1p2V0m.js → option.B4tI5rHw.js} +1 -1
- package/library/chunks/pagination.Bp5dTjrN.js +339 -0
- package/library/chunks/{popup.BE5MfEQJ.js → popup.CQSGj4zE.js} +1 -1
- package/library/chunks/{select.xBh4yerC.js → select.D_Ee1gDW.js} +5 -6
- package/library/chunks/{string.DPf4puTr.js → string.BF2AikHa.js} +13 -9
- package/library/chunks/{tab-group.CjvHb3OJ.js → tab-group.CT6rt4_n.js} +3 -3
- package/library/chunks/{table.CrX_NJiY.js → table.keGRLyqZ.js} +3165 -2612
- package/library/chunks/{timecode.XXmVg6tU.js → timecode.DE8W5tFV.js} +1 -1
- package/library/chunks/{tree.CDaFhGjU.js → tree.CBc6xKk4.js} +1 -1
- package/library/components/alert.js +1 -1
- package/library/components/asset-link-format.js +4 -4
- package/library/components/atoms.js +15 -15
- package/library/components/border-input-group.js +1 -1
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +3 -3
- package/library/components/checkbox.js +1 -1
- package/library/components/color-picker.js +4 -4
- package/library/components/color-swatch-group.js +5 -5
- package/library/components/color-swatch.js +3 -3
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +1 -1
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +1 -1
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +5 -5
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +11 -11
- package/library/components/folder-select.js +4 -4
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.js +2 -2
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +1 -1
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +3 -3
- package/library/components/input.js +2 -2
- package/library/components/line-clamp.js +2 -2
- package/library/components/list-editor.js +6 -6
- package/library/components/masonry.js +1 -1
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +4 -4
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +16 -336
- package/library/components/popup.js +2 -2
- package/library/components/position-picker.js +1 -1
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/radio-group.js +1 -1
- package/library/components/range.js +3 -3
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +5 -5
- package/library/components/share-option-list.js +2 -2
- package/library/components/size-input-group.js +2 -2
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/switch.js +1 -1
- package/library/components/tab-group.js +4 -4
- package/library/components/tab.js +1 -1
- package/library/components/table.js +65 -57
- package/library/components/tag.js +1 -1
- package/library/components/textarea.js +51 -51
- package/library/components/timecode.js +2 -2
- package/library/components/tooltip.js +2 -2
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +1 -1
- package/library/components/types.js +30 -30
- package/library/components/video.js +2 -2
- package/library/css/ol-base.css +4 -4
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/space/space.d.ts +1 -2
- package/library/packages/atoms/src/components/table/components/table-row-actions/table-row-actions-dropdown.d.ts +2 -1
- package/library/packages/atoms/src/components/table/components/table-row-actions/table-row-actions.d.ts +4 -4
- package/library/packages/atoms/src/components/table/components/table-toolbar/table-dropdown-filter.d.ts +36 -0
- package/library/packages/atoms/src/components/table/components/table-toolbar/table-toolbar.d.ts +10 -1
- package/library/packages/atoms/src/components/table/filter-controller.d.ts +84 -0
- package/library/packages/atoms/src/components/table/modules/HoverMenu.d.ts +9 -1
- package/library/packages/atoms/src/components/table/table.d.ts +41 -4
- package/library/packages/atoms/src/components/table/tabulator-tables/core/ColumnManager.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/RowManager.d.ts +3 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/TabulatorFull.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/cell/Cell.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/core/cell/CellComponent.d.ts +1 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/index.d.ts +1 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/List.d.ts +49 -58
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Edit/defaults/editors/list.d.ts +3 -2
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Filter/Filter.d.ts +15 -8
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/Format.d.ts +1 -3
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/composite.d.ts +5 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/icon.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/image.d.ts +4 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/number.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/plaintext.d.ts +6 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/textarea.d.ts +4 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/time.d.ts +9 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/traffic.d.ts +3 -7
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters/typography.d.ts +13 -0
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Format/defaults/formatters.d.ts +10 -0
- package/library/packages/events/src/cx-table-dropdown-filter-change.d.ts +13 -0
- package/library/packages/events/src/cx-table-row-action-click.d.ts +2 -1
- package/library/packages/events/src/events.d.ts +1 -0
- package/library/packages/types/src/table.d.ts +195 -22
- package/library/packages/utils/src/custom-element/i18n.d.ts +2 -0
- package/library/packages/utils/src/dom/dom.d.ts +2 -1
- package/library/packages/utils/src/string/string.d.ts +1 -0
- package/library/react-web-component.d.ts +18 -6
- package/package.json +1 -1
- package/library/chunks/pagination.y5oqoPVr.js +0 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as r, C as v, c as g } from "./custom-element.vnXBMQxc.js";
|
|
2
2
|
import { c as C } from "./component.styles.CI-v8BZa.js";
|
|
3
|
-
import { F as x, v as w } from "./form.
|
|
4
|
-
import { L as $ } from "./i18n.
|
|
3
|
+
import { F as x, v as w } from "./form.D1R9s3Mf.js";
|
|
4
|
+
import { L as $ } from "./i18n.DwnDne7p.js";
|
|
5
5
|
import { H as S, g as O } from "./slot.DJLm4Dig.js";
|
|
6
6
|
import { w as m } from "./watch.BCJD77bD.js";
|
|
7
7
|
import { r as u } from "./state.Cw55xXlb.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import z from "../components/space.js";
|
|
2
|
-
import { C as $ } from "./table.
|
|
2
|
+
import { C as $ } from "./table.keGRLyqZ.js";
|
|
3
3
|
import { C as F } from "./typography.BFpl0WMA.js";
|
|
4
4
|
import { x as h, B as k, i as A, n as d, C as S, c as T } from "./custom-element.vnXBMQxc.js";
|
|
5
|
-
import { C, a as m } from "./color-swatch.
|
|
5
|
+
import { C, a as m } from "./color-swatch.BdV7Nsvx.js";
|
|
6
6
|
import { c as E } from "./component.styles.CI-v8BZa.js";
|
|
7
7
|
import { D as l } from "./content-builder.WranV3P4.js";
|
|
8
|
-
import { d as D } from "./popup.
|
|
9
|
-
import { L as N } from "./i18n.
|
|
8
|
+
import { d as D } from "./popup.CQSGj4zE.js";
|
|
9
|
+
import { L as N } from "./i18n.DwnDne7p.js";
|
|
10
10
|
import { w as x } from "./watch.BCJD77bD.js";
|
|
11
11
|
import { r as p } from "./state.Cw55xXlb.js";
|
|
12
12
|
import { e as P } from "./query.BBf1UFkC.js";
|
|
@@ -6,8 +6,8 @@ import { C as G } from "./typography.BFpl0WMA.js";
|
|
|
6
6
|
import { i as M, n as l, C as S, x as C, c as U } from "./custom-element.vnXBMQxc.js";
|
|
7
7
|
import { c as W } from "./component.styles.CI-v8BZa.js";
|
|
8
8
|
import { T as v } from "./index.C1chwzNp.js";
|
|
9
|
-
import { d as H } from "./popup.
|
|
10
|
-
import { L as D } from "./i18n.
|
|
9
|
+
import { d as H } from "./popup.CQSGj4zE.js";
|
|
10
|
+
import { L as D } from "./i18n.DwnDne7p.js";
|
|
11
11
|
import { w as h } from "./watch.BCJD77bD.js";
|
|
12
12
|
import { r as d } from "./state.Cw55xXlb.js";
|
|
13
13
|
import { e as L } from "./query.BBf1UFkC.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { C as _ } from "./button.
|
|
2
|
-
import { C as u, D as h } from "./dialog.
|
|
1
|
+
import { C as _ } from "./button.kTTrlOjj.js";
|
|
2
|
+
import { C as u, D as h } from "./dialog.B_63yVcD.js";
|
|
3
3
|
import g from "../components/dropdown.js";
|
|
4
4
|
import { C as x } from "./typography.BFpl0WMA.js";
|
|
5
5
|
import { i as b, n as e, C as y, x as d, c as w } from "./custom-element.vnXBMQxc.js";
|
|
6
6
|
import { c as $ } from "./component.styles.CI-v8BZa.js";
|
|
7
|
-
import { L as z } from "./i18n.
|
|
7
|
+
import { L as z } from "./i18n.DwnDne7p.js";
|
|
8
8
|
import { e as m } from "./query.BBf1UFkC.js";
|
|
9
9
|
import { e as a } from "./class-map.CoZTSvbM.js";
|
|
10
10
|
var v = /* @__PURE__ */ ((t) => (t.Horizontal = "horizontal", t.HorizontalReverse = "horizontal-reverse", t.Vertical = "vertical", t.VerticalReverse = "vertical-reverse", t))(v || {}), f = /* @__PURE__ */ ((t) => (t.Center = "center", t.End = "end", t.Start = "start", t))(f || {});
|
|
@@ -3,7 +3,7 @@ import { c as L } from "./component.styles.CI-v8BZa.js";
|
|
|
3
3
|
import { O, C as P, H as $, z as H, o as E } from "./overlayscrollbars.aFuRG5Rs.js";
|
|
4
4
|
import { s as p, g as h, b as c, a as y } from "./animation-registry.DavRkTTr.js";
|
|
5
5
|
import { w as x } from "./event.mFzZi4sr.js";
|
|
6
|
-
import { L as R } from "./i18n.
|
|
6
|
+
import { L as R } from "./i18n.DwnDne7p.js";
|
|
7
7
|
import { M as W } from "./modal.BqNLxgs1.js";
|
|
8
8
|
import { l as w, u as _ } from "./scroll.DwPiX2Ox.js";
|
|
9
9
|
import { H as q } from "./slot.DJLm4Dig.js";
|
|
@@ -16,7 +16,7 @@ import { o as A } from "./style-map.CZovMmo_.js";
|
|
|
16
16
|
import { n as g } from "./when.Dr1es41R.js";
|
|
17
17
|
import F from "../components/divider.js";
|
|
18
18
|
import I from "../components/icon-button.js";
|
|
19
|
-
import { C as T } from "./popup.
|
|
19
|
+
import { C as T } from "./popup.CQSGj4zE.js";
|
|
20
20
|
var l = /* @__PURE__ */ ((e) => (e.Both = "both", e.Footer = "footer", e.Header = "header", e.None = "none", e))(l || {});
|
|
21
21
|
const U = z`
|
|
22
22
|
:host {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { s as d } from "./string.BF2AikHa.js";
|
|
2
|
+
import { B as l } from "./custom-element.vnXBMQxc.js";
|
|
3
|
+
const g = (e) => e.nodeType === Node.ELEMENT_NODE, h = (e, n) => {
|
|
3
4
|
if (!e)
|
|
4
5
|
return !1;
|
|
5
6
|
let t = e;
|
|
@@ -9,10 +10,10 @@ const m = (e) => e.nodeType === Node.ELEMENT_NODE, p = (e, n) => {
|
|
|
9
10
|
t.parentNode.host ? t = t.parentNode.host : t = t.parentNode;
|
|
10
11
|
}
|
|
11
12
|
return !1;
|
|
12
|
-
},
|
|
13
|
+
}, u = (e = document) => {
|
|
13
14
|
const n = e.activeElement;
|
|
14
|
-
return n ? n.shadowRoot ?
|
|
15
|
-
},
|
|
15
|
+
return n ? n.shadowRoot ? u(n.shadowRoot) : n : null;
|
|
16
|
+
}, f = (e, n = document.body, t = "width") => {
|
|
16
17
|
const i = e?.trim();
|
|
17
18
|
if (!i)
|
|
18
19
|
return 0;
|
|
@@ -23,10 +24,10 @@ const m = (e) => e.nodeType === Node.ELEMENT_NODE, p = (e, n) => {
|
|
|
23
24
|
r.style[t] = s ? o.substring(1) : o, r.style.position = "absolute", r.style.visibility = "hidden", n.appendChild(r);
|
|
24
25
|
const c = r.getBoundingClientRect(), a = t === "width" ? c.width : c.height;
|
|
25
26
|
return n.removeChild(r), s ? -a : a;
|
|
26
|
-
},
|
|
27
|
+
}, E = (e, n) => {
|
|
27
28
|
const t = n.getBoundingClientRect(), o = (e.clientX - t.left) / t.width * 100;
|
|
28
29
|
return Math.max(0, Math.min(100, o));
|
|
29
|
-
},
|
|
30
|
+
}, w = (e, n) => new Promise((t, i) => {
|
|
30
31
|
const o = document, s = o.querySelector(
|
|
31
32
|
`script[src="${e}"]`
|
|
32
33
|
);
|
|
@@ -41,32 +42,37 @@ const m = (e) => e.nodeType === Node.ELEMENT_NODE, p = (e, n) => {
|
|
|
41
42
|
r.setAttribute("data-loaded", "true"), t();
|
|
42
43
|
}, r.onerror = () => i(new Error(`Failed to load ${e}`)), o.head.appendChild(r);
|
|
43
44
|
});
|
|
44
|
-
function
|
|
45
|
+
function C(e) {
|
|
45
46
|
return [...e].sort((n, t) => {
|
|
46
47
|
const i = n.getBoundingClientRect().top, o = t.getBoundingClientRect().top;
|
|
47
48
|
return i - o;
|
|
48
49
|
});
|
|
49
50
|
}
|
|
50
|
-
function
|
|
51
|
+
function M() {
|
|
51
52
|
return window.StackMgr?.GetInstance()?.GetIndex() ?? 99999;
|
|
52
53
|
}
|
|
53
|
-
function
|
|
54
|
+
function R(e) {
|
|
55
|
+
const n = document.createElement("template");
|
|
56
|
+
return l(e, n.content), n.content.firstElementChild;
|
|
57
|
+
}
|
|
58
|
+
function T(e) {
|
|
54
59
|
const n = document.createElement("template");
|
|
55
|
-
return d(e
|
|
60
|
+
return n.innerHTML = d(e), n.content.firstElementChild;
|
|
56
61
|
}
|
|
57
|
-
function
|
|
62
|
+
function N(e, n, t = 0) {
|
|
58
63
|
const i = e.getBoundingClientRect(), o = n.getBoundingClientRect();
|
|
59
64
|
return Math.round(o.left) >= Math.round(i.left) - t && Math.round(o.right) <= Math.round(i.right) + t;
|
|
60
65
|
}
|
|
61
66
|
export {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
67
|
+
T as a,
|
|
68
|
+
E as b,
|
|
69
|
+
f as c,
|
|
70
|
+
M as d,
|
|
71
|
+
u as e,
|
|
72
|
+
h as f,
|
|
73
|
+
R as g,
|
|
74
|
+
g as h,
|
|
75
|
+
N as i,
|
|
76
|
+
w as l,
|
|
77
|
+
C as s
|
|
72
78
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { i as P, n as a, C as F, x as y, c as z } from "./custom-element.vnXBMQxc.js";
|
|
2
2
|
import { c as S } from "./component.styles.CI-v8BZa.js";
|
|
3
3
|
import { O as C } from "./index.Cpamj0jB.js";
|
|
4
|
-
import { L as O } from "./i18n.
|
|
4
|
+
import { L as O } from "./i18n.DwnDne7p.js";
|
|
5
5
|
import { w as h } from "./watch.BCJD77bD.js";
|
|
6
6
|
import { r as j } from "./state.Cw55xXlb.js";
|
|
7
7
|
import { e as H } from "./query.BBf1UFkC.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import lt from "../components/icon.js";
|
|
2
2
|
import dt from "../components/line-clamp.js";
|
|
3
|
-
import { C as pt, s as ht, a as ut, b as Q } from "./tree.
|
|
3
|
+
import { C as pt, s as ht, a as ut, b as Q } from "./tree.CBc6xKk4.js";
|
|
4
4
|
import { n as p, C as Y, x as r, c as K, i as gt, E as bt } from "./custom-element.vnXBMQxc.js";
|
|
5
5
|
import { c as xt } from "./component.styles.CI-v8BZa.js";
|
|
6
|
-
import { L as Z } from "./i18n.
|
|
6
|
+
import { L as Z } from "./i18n.DwnDne7p.js";
|
|
7
7
|
import { k as $t, h as mt, i as _t, w as L, j as wt, l as St, f as It, g as Ct, d as At, m as Dt, n as Tt } from "./watch.BCJD77bD.js";
|
|
8
|
-
import { p as P } from "./string.
|
|
8
|
+
import { p as P } from "./string.BF2AikHa.js";
|
|
9
9
|
import { r as x } from "./state.Cw55xXlb.js";
|
|
10
10
|
import { e as R } from "./query.BBf1UFkC.js";
|
|
11
11
|
import { e as A } from "./class-map.CoZTSvbM.js";
|
|
@@ -13,24 +13,24 @@ import { c as F } from "./repeat.CauKaXyy.js";
|
|
|
13
13
|
import { n as g } from "./when.Dr1es41R.js";
|
|
14
14
|
import { a as zt, i as ft, c as Et, b as tt } from "./_baseUniq.BUihBa8c.js";
|
|
15
15
|
import Lt from "../components/avatar.js";
|
|
16
|
-
import { C as Rt } from "./button.
|
|
17
|
-
import { C as Pt } from "./dialog.
|
|
16
|
+
import { C as Rt } from "./button.kTTrlOjj.js";
|
|
17
|
+
import { C as Pt } from "./dialog.B_63yVcD.js";
|
|
18
18
|
import Ft from "../components/divider.js";
|
|
19
19
|
import Ut from "../components/format-bytes.js";
|
|
20
20
|
import kt from "../components/icon-button.js";
|
|
21
21
|
import Ot from "../components/input.js";
|
|
22
|
-
import { C as Nt } from "./option.
|
|
22
|
+
import { C as Nt } from "./option.B4tI5rHw.js";
|
|
23
23
|
import jt from "../components/progress-bar.js";
|
|
24
24
|
import Mt from "../components/relative-time.js";
|
|
25
|
-
import { C as Bt } from "./select.
|
|
25
|
+
import { C as Bt } from "./select.D_Ee1gDW.js";
|
|
26
26
|
import Vt from "../components/space.js";
|
|
27
27
|
import Ht from "../components/tab.js";
|
|
28
|
-
import { C as Wt } from "./tab-group.
|
|
28
|
+
import { C as Wt } from "./tab-group.CT6rt4_n.js";
|
|
29
29
|
import Gt from "../components/tab-panel.js";
|
|
30
30
|
import qt from "../components/tooltip.js";
|
|
31
31
|
import { C as Yt } from "./typography.BFpl0WMA.js";
|
|
32
|
-
import { C as Kt } from "./confirm-popover.
|
|
33
|
-
import { d as Zt } from "./popup.
|
|
32
|
+
import { C as Kt } from "./confirm-popover.CMeOJWvb.js";
|
|
33
|
+
import { d as Zt } from "./popup.CQSGj4zE.js";
|
|
34
34
|
import { a as H } from "./number.CjNxU7Xs.js";
|
|
35
35
|
import { o as Xt } from "./style-map.CZovMmo_.js";
|
|
36
36
|
import { a as Jt } from "./toString.CL_lYXbK.js";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import G from "../components/icon.js";
|
|
2
2
|
import Z from "../components/input.js";
|
|
3
|
-
import { C as J } from "./select.
|
|
4
|
-
import { C as x, a as K } from "./tree.
|
|
3
|
+
import { C as J } from "./select.D_Ee1gDW.js";
|
|
4
|
+
import { C as x, a as K } from "./tree.CBc6xKk4.js";
|
|
5
5
|
import { n as r, C as I, x as f, c as w, i as X } from "./custom-element.vnXBMQxc.js";
|
|
6
6
|
import { h as k, F as Y, b as A } from "./endpoints.BgyupJys.js";
|
|
7
7
|
import { c as R } from "./component.styles.CI-v8BZa.js";
|
|
8
|
-
import { L as V } from "./i18n.
|
|
8
|
+
import { L as V } from "./i18n.DwnDne7p.js";
|
|
9
9
|
import { w as m } from "./watch.BCJD77bD.js";
|
|
10
10
|
import { r as y } from "./state.Cw55xXlb.js";
|
|
11
11
|
import { e as B } from "./query.BBf1UFkC.js";
|
|
12
12
|
import { r as ee } from "./choose.BTbF6BAn.js";
|
|
13
|
-
import { C as q } from "./button.
|
|
14
|
-
import { d as te } from "./popup.
|
|
13
|
+
import { C as q } from "./button.kTTrlOjj.js";
|
|
14
|
+
import { d as te } from "./popup.CQSGj4zE.js";
|
|
15
15
|
import { o as S } from "./if-defined.MfEgpxEN.js";
|
|
16
16
|
import { c as W } from "./repeat.CauKaXyy.js";
|
|
17
17
|
import { n as O } from "./when.Dr1es41R.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as m } from "./dom.
|
|
1
|
+
import { s as m } from "./dom.Dc-BF08t.js";
|
|
2
2
|
const n = /* @__PURE__ */ new WeakMap(), h = /* @__PURE__ */ new WeakMap(), l = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakSet(), f = /* @__PURE__ */ new WeakMap();
|
|
3
3
|
class v {
|
|
4
4
|
constructor(e, s) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as D, n as d, C as g, x as S, c as M } from "./custom-element.vnXBMQxc.js";
|
|
2
2
|
import { c as w } from "./component.styles.CI-v8BZa.js";
|
|
3
|
-
import { L as N } from "./i18n.
|
|
3
|
+
import { L as N } from "./i18n.DwnDne7p.js";
|
|
4
4
|
import { w as m } from "./watch.BCJD77bD.js";
|
|
5
5
|
import { f as b } from "./number.CjNxU7Xs.js";
|
|
6
6
|
import { r as H } from "./state.Cw55xXlb.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import k from "../components/copy-button.js";
|
|
2
2
|
import { i as u, n as c, C as b, c as x } from "./custom-element.vnXBMQxc.js";
|
|
3
3
|
import { c as v } from "./component.styles.CI-v8BZa.js";
|
|
4
|
-
import { L as y } from "./i18n.
|
|
4
|
+
import { L as y } from "./i18n.DwnDne7p.js";
|
|
5
5
|
import { w } from "./watch.BCJD77bD.js";
|
|
6
6
|
import { e as m } from "./query.BBf1UFkC.js";
|
|
7
7
|
import { e as g } from "./class-map.CoZTSvbM.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as w } from "./purify.es.BGaRrCfO.js";
|
|
2
|
-
const s = /* @__PURE__ */ new Set(), y = new MutationObserver(m),
|
|
3
|
-
let d = document.documentElement.dir || "ltr", u = document.documentElement.lang || navigator.language,
|
|
2
|
+
const s = /* @__PURE__ */ new Set(), y = new MutationObserver(m), r = /* @__PURE__ */ new Map(), p = /* @__PURE__ */ new Map();
|
|
3
|
+
let d = document.documentElement.dir || "ltr", u = document.documentElement.lang || navigator.language, l;
|
|
4
4
|
y.observe(document.documentElement, {
|
|
5
5
|
attributeFilter: ["dir", "lang"],
|
|
6
6
|
attributes: !0
|
|
@@ -11,7 +11,7 @@ function b(e) {
|
|
|
11
11
|
function c(...e) {
|
|
12
12
|
e.map((t) => {
|
|
13
13
|
const o = t.$code.toLowerCase();
|
|
14
|
-
|
|
14
|
+
r.has(o) ? r.set(o, { ...r.get(o), ...t }) : r.set(o, t), l || (l = t);
|
|
15
15
|
});
|
|
16
16
|
}
|
|
17
17
|
function h(...e) {
|
|
@@ -57,9 +57,9 @@ let v = class {
|
|
|
57
57
|
return `${this.host.lang || u}`.toLowerCase();
|
|
58
58
|
}
|
|
59
59
|
getTranslationData(t) {
|
|
60
|
-
const o = new Intl.Locale(t.replace(/_/g, "-")), a = o?.language.toLowerCase(), i = o?.region?.toLowerCase() ?? "", n =
|
|
60
|
+
const o = new Intl.Locale(t.replace(/_/g, "-")), a = o?.language.toLowerCase(), i = o?.region?.toLowerCase() ?? "", n = r.get(
|
|
61
61
|
`${a}-${i}`
|
|
62
|
-
), f =
|
|
62
|
+
), f = r.get(a);
|
|
63
63
|
return { language: a, locale: o, primary: n, region: i, secondary: f };
|
|
64
64
|
}
|
|
65
65
|
/** Determines if the specified term exists, optionally checking the fallback translation. */
|
|
@@ -70,7 +70,7 @@ let v = class {
|
|
|
70
70
|
return o = {
|
|
71
71
|
includeFallback: !1,
|
|
72
72
|
...o
|
|
73
|
-
}, !!(a && a[t] || i && i[t] || o.includeFallback &&
|
|
73
|
+
}, !!(a && a[t] || i && i[t] || o.includeFallback && l && l[t]);
|
|
74
74
|
}
|
|
75
75
|
/** Outputs a translated term. */
|
|
76
76
|
term(t, ...o) {
|
|
@@ -80,8 +80,8 @@ let v = class {
|
|
|
80
80
|
n = a[t];
|
|
81
81
|
else if (i && i[t])
|
|
82
82
|
n = i[t];
|
|
83
|
-
else if (
|
|
84
|
-
n =
|
|
83
|
+
else if (l && l[t])
|
|
84
|
+
n = l[t];
|
|
85
85
|
else
|
|
86
86
|
return String(t);
|
|
87
87
|
return typeof n == "function" ? w.sanitize(n(...o)) : n;
|
|
@@ -542,6 +542,8 @@ const g = {
|
|
|
542
542
|
next: "Next",
|
|
543
543
|
nextSlide: "Next slide",
|
|
544
544
|
noCardsAddedYet: "No cards added yet",
|
|
545
|
+
noColumnsVisible: "No columns visible",
|
|
546
|
+
noData: "No data",
|
|
545
547
|
noDataAvailable: "No data available",
|
|
546
548
|
noDownloads: "No downloads",
|
|
547
549
|
noDownloadsMessage: "Your downloading assets will appear here.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as d, n as r, C as h, x as p, c as y } from "./custom-element.vnXBMQxc.js";
|
|
2
2
|
import { c as u } from "./component.styles.CI-v8BZa.js";
|
|
3
|
-
import { L as g } from "./i18n.
|
|
3
|
+
import { L as g } from "./i18n.DwnDne7p.js";
|
|
4
4
|
import { w as v } from "./watch.BCJD77bD.js";
|
|
5
5
|
import { e as b } from "./query.BBf1UFkC.js";
|
|
6
6
|
import { e as x } from "./class-map.CoZTSvbM.js";
|
|
@@ -3,8 +3,8 @@ import { r as H } from "./state.Cw55xXlb.js";
|
|
|
3
3
|
import { e as X } from "./query.BBf1UFkC.js";
|
|
4
4
|
import { E as $e, b as de, a as We } from "./index.Cpamj0jB.js";
|
|
5
5
|
import { c as Ae } from "./component.styles.CI-v8BZa.js";
|
|
6
|
-
import { C as Oe, d as Me } from "./popup.
|
|
7
|
-
import { L as De } from "./i18n.
|
|
6
|
+
import { C as Oe, d as Me } from "./popup.CQSGj4zE.js";
|
|
7
|
+
import { L as De } from "./i18n.DwnDne7p.js";
|
|
8
8
|
import { w as q } from "./watch.BCJD77bD.js";
|
|
9
9
|
import { e as j } from "./class-map.CoZTSvbM.js";
|
|
10
10
|
import { o as je } from "./if-defined.MfEgpxEN.js";
|
|
@@ -14,7 +14,7 @@ import Be from "../components/icon.js";
|
|
|
14
14
|
import Ze from "../components/resize-observer.js";
|
|
15
15
|
import Ie from "../components/skeleton.js";
|
|
16
16
|
import Ne from "../components/space.js";
|
|
17
|
-
var
|
|
17
|
+
var Pe = /* @__PURE__ */ ((e) => (e.Bottom = "bottom", e.BottomCenter = "bottom-center", e.BottomLeft = "bottom-left", e.BottomRight = "bottom-right", e.CenterCenter = "center-center", e.CenterLeft = "center-left", e.CenterRight = "center-right", e.Left = "left", e.Right = "right", e.Top = "top", e.TopCenter = "top-center", e.TopLeft = "top-left", e.TopRight = "top-right", e))(Pe || {}), Y = /* @__PURE__ */ ((e) => (e.Jump = "jump", e.None = "none", e.TextReveal = "text-reveal", e.Zoom = "zoom", e))(Y || {}), ge = /* @__PURE__ */ ((e) => (e.PopOut = "pop-out", e.WithinBorders = "within-borders", e))(ge || {}), ue = /* @__PURE__ */ ((e) => (e.Fade = "fade", e.Slide = "slide", e))(ue || {}), ne = /* @__PURE__ */ ((e) => (e.Auto = "auto", e.Fixed = "fixed", e))(ne || {}), Ve = Object.defineProperty, E = (e, t, o, h) => {
|
|
18
18
|
for (var r = void 0, g = e.length - 1, p; g >= 0; g--)
|
|
19
19
|
(p = e[g]) && (r = p(t, o, r) || r);
|
|
20
20
|
return r && Ve(t, o, r), r;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as _ } from "./button.
|
|
2
|
-
import { C as q, D as j } from "./dialog.
|
|
1
|
+
import { C as _ } from "./button.kTTrlOjj.js";
|
|
2
|
+
import { C as q, D as j } from "./dialog.B_63yVcD.js";
|
|
3
3
|
import G from "../components/grid.js";
|
|
4
4
|
import R from "../components/grid-item.js";
|
|
5
5
|
import S from "../components/input.js";
|
|
@@ -7,12 +7,12 @@ import P from "../components/line-clamp.js";
|
|
|
7
7
|
import F from "../components/radio.js";
|
|
8
8
|
import B from "../components/radio-group.js";
|
|
9
9
|
import E from "../components/space.js";
|
|
10
|
-
import { C as K, H as U } from "./table.
|
|
10
|
+
import { C as K, H as U } from "./table.keGRLyqZ.js";
|
|
11
11
|
import { C as T } from "./typography.BFpl0WMA.js";
|
|
12
12
|
import { i as L, n as o, C as z, x as l, c as D } from "./custom-element.vnXBMQxc.js";
|
|
13
13
|
import { c as M } from "./component.styles.CI-v8BZa.js";
|
|
14
|
-
import { d as H } from "./popup.
|
|
15
|
-
import { L as O } from "./i18n.
|
|
14
|
+
import { d as H } from "./popup.CQSGj4zE.js";
|
|
15
|
+
import { L as O } from "./i18n.DwnDne7p.js";
|
|
16
16
|
import { w as N } from "./watch.BCJD77bD.js";
|
|
17
17
|
import { g as V } from "./_commonjsHelpers.ByX85dGu.js";
|
|
18
18
|
import { r as b } from "./state.Cw55xXlb.js";
|
|
@@ -24,11 +24,11 @@ import { c as x } from "./repeat.CauKaXyy.js";
|
|
|
24
24
|
import { n as g } from "./when.Dr1es41R.js";
|
|
25
25
|
import { t as Y } from "./toString.CL_lYXbK.js";
|
|
26
26
|
import Z from "../components/icon-button.js";
|
|
27
|
-
import { C as Q } from "./image.
|
|
27
|
+
import { C as Q } from "./image.2h_mxSth.js";
|
|
28
28
|
import { t as ee, a as ae, D as I } from "./asset.Ba-CxnNM.js";
|
|
29
29
|
import { a as te } from "./index.Cpamj0jB.js";
|
|
30
30
|
import { A as v } from "./content-builder.WranV3P4.js";
|
|
31
|
-
import { e as ie, t as A } from "./string.
|
|
31
|
+
import { e as ie, t as A } from "./string.BF2AikHa.js";
|
|
32
32
|
var C, k;
|
|
33
33
|
function ne() {
|
|
34
34
|
return k || (k = 1, C = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as x, n as r, C as v, x as h, c as m } from "./custom-element.vnXBMQxc.js";
|
|
2
2
|
import { c as g } from "./component.styles.CI-v8BZa.js";
|
|
3
|
-
import { L as b } from "./i18n.
|
|
3
|
+
import { L as b } from "./i18n.DwnDne7p.js";
|
|
4
4
|
import { w as d } from "./watch.BCJD77bD.js";
|
|
5
5
|
import { r as f } from "./state.Cw55xXlb.js";
|
|
6
6
|
import { e as _ } from "./query.BBf1UFkC.js";
|