@orangelogic/design-system 2.19.0-pr77234.3 → 2.21.0-ci.4
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.CNLtOgSn.js → asset-link-format.C0CS4yT2.js} +1 -1
- package/library/chunks/{color-swatch-group.fL5ADbZF.js → color-swatch-group.CLgR1RVY.js} +3 -3
- package/library/chunks/{color-swatch.JL7CbNRm.js → color-swatch.k8v423rv.js} +1 -1
- package/library/chunks/{confirm-popover.DwSAxWFi.js → confirm-popover.B5zE9qkC.js} +1 -1
- package/library/chunks/{dialog.upIZWR3x.js → dialog.BTGwgvZG.js} +1 -1
- package/library/chunks/{file-on-demand.Cb4mtesb.js → file-on-demand.Dbju7eFg.js} +5 -5
- package/library/chunks/{folder-select.BsbsjikP.js → folder-select.hyld2fgc.js} +2 -2
- package/library/chunks/{image.CRcv0x3Z.js → image.9eUBQRQ0.js} +11 -12
- package/library/chunks/{list-editor.BPUsGMW-.js → list-editor.CrErjQdh.js} +1 -1
- package/library/chunks/{menu-item.HK2A6RqD.js → menu-item.Dep30IBS.js} +1 -1
- package/library/chunks/popup.CiIgTjOV.js +3320 -0
- package/library/chunks/{select.DMdl1Kdd.js → select.CWOW4pAr.js} +1 -1
- package/library/chunks/{tab-group.3F6gRchD.js → tab-group.C0I_UeKY.js} +1 -1
- package/library/chunks/{table.BarE1-gL.js → table.Oco9h8cd.js} +1 -1
- package/library/components/asset-link-format.js +1 -1
- package/library/components/atoms.js +7 -7
- package/library/components/color-picker.js +1 -1
- package/library/components/color-swatch-group.js +4 -4
- package/library/components/color-swatch.js +2 -2
- package/library/components/confirm-popover.js +2 -2
- package/library/components/corner-position-input-group.js +1 -1
- package/library/components/dialog.js +2 -2
- package/library/components/dropdown.js +1 -1
- package/library/components/dynamic-select.js +2 -2
- package/library/components/file-on-demand.js +6 -6
- package/library/components/folder-select.js +2 -2
- package/library/components/image.js +3 -4
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +2 -2
- package/library/components/masonry.js +1 -1
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +4 -4
- package/library/components/organisms.js +3 -3
- package/library/components/pagination.js +1 -1
- package/library/components/popup.js +10 -3310
- package/library/components/range.js +1 -1
- package/library/components/select.js +2 -2
- package/library/components/size-input-group.js +1 -1
- package/library/components/tab-group.js +2 -2
- package/library/components/table.js +1 -1
- package/library/components/tooltip.js +1 -1
- package/library/components/types.js +136 -124
- package/library/components/video.js +1 -1
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/popup/popup.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +1 -0
- package/library/react-web-component.d.ts +21 -21
- package/package.json +1 -1
- package/library/chunks/debounce.DZNkg8Q5.js +0 -11
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { i as T, n as h, C as V, x as _, c as D } from "../chunks/custom-element.fmLrnDZr.js";
|
|
2
2
|
import { c as w } from "../chunks/component.styles.DtouHn2g.js";
|
|
3
3
|
import { f as $ } from "../chunks/form-control.styles.j0hNjZTU.js";
|
|
4
|
-
import { d as C } from "../chunks/
|
|
4
|
+
import { d as C } from "../chunks/popup.CiIgTjOV.js";
|
|
5
5
|
import { d as S } from "../chunks/default-value.BrNrMtnz.js";
|
|
6
6
|
import { d as y } from "../chunks/drag.DXEXVXPv.js";
|
|
7
7
|
import { F as L } from "../chunks/form.BFLbw9Rz.js";
|
|
@@ -10,7 +10,7 @@ import "../chunks/form.BFLbw9Rz.js";
|
|
|
10
10
|
import "../chunks/i18n.C6c6_pqI.js";
|
|
11
11
|
import "../chunks/scroll.DwPiX2Ox.js";
|
|
12
12
|
import "../chunks/slot.DJLm4Dig.js";
|
|
13
|
-
import { C as y } from "../chunks/select.
|
|
13
|
+
import { C as y } from "../chunks/select.CWOW4pAr.js";
|
|
14
14
|
import "../chunks/watch.BCJD77bD.js";
|
|
15
15
|
import "../chunks/state.Dt9F_SuS.js";
|
|
16
16
|
import "../chunks/query.BBf1UFkC.js";
|
|
@@ -19,7 +19,7 @@ import "../chunks/unsafe-html.BpqikVtf.js";
|
|
|
19
19
|
import "../chunks/when.Dr1es41R.js";
|
|
20
20
|
import "./icon.js";
|
|
21
21
|
import "../chunks/option.pgg_ZoHY.js";
|
|
22
|
-
import "
|
|
22
|
+
import "../chunks/popup.CiIgTjOV.js";
|
|
23
23
|
import "./spinner.js";
|
|
24
24
|
import "./tag.js";
|
|
25
25
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import f from "./icon-button.js";
|
|
2
2
|
import d from "./input.js";
|
|
3
|
-
import { C as g } from "../chunks/select.
|
|
3
|
+
import { C as g } from "../chunks/select.CWOW4pAr.js";
|
|
4
4
|
import v from "./space.js";
|
|
5
5
|
import k from "./tooltip.js";
|
|
6
6
|
import { i as P, n as r, C as $, x as h, c as b } from "../chunks/custom-element.fmLrnDZr.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./resize-observer.js";
|
|
2
2
|
import "../chunks/custom-element.fmLrnDZr.js";
|
|
3
3
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
4
|
-
import { C as q } from "../chunks/tab-group.
|
|
4
|
+
import { C as q } from "../chunks/tab-group.C0I_UeKY.js";
|
|
5
5
|
import "../chunks/i18n.C6c6_pqI.js";
|
|
6
6
|
import "../chunks/scroll.DwPiX2Ox.js";
|
|
7
7
|
import "../chunks/watch.BCJD77bD.js";
|
|
@@ -17,7 +17,7 @@ import "../chunks/button.G_W-dK6b.js";
|
|
|
17
17
|
import "./dropdown.js";
|
|
18
18
|
import "./icon-button.js";
|
|
19
19
|
import "./menu.js";
|
|
20
|
-
import "../chunks/menu-item.
|
|
20
|
+
import "../chunks/menu-item.Dep30IBS.js";
|
|
21
21
|
import "./tab.js";
|
|
22
22
|
export {
|
|
23
23
|
q as default
|
|
@@ -7,7 +7,7 @@ import "../chunks/custom-element.fmLrnDZr.js";
|
|
|
7
7
|
import "../chunks/component.styles.DtouHn2g.js";
|
|
8
8
|
import "../chunks/overlay-scrollbar.styles.B1VCLkfA.js";
|
|
9
9
|
import "../chunks/pagination.y5oqoPVr.js";
|
|
10
|
-
import { A as c, l as w, n as b, e as T, c as z, o as F, p as P, d as S, D as v, q as y, E as g, s as x, F as A, t as D, u as I, v as h, G as E, w as G, H, x as f, I as j, y as K, K as L, z as V, M as k, B as q, J as B, L as J, N, O, Q, U, P as W, h as X, V as Y, k as Z, W as _, X as $, Y as oo, Z as eo, j as ao, R as so, $ as lo, _ as uo, S as to, a0 as Mo, a1 as ro, T as no, b as po, a2 as io, a3 as mo, C as Co } from "../chunks/table.
|
|
10
|
+
import { A as c, l as w, n as b, e as T, c as z, o as F, p as P, d as S, D as v, q as y, E as g, s as x, F as A, t as D, u as I, v as h, G as E, w as G, H, x as f, I as j, y as K, K as L, z as V, M as k, B as q, J as B, L as J, N, O, Q, U, P as W, h as X, V as Y, k as Z, W as _, X as $, Y as oo, Z as eo, j as ao, R as so, $ as lo, _ as uo, S as to, a0 as Mo, a1 as ro, T as no, b as po, a2 as io, a3 as mo, C as Co } from "../chunks/table.Oco9h8cd.js";
|
|
11
11
|
import "../chunks/i18n.C6c6_pqI.js";
|
|
12
12
|
import "../chunks/watch.BCJD77bD.js";
|
|
13
13
|
import "../chunks/state.Dt9F_SuS.js";
|
|
@@ -6,7 +6,7 @@ import { L as k } from "../chunks/i18n.C6c6_pqI.js";
|
|
|
6
6
|
import { w as l } from "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import { e as d } from "../chunks/query.BBf1UFkC.js";
|
|
8
8
|
import { e as B } from "../chunks/class-map.DqNfBvJI.js";
|
|
9
|
-
import D from "
|
|
9
|
+
import { C as D } from "../chunks/popup.CiIgTjOV.js";
|
|
10
10
|
const O = v`
|
|
11
11
|
:host {
|
|
12
12
|
--hide-delay: 0ms;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import zZ from "./alert.js";
|
|
2
|
-
import { default as
|
|
3
|
-
import { C as
|
|
4
|
-
import { default as
|
|
2
|
+
import { default as EJt } from "./animated-image.js";
|
|
3
|
+
import { C as OJt } from "../chunks/animation.DPqSuC7g.js";
|
|
4
|
+
import { default as DJt } from "./avatar.js";
|
|
5
5
|
import Aw from "./badge.js";
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
6
|
+
import { default as PJt } from "./breadcrumb.js";
|
|
7
|
+
import { default as LJt } from "./breadcrumb-item.js";
|
|
8
8
|
import { C as fo, B as Nl, a as $c } from "../chunks/button.G_W-dK6b.js";
|
|
9
9
|
import g4 from "./button-group.js";
|
|
10
10
|
import wy from "./card.js";
|
|
@@ -12,74 +12,74 @@ import tm from "./checkbox.js";
|
|
|
12
12
|
import Q_ from "./color-picker.js";
|
|
13
13
|
import fF from "./copy-button.js";
|
|
14
14
|
import FZ from "./details.js";
|
|
15
|
-
import { C as Os, O as mF, a as $Z, H as jZ, z as HZ, D as UZ } from "../chunks/dialog.
|
|
15
|
+
import { C as Os, O as mF, a as $Z, H as jZ, z as HZ, D as UZ } from "../chunks/dialog.BTGwgvZG.js";
|
|
16
16
|
import wd from "./divider.js";
|
|
17
17
|
import { d as qZ, C as VZ } from "../chunks/dot-pagination.EWl_NO9m.js";
|
|
18
|
-
import { default as
|
|
18
|
+
import { default as BJt } from "./drawer.js";
|
|
19
19
|
import Vu from "./dropdown.js";
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
20
|
+
import { default as FJt } from "./element-clamp.js";
|
|
21
|
+
import { default as jJt } from "./format-bytes.js";
|
|
22
22
|
import WZ from "./format-date.js";
|
|
23
|
-
import { default as
|
|
23
|
+
import { default as UJt } from "./format-number.js";
|
|
24
24
|
import nm from "./grid.js";
|
|
25
25
|
import rm from "./grid-item.js";
|
|
26
26
|
import { C as vF, V as GZ, A as KZ } from "../chunks/header.CzGjJnha.js";
|
|
27
27
|
import { H as YZ, a as XZ } from "../chunks/hub-connection.BiLljnv2.js";
|
|
28
|
-
import { C as
|
|
28
|
+
import { C as VJt } from "../chunks/hub-connection.BiLljnv2.js";
|
|
29
29
|
import aa from "./icon.js";
|
|
30
30
|
import sa from "./icon-button.js";
|
|
31
31
|
import { C as JZ, a as ZZ } from "../chunks/iframe.CVP0aR9K.js";
|
|
32
|
-
import { H as xi, C as eC, a as QZ, b as _n, c as eQ, d as ta, e as za, f as Ri } from "../chunks/image.
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
32
|
+
import { H as xi, C as eC, a as QZ, b as _n, c as eQ, d as ta, e as za, f as Ri } from "../chunks/image.9eUBQRQ0.js";
|
|
33
|
+
import { default as GJt } from "./image-comparer.js";
|
|
34
|
+
import { default as YJt } from "./include.js";
|
|
35
35
|
import Ga from "./input.js";
|
|
36
|
-
import { default as
|
|
36
|
+
import { default as JJt } from "./input-group.js";
|
|
37
37
|
import ru from "./line-clamp.js";
|
|
38
38
|
import f4 from "./markdown.js";
|
|
39
39
|
import Wu from "./menu.js";
|
|
40
|
-
import { C as Zp, f as tQ, n as Jc, e as Zc } from "../chunks/menu-item.
|
|
40
|
+
import { C as Zp, f as tQ, n as Jc, e as Zc } from "../chunks/menu-item.Dep30IBS.js";
|
|
41
41
|
import yF from "./menu-label.js";
|
|
42
42
|
import nQ from "./menu-section.js";
|
|
43
43
|
import rQ from "./mutation-observer.js";
|
|
44
44
|
import { C as ad, a as iQ } from "../chunks/option.pgg_ZoHY.js";
|
|
45
45
|
import oQ from "./pagination.js";
|
|
46
|
-
import Jd from "
|
|
46
|
+
import { C as Jd, d as Qp } from "../chunks/popup.CiIgTjOV.js";
|
|
47
47
|
import aQ from "./progress-bar.js";
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
48
|
+
import { default as QJt } from "./progress-ring.js";
|
|
49
|
+
import { default as tZt } from "./qr-code.js";
|
|
50
50
|
import bF from "./radio.js";
|
|
51
51
|
import sQ from "./radio-button.js";
|
|
52
52
|
import lQ from "./radio-card.js";
|
|
53
53
|
import m4 from "./radio-group.js";
|
|
54
54
|
import v4 from "./range.js";
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
55
|
+
import { default as rZt } from "./rating.js";
|
|
56
|
+
import { default as oZt } from "./relative-time.js";
|
|
57
57
|
import Ow from "./resize-observer.js";
|
|
58
|
-
import { C as iu, i as cQ } from "../chunks/select.
|
|
59
|
-
import { default as
|
|
58
|
+
import { C as iu, i as cQ } from "../chunks/select.CWOW4pAr.js";
|
|
59
|
+
import { default as sZt } from "./skeleton.js";
|
|
60
60
|
import Ai from "./space.js";
|
|
61
61
|
import Gu from "./spinner.js";
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
62
|
+
import { default as cZt } from "./split-panel.js";
|
|
63
|
+
import { default as uZt } from "./step.js";
|
|
64
|
+
import { default as hZt } from "./stepper.js";
|
|
65
65
|
import tC from "./switch.js";
|
|
66
66
|
import y4 from "./tab.js";
|
|
67
|
-
import { C as b4, T as wF, a as xF, b as kF } from "../chunks/tab-group.
|
|
68
|
-
import { C as _F, f as $g, i as CF, r as dQ, m as uQ, a as iI, g as oI } from "../chunks/table.
|
|
67
|
+
import { C as b4, T as wF, a as xF, b as kF } from "../chunks/tab-group.C0I_UeKY.js";
|
|
68
|
+
import { C as _F, f as $g, i as CF, r as dQ, m as uQ, a as iI, g as oI } from "../chunks/table.Oco9h8cd.js";
|
|
69
69
|
import SF from "./tab-panel.js";
|
|
70
|
-
import { default as
|
|
70
|
+
import { default as fZt } from "./tag.js";
|
|
71
71
|
import pQ from "./textarea.js";
|
|
72
72
|
import { C as hQ, t as gQ } from "../chunks/timecode.C9Yc2sWq.js";
|
|
73
73
|
import Ea from "./tooltip.js";
|
|
74
74
|
import { d as fQ, v as Iw } from "../chunks/tree.5Cb85J9q.js";
|
|
75
|
-
import { a as
|
|
75
|
+
import { a as vZt, C as yZt } from "../chunks/tree.5Cb85J9q.js";
|
|
76
76
|
import { C as Ki } from "../chunks/typography.trna8y2b.js";
|
|
77
|
-
import { default as
|
|
77
|
+
import { default as wZt } from "./video.js";
|
|
78
78
|
import mQ from "./visually-hidden.js";
|
|
79
|
-
import { getAnimationNames as
|
|
79
|
+
import { getAnimationNames as kZt, getEasingNames as _Zt } from "./atoms.js";
|
|
80
80
|
import { c as Bn } from "../chunks/component.styles.DtouHn2g.js";
|
|
81
81
|
import { e as aI, d as sI } from "../chunks/animation-registry.DavRkTTr.js";
|
|
82
|
-
import { g as
|
|
82
|
+
import { g as SZt, s as TZt } from "../chunks/animation-registry.DavRkTTr.js";
|
|
83
83
|
import { i as Mn, n as Y, C as Fn, x as Z, c as Pn, r as TF, T as vQ, a as yQ, E as qv } from "../chunks/custom-element.fmLrnDZr.js";
|
|
84
84
|
import { c as bQ } from "../chunks/browser.Va59Ix3P.js";
|
|
85
85
|
import { u as lI, l as wQ } from "../chunks/scroll.DwPiX2Ox.js";
|
|
@@ -93,44 +93,43 @@ import { L as nr, G as sg, a as Tu, b as kn } from "../chunks/i18n.C6c6_pqI.js";
|
|
|
93
93
|
import { o as So } from "../chunks/map.D8heArFD.js";
|
|
94
94
|
import { c as N0, b as RQ } from "../chunks/capitalize.CNStXZBq.js";
|
|
95
95
|
import { o as ir } from "../chunks/style-map.lEJHEwk3.js";
|
|
96
|
-
import { a as Vv, t as Qs, D as Xb, b as BQ, c as zQ, u as FQ, f as MF } from "../chunks/asset-link-format.
|
|
97
|
-
import { C as
|
|
96
|
+
import { a as Vv, t as Qs, D as Xb, b as BQ, c as zQ, u as FQ, f as MF } from "../chunks/asset-link-format.C0CS4yT2.js";
|
|
97
|
+
import { C as AZt } from "../chunks/asset-link-format.C0CS4yT2.js";
|
|
98
98
|
import { H as $Q } from "../chunks/slot.DJLm4Dig.js";
|
|
99
99
|
import { a as Fa, E as zn, b as ev, O as mu, T as Sp, G as gI } from "../chunks/index.Cpamj0jB.js";
|
|
100
|
-
import { C as
|
|
101
|
-
import { A as Ml, D as Nx, g as jQ, a as fI, P as W3, E as qd, B as ot, b as Dw, c as Lx, d as HQ, T as mI } from "../chunks/color-swatch-group.
|
|
102
|
-
import { C as
|
|
100
|
+
import { C as IZt } from "../chunks/index.Cpamj0jB.js";
|
|
101
|
+
import { A as Ml, D as Nx, g as jQ, a as fI, P as W3, E as qd, B as ot, b as Dw, c as Lx, d as HQ, T as mI } from "../chunks/color-swatch-group.CLgR1RVY.js";
|
|
102
|
+
import { C as MZt } from "../chunks/color-swatch-group.CLgR1RVY.js";
|
|
103
103
|
import { e as UQ, t as Jb, T as PF, a as qQ, u as VQ, f as m2, b as WQ, M as lb } from "../chunks/string.yyVPNus8.js";
|
|
104
104
|
import GQ from "./bicolor-picker.js";
|
|
105
105
|
import NF from "./border-input-group.js";
|
|
106
|
-
import { p as LF, c as Dm, b as Mm, d as KQ, e as YQ, g as G3 } from "../chunks/color-swatch.
|
|
107
|
-
import { C as
|
|
108
|
-
import { C as _4, a as XQ } from "../chunks/confirm-popover.
|
|
106
|
+
import { p as LF, c as Dm, b as Mm, d as KQ, e as YQ, g as G3 } from "../chunks/color-swatch.k8v423rv.js";
|
|
107
|
+
import { C as NZt } from "../chunks/color-swatch.k8v423rv.js";
|
|
108
|
+
import { C as _4, a as XQ } from "../chunks/confirm-popover.B5zE9qkC.js";
|
|
109
109
|
import JQ from "./corner-position-input-group.js";
|
|
110
110
|
import { r as rC, R as L0, a as ZQ, b as qe, j as ke, t as QQ, d as RF, w as eee, e as tee } from "../chunks/cropper.3qRm5dEe.js";
|
|
111
|
-
import { C as
|
|
111
|
+
import { C as RZt } from "../chunks/cropper.3qRm5dEe.js";
|
|
112
112
|
import { h as sr, D as BF, c as vI, C as mg, T as C4, M as nee, d as zF } from "../chunks/endpoints.3oM4-c57.js";
|
|
113
113
|
import { o as _r } from "../chunks/if-defined.CKupVaWs.js";
|
|
114
114
|
import { c as Jn } from "../chunks/repeat.B1pVpmRx.js";
|
|
115
115
|
import S4 from "./dynamic-select.js";
|
|
116
|
-
import { F as Pp, C as T4, a as K3 } from "../chunks/folder-select.
|
|
116
|
+
import { F as Pp, C as T4, a as K3 } from "../chunks/folder-select.hyld2fgc.js";
|
|
117
117
|
import { g as E4, c as Sb } from "../chunks/_commonjsHelpers.ByX85dGu.js";
|
|
118
|
-
import { b as xy, a as FF, d as yI, c as iC, s as ree, o as iee, U as A4, e as $F, i as Pu, f as oee } from "../chunks/file-on-demand.
|
|
119
|
-
import { C as
|
|
118
|
+
import { b as xy, a as FF, d as yI, c as iC, s as ree, o as iee, U as A4, e as $F, i as Pu, f as oee } from "../chunks/file-on-demand.Dbju7eFg.js";
|
|
119
|
+
import { C as zZt } from "../chunks/file-on-demand.Dbju7eFg.js";
|
|
120
120
|
import { e as aee, t as see } from "../chunks/directive.oAbCiebi.js";
|
|
121
|
-
import { u as Ev, C as lee } from "../chunks/list-editor.
|
|
121
|
+
import { u as Ev, C as lee } from "../chunks/list-editor.CrErjQdh.js";
|
|
122
122
|
import cee from "./masonry.js";
|
|
123
123
|
import dee from "./padding-input-group.js";
|
|
124
124
|
import uee from "./position-picker.js";
|
|
125
125
|
import pee from "./shadow-input-group.js";
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
126
|
+
import { default as $Zt } from "./share-option-list.js";
|
|
127
|
+
import { default as HZt } from "./sidebar.js";
|
|
128
128
|
import hee from "./size-input-group.js";
|
|
129
|
-
import { default as
|
|
129
|
+
import { default as qZt } from "./stepper-wizard.js";
|
|
130
130
|
import { t as jF, a as O4 } from "../chunks/toString.CL_lYXbK.js";
|
|
131
|
-
import { default as
|
|
131
|
+
import { default as WZt } from "./typeface.js";
|
|
132
132
|
import { o as Np } from "../chunks/unsafe-html.BpqikVtf.js";
|
|
133
|
-
import { d as Qp } from "../chunks/debounce.DZNkg8Q5.js";
|
|
134
133
|
import { i as oC } from "../chunks/guard.L-Ctqt3S.js";
|
|
135
134
|
import { i as HF, u as gc } from "../chunks/static.kLXgh3Gq.js";
|
|
136
135
|
import { w as gee } from "../chunks/event.mFzZi4sr.js";
|
|
@@ -142036,7 +142035,7 @@ var zVt = Object.defineProperty, FVt = Object.getOwnPropertyDescriptor, Ur = (n,
|
|
|
142036
142035
|
};
|
|
142037
142036
|
let Ar = class extends Fn {
|
|
142038
142037
|
constructor() {
|
|
142039
|
-
super(), this.localize = new nr(this), this.configsController = new ca(this.localize), this.initialData = "", this.device = "desktop", this.devices = HQ, this.autoInit = !1, this.pageId = "", this.allowDuplicateBlocks = !1, this.mode = qd.Template, this.contentBuilder = null, this.ready = !1, this.editingComponent = null, this.isGalleryConfigOpen = !1, this.hoveredComponent = void 0, this.hoveredComponentPlacement = "top", this.defaultRowGap = 0, this.containerDropdowns = [], this.containerDropdownStateMap = {}, this.distance = void 0, this.toolbar = [], this.toolbarActive = !1, this.childSelected = void 0, this.mousePosition = { x: 0, y: 0 }, this._teamSpaceRoles = [], this.canvasDocument = null, this._dsm = null, this.hasBoundUpdate = !1, this.newlyAddedComponentTimeout = null, this.initializeCustomFrame = eLt(), this.containerDropdownObservers = [], this.nextMapHoveredBadgeState = null, this.deselectAll = this.deselectAll.bind(this), this.handleCanvasClick = this.handleCanvasClick.bind(this), this.handleCanvasKeydown = this.handleCanvasKeydown.bind(this), this.handleDataSourceChange = this.handleDataSourceChange.bind(this), this.handleCanvasMouseMove = this.handleCanvasMouseMove.bind(this), this.handleTemplateManagerUpdated = this.handleTemplateManagerUpdated.bind(this), this.handleCanvasScroll = this.handleCanvasScroll.bind(this);
|
|
142038
|
+
super(), this.localize = new nr(this), this.configsController = new ca(this.localize), this.initialData = "", this.device = "desktop", this.devices = HQ, this.autoInit = !1, this.pageId = "", this.allowDuplicateBlocks = !1, this.mode = qd.Template, this.contentBuilder = null, this.ready = !1, this.editingComponent = null, this.isGalleryConfigOpen = !1, this.hoveredComponent = void 0, this.hoveredComponentPlacement = "top", this.defaultRowGap = 0, this.containerDropdowns = [], this.containerDropdownStateMap = {}, this.distance = void 0, this.toolbar = [], this.toolbarActive = !1, this.childSelected = void 0, this.mousePosition = { x: 0, y: 0 }, this._teamSpaceRoles = [], this.canvasDocument = null, this._dsm = null, this.hasBoundUpdate = !1, this.newlyAddedComponentTimeout = null, this.initializeCustomFrame = eLt(), this.containerDropdownObservers = [], this.nextMapHoveredBadgeState = null, this.deselectAll = this.deselectAll.bind(this), this.handleCanvasClick = this.handleCanvasClick.bind(this), this.handleRootToolbarRightClick = this.handleRootToolbarRightClick.bind(this), this.handleCanvasKeydown = this.handleCanvasKeydown.bind(this), this.handleDataSourceChange = this.handleDataSourceChange.bind(this), this.handleCanvasMouseMove = this.handleCanvasMouseMove.bind(this), this.handleTemplateManagerUpdated = this.handleTemplateManagerUpdated.bind(this), this.handleCanvasScroll = this.handleCanvasScroll.bind(this);
|
|
142040
142039
|
}
|
|
142041
142040
|
get teamSpaceRoles() {
|
|
142042
142041
|
return this._teamSpaceRoles;
|
|
@@ -142340,6 +142339,10 @@ let Ar = class extends Fn {
|
|
|
142340
142339
|
const n = this.contentBuilder?.getSelected(), e = this.childSelected;
|
|
142341
142340
|
n && !e && this.contentBuilder?.trigger("component:selected", n), this.toggleToolbarAndBadge();
|
|
142342
142341
|
}
|
|
142342
|
+
handleRootToolbarRightClick(n) {
|
|
142343
|
+
const e = n.target;
|
|
142344
|
+
n.button === 2 && e instanceof Element && e.closest(".gjs-toolbar") && (n.preventDefault(), n.stopImmediatePropagation());
|
|
142345
|
+
}
|
|
142343
142346
|
handleCanvasClick(n) {
|
|
142344
142347
|
n.target.closest("[data-cms5-page-viewer__page-content]") || this.deselectAll();
|
|
142345
142348
|
}
|
|
@@ -142504,27 +142507,31 @@ let Ar = class extends Fn {
|
|
|
142504
142507
|
return;
|
|
142505
142508
|
this.contentBuilder.Canvas.getFrameEl().setAttribute("title", "content-builder-frame"), this.updateFrameSize(), this._teamSpaceRoles = await this.fetchTeamSpaceRoles();
|
|
142506
142509
|
}), this.contentBuilder?.on("load", async (t) => {
|
|
142507
|
-
|
|
142508
|
-
|
|
142509
|
-
|
|
142510
|
+
this.contentBuilder?.getEl()?.addEventListener(
|
|
142511
|
+
"mousedown",
|
|
142512
|
+
this.handleRootToolbarRightClick,
|
|
142513
|
+
!0
|
|
142514
|
+
), t.UndoManager.stop();
|
|
142515
|
+
const i = this.canvasDocument?.getElementById("Form1");
|
|
142516
|
+
i && i.addEventListener("scroll", this.handleCanvasScroll);
|
|
142510
142517
|
try {
|
|
142511
142518
|
t.getWrapper()?.set({
|
|
142512
142519
|
highlightable: !1,
|
|
142513
142520
|
hoverable: !1,
|
|
142514
142521
|
selectable: !1
|
|
142515
142522
|
});
|
|
142516
|
-
const
|
|
142523
|
+
const o = t.getWrapper(), a = t.Canvas.getBody().querySelector(
|
|
142517
142524
|
"[data-cms5-page-viewer]"
|
|
142518
142525
|
);
|
|
142519
|
-
if (!
|
|
142526
|
+
if (!o)
|
|
142520
142527
|
return;
|
|
142521
|
-
let
|
|
142522
|
-
if (
|
|
142523
|
-
const
|
|
142524
|
-
|
|
142528
|
+
let s = "12px";
|
|
142529
|
+
if (a) {
|
|
142530
|
+
const c = getComputedStyle(a).getPropertyValue("--row-gap").trim();
|
|
142531
|
+
c && (s = c);
|
|
142525
142532
|
}
|
|
142526
|
-
const
|
|
142527
|
-
this.defaultRowGap = Number.isFinite(
|
|
142533
|
+
const l = Number.parseFloat(s || "12px");
|
|
142534
|
+
this.defaultRowGap = Number.isFinite(l) ? l : 12, o.findType(ot.Column).length === 0 ? t.addComponents({
|
|
142528
142535
|
copyable: !1,
|
|
142529
142536
|
editable: !1,
|
|
142530
142537
|
highlightable: !1,
|
|
@@ -142534,12 +142541,12 @@ let Ar = class extends Fn {
|
|
|
142534
142541
|
style: {
|
|
142535
142542
|
"--flex-content": "none",
|
|
142536
142543
|
"--padding": "4px",
|
|
142537
|
-
"--row-gap":
|
|
142544
|
+
"--row-gap": s
|
|
142538
142545
|
},
|
|
142539
142546
|
toolbar: [],
|
|
142540
142547
|
type: ot.Column
|
|
142541
|
-
}) :
|
|
142542
|
-
|
|
142548
|
+
}) : o.findType(ot.Column)?.forEach((c, d) => {
|
|
142549
|
+
d === 0 && c.set({
|
|
142543
142550
|
copyable: !1,
|
|
142544
142551
|
editable: !1,
|
|
142545
142552
|
highlightable: !1,
|
|
@@ -142549,14 +142556,14 @@ let Ar = class extends Fn {
|
|
|
142549
142556
|
style: {
|
|
142550
142557
|
"--flex-content": "none",
|
|
142551
142558
|
"--padding": "4px",
|
|
142552
|
-
"--row-gap":
|
|
142559
|
+
"--row-gap": s
|
|
142553
142560
|
}
|
|
142554
|
-
}),
|
|
142561
|
+
}), c.set({
|
|
142555
142562
|
draggable: '[data-gjs-type="BlockColumns"]',
|
|
142556
142563
|
droppable: '[data-gjs-type="BlockButton"], [data-gjs-type="BlockColumns"], [data-gjs-type="BlockDivider"], [data-gjs-type="BlockHeader"], [data-gjs-type="BlockImage"], [data-gjs-type="BlockText"], [data-gjs-type="BlockVideo"], [data-gjs-type="BlockFontKit"], [data-gjs-type="BlockCarousel"], [data-gjs-type="BlockGallery"], [data-gjs-type="BlockTabs"], [data-gjs-type="BlockAccordion"], [data-gjs-type="BlockSearchBox"], [data-gjs-type="BlockColorSwatches"]'
|
|
142557
142564
|
});
|
|
142558
|
-
}), this.dsm?.getAll().forEach((
|
|
142559
|
-
|
|
142565
|
+
}), this.dsm?.getAll().forEach((c) => {
|
|
142566
|
+
c.records.on("add", this.handleDataSourceChange);
|
|
142560
142567
|
}), this.updateDataSourceEntries(), this.resetDirtyCount();
|
|
142561
142568
|
} finally {
|
|
142562
142569
|
t.UndoManager.start();
|
|
@@ -142731,12 +142738,17 @@ let Ar = class extends Fn {
|
|
|
142731
142738
|
"cx-template-manager-updated",
|
|
142732
142739
|
this.handleTemplateManagerUpdated
|
|
142733
142740
|
);
|
|
142734
|
-
const
|
|
142735
|
-
|
|
142741
|
+
const e = this.canvasDocument?.getElementById("Form1");
|
|
142742
|
+
e && e.removeEventListener("scroll", this.handleCanvasScroll);
|
|
142736
142743
|
}
|
|
142737
|
-
|
|
142738
|
-
|
|
142739
|
-
|
|
142744
|
+
const n = this.contentBuilder?.getEl();
|
|
142745
|
+
n && n.removeEventListener(
|
|
142746
|
+
"mousedown",
|
|
142747
|
+
this.handleRootToolbarRightClick,
|
|
142748
|
+
!0
|
|
142749
|
+
), this.contentBuilder?.destroy(), this.hasBoundUpdate = !1, this.newlyAddedComponentTimeout && clearTimeout(this.newlyAddedComponentTimeout);
|
|
142750
|
+
for (const e of this.containerDropdownObservers)
|
|
142751
|
+
e.disconnect?.();
|
|
142740
142752
|
this.containerDropdownObservers = [];
|
|
142741
142753
|
}
|
|
142742
142754
|
handleBuilderPropsChange() {
|
|
@@ -146473,16 +146485,16 @@ const u4 = /* @__PURE__ */ E4(VVt), Vz = Symbol.for("Dexie"), p4 = globalThis[Vz
|
|
|
146473
146485
|
if (u4.semVer !== p4.semVer)
|
|
146474
146486
|
throw new Error(`Two different versions of Dexie loaded in the same app: ${u4.semVer} and ${p4.semVer}`);
|
|
146475
146487
|
const {
|
|
146476
|
-
liveQuery:
|
|
146477
|
-
mergeRanges:
|
|
146478
|
-
rangesOverlap:
|
|
146479
|
-
RangeSet:
|
|
146480
|
-
cmp:
|
|
146481
|
-
Entity:
|
|
146482
|
-
PropModification:
|
|
146483
|
-
replacePrefix:
|
|
146484
|
-
add:
|
|
146485
|
-
remove:
|
|
146488
|
+
liveQuery: fJt,
|
|
146489
|
+
mergeRanges: mJt,
|
|
146490
|
+
rangesOverlap: vJt,
|
|
146491
|
+
RangeSet: yJt,
|
|
146492
|
+
cmp: bJt,
|
|
146493
|
+
Entity: wJt,
|
|
146494
|
+
PropModification: xJt,
|
|
146495
|
+
replacePrefix: kJt,
|
|
146496
|
+
add: _Jt,
|
|
146497
|
+
remove: CJt
|
|
146486
146498
|
} = p4;
|
|
146487
146499
|
class WVt {
|
|
146488
146500
|
constructor() {
|
|
@@ -156479,21 +156491,21 @@ Fo = Ya([
|
|
|
156479
156491
|
Pn("cx-video-editor")
|
|
156480
156492
|
], Fo);
|
|
156481
156493
|
export {
|
|
156482
|
-
|
|
156494
|
+
IZt as CornerPosition,
|
|
156483
156495
|
Fr as Cx3dViewer,
|
|
156484
156496
|
zZ as CxAlert,
|
|
156485
|
-
|
|
156486
|
-
|
|
156497
|
+
EJt as CxAnimatedImage,
|
|
156498
|
+
OJt as CxAnimation,
|
|
156487
156499
|
Ti as CxAssetDataDisplay,
|
|
156488
|
-
|
|
156500
|
+
AZt as CxAssetLinkFormat,
|
|
156489
156501
|
ja as CxAssetPicker,
|
|
156490
|
-
|
|
156502
|
+
DJt as CxAvatar,
|
|
156491
156503
|
Aw as CxBadge,
|
|
156492
156504
|
yr as CxBentoGrid,
|
|
156493
156505
|
GQ as CxBicolorPicker,
|
|
156494
156506
|
NF as CxBorderInputGroup,
|
|
156495
|
-
|
|
156496
|
-
|
|
156507
|
+
PJt as CxBreadcrumb,
|
|
156508
|
+
LJt as CxBreadcrumbItem,
|
|
156497
156509
|
fo as CxButton,
|
|
156498
156510
|
g4 as CxButtonGroup,
|
|
156499
156511
|
wy as CxCard,
|
|
@@ -156502,14 +156514,14 @@ export {
|
|
|
156502
156514
|
tm as CxCheckbox,
|
|
156503
156515
|
Ua as CxClusterManagement,
|
|
156504
156516
|
Q_ as CxColorPicker,
|
|
156505
|
-
|
|
156506
|
-
|
|
156517
|
+
NZt as CxColorSwatch,
|
|
156518
|
+
MZt as CxColorSwatchGroup,
|
|
156507
156519
|
Pr as CxComment,
|
|
156508
156520
|
_4 as CxConfirmPopover,
|
|
156509
156521
|
Ar as CxContentBuilder,
|
|
156510
156522
|
fF as CxCopyButton,
|
|
156511
156523
|
JQ as CxCornerPositionInputGroup,
|
|
156512
|
-
|
|
156524
|
+
RZt as CxCropper,
|
|
156513
156525
|
al as CxDashboardIframe,
|
|
156514
156526
|
jp as CxDataTabGroup,
|
|
156515
156527
|
FZ as CxDetails,
|
|
@@ -156520,30 +156532,30 @@ export {
|
|
|
156520
156532
|
VZ as CxDotPagination,
|
|
156521
156533
|
sl as CxDownloadFormatPicker,
|
|
156522
156534
|
lr as CxDownloader,
|
|
156523
|
-
|
|
156535
|
+
BJt as CxDrawer,
|
|
156524
156536
|
Vu as CxDropdown,
|
|
156525
156537
|
S4 as CxDynamicSelect,
|
|
156526
|
-
|
|
156527
|
-
|
|
156538
|
+
FJt as CxElementClamp,
|
|
156539
|
+
zZt as CxFileOnDemand,
|
|
156528
156540
|
T4 as CxFolderSelect,
|
|
156529
|
-
|
|
156541
|
+
jJt as CxFormatBytes,
|
|
156530
156542
|
WZ as CxFormatDate,
|
|
156531
|
-
|
|
156543
|
+
UJt as CxFormatNumber,
|
|
156532
156544
|
ui as CxGalleryItem,
|
|
156533
156545
|
cg as CxGraphView,
|
|
156534
156546
|
nm as CxGrid,
|
|
156535
156547
|
rm as CxGridItem,
|
|
156536
156548
|
vF as CxHeader,
|
|
156537
|
-
|
|
156549
|
+
VJt as CxHubConnection,
|
|
156538
156550
|
aa as CxIcon,
|
|
156539
156551
|
sa as CxIconButton,
|
|
156540
156552
|
pd as CxIconPicker,
|
|
156541
156553
|
JZ as CxIframe,
|
|
156542
156554
|
eC as CxImage,
|
|
156543
|
-
|
|
156544
|
-
|
|
156555
|
+
GJt as CxImageComparer,
|
|
156556
|
+
YJt as CxInclude,
|
|
156545
156557
|
Ga as CxInput,
|
|
156546
|
-
|
|
156558
|
+
JJt as CxInputGroup,
|
|
156547
156559
|
ru as CxLineClamp,
|
|
156548
156560
|
lee as CxListEditor,
|
|
156549
156561
|
f4 as CxMarkdown,
|
|
@@ -156561,46 +156573,46 @@ export {
|
|
|
156561
156573
|
Jd as CxPopup,
|
|
156562
156574
|
uee as CxPositionPicker,
|
|
156563
156575
|
aQ as CxProgressBar,
|
|
156564
|
-
|
|
156565
|
-
|
|
156576
|
+
QJt as CxProgressRing,
|
|
156577
|
+
tZt as CxQrCode,
|
|
156566
156578
|
bF as CxRadio,
|
|
156567
156579
|
sQ as CxRadioButton,
|
|
156568
156580
|
lQ as CxRadioCard,
|
|
156569
156581
|
m4 as CxRadioGroup,
|
|
156570
156582
|
v4 as CxRange,
|
|
156571
|
-
|
|
156572
|
-
|
|
156583
|
+
rZt as CxRating,
|
|
156584
|
+
oZt as CxRelativeTime,
|
|
156573
156585
|
Ow as CxResizeObserver,
|
|
156574
156586
|
ll as CxSearchBox,
|
|
156575
156587
|
iu as CxSelect,
|
|
156576
156588
|
pee as CxShadowInputGroup,
|
|
156577
|
-
|
|
156578
|
-
|
|
156589
|
+
$Zt as CxShareOptionList,
|
|
156590
|
+
HZt as CxSidebar,
|
|
156579
156591
|
hee as CxSizeInputGroup,
|
|
156580
|
-
|
|
156592
|
+
sZt as CxSkeleton,
|
|
156581
156593
|
Ai as CxSpace,
|
|
156582
156594
|
Gu as CxSpinner,
|
|
156583
|
-
|
|
156584
|
-
|
|
156585
|
-
|
|
156586
|
-
|
|
156595
|
+
cZt as CxSplitPanel,
|
|
156596
|
+
uZt as CxStep,
|
|
156597
|
+
hZt as CxStepper,
|
|
156598
|
+
qZt as CxStepperWizard,
|
|
156587
156599
|
hd as CxStorybook,
|
|
156588
156600
|
tC as CxSwitch,
|
|
156589
156601
|
y4 as CxTab,
|
|
156590
156602
|
b4 as CxTabGroup,
|
|
156591
156603
|
SF as CxTabPanel,
|
|
156592
156604
|
_F as CxTable,
|
|
156593
|
-
|
|
156605
|
+
fZt as CxTag,
|
|
156594
156606
|
Jl as CxTemplateSwitcher,
|
|
156595
156607
|
cr as CxTextToSpeech,
|
|
156596
156608
|
pQ as CxTextarea,
|
|
156597
156609
|
hQ as CxTimecode,
|
|
156598
156610
|
Ea as CxTooltip,
|
|
156599
|
-
|
|
156600
|
-
|
|
156601
|
-
|
|
156611
|
+
vZt as CxTree,
|
|
156612
|
+
yZt as CxTreeItem,
|
|
156613
|
+
WZt as CxTypeface,
|
|
156602
156614
|
Ki as CxTypography,
|
|
156603
|
-
|
|
156615
|
+
wZt as CxVideo,
|
|
156604
156616
|
bd as CxVideoChaptersManager,
|
|
156605
156617
|
Fo as CxVideoEditor,
|
|
156606
156618
|
Up as CxViewAndSort,
|
|
@@ -156612,9 +156624,9 @@ export {
|
|
|
156612
156624
|
mu as Orientation,
|
|
156613
156625
|
Sp as TransitionType,
|
|
156614
156626
|
Bn as componentStyles,
|
|
156615
|
-
|
|
156616
|
-
|
|
156617
|
-
|
|
156627
|
+
SZt as getAnimation,
|
|
156628
|
+
kZt as getAnimationNames,
|
|
156629
|
+
_Zt as getEasingNames,
|
|
156618
156630
|
sI as setAnimation,
|
|
156619
|
-
|
|
156631
|
+
TZt as setDefaultAnimation
|
|
156620
156632
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as Ab, c as fs, g as On } from "../chunks/_commonjsHelpers.ByX85dGu.js";
|
|
2
|
-
import { r as Tb, C as Eb, R as wb } from "../chunks/image.
|
|
2
|
+
import { r as Tb, C as Eb, R as wb } from "../chunks/image.9eUBQRQ0.js";
|
|
3
3
|
import Sb from "./resize-observer.js";
|
|
4
4
|
import { c as Cb } from "../chunks/component.styles.DtouHn2g.js";
|
|
5
5
|
import { b as Mb } from "../chunks/browser.Va59Ix3P.js";
|
package/library/package.json
CHANGED
|
@@ -168,7 +168,6 @@ export default class CxPopup extends CortexElement {
|
|
|
168
168
|
* After `active` changes, cx-overlay takes some time to open.
|
|
169
169
|
* Until then, the positioning is not accurate, so we use this
|
|
170
170
|
* state to hide the popup until the overlay is opened.
|
|
171
|
-
* (Only for fixed strategy)
|
|
172
171
|
*/
|
|
173
172
|
overlayOpened: boolean;
|
|
174
173
|
private get isSizeMiddleWareUsed();
|
|
@@ -210,6 +210,7 @@ export default class CxContentBuilder extends CortexElement {
|
|
|
210
210
|
private handleCanvasMouseMove;
|
|
211
211
|
private handleCanvasScroll;
|
|
212
212
|
private handleHorizontalScroll;
|
|
213
|
+
private handleRootToolbarRightClick;
|
|
213
214
|
private handleCanvasClick;
|
|
214
215
|
private handleCanvasKeydown;
|
|
215
216
|
private handleTemplateManagerUpdated;
|