@orangelogic/design-system 2.127.0 → 2.129.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/{color-swatch-group.CQlKsT07.js → color-swatch-group.DPaKBfvX.js} +1 -1
- package/library/chunks/{folder-select.CDFQfcrG.js → folder-select.DMpO7oQF.js} +203 -185
- package/library/chunks/{list-editor.CyHNKjuZ.js → list-editor.C8SaStOE.js} +1 -1
- package/library/chunks/{table.CipCH4U5.js → table.Cf3C72Lv.js} +713 -661
- package/library/components/atoms.js +1 -1
- package/library/components/color-swatch-group.js +2 -2
- package/library/components/divider.js +14 -14
- package/library/components/drawer.js +25 -23
- package/library/components/folder-select.js +1 -1
- package/library/components/list-editor.js +2 -2
- package/library/components/molecules.js +2 -2
- package/library/components/organisms.js +1 -1
- package/library/components/table.js +1 -1
- package/library/components/types.js +53891 -53210
- package/library/components/video.js +2304 -2291
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/drawer/drawer.d.ts +1 -0
- package/library/packages/atoms/src/components/video/video.d.ts +6 -0
- package/library/packages/events/src/cx-table-switch-change.d.ts +10 -0
- package/library/packages/events/src/events.d.ts +1 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters/switch.d.ts +3 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters/toggle.d.ts +12 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters.d.ts +2 -0
- package/library/packages/molecules/src/folder-select/components/folder-select-tree/folder-select-tree.d.ts +2 -0
- package/library/packages/molecules/src/folder-select/folder-select.d.ts +1 -0
- package/library/packages/organisms/src/annotator-comment/annotator-comment.constants.d.ts +6 -0
- package/library/packages/organisms/src/annotator-comment/annotator-comment.d.ts +82 -0
- package/library/packages/organisms/src/annotator-comment/annotator-comment.styles.d.ts +2 -0
- package/library/packages/organisms/src/annotator-comment/components/annotator-comment-menu.d.ts +69 -0
- package/library/packages/organisms/src/annotator-comment/components/annotator-comment-menu.styles.d.ts +2 -0
- package/library/packages/organisms/src/annotator-comment/extensions/history.d.ts +45 -0
- package/library/packages/organisms/src/annotator-comment/extensions/keyboard.d.ts +7 -0
- package/library/packages/organisms/src/annotator-comment/extensions/prosemirror-history.d.ts +19 -0
- package/library/packages/organisms/src/annotator-comment/extensions/time.d.ts +63 -0
- package/library/packages/organisms/src/annotator-comment/marker-controller.d.ts +45 -0
- package/library/packages/organisms/src/index.d.ts +1 -0
- package/library/packages/types/src/folder-select.d.ts +1 -1
- package/library/packages/types/src/table.d.ts +8 -2
- package/library/react-web-component.d.ts +228 -98
- package/package.json +1 -1
- package/library/packages/molecules/src/annotator/utils/define-markerjs3-global.d.ts +0 -1
|
@@ -75,7 +75,7 @@ import { default as Xo } from "./stepper.js";
|
|
|
75
75
|
import { default as Zo } from "./switch.js";
|
|
76
76
|
import { default as et } from "./tab.js";
|
|
77
77
|
import { C as tt } from "../chunks/tab-group.GA4X3LL2.js";
|
|
78
|
-
import { C as rt } from "../chunks/table.
|
|
78
|
+
import { C as rt } from "../chunks/table.Cf3C72Lv.js";
|
|
79
79
|
import { default as ft } from "./tab-panel.js";
|
|
80
80
|
import { default as st } from "./tag.js";
|
|
81
81
|
import { default as Ct } from "./textarea.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./space.js";
|
|
2
|
-
import "../chunks/table.
|
|
2
|
+
import "../chunks/table.Cf3C72Lv.js";
|
|
3
3
|
import "../chunks/typography.DJC_UXgs.js";
|
|
4
4
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
5
5
|
import "../chunks/color-swatch.U-wztpLf.js";
|
|
6
6
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
7
|
-
import { C as w } from "../chunks/color-swatch-group.
|
|
7
|
+
import { C as w } from "../chunks/color-swatch-group.DPaKBfvX.js";
|
|
8
8
|
import "../chunks/content-builder.BGzxZUgi.js";
|
|
9
9
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
10
10
|
import "../chunks/debounce.DaHuiSGU.js";
|
|
@@ -4,13 +4,13 @@ import { c as v } from "../chunks/custom-element.L4WJXn1j.js";
|
|
|
4
4
|
import { w as h } from "../chunks/watch.CThbualB.js";
|
|
5
5
|
import { i as b, x as g } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { n as f } from "../chunks/when.Dr1es41R.js";
|
|
7
|
-
const m = b`:host{--color:var(--cx-panel-border-color);--label-color:var(--cx-color-neutral-600);--label-font-size:var(--cx-font-size-small);--width:var(--cx-panel-border-width);--spacing:var(--cx-spacing-medium);--border-style:solid;--padding:var(--spacing)}:host(:not([vertical])){width:100%;display:block}:host(:not([vertical]):not([use-padding])){padding:var(--spacing) 0}.divider__label{text-align:center;margin-bottom:var(--cx-spacing-2x-small);color:var(--label-color);font-size:var(--label-font-size);display:block}:host(:not([vertical])):after{content:" ";border-top:var(--border-style) var(--width) var(--color);display:block}:host([vertical]){height:100%;display:inline-
|
|
8
|
-
var u = Object.defineProperty, y = Object.getOwnPropertyDescriptor, r = (a,
|
|
9
|
-
for (var
|
|
10
|
-
(n = a[s]) && (
|
|
11
|
-
return
|
|
7
|
+
const m = b`:host{--color:var(--cx-panel-border-color);--label-color:var(--cx-color-neutral-600);--label-font-size:var(--cx-font-size-small);--width:var(--cx-panel-border-width);--spacing:var(--cx-spacing-medium);--border-style:solid;--padding:var(--spacing)}:host(:not([vertical])){width:100%;display:block}:host(:not([vertical]):not([use-padding])){padding:var(--spacing) 0}.divider__label{text-align:center;margin-bottom:var(--cx-spacing-2x-small);color:var(--label-color);font-size:var(--label-font-size);display:block}:host(:not([vertical])):after{content:" ";border-top:var(--border-style) var(--width) var(--color);display:block}:host([vertical]){height:100%;display:inline-flex}:host([vertical]:not([use-padding])){padding:0 var(--spacing)}:host([vertical]):after{content:" ";border-left:var(--border-style) var(--width) var(--color);height:100%;display:inline-block}:host([use-padding]){padding:var(--padding)}`;
|
|
8
|
+
var u = Object.defineProperty, y = Object.getOwnPropertyDescriptor, r = (a, l, i, o) => {
|
|
9
|
+
for (var e = o > 1 ? void 0 : o ? y(l, i) : l, s = a.length - 1, n; s >= 0; s--)
|
|
10
|
+
(n = a[s]) && (e = (o ? n(l, i, e) : n(e)) || e);
|
|
11
|
+
return o && e && u(l, i, e), e;
|
|
12
12
|
};
|
|
13
|
-
let
|
|
13
|
+
let t = class extends d {
|
|
14
14
|
constructor() {
|
|
15
15
|
super(...arguments), this.vertical = !1, this.label = "", this.usePadding = !1;
|
|
16
16
|
}
|
|
@@ -31,22 +31,22 @@ let e = class extends d {
|
|
|
31
31
|
);
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
t.styles = [p, m];
|
|
35
35
|
r([
|
|
36
36
|
c({ reflect: !0, type: Boolean })
|
|
37
|
-
],
|
|
37
|
+
], t.prototype, "vertical", 2);
|
|
38
38
|
r([
|
|
39
39
|
c({ reflect: !0, type: String })
|
|
40
|
-
],
|
|
40
|
+
], t.prototype, "label", 2);
|
|
41
41
|
r([
|
|
42
42
|
c({ attribute: "use-padding", reflect: !0, type: Boolean })
|
|
43
|
-
],
|
|
43
|
+
], t.prototype, "usePadding", 2);
|
|
44
44
|
r([
|
|
45
45
|
h("vertical")
|
|
46
|
-
],
|
|
47
|
-
|
|
46
|
+
], t.prototype, "handleVerticalChange", 1);
|
|
47
|
+
t = r([
|
|
48
48
|
v("cx-divider")
|
|
49
|
-
],
|
|
49
|
+
], t);
|
|
50
50
|
export {
|
|
51
|
-
|
|
51
|
+
t as default
|
|
52
52
|
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { n as s, C as k } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as z } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
|
-
import { a as d, s as
|
|
3
|
+
import { a as d, s as h, w as v } from "../chunks/event.BeKOsirN.js";
|
|
4
4
|
import { c as P } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import { L as
|
|
6
|
-
import { M as
|
|
5
|
+
import { L as D } from "../chunks/i18n.NAH4U8Lw.js";
|
|
6
|
+
import { M as O } from "../chunks/modal.U1QltQKe.js";
|
|
7
7
|
import { l as w, u } from "../chunks/scroll.xtO5yojm.js";
|
|
8
|
-
import { H as
|
|
8
|
+
import { H as $ } from "../chunks/slot.j5oheLJC.js";
|
|
9
9
|
import { w as C } from "../chunks/watch.CThbualB.js";
|
|
10
|
-
import { i as
|
|
11
|
-
import { r as
|
|
10
|
+
import { i as B, x as p } from "../chunks/lit-element.jLBm65_O.js";
|
|
11
|
+
import { r as S } from "../chunks/state.CSDxrqLd.js";
|
|
12
12
|
import { e as y } from "../chunks/query.BBf1UFkC.js";
|
|
13
13
|
import { e as g } from "../chunks/class-map.BiVq-cVR.js";
|
|
14
14
|
import { o as _ } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
15
15
|
import { n as b } from "../chunks/when.Dr1es41R.js";
|
|
16
16
|
import { c as x } from "../chunks/capitalize.i-sHIcnm.js";
|
|
17
17
|
import { s as o, g as c } from "../chunks/animation-registry.HmpwNuGH.js";
|
|
18
|
-
import { C as
|
|
19
|
-
const
|
|
18
|
+
import { C as A } from "../chunks/icon-button.COTH_z-J.js";
|
|
19
|
+
const q = B`:host{--size:25rem;--header-spacing:var(--cx-spacing-large);--body-spacing:var(--cx-spacing-large);--footer-spacing:var(--cx-spacing-large);--font-family:var(--cx-font-sans);display:contents}.drawer{top:0;pointer-events:none;width:0;height:0;inset-inline-start:0;overflow:hidden}.drawer--open{width:100%;height:100%}.drawer--persistent.drawer--open{width:var(--size);min-width:var(--size)}.drawer--contained{z-index:initial;position:absolute}.drawer--persistent{position:relative}.drawer--fixed{z-index:var(--cx-z-index-drawer);position:fixed}.drawer__panel{z-index:2;background-color:var(--cx-panel-background-color);max-width:100%;max-height:100%;box-shadow:var(--cx-shadow-large);pointer-events:all;flex-direction:column;display:flex;position:absolute;overflow:auto}.drawer__panel:focus{outline:none}.drawer--top .drawer__panel{top:0;inset-inline-end:auto;bottom:auto;width:100%;height:var(--size);inset-inline-start:0}.drawer--end .drawer__panel{top:0;inset-inline-end:0;bottom:auto;width:var(--size);height:100%;inset-inline-start:auto}.drawer--bottom .drawer__panel{top:auto;inset-inline-end:auto;bottom:0;width:100%;height:var(--size);inset-inline-start:0}.drawer--start .drawer__panel{top:0;inset-inline-end:auto;bottom:auto;width:var(--size);height:100%;inset-inline-start:0}.drawer__header{gap:var(--cx-spacing-small);padding:var(--header-spacing);border-bottom:solid 1px var(--cx-input-border-color);font-family:var(--font-family);display:flex}.drawer__header__content{flex:auto}.drawer__title{font:inherit;font-size:var(--cx-font-size-large);font-weight:var(--cx-font-weight-semibold);line-height:var(--cx-line-height-medium);align-items:center;margin:0;display:flex}.drawer__header-actions{justify-content:end;gap:var(--cx-spacing-2x-small);flex-wrap:wrap;flex-shrink:0;display:flex}.drawer__header-actions cx-icon-button,.drawer__header-actions ::slotted(cx-icon-button){font-size:var(--cx-font-size-medium);flex:none;align-items:center;display:flex}.drawer__description{font-family:var(--font-family);font-size:var(--cx-font-size-small);color:var(--cx-color-neutral-700)}.drawer__description ::slotted(*){margin:0}.drawer__body{padding:var(--body-spacing);-webkit-overflow-scrolling:touch;font-family:var(--font-family);flex:auto;display:block;overflow:auto}.drawer__footer{text-align:right;padding:var(--footer-spacing);font-family:var(--font-family)}.drawer__footer ::slotted(cx-button:not(:last-of-type)){margin-inline-end:var(--cx-spacing-x-small)}.drawer:not(.drawer--has-footer) .drawer__footer{display:none}.drawer__overlay{background-color:var(--cx-overlay-background-color);pointer-events:all;display:block;position:fixed;inset:0}.drawer--contained .drawer__overlay{opacity:0;position:absolute}.drawer--contained.drawer--ignore-parent-width.drawer--open{width:0;overflow:visible}.drawer--ignore-parent-width .drawer__panel{max-width:none}.drawer__overlay--disabled{display:none}@media (forced-colors:active){.drawer__panel{border:solid 1px var(--cx-color-neutral-0)}}`;
|
|
20
20
|
var E = Object.defineProperty, L = Object.getOwnPropertyDescriptor, r = (e, a, i, l) => {
|
|
21
21
|
for (var n = l > 1 ? void 0 : l ? L(a, i) : a, f = e.length - 1, m; f >= 0; f--)
|
|
22
22
|
(m = e[f]) && (n = (l ? m(a, i, n) : m(n)) || n);
|
|
@@ -24,12 +24,14 @@ var E = Object.defineProperty, L = Object.getOwnPropertyDescriptor, r = (e, a, i
|
|
|
24
24
|
};
|
|
25
25
|
let t = class extends k {
|
|
26
26
|
constructor() {
|
|
27
|
-
super(...arguments), this.hasSlotController = new
|
|
27
|
+
super(...arguments), this.hasSlotController = new $(
|
|
28
28
|
this,
|
|
29
29
|
"description",
|
|
30
30
|
"footer"
|
|
31
|
-
), this.localize = new
|
|
31
|
+
), this.localize = new D(this), this.modal = new O(this), this.isClosing = !1, this.open = !1, this.label = "", this.placement = "end", this.contained = !1, this.ignoreParentWidth = !1, this.noHeader = !1, this.variant = "overlay", this.noCloseButton = !1, this.handleDocumentKeyDown = (e) => {
|
|
32
32
|
this.contained || e.key === "Escape" && this.modal.isActive() && this.open && (e.stopImmediatePropagation(), this.requestClose("keyboard"));
|
|
33
|
+
}, this.handleDocumentPointerDown = (e) => {
|
|
34
|
+
!this.open || !this.contained || !this.ignoreParentWidth || e.composedPath().includes(this.panel) || this.requestClose("overlay");
|
|
33
35
|
};
|
|
34
36
|
}
|
|
35
37
|
connectedUpdatedCallback() {
|
|
@@ -57,10 +59,10 @@ let t = class extends k {
|
|
|
57
59
|
this.hide();
|
|
58
60
|
}
|
|
59
61
|
addOpenListeners() {
|
|
60
|
-
"CloseWatcher" in window ? (this.closeWatcher?.destroy(), this.contained || (this.closeWatcher = new CloseWatcher(), this.closeWatcher.onclose = () => this.requestClose("keyboard"))) : document.addEventListener("keydown", this.handleDocumentKeyDown);
|
|
62
|
+
"CloseWatcher" in window ? (this.closeWatcher?.destroy(), this.contained || (this.closeWatcher = new CloseWatcher(), this.closeWatcher.onclose = () => this.requestClose("keyboard"))) : document.addEventListener("keydown", this.handleDocumentKeyDown), document.addEventListener("pointerdown", this.handleDocumentPointerDown);
|
|
61
63
|
}
|
|
62
64
|
removeOpenListeners() {
|
|
63
|
-
document.removeEventListener("keydown", this.handleDocumentKeyDown), this.closeWatcher?.destroy();
|
|
65
|
+
document.removeEventListener("keydown", this.handleDocumentKeyDown), document.removeEventListener("pointerdown", this.handleDocumentPointerDown), this.closeWatcher?.destroy();
|
|
64
66
|
}
|
|
65
67
|
resetMultipleMenus() {
|
|
66
68
|
[...this.querySelectorAll("cx-menu")].forEach((a) => {
|
|
@@ -72,8 +74,8 @@ let t = class extends k {
|
|
|
72
74
|
this.emit("cx-show"), this.addOpenListeners(), this.originalTrigger = document.activeElement, this.contained || (this.modal.activate(), w(this));
|
|
73
75
|
const e = this.querySelector("[autofocus]");
|
|
74
76
|
e && e.removeAttribute("autofocus"), await Promise.all([
|
|
75
|
-
|
|
76
|
-
|
|
77
|
+
h(this.drawer),
|
|
78
|
+
h(this.overlay)
|
|
77
79
|
]), this.drawer.hidden = !1, requestAnimationFrame(() => {
|
|
78
80
|
this.emit("cx-initial-focus", {
|
|
79
81
|
cancelable: !0
|
|
@@ -100,8 +102,8 @@ let t = class extends k {
|
|
|
100
102
|
]), this.emit("cx-after-show");
|
|
101
103
|
} else {
|
|
102
104
|
this.emit("cx-hide"), this.removeOpenListeners(), this.contained || (this.modal.deactivate(), u(this)), await Promise.all([
|
|
103
|
-
|
|
104
|
-
|
|
105
|
+
h(this.drawer),
|
|
106
|
+
h(this.overlay)
|
|
105
107
|
]);
|
|
106
108
|
const e = c(
|
|
107
109
|
this,
|
|
@@ -153,7 +155,7 @@ let t = class extends k {
|
|
|
153
155
|
}
|
|
154
156
|
render() {
|
|
155
157
|
const e = this.variant === "persistent";
|
|
156
|
-
return
|
|
158
|
+
return p`<div part="base" class=${g({
|
|
157
159
|
drawer: !0,
|
|
158
160
|
"drawer--bottom": this.placement === "bottom",
|
|
159
161
|
"drawer--contained": this.contained,
|
|
@@ -169,17 +171,17 @@ let t = class extends k {
|
|
|
169
171
|
})}><div part="overlay" class=${g({
|
|
170
172
|
drawer__overlay: !0,
|
|
171
173
|
"drawer__overlay--disabled": e
|
|
172
|
-
})} @click=${this.handleOverlayClick} tabindex="-1"></div><div part="panel" class="drawer__panel" role="dialog" aria-modal="true" aria-hidden=${this.open ? "false" : "true"} aria-label=${_(this.noHeader ? this.label : void 0)} aria-labelledby=${_(this.noHeader ? void 0 : "title")} tabindex="0">${this.noHeader ? "" :
|
|
174
|
+
})} @click=${this.handleOverlayClick} tabindex="-1"></div><div part="panel" class="drawer__panel" role="dialog" aria-modal="true" aria-hidden=${this.open ? "false" : "true"} aria-label=${_(this.noHeader ? this.label : void 0)} aria-labelledby=${_(this.noHeader ? void 0 : "title")} tabindex="0">${this.noHeader ? "" : p`<header part="header" class="drawer__header"><div class="drawer__header__content"><h2 part="title" class="drawer__title" id="title"><!-- If there's no label, use an invisible character to prevent the header from collapsing --><slot name="label">${this.label.length > 0 ? this.label : "\uFEFF"}</slot></h2>${b(
|
|
173
175
|
this.hasSlotController.test("description"),
|
|
174
|
-
() =>
|
|
176
|
+
() => p`<div part="description" class="drawer__description"><slot name="description"></slot></div>`
|
|
175
177
|
)}</div><div part="header-actions" class="drawer__header-actions"><slot name="header-actions"></slot>${b(
|
|
176
178
|
!this.noCloseButton,
|
|
177
|
-
() =>
|
|
179
|
+
() => p`<cx-icon-button part="close-button" exportparts="base:close-button__base" class="drawer__close" name="close" label=${this.localize.term("close")} @click=${this.handleCloseButtonClick}></cx-icon-button>`
|
|
178
180
|
)}</div></header>`}<slot part="body" class="drawer__body"></slot><footer part="footer" class="drawer__footer"><slot name="footer"></slot></footer></div></div>`;
|
|
179
181
|
}
|
|
180
182
|
};
|
|
181
|
-
t.styles = [z,
|
|
182
|
-
t.dependencies = { "cx-icon-button":
|
|
183
|
+
t.styles = [z, q];
|
|
184
|
+
t.dependencies = { "cx-icon-button": A };
|
|
183
185
|
r([
|
|
184
186
|
y(".drawer")
|
|
185
187
|
], t.prototype, "drawer", 2);
|
|
@@ -190,7 +192,7 @@ r([
|
|
|
190
192
|
y(".drawer__overlay")
|
|
191
193
|
], t.prototype, "overlay", 2);
|
|
192
194
|
r([
|
|
193
|
-
|
|
195
|
+
S()
|
|
194
196
|
], t.prototype, "isClosing", 2);
|
|
195
197
|
r([
|
|
196
198
|
s({ reflect: !0, type: Boolean })
|
|
@@ -5,7 +5,7 @@ import "./select.js";
|
|
|
5
5
|
import "./tag.js";
|
|
6
6
|
import "../chunks/tree.CbeHY8pn.js";
|
|
7
7
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
8
|
-
import { C as h } from "../chunks/folder-select.
|
|
8
|
+
import { C as h } from "../chunks/folder-select.DMpO7oQF.js";
|
|
9
9
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
10
10
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
11
11
|
import "../chunks/i18n.NAH4U8Lw.js";
|
|
@@ -9,7 +9,7 @@ import "./radio.js";
|
|
|
9
9
|
import "./radio-group.js";
|
|
10
10
|
import "./select.js";
|
|
11
11
|
import "./space.js";
|
|
12
|
-
import "../chunks/table.
|
|
12
|
+
import "../chunks/table.Cf3C72Lv.js";
|
|
13
13
|
import "../chunks/typography.DJC_UXgs.js";
|
|
14
14
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
15
15
|
import "./dynamic-select.js";
|
|
@@ -18,7 +18,7 @@ import "../chunks/custom-element.L4WJXn1j.js";
|
|
|
18
18
|
import "../chunks/debounce.DaHuiSGU.js";
|
|
19
19
|
import "../chunks/i18n.NAH4U8Lw.js";
|
|
20
20
|
import "../chunks/watch.CThbualB.js";
|
|
21
|
-
import { c as E, C as F } from "../chunks/list-editor.
|
|
21
|
+
import { c as E, C as F } from "../chunks/list-editor.C8SaStOE.js";
|
|
22
22
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
23
23
|
import "../chunks/state.CSDxrqLd.js";
|
|
24
24
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -5,8 +5,8 @@ import { C } from "../chunks/confirm-popover.DfAd2F8S.js";
|
|
|
5
5
|
import { default as s } from "./corner-position-input-group.js";
|
|
6
6
|
import { default as m } from "./cropper.js";
|
|
7
7
|
import { default as i } from "./dynamic-select.js";
|
|
8
|
-
import { C as c } from "../chunks/folder-select.
|
|
9
|
-
import { C as P } from "../chunks/list-editor.
|
|
8
|
+
import { C as c } from "../chunks/folder-select.DMpO7oQF.js";
|
|
9
|
+
import { C as P } from "../chunks/list-editor.C8SaStOE.js";
|
|
10
10
|
import { default as I } from "./masonry.js";
|
|
11
11
|
import { default as y } from "./padding-input-group.js";
|
|
12
12
|
import { default as w } from "./position-picker.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as a } from "./asset-link-format.js";
|
|
2
|
-
import { C as t } from "../chunks/color-swatch-group.
|
|
2
|
+
import { C as t } from "../chunks/color-swatch-group.DPaKBfvX.js";
|
|
3
3
|
import { C } from "../chunks/file-on-demand.Dr05DdkU.js";
|
|
4
4
|
export {
|
|
5
5
|
a as CxAssetLinkFormat,
|
|
@@ -9,7 +9,7 @@ import "./spinner.js";
|
|
|
9
9
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
10
10
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
11
11
|
import "../chunks/overlayscrollbars.BMav4RQ4.js";
|
|
12
|
-
import { A as z, l as P, m as g, d as y, h as A, b as S, j as D, n as I, o as f, c as h, a3 as E, a4 as G, a5 as H, D as j, p as k, E as K, q as L, F as V, r as q, s as B, t as J, G as N, u as O, v as Q, k as U, w as W, I as X, x as Y, K as Z, y as _, M as $, z as oo, B as eo, J as ao, L as so, N as lo, O as to, Q as uo, P as ro, e as Mo, U as io, i as po, V as mo, W as no, X as Co, Y as Ro, g as co, R as bo, _ as wo, Z as To, f as xo, $ as Fo, a0 as vo, T as zo, a as Po, a1 as go, a2 as yo, C as Ao } from "../chunks/table.
|
|
12
|
+
import { A as z, l as P, m as g, d as y, h as A, b as S, j as D, n as I, o as f, c as h, a3 as E, a4 as G, a5 as H, D as j, p as k, E as K, q as L, F as V, r as q, s as B, t as J, G as N, u as O, v as Q, k as U, w as W, I as X, x as Y, K as Z, y as _, M as $, z as oo, B as eo, J as ao, L as so, N as lo, O as to, Q as uo, P as ro, e as Mo, U as io, i as po, V as mo, W as no, X as Co, Y as Ro, g as co, R as bo, _ as wo, Z as To, f as xo, $ as Fo, a0 as vo, T as zo, a as Po, a1 as go, a2 as yo, C as Ao } from "../chunks/table.Cf3C72Lv.js";
|
|
13
13
|
import "../chunks/pagination.tSkuYrqk.js";
|
|
14
14
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
15
15
|
import "../chunks/i18n.NAH4U8Lw.js";
|