@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
|
@@ -5,16 +5,16 @@ import { default as SWt } from "./avatar.js";
|
|
|
5
5
|
import Ub from "./badge.js";
|
|
6
6
|
import { default as TWt } from "./breadcrumb.js";
|
|
7
7
|
import { default as OWt } from "./breadcrumb-item.js";
|
|
8
|
-
import { C as wo, B as gc, a as yc } from "../chunks/button.
|
|
8
|
+
import { C as wo, B as gc, a as yc } from "../chunks/button.DQ1SyxmK.js";
|
|
9
9
|
import d9 from "./button-group.js";
|
|
10
10
|
import Jf from "./card.js";
|
|
11
11
|
import Gg from "./checkbox.js";
|
|
12
12
|
import Q2 from "./color-picker.js";
|
|
13
13
|
import SR from "./copy-button.js";
|
|
14
14
|
import FK from "./details.js";
|
|
15
|
-
import { C as hs, D as U7 } from "../chunks/dialog.
|
|
15
|
+
import { C as hs, D as U7 } from "../chunks/dialog.B1-k8d10.js";
|
|
16
16
|
import Hl from "./divider.js";
|
|
17
|
-
import { d as $K, C as jK } from "../chunks/dot-pagination.
|
|
17
|
+
import { d as $K, C as jK } from "../chunks/dot-pagination.Ci2f-RDI.js";
|
|
18
18
|
import { default as DWt } from "./dot-status.js";
|
|
19
19
|
import { default as PWt } from "./drawer.js";
|
|
20
20
|
import su from "./dropdown.js";
|
|
@@ -22,19 +22,20 @@ import { default as LWt } from "./element-clamp.js";
|
|
|
22
22
|
import { default as BWt } from "./format-bytes.js";
|
|
23
23
|
import HK from "./format-date.js";
|
|
24
24
|
import { default as FWt } from "./format-number.js";
|
|
25
|
+
import { default as jWt } from "./format-time.js";
|
|
25
26
|
import Kg from "./grid.js";
|
|
26
27
|
import Yg from "./grid-item.js";
|
|
27
|
-
import { C as ER, V as UK, A as qK } from "../chunks/header.
|
|
28
|
+
import { C as ER, V as UK, A as qK } from "../chunks/header.55H9vN7t.js";
|
|
28
29
|
import { H as VK, a as WK } from "../chunks/hub-connection.BiLljnv2.js";
|
|
29
|
-
import { C as
|
|
30
|
+
import { C as UWt } from "../chunks/hub-connection.BiLljnv2.js";
|
|
30
31
|
import No from "./icon.js";
|
|
31
32
|
import Qo from "./icon-button.js";
|
|
32
|
-
import { C as GK, a as KK } from "../chunks/iframe.
|
|
33
|
-
import { H as xi, C as u9, a as YK, b as _n, c as XK, d as Ko, e as Ia, f as Ni } from "../chunks/image.
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
33
|
+
import { C as GK, a as KK } from "../chunks/iframe.BYMxR3Sc.js";
|
|
34
|
+
import { H as xi, C as u9, a as YK, b as _n, c as XK, d as Ko, e as Ia, f as Ni } from "../chunks/image.qBD2O7kA.js";
|
|
35
|
+
import { default as VWt } from "./image-comparer.js";
|
|
36
|
+
import { default as GWt } from "./include.js";
|
|
36
37
|
import Xa from "./input.js";
|
|
37
|
-
import { default as
|
|
38
|
+
import { default as YWt } from "./input-group.js";
|
|
38
39
|
import kd from "./line-clamp.js";
|
|
39
40
|
import p9 from "./markdown.js";
|
|
40
41
|
import cu from "./menu.js";
|
|
@@ -42,101 +43,101 @@ import dp from "./menu-item.js";
|
|
|
42
43
|
import TR from "./menu-label.js";
|
|
43
44
|
import JK from "./menu-section.js";
|
|
44
45
|
import ZK from "./mutation-observer.js";
|
|
45
|
-
import { C as Al, a as QK } from "../chunks/option.
|
|
46
|
+
import { C as Al, a as QK } from "../chunks/option.DrGgLWa5.js";
|
|
46
47
|
import eY from "./pagination.js";
|
|
47
|
-
import { C as Qc, d as up } from "../chunks/popup.
|
|
48
|
+
import { C as Qc, d as up } from "../chunks/popup.dmeEbJcf.js";
|
|
48
49
|
import tY from "./progress-bar.js";
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
50
|
+
import { default as JWt } from "./progress-ring.js";
|
|
51
|
+
import { default as QWt } from "./qr-code.js";
|
|
51
52
|
import AR from "./radio.js";
|
|
52
53
|
import nY from "./radio-button.js";
|
|
53
54
|
import rY from "./radio-card.js";
|
|
54
55
|
import h9 from "./radio-group.js";
|
|
55
56
|
import g9 from "./range.js";
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
57
|
+
import { default as tGt } from "./rating.js";
|
|
58
|
+
import { default as rGt } from "./relative-time.js";
|
|
58
59
|
import qb from "./resize-observer.js";
|
|
59
|
-
import { C as _d, i as iY } from "../chunks/select.
|
|
60
|
-
import { default as
|
|
60
|
+
import { C as _d, i as iY } from "../chunks/select.Bc4UXmFy.js";
|
|
61
|
+
import { default as oGt } from "./skeleton.js";
|
|
61
62
|
import vi from "./space.js";
|
|
62
63
|
import lu from "./spinner.js";
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
64
|
+
import { default as sGt } from "./split-panel.js";
|
|
65
|
+
import { default as lGt } from "./step.js";
|
|
66
|
+
import { default as uGt } from "./stepper.js";
|
|
66
67
|
import ek from "./switch.js";
|
|
67
68
|
import tk from "./tab.js";
|
|
68
|
-
import { C as nk, T as m9, a as f9, b as v9, g as q7 } from "../chunks/tab-group.
|
|
69
|
-
import { C as OR, f as jh, i as IR, r as oY, m as aY, a as V7, g as W7 } from "../chunks/table.
|
|
69
|
+
import { C as nk, T as m9, a as f9, b as v9, g as q7 } from "../chunks/tab-group.BHNXl1XO.js";
|
|
70
|
+
import { C as OR, f as jh, i as IR, r as oY, m as aY, a as V7, g as W7 } from "../chunks/table.CNDxXSQ-.js";
|
|
70
71
|
import y9 from "./tab-panel.js";
|
|
71
|
-
import { default as
|
|
72
|
+
import { default as hGt } from "./tag.js";
|
|
72
73
|
import sY from "./textarea.js";
|
|
73
|
-
import { C as cY, t as lY } from "../chunks/timecode.
|
|
74
|
+
import { C as cY, t as lY } from "../chunks/timecode.DYwU2oVN.js";
|
|
74
75
|
import ya from "./tooltip.js";
|
|
75
|
-
import { d as dY, v as Zf } from "../chunks/tree.
|
|
76
|
-
import { a as
|
|
76
|
+
import { d as dY, v as Zf } from "../chunks/tree.CwqbM4ad.js";
|
|
77
|
+
import { a as mGt, C as fGt } from "../chunks/tree.CwqbM4ad.js";
|
|
77
78
|
import { C as eo } from "../chunks/typography.trna8y2b.js";
|
|
78
|
-
import { default as
|
|
79
|
+
import { default as yGt } from "./video.js";
|
|
79
80
|
import uY from "./visually-hidden.js";
|
|
80
|
-
import { getAnimationNames as
|
|
81
|
+
import { getAnimationNames as wGt, getEasingNames as xGt } from "./atoms.js";
|
|
81
82
|
import { c as Rn } from "../chunks/component.styles.DtouHn2g.js";
|
|
82
83
|
import { e as G7, d as K7 } from "../chunks/animation-registry.DavRkTTr.js";
|
|
83
|
-
import { g as
|
|
84
|
+
import { g as _Gt, s as CGt } from "../chunks/animation-registry.DavRkTTr.js";
|
|
84
85
|
import { i as Dn, n as K, C as zn, x as Z, c as Pn, r as DR, T as pY, a as hY, E as dh } from "../chunks/custom-element.fmLrnDZr.js";
|
|
85
86
|
import { c as gY } from "../chunks/browser.Va59Ix3P.js";
|
|
86
87
|
import { u as Y7, l as mY } from "../chunks/scroll.DwPiX2Ox.js";
|
|
87
88
|
import { w as Ot, o as fY, p as MR, q as vY, h as PR, r as yY, t as bY, m as wY, u as xY, v as kY, U as X7, x as rk, l as b9, y as _1, z as NR, S as _Y, i as w9, c as CY, A as SY, d as EY, B as TY, C as AY, f as OY, g as J7, n as IY } from "../chunks/watch.BCJD77bD.js";
|
|
88
89
|
import { a as U_, l as Hh, c as Z7, b as Q7, g as x9, d as LR, e as RR, f as eO } from "../chunks/dom.DDszM5Cy.js";
|
|
89
|
-
import { r as
|
|
90
|
+
import { r as _e } from "../chunks/state.Dt9F_SuS.js";
|
|
90
91
|
import { e as Tt } from "../chunks/query.BBf1UFkC.js";
|
|
91
92
|
import { e as hn } from "../chunks/class-map.DqNfBvJI.js";
|
|
92
93
|
import { n as St } from "../chunks/when.Dr1es41R.js";
|
|
93
|
-
import { L as rr, G as uh, a as qd, b as kn } from "../chunks/i18n.
|
|
94
|
+
import { L as rr, G as uh, a as qd, b as kn } from "../chunks/i18n.CXUGdxzx.js";
|
|
94
95
|
import { o as bo } from "../chunks/map.D8heArFD.js";
|
|
95
96
|
import { c as ib, b as DY } from "../chunks/capitalize.CNStXZBq.js";
|
|
96
|
-
import { o as
|
|
97
|
+
import { o as er } from "../chunks/style-map.lEJHEwk3.js";
|
|
97
98
|
import { a as ob, d as MY, e as PY, D as q_, u as NY, t as fc, f as BR } from "../chunks/asset.Ba-CxnNM.js";
|
|
98
99
|
import { H as LY } from "../chunks/slot.DJLm4Dig.js";
|
|
99
|
-
import { a as k9, u as Gu, C as RY } from "../chunks/list-editor.
|
|
100
|
+
import { a as k9, u as Gu, C as RY } from "../chunks/list-editor.BT8jyXOn.js";
|
|
100
101
|
import BY from "./bicolor-picker.js";
|
|
101
102
|
import zR from "./border-input-group.js";
|
|
102
|
-
import { p as FR, c as xm, b as km, d as zY, e as FY, g as V_ } from "../chunks/color-swatch.
|
|
103
|
-
import { C as
|
|
104
|
-
import { C as _9, a as $Y } from "../chunks/confirm-popover.
|
|
103
|
+
import { p as FR, c as xm, b as km, d as zY, e as FY, g as V_ } from "../chunks/color-swatch.CyN0Rfwc.js";
|
|
104
|
+
import { C as EGt } from "../chunks/color-swatch.CyN0Rfwc.js";
|
|
105
|
+
import { C as _9, a as $Y } from "../chunks/confirm-popover.CFrckJqd.js";
|
|
105
106
|
import jY from "./corner-position-input-group.js";
|
|
106
|
-
import { r as ik, R as ab, a as HY, b as qe, j as
|
|
107
|
-
import { C as
|
|
107
|
+
import { r as ik, R as ab, a as HY, b as qe, j as ke, t as UY, d as $R, w as qY, e as VY } from "../chunks/cropper.CfSeVI5y.js";
|
|
108
|
+
import { C as AGt } from "../chunks/cropper.CfSeVI5y.js";
|
|
108
109
|
import { h as sr, D as jR, c as tO, C as yh, T as C9, M as WY, d as HR } from "../chunks/endpoints.BgyupJys.js";
|
|
109
110
|
import { o as Cr } from "../chunks/if-defined.CKupVaWs.js";
|
|
110
111
|
import { c as Jn } from "../chunks/repeat.B1pVpmRx.js";
|
|
111
112
|
import S9 from "./dynamic-select.js";
|
|
112
|
-
import { F as Ku, C as E9, a as W_ } from "../chunks/folder-select.
|
|
113
|
+
import { F as Ku, C as E9, a as W_ } from "../chunks/folder-select.BY9NfYq8.js";
|
|
113
114
|
import { a as Io, E as Fn, b as Um, O as Ld, T as Fu, G as nO } from "../chunks/index.Cpamj0jB.js";
|
|
114
|
-
import { C as
|
|
115
|
+
import { C as IGt } from "../chunks/index.Cpamj0jB.js";
|
|
115
116
|
import { g as T9, c as ry } from "../chunks/_commonjsHelpers.ByX85dGu.js";
|
|
116
|
-
import { b as Qf, a as UR, d as rO, c as ok, s as GY, o as KY, U as A9, e as qR, i as Kd, f as YY } from "../chunks/file-on-demand.
|
|
117
|
-
import { C as
|
|
117
|
+
import { b as Qf, a as UR, d as rO, c as ok, s as GY, o as KY, U as A9, e as qR, i as Kd, f as YY } from "../chunks/file-on-demand.DKBPqNSf.js";
|
|
118
|
+
import { C as MGt } from "../chunks/file-on-demand.DKBPqNSf.js";
|
|
118
119
|
import { e as XY, t as JY } from "../chunks/directive.oAbCiebi.js";
|
|
119
120
|
import { f as ZY, n as kl, e as _l } from "../chunks/ref.BDmlFGTP.js";
|
|
120
121
|
import QY from "./masonry.js";
|
|
121
122
|
import eX from "./padding-input-group.js";
|
|
122
123
|
import tX from "./position-picker.js";
|
|
123
124
|
import { D as Uw, P as G_, E as dd, B as ft, a as Af, A as ig, b as nX, T as iO } from "../chunks/content-builder.UlVFSATk.js";
|
|
124
|
-
import { g as rX, a as oO, b as qw } from "../chunks/color-swatch-group.
|
|
125
|
-
import { C as
|
|
125
|
+
import { g as rX, a as oO, b as qw } from "../chunks/color-swatch-group.DN7t4a6b.js";
|
|
126
|
+
import { C as NGt } from "../chunks/color-swatch-group.DN7t4a6b.js";
|
|
126
127
|
import iX from "./shadow-input-group.js";
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
128
|
+
import { default as RGt } from "./share-option-list.js";
|
|
129
|
+
import { default as zGt } from "./sidebar.js";
|
|
129
130
|
import oX from "./size-input-group.js";
|
|
130
|
-
import { default as
|
|
131
|
+
import { default as $Gt } from "./stepper-wizard.js";
|
|
131
132
|
import { t as VR, a as O9 } from "../chunks/toString.CL_lYXbK.js";
|
|
132
|
-
import { default as
|
|
133
|
+
import { default as HGt } from "./typeface.js";
|
|
133
134
|
import { o as Yu } from "../chunks/unsafe-html.BpqikVtf.js";
|
|
134
|
-
import { default as
|
|
135
|
+
import { default as qGt } from "./asset-link-format.js";
|
|
135
136
|
import { i as ak } from "../chunks/guard.L-Ctqt3S.js";
|
|
136
137
|
import { i as WR, u as Wc } from "../chunks/static.kLXgh3Gq.js";
|
|
137
138
|
import { w as aX } from "../chunks/event.mFzZi4sr.js";
|
|
138
139
|
import { c as og } from "../chunks/math.DqTA6ya4.js";
|
|
139
|
-
import { b as aO, e as sX } from "../chunks/number.
|
|
140
|
+
import { b as aO, e as sX } from "../chunks/number.CjNxU7Xs.js";
|
|
140
141
|
import { t as GR } from "../chunks/event-options.CYHYGOd8.js";
|
|
141
142
|
import { T as KR, a as cX, t as sO, u as lX, f as C1, b as dX, F as mf, M as jv } from "../chunks/string.D6poLUEC.js";
|
|
142
143
|
import { a as S1, r as uX, S as cO, i as sk, b as YR } from "../chunks/isObjectLike.z36Fu426.js";
|
|
@@ -858,7 +859,7 @@ Lo([
|
|
|
858
859
|
K({ attribute: "can-view-ar", reflect: !0, type: Boolean })
|
|
859
860
|
], Ri.prototype, "canViewAR", 2);
|
|
860
861
|
Lo([
|
|
861
|
-
|
|
862
|
+
_e()
|
|
862
863
|
], Ri.prototype, "inspectButtonInteracted", 2);
|
|
863
864
|
Lo([
|
|
864
865
|
Ot("inspectorLoading")
|
|
@@ -1076,7 +1077,7 @@ let ni = class extends zn {
|
|
|
1076
1077
|
"viewer-control__slider-container--end": this.currentTime === this.totalTime,
|
|
1077
1078
|
"viewer-control__slider-container__progress": !0
|
|
1078
1079
|
})}
|
|
1079
|
-
style=${
|
|
1080
|
+
style=${er({
|
|
1080
1081
|
width: this.animationProgress + "%"
|
|
1081
1082
|
})}
|
|
1082
1083
|
></div>
|
|
@@ -1086,7 +1087,7 @@ let ni = class extends zn {
|
|
|
1086
1087
|
"viewer-control__slider-container--end": this.currentTime === this.totalTime,
|
|
1087
1088
|
"viewer-control__slider-container__thumb": !0
|
|
1088
1089
|
})}
|
|
1089
|
-
style=${
|
|
1090
|
+
style=${er({
|
|
1090
1091
|
left: this.animationProgress + "%"
|
|
1091
1092
|
})}
|
|
1092
1093
|
></div>
|
|
@@ -1330,7 +1331,7 @@ yi([
|
|
|
1330
1331
|
K({ attribute: "can-view-ar", reflect: !0, type: Boolean })
|
|
1331
1332
|
], ni.prototype, "canViewAR", 2);
|
|
1332
1333
|
yi([
|
|
1333
|
-
|
|
1334
|
+
_e()
|
|
1334
1335
|
], ni.prototype, "isDragging", 2);
|
|
1335
1336
|
ni = yi([
|
|
1336
1337
|
Pn("cx-3d-viewer-control")
|
|
@@ -2762,64 +2763,64 @@ ei([
|
|
|
2762
2763
|
K({ attribute: "can-view-ar", reflect: !0, type: Boolean })
|
|
2763
2764
|
], $r.prototype, "canViewAR", 2);
|
|
2764
2765
|
ei([
|
|
2765
|
-
|
|
2766
|
+
_e()
|
|
2766
2767
|
], $r.prototype, "showHotspotsMenu", 2);
|
|
2767
2768
|
ei([
|
|
2768
|
-
|
|
2769
|
+
_e()
|
|
2769
2770
|
], $r.prototype, "showGrid", 2);
|
|
2770
2771
|
ei([
|
|
2771
|
-
|
|
2772
|
+
_e()
|
|
2772
2773
|
], $r.prototype, "showShadows", 2);
|
|
2773
2774
|
ei([
|
|
2774
|
-
|
|
2775
|
+
_e()
|
|
2775
2776
|
], $r.prototype, "showTextures", 2);
|
|
2776
2777
|
ei([
|
|
2777
|
-
|
|
2778
|
+
_e()
|
|
2778
2779
|
], $r.prototype, "showWireframe", 2);
|
|
2779
2780
|
ei([
|
|
2780
|
-
|
|
2781
|
+
_e()
|
|
2781
2782
|
], $r.prototype, "selectedSpeed", 2);
|
|
2782
2783
|
ei([
|
|
2783
|
-
|
|
2784
|
+
_e()
|
|
2784
2785
|
], $r.prototype, "isAnimationPlaying", 2);
|
|
2785
2786
|
ei([
|
|
2786
|
-
|
|
2787
|
+
_e()
|
|
2787
2788
|
], $r.prototype, "animationProgress", 2);
|
|
2788
2789
|
ei([
|
|
2789
|
-
|
|
2790
|
+
_e()
|
|
2790
2791
|
], $r.prototype, "currentTime", 2);
|
|
2791
2792
|
ei([
|
|
2792
|
-
|
|
2793
|
+
_e()
|
|
2793
2794
|
], $r.prototype, "totalTime", 2);
|
|
2794
2795
|
ei([
|
|
2795
|
-
|
|
2796
|
+
_e()
|
|
2796
2797
|
], $r.prototype, "isModelLoaded", 2);
|
|
2797
2798
|
ei([
|
|
2798
|
-
|
|
2799
|
+
_e()
|
|
2799
2800
|
], $r.prototype, "isFullscreen", 2);
|
|
2800
2801
|
ei([
|
|
2801
|
-
|
|
2802
|
+
_e()
|
|
2802
2803
|
], $r.prototype, "inspectorInitialized", 2);
|
|
2803
2804
|
ei([
|
|
2804
|
-
|
|
2805
|
+
_e()
|
|
2805
2806
|
], $r.prototype, "mouseDownPosition", 2);
|
|
2806
2807
|
ei([
|
|
2807
|
-
|
|
2808
|
+
_e()
|
|
2808
2809
|
], $r.prototype, "activeEnvironment", 2);
|
|
2809
2810
|
ei([
|
|
2810
|
-
|
|
2811
|
+
_e()
|
|
2811
2812
|
], $r.prototype, "activeVariant", 2);
|
|
2812
2813
|
ei([
|
|
2813
|
-
|
|
2814
|
+
_e()
|
|
2814
2815
|
], $r.prototype, "selectedAnimation", 2);
|
|
2815
2816
|
ei([
|
|
2816
|
-
|
|
2817
|
+
_e()
|
|
2817
2818
|
], $r.prototype, "gridLoading", 2);
|
|
2818
2819
|
ei([
|
|
2819
|
-
|
|
2820
|
+
_e()
|
|
2820
2821
|
], $r.prototype, "inspectorLoading", 2);
|
|
2821
2822
|
ei([
|
|
2822
|
-
|
|
2823
|
+
_e()
|
|
2823
2824
|
], $r.prototype, "blobUrl", 2);
|
|
2824
2825
|
ei([
|
|
2825
2826
|
Ot("isFullscreen", { waitUntilFirstUpdate: !0 })
|
|
@@ -3478,25 +3479,25 @@ lo([
|
|
|
3478
3479
|
})
|
|
3479
3480
|
], Ci.prototype, "requestedFields", 2);
|
|
3480
3481
|
lo([
|
|
3481
|
-
|
|
3482
|
+
_e()
|
|
3482
3483
|
], Ci.prototype, "header", 2);
|
|
3483
3484
|
lo([
|
|
3484
|
-
|
|
3485
|
+
_e()
|
|
3485
3486
|
], Ci.prototype, "details", 2);
|
|
3486
3487
|
lo([
|
|
3487
|
-
|
|
3488
|
+
_e()
|
|
3488
3489
|
], Ci.prototype, "additionalContent", 2);
|
|
3489
3490
|
lo([
|
|
3490
|
-
|
|
3491
|
+
_e()
|
|
3491
3492
|
], Ci.prototype, "showDefaultSlot", 2);
|
|
3492
3493
|
lo([
|
|
3493
|
-
|
|
3494
|
+
_e()
|
|
3494
3495
|
], Ci.prototype, "showHeaderSlot", 2);
|
|
3495
3496
|
lo([
|
|
3496
|
-
|
|
3497
|
+
_e()
|
|
3497
3498
|
], Ci.prototype, "showDetailsSlot", 2);
|
|
3498
3499
|
lo([
|
|
3499
|
-
|
|
3500
|
+
_e()
|
|
3500
3501
|
], Ci.prototype, "showAdditionalContentSlot", 2);
|
|
3501
3502
|
lo([
|
|
3502
3503
|
Ot("recordId", { waitUntilFirstUpdate: !0 }),
|
|
@@ -3655,7 +3656,7 @@ Ul([
|
|
|
3655
3656
|
K({ attribute: "page-id", reflect: !0, type: String })
|
|
3656
3657
|
], Hs.prototype, "pageId", 2);
|
|
3657
3658
|
Ul([
|
|
3658
|
-
|
|
3659
|
+
_e()
|
|
3659
3660
|
], Hs.prototype, "frameSrc", 2);
|
|
3660
3661
|
Ul([
|
|
3661
3662
|
Ot("src")
|
|
@@ -4094,10 +4095,10 @@ ph.dependencies = {
|
|
|
4094
4095
|
"cx-markdown": p9
|
|
4095
4096
|
};
|
|
4096
4097
|
Vb([
|
|
4097
|
-
|
|
4098
|
+
_e()
|
|
4098
4099
|
], ph.prototype, "markup", 2);
|
|
4099
4100
|
Vb([
|
|
4100
|
-
|
|
4101
|
+
_e()
|
|
4101
4102
|
], ph.prototype, "isOpen", 2);
|
|
4102
4103
|
Vb([
|
|
4103
4104
|
Tt(".code-preview__resizer")
|
|
@@ -4323,7 +4324,7 @@ Cd([
|
|
|
4323
4324
|
K({ attribute: "on-request-download-format", type: Function })
|
|
4324
4325
|
], Us.prototype, "onRequestDownloadFormat", 2);
|
|
4325
4326
|
Cd([
|
|
4326
|
-
|
|
4327
|
+
_e()
|
|
4327
4328
|
], Us.prototype, "formatLabelMap", 2);
|
|
4328
4329
|
Cd([
|
|
4329
4330
|
Ot("value")
|
|
@@ -8957,19 +8958,19 @@ const XO = { display: "none" }, hne = {
|
|
|
8957
8958
|
}, pz = "react-flow__node-desc", hz = "react-flow__edge-desc", gne = "react-flow__aria-live", mne = (n) => n.ariaLiveMessage, fne = (n) => n.ariaLabelConfig;
|
|
8958
8959
|
function vne({ rfId: n }) {
|
|
8959
8960
|
const e = Mr(mne);
|
|
8960
|
-
return
|
|
8961
|
+
return ke.jsx("div", { id: `${gne}-${n}`, "aria-live": "assertive", "aria-atomic": "true", style: hne, children: e });
|
|
8961
8962
|
}
|
|
8962
8963
|
function yne({ rfId: n, disableKeyboardA11y: e }) {
|
|
8963
8964
|
const t = Mr(fne);
|
|
8964
|
-
return
|
|
8965
|
+
return ke.jsxs(ke.Fragment, { children: [ke.jsx("div", { id: `${pz}-${n}`, style: XO, children: e ? t["node.a11yDescription.default"] : t["node.a11yDescription.keyboardDisabled"] }), ke.jsx("div", { id: `${hz}-${n}`, style: XO, children: t["edge.a11yDescription.default"] }), !e && ke.jsx(vne, { rfId: n })] });
|
|
8965
8966
|
}
|
|
8966
8967
|
const wk = qe.forwardRef(({ position: n = "top-left", children: e, className: t, style: r, ...i }, o) => {
|
|
8967
8968
|
const a = `${n}`.split("-");
|
|
8968
|
-
return
|
|
8969
|
+
return ke.jsx("div", { className: ea(["react-flow__panel", t, ...a]), style: r, ref: o, ...i, children: e });
|
|
8969
8970
|
});
|
|
8970
8971
|
wk.displayName = "Panel";
|
|
8971
8972
|
function bne({ proOptions: n, position: e = "bottom-right" }) {
|
|
8972
|
-
return n?.hideAttribution ? null :
|
|
8973
|
+
return n?.hideAttribution ? null : ke.jsx(wk, { position: e, className: "react-flow__attribution", "data-message": "Please only hide this attribution when you are subscribed to React Flow Pro: https://pro.reactflow.dev", children: ke.jsx("a", { href: "https://reactflow.dev", target: "_blank", rel: "noopener noreferrer", "aria-label": "React Flow attribution", children: "React Flow" }) });
|
|
8973
8974
|
}
|
|
8974
8975
|
const wne = (n) => {
|
|
8975
8976
|
const e = [], t = [];
|
|
@@ -8992,7 +8993,7 @@ function kne({ onSelectionChange: n }) {
|
|
|
8992
8993
|
const _ne = (n) => !!n.onSelectionChangeHandlers;
|
|
8993
8994
|
function Cne({ onSelectionChange: n }) {
|
|
8994
8995
|
const e = Mr(_ne);
|
|
8995
|
-
return n || e ?
|
|
8996
|
+
return n || e ? ke.jsx(kne, { onSelectionChange: n }) : null;
|
|
8996
8997
|
}
|
|
8997
8998
|
const gz = [0, 0], Sne = { x: 0, y: 0, zoom: 1 }, Ene = [
|
|
8998
8999
|
"nodes",
|
|
@@ -9349,7 +9350,7 @@ function Lne({ children: n }) {
|
|
|
9349
9350
|
lookup: h
|
|
9350
9351
|
}));
|
|
9351
9352
|
}, []), o = a8(i), a = qe.useMemo(() => ({ nodeQueue: r, edgeQueue: o }), []);
|
|
9352
|
-
return
|
|
9353
|
+
return ke.jsx(bz.Provider, { value: a, children: n });
|
|
9353
9354
|
}
|
|
9354
9355
|
function Rne() {
|
|
9355
9356
|
const n = qe.useContext(bz);
|
|
@@ -9599,7 +9600,7 @@ function Hne({ onPaneContextMenu: n, zoomOnScroll: e = !0, zoomOnPinch: t = !0,
|
|
|
9599
9600
|
b,
|
|
9600
9601
|
$,
|
|
9601
9602
|
q
|
|
9602
|
-
]),
|
|
9603
|
+
]), ke.jsx("div", { className: "react-flow__renderer", ref: D, style: xk, children: f });
|
|
9603
9604
|
}
|
|
9604
9605
|
const Une = (n) => ({
|
|
9605
9606
|
userSelectionActive: n.userSelectionActive,
|
|
@@ -9607,7 +9608,7 @@ const Une = (n) => ({
|
|
|
9607
9608
|
});
|
|
9608
9609
|
function qne() {
|
|
9609
9610
|
const { userSelectionActive: n, userSelectionRect: e } = Mr(Une, Vi);
|
|
9610
|
-
return n && e ?
|
|
9611
|
+
return n && e ? ke.jsx("div", { className: "react-flow__selection react-flow__container", style: {
|
|
9611
9612
|
width: e.width,
|
|
9612
9613
|
height: e.height,
|
|
9613
9614
|
transform: `translate(${e.x}px, ${e.y}px)`
|
|
@@ -9697,7 +9698,7 @@ function Wne({ isSelecting: n, selectionKeyPressed: e, selectionMode: t = pb.Ful
|
|
|
9697
9698
|
nodesSelectionActive: F.current.size > 0
|
|
9698
9699
|
}), a?.(oe), (e || i) && (j.current = !1), L.current = !1;
|
|
9699
9700
|
}, M = r === !0 || Array.isArray(r) && r.includes(0);
|
|
9700
|
-
return
|
|
9701
|
+
return ke.jsxs("div", { className: ea(["react-flow__pane", { draggable: M, dragging: k, selection: n }]), onClick: C ? void 0 : aC(q, A), onContextMenu: aC(B, A), onWheel: aC(R, A), onPointerEnter: C ? void 0 : d, onPointerDown: C ? G : u, onPointerMove: C ? N : u, onPointerUp: C ? Y : void 0, onPointerLeave: h, ref: A, style: xk, children: [m, ke.jsx(qne, {})] });
|
|
9701
9702
|
}
|
|
9702
9703
|
function qE({ id: n, store: e, unselect: t = !1, nodeRef: r }) {
|
|
9703
9704
|
const { addSelectedNodes: i, unselectNodesAndEdges: o, multiSelectionActive: a, nodeLookup: s, onError: c } = e.getState(), l = s.get(n);
|
|
@@ -9858,7 +9859,7 @@ function Jne({ type: n = "source", position: e = xt.Top, isValidConnection: t, i
|
|
|
9858
9859
|
const Ge = structuredClone(Ae);
|
|
9859
9860
|
delete Ge.inProgress, Ge.toPosition = Ge.toHandle ? Ge.toHandle.position : null, oe?.(Y, Ge), w.setState({ connectionClickStartHandle: null });
|
|
9860
9861
|
};
|
|
9861
|
-
return
|
|
9862
|
+
return ke.jsx("div", { "data-handleid": f, "data-nodeid": k, "data-handlepos": e, "data-id": `${A}-${k}-${f}-${n}`, className: ea([
|
|
9862
9863
|
"react-flow__handle",
|
|
9863
9864
|
`react-flow__handle-${e}`,
|
|
9864
9865
|
"nodrag",
|
|
@@ -9884,16 +9885,16 @@ function Jne({ type: n = "source", position: e = xt.Top, isValidConnection: t, i
|
|
|
9884
9885
|
}
|
|
9885
9886
|
const gd = qe.memo(yz(Jne));
|
|
9886
9887
|
function Zne({ data: n, isConnectable: e, sourcePosition: t = xt.Bottom }) {
|
|
9887
|
-
return
|
|
9888
|
+
return ke.jsxs(ke.Fragment, { children: [n?.label, ke.jsx(gd, { type: "source", position: t, isConnectable: e })] });
|
|
9888
9889
|
}
|
|
9889
9890
|
function Qne({ data: n, isConnectable: e, targetPosition: t = xt.Top, sourcePosition: r = xt.Bottom }) {
|
|
9890
|
-
return
|
|
9891
|
+
return ke.jsxs(ke.Fragment, { children: [ke.jsx(gd, { type: "target", position: t, isConnectable: e }), n?.label, ke.jsx(gd, { type: "source", position: r, isConnectable: e })] });
|
|
9891
9892
|
}
|
|
9892
9893
|
function ere() {
|
|
9893
9894
|
return null;
|
|
9894
9895
|
}
|
|
9895
9896
|
function tre({ data: n, isConnectable: e, targetPosition: t = xt.Top }) {
|
|
9896
|
-
return
|
|
9897
|
+
return ke.jsxs(ke.Fragment, { children: [ke.jsx(gd, { type: "target", position: t, isConnectable: e }), n?.label] });
|
|
9897
9898
|
}
|
|
9898
9899
|
const R1 = {
|
|
9899
9900
|
ArrowUp: { x: 0, y: -1 },
|
|
@@ -9945,9 +9946,9 @@ function ire({ onSelectionContextMenu: n, noPanClassName: e, disableKeyboardA11y
|
|
|
9945
9946
|
factor: h.shiftKey ? 4 : 1
|
|
9946
9947
|
}));
|
|
9947
9948
|
};
|
|
9948
|
-
return
|
|
9949
|
+
return ke.jsx("div", { className: ea(["react-flow__nodesselection", "react-flow__container", e]), style: {
|
|
9949
9950
|
transform: a
|
|
9950
|
-
}, children:
|
|
9951
|
+
}, children: ke.jsx("div", { ref: l, className: "react-flow__nodesselection-rect", onContextMenu: d, tabIndex: t ? void 0 : -1, onKeyDown: t ? void 0 : u, style: {
|
|
9951
9952
|
width: i,
|
|
9952
9953
|
height: o
|
|
9953
9954
|
} }) });
|
|
@@ -9955,7 +9956,7 @@ function ire({ onSelectionContextMenu: n, noPanClassName: e, disableKeyboardA11y
|
|
|
9955
9956
|
const l8 = typeof window < "u" ? window : void 0, ore = (n) => ({ nodesSelectionActive: n.nodesSelectionActive, userSelectionActive: n.userSelectionActive });
|
|
9956
9957
|
function _z({ children: n, onPaneClick: e, onPaneMouseEnter: t, onPaneMouseMove: r, onPaneMouseLeave: i, onPaneContextMenu: o, onPaneScroll: a, paneClickDistance: s, deleteKeyCode: c, selectionKeyCode: l, selectionOnDrag: d, selectionMode: u, onSelectionStart: h, onSelectionEnd: m, multiSelectionKeyCode: f, panActivationKeyCode: b, zoomActivationKeyCode: w, elementsSelectable: k, zoomOnScroll: T, zoomOnPinch: C, panOnScroll: A, panOnScrollSpeed: D, panOnScrollMode: F, zoomOnDoubleClick: $, panOnDrag: j, defaultViewport: L, translateExtent: q, minZoom: B, maxZoom: R, preventScrolling: G, onSelectionContextMenu: N, noWheelClassName: Y, noPanClassName: M, disableKeyboardA11y: oe, onViewportChange: le, isControlledViewport: ee }) {
|
|
9957
9958
|
const { nodesSelectionActive: ge, userSelectionActive: Me } = Mr(ore), ye = fb(l, { target: l8 }), Ne = fb(b, { target: l8 }), Ae = Ne || j, it = Ne || A, dt = d && Ae !== !0, Qe = ye || Me || dt;
|
|
9958
|
-
return Fne({ deleteKeyCode: c, multiSelectionKeyCode: f }),
|
|
9959
|
+
return Fne({ deleteKeyCode: c, multiSelectionKeyCode: f }), ke.jsx(Hne, { onPaneContextMenu: o, elementsSelectable: k, zoomOnScroll: T, zoomOnPinch: C, panOnScroll: it, panOnScrollSpeed: D, panOnScrollMode: F, zoomOnDoubleClick: $, panOnDrag: !ye && Ae, defaultViewport: L, translateExtent: q, minZoom: B, maxZoom: R, zoomActivationKeyCode: w, preventScrolling: G, noWheelClassName: Y, noPanClassName: M, onViewportChange: le, isControlledViewport: ee, paneClickDistance: s, children: ke.jsxs(Wne, { onSelectionStart: h, onSelectionEnd: m, onPaneClick: e, onPaneMouseEnter: t, onPaneMouseMove: r, onPaneMouseLeave: i, onPaneContextMenu: o, onPaneScroll: a, panOnDrag: Ae, isSelecting: !!Qe, selectionMode: u, selectionKeyPressed: ye, selectionOnDrag: dt, children: [n, ge && ke.jsx(ire, { onSelectionContextMenu: N, noPanClassName: M, disableKeyboardA11y: oe })] }) });
|
|
9959
9960
|
}
|
|
9960
9961
|
_z.displayName = "FlowRenderer";
|
|
9961
9962
|
const are = qe.memo(_z), sre = (n) => (e) => n ? F9(e.nodeLookup, { x: 0, y: 0, width: e.width, height: e.height }, e.transform, !0).map((t) => t.id) : Array.from(e.nodeLookup.keys());
|
|
@@ -10056,7 +10057,7 @@ function pre({ id: n, onClick: e, onMouseEnter: t, onMouseMove: r, onMouseLeave:
|
|
|
10056
10057
|
zoom: tt[2]
|
|
10057
10058
|
});
|
|
10058
10059
|
};
|
|
10059
|
-
return
|
|
10060
|
+
return ke.jsx("div", { className: ea([
|
|
10060
10061
|
"react-flow__node",
|
|
10061
10062
|
`react-flow__node-${F}`,
|
|
10062
10063
|
{
|
|
@@ -10078,7 +10079,7 @@ function pre({ id: n, onClick: e, onMouseEnter: t, onMouseMove: r, onMouseLeave:
|
|
|
10078
10079
|
visibility: G ? "visible" : "hidden",
|
|
10079
10080
|
...C.style,
|
|
10080
10081
|
...le
|
|
10081
|
-
}, "data-id": n, "data-testid": `rf__node-${n}`, onMouseEnter: ge, onMouseMove: Me, onMouseLeave: ye, onContextMenu: Ne, onClick: it, onDoubleClick: Ae, onKeyDown: B ? dt : void 0, tabIndex: B ? 0 : void 0, onFocus: B ? Qe : void 0, role: C.ariaRole ?? (B ? "group" : void 0), "aria-roledescription": "node", "aria-describedby": f ? void 0 : `${pz}-${b}`, "aria-label": C.ariaLabel, ...C.domAttributes, children:
|
|
10082
|
+
}, "data-id": n, "data-testid": `rf__node-${n}`, onMouseEnter: ge, onMouseMove: Me, onMouseLeave: ye, onContextMenu: Ne, onClick: it, onDoubleClick: Ae, onKeyDown: B ? dt : void 0, tabIndex: B ? 0 : void 0, onFocus: B ? Qe : void 0, role: C.ariaRole ?? (B ? "group" : void 0), "aria-roledescription": "node", "aria-describedby": f ? void 0 : `${pz}-${b}`, "aria-label": C.ariaLabel, ...C.domAttributes, children: ke.jsx(Kne, { value: n, children: ke.jsx($, { id: n, data: C.data, type: F, positionAbsoluteX: A.positionAbsolute.x, positionAbsoluteY: A.positionAbsolute.y, selected: C.selected ?? !1, selectable: L, draggable: j, deletable: C.deletable ?? !0, isConnectable: q, sourcePosition: C.sourcePosition, targetPosition: C.targetPosition, dragging: Y, dragHandle: C.dragHandle, zIndex: A.z, parentId: C.parentId, ...oe }) }) });
|
|
10082
10083
|
}
|
|
10083
10084
|
const hre = (n) => ({
|
|
10084
10085
|
nodesDraggable: n.nodesDraggable,
|
|
@@ -10089,7 +10090,7 @@ const hre = (n) => ({
|
|
|
10089
10090
|
});
|
|
10090
10091
|
function Cz(n) {
|
|
10091
10092
|
const { nodesDraggable: e, nodesConnectable: t, nodesFocusable: r, elementsSelectable: i, onError: o } = Mr(hre, Vi), a = cre(n.onlyRenderVisibleElements), s = dre();
|
|
10092
|
-
return
|
|
10093
|
+
return ke.jsx("div", { className: "react-flow__nodes", style: xk, children: a.map((c) => (
|
|
10093
10094
|
/*
|
|
10094
10095
|
* The split of responsibilities between NodeRenderer and
|
|
10095
10096
|
* NodeComponentWrapper may appear weird. However, it’s designed to
|
|
@@ -10115,7 +10116,7 @@ function Cz(n) {
|
|
|
10115
10116
|
* memorized – so if `NodeRenderer` *has* to rerender, it only
|
|
10116
10117
|
* needs to regenerate the list of nodes, nothing else.
|
|
10117
10118
|
*/
|
|
10118
|
-
|
|
10119
|
+
ke.jsx(pre, { id: c, nodeTypes: n.nodeTypes, nodeExtent: n.nodeExtent, onClick: n.onNodeClick, onMouseEnter: n.onNodeMouseEnter, onMouseMove: n.onNodeMouseMove, onMouseLeave: n.onNodeMouseLeave, onContextMenu: n.onNodeContextMenu, onDoubleClick: n.onNodeDoubleClick, noDragClassName: n.noDragClassName, noPanClassName: n.noPanClassName, rfId: n.rfId, disableKeyboardA11y: n.disableKeyboardA11y, resizeObserver: s, nodesDraggable: e, nodesConnectable: t, nodesFocusable: r, elementsSelectable: i, nodeClickDistance: n.nodeClickDistance, onError: o }, c)
|
|
10119
10120
|
)) });
|
|
10120
10121
|
}
|
|
10121
10122
|
Cz.displayName = "NodeRenderer";
|
|
@@ -10139,10 +10140,10 @@ function mre(n) {
|
|
|
10139
10140
|
return r;
|
|
10140
10141
|
}, [n]), Vi);
|
|
10141
10142
|
}
|
|
10142
|
-
const fre = ({ color: n = "none", strokeWidth: e = 1 }) =>
|
|
10143
|
+
const fre = ({ color: n = "none", strokeWidth: e = 1 }) => ke.jsx("polyline", { style: {
|
|
10143
10144
|
stroke: n,
|
|
10144
10145
|
strokeWidth: e
|
|
10145
|
-
}, strokeLinecap: "round", strokeLinejoin: "round", fill: "none", points: "-5,-4 0,0 -5,4" }), vre = ({ color: n = "none", strokeWidth: e = 1 }) =>
|
|
10146
|
+
}, strokeLinecap: "round", strokeLinejoin: "round", fill: "none", points: "-5,-4 0,0 -5,4" }), vre = ({ color: n = "none", strokeWidth: e = 1 }) => ke.jsx("polyline", { style: {
|
|
10146
10147
|
stroke: n,
|
|
10147
10148
|
fill: n,
|
|
10148
10149
|
strokeWidth: e
|
|
@@ -10156,7 +10157,7 @@ function yre(n) {
|
|
|
10156
10157
|
}
|
|
10157
10158
|
const bre = ({ id: n, type: e, color: t, width: r = 12.5, height: i = 12.5, markerUnits: o = "strokeWidth", strokeWidth: a, orient: s = "auto-start-reverse" }) => {
|
|
10158
10159
|
const c = yre(e);
|
|
10159
|
-
return c ?
|
|
10160
|
+
return c ? ke.jsx("marker", { className: "react-flow__arrowhead", id: n, markerWidth: `${r}`, markerHeight: `${i}`, viewBox: "-10 -10 20 20", markerUnits: o, orient: s, refX: "0", refY: "0", children: ke.jsx(c, { color: t, strokeWidth: a }) }) : null;
|
|
10160
10161
|
}, Sz = ({ defaultColor: n, rfId: e }) => {
|
|
10161
10162
|
const t = Mr((o) => o.edges), r = Mr((o) => o.defaultEdgeOptions), i = qe.useMemo(() => xte(t, {
|
|
10162
10163
|
id: e,
|
|
@@ -10164,7 +10165,7 @@ const bre = ({ id: n, type: e, color: t, width: r = 12.5, height: i = 12.5, mark
|
|
|
10164
10165
|
defaultMarkerStart: r?.markerStart,
|
|
10165
10166
|
defaultMarkerEnd: r?.markerEnd
|
|
10166
10167
|
}), [t, r, e, n]);
|
|
10167
|
-
return i.length ?
|
|
10168
|
+
return i.length ? ke.jsx("svg", { className: "react-flow__marker", "aria-hidden": "true", children: ke.jsx("defs", { children: i.map((o) => ke.jsx(bre, { id: o.id, type: o.type, color: o.color, width: o.width, height: o.height, markerUnits: o.markerUnits, strokeWidth: o.strokeWidth, orient: o.orient }, o.id)) }) }) : null;
|
|
10168
10169
|
};
|
|
10169
10170
|
Sz.displayName = "MarkerDefinitions";
|
|
10170
10171
|
var wre = qe.memo(Sz);
|
|
@@ -10180,12 +10181,12 @@ function Ez({ x: n, y: e, label: t, labelStyle: r, labelShowBg: i = !0, labelBgS
|
|
|
10180
10181
|
height: b.height
|
|
10181
10182
|
});
|
|
10182
10183
|
}
|
|
10183
|
-
}, [t]), t ?
|
|
10184
|
+
}, [t]), t ? ke.jsxs("g", { transform: `translate(${n - u.width / 2} ${e - u.height / 2})`, className: m, visibility: u.width ? "visible" : "hidden", ...d, children: [i && ke.jsx("rect", { width: u.width + 2 * a[0], x: -a[0], y: -a[1], height: u.height + 2 * a[1], className: "react-flow__edge-textbg", style: o, rx: s, ry: s }), ke.jsx("text", { className: "react-flow__edge-text", y: u.height / 2, dy: "0.3em", ref: f, style: r, children: t }), c] }) : null;
|
|
10184
10185
|
}
|
|
10185
10186
|
Ez.displayName = "EdgeText";
|
|
10186
10187
|
const xre = qe.memo(Ez);
|
|
10187
10188
|
function Xg({ path: n, labelX: e, labelY: t, label: r, labelStyle: i, labelShowBg: o, labelBgStyle: a, labelBgPadding: s, labelBgBorderRadius: c, interactionWidth: l = 20, ...d }) {
|
|
10188
|
-
return
|
|
10189
|
+
return ke.jsxs(ke.Fragment, { children: [ke.jsx("path", { ...d, d: n, fill: "none", className: ea(["react-flow__edge-path", d.className]) }), l && ke.jsx("path", { d: n, fill: "none", strokeOpacity: 0, strokeWidth: l, className: "react-flow__edge-interaction" }), r && hd(e) && hd(t) ? ke.jsx(xre, { x: e, y: t, label: r, labelStyle: i, labelShowBg: o, labelBgStyle: a, labelBgPadding: s, labelBgBorderRadius: c }) : null] });
|
|
10189
10190
|
}
|
|
10190
10191
|
function u8({ pos: n, x1: e, y1: t, x2: r, y2: i }) {
|
|
10191
10192
|
return n === xt.Left || n === xt.Right ? [0.5 * (e + r), t] : [e, 0.5 * (t + i)];
|
|
@@ -10231,7 +10232,7 @@ function Az(n) {
|
|
|
10231
10232
|
targetY: o,
|
|
10232
10233
|
targetPosition: s
|
|
10233
10234
|
}), D = n.isInternal ? void 0 : e;
|
|
10234
|
-
return
|
|
10235
|
+
return ke.jsx(Xg, { id: D, path: T, labelX: C, labelY: A, label: c, labelStyle: l, labelShowBg: d, labelBgStyle: u, labelBgPadding: h, labelBgBorderRadius: m, style: f, markerEnd: b, markerStart: w, interactionWidth: k });
|
|
10235
10236
|
});
|
|
10236
10237
|
}
|
|
10237
10238
|
const kre = Az({ isInternal: !1 }), Oz = Az({ isInternal: !0 });
|
|
@@ -10250,7 +10251,7 @@ function Iz(n) {
|
|
|
10250
10251
|
offset: k?.offset,
|
|
10251
10252
|
stepPosition: k?.stepPosition
|
|
10252
10253
|
}), F = n.isInternal ? void 0 : e;
|
|
10253
|
-
return
|
|
10254
|
+
return ke.jsx(Xg, { id: F, path: C, labelX: A, labelY: D, label: a, labelStyle: s, labelShowBg: c, labelBgStyle: l, labelBgPadding: d, labelBgBorderRadius: u, style: h, markerEnd: b, markerStart: w, interactionWidth: T });
|
|
10254
10255
|
});
|
|
10255
10256
|
}
|
|
10256
10257
|
const Dz = Iz({ isInternal: !1 }), Mz = Iz({ isInternal: !0 });
|
|
@@ -10259,7 +10260,7 @@ Mz.displayName = "SmoothStepEdgeInternal";
|
|
|
10259
10260
|
function Pz(n) {
|
|
10260
10261
|
return qe.memo(({ id: e, ...t }) => {
|
|
10261
10262
|
const r = n.isInternal ? void 0 : e;
|
|
10262
|
-
return
|
|
10263
|
+
return ke.jsx(Dz, { ...t, id: r, pathOptions: qe.useMemo(() => ({ borderRadius: 0, offset: t.pathOptions?.offset }), [t.pathOptions?.offset]) });
|
|
10263
10264
|
});
|
|
10264
10265
|
}
|
|
10265
10266
|
const _re = Pz({ isInternal: !1 }), Nz = Pz({ isInternal: !0 });
|
|
@@ -10268,7 +10269,7 @@ Nz.displayName = "StepEdgeInternal";
|
|
|
10268
10269
|
function Lz(n) {
|
|
10269
10270
|
return qe.memo(({ id: e, sourceX: t, sourceY: r, targetX: i, targetY: o, label: a, labelStyle: s, labelShowBg: c, labelBgStyle: l, labelBgPadding: d, labelBgBorderRadius: u, style: h, markerEnd: m, markerStart: f, interactionWidth: b }) => {
|
|
10270
10271
|
const [w, k, T] = ZB({ sourceX: t, sourceY: r, targetX: i, targetY: o }), C = n.isInternal ? void 0 : e;
|
|
10271
|
-
return
|
|
10272
|
+
return ke.jsx(Xg, { id: C, path: w, labelX: k, labelY: T, label: a, labelStyle: s, labelShowBg: c, labelBgStyle: l, labelBgPadding: d, labelBgBorderRadius: u, style: h, markerEnd: m, markerStart: f, interactionWidth: b });
|
|
10272
10273
|
});
|
|
10273
10274
|
}
|
|
10274
10275
|
const Cre = Lz({ isInternal: !1 }), Rz = Lz({ isInternal: !0 });
|
|
@@ -10285,7 +10286,7 @@ function Bz(n) {
|
|
|
10285
10286
|
targetPosition: s,
|
|
10286
10287
|
curvature: k?.curvature
|
|
10287
10288
|
}), F = n.isInternal ? void 0 : e;
|
|
10288
|
-
return
|
|
10289
|
+
return ke.jsx(Xg, { id: F, path: C, labelX: A, labelY: D, label: c, labelStyle: l, labelShowBg: d, labelBgStyle: u, labelBgPadding: h, labelBgBorderRadius: m, style: f, markerEnd: b, markerStart: w, interactionWidth: T });
|
|
10289
10290
|
});
|
|
10290
10291
|
}
|
|
10291
10292
|
const Sre = Bz({ isInternal: !1 }), zz = Bz({ isInternal: !0 });
|
|
@@ -10306,7 +10307,7 @@ const p8 = {
|
|
|
10306
10307
|
targetPosition: null
|
|
10307
10308
|
}, Ere = (n, e, t) => t === xt.Left ? n - e : t === xt.Right ? n + e : n, Tre = (n, e, t) => t === xt.Top ? n - e : t === xt.Bottom ? n + e : n, g8 = "react-flow__edgeupdater";
|
|
10308
10309
|
function m8({ position: n, centerX: e, centerY: t, radius: r = 10, onMouseDown: i, onMouseEnter: o, onMouseOut: a, type: s }) {
|
|
10309
|
-
return
|
|
10310
|
+
return ke.jsx("circle", { onMouseDown: i, onMouseEnter: o, onMouseOut: a, className: ea([g8, `${g8}-${s}`]), cx: Ere(e, r, n), cy: Tre(t, r, n), r, stroke: "transparent", fill: "transparent" });
|
|
10310
10311
|
}
|
|
10311
10312
|
function Are({ isReconnectable: n, reconnectRadius: e, edge: t, sourceX: r, sourceY: i, targetX: o, targetY: a, sourcePosition: s, targetPosition: c, onReconnect: l, onReconnectStart: d, onReconnectEnd: u, setReconnecting: h, setUpdateHover: m }) {
|
|
10312
10313
|
const f = Gi(), b = (A, D) => {
|
|
@@ -10342,7 +10343,7 @@ function Are({ isReconnectable: n, reconnectRadius: e, edge: t, sourceX: r, sour
|
|
|
10342
10343
|
dragThreshold: f.getState().connectionDragThreshold
|
|
10343
10344
|
});
|
|
10344
10345
|
}, w = (A) => b(A, { nodeId: t.target, id: t.targetHandle ?? null, type: "target" }), k = (A) => b(A, { nodeId: t.source, id: t.sourceHandle ?? null, type: "source" }), T = () => m(!0), C = () => m(!1);
|
|
10345
|
-
return
|
|
10346
|
+
return ke.jsxs(ke.Fragment, { children: [(n === !0 || n === "source") && ke.jsx(m8, { position: s, centerX: r, centerY: i, radius: e, onMouseDown: w, onMouseEnter: T, onMouseOut: C, type: "source" }), (n === !0 || n === "target") && ke.jsx(m8, { position: c, centerX: o, centerY: a, radius: e, onMouseDown: k, onMouseEnter: T, onMouseOut: C, type: "target" })] });
|
|
10346
10347
|
}
|
|
10347
10348
|
function Ore({ id: n, edgesFocusable: e, edgesReconnectable: t, elementsSelectable: r, onClick: i, onDoubleClick: o, onContextMenu: a, onMouseEnter: s, onMouseMove: c, onMouseLeave: l, reconnectRadius: d, onReconnect: u, onReconnectStart: h, onReconnectEnd: m, rfId: f, edgeTypes: b, noPanClassName: w, onError: k, disableKeyboardA11y: T }) {
|
|
10348
10349
|
let C = Mr((de) => de.edgeLookup.get(n));
|
|
@@ -10398,7 +10399,7 @@ function Ore({ id: n, edgesFocusable: e, edgesReconnectable: t, elementsSelectab
|
|
|
10398
10399
|
de.key === "Escape" ? (q.current?.blur(), et({ edges: [C] })) : ot([n]);
|
|
10399
10400
|
}
|
|
10400
10401
|
};
|
|
10401
|
-
return
|
|
10402
|
+
return ke.jsx("svg", { style: { zIndex: M }, children: ke.jsxs("g", { className: ea([
|
|
10402
10403
|
"react-flow__edge",
|
|
10403
10404
|
`react-flow__edge-${D}`,
|
|
10404
10405
|
C.className,
|
|
@@ -10410,7 +10411,7 @@ function Ore({ id: n, edgesFocusable: e, edgesReconnectable: t, elementsSelectab
|
|
|
10410
10411
|
updating: B,
|
|
10411
10412
|
selectable: L
|
|
10412
10413
|
}
|
|
10413
|
-
]), onClick: it, onDoubleClick: dt, onContextMenu: Qe, onMouseEnter: tt, onMouseMove: Ge, onMouseLeave: bt, onKeyDown: $ ? ht : void 0, tabIndex: $ ? 0 : void 0, role: C.ariaRole ?? ($ ? "group" : "img"), "aria-roledescription": "edge", "data-id": n, "data-testid": `rf__edge-${n}`, "aria-label": C.ariaLabel === null ? void 0 : C.ariaLabel || `Edge from ${C.source} to ${C.target}`, "aria-describedby": $ ? `${hz}-${f}` : void 0, ref: q, ...C.domAttributes, children: [!G &&
|
|
10414
|
+
]), onClick: it, onDoubleClick: dt, onContextMenu: Qe, onMouseEnter: tt, onMouseMove: Ge, onMouseLeave: bt, onKeyDown: $ ? ht : void 0, tabIndex: $ ? 0 : void 0, role: C.ariaRole ?? ($ ? "group" : "img"), "aria-roledescription": "edge", "data-id": n, "data-testid": `rf__edge-${n}`, "aria-label": C.ariaLabel === null ? void 0 : C.ariaLabel || `Edge from ${C.source} to ${C.target}`, "aria-describedby": $ ? `${hz}-${f}` : void 0, ref: q, ...C.domAttributes, children: [!G && ke.jsx(F, { id: n, source: C.source, target: C.target, type: C.type, selected: C.selected, animated: C.animated, selectable: L, deletable: C.deletable ?? !0, label: C.label, labelStyle: C.labelStyle, labelShowBg: C.labelShowBg, labelBgStyle: C.labelBgStyle, labelBgPadding: C.labelBgPadding, labelBgBorderRadius: C.labelBgBorderRadius, sourceX: oe, sourceY: le, targetX: ee, targetY: ge, sourcePosition: Me, targetPosition: ye, data: C.data, style: C.style, sourceHandleId: C.sourceHandle, targetHandleId: C.targetHandle, markerStart: Ne, markerEnd: Ae, pathOptions: "pathOptions" in C ? C.pathOptions : void 0, interactionWidth: C.interactionWidth }), j && ke.jsx(Are, { edge: C, isReconnectable: j, reconnectRadius: d, onReconnect: u, onReconnectStart: h, onReconnectEnd: m, sourceX: oe, sourceY: le, targetX: ee, targetY: ge, sourcePosition: Me, targetPosition: ye, setUpdateHover: R, setReconnecting: N })] }) });
|
|
10414
10415
|
}
|
|
10415
10416
|
const Ire = (n) => ({
|
|
10416
10417
|
edgesFocusable: n.edgesFocusable,
|
|
@@ -10421,13 +10422,13 @@ const Ire = (n) => ({
|
|
|
10421
10422
|
});
|
|
10422
10423
|
function Fz({ defaultMarkerColor: n, onlyRenderVisibleElements: e, rfId: t, edgeTypes: r, noPanClassName: i, onReconnect: o, onEdgeContextMenu: a, onEdgeMouseEnter: s, onEdgeMouseMove: c, onEdgeMouseLeave: l, onEdgeClick: d, reconnectRadius: u, onEdgeDoubleClick: h, onReconnectStart: m, onReconnectEnd: f, disableKeyboardA11y: b }) {
|
|
10423
10424
|
const { edgesFocusable: w, edgesReconnectable: k, elementsSelectable: T, onError: C } = Mr(Ire, Vi), A = mre(e);
|
|
10424
|
-
return
|
|
10425
|
+
return ke.jsxs("div", { className: "react-flow__edges", children: [ke.jsx(wre, { defaultColor: n, rfId: t }), A.map((D) => ke.jsx(Ore, { id: D, edgesFocusable: w, edgesReconnectable: k, elementsSelectable: T, noPanClassName: i, onReconnect: o, onContextMenu: a, onMouseEnter: s, onMouseMove: c, onMouseLeave: l, onClick: d, reconnectRadius: u, onDoubleClick: h, onReconnectStart: m, onReconnectEnd: f, rfId: t, onError: C, edgeTypes: r, disableKeyboardA11y: b }, D))] });
|
|
10425
10426
|
}
|
|
10426
10427
|
Fz.displayName = "EdgeRenderer";
|
|
10427
10428
|
const Dre = qe.memo(Fz), Mre = (n) => `translate(${n.transform[0]}px,${n.transform[1]}px) scale(${n.transform[2]})`;
|
|
10428
10429
|
function Pre({ children: n }) {
|
|
10429
10430
|
const e = Mr(Mre);
|
|
10430
|
-
return
|
|
10431
|
+
return ke.jsx("div", { className: "react-flow__viewport xyflow__viewport react-flow__container", style: { transform: e }, children: n });
|
|
10431
10432
|
}
|
|
10432
10433
|
function Nre(n) {
|
|
10433
10434
|
const e = Jb(), t = qe.useRef(!1);
|
|
@@ -10461,14 +10462,14 @@ const $re = (n) => ({
|
|
|
10461
10462
|
});
|
|
10462
10463
|
function jre({ containerStyle: n, style: e, type: t, component: r }) {
|
|
10463
10464
|
const { nodesConnectable: i, width: o, height: a, isValid: s, inProgress: c } = Mr($re, Vi);
|
|
10464
|
-
return !(o && i && c) ? null :
|
|
10465
|
+
return !(o && i && c) ? null : ke.jsx("svg", { style: n, width: o, height: a, className: "react-flow__connectionline react-flow__container", children: ke.jsx("g", { className: ea(["react-flow__connection", BB(s)]), children: ke.jsx($z, { style: e, type: t, CustomComponent: r, isValid: s }) }) });
|
|
10465
10466
|
}
|
|
10466
10467
|
const $z = ({ style: n, type: e = Gp.Bezier, CustomComponent: t, isValid: r }) => {
|
|
10467
10468
|
const { inProgress: i, from: o, fromNode: a, fromHandle: s, fromPosition: c, to: l, toNode: d, toHandle: u, toPosition: h } = Fre();
|
|
10468
10469
|
if (!i)
|
|
10469
10470
|
return;
|
|
10470
10471
|
if (t)
|
|
10471
|
-
return
|
|
10472
|
+
return ke.jsx(t, { connectionLineType: e, connectionLineStyle: n, fromNode: a, fromHandle: s, fromX: o.x, fromY: o.y, toX: l.x, toY: l.y, fromPosition: c, toPosition: h, connectionStatus: BB(r), toNode: d, toHandle: u });
|
|
10472
10473
|
let m = "";
|
|
10473
10474
|
const f = {
|
|
10474
10475
|
sourceX: o.x,
|
|
@@ -10497,7 +10498,7 @@ const $z = ({ style: n, type: e = Gp.Bezier, CustomComponent: t, isValid: r }) =
|
|
|
10497
10498
|
default:
|
|
10498
10499
|
[m] = ZB(f);
|
|
10499
10500
|
}
|
|
10500
|
-
return
|
|
10501
|
+
return ke.jsx("path", { d: m, fill: "none", className: "react-flow__connection-path", style: n });
|
|
10501
10502
|
};
|
|
10502
10503
|
$z.displayName = "ConnectionLine";
|
|
10503
10504
|
const Hre = {};
|
|
@@ -10525,7 +10526,7 @@ function Ure() {
|
|
|
10525
10526
|
}, []);
|
|
10526
10527
|
}
|
|
10527
10528
|
function jz({ nodeTypes: n, edgeTypes: e, onInit: t, onNodeClick: r, onEdgeClick: i, onNodeDoubleClick: o, onEdgeDoubleClick: a, onNodeMouseEnter: s, onNodeMouseMove: c, onNodeMouseLeave: l, onNodeContextMenu: d, onSelectionContextMenu: u, onSelectionStart: h, onSelectionEnd: m, connectionLineType: f, connectionLineStyle: b, connectionLineComponent: w, connectionLineContainerStyle: k, selectionKeyCode: T, selectionOnDrag: C, selectionMode: A, multiSelectionKeyCode: D, panActivationKeyCode: F, zoomActivationKeyCode: $, deleteKeyCode: j, onlyRenderVisibleElements: L, elementsSelectable: q, defaultViewport: B, translateExtent: R, minZoom: G, maxZoom: N, preventScrolling: Y, defaultMarkerColor: M, zoomOnScroll: oe, zoomOnPinch: le, panOnScroll: ee, panOnScrollSpeed: ge, panOnScrollMode: Me, zoomOnDoubleClick: ye, panOnDrag: Ne, onPaneClick: Ae, onPaneMouseEnter: it, onPaneMouseMove: dt, onPaneMouseLeave: Qe, onPaneScroll: tt, onPaneContextMenu: Ge, paneClickDistance: bt, nodeClickDistance: ht, onEdgeContextMenu: de, onEdgeMouseEnter: et, onEdgeMouseMove: ot, onEdgeMouseLeave: Bt, reconnectRadius: Jt, onReconnect: qt, onReconnectStart: W, onReconnectEnd: se, noDragClassName: ve, noWheelClassName: De, noPanClassName: Je, disableKeyboardA11y: pe, nodeExtent: Fe, rfId: Pe, viewport: Gt, onViewportChange: un }) {
|
|
10528
|
-
return f8(n), f8(e), Ure(), Nre(t), Rre(Gt),
|
|
10529
|
+
return f8(n), f8(e), Ure(), Nre(t), Rre(Gt), ke.jsx(are, { onPaneClick: Ae, onPaneMouseEnter: it, onPaneMouseMove: dt, onPaneMouseLeave: Qe, onPaneContextMenu: Ge, onPaneScroll: tt, paneClickDistance: bt, deleteKeyCode: j, selectionKeyCode: T, selectionOnDrag: C, selectionMode: A, onSelectionStart: h, onSelectionEnd: m, multiSelectionKeyCode: D, panActivationKeyCode: F, zoomActivationKeyCode: $, elementsSelectable: q, zoomOnScroll: oe, zoomOnPinch: le, zoomOnDoubleClick: ye, panOnScroll: ee, panOnScrollSpeed: ge, panOnScrollMode: Me, panOnDrag: Ne, defaultViewport: B, translateExtent: R, minZoom: G, maxZoom: N, onSelectionContextMenu: u, preventScrolling: Y, noDragClassName: ve, noWheelClassName: De, noPanClassName: Je, disableKeyboardA11y: pe, onViewportChange: un, isControlledViewport: !!Gt, children: ke.jsxs(Pre, { children: [ke.jsx(Dre, { edgeTypes: e, onEdgeClick: i, onEdgeDoubleClick: a, onReconnect: qt, onReconnectStart: W, onReconnectEnd: se, onlyRenderVisibleElements: L, onEdgeContextMenu: de, onEdgeMouseEnter: et, onEdgeMouseMove: ot, onEdgeMouseLeave: Bt, reconnectRadius: Jt, defaultMarkerColor: M, noPanClassName: Je, disableKeyboardA11y: pe, rfId: Pe }), ke.jsx(jre, { style: b, type: f, component: w, containerStyle: k }), ke.jsx("div", { className: "react-flow__edgelabel-renderer" }), ke.jsx(gre, { nodeTypes: n, onNodeClick: r, onNodeDoubleClick: o, onNodeMouseEnter: s, onNodeMouseMove: c, onNodeMouseLeave: l, onNodeContextMenu: d, nodeClickDistance: ht, onlyRenderVisibleElements: L, noPanClassName: Je, noDragClassName: ve, disableKeyboardA11y: pe, nodeExtent: Fe, rfId: Pe }), ke.jsx("div", { className: "react-flow__viewport-portal" })] }) });
|
|
10529
10530
|
}
|
|
10530
10531
|
jz.displayName = "GraphView";
|
|
10531
10532
|
const qre = qe.memo(jz), v8 = ({ nodes: n, edges: e, defaultNodes: t, defaultEdges: r, width: i, height: o, fitView: a, fitViewOptions: s, minZoom: c = 0.5, maxZoom: l = 2, nodeOrigin: d, nodeExtent: u } = {}) => {
|
|
@@ -10808,10 +10809,10 @@ function Hz({ initialNodes: n, initialEdges: e, defaultNodes: t, defaultEdges: r
|
|
|
10808
10809
|
nodeOrigin: d,
|
|
10809
10810
|
nodeExtent: u
|
|
10810
10811
|
}));
|
|
10811
|
-
return
|
|
10812
|
+
return ke.jsx(pne, { value: m, children: ke.jsx(Lne, { children: h }) });
|
|
10812
10813
|
}
|
|
10813
10814
|
function Wre({ children: n, nodes: e, edges: t, defaultNodes: r, defaultEdges: i, width: o, height: a, fitView: s, fitViewOptions: c, minZoom: l, maxZoom: d, nodeOrigin: u, nodeExtent: h }) {
|
|
10814
|
-
return qe.useContext(bk) ?
|
|
10815
|
+
return qe.useContext(bk) ? ke.jsx(ke.Fragment, { children: n }) : ke.jsx(Hz, { initialNodes: e, initialEdges: t, defaultNodes: r, defaultEdges: i, initialWidth: o, initialHeight: a, fitView: s, initialFitViewOptions: c, initialMinZoom: l, initialMaxZoom: d, nodeOrigin: u, nodeExtent: h, children: n });
|
|
10815
10816
|
}
|
|
10816
10817
|
const Gre = {
|
|
10817
10818
|
width: "100%",
|
|
@@ -10824,7 +10825,7 @@ function Kre({ nodes: n, edges: e, defaultNodes: t, defaultEdges: r, className:
|
|
|
10824
10825
|
const wa = Sn || "1", nc = One(cn), es = qe.useCallback((Nc) => {
|
|
10825
10826
|
Nc.currentTarget.scrollTo({ top: 0, left: 0, behavior: "instant" }), jr?.(Nc);
|
|
10826
10827
|
}, [jr]);
|
|
10827
|
-
return
|
|
10828
|
+
return ke.jsx("div", { "data-testid": "rf__wrapper", ...$o, onScroll: es, style: { ..._t, ...Gre }, ref: tc, className: ea(["react-flow", i, nc]), id: Sn, role: "application", children: ke.jsxs(Wre, { nodes: n, edges: e, width: At, height: It, fitView: Cn, fitViewOptions: ra, minZoom: Gt, maxZoom: un, nodeOrigin: De, nodeExtent: Oe, children: [ke.jsx(qre, { onInit: l, onNodeClick: s, onEdgeClick: c, onNodeMouseEnter: T, onNodeMouseMove: C, onNodeMouseLeave: A, onNodeContextMenu: D, onNodeDoubleClick: F, nodeTypes: o, edgeTypes: a, connectionLineType: ye, connectionLineStyle: Ne, connectionLineComponent: Ae, connectionLineContainerStyle: it, selectionKeyCode: Qe, selectionOnDrag: tt, selectionMode: Ge, deleteKeyCode: dt, multiSelectionKeyCode: ht, panActivationKeyCode: bt, zoomActivationKeyCode: de, onlyRenderVisibleElements: Bt, defaultViewport: Pe, translateExtent: Tn, minZoom: Gt, maxZoom: un, preventScrolling: ce, zoomOnScroll: gt, zoomOnPinch: je, zoomOnDoubleClick: Nt, panOnScroll: kt, panOnScrollSpeed: Kt, panOnScrollMode: ct, panOnDrag: an, onPaneClick: $n, onPaneMouseEnter: Et, onPaneMouseMove: Yn, onPaneMouseLeave: pi, onPaneScroll: Ai, onPaneContextMenu: ae, paneClickDistance: Ce, nodeClickDistance: ze, onSelectionContextMenu: oe, onSelectionStart: le, onSelectionEnd: ee, onReconnect: Pt, onReconnectStart: fn, onReconnectEnd: Bn, onEdgeContextMenu: Yr, onEdgeDoubleClick: Un, onEdgeMouseEnter: Xn, onEdgeMouseMove: Fa, onEdgeMouseLeave: Xr, reconnectRadius: to, defaultMarkerColor: ne, noDragClassName: Jr, noWheelClassName: Kn, noPanClassName: hi, rfId: wa, disableKeyboardA11y: li, nodeExtent: Oe, viewport: ue, onViewportChange: ut }), ke.jsx(Ane, { nodes: n, edges: e, defaultNodes: t, defaultEdges: r, onConnect: m, onConnectStart: f, onConnectEnd: b, onClickConnectStart: w, onClickConnectEnd: k, nodesDraggable: qt, autoPanOnNodeFocus: W, nodesConnectable: se, nodesFocusable: ve, edgesFocusable: Je, edgesReconnectable: pe, elementsSelectable: Fe, elevateNodesOnSelect: fr, elevateEdgesOnSelect: Lt, minZoom: Gt, maxZoom: un, nodeExtent: Oe, onNodesChange: _o, onEdgesChange: Er, snapToGrid: et, snapGrid: ot, connectionMode: Me, translateExtent: Tn, connectOnClick: Oi, defaultEdgeOptions: Co, fitView: Cn, fitViewOptions: ra, onNodesDelete: q, onEdgesDelete: B, onDelete: R, onNodeDragStart: $, onNodeDrag: j, onNodeDragStop: L, onSelectionDrag: Y, onSelectionDragStart: N, onSelectionDragStop: M, onMove: d, onMoveStart: u, onMoveEnd: h, noPanClassName: hi, nodeOrigin: De, rfId: wa, autoPanOnConnect: Ir, autoPanOnNodeDrag: Yi, autoPanSpeed: qn, onError: ia, connectionRadius: Rr, isValidConnection: zo, selectNodesOnDrag: Jt, nodeDragThreshold: Fo, connectionDragThreshold: te, onBeforeDelete: ge, paneClickDistance: Ce, debug: Vn, ariaLabelConfig: pr }), ke.jsx(Cne, { onSelectionChange: G }), vt, ke.jsx(bne, { proOptions: oi, position: Ii }), ke.jsx(yne, { rfId: wa, disableKeyboardA11y: li })] }) });
|
|
10828
10829
|
}
|
|
10829
10830
|
var Yre = yz(Kre);
|
|
10830
10831
|
const Xre = (n) => n.domNode?.querySelector(".react-flow__edgelabel-renderer");
|
|
@@ -10863,10 +10864,10 @@ function rie({ onChange: n }) {
|
|
|
10863
10864
|
}, [n]);
|
|
10864
10865
|
}
|
|
10865
10866
|
function iie({ dimensions: n, lineWidth: e, variant: t, className: r }) {
|
|
10866
|
-
return
|
|
10867
|
+
return ke.jsx("path", { strokeWidth: e, d: `M${n[0] / 2} 0 V${n[1]} M0 ${n[1] / 2} H${n[0]}`, className: ea(["react-flow__background-pattern", t, r]) });
|
|
10867
10868
|
}
|
|
10868
10869
|
function oie({ radius: n, className: e }) {
|
|
10869
|
-
return
|
|
10870
|
+
return ke.jsx("circle", { cx: n, cy: n, r: n, className: ea(["react-flow__background-pattern", "dots", e]) });
|
|
10870
10871
|
}
|
|
10871
10872
|
var Xu;
|
|
10872
10873
|
(function(n) {
|
|
@@ -10896,32 +10897,32 @@ function Uz({
|
|
|
10896
10897
|
A[0] * h[2] || 1 + D[0] / 2,
|
|
10897
10898
|
A[1] * h[2] || 1 + D[1] / 2
|
|
10898
10899
|
], $ = `${m}${n || ""}`;
|
|
10899
|
-
return
|
|
10900
|
+
return ke.jsxs("svg", { className: ea(["react-flow__background", l]), style: {
|
|
10900
10901
|
...c,
|
|
10901
10902
|
...xk,
|
|
10902
10903
|
"--xy-background-color-props": s,
|
|
10903
10904
|
"--xy-background-pattern-color-props": a
|
|
10904
|
-
}, ref: u, "data-testid": "rf__background", children: [
|
|
10905
|
+
}, ref: u, "data-testid": "rf__background", children: [ke.jsx("pattern", { id: $, x: h[0] % T[0], y: h[1] % T[1], width: T[0], height: T[1], patternUnits: "userSpaceOnUse", patternTransform: `translate(-${F[0]},-${F[1]})`, children: b ? ke.jsx(oie, { radius: C / 2, className: d }) : ke.jsx(iie, { dimensions: D, lineWidth: i, variant: e, className: d }) }), ke.jsx("rect", { x: "0", y: "0", width: "100%", height: "100%", fill: `url(#${$})` })] });
|
|
10905
10906
|
}
|
|
10906
10907
|
Uz.displayName = "Background";
|
|
10907
10908
|
const cie = qe.memo(Uz);
|
|
10908
10909
|
function lie() {
|
|
10909
|
-
return
|
|
10910
|
+
return ke.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", children: ke.jsx("path", { d: "M32 18.133H18.133V32h-4.266V18.133H0v-4.266h13.867V0h4.266v13.867H32z" }) });
|
|
10910
10911
|
}
|
|
10911
10912
|
function die() {
|
|
10912
|
-
return
|
|
10913
|
+
return ke.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 5", children: ke.jsx("path", { d: "M0 0h32v4.2H0z" }) });
|
|
10913
10914
|
}
|
|
10914
10915
|
function uie() {
|
|
10915
|
-
return
|
|
10916
|
+
return ke.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 30", children: ke.jsx("path", { d: "M3.692 4.63c0-.53.4-.938.939-.938h5.215V0H4.708C2.13 0 0 2.054 0 4.63v5.216h3.692V4.631zM27.354 0h-5.2v3.692h5.17c.53 0 .984.4.984.939v5.215H32V4.631A4.624 4.624 0 0027.354 0zm.954 24.83c0 .532-.4.94-.939.94h-5.215v3.768h5.215c2.577 0 4.631-2.13 4.631-4.707v-5.139h-3.692v5.139zm-23.677.94c-.531 0-.939-.4-.939-.94v-5.138H0v5.139c0 2.577 2.13 4.707 4.708 4.707h5.138V25.77H4.631z" }) });
|
|
10916
10917
|
}
|
|
10917
10918
|
function pie() {
|
|
10918
|
-
return
|
|
10919
|
+
return ke.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 25 32", children: ke.jsx("path", { d: "M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0 8 0 4.571 3.429 4.571 7.619v3.048H3.048A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047zm4.724-13.866H7.467V7.619c0-2.59 2.133-4.724 4.723-4.724 2.591 0 4.724 2.133 4.724 4.724v3.048z" }) });
|
|
10919
10920
|
}
|
|
10920
10921
|
function hie() {
|
|
10921
|
-
return
|
|
10922
|
+
return ke.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 25 32", children: ke.jsx("path", { d: "M21.333 10.667H19.81V7.619C19.81 3.429 16.38 0 12.19 0c-4.114 1.828-1.37 2.133.305 2.438 1.676.305 4.42 2.59 4.42 5.181v3.048H3.047A3.056 3.056 0 000 13.714v15.238A3.056 3.056 0 003.048 32h18.285a3.056 3.056 0 003.048-3.048V13.714a3.056 3.056 0 00-3.048-3.047zM12.19 24.533a3.056 3.056 0 01-3.047-3.047 3.056 3.056 0 013.047-3.048 3.056 3.056 0 013.048 3.048 3.056 3.056 0 01-3.048 3.047z" }) });
|
|
10922
10923
|
}
|
|
10923
10924
|
function Y0({ children: n, className: e, ...t }) {
|
|
10924
|
-
return
|
|
10925
|
+
return ke.jsx("button", { type: "button", className: ea(["react-flow__controls-button", e]), ...t, children: n });
|
|
10925
10926
|
}
|
|
10926
10927
|
const gie = (n) => ({
|
|
10927
10928
|
isInteractive: n.nodesDraggable || n.nodesConnectable || n.elementsSelectable,
|
|
@@ -10943,13 +10944,13 @@ function qz({ style: n, showZoom: e = !0, showFitView: t = !0, showInteractive:
|
|
|
10943
10944
|
elementsSelectable: !b
|
|
10944
10945
|
}), c?.(!b);
|
|
10945
10946
|
}, q = h === "horizontal" ? "horizontal" : "vertical";
|
|
10946
|
-
return
|
|
10947
|
+
return ke.jsxs(wk, { className: ea(["react-flow__controls", q, l]), position: u, style: n, "data-testid": "rf__controls", "aria-label": m ?? T["controls.ariaLabel"], children: [e && ke.jsxs(ke.Fragment, { children: [ke.jsx(Y0, { onClick: F, className: "react-flow__controls-zoomin", title: T["controls.zoomIn.ariaLabel"], "aria-label": T["controls.zoomIn.ariaLabel"], disabled: k, children: ke.jsx(lie, {}) }), ke.jsx(Y0, { onClick: $, className: "react-flow__controls-zoomout", title: T["controls.zoomOut.ariaLabel"], "aria-label": T["controls.zoomOut.ariaLabel"], disabled: w, children: ke.jsx(die, {}) })] }), t && ke.jsx(Y0, { className: "react-flow__controls-fitview", onClick: j, title: T["controls.fitView.ariaLabel"], "aria-label": T["controls.fitView.ariaLabel"], children: ke.jsx(uie, {}) }), r && ke.jsx(Y0, { className: "react-flow__controls-interactive", onClick: L, title: T["controls.interactive.ariaLabel"], "aria-label": T["controls.interactive.ariaLabel"], children: b ? ke.jsx(hie, {}) : ke.jsx(pie, {}) }), d] });
|
|
10947
10948
|
}
|
|
10948
10949
|
qz.displayName = "Controls";
|
|
10949
10950
|
const mie = qe.memo(qz);
|
|
10950
10951
|
function fie({ id: n, x: e, y: t, width: r, height: i, style: o, color: a, strokeColor: s, strokeWidth: c, className: l, borderRadius: d, shapeRendering: u, selected: h, onClick: m }) {
|
|
10951
10952
|
const { background: f, backgroundColor: b } = o || {}, w = a || f || b;
|
|
10952
|
-
return
|
|
10953
|
+
return ke.jsx("rect", { className: ea(["react-flow__minimap-node", { selected: h }, l]), x: e, y: t, rx: d, ry: d, width: r, height: i, style: {
|
|
10953
10954
|
fill: w,
|
|
10954
10955
|
stroke: s,
|
|
10955
10956
|
strokeWidth: c
|
|
@@ -10970,7 +10971,7 @@ function bie({
|
|
|
10970
10971
|
onClick: a
|
|
10971
10972
|
}) {
|
|
10972
10973
|
const s = Mr(yie, Vi), c = sC(e), l = sC(n), d = sC(t), u = typeof window > "u" || window.chrome ? "crispEdges" : "geometricPrecision";
|
|
10973
|
-
return
|
|
10974
|
+
return ke.jsx(ke.Fragment, { children: s.map((h) => (
|
|
10974
10975
|
/*
|
|
10975
10976
|
* The split of responsibilities between MiniMapNodes and
|
|
10976
10977
|
* NodeComponentWrapper may appear weird. However, it’s designed to
|
|
@@ -10978,7 +10979,7 @@ function bie({
|
|
|
10978
10979
|
*
|
|
10979
10980
|
* For more details, see a similar commit in `NodeRenderer/index.tsx`.
|
|
10980
10981
|
*/
|
|
10981
|
-
|
|
10982
|
+
ke.jsx(xie, { id: h, nodeColorFunc: c, nodeStrokeColorFunc: l, nodeClassNameFunc: d, nodeBorderRadius: r, nodeStrokeWidth: i, NodeComponent: o, onClick: a, shapeRendering: u }, h)
|
|
10982
10983
|
)) });
|
|
10983
10984
|
}
|
|
10984
10985
|
function wie({ id: n, nodeColorFunc: e, nodeStrokeColorFunc: t, nodeClassNameFunc: r, nodeBorderRadius: i, nodeStrokeWidth: o, shapeRendering: a, NodeComponent: s, onClick: c }) {
|
|
@@ -10992,7 +10993,7 @@ function wie({ id: n, nodeColorFunc: e, nodeStrokeColorFunc: t, nodeClassNameFun
|
|
|
10992
10993
|
height: A
|
|
10993
10994
|
};
|
|
10994
10995
|
}, Vi);
|
|
10995
|
-
return !l || l.hidden || !qB(l) ? null :
|
|
10996
|
+
return !l || l.hidden || !qB(l) ? null : ke.jsx(s, { x: d, y: u, width: h, height: m, style: l.style, selected: !!l.selected, className: r(l), color: e(l), borderRadius: i, strokeColor: t(l), strokeWidth: o, shapeRendering: a, onClick: c, id: l.id });
|
|
10996
10997
|
}
|
|
10997
10998
|
const xie = qe.memo(wie);
|
|
10998
10999
|
var kie = qe.memo(bie);
|
|
@@ -11070,7 +11071,7 @@ function Vz({
|
|
|
11070
11071
|
const Bt = D.getState().nodeLookup.get(ot).internals.userNode;
|
|
11071
11072
|
f(et, Bt);
|
|
11072
11073
|
}, []) : void 0, de = k ?? N["minimap.ariaLabel"];
|
|
11073
|
-
return
|
|
11074
|
+
return ke.jsx(wk, { position: h, style: {
|
|
11074
11075
|
...n,
|
|
11075
11076
|
"--xy-minimap-background-color-props": typeof c == "string" ? c : void 0,
|
|
11076
11077
|
"--xy-minimap-mask-background-color-props": typeof l == "string" ? l : void 0,
|
|
@@ -11079,7 +11080,7 @@ function Vz({
|
|
|
11079
11080
|
"--xy-minimap-node-background-color-props": typeof r == "string" ? r : void 0,
|
|
11080
11081
|
"--xy-minimap-node-stroke-color-props": typeof t == "string" ? t : void 0,
|
|
11081
11082
|
"--xy-minimap-node-stroke-width-props": typeof a == "number" ? a : void 0
|
|
11082
|
-
}, className: ea(["react-flow__minimap", e]), "data-testid": "rf__minimap", children:
|
|
11083
|
+
}, className: ea(["react-flow__minimap", e]), "data-testid": "rf__minimap", children: ke.jsxs("svg", { width: Y, height: M, viewBox: `${Ne} ${Ae} ${it} ${dt}`, className: "react-flow__minimap-svg", role: "img", "aria-labelledby": Qe, ref: F, onClick: bt, children: [de && ke.jsx("title", { id: Qe, children: de }), ke.jsx(kie, { onClick: ht, nodeColor: r, nodeStrokeColor: t, nodeBorderRadius: o, nodeClassName: i, nodeStrokeWidth: a, nodeComponent: s }), ke.jsx("path", { className: "react-flow__minimap-mask", d: `M${Ne - ye},${Ae - ye}h${it + ye * 2}v${dt + ye * 2}h${-it - ye * 2}z
|
|
11083
11084
|
M${j.x},${j.y}h${j.width}v${j.height}h${-j.width}z`, fillRule: "evenodd", pointerEvents: "none" })] }) });
|
|
11084
11085
|
}
|
|
11085
11086
|
Vz.displayName = "MiniMap";
|
|
@@ -11195,7 +11196,7 @@ function Iie({ nodeId: n, position: e, variant: t = Rf.Handle, className: r, sty
|
|
|
11195
11196
|
f
|
|
11196
11197
|
]);
|
|
11197
11198
|
const q = L.split("-");
|
|
11198
|
-
return
|
|
11199
|
+
return ke.jsx("div", { className: ea(["react-flow__resize-control", "nodrag", ...q, t, r]), ref: D, style: {
|
|
11199
11200
|
...i,
|
|
11200
11201
|
scale: $,
|
|
11201
11202
|
...a && { [F ? "backgroundColor" : "borderColor"]: a }
|
|
@@ -13302,21 +13303,21 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13302
13303
|
style: r,
|
|
13303
13304
|
totalVisible: i
|
|
13304
13305
|
}) => {
|
|
13305
|
-
const o = (s, c) => /* @__PURE__ */
|
|
13306
|
+
const o = (s, c) => /* @__PURE__ */ ke.jsx(
|
|
13306
13307
|
"cx-line-clamp",
|
|
13307
13308
|
{
|
|
13308
13309
|
class: `array-clamp__item ${e(c) ? "clamped" : ""}`,
|
|
13309
13310
|
style: r,
|
|
13310
13311
|
children: s
|
|
13311
13312
|
}
|
|
13312
|
-
), a = (s, c) => c === i - 1 ? o(s, c) : /* @__PURE__ */
|
|
13313
|
+
), a = (s, c) => c === i - 1 ? o(s, c) : /* @__PURE__ */ ke.jsxs(
|
|
13313
13314
|
"span",
|
|
13314
13315
|
{
|
|
13315
13316
|
className: `array-clamp__item ${e(c) ? "clamped" : ""}`,
|
|
13316
13317
|
style: r,
|
|
13317
13318
|
children: [
|
|
13318
13319
|
s,
|
|
13319
|
-
/* @__PURE__ */
|
|
13320
|
+
/* @__PURE__ */ ke.jsx("span", { className: "array-clamp__separator", style: r, children: t })
|
|
13320
13321
|
]
|
|
13321
13322
|
}
|
|
13322
13323
|
);
|
|
@@ -13338,8 +13339,8 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13338
13339
|
(h) => o.get(h),
|
|
13339
13340
|
[o]
|
|
13340
13341
|
);
|
|
13341
|
-
return /* @__PURE__ */
|
|
13342
|
-
/* @__PURE__ */
|
|
13342
|
+
return /* @__PURE__ */ ke.jsxs("cx-resize-observer", { ref: i, "oncx-resize": d, children: [
|
|
13343
|
+
/* @__PURE__ */ ke.jsx("div", { ref: r, className: "array-clamp", children: /* @__PURE__ */ ke.jsx(
|
|
13343
13344
|
mae,
|
|
13344
13345
|
{
|
|
13345
13346
|
isClamped: u,
|
|
@@ -13349,14 +13350,14 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13349
13350
|
children: n
|
|
13350
13351
|
}
|
|
13351
13352
|
) }),
|
|
13352
|
-
s > 0 && /* @__PURE__ */
|
|
13353
|
+
s > 0 && /* @__PURE__ */ ke.jsx(
|
|
13353
13354
|
"cx-badge",
|
|
13354
13355
|
{
|
|
13355
13356
|
variant: "neutral",
|
|
13356
13357
|
size: "small",
|
|
13357
13358
|
pill: !0,
|
|
13358
13359
|
class: "array-clamp__indicator",
|
|
13359
|
-
children: /* @__PURE__ */
|
|
13360
|
+
children: /* @__PURE__ */ ke.jsxs("cx-line-clamp", { tooltip: l, lines: 1, children: [
|
|
13360
13361
|
"+",
|
|
13361
13362
|
s
|
|
13362
13363
|
] })
|
|
@@ -13376,7 +13377,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13376
13377
|
const { numberOfHandles: o, offset: a, spacing: s } = Qd(i);
|
|
13377
13378
|
return Array.from({ length: o }).map((c, l) => {
|
|
13378
13379
|
const d = ga({ id: n.id, width: i }, t, r, l);
|
|
13379
|
-
return /* @__PURE__ */
|
|
13380
|
+
return /* @__PURE__ */ ke.jsx(
|
|
13380
13381
|
gd,
|
|
13381
13382
|
{
|
|
13382
13383
|
type: r,
|
|
@@ -13396,14 +13397,14 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13396
13397
|
activePopup: i
|
|
13397
13398
|
} = Zb(), o = n.border ?? !1, a = !!n.summaries?.length, s = n.state === "Error", c = !!n.messages?.length, l = n.showDivider ?? !1, d = n?.icon?.startsWith("fa"), u = n?.icon?.startsWith("<svg"), h = n.isHighlighted, m = !a, f = n?.borderColor || "var(--cx-color-neutral-200)", b = qe.useRef(null), [w, k] = qe.useState(!1), T = qe.useMemo(() => {
|
|
13398
13399
|
if (n?.avatarUrl)
|
|
13399
|
-
return /* @__PURE__ */
|
|
13400
|
+
return /* @__PURE__ */ ke.jsx("cx-icon", { class: "icon icon--image", src: n?.avatarUrl });
|
|
13400
13401
|
if (!n?.icon)
|
|
13401
13402
|
return null;
|
|
13402
13403
|
if (u) {
|
|
13403
13404
|
const B = `data:image/svg+xml;charset=utf-8,${encodeURIComponent(n.icon).replace(/'/g, "%27").replace(/"/g, "%22")}`;
|
|
13404
|
-
return /* @__PURE__ */
|
|
13405
|
+
return /* @__PURE__ */ ke.jsx("cx-icon", { class: "icon", src: B });
|
|
13405
13406
|
}
|
|
13406
|
-
return /* @__PURE__ */
|
|
13407
|
+
return /* @__PURE__ */ ke.jsx(
|
|
13407
13408
|
"cx-icon",
|
|
13408
13409
|
{
|
|
13409
13410
|
class: "icon",
|
|
@@ -13461,8 +13462,8 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13461
13462
|
const L = qe.useCallback((q) => {
|
|
13462
13463
|
q.preventDefault(), q.stopPropagation();
|
|
13463
13464
|
}, []);
|
|
13464
|
-
return /* @__PURE__ */
|
|
13465
|
-
/* @__PURE__ */
|
|
13465
|
+
return /* @__PURE__ */ ke.jsxs(ke.Fragment, { children: [
|
|
13466
|
+
/* @__PURE__ */ ke.jsx(
|
|
13466
13467
|
X0,
|
|
13467
13468
|
{
|
|
13468
13469
|
data: n,
|
|
@@ -13472,7 +13473,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13472
13473
|
width: r
|
|
13473
13474
|
}
|
|
13474
13475
|
),
|
|
13475
|
-
/* @__PURE__ */
|
|
13476
|
+
/* @__PURE__ */ ke.jsx(
|
|
13476
13477
|
X0,
|
|
13477
13478
|
{
|
|
13478
13479
|
data: n,
|
|
@@ -13482,8 +13483,8 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13482
13483
|
width: r
|
|
13483
13484
|
}
|
|
13484
13485
|
),
|
|
13485
|
-
/* @__PURE__ */
|
|
13486
|
-
/* @__PURE__ */
|
|
13486
|
+
/* @__PURE__ */ ke.jsxs("cx-tooltip", { disabled: c ? void 0 : !0, children: [
|
|
13487
|
+
/* @__PURE__ */ ke.jsxs(
|
|
13487
13488
|
"cx-card",
|
|
13488
13489
|
{
|
|
13489
13490
|
class: `node ${t ? "selected" : ""} ${h ? "highlight" : ""} ${s ? "error" : ""} ${m ? "no-header-border" : ""}`,
|
|
@@ -13492,8 +13493,8 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13492
13493
|
"--outline-style": t ? "solid" : s ? "dashed" : "solid"
|
|
13493
13494
|
},
|
|
13494
13495
|
children: [
|
|
13495
|
-
/* @__PURE__ */
|
|
13496
|
-
/* @__PURE__ */
|
|
13496
|
+
/* @__PURE__ */ ke.jsxs("div", { className: "header", slot: "header", children: [
|
|
13497
|
+
/* @__PURE__ */ ke.jsx(
|
|
13497
13498
|
"div",
|
|
13498
13499
|
{
|
|
13499
13500
|
className: "icon-container",
|
|
@@ -13504,12 +13505,12 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13504
13505
|
children: T
|
|
13505
13506
|
}
|
|
13506
13507
|
),
|
|
13507
|
-
/* @__PURE__ */
|
|
13508
|
-
/* @__PURE__ */
|
|
13508
|
+
/* @__PURE__ */ ke.jsxs("div", { children: [
|
|
13509
|
+
/* @__PURE__ */ ke.jsx(
|
|
13509
13510
|
"div",
|
|
13510
13511
|
{
|
|
13511
13512
|
className: `title ${n.label ? "" : "title--placeholder"}`,
|
|
13512
|
-
children: /* @__PURE__ */
|
|
13513
|
+
children: /* @__PURE__ */ ke.jsx(
|
|
13513
13514
|
"cx-line-clamp",
|
|
13514
13515
|
{
|
|
13515
13516
|
lines: 1,
|
|
@@ -13520,10 +13521,10 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13520
13521
|
)
|
|
13521
13522
|
}
|
|
13522
13523
|
),
|
|
13523
|
-
/* @__PURE__ */
|
|
13524
|
+
/* @__PURE__ */ ke.jsx("div", { className: "description", children: /* @__PURE__ */ ke.jsx("cx-line-clamp", { lines: 1, children: n.description }, n.description) })
|
|
13524
13525
|
] }),
|
|
13525
|
-
s && /* @__PURE__ */
|
|
13526
|
-
/* @__PURE__ */
|
|
13526
|
+
s && /* @__PURE__ */ ke.jsxs(ke.Fragment, { children: [
|
|
13527
|
+
/* @__PURE__ */ ke.jsx(
|
|
13527
13528
|
"div",
|
|
13528
13529
|
{
|
|
13529
13530
|
style: {
|
|
@@ -13531,7 +13532,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13531
13532
|
}
|
|
13532
13533
|
}
|
|
13533
13534
|
),
|
|
13534
|
-
/* @__PURE__ */
|
|
13535
|
+
/* @__PURE__ */ ke.jsx(
|
|
13535
13536
|
"cx-icon",
|
|
13536
13537
|
{
|
|
13537
13538
|
class: "icon",
|
|
@@ -13542,7 +13543,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13542
13543
|
}
|
|
13543
13544
|
)
|
|
13544
13545
|
] }),
|
|
13545
|
-
n.actions && n.actions.length > 0 && A && A.length > 0 && /* @__PURE__ */
|
|
13546
|
+
n.actions && n.actions.length > 0 && A && A.length > 0 && /* @__PURE__ */ ke.jsx("div", { className: "actions", children: /* @__PURE__ */ ke.jsxs(
|
|
13546
13547
|
"cx-dropdown",
|
|
13547
13548
|
{
|
|
13548
13549
|
ref: b,
|
|
@@ -13554,8 +13555,8 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13554
13555
|
"oncx-show": $,
|
|
13555
13556
|
"oncx-hide": j,
|
|
13556
13557
|
children: [
|
|
13557
|
-
/* @__PURE__ */
|
|
13558
|
-
/* @__PURE__ */
|
|
13558
|
+
/* @__PURE__ */ ke.jsx("cx-icon-button", { slot: "trigger", class: "actions__dropdown-trigger", name: "more_horiz", style: w ? { opacity: 1 } : {} }),
|
|
13559
|
+
/* @__PURE__ */ ke.jsx("cx-menu", { role: "menu", variant: "default", children: A.map((q) => "type" in q && q.type === "divider" ? /* @__PURE__ */ ke.jsx("cx-divider", {}, q.key) : "id" in q ? /* @__PURE__ */ ke.jsxs(
|
|
13559
13560
|
"cx-menu-item",
|
|
13560
13561
|
{
|
|
13561
13562
|
"data-id": q.id,
|
|
@@ -13564,9 +13565,9 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13564
13565
|
"--prefix-color": q.style?.color
|
|
13565
13566
|
},
|
|
13566
13567
|
children: [
|
|
13567
|
-
/* @__PURE__ */
|
|
13568
|
+
/* @__PURE__ */ ke.jsx("cx-icon", { slot: "prefix", name: q.icon }),
|
|
13568
13569
|
q.name,
|
|
13569
|
-
q.controlType === "switch" && /* @__PURE__ */
|
|
13570
|
+
q.controlType === "switch" && /* @__PURE__ */ ke.jsx(
|
|
13570
13571
|
"cx-switch",
|
|
13571
13572
|
{
|
|
13572
13573
|
slot: "suffix",
|
|
@@ -13583,24 +13584,24 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13583
13584
|
}
|
|
13584
13585
|
) })
|
|
13585
13586
|
] }),
|
|
13586
|
-
a && /* @__PURE__ */
|
|
13587
|
+
a && /* @__PURE__ */ ke.jsx("div", { className: "metadata", children: (n.summaries || []).map((q, B) => /* @__PURE__ */ ke.jsxs(
|
|
13587
13588
|
"div",
|
|
13588
13589
|
{
|
|
13589
13590
|
className: "metadata__line",
|
|
13590
13591
|
children: [
|
|
13591
|
-
/* @__PURE__ */
|
|
13592
|
-
/* @__PURE__ */
|
|
13592
|
+
/* @__PURE__ */ ke.jsx("cx-icon", { name: q.icon }),
|
|
13593
|
+
/* @__PURE__ */ ke.jsx(fae, { style: n.styles?.description, children: q.texts })
|
|
13593
13594
|
]
|
|
13594
13595
|
},
|
|
13595
13596
|
B + q.texts.join("")
|
|
13596
13597
|
)) }),
|
|
13597
|
-
n.subWorkflow && /* @__PURE__ */
|
|
13598
|
+
n.subWorkflow && /* @__PURE__ */ ke.jsx("div", { className: "sub-workflow", children: /* @__PURE__ */ ke.jsx("cx-graph-view", { data: n.subWorkflow, readonly: !0, "hide-controls": !0, "render-delay": 500 }) })
|
|
13598
13599
|
]
|
|
13599
13600
|
}
|
|
13600
13601
|
),
|
|
13601
|
-
/* @__PURE__ */
|
|
13602
|
+
/* @__PURE__ */ ke.jsx("div", { slot: "content", children: n.messages?.map((q, B) => /* @__PURE__ */ ke.jsx("div", { className: "message", children: /* @__PURE__ */ ke.jsx("div", { children: q }) }, B)) })
|
|
13602
13603
|
] }),
|
|
13603
|
-
/* @__PURE__ */
|
|
13604
|
+
/* @__PURE__ */ ke.jsx(
|
|
13604
13605
|
X0,
|
|
13605
13606
|
{
|
|
13606
13607
|
data: n,
|
|
@@ -13610,7 +13611,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13610
13611
|
width: r
|
|
13611
13612
|
}
|
|
13612
13613
|
),
|
|
13613
|
-
/* @__PURE__ */
|
|
13614
|
+
/* @__PURE__ */ ke.jsx(
|
|
13614
13615
|
X0,
|
|
13615
13616
|
{
|
|
13616
13617
|
data: n,
|
|
@@ -13620,7 +13621,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13620
13621
|
width: r
|
|
13621
13622
|
}
|
|
13622
13623
|
),
|
|
13623
|
-
/* @__PURE__ */
|
|
13624
|
+
/* @__PURE__ */ ke.jsx(
|
|
13624
13625
|
gd,
|
|
13625
13626
|
{
|
|
13626
13627
|
type: "source",
|
|
@@ -13630,7 +13631,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13630
13631
|
id: ga({ id: n.id, width: r }, xt.Left, "source")
|
|
13631
13632
|
}
|
|
13632
13633
|
),
|
|
13633
|
-
/* @__PURE__ */
|
|
13634
|
+
/* @__PURE__ */ ke.jsx(
|
|
13634
13635
|
gd,
|
|
13635
13636
|
{
|
|
13636
13637
|
type: "target",
|
|
@@ -13640,7 +13641,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13640
13641
|
id: ga({ id: n.id, width: r }, xt.Left, "target")
|
|
13641
13642
|
}
|
|
13642
13643
|
),
|
|
13643
|
-
/* @__PURE__ */
|
|
13644
|
+
/* @__PURE__ */ ke.jsx(
|
|
13644
13645
|
gd,
|
|
13645
13646
|
{
|
|
13646
13647
|
type: "source",
|
|
@@ -13650,7 +13651,7 @@ const rae = (n) => n.data?.unordered && n.data?.unorderedText ? {
|
|
|
13650
13651
|
id: ga({ id: n.id, width: r }, xt.Right, "source")
|
|
13651
13652
|
}
|
|
13652
13653
|
),
|
|
13653
|
-
/* @__PURE__ */
|
|
13654
|
+
/* @__PURE__ */ ke.jsx(
|
|
13654
13655
|
gd,
|
|
13655
13656
|
{
|
|
13656
13657
|
type: "target",
|
|
@@ -13738,10 +13739,10 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13738
13739
|
const w = f.target.getAttribute("value");
|
|
13739
13740
|
w && i?.(w);
|
|
13740
13741
|
}, m = d && d.type !== Xp;
|
|
13741
|
-
return /* @__PURE__ */
|
|
13742
|
-
Object.entries(s || {}).map(([f, b]) => /* @__PURE__ */
|
|
13742
|
+
return /* @__PURE__ */ ke.jsxs("cx-menu", { class: "nodrag nopan nowheel", children: [
|
|
13743
|
+
Object.entries(s || {}).map(([f, b]) => /* @__PURE__ */ ke.jsxs("cx-menu-item", { "data-node": f, children: [
|
|
13743
13744
|
b.name,
|
|
13744
|
-
/* @__PURE__ */
|
|
13745
|
+
/* @__PURE__ */ ke.jsx(
|
|
13745
13746
|
"cx-icon",
|
|
13746
13747
|
{
|
|
13747
13748
|
slot: "prefix",
|
|
@@ -13750,14 +13751,14 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13750
13751
|
style: { color: b.color }
|
|
13751
13752
|
}
|
|
13752
13753
|
),
|
|
13753
|
-
!!l.filter((w) => w.data.type === f).length && n && /* @__PURE__ */
|
|
13754
|
-
/* @__PURE__ */
|
|
13755
|
-
/* @__PURE__ */
|
|
13754
|
+
!!l.filter((w) => w.data.type === f).length && n && /* @__PURE__ */ ke.jsxs("cx-menu", { slot: "submenu", children: [
|
|
13755
|
+
/* @__PURE__ */ ke.jsxs("cx-menu-item", { value: "", "data-node": f, class: "sub-menu-item", children: [
|
|
13756
|
+
/* @__PURE__ */ ke.jsx("cx-icon", { slot: "prefix", name: "add", class: "icon" }),
|
|
13756
13757
|
a.term("new"),
|
|
13757
13758
|
" ",
|
|
13758
13759
|
b.name.toLowerCase()
|
|
13759
13760
|
] }),
|
|
13760
|
-
/* @__PURE__ */
|
|
13761
|
+
/* @__PURE__ */ ke.jsx(
|
|
13761
13762
|
"cx-divider",
|
|
13762
13763
|
{
|
|
13763
13764
|
style: {
|
|
@@ -13765,14 +13766,14 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13765
13766
|
}
|
|
13766
13767
|
}
|
|
13767
13768
|
),
|
|
13768
|
-
/* @__PURE__ */
|
|
13769
|
+
/* @__PURE__ */ ke.jsx("cx-menu-item", { disabled: !0, class: "sub-menu-item", children: /* @__PURE__ */ ke.jsxs("span", { className: "sub-menu-title", children: [
|
|
13769
13770
|
a.term("transitionToExisting"),
|
|
13770
13771
|
" ",
|
|
13771
13772
|
b.name.toLowerCase()
|
|
13772
13773
|
] }) }),
|
|
13773
13774
|
l.filter((w) => w.data.type === f).map((w) => {
|
|
13774
13775
|
const k = w.data?.icon?.startsWith("fa"), T = w.id === t;
|
|
13775
|
-
return /* @__PURE__ */
|
|
13776
|
+
return /* @__PURE__ */ ke.jsxs(
|
|
13776
13777
|
"cx-menu-item",
|
|
13777
13778
|
{
|
|
13778
13779
|
value: w.id,
|
|
@@ -13781,7 +13782,7 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13781
13782
|
onMouseLeave: i ? h : void 0,
|
|
13782
13783
|
class: `sub-menu-item ${T ? "selected" : ""}`,
|
|
13783
13784
|
children: [
|
|
13784
|
-
/* @__PURE__ */
|
|
13785
|
+
/* @__PURE__ */ ke.jsx(
|
|
13785
13786
|
"cx-icon",
|
|
13786
13787
|
{
|
|
13787
13788
|
variant: k ? "fa" : "outlined",
|
|
@@ -13793,14 +13794,14 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13793
13794
|
}
|
|
13794
13795
|
}
|
|
13795
13796
|
),
|
|
13796
|
-
/* @__PURE__ */
|
|
13797
|
+
/* @__PURE__ */ ke.jsx(
|
|
13797
13798
|
"cx-line-clamp",
|
|
13798
13799
|
{
|
|
13799
13800
|
class: `sub-menu-item__label ${w.data?.label ? "" : "sub-menu-item__label--untitled"}`,
|
|
13800
13801
|
children: w.data?.label ?? `[${a.term("untitled")}]`
|
|
13801
13802
|
}
|
|
13802
13803
|
),
|
|
13803
|
-
T && /* @__PURE__ */
|
|
13804
|
+
T && /* @__PURE__ */ ke.jsx(
|
|
13804
13805
|
"cx-icon",
|
|
13805
13806
|
{
|
|
13806
13807
|
class: "icon",
|
|
@@ -13815,8 +13816,8 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13815
13816
|
})
|
|
13816
13817
|
] })
|
|
13817
13818
|
] }, b.name + n)),
|
|
13818
|
-
m && /* @__PURE__ */
|
|
13819
|
-
/* @__PURE__ */
|
|
13819
|
+
m && /* @__PURE__ */ ke.jsxs(ke.Fragment, { children: [
|
|
13820
|
+
/* @__PURE__ */ ke.jsx(
|
|
13820
13821
|
"cx-divider",
|
|
13821
13822
|
{
|
|
13822
13823
|
style: {
|
|
@@ -13824,8 +13825,8 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13824
13825
|
}
|
|
13825
13826
|
}
|
|
13826
13827
|
),
|
|
13827
|
-
/* @__PURE__ */
|
|
13828
|
-
/* @__PURE__ */
|
|
13828
|
+
/* @__PURE__ */ ke.jsxs("cx-menu-item", { class: "sub-menu-item", "data-action": Jz.UNLINK, children: [
|
|
13829
|
+
/* @__PURE__ */ ke.jsx("cx-icon", { slot: "prefix", name: "link_off", class: "icon" }),
|
|
13829
13830
|
a.term("unlink")
|
|
13830
13831
|
] })
|
|
13831
13832
|
] })
|
|
@@ -13898,7 +13899,7 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13898
13899
|
}, [f, n, e]);
|
|
13899
13900
|
const oe = qe.useMemo(() => {
|
|
13900
13901
|
const { icon: ge, iconRotation: Me } = n, ye = ge?.startsWith("fa");
|
|
13901
|
-
return ge ? /* @__PURE__ */
|
|
13902
|
+
return ge ? /* @__PURE__ */ ke.jsx(
|
|
13902
13903
|
"cx-icon",
|
|
13903
13904
|
{
|
|
13904
13905
|
class: "icon",
|
|
@@ -13910,9 +13911,9 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13910
13911
|
}
|
|
13911
13912
|
) : null;
|
|
13912
13913
|
}, [n]), le = n?.isHovered || !1, ee = n?.isContextMenuOpen || !1;
|
|
13913
|
-
return /* @__PURE__ */
|
|
13914
|
-
/* @__PURE__ */
|
|
13915
|
-
/* @__PURE__ */
|
|
13914
|
+
return /* @__PURE__ */ ke.jsxs(ke.Fragment, { children: [
|
|
13915
|
+
/* @__PURE__ */ ke.jsx(Xg, { path: q, markerEnd: r, style: l }),
|
|
13916
|
+
/* @__PURE__ */ ke.jsx(G9, { children: /* @__PURE__ */ ke.jsxs(
|
|
13916
13917
|
"div",
|
|
13917
13918
|
{
|
|
13918
13919
|
className: `edge-content nodrag nopan ${le || ee ? "highlight" : ""}`,
|
|
@@ -13928,7 +13929,7 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13928
13929
|
}
|
|
13929
13930
|
},
|
|
13930
13931
|
children: [
|
|
13931
|
-
t && /* @__PURE__ */
|
|
13932
|
+
t && /* @__PURE__ */ ke.jsxs(
|
|
13932
13933
|
"div",
|
|
13933
13934
|
{
|
|
13934
13935
|
className: "label",
|
|
@@ -13943,11 +13944,11 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13943
13944
|
},
|
|
13944
13945
|
children: [
|
|
13945
13946
|
oe,
|
|
13946
|
-
/* @__PURE__ */
|
|
13947
|
+
/* @__PURE__ */ ke.jsx("span", { className: "label__content", children: /* @__PURE__ */ ke.jsx("cx-line-clamp", { lines: 1, children: t }) })
|
|
13947
13948
|
]
|
|
13948
13949
|
}
|
|
13949
13950
|
),
|
|
13950
|
-
/* @__PURE__ */
|
|
13951
|
+
/* @__PURE__ */ ke.jsx(
|
|
13951
13952
|
"div",
|
|
13952
13953
|
{
|
|
13953
13954
|
className: "button-container",
|
|
@@ -13960,7 +13961,7 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13960
13961
|
transform: G
|
|
13961
13962
|
}
|
|
13962
13963
|
},
|
|
13963
|
-
children: /* @__PURE__ */
|
|
13964
|
+
children: /* @__PURE__ */ ke.jsxs(
|
|
13964
13965
|
"cx-dropdown",
|
|
13965
13966
|
{
|
|
13966
13967
|
ref: D,
|
|
@@ -13971,7 +13972,7 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13971
13972
|
"oncx-show": Y,
|
|
13972
13973
|
"oncx-hide": M,
|
|
13973
13974
|
children: [
|
|
13974
|
-
/* @__PURE__ */
|
|
13975
|
+
/* @__PURE__ */ ke.jsx(
|
|
13975
13976
|
"cx-icon-button",
|
|
13976
13977
|
{
|
|
13977
13978
|
slot: "trigger",
|
|
@@ -13979,7 +13980,7 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13979
13980
|
class: "dropdown-trigger"
|
|
13980
13981
|
}
|
|
13981
13982
|
),
|
|
13982
|
-
/* @__PURE__ */
|
|
13983
|
+
/* @__PURE__ */ ke.jsx(
|
|
13983
13984
|
lF,
|
|
13984
13985
|
{
|
|
13985
13986
|
sourceNode: o,
|
|
@@ -13996,8 +13997,8 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
13996
13997
|
}
|
|
13997
13998
|
) })
|
|
13998
13999
|
] });
|
|
13999
|
-
}, dF = qe.memo(({ data: n, width: e = zp }) => /* @__PURE__ */
|
|
14000
|
-
/* @__PURE__ */
|
|
14000
|
+
}, dF = qe.memo(({ data: n, width: e = zp }) => /* @__PURE__ */ ke.jsxs(ke.Fragment, { children: [
|
|
14001
|
+
/* @__PURE__ */ ke.jsx(
|
|
14001
14002
|
gd,
|
|
14002
14003
|
{
|
|
14003
14004
|
type: "target",
|
|
@@ -14011,7 +14012,7 @@ const lF = ({ open: n, sourceNode: e, targetNode: t }) => {
|
|
|
14011
14012
|
id: ga({ id: n.id, width: e }, xt.Top, "target")
|
|
14012
14013
|
}
|
|
14013
14014
|
),
|
|
14014
|
-
/* @__PURE__ */
|
|
14015
|
+
/* @__PURE__ */ ke.jsx(
|
|
14015
14016
|
gd,
|
|
14016
14017
|
{
|
|
14017
14018
|
type: "source",
|
|
@@ -14078,7 +14079,7 @@ const yae = ({
|
|
|
14078
14079
|
}, [h, e]);
|
|
14079
14080
|
const B = qe.useMemo(() => {
|
|
14080
14081
|
const { icon: N, iconRotation: Y } = n, M = N?.startsWith("fa");
|
|
14081
|
-
return N ? /* @__PURE__ */
|
|
14082
|
+
return N ? /* @__PURE__ */ ke.jsx(
|
|
14082
14083
|
"cx-icon",
|
|
14083
14084
|
{
|
|
14084
14085
|
class: "icon",
|
|
@@ -14090,9 +14091,9 @@ const yae = ({
|
|
|
14090
14091
|
}
|
|
14091
14092
|
) : null;
|
|
14092
14093
|
}, [n]), R = n?.isHovered || !1, G = n?.isContextMenuOpen || !1;
|
|
14093
|
-
return /* @__PURE__ */
|
|
14094
|
-
/* @__PURE__ */
|
|
14095
|
-
/* @__PURE__ */
|
|
14094
|
+
return /* @__PURE__ */ ke.jsxs(ke.Fragment, { children: [
|
|
14095
|
+
/* @__PURE__ */ ke.jsx(Xg, { path: F, style: c }),
|
|
14096
|
+
/* @__PURE__ */ ke.jsx(G9, { children: /* @__PURE__ */ ke.jsxs(
|
|
14096
14097
|
"div",
|
|
14097
14098
|
{
|
|
14098
14099
|
className: `edge-content nodrag nopan edge-content--temporary ${r ? "selected" : ""} ${R || G ? "highlight" : ""}`,
|
|
@@ -14102,11 +14103,11 @@ const yae = ({
|
|
|
14102
14103
|
zIndex: r || R || G ? Kz + Number(G) : Y9
|
|
14103
14104
|
},
|
|
14104
14105
|
children: [
|
|
14105
|
-
t && /* @__PURE__ */
|
|
14106
|
+
t && /* @__PURE__ */ ke.jsxs("div", { className: "label", children: [
|
|
14106
14107
|
B,
|
|
14107
|
-
/* @__PURE__ */
|
|
14108
|
+
/* @__PURE__ */ ke.jsx("span", { className: "label__content", children: /* @__PURE__ */ ke.jsx("cx-line-clamp", { lines: 1, children: t }) })
|
|
14108
14109
|
] }),
|
|
14109
|
-
/* @__PURE__ */
|
|
14110
|
+
/* @__PURE__ */ ke.jsx("div", { className: "button-container button-container--no-marker", children: /* @__PURE__ */ ke.jsxs(
|
|
14110
14111
|
"cx-dropdown",
|
|
14111
14112
|
{
|
|
14112
14113
|
ref: k,
|
|
@@ -14117,7 +14118,7 @@ const yae = ({
|
|
|
14117
14118
|
"oncx-show": L,
|
|
14118
14119
|
"oncx-hide": q,
|
|
14119
14120
|
children: [
|
|
14120
|
-
/* @__PURE__ */
|
|
14121
|
+
/* @__PURE__ */ ke.jsx(
|
|
14121
14122
|
"cx-icon-button",
|
|
14122
14123
|
{
|
|
14123
14124
|
slot: "trigger",
|
|
@@ -14125,7 +14126,7 @@ const yae = ({
|
|
|
14125
14126
|
class: "dropdown-trigger"
|
|
14126
14127
|
}
|
|
14127
14128
|
),
|
|
14128
|
-
/* @__PURE__ */
|
|
14129
|
+
/* @__PURE__ */ ke.jsx(lF, { sourceNode: i, open: T })
|
|
14129
14130
|
]
|
|
14130
14131
|
}
|
|
14131
14132
|
) })
|
|
@@ -14143,7 +14144,7 @@ const yae = ({
|
|
|
14143
14144
|
const o = qe.useRef(null);
|
|
14144
14145
|
return qe.useEffect(() => {
|
|
14145
14146
|
o.current && (o.current.hoverBridge = !1);
|
|
14146
|
-
}, []), /* @__PURE__ */
|
|
14147
|
+
}, []), /* @__PURE__ */ ke.jsx("cx-tooltip", { content: i, hoist: !0, ref: o, placement: "right", children: /* @__PURE__ */ ke.jsx(
|
|
14147
14148
|
"cx-icon-button",
|
|
14148
14149
|
{
|
|
14149
14150
|
"aria-label": n,
|
|
@@ -14161,7 +14162,7 @@ const yae = ({
|
|
|
14161
14162
|
}, s = () => {
|
|
14162
14163
|
n();
|
|
14163
14164
|
}, c = r >= Xz, l = r <= Yz;
|
|
14164
|
-
return /* @__PURE__ */
|
|
14165
|
+
return /* @__PURE__ */ ke.jsxs(
|
|
14165
14166
|
mie,
|
|
14166
14167
|
{
|
|
14167
14168
|
showZoom: !1,
|
|
@@ -14170,7 +14171,7 @@ const yae = ({
|
|
|
14170
14171
|
className: "controls",
|
|
14171
14172
|
position: "top-left",
|
|
14172
14173
|
children: [
|
|
14173
|
-
/* @__PURE__ */
|
|
14174
|
+
/* @__PURE__ */ ke.jsx(
|
|
14174
14175
|
pC,
|
|
14175
14176
|
{
|
|
14176
14177
|
tooltip: i.term("zoomIn"),
|
|
@@ -14180,7 +14181,7 @@ const yae = ({
|
|
|
14180
14181
|
icon: "add"
|
|
14181
14182
|
}
|
|
14182
14183
|
),
|
|
14183
|
-
/* @__PURE__ */
|
|
14184
|
+
/* @__PURE__ */ ke.jsx(
|
|
14184
14185
|
pC,
|
|
14185
14186
|
{
|
|
14186
14187
|
ariaLabel: i.term("zoomOut"),
|
|
@@ -14190,7 +14191,7 @@ const yae = ({
|
|
|
14190
14191
|
icon: "remove"
|
|
14191
14192
|
}
|
|
14192
14193
|
),
|
|
14193
|
-
/* @__PURE__ */
|
|
14194
|
+
/* @__PURE__ */ ke.jsx(
|
|
14194
14195
|
pC,
|
|
14195
14196
|
{
|
|
14196
14197
|
ariaLabel: i.term("zoomToFit"),
|
|
@@ -14205,7 +14206,7 @@ const yae = ({
|
|
|
14205
14206
|
);
|
|
14206
14207
|
}, wae = ({ position: n = "center" }) => {
|
|
14207
14208
|
const e = `loader loader--${n}`;
|
|
14208
|
-
return /* @__PURE__ */
|
|
14209
|
+
return /* @__PURE__ */ ke.jsx("cx-spinner", { class: e });
|
|
14209
14210
|
}, xae = {
|
|
14210
14211
|
y: Zz / 2
|
|
14211
14212
|
}, kae = ({
|
|
@@ -14234,9 +14235,9 @@ const yae = ({
|
|
|
14234
14235
|
targetX: d,
|
|
14235
14236
|
targetY: u
|
|
14236
14237
|
});
|
|
14237
|
-
return /* @__PURE__ */
|
|
14238
|
-
/* @__PURE__ */
|
|
14239
|
-
/* @__PURE__ */
|
|
14238
|
+
return /* @__PURE__ */ ke.jsxs(ke.Fragment, { children: [
|
|
14239
|
+
/* @__PURE__ */ ke.jsx(Xg, { path: f, markerEnd: r, style: c }),
|
|
14240
|
+
/* @__PURE__ */ ke.jsx(G9, { children: /* @__PURE__ */ ke.jsx(
|
|
14240
14241
|
"div",
|
|
14241
14242
|
{
|
|
14242
14243
|
className: `edge-content nodrag nopan edge-content--decor ${i ? "selected" : ""}`,
|
|
@@ -14245,7 +14246,7 @@ const yae = ({
|
|
|
14245
14246
|
transform: b,
|
|
14246
14247
|
zIndex: Y9
|
|
14247
14248
|
},
|
|
14248
|
-
children: t && /* @__PURE__ */
|
|
14249
|
+
children: t && /* @__PURE__ */ ke.jsx("div", { className: "label", children: /* @__PURE__ */ ke.jsx("span", { className: "label__content", children: /* @__PURE__ */ ke.jsx("cx-line-clamp", { lines: 1, children: t }) }) })
|
|
14249
14250
|
}
|
|
14250
14251
|
) })
|
|
14251
14252
|
] });
|
|
@@ -14489,9 +14490,9 @@ const yae = ({
|
|
|
14489
14490
|
);
|
|
14490
14491
|
return qe.useEffect(() => {
|
|
14491
14492
|
Ae();
|
|
14492
|
-
}, [Ae]), /* @__PURE__ */
|
|
14493
|
-
$ && /* @__PURE__ */
|
|
14494
|
-
/* @__PURE__ */
|
|
14493
|
+
}, [Ae]), /* @__PURE__ */ ke.jsxs(Qz.Provider, { value: ye, children: [
|
|
14494
|
+
$ && /* @__PURE__ */ ke.jsx(wae, { position: L ? "bottom-right" : void 0 }),
|
|
14495
|
+
/* @__PURE__ */ ke.jsxs(
|
|
14495
14496
|
Yre,
|
|
14496
14497
|
{
|
|
14497
14498
|
deleteKeyCode: null,
|
|
@@ -14519,8 +14520,8 @@ const yae = ({
|
|
|
14519
14520
|
hideAttribution: !0
|
|
14520
14521
|
},
|
|
14521
14522
|
children: [
|
|
14522
|
-
/* @__PURE__ */
|
|
14523
|
-
!a && /* @__PURE__ */
|
|
14523
|
+
/* @__PURE__ */ ke.jsx(cie, { color: "transparent", variant: Xu.Dots }),
|
|
14524
|
+
!a && /* @__PURE__ */ ke.jsx(bae, { centerViewport: Ae })
|
|
14524
14525
|
]
|
|
14525
14526
|
}
|
|
14526
14527
|
)
|
|
@@ -14550,7 +14551,7 @@ const yae = ({
|
|
|
14550
14551
|
}, d.selectNodesWhenLayout = (h) => {
|
|
14551
14552
|
u.current && u.current.selectNodesWhenLayout(h);
|
|
14552
14553
|
});
|
|
14553
|
-
}, [d]), /* @__PURE__ */
|
|
14554
|
+
}, [d]), /* @__PURE__ */ ke.jsx(Hz, { children: /* @__PURE__ */ ke.jsx(
|
|
14554
14555
|
Sae,
|
|
14555
14556
|
{
|
|
14556
14557
|
ref: u,
|
|
@@ -19238,10 +19239,10 @@ bh([
|
|
|
19238
19239
|
K({ attribute: "on-request-asset", type: Function })
|
|
19239
19240
|
], Nl.prototype, "onRequestAsset", 2);
|
|
19240
19241
|
bh([
|
|
19241
|
-
|
|
19242
|
+
_e()
|
|
19242
19243
|
], Nl.prototype, "searchTerm", 2);
|
|
19243
19244
|
bh([
|
|
19244
|
-
|
|
19245
|
+
_e()
|
|
19245
19246
|
], Nl.prototype, "showVirtualizer", 2);
|
|
19246
19247
|
Nl = bh([
|
|
19247
19248
|
Pn("cx-icon-picker")
|
|
@@ -19572,7 +19573,7 @@ let ma = class extends zn {
|
|
|
19572
19573
|
"page-outline__item--click": this.canClick
|
|
19573
19574
|
})}
|
|
19574
19575
|
data-link=${e}
|
|
19575
|
-
style=${
|
|
19576
|
+
style=${er({ marginLeft: `${0.4 + n - 1}rem` })}
|
|
19576
19577
|
@click=${this.canClick ? this.handleItemClick : void 0}
|
|
19577
19578
|
>
|
|
19578
19579
|
<cx-line-clamp
|
|
@@ -19626,16 +19627,16 @@ gs([
|
|
|
19626
19627
|
K({ attribute: "exclude-nested", reflect: !0, type: Boolean })
|
|
19627
19628
|
], ma.prototype, "excludeNested", 2);
|
|
19628
19629
|
gs([
|
|
19629
|
-
|
|
19630
|
+
_e()
|
|
19630
19631
|
], ma.prototype, "outlineItems", 2);
|
|
19631
19632
|
gs([
|
|
19632
|
-
|
|
19633
|
+
_e()
|
|
19633
19634
|
], ma.prototype, "root", 2);
|
|
19634
19635
|
gs([
|
|
19635
|
-
|
|
19636
|
+
_e()
|
|
19636
19637
|
], ma.prototype, "currentHash", 2);
|
|
19637
19638
|
gs([
|
|
19638
|
-
|
|
19639
|
+
_e()
|
|
19639
19640
|
], ma.prototype, "manualSelected", 2);
|
|
19640
19641
|
gs([
|
|
19641
19642
|
Ot("rootSelector")
|
|
@@ -19934,7 +19935,7 @@ ql([
|
|
|
19934
19935
|
K({ reflect: !0, type: String })
|
|
19935
19936
|
], qs.prototype, "label", 2);
|
|
19936
19937
|
ql([
|
|
19937
|
-
|
|
19938
|
+
_e()
|
|
19938
19939
|
], qs.prototype, "breakpoints", 2);
|
|
19939
19940
|
qs = ql([
|
|
19940
19941
|
Pn("cx-search-box")
|
|
@@ -20371,7 +20372,7 @@ let Ll = class extends zn {
|
|
|
20371
20372
|
id=${n + r}
|
|
20372
20373
|
label=${n}
|
|
20373
20374
|
value=${t ?? ""}
|
|
20374
|
-
style=${
|
|
20375
|
+
style=${er({
|
|
20375
20376
|
flex: "1"
|
|
20376
20377
|
})}
|
|
20377
20378
|
@cx-change=${i}
|
|
@@ -20458,7 +20459,7 @@ let Ll = class extends zn {
|
|
|
20458
20459
|
<cx-grid columns="10" spacing="12px">
|
|
20459
20460
|
<cx-grid-item
|
|
20460
20461
|
xs="6"
|
|
20461
|
-
style=${
|
|
20462
|
+
style=${er({
|
|
20462
20463
|
minHeight: "200px",
|
|
20463
20464
|
overflow: "auto",
|
|
20464
20465
|
padding: "var(--cx-spacing-medium)"
|
|
@@ -20470,7 +20471,7 @@ let Ll = class extends zn {
|
|
|
20470
20471
|
</cx-grid-item>
|
|
20471
20472
|
<cx-grid-item
|
|
20472
20473
|
xs="4"
|
|
20473
|
-
style=${
|
|
20474
|
+
style=${er({
|
|
20474
20475
|
height: "fit-content",
|
|
20475
20476
|
maxHeight: "600px",
|
|
20476
20477
|
minHeight: "200px",
|
|
@@ -20518,16 +20519,16 @@ hp([
|
|
|
20518
20519
|
K({ attribute: "storybook-config", type: Object })
|
|
20519
20520
|
], Ll.prototype, "storybookConfig", 2);
|
|
20520
20521
|
hp([
|
|
20521
|
-
|
|
20522
|
+
_e()
|
|
20522
20523
|
], Ll.prototype, "config", 2);
|
|
20523
20524
|
hp([
|
|
20524
|
-
|
|
20525
|
+
_e()
|
|
20525
20526
|
], Ll.prototype, "props", 2);
|
|
20526
20527
|
hp([
|
|
20527
|
-
|
|
20528
|
+
_e()
|
|
20528
20529
|
], Ll.prototype, "target", 2);
|
|
20529
20530
|
hp([
|
|
20530
|
-
|
|
20531
|
+
_e()
|
|
20531
20532
|
], Ll.prototype, "slots", 2);
|
|
20532
20533
|
Ll = hp([
|
|
20533
20534
|
Pn("cx-storybook")
|
|
@@ -20589,7 +20590,7 @@ var $ut = Object.defineProperty, jut = Object.getOwnPropertyDescriptor, Jg = (n,
|
|
|
20589
20590
|
};
|
|
20590
20591
|
let eu = class extends zn {
|
|
20591
20592
|
constructor() {
|
|
20592
|
-
super(...arguments), this.localize = new rr(this), this.data = [], this.navigationArrows = !1, this.showThumbnails = !1, this.tabsPerPage = 0, this.
|
|
20593
|
+
super(...arguments), this.localize = new rr(this), this.data = [], this.navigationArrows = !1, this.showThumbnails = !1, this.tabsPerPage = 0, this.minTabWidth = 100;
|
|
20593
20594
|
}
|
|
20594
20595
|
handlePreviousClick() {
|
|
20595
20596
|
this.tabGroup?.previousTab({ paginate: !0, paginateDirection: "backward" });
|
|
@@ -20597,11 +20598,8 @@ let eu = class extends zn {
|
|
|
20597
20598
|
handleNextClick() {
|
|
20598
20599
|
this.tabGroup?.nextTab({ paginate: !0, paginateDirection: "forward" });
|
|
20599
20600
|
}
|
|
20600
|
-
handlePaginationChange(n) {
|
|
20601
|
-
this.activePaginationIndex = n.detail.index;
|
|
20602
|
-
}
|
|
20603
20601
|
render() {
|
|
20604
|
-
const n =
|
|
20602
|
+
const n = Math.min(this.tabsPerPage, this.data.length);
|
|
20605
20603
|
return Z`<cx-tab-group
|
|
20606
20604
|
variant="timeline"
|
|
20607
20605
|
placement="top"
|
|
@@ -20610,57 +20608,49 @@ let eu = class extends zn {
|
|
|
20610
20608
|
hide-panel-variant=${v9.Absolute}
|
|
20611
20609
|
use-max-panel-height
|
|
20612
20610
|
tab-alignment=${m9.Start}
|
|
20613
|
-
tabs-per-page=${
|
|
20611
|
+
tabs-per-page=${n}
|
|
20612
|
+
min-tab-width=${this.minTabWidth}
|
|
20614
20613
|
class=${hn({
|
|
20615
20614
|
timeline: !0,
|
|
20616
20615
|
"timeline--empty": this.data.length === 0
|
|
20616
|
+
})}
|
|
20617
|
+
style=${er({
|
|
20618
|
+
"--tab-padding": "var(--cx-spacing-x-small) var(--cx-spacing-small)"
|
|
20617
20619
|
})}
|
|
20618
20620
|
data-empty-label=${this.localize.term("emptyTimeline")}
|
|
20619
|
-
@cx-tab-group-pagination-change=${this.handlePaginationChange}
|
|
20620
20621
|
>
|
|
20621
20622
|
${Jn(
|
|
20622
20623
|
this.data,
|
|
20623
|
-
(
|
|
20624
|
-
(
|
|
20625
|
-
let i = e > 0 ? r % e : r;
|
|
20626
|
-
if (e > 0 && n < e) {
|
|
20627
|
-
const o = e - n;
|
|
20628
|
-
i = (r + o) % e;
|
|
20629
|
-
}
|
|
20630
|
-
return Z`
|
|
20624
|
+
(e) => e.id,
|
|
20625
|
+
(e) => Z`
|
|
20631
20626
|
<cx-tab
|
|
20632
20627
|
slot="nav"
|
|
20633
20628
|
class=${hn({
|
|
20634
|
-
|
|
20635
|
-
|
|
20636
|
-
|
|
20637
|
-
|
|
20638
|
-
style=${
|
|
20639
|
-
|
|
20640
|
-
|
|
20641
|
-
|
|
20642
|
-
})}
|
|
20643
|
-
panel=${t.id}
|
|
20644
|
-
?first=${r === 0}
|
|
20645
|
-
?last=${r === this.data.length - 1}
|
|
20629
|
+
timeline__nav: !0,
|
|
20630
|
+
"timeline__nav--has-thumbnail": this.showThumbnails,
|
|
20631
|
+
"timeline__nav--horizontal": !0
|
|
20632
|
+
})}
|
|
20633
|
+
style=${er({
|
|
20634
|
+
"--marker-image-object-fit": e.objectFit
|
|
20635
|
+
})}
|
|
20636
|
+
panel=${e.id}
|
|
20646
20637
|
>
|
|
20647
|
-
${
|
|
20638
|
+
${e.label}
|
|
20648
20639
|
${St(
|
|
20649
|
-
|
|
20650
|
-
|
|
20640
|
+
this.showThumbnails && e.thumbnail,
|
|
20641
|
+
() => Z`<img
|
|
20651
20642
|
data-testid="thumbnail"
|
|
20652
20643
|
slot="thumbnail"
|
|
20653
20644
|
class="timeline__thumbnail"
|
|
20654
|
-
src=${
|
|
20655
|
-
alt=${
|
|
20645
|
+
src=${e.thumbnail}
|
|
20646
|
+
alt=${e.label}
|
|
20656
20647
|
/>`
|
|
20657
|
-
|
|
20648
|
+
)}
|
|
20658
20649
|
</cx-tab>
|
|
20659
|
-
<cx-tab-panel name=${
|
|
20660
|
-
<slot name=${`slot-${
|
|
20650
|
+
<cx-tab-panel name=${e.id}>
|
|
20651
|
+
<slot name=${`slot-${e.id}`}></slot>
|
|
20661
20652
|
</cx-tab-panel>
|
|
20662
|
-
|
|
20663
|
-
}
|
|
20653
|
+
`
|
|
20664
20654
|
)}
|
|
20665
20655
|
</cx-tab-group>
|
|
20666
20656
|
${St(
|
|
@@ -20728,8 +20718,15 @@ Jg([
|
|
|
20728
20718
|
K({ attribute: "tabs-per-page", type: Number })
|
|
20729
20719
|
], eu.prototype, "tabsPerPage", 2);
|
|
20730
20720
|
Jg([
|
|
20731
|
-
|
|
20732
|
-
|
|
20721
|
+
K({
|
|
20722
|
+
attribute: "min-tab-width",
|
|
20723
|
+
converter: {
|
|
20724
|
+
fromAttribute: (n) => Number.parseFloat(n),
|
|
20725
|
+
toAttribute: (n) => n.toString() + "px"
|
|
20726
|
+
},
|
|
20727
|
+
type: String
|
|
20728
|
+
})
|
|
20729
|
+
], eu.prototype, "minTabWidth", 2);
|
|
20733
20730
|
eu = Jg([
|
|
20734
20731
|
Pn("cx-timeline")
|
|
20735
20732
|
], eu);
|
|
@@ -21491,7 +21488,7 @@ let br = class extends zn {
|
|
|
21491
21488
|
class=${hn({
|
|
21492
21489
|
"bento-grid__item--effect-zoom": this.effect === _n.Zoom
|
|
21493
21490
|
})}
|
|
21494
|
-
style=${
|
|
21491
|
+
style=${er(this.computeBentoItemEffectStyles(r))}
|
|
21495
21492
|
@blur=${t === 0 ? this.handleBlur : void 0}
|
|
21496
21493
|
@focus=${t === 0 ? this.handleFocus : void 0}
|
|
21497
21494
|
@mouseenter=${this.highlightSiblingsFadeOut ? this.handleMouseEnter : void 0}
|
|
@@ -21526,7 +21523,7 @@ let br = class extends zn {
|
|
|
21526
21523
|
"bento-grid": !0,
|
|
21527
21524
|
"bento-grid--empty": this.data.length === 0
|
|
21528
21525
|
})}
|
|
21529
|
-
style=${
|
|
21526
|
+
style=${er(this.containerStyles)}
|
|
21530
21527
|
data-empty-label=${this.emptyLabel || this.localize.term("emptyGrid")}
|
|
21531
21528
|
@keydown=${this.handleKeyDown}
|
|
21532
21529
|
>
|
|
@@ -21541,7 +21538,7 @@ let br = class extends zn {
|
|
|
21541
21538
|
return Wc`<div
|
|
21542
21539
|
part="item"
|
|
21543
21540
|
class="bento-grid__filler"
|
|
21544
|
-
style=${
|
|
21541
|
+
style=${er({
|
|
21545
21542
|
...t || {}
|
|
21546
21543
|
})}
|
|
21547
21544
|
></div>`;
|
|
@@ -21555,7 +21552,7 @@ let br = class extends zn {
|
|
|
21555
21552
|
e + 1,
|
|
21556
21553
|
this.data.length
|
|
21557
21554
|
)}
|
|
21558
|
-
style=${
|
|
21555
|
+
style=${er({
|
|
21559
21556
|
...t || {},
|
|
21560
21557
|
display: r ? "none" : void 0
|
|
21561
21558
|
})}
|
|
@@ -21722,19 +21719,19 @@ Lr([
|
|
|
21722
21719
|
K({ reflect: !0, type: String })
|
|
21723
21720
|
], br.prototype, "easing", 2);
|
|
21724
21721
|
Lr([
|
|
21725
|
-
|
|
21722
|
+
_e()
|
|
21726
21723
|
], br.prototype, "containerStyles", 2);
|
|
21727
21724
|
Lr([
|
|
21728
|
-
|
|
21725
|
+
_e()
|
|
21729
21726
|
], br.prototype, "computedStyles", 2);
|
|
21730
21727
|
Lr([
|
|
21731
|
-
|
|
21728
|
+
_e()
|
|
21732
21729
|
], br.prototype, "prevColumnCount", 2);
|
|
21733
21730
|
Lr([
|
|
21734
|
-
|
|
21731
|
+
_e()
|
|
21735
21732
|
], br.prototype, "filledData", 2);
|
|
21736
21733
|
Lr([
|
|
21737
|
-
|
|
21734
|
+
_e()
|
|
21738
21735
|
], br.prototype, "hoveredItemId", 2);
|
|
21739
21736
|
Lr([
|
|
21740
21737
|
up(100)
|
|
@@ -22830,7 +22827,7 @@ let vn = class extends zn {
|
|
|
22830
22827
|
...typeof r.className == "string" && r.className.trim() !== "" ? { [r.className]: !0 } : {},
|
|
22831
22828
|
"carousel__slide--effect-zoom": this.effect === _n.Zoom
|
|
22832
22829
|
})}
|
|
22833
|
-
style=${
|
|
22830
|
+
style=${er({
|
|
22834
22831
|
...this.computeCarouselItemEffectStyles(r)
|
|
22835
22832
|
})}
|
|
22836
22833
|
@click=${this.handleGalleryItemClick}
|
|
@@ -22878,7 +22875,7 @@ let vn = class extends zn {
|
|
|
22878
22875
|
"carousel--empty": this.isChunked ? this.totalData === 0 : this.data?.length === 0,
|
|
22879
22876
|
"carousel--vertical": this.orientation === Ld.Vertical
|
|
22880
22877
|
})}
|
|
22881
|
-
style=${
|
|
22878
|
+
style=${er({
|
|
22882
22879
|
"--easing": this.easeCSSVariable
|
|
22883
22880
|
})}
|
|
22884
22881
|
data-empty-label=${this.emptyLabel || this.localize.term("emptyCarousel")}
|
|
@@ -22904,7 +22901,7 @@ let vn = class extends zn {
|
|
|
22904
22901
|
"carousel__slides--peek-slides": this.peekSlides,
|
|
22905
22902
|
"carousel__slides--vertical": this.orientation === Ld.Vertical
|
|
22906
22903
|
})}
|
|
22907
|
-
style=${
|
|
22904
|
+
style=${er({
|
|
22908
22905
|
"--slides-per-page": this.slidesPerPage
|
|
22909
22906
|
})}
|
|
22910
22907
|
aria-busy=${this.scrolling ? "true" : "false"}
|
|
@@ -22941,7 +22938,7 @@ let vn = class extends zn {
|
|
|
22941
22938
|
...typeof s.className == "string" && s.className.trim() !== "" ? { [s.className]: !0 } : {},
|
|
22942
22939
|
"carousel__slide--effect-zoom": this.effect === _n.Zoom
|
|
22943
22940
|
})}
|
|
22944
|
-
style=${
|
|
22941
|
+
style=${er({
|
|
22945
22942
|
"scroll-snap-align": l ? "start" : "none"
|
|
22946
22943
|
})}
|
|
22947
22944
|
></div>`;
|
|
@@ -23261,43 +23258,43 @@ wn([
|
|
|
23261
23258
|
})
|
|
23262
23259
|
], vn.prototype, "itemAriaRoleDescription", 2);
|
|
23263
23260
|
wn([
|
|
23264
|
-
|
|
23261
|
+
_e()
|
|
23265
23262
|
], vn.prototype, "activeSlide", 2);
|
|
23266
23263
|
wn([
|
|
23267
|
-
|
|
23264
|
+
_e()
|
|
23268
23265
|
], vn.prototype, "scrolling", 2);
|
|
23269
23266
|
wn([
|
|
23270
|
-
|
|
23267
|
+
_e()
|
|
23271
23268
|
], vn.prototype, "dragging", 2);
|
|
23272
23269
|
wn([
|
|
23273
|
-
|
|
23270
|
+
_e()
|
|
23274
23271
|
], vn.prototype, "transitioning", 2);
|
|
23275
23272
|
wn([
|
|
23276
|
-
|
|
23273
|
+
_e()
|
|
23277
23274
|
], vn.prototype, "loading", 2);
|
|
23278
23275
|
wn([
|
|
23279
|
-
|
|
23276
|
+
_e()
|
|
23280
23277
|
], vn.prototype, "pendingSlideChange", 2);
|
|
23281
23278
|
wn([
|
|
23282
|
-
|
|
23279
|
+
_e()
|
|
23283
23280
|
], vn.prototype, "fadeTimeout", 2);
|
|
23284
23281
|
wn([
|
|
23285
|
-
|
|
23282
|
+
_e()
|
|
23286
23283
|
], vn.prototype, "range", 2);
|
|
23287
23284
|
wn([
|
|
23288
|
-
|
|
23285
|
+
_e()
|
|
23289
23286
|
], vn.prototype, "isChunked", 2);
|
|
23290
23287
|
wn([
|
|
23291
|
-
|
|
23288
|
+
_e()
|
|
23292
23289
|
], vn.prototype, "chunkOffset", 2);
|
|
23293
23290
|
wn([
|
|
23294
|
-
|
|
23291
|
+
_e()
|
|
23295
23292
|
], vn.prototype, "dragStartPosition", 2);
|
|
23296
23293
|
wn([
|
|
23297
|
-
|
|
23294
|
+
_e()
|
|
23298
23295
|
], vn.prototype, "hoveredItemId", 2);
|
|
23299
23296
|
wn([
|
|
23300
|
-
|
|
23297
|
+
_e()
|
|
23301
23298
|
], vn.prototype, "dotPaginationFocusCount", 2);
|
|
23302
23299
|
wn([
|
|
23303
23300
|
GR({ passive: !0 })
|
|
@@ -26089,7 +26086,7 @@ const fl = amt(), smt = Z`<svg
|
|
|
26089
26086
|
>
|
|
26090
26087
|
<path
|
|
26091
26088
|
d="M35.412 115.592a6.289 6.289 0 0 0-5.68 3.575c-.053-.005-.104-.017-.158-.017-.942 0-1.7.759-1.7 1.7v2.102c0 .942.758 1.7 1.7 1.7.054 0 .105-.012.157-.016.068.14.138.28.217.417.31.551 1.134.079.816-.467a5.369 5.369 0 0 1 1.2-6.802 5.363 5.363 0 0 1 6.902 0 5.369 5.369 0 0 1 1.2 6.802l-.014.023-.01.024s-.633 1.402-1.878 1.402l-1.575-.014a.807.807 0 0 0-.667-.366h-1.015a.82.82 0 0 0-.822.823c0 .28.178.494.586.494h3.493c1.868 0 2.675-1.833 2.712-1.918v-.005c.078-.136.147-.275.215-.415.055.005.108.017.165.017.941 0 1.7-.759 1.7-1.7v-2.102c0-.942-.759-1.7-1.7-1.7-.055 0-.106.009-.16.016a6.268 6.268 0 0 0-1.626-2.1 6.305 6.305 0 0 0-4.058-1.475zm-2.049 2.987c-.366-.024-.7.053-.992.361a4.56 4.56 0 0 0-1.26 3.125c0 .981.327 2.08.88 2.12.786.057 2.027-.46 3.424-.46 1.48 0 2.787.58 3.561.443.47-.083.744-1.205.744-2.103a4.561 4.561 0 0 0-1.261-3.125c-.78-.82-1.855 0-3.044 0-.743 0-1.442-.321-2.052-.361zm-.174 2.021a.787.787 0 1 1 0 1.574.787.787 0 0 1 0-1.574zm4.452 0a.787.787 0 1 1 0 1.574.787.787 0 0 1 0-1.574z"
|
|
26092
|
-
style=${
|
|
26089
|
+
style=${er({
|
|
26093
26090
|
fill: "#666",
|
|
26094
26091
|
fillOpacity: 1,
|
|
26095
26092
|
fillRule: "evenodd",
|
|
@@ -26738,7 +26735,7 @@ lv([
|
|
|
26738
26735
|
})
|
|
26739
26736
|
], ru.prototype, "referenceNumberLimit", 2);
|
|
26740
26737
|
lv([
|
|
26741
|
-
|
|
26738
|
+
_e()
|
|
26742
26739
|
], ru.prototype, "collapsed", 2);
|
|
26743
26740
|
lv([
|
|
26744
26741
|
Ot(["references", "referenceNumberLimit", "citedReferencesIds"])
|
|
@@ -27416,28 +27413,28 @@ zi([
|
|
|
27416
27413
|
Tt(".message__input__input")
|
|
27417
27414
|
], gi.prototype, "messageInput", 2);
|
|
27418
27415
|
zi([
|
|
27419
|
-
|
|
27416
|
+
_e()
|
|
27420
27417
|
], gi.prototype, "isFullscreen", 2);
|
|
27421
27418
|
zi([
|
|
27422
|
-
|
|
27419
|
+
_e()
|
|
27423
27420
|
], gi.prototype, "isMinimized", 2);
|
|
27424
27421
|
zi([
|
|
27425
|
-
|
|
27422
|
+
_e()
|
|
27426
27423
|
], gi.prototype, "isOpen", 2);
|
|
27427
27424
|
zi([
|
|
27428
|
-
|
|
27425
|
+
_e()
|
|
27429
27426
|
], gi.prototype, "isTyping", 2);
|
|
27430
27427
|
zi([
|
|
27431
|
-
|
|
27428
|
+
_e()
|
|
27432
27429
|
], gi.prototype, "message", 2);
|
|
27433
27430
|
zi([
|
|
27434
|
-
|
|
27431
|
+
_e()
|
|
27435
27432
|
], gi.prototype, "lastMessage", 2);
|
|
27436
27433
|
zi([
|
|
27437
|
-
|
|
27434
|
+
_e()
|
|
27438
27435
|
], gi.prototype, "messages", 2);
|
|
27439
27436
|
zi([
|
|
27440
|
-
|
|
27437
|
+
_e()
|
|
27441
27438
|
], gi.prototype, "connection", 2);
|
|
27442
27439
|
zi([
|
|
27443
27440
|
K({ attribute: "conversation-id", reflect: !0, type: String })
|
|
@@ -27890,22 +27887,22 @@ Zs([
|
|
|
27890
27887
|
Tt(".status__date")
|
|
27891
27888
|
], Ma.prototype, "refreshDate", 2);
|
|
27892
27889
|
Zs([
|
|
27893
|
-
|
|
27890
|
+
_e()
|
|
27894
27891
|
], Ma.prototype, "_status", 2);
|
|
27895
27892
|
Zs([
|
|
27896
|
-
|
|
27893
|
+
_e()
|
|
27897
27894
|
], Ma.prototype, "_isRefreshing", 2);
|
|
27898
27895
|
Zs([
|
|
27899
|
-
|
|
27896
|
+
_e()
|
|
27900
27897
|
], Ma.prototype, "errorObject", 2);
|
|
27901
27898
|
Zs([
|
|
27902
|
-
|
|
27899
|
+
_e()
|
|
27903
27900
|
], Ma.prototype, "clusterData", 2);
|
|
27904
27901
|
Zs([
|
|
27905
|
-
|
|
27902
|
+
_e()
|
|
27906
27903
|
], Ma.prototype, "sliderDesiredCount", 2);
|
|
27907
27904
|
Zs([
|
|
27908
|
-
|
|
27905
|
+
_e()
|
|
27909
27906
|
], Ma.prototype, "confirmCount", 2);
|
|
27910
27907
|
Zs([
|
|
27911
27908
|
K({ attribute: "refresh-interval", type: Number })
|
|
@@ -42843,7 +42840,7 @@ em([
|
|
|
42843
42840
|
K({ attribute: "on-select", type: Function })
|
|
42844
42841
|
], bd.prototype, "onSelect", 2);
|
|
42845
42842
|
em([
|
|
42846
|
-
|
|
42843
|
+
_e()
|
|
42847
42844
|
], bd.prototype, "selectedIndex", 2);
|
|
42848
42845
|
em([
|
|
42849
42846
|
Ot("items")
|
|
@@ -43196,7 +43193,7 @@ let Mo = class extends zn {
|
|
|
43196
43193
|
})}
|
|
43197
43194
|
name="text_format"
|
|
43198
43195
|
label="Text Formats"
|
|
43199
|
-
style=${
|
|
43196
|
+
style=${er({
|
|
43200
43197
|
"background-color": "transparent"
|
|
43201
43198
|
})}
|
|
43202
43199
|
@click=${this.handleTextFormatsClick}
|
|
@@ -43281,19 +43278,19 @@ Za([
|
|
|
43281
43278
|
K({ attribute: "time-based", reflect: !0, type: Boolean })
|
|
43282
43279
|
], Mo.prototype, "timeBased", 2);
|
|
43283
43280
|
Za([
|
|
43284
|
-
|
|
43281
|
+
_e()
|
|
43285
43282
|
], Mo.prototype, "showTextFormats", 2);
|
|
43286
43283
|
Za([
|
|
43287
|
-
|
|
43284
|
+
_e()
|
|
43288
43285
|
], Mo.prototype, "showLinkPopup", 2);
|
|
43289
43286
|
Za([
|
|
43290
|
-
|
|
43287
|
+
_e()
|
|
43291
43288
|
], Mo.prototype, "linkTextValue", 2);
|
|
43292
43289
|
Za([
|
|
43293
|
-
|
|
43290
|
+
_e()
|
|
43294
43291
|
], Mo.prototype, "linkUrlValue", 2);
|
|
43295
43292
|
Za([
|
|
43296
|
-
|
|
43293
|
+
_e()
|
|
43297
43294
|
], Mo.prototype, "selection", 2);
|
|
43298
43295
|
Za([
|
|
43299
43296
|
Ot("editor")
|
|
@@ -43929,7 +43926,7 @@ let Nr = class extends zn {
|
|
|
43929
43926
|
@cx-request-close=${this.handleRequestClose}
|
|
43930
43927
|
no-header
|
|
43931
43928
|
stay-open-outside-click
|
|
43932
|
-
style=${
|
|
43929
|
+
style=${er({
|
|
43933
43930
|
"--cx-z-index-dialog": (this.cortexPopupController.currentZIndex + 1).toString()
|
|
43934
43931
|
})}
|
|
43935
43932
|
>
|
|
@@ -44039,10 +44036,10 @@ Gr([
|
|
|
44039
44036
|
K({ attribute: "is-empty", reflect: !0, type: Boolean })
|
|
44040
44037
|
], Nr.prototype, "isEmpty", 2);
|
|
44041
44038
|
Gr([
|
|
44042
|
-
|
|
44039
|
+
_e()
|
|
44043
44040
|
], Nr.prototype, "originalContainer", 2);
|
|
44044
44041
|
Gr([
|
|
44045
|
-
|
|
44042
|
+
_e()
|
|
44046
44043
|
], Nr.prototype, "editor", 2);
|
|
44047
44044
|
Gr([
|
|
44048
44045
|
K({ attribute: "fullscreen", reflect: !0, type: Boolean })
|
|
@@ -48582,7 +48579,7 @@ b`.split(/\n/).length != 3 ? function(p) {
|
|
|
48582
48579
|
}
|
|
48583
48580
|
return { index: x, lineN: y };
|
|
48584
48581
|
}
|
|
48585
|
-
function
|
|
48582
|
+
function tr(p, g, y) {
|
|
48586
48583
|
var v = p.display, x = v.view;
|
|
48587
48584
|
x.length == 0 || g >= v.viewTo || y <= v.viewFrom ? (v.view = vu(p, g, y), v.viewFrom = g) : (v.viewFrom > g ? v.view = vu(p, g, v.viewFrom).concat(v.view) : v.viewFrom < g && (v.view = v.view.slice(Rt(p, g))), v.viewFrom = g, v.viewTo < y ? v.view = v.view.concat(vu(p, v.viewTo, y)) : v.viewTo > y && (v.view = v.view.slice(0, Rt(p, y)))), v.viewTo = y;
|
|
48588
48585
|
}
|
|
@@ -48593,7 +48590,7 @@ b`.split(/\n/).length != 3 ? function(p) {
|
|
|
48593
48590
|
}
|
|
48594
48591
|
return y;
|
|
48595
48592
|
}
|
|
48596
|
-
function
|
|
48593
|
+
function nr(p) {
|
|
48597
48594
|
p.display.input.showSelection(p.display.input.prepareSelection());
|
|
48598
48595
|
}
|
|
48599
48596
|
function ns(p, g) {
|
|
@@ -49114,7 +49111,7 @@ b`.split(/\n/).length != 3 ? function(p) {
|
|
|
49114
49111
|
var x = v.first + v.size, S = Math.max(g.visible.from - p.options.viewportMargin, v.first), I = Math.min(x, g.visible.to + p.options.viewportMargin);
|
|
49115
49112
|
y.viewFrom < S && S - y.viewFrom < 20 && (S = Math.max(v.first, y.viewFrom)), y.viewTo > I && y.viewTo - I < 20 && (I = Math.min(x, y.viewTo)), Vr && (S = Ha(p.doc, S), I = ca(p.doc, I));
|
|
49116
49113
|
var z = S != y.viewFrom || I != y.viewTo || y.lastWrapHeight != g.wrapperHeight || y.lastWrapWidth != g.wrapperWidth;
|
|
49117
|
-
|
|
49114
|
+
tr(p, S, I), y.viewOffset = oc(Lt(p.doc, y.viewFrom)), p.display.mover.style.top = y.viewOffset + "px";
|
|
49118
49115
|
var U = hr(p);
|
|
49119
49116
|
if (!z && U == 0 && !g.force && y.renderedView == y.view && (y.updateLineNumbers == null || y.updateLineNumbers >= y.viewTo))
|
|
49120
49117
|
return !1;
|
|
@@ -49131,7 +49128,7 @@ b`.split(/\n/).length != 3 ? function(p) {
|
|
|
49131
49128
|
break;
|
|
49132
49129
|
x0(p);
|
|
49133
49130
|
var x = _v(p);
|
|
49134
|
-
|
|
49131
|
+
nr(p), lm(p, x), C_(p, x), g.force = !1;
|
|
49135
49132
|
}
|
|
49136
49133
|
g.signal(p, "update", p), (p.display.viewFrom != p.display.reportedViewFrom || p.display.viewTo != p.display.reportedViewTo) && (g.signal(p, "viewportChange", p, p.display.viewFrom, p.display.viewTo), p.display.reportedViewFrom = p.display.viewFrom, p.display.reportedViewTo = p.display.viewTo);
|
|
49137
49134
|
}
|
|
@@ -49140,7 +49137,7 @@ b`.split(/\n/).length != 3 ? function(p) {
|
|
|
49140
49137
|
if (x_(p, y)) {
|
|
49141
49138
|
x0(p), z6(p, y);
|
|
49142
49139
|
var v = _v(p);
|
|
49143
|
-
|
|
49140
|
+
nr(p), lm(p, v), C_(p, v), y.finish();
|
|
49144
49141
|
}
|
|
49145
49142
|
}
|
|
49146
49143
|
function jG(p, g, y) {
|
|
@@ -51541,13 +51538,13 @@ b`.split(/\n/).length != 3 ? function(p) {
|
|
|
51541
51538
|
v.display.gutterSpecs = S_(v.options.gutters, x), Ev(v);
|
|
51542
51539
|
}, !0), y("firstLineNumber", 1, Ev, !0), y("lineNumberFormatter", function(v) {
|
|
51543
51540
|
return v;
|
|
51544
|
-
}, Ev, !0), y("showCursorWhenSelecting", !1,
|
|
51541
|
+
}, Ev, !0), y("showCursorWhenSelecting", !1, nr, !0), y("resetSelectionOnContextMenu", !0), y("lineWiseCopyCut", !0), y("pasteLinesPerSelection", !0), y("selectionsMayTouch", !1), y("readOnly", !1, function(v, x) {
|
|
51545
51542
|
x == "nocursor" && (sm(v), v.display.input.blur()), v.display.input.readOnlyChanged(x);
|
|
51546
51543
|
}), y("screenReaderLabel", null, function(v, x) {
|
|
51547
51544
|
x = x === "" ? null : x, v.display.input.screenReaderLabelChanged(x);
|
|
51548
51545
|
}), y("disableInput", !1, function(v, x) {
|
|
51549
51546
|
x || v.display.input.reset();
|
|
51550
|
-
}, !0), y("dragDrop", !0, AK), y("allowDropFileTypes", null), y("cursorBlinkRate", 530), y("cursorScrollMargin", 0), y("cursorHeight", 1,
|
|
51547
|
+
}, !0), y("dragDrop", !0, AK), y("allowDropFileTypes", null), y("cursorBlinkRate", 530), y("cursorScrollMargin", 0), y("cursorHeight", 1, nr, !0), y("singleCursorHeightPerLine", !0, nr, !0), y("workTime", 100), y("workDelay", 100), y("flattenSpans", !0, Tv, !0), y("addModeClass", !1, Tv, !0), y("pollInterval", 100), y("undoDepth", 200, function(v, x) {
|
|
51551
51548
|
return v.doc.history.undoDepth = x;
|
|
51552
51549
|
}), y("historyEventDelay", 1250), y("viewportMargin", 10, function(v) {
|
|
51553
51550
|
return v.refresh();
|
|
@@ -91937,6 +91934,7 @@ const Z7t = {
|
|
|
91937
91934
|
{ id: Gu(`${Date.now()}-`), label: "Section 2" },
|
|
91938
91935
|
{ id: Gu(`${Date.now()}-`), label: "Section 3" }
|
|
91939
91936
|
]),
|
|
91937
|
+
"min-tab-width": "175px",
|
|
91940
91938
|
"navigation-arrows": !1,
|
|
91941
91939
|
"show-thumbnails": !1,
|
|
91942
91940
|
"tabs-per-page": 3
|
|
@@ -92057,6 +92055,12 @@ const Z7t = {
|
|
|
92057
92055
|
label: n.term("activeColor"),
|
|
92058
92056
|
name: "marker-active-color"
|
|
92059
92057
|
},
|
|
92058
|
+
{
|
|
92059
|
+
...e.getStyleControl("--width"),
|
|
92060
|
+
id: "min-tab-width",
|
|
92061
|
+
name: "min-tab-width",
|
|
92062
|
+
type: "attribute"
|
|
92063
|
+
},
|
|
92060
92064
|
{
|
|
92061
92065
|
controlType: "switch",
|
|
92062
92066
|
id: "show-thumbnails",
|
|
@@ -93101,7 +93105,7 @@ let Jo = class extends zn {
|
|
|
93101
93105
|
.boundary=${this.boundary}
|
|
93102
93106
|
@cx-request-close=${this.handleClose}
|
|
93103
93107
|
@cx-after-hide=${this.resetState}
|
|
93104
|
-
style=${
|
|
93108
|
+
style=${er({
|
|
93105
93109
|
/** count * (card width + gap) + 2 padding */
|
|
93106
93110
|
"--max-width": `${Math.min(this.itemCount * (this.cardWidth + 25) + 40, 1056)}px`
|
|
93107
93111
|
})}
|
|
@@ -93323,7 +93327,7 @@ fs([
|
|
|
93323
93327
|
K({ type: Object })
|
|
93324
93328
|
], Jo.prototype, "boundary", 2);
|
|
93325
93329
|
fs([
|
|
93326
|
-
|
|
93330
|
+
_e()
|
|
93327
93331
|
], Jo.prototype, "maxColumns", 2);
|
|
93328
93332
|
Jo = fs([
|
|
93329
93333
|
Pn("cx-block-picker")
|
|
@@ -110540,34 +110544,34 @@ vs([
|
|
|
110540
110544
|
K({ attribute: "disable-table-load", reflect: !0, type: Boolean })
|
|
110541
110545
|
], Zo.prototype, "disableTableLoad", 2);
|
|
110542
110546
|
vs([
|
|
110543
|
-
|
|
110547
|
+
_e()
|
|
110544
110548
|
], Zo.prototype, "dialogType", 2);
|
|
110545
110549
|
vs([
|
|
110546
|
-
|
|
110550
|
+
_e()
|
|
110547
110551
|
], Zo.prototype, "dialogId", 2);
|
|
110548
110552
|
vs([
|
|
110549
|
-
|
|
110553
|
+
_e()
|
|
110550
110554
|
], Zo.prototype, "dialogName", 2);
|
|
110551
110555
|
vs([
|
|
110552
|
-
|
|
110556
|
+
_e()
|
|
110553
110557
|
], Zo.prototype, "dialogPalette", 2);
|
|
110554
110558
|
vs([
|
|
110555
|
-
|
|
110559
|
+
_e()
|
|
110556
110560
|
], Zo.prototype, "dialogHex", 2);
|
|
110557
110561
|
vs([
|
|
110558
|
-
|
|
110562
|
+
_e()
|
|
110559
110563
|
], Zo.prototype, "dialogRgb", 2);
|
|
110560
110564
|
vs([
|
|
110561
|
-
|
|
110565
|
+
_e()
|
|
110562
110566
|
], Zo.prototype, "dialogCmyk", 2);
|
|
110563
110567
|
vs([
|
|
110564
|
-
|
|
110568
|
+
_e()
|
|
110565
110569
|
], Zo.prototype, "dialogPmsId", 2);
|
|
110566
110570
|
vs([
|
|
110567
|
-
|
|
110571
|
+
_e()
|
|
110568
110572
|
], Zo.prototype, "dialogColor", 2);
|
|
110569
110573
|
vs([
|
|
110570
|
-
|
|
110574
|
+
_e()
|
|
110571
110575
|
], Zo.prototype, "palettes", 2);
|
|
110572
110576
|
vs([
|
|
110573
110577
|
Ot("data")
|
|
@@ -110773,13 +110777,13 @@ nl([
|
|
|
110773
110777
|
K({ reflect: !0, type: Boolean })
|
|
110774
110778
|
], Pa.prototype, "required", 2);
|
|
110775
110779
|
nl([
|
|
110776
|
-
|
|
110780
|
+
_e()
|
|
110777
110781
|
], Pa.prototype, "selectedLabel", 2);
|
|
110778
110782
|
nl([
|
|
110779
|
-
|
|
110783
|
+
_e()
|
|
110780
110784
|
], Pa.prototype, "open", 2);
|
|
110781
110785
|
nl([
|
|
110782
|
-
|
|
110786
|
+
_e()
|
|
110783
110787
|
], Pa.prototype, "_selectedFolder", 2);
|
|
110784
110788
|
nl([
|
|
110785
110789
|
Ot("value")
|
|
@@ -111459,13 +111463,13 @@ Ic([
|
|
|
111459
111463
|
})
|
|
111460
111464
|
], Na.prototype, "disabledAssetPicker", 2);
|
|
111461
111465
|
Ic([
|
|
111462
|
-
|
|
111466
|
+
_e()
|
|
111463
111467
|
], Na.prototype, "editedImage", 2);
|
|
111464
111468
|
Ic([
|
|
111465
|
-
|
|
111469
|
+
_e()
|
|
111466
111470
|
], Na.prototype, "assetRequestingStatus", 2);
|
|
111467
111471
|
Ic([
|
|
111468
|
-
|
|
111472
|
+
_e()
|
|
111469
111473
|
], Na.prototype, "selectedPageLabel", 2);
|
|
111470
111474
|
Na = Ic([
|
|
111471
111475
|
Pn("cx-gallery-config")
|
|
@@ -111796,7 +111800,7 @@ let si = class extends zn {
|
|
|
111796
111800
|
<div part="overlay" class="gallery-picker__overlay" tabindex="-1">
|
|
111797
111801
|
<div
|
|
111798
111802
|
part="masonry-wrapper"
|
|
111799
|
-
style=${
|
|
111803
|
+
style=${er({ maxHeight: this.maxMasonryHeight })}
|
|
111800
111804
|
class="gallery-picker__masonry-wrapper"
|
|
111801
111805
|
tabindex="-1"
|
|
111802
111806
|
>
|
|
@@ -111937,28 +111941,28 @@ Ei([
|
|
|
111937
111941
|
K({ attribute: "on-request-asset", type: Function })
|
|
111938
111942
|
], si.prototype, "onRequestAsset", 2);
|
|
111939
111943
|
Ei([
|
|
111940
|
-
|
|
111944
|
+
_e()
|
|
111941
111945
|
], si.prototype, "loading", 2);
|
|
111942
111946
|
Ei([
|
|
111943
|
-
|
|
111947
|
+
_e()
|
|
111944
111948
|
], si.prototype, "masonryData", 2);
|
|
111945
111949
|
Ei([
|
|
111946
|
-
|
|
111950
|
+
_e()
|
|
111947
111951
|
], si.prototype, "dataCount", 2);
|
|
111948
111952
|
Ei([
|
|
111949
|
-
|
|
111953
|
+
_e()
|
|
111950
111954
|
], si.prototype, "currentPage", 2);
|
|
111951
111955
|
Ei([
|
|
111952
|
-
|
|
111956
|
+
_e()
|
|
111953
111957
|
], si.prototype, "selectedPosition", 2);
|
|
111954
111958
|
Ei([
|
|
111955
|
-
|
|
111959
|
+
_e()
|
|
111956
111960
|
], si.prototype, "hasFinishedFetchingData", 2);
|
|
111957
111961
|
Ei([
|
|
111958
|
-
|
|
111962
|
+
_e()
|
|
111959
111963
|
], si.prototype, "errorDataMap", 2);
|
|
111960
111964
|
Ei([
|
|
111961
|
-
|
|
111965
|
+
_e()
|
|
111962
111966
|
], si.prototype, "osInstance", 2);
|
|
111963
111967
|
Ei([
|
|
111964
111968
|
Ot("variant")
|
|
@@ -112217,10 +112221,10 @@ pu([
|
|
|
112217
112221
|
K({ reflect: !0, type: Boolean })
|
|
112218
112222
|
], Tc.prototype, "required", 2);
|
|
112219
112223
|
pu([
|
|
112220
|
-
|
|
112224
|
+
_e()
|
|
112221
112225
|
], Tc.prototype, "selectedLabel", 2);
|
|
112222
112226
|
pu([
|
|
112223
|
-
|
|
112227
|
+
_e()
|
|
112224
112228
|
], Tc.prototype, "open", 2);
|
|
112225
112229
|
Tc = pu([
|
|
112226
112230
|
Pn("cx-page-picker")
|
|
@@ -113098,7 +113102,7 @@ let ii = class extends zn {
|
|
|
113098
113102
|
value=${i ?? ""}
|
|
113099
113103
|
size="medium"
|
|
113100
113104
|
?horizontal=${s.radioGroupConfigs?.horizontal ?? !1}
|
|
113101
|
-
style=${
|
|
113105
|
+
style=${er({ "--radio-group-gap": h })}
|
|
113102
113106
|
@cx-change=${u}
|
|
113103
113107
|
>
|
|
113104
113108
|
${Jn(
|
|
@@ -114009,16 +114013,16 @@ bi([
|
|
|
114009
114013
|
K({ attribute: "skip-show-check", reflect: !0, type: Boolean })
|
|
114010
114014
|
], ii.prototype, "skipShowCheck", 2);
|
|
114011
114015
|
bi([
|
|
114012
|
-
|
|
114016
|
+
_e()
|
|
114013
114017
|
], ii.prototype, "tab", 2);
|
|
114014
114018
|
bi([
|
|
114015
|
-
|
|
114019
|
+
_e()
|
|
114016
114020
|
], ii.prototype, "isEditingTemplateSettings", 2);
|
|
114017
114021
|
bi([
|
|
114018
|
-
|
|
114022
|
+
_e()
|
|
114019
114023
|
], ii.prototype, "disableCloseConfigDialog", 2);
|
|
114020
114024
|
bi([
|
|
114021
|
-
|
|
114025
|
+
_e()
|
|
114022
114026
|
], ii.prototype, "isAfterShow", 2);
|
|
114023
114027
|
bi([
|
|
114024
114028
|
Ot("tabMap")
|
|
@@ -114251,34 +114255,34 @@ ko([
|
|
|
114251
114255
|
K({ attribute: "on-request-download-format", type: Function })
|
|
114252
114256
|
], Bi.prototype, "onRequestDownloadFormat", 2);
|
|
114253
114257
|
ko([
|
|
114254
|
-
|
|
114258
|
+
_e()
|
|
114255
114259
|
], Bi.prototype, "blockAttributes", 2);
|
|
114256
114260
|
ko([
|
|
114257
|
-
|
|
114261
|
+
_e()
|
|
114258
114262
|
], Bi.prototype, "blockProperties", 2);
|
|
114259
114263
|
ko([
|
|
114260
|
-
|
|
114264
|
+
_e()
|
|
114261
114265
|
], Bi.prototype, "blockStyles", 2);
|
|
114262
114266
|
ko([
|
|
114263
|
-
|
|
114267
|
+
_e()
|
|
114264
114268
|
], Bi.prototype, "traits", 2);
|
|
114265
114269
|
ko([
|
|
114266
|
-
|
|
114270
|
+
_e()
|
|
114267
114271
|
], Bi.prototype, "blockType", 2);
|
|
114268
114272
|
ko([
|
|
114269
|
-
|
|
114273
|
+
_e()
|
|
114270
114274
|
], Bi.prototype, "blockName", 2);
|
|
114271
114275
|
ko([
|
|
114272
|
-
|
|
114276
|
+
_e()
|
|
114273
114277
|
], Bi.prototype, "name", 2);
|
|
114274
114278
|
ko([
|
|
114275
|
-
|
|
114279
|
+
_e()
|
|
114276
114280
|
], Bi.prototype, "description", 2);
|
|
114277
114281
|
ko([
|
|
114278
|
-
|
|
114282
|
+
_e()
|
|
114279
114283
|
], Bi.prototype, "tab", 2);
|
|
114280
114284
|
ko([
|
|
114281
|
-
|
|
114285
|
+
_e()
|
|
114282
114286
|
], Bi.prototype, "isEditingTemplateSettings", 2);
|
|
114283
114287
|
ko([
|
|
114284
114288
|
Ot("component")
|
|
@@ -134915,13 +134919,13 @@ hu([
|
|
|
134915
134919
|
K({ type: Object })
|
|
134916
134920
|
], Ac.prototype, "boundary", 2);
|
|
134917
134921
|
hu([
|
|
134918
|
-
|
|
134922
|
+
_e()
|
|
134919
134923
|
], Ac.prototype, "anchorID", 2);
|
|
134920
134924
|
hu([
|
|
134921
|
-
|
|
134925
|
+
_e()
|
|
134922
134926
|
], Ac.prototype, "oldAnchorID", 2);
|
|
134923
134927
|
hu([
|
|
134924
|
-
|
|
134928
|
+
_e()
|
|
134925
134929
|
], Ac.prototype, "isInvalidAnchorID", 2);
|
|
134926
134930
|
hu([
|
|
134927
134931
|
Ot(["open", "tiptapEditor"])
|
|
@@ -135397,10 +135401,10 @@ rl([
|
|
|
135397
135401
|
K({ attribute: "on-request-asset", type: Function })
|
|
135398
135402
|
], Ya.prototype, "onRequestAsset", 2);
|
|
135399
135403
|
rl([
|
|
135400
|
-
|
|
135404
|
+
_e()
|
|
135401
135405
|
], Ya.prototype, "isValidSrc", 2);
|
|
135402
135406
|
rl([
|
|
135403
|
-
|
|
135407
|
+
_e()
|
|
135404
135408
|
], Ya.prototype, "originalSize", 2);
|
|
135405
135409
|
Ya = rl([
|
|
135406
135410
|
Pn("cx-image-dialog")
|
|
@@ -135712,16 +135716,16 @@ Td([
|
|
|
135712
135716
|
K({ type: Object })
|
|
135713
135717
|
], Xs.prototype, "boundary", 2);
|
|
135714
135718
|
Td([
|
|
135715
|
-
|
|
135719
|
+
_e()
|
|
135716
135720
|
], Xs.prototype, "selectedTab", 2);
|
|
135717
135721
|
Td([
|
|
135718
|
-
|
|
135722
|
+
_e()
|
|
135719
135723
|
], Xs.prototype, "searchValue", 2);
|
|
135720
135724
|
Td([
|
|
135721
|
-
|
|
135725
|
+
_e()
|
|
135722
135726
|
], Xs.prototype, "items", 2);
|
|
135723
135727
|
Td([
|
|
135724
|
-
|
|
135728
|
+
_e()
|
|
135725
135729
|
], Xs.prototype, "selectedChar", 2);
|
|
135726
135730
|
Td([
|
|
135727
135731
|
Ot(["open", "tiptapEditor"])
|
|
@@ -137786,7 +137790,7 @@ Th([
|
|
|
137786
137790
|
K({ type: Object })
|
|
137787
137791
|
], $l.prototype, "boundary", 2);
|
|
137788
137792
|
Th([
|
|
137789
|
-
|
|
137793
|
+
_e()
|
|
137790
137794
|
], $l.prototype, "tableStyles", 2);
|
|
137791
137795
|
Th([
|
|
137792
137796
|
Ot(["open", "tiptapEditor"])
|
|
@@ -138500,7 +138504,7 @@ let Ar = class extends zn {
|
|
|
138500
138504
|
${kl(this.linkDialogRef)}
|
|
138501
138505
|
label="Insert/Edit Link"
|
|
138502
138506
|
.boundary=${this.boundary}
|
|
138503
|
-
style=${
|
|
138507
|
+
style=${er({
|
|
138504
138508
|
"--width": "800px"
|
|
138505
138509
|
})}
|
|
138506
138510
|
@cx-request-close=${i}
|
|
@@ -139000,31 +139004,31 @@ Kr([
|
|
|
139000
139004
|
K({ attribute: "one-row", type: Boolean })
|
|
139001
139005
|
], Ar.prototype, "singleRow", 2);
|
|
139002
139006
|
Kr([
|
|
139003
|
-
|
|
139007
|
+
_e()
|
|
139004
139008
|
], Ar.prototype, "isBulletListOpen", 2);
|
|
139005
139009
|
Kr([
|
|
139006
|
-
|
|
139010
|
+
_e()
|
|
139007
139011
|
], Ar.prototype, "isOrderedListOpen", 2);
|
|
139008
139012
|
Kr([
|
|
139009
|
-
|
|
139013
|
+
_e()
|
|
139010
139014
|
], Ar.prototype, "isInvalidUrl", 2);
|
|
139011
139015
|
Kr([
|
|
139012
|
-
|
|
139016
|
+
_e()
|
|
139013
139017
|
], Ar.prototype, "previousTiptapEditor", 2);
|
|
139014
139018
|
Kr([
|
|
139015
139019
|
Ot("tiptapEditor", { waitUntilFirstUpdate: !0 })
|
|
139016
139020
|
], Ar.prototype, "handleTiptapEditorChange", 1);
|
|
139017
139021
|
Kr([
|
|
139018
|
-
|
|
139022
|
+
_e()
|
|
139019
139023
|
], Ar.prototype, "_openTableDialog", 2);
|
|
139020
139024
|
Kr([
|
|
139021
|
-
|
|
139025
|
+
_e()
|
|
139022
139026
|
], Ar.prototype, "_openAnchorDialog", 2);
|
|
139023
139027
|
Kr([
|
|
139024
|
-
|
|
139028
|
+
_e()
|
|
139025
139029
|
], Ar.prototype, "_openSpecialCharDialog", 2);
|
|
139026
139030
|
Kr([
|
|
139027
|
-
|
|
139031
|
+
_e()
|
|
139028
139032
|
], Ar.prototype, "_openImageDialog", 2);
|
|
139029
139033
|
Ar = Kr([
|
|
139030
139034
|
Pn("cx-rte-bubble-menu")
|
|
@@ -139133,7 +139137,7 @@ Xf.dependencies = {
|
|
|
139133
139137
|
"cx-typography": eo
|
|
139134
139138
|
};
|
|
139135
139139
|
tG([
|
|
139136
|
-
|
|
139140
|
+
_e()
|
|
139137
139141
|
], Xf.prototype, "highlightPos", 2);
|
|
139138
139142
|
Xf = tG([
|
|
139139
139143
|
Pn("cx-rte-table-generator")
|
|
@@ -139465,22 +139469,22 @@ Ti([
|
|
|
139465
139469
|
K({ type: Object })
|
|
139466
139470
|
], ci.prototype, "node", 2);
|
|
139467
139471
|
Ti([
|
|
139468
|
-
|
|
139472
|
+
_e()
|
|
139469
139473
|
], ci.prototype, "_tiptapEditor", 2);
|
|
139470
139474
|
Ti([
|
|
139471
|
-
|
|
139475
|
+
_e()
|
|
139472
139476
|
], ci.prototype, "_imgStyle", 2);
|
|
139473
139477
|
Ti([
|
|
139474
|
-
|
|
139478
|
+
_e()
|
|
139475
139479
|
], ci.prototype, "isLoading", 2);
|
|
139476
139480
|
Ti([
|
|
139477
|
-
|
|
139481
|
+
_e()
|
|
139478
139482
|
], ci.prototype, "isError", 2);
|
|
139479
139483
|
Ti([
|
|
139480
|
-
|
|
139484
|
+
_e()
|
|
139481
139485
|
], ci.prototype, "size", 2);
|
|
139482
139486
|
Ti([
|
|
139483
|
-
|
|
139487
|
+
_e()
|
|
139484
139488
|
], ci.prototype, "localSize", 2);
|
|
139485
139489
|
Ti([
|
|
139486
139490
|
Ot(["width", "height"])
|
|
@@ -141097,46 +141101,46 @@ Ur([
|
|
|
141097
141101
|
})
|
|
141098
141102
|
], Or.prototype, "allowDuplicateBlocks", 2);
|
|
141099
141103
|
Ur([
|
|
141100
|
-
|
|
141104
|
+
_e()
|
|
141101
141105
|
], Or.prototype, "mode", 2);
|
|
141102
141106
|
Ur([
|
|
141103
|
-
|
|
141107
|
+
_e()
|
|
141104
141108
|
], Or.prototype, "contentBuilder", 2);
|
|
141105
141109
|
Ur([
|
|
141106
|
-
|
|
141110
|
+
_e()
|
|
141107
141111
|
], Or.prototype, "ready", 2);
|
|
141108
141112
|
Ur([
|
|
141109
|
-
|
|
141113
|
+
_e()
|
|
141110
141114
|
], Or.prototype, "editingComponent", 2);
|
|
141111
141115
|
Ur([
|
|
141112
|
-
|
|
141116
|
+
_e()
|
|
141113
141117
|
], Or.prototype, "isGalleryConfigOpen", 2);
|
|
141114
141118
|
Ur([
|
|
141115
|
-
|
|
141119
|
+
_e()
|
|
141116
141120
|
], Or.prototype, "hoveredComponent", 2);
|
|
141117
141121
|
Ur([
|
|
141118
|
-
|
|
141122
|
+
_e()
|
|
141119
141123
|
], Or.prototype, "hoveredComponentPlacement", 2);
|
|
141120
141124
|
Ur([
|
|
141121
|
-
|
|
141125
|
+
_e()
|
|
141122
141126
|
], Or.prototype, "defaultRowGap", 2);
|
|
141123
141127
|
Ur([
|
|
141124
|
-
|
|
141128
|
+
_e()
|
|
141125
141129
|
], Or.prototype, "containerDropdowns", 2);
|
|
141126
141130
|
Ur([
|
|
141127
|
-
|
|
141131
|
+
_e()
|
|
141128
141132
|
], Or.prototype, "containerDropdownStateMap", 2);
|
|
141129
141133
|
Ur([
|
|
141130
|
-
|
|
141134
|
+
_e()
|
|
141131
141135
|
], Or.prototype, "distance", 2);
|
|
141132
141136
|
Ur([
|
|
141133
|
-
|
|
141137
|
+
_e()
|
|
141134
141138
|
], Or.prototype, "toolbar", 2);
|
|
141135
141139
|
Ur([
|
|
141136
|
-
|
|
141140
|
+
_e()
|
|
141137
141141
|
], Or.prototype, "toolbarActive", 2);
|
|
141138
141142
|
Ur([
|
|
141139
|
-
|
|
141143
|
+
_e()
|
|
141140
141144
|
], Or.prototype, "childSelected", 2);
|
|
141141
141145
|
Ur([
|
|
141142
141146
|
Ot("device", { waitUntilFirstUpdate: !0 })
|
|
@@ -142501,11 +142505,11 @@ function M$t() {
|
|
|
142501
142505
|
var wt = Math.min(Ye, Ue.length - lt);
|
|
142502
142506
|
return Se.getMany({ trans: H, keys: Ue.slice(lt, lt + wt), cache: "immutable" }).then(function(Ut) {
|
|
142503
142507
|
for (var Zt = [], Rt = [], Dt = Re ? [] : null, tn = [], Yt = 0; Yt < wt; ++Yt) {
|
|
142504
|
-
var pn = Ut[Yt],
|
|
142505
|
-
fe.call(
|
|
142508
|
+
var pn = Ut[Yt], tr = { value: G(pn), primKey: Ue[lt + Yt] };
|
|
142509
|
+
fe.call(tr, tr.value, tr) !== !1 && (tr.value == null ? tn.push(Ue[lt + Yt]) : Re || ue(He(pn), He(tr.value)) === 0 ? (Rt.push(tr.value), Re && Dt.push(Ue[lt + Yt])) : (tn.push(Ue[lt + Yt]), Zt.push(tr.value)));
|
|
142506
142510
|
}
|
|
142507
142511
|
return Promise.resolve(0 < Zt.length && Se.mutate({ trans: H, type: "add", values: Zt }).then(function(hr) {
|
|
142508
|
-
for (var
|
|
142512
|
+
for (var nr in hr.failures) tn.splice(parseInt(nr), 1);
|
|
142509
142513
|
Ze(Zt.length, hr);
|
|
142510
142514
|
})).then(function() {
|
|
142511
142515
|
return (0 < Rt.length || st && typeof _ == "object") && Se.mutate({ trans: H, type: "put", keys: Dt, values: Rt, criteria: st, changeSpec: typeof _ != "function" && _, isAdditionalChunk: 0 < lt }).then(function(hr) {
|
|
@@ -142600,12 +142604,12 @@ function M$t() {
|
|
|
142600
142604
|
if (E(st, Re, $e)) return !0;
|
|
142601
142605
|
for (var lt = null, wt = $e; wt < Ie; ++wt) {
|
|
142602
142606
|
var Ut = function(Zt, Rt, Dt, tn, Yt, pn) {
|
|
142603
|
-
for (var
|
|
142604
|
-
var ns = Rt[
|
|
142605
|
-
if (ns !== tn[
|
|
142606
|
-
Yt(Zt[
|
|
142607
|
+
for (var tr = Math.min(Zt.length, tn.length), hr = -1, nr = 0; nr < tr; ++nr) {
|
|
142608
|
+
var ns = Rt[nr];
|
|
142609
|
+
if (ns !== tn[nr]) return Yt(Zt[nr], Dt[nr]) < 0 ? Zt.substr(0, nr) + Dt[nr] + Dt.substr(nr + 1) : Yt(Zt[nr], tn[nr]) < 0 ? Zt.substr(0, nr) + tn[nr] + Dt.substr(nr + 1) : 0 <= hr ? Zt.substr(0, hr) + Rt[hr] + Dt.substr(hr + 1) : null;
|
|
142610
|
+
Yt(Zt[nr], ns) < 0 && (hr = nr);
|
|
142607
142611
|
}
|
|
142608
|
-
return
|
|
142612
|
+
return tr < tn.length && pn === "next" ? Zt + Dt.substr(Zt.length) : tr < Zt.length && pn === "prev" ? Zt.substr(0, Dt.length) : hr < 0 ? null : Zt.substr(0, hr) + tn[hr] + Dt.substr(hr + 1);
|
|
142609
142613
|
}(rt, st, Se[wt], Re[wt], fe, He);
|
|
142610
142614
|
Ut === null && lt === null ? $e = wt + 1 : (lt === null || 0 < fe(lt, Ut)) && (lt = Ut);
|
|
142611
142615
|
}
|
|
@@ -142918,27 +142922,27 @@ function M$t() {
|
|
|
142918
142922
|
var Yt, pn = (st || lt || { length: 1 }).length;
|
|
142919
142923
|
if (st && lt && st.length !== lt.length) throw new Error("Given keys array must have same length as given values array.");
|
|
142920
142924
|
if (pn === 0) return Ut({ numFailures: 0, failures: {}, results: [], lastResult: void 0 });
|
|
142921
|
-
function
|
|
142925
|
+
function tr(Ca) {
|
|
142922
142926
|
++ns, aa(Ca);
|
|
142923
142927
|
}
|
|
142924
|
-
var hr = [],
|
|
142928
|
+
var hr = [], nr = [], ns = 0;
|
|
142925
142929
|
if (rt === "deleteRange") {
|
|
142926
|
-
if (wt.type === 4) return Ut({ numFailures: ns, failures:
|
|
142930
|
+
if (wt.type === 4) return Ut({ numFailures: ns, failures: nr, results: [], lastResult: void 0 });
|
|
142927
142931
|
wt.type === 3 ? hr.push(Yt = Rt.clear()) : hr.push(Yt = Rt.delete(H(wt)));
|
|
142928
142932
|
} else {
|
|
142929
142933
|
var Dt = tn ? Dt ? [lt, st] : [lt, null] : [st, null], Zn = Dt[0], Eo = Dt[1];
|
|
142930
|
-
if (tn) for (var _a = 0; _a < pn; ++_a) hr.push(Yt = Eo && Eo[_a] !== void 0 ? Rt[rt](Zn[_a], Eo[_a]) : Rt[rt](Zn[_a])), Yt.onerror =
|
|
142931
|
-
else for (_a = 0; _a < pn; ++_a) hr.push(Yt = Rt[rt](Zn[_a])), Yt.onerror =
|
|
142934
|
+
if (tn) for (var _a = 0; _a < pn; ++_a) hr.push(Yt = Eo && Eo[_a] !== void 0 ? Rt[rt](Zn[_a], Eo[_a]) : Rt[rt](Zn[_a])), Yt.onerror = tr;
|
|
142935
|
+
else for (_a = 0; _a < pn; ++_a) hr.push(Yt = Rt[rt](Zn[_a])), Yt.onerror = tr;
|
|
142932
142936
|
}
|
|
142933
142937
|
function _p(Ca) {
|
|
142934
142938
|
Ca = Ca.target.result, hr.forEach(function(Zl, Nh) {
|
|
142935
|
-
return Zl.error != null && (
|
|
142936
|
-
}), Ut({ numFailures: ns, failures:
|
|
142939
|
+
return Zl.error != null && (nr[Nh] = Zl.error);
|
|
142940
|
+
}), Ut({ numFailures: ns, failures: nr, results: rt === "delete" ? st : hr.map(function(Zl) {
|
|
142937
142941
|
return Zl.result;
|
|
142938
142942
|
}), lastResult: Ca });
|
|
142939
142943
|
}
|
|
142940
142944
|
Yt.onerror = function(Ca) {
|
|
142941
|
-
|
|
142945
|
+
tr(Ca), _p(Ca);
|
|
142942
142946
|
}, Yt.onsuccess = _p;
|
|
142943
142947
|
});
|
|
142944
142948
|
}, getMany: function(Xe) {
|
|
@@ -142947,7 +142951,7 @@ function M$t() {
|
|
|
142947
142951
|
st = Un(st);
|
|
142948
142952
|
for (var wt, Ut = Ue.objectStore(Ke), Zt = rt.length, Rt = new Array(Zt), Dt = 0, tn = 0, Yt = function(hr) {
|
|
142949
142953
|
hr = hr.target, Rt[hr._pos] = hr.result, ++tn === Dt && st(Rt);
|
|
142950
|
-
}, pn = uo(lt),
|
|
142954
|
+
}, pn = uo(lt), tr = 0; tr < Zt; ++tr) rt[tr] != null && ((wt = Ut.get(rt[tr]))._pos = tr, wt.onsuccess = Yt, wt.onerror = pn, ++Dt);
|
|
142951
142955
|
Dt === 0 && st(Rt);
|
|
142952
142956
|
});
|
|
142953
142957
|
}, get: function(Xe) {
|
|
@@ -142967,8 +142971,8 @@ function M$t() {
|
|
|
142967
142971
|
$e ? ((Rt = Ut ? tn.getAll(Yt, Rt) : tn.getAllKeys(Yt, Rt)).onsuccess = function(pn) {
|
|
142968
142972
|
return Ue({ result: pn.target.result });
|
|
142969
142973
|
}, Rt.onerror = uo(rt)) : (st = 0, lt = !Ut && "openKeyCursor" in tn ? tn.openKeyCursor(Yt) : tn.openCursor(Yt), wt = [], lt.onsuccess = function(pn) {
|
|
142970
|
-
var
|
|
142971
|
-
return
|
|
142974
|
+
var tr = lt.result;
|
|
142975
|
+
return tr ? (wt.push(Ut ? tr.value : tr.primaryKey), ++st === Zt ? Ue({ result: wt }) : void tr.continue()) : Ue({ result: wt });
|
|
142972
142976
|
}, lt.onerror = uo(rt));
|
|
142973
142977
|
});
|
|
142974
142978
|
}), openCursor: function(Xe) {
|
|
@@ -142977,8 +142981,8 @@ function M$t() {
|
|
|
142977
142981
|
Ut = Un(Ut);
|
|
142978
142982
|
var tn = st.index, Rt = st.range, Dt = Ue.objectStore(Ke), Dt = tn.isPrimaryKey ? Dt : Dt.index(tn.name), tn = lt ? wt ? "prevunique" : "prev" : wt ? "nextunique" : "next", Yt = !rt && "openKeyCursor" in Dt ? Dt.openKeyCursor(H(Rt), tn) : Dt.openCursor(H(Rt), tn);
|
|
142979
142983
|
Yt.onerror = uo(Zt), Yt.onsuccess = Un(function(pn) {
|
|
142980
|
-
var
|
|
142981
|
-
Zn ? (Zn.___id = ++kr, Zn.done = !1,
|
|
142984
|
+
var tr, hr, nr, ns, Zn = Yt.result;
|
|
142985
|
+
Zn ? (Zn.___id = ++kr, Zn.done = !1, tr = Zn.continue.bind(Zn), hr = (hr = Zn.continuePrimaryKey) && hr.bind(Zn), nr = Zn.advance.bind(Zn), ns = function() {
|
|
142982
142986
|
throw new Error("Cursor not stopped");
|
|
142983
142987
|
}, Zn.trans = Ue, Zn.stop = Zn.continue = Zn.continuePrimaryKey = Zn.advance = function() {
|
|
142984
142988
|
throw new Error("Cursor not started");
|
|
@@ -143007,7 +143011,7 @@ function M$t() {
|
|
|
143007
143011
|
});
|
|
143008
143012
|
return Yt.onsuccess = Un(function(Ca) {
|
|
143009
143013
|
Yt.onsuccess = _a, _a();
|
|
143010
|
-
}), Zn.continue =
|
|
143014
|
+
}), Zn.continue = tr, Zn.continuePrimaryKey = hr, Zn.advance = nr, _a(), _p;
|
|
143011
143015
|
}, Ut(Zn)) : Ut(null);
|
|
143012
143016
|
}, Zt);
|
|
143013
143017
|
});
|
|
@@ -143665,28 +143669,28 @@ function M$t() {
|
|
|
143665
143669
|
}), $e.values] : [], Rt = tn[0], Dt = tn[1], tn = $e.trans._cache;
|
|
143666
143670
|
return s(Rt) ? (wt.addKeys(Rt), (tn = Zt === "delete" || Rt.length === Dt.length ? Mh(Rt, tn) : null) || Ut.addKeys(Rt), (tn || Dt) && (Xe = Ke, Ue = tn, rt = Dt, ie.indexes.forEach(function(Yt) {
|
|
143667
143671
|
var pn = Xe(Yt.name || "");
|
|
143668
|
-
function
|
|
143669
|
-
return
|
|
143672
|
+
function tr(nr) {
|
|
143673
|
+
return nr != null ? Yt.extractKey(nr) : null;
|
|
143670
143674
|
}
|
|
143671
|
-
function hr(
|
|
143672
|
-
return Yt.multiEntry && s(
|
|
143675
|
+
function hr(nr) {
|
|
143676
|
+
return Yt.multiEntry && s(nr) ? nr.forEach(function(ns) {
|
|
143673
143677
|
return pn.addKey(ns);
|
|
143674
|
-
}) : pn.addKey(
|
|
143678
|
+
}) : pn.addKey(nr);
|
|
143675
143679
|
}
|
|
143676
|
-
(Ue || rt).forEach(function(
|
|
143677
|
-
var Zn = Ue &&
|
|
143680
|
+
(Ue || rt).forEach(function(nr, Eo) {
|
|
143681
|
+
var Zn = Ue && tr(Ue[Eo]), Eo = rt && tr(rt[Eo]);
|
|
143678
143682
|
ue(Zn, Eo) !== 0 && (Zn != null && hr(Zn), Eo != null && hr(Eo));
|
|
143679
143683
|
});
|
|
143680
143684
|
}))) : Rt ? (Dt = { from: (Dt = Rt.lower) !== null && Dt !== void 0 ? Dt : _.MIN_KEY, to: (Dt = Rt.upper) !== null && Dt !== void 0 ? Dt : _.MAX_KEY }, Ut.add(Dt), wt.add(Dt)) : (wt.add(P), Ut.add(P), ie.indexes.forEach(function(Yt) {
|
|
143681
143685
|
return Ke(Yt.name).add(P);
|
|
143682
143686
|
})), J.mutate($e).then(function(Yt) {
|
|
143683
143687
|
return !Rt || $e.type !== "add" && $e.type !== "put" || (wt.addKeys(Yt.results), He && He.forEach(function(pn) {
|
|
143684
|
-
for (var
|
|
143688
|
+
for (var tr = $e.values.map(function(Zn) {
|
|
143685
143689
|
return pn.extractKey(Zn);
|
|
143686
143690
|
}), hr = pn.keyPath.findIndex(function(Zn) {
|
|
143687
143691
|
return Zn === fe.keyPath;
|
|
143688
|
-
}),
|
|
143689
|
-
Ke(pn.name).addKeys(
|
|
143692
|
+
}), nr = 0, ns = Yt.results.length; nr < ns; ++nr) tr[nr][hr] = Yt.results[nr];
|
|
143693
|
+
Ke(pn.name).addKeys(tr);
|
|
143690
143694
|
})), st.mutatedParts = Dd(st.mutatedParts || {}, lt), Yt;
|
|
143691
143695
|
});
|
|
143692
143696
|
} }), Ie = function(Ke) {
|
|
@@ -143709,8 +143713,8 @@ function M$t() {
|
|
|
143709
143713
|
var Ut = $e === "query" && Re && Ke.values && J.query(r(r({}, Ke), { values: !1 }));
|
|
143710
143714
|
return J[$e].apply(this, arguments).then(function(Dt) {
|
|
143711
143715
|
if ($e === "query") {
|
|
143712
|
-
if (Re && Ke.values) return Ut.then(function(
|
|
143713
|
-
return
|
|
143716
|
+
if (Re && Ke.values) return Ut.then(function(tr) {
|
|
143717
|
+
return tr = tr.result, lt.addKeys(tr), Dt;
|
|
143714
143718
|
});
|
|
143715
143719
|
var tn = Ke.values ? Dt.result.map(Se) : Dt.result;
|
|
143716
143720
|
(Ke.values ? lt : wt).addKeys(tn);
|
|
@@ -143719,8 +143723,8 @@ function M$t() {
|
|
|
143719
143723
|
return Yt && Object.create(Yt, { key: { get: function() {
|
|
143720
143724
|
return wt.addKey(Yt.primaryKey), Yt.key;
|
|
143721
143725
|
} }, primaryKey: { get: function() {
|
|
143722
|
-
var
|
|
143723
|
-
return wt.addKey(
|
|
143726
|
+
var tr = Yt.primaryKey;
|
|
143727
|
+
return wt.addKey(tr), tr;
|
|
143724
143728
|
} }, value: { get: function() {
|
|
143725
143729
|
return pn && lt.addKey(Yt.primaryKey), Yt.value;
|
|
143726
143730
|
} } });
|
|
@@ -146489,7 +146493,7 @@ let cr = class extends zn {
|
|
|
146489
146493
|
<cx-progress-bar
|
|
146490
146494
|
?show-progress=${e}
|
|
146491
146495
|
.value=${n.toFixed(0)}
|
|
146492
|
-
style=${
|
|
146496
|
+
style=${er({
|
|
146493
146497
|
"--color": s
|
|
146494
146498
|
})}
|
|
146495
146499
|
class="progress-bar"
|
|
@@ -146846,17 +146850,17 @@ let cr = class extends zn {
|
|
|
146846
146850
|
), a = () => r ? en.Completed : i ? en.Paused : o ? en.Failed : null, s = () => this.downloadingFiles.length === 0 || this.totalSize === 0 ? 0 : this.downloadingFiles.filter((h) => h.status !== en.Cancelled).reduce((h, m) => h + m.progress * (dR(m) / 100), 0) / this.totalSize * 100, c = () => {
|
|
146847
146851
|
let u = this.localize.term("downloadManager"), h = null;
|
|
146848
146852
|
return r ? (u = this.localize.term("downloadCompleted"), h = Z`<cx-icon
|
|
146849
|
-
style=${
|
|
146853
|
+
style=${er({
|
|
146850
146854
|
color: Qv[en.Completed]
|
|
146851
146855
|
})}
|
|
146852
146856
|
name="check_circle"
|
|
146853
146857
|
></cx-icon>`) : i ? (u = this.localize.term("downloadPaused"), h = Z`<cx-icon
|
|
146854
|
-
style=${
|
|
146858
|
+
style=${er({
|
|
146855
146859
|
color: Qv[en.Paused]
|
|
146856
146860
|
})}
|
|
146857
146861
|
name="pause_circle"
|
|
146858
146862
|
></cx-icon>`) : o ? (u = this.localize.term("downloadFailed"), h = Z`<cx-icon
|
|
146859
|
-
style=${
|
|
146863
|
+
style=${er({
|
|
146860
146864
|
color: Qv[en.Failed]
|
|
146861
146865
|
})}
|
|
146862
146866
|
name="info"
|
|
@@ -146864,12 +146868,12 @@ let cr = class extends zn {
|
|
|
146864
146868
|
"downloadingFileName",
|
|
146865
146869
|
sO(n.name, 16, 6, 4)
|
|
146866
146870
|
), h = Z`<cx-icon
|
|
146867
|
-
style=${
|
|
146871
|
+
style=${er({
|
|
146868
146872
|
color: Qv[en.Downloading]
|
|
146869
146873
|
})}
|
|
146870
146874
|
name="downloading"
|
|
146871
146875
|
></cx-icon>`) : n && t > 1 && (u = this.localize.term("downloadingFileNum", t), h = Z`<cx-icon
|
|
146872
|
-
style=${
|
|
146876
|
+
style=${er({
|
|
146873
146877
|
color: Qv[en.Downloading]
|
|
146874
146878
|
})}
|
|
146875
146879
|
name="downloading"
|
|
@@ -146973,88 +146977,88 @@ wr([
|
|
|
146973
146977
|
K({ attribute: "worker-url", type: String })
|
|
146974
146978
|
], cr.prototype, "workerURL", 2);
|
|
146975
146979
|
wr([
|
|
146976
|
-
|
|
146980
|
+
_e()
|
|
146977
146981
|
], cr.prototype, "_coordinates", 2);
|
|
146978
146982
|
wr([
|
|
146979
|
-
|
|
146983
|
+
_e()
|
|
146980
146984
|
], cr.prototype, "_connected", 2);
|
|
146981
146985
|
wr([
|
|
146982
|
-
|
|
146986
|
+
_e()
|
|
146983
146987
|
], cr.prototype, "isFullscreen", 2);
|
|
146984
146988
|
wr([
|
|
146985
|
-
|
|
146989
|
+
_e()
|
|
146986
146990
|
], cr.prototype, "isRocketMode", 2);
|
|
146987
146991
|
wr([
|
|
146988
|
-
|
|
146992
|
+
_e()
|
|
146989
146993
|
], cr.prototype, "isVisible", 2);
|
|
146990
146994
|
wr([
|
|
146991
|
-
|
|
146995
|
+
_e()
|
|
146992
146996
|
], cr.prototype, "chunkSize", 2);
|
|
146993
146997
|
wr([
|
|
146994
|
-
|
|
146998
|
+
_e()
|
|
146995
146999
|
], cr.prototype, "_downloadingFiles", 2);
|
|
146996
147000
|
wr([
|
|
146997
|
-
|
|
147001
|
+
_e()
|
|
146998
147002
|
], cr.prototype, "allFiles", 2);
|
|
146999
147003
|
wr([
|
|
147000
|
-
|
|
147004
|
+
_e()
|
|
147001
147005
|
], cr.prototype, "sortedFiles", 2);
|
|
147002
147006
|
wr([
|
|
147003
|
-
|
|
147007
|
+
_e()
|
|
147004
147008
|
], cr.prototype, "pageIndex", 2);
|
|
147005
147009
|
wr([
|
|
147006
|
-
|
|
147010
|
+
_e()
|
|
147007
147011
|
], cr.prototype, "pageSize", 2);
|
|
147008
147012
|
wr([
|
|
147009
|
-
|
|
147013
|
+
_e()
|
|
147010
147014
|
], cr.prototype, "filteredFiles", 2);
|
|
147011
147015
|
wr([
|
|
147012
|
-
|
|
147016
|
+
_e()
|
|
147013
147017
|
], cr.prototype, "_loading", 2);
|
|
147014
147018
|
wr([
|
|
147015
|
-
|
|
147019
|
+
_e()
|
|
147016
147020
|
], cr.prototype, "errorMessage", 2);
|
|
147017
147021
|
wr([
|
|
147018
|
-
|
|
147022
|
+
_e()
|
|
147019
147023
|
], cr.prototype, "bandWidth", 2);
|
|
147020
147024
|
wr([
|
|
147021
|
-
|
|
147025
|
+
_e()
|
|
147022
147026
|
], cr.prototype, "defaultDownloadFolderName", 2);
|
|
147023
147027
|
wr([
|
|
147024
|
-
|
|
147028
|
+
_e()
|
|
147025
147029
|
], cr.prototype, "filterOptions", 2);
|
|
147026
147030
|
wr([
|
|
147027
|
-
|
|
147031
|
+
_e()
|
|
147028
147032
|
], cr.prototype, "isPausing", 2);
|
|
147029
147033
|
wr([
|
|
147030
|
-
|
|
147034
|
+
_e()
|
|
147031
147035
|
], cr.prototype, "isResuming", 2);
|
|
147032
147036
|
wr([
|
|
147033
|
-
|
|
147037
|
+
_e()
|
|
147034
147038
|
], cr.prototype, "isClearing", 2);
|
|
147035
147039
|
wr([
|
|
147036
|
-
|
|
147040
|
+
_e()
|
|
147037
147041
|
], cr.prototype, "isCancelling", 2);
|
|
147038
147042
|
wr([
|
|
147039
|
-
|
|
147043
|
+
_e()
|
|
147040
147044
|
], cr.prototype, "isRetrying", 2);
|
|
147041
147045
|
wr([
|
|
147042
|
-
|
|
147046
|
+
_e()
|
|
147043
147047
|
], cr.prototype, "isSearchOpen", 2);
|
|
147044
147048
|
wr([
|
|
147045
|
-
|
|
147049
|
+
_e()
|
|
147046
147050
|
], cr.prototype, "totalSize", 2);
|
|
147047
147051
|
wr([
|
|
147048
147052
|
Ot("_downloadingFiles")
|
|
147049
147053
|
], cr.prototype, "updateTotalSize", 1);
|
|
147050
147054
|
wr([
|
|
147051
|
-
|
|
147055
|
+
_e()
|
|
147052
147056
|
], cr.prototype, "countByStatus", 2);
|
|
147053
147057
|
wr([
|
|
147054
147058
|
Ot("sortedFiles")
|
|
147055
147059
|
], cr.prototype, "updateCountByStatus", 1);
|
|
147056
147060
|
wr([
|
|
147057
|
-
|
|
147061
|
+
_e()
|
|
147058
147062
|
], cr.prototype, "isAllDownloadingFilesCompleted", 2);
|
|
147059
147063
|
wr([
|
|
147060
147064
|
Ot(["totalSize", "_downloadingFiles"])
|
|
@@ -147885,52 +147889,52 @@ qr([
|
|
|
147885
147889
|
K({ attribute: "allow-search", type: Boolean })
|
|
147886
147890
|
], Sr.prototype, "allowSearch", 2);
|
|
147887
147891
|
qr([
|
|
147888
|
-
|
|
147892
|
+
_e()
|
|
147889
147893
|
], Sr.prototype, "abortDrag", 2);
|
|
147890
147894
|
qr([
|
|
147891
|
-
|
|
147895
|
+
_e()
|
|
147892
147896
|
], Sr.prototype, "items", 2);
|
|
147893
147897
|
qr([
|
|
147894
|
-
|
|
147898
|
+
_e()
|
|
147895
147899
|
], Sr.prototype, "_allItems", 2);
|
|
147896
147900
|
qr([
|
|
147897
|
-
|
|
147901
|
+
_e()
|
|
147898
147902
|
], Sr.prototype, "_filteredItems", 2);
|
|
147899
147903
|
qr([
|
|
147900
|
-
|
|
147904
|
+
_e()
|
|
147901
147905
|
], Sr.prototype, "_selectedItems", 2);
|
|
147902
147906
|
qr([
|
|
147903
|
-
|
|
147907
|
+
_e()
|
|
147904
147908
|
], Sr.prototype, "_selectedItemOrder", 2);
|
|
147905
147909
|
qr([
|
|
147906
|
-
|
|
147910
|
+
_e()
|
|
147907
147911
|
], Sr.prototype, "searchValue", 2);
|
|
147908
147912
|
qr([
|
|
147909
|
-
|
|
147913
|
+
_e()
|
|
147910
147914
|
], Sr.prototype, "sortable", 2);
|
|
147911
147915
|
qr([
|
|
147912
|
-
|
|
147916
|
+
_e()
|
|
147913
147917
|
], Sr.prototype, "_totalCount", 2);
|
|
147914
147918
|
qr([
|
|
147915
|
-
|
|
147919
|
+
_e()
|
|
147916
147920
|
], Sr.prototype, "_totalDisplayedCount", 2);
|
|
147917
147921
|
qr([
|
|
147918
|
-
|
|
147922
|
+
_e()
|
|
147919
147923
|
], Sr.prototype, "_indexMap", 2);
|
|
147920
147924
|
qr([
|
|
147921
|
-
|
|
147925
|
+
_e()
|
|
147922
147926
|
], Sr.prototype, "isDragging", 2);
|
|
147923
147927
|
qr([
|
|
147924
|
-
|
|
147928
|
+
_e()
|
|
147925
147929
|
], Sr.prototype, "start", 2);
|
|
147926
147930
|
qr([
|
|
147927
|
-
|
|
147931
|
+
_e()
|
|
147928
147932
|
], Sr.prototype, "end", 2);
|
|
147929
147933
|
qr([
|
|
147930
|
-
|
|
147934
|
+
_e()
|
|
147931
147935
|
], Sr.prototype, "previous", 2);
|
|
147932
147936
|
qr([
|
|
147933
|
-
|
|
147937
|
+
_e()
|
|
147934
147938
|
], Sr.prototype, "lastSelectedItem", 2);
|
|
147935
147939
|
qr([
|
|
147936
147940
|
Ot(["items", "searchValue"], { waitUntilFirstUpdate: !0 })
|
|
@@ -148275,13 +148279,13 @@ il([
|
|
|
148275
148279
|
K({ attribute: "add-limit", type: Number })
|
|
148276
148280
|
], ps.prototype, "addLimit", 2);
|
|
148277
148281
|
il([
|
|
148278
|
-
|
|
148282
|
+
_e()
|
|
148279
148283
|
], ps.prototype, "itemMap", 2);
|
|
148280
148284
|
il([
|
|
148281
|
-
|
|
148285
|
+
_e()
|
|
148282
148286
|
], ps.prototype, "selectedItems", 2);
|
|
148283
148287
|
il([
|
|
148284
|
-
|
|
148288
|
+
_e()
|
|
148285
148289
|
], ps.prototype, "initialSecondColumnItems", 2);
|
|
148286
148290
|
il([
|
|
148287
148291
|
Ot(["firstColumnData", "secondColumnData"])
|
|
@@ -149413,13 +149417,13 @@ ol([
|
|
|
149413
149417
|
})
|
|
149414
149418
|
], Js.prototype, "triggerButtonSize", 2);
|
|
149415
149419
|
ol([
|
|
149416
|
-
|
|
149420
|
+
_e()
|
|
149417
149421
|
], Js.prototype, "_loading", 2);
|
|
149418
149422
|
ol([
|
|
149419
|
-
|
|
149423
|
+
_e()
|
|
149420
149424
|
], Js.prototype, "_menu", 2);
|
|
149421
149425
|
ol([
|
|
149422
|
-
|
|
149426
|
+
_e()
|
|
149423
149427
|
], Js.prototype, "_settings", 2);
|
|
149424
149428
|
ol([
|
|
149425
149429
|
Ot("data")
|
|
@@ -151573,7 +151577,7 @@ let lr = class extends zn {
|
|
|
151573
151577
|
<cx-icon
|
|
151574
151578
|
slot="prefix"
|
|
151575
151579
|
name="graphic_eq"
|
|
151576
|
-
style=${
|
|
151580
|
+
style=${er({
|
|
151577
151581
|
color: vo[mn.Emphasis]
|
|
151578
151582
|
})}
|
|
151579
151583
|
></cx-icon>
|
|
@@ -151605,7 +151609,7 @@ let lr = class extends zn {
|
|
|
151605
151609
|
<cx-icon
|
|
151606
151610
|
slot="prefix"
|
|
151607
151611
|
name="signal_cellular_alt"
|
|
151608
|
-
style=${
|
|
151612
|
+
style=${er({
|
|
151609
151613
|
color: vo[mn.Pitch]
|
|
151610
151614
|
})}
|
|
151611
151615
|
></cx-icon>
|
|
@@ -151640,7 +151644,7 @@ let lr = class extends zn {
|
|
|
151640
151644
|
<cx-icon
|
|
151641
151645
|
slot="prefix"
|
|
151642
151646
|
name="volume_down"
|
|
151643
|
-
style=${
|
|
151647
|
+
style=${er({
|
|
151644
151648
|
color: vo[mn.Volume]
|
|
151645
151649
|
})}
|
|
151646
151650
|
></cx-icon>
|
|
@@ -151671,7 +151675,7 @@ let lr = class extends zn {
|
|
|
151671
151675
|
icon: Z`
|
|
151672
151676
|
<cx-icon
|
|
151673
151677
|
name="info"
|
|
151674
|
-
style=${
|
|
151678
|
+
style=${er({
|
|
151675
151679
|
color: vo[mn.InterpretAs]
|
|
151676
151680
|
})}
|
|
151677
151681
|
slot="prefix"
|
|
@@ -151735,7 +151739,7 @@ let lr = class extends zn {
|
|
|
151735
151739
|
size="medium"
|
|
151736
151740
|
class="break-button"
|
|
151737
151741
|
label=${this.localize.term("insertBreak")}
|
|
151738
|
-
style=${
|
|
151742
|
+
style=${er({
|
|
151739
151743
|
color: vo[mn.PauseTime]
|
|
151740
151744
|
})}
|
|
151741
151745
|
@click=${this.handleInsertBreak}
|
|
@@ -151783,7 +151787,7 @@ let lr = class extends zn {
|
|
|
151783
151787
|
defaultValue: Wr[mn.DateFormat],
|
|
151784
151788
|
hidden: r !== Kc.Date,
|
|
151785
151789
|
icon: Z`<span
|
|
151786
|
-
style=${
|
|
151790
|
+
style=${er({
|
|
151787
151791
|
color: vo[mn.InterpretAs]
|
|
151788
151792
|
})}
|
|
151789
151793
|
>
|
|
@@ -151806,7 +151810,7 @@ let lr = class extends zn {
|
|
|
151806
151810
|
defaultValue: Wr[mn.TimeFormat],
|
|
151807
151811
|
hidden: r !== Kc.Time,
|
|
151808
151812
|
icon: Z`<span
|
|
151809
|
-
style=${
|
|
151813
|
+
style=${er({
|
|
151810
151814
|
color: vo[mn.InterpretAs]
|
|
151811
151815
|
})}
|
|
151812
151816
|
>
|
|
@@ -151829,7 +151833,7 @@ let lr = class extends zn {
|
|
|
151829
151833
|
defaultValue: Wr[mn.AreaCode],
|
|
151830
151834
|
hidden: r !== Kc.Telephone,
|
|
151831
151835
|
icon: Z`<span
|
|
151832
|
-
style=${
|
|
151836
|
+
style=${er({
|
|
151833
151837
|
color: vo[mn.InterpretAs]
|
|
151834
151838
|
})}
|
|
151835
151839
|
>
|
|
@@ -151852,7 +151856,7 @@ let lr = class extends zn {
|
|
|
151852
151856
|
defaultValue: Wr[mn.CharactersFormat],
|
|
151853
151857
|
hidden: r !== Kc.Characters,
|
|
151854
151858
|
icon: Z`<span
|
|
151855
|
-
style=${
|
|
151859
|
+
style=${er({
|
|
151856
151860
|
color: vo[mn.InterpretAs]
|
|
151857
151861
|
})}
|
|
151858
151862
|
>
|
|
@@ -151875,7 +151879,7 @@ let lr = class extends zn {
|
|
|
151875
151879
|
defaultValue: Wr[mn.CardinalFormat],
|
|
151876
151880
|
hidden: r !== Kc.Cardinal,
|
|
151877
151881
|
icon: Z`<span
|
|
151878
|
-
style=${
|
|
151882
|
+
style=${er({
|
|
151879
151883
|
color: vo[mn.InterpretAs]
|
|
151880
151884
|
})}
|
|
151881
151885
|
>
|
|
@@ -151898,7 +151902,7 @@ let lr = class extends zn {
|
|
|
151898
151902
|
defaultValue: Wr[mn.CardinalDetail],
|
|
151899
151903
|
hidden: r !== Kc.Cardinal,
|
|
151900
151904
|
icon: Z`<span
|
|
151901
|
-
style=${
|
|
151905
|
+
style=${er({
|
|
151902
151906
|
color: vo[mn.InterpretAs]
|
|
151903
151907
|
})}
|
|
151904
151908
|
>
|
|
@@ -152143,7 +152147,7 @@ let lr = class extends zn {
|
|
|
152143
152147
|
</div>
|
|
152144
152148
|
</div>
|
|
152145
152149
|
<div
|
|
152146
|
-
style=${
|
|
152150
|
+
style=${er({
|
|
152147
152151
|
height: this.height,
|
|
152148
152152
|
maxHeight: this.maxHeight,
|
|
152149
152153
|
maxWidth: this.maxWidth,
|
|
@@ -152275,52 +152279,52 @@ xr([
|
|
|
152275
152279
|
K({ attribute: "character-limit", reflect: !0, type: Number })
|
|
152276
152280
|
], lr.prototype, "characterLimit", 2);
|
|
152277
152281
|
xr([
|
|
152278
|
-
|
|
152282
|
+
_e()
|
|
152279
152283
|
], lr.prototype, "textEditor", 2);
|
|
152280
152284
|
xr([
|
|
152281
|
-
|
|
152285
|
+
_e()
|
|
152282
152286
|
], lr.prototype, "voices", 2);
|
|
152283
152287
|
xr([
|
|
152284
|
-
|
|
152288
|
+
_e()
|
|
152285
152289
|
], lr.prototype, "voice", 2);
|
|
152286
152290
|
xr([
|
|
152287
|
-
|
|
152291
|
+
_e()
|
|
152288
152292
|
], lr.prototype, "gender", 2);
|
|
152289
152293
|
xr([
|
|
152290
|
-
|
|
152294
|
+
_e()
|
|
152291
152295
|
], lr.prototype, "language", 2);
|
|
152292
152296
|
xr([
|
|
152293
|
-
|
|
152297
|
+
_e()
|
|
152294
152298
|
], lr.prototype, "speed", 2);
|
|
152295
152299
|
xr([
|
|
152296
|
-
|
|
152300
|
+
_e()
|
|
152297
152301
|
], lr.prototype, "audio", 2);
|
|
152298
152302
|
xr([
|
|
152299
|
-
|
|
152303
|
+
_e()
|
|
152300
152304
|
], lr.prototype, "isSpeaking", 2);
|
|
152301
152305
|
xr([
|
|
152302
|
-
|
|
152306
|
+
_e()
|
|
152303
152307
|
], lr.prototype, "loading", 2);
|
|
152304
152308
|
xr([
|
|
152305
|
-
|
|
152309
|
+
_e()
|
|
152306
152310
|
], lr.prototype, "previewLoading", 2);
|
|
152307
152311
|
xr([
|
|
152308
|
-
|
|
152312
|
+
_e()
|
|
152309
152313
|
], lr.prototype, "lastPosition", 2);
|
|
152310
152314
|
xr([
|
|
152311
|
-
|
|
152315
|
+
_e()
|
|
152312
152316
|
], lr.prototype, "isSelectionEmpty", 2);
|
|
152313
152317
|
xr([
|
|
152314
|
-
|
|
152318
|
+
_e()
|
|
152315
152319
|
], lr.prototype, "bubbleMenuType", 2);
|
|
152316
152320
|
xr([
|
|
152317
|
-
|
|
152321
|
+
_e()
|
|
152318
152322
|
], lr.prototype, "timeCode", 2);
|
|
152319
152323
|
xr([
|
|
152320
|
-
|
|
152324
|
+
_e()
|
|
152321
152325
|
], lr.prototype, "savedData", 2);
|
|
152322
152326
|
xr([
|
|
152323
|
-
|
|
152327
|
+
_e()
|
|
152324
152328
|
], lr.prototype, "isEventListenerAdded", 2);
|
|
152325
152329
|
xr([
|
|
152326
152330
|
Ot("data", { waitUntilFirstUpdate: !0 })
|
|
@@ -152528,7 +152532,7 @@ let jl = class extends zn {
|
|
|
152528
152532
|
label=${this.label}
|
|
152529
152533
|
strategy="overlay"
|
|
152530
152534
|
@cx-after-show=${this.handleAfterShow}
|
|
152531
|
-
style=${
|
|
152535
|
+
style=${er({
|
|
152532
152536
|
"--cx-z-index-dialog": (this.cortexPopupController.currentZIndex + 1).toString()
|
|
152533
152537
|
})}
|
|
152534
152538
|
>
|
|
@@ -152601,16 +152605,16 @@ mp([
|
|
|
152601
152605
|
})
|
|
152602
152606
|
], jl.prototype, "label", 2);
|
|
152603
152607
|
mp([
|
|
152604
|
-
|
|
152608
|
+
_e()
|
|
152605
152609
|
], jl.prototype, "data", 2);
|
|
152606
152610
|
mp([
|
|
152607
|
-
|
|
152611
|
+
_e()
|
|
152608
152612
|
], jl.prototype, "tableData", 2);
|
|
152609
152613
|
mp([
|
|
152610
|
-
|
|
152614
|
+
_e()
|
|
152611
152615
|
], jl.prototype, "isSaving", 2);
|
|
152612
152616
|
mp([
|
|
152613
|
-
|
|
152617
|
+
_e()
|
|
152614
152618
|
], jl.prototype, "originalContainer", 2);
|
|
152615
152619
|
jl = mp([
|
|
152616
152620
|
Pn("cx-video-chapters-manager")
|
|
@@ -152942,25 +152946,25 @@ Bo([
|
|
|
152942
152946
|
K({ attribute: "current-time", reflect: !0, type: Number })
|
|
152943
152947
|
], Wi.prototype, "currentTime", 2);
|
|
152944
152948
|
Bo([
|
|
152945
|
-
|
|
152949
|
+
_e()
|
|
152946
152950
|
], Wi.prototype, "hoveredTime", 2);
|
|
152947
152951
|
Bo([
|
|
152948
|
-
|
|
152952
|
+
_e()
|
|
152949
152953
|
], Wi.prototype, "isHovering", 2);
|
|
152950
152954
|
Bo([
|
|
152951
152955
|
K({ attribute: "scale-factor", reflect: !0, type: Number })
|
|
152952
152956
|
], Wi.prototype, "scaleFactor", 2);
|
|
152953
152957
|
Bo([
|
|
152954
|
-
|
|
152958
|
+
_e()
|
|
152955
152959
|
], Wi.prototype, "scale", 2);
|
|
152956
152960
|
Bo([
|
|
152957
|
-
|
|
152961
|
+
_e()
|
|
152958
152962
|
], Wi.prototype, "isScrolling", 2);
|
|
152959
152963
|
Bo([
|
|
152960
|
-
|
|
152964
|
+
_e()
|
|
152961
152965
|
], Wi.prototype, "isDragging", 2);
|
|
152962
152966
|
Bo([
|
|
152963
|
-
|
|
152967
|
+
_e()
|
|
152964
152968
|
], Wi.prototype, "scrollResumeTimeout", 2);
|
|
152965
152969
|
Bo([
|
|
152966
152970
|
Ot("duration", { waitUntilFirstUpdate: !0 })
|
|
@@ -153662,7 +153666,7 @@ let Ra = class extends zn {
|
|
|
153662
153666
|
() => Z`
|
|
153663
153667
|
<div
|
|
153664
153668
|
class="video-editor-track__frames__item__canvas"
|
|
153665
|
-
style=${
|
|
153669
|
+
style=${er({
|
|
153666
153670
|
backgroundImage: `url(${e})`,
|
|
153667
153671
|
backgroundPosition: `${o}px ${a}px`,
|
|
153668
153672
|
height: `${r}px`,
|
|
@@ -153698,7 +153702,7 @@ let Ra = class extends zn {
|
|
|
153698
153702
|
"video-editor-track": !0,
|
|
153699
153703
|
"video-editor-track--selected": this.selected
|
|
153700
153704
|
})}
|
|
153701
|
-
style=${
|
|
153705
|
+
style=${er({
|
|
153702
153706
|
width: `${this.width}px`
|
|
153703
153707
|
})}
|
|
153704
153708
|
>
|
|
@@ -153722,7 +153726,7 @@ let Ra = class extends zn {
|
|
|
153722
153726
|
</div>
|
|
153723
153727
|
<div
|
|
153724
153728
|
class="video-editor-track__frames"
|
|
153725
|
-
style=${
|
|
153729
|
+
style=${er({
|
|
153726
153730
|
"--item-min-width": `${mf}px`
|
|
153727
153731
|
})}
|
|
153728
153732
|
>
|
|
@@ -153770,16 +153774,16 @@ Pc([
|
|
|
153770
153774
|
K({ reflect: !1, type: Object })
|
|
153771
153775
|
], Ra.prototype, "canvas", 2);
|
|
153772
153776
|
Pc([
|
|
153773
|
-
|
|
153777
|
+
_e()
|
|
153774
153778
|
], Ra.prototype, "expectedFrameCount", 2);
|
|
153775
153779
|
Pc([
|
|
153776
|
-
|
|
153780
|
+
_e()
|
|
153777
153781
|
], Ra.prototype, "frameIterator", 2);
|
|
153778
153782
|
Pc([
|
|
153779
|
-
|
|
153783
|
+
_e()
|
|
153780
153784
|
], Ra.prototype, "interval", 2);
|
|
153781
153785
|
Pc([
|
|
153782
|
-
|
|
153786
|
+
_e()
|
|
153783
153787
|
], Ra.prototype, "video", 2);
|
|
153784
153788
|
Pc([
|
|
153785
153789
|
Ot(["data", "scale", "canvas", "maxDuration"], { waitUntilFirstUpdate: !0 })
|
|
@@ -154190,31 +154194,31 @@ Ki([
|
|
|
154190
154194
|
K({ attribute: "hide-boundary", type: Object })
|
|
154191
154195
|
], mi.prototype, "hideBoundary", 2);
|
|
154192
154196
|
Ki([
|
|
154193
|
-
|
|
154197
|
+
_e()
|
|
154194
154198
|
], mi.prototype, "scale", 2);
|
|
154195
154199
|
Ki([
|
|
154196
|
-
|
|
154200
|
+
_e()
|
|
154197
154201
|
], mi.prototype, "maxScaleMap", 2);
|
|
154198
154202
|
Ki([
|
|
154199
|
-
|
|
154203
|
+
_e()
|
|
154200
154204
|
], mi.prototype, "maxDurationMap", 2);
|
|
154201
154205
|
Ki([
|
|
154202
|
-
|
|
154206
|
+
_e()
|
|
154203
154207
|
], mi.prototype, "sortable", 2);
|
|
154204
154208
|
Ki([
|
|
154205
|
-
|
|
154209
|
+
_e()
|
|
154206
154210
|
], mi.prototype, "previous", 2);
|
|
154207
154211
|
Ki([
|
|
154208
|
-
|
|
154212
|
+
_e()
|
|
154209
154213
|
], mi.prototype, "isDragging", 2);
|
|
154210
154214
|
Ki([
|
|
154211
|
-
|
|
154215
|
+
_e()
|
|
154212
154216
|
], mi.prototype, "cache", 2);
|
|
154213
154217
|
Ki([
|
|
154214
|
-
|
|
154218
|
+
_e()
|
|
154215
154219
|
], mi.prototype, "canvasSrcCache", 2);
|
|
154216
154220
|
Ki([
|
|
154217
|
-
|
|
154221
|
+
_e()
|
|
154218
154222
|
], mi.prototype, "canvasDataCache", 2);
|
|
154219
154223
|
Ki([
|
|
154220
154224
|
Ot(["tracks"])
|
|
@@ -154607,16 +154611,16 @@ za([
|
|
|
154607
154611
|
K({ reflect: !0, type: Boolean })
|
|
154608
154612
|
], Po.prototype, "dirty", 2);
|
|
154609
154613
|
za([
|
|
154610
|
-
|
|
154614
|
+
_e()
|
|
154611
154615
|
], Po.prototype, "cropMode", 2);
|
|
154612
154616
|
za([
|
|
154613
|
-
|
|
154617
|
+
_e()
|
|
154614
154618
|
], Po.prototype, "cropActive", 2);
|
|
154615
154619
|
za([
|
|
154616
|
-
|
|
154620
|
+
_e()
|
|
154617
154621
|
], Po.prototype, "activeTracks", 2);
|
|
154618
154622
|
za([
|
|
154619
|
-
|
|
154623
|
+
_e()
|
|
154620
154624
|
], Po.prototype, "activeTransitions", 2);
|
|
154621
154625
|
za([
|
|
154622
154626
|
K({
|
|
@@ -154635,13 +154639,13 @@ Po = za([
|
|
|
154635
154639
|
Pn("cx-video-editor")
|
|
154636
154640
|
], Po);
|
|
154637
154641
|
export {
|
|
154638
|
-
|
|
154642
|
+
IGt as CornerPosition,
|
|
154639
154643
|
$r as Cx3dViewer,
|
|
154640
154644
|
zK as CxAlert,
|
|
154641
154645
|
xWt as CxAnimatedImage,
|
|
154642
154646
|
_Wt as CxAnimation,
|
|
154643
154647
|
Ci as CxAssetDataDisplay,
|
|
154644
|
-
|
|
154648
|
+
qGt as CxAssetLinkFormat,
|
|
154645
154649
|
k9 as CxAssetPicker,
|
|
154646
154650
|
SWt as CxAvatar,
|
|
154647
154651
|
Ub as CxBadge,
|
|
@@ -154658,14 +154662,14 @@ export {
|
|
|
154658
154662
|
Gg as CxCheckbox,
|
|
154659
154663
|
Ma as CxClusterManagement,
|
|
154660
154664
|
Q2 as CxColorPicker,
|
|
154661
|
-
|
|
154662
|
-
|
|
154665
|
+
EGt as CxColorSwatch,
|
|
154666
|
+
NGt as CxColorSwatchGroup,
|
|
154663
154667
|
Nr as CxComment,
|
|
154664
154668
|
_9 as CxConfirmPopover,
|
|
154665
154669
|
Or as CxContentBuilder,
|
|
154666
154670
|
SR as CxCopyButton,
|
|
154667
154671
|
jY as CxCornerPositionInputGroup,
|
|
154668
|
-
|
|
154672
|
+
AGt as CxCropper,
|
|
154669
154673
|
Hs as CxDashboardIframe,
|
|
154670
154674
|
tp as CxDataTabGroup,
|
|
154671
154675
|
FK as CxDetails,
|
|
@@ -154681,26 +154685,27 @@ export {
|
|
|
154681
154685
|
su as CxDropdown,
|
|
154682
154686
|
S9 as CxDynamicSelect,
|
|
154683
154687
|
LWt as CxElementClamp,
|
|
154684
|
-
|
|
154688
|
+
MGt as CxFileOnDemand,
|
|
154685
154689
|
E9 as CxFolderSelect,
|
|
154686
154690
|
BWt as CxFormatBytes,
|
|
154687
154691
|
HK as CxFormatDate,
|
|
154688
154692
|
FWt as CxFormatNumber,
|
|
154693
|
+
jWt as CxFormatTime,
|
|
154689
154694
|
ui as CxGalleryItem,
|
|
154690
154695
|
hh as CxGraphView,
|
|
154691
154696
|
Kg as CxGrid,
|
|
154692
154697
|
Yg as CxGridItem,
|
|
154693
154698
|
ER as CxHeader,
|
|
154694
|
-
|
|
154699
|
+
UWt as CxHubConnection,
|
|
154695
154700
|
No as CxIcon,
|
|
154696
154701
|
Qo as CxIconButton,
|
|
154697
154702
|
Nl as CxIconPicker,
|
|
154698
154703
|
GK as CxIframe,
|
|
154699
154704
|
u9 as CxImage,
|
|
154700
|
-
|
|
154701
|
-
|
|
154705
|
+
VWt as CxImageComparer,
|
|
154706
|
+
GWt as CxInclude,
|
|
154702
154707
|
Xa as CxInput,
|
|
154703
|
-
|
|
154708
|
+
YWt as CxInputGroup,
|
|
154704
154709
|
kd as CxLineClamp,
|
|
154705
154710
|
RY as CxListEditor,
|
|
154706
154711
|
p9 as CxMarkdown,
|
|
@@ -154718,47 +154723,47 @@ export {
|
|
|
154718
154723
|
Qc as CxPopup,
|
|
154719
154724
|
tX as CxPositionPicker,
|
|
154720
154725
|
tY as CxProgressBar,
|
|
154721
|
-
|
|
154722
|
-
|
|
154726
|
+
JWt as CxProgressRing,
|
|
154727
|
+
QWt as CxQrCode,
|
|
154723
154728
|
AR as CxRadio,
|
|
154724
154729
|
nY as CxRadioButton,
|
|
154725
154730
|
rY as CxRadioCard,
|
|
154726
154731
|
h9 as CxRadioGroup,
|
|
154727
154732
|
g9 as CxRange,
|
|
154728
|
-
|
|
154729
|
-
|
|
154733
|
+
tGt as CxRating,
|
|
154734
|
+
rGt as CxRelativeTime,
|
|
154730
154735
|
qb as CxResizeObserver,
|
|
154731
154736
|
qs as CxSearchBox,
|
|
154732
154737
|
_d as CxSelect,
|
|
154733
154738
|
iX as CxShadowInputGroup,
|
|
154734
|
-
|
|
154735
|
-
|
|
154739
|
+
RGt as CxShareOptionList,
|
|
154740
|
+
zGt as CxSidebar,
|
|
154736
154741
|
oX as CxSizeInputGroup,
|
|
154737
|
-
|
|
154742
|
+
oGt as CxSkeleton,
|
|
154738
154743
|
vi as CxSpace,
|
|
154739
154744
|
lu as CxSpinner,
|
|
154740
|
-
|
|
154741
|
-
|
|
154742
|
-
|
|
154743
|
-
|
|
154745
|
+
sGt as CxSplitPanel,
|
|
154746
|
+
lGt as CxStep,
|
|
154747
|
+
uGt as CxStepper,
|
|
154748
|
+
$Gt as CxStepperWizard,
|
|
154744
154749
|
Ll as CxStorybook,
|
|
154745
154750
|
ek as CxSwitch,
|
|
154746
154751
|
tk as CxTab,
|
|
154747
154752
|
nk as CxTabGroup,
|
|
154748
154753
|
y9 as CxTabPanel,
|
|
154749
154754
|
OR as CxTable,
|
|
154750
|
-
|
|
154755
|
+
hGt as CxTag,
|
|
154751
154756
|
Js as CxTemplateSwitcher,
|
|
154752
154757
|
lr as CxTextToSpeech,
|
|
154753
154758
|
sY as CxTextarea,
|
|
154754
154759
|
cY as CxTimecode,
|
|
154755
154760
|
eu as CxTimeline,
|
|
154756
154761
|
ya as CxTooltip,
|
|
154757
|
-
|
|
154758
|
-
|
|
154759
|
-
|
|
154762
|
+
mGt as CxTree,
|
|
154763
|
+
fGt as CxTreeItem,
|
|
154764
|
+
HGt as CxTypeface,
|
|
154760
154765
|
eo as CxTypography,
|
|
154761
|
-
|
|
154766
|
+
yGt as CxVideo,
|
|
154762
154767
|
jl as CxVideoChaptersManager,
|
|
154763
154768
|
Po as CxVideoEditor,
|
|
154764
154769
|
tu as CxViewAndSort,
|
|
@@ -154770,9 +154775,9 @@ export {
|
|
|
154770
154775
|
Ld as Orientation,
|
|
154771
154776
|
Fu as TransitionType,
|
|
154772
154777
|
Rn as componentStyles,
|
|
154773
|
-
|
|
154774
|
-
|
|
154775
|
-
|
|
154778
|
+
_Gt as getAnimation,
|
|
154779
|
+
wGt as getAnimationNames,
|
|
154780
|
+
xGt as getEasingNames,
|
|
154776
154781
|
K7 as setAnimation,
|
|
154777
|
-
|
|
154782
|
+
CGt as setDefaultAnimation
|
|
154778
154783
|
};
|