@orangelogic/design-system 2.111.0 → 2.112.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/library/chunks/asset.Ci6rP56l.js +458 -0
- package/library/chunks/{button.i88sSbTZ.js → button.BvBgxmvw.js} +3 -3
- package/library/chunks/calendar-grid.CXYoS6VA.js +108 -0
- package/library/chunks/{color-swatch-group.mIHaCJsh.js → color-swatch-group.D8KPblw2.js} +3 -3
- package/library/chunks/{color-swatch.D9vkPoV2.js → color-swatch.DQxReKYX.js} +2 -2
- package/library/chunks/{color.vLD2sNTs.js → color.LzSGBy7o.js} +2 -2
- package/library/chunks/{confirm-popover.UuBhn8GA.js → confirm-popover.dyPIFLWa.js} +3 -3
- package/library/chunks/date-picker.D0SJADN6.js +77 -0
- package/library/chunks/{dialog.Bso6gK-8.js → dialog.BoCFGpPO.js} +2 -2
- package/library/chunks/{document-viewer.C6eclRvd.js → document-viewer.B90s20gM.js} +8 -7
- package/library/chunks/{dot-pagination.CNnUuI-Z.js → dot-pagination.uz9GFrMP.js} +1 -1
- package/library/chunks/{file-on-demand.Cf2ujTeF.js → file-on-demand.DLVH0DID.js} +10 -10
- package/library/chunks/{folder-select.ByNUfTia.js → folder-select.C2ruplAB.js} +5 -5
- package/library/chunks/{form.Ch1cwYzO.js → form.B-5nQJva.js} +46 -34
- package/library/chunks/{header.hj2Kw-N7.js → header.By_Mfx47.js} +1 -1
- package/library/chunks/{i18n.D6AYDPK-.js → i18n.BcD4Ohsq.js} +46 -13
- package/library/chunks/{icon-button.ztYU-DHy.js → icon-button.DO6DHXwo.js} +2 -2
- package/library/chunks/icon.DnBh6-56.js +111 -0
- package/library/chunks/{iframe.uLxZ6LsL.js → iframe.C4jZSmOr.js} +1 -1
- package/library/chunks/{image.DKB6yEQO.js → image.Cx4hbc4L.js} +2 -2
- package/library/chunks/input.B7SaYNrr.js +2855 -0
- package/library/chunks/{list-editor.GT2kQsmR.js → list-editor.Hag-nXN-.js} +86 -86
- package/library/chunks/{option.BAYtHIvG.js → option.CA-HtVdP.js} +2 -2
- package/library/chunks/{pagination.CCJD61IB.js → pagination.jgAGwDyt.js} +5 -5
- package/library/chunks/{tab-group.BsR8tdVY.js → tab-group.DyxpVNOn.js} +3 -3
- package/library/chunks/{table.DL_CEeYh.js → table.Crb35At8.js} +2905 -2306
- package/library/chunks/{tree.KmZRWZ0F.js → tree.jg0MjIB8.js} +2 -2
- package/library/components/alert.js +2 -2
- package/library/components/animated-image.js +15 -15
- package/library/components/asset-link-format.js +7 -7
- package/library/components/atoms.js +194 -180
- package/library/components/audio.js +2 -2
- package/library/components/avatar.js +1 -1
- package/library/components/border-input-group.js +2 -2
- package/library/components/breadcrumb.js +4 -4
- package/library/components/button.js +4 -4
- package/library/components/checkbox.js +2 -2
- package/library/components/color-picker.js +5 -5
- package/library/components/color-swatch-group.js +4 -4
- package/library/components/color-swatch.js +3 -3
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +2 -2
- package/library/components/corner-position-input-group.js +3 -3
- package/library/components/date-calendar.d.ts +3 -0
- package/library/components/date-calendar.js +107 -0
- package/library/components/details.js +12 -12
- package/library/components/dialog.js +3 -3
- package/library/components/document-viewer.js +4 -4
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +4 -4
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/faceted-filter.d.ts +3 -0
- package/library/components/faceted-filter.js +295 -0
- package/library/components/file-on-demand.js +11 -11
- package/library/components/folder-select.js +5 -5
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.js +1 -1
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +3 -3
- package/library/components/icon.js +10 -109
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +2 -2
- package/library/components/image.js +3 -3
- package/library/components/input.js +19 -2852
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +7 -7
- package/library/components/masonry.js +2 -2
- package/library/components/menu-item.js +2 -2
- package/library/components/menu.js +2 -2
- package/library/components/molecules.js +4 -4
- package/library/components/option.js +3 -3
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +9 -9
- package/library/components/pagination.js +6 -6
- package/library/components/popup.js +1 -1
- 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/radio-group.js +1 -1
- package/library/components/radio.js +1 -1
- package/library/components/range.js +2 -2
- package/library/components/rating.js +6 -6
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +5 -5
- package/library/components/shadow-input-group.js +5 -5
- package/library/components/share-option-list.js +2 -2
- package/library/components/sidebar.js +2 -2
- package/library/components/size-input-group.js +3 -3
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/step.js +1 -1
- package/library/components/stepper-wizard.js +16 -16
- package/library/components/switch.js +1 -1
- package/library/components/tab-group.js +4 -4
- package/library/components/tab.js +2 -2
- package/library/components/table.js +5 -5
- package/library/components/tag.js +2 -2
- package/library/components/textarea.js +1 -1
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +3 -3
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +2 -2
- package/library/components/types.js +25164 -24599
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/date-calendar/date-calendar.d.ts +61 -0
- package/library/packages/atoms/src/components/date-calendar/date-calendar.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/details/details.d.ts +1 -0
- package/library/packages/atoms/src/components/faceted-filter/components/facet/facet.d.ts +58 -0
- package/library/packages/atoms/src/components/faceted-filter/components/facet/facet.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/faceted-filter/faceted-filter.d.ts +71 -0
- package/library/packages/atoms/src/components/faceted-filter/faceted-filter.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/icon/font-awesome-icons.d.ts +1 -0
- package/library/packages/atoms/src/components/icon/icon.d.ts +1 -0
- package/library/packages/atoms/src/components/image/image.d.ts +1 -1
- package/library/packages/atoms/src/components/table/table-data-loader.d.ts +13 -0
- package/library/packages/atoms/src/components/table/table.d.ts +13 -1
- package/library/packages/atoms/src/index.d.ts +3 -0
- package/library/packages/events/src/cx-date-select.d.ts +9 -0
- package/library/packages/events/src/cx-faceted-filter-change.d.ts +8 -0
- package/library/packages/events/src/cx-table-data-load.d.ts +17 -0
- package/library/packages/events/src/events.d.ts +3 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/ClickableCell/ClickableCell.d.ts +5 -0
- package/library/packages/molecules/src/asset-data-display/asset-data-display.d.ts +1 -1
- package/library/packages/molecules/src/asset-picker/asset-picker.d.ts +2 -0
- package/library/packages/molecules/src/icon-picker/icon-picker.d.ts +73 -13
- package/library/packages/molecules/src/index.d.ts +2 -0
- package/library/packages/molecules/src/input-date-picker/input-date-picker.d.ts +127 -0
- package/library/packages/molecules/src/input-date-picker/input-date-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/input-date-range-picker/input-date-range-picker.d.ts +90 -0
- package/library/packages/molecules/src/input-date-range-picker/input-date-range-picker.styles.d.ts +2 -0
- package/library/packages/molecules/src/timeline/timeline.d.ts +1 -1
- package/library/packages/organisms/src/content-builder/components/config-form/config-form-controller.d.ts +0 -1
- package/library/packages/services/src/api/asset/asset.d.ts +3 -3
- package/library/packages/tools/src/fetch-asset/fetch-asset.d.ts +2 -2
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +4 -4
- package/library/packages/types/src/date-picker.d.ts +45 -0
- package/library/packages/types/src/faceted-filter.d.ts +23 -0
- package/library/packages/types/src/icon-picker.d.ts +8 -0
- package/library/packages/types/src/index.d.ts +1 -1
- package/library/packages/types/src/table.d.ts +12 -0
- package/library/packages/utils/src/custom-element/form.d.ts +5 -0
- package/library/packages/utils/src/custom-element/i18n.d.ts +33 -0
- package/library/packages/utils/src/date/calendar-grid.d.ts +40 -0
- package/library/packages/utils/src/date/date-range-preset.d.ts +12 -0
- package/library/packages/utils/src/date/date.d.ts +42 -0
- package/library/packages/utils/src/date/index.d.ts +3 -0
- package/library/packages/utils/src/index.d.ts +1 -0
- package/library/react-web-component.d.ts +491 -195
- package/library/utils.js +539 -332
- package/package.json +1 -1
- package/library/chunks/asset.NgymQ3Zx.js +0 -454
package/library/utils.js
CHANGED
|
@@ -1,35 +1,228 @@
|
|
|
1
|
-
import { a as
|
|
2
|
-
import { R as
|
|
3
|
-
import { e as
|
|
4
|
-
import { d as
|
|
5
|
-
import { d as
|
|
6
|
-
import { a as
|
|
7
|
-
import { a as
|
|
8
|
-
import { t as
|
|
9
|
-
import { c as
|
|
10
|
-
import { d as
|
|
11
|
-
import { d as
|
|
12
|
-
import { f as
|
|
13
|
-
import { F as
|
|
14
|
-
import { L as
|
|
15
|
-
import { c as
|
|
16
|
-
import { g as
|
|
17
|
-
import { j as
|
|
18
|
-
import { c as
|
|
19
|
-
import { H as
|
|
20
|
-
import { g as
|
|
21
|
-
import { i as
|
|
22
|
-
import { w as
|
|
23
|
-
import { f as
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import { g as
|
|
28
|
-
import {
|
|
29
|
-
import { g as
|
|
30
|
-
import { c as
|
|
31
|
-
import {
|
|
32
|
-
|
|
1
|
+
import { a as k } from "./chunks/url.Cj9cIQXJ.js";
|
|
2
|
+
import { R as Dt, U as Tt, c as wt, b as Mt, i as xt, t as yt } from "./chunks/url.Cj9cIQXJ.js";
|
|
3
|
+
import { e as St, f as Et, g as At, c as It, i as Lt, a as Ft, d as Rt, m as vt, b as bt, r as Vt, t as kt } from "./chunks/toast.D3AW3RWv.js";
|
|
4
|
+
import { d as Yt, h as _t, a as Ht, f as Nt, g as Pt, e as Xt, b as Ut, c as Bt, i as Wt, p as Gt, s as $t } from "./chunks/debounce.CIEhztrj.js";
|
|
5
|
+
import { d as qt, C as Qt, e as Zt, H as jt, R as Jt, c as Kt, h as te, f as ee, g as re, l as se, a as ae, p as oe, b as ne } from "./chunks/color.LzSGBy7o.js";
|
|
6
|
+
import { a as le, b as ce, g as ue } from "./chunks/modal.U1QltQKe.js";
|
|
7
|
+
import { a as fe, p as he, c as ge, b as de, s as pe, w as De } from "./chunks/event.BeKOsirN.js";
|
|
8
|
+
import { t as we } from "./chunks/converters.DkDtLstb.js";
|
|
9
|
+
import { c as xe } from "./chunks/custom-element.L4WJXn1j.js";
|
|
10
|
+
import { d as Ce } from "./chunks/default-value.COZopaet.js";
|
|
11
|
+
import { d as Ee } from "./chunks/drag.DXEXVXPv.js";
|
|
12
|
+
import { f as O } from "./chunks/form.B-5nQJva.js";
|
|
13
|
+
import { F as Ie, c as Le, g as Fe, v as Re, a as ve } from "./chunks/form.B-5nQJva.js";
|
|
14
|
+
import { L as Ve, r as ke } from "./chunks/i18n.BcD4Ohsq.js";
|
|
15
|
+
import { c as Ye } from "./chunks/math.DqTA6ya4.js";
|
|
16
|
+
import { g as He, l as Ne, s as Pe, u as Xe } from "./chunks/scroll.xtO5yojm.js";
|
|
17
|
+
import { j as C } from "./chunks/dom.0RpWet6y.js";
|
|
18
|
+
import { c as Be, d as We, k as Ge, a as $e, g as ze, h as qe, b as Qe, f as Ze, i as je, e as Je, l as Ke, s as tr } from "./chunks/dom.0RpWet6y.js";
|
|
19
|
+
import { H as rr, a as sr, g as ar } from "./chunks/slot.j5oheLJC.js";
|
|
20
|
+
import { g as nr, a as ir } from "./chunks/tabbable.CcMz3mIL.js";
|
|
21
|
+
import { i as cr } from "./chunks/user-agent.D9aPuOyL.js";
|
|
22
|
+
import { w as mr } from "./chunks/watch.CThbualB.js";
|
|
23
|
+
import { C as hr, a as gr, d as dr, f as pr, e as Dr, g as Tr, c as wr, i as Mr, b as xr, n as yr, p as Cr, t as Sr } from "./chunks/calendar-grid.CXYoS6VA.js";
|
|
24
|
+
import { e as c, b as u, D as m } from "./chunks/date-picker.D0SJADN6.js";
|
|
25
|
+
import { f as Ar } from "./chunks/content-builder.OsUmm8Wu.js";
|
|
26
|
+
import { c as Lr, f as Fr, e as Rr, b as vr, g as br, d as Vr, i as kr, r as Or, a as Yr } from "./chunks/image.9qwbjGNb.js";
|
|
27
|
+
import { a as Hr, b as Nr, c as Pr, e as Xr, d as Ur, f as Br, g as Wr, r as Gr, s as $r } from "./chunks/number.B4PQLJIg.js";
|
|
28
|
+
import { s as qr } from "./chunks/parse.Cu5nBDTb.js";
|
|
29
|
+
import { g as Zr, a as jr } from "./chunks/responsive.C8NCkfCG.js";
|
|
30
|
+
import { c as Kr, b as ts, e as es, f as rs, l as ss, g as as, j as os, p as ns, v as is, r as ls, a as cs, d as us, s as ms, k as fs, o as hs, m as gs, n as ds, q as ps, t as Ds, u as Ts } from "./chunks/string.DUgD4c9f.js";
|
|
31
|
+
import { g as Ms, a as xs } from "./chunks/template.ClovJacp.js";
|
|
32
|
+
import { c as Cs, a as Ss, f as Es, g as As } from "./chunks/time.BiQnh9wt.js";
|
|
33
|
+
import { b as Ls } from "./chunks/transformation.BlQCWMfI.js";
|
|
34
|
+
function o(t) {
|
|
35
|
+
const e = t.getFullYear(), r = String(t.getMonth() + 1).padStart(2, "0"), a = String(t.getDate()).padStart(2, "0");
|
|
36
|
+
return `${e}-${r}-${a}`;
|
|
37
|
+
}
|
|
38
|
+
function S(t) {
|
|
39
|
+
const e = String(t.getHours()).padStart(2, "0"), r = String(t.getMinutes()).padStart(2, "0"), a = String(t.getSeconds()).padStart(2, "0");
|
|
40
|
+
return `${e}:${r}:${a}`;
|
|
41
|
+
}
|
|
42
|
+
function h(t, e) {
|
|
43
|
+
return new Date(t.getFullYear(), t.getMonth(), t.getDate() + e);
|
|
44
|
+
}
|
|
45
|
+
function E(t) {
|
|
46
|
+
const e = t.getDay(), r = e === 0 ? -6 : 1 - e;
|
|
47
|
+
return h(t, r);
|
|
48
|
+
}
|
|
49
|
+
function A(t) {
|
|
50
|
+
return new Date(t.getFullYear(), t.getMonth(), 1);
|
|
51
|
+
}
|
|
52
|
+
function I(t) {
|
|
53
|
+
return new Date(t.getFullYear(), t.getMonth() + 1, 0);
|
|
54
|
+
}
|
|
55
|
+
function L(t) {
|
|
56
|
+
const e = Math.floor(t.getMonth() / 3) * 3;
|
|
57
|
+
return new Date(t.getFullYear(), e, 1);
|
|
58
|
+
}
|
|
59
|
+
function F(t) {
|
|
60
|
+
const e = Math.floor(t.getMonth() / 3) * 3;
|
|
61
|
+
return new Date(t.getFullYear(), e + 3, 0);
|
|
62
|
+
}
|
|
63
|
+
function R(t) {
|
|
64
|
+
const e = t.getMonth() < 6 ? 0 : 6;
|
|
65
|
+
return new Date(t.getFullYear(), e, 1);
|
|
66
|
+
}
|
|
67
|
+
function v(t) {
|
|
68
|
+
const e = t.getMonth() < 6 ? 0 : 6;
|
|
69
|
+
return new Date(t.getFullYear(), e + 6, 0);
|
|
70
|
+
}
|
|
71
|
+
class $ {
|
|
72
|
+
/**
|
|
73
|
+
* Computes a date range from a preset value.
|
|
74
|
+
*
|
|
75
|
+
* @param preset - One of the DATE_RANGE_PRESET values.
|
|
76
|
+
* @param now - Injectable reference to the current moment; use `new Date()` in production.
|
|
77
|
+
* @returns fromDate, toDate (YYYY-MM-DD) and fromTime, toTime (HH:mm:ss).
|
|
78
|
+
*/
|
|
79
|
+
static getRange(e, r) {
|
|
80
|
+
const a = o(r);
|
|
81
|
+
switch (e) {
|
|
82
|
+
case c.last30Minutes: {
|
|
83
|
+
const s = new Date(r.getTime() - 18e5);
|
|
84
|
+
return {
|
|
85
|
+
fromDate: o(s),
|
|
86
|
+
fromTime: S(s),
|
|
87
|
+
toDate: a,
|
|
88
|
+
toTime: S(r)
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
case c.today:
|
|
92
|
+
return {
|
|
93
|
+
fromDate: a,
|
|
94
|
+
fromTime: m,
|
|
95
|
+
toDate: a,
|
|
96
|
+
toTime: u
|
|
97
|
+
};
|
|
98
|
+
case c.lastDay: {
|
|
99
|
+
const s = o(h(r, -1));
|
|
100
|
+
return {
|
|
101
|
+
fromDate: s,
|
|
102
|
+
fromTime: m,
|
|
103
|
+
toDate: s,
|
|
104
|
+
toTime: u
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
case c.last2Days:
|
|
108
|
+
return {
|
|
109
|
+
fromDate: o(h(r, -1)),
|
|
110
|
+
fromTime: m,
|
|
111
|
+
toDate: a,
|
|
112
|
+
toTime: u
|
|
113
|
+
};
|
|
114
|
+
case c.last3Days:
|
|
115
|
+
return {
|
|
116
|
+
fromDate: o(h(r, -2)),
|
|
117
|
+
fromTime: m,
|
|
118
|
+
toDate: a,
|
|
119
|
+
toTime: u
|
|
120
|
+
};
|
|
121
|
+
case c.last30Days:
|
|
122
|
+
return {
|
|
123
|
+
fromDate: o(h(r, -29)),
|
|
124
|
+
fromTime: m,
|
|
125
|
+
toDate: a,
|
|
126
|
+
toTime: u
|
|
127
|
+
};
|
|
128
|
+
case c.next30Days:
|
|
129
|
+
return {
|
|
130
|
+
fromDate: a,
|
|
131
|
+
fromTime: m,
|
|
132
|
+
toDate: o(h(r, 30)),
|
|
133
|
+
toTime: u
|
|
134
|
+
};
|
|
135
|
+
case c.thisWeek: {
|
|
136
|
+
const s = E(r);
|
|
137
|
+
return {
|
|
138
|
+
fromDate: o(s),
|
|
139
|
+
fromTime: m,
|
|
140
|
+
toDate: o(h(s, 6)),
|
|
141
|
+
toTime: u
|
|
142
|
+
};
|
|
143
|
+
}
|
|
144
|
+
case c.lastWeek: {
|
|
145
|
+
const s = h(E(r), -7);
|
|
146
|
+
return {
|
|
147
|
+
fromDate: o(s),
|
|
148
|
+
fromTime: m,
|
|
149
|
+
toDate: o(h(s, 6)),
|
|
150
|
+
toTime: u
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
case c.thisMonth:
|
|
154
|
+
return {
|
|
155
|
+
fromDate: o(A(r)),
|
|
156
|
+
fromTime: m,
|
|
157
|
+
toDate: o(I(r)),
|
|
158
|
+
toTime: u
|
|
159
|
+
};
|
|
160
|
+
case c.lastMonth: {
|
|
161
|
+
const s = new Date(r.getFullYear(), r.getMonth() - 1, 1);
|
|
162
|
+
return {
|
|
163
|
+
fromDate: o(A(s)),
|
|
164
|
+
fromTime: m,
|
|
165
|
+
toDate: o(I(s)),
|
|
166
|
+
toTime: u
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
case c.thisQuarter:
|
|
170
|
+
return {
|
|
171
|
+
fromDate: o(L(r)),
|
|
172
|
+
fromTime: m,
|
|
173
|
+
toDate: o(F(r)),
|
|
174
|
+
toTime: u
|
|
175
|
+
};
|
|
176
|
+
case c.lastQuarter: {
|
|
177
|
+
const s = new Date(
|
|
178
|
+
r.getFullYear(),
|
|
179
|
+
r.getMonth() - 3,
|
|
180
|
+
1
|
|
181
|
+
);
|
|
182
|
+
return {
|
|
183
|
+
fromDate: o(L(s)),
|
|
184
|
+
fromTime: m,
|
|
185
|
+
toDate: o(F(s)),
|
|
186
|
+
toTime: u
|
|
187
|
+
};
|
|
188
|
+
}
|
|
189
|
+
case c.thisHalfYear:
|
|
190
|
+
return {
|
|
191
|
+
fromDate: o(R(r)),
|
|
192
|
+
fromTime: m,
|
|
193
|
+
toDate: o(v(r)),
|
|
194
|
+
toTime: u
|
|
195
|
+
};
|
|
196
|
+
case c.lastHalfYear: {
|
|
197
|
+
const s = new Date(r.getFullYear(), r.getMonth() - 6, 1);
|
|
198
|
+
return {
|
|
199
|
+
fromDate: o(R(s)),
|
|
200
|
+
fromTime: m,
|
|
201
|
+
toDate: o(v(s)),
|
|
202
|
+
toTime: u
|
|
203
|
+
};
|
|
204
|
+
}
|
|
205
|
+
case c.thisYear:
|
|
206
|
+
return {
|
|
207
|
+
fromDate: `${r.getFullYear()}-01-01`,
|
|
208
|
+
fromTime: m,
|
|
209
|
+
toDate: `${r.getFullYear()}-12-31`,
|
|
210
|
+
toTime: u
|
|
211
|
+
};
|
|
212
|
+
case c.lastYear: {
|
|
213
|
+
const s = r.getFullYear() - 1;
|
|
214
|
+
return {
|
|
215
|
+
fromDate: `${s}-01-01`,
|
|
216
|
+
fromTime: m,
|
|
217
|
+
toDate: `${s}-12-31`,
|
|
218
|
+
toTime: u
|
|
219
|
+
};
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
throw new Error(`Unsupported date range preset: ${e}`);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
function z(t) {
|
|
33
226
|
if (!this.ownerDocument.defaultView?.Matrix3 || !t)
|
|
34
227
|
return;
|
|
35
228
|
const e = this.ownerDocument.defaultView?.location.origin;
|
|
@@ -41,7 +234,7 @@ function b(t) {
|
|
|
41
234
|
e
|
|
42
235
|
);
|
|
43
236
|
}
|
|
44
|
-
function
|
|
237
|
+
function q(t) {
|
|
45
238
|
if (!this.ownerDocument.defaultView?.Matrix3 || !t)
|
|
46
239
|
return;
|
|
47
240
|
const e = this.ownerDocument.defaultView?.location.origin;
|
|
@@ -53,13 +246,13 @@ function k(t) {
|
|
|
53
246
|
e
|
|
54
247
|
);
|
|
55
248
|
}
|
|
56
|
-
function
|
|
249
|
+
function Q(t, e = void 0) {
|
|
57
250
|
!this.ownerDocument.defaultView?.Matrix3 || !t || this.ownerDocument.defaultView?.open(
|
|
58
|
-
|
|
251
|
+
k(t, "https://", !0),
|
|
59
252
|
e ?? "_blank"
|
|
60
253
|
);
|
|
61
254
|
}
|
|
62
|
-
function
|
|
255
|
+
function Z(t) {
|
|
63
256
|
if (!this.ownerDocument.defaultView?.Matrix3 || !t)
|
|
64
257
|
return;
|
|
65
258
|
const e = this.ownerDocument.defaultView?.location.origin;
|
|
@@ -71,30 +264,30 @@ function O(t) {
|
|
|
71
264
|
e
|
|
72
265
|
);
|
|
73
266
|
}
|
|
74
|
-
function
|
|
267
|
+
function j(t, e) {
|
|
75
268
|
if (!this.ownerDocument.defaultView?.Matrix3 || !t || !e)
|
|
76
269
|
return;
|
|
77
|
-
const
|
|
78
|
-
|
|
270
|
+
const r = this.ownerDocument.defaultView?.location.origin;
|
|
271
|
+
r && this.ownerDocument?.defaultView?.postMessage(
|
|
79
272
|
{ detail: { assetIds: t, formats: e }, type: "cx-cms5-download-assets" },
|
|
80
|
-
|
|
273
|
+
r
|
|
81
274
|
);
|
|
82
275
|
}
|
|
83
|
-
class
|
|
276
|
+
class J {
|
|
84
277
|
constructor(e) {
|
|
85
|
-
this.currentZIndex =
|
|
278
|
+
this.currentZIndex = C(), (this.host = e).addController(this);
|
|
86
279
|
}
|
|
87
280
|
hostConnected() {
|
|
88
281
|
}
|
|
89
282
|
hostDisconnected() {
|
|
90
283
|
}
|
|
91
284
|
async activatePopup() {
|
|
92
|
-
this.currentZIndex =
|
|
285
|
+
this.currentZIndex = C();
|
|
93
286
|
}
|
|
94
287
|
}
|
|
95
|
-
class
|
|
96
|
-
constructor(e,
|
|
97
|
-
this.element = e, this.noChildDrag =
|
|
288
|
+
class K {
|
|
289
|
+
constructor(e, r = {}) {
|
|
290
|
+
this.element = e, this.noChildDrag = r.noChildDrag ?? !1, this.dragThreshold = r.dragThreshold ?? 5, this.isDragging = !1, this.hasDragged = !1, this.startX = 0, this.startY = 0, this.lastClientX = 0, this.lastClientY = 0, this.onMouseDown = this.onMouseDown.bind(this), this.onMouseMove = this.onMouseMove.bind(this), this.onMouseUp = this.onMouseUp.bind(this), this.onClick = this.onClick.bind(this), this.attach();
|
|
98
291
|
}
|
|
99
292
|
attach() {
|
|
100
293
|
this.element.addEventListener("mousedown", this.onMouseDown), window.addEventListener("mouseup", this.onMouseUp), window.addEventListener("mousemove", this.onMouseMove), this.element.addEventListener("click", this.onClick, !0);
|
|
@@ -108,8 +301,8 @@ class P {
|
|
|
108
301
|
onMouseMove(e) {
|
|
109
302
|
if (!this.isDragging)
|
|
110
303
|
return;
|
|
111
|
-
const
|
|
112
|
-
!this.hasDragged && (Math.abs(e.clientX - this.startX) > this.dragThreshold || Math.abs(e.clientY - this.startY) > this.dragThreshold) && (this.hasDragged = !0), this.element.scrollLeft -=
|
|
304
|
+
const r = e.clientX - this.lastClientX, a = e.clientY - this.lastClientY;
|
|
305
|
+
!this.hasDragged && (Math.abs(e.clientX - this.startX) > this.dragThreshold || Math.abs(e.clientY - this.startY) > this.dragThreshold) && (this.hasDragged = !0), this.element.scrollLeft -= r, this.element.scrollTop -= a, this.lastClientX = e.clientX, this.lastClientY = e.clientY;
|
|
113
306
|
}
|
|
114
307
|
onMouseUp() {
|
|
115
308
|
this.isDragging = !1;
|
|
@@ -118,71 +311,71 @@ class P {
|
|
|
118
311
|
this.hasDragged && (e.stopImmediatePropagation(), e.preventDefault());
|
|
119
312
|
}
|
|
120
313
|
}
|
|
121
|
-
const
|
|
122
|
-
function
|
|
314
|
+
const tt = (t) => t.ctrlKey || t.metaKey;
|
|
315
|
+
function b(t, e) {
|
|
123
316
|
if (!t?.document)
|
|
124
317
|
return !1;
|
|
125
|
-
const
|
|
126
|
-
return
|
|
318
|
+
const r = "mmmmmmmmmmwwwwwww", a = "32px", n = t.document.createElement("canvas").getContext("2d"), i = (f) => n ? (n.font = `${a} ${f}, monospace`, n.measureText(r).width) : 0, l = i("monospace");
|
|
319
|
+
return i(e) !== l;
|
|
127
320
|
}
|
|
128
|
-
function
|
|
321
|
+
function et(t, e) {
|
|
129
322
|
if (!t?.document.fonts)
|
|
130
323
|
return !1;
|
|
131
|
-
let
|
|
132
|
-
return t.document.fonts.forEach((
|
|
133
|
-
|
|
134
|
-
}),
|
|
135
|
-
}
|
|
136
|
-
function
|
|
137
|
-
const e = /\bitalic\b/i,
|
|
138
|
-
const
|
|
139
|
-
let
|
|
140
|
-
return
|
|
141
|
-
family:
|
|
142
|
-
styleRank:
|
|
143
|
-
weight: Number(
|
|
324
|
+
let r = !1;
|
|
325
|
+
return t.document.fonts.forEach((a) => {
|
|
326
|
+
a.family.replace(/['"]/g, "").toLowerCase() === e.toLowerCase() && (r = !0);
|
|
327
|
+
}), r ? !0 : b(t, e);
|
|
328
|
+
}
|
|
329
|
+
function Y(t) {
|
|
330
|
+
const e = /\bitalic\b/i, r = /\b(semi[-\s]?condensed|condensed)\b/i, a = (s) => {
|
|
331
|
+
const n = s.fontFamily.toLowerCase(), i = s.fontStyle.toLowerCase(), l = e.test(i), p = r.test(n);
|
|
332
|
+
let f = 0;
|
|
333
|
+
return l && (f = 1), p && (f = l ? 3 : 2), {
|
|
334
|
+
family: s.fontFamily,
|
|
335
|
+
styleRank: f,
|
|
336
|
+
weight: Number(s.fontWeight)
|
|
144
337
|
};
|
|
145
338
|
};
|
|
146
|
-
return [...t].sort((
|
|
147
|
-
const
|
|
148
|
-
return
|
|
339
|
+
return [...t].sort((s, n) => {
|
|
340
|
+
const i = a(s), l = a(n);
|
|
341
|
+
return i.weight !== l.weight ? i.weight - l.weight : i.styleRank !== l.styleRank ? i.styleRank - l.styleRank : i.family.localeCompare(l.family);
|
|
149
342
|
});
|
|
150
343
|
}
|
|
151
|
-
function
|
|
152
|
-
const
|
|
153
|
-
if (
|
|
154
|
-
for (const
|
|
155
|
-
for (const
|
|
156
|
-
|
|
344
|
+
function rt(t, e, r = [300, 400, 500, 700, 900], a = ["normal", "italic"]) {
|
|
345
|
+
const s = [];
|
|
346
|
+
if (b(t, e))
|
|
347
|
+
for (const n of r)
|
|
348
|
+
for (const i of a)
|
|
349
|
+
s.push({
|
|
157
350
|
fontFamily: e,
|
|
158
|
-
fontStyle:
|
|
159
|
-
fontWeight:
|
|
351
|
+
fontStyle: i,
|
|
352
|
+
fontWeight: n.toString(),
|
|
160
353
|
src: ""
|
|
161
354
|
});
|
|
162
|
-
return
|
|
163
|
-
}
|
|
164
|
-
function
|
|
165
|
-
const e = new FormData(t),
|
|
166
|
-
return e.forEach((
|
|
167
|
-
if (Reflect.has(
|
|
168
|
-
const
|
|
169
|
-
Array.isArray(
|
|
355
|
+
return Y(s);
|
|
356
|
+
}
|
|
357
|
+
function st(t) {
|
|
358
|
+
const e = new FormData(t), r = {};
|
|
359
|
+
return e.forEach((a, s) => {
|
|
360
|
+
if (Reflect.has(r, s)) {
|
|
361
|
+
const n = r[s];
|
|
362
|
+
Array.isArray(n) ? n.push(a) : r[s] = [r[s], a];
|
|
170
363
|
} else
|
|
171
|
-
s
|
|
172
|
-
}),
|
|
364
|
+
r[s] = a;
|
|
365
|
+
}), r;
|
|
173
366
|
}
|
|
174
|
-
function
|
|
175
|
-
const
|
|
176
|
-
return [...
|
|
177
|
-
(
|
|
367
|
+
function _(t) {
|
|
368
|
+
const r = [...t.getRootNode().querySelectorAll("*")], a = [...t.elements], s = O.get(t), n = s ? Array.from(s) : [];
|
|
369
|
+
return [...a, ...n].sort(
|
|
370
|
+
(i, l) => r.indexOf(i) < r.indexOf(l) ? -1 : r.indexOf(i) > r.indexOf(l) ? 1 : 0
|
|
178
371
|
);
|
|
179
372
|
}
|
|
180
|
-
function
|
|
181
|
-
return
|
|
182
|
-
(
|
|
373
|
+
function at(t) {
|
|
374
|
+
return _(t).some(
|
|
375
|
+
(r) => r.hasAttribute("data-user-valid") || r.hasAttribute("data-user-invalid")
|
|
183
376
|
);
|
|
184
377
|
}
|
|
185
|
-
class
|
|
378
|
+
class ot {
|
|
186
379
|
constructor(e = null) {
|
|
187
380
|
this.history = e !== null ? [e] : [], this.redoStack = [];
|
|
188
381
|
}
|
|
@@ -219,20 +412,20 @@ class Y {
|
|
|
219
412
|
return [...this.history];
|
|
220
413
|
}
|
|
221
414
|
}
|
|
222
|
-
var
|
|
223
|
-
function
|
|
224
|
-
const
|
|
225
|
-
return Object.keys(t).forEach((
|
|
226
|
-
|
|
227
|
-
}),
|
|
415
|
+
var H = /* @__PURE__ */ ((t) => (t.ArrowDown = "ArrowDown", t.ArrowLeft = "ArrowLeft", t.ArrowRight = "ArrowRight", t.ArrowUp = "ArrowUp", t.Enter = "Enter", t.Escape = "Escape", t.Tab = "Tab", t))(H || {});
|
|
416
|
+
function nt(t, e) {
|
|
417
|
+
const r = {}, a = new Set(e);
|
|
418
|
+
return Object.keys(t).forEach((s) => {
|
|
419
|
+
a.has(s) || (r[s] = t[s]);
|
|
420
|
+
}), r;
|
|
228
421
|
}
|
|
229
|
-
function
|
|
230
|
-
const
|
|
231
|
-
return e.forEach((
|
|
232
|
-
|
|
233
|
-
}),
|
|
422
|
+
function it(t, e) {
|
|
423
|
+
const r = {};
|
|
424
|
+
return e.forEach((a) => {
|
|
425
|
+
a in t && (r[a] = t[a]);
|
|
426
|
+
}), r;
|
|
234
427
|
}
|
|
235
|
-
function
|
|
428
|
+
function lt(t) {
|
|
236
429
|
if (!t)
|
|
237
430
|
return {};
|
|
238
431
|
let e;
|
|
@@ -243,275 +436,289 @@ function q(t) {
|
|
|
243
436
|
}
|
|
244
437
|
return typeof e != "object" ? {} : e;
|
|
245
438
|
}
|
|
246
|
-
function
|
|
439
|
+
function ct(t, e = !0) {
|
|
247
440
|
if (!t)
|
|
248
441
|
return [];
|
|
249
|
-
let
|
|
442
|
+
let r;
|
|
250
443
|
try {
|
|
251
|
-
|
|
444
|
+
r = JSON.parse(t);
|
|
252
445
|
} catch {
|
|
253
446
|
return [];
|
|
254
447
|
}
|
|
255
|
-
return Array.isArray(
|
|
448
|
+
return Array.isArray(r) ? e ? r.filter((a) => typeof a == "string") : r : [];
|
|
256
449
|
}
|
|
257
|
-
function
|
|
450
|
+
function ut(t, e) {
|
|
258
451
|
return typeof Storage < "u" && localStorage.getItem(t) !== null ? localStorage.getItem(t) : e;
|
|
259
452
|
}
|
|
260
|
-
function
|
|
453
|
+
function mt(t, e) {
|
|
261
454
|
typeof Storage < "u" && localStorage.setItem(t, e.toString());
|
|
262
455
|
}
|
|
263
|
-
const
|
|
264
|
-
function
|
|
265
|
-
let
|
|
266
|
-
for (;
|
|
267
|
-
const
|
|
268
|
-
t[
|
|
456
|
+
const N = 10;
|
|
457
|
+
function ft(t, e) {
|
|
458
|
+
let r = 0, a = t.length;
|
|
459
|
+
for (; r < a; ) {
|
|
460
|
+
const s = Math.floor((r + a) / 2);
|
|
461
|
+
t[s].time < e.time ? r = s + 1 : a = s;
|
|
269
462
|
}
|
|
270
|
-
t.splice(
|
|
463
|
+
t.splice(r, 0, e);
|
|
271
464
|
}
|
|
272
|
-
function
|
|
465
|
+
function P(t, e, r) {
|
|
273
466
|
return t.find(
|
|
274
|
-
(
|
|
467
|
+
(a) => a.col === e && a.row === r
|
|
275
468
|
) ?? null;
|
|
276
469
|
}
|
|
277
|
-
function
|
|
278
|
-
return new Promise((
|
|
470
|
+
function X(t, e, r) {
|
|
471
|
+
return new Promise((a) => {
|
|
279
472
|
if (e > 0 && Math.abs(t.currentTime - e) < 1e-3) {
|
|
280
|
-
|
|
473
|
+
a();
|
|
281
474
|
return;
|
|
282
475
|
}
|
|
283
476
|
if (e === 0) {
|
|
284
|
-
const
|
|
285
|
-
t.removeEventListener("seeked",
|
|
286
|
-
const
|
|
287
|
-
t.removeEventListener("seeked",
|
|
477
|
+
const s = () => {
|
|
478
|
+
t.removeEventListener("seeked", s);
|
|
479
|
+
const n = () => {
|
|
480
|
+
t.removeEventListener("seeked", n), a();
|
|
288
481
|
};
|
|
289
|
-
t.addEventListener("seeked",
|
|
482
|
+
t.addEventListener("seeked", n), t.currentTime = 0;
|
|
290
483
|
};
|
|
291
|
-
t.addEventListener("seeked",
|
|
484
|
+
t.addEventListener("seeked", s), t.currentTime = r;
|
|
292
485
|
} else {
|
|
293
|
-
const
|
|
294
|
-
t.removeEventListener("seeked",
|
|
486
|
+
const s = () => {
|
|
487
|
+
t.removeEventListener("seeked", s), a();
|
|
295
488
|
};
|
|
296
|
-
t.addEventListener("seeked",
|
|
489
|
+
t.addEventListener("seeked", s), t.currentTime = e;
|
|
297
490
|
}
|
|
298
491
|
});
|
|
299
492
|
}
|
|
300
|
-
async function*
|
|
493
|
+
async function* ht({
|
|
301
494
|
cache: t,
|
|
302
495
|
canvas: e,
|
|
303
|
-
duration:
|
|
304
|
-
maxInterval:
|
|
305
|
-
src:
|
|
306
|
-
video:
|
|
496
|
+
duration: r,
|
|
497
|
+
maxInterval: a,
|
|
498
|
+
src: s,
|
|
499
|
+
video: n
|
|
307
500
|
}) {
|
|
308
501
|
if (!e)
|
|
309
502
|
throw new Error("Canvas is required");
|
|
310
|
-
if (!
|
|
503
|
+
if (!n)
|
|
311
504
|
throw new Error("Video is required");
|
|
312
|
-
const { columns:
|
|
505
|
+
const { columns: i, frameHeight: l, frameWidth: p, rows: f, spriteCtx: V } = e;
|
|
313
506
|
try {
|
|
314
|
-
for (let
|
|
315
|
-
for (let
|
|
316
|
-
const
|
|
317
|
-
if (
|
|
507
|
+
for (let g = 0; g < f; g++)
|
|
508
|
+
for (let d = 0; d < i; d++) {
|
|
509
|
+
const T = g * i + d, D = T * a;
|
|
510
|
+
if (D >= r)
|
|
318
511
|
continue;
|
|
319
|
-
const
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
512
|
+
const w = d * p, M = g * l, x = P(t[s] ?? [], d, g), y = d === i - 1 && g === f - 1 || D + a >= r;
|
|
513
|
+
x ? yield { ...x, isLastFrame: y } : (await X(n, D, a), V.drawImage(
|
|
514
|
+
n,
|
|
515
|
+
w,
|
|
516
|
+
M,
|
|
517
|
+
p,
|
|
518
|
+
l
|
|
326
519
|
), yield {
|
|
327
|
-
col:
|
|
328
|
-
columns:
|
|
329
|
-
frameHeight:
|
|
330
|
-
frameWidth:
|
|
331
|
-
index:
|
|
332
|
-
isLastFrame:
|
|
333
|
-
row:
|
|
334
|
-
rows:
|
|
335
|
-
time: Number(
|
|
336
|
-
x:
|
|
337
|
-
y:
|
|
520
|
+
col: d,
|
|
521
|
+
columns: i,
|
|
522
|
+
frameHeight: l,
|
|
523
|
+
frameWidth: p,
|
|
524
|
+
index: T,
|
|
525
|
+
isLastFrame: y,
|
|
526
|
+
row: g,
|
|
527
|
+
rows: f,
|
|
528
|
+
time: Number(D.toFixed(N)),
|
|
529
|
+
x: w,
|
|
530
|
+
y: M
|
|
338
531
|
}), await new Promise(requestAnimationFrame);
|
|
339
532
|
}
|
|
340
533
|
} catch {
|
|
341
534
|
}
|
|
342
535
|
}
|
|
343
|
-
function
|
|
536
|
+
function gt({
|
|
344
537
|
duration: t,
|
|
345
538
|
frameWidth: e,
|
|
346
|
-
playbackSpeed:
|
|
347
|
-
scale:
|
|
539
|
+
playbackSpeed: r,
|
|
540
|
+
scale: a
|
|
348
541
|
}) {
|
|
349
|
-
let
|
|
350
|
-
return
|
|
542
|
+
let s = e * r / a;
|
|
543
|
+
return s > t && (s = t / 2), s;
|
|
351
544
|
}
|
|
352
545
|
export {
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
546
|
+
qt as CMYK_VALIDATION_REGEX,
|
|
547
|
+
hr as CalendarGrid,
|
|
548
|
+
Qt as ColorType,
|
|
549
|
+
J as CortexPopupController,
|
|
550
|
+
$ as DateRangePresets,
|
|
551
|
+
K as DragScroll,
|
|
552
|
+
Ie as FormControlController,
|
|
553
|
+
Zt as HEX_ALPHA_VALIDATION_REGEX,
|
|
554
|
+
jt as HEX_VALIDATION_REGEX,
|
|
555
|
+
rr as HasSlotController,
|
|
556
|
+
ot as HistoryManager,
|
|
557
|
+
H as KeyboardKey,
|
|
558
|
+
Ve as LocalizeController,
|
|
559
|
+
N as PRECISION,
|
|
560
|
+
Dt as RELATIVE_URL_REGEX,
|
|
561
|
+
Jt as RGB_VALIDATION_REGEX,
|
|
562
|
+
Tt as URL_DOMAIN_VALIDATION_REGEX,
|
|
563
|
+
wt as URL_PROTOCOL_VALIDATION_REGEX,
|
|
564
|
+
Mt as URL_VALIDATION_REGEX,
|
|
565
|
+
le as activeElements,
|
|
566
|
+
gr as addMonths,
|
|
567
|
+
St as adjustRelativeValues,
|
|
568
|
+
fe as animateTo,
|
|
569
|
+
k as appendProtocol,
|
|
570
|
+
Ls as buildTransformationString,
|
|
571
|
+
Lr as calculateAspectRatioFit,
|
|
572
|
+
Ye as clamp,
|
|
573
|
+
Fr as cleanImageFileName,
|
|
574
|
+
Cs as clearZeroDurationParts,
|
|
575
|
+
Kt as convertColor,
|
|
576
|
+
Hr as convertDataUnits,
|
|
577
|
+
Nr as convertDurationToMilliseconds,
|
|
578
|
+
Pr as convertPixelsToAspectRatio,
|
|
579
|
+
Rr as convertSrcToBlob,
|
|
580
|
+
vr as cropImage,
|
|
581
|
+
Be as cssValueToPx,
|
|
582
|
+
xe as customElement,
|
|
583
|
+
Le as customErrorValidityState,
|
|
584
|
+
Yt as debounce,
|
|
585
|
+
Ce as defaultValue,
|
|
586
|
+
dr as displayToIso,
|
|
587
|
+
j as downloadAsset,
|
|
588
|
+
Ee as drag,
|
|
589
|
+
Kr as emptyToSpace,
|
|
590
|
+
te as extractColor,
|
|
591
|
+
ts as extractExtension,
|
|
592
|
+
ht as extractFrames,
|
|
593
|
+
es as extractRootData,
|
|
594
|
+
Xr as extractValueAndUnit,
|
|
595
|
+
Ar as fetchCortexApi,
|
|
596
|
+
_t as findAncestorWithBuggyStyle,
|
|
597
|
+
Ht as findContainingBlock,
|
|
598
|
+
Nt as findCuttingAncestor,
|
|
599
|
+
P as findFrameByColAndRow,
|
|
600
|
+
Et as findIndexByProp,
|
|
601
|
+
O as formCollections,
|
|
602
|
+
Ur as formatAspectRatioString,
|
|
603
|
+
Ss as formatDurationPartsManually,
|
|
604
|
+
pr as formatMonthYearLabel,
|
|
605
|
+
Br as formatNumberWithGrouping,
|
|
606
|
+
rs as formatSecondsToTime,
|
|
607
|
+
ss as formatTimeToSeconds,
|
|
608
|
+
Es as formatWithIntlDurationFormat,
|
|
609
|
+
Wr as gcd,
|
|
610
|
+
We as getActiveElement,
|
|
611
|
+
ce as getActiveModals,
|
|
612
|
+
Fe as getAssociatedForm,
|
|
613
|
+
Zr as getBreakpointsFromCSS,
|
|
614
|
+
rt as getBrowserFontVariants,
|
|
615
|
+
ee as getColorType,
|
|
616
|
+
br as getContainedImageSize,
|
|
617
|
+
Ge as getCortexPopupLayer,
|
|
618
|
+
C as getCurrentZIndex,
|
|
619
|
+
ue as getDeepestActiveElement,
|
|
620
|
+
jr as getDeviceType,
|
|
621
|
+
As as getDurationPartsByUnitsFormat,
|
|
622
|
+
$e as getElementFromHTMLString,
|
|
623
|
+
ze as getElementFromTemplate,
|
|
624
|
+
Dr as getFirstDayOfWeek,
|
|
625
|
+
_ as getFormControls,
|
|
626
|
+
Ms as getHighlightedTitle,
|
|
627
|
+
xs as getHighlightedTitleHtml,
|
|
628
|
+
sr as getInnerHTML,
|
|
629
|
+
gt as getInterval,
|
|
630
|
+
re as getLightDarkCssString,
|
|
631
|
+
Vr as getNaturalWidthHeight,
|
|
632
|
+
qe as getNeededPaddingForBoxShadow,
|
|
633
|
+
Pt as getNextAncestor,
|
|
634
|
+
He as getOffset,
|
|
635
|
+
Qe as getRelativeClickPercentage,
|
|
636
|
+
as as getRootIDString,
|
|
637
|
+
nr as getTabbableBoundary,
|
|
638
|
+
ir as getTabbableElements,
|
|
639
|
+
ar as getTextContent,
|
|
640
|
+
Tr as getTodayIsoDate,
|
|
641
|
+
At as groupBy,
|
|
642
|
+
It as insertAtIndex,
|
|
643
|
+
ft as insertFrameToCache,
|
|
644
|
+
Lt as insertMultipleAtIndex,
|
|
645
|
+
Xt as isChrome,
|
|
646
|
+
cr as isCortexAdobePlugin,
|
|
647
|
+
Ze as isDomElement,
|
|
648
|
+
je as isElementInHorizontalView,
|
|
649
|
+
Ut as isFirefox,
|
|
650
|
+
et as isFontFamilyAvailable,
|
|
651
|
+
at as isFormInteracted,
|
|
652
|
+
os as isGalleryItemCardType,
|
|
653
|
+
Bt as isIOS,
|
|
654
|
+
Je as isInElement,
|
|
655
|
+
tt as isModKey,
|
|
656
|
+
Wt as isSafari,
|
|
657
|
+
kr as isSaveSrcValid,
|
|
658
|
+
wr as isValidIsoDate,
|
|
659
|
+
xt as isValidUrl,
|
|
660
|
+
Mr as isoToDate,
|
|
661
|
+
xr as isoToDisplay,
|
|
662
|
+
Ke as loadScript,
|
|
663
|
+
Ne as lockBodyScrolling,
|
|
664
|
+
se as luminanceTextColor,
|
|
665
|
+
Ft as moveMultipleToIndex,
|
|
666
|
+
Rt as moveToIndex,
|
|
667
|
+
vt as multiSelectTo,
|
|
668
|
+
yr as normalizeToIsoDate,
|
|
669
|
+
nt as omit,
|
|
670
|
+
z as openAssetOverview,
|
|
671
|
+
q as openFolderOverview,
|
|
672
|
+
Q as openLink,
|
|
673
|
+
ns as padPath,
|
|
674
|
+
is as parseBooleanString,
|
|
675
|
+
ae as parseBorder,
|
|
676
|
+
he as parseDuration,
|
|
677
|
+
Cr as parseIsoDate,
|
|
678
|
+
lt as parseJsonString,
|
|
679
|
+
oe as parseLightDark,
|
|
680
|
+
ct as parseListString,
|
|
681
|
+
ne as parseShadow,
|
|
682
|
+
it as pick,
|
|
683
|
+
Gt as popoverSupported,
|
|
684
|
+
ge as prefersReducedMotion,
|
|
685
|
+
ut as readLocalStorageValue,
|
|
686
|
+
ls as reducePathToDirectChild,
|
|
687
|
+
ke as registerTranslation,
|
|
688
|
+
bt as removeAtIndex,
|
|
689
|
+
Vt as removeMultipleAtIndex,
|
|
690
|
+
Or as resizeImage,
|
|
691
|
+
Gr as rotateBox,
|
|
692
|
+
Yr as rotateImage,
|
|
693
|
+
cs as safeExtension,
|
|
694
|
+
us as safeString,
|
|
695
|
+
ms as sanitizeHTML,
|
|
696
|
+
$r as sanitizeRotation,
|
|
697
|
+
Pe as scrollIntoView,
|
|
698
|
+
st as serialize,
|
|
699
|
+
Z as shareAsset,
|
|
700
|
+
de as shimKeyframesHeightAuto,
|
|
701
|
+
tr as sortByTopPosition,
|
|
702
|
+
Y as sortTypefaceVariants,
|
|
703
|
+
qr as splitBoxValues,
|
|
704
|
+
fs as splitCamelCaseFormatted,
|
|
705
|
+
pe as stopAnimations,
|
|
706
|
+
$t as supportHLS,
|
|
707
|
+
b as testFontAvailability,
|
|
708
|
+
we as timecodeConverter,
|
|
709
|
+
hs as toCamelCase,
|
|
710
|
+
Sr as toIsoDate,
|
|
711
|
+
gs as toKebabCase,
|
|
712
|
+
ds as toPascalCase,
|
|
713
|
+
yt as toRelativeUrl,
|
|
714
|
+
ps as toTitleCase,
|
|
715
|
+
kt as toast,
|
|
716
|
+
Ds as truncateTextMiddle,
|
|
717
|
+
Xe as unlockBodyScrolling,
|
|
718
|
+
Ts as upperFirst,
|
|
719
|
+
Re as validValidityState,
|
|
720
|
+
ve as valueMissingValidityState,
|
|
721
|
+
De as waitForEvent,
|
|
722
|
+
mr as watch,
|
|
723
|
+
mt as writeLocalStorageValue
|
|
517
724
|
};
|