@orangelogic/design-system 2.47.0 → 2.48.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/amazon_s3.BB3xCgkt.js +36 -0
- package/library/chunks/{button.DrU92LJQ.js → button.DQ1SyxmK.js} +2 -2
- package/library/chunks/{color-swatch-group.D25TleOW.js → color-swatch-group.DN7t4a6b.js} +4 -4
- package/library/chunks/{color-swatch.C2-EzrL8.js → color-swatch.CyN0Rfwc.js} +2 -2
- package/library/chunks/{confirm-popover.DZEKwSER.js → confirm-popover.CFrckJqd.js} +3 -3
- package/library/chunks/{cropper.3qRm5dEe.js → cropper.CfSeVI5y.js} +1 -1
- package/library/chunks/{dialog.DJooAubs.js → dialog.B1-k8d10.js} +2 -2
- package/library/chunks/{dot-pagination.BAYd2LHU.js → dot-pagination.Ci2f-RDI.js} +1 -1
- package/library/chunks/{file-on-demand.Da51rS_0.js → file-on-demand.DKBPqNSf.js} +10 -10
- package/library/chunks/{folder-select.XvnsKaxl.js → folder-select.BY9NfYq8.js} +5 -5
- package/library/chunks/{header.CS8blIMq.js → header.55H9vN7t.js} +1 -1
- package/library/chunks/{i18n.D33BKrRs.js → i18n.CXUGdxzx.js} +1 -0
- package/library/chunks/{iframe.Ad6DPhUL.js → iframe.BYMxR3Sc.js} +1 -1
- package/library/chunks/{image.B0y0mQS7.js → image.qBD2O7kA.js} +2 -2
- package/library/chunks/{list-editor.Cp7uimYS.js → list-editor.BT8jyXOn.js} +6 -6
- package/library/chunks/{number.eX2EGPvy.js → number.CjNxU7Xs.js} +26 -16
- package/library/chunks/{option.C4nNbxye.js → option.DrGgLWa5.js} +1 -1
- package/library/chunks/orangelogic.B9VE3Ocx.js +22 -0
- package/library/chunks/parse.Cu5nBDTb.js +28 -0
- package/library/chunks/{popup.DSpLrBM-.js → popup.dmeEbJcf.js} +5 -5
- package/library/chunks/{select.q95lVGWn.js → select.Bc4UXmFy.js} +3 -3
- package/library/chunks/{tab-group.BBZDkdIX.js → tab-group.BHNXl1XO.js} +601 -581
- package/library/chunks/{table.Bz0thu3_.js → table.CNDxXSQ-.js} +1100 -1078
- package/library/chunks/{timecode.BOz71Ho5.js → timecode.DYwU2oVN.js} +18 -16
- package/library/chunks/{tree.Dqx2HC5u.js → tree.CwqbM4ad.js} +1 -1
- package/library/components/alert.js +1 -1
- package/library/components/asset-link-format.js +6 -6
- package/library/components/atoms.js +120 -118
- package/library/components/border-input-group.js +1 -1
- 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 +3 -3
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +1 -1
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/cropper.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/divider.js +37 -16
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +1 -1
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +5 -5
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +11 -11
- package/library/components/folder-select.js +4 -4
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.d.ts +3 -0
- package/library/components/format-time.js +223 -0
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +1 -1
- package/library/components/icon.js +3 -1
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +3 -3
- package/library/components/input.js +1 -1
- package/library/components/line-clamp.js +2 -2
- package/library/components/list-editor.js +6 -6
- package/library/components/masonry.js +1 -1
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +5 -5
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +38 -62
- package/library/components/pagination.js +4 -4
- package/library/components/popup.js +2 -2
- package/library/components/position-picker.js +1 -1
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/range.js +2 -2
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +4 -4
- package/library/components/share-option-list.js +1 -1
- package/library/components/size-input-group.js +2 -2
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/tab-group.js +5 -4
- package/library/components/tab.js +3 -2
- package/library/components/table.js +56 -55
- package/library/components/tag.js +1 -1
- package/library/components/timecode.js +1 -1
- package/library/components/tooltip.js +2 -2
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +1 -1
- package/library/components/types.js +624 -619
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/divider/divider.d.ts +6 -0
- package/library/packages/atoms/src/components/format-time/format-time.d.ts +40 -0
- package/library/packages/atoms/src/components/format-time/format-time.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/icon/custom-icons/amazon_s3.d.ts +4 -0
- package/library/packages/atoms/src/components/icon/custom-icons/orangelogic.d.ts +4 -0
- package/library/packages/atoms/src/components/tab-group/tab-group.d.ts +3 -1
- package/library/packages/atoms/src/components/table/table.d.ts +6 -3
- package/library/packages/atoms/src/components/table/tabulator-tables/core/RowManager.d.ts +14 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/core/Tabulator.d.ts +0 -1
- package/library/packages/atoms/src/components/table/tabulator-tables/modules/Page/Page.d.ts +6 -0
- package/library/packages/atoms/src/index.d.ts +1 -0
- package/library/packages/events/src/events.d.ts +0 -1
- package/library/packages/molecules/src/timeline/timeline.d.ts +4 -2
- package/library/packages/organisms/src/content-builder/configs/timeline.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +2 -0
- package/library/packages/types/src/table.d.ts +0 -7
- package/library/packages/types/src/time.d.ts +44 -0
- package/library/packages/utils/src/custom-element/i18n.d.ts +1 -0
- package/library/packages/utils/src/number/number.d.ts +1 -0
- package/library/packages/utils/src/time/index.d.ts +1 -0
- package/library/packages/utils/src/time/time.d.ts +11 -0
- package/library/react-web-component.d.ts +62 -4
- package/package.json +1 -1
- package/library/packages/events/src/cx-tab-group-pagination-change.d.ts +0 -8
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { C as
|
|
2
|
-
import { i as
|
|
3
|
-
import { c as
|
|
4
|
-
import { T as b, f as
|
|
5
|
-
import { w as
|
|
1
|
+
import { C as l, T as d } from "./typography.trna8y2b.js";
|
|
2
|
+
import { i as y, n as s, C as f, E as g, x as u, c as x } from "./custom-element.fmLrnDZr.js";
|
|
3
|
+
import { c as v } from "./component.styles.DtouHn2g.js";
|
|
4
|
+
import { T as b, f as c } from "./string.D6poLUEC.js";
|
|
5
|
+
import { w as h } from "./watch.BCJD77bD.js";
|
|
6
6
|
import { r as S } from "./state.Dt9F_SuS.js";
|
|
7
7
|
const C = {
|
|
8
8
|
fromAttribute: (r) => r?.split(" ").map((e) => {
|
|
@@ -11,10 +11,12 @@ const C = {
|
|
|
11
11
|
return o;
|
|
12
12
|
}).filter((e) => e !== void 0) ?? [],
|
|
13
13
|
toAttribute: (r) => Array.isArray(r) ? r.join(" ").trim() : ""
|
|
14
|
-
}, T =
|
|
14
|
+
}, T = y`
|
|
15
15
|
:host {
|
|
16
16
|
display: inline;
|
|
17
17
|
white-space: normal;
|
|
18
|
+
background-color: var(--cx-color-primary-50, #e5f1ff);
|
|
19
|
+
padding-inline: var(--cx-spacing-2x-small);
|
|
18
20
|
}
|
|
19
21
|
.time {
|
|
20
22
|
--color: var(--cx-color-primary);
|
|
@@ -30,7 +32,7 @@ var R = Object.defineProperty, M = Object.getOwnPropertyDescriptor, a = (r, e, o
|
|
|
30
32
|
};
|
|
31
33
|
let t = class extends f {
|
|
32
34
|
constructor() {
|
|
33
|
-
super(...arguments), this.time = [], this.timecodeMode = b.Standard, this.frameRate = 24, this.typographyVariant =
|
|
35
|
+
super(...arguments), this.time = [], this.timecodeMode = b.Standard, this.frameRate = 24, this.typographyVariant = d.Small, this.timeString = "";
|
|
34
36
|
}
|
|
35
37
|
handleTimeChange() {
|
|
36
38
|
if (!this.time?.length) {
|
|
@@ -38,16 +40,16 @@ let t = class extends f {
|
|
|
38
40
|
return;
|
|
39
41
|
}
|
|
40
42
|
if (this.time.length === 1 || this.time[0] === this.time[1]) {
|
|
41
|
-
this.timeString =
|
|
43
|
+
this.timeString = c(this.time[0], {
|
|
42
44
|
frameRate: this.frameRate,
|
|
43
45
|
mode: this.timecodeMode
|
|
44
46
|
});
|
|
45
47
|
return;
|
|
46
48
|
}
|
|
47
|
-
this.timeString =
|
|
49
|
+
this.timeString = c(this.time[0], {
|
|
48
50
|
frameRate: this.frameRate,
|
|
49
51
|
mode: this.timecodeMode
|
|
50
|
-
}) + " - " +
|
|
52
|
+
}) + " - " + c(this.time[1], {
|
|
51
53
|
frameRate: this.frameRate,
|
|
52
54
|
mode: this.timecodeMode
|
|
53
55
|
});
|
|
@@ -60,9 +62,9 @@ let t = class extends f {
|
|
|
60
62
|
` : g;
|
|
61
63
|
}
|
|
62
64
|
};
|
|
63
|
-
t.styles = [
|
|
65
|
+
t.styles = [v, T];
|
|
64
66
|
t.dependencies = {
|
|
65
|
-
"cx-typography":
|
|
67
|
+
"cx-typography": l
|
|
66
68
|
};
|
|
67
69
|
a([
|
|
68
70
|
s({
|
|
@@ -85,12 +87,12 @@ a([
|
|
|
85
87
|
S()
|
|
86
88
|
], t.prototype, "timeString", 2);
|
|
87
89
|
a([
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
h("time"),
|
|
91
|
+
h("timecodeMode"),
|
|
92
|
+
h("frameRate")
|
|
91
93
|
], t.prototype, "handleTimeChange", 1);
|
|
92
94
|
t = a([
|
|
93
|
-
|
|
95
|
+
x("cx-timecode")
|
|
94
96
|
], t);
|
|
95
97
|
export {
|
|
96
98
|
t as C,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as R, C as N, x as g, E as L, n as l, c as G } from "./custom-element.fmLrnDZr.js";
|
|
2
2
|
import { c as M } from "./component.styles.DtouHn2g.js";
|
|
3
|
-
import { L as Z } from "./i18n.
|
|
3
|
+
import { L as Z } from "./i18n.CXUGdxzx.js";
|
|
4
4
|
import { c as K } from "./math.DqTA6ya4.js";
|
|
5
5
|
import { w as b } from "./watch.BCJD77bD.js";
|
|
6
6
|
import { r as y } from "./state.Dt9F_SuS.js";
|
|
@@ -2,7 +2,7 @@ import { i as b, n as s, C as x, x as h, c as y } from "../chunks/custom-element
|
|
|
2
2
|
import { c as C } from "../chunks/component.styles.DtouHn2g.js";
|
|
3
3
|
import { s as f, a as u, g as p, b as m } from "../chunks/animation-registry.DavRkTTr.js";
|
|
4
4
|
import { w as v } from "../chunks/event.mFzZi4sr.js";
|
|
5
|
-
import { L as T } from "../chunks/i18n.
|
|
5
|
+
import { L as T } from "../chunks/i18n.CXUGdxzx.js";
|
|
6
6
|
import { H as I } from "../chunks/slot.DJLm4Dig.js";
|
|
7
7
|
import { w as g } from "../chunks/watch.BCJD77bD.js";
|
|
8
8
|
import { r as A } from "../chunks/state.Dt9F_SuS.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { c as rt } from "../chunks/cropper.
|
|
2
|
-
import { C as q } from "../chunks/button.
|
|
1
|
+
import { c as rt } from "../chunks/cropper.CfSeVI5y.js";
|
|
2
|
+
import { C as q } from "../chunks/button.DQ1SyxmK.js";
|
|
3
3
|
import H from "./space.js";
|
|
4
4
|
import { C as W } from "../chunks/typography.trna8y2b.js";
|
|
5
5
|
import { i as F, n as l, C as E, x as b, c as N } from "../chunks/custom-element.fmLrnDZr.js";
|
|
6
6
|
import { b as ht, c as lt } from "../chunks/asset.Ba-CxnNM.js";
|
|
7
7
|
import { c as O } from "../chunks/component.styles.DtouHn2g.js";
|
|
8
8
|
import { T as c, U as o } from "../chunks/asset-link-format.BSRDqHg7.js";
|
|
9
|
-
import { L as D } from "../chunks/i18n.
|
|
9
|
+
import { L as D } from "../chunks/i18n.CXUGdxzx.js";
|
|
10
10
|
import { w as k } from "../chunks/watch.BCJD77bD.js";
|
|
11
|
-
import { s as it, c as st } from "../chunks/number.
|
|
11
|
+
import { s as it, c as st } from "../chunks/number.CjNxU7Xs.js";
|
|
12
12
|
import { r as S } from "../chunks/state.Dt9F_SuS.js";
|
|
13
13
|
import { n as J } from "../chunks/when.Dr1es41R.js";
|
|
14
14
|
import T from "./details.js";
|
|
@@ -16,8 +16,8 @@ import nt from "./divider.js";
|
|
|
16
16
|
import L from "./icon.js";
|
|
17
17
|
import K from "./icon-button.js";
|
|
18
18
|
import tt from "./input.js";
|
|
19
|
-
import { C as G } from "../chunks/option.
|
|
20
|
-
import { C as X } from "../chunks/select.
|
|
19
|
+
import { C as G } from "../chunks/option.DrGgLWa5.js";
|
|
20
|
+
import { C as X } from "../chunks/select.Bc4UXmFy.js";
|
|
21
21
|
import { e as j } from "../chunks/query.BBf1UFkC.js";
|
|
22
22
|
import { c as Q } from "../chunks/repeat.B1pVpmRx.js";
|
|
23
23
|
import { o as M } from "../chunks/style-map.lEJHEwk3.js";
|
|
@@ -6,16 +6,16 @@ import { default as n } from "./avatar.js";
|
|
|
6
6
|
import { default as g } from "./badge.js";
|
|
7
7
|
import { default as b } from "./breadcrumb.js";
|
|
8
8
|
import { default as T } from "./breadcrumb-item.js";
|
|
9
|
-
import { C as B } from "../chunks/button.
|
|
9
|
+
import { C as B } from "../chunks/button.DQ1SyxmK.js";
|
|
10
10
|
import { default as R } from "./button-group.js";
|
|
11
11
|
import { default as P } from "./card.js";
|
|
12
12
|
import { default as G } from "./checkbox.js";
|
|
13
13
|
import { default as v } from "./color-picker.js";
|
|
14
14
|
import { default as k } from "./copy-button.js";
|
|
15
|
-
import { default as
|
|
16
|
-
import { C as H } from "../chunks/dialog.
|
|
15
|
+
import { default as F } from "./details.js";
|
|
16
|
+
import { C as H } from "../chunks/dialog.B1-k8d10.js";
|
|
17
17
|
import { default as j } from "./divider.js";
|
|
18
|
-
import { C as L } from "../chunks/dot-pagination.
|
|
18
|
+
import { C as L } from "../chunks/dot-pagination.Ci2f-RDI.js";
|
|
19
19
|
import { default as z } from "./dot-status.js";
|
|
20
20
|
import { default as q } from "./drawer.js";
|
|
21
21
|
import { default as K } from "./dropdown.js";
|
|
@@ -23,61 +23,62 @@ import { default as W } from "./element-clamp.js";
|
|
|
23
23
|
import { default as Y } from "./format-bytes.js";
|
|
24
24
|
import { default as _ } from "./format-date.js";
|
|
25
25
|
import { default as ee } from "./format-number.js";
|
|
26
|
-
import { default as ae } from "./
|
|
27
|
-
import { default as te } from "./grid
|
|
28
|
-
import {
|
|
29
|
-
import { C as se } from "../chunks/
|
|
30
|
-
import {
|
|
31
|
-
import { default as de } from "./icon
|
|
32
|
-
import {
|
|
33
|
-
import { C as ge } from "../chunks/
|
|
34
|
-
import {
|
|
35
|
-
import { default as Te } from "./
|
|
36
|
-
import { default as Be } from "./
|
|
37
|
-
import { default as Re } from "./input
|
|
38
|
-
import { default as Pe } from "./
|
|
39
|
-
import { default as Ge } from "./
|
|
40
|
-
import { default as ve } from "./
|
|
41
|
-
import { default as ke } from "./menu
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as He } from "./menu-
|
|
44
|
-
import { default as je } from "./
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import { default as We } from "./progress-
|
|
50
|
-
import { default as Ye } from "./
|
|
51
|
-
import { default as _e } from "./
|
|
52
|
-
import { default as eo } from "./radio
|
|
53
|
-
import { default as ao } from "./radio-
|
|
54
|
-
import { default as to } from "./radio-
|
|
55
|
-
import { default as fo } from "./
|
|
56
|
-
import { default as so } from "./
|
|
57
|
-
import { default as Co } from "./
|
|
58
|
-
import { default as lo } from "./
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import { default as Io } from "./
|
|
62
|
-
import { default as So } from "./
|
|
63
|
-
import { default as Do } from "./
|
|
64
|
-
import { default as Ao } from "./
|
|
65
|
-
import { default as yo } from "./
|
|
66
|
-
import { default as Mo } from "./
|
|
67
|
-
import { default as Oo } from "./
|
|
68
|
-
import {
|
|
69
|
-
import { C as
|
|
70
|
-
import {
|
|
71
|
-
import { default as Eo } from "./
|
|
72
|
-
import { default as Vo } from "./
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import { C as Yo } from "../chunks/
|
|
77
|
-
import {
|
|
78
|
-
import { default as ea } from "./
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
26
|
+
import { default as ae } from "./format-time.js";
|
|
27
|
+
import { default as te } from "./grid.js";
|
|
28
|
+
import { default as fe } from "./grid-item.js";
|
|
29
|
+
import { C as se } from "../chunks/header.55H9vN7t.js";
|
|
30
|
+
import { C as Ce } from "../chunks/hub-connection.BiLljnv2.js";
|
|
31
|
+
import { default as de } from "./icon.js";
|
|
32
|
+
import { default as ne } from "./icon-button.js";
|
|
33
|
+
import { C as ge } from "../chunks/iframe.BYMxR3Sc.js";
|
|
34
|
+
import { C as be } from "../chunks/image.qBD2O7kA.js";
|
|
35
|
+
import { default as Te } from "./image-comparer.js";
|
|
36
|
+
import { default as Be } from "./include.js";
|
|
37
|
+
import { default as Re } from "./input.js";
|
|
38
|
+
import { default as Pe } from "./input-group.js";
|
|
39
|
+
import { default as Ge } from "./line-clamp.js";
|
|
40
|
+
import { default as ve } from "./markdown.js";
|
|
41
|
+
import { default as ke } from "./menu.js";
|
|
42
|
+
import { default as Fe } from "./menu-item.js";
|
|
43
|
+
import { default as He } from "./menu-label.js";
|
|
44
|
+
import { default as je } from "./menu-section.js";
|
|
45
|
+
import { default as Le } from "./mutation-observer.js";
|
|
46
|
+
import { C as ze } from "../chunks/option.DrGgLWa5.js";
|
|
47
|
+
import { default as qe } from "./pagination.js";
|
|
48
|
+
import { C as Ke } from "../chunks/popup.dmeEbJcf.js";
|
|
49
|
+
import { default as We } from "./progress-bar.js";
|
|
50
|
+
import { default as Ye } from "./progress-ring.js";
|
|
51
|
+
import { default as _e } from "./qr-code.js";
|
|
52
|
+
import { default as eo } from "./radio.js";
|
|
53
|
+
import { default as ao } from "./radio-button.js";
|
|
54
|
+
import { default as to } from "./radio-card.js";
|
|
55
|
+
import { default as fo } from "./radio-group.js";
|
|
56
|
+
import { default as so } from "./range.js";
|
|
57
|
+
import { default as Co } from "./rating.js";
|
|
58
|
+
import { default as lo } from "./relative-time.js";
|
|
59
|
+
import { default as io } from "./resize-observer.js";
|
|
60
|
+
import { C as co } from "../chunks/select.Bc4UXmFy.js";
|
|
61
|
+
import { default as Io } from "./skeleton.js";
|
|
62
|
+
import { default as So } from "./space.js";
|
|
63
|
+
import { default as Do } from "./spinner.js";
|
|
64
|
+
import { default as Ao } from "./split-panel.js";
|
|
65
|
+
import { default as yo } from "./step.js";
|
|
66
|
+
import { default as Mo } from "./stepper.js";
|
|
67
|
+
import { default as Oo } from "./switch.js";
|
|
68
|
+
import { default as wo } from "./tab.js";
|
|
69
|
+
import { C as ho } from "../chunks/tab-group.BHNXl1XO.js";
|
|
70
|
+
import { C as No } from "../chunks/table.CNDxXSQ-.js";
|
|
71
|
+
import { default as Eo } from "./tab-panel.js";
|
|
72
|
+
import { default as Vo } from "./tag.js";
|
|
73
|
+
import { default as Qo } from "./textarea.js";
|
|
74
|
+
import { C as Jo } from "../chunks/timecode.DYwU2oVN.js";
|
|
75
|
+
import { default as Uo } from "./tooltip.js";
|
|
76
|
+
import { a as Xo, C as Yo } from "../chunks/tree.CwqbM4ad.js";
|
|
77
|
+
import { C as _o } from "../chunks/typography.trna8y2b.js";
|
|
78
|
+
import { default as ea } from "./video.js";
|
|
79
|
+
import { default as aa } from "./visually-hidden.js";
|
|
80
|
+
import { c as ta } from "../chunks/component.styles.DtouHn2g.js";
|
|
81
|
+
import { g as fa, d as ma, s as sa } from "../chunks/animation-registry.DavRkTTr.js";
|
|
81
82
|
function t() {
|
|
82
83
|
return Object.entries(o).filter(([e]) => e !== "easings").map(([e]) => e);
|
|
83
84
|
}
|
|
@@ -98,7 +99,7 @@ export {
|
|
|
98
99
|
G as CxCheckbox,
|
|
99
100
|
v as CxColorPicker,
|
|
100
101
|
k as CxCopyButton,
|
|
101
|
-
|
|
102
|
+
F as CxDetails,
|
|
102
103
|
H as CxDialog,
|
|
103
104
|
j as CxDivider,
|
|
104
105
|
L as CxDotPagination,
|
|
@@ -109,64 +110,65 @@ export {
|
|
|
109
110
|
Y as CxFormatBytes,
|
|
110
111
|
_ as CxFormatDate,
|
|
111
112
|
ee as CxFormatNumber,
|
|
112
|
-
ae as
|
|
113
|
-
te as
|
|
114
|
-
fe as
|
|
115
|
-
se as
|
|
116
|
-
Ce as
|
|
117
|
-
de as
|
|
118
|
-
ne as
|
|
119
|
-
ge as
|
|
120
|
-
be as
|
|
121
|
-
Te as
|
|
122
|
-
Be as
|
|
123
|
-
Re as
|
|
124
|
-
Pe as
|
|
125
|
-
Ge as
|
|
126
|
-
ve as
|
|
127
|
-
ke as
|
|
128
|
-
|
|
129
|
-
He as
|
|
130
|
-
je as
|
|
131
|
-
Le as
|
|
132
|
-
ze as
|
|
133
|
-
qe as
|
|
134
|
-
Ke as
|
|
135
|
-
We as
|
|
136
|
-
Ye as
|
|
137
|
-
_e as
|
|
138
|
-
eo as
|
|
139
|
-
ao as
|
|
140
|
-
to as
|
|
141
|
-
fo as
|
|
142
|
-
so as
|
|
143
|
-
Co as
|
|
144
|
-
lo as
|
|
145
|
-
io as
|
|
146
|
-
co as
|
|
147
|
-
Io as
|
|
148
|
-
So as
|
|
149
|
-
Do as
|
|
150
|
-
Ao as
|
|
151
|
-
yo as
|
|
152
|
-
Mo as
|
|
153
|
-
Oo as
|
|
154
|
-
wo as
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
Vo as
|
|
159
|
-
Qo as
|
|
160
|
-
Jo as
|
|
161
|
-
Uo as
|
|
162
|
-
|
|
163
|
-
Yo as
|
|
164
|
-
_o as
|
|
165
|
-
ea as
|
|
166
|
-
aa as
|
|
167
|
-
ta as
|
|
113
|
+
ae as CxFormatTime,
|
|
114
|
+
te as CxGrid,
|
|
115
|
+
fe as CxGridItem,
|
|
116
|
+
se as CxHeader,
|
|
117
|
+
Ce as CxHubConnection,
|
|
118
|
+
de as CxIcon,
|
|
119
|
+
ne as CxIconButton,
|
|
120
|
+
ge as CxIframe,
|
|
121
|
+
be as CxImage,
|
|
122
|
+
Te as CxImageComparer,
|
|
123
|
+
Be as CxInclude,
|
|
124
|
+
Re as CxInput,
|
|
125
|
+
Pe as CxInputGroup,
|
|
126
|
+
Ge as CxLineClamp,
|
|
127
|
+
ve as CxMarkdown,
|
|
128
|
+
ke as CxMenu,
|
|
129
|
+
Fe as CxMenuItem,
|
|
130
|
+
He as CxMenuLabel,
|
|
131
|
+
je as CxMenuSection,
|
|
132
|
+
Le as CxMutationObserver,
|
|
133
|
+
ze as CxOption,
|
|
134
|
+
qe as CxPagination,
|
|
135
|
+
Ke as CxPopup,
|
|
136
|
+
We as CxProgressBar,
|
|
137
|
+
Ye as CxProgressRing,
|
|
138
|
+
_e as CxQrCode,
|
|
139
|
+
eo as CxRadio,
|
|
140
|
+
ao as CxRadioButton,
|
|
141
|
+
to as CxRadioCard,
|
|
142
|
+
fo as CxRadioGroup,
|
|
143
|
+
so as CxRange,
|
|
144
|
+
Co as CxRating,
|
|
145
|
+
lo as CxRelativeTime,
|
|
146
|
+
io as CxResizeObserver,
|
|
147
|
+
co as CxSelect,
|
|
148
|
+
Io as CxSkeleton,
|
|
149
|
+
So as CxSpace,
|
|
150
|
+
Do as CxSpinner,
|
|
151
|
+
Ao as CxSplitPanel,
|
|
152
|
+
yo as CxStep,
|
|
153
|
+
Mo as CxStepper,
|
|
154
|
+
Oo as CxSwitch,
|
|
155
|
+
wo as CxTab,
|
|
156
|
+
ho as CxTabGroup,
|
|
157
|
+
Eo as CxTabPanel,
|
|
158
|
+
No as CxTable,
|
|
159
|
+
Vo as CxTag,
|
|
160
|
+
Qo as CxTextarea,
|
|
161
|
+
Jo as CxTimecode,
|
|
162
|
+
Uo as CxTooltip,
|
|
163
|
+
Xo as CxTree,
|
|
164
|
+
Yo as CxTreeItem,
|
|
165
|
+
_o as CxTypography,
|
|
166
|
+
ea as CxVideo,
|
|
167
|
+
aa as CxVisuallyHidden,
|
|
168
|
+
ta as componentStyles,
|
|
169
|
+
fa as getAnimation,
|
|
168
170
|
t as getAnimationNames,
|
|
169
171
|
x as getEasingNames,
|
|
170
|
-
|
|
171
|
-
|
|
172
|
+
ma as setAnimation,
|
|
173
|
+
sa as setDefaultAnimation
|
|
172
174
|
};
|
|
@@ -2,7 +2,7 @@ import n from "./input.js";
|
|
|
2
2
|
import p from "./space.js";
|
|
3
3
|
import { i as u, n as h, C as m, x as d, c as x } from "../chunks/custom-element.fmLrnDZr.js";
|
|
4
4
|
import { c as v } from "../chunks/component.styles.DtouHn2g.js";
|
|
5
|
-
import { L as b } from "../chunks/i18n.
|
|
5
|
+
import { L as b } from "../chunks/i18n.CXUGdxzx.js";
|
|
6
6
|
import f from "./bicolor-picker.js";
|
|
7
7
|
const g = u`
|
|
8
8
|
.border-width {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as p, n as h, C as d, x as u, c as m } from "../chunks/custom-element.fmLrnDZr.js";
|
|
2
2
|
import { c as f } from "../chunks/component.styles.DtouHn2g.js";
|
|
3
|
-
import { L as b } from "../chunks/i18n.
|
|
3
|
+
import { L as b } from "../chunks/i18n.CXUGdxzx.js";
|
|
4
4
|
import { e as c } from "../chunks/query.BBf1UFkC.js";
|
|
5
5
|
import g from "./icon.js";
|
|
6
6
|
const S = p`
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../chunks/custom-element.fmLrnDZr.js";
|
|
2
2
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
3
|
-
import { C as g } from "../chunks/button.
|
|
3
|
+
import { C as g } from "../chunks/button.DQ1SyxmK.js";
|
|
4
4
|
import "../chunks/form.BY8-x3IU.js";
|
|
5
|
-
import "../chunks/i18n.
|
|
5
|
+
import "../chunks/i18n.CXUGdxzx.js";
|
|
6
6
|
import "../chunks/slot.DJLm4Dig.js";
|
|
7
7
|
import "../chunks/watch.BCJD77bD.js";
|
|
8
8
|
import "../chunks/state.Dt9F_SuS.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { i as V, n as l, C as S, x as h, c as F } from "../chunks/custom-element.fmLrnDZr.js";
|
|
2
2
|
import { c as z } from "../chunks/component.styles.DtouHn2g.js";
|
|
3
|
-
import { d as C } from "../chunks/popup.
|
|
3
|
+
import { d as C } from "../chunks/popup.dmeEbJcf.js";
|
|
4
4
|
import { d as D } from "../chunks/default-value.BrNrMtnz.js";
|
|
5
5
|
import { d as y } from "../chunks/drag.DXEXVXPv.js";
|
|
6
6
|
import { F as I } from "../chunks/form.BY8-x3IU.js";
|
|
7
|
-
import { L as E } from "../chunks/i18n.
|
|
7
|
+
import { L as E } from "../chunks/i18n.CXUGdxzx.js";
|
|
8
8
|
import { c as u } from "../chunks/math.DqTA6ya4.js";
|
|
9
9
|
import { w as k } from "../chunks/watch.BCJD77bD.js";
|
|
10
10
|
import { r as g } from "../chunks/state.Dt9F_SuS.js";
|
|
@@ -14,7 +14,7 @@ import { e as b } from "../chunks/class-map.DqNfBvJI.js";
|
|
|
14
14
|
import { o as x } from "../chunks/if-defined.CKupVaWs.js";
|
|
15
15
|
import { o as m } from "../chunks/style-map.lEJHEwk3.js";
|
|
16
16
|
import { n as d } from "../chunks/when.Dr1es41R.js";
|
|
17
|
-
import { C as M } from "../chunks/button.
|
|
17
|
+
import { C as M } from "../chunks/button.DQ1SyxmK.js";
|
|
18
18
|
import O from "./button-group.js";
|
|
19
19
|
import A from "./dropdown.js";
|
|
20
20
|
import B from "./icon.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./space.js";
|
|
2
|
-
import "../chunks/table.
|
|
2
|
+
import "../chunks/table.CNDxXSQ-.js";
|
|
3
3
|
import "../chunks/typography.trna8y2b.js";
|
|
4
4
|
import "../chunks/custom-element.fmLrnDZr.js";
|
|
5
|
-
import "../chunks/color-swatch.
|
|
5
|
+
import "../chunks/color-swatch.CyN0Rfwc.js";
|
|
6
6
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
7
|
-
import { C as n } from "../chunks/color-swatch-group.
|
|
7
|
+
import { C as n } from "../chunks/color-swatch-group.DN7t4a6b.js";
|
|
8
8
|
import "../chunks/content-builder.UlVFSATk.js";
|
|
9
|
-
import "../chunks/popup.
|
|
10
|
-
import "../chunks/i18n.
|
|
9
|
+
import "../chunks/popup.dmeEbJcf.js";
|
|
10
|
+
import "../chunks/i18n.CXUGdxzx.js";
|
|
11
11
|
import "../chunks/watch.BCJD77bD.js";
|
|
12
12
|
import "../chunks/state.Dt9F_SuS.js";
|
|
13
13
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -5,9 +5,9 @@ import "./space.js";
|
|
|
5
5
|
import "../chunks/typography.trna8y2b.js";
|
|
6
6
|
import "../chunks/custom-element.fmLrnDZr.js";
|
|
7
7
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
8
|
-
import { C as j } from "../chunks/color-swatch.
|
|
9
|
-
import "../chunks/popup.
|
|
10
|
-
import "../chunks/i18n.
|
|
8
|
+
import { C as j } from "../chunks/color-swatch.CyN0Rfwc.js";
|
|
9
|
+
import "../chunks/popup.dmeEbJcf.js";
|
|
10
|
+
import "../chunks/i18n.CXUGdxzx.js";
|
|
11
11
|
import "../chunks/watch.BCJD77bD.js";
|
|
12
12
|
import "../chunks/state.Dt9F_SuS.js";
|
|
13
13
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "../chunks/button.
|
|
2
|
-
import "../chunks/dialog.
|
|
1
|
+
import "../chunks/button.DQ1SyxmK.js";
|
|
2
|
+
import "../chunks/dialog.B1-k8d10.js";
|
|
3
3
|
import "./dropdown.js";
|
|
4
4
|
import "../chunks/typography.trna8y2b.js";
|
|
5
5
|
import "../chunks/custom-element.fmLrnDZr.js";
|
|
6
6
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
7
|
-
import { C as s } from "../chunks/confirm-popover.
|
|
8
|
-
import "../chunks/i18n.
|
|
7
|
+
import { C as s } from "../chunks/confirm-popover.CFrckJqd.js";
|
|
8
|
+
import "../chunks/i18n.CXUGdxzx.js";
|
|
9
9
|
import "../chunks/query.BBf1UFkC.js";
|
|
10
10
|
import "../chunks/class-map.DqNfBvJI.js";
|
|
11
11
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as y, n as r, C as m, x as b, c as f } from "../chunks/custom-element.fmLrnDZr.js";
|
|
2
2
|
import { c as g } from "../chunks/component.styles.DtouHn2g.js";
|
|
3
|
-
import { L as x } from "../chunks/i18n.
|
|
3
|
+
import { L as x } from "../chunks/i18n.CXUGdxzx.js";
|
|
4
4
|
import { H as v } from "../chunks/slot.DJLm4Dig.js";
|
|
5
5
|
import { w as _ } from "../chunks/watch.BCJD77bD.js";
|
|
6
6
|
import { r as u } from "../chunks/state.Dt9F_SuS.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import u from "./input.js";
|
|
2
|
-
import { C as h } from "../chunks/option.
|
|
3
|
-
import { C as m } from "../chunks/select.
|
|
2
|
+
import { C as h } from "../chunks/option.DrGgLWa5.js";
|
|
3
|
+
import { C as m } from "../chunks/select.Bc4UXmFy.js";
|
|
4
4
|
import x from "./space.js";
|
|
5
5
|
import { i as g, n as l, C, x as d, c as _ } from "../chunks/custom-element.fmLrnDZr.js";
|
|
6
6
|
import { c as v } from "../chunks/component.styles.DtouHn2g.js";
|
|
7
7
|
import { C as o } from "../chunks/index.Cpamj0jB.js";
|
|
8
|
-
import { L as y } from "../chunks/i18n.
|
|
8
|
+
import { L as y } from "../chunks/i18n.CXUGdxzx.js";
|
|
9
9
|
const $ = g`
|
|
10
10
|
:host {
|
|
11
11
|
display: block;
|
|
@@ -4,7 +4,7 @@ import "../chunks/asset-link-format.BSRDqHg7.js";
|
|
|
4
4
|
import "../chunks/state.Dt9F_SuS.js";
|
|
5
5
|
import "../chunks/query.BBf1UFkC.js";
|
|
6
6
|
import "../chunks/when.Dr1es41R.js";
|
|
7
|
-
import { C as f } from "../chunks/cropper.
|
|
7
|
+
import { C as f } from "../chunks/cropper.CfSeVI5y.js";
|
|
8
8
|
export {
|
|
9
9
|
f as default
|
|
10
10
|
};
|
|
@@ -2,7 +2,7 @@ import { i as b, n as c, C as v, x, c as g } from "../chunks/custom-element.fmLr
|
|
|
2
2
|
import { c as _ } from "../chunks/component.styles.DtouHn2g.js";
|
|
3
3
|
import { s as y, a as h, g as p, b as u, c as m } from "../chunks/animation-registry.DavRkTTr.js";
|
|
4
4
|
import { w as f } from "../chunks/event.mFzZi4sr.js";
|
|
5
|
-
import { L as w } from "../chunks/i18n.
|
|
5
|
+
import { L as w } from "../chunks/i18n.CXUGdxzx.js";
|
|
6
6
|
import { w as k } from "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import { e as l } from "../chunks/query.BBf1UFkC.js";
|
|
8
8
|
import { e as C } from "../chunks/class-map.DqNfBvJI.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "../chunks/custom-element.fmLrnDZr.js";
|
|
2
2
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
3
3
|
import "../chunks/overlayscrollbars.BhATcEys.js";
|
|
4
|
-
import { C as n } from "../chunks/dialog.
|
|
4
|
+
import { C as n } from "../chunks/dialog.B1-k8d10.js";
|
|
5
5
|
import "../chunks/animation-registry.DavRkTTr.js";
|
|
6
6
|
import "../chunks/event.mFzZi4sr.js";
|
|
7
|
-
import "../chunks/i18n.
|
|
7
|
+
import "../chunks/i18n.CXUGdxzx.js";
|
|
8
8
|
import "../chunks/modal.BqNLxgs1.js";
|
|
9
9
|
import "../chunks/scroll.DwPiX2Ox.js";
|
|
10
10
|
import "../chunks/slot.DJLm4Dig.js";
|
|
@@ -17,7 +17,7 @@ import "../chunks/style-map.lEJHEwk3.js";
|
|
|
17
17
|
import "../chunks/when.Dr1es41R.js";
|
|
18
18
|
import "./divider.js";
|
|
19
19
|
import "./icon-button.js";
|
|
20
|
-
import "../chunks/popup.
|
|
20
|
+
import "../chunks/popup.dmeEbJcf.js";
|
|
21
21
|
export {
|
|
22
22
|
n as default
|
|
23
23
|
};
|