@orangelogic/design-system 2.117.0 → 2.119.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/assets/diff.worker-ClilI1xm.js +1 -0
- package/library/chunks/{animation.8MjXJybe.js → animation.hpY88RxG.js} +106 -100
- package/library/chunks/{asset.CIWxY-Aw.js → asset.D_MQwP1C.js} +4 -4
- package/library/chunks/browser.BHOCIF_A.js +84 -0
- package/library/chunks/{button.DwJEeW2t.js → button.bufNNyTc.js} +1 -1
- package/library/chunks/{color-swatch-group.BvLicLI4.js → color-swatch-group.CeazdbIe.js} +6 -6
- package/library/chunks/{color-swatch.DVzEaNeL.js → color-swatch.LEvHo5G_.js} +2 -2
- package/library/chunks/{confirm-popover.BifwpSuf.js → confirm-popover.BLQFU6Hs.js} +3 -3
- package/library/chunks/{content-builder.OsUmm8Wu.js → content-builder.BGzxZUgi.js} +1 -1
- package/library/chunks/debounce.DaHuiSGU.js +15 -0
- package/library/chunks/{dialog.BYCWepBc.js → dialog.DdsJ_WqU.js} +2 -2
- package/library/chunks/{document-viewer.CKCX8ueu.js → document-viewer.B5VtBEEP.js} +7 -7
- package/library/chunks/{dot-pagination.C4l5vKor.js → dot-pagination.Bny2T6DA.js} +1 -1
- package/library/chunks/{endpoints.D4h8hp1m.js → endpoints.6E17hFiK.js} +385 -385
- package/library/chunks/{file-on-demand.AwMj4AfO.js → file-on-demand.DDuWnvmy.js} +10 -10
- package/library/chunks/{folder-select.CrWjwQcw.js → folder-select.D1jO1hB_.js} +295 -203
- package/library/chunks/{header.Cf9ujCpg.js → header.CfiA4TRu.js} +1 -1
- package/library/chunks/{i18n.CH-wak_P.js → i18n.DDj5y9px.js} +106 -11
- package/library/chunks/{icon-button.CQiBjznj.js → icon-button.DOrACmes.js} +1 -1
- package/library/chunks/{iframe.BQPVygBJ.js → iframe.qaVD1n1m.js} +1 -1
- package/library/chunks/{image.cT-FziNS.js → image.BugewF1g.js} +129 -146
- package/library/chunks/{input.CH4lKxPM.js → input.BYj6YXcM.js} +1 -1
- package/library/chunks/keyed.C0rkKrxH.js +22 -0
- package/library/chunks/{list-editor.BfpDIsU5.js → list-editor.D5szxqSM.js} +11 -11
- package/library/chunks/math.DuKzLacZ.js +26 -0
- package/library/chunks/{option.Bvh35v8S.js → option.CnxdM30G.js} +1 -1
- package/library/chunks/{pagination.zQ2FFtxB.js → pagination.Dxig0LoI.js} +6 -6
- package/library/chunks/{responsive.C8NCkfCG.js → responsive.Cf65FCWd.js} +1 -1
- package/library/chunks/{tab-group.DvMX02hY.js → tab-group.CGg9lPLP.js} +3 -3
- package/library/chunks/{table.GCs54Y2t.js → table.BkdcDorc.js} +1471 -1400
- package/library/chunks/{tree.Btf2Q4YZ.js → tree.yYbWIRnc.js} +3 -3
- package/library/components/alert.js +2 -2
- package/library/components/animation.js +1 -1
- package/library/components/asset-link-format.js +8 -8
- package/library/components/atoms.js +144 -142
- package/library/components/audio.js +2 -2
- package/library/components/border-input-group.js +2 -2
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +2 -2
- package/library/components/color-picker.js +5 -5
- package/library/components/color-swatch-group.js +7 -7
- 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/date-calendar.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/diff.d.ts +3 -0
- package/library/components/diff.js +104 -0
- package/library/components/document-viewer.js +3 -3
- 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 +282 -211
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- 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 +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +2 -2
- package/library/components/image.js +5 -4
- package/library/components/input.js +2 -2
- package/library/components/line-clamp.js +6 -5
- package/library/components/list-editor.js +8 -8
- package/library/components/masonry.js +2 -2
- package/library/components/menu-item.js +1 -1
- package/library/components/menu.js +1 -1
- package/library/components/molecules.js +4 -4
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/padding-input-group.js +1 -1
- package/library/components/pagination.js +7 -7
- package/library/components/popup.js +76 -75
- 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 +3 -3
- package/library/components/rating.js +2 -2
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +33 -32
- package/library/components/shadow-input-group.js +1 -1
- package/library/components/share-option-list.js +2 -2
- package/library/components/sidebar.js +1 -1
- package/library/components/size-input-group.js +3 -3
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +2 -2
- package/library/components/tab-group.js +4 -4
- package/library/components/tab.js +2 -2
- package/library/components/table.js +62 -60
- package/library/components/tag.js +2 -2
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +3 -3
- package/library/components/typeface.js +2 -2
- package/library/components/types.js +35403 -32971
- package/library/components/video.js +3 -3
- package/library/package.json +1 -1
- package/library/packages/atoms/src/animations/index.d.ts +2 -1
- package/library/packages/atoms/src/animations/rotating/rotate.d.ts +4 -0
- package/library/packages/atoms/src/components/diff/diff.d.ts +46 -0
- package/library/packages/atoms/src/components/diff/diff.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/diff/utils/diff-worker-client.d.ts +10 -0
- package/library/packages/atoms/src/components/select/select.d.ts +9 -9
- package/library/packages/atoms/src/components/tab-group/tab-group.d.ts +1 -1
- package/library/packages/atoms/src/components/table/components/index.d.ts +1 -0
- package/library/packages/atoms/src/components/table/components/table-footer/table-footer.d.ts +25 -0
- package/library/packages/atoms/src/components/table/components/table-footer/table-footer.styles.d.ts +2 -0
- package/library/packages/atoms/src/components/table/components/table-toolbar/table-toolbar.d.ts +7 -1
- package/library/packages/atoms/src/components/table/table.d.ts +14 -3
- package/library/packages/atoms/src/index.d.ts +1 -0
- package/library/packages/events/src/cx-capacity-change.d.ts +20 -0
- package/library/packages/events/src/cx-capacity-week-bar.d.ts +26 -0
- package/library/packages/events/src/cx-folder-select-children-loaded.d.ts +10 -0
- package/library/packages/events/src/cx-list-editor-change.d.ts +1 -1
- package/library/packages/events/src/cx-sb-dam-view-config-change.d.ts +8 -0
- package/library/packages/events/src/events.d.ts +4 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters/diff.d.ts +5 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters.d.ts +2 -0
- package/library/packages/molecules/src/dynamic-select/dynamic-select.d.ts +19 -1
- package/library/packages/molecules/src/folder-select/components/folder-select-tree/folder-select-tree.d.ts +11 -0
- package/library/packages/organisms/src/capacity-planner/capacity-core.d.ts +81 -0
- package/library/packages/organisms/src/capacity-planner/capacity-planner.d.ts +194 -0
- package/library/packages/organisms/src/capacity-planner/capacity-planner.styles.d.ts +2 -0
- package/library/packages/organisms/src/capacity-planner/components/capacity-toolbar/capacity-toolbar.d.ts +35 -0
- package/library/packages/organisms/src/capacity-planner/components/capacity-toolbar/capacity-toolbar.styles.d.ts +2 -0
- package/library/packages/organisms/src/capacity-planner/components/capacity-week-bar/capacity-week-bar.d.ts +101 -0
- package/library/packages/organisms/src/capacity-planner/components/capacity-week-bar/capacity-week-bar.styles.d.ts +2 -0
- package/library/packages/organisms/src/chatbot/chatbot.d.ts +1 -1
- package/library/packages/organisms/src/content-builder/components/config-form/config-form.d.ts +12 -0
- package/library/packages/organisms/src/content-builder/components/config-manager/config-manager.d.ts +6 -0
- package/library/packages/organisms/src/content-builder/configs/dam-view.d.ts +66 -0
- package/library/packages/organisms/src/content-builder/configs/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/configs-controller.d.ts +110 -0
- package/library/packages/organisms/src/content-builder/content-builder-config.d.ts +3 -0
- package/library/packages/organisms/src/content-builder/content-builder.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/plugins/dam-view.d.ts +5 -0
- package/library/packages/organisms/src/content-builder/plugins/index.d.ts +1 -0
- package/library/packages/organisms/src/content-builder/styleController.d.ts +7 -3
- package/library/packages/organisms/src/dam-custom-toolbar-buttons-editor/dam-custom-toolbar-buttons-editor.d.ts +176 -0
- package/library/packages/organisms/src/dam-custom-toolbar-buttons-editor/dam-custom-toolbar-buttons-editor.styles.d.ts +2 -0
- package/library/packages/organisms/src/index.d.ts +2 -0
- package/library/packages/services/src/api/cms5/cms5.d.ts +17 -1
- package/library/packages/services/src/api/endpoints.d.ts +13 -1
- package/library/packages/services/src/api/metadata/index.d.ts +1 -0
- package/library/packages/services/src/api/metadata/metadata.d.ts +3 -1
- package/library/packages/services/src/api/metadata/metadata.types.d.ts +53 -0
- package/library/packages/styles/src/table-select.styles.d.ts +2 -0
- package/library/packages/types/src/content-builder.d.ts +13 -5
- package/library/packages/types/src/dam-view.d.ts +48 -0
- package/library/packages/types/src/table.d.ts +17 -1
- package/library/packages/utils/src/custom-element/i18n.d.ts +95 -0
- package/library/packages/utils/src/custom-element/math.d.ts +8 -0
- package/library/packages/utils/src/date/index.d.ts +1 -0
- package/library/packages/utils/src/date/iso-week-number.d.ts +9 -0
- package/library/react-web-component.d.ts +545 -438
- package/library/utils.js +267 -253
- package/package.json +1 -1
- package/library/chunks/debounce.CIEhztrj.js +0 -97
- package/library/chunks/math.DqTA6ya4.js +0 -7
package/library/utils.js
CHANGED
|
@@ -1,38 +1,39 @@
|
|
|
1
1
|
import { a as V } from "./chunks/url.Cj9cIQXJ.js";
|
|
2
|
-
import { R as
|
|
3
|
-
import { e as
|
|
4
|
-
import {
|
|
5
|
-
import { d as qt, C as
|
|
2
|
+
import { R as Tt, U as wt, c as Ct, b as Mt, i as yt, t as xt } from "./chunks/url.Cj9cIQXJ.js";
|
|
3
|
+
import { e as Et, f as At, g as It, c as Lt, i as Ft, a as Rt, d as bt, m as vt, b as kt, r as Vt, t as Ot } from "./chunks/toast.D3AW3RWv.js";
|
|
4
|
+
import { e as Ut, a as Nt, f as _t, g as Pt, d as Ht, b as Xt, c as Bt, i as Wt, p as Gt, s as $t } from "./chunks/browser.BHOCIF_A.js";
|
|
5
|
+
import { d as qt, C as Zt, e as Qt, H as jt, R as Jt, c as Kt, h as te, f as ee, g as re, l as ae, a as se, p as oe, b as ne } from "./chunks/color.LzSGBy7o.js";
|
|
6
6
|
import { a as le, b as ce, g as ue } from "./chunks/modal.U1QltQKe.js";
|
|
7
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
8
|
import { t as we } from "./chunks/converters.DkDtLstb.js";
|
|
9
|
-
import { c as
|
|
10
|
-
import { d as
|
|
11
|
-
import { d as Ee } from "./chunks/
|
|
9
|
+
import { c as Me } from "./chunks/custom-element.L4WJXn1j.js";
|
|
10
|
+
import { d as xe } from "./chunks/debounce.DaHuiSGU.js";
|
|
11
|
+
import { d as Ee } from "./chunks/default-value.COZopaet.js";
|
|
12
|
+
import { d as Ie } from "./chunks/drag.DXEXVXPv.js";
|
|
12
13
|
import { f as O } from "./chunks/form.B-5nQJva.js";
|
|
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 { C as
|
|
14
|
+
import { F as Fe, c as Re, g as be, v as ve, a as ke } from "./chunks/form.B-5nQJva.js";
|
|
15
|
+
import { L as Oe, r as Ye } from "./chunks/i18n.DDj5y9px.js";
|
|
16
|
+
import { c as Ne, q as _e } from "./chunks/math.DuKzLacZ.js";
|
|
17
|
+
import { g as He, l as Xe, s as Be, u as We } from "./chunks/scroll.xtO5yojm.js";
|
|
18
|
+
import { j as x } from "./chunks/dom.0RpWet6y.js";
|
|
19
|
+
import { c as $e, d as ze, k as qe, a as Ze, g as Qe, h as je, b as Je, f as Ke, i as tr, e as er, l as rr, s as ar } from "./chunks/dom.0RpWet6y.js";
|
|
20
|
+
import { H as or, a as nr, g as ir } from "./chunks/slot.j5oheLJC.js";
|
|
21
|
+
import { g as cr, a as ur } from "./chunks/tabbable.CcMz3mIL.js";
|
|
22
|
+
import { i as fr } from "./chunks/user-agent.D9aPuOyL.js";
|
|
23
|
+
import { w as gr } from "./chunks/watch.CThbualB.js";
|
|
24
|
+
import { C as pr, a as Dr, d as Tr, f as wr, e as Cr, g as Mr, c as yr, i as xr, b as Sr, n as Er, p as Ar, t as Ir } from "./chunks/calendar-grid.CXYoS6VA.js";
|
|
24
25
|
import { e as c, b as u, D as m } from "./chunks/date-picker.D0SJADN6.js";
|
|
25
|
-
import { f as
|
|
26
|
-
import { c as
|
|
27
|
-
import { b as
|
|
28
|
-
import { a as
|
|
29
|
-
import { s as
|
|
30
|
-
import { g as
|
|
31
|
-
import { c as
|
|
32
|
-
import { g as
|
|
33
|
-
import { c as
|
|
34
|
-
import { b as
|
|
35
|
-
function
|
|
26
|
+
import { f as Fr } from "./chunks/content-builder.BGzxZUgi.js";
|
|
27
|
+
import { c as br, f as vr, e as kr, b as Vr, g as Or, d as Yr, i as Ur, r as Nr, a as _r } from "./chunks/image.9qwbjGNb.js";
|
|
28
|
+
import { b as Hr, e as Xr } from "./chunks/waveform.1U9U_0rd.js";
|
|
29
|
+
import { a as Wr, b as Gr, c as $r, e as zr, d as qr, f as Zr, g as Qr, r as jr, s as Jr } from "./chunks/number.B4PQLJIg.js";
|
|
30
|
+
import { s as ta } from "./chunks/parse.Cu5nBDTb.js";
|
|
31
|
+
import { g as ra, a as aa } from "./chunks/responsive.Cf65FCWd.js";
|
|
32
|
+
import { c as oa, b as na, e as ia, f as la, l as ca, g as ua, j as ma, p as fa, v as ha, r as ga, a as da, d as pa, s as Da, k as Ta, o as wa, m as Ca, n as Ma, q as ya, t as xa, u as Sa } from "./chunks/string.DUgD4c9f.js";
|
|
33
|
+
import { g as Aa, a as Ia } from "./chunks/template.ClovJacp.js";
|
|
34
|
+
import { c as Fa, f as Ra, a as ba, g as va } from "./chunks/time.BSmpFe2G.js";
|
|
35
|
+
import { b as Va } from "./chunks/transformation.c-RS37zA.js";
|
|
36
|
+
function n(t) {
|
|
36
37
|
const e = t.getFullYear(), r = String(t.getMonth() + 1).padStart(2, "0"), s = String(t.getDate()).padStart(2, "0");
|
|
37
38
|
return `${e}-${r}-${s}`;
|
|
38
39
|
}
|
|
@@ -65,7 +66,7 @@ function R(t) {
|
|
|
65
66
|
const e = t.getMonth() < 6 ? 0 : 6;
|
|
66
67
|
return new Date(t.getFullYear(), e, 1);
|
|
67
68
|
}
|
|
68
|
-
function
|
|
69
|
+
function b(t) {
|
|
69
70
|
const e = t.getMonth() < 6 ? 0 : 6;
|
|
70
71
|
return new Date(t.getFullYear(), e + 6, 0);
|
|
71
72
|
}
|
|
@@ -78,12 +79,12 @@ class $ {
|
|
|
78
79
|
* @returns fromDate, toDate (YYYY-MM-DD) and fromTime, toTime (HH:mm:ss).
|
|
79
80
|
*/
|
|
80
81
|
static getRange(e, r) {
|
|
81
|
-
const s =
|
|
82
|
+
const s = n(r);
|
|
82
83
|
switch (e) {
|
|
83
84
|
case c.last30Minutes: {
|
|
84
85
|
const a = new Date(r.getTime() - 18e5);
|
|
85
86
|
return {
|
|
86
|
-
fromDate:
|
|
87
|
+
fromDate: n(a),
|
|
87
88
|
fromTime: S(a),
|
|
88
89
|
toDate: s,
|
|
89
90
|
toTime: S(r)
|
|
@@ -97,7 +98,7 @@ class $ {
|
|
|
97
98
|
toTime: u
|
|
98
99
|
};
|
|
99
100
|
case c.lastDay: {
|
|
100
|
-
const a =
|
|
101
|
+
const a = n(h(r, -1));
|
|
101
102
|
return {
|
|
102
103
|
fromDate: a,
|
|
103
104
|
fromTime: m,
|
|
@@ -107,21 +108,21 @@ class $ {
|
|
|
107
108
|
}
|
|
108
109
|
case c.last2Days:
|
|
109
110
|
return {
|
|
110
|
-
fromDate:
|
|
111
|
+
fromDate: n(h(r, -1)),
|
|
111
112
|
fromTime: m,
|
|
112
113
|
toDate: s,
|
|
113
114
|
toTime: u
|
|
114
115
|
};
|
|
115
116
|
case c.last3Days:
|
|
116
117
|
return {
|
|
117
|
-
fromDate:
|
|
118
|
+
fromDate: n(h(r, -2)),
|
|
118
119
|
fromTime: m,
|
|
119
120
|
toDate: s,
|
|
120
121
|
toTime: u
|
|
121
122
|
};
|
|
122
123
|
case c.last30Days:
|
|
123
124
|
return {
|
|
124
|
-
fromDate:
|
|
125
|
+
fromDate: n(h(r, -29)),
|
|
125
126
|
fromTime: m,
|
|
126
127
|
toDate: s,
|
|
127
128
|
toTime: u
|
|
@@ -130,48 +131,48 @@ class $ {
|
|
|
130
131
|
return {
|
|
131
132
|
fromDate: s,
|
|
132
133
|
fromTime: m,
|
|
133
|
-
toDate:
|
|
134
|
+
toDate: n(h(r, 30)),
|
|
134
135
|
toTime: u
|
|
135
136
|
};
|
|
136
137
|
case c.thisWeek: {
|
|
137
138
|
const a = E(r);
|
|
138
139
|
return {
|
|
139
|
-
fromDate:
|
|
140
|
+
fromDate: n(a),
|
|
140
141
|
fromTime: m,
|
|
141
|
-
toDate:
|
|
142
|
+
toDate: n(h(a, 6)),
|
|
142
143
|
toTime: u
|
|
143
144
|
};
|
|
144
145
|
}
|
|
145
146
|
case c.lastWeek: {
|
|
146
147
|
const a = h(E(r), -7);
|
|
147
148
|
return {
|
|
148
|
-
fromDate:
|
|
149
|
+
fromDate: n(a),
|
|
149
150
|
fromTime: m,
|
|
150
|
-
toDate:
|
|
151
|
+
toDate: n(h(a, 6)),
|
|
151
152
|
toTime: u
|
|
152
153
|
};
|
|
153
154
|
}
|
|
154
155
|
case c.thisMonth:
|
|
155
156
|
return {
|
|
156
|
-
fromDate:
|
|
157
|
+
fromDate: n(A(r)),
|
|
157
158
|
fromTime: m,
|
|
158
|
-
toDate:
|
|
159
|
+
toDate: n(I(r)),
|
|
159
160
|
toTime: u
|
|
160
161
|
};
|
|
161
162
|
case c.lastMonth: {
|
|
162
163
|
const a = new Date(r.getFullYear(), r.getMonth() - 1, 1);
|
|
163
164
|
return {
|
|
164
|
-
fromDate:
|
|
165
|
+
fromDate: n(A(a)),
|
|
165
166
|
fromTime: m,
|
|
166
|
-
toDate:
|
|
167
|
+
toDate: n(I(a)),
|
|
167
168
|
toTime: u
|
|
168
169
|
};
|
|
169
170
|
}
|
|
170
171
|
case c.thisQuarter:
|
|
171
172
|
return {
|
|
172
|
-
fromDate:
|
|
173
|
+
fromDate: n(L(r)),
|
|
173
174
|
fromTime: m,
|
|
174
|
-
toDate:
|
|
175
|
+
toDate: n(F(r)),
|
|
175
176
|
toTime: u
|
|
176
177
|
};
|
|
177
178
|
case c.lastQuarter: {
|
|
@@ -181,25 +182,25 @@ class $ {
|
|
|
181
182
|
1
|
|
182
183
|
);
|
|
183
184
|
return {
|
|
184
|
-
fromDate:
|
|
185
|
+
fromDate: n(L(a)),
|
|
185
186
|
fromTime: m,
|
|
186
|
-
toDate:
|
|
187
|
+
toDate: n(F(a)),
|
|
187
188
|
toTime: u
|
|
188
189
|
};
|
|
189
190
|
}
|
|
190
191
|
case c.thisHalfYear:
|
|
191
192
|
return {
|
|
192
|
-
fromDate:
|
|
193
|
+
fromDate: n(R(r)),
|
|
193
194
|
fromTime: m,
|
|
194
|
-
toDate:
|
|
195
|
+
toDate: n(b(r)),
|
|
195
196
|
toTime: u
|
|
196
197
|
};
|
|
197
198
|
case c.lastHalfYear: {
|
|
198
199
|
const a = new Date(r.getFullYear(), r.getMonth() - 6, 1);
|
|
199
200
|
return {
|
|
200
|
-
fromDate:
|
|
201
|
+
fromDate: n(R(a)),
|
|
201
202
|
fromTime: m,
|
|
202
|
-
toDate:
|
|
203
|
+
toDate: n(b(a)),
|
|
203
204
|
toTime: u
|
|
204
205
|
};
|
|
205
206
|
}
|
|
@@ -224,6 +225,17 @@ class $ {
|
|
|
224
225
|
}
|
|
225
226
|
}
|
|
226
227
|
function z(t) {
|
|
228
|
+
const e = /* @__PURE__ */ new Date(`${t}T00:00:00Z`);
|
|
229
|
+
if (Number.isNaN(e.getTime()))
|
|
230
|
+
return 0;
|
|
231
|
+
const r = new Date(
|
|
232
|
+
Date.UTC(e.getUTCFullYear(), e.getUTCMonth(), e.getUTCDate())
|
|
233
|
+
), s = r.getUTCDay() || 7;
|
|
234
|
+
r.setUTCDate(r.getUTCDate() + 4 - s);
|
|
235
|
+
const a = new Date(Date.UTC(r.getUTCFullYear(), 0, 1)), o = (r.getTime() - a.getTime()) / 864e5;
|
|
236
|
+
return Math.ceil((o + 1) / 7);
|
|
237
|
+
}
|
|
238
|
+
function q(t) {
|
|
227
239
|
if (!this.ownerDocument.defaultView?.Matrix3 || !t)
|
|
228
240
|
return;
|
|
229
241
|
const e = this.ownerDocument.defaultView?.location.origin;
|
|
@@ -235,7 +247,7 @@ function z(t) {
|
|
|
235
247
|
e
|
|
236
248
|
);
|
|
237
249
|
}
|
|
238
|
-
function
|
|
250
|
+
function Z(t) {
|
|
239
251
|
if (!this.ownerDocument.defaultView?.Matrix3 || !t)
|
|
240
252
|
return;
|
|
241
253
|
const e = this.ownerDocument.defaultView?.location.origin;
|
|
@@ -253,7 +265,7 @@ function Q(t, e = void 0) {
|
|
|
253
265
|
e ?? "_blank"
|
|
254
266
|
);
|
|
255
267
|
}
|
|
256
|
-
function
|
|
268
|
+
function j(t) {
|
|
257
269
|
if (!this.ownerDocument.defaultView?.Matrix3 || !t)
|
|
258
270
|
return;
|
|
259
271
|
const e = this.ownerDocument.defaultView?.location.origin;
|
|
@@ -265,7 +277,7 @@ function Z(t) {
|
|
|
265
277
|
e
|
|
266
278
|
);
|
|
267
279
|
}
|
|
268
|
-
function
|
|
280
|
+
function J(t, e) {
|
|
269
281
|
if (!this.ownerDocument.defaultView?.Matrix3 || !t || !e)
|
|
270
282
|
return;
|
|
271
283
|
const r = this.ownerDocument.defaultView?.location.origin;
|
|
@@ -274,19 +286,19 @@ function j(t, e) {
|
|
|
274
286
|
r
|
|
275
287
|
);
|
|
276
288
|
}
|
|
277
|
-
class
|
|
289
|
+
class K {
|
|
278
290
|
constructor(e) {
|
|
279
|
-
this.currentZIndex =
|
|
291
|
+
this.currentZIndex = x(), (this.host = e).addController(this);
|
|
280
292
|
}
|
|
281
293
|
hostConnected() {
|
|
282
294
|
}
|
|
283
295
|
hostDisconnected() {
|
|
284
296
|
}
|
|
285
297
|
async activatePopup() {
|
|
286
|
-
this.currentZIndex =
|
|
298
|
+
this.currentZIndex = x();
|
|
287
299
|
}
|
|
288
300
|
}
|
|
289
|
-
class
|
|
301
|
+
class tt {
|
|
290
302
|
constructor(e, r = {}) {
|
|
291
303
|
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();
|
|
292
304
|
}
|
|
@@ -312,24 +324,24 @@ class K {
|
|
|
312
324
|
this.hasDragged && (e.stopImmediatePropagation(), e.preventDefault());
|
|
313
325
|
}
|
|
314
326
|
}
|
|
315
|
-
const
|
|
316
|
-
function
|
|
327
|
+
const et = (t) => t.ctrlKey || t.metaKey;
|
|
328
|
+
function v(t, e) {
|
|
317
329
|
if (!t?.document)
|
|
318
330
|
return !1;
|
|
319
|
-
const r = "mmmmmmmmmmwwwwwww", s = "32px",
|
|
331
|
+
const r = "mmmmmmmmmmwwwwwww", s = "32px", o = t.document.createElement("canvas").getContext("2d"), i = (f) => o ? (o.font = `${s} ${f}, monospace`, o.measureText(r).width) : 0, l = i("monospace");
|
|
320
332
|
return i(e) !== l;
|
|
321
333
|
}
|
|
322
|
-
function
|
|
334
|
+
function rt(t, e) {
|
|
323
335
|
if (!t?.document.fonts)
|
|
324
336
|
return !1;
|
|
325
337
|
let r = !1;
|
|
326
338
|
return t.document.fonts.forEach((s) => {
|
|
327
339
|
s.family.replace(/['"]/g, "").toLowerCase() === e.toLowerCase() && (r = !0);
|
|
328
|
-
}), r ? !0 :
|
|
340
|
+
}), r ? !0 : v(t, e);
|
|
329
341
|
}
|
|
330
342
|
function Y(t) {
|
|
331
343
|
const e = /\bitalic\b/i, r = /\b(semi[-\s]?condensed|condensed)\b/i, s = (a) => {
|
|
332
|
-
const
|
|
344
|
+
const o = a.fontFamily.toLowerCase(), i = a.fontStyle.toLowerCase(), l = e.test(i), p = r.test(o);
|
|
333
345
|
let f = 0;
|
|
334
346
|
return l && (f = 1), p && (f = l ? 3 : 2), {
|
|
335
347
|
family: a.fontFamily,
|
|
@@ -337,46 +349,46 @@ function Y(t) {
|
|
|
337
349
|
weight: Number(a.fontWeight)
|
|
338
350
|
};
|
|
339
351
|
};
|
|
340
|
-
return [...t].sort((a,
|
|
341
|
-
const i = s(a), l = s(
|
|
352
|
+
return [...t].sort((a, o) => {
|
|
353
|
+
const i = s(a), l = s(o);
|
|
342
354
|
return i.weight !== l.weight ? i.weight - l.weight : i.styleRank !== l.styleRank ? i.styleRank - l.styleRank : i.family.localeCompare(l.family);
|
|
343
355
|
});
|
|
344
356
|
}
|
|
345
|
-
function
|
|
357
|
+
function at(t, e, r = [300, 400, 500, 700, 900], s = ["normal", "italic"]) {
|
|
346
358
|
const a = [];
|
|
347
|
-
if (
|
|
348
|
-
for (const
|
|
359
|
+
if (v(t, e))
|
|
360
|
+
for (const o of r)
|
|
349
361
|
for (const i of s)
|
|
350
362
|
a.push({
|
|
351
363
|
fontFamily: e,
|
|
352
364
|
fontStyle: i,
|
|
353
|
-
fontWeight:
|
|
365
|
+
fontWeight: o.toString(),
|
|
354
366
|
src: ""
|
|
355
367
|
});
|
|
356
368
|
return Y(a);
|
|
357
369
|
}
|
|
358
|
-
function
|
|
370
|
+
function st(t) {
|
|
359
371
|
const e = new FormData(t), r = {};
|
|
360
372
|
return e.forEach((s, a) => {
|
|
361
373
|
if (Reflect.has(r, a)) {
|
|
362
|
-
const
|
|
363
|
-
Array.isArray(
|
|
374
|
+
const o = r[a];
|
|
375
|
+
Array.isArray(o) ? o.push(s) : r[a] = [r[a], s];
|
|
364
376
|
} else
|
|
365
377
|
r[a] = s;
|
|
366
378
|
}), r;
|
|
367
379
|
}
|
|
368
|
-
function
|
|
369
|
-
const r = [...t.getRootNode().querySelectorAll("*")], s = [...t.elements], a = O.get(t),
|
|
370
|
-
return [...s, ...
|
|
380
|
+
function U(t) {
|
|
381
|
+
const r = [...t.getRootNode().querySelectorAll("*")], s = [...t.elements], a = O.get(t), o = a ? Array.from(a) : [];
|
|
382
|
+
return [...s, ...o].sort(
|
|
371
383
|
(i, l) => r.indexOf(i) < r.indexOf(l) ? -1 : r.indexOf(i) > r.indexOf(l) ? 1 : 0
|
|
372
384
|
);
|
|
373
385
|
}
|
|
374
|
-
function
|
|
375
|
-
return
|
|
386
|
+
function ot(t) {
|
|
387
|
+
return U(t).some(
|
|
376
388
|
(r) => r.hasAttribute("data-user-valid") || r.hasAttribute("data-user-invalid")
|
|
377
389
|
);
|
|
378
390
|
}
|
|
379
|
-
class
|
|
391
|
+
class nt {
|
|
380
392
|
constructor(e = null) {
|
|
381
393
|
this.history = e !== null ? [e] : [], this.redoStack = [];
|
|
382
394
|
}
|
|
@@ -413,20 +425,20 @@ class ot {
|
|
|
413
425
|
return [...this.history];
|
|
414
426
|
}
|
|
415
427
|
}
|
|
416
|
-
var
|
|
417
|
-
function
|
|
428
|
+
var N = /* @__PURE__ */ ((t) => (t.ArrowDown = "ArrowDown", t.ArrowLeft = "ArrowLeft", t.ArrowRight = "ArrowRight", t.ArrowUp = "ArrowUp", t.Enter = "Enter", t.Escape = "Escape", t.Tab = "Tab", t))(N || {});
|
|
429
|
+
function it(t, e) {
|
|
418
430
|
const r = {}, s = new Set(e);
|
|
419
431
|
return Object.keys(t).forEach((a) => {
|
|
420
432
|
s.has(a) || (r[a] = t[a]);
|
|
421
433
|
}), r;
|
|
422
434
|
}
|
|
423
|
-
function
|
|
435
|
+
function lt(t, e) {
|
|
424
436
|
const r = {};
|
|
425
437
|
return e.forEach((s) => {
|
|
426
438
|
s in t && (r[s] = t[s]);
|
|
427
439
|
}), r;
|
|
428
440
|
}
|
|
429
|
-
function
|
|
441
|
+
function ct(t) {
|
|
430
442
|
if (!t)
|
|
431
443
|
return {};
|
|
432
444
|
let e;
|
|
@@ -437,7 +449,7 @@ function lt(t) {
|
|
|
437
449
|
}
|
|
438
450
|
return typeof e != "object" ? {} : e;
|
|
439
451
|
}
|
|
440
|
-
function
|
|
452
|
+
function ut(t, e = !0) {
|
|
441
453
|
if (!t)
|
|
442
454
|
return [];
|
|
443
455
|
let r;
|
|
@@ -448,14 +460,14 @@ function ct(t, e = !0) {
|
|
|
448
460
|
}
|
|
449
461
|
return Array.isArray(r) ? e ? r.filter((s) => typeof s == "string") : r : [];
|
|
450
462
|
}
|
|
451
|
-
function
|
|
463
|
+
function mt(t, e) {
|
|
452
464
|
return typeof Storage < "u" && localStorage.getItem(t) !== null ? localStorage.getItem(t) : e;
|
|
453
465
|
}
|
|
454
|
-
function
|
|
466
|
+
function ft(t, e) {
|
|
455
467
|
typeof Storage < "u" && localStorage.setItem(t, e.toString());
|
|
456
468
|
}
|
|
457
|
-
const
|
|
458
|
-
function
|
|
469
|
+
const _ = 10;
|
|
470
|
+
function ht(t, e) {
|
|
459
471
|
let r = 0, s = t.length;
|
|
460
472
|
for (; r < s; ) {
|
|
461
473
|
const a = Math.floor((r + s) / 2);
|
|
@@ -463,12 +475,12 @@ function ft(t, e) {
|
|
|
463
475
|
}
|
|
464
476
|
t.splice(r, 0, e);
|
|
465
477
|
}
|
|
466
|
-
function
|
|
478
|
+
function P(t, e, r) {
|
|
467
479
|
return t.find(
|
|
468
480
|
(s) => s.col === e && s.row === r
|
|
469
481
|
) ?? null;
|
|
470
482
|
}
|
|
471
|
-
function
|
|
483
|
+
function H(t, e, r) {
|
|
472
484
|
return new Promise((s) => {
|
|
473
485
|
if (e > 0 && Math.abs(t.currentTime - e) < 1e-3) {
|
|
474
486
|
s();
|
|
@@ -477,10 +489,10 @@ function X(t, e, r) {
|
|
|
477
489
|
if (e === 0) {
|
|
478
490
|
const a = () => {
|
|
479
491
|
t.removeEventListener("seeked", a);
|
|
480
|
-
const
|
|
481
|
-
t.removeEventListener("seeked",
|
|
492
|
+
const o = () => {
|
|
493
|
+
t.removeEventListener("seeked", o), s();
|
|
482
494
|
};
|
|
483
|
-
t.addEventListener("seeked",
|
|
495
|
+
t.addEventListener("seeked", o), t.currentTime = 0;
|
|
484
496
|
};
|
|
485
497
|
t.addEventListener("seeked", a), t.currentTime = r;
|
|
486
498
|
} else {
|
|
@@ -491,17 +503,17 @@ function X(t, e, r) {
|
|
|
491
503
|
}
|
|
492
504
|
});
|
|
493
505
|
}
|
|
494
|
-
async function*
|
|
506
|
+
async function* gt({
|
|
495
507
|
cache: t,
|
|
496
508
|
canvas: e,
|
|
497
509
|
duration: r,
|
|
498
510
|
maxInterval: s,
|
|
499
511
|
src: a,
|
|
500
|
-
video:
|
|
512
|
+
video: o
|
|
501
513
|
}) {
|
|
502
514
|
if (!e)
|
|
503
515
|
throw new Error("Canvas is required");
|
|
504
|
-
if (!
|
|
516
|
+
if (!o)
|
|
505
517
|
throw new Error("Video is required");
|
|
506
518
|
const { columns: i, frameHeight: l, frameWidth: p, rows: f, spriteCtx: k } = e;
|
|
507
519
|
try {
|
|
@@ -510,11 +522,11 @@ async function* ht({
|
|
|
510
522
|
const T = g * i + d, D = T * s;
|
|
511
523
|
if (D >= r)
|
|
512
524
|
continue;
|
|
513
|
-
const w = d * p,
|
|
514
|
-
|
|
515
|
-
|
|
525
|
+
const w = d * p, C = g * l, M = P(t[a] ?? [], d, g), y = d === i - 1 && g === f - 1 || D + s >= r;
|
|
526
|
+
M ? yield { ...M, isLastFrame: y } : (await H(o, D, s), k.drawImage(
|
|
527
|
+
o,
|
|
516
528
|
w,
|
|
517
|
-
|
|
529
|
+
C,
|
|
518
530
|
p,
|
|
519
531
|
l
|
|
520
532
|
), yield {
|
|
@@ -526,15 +538,15 @@ async function* ht({
|
|
|
526
538
|
isLastFrame: y,
|
|
527
539
|
row: g,
|
|
528
540
|
rows: f,
|
|
529
|
-
time: Number(D.toFixed(
|
|
541
|
+
time: Number(D.toFixed(_)),
|
|
530
542
|
x: w,
|
|
531
|
-
y:
|
|
543
|
+
y: C
|
|
532
544
|
}), await new Promise(requestAnimationFrame);
|
|
533
545
|
}
|
|
534
546
|
} catch {
|
|
535
547
|
}
|
|
536
548
|
}
|
|
537
|
-
function
|
|
549
|
+
function dt({
|
|
538
550
|
duration: t,
|
|
539
551
|
frameWidth: e,
|
|
540
552
|
playbackSpeed: r,
|
|
@@ -545,183 +557,185 @@ function gt({
|
|
|
545
557
|
}
|
|
546
558
|
export {
|
|
547
559
|
qt as CMYK_VALIDATION_REGEX,
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
560
|
+
pr as CalendarGrid,
|
|
561
|
+
Zt as ColorType,
|
|
562
|
+
K as CortexPopupController,
|
|
551
563
|
$ as DateRangePresets,
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
564
|
+
tt as DragScroll,
|
|
565
|
+
Fe as FormControlController,
|
|
566
|
+
Qt as HEX_ALPHA_VALIDATION_REGEX,
|
|
555
567
|
jt as HEX_VALIDATION_REGEX,
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
568
|
+
or as HasSlotController,
|
|
569
|
+
nt as HistoryManager,
|
|
570
|
+
N as KeyboardKey,
|
|
571
|
+
Oe as LocalizeController,
|
|
572
|
+
_ as PRECISION,
|
|
573
|
+
Tt as RELATIVE_URL_REGEX,
|
|
562
574
|
Jt as RGB_VALIDATION_REGEX,
|
|
563
|
-
|
|
564
|
-
|
|
575
|
+
wt as URL_DOMAIN_VALIDATION_REGEX,
|
|
576
|
+
Ct as URL_PROTOCOL_VALIDATION_REGEX,
|
|
565
577
|
Mt as URL_VALIDATION_REGEX,
|
|
566
578
|
le as activeElements,
|
|
567
|
-
|
|
568
|
-
|
|
579
|
+
Dr as addMonths,
|
|
580
|
+
Et as adjustRelativeValues,
|
|
569
581
|
fe as animateTo,
|
|
570
582
|
V as appendProtocol,
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
583
|
+
Va as buildTransformationString,
|
|
584
|
+
Hr as buildWaveformPath,
|
|
585
|
+
br as calculateAspectRatioFit,
|
|
586
|
+
Ne as clamp,
|
|
587
|
+
vr as cleanImageFileName,
|
|
588
|
+
Fa as clearZeroDurationParts,
|
|
577
589
|
Kt as convertColor,
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
590
|
+
Wr as convertDataUnits,
|
|
591
|
+
Gr as convertDurationToMilliseconds,
|
|
592
|
+
$r as convertPixelsToAspectRatio,
|
|
593
|
+
kr as convertSrcToBlob,
|
|
594
|
+
Vr as cropImage,
|
|
595
|
+
$e as cssValueToPx,
|
|
596
|
+
Me as customElement,
|
|
597
|
+
Re as customErrorValidityState,
|
|
598
|
+
xe as debounce,
|
|
599
|
+
Ee as defaultValue,
|
|
600
|
+
Tr as displayToIso,
|
|
601
|
+
J as downloadAsset,
|
|
602
|
+
Ie as drag,
|
|
603
|
+
oa as emptyToSpace,
|
|
592
604
|
te as extractColor,
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
605
|
+
na as extractExtension,
|
|
606
|
+
gt as extractFrames,
|
|
607
|
+
ia as extractRootData,
|
|
608
|
+
zr as extractValueAndUnit,
|
|
609
|
+
Xr as extractWaveformPeaks,
|
|
610
|
+
Fr as fetchCortexApi,
|
|
611
|
+
Ut as findAncestorWithBuggyStyle,
|
|
612
|
+
Nt as findContainingBlock,
|
|
613
|
+
_t as findCuttingAncestor,
|
|
614
|
+
P as findFrameByColAndRow,
|
|
615
|
+
At as findIndexByProp,
|
|
604
616
|
O as formCollections,
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
617
|
+
qr as formatAspectRatioString,
|
|
618
|
+
Ra as formatDurationPartsManually,
|
|
619
|
+
wr as formatMonthYearLabel,
|
|
620
|
+
Zr as formatNumberWithGrouping,
|
|
621
|
+
la as formatSecondsToTime,
|
|
622
|
+
ca as formatTimeToSeconds,
|
|
623
|
+
ba as formatWithIntlDurationFormat,
|
|
624
|
+
Qr as gcd,
|
|
625
|
+
ze as getActiveElement,
|
|
614
626
|
ce as getActiveModals,
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
627
|
+
be as getAssociatedForm,
|
|
628
|
+
ra as getBreakpointsFromCSS,
|
|
629
|
+
at as getBrowserFontVariants,
|
|
618
630
|
ee as getColorType,
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
631
|
+
Or as getContainedImageSize,
|
|
632
|
+
qe as getCortexPopupLayer,
|
|
633
|
+
x as getCurrentZIndex,
|
|
622
634
|
ue as getDeepestActiveElement,
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
635
|
+
aa as getDeviceType,
|
|
636
|
+
va as getDurationPartsByUnitsFormat,
|
|
637
|
+
Ze as getElementFromHTMLString,
|
|
638
|
+
Qe as getElementFromTemplate,
|
|
639
|
+
Cr as getFirstDayOfWeek,
|
|
640
|
+
U as getFormControls,
|
|
641
|
+
Aa as getHighlightedTitle,
|
|
642
|
+
Ia as getHighlightedTitleHtml,
|
|
643
|
+
nr as getInnerHTML,
|
|
644
|
+
dt as getInterval,
|
|
633
645
|
re as getLightDarkCssString,
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
646
|
+
Yr as getNaturalWidthHeight,
|
|
647
|
+
je as getNeededPaddingForBoxShadow,
|
|
648
|
+
Pt as getNextAncestor,
|
|
649
|
+
He as getOffset,
|
|
650
|
+
Je as getRelativeClickPercentage,
|
|
651
|
+
ua as getRootIDString,
|
|
652
|
+
cr as getTabbableBoundary,
|
|
653
|
+
ur as getTabbableElements,
|
|
654
|
+
ir as getTextContent,
|
|
655
|
+
Mr as getTodayIsoDate,
|
|
656
|
+
It as groupBy,
|
|
657
|
+
Lt as insertAtIndex,
|
|
658
|
+
ht as insertFrameToCache,
|
|
659
|
+
Ft as insertMultipleAtIndex,
|
|
660
|
+
Ht as isChrome,
|
|
661
|
+
fr as isCortexAdobePlugin,
|
|
662
|
+
Ke as isDomElement,
|
|
663
|
+
tr as isElementInHorizontalView,
|
|
664
|
+
Xt as isFirefox,
|
|
665
|
+
rt as isFontFamilyAvailable,
|
|
666
|
+
ot as isFormInteracted,
|
|
667
|
+
ma as isGalleryItemCardType,
|
|
656
668
|
Bt as isIOS,
|
|
657
|
-
|
|
658
|
-
|
|
669
|
+
er as isInElement,
|
|
670
|
+
et as isModKey,
|
|
659
671
|
Wt as isSafari,
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
672
|
+
Ur as isSaveSrcValid,
|
|
673
|
+
yr as isValidIsoDate,
|
|
674
|
+
yt as isValidUrl,
|
|
675
|
+
xr as isoToDate,
|
|
676
|
+
Sr as isoToDisplay,
|
|
677
|
+
z as isoWeekNumber,
|
|
678
|
+
rr as loadScript,
|
|
679
|
+
Xe as lockBodyScrolling,
|
|
667
680
|
ae as luminanceTextColor,
|
|
668
|
-
|
|
669
|
-
|
|
681
|
+
Rt as moveMultipleToIndex,
|
|
682
|
+
bt as moveToIndex,
|
|
670
683
|
vt as multiSelectTo,
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
684
|
+
Er as normalizeToIsoDate,
|
|
685
|
+
it as omit,
|
|
686
|
+
q as openAssetOverview,
|
|
687
|
+
Z as openFolderOverview,
|
|
675
688
|
Q as openLink,
|
|
676
|
-
|
|
677
|
-
|
|
689
|
+
fa as padPath,
|
|
690
|
+
ha as parseBooleanString,
|
|
678
691
|
se as parseBorder,
|
|
679
692
|
he as parseDuration,
|
|
680
|
-
|
|
681
|
-
|
|
693
|
+
Ar as parseIsoDate,
|
|
694
|
+
ct as parseJsonString,
|
|
682
695
|
oe as parseLightDark,
|
|
683
|
-
|
|
696
|
+
ut as parseListString,
|
|
684
697
|
ne as parseShadow,
|
|
685
|
-
|
|
698
|
+
lt as pick,
|
|
686
699
|
Gt as popoverSupported,
|
|
687
700
|
ge as prefersReducedMotion,
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
kt as
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
701
|
+
_e as quantizeLargestRemainder,
|
|
702
|
+
mt as readLocalStorageValue,
|
|
703
|
+
ga as reducePathToDirectChild,
|
|
704
|
+
Ye as registerTranslation,
|
|
705
|
+
kt as removeAtIndex,
|
|
706
|
+
Vt as removeMultipleAtIndex,
|
|
707
|
+
Nr as resizeImage,
|
|
708
|
+
jr as rotateBox,
|
|
709
|
+
_r as rotateImage,
|
|
710
|
+
da as safeExtension,
|
|
711
|
+
pa as safeString,
|
|
712
|
+
Da as sanitizeHTML,
|
|
713
|
+
Jr as sanitizeRotation,
|
|
714
|
+
Be as scrollIntoView,
|
|
715
|
+
st as serialize,
|
|
716
|
+
j as shareAsset,
|
|
703
717
|
de as shimKeyframesHeightAuto,
|
|
704
|
-
|
|
718
|
+
ar as sortByTopPosition,
|
|
705
719
|
Y as sortTypefaceVariants,
|
|
706
|
-
|
|
707
|
-
|
|
720
|
+
ta as splitBoxValues,
|
|
721
|
+
Ta as splitCamelCaseFormatted,
|
|
708
722
|
pe as stopAnimations,
|
|
709
723
|
$t as supportHLS,
|
|
710
|
-
|
|
724
|
+
v as testFontAvailability,
|
|
711
725
|
we as timecodeConverter,
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
726
|
+
wa as toCamelCase,
|
|
727
|
+
Ir as toIsoDate,
|
|
728
|
+
Ca as toKebabCase,
|
|
729
|
+
Ma as toPascalCase,
|
|
730
|
+
xt as toRelativeUrl,
|
|
731
|
+
ya as toTitleCase,
|
|
732
|
+
Ot as toast,
|
|
733
|
+
xa as truncateTextMiddle,
|
|
734
|
+
We as unlockBodyScrolling,
|
|
735
|
+
Sa as upperFirst,
|
|
736
|
+
ve as validValidityState,
|
|
737
|
+
ke as valueMissingValidityState,
|
|
724
738
|
De as waitForEvent,
|
|
725
|
-
|
|
726
|
-
|
|
739
|
+
gr as watch,
|
|
740
|
+
ft as writeLocalStorageValue
|
|
727
741
|
};
|