@progress/kendo-react-common 7.1.0 → 7.1.1-develop.2
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/dist/cdn/js/kendo-react-common.js +1 -1
- package/hooks/use-isomorphic-layout-effect.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +209 -209
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use client";
|
|
6
6
|
import * as r from "react";
|
|
7
|
-
import { validatePackage as
|
|
8
|
-
import * as
|
|
7
|
+
import { validatePackage as qe } from "@progress/kendo-licensing";
|
|
8
|
+
import * as xt from "react-dom";
|
|
9
9
|
import g from "prop-types";
|
|
10
|
-
import { dispatchDragAndDrop as
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
const
|
|
14
|
-
class
|
|
10
|
+
import { dispatchDragAndDrop as pt, getScrollableParent as Xe, autoScroll as yt } from "@progress/kendo-draggable-common";
|
|
11
|
+
const Ke = r.createContext(0), Pn = () => r.useContext(Ke);
|
|
12
|
+
Ke.displayName = "KendoReactZIndexContext";
|
|
13
|
+
const kt = () => typeof document != "undefined" ? document : {};
|
|
14
|
+
class We {
|
|
15
15
|
constructor() {
|
|
16
16
|
this.scrollbar = 0;
|
|
17
17
|
}
|
|
18
18
|
get scrollbarWidth() {
|
|
19
|
-
const t =
|
|
19
|
+
const t = kt();
|
|
20
20
|
if (!this.scrollbar && t && t.createElement) {
|
|
21
21
|
const n = t.createElement("div");
|
|
22
22
|
n.style.cssText = "overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block", n.innerHTML = " ", t.body.appendChild(n), this.scrollbar = n.offsetWidth - n.scrollWidth, t.body.removeChild(n);
|
|
@@ -25,41 +25,41 @@ class Ke {
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
const fe = !!// from fbjs
|
|
28
|
-
(typeof window != "undefined" && window.document && window.document.createElement),
|
|
28
|
+
(typeof window != "undefined" && window.document && window.document.createElement), Dt = (e) => {
|
|
29
29
|
var t;
|
|
30
30
|
return !!(typeof e == "function" && ((t = e.prototype) != null && t.isReactComponent));
|
|
31
|
-
},
|
|
31
|
+
}, At = (e) => !!(e.$$typeof && typeof e.render == "function"), In = (e) => typeof Comment != "string" && (Dt(e) || At(e)), _e = (...e) => {
|
|
32
32
|
const t = {}, n = (s) => typeof s == "object" ? Object.keys(s).forEach((l) => {
|
|
33
33
|
t[l] = s[l];
|
|
34
34
|
}) : t[s] = !0, o = (s) => s.filter((l) => l !== !0 && !!l).map((l) => Array.isArray(l) ? o(l) : n(l));
|
|
35
35
|
return o(e), Object.keys(t).map((s) => t[s] && s || null).filter((s) => s !== null).join(" ");
|
|
36
|
-
},
|
|
36
|
+
}, wt = (e) => e ? new Date(e.getTime()) : null;
|
|
37
37
|
function On(e) {
|
|
38
38
|
const t = {};
|
|
39
|
-
return
|
|
39
|
+
return $e(e, t), t;
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function $e(e, t) {
|
|
42
42
|
for (let n in e)
|
|
43
43
|
if (e.hasOwnProperty(n)) {
|
|
44
44
|
const o = e[n];
|
|
45
|
-
t[n] =
|
|
45
|
+
t[n] = et(o, t[n]);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
function
|
|
48
|
+
function et(e, t) {
|
|
49
49
|
if (Array.isArray(e))
|
|
50
|
-
return
|
|
50
|
+
return Pt(e);
|
|
51
51
|
if (e instanceof Date)
|
|
52
|
-
return
|
|
52
|
+
return wt(e);
|
|
53
53
|
if (r.isValidElement(e))
|
|
54
54
|
return r.cloneElement(e, e.props);
|
|
55
55
|
if (e && typeof e == "object") {
|
|
56
56
|
const n = t || {};
|
|
57
|
-
return
|
|
57
|
+
return $e(e, n), n;
|
|
58
58
|
} else
|
|
59
59
|
return e;
|
|
60
60
|
}
|
|
61
|
-
function
|
|
62
|
-
return e.map((t) =>
|
|
61
|
+
function Pt(e) {
|
|
62
|
+
return e.map((t) => et(t, void 0));
|
|
63
63
|
}
|
|
64
64
|
const Mn = (e) => {
|
|
65
65
|
if (e) {
|
|
@@ -73,14 +73,14 @@ const Mn = (e) => {
|
|
|
73
73
|
};
|
|
74
74
|
class Sn {
|
|
75
75
|
}
|
|
76
|
-
const
|
|
76
|
+
const It = -1, Ot = 0, Rn = (e, t, n) => {
|
|
77
77
|
const o = typeof e == "string" ? parseInt(e) : e;
|
|
78
78
|
if (!Number.isNaN(o))
|
|
79
|
-
return o !== void 0 ? o : t ? n ? void 0 :
|
|
80
|
-
},
|
|
81
|
-
function
|
|
79
|
+
return o !== void 0 ? o : t ? n ? void 0 : It : Ot;
|
|
80
|
+
}, Mt = /\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;
|
|
81
|
+
function tt(e) {
|
|
82
82
|
const t = [];
|
|
83
|
-
return e.replace(
|
|
83
|
+
return e.replace(Mt, function(n, o, s, l) {
|
|
84
84
|
t.push(o !== void 0 ? o : s || l);
|
|
85
85
|
}), t;
|
|
86
86
|
}
|
|
@@ -90,7 +90,7 @@ z.undefined = () => {
|
|
|
90
90
|
function Ln(e) {
|
|
91
91
|
if (z[e])
|
|
92
92
|
return z[e];
|
|
93
|
-
const t =
|
|
93
|
+
const t = tt(e);
|
|
94
94
|
return z[e] = function(n) {
|
|
95
95
|
let o = n;
|
|
96
96
|
for (let s = 0; s < t.length && o; s++)
|
|
@@ -98,7 +98,7 @@ function Ln(e) {
|
|
|
98
98
|
return o;
|
|
99
99
|
}, z[e];
|
|
100
100
|
}
|
|
101
|
-
const
|
|
101
|
+
const Ye = () => {
|
|
102
102
|
let e = "", t, n;
|
|
103
103
|
for (t = 0; t < 32; t++)
|
|
104
104
|
n = Math.random() * 16 | 0, (t === 8 || t === 12 || t === 16 || t === 20) && (e += "-"), e += (t === 12 ? 4 : t === 16 ? n & 3 | 8 : n).toString(16);
|
|
@@ -120,37 +120,37 @@ const Xe = () => {
|
|
|
120
120
|
down: 40,
|
|
121
121
|
delete: 46
|
|
122
122
|
}, C = function() {
|
|
123
|
-
}, Nn = () => !fe || !document.body ? !1 : new
|
|
123
|
+
}, Nn = () => !fe || !document.body ? !1 : new We().scrollbarWidth, Hn = () => {
|
|
124
124
|
if (!fe || !document.body)
|
|
125
125
|
return !1;
|
|
126
|
-
let e = new
|
|
126
|
+
let e = new We().scrollbarWidth;
|
|
127
127
|
document.body.style.setProperty("--kendo-scrollbar-width", `${e}px`);
|
|
128
128
|
}, F = {};
|
|
129
129
|
F.undefined = (e) => e;
|
|
130
|
-
const
|
|
130
|
+
const St = (e, t) => t && t.arrays && !isNaN(Number(e)) ? [] : {};
|
|
131
131
|
function Bn(e) {
|
|
132
132
|
if (F[e])
|
|
133
133
|
return F[e];
|
|
134
|
-
const t =
|
|
134
|
+
const t = tt(e);
|
|
135
135
|
return F[e] = (n, o, s) => {
|
|
136
136
|
let l = n;
|
|
137
137
|
const c = t.length - 1;
|
|
138
138
|
for (let i = 0; i < c && l; i++)
|
|
139
|
-
l = l[t[i]] = l[t[i]] ||
|
|
139
|
+
l = l[t[i]] = l[t[i]] || St(t[i + 1], s);
|
|
140
140
|
l[t[c]] = o;
|
|
141
141
|
}, F[e];
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function Ge(e, t, n) {
|
|
144
144
|
return n ? { ...e, [t]: n.length ? [...n] : void 0 } : e && e[t] ? [...e[t]] : [];
|
|
145
145
|
}
|
|
146
|
-
function
|
|
146
|
+
function nt(e, t, n) {
|
|
147
147
|
if (e[t]) {
|
|
148
|
-
let o =
|
|
149
|
-
return n(
|
|
148
|
+
let o = Ge(e, t).map((s) => nt(s, t, n));
|
|
149
|
+
return n(Ge(e, t, o));
|
|
150
150
|
}
|
|
151
151
|
return n(e);
|
|
152
152
|
}
|
|
153
|
-
const jn = (e, t, n) => [...e.map((o) =>
|
|
153
|
+
const jn = (e, t, n) => [...e.map((o) => nt(o, t, n))], Qn = (e, t, n, o) => {
|
|
154
154
|
let s = e;
|
|
155
155
|
const l = [];
|
|
156
156
|
for (let f = 0; f < t.length; f++)
|
|
@@ -170,12 +170,12 @@ const jn = (e, t, n) => [...e.map((o) => tt(o, t, n))], Qn = (e, t, n, o) => {
|
|
|
170
170
|
l = l[n][s.shift() || 0], o.push(l);
|
|
171
171
|
}
|
|
172
172
|
return o;
|
|
173
|
-
},
|
|
173
|
+
}, Rt = ["telerik.com", "progress.com", "stackblitz.io", "csb.app"], Xn = qe;
|
|
174
174
|
function Yn(e) {
|
|
175
|
-
return !
|
|
175
|
+
return !Rt.some((n) => {
|
|
176
176
|
var o;
|
|
177
177
|
return (o = globalThis.document) == null ? void 0 : o.location.hostname.endsWith(n);
|
|
178
|
-
}) && !
|
|
178
|
+
}) && !qe(e);
|
|
179
179
|
}
|
|
180
180
|
const Gn = (e) => {
|
|
181
181
|
if (!fe)
|
|
@@ -189,12 +189,12 @@ const Gn = (e) => {
|
|
|
189
189
|
s.appendChild(t.createTextNode("child")), s.style.position = "fixed", s.style.top = n + "px", o.appendChild(s), t.body.appendChild(o);
|
|
190
190
|
const l = s.getBoundingClientRect().top !== n;
|
|
191
191
|
return t.body.removeChild(o), l;
|
|
192
|
-
},
|
|
193
|
-
let
|
|
192
|
+
}, Lt = "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-banner";
|
|
193
|
+
let Je = !1;
|
|
194
194
|
const Jn = () => {
|
|
195
195
|
const [e, t] = r.useState(!0), [n, o] = r.useState(!1);
|
|
196
196
|
r.useEffect(() => {
|
|
197
|
-
|
|
197
|
+
Je || (o(!0), Je = !0);
|
|
198
198
|
}, []);
|
|
199
199
|
const s = () => {
|
|
200
200
|
t(!1);
|
|
@@ -214,7 +214,7 @@ const Jn = () => {
|
|
|
214
214
|
backgroundColor: "#FFC000",
|
|
215
215
|
color: "#1E1E1E",
|
|
216
216
|
zIndex: 999
|
|
217
|
-
} }, /* @__PURE__ */ r.createElement("span", { style: { display: "flex", alignSelf: "center", marginRight: "8px" } }, /* @__PURE__ */ r.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, /* @__PURE__ */ r.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z", fill: "#1E1E1E" }))), /* @__PURE__ */ r.createElement("span", null, "No valid license found for KendoReact. Learn how to activate your license."), /* @__PURE__ */ r.createElement("div", { style: { display: "flex", alignItems: "center", marginLeft: "24px" } }, /* @__PURE__ */ r.createElement("a", { href:
|
|
217
|
+
} }, /* @__PURE__ */ r.createElement("span", { style: { display: "flex", alignSelf: "center", marginRight: "8px" } }, /* @__PURE__ */ r.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none" }, /* @__PURE__ */ r.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z", fill: "#1E1E1E" }))), /* @__PURE__ */ r.createElement("span", null, "No valid license found for KendoReact. Learn how to activate your license."), /* @__PURE__ */ r.createElement("div", { style: { display: "flex", alignItems: "center", marginLeft: "24px" } }, /* @__PURE__ */ r.createElement("a", { href: Lt, style: { marginRight: "8px", display: "flex" } }, /* @__PURE__ */ r.createElement(
|
|
218
218
|
"button",
|
|
219
219
|
{
|
|
220
220
|
title: "Learn More",
|
|
@@ -267,7 +267,7 @@ const Jn = () => {
|
|
|
267
267
|
backgroundImage: "url('data:image/png;base64,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')"
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
-
), n &&
|
|
270
|
+
), n && xt.createPortal(l, document.body));
|
|
271
271
|
};
|
|
272
272
|
function Un(e, t, n, o) {
|
|
273
273
|
if (e) {
|
|
@@ -279,7 +279,7 @@ function Un(e, t, n, o) {
|
|
|
279
279
|
e.call(void 0, Object.assign(s, o));
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
function
|
|
282
|
+
function Tt({ onFocus: e, onBlur: t, onSyncFocus: n, onSyncBlur: o }) {
|
|
283
283
|
const s = r.useRef(!1), l = r.useRef(0), c = r.useCallback(
|
|
284
284
|
(f) => {
|
|
285
285
|
clearTimeout(l.current), l.current = window.setTimeout(() => f());
|
|
@@ -312,12 +312,12 @@ const Zn = ({
|
|
|
312
312
|
onSyncFocus: o,
|
|
313
313
|
onSyncBlur: s
|
|
314
314
|
}) => {
|
|
315
|
-
const l =
|
|
315
|
+
const l = Tt({ onFocus: t, onBlur: n, onSyncFocus: o, onSyncBlur: s });
|
|
316
316
|
return /* @__PURE__ */ r.createElement(r.Fragment, null, e.call(void 0, { ...l }));
|
|
317
|
-
},
|
|
318
|
-
const s =
|
|
317
|
+
}, Nt = (e, t) => r.useContext(e)(t), Vn = () => r.createContext((e) => e), qn = (e, t) => r.forwardRef((n, o) => {
|
|
318
|
+
const s = Nt(e, n);
|
|
319
319
|
return /* @__PURE__ */ r.createElement(t, { ...s, ref: o });
|
|
320
|
-
}),
|
|
320
|
+
}), he = typeof window != "undefined" ? r.useLayoutEffect : r.useEffect;
|
|
321
321
|
function Ht(e) {
|
|
322
322
|
const [t, n] = r.useState(!1);
|
|
323
323
|
r.useEffect(() => {
|
|
@@ -327,10 +327,10 @@ function Ht(e) {
|
|
|
327
327
|
if (e)
|
|
328
328
|
return e;
|
|
329
329
|
if (t)
|
|
330
|
-
return
|
|
330
|
+
return Ye();
|
|
331
331
|
});
|
|
332
|
-
return
|
|
333
|
-
o === void 0 && s(
|
|
332
|
+
return he(() => {
|
|
333
|
+
o === void 0 && s(Ye());
|
|
334
334
|
}, []), r.useId ? e != null ? e : r.useId() : o;
|
|
335
335
|
}
|
|
336
336
|
const Kn = (e) => r.forwardRef((t, n) => {
|
|
@@ -457,7 +457,7 @@ const Bt = (e, t, n = {}) => {
|
|
|
457
457
|
return [e, {}];
|
|
458
458
|
};
|
|
459
459
|
var X = /* @__PURE__ */ ((e) => (e[e.add = 0] = "add", e[e.remove = 1] = "remove", e))(X || {});
|
|
460
|
-
const
|
|
460
|
+
const Ue = (e = []) => {
|
|
461
461
|
const t = r.useRef(e), n = r.useCallback(
|
|
462
462
|
(o) => {
|
|
463
463
|
switch (o.type) {
|
|
@@ -489,7 +489,7 @@ const Je = (e = []) => {
|
|
|
489
489
|
const o = t();
|
|
490
490
|
return o && o.defaultView || window;
|
|
491
491
|
}, [t]);
|
|
492
|
-
},
|
|
492
|
+
}, rt = {
|
|
493
493
|
default: "",
|
|
494
494
|
xsmall: "k-icon-xs",
|
|
495
495
|
small: "k-icon-sm",
|
|
@@ -510,13 +510,13 @@ const Je = (e = []) => {
|
|
|
510
510
|
n !== void 0 ? o(...h) : l(h[0]);
|
|
511
511
|
}
|
|
512
512
|
];
|
|
513
|
-
},
|
|
513
|
+
}, ot = r.createContext([
|
|
514
514
|
void 0,
|
|
515
515
|
C
|
|
516
|
-
]),
|
|
516
|
+
]), ge = r.createContext([
|
|
517
517
|
void 0,
|
|
518
518
|
C
|
|
519
|
-
]),
|
|
519
|
+
]), st = r.createContext([[], C, C]), me = r.createContext([[], C, C]), Xt = 2e3;
|
|
520
520
|
function Yt(e, t, n = {}) {
|
|
521
521
|
const {
|
|
522
522
|
onPress: o = C,
|
|
@@ -529,27 +529,27 @@ function Yt(e, t, n = {}) {
|
|
|
529
529
|
mouseOnly: f = !1,
|
|
530
530
|
autoScroll: d = !0,
|
|
531
531
|
scrollContainer: m = null
|
|
532
|
-
} = n, [u, x] = r.useState(!1), [
|
|
532
|
+
} = n, [u, x] = r.useState(!1), [p, w] = r.useState(!1), [E] = ue(ge), [R, M] = ue(ot), [T] = r.useContext(me), [I, P, O] = r.useContext(st), y = r.useRef({ x: 0, y: 0 }), q = r.useRef(), K = r.useRef(!1), pe = r.useRef(), j = r.useRef(null), W = r.useRef(!1), ye = r.useRef({ x: 0, y: 0 }), ke = r.useRef({ x: 0, y: 0 }), U = r.useRef({ x: 0, y: 0 }), De = r.useRef({ x: 0, y: 0 }), Ae = r.useRef({ x: 0, y: 0 }), we = r.useRef({ x: 0, y: 0 }), ft = !!(typeof window != "undefined" && window.PointerEvent), Pe = !f && ft, L = r.useCallback(
|
|
533
533
|
() => e.current && e.current.element ? e.current.element : e.current,
|
|
534
534
|
[e]
|
|
535
|
-
),
|
|
535
|
+
), ht = r.useCallback(
|
|
536
536
|
() => h && h.current && h.current.element ? h.current.element : h ? h.current : null,
|
|
537
537
|
[h]
|
|
538
|
-
),
|
|
538
|
+
), Ie = r.useCallback(
|
|
539
539
|
() => m && m.current && m.current.element ? m.current.element : m ? m.current : null,
|
|
540
540
|
[m]
|
|
541
|
-
),
|
|
541
|
+
), Oe = r.useCallback(
|
|
542
542
|
() => typeof d == "object" && d.boundaryElementRef && d.boundaryElementRef.current && d.boundaryElementRef.current.element ? d.boundaryElementRef.current.element : typeof d == "object" && d.boundaryElementRef && d.boundaryElementRef.current ? d.boundaryElementRef.current : null,
|
|
543
543
|
[d]
|
|
544
544
|
), Q = r.useRef(null);
|
|
545
545
|
r.useImperativeHandle(Q, () => ({
|
|
546
546
|
element: L(),
|
|
547
|
-
hint:
|
|
548
|
-
onPress:
|
|
549
|
-
onDragStart:
|
|
550
|
-
onDrag:
|
|
551
|
-
onDragEnd:
|
|
552
|
-
onRelease:
|
|
547
|
+
hint: ht(),
|
|
548
|
+
onPress: gt,
|
|
549
|
+
onDragStart: vt,
|
|
550
|
+
onDrag: Ct,
|
|
551
|
+
onDragEnd: Et,
|
|
552
|
+
onRelease: mt,
|
|
553
553
|
data: e.current
|
|
554
554
|
}));
|
|
555
555
|
const Z = r.useCallback(
|
|
@@ -564,7 +564,7 @@ function Yt(e, t, n = {}) {
|
|
|
564
564
|
return a && a.defaultView || window;
|
|
565
565
|
},
|
|
566
566
|
[Z]
|
|
567
|
-
),
|
|
567
|
+
), Me = r.useCallback(
|
|
568
568
|
() => ({
|
|
569
569
|
drag: R ? R.current : null,
|
|
570
570
|
drop: E ? E.current : null,
|
|
@@ -572,47 +572,42 @@ function Yt(e, t, n = {}) {
|
|
|
572
572
|
drops: T.map((a) => a.current),
|
|
573
573
|
pressed: u,
|
|
574
574
|
ignoreMouse: K.current,
|
|
575
|
-
scrollOffset:
|
|
575
|
+
scrollOffset: Ae.current,
|
|
576
576
|
offset: ye.current,
|
|
577
|
-
pageOffset:
|
|
578
|
-
initialScrollOffset:
|
|
577
|
+
pageOffset: ke.current,
|
|
578
|
+
initialScrollOffset: we.current,
|
|
579
579
|
clientOffset: U.current,
|
|
580
|
-
initialClientOffset:
|
|
581
|
-
velocity:
|
|
580
|
+
initialClientOffset: De.current,
|
|
581
|
+
velocity: y.current,
|
|
582
582
|
autoScroll: !!(typeof d == "object" ? d.enabled !== !1 : d),
|
|
583
|
-
scrollableParent:
|
|
583
|
+
scrollableParent: Oe(),
|
|
584
584
|
autoScrollDirection: typeof d == "object" ? d.direction : { horizontal: !0, vertical: !0 },
|
|
585
|
-
isScrolling:
|
|
585
|
+
isScrolling: p
|
|
586
586
|
}),
|
|
587
|
-
[R, E, I, T, u, d,
|
|
588
|
-
), Me = r.useCallback(
|
|
589
|
-
(a) => {
|
|
590
|
-
x(a);
|
|
591
|
-
},
|
|
592
|
-
[]
|
|
587
|
+
[R, E, I, T, u, d, Oe, p]
|
|
593
588
|
), Se = r.useCallback(
|
|
594
589
|
(a) => {
|
|
595
|
-
|
|
590
|
+
x(a);
|
|
596
591
|
},
|
|
597
592
|
[]
|
|
598
593
|
), Re = r.useCallback(
|
|
599
594
|
(a) => {
|
|
600
|
-
|
|
595
|
+
w(a);
|
|
601
596
|
},
|
|
602
597
|
[]
|
|
603
598
|
), Le = r.useCallback(
|
|
604
599
|
(a) => {
|
|
605
|
-
|
|
600
|
+
y.current = a;
|
|
606
601
|
},
|
|
607
602
|
[]
|
|
608
603
|
), Te = r.useCallback(
|
|
609
604
|
(a) => {
|
|
610
|
-
|
|
605
|
+
ye.current = a;
|
|
611
606
|
},
|
|
612
607
|
[]
|
|
613
608
|
), Ne = r.useCallback(
|
|
614
609
|
(a) => {
|
|
615
|
-
|
|
610
|
+
U.current = a;
|
|
616
611
|
},
|
|
617
612
|
[]
|
|
618
613
|
), He = r.useCallback(
|
|
@@ -630,60 +625,65 @@ function Yt(e, t, n = {}) {
|
|
|
630
625
|
Ae.current = a;
|
|
631
626
|
},
|
|
632
627
|
[]
|
|
633
|
-
),
|
|
628
|
+
), Qe = r.useCallback(
|
|
629
|
+
(a) => {
|
|
630
|
+
we.current = a;
|
|
631
|
+
},
|
|
632
|
+
[]
|
|
633
|
+
), gt = r.useCallback(
|
|
634
634
|
(a) => {
|
|
635
635
|
o(a);
|
|
636
636
|
},
|
|
637
637
|
[o]
|
|
638
|
-
),
|
|
638
|
+
), mt = r.useCallback(
|
|
639
639
|
(a) => {
|
|
640
640
|
s(a);
|
|
641
641
|
},
|
|
642
642
|
[s]
|
|
643
|
-
),
|
|
643
|
+
), vt = r.useCallback(
|
|
644
644
|
(a) => {
|
|
645
645
|
M(Q, { target: e.current, event: a }), l(a);
|
|
646
646
|
},
|
|
647
647
|
[M, e, l]
|
|
648
|
-
),
|
|
648
|
+
), Ct = r.useCallback(
|
|
649
649
|
(a) => {
|
|
650
650
|
c(a);
|
|
651
651
|
},
|
|
652
652
|
[c]
|
|
653
|
-
),
|
|
653
|
+
), Et = r.useCallback(
|
|
654
654
|
(a) => {
|
|
655
655
|
W.current || (M(null, { target: e.current, event: a }), i(a));
|
|
656
656
|
},
|
|
657
657
|
[i, M, e]
|
|
658
658
|
), v = r.useCallback(
|
|
659
659
|
(a) => {
|
|
660
|
-
|
|
661
|
-
|
|
660
|
+
pt(
|
|
661
|
+
Me(),
|
|
662
662
|
{ event: a, payload: Q.current },
|
|
663
663
|
{
|
|
664
|
-
onVelocityChange:
|
|
665
|
-
onOffsetChange:
|
|
666
|
-
onClientOffsetChange:
|
|
667
|
-
onPageOffsetChange:
|
|
668
|
-
onInitialClientOffsetChange:
|
|
669
|
-
onScrollOffsetChange:
|
|
670
|
-
onInitialScrollOffsetChange:
|
|
671
|
-
onIsPressedChange:
|
|
672
|
-
onIsScrollingChange:
|
|
664
|
+
onVelocityChange: Le,
|
|
665
|
+
onOffsetChange: Te,
|
|
666
|
+
onClientOffsetChange: Ne,
|
|
667
|
+
onPageOffsetChange: He,
|
|
668
|
+
onInitialClientOffsetChange: Be,
|
|
669
|
+
onScrollOffsetChange: je,
|
|
670
|
+
onInitialScrollOffsetChange: Qe,
|
|
671
|
+
onIsPressedChange: Se,
|
|
672
|
+
onIsScrollingChange: Re
|
|
673
673
|
}
|
|
674
674
|
);
|
|
675
675
|
},
|
|
676
676
|
[
|
|
677
|
-
|
|
678
|
-
Re,
|
|
677
|
+
Me,
|
|
679
678
|
Le,
|
|
680
|
-
Ne,
|
|
681
679
|
Te,
|
|
682
680
|
He,
|
|
683
|
-
|
|
684
|
-
Me,
|
|
681
|
+
Ne,
|
|
685
682
|
Be,
|
|
686
|
-
|
|
683
|
+
Qe,
|
|
684
|
+
Se,
|
|
685
|
+
je,
|
|
686
|
+
Re
|
|
687
687
|
]
|
|
688
688
|
), _ = r.useCallback(
|
|
689
689
|
(a) => {
|
|
@@ -739,7 +739,7 @@ function Yt(e, t, n = {}) {
|
|
|
739
739
|
(a) => {
|
|
740
740
|
if (a.touches.length === 0 && a.changedTouches.length === 1) {
|
|
741
741
|
const b = N();
|
|
742
|
-
K.current = !0,
|
|
742
|
+
K.current = !0, pe.current = b.setTimeout(() => {
|
|
743
743
|
K.current = !1;
|
|
744
744
|
}, Xt);
|
|
745
745
|
}
|
|
@@ -751,7 +751,7 @@ function Yt(e, t, n = {}) {
|
|
|
751
751
|
v(a);
|
|
752
752
|
},
|
|
753
753
|
[v]
|
|
754
|
-
),
|
|
754
|
+
), ze = r.useCallback(
|
|
755
755
|
() => {
|
|
756
756
|
const a = L();
|
|
757
757
|
if (a) {
|
|
@@ -762,35 +762,35 @@ function Yt(e, t, n = {}) {
|
|
|
762
762
|
}
|
|
763
763
|
},
|
|
764
764
|
[L]
|
|
765
|
-
),
|
|
765
|
+
), Fe = r.useCallback(
|
|
766
766
|
() => (P(Q), () => {
|
|
767
767
|
O(Q);
|
|
768
768
|
}),
|
|
769
769
|
[O, P]
|
|
770
|
-
),
|
|
770
|
+
), bt = () => {
|
|
771
771
|
const a = N(), b = L(), D = Z();
|
|
772
|
-
return
|
|
773
|
-
j.current && j.current.removeEventListener("scroll", ie), b && (b.removeEventListener("pointerdown", _), b.removeEventListener("mousedown", ne), b.removeEventListener("touchstart", le), b.removeEventListener("touchmove", ce), b.removeEventListener("touchend", ae)), D.removeEventListener("pointermove", $), D.removeEventListener("pointerup", te, !0), D.removeEventListener("contextmenu", se), D.removeEventListener("pointercancel", ee), D.removeEventListener("mousemove", re), D.removeEventListener("mouseup", oe), a.removeEventListener("touchmove", C), a.clearTimeout(
|
|
772
|
+
return Pe ? (b && (j.current = Xe(b), j.current && j.current.addEventListener("scroll", ie, { passive: !0 }), b.addEventListener("pointerdown", _, { passive: !0 })), u && (D.addEventListener("pointermove", $), D.addEventListener("pointerup", te, !0), D.addEventListener("contextmenu", se), D.addEventListener("pointercancel", ee, { passive: !0 }))) : (a.addEventListener("touchmove", C, { capture: !1, passive: !1 }), b && (b.addEventListener("mousedown", ne, { passive: !0 }), f || (b.addEventListener("touchstart", le, { passive: !0 }), u && (b.addEventListener("touchmove", ce, { passive: !0 }), b.addEventListener("touchend", ae, { passive: !0 })))), u && (D.addEventListener("mousemove", re, { passive: !0 }), D.addEventListener("mouseup", oe, { passive: !0 }))), () => {
|
|
773
|
+
j.current && j.current.removeEventListener("scroll", ie), b && (b.removeEventListener("pointerdown", _), b.removeEventListener("mousedown", ne), b.removeEventListener("touchstart", le), b.removeEventListener("touchmove", ce), b.removeEventListener("touchend", ae)), D.removeEventListener("pointermove", $), D.removeEventListener("pointerup", te, !0), D.removeEventListener("contextmenu", se), D.removeEventListener("pointercancel", ee), D.removeEventListener("mousemove", re), D.removeEventListener("mouseup", oe), a.removeEventListener("touchmove", C), a.clearTimeout(pe.current);
|
|
774
774
|
};
|
|
775
775
|
};
|
|
776
776
|
r.useEffect(() => {
|
|
777
777
|
const a = N();
|
|
778
|
-
if (
|
|
779
|
-
const b =
|
|
778
|
+
if (p) {
|
|
779
|
+
const b = Ie() || Xe(document.elementFromPoint(U.current.x, U.current.y));
|
|
780
780
|
a.clearInterval(q.current), q.current = a.setInterval(() => {
|
|
781
|
-
yt(b, { x:
|
|
781
|
+
yt(b, { x: y.current.x, y: y.current.y });
|
|
782
782
|
}, 50);
|
|
783
783
|
}
|
|
784
784
|
return () => {
|
|
785
785
|
a.clearInterval(q.current);
|
|
786
786
|
};
|
|
787
|
-
}, [L,
|
|
787
|
+
}, [L, Ie, N, p]), r.useEffect(ze, [ze]), r.useEffect(bt, [
|
|
788
788
|
u,
|
|
789
789
|
N,
|
|
790
790
|
L,
|
|
791
791
|
Z,
|
|
792
792
|
f,
|
|
793
|
-
|
|
793
|
+
Pe,
|
|
794
794
|
se,
|
|
795
795
|
ne,
|
|
796
796
|
re,
|
|
@@ -805,7 +805,7 @@ function Yt(e, t, n = {}) {
|
|
|
805
805
|
ie
|
|
806
806
|
]), r.useEffect(() => (W.current = !1, () => {
|
|
807
807
|
W.current = !0;
|
|
808
|
-
}), []),
|
|
808
|
+
}), []), he(Fe, [Fe]);
|
|
809
809
|
}
|
|
810
810
|
function Gt(e, t = {
|
|
811
811
|
onDragEnter: C,
|
|
@@ -818,7 +818,7 @@ function Gt(e, t = {
|
|
|
818
818
|
onDragOver: o = C,
|
|
819
819
|
onDragLeave: s = C,
|
|
820
820
|
onDrop: l = C
|
|
821
|
-
} = t, [, c] = ue(
|
|
821
|
+
} = t, [, c] = ue(ge), [, i, h] = r.useContext(me), f = r.useCallback(
|
|
822
822
|
() => e.current && e.current.element ? e.current.element : e.current,
|
|
823
823
|
[e]
|
|
824
824
|
), d = r.useRef(null);
|
|
@@ -827,7 +827,7 @@ function Gt(e, t = {
|
|
|
827
827
|
onDragEnter: m,
|
|
828
828
|
onDragOver: u,
|
|
829
829
|
onDragLeave: x,
|
|
830
|
-
onDrop:
|
|
830
|
+
onDrop: p,
|
|
831
831
|
data: e.current
|
|
832
832
|
}));
|
|
833
833
|
const m = r.useCallback(
|
|
@@ -845,7 +845,7 @@ function Gt(e, t = {
|
|
|
845
845
|
c(null, { target: e.current, event: E }), s(E);
|
|
846
846
|
},
|
|
847
847
|
[c, e, s]
|
|
848
|
-
),
|
|
848
|
+
), p = r.useCallback(
|
|
849
849
|
(E) => {
|
|
850
850
|
c(null, { target: e.current, event: E }), l(E);
|
|
851
851
|
},
|
|
@@ -856,9 +856,9 @@ function Gt(e, t = {
|
|
|
856
856
|
}),
|
|
857
857
|
[h, i]
|
|
858
858
|
);
|
|
859
|
-
|
|
859
|
+
he(w, [w]);
|
|
860
860
|
}
|
|
861
|
-
const
|
|
861
|
+
const Ze = (e, t, n) => {
|
|
862
862
|
const [o, s] = r.useState(t || e), l = r.useCallback(
|
|
863
863
|
(c, i) => {
|
|
864
864
|
s(c), n && n.call(void 0, { ...i, value: c });
|
|
@@ -866,7 +866,7 @@ const Ue = (e, t, n) => {
|
|
|
866
866
|
[n, s]
|
|
867
867
|
);
|
|
868
868
|
return [t !== void 0 ? t : o, l];
|
|
869
|
-
},
|
|
869
|
+
}, ve = r.forwardRef((e, t) => {
|
|
870
870
|
const {
|
|
871
871
|
className: n,
|
|
872
872
|
name: o,
|
|
@@ -882,25 +882,25 @@ const Ue = (e, t, n) => {
|
|
|
882
882
|
element: u.current
|
|
883
883
|
})), r.useImperativeHandle(t, () => m.current);
|
|
884
884
|
const x = r.useMemo(
|
|
885
|
-
() => l ||
|
|
885
|
+
() => l || Ve.size,
|
|
886
886
|
[l]
|
|
887
|
-
),
|
|
888
|
-
() => c ||
|
|
887
|
+
), p = r.useMemo(
|
|
888
|
+
() => c || Ve.flip,
|
|
889
889
|
[c]
|
|
890
890
|
), w = r.useMemo(
|
|
891
|
-
() =>
|
|
891
|
+
() => _e(
|
|
892
892
|
"k-icon",
|
|
893
893
|
"k-font-icon",
|
|
894
894
|
o && Ft(o),
|
|
895
895
|
{
|
|
896
896
|
[`k-color-${s}`]: s,
|
|
897
|
-
"k-flip-h":
|
|
898
|
-
"k-flip-v":
|
|
897
|
+
"k-flip-h": p === "horizontal" || p === "both",
|
|
898
|
+
"k-flip-v": p === "vertical" || p === "both"
|
|
899
899
|
},
|
|
900
|
-
|
|
900
|
+
rt[x],
|
|
901
901
|
n
|
|
902
902
|
),
|
|
903
|
-
[o, s, x,
|
|
903
|
+
[o, s, x, p, n]
|
|
904
904
|
), E = Bt(e, m);
|
|
905
905
|
return /* @__PURE__ */ r.createElement(
|
|
906
906
|
"span",
|
|
@@ -916,7 +916,7 @@ const Ue = (e, t, n) => {
|
|
|
916
916
|
}
|
|
917
917
|
);
|
|
918
918
|
});
|
|
919
|
-
|
|
919
|
+
ve.propTypes = {
|
|
920
920
|
style: g.object,
|
|
921
921
|
classNames: g.string,
|
|
922
922
|
name: g.string,
|
|
@@ -936,12 +936,12 @@ me.propTypes = {
|
|
|
936
936
|
size: g.oneOf(["default", "xsmall", "small", "medium", "large", "xlarge", "xxlarge", "xxxlarge"]),
|
|
937
937
|
flip: g.oneOf(["default", "horizontal", "vertical", "both"])
|
|
938
938
|
};
|
|
939
|
-
const
|
|
939
|
+
const Ve = {
|
|
940
940
|
size: "default",
|
|
941
941
|
flip: "default"
|
|
942
942
|
};
|
|
943
|
-
|
|
944
|
-
const
|
|
943
|
+
ve.displayName = "KendoIcon";
|
|
944
|
+
const Ce = r.forwardRef((e, t) => {
|
|
945
945
|
const {
|
|
946
946
|
children: n,
|
|
947
947
|
className: o,
|
|
@@ -955,7 +955,7 @@ const ve = r.forwardRef((e, t) => {
|
|
|
955
955
|
svgStyle: m,
|
|
956
956
|
themeColor: u,
|
|
957
957
|
viewBox: x,
|
|
958
|
-
name:
|
|
958
|
+
name: p,
|
|
959
959
|
onClick: w,
|
|
960
960
|
...E
|
|
961
961
|
} = e, R = r.useRef(null);
|
|
@@ -978,7 +978,7 @@ const ve = r.forwardRef((e, t) => {
|
|
|
978
978
|
() => x || V.viewBox,
|
|
979
979
|
[x]
|
|
980
980
|
), O = r.useMemo(
|
|
981
|
-
() =>
|
|
981
|
+
() => _e(
|
|
982
982
|
"k-icon",
|
|
983
983
|
"k-svg-icon",
|
|
984
984
|
"k-svg-i-" + M,
|
|
@@ -987,11 +987,11 @@ const ve = r.forwardRef((e, t) => {
|
|
|
987
987
|
"k-flip-h": I === "horizontal" || I === "both",
|
|
988
988
|
"k-flip-v": I === "vertical" || I === "both"
|
|
989
989
|
},
|
|
990
|
-
|
|
990
|
+
rt[T],
|
|
991
991
|
o
|
|
992
992
|
),
|
|
993
993
|
[M, u, T, I, o]
|
|
994
|
-
),
|
|
994
|
+
), y = r.useMemo(
|
|
995
995
|
() => e.width && e.height ? { width: e.width, height: e.height, ...d } : e.width ? { width: e.width, height: e.width, ...d } : e.height ? { width: e.height, height: e.height, ...d } : { ...d },
|
|
996
996
|
[e.width, e.height, d]
|
|
997
997
|
);
|
|
@@ -999,7 +999,7 @@ const ve = r.forwardRef((e, t) => {
|
|
|
999
999
|
"span",
|
|
1000
1000
|
{
|
|
1001
1001
|
className: O,
|
|
1002
|
-
style:
|
|
1002
|
+
style: y,
|
|
1003
1003
|
ref: R,
|
|
1004
1004
|
onClick: w,
|
|
1005
1005
|
"aria-hidden": !0
|
|
@@ -1022,7 +1022,7 @@ const ve = r.forwardRef((e, t) => {
|
|
|
1022
1022
|
)
|
|
1023
1023
|
);
|
|
1024
1024
|
});
|
|
1025
|
-
|
|
1025
|
+
Ce.propTypes = {
|
|
1026
1026
|
style: g.object,
|
|
1027
1027
|
classNames: g.string,
|
|
1028
1028
|
children: g.any,
|
|
@@ -1049,16 +1049,16 @@ const V = {
|
|
|
1049
1049
|
icon: "",
|
|
1050
1050
|
viewBox: "0 0 24 24"
|
|
1051
1051
|
};
|
|
1052
|
-
|
|
1053
|
-
const
|
|
1054
|
-
|
|
1052
|
+
Ce.displayName = "KendoSvgIcon";
|
|
1053
|
+
const lt = r.createContext({ type: "svg" });
|
|
1054
|
+
lt.displayName = "KendoReactIconsContext";
|
|
1055
1055
|
const Jt = r.forwardRef((e, t) => {
|
|
1056
1056
|
var h, f;
|
|
1057
|
-
const { type: n, icons: o } = r.useContext(
|
|
1057
|
+
const { type: n, icons: o } = r.useContext(lt), { icon: s, ...l } = e;
|
|
1058
1058
|
let c = n === "svg" ? ((h = e.icon) == null ? void 0 : h.name) || e.name : e.name || ((f = e.icon) == null ? void 0 : f.name);
|
|
1059
1059
|
c = c && o && o[c] && typeof o[c] == "string" ? o[c] : c;
|
|
1060
1060
|
const i = c && o && o[c] && typeof o[c] != "string" ? o[c] : s;
|
|
1061
|
-
return n === "svg" && i ? /* @__PURE__ */ r.createElement(
|
|
1061
|
+
return n === "svg" && i ? /* @__PURE__ */ r.createElement(Ce, { ...e, icon: i, ref: t }) : /* @__PURE__ */ r.createElement(ve, { ...l, name: c, ref: t });
|
|
1062
1062
|
});
|
|
1063
1063
|
Jt.displayName = "KendoIconWrap";
|
|
1064
1064
|
const Ut = {
|
|
@@ -1126,17 +1126,17 @@ const Ut = {
|
|
|
1126
1126
|
themeColor: m,
|
|
1127
1127
|
margin: u,
|
|
1128
1128
|
...x
|
|
1129
|
-
} = n,
|
|
1129
|
+
} = n, p = r.useRef(null), w = r.useRef(null);
|
|
1130
1130
|
r.useImperativeHandle(
|
|
1131
|
-
|
|
1131
|
+
p,
|
|
1132
1132
|
() => ({
|
|
1133
1133
|
element: w.current,
|
|
1134
1134
|
props: n
|
|
1135
1135
|
})
|
|
1136
|
-
), r.useImperativeHandle(o, () =>
|
|
1136
|
+
), r.useImperativeHandle(o, () => p.current);
|
|
1137
1137
|
const E = () => `k-${e === "p" ? "paragraph" : e}`, R = e, M = (P, O) => {
|
|
1138
|
-
const
|
|
1139
|
-
return `${Kt[P]}${
|
|
1138
|
+
const y = typeof O == "string" ? qt[O] : O;
|
|
1139
|
+
return `${Kt[P]}${y}`;
|
|
1140
1140
|
}, T = () => {
|
|
1141
1141
|
if (u !== void 0) {
|
|
1142
1142
|
if (typeof u == "string")
|
|
@@ -1145,8 +1145,8 @@ const Ut = {
|
|
|
1145
1145
|
return [`k-m-${u}`];
|
|
1146
1146
|
if (typeof u == "object") {
|
|
1147
1147
|
const P = [];
|
|
1148
|
-
return Object.keys(u).forEach((
|
|
1149
|
-
u[
|
|
1148
|
+
return Object.keys(u).forEach((y) => {
|
|
1149
|
+
u[y] !== null && u[y] !== void 0 && P.push(M(y, u[y]));
|
|
1150
1150
|
}), P.join(" ");
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
@@ -1159,7 +1159,7 @@ const Ut = {
|
|
|
1159
1159
|
$t[m],
|
|
1160
1160
|
T(),
|
|
1161
1161
|
c
|
|
1162
|
-
].filter((
|
|
1162
|
+
].filter((y) => y !== void 0).join(" ");
|
|
1163
1163
|
return /* @__PURE__ */ r.createElement(
|
|
1164
1164
|
R,
|
|
1165
1165
|
{
|
|
@@ -1209,13 +1209,13 @@ const Ut = {
|
|
|
1209
1209
|
code: cn,
|
|
1210
1210
|
pre: an
|
|
1211
1211
|
}, un = (e) => {
|
|
1212
|
-
const [t, n] =
|
|
1212
|
+
const [t, n] = Ze(
|
|
1213
1213
|
null,
|
|
1214
1214
|
void 0
|
|
1215
|
-
), [o, s] =
|
|
1215
|
+
), [o, s] = Ze(
|
|
1216
1216
|
null,
|
|
1217
1217
|
void 0
|
|
1218
|
-
), [l, c] =
|
|
1218
|
+
), [l, c] = Ue([]), [i, h] = Ue([]), f = (x) => {
|
|
1219
1219
|
c({
|
|
1220
1220
|
type: X.add,
|
|
1221
1221
|
item: x
|
|
@@ -1236,7 +1236,7 @@ const Ut = {
|
|
|
1236
1236
|
item: x
|
|
1237
1237
|
});
|
|
1238
1238
|
};
|
|
1239
|
-
return /* @__PURE__ */ r.createElement(
|
|
1239
|
+
return /* @__PURE__ */ r.createElement(ot.Provider, { value: [t, n] }, /* @__PURE__ */ r.createElement(ge.Provider, { value: [o, s] }, /* @__PURE__ */ r.createElement(st.Provider, { value: [l, f, d] }, /* @__PURE__ */ r.createElement(me.Provider, { value: [i, m, u] }, e.children))));
|
|
1240
1240
|
};
|
|
1241
1241
|
un.displayName = "KendoReactDragAndDrop";
|
|
1242
1242
|
const dn = r.forwardRef((e, t) => {
|
|
@@ -1550,20 +1550,20 @@ class vn {
|
|
|
1550
1550
|
return this.objects.some((n) => n[t]);
|
|
1551
1551
|
}
|
|
1552
1552
|
}
|
|
1553
|
-
const Y = "",
|
|
1554
|
-
function
|
|
1553
|
+
const Y = "", ct = "0", A = "_";
|
|
1554
|
+
function at(e, t, n) {
|
|
1555
1555
|
if (J(e))
|
|
1556
1556
|
return t[Number(e)];
|
|
1557
1557
|
{
|
|
1558
1558
|
const o = t[Number(H(e))], s = o && o[n] || [];
|
|
1559
|
-
return s.length ?
|
|
1559
|
+
return s.length ? at(B(e), s, n) : void 0;
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
1562
1562
|
function H(e) {
|
|
1563
|
-
return
|
|
1563
|
+
return Ee(e) ? e : e.split(A)[0];
|
|
1564
1564
|
}
|
|
1565
1565
|
function B(e) {
|
|
1566
|
-
if (
|
|
1566
|
+
if (Ee(e))
|
|
1567
1567
|
return e;
|
|
1568
1568
|
{
|
|
1569
1569
|
const t = e.indexOf(A);
|
|
@@ -1576,35 +1576,35 @@ function Cn(e) {
|
|
|
1576
1576
|
function G(e, t) {
|
|
1577
1577
|
return e = e.toString(), t ? t + A + e : e;
|
|
1578
1578
|
}
|
|
1579
|
-
function
|
|
1579
|
+
function it(e) {
|
|
1580
1580
|
const t = e.lastIndexOf(A);
|
|
1581
1581
|
return t < 0 ? Y : e.substring(0, t);
|
|
1582
1582
|
}
|
|
1583
|
-
function
|
|
1583
|
+
function Ee(e) {
|
|
1584
1584
|
return e === Y || e.indexOf(A) < 0;
|
|
1585
1585
|
}
|
|
1586
1586
|
function J(e) {
|
|
1587
1587
|
return e !== Y && e.indexOf(A) < 0;
|
|
1588
1588
|
}
|
|
1589
|
-
function
|
|
1589
|
+
function be(e) {
|
|
1590
1590
|
return e.split(A);
|
|
1591
1591
|
}
|
|
1592
|
-
function
|
|
1592
|
+
function xe(e) {
|
|
1593
1593
|
const t = e.lastIndexOf(A);
|
|
1594
1594
|
return t < 0 ? e : e.substring(t + 1);
|
|
1595
1595
|
}
|
|
1596
1596
|
function En(e) {
|
|
1597
|
-
return
|
|
1597
|
+
return xe(e) === ct;
|
|
1598
1598
|
}
|
|
1599
1599
|
function bn(e, t) {
|
|
1600
1600
|
const n = t;
|
|
1601
1601
|
e = "r" + A + e, t = "r" + A + t;
|
|
1602
|
-
const o =
|
|
1602
|
+
const o = it(e) + A;
|
|
1603
1603
|
if (t.startsWith(o)) {
|
|
1604
1604
|
const s = t.substring(o.length);
|
|
1605
1605
|
if (s) {
|
|
1606
1606
|
const l = H(s);
|
|
1607
|
-
if (Number(
|
|
1607
|
+
if (Number(xe(e)) < Number(l)) {
|
|
1608
1608
|
const c = o + (Number(l) - 1).toString() + s.substring(l.length);
|
|
1609
1609
|
return B(c);
|
|
1610
1610
|
}
|
|
@@ -1616,26 +1616,26 @@ const dr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1616
1616
|
__proto__: null,
|
|
1617
1617
|
EMPTY_ID: Y,
|
|
1618
1618
|
SEPARATOR: A,
|
|
1619
|
-
ZERO_LEVEL_ZERO_NODE_ID:
|
|
1619
|
+
ZERO_LEVEL_ZERO_NODE_ID: ct,
|
|
1620
1620
|
createId: G,
|
|
1621
|
-
getAllShortIds:
|
|
1621
|
+
getAllShortIds: be,
|
|
1622
1622
|
getDecrementedItemIdAfterRemoval: bn,
|
|
1623
|
-
getDirectParentId:
|
|
1623
|
+
getDirectParentId: it,
|
|
1624
1624
|
getFirstChildId: Cn,
|
|
1625
1625
|
getIdWithoutRootParentId: B,
|
|
1626
|
-
getItemById:
|
|
1626
|
+
getItemById: at,
|
|
1627
1627
|
getRootParentId: H,
|
|
1628
|
-
getShortId:
|
|
1629
|
-
isIdEmptyOrZeroLevel:
|
|
1628
|
+
getShortId: xe,
|
|
1629
|
+
isIdEmptyOrZeroLevel: Ee,
|
|
1630
1630
|
isIdZeroLevel: J,
|
|
1631
1631
|
isItemFirstFromSiblings: En
|
|
1632
1632
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1633
|
-
function
|
|
1633
|
+
function ut(e, t) {
|
|
1634
1634
|
const n = k(t, e);
|
|
1635
1635
|
return !!(n && n.length);
|
|
1636
1636
|
}
|
|
1637
1637
|
function fr(e, t) {
|
|
1638
|
-
return t.expanded(e) &&
|
|
1638
|
+
return t.expanded(e) && ut(e, t.getChildrenField());
|
|
1639
1639
|
}
|
|
1640
1640
|
function hr(e, t, n, o) {
|
|
1641
1641
|
const s = xn([e], t, n, o);
|
|
@@ -1643,17 +1643,17 @@ function hr(e, t, n, o) {
|
|
|
1643
1643
|
}
|
|
1644
1644
|
function xn(e, t, n, o) {
|
|
1645
1645
|
const s = [], l = new vn();
|
|
1646
|
-
return l.init(e),
|
|
1646
|
+
return l.init(e), dt(l, t, n, Y, s, o), s;
|
|
1647
1647
|
}
|
|
1648
|
-
function
|
|
1648
|
+
function pn(e, t, n, o, s) {
|
|
1649
1649
|
const l = Number(H(t));
|
|
1650
1650
|
if (l >= e.length)
|
|
1651
1651
|
return e;
|
|
1652
1652
|
let c = e, i = e[l];
|
|
1653
|
-
return i[o] || (c = e.slice(), i = c[l] = Object.assign({}, i, { [o]: !0 })), J(t) ? n(i) : i[s] && (i[s] =
|
|
1653
|
+
return i[o] || (c = e.slice(), i = c[l] = Object.assign({}, i, { [o]: !0 })), J(t) ? n(i) : i[s] && (i[s] = pn(i[s], B(t), n, o, s)), c;
|
|
1654
1654
|
}
|
|
1655
1655
|
function gr(e, t, n) {
|
|
1656
|
-
const o =
|
|
1656
|
+
const o = be(e);
|
|
1657
1657
|
let s = t;
|
|
1658
1658
|
for (let l = 0; l < o.length; l++) {
|
|
1659
1659
|
const c = s[Number(o[l])];
|
|
@@ -1686,7 +1686,7 @@ function vr(e, t, n, o, s) {
|
|
|
1686
1686
|
return (e[o] || []).every((c, i) => s.indexOf(n ? k(n, c) : G(i, t)) > -1);
|
|
1687
1687
|
}
|
|
1688
1688
|
function Cr(e, t, n) {
|
|
1689
|
-
const o = [], s =
|
|
1689
|
+
const o = [], s = be(e);
|
|
1690
1690
|
let l = n;
|
|
1691
1691
|
for (let c = 0; c < s.length - 1 && l; c++) {
|
|
1692
1692
|
const i = l[Number(s[c])];
|
|
@@ -1694,13 +1694,13 @@ function Cr(e, t, n) {
|
|
|
1694
1694
|
}
|
|
1695
1695
|
return o;
|
|
1696
1696
|
}
|
|
1697
|
-
function
|
|
1697
|
+
function yn(e, t, n) {
|
|
1698
1698
|
const o = n.slice();
|
|
1699
1699
|
if (J(e))
|
|
1700
1700
|
o.splice(Number(e), 1);
|
|
1701
1701
|
else {
|
|
1702
1702
|
const s = Number(H(e)), l = o[s] = { ...o[s] };
|
|
1703
|
-
l[t] =
|
|
1703
|
+
l[t] = yn(B(e), t, l[t]);
|
|
1704
1704
|
}
|
|
1705
1705
|
return o;
|
|
1706
1706
|
}
|
|
@@ -1718,42 +1718,42 @@ function kn(e, t, n, o, s) {
|
|
|
1718
1718
|
}
|
|
1719
1719
|
return l;
|
|
1720
1720
|
}
|
|
1721
|
-
function
|
|
1721
|
+
function dt(e, t, n, o, s, l) {
|
|
1722
1722
|
for (let c = 0; c < n.length; c++) {
|
|
1723
1723
|
const i = n[c], h = G(c, o);
|
|
1724
|
-
e.hasId(k(t, i)) && s.push(h),
|
|
1724
|
+
e.hasId(k(t, i)) && s.push(h), ut(i, l) && dt(e, t, k(l, i), h, s, l);
|
|
1725
1725
|
}
|
|
1726
1726
|
}
|
|
1727
1727
|
export {
|
|
1728
1728
|
Zn as AsyncFocusBlur,
|
|
1729
|
-
|
|
1729
|
+
We as BrowserSupportService,
|
|
1730
1730
|
X as COLLECTION_ACTION,
|
|
1731
1731
|
un as DragAndDrop,
|
|
1732
1732
|
dn as Draggable,
|
|
1733
1733
|
fn as Droppable,
|
|
1734
1734
|
lr as FOCUSABLE_ELEMENTS,
|
|
1735
1735
|
Sn as FormComponent,
|
|
1736
|
-
|
|
1736
|
+
ve as Icon,
|
|
1737
1737
|
Jt as IconWrap,
|
|
1738
|
-
|
|
1738
|
+
lt as IconsContext,
|
|
1739
1739
|
Tn as Keys,
|
|
1740
1740
|
cr as Navigation,
|
|
1741
1741
|
vn as SortedPublicItemIds,
|
|
1742
|
-
|
|
1742
|
+
Ce as SvgIcon,
|
|
1743
1743
|
ur as TreeFieldsService,
|
|
1744
1744
|
rr as Typography,
|
|
1745
1745
|
Jn as WatermarkOverlay,
|
|
1746
|
-
|
|
1746
|
+
Ke as ZIndexContext,
|
|
1747
1747
|
kn as addItem,
|
|
1748
1748
|
vr as areAllDirectChildrenChecked,
|
|
1749
1749
|
fe as canUseDOM,
|
|
1750
1750
|
In as canUseRef,
|
|
1751
|
-
|
|
1751
|
+
_e as classNames,
|
|
1752
1752
|
On as clone,
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1753
|
+
Pt as cloneArray,
|
|
1754
|
+
wt as cloneDate,
|
|
1755
|
+
$e as cloneObject,
|
|
1756
|
+
et as cloneValue,
|
|
1757
1757
|
Vn as createPropsContext,
|
|
1758
1758
|
Un as dispatchEvent,
|
|
1759
1759
|
zn as extendDataItem,
|
|
@@ -1767,8 +1767,8 @@ export {
|
|
|
1767
1767
|
Nn as getScrollbarWidth,
|
|
1768
1768
|
Rn as getTabIndex,
|
|
1769
1769
|
Ln as getter,
|
|
1770
|
-
|
|
1771
|
-
|
|
1770
|
+
Ye as guid,
|
|
1771
|
+
ut as hasChildren,
|
|
1772
1772
|
Gn as hasRelativeStackingContext,
|
|
1773
1773
|
ir as isArray,
|
|
1774
1774
|
gr as isEnabledAndAllParentsEnabled,
|
|
@@ -1778,7 +1778,7 @@ export {
|
|
|
1778
1778
|
Qn as mapTreeItem,
|
|
1779
1779
|
sr as memoizeOne,
|
|
1780
1780
|
C as noop,
|
|
1781
|
-
|
|
1781
|
+
yn as removeItem,
|
|
1782
1782
|
hr as resolveItemId,
|
|
1783
1783
|
xn as resolveItemsIds,
|
|
1784
1784
|
Hn as setScrollbarWidth,
|
|
@@ -1788,18 +1788,18 @@ export {
|
|
|
1788
1788
|
Ft as toIconClass,
|
|
1789
1789
|
tr as toIconName,
|
|
1790
1790
|
dr as treeIdUtils,
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1791
|
+
pn as updateItem,
|
|
1792
|
+
Tt as useAsyncFocusBlur,
|
|
1793
|
+
Ue as useCollection,
|
|
1794
1794
|
$n as useCustomComponent,
|
|
1795
1795
|
Wn as useDir,
|
|
1796
1796
|
zt as useDocument,
|
|
1797
1797
|
Yt as useDraggable,
|
|
1798
1798
|
Gt as useDroppable,
|
|
1799
1799
|
Ht as useId,
|
|
1800
|
-
|
|
1800
|
+
he as useIsomorphicLayoutEffect,
|
|
1801
1801
|
Bt as useMouse,
|
|
1802
|
-
|
|
1802
|
+
Nt as usePropsContext,
|
|
1803
1803
|
_n as useRtl,
|
|
1804
1804
|
er as useWindow,
|
|
1805
1805
|
Pn as useZIndexContext,
|