@orangelogic/design-system 3.0.0 → 3.2.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/{asset-link-format.D--xQVgR.js → asset-link-format.BnIUG_vO.js} +19 -18
- package/library/chunks/{button.BnkkUqiI.js → button.CpY4FCwE.js} +1 -1
- package/library/chunks/{color-swatch-group.CCgwey9f.js → color-swatch-group.CTcv62MK.js} +367 -330
- package/library/chunks/{color-swatch.D6Gg5bpz.js → color-swatch.Caved2kL.js} +1 -1
- package/library/chunks/{confirm-popover.CrQKEChc.js → confirm-popover.BSS1VhB2.js} +3 -3
- package/library/chunks/content-builder.BX4pHujE.js +60 -0
- package/library/chunks/{dialog.CWGtufDA.js → dialog.ICoCAj6Z.js} +4 -4
- package/library/chunks/{document-viewer.C90j1Xrr.js → document-viewer.D6PxGcEL.js} +8 -7
- package/library/chunks/{dot-pagination.BqGFeFXK.js → dot-pagination.CzVpiv00.js} +1 -1
- package/library/chunks/{folder-select.CIqVGGFl.js → folder-select.DN-JomDt.js} +4 -4
- package/library/chunks/{header.CWlWNree.js → header.BQg_JjHw.js} +1 -1
- package/library/chunks/{i18n.DbXTTLXx.js → i18n.BA19xtyU.js} +6 -3
- package/library/chunks/{icon-button.CVrxJcZq.js → icon-button.BWJ1Vqn5.js} +17 -11
- package/library/chunks/{iframe.-GCTFas1.js → iframe.Dm-nXSBv.js} +1 -1
- package/library/chunks/{image.CTMzUqCC.js → image.B-4cVbol.js} +187 -188
- package/library/chunks/{input.33UmFGqR.js → input.xgeLCG8I.js} +1 -1
- package/library/chunks/{markdown.DOHru2Rz.js → markdown.bkEjjjS9.js} +2 -2
- package/library/chunks/menu-item.DgUMVYe5.js +493 -0
- package/library/chunks/{option.B6odSlS2.js → option.jeaj7_Lr.js} +1 -1
- package/library/chunks/{pagination.mzolTIpF.js → pagination.CSPKsj4y.js} +5 -5
- package/library/chunks/{tab-group.uSHlsFu8.js → tab-group.BSl6GdIO.js} +4 -4
- package/library/chunks/{toast.CXEAfCvN.js → toast.C5Ir5yKA.js} +1 -1
- package/library/chunks/transformation.CWKaoGaY.js +254 -0
- package/library/chunks/{tree.CmEdKtzK.js → tree.DYFFjW1-.js} +1 -1
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +4 -4
- package/library/components/atoms.js +31 -31
- package/library/components/audio.js +2 -2
- package/library/components/border-input-group.js +2 -2
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +2 -2
- package/library/components/color-picker.js +3 -3
- package/library/components/color-swatch-group.js +5 -5
- package/library/components/color-swatch.js +2 -2
- 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/date-calendar.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/document-viewer.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +4 -4
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +4 -4
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +9 -9
- 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 +1 -1
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +3 -4
- package/library/components/input.js +2 -2
- package/library/components/line-clamp.js +1 -1
- package/library/components/markdown.js +3 -3
- package/library/components/masonry.js +113 -100
- package/library/components/menu-item.js +15 -483
- package/library/components/menu.js +20 -20
- package/library/components/molecules.js +3 -3
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +1 -1
- package/library/components/pagination.js +6 -6
- package/library/components/popup.js +101 -98
- 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/range.js +1 -1
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +18 -13
- package/library/components/shadow-input-group.js +1 -1
- package/library/components/share-option-list.js +1 -1
- package/library/components/sidebar.js +1 -1
- package/library/components/size-input-group.js +3 -3
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/tab-group.js +5 -5
- package/library/components/tab.js +2 -2
- package/library/components/tag.js +2 -2
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +2 -2
- package/library/components/types.js +18617 -18388
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/icon-button/icon-button.d.ts +11 -0
- package/library/packages/atoms/src/components/image/image.d.ts +30 -4
- package/library/packages/atoms/src/components/menu-item/menu-item.d.ts +5 -2
- package/library/packages/atoms/src/components/menu-item/submenu-controller.d.ts +1 -0
- package/library/packages/atoms/src/components/popup/popup.d.ts +11 -0
- package/library/packages/atoms/src/components/select/select.d.ts +8 -0
- package/library/packages/hybrid/table-core/src/table/styles/table-frozen.styles.d.ts +4 -4
- package/library/packages/hybrid/table-core/src/table/styles/table-overlay-scrollbar.styles.d.ts +8 -5
- package/library/packages/hybrid/table-core/src/table/table.d.ts +2 -12
- package/library/packages/hybrid/table-core/src/tabulator-tables/core/RowManager.d.ts +1 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/ResizeColumns/ResizeColumns.d.ts +5 -3
- package/library/packages/molecules/src/gallery-item/gallery-item.d.ts +10 -0
- package/library/packages/molecules/src/icon-picker/icon-picker.d.ts +1 -0
- package/library/packages/molecules/src/masonry/masonry.d.ts +9 -0
- package/library/packages/molecules/src/view-and-sort/view-and-sort.d.ts +8 -0
- package/library/packages/organisms/src/bento-grid/bento-grid.d.ts +88 -0
- package/library/packages/organisms/src/comment/components/comment-menu/comment-menu.d.ts +10 -0
- package/library/packages/organisms/src/content-builder/blocks/image/image.d.ts +11 -1
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +31 -6
- package/library/packages/organisms/src/downloader/downloader.d.ts +1 -1
- package/library/packages/types/src/menu-item.d.ts +12 -1
- package/library/packages/utils/src/custom-element/i18n.d.ts +3 -0
- package/library/packages/utils/src/transformation/transformation.d.ts +52 -0
- package/library/react-web-component.d.ts +25 -1
- package/library/utils.js +173 -167
- package/package.json +1 -1
- package/library/chunks/transformation.8uLv6uwG.js +0 -264
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./space.js";
|
|
2
2
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
3
|
-
import "../chunks/icon-button.
|
|
4
|
-
import { C as k } from "../chunks/pagination.
|
|
3
|
+
import "../chunks/icon-button.BWJ1Vqn5.js";
|
|
4
|
+
import { C as k } from "../chunks/pagination.CSPKsj4y.js";
|
|
5
5
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
6
|
-
import "../chunks/i18n.
|
|
6
|
+
import "../chunks/i18n.BA19xtyU.js";
|
|
7
7
|
import "../chunks/math.DuKzLacZ.js";
|
|
8
8
|
import "../chunks/watch.DJF5K-8U.js";
|
|
9
9
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -11,9 +11,9 @@ import "../chunks/state.CSDxrqLd.js";
|
|
|
11
11
|
import "../chunks/class-map.BiVq-cVR.js";
|
|
12
12
|
import "../chunks/repeat.CFjcER6_.js";
|
|
13
13
|
import "../chunks/when.Dr1es41R.js";
|
|
14
|
-
import "../chunks/button.
|
|
15
|
-
import "../chunks/input.
|
|
16
|
-
import "../chunks/option.
|
|
14
|
+
import "../chunks/button.CpY4FCwE.js";
|
|
15
|
+
import "../chunks/input.xgeLCG8I.js";
|
|
16
|
+
import "../chunks/option.jeaj7_Lr.js";
|
|
17
17
|
import "./select.js";
|
|
18
18
|
import "./tooltip.js";
|
|
19
19
|
import "../chunks/typography.IqHbnd3C.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { a as ze, i as Vt, r as Be, x as U } from "../chunks/lit-element.jLBm65_O.js";
|
|
2
|
-
import { n as
|
|
2
|
+
import { n as g, C as Me } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
3
3
|
import { r as Ie } from "../chunks/state.CSDxrqLd.js";
|
|
4
4
|
import { e as Ct } from "../chunks/query.BBf1UFkC.js";
|
|
5
5
|
import { e as He } from "../chunks/base.D76d76ww.js";
|
|
6
6
|
import { e as ht } from "../chunks/class-map.BiVq-cVR.js";
|
|
7
7
|
import { o as Lt } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
8
8
|
import { o as se } from "../chunks/style-map.llVFPd__.js";
|
|
9
|
-
import { i as
|
|
9
|
+
import { i as gt, p as ne, f as We, a as qe } from "../chunks/browser.BHOCIF_A.js";
|
|
10
10
|
import { c as ye } from "../chunks/component.styles.CRO4Odto.js";
|
|
11
11
|
import { c as Ve } from "../chunks/custom-element.L4WJXn1j.js";
|
|
12
12
|
import { d as je } from "../chunks/debounce.DaHuiSGU.js";
|
|
13
|
-
import { L as Ue } from "../chunks/i18n.
|
|
13
|
+
import { L as Ue } from "../chunks/i18n.BA19xtyU.js";
|
|
14
14
|
import { n as Ye } from "../chunks/when.Dr1es41R.js";
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
|
@@ -603,7 +603,7 @@ function fi(e) {
|
|
|
603
603
|
}
|
|
604
604
|
return t;
|
|
605
605
|
}
|
|
606
|
-
const
|
|
606
|
+
const mi = CSS.supports("(overlay: auto)");
|
|
607
607
|
function kt(e) {
|
|
608
608
|
let t = !1;
|
|
609
609
|
try {
|
|
@@ -617,7 +617,7 @@ function kt(e) {
|
|
|
617
617
|
}
|
|
618
618
|
return t || o;
|
|
619
619
|
}
|
|
620
|
-
function
|
|
620
|
+
function gi(e) {
|
|
621
621
|
class t extends e {
|
|
622
622
|
constructor(...i) {
|
|
623
623
|
super(...i), this.handleFullscreenChange = this.handleFullscreenChange.bind(this);
|
|
@@ -666,21 +666,21 @@ function mi(e) {
|
|
|
666
666
|
kt(this.dialogEl) && (this.dialogEl.hidePopover(), this.dialogEl.showPopover());
|
|
667
667
|
}
|
|
668
668
|
firstUpdated(i) {
|
|
669
|
-
super.firstUpdated(i),
|
|
669
|
+
super.firstUpdated(i), gt() && k().then(() => {
|
|
670
670
|
this.dialogEl.showPopover();
|
|
671
671
|
});
|
|
672
672
|
}
|
|
673
673
|
runConnectedCallback() {
|
|
674
|
-
|
|
674
|
+
gt() && document.addEventListener("fullscreenchange", this.handleFullscreenChange);
|
|
675
675
|
}
|
|
676
676
|
disconnectedCallback() {
|
|
677
|
-
super.disconnectedCallback(),
|
|
677
|
+
super.disconnectedCallback(), gt() && document.removeEventListener(
|
|
678
678
|
"fullscreenchange",
|
|
679
679
|
this.handleFullscreenChange
|
|
680
680
|
);
|
|
681
681
|
}
|
|
682
682
|
async ensureOnDOM(i) {
|
|
683
|
-
await k(),
|
|
683
|
+
await k(), mi || await this.shouldHidePopover(i), await this.shouldShowPopover(i), await k();
|
|
684
684
|
}
|
|
685
685
|
async makeTransition(i) {
|
|
686
686
|
if (this.open !== i)
|
|
@@ -740,7 +740,7 @@ function mi(e) {
|
|
|
740
740
|
h();
|
|
741
741
|
},
|
|
742
742
|
{ once: !0 }
|
|
743
|
-
),
|
|
743
|
+
), gt() || this.dialogEl.hidePopover()) : h();
|
|
744
744
|
};
|
|
745
745
|
return this.elements.forEach((a, l) => {
|
|
746
746
|
Xt(a, r(a, l), n(a, l));
|
|
@@ -1025,11 +1025,11 @@ const Di = async (e, t, o) => {
|
|
|
1025
1025
|
x: h,
|
|
1026
1026
|
y: d
|
|
1027
1027
|
} = de(c, i, l), u = i, p = {}, f = 0;
|
|
1028
|
-
for (let
|
|
1028
|
+
for (let m = 0; m < a.length; m++) {
|
|
1029
1029
|
const {
|
|
1030
1030
|
name: y,
|
|
1031
1031
|
fn: v
|
|
1032
|
-
} = a[
|
|
1032
|
+
} = a[m], {
|
|
1033
1033
|
x,
|
|
1034
1034
|
y: E,
|
|
1035
1035
|
data: C,
|
|
@@ -1061,7 +1061,7 @@ const Di = async (e, t, o) => {
|
|
|
1061
1061
|
}) : P.rects), {
|
|
1062
1062
|
x: h,
|
|
1063
1063
|
y: d
|
|
1064
|
-
} = de(c, u, l)),
|
|
1064
|
+
} = de(c, u, l)), m = -1);
|
|
1065
1065
|
}
|
|
1066
1066
|
return {
|
|
1067
1067
|
x: h,
|
|
@@ -1137,10 +1137,10 @@ const Li = (e) => ({
|
|
|
1137
1137
|
const d = we(h), u = {
|
|
1138
1138
|
x: o,
|
|
1139
1139
|
y: i
|
|
1140
|
-
}, p = Zt(s), f = Qt(p),
|
|
1140
|
+
}, p = Zt(s), f = Qt(p), m = await n.getDimensions(c), y = p === "y", v = y ? "top" : "left", x = y ? "bottom" : "right", E = y ? "clientHeight" : "clientWidth", C = r.reference[f] + r.reference[p] - u[p] - r.floating[f], P = u[p] - r.reference[p], $ = await (n.getOffsetParent == null ? void 0 : n.getOffsetParent(c));
|
|
1141
1141
|
let A = $ ? $[E] : 0;
|
|
1142
1142
|
(!A || !await (n.isElement == null ? void 0 : n.isElement($))) && (A = a.floating[E] || r.floating[f]);
|
|
1143
|
-
const V = C / 2 - P / 2, M = A / 2 -
|
|
1143
|
+
const V = C / 2 - P / 2, M = A / 2 - m[f] / 2 - 1, L = Q(d[v], M), X = Q(d[x], M), I = L, G = A - m[f] - X, R = A / 2 - m[f] / 2 + V, et = _t(I, R, G), j = !l.arrow && at(s) != null && R !== et && r.reference[f] / 2 - (R < I ? L : X) - m[f] / 2 < 0, F = j ? R < I ? R - I : R - G : 0;
|
|
1144
1144
|
return {
|
|
1145
1145
|
[p]: u[p] + F,
|
|
1146
1146
|
data: {
|
|
@@ -1172,13 +1172,13 @@ const Li = (e) => ({
|
|
|
1172
1172
|
fallbackPlacements: u,
|
|
1173
1173
|
fallbackStrategy: p = "bestFit",
|
|
1174
1174
|
fallbackAxisSideDirection: f = "none",
|
|
1175
|
-
flipAlignment:
|
|
1175
|
+
flipAlignment: m = !0,
|
|
1176
1176
|
...y
|
|
1177
1177
|
} = st(e, t);
|
|
1178
1178
|
if ((o = r.arrow) != null && o.alignmentOffset)
|
|
1179
1179
|
return {};
|
|
1180
|
-
const v = Z(s), x = Y(a), E = Z(a) === a, C = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), P = u || (E || !
|
|
1181
|
-
!u && $ && P.push(...Ri(a,
|
|
1180
|
+
const v = Z(s), x = Y(a), E = Z(a) === a, C = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), P = u || (E || !m ? [Et(a)] : Ci(a)), $ = f !== "none";
|
|
1181
|
+
!u && $ && P.push(...Ri(a, m, f, C));
|
|
1182
1182
|
const A = [a, ...P], V = await pt(t, y), M = [];
|
|
1183
1183
|
let L = ((i = r.flip) == null ? void 0 : i.overflows) || [];
|
|
1184
1184
|
if (h && M.push(V[v]), d) {
|
|
@@ -1375,16 +1375,16 @@ const _i = function(e) {
|
|
|
1375
1375
|
const y = d === "y" ? "top" : "left", v = d === "y" ? "bottom" : "right", x = f + h[y], E = f - h[v];
|
|
1376
1376
|
f = _t(x, f, E);
|
|
1377
1377
|
}
|
|
1378
|
-
const
|
|
1378
|
+
const m = a.fn({
|
|
1379
1379
|
...t,
|
|
1380
1380
|
[u]: p,
|
|
1381
1381
|
[d]: f
|
|
1382
1382
|
});
|
|
1383
1383
|
return {
|
|
1384
|
-
...
|
|
1384
|
+
...m,
|
|
1385
1385
|
data: {
|
|
1386
|
-
x:
|
|
1387
|
-
y:
|
|
1386
|
+
x: m.x - o,
|
|
1387
|
+
y: m.y - i,
|
|
1388
1388
|
enabled: {
|
|
1389
1389
|
[u]: r,
|
|
1390
1390
|
[d]: n
|
|
@@ -1410,15 +1410,15 @@ const _i = function(e) {
|
|
|
1410
1410
|
...c
|
|
1411
1411
|
} = st(e, t), h = await pt(t, c), d = Z(s), u = at(s), p = Y(s) === "y", {
|
|
1412
1412
|
width: f,
|
|
1413
|
-
height:
|
|
1413
|
+
height: m
|
|
1414
1414
|
} = r.floating;
|
|
1415
1415
|
let y, v;
|
|
1416
1416
|
d === "top" || d === "bottom" ? (y = d, v = u === (await (n.isRTL == null ? void 0 : n.isRTL(a.floating)) ? "start" : "end") ? "left" : "right") : (v = d, y = u === "end" ? "top" : "bottom");
|
|
1417
|
-
const x =
|
|
1417
|
+
const x = m - h.top - h.bottom, E = f - h.left - h.right, C = Q(m - h[y], x), P = Q(f - h[v], E), $ = !t.middlewareData.shift;
|
|
1418
1418
|
let A = C, V = P;
|
|
1419
1419
|
if ((o = t.middlewareData.shift) != null && o.enabled.x && (V = E), (i = t.middlewareData.shift) != null && i.enabled.y && (A = x), $ && !u) {
|
|
1420
1420
|
const L = T(h.left, 0), X = T(h.right, 0), I = T(h.top, 0), G = T(h.bottom, 0);
|
|
1421
|
-
p ? V = f - 2 * (L !== 0 || X !== 0 ? L + X : T(h.left, h.right)) : A =
|
|
1421
|
+
p ? V = f - 2 * (L !== 0 || X !== 0 ? L + X : T(h.left, h.right)) : A = m - 2 * (I !== 0 || G !== 0 ? I + G : T(h.top, h.bottom));
|
|
1422
1422
|
}
|
|
1423
1423
|
await l({
|
|
1424
1424
|
...t,
|
|
@@ -1426,7 +1426,7 @@ const _i = function(e) {
|
|
|
1426
1426
|
availableHeight: A
|
|
1427
1427
|
});
|
|
1428
1428
|
const M = await n.getDimensions(a.floating);
|
|
1429
|
-
return f !== M.width ||
|
|
1429
|
+
return f !== M.width || m !== M.height ? {
|
|
1430
1430
|
reset: {
|
|
1431
1431
|
rects: !0
|
|
1432
1432
|
}
|
|
@@ -1461,7 +1461,7 @@ function fe(e) {
|
|
|
1461
1461
|
return !At() || typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof D(e).ShadowRoot;
|
|
1462
1462
|
}
|
|
1463
1463
|
const Mi = /* @__PURE__ */ new Set(["inline", "contents"]);
|
|
1464
|
-
function
|
|
1464
|
+
function mt(e) {
|
|
1465
1465
|
const {
|
|
1466
1466
|
overflow: t,
|
|
1467
1467
|
overflowX: o,
|
|
@@ -1533,7 +1533,7 @@ function tt(e) {
|
|
|
1533
1533
|
}
|
|
1534
1534
|
function Ee(e) {
|
|
1535
1535
|
const t = tt(e);
|
|
1536
|
-
return rt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : W(t) &&
|
|
1536
|
+
return rt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : W(t) && mt(t) ? t : Ee(t);
|
|
1537
1537
|
}
|
|
1538
1538
|
function ut(e, t, o) {
|
|
1539
1539
|
var i;
|
|
@@ -1541,7 +1541,7 @@ function ut(e, t, o) {
|
|
|
1541
1541
|
const s = Ee(e), r = s === ((i = e.ownerDocument) == null ? void 0 : i.body), n = D(s);
|
|
1542
1542
|
if (r) {
|
|
1543
1543
|
const a = Bt(n);
|
|
1544
|
-
return t.concat(n, n.visualViewport || [],
|
|
1544
|
+
return t.concat(n, n.visualViewport || [], mt(s) ? s : [], a && o ? ut(a) : []);
|
|
1545
1545
|
}
|
|
1546
1546
|
return t.concat(s, ut(s, [], o));
|
|
1547
1547
|
}
|
|
@@ -1596,10 +1596,10 @@ function ot(e, t, o, i) {
|
|
|
1596
1596
|
let l = (s.left + a.x) / n.x, c = (s.top + a.y) / n.y, h = s.width / n.x, d = s.height / n.y;
|
|
1597
1597
|
if (r) {
|
|
1598
1598
|
const u = D(r), p = i && z(i) ? D(i) : i;
|
|
1599
|
-
let f = u,
|
|
1600
|
-
for (;
|
|
1601
|
-
const y = nt(
|
|
1602
|
-
l *= y.x, c *= y.y, h *= y.x, d *= y.y, l += E, c += C, f = D(
|
|
1599
|
+
let f = u, m = Bt(f);
|
|
1600
|
+
for (; m && i && p !== f; ) {
|
|
1601
|
+
const y = nt(m), v = m.getBoundingClientRect(), x = B(m), E = v.left + (m.clientLeft + parseFloat(x.paddingLeft)) * y.x, C = v.top + (m.clientTop + parseFloat(x.paddingTop)) * y.y;
|
|
1602
|
+
l *= y.x, c *= y.y, h *= y.x, d *= y.y, l += E, c += C, f = D(m), m = Bt(f);
|
|
1603
1603
|
}
|
|
1604
1604
|
}
|
|
1605
1605
|
return Pt({
|
|
@@ -1639,7 +1639,7 @@ function Gi(e) {
|
|
|
1639
1639
|
scrollTop: 0
|
|
1640
1640
|
}, c = H(1);
|
|
1641
1641
|
const h = H(0), d = W(i);
|
|
1642
|
-
if ((d || !d && !r) && ((lt(i) !== "body" ||
|
|
1642
|
+
if ((d || !d && !r) && ((lt(i) !== "body" || mt(n)) && (l = Tt(i)), W(i))) {
|
|
1643
1643
|
const p = ot(i);
|
|
1644
1644
|
c = nt(i), h.x = p.x + i.clientLeft, h.y = p.y + i.clientTop;
|
|
1645
1645
|
}
|
|
@@ -1690,7 +1690,7 @@ function eo(e, t) {
|
|
|
1690
1690
|
y: c
|
|
1691
1691
|
};
|
|
1692
1692
|
}
|
|
1693
|
-
function
|
|
1693
|
+
function me(e, t, o) {
|
|
1694
1694
|
let i;
|
|
1695
1695
|
if (t === "viewport")
|
|
1696
1696
|
i = Zi(e, o);
|
|
@@ -1722,7 +1722,7 @@ function io(e, t) {
|
|
|
1722
1722
|
let n = r ? tt(e) : e;
|
|
1723
1723
|
for (; z(n) && !rt(n); ) {
|
|
1724
1724
|
const a = B(n), l = Rt(n);
|
|
1725
|
-
!l && a.position === "fixed" && (s = null), (r ? !l && !s : !l && a.position === "static" && !!s && to.has(s.position) ||
|
|
1725
|
+
!l && a.position === "fixed" && (s = null), (r ? !l && !s : !l && a.position === "static" && !!s && to.has(s.position) || mt(n) && !l && Ae(e, n)) ? i = i.filter((h) => h !== n) : s = a, n = tt(n);
|
|
1726
1726
|
}
|
|
1727
1727
|
return t.set(e, i), i;
|
|
1728
1728
|
}
|
|
@@ -1734,9 +1734,9 @@ function oo(e) {
|
|
|
1734
1734
|
strategy: s
|
|
1735
1735
|
} = e;
|
|
1736
1736
|
const n = [...o === "clippingAncestors" ? St(t) ? [] : io(t, this._c) : [].concat(o), i], a = n[0], l = n.reduce((c, h) => {
|
|
1737
|
-
const d =
|
|
1737
|
+
const d = me(t, h, s);
|
|
1738
1738
|
return c.top = T(d.top, c.top), c.right = Q(d.right, c.right), c.bottom = Q(d.bottom, c.bottom), c.left = T(d.left, c.left), c;
|
|
1739
|
-
},
|
|
1739
|
+
}, me(t, a, s));
|
|
1740
1740
|
return {
|
|
1741
1741
|
width: l.right - l.left,
|
|
1742
1742
|
height: l.bottom - l.top,
|
|
@@ -1765,7 +1765,7 @@ function no(e, t, o) {
|
|
|
1765
1765
|
l.x = ie(s);
|
|
1766
1766
|
}
|
|
1767
1767
|
if (i || !i && !r)
|
|
1768
|
-
if ((lt(t) !== "body" ||
|
|
1768
|
+
if ((lt(t) !== "body" || mt(s)) && (a = Tt(t)), i) {
|
|
1769
1769
|
const p = ot(t, !0, r, t);
|
|
1770
1770
|
l.x = p.x + t.clientLeft, l.y = p.y + t.clientTop;
|
|
1771
1771
|
} else s && c();
|
|
@@ -1781,7 +1781,7 @@ function no(e, t, o) {
|
|
|
1781
1781
|
function $t(e) {
|
|
1782
1782
|
return B(e).position === "static";
|
|
1783
1783
|
}
|
|
1784
|
-
function
|
|
1784
|
+
function ge(e, t) {
|
|
1785
1785
|
if (!W(e) || B(e).position === "fixed")
|
|
1786
1786
|
return null;
|
|
1787
1787
|
if (t)
|
|
@@ -1802,9 +1802,9 @@ function Se(e, t) {
|
|
|
1802
1802
|
}
|
|
1803
1803
|
return o;
|
|
1804
1804
|
}
|
|
1805
|
-
let i =
|
|
1805
|
+
let i = ge(e, t);
|
|
1806
1806
|
for (; i && Hi(i) && $t(i); )
|
|
1807
|
-
i =
|
|
1807
|
+
i = ge(i, t);
|
|
1808
1808
|
return i && rt(i) && $t(i) && !Rt(i) ? o : i || Ui(e) || o;
|
|
1809
1809
|
}
|
|
1810
1810
|
const ro = async function(e) {
|
|
@@ -1854,8 +1854,8 @@ function lo(e, t) {
|
|
|
1854
1854
|
} = c;
|
|
1855
1855
|
if (a || t(), !u || !p)
|
|
1856
1856
|
return;
|
|
1857
|
-
const f = yt(d),
|
|
1858
|
-
rootMargin: -f + "px " + -
|
|
1857
|
+
const f = yt(d), m = yt(s.clientWidth - (h + u)), y = yt(s.clientHeight - (d + p)), v = yt(h), E = {
|
|
1858
|
+
rootMargin: -f + "px " + -m + "px " + -y + "px " + -v + "px",
|
|
1859
1859
|
threshold: T(0, Q(1, l)) || 1
|
|
1860
1860
|
};
|
|
1861
1861
|
let C = !0;
|
|
@@ -1906,11 +1906,11 @@ function It(e, t, o, i) {
|
|
|
1906
1906
|
(E = p) == null || E.observe(t);
|
|
1907
1907
|
})), o();
|
|
1908
1908
|
}), c && !l && p.observe(c), p.observe(t));
|
|
1909
|
-
let f,
|
|
1909
|
+
let f, m = l ? ot(e) : null;
|
|
1910
1910
|
l && y();
|
|
1911
1911
|
function y() {
|
|
1912
1912
|
const v = ot(e);
|
|
1913
|
-
|
|
1913
|
+
m && !Re(m, v) && o(), m = v, f = requestAnimationFrame(y);
|
|
1914
1914
|
}
|
|
1915
1915
|
return o(), () => {
|
|
1916
1916
|
var v;
|
|
@@ -2012,12 +2012,12 @@ class uo {
|
|
|
2012
2012
|
i,
|
|
2013
2013
|
qt({
|
|
2014
2014
|
apply: ({ availableHeight: u, availableWidth: p, rects: { floating: f } }) => {
|
|
2015
|
-
const
|
|
2015
|
+
const m = Math.max(
|
|
2016
2016
|
ho,
|
|
2017
2017
|
Math.floor(u)
|
|
2018
2018
|
), y = f.height;
|
|
2019
|
-
this.initialHeight = this.isConstrained && this.initialHeight || y, this.isConstrained = y < this.initialHeight ||
|
|
2020
|
-
const v = this.isConstrained ? `${
|
|
2019
|
+
this.initialHeight = this.isConstrained && this.initialHeight || y, this.isConstrained = y < this.initialHeight || m <= y;
|
|
2020
|
+
const v = this.isConstrained ? `${m}px` : "";
|
|
2021
2021
|
Object.assign(o.style, {
|
|
2022
2022
|
maxHeight: v,
|
|
2023
2023
|
maxWidth: `${Math.floor(p)}px`
|
|
@@ -2134,7 +2134,7 @@ const fo = 300, ke = {
|
|
|
2134
2134
|
mouse: "Click and hold for additional options",
|
|
2135
2135
|
touch: "Double tap and long press for additional options"
|
|
2136
2136
|
};
|
|
2137
|
-
class
|
|
2137
|
+
class mo extends oe {
|
|
2138
2138
|
constructor() {
|
|
2139
2139
|
super(...arguments), this.type = Dt.LongPress, this.longpressState = null, this.releaseDescription = it, this.handlePointerup = () => {
|
|
2140
2140
|
clearTimeout(this.timeout), this.target && (this.longpressState = this.overlay?.state === "opening" ? "pressed" : null, document.removeEventListener("pointerup", this.handlePointerup), document.removeEventListener("pointercancel", this.handlePointerup));
|
|
@@ -2226,7 +2226,7 @@ class go extends oe {
|
|
|
2226
2226
|
));
|
|
2227
2227
|
}
|
|
2228
2228
|
}
|
|
2229
|
-
const
|
|
2229
|
+
const go = Vt`:host{pointer-events:none;--swc-overlay-animation-distance:var(--cx-spacing-medium);display:contents}.dialog{box-sizing:border-box;--cx-overlay-open:true;background:0 0;border:0;max-width:calc(100vw - 16px);height:auto;max-height:calc(100dvh - 16px);margin:0;padding:0;display:flex;position:fixed;inset:0 auto auto 0;overflow:visible;opacity:1!important}.dialog:focus{outline:none}:host(:not([open])) .dialog{--cx-overlay-open:false}.dialog::backdrop{display:none}.dialog:before{content:"";position:absolute;inset:-999em;pointer-events:auto!important}.dialog:not(.not-immediately-closable):before{display:none}.dialog>div{width:100%}::slotted(*){pointer-events:auto;visibility:visible!important}.dialog.defer-slotted-visibility>slot::slotted(*){filter:opacity(0);pointer-events:none;translate:-200vw -200vh;visibility:hidden!important}.dialog.defer-slotted-visibility.defer-slotted-opened>slot::slotted(*){filter:none;pointer-events:auto;translate:none;visibility:visible!important}.dialog:not([actual-placement])[placement*=top]{padding-block:var(--swc-overlay-animation-distance);margin-top:var(--swc-overlay-animation-distance)}.dialog:not([actual-placement])[placement*=right]{padding-inline:var(--swc-overlay-animation-distance);margin-left:calc(-1 * var(--swc-overlay-animation-distance))}.dialog:not([actual-placement])[placement*=bottom]{padding-block:var(--swc-overlay-animation-distance);margin-top:calc(-1 * var(--swc-overlay-animation-distance))}.dialog:not([actual-placement])[placement*=left]{padding-inline:var(--swc-overlay-animation-distance);margin-left:var(--swc-overlay-animation-distance)}.dialog[actual-placement*=top]{padding-block:var(--swc-overlay-animation-distance);margin-top:var(--swc-overlay-animation-distance)}.dialog[actual-placement*=right]{padding-inline:var(--swc-overlay-animation-distance);margin-left:calc(-1 * var(--swc-overlay-animation-distance))}.dialog[actual-placement*=bottom]{padding-block:var(--swc-overlay-animation-distance);margin-top:calc(-1 * var(--swc-overlay-animation-distance))}.dialog[actual-placement*=left]{padding-inline:var(--swc-overlay-animation-distance);margin-left:var(--swc-overlay-animation-distance)}slot[name=longpress-describedby-descriptor]{display:none}@supports selector(:open){.dialog{opacity:0}.dialog:open{opacity:1}}@supports selector(:popover-open){.dialog{opacity:0}.dialog:popover-open{opacity:1}}@supports (overlay:auto){.dialog{transition:all var(--cx-transition-fast,.13s), translate 0s, display var(--cx-transition-fast,.13s);transition-behavior:allow-discrete}.dialog:popover-open,.dialog:modal{display:flex}}.dialog[actual-placement]{z-index:calc(var(--swc-overlay-z-index-base,1000) + var(--swc-overlay-open-count))}@supports (not selector(:open)) and (not selector(:popover-open)){:host:not([open]) .dialog{pointer-events:none}}`;
|
|
2230
2230
|
class yo extends Event {
|
|
2231
2231
|
constructor(t, o, i) {
|
|
2232
2232
|
super("slottable-request", {
|
|
@@ -2358,7 +2358,7 @@ class xo extends oe {
|
|
|
2358
2358
|
const Eo = {
|
|
2359
2359
|
click: bo,
|
|
2360
2360
|
hover: xo,
|
|
2361
|
-
longpress:
|
|
2361
|
+
longpress: mo
|
|
2362
2362
|
};
|
|
2363
2363
|
var Po = Object.defineProperty, Co = Object.getOwnPropertyDescriptor, S = (e, t, o, i) => {
|
|
2364
2364
|
for (var s = i > 1 ? void 0 : i ? Co(t, o) : t, r = e.length - 1, n; r >= 0; r--)
|
|
@@ -2367,7 +2367,7 @@ var Po = Object.defineProperty, Co = Object.getOwnPropertyDescriptor, S = (e, t,
|
|
|
2367
2367
|
};
|
|
2368
2368
|
const Oo = "showPopover" in document.createElement("div");
|
|
2369
2369
|
let ct = ui(dt);
|
|
2370
|
-
Oo ? ct =
|
|
2370
|
+
Oo ? ct = gi(ct) : ct = fi(ct);
|
|
2371
2371
|
var K;
|
|
2372
2372
|
const O = (K = class extends ct {
|
|
2373
2373
|
constructor() {
|
|
@@ -2592,20 +2592,20 @@ const O = (K = class extends ct {
|
|
|
2592
2592
|
}, K.styles = [
|
|
2593
2593
|
ye,
|
|
2594
2594
|
Vt`
|
|
2595
|
-
${Be(
|
|
2595
|
+
${Be(go)}
|
|
2596
2596
|
`
|
|
2597
2597
|
], K.openCount = 1, K);
|
|
2598
2598
|
S([
|
|
2599
|
-
|
|
2599
|
+
g({ type: Boolean })
|
|
2600
2600
|
], O.prototype, "delayed", 1);
|
|
2601
2601
|
S([
|
|
2602
|
-
|
|
2602
|
+
g({ attribute: "defer-slotted-visibility", type: Boolean })
|
|
2603
2603
|
], O.prototype, "deferSlottedVisibility", 2);
|
|
2604
2604
|
S([
|
|
2605
2605
|
Ct(".dialog")
|
|
2606
2606
|
], O.prototype, "dialogEl", 2);
|
|
2607
2607
|
S([
|
|
2608
|
-
|
|
2608
|
+
g({ type: Boolean })
|
|
2609
2609
|
], O.prototype, "disabled", 1);
|
|
2610
2610
|
S([
|
|
2611
2611
|
Ke({
|
|
@@ -2615,16 +2615,16 @@ S([
|
|
|
2615
2615
|
})
|
|
2616
2616
|
], O.prototype, "elements", 2);
|
|
2617
2617
|
S([
|
|
2618
|
-
|
|
2618
|
+
g({ type: Number })
|
|
2619
2619
|
], O.prototype, "offset", 2);
|
|
2620
2620
|
S([
|
|
2621
|
-
|
|
2621
|
+
g({ reflect: !0, type: Boolean })
|
|
2622
2622
|
], O.prototype, "open", 1);
|
|
2623
2623
|
S([
|
|
2624
|
-
|
|
2624
|
+
g()
|
|
2625
2625
|
], O.prototype, "placement", 2);
|
|
2626
2626
|
S([
|
|
2627
|
-
|
|
2627
|
+
g({ attribute: "receives-focus" })
|
|
2628
2628
|
], O.prototype, "receivesFocus", 2);
|
|
2629
2629
|
S([
|
|
2630
2630
|
Ct("slot")
|
|
@@ -2633,19 +2633,19 @@ S([
|
|
|
2633
2633
|
Ie()
|
|
2634
2634
|
], O.prototype, "state", 1);
|
|
2635
2635
|
S([
|
|
2636
|
-
|
|
2636
|
+
g({ attribute: "tip-padding", type: Number })
|
|
2637
2637
|
], O.prototype, "tipPadding", 2);
|
|
2638
2638
|
S([
|
|
2639
|
-
|
|
2639
|
+
g()
|
|
2640
2640
|
], O.prototype, "trigger", 2);
|
|
2641
2641
|
S([
|
|
2642
|
-
|
|
2642
|
+
g({ attribute: "trigger-element" })
|
|
2643
2643
|
], O.prototype, "triggerElement", 2);
|
|
2644
2644
|
S([
|
|
2645
|
-
|
|
2645
|
+
g({ attribute: "trigger-interaction" })
|
|
2646
2646
|
], O.prototype, "triggerInteraction", 2);
|
|
2647
2647
|
S([
|
|
2648
|
-
|
|
2648
|
+
g()
|
|
2649
2649
|
], O.prototype, "type", 2);
|
|
2650
2650
|
let $e = O;
|
|
2651
2651
|
const Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2688,7 +2688,7 @@ function ko(e) {
|
|
|
2688
2688
|
}
|
|
2689
2689
|
let b = class extends Me {
|
|
2690
2690
|
constructor() {
|
|
2691
|
-
super(...arguments), this.localize = new Ue(this), this.active = !1, this.placement = "top", this.strategy = "absolute", this.toggle = Ne.Display, this.distance = 0, this.skidding = 0, this.arrow = !1, this.arrowPlacement = "anchor", this.arrowPadding = 10, this.flip = !1, this.hide = !1, this.hideBoundaryStrategy = "escaped", this.flipFallbackPlacements = "", this.flipFallbackStrategy = "best-fit", this.flipPadding = 0, this.shift = !1, this.shiftPadding = 0, this.autoSizePadding = 0, this.hoverBridge = !1, this.autoWidthFactor = 1, this.updateHoverBridge = () => {
|
|
2691
|
+
super(...arguments), this.isTornDown = !1, this.localize = new Ue(this), this.active = !1, this.placement = "top", this.strategy = "absolute", this.toggle = Ne.Display, this.distance = 0, this.skidding = 0, this.arrow = !1, this.arrowPlacement = "anchor", this.arrowPadding = 10, this.flip = !1, this.hide = !1, this.hideBoundaryStrategy = "escaped", this.flipFallbackPlacements = "", this.flipFallbackStrategy = "best-fit", this.flipPadding = 0, this.shift = !1, this.shiftPadding = 0, this.autoSizePadding = 0, this.hoverBridge = !1, this.autoWidthFactor = 1, this.updateHoverBridge = () => {
|
|
2692
2692
|
if (this.hoverBridge && this.anchorEl) {
|
|
2693
2693
|
const e = this.anchorEl.getBoundingClientRect(), t = this.popup.getBoundingClientRect(), o = this.placement.includes("top") || this.placement.includes("bottom") || this.placement === "center";
|
|
2694
2694
|
let i = 0, s = 0, r = 0, n = 0, a = 0, l = 0, c = 0, h = 0;
|
|
@@ -2715,8 +2715,11 @@ let b = class extends Me {
|
|
|
2715
2715
|
get isSizeMiddleWareUsed() {
|
|
2716
2716
|
return this.sync || this.autoSize;
|
|
2717
2717
|
}
|
|
2718
|
+
connectedCallback() {
|
|
2719
|
+
super.connectedCallback(), this.isTornDown = !1;
|
|
2720
|
+
}
|
|
2718
2721
|
disconnectedCallback() {
|
|
2719
|
-
super.disconnectedCallback(), this.stopImmediate();
|
|
2722
|
+
super.disconnectedCallback(), this.isTornDown = !0, this.stopImmediate();
|
|
2720
2723
|
}
|
|
2721
2724
|
connectedUpdatedCallback() {
|
|
2722
2725
|
if (this.strategy === "overlay" && (this.start(), !ne)) {
|
|
@@ -2744,9 +2747,9 @@ let b = class extends Me {
|
|
|
2744
2747
|
)), this.anchorEl && this.start();
|
|
2745
2748
|
}
|
|
2746
2749
|
start() {
|
|
2747
|
-
!this.anchorEl || !this.isConnected || (this.cleanup = It(this.anchorEl, this.popup, () => {
|
|
2750
|
+
!this.anchorEl || !this.isConnected || this.isTornDown || (this.stopImmediate(), this.cleanup = It(this.anchorEl, this.popup, () => {
|
|
2748
2751
|
this.reposition();
|
|
2749
|
-
}));
|
|
2752
|
+
}), (this.isTornDown || !this.isConnected) && this.stopImmediate());
|
|
2750
2753
|
}
|
|
2751
2754
|
stopImmediate() {
|
|
2752
2755
|
this.cleanup && (this.cleanup(), this.cleanup = void 0, this.removeAttribute("data-current-placement"), this.style.removeProperty("--auto-size-available-width"), this.style.removeProperty("--auto-size-available-height"));
|
|
@@ -2895,49 +2898,49 @@ w([
|
|
|
2895
2898
|
Ct(".popup__arrow")
|
|
2896
2899
|
], b.prototype, "arrowEl", 2);
|
|
2897
2900
|
w([
|
|
2898
|
-
|
|
2901
|
+
g()
|
|
2899
2902
|
], b.prototype, "anchor", 2);
|
|
2900
2903
|
w([
|
|
2901
|
-
|
|
2904
|
+
g({ reflect: !0, type: Boolean })
|
|
2902
2905
|
], b.prototype, "active", 2);
|
|
2903
2906
|
w([
|
|
2904
|
-
|
|
2907
|
+
g({ reflect: !0 })
|
|
2905
2908
|
], b.prototype, "placement", 2);
|
|
2906
2909
|
w([
|
|
2907
|
-
|
|
2910
|
+
g({ reflect: !0 })
|
|
2908
2911
|
], b.prototype, "strategy", 2);
|
|
2909
2912
|
w([
|
|
2910
|
-
|
|
2913
|
+
g({ reflect: !0, type: String })
|
|
2911
2914
|
], b.prototype, "toggle", 2);
|
|
2912
2915
|
w([
|
|
2913
|
-
|
|
2916
|
+
g({ type: Number })
|
|
2914
2917
|
], b.prototype, "distance", 2);
|
|
2915
2918
|
w([
|
|
2916
|
-
|
|
2919
|
+
g({ type: Number })
|
|
2917
2920
|
], b.prototype, "skidding", 2);
|
|
2918
2921
|
w([
|
|
2919
|
-
|
|
2922
|
+
g({ type: Boolean })
|
|
2920
2923
|
], b.prototype, "arrow", 2);
|
|
2921
2924
|
w([
|
|
2922
|
-
|
|
2925
|
+
g({ attribute: "arrow-placement" })
|
|
2923
2926
|
], b.prototype, "arrowPlacement", 2);
|
|
2924
2927
|
w([
|
|
2925
|
-
|
|
2928
|
+
g({ attribute: "arrow-padding", type: Number })
|
|
2926
2929
|
], b.prototype, "arrowPadding", 2);
|
|
2927
2930
|
w([
|
|
2928
|
-
|
|
2931
|
+
g({ type: Boolean })
|
|
2929
2932
|
], b.prototype, "flip", 2);
|
|
2930
2933
|
w([
|
|
2931
|
-
|
|
2934
|
+
g({ type: Boolean })
|
|
2932
2935
|
], b.prototype, "hide", 2);
|
|
2933
2936
|
w([
|
|
2934
|
-
|
|
2937
|
+
g({ attribute: "hide-boundary", type: Object })
|
|
2935
2938
|
], b.prototype, "hideBoundary", 2);
|
|
2936
2939
|
w([
|
|
2937
|
-
|
|
2940
|
+
g({ attribute: "hide-boundary-strategy" })
|
|
2938
2941
|
], b.prototype, "hideBoundaryStrategy", 2);
|
|
2939
2942
|
w([
|
|
2940
|
-
|
|
2943
|
+
g({
|
|
2941
2944
|
attribute: "flip-fallback-placements",
|
|
2942
2945
|
converter: {
|
|
2943
2946
|
fromAttribute: (e) => e.split(" ").map((t) => t.trim()).filter((t) => t !== ""),
|
|
@@ -2946,43 +2949,43 @@ w([
|
|
|
2946
2949
|
})
|
|
2947
2950
|
], b.prototype, "flipFallbackPlacements", 2);
|
|
2948
2951
|
w([
|
|
2949
|
-
|
|
2952
|
+
g({ attribute: "flip-fallback-strategy" })
|
|
2950
2953
|
], b.prototype, "flipFallbackStrategy", 2);
|
|
2951
2954
|
w([
|
|
2952
|
-
|
|
2955
|
+
g({ attribute: "flip-boundary", type: Object })
|
|
2953
2956
|
], b.prototype, "flipBoundary", 2);
|
|
2954
2957
|
w([
|
|
2955
|
-
|
|
2958
|
+
g({ attribute: "flip-padding", type: Number })
|
|
2956
2959
|
], b.prototype, "flipPadding", 2);
|
|
2957
2960
|
w([
|
|
2958
|
-
|
|
2961
|
+
g({ type: Boolean })
|
|
2959
2962
|
], b.prototype, "shift", 2);
|
|
2960
2963
|
w([
|
|
2961
|
-
|
|
2964
|
+
g({ attribute: "shift-boundary", type: Object })
|
|
2962
2965
|
], b.prototype, "shiftBoundary", 2);
|
|
2963
2966
|
w([
|
|
2964
|
-
|
|
2967
|
+
g({ attribute: "shift-padding", type: Number })
|
|
2965
2968
|
], b.prototype, "shiftPadding", 2);
|
|
2966
2969
|
w([
|
|
2967
|
-
|
|
2970
|
+
g({ attribute: "auto-size" })
|
|
2968
2971
|
], b.prototype, "autoSize", 2);
|
|
2969
2972
|
w([
|
|
2970
|
-
|
|
2973
|
+
g()
|
|
2971
2974
|
], b.prototype, "sync", 2);
|
|
2972
2975
|
w([
|
|
2973
|
-
|
|
2976
|
+
g({ attribute: "sync-element" })
|
|
2974
2977
|
], b.prototype, "syncElement", 2);
|
|
2975
2978
|
w([
|
|
2976
|
-
|
|
2979
|
+
g({ attribute: "auto-size-boundary", type: Object })
|
|
2977
2980
|
], b.prototype, "autoSizeBoundary", 2);
|
|
2978
2981
|
w([
|
|
2979
|
-
|
|
2982
|
+
g({ attribute: "auto-size-padding", type: Number })
|
|
2980
2983
|
], b.prototype, "autoSizePadding", 2);
|
|
2981
2984
|
w([
|
|
2982
|
-
|
|
2985
|
+
g({ attribute: "hover-bridge", type: Boolean })
|
|
2983
2986
|
], b.prototype, "hoverBridge", 2);
|
|
2984
2987
|
w([
|
|
2985
|
-
|
|
2988
|
+
g({ attribute: "auto-width-factor" })
|
|
2986
2989
|
], b.prototype, "autoWidthFactor", 2);
|
|
2987
2990
|
w([
|
|
2988
2991
|
je(200)
|
|
@@ -6,7 +6,7 @@ import { n as u, C as h } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
|
6
6
|
import { c as _ } from "../chunks/component.styles.CRO4Odto.js";
|
|
7
7
|
import { P as i } from "../chunks/position-picker.DjnhxIKF.js";
|
|
8
8
|
import { c as g } from "../chunks/custom-element.L4WJXn1j.js";
|
|
9
|
-
import { L as v } from "../chunks/i18n.
|
|
9
|
+
import { L as v } from "../chunks/i18n.BA19xtyU.js";
|
|
10
10
|
import { i as f, x as k } from "../chunks/lit-element.jLBm65_O.js";
|
|
11
11
|
const $ = f`.position-picker__column{width:fit-content}.position-picker__column::part(base){justify-content:center;align-items:center;gap:var(--cx-spacing-x-small);flex-direction:column;display:flex}.position-picker__radio{--checked-color:var(--cx-color-neutral-0);--checked-border-color:var(--cx-color-neutral-0);--checked-background-color:var(--cx-color-primary);--checked-hover-border-color:var(--cx-color-neutral-0);--checked-hover-background-color:var(--cx-color-primary)}`;
|
|
12
12
|
var C = Object.defineProperty, b = Object.getOwnPropertyDescriptor, n = (c, o, t, a) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as i, C as d } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as h } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as m } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as b } from "../chunks/i18n.
|
|
4
|
+
import { L as b } from "../chunks/i18n.BA19xtyU.js";
|
|
5
5
|
import { i as g, x as c } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { e as u } from "../chunks/class-map.BiVq-cVR.js";
|
|
7
7
|
import { o as v } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as l, C as p } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as d } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as g } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as u } from "../chunks/i18n.
|
|
4
|
+
import { L as u } from "../chunks/i18n.BA19xtyU.js";
|
|
5
5
|
import { i as f, x as v } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { r as h } from "../chunks/state.CSDxrqLd.js";
|
|
7
7
|
import { e as m } from "../chunks/query.BBf1UFkC.js";
|
|
@@ -7,7 +7,7 @@ import { d as $ } from "../chunks/debounce.DaHuiSGU.js";
|
|
|
7
7
|
import { d as O } from "../chunks/default-value.COZopaet.js";
|
|
8
8
|
import { d as w } from "../chunks/drag.DenOh3AE.js";
|
|
9
9
|
import { F as N } from "../chunks/form.DSsy3Fcy.js";
|
|
10
|
-
import { L as S } from "../chunks/i18n.
|
|
10
|
+
import { L as S } from "../chunks/i18n.BA19xtyU.js";
|
|
11
11
|
import { c as d } from "../chunks/math.DuKzLacZ.js";
|
|
12
12
|
import { H as A } from "../chunks/slot.j5oheLJC.js";
|
|
13
13
|
import { w as v } from "../chunks/watch.DJF5K-8U.js";
|