@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
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
import { C as y, T as _, U as T } from "./asset-link-format.ClaYu_v8.js";
|
|
2
|
+
import { P as m } from "./position-picker.DjnhxIKF.js";
|
|
3
|
+
const g = "/AssetLink/", S = {
|
|
4
|
+
[m.BottomCenter]: y.South,
|
|
5
|
+
[m.BottomLeft]: y.Southwest,
|
|
6
|
+
[m.BottomRight]: y.Southeast,
|
|
7
|
+
[m.CenterCenter]: y.Center,
|
|
8
|
+
[m.CenterLeft]: y.West,
|
|
9
|
+
[m.CenterRight]: y.East,
|
|
10
|
+
[m.TopCenter]: y.North,
|
|
11
|
+
[m.TopLeft]: y.Northwest,
|
|
12
|
+
[m.TopRight]: y.Northeast
|
|
13
|
+
}, x = "/t/", b = [400, 800, 1200, 1600, 2400];
|
|
14
|
+
function I({
|
|
15
|
+
asset: i,
|
|
16
|
+
baseUrl: s,
|
|
17
|
+
extension: a,
|
|
18
|
+
options: u,
|
|
19
|
+
parameters: d,
|
|
20
|
+
transformations: o,
|
|
21
|
+
useSession: r = ""
|
|
22
|
+
}) {
|
|
23
|
+
if (s == null)
|
|
24
|
+
return "";
|
|
25
|
+
let n = s;
|
|
26
|
+
const f = o?.findLast(
|
|
27
|
+
(h) => h.key === _.Quality
|
|
28
|
+
);
|
|
29
|
+
if (f && (o = [
|
|
30
|
+
...o?.filter(
|
|
31
|
+
(h) => h.key !== _.Quality
|
|
32
|
+
) || [],
|
|
33
|
+
f
|
|
34
|
+
]), o) {
|
|
35
|
+
const h = [];
|
|
36
|
+
for (let e = 0; e < o.length; e++) {
|
|
37
|
+
const c = o[e];
|
|
38
|
+
if (c.key === _.Rotate) {
|
|
39
|
+
let t = c.value.rotation ?? 0;
|
|
40
|
+
for (; o[e + 1]?.key === _.Rotate; )
|
|
41
|
+
e++, t += o[e].value.rotation ?? 0;
|
|
42
|
+
t !== 0 && h.push({ key: _.Rotate, value: { rotation: t } });
|
|
43
|
+
} else
|
|
44
|
+
h.push(c);
|
|
45
|
+
}
|
|
46
|
+
o = h;
|
|
47
|
+
}
|
|
48
|
+
o && o.length > 0 && (n += "/t/"), o?.forEach(({ key: h, value: e }) => {
|
|
49
|
+
if (h === _.Resize) {
|
|
50
|
+
if (e.unit === T.AspectRatio && e.ratioWidth && e.ratioHeight) {
|
|
51
|
+
n += `re_ar_${e.ratioWidth}:${e.ratioHeight}/`;
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
const c = [
|
|
55
|
+
...[
|
|
56
|
+
{
|
|
57
|
+
key: "re_w_",
|
|
58
|
+
value: Math.round(e.width ?? 0)
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
key: "re_h_",
|
|
62
|
+
value: Math.round(e.height ?? 0)
|
|
63
|
+
}
|
|
64
|
+
].filter((t) => t.value !== void 0).map((t) => ({
|
|
65
|
+
key: t.key,
|
|
66
|
+
value: Math.round(Number(t.value))
|
|
67
|
+
})),
|
|
68
|
+
{
|
|
69
|
+
key: "re_rm_",
|
|
70
|
+
value: "stretch"
|
|
71
|
+
}
|
|
72
|
+
];
|
|
73
|
+
c.forEach(({ key: t, value: $ }, p) => {
|
|
74
|
+
n += `${t}${$}${p < c.length - 1 ? "," : ""}`;
|
|
75
|
+
}), n += "/";
|
|
76
|
+
}
|
|
77
|
+
if (h === _.Crop) {
|
|
78
|
+
const c = e.unit === T.AspectRatio && !!e.ratioWidth && !!e.ratioHeight, t = !e.disabledSize && !c, $ = t && (e.x !== void 0 || e.y !== void 0), p = [
|
|
79
|
+
...[
|
|
80
|
+
{
|
|
81
|
+
key: "c_",
|
|
82
|
+
value: e.mode
|
|
83
|
+
},
|
|
84
|
+
...c ? [
|
|
85
|
+
{
|
|
86
|
+
key: "ar_",
|
|
87
|
+
value: `${e.ratioWidth}:${e.ratioHeight}`
|
|
88
|
+
}
|
|
89
|
+
] : [],
|
|
90
|
+
...t ? [
|
|
91
|
+
{
|
|
92
|
+
key: "c_w_",
|
|
93
|
+
value: Math.round(e.width ?? 0)
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
key: "c_h_",
|
|
97
|
+
value: Math.round(e.height ?? 0)
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
key: "c_x_",
|
|
101
|
+
value: Math.round(e.x ?? 0) === 0 && u?.omitZeroXY ? void 0 : Math.round(e.x ?? 0)
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
key: "c_y_",
|
|
105
|
+
value: Math.round(e.y ?? 0) === 0 && u?.omitZeroXY ? void 0 : Math.round(e.y ?? 0)
|
|
106
|
+
}
|
|
107
|
+
] : [],
|
|
108
|
+
...!$ && e.focusMode && e.focusMode !== "manual" ? [
|
|
109
|
+
{
|
|
110
|
+
key: e.isFocusModeAuto ? "acm_" : "c_g_",
|
|
111
|
+
value: e.focusMode
|
|
112
|
+
}
|
|
113
|
+
] : [],
|
|
114
|
+
...!$ && e.focusMode === "manual" && e.position ? [
|
|
115
|
+
{
|
|
116
|
+
key: "c_g_",
|
|
117
|
+
value: S[e.position]
|
|
118
|
+
}
|
|
119
|
+
] : []
|
|
120
|
+
].filter((k) => k.value !== void 0 && k.value !== null).map((k) => ({
|
|
121
|
+
key: k.key,
|
|
122
|
+
value: k.value
|
|
123
|
+
})),
|
|
124
|
+
...c ? [] : [
|
|
125
|
+
{
|
|
126
|
+
key: "c_whu_",
|
|
127
|
+
value: "pixel"
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
];
|
|
131
|
+
p.forEach(({ key: k, value: M }, R) => {
|
|
132
|
+
const v = ["c_w_", "c_h_", "c_x_", "c_y_"].includes(k);
|
|
133
|
+
n += `${k}${v ? Math.round(Number(M)) : M}${R < p.length - 1 ? "," : ""}`;
|
|
134
|
+
}), n += "/";
|
|
135
|
+
}
|
|
136
|
+
if (h === _.Rotate && ([
|
|
137
|
+
{
|
|
138
|
+
key: "r_a_",
|
|
139
|
+
value: e.rotation
|
|
140
|
+
}
|
|
141
|
+
].filter((t) => t.value !== void 0).map((t) => ({
|
|
142
|
+
key: t.key,
|
|
143
|
+
value: Math.round(Number(t.value))
|
|
144
|
+
})).forEach(({ key: t, value: $ }) => {
|
|
145
|
+
n += `${t}${$}`;
|
|
146
|
+
}), n += "/"), h === _.Quality) {
|
|
147
|
+
const c = [
|
|
148
|
+
{
|
|
149
|
+
key: "q_level_",
|
|
150
|
+
value: e.quality
|
|
151
|
+
}
|
|
152
|
+
].filter((t) => t.value !== void 0).map((t) => ({
|
|
153
|
+
key: t.key,
|
|
154
|
+
value: Math.round(Number(t.value))
|
|
155
|
+
}));
|
|
156
|
+
c.forEach(({ key: t, value: $ }, p) => {
|
|
157
|
+
n += `${t}${$}${p < c.length - 1 ? "," : ""}`;
|
|
158
|
+
}), n += "/";
|
|
159
|
+
}
|
|
160
|
+
if (h === _.Metadata) {
|
|
161
|
+
const c = [
|
|
162
|
+
{
|
|
163
|
+
key: "fl_keep_metadata",
|
|
164
|
+
value: e.keepMetadata
|
|
165
|
+
}
|
|
166
|
+
].filter((t) => t.value !== void 0).map((t) => ({ key: t.key, value: t.value }));
|
|
167
|
+
c.forEach(({ key: t }, $) => {
|
|
168
|
+
n += `${t}${$ < c.length - 1 ? "," : ""}`;
|
|
169
|
+
}), n += "/";
|
|
170
|
+
}
|
|
171
|
+
}), a && (n += `${i?.identifier ?? crypto.randomUUID()}${a}`);
|
|
172
|
+
const l = [];
|
|
173
|
+
return d && d.length > 0 && d.forEach(({ key: h, value: e }) => {
|
|
174
|
+
l.push(
|
|
175
|
+
`${encodeURIComponent(h.trim())}=${encodeURIComponent(e.trim())}`
|
|
176
|
+
);
|
|
177
|
+
}), s && r && l.push(`UseSession=${encodeURIComponent(r)}`), l.length > 0 && (n += `?${l.join("&")}`), n.endsWith("/") && (n = n.slice(0, -1)), n;
|
|
178
|
+
}
|
|
179
|
+
function O(i, s) {
|
|
180
|
+
if (!i || !s?.length)
|
|
181
|
+
return i;
|
|
182
|
+
const a = I({ baseUrl: "", transformations: s }).replace(
|
|
183
|
+
/\/t\//g,
|
|
184
|
+
""
|
|
185
|
+
);
|
|
186
|
+
if (!a)
|
|
187
|
+
return i;
|
|
188
|
+
const u = i.indexOf(g);
|
|
189
|
+
if (u < 0)
|
|
190
|
+
return `${i}/t/${a}`;
|
|
191
|
+
const d = i.slice(0, u + g.length), o = i.slice(u + g.length), r = o.indexOf("/t/");
|
|
192
|
+
if (r >= 0) {
|
|
193
|
+
const f = o.slice(0, r);
|
|
194
|
+
return `${d}${f}/t/${a}`;
|
|
195
|
+
}
|
|
196
|
+
const n = o.indexOf("/");
|
|
197
|
+
if (n >= 0) {
|
|
198
|
+
const f = o.slice(0, n), l = o.slice(n);
|
|
199
|
+
return `${d}${f}/t/${a}${l}`;
|
|
200
|
+
}
|
|
201
|
+
return `${i}/t/${a}`;
|
|
202
|
+
}
|
|
203
|
+
function C(i) {
|
|
204
|
+
return `re_w_${Math.round(i)}`;
|
|
205
|
+
}
|
|
206
|
+
function N(i, s) {
|
|
207
|
+
if (!i || !Number.isFinite(s) || s <= 0)
|
|
208
|
+
return i;
|
|
209
|
+
const a = i.indexOf(g);
|
|
210
|
+
if (a < 0)
|
|
211
|
+
return i;
|
|
212
|
+
const u = C(s), d = i.slice(0, a + g.length), o = i.slice(a + g.length), r = o.indexOf(x);
|
|
213
|
+
if (r >= 0) {
|
|
214
|
+
const f = o.slice(0, r), l = o.slice(
|
|
215
|
+
r + x.length
|
|
216
|
+
);
|
|
217
|
+
return `${d}${f}${x}${u}/${l}`;
|
|
218
|
+
}
|
|
219
|
+
const n = o.indexOf("/");
|
|
220
|
+
if (n >= 0) {
|
|
221
|
+
const f = o.slice(0, n), l = o.slice(n);
|
|
222
|
+
return `${d}${f}${x}${u}${l}`;
|
|
223
|
+
}
|
|
224
|
+
return `${d}${o}${x}${u}`;
|
|
225
|
+
}
|
|
226
|
+
function A(i) {
|
|
227
|
+
const s = i.indexOf(g);
|
|
228
|
+
return s < 0 ? !1 : i.slice(s + g.length).includes(x);
|
|
229
|
+
}
|
|
230
|
+
function U(i, s = {}) {
|
|
231
|
+
if (!i.includes(g) || A(i))
|
|
232
|
+
return "";
|
|
233
|
+
const { maxWidth: a, widths: u = b } = s, d = [...u].filter((r) => Number.isFinite(r) && r > 0).sort((r, n) => r - n);
|
|
234
|
+
if (d.length === 0)
|
|
235
|
+
return "";
|
|
236
|
+
let o = d;
|
|
237
|
+
if (a !== void 0 && Number.isFinite(a) && a > 0) {
|
|
238
|
+
const r = d.filter((n) => n <= a);
|
|
239
|
+
o = r.length > 0 ? r : [d[0]];
|
|
240
|
+
}
|
|
241
|
+
return o.map((r) => `${N(i, r)} ${r}w`).join(", ");
|
|
242
|
+
}
|
|
243
|
+
function w(i, s = 100) {
|
|
244
|
+
return !Number.isFinite(i) || i <= 0 ? "" : `${Math.ceil(i / s) * s}px`;
|
|
245
|
+
}
|
|
246
|
+
export {
|
|
247
|
+
b as S,
|
|
248
|
+
O as a,
|
|
249
|
+
U as b,
|
|
250
|
+
I as c,
|
|
251
|
+
w as d,
|
|
252
|
+
N as e,
|
|
253
|
+
A as h
|
|
254
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { C as F, n as l } from "./lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as O } from "./component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as U } from "./custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as N } from "./i18n.
|
|
4
|
+
import { L as N } from "./i18n.BA19xtyU.js";
|
|
5
5
|
import { c as X } from "./math.DuKzLacZ.js";
|
|
6
6
|
import { w as b } from "./watch.DJF5K-8U.js";
|
|
7
7
|
import { i as R, x as m, E } from "./lit-element.jLBm65_O.js";
|
|
@@ -2,7 +2,7 @@ import { n as s, C as x } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
|
2
2
|
import { c as b } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { s as u, a as p, w as m } from "../chunks/event.BeKOsirN.js";
|
|
4
4
|
import { c as y } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import { L as C } from "../chunks/i18n.
|
|
5
|
+
import { L as C } from "../chunks/i18n.BA19xtyU.js";
|
|
6
6
|
import { H as T } from "../chunks/slot.j5oheLJC.js";
|
|
7
7
|
import { w } from "../chunks/watch.DJF5K-8U.js";
|
|
8
8
|
import { i as I, x as h } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -10,7 +10,7 @@ import { r as A } from "../chunks/state.CSDxrqLd.js";
|
|
|
10
10
|
import { e as g } from "../chunks/query.BBf1UFkC.js";
|
|
11
11
|
import { e as v } from "../chunks/class-map.BiVq-cVR.js";
|
|
12
12
|
import { s as _, g as f } from "../chunks/animation-registry.HmpwNuGH.js";
|
|
13
|
-
import { C as H } from "../chunks/icon-button.
|
|
13
|
+
import { C as H } from "../chunks/icon-button.BWJ1Vqn5.js";
|
|
14
14
|
const k = I`:host{margin:0;display:contents}.alert{background-color:var(--cx-panel-background-color);border:solid var(--cx-panel-border-width) var(--cx-panel-border-color);border-top-width:calc(var(--cx-panel-border-width) * 3);border-radius:var(--cx-border-radius-small);font-family:var(--cx-font-sans);font-size:var(--cx-font-size-small);font-weight:var(--cx-font-weight-regular);color:var(--cx-color-neutral-700);margin:inherit;align-items:stretch;line-height:1.6;display:flex;position:relative;overflow:hidden}.alert:not(.alert--has-icon) .alert__icon,.alert:not(.alert--closable) .alert__close-button{display:none}.alert__icon{font-size:var(--cx-font-size-large);flex:none;align-items:center;padding-inline-start:var(--cx-spacing-large);display:flex}.alert--has-countdown{border-bottom:none}.alert--primary{border-top-color:var(--cx-color-primary)}.alert--primary .alert__icon{color:var(--cx-color-primary)}.alert--success{border-top-color:var(--cx-color-success)}.alert--success .alert__icon{color:var(--cx-color-success)}.alert--neutral{border-top-color:var(--cx-color-neutral)}.alert--neutral .alert__icon{color:var(--cx-color-neutral)}.alert--warning{border-top-color:var(--cx-color-warning)}.alert--warning .alert__icon{color:var(--cx-color-warning)}.alert--danger{border-top-color:var(--cx-color-danger)}.alert--danger .alert__icon{color:var(--cx-color-danger)}.alert__message{padding:var(--cx-spacing-large);flex:auto;display:block;overflow:hidden}.alert__close-button{font-size:var(--cx-font-size-medium);flex:none;align-items:center;padding-inline-end:var(--cx-spacing-medium);display:flex}.alert__countdown{width:100%;height:calc(var(--cx-panel-border-width) * 3);background-color:var(--cx-panel-border-color);display:flex;position:absolute;bottom:0;left:0}.alert__countdown--ltr{justify-content:flex-end}.alert__countdown .alert__countdown-elapsed{width:0;height:100%}.alert--primary .alert__countdown-elapsed{background-color:var(--cx-color-primary)}.alert--success .alert__countdown-elapsed{background-color:var(--cx-color-success)}.alert--neutral .alert__countdown-elapsed{background-color:var(--cx-color-neutral-600)}.alert--warning .alert__countdown-elapsed{background-color:var(--cx-color-warning)}.alert--danger .alert__countdown-elapsed{background-color:var(--cx-color-danger)}.alert__timer{display:none}`;
|
|
15
15
|
var z = Object.defineProperty, $ = Object.getOwnPropertyDescriptor, t = (r, o, n, l) => {
|
|
16
16
|
for (var a = l > 1 ? void 0 : l ? $(o, n) : o, c = r.length - 1, d; c >= 0; c--)
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "./cropper.js";
|
|
2
|
-
import "../chunks/button.
|
|
2
|
+
import "../chunks/button.CpY4FCwE.js";
|
|
3
3
|
import "./space.js";
|
|
4
4
|
import "../chunks/typography.IqHbnd3C.js";
|
|
5
5
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
6
|
-
import { C as h } from "../chunks/asset-link-format.
|
|
6
|
+
import { C as h } from "../chunks/asset-link-format.BnIUG_vO.js";
|
|
7
7
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
8
8
|
import "../chunks/asset-link-format.ClaYu_v8.js";
|
|
9
9
|
import "../chunks/position-picker.DjnhxIKF.js";
|
|
10
10
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
11
|
-
import "../chunks/i18n.
|
|
11
|
+
import "../chunks/i18n.BA19xtyU.js";
|
|
12
12
|
import "../chunks/watch.DJF5K-8U.js";
|
|
13
13
|
import "../chunks/number.Cx2ncfJJ.js";
|
|
14
|
-
import "../chunks/transformation.
|
|
14
|
+
import "../chunks/transformation.CWKaoGaY.js";
|
|
15
15
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
16
16
|
import "../chunks/state.CSDxrqLd.js";
|
|
17
17
|
import "../chunks/when.Dr1es41R.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as i } from "./alert.js";
|
|
2
2
|
import { bs as g } from "../chunks/am-chart.Cr-vMjcY.js";
|
|
3
3
|
import { default as A } from "./animated-image.js";
|
|
4
|
-
import { a
|
|
4
|
+
import { a, e as x } from "../chunks/animation.BD-1xugN.js";
|
|
5
5
|
import { C as S } from "../chunks/animation.BD-1xugN.js";
|
|
6
6
|
import { default as D } from "./array-line-clamp.js";
|
|
7
7
|
import { default as w } from "./audio.js";
|
|
@@ -9,7 +9,7 @@ import { default as h } from "./avatar.js";
|
|
|
9
9
|
import { default as P } from "./badge.js";
|
|
10
10
|
import { default as M } from "./breadcrumb.js";
|
|
11
11
|
import { default as F } from "./breadcrumb-item.js";
|
|
12
|
-
import { C as O } from "../chunks/button.
|
|
12
|
+
import { C as O } from "../chunks/button.CpY4FCwE.js";
|
|
13
13
|
import { default as E } from "./button-group.js";
|
|
14
14
|
import { default as L } from "./card.js";
|
|
15
15
|
import { default as j } from "./checkbox.js";
|
|
@@ -18,12 +18,12 @@ import { default as q } from "./copy-button.js";
|
|
|
18
18
|
import { default as K } from "./date-calendar.js";
|
|
19
19
|
import { default as W } from "./details.js";
|
|
20
20
|
import { default as Y } from "./diff.js";
|
|
21
|
-
import { C as _ } from "../chunks/dialog.
|
|
21
|
+
import { C as _ } from "../chunks/dialog.ICoCAj6Z.js";
|
|
22
22
|
import { default as oe } from "./divider.js";
|
|
23
|
-
import { C as
|
|
24
|
-
import { C as xe } from "../chunks/dot-pagination.
|
|
23
|
+
import { C as re } from "../chunks/document-viewer.D6PxGcEL.js";
|
|
24
|
+
import { C as xe } from "../chunks/dot-pagination.CzVpiv00.js";
|
|
25
25
|
import { default as me } from "./dot-status.js";
|
|
26
|
-
import { default as
|
|
26
|
+
import { default as Ce } from "./drawer.js";
|
|
27
27
|
import { default as ue } from "./dropdown.js";
|
|
28
28
|
import { default as de } from "./e-chart.js";
|
|
29
29
|
import { default as ie } from "./element-clamp.js";
|
|
@@ -33,26 +33,26 @@ import { default as Se } from "./format-number.js";
|
|
|
33
33
|
import { default as De } from "./format-time.js";
|
|
34
34
|
import { default as we } from "./grid.js";
|
|
35
35
|
import { default as he } from "./grid-item.js";
|
|
36
|
-
import { C as Pe } from "../chunks/header.
|
|
36
|
+
import { C as Pe } from "../chunks/header.BQg_JjHw.js";
|
|
37
37
|
import { C as Me } from "../chunks/hub-connection.BtevPWYb.js";
|
|
38
38
|
import { f } from "../chunks/icon.CpHbi8tH.js";
|
|
39
39
|
import { C as Fe } from "../chunks/icon.CpHbi8tH.js";
|
|
40
|
-
import { C as Oe } from "../chunks/icon-button.
|
|
41
|
-
import { C as Ee } from "../chunks/iframe
|
|
42
|
-
import { C as Le } from "../chunks/image.
|
|
40
|
+
import { C as Oe } from "../chunks/icon-button.BWJ1Vqn5.js";
|
|
41
|
+
import { C as Ee } from "../chunks/iframe.Dm-nXSBv.js";
|
|
42
|
+
import { C as Le } from "../chunks/image.B-4cVbol.js";
|
|
43
43
|
import { default as je } from "./image-comparer.js";
|
|
44
44
|
import { default as Qe } from "./include.js";
|
|
45
|
-
import { C as qe } from "../chunks/input.
|
|
45
|
+
import { C as qe } from "../chunks/input.xgeLCG8I.js";
|
|
46
46
|
import { default as Ke } from "./input-group.js";
|
|
47
47
|
import { default as We } from "./line-clamp.js";
|
|
48
|
-
import { C as Ye } from "../chunks/markdown.
|
|
48
|
+
import { C as Ye } from "../chunks/markdown.bkEjjjS9.js";
|
|
49
49
|
import { default as _e } from "./menu.js";
|
|
50
|
-
import {
|
|
51
|
-
import { default as
|
|
50
|
+
import { C as oo } from "../chunks/menu-item.DgUMVYe5.js";
|
|
51
|
+
import { default as ro } from "./menu-label.js";
|
|
52
52
|
import { default as xo } from "./menu-section.js";
|
|
53
53
|
import { default as mo } from "./mutation-observer.js";
|
|
54
|
-
import { C as
|
|
55
|
-
import { C as uo } from "../chunks/pagination.
|
|
54
|
+
import { C as Co } from "../chunks/option.jeaj7_Lr.js";
|
|
55
|
+
import { C as uo } from "../chunks/pagination.CSPKsj4y.js";
|
|
56
56
|
import { default as no } from "./popup.js";
|
|
57
57
|
import { default as co } from "./progress-bar.js";
|
|
58
58
|
import { default as bo } from "./progress-ring.js";
|
|
@@ -74,28 +74,28 @@ import { default as Uo } from "./step.js";
|
|
|
74
74
|
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
|
-
import { C as tt } from "../chunks/tab-group.
|
|
78
|
-
import { default as
|
|
77
|
+
import { C as tt } from "../chunks/tab-group.BSl6GdIO.js";
|
|
78
|
+
import { default as at } from "./tab-panel.js";
|
|
79
79
|
import { default as ft } from "./tag.js";
|
|
80
80
|
import { default as st } from "./textarea.js";
|
|
81
|
-
import { default as
|
|
81
|
+
import { default as pt } from "./timecode.js";
|
|
82
82
|
import { default as lt } from "./tooltip.js";
|
|
83
|
-
import { a as nt, C as it } from "../chunks/tree.
|
|
83
|
+
import { a as nt, C as it } from "../chunks/tree.DYFFjW1-.js";
|
|
84
84
|
import { C as gt } from "../chunks/typography.IqHbnd3C.js";
|
|
85
85
|
import { default as At } from "./video.js";
|
|
86
86
|
import { default as St } from "./visually-hidden.js";
|
|
87
87
|
import { c as Dt } from "../chunks/component.styles.CRO4Odto.js";
|
|
88
88
|
import { g as wt, a as Rt, s as ht } from "../chunks/animation-registry.HmpwNuGH.js";
|
|
89
|
-
function
|
|
90
|
-
return Object.entries(
|
|
89
|
+
function p() {
|
|
90
|
+
return Object.entries(a).filter(([e]) => e !== "easings").map(([e]) => e);
|
|
91
91
|
}
|
|
92
92
|
function u() {
|
|
93
93
|
return Object.entries(x).map(([e]) => e);
|
|
94
94
|
}
|
|
95
95
|
function m() {
|
|
96
|
-
const e = f.toString(), o = [],
|
|
96
|
+
const e = f.toString(), o = [], r = /\.fa-([a-z0-9-]+)::?before/g;
|
|
97
97
|
let t;
|
|
98
|
-
for (; (t =
|
|
98
|
+
for (; (t = r.exec(e)) !== null; )
|
|
99
99
|
o.push(`fa fa-${t[1]}`);
|
|
100
100
|
return o;
|
|
101
101
|
}
|
|
@@ -122,10 +122,10 @@ export {
|
|
|
122
122
|
_ as CxDialog,
|
|
123
123
|
Y as CxDiff,
|
|
124
124
|
oe as CxDivider,
|
|
125
|
-
|
|
125
|
+
re as CxDocumentViewer,
|
|
126
126
|
xe as CxDotPagination,
|
|
127
127
|
me as CxDotStatus,
|
|
128
|
-
|
|
128
|
+
Ce as CxDrawer,
|
|
129
129
|
ue as CxDropdown,
|
|
130
130
|
de as CxEChart,
|
|
131
131
|
ie as CxElementClamp,
|
|
@@ -149,10 +149,10 @@ export {
|
|
|
149
149
|
Ye as CxMarkdown,
|
|
150
150
|
_e as CxMenu,
|
|
151
151
|
oo as CxMenuItem,
|
|
152
|
-
|
|
152
|
+
ro as CxMenuLabel,
|
|
153
153
|
xo as CxMenuSection,
|
|
154
154
|
mo as CxMutationObserver,
|
|
155
|
-
|
|
155
|
+
Co as CxOption,
|
|
156
156
|
uo as CxPagination,
|
|
157
157
|
no as CxPopup,
|
|
158
158
|
co as CxProgressBar,
|
|
@@ -176,10 +176,10 @@ export {
|
|
|
176
176
|
Zo as CxSwitch,
|
|
177
177
|
et as CxTab,
|
|
178
178
|
tt as CxTabGroup,
|
|
179
|
-
|
|
179
|
+
at as CxTabPanel,
|
|
180
180
|
ft as CxTag,
|
|
181
181
|
st as CxTextarea,
|
|
182
|
-
|
|
182
|
+
pt as CxTimecode,
|
|
183
183
|
lt as CxTooltip,
|
|
184
184
|
nt as CxTree,
|
|
185
185
|
it as CxTreeItem,
|
|
@@ -189,7 +189,7 @@ export {
|
|
|
189
189
|
Dt as componentStyles,
|
|
190
190
|
l as fontAwesomeIconNames,
|
|
191
191
|
wt as getAnimation,
|
|
192
|
-
|
|
192
|
+
p as getAnimationNames,
|
|
193
193
|
u as getEasingNames,
|
|
194
194
|
Rt as setAnimation,
|
|
195
195
|
ht as setDefaultAnimation
|
|
@@ -2,7 +2,7 @@ import { r as f, R as y } from "../chunks/resizable-component.styles.CAfXABBc.js
|
|
|
2
2
|
import { c as v } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { U as m, g as w, f as g, D as x } from "../chunks/time.DYWuX2id.js";
|
|
4
4
|
import { c as P } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import { L as S } from "../chunks/i18n.
|
|
5
|
+
import { L as S } from "../chunks/i18n.BA19xtyU.js";
|
|
6
6
|
import { w as u } from "../chunks/watch.DJF5K-8U.js";
|
|
7
7
|
import { e as b, b as _ } from "../chunks/waveform.1U9U_0rd.js";
|
|
8
8
|
import { i as E, b as $, x as h } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -11,7 +11,7 @@ import { r } from "../chunks/state.CSDxrqLd.js";
|
|
|
11
11
|
import { e as k } from "../chunks/query.BBf1UFkC.js";
|
|
12
12
|
import { e as W } from "../chunks/class-map.BiVq-cVR.js";
|
|
13
13
|
import { n as d } from "../chunks/when.Dr1es41R.js";
|
|
14
|
-
import { C as z } from "../chunks/icon-button.
|
|
14
|
+
import { C as z } from "../chunks/icon-button.BWJ1Vqn5.js";
|
|
15
15
|
import { C as T } from "../chunks/typography.IqHbnd3C.js";
|
|
16
16
|
const C = E`audio{display:none}:host{background-color:var(--background-color,var(--cx-color-neutral-0));border-radius:var(--border-radius,0px);border:var(--border,0px);box-sizing:border-box;color:var(--text-color,var(--cx-color-neutral));height:var(--height,auto);width:var(--width,100%);border-style:solid;display:block;position:relative}.audio{border-radius:inherit;gap:var(--cx-spacing-x-small,4px);height:100%;padding:var(--cx-spacing-small,8px);flex-direction:column;justify-content:center;display:flex;overflow:hidden}.audio--empty{height:var(--height,200px);min-height:var(--min-height,100%);padding:0}.audio--empty:before{background-color:var(--cx-color-neutral-1000);color:var(--cx-color-neutral-0);content:attr(data-empty-label);font-family:var(--cx-font-sans);font-size:clamp(var(--cx-font-size-x-small), 4cqw, var(--cx-font-size-large));font-weight:var(--cx-font-weight-semibold);text-align:center;height:100%;text-shadow:.05em .05em .1em var(--cx-color-neutral-1000);justify-content:center;align-items:center;width:100%;line-height:1;display:flex}.audio__play-button{--cx-input-border-width:2px;--cx-input-border-color:var(--text-color,var(--cx-color-neutral))}.audio__play-button::part(base){width:50px;height:50px;color:var(--text-color,var(--cx-color-neutral))!important}.audio__player{align-items:center;gap:var(--cx-spacing-small,8px);height:148px;display:flex}.audio__waveform{flex:1;min-width:0;overflow:hidden}.audio__waveform-svg{cursor:pointer;flex:1;width:100%;min-width:0;height:100%;display:block;overflow:hidden}.audio__waveform-wave{fill:var(--waves-color,var(--cx-color-primary))}.audio__waveform-played{fill:var(--played-color,color-mix(in srgb, var(--waves-color,var(--cx-color-primary)) 50%, black))}.audio__waveform-playhead{fill:var(--playhead-color,var(--cx-color-neutral-0));opacity:.9}.audio__footer{font-size:var(--cx-font-size-x-small,11px);color:var(--text-color,var(--cx-color-neutral));flex-direction:column;gap:0;padding-left:2px;display:flex}.audio__time{color:var(--text-color,var(--cx-color-neutral));font-variant-numeric:tabular-nums}.audio__filename{opacity:.75;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}`;
|
|
17
17
|
var I = Object.defineProperty, D = Object.getOwnPropertyDescriptor, e = (t, o, a, s) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { C as n } from "../chunks/input.
|
|
1
|
+
import { C as n } from "../chunks/input.xgeLCG8I.js";
|
|
2
2
|
import p from "./space.js";
|
|
3
3
|
import { n as u, C as m } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
4
4
|
import { c as h } from "../chunks/component.styles.CRO4Odto.js";
|
|
5
5
|
import { c as d } from "../chunks/custom-element.L4WJXn1j.js";
|
|
6
|
-
import { L as x } from "../chunks/i18n.
|
|
6
|
+
import { L as x } from "../chunks/i18n.BA19xtyU.js";
|
|
7
7
|
import { i as v, x as b } from "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import f from "./bicolor-picker.js";
|
|
9
9
|
const g = v`.border-width{width:72px}`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as p, C as h } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as d } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as m } 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 b } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { e as c } from "../chunks/query.BBf1UFkC.js";
|
|
7
7
|
import { C as g } from "../chunks/icon.CpHbi8tH.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
3
|
-
import { C as h } from "../chunks/button.
|
|
3
|
+
import { C as h } from "../chunks/button.CpY4FCwE.js";
|
|
4
4
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
5
5
|
import "../chunks/form.DSsy3Fcy.js";
|
|
6
|
-
import "../chunks/i18n.
|
|
6
|
+
import "../chunks/i18n.BA19xtyU.js";
|
|
7
7
|
import "../chunks/slot.j5oheLJC.js";
|
|
8
8
|
import "../chunks/watch.DJF5K-8U.js";
|
|
9
9
|
import "../chunks/state.CSDxrqLd.js";
|
|
@@ -5,7 +5,7 @@ import { d as S } from "../chunks/debounce.DaHuiSGU.js";
|
|
|
5
5
|
import { d as H } from "../chunks/default-value.COZopaet.js";
|
|
6
6
|
import { d as w } from "../chunks/drag.DenOh3AE.js";
|
|
7
7
|
import { F as M } from "../chunks/form.DSsy3Fcy.js";
|
|
8
|
-
import { L as O } from "../chunks/i18n.
|
|
8
|
+
import { L as O } from "../chunks/i18n.BA19xtyU.js";
|
|
9
9
|
import { c as u } from "../chunks/math.DuKzLacZ.js";
|
|
10
10
|
import { w as $ } from "../chunks/watch.DJF5K-8U.js";
|
|
11
11
|
import { i as A, x as h } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -16,11 +16,11 @@ import { e as _ } from "../chunks/class-map.BiVq-cVR.js";
|
|
|
16
16
|
import { o as y } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
17
17
|
import { o as f } from "../chunks/style-map.llVFPd__.js";
|
|
18
18
|
import { n as d } from "../chunks/when.Dr1es41R.js";
|
|
19
|
-
import { C as B } from "../chunks/button.
|
|
19
|
+
import { C as B } from "../chunks/button.CpY4FCwE.js";
|
|
20
20
|
import L from "./button-group.js";
|
|
21
21
|
import T from "./dropdown.js";
|
|
22
22
|
import { C as N } from "../chunks/icon.CpHbi8tH.js";
|
|
23
|
-
import { C as K } from "../chunks/input.
|
|
23
|
+
import { C as K } from "../chunks/input.xgeLCG8I.js";
|
|
24
24
|
import R from "./spinner.js";
|
|
25
25
|
import q from "./visually-hidden.js";
|
|
26
26
|
import { T as k } from "../chunks/index.C1chwzNp.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "./space.js";
|
|
2
2
|
import "../chunks/typography.IqHbnd3C.js";
|
|
3
3
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
4
|
-
import "../chunks/color-swatch.
|
|
4
|
+
import "../chunks/color-swatch.Caved2kL.js";
|
|
5
5
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
6
|
-
import { C as v } from "../chunks/color-swatch-group.
|
|
7
|
-
import "../chunks/
|
|
6
|
+
import { C as v } from "../chunks/color-swatch-group.CTcv62MK.js";
|
|
7
|
+
import "../chunks/content-builder.BX4pHujE.js";
|
|
8
8
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
9
9
|
import "../chunks/debounce.DaHuiSGU.js";
|
|
10
|
-
import "../chunks/i18n.
|
|
10
|
+
import "../chunks/i18n.BA19xtyU.js";
|
|
11
11
|
import "../chunks/watch.DJF5K-8U.js";
|
|
12
|
-
import "../chunks/toast.
|
|
12
|
+
import "../chunks/toast.C5Ir5yKA.js";
|
|
13
13
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
14
14
|
import "../chunks/state.CSDxrqLd.js";
|
|
15
15
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -5,11 +5,11 @@ import "./space.js";
|
|
|
5
5
|
import "../chunks/typography.IqHbnd3C.js";
|
|
6
6
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
7
7
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
8
|
-
import { C as q } from "../chunks/color-swatch.
|
|
8
|
+
import { C as q } from "../chunks/color-swatch.Caved2kL.js";
|
|
9
9
|
import "../chunks/color.LzSGBy7o.js";
|
|
10
10
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
11
11
|
import "../chunks/debounce.DaHuiSGU.js";
|
|
12
|
-
import "../chunks/i18n.
|
|
12
|
+
import "../chunks/i18n.BA19xtyU.js";
|
|
13
13
|
import "../chunks/watch.DJF5K-8U.js";
|
|
14
14
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
15
15
|
import "../chunks/state.CSDxrqLd.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import "../chunks/button.
|
|
2
|
-
import "../chunks/dialog.
|
|
1
|
+
import "../chunks/button.CpY4FCwE.js";
|
|
2
|
+
import "../chunks/dialog.ICoCAj6Z.js";
|
|
3
3
|
import "./dropdown.js";
|
|
4
4
|
import "../chunks/typography.IqHbnd3C.js";
|
|
5
5
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
6
6
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
7
|
-
import { C as x } from "../chunks/confirm-popover.
|
|
7
|
+
import { C as x } from "../chunks/confirm-popover.BSS1VhB2.js";
|
|
8
8
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
9
|
-
import "../chunks/i18n.
|
|
9
|
+
import "../chunks/i18n.BA19xtyU.js";
|
|
10
10
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
11
11
|
import "../chunks/query.BBf1UFkC.js";
|
|
12
12
|
import "../chunks/class-map.BiVq-cVR.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as r, C as y } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as m } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as f } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as g } from "../chunks/i18n.
|
|
4
|
+
import { L as g } from "../chunks/i18n.BA19xtyU.js";
|
|
5
5
|
import { H as x } from "../chunks/slot.j5oheLJC.js";
|
|
6
6
|
import { w as v } from "../chunks/watch.DJF5K-8U.js";
|
|
7
7
|
import { i as _, x as b } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { C as u } from "../chunks/input.
|
|
2
|
-
import { C as h } from "../chunks/option.
|
|
1
|
+
import { C as u } from "../chunks/input.xgeLCG8I.js";
|
|
2
|
+
import { C as h } from "../chunks/option.jeaj7_Lr.js";
|
|
3
3
|
import m from "./select.js";
|
|
4
4
|
import x from "./space.js";
|
|
5
5
|
import { n as l, C as g } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
6
6
|
import { c as C } from "../chunks/component.styles.CRO4Odto.js";
|
|
7
7
|
import { C as o } from "../chunks/index.Cpamj0jB.js";
|
|
8
8
|
import { c as d } from "../chunks/custom-element.L4WJXn1j.js";
|
|
9
|
-
import { L as _ } from "../chunks/i18n.
|
|
9
|
+
import { L as _ } from "../chunks/i18n.BA19xtyU.js";
|
|
10
10
|
import { i as v, x as y } from "../chunks/lit-element.jLBm65_O.js";
|
|
11
11
|
const $ = v`:host{width:100%;display:block}.corner-position-input-group__inputs{width:100%}.corner-position-input-group__input{flex:1}`;
|
|
12
12
|
var X = Object.defineProperty, Y = Object.getOwnPropertyDescriptor, r = (e, t, f, n) => {
|
|
@@ -8,7 +8,7 @@ import { i as y, x as n } from "../chunks/lit-element.jLBm65_O.js";
|
|
|
8
8
|
import { r as h } from "../chunks/state.CSDxrqLd.js";
|
|
9
9
|
import { e as w } from "../chunks/class-map.BiVq-cVR.js";
|
|
10
10
|
import { c as k } from "../chunks/repeat.CFjcER6_.js";
|
|
11
|
-
import { C as D } from "../chunks/icon-button.
|
|
11
|
+
import { C as D } from "../chunks/icon-button.BWJ1Vqn5.js";
|
|
12
12
|
const M = y`:host{display:inline-block}.calendar{background:var(--cx-color-neutral-0);border:1px solid var(--cx-color-neutral-200);border-radius:var(--cx-border-radius-medium);user-select:none;width:fit-content;overflow:hidden}.calendar__header{padding:var(--cx-spacing-3x-small);background:var(--header-background,var(--cx-color-neutral-100));border-bottom:1px solid var(--cx-color-neutral-200);justify-content:space-between;align-items:center;display:flex}.calendar__title{font-size:var(--cx-font-size-small);font-weight:var(--cx-font-weight-semibold);color:var(--cx-color-neutral-900)}.calendar__weekdays{grid-template-columns:repeat(7, var(--cell-size,30px));border-bottom:1px solid var(--cx-color-neutral-200);display:grid}.calendar__weekday{text-align:center;font-size:var(--cx-font-size-2x-small);font-weight:var(--cx-font-weight-regular);color:var(--cx-color-neutral-500);padding-block:var(--cx-spacing-2x-small)}.calendar__grid{grid-template-columns:repeat(7, var(--cell-size,30px));border-top:1px solid var(--cx-color-neutral-200);border-left:1px solid var(--cx-color-neutral-200);display:grid}.calendar__cell{height:var(--cell-size,30px);border:none;border-right:1px solid var(--cx-color-neutral-200);border-bottom:1px solid var(--cx-color-neutral-200);border-radius:var(--cell-border-radius,0);color:var(--cx-color-neutral-900);font-size:var(--cx-font-size-x-small);cursor:pointer;transition:background var(--cx-transition-x-fast) ease;background:0 0;justify-content:center;align-items:center;padding:0;display:flex}.calendar__cell:hover:not(.calendar__cell--selected){background:var(--cell-hover-background,var(--cx-color-primary-50))}.calendar__cell--disabled{background:var(--cx-color-neutral-50);color:var(--cx-color-neutral-300);cursor:not-allowed}.calendar__cell--disabled:hover{background:var(--cx-color-neutral-50)}.calendar__cell--outside{background:var(--cx-color-neutral-100);color:var(--cx-color-neutral-400)}.calendar__cell--today:not(.calendar__cell--selected){background:var(--cell-today-background,var(--cx-color-primary-200))}.calendar__cell--selected{background:var(--cell-selected-background,var(--cx-color-neutral-300));color:var(--cell-selected-color,var(--cx-color-neutral-0));font-weight:var(--cx-font-weight-bold)}.calendar__cell--selected:hover{background:var(--cell-selected-background,var(--cx-color-neutral-300));opacity:.85}`;
|
|
13
13
|
var $ = Object.defineProperty, C = Object.getOwnPropertyDescriptor, c = (e, a, o, r) => {
|
|
14
14
|
for (var l = r > 1 ? void 0 : r ? C(a, o) : a, i = e.length - 1, s; i >= 0; i--)
|
|
@@ -2,7 +2,7 @@ import { n, C as b } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
|
2
2
|
import { c as v } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { s as h, a as p, b as m, w as f } from "../chunks/event.BeKOsirN.js";
|
|
4
4
|
import { c as x } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import { L as g } from "../chunks/i18n.
|
|
5
|
+
import { L as g } from "../chunks/i18n.BA19xtyU.js";
|
|
6
6
|
import { w as _ } from "../chunks/watch.DJF5K-8U.js";
|
|
7
7
|
import { i as w, x as k } from "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import { e as l } from "../chunks/query.BBf1UFkC.js";
|