@progress/kendo-react-data-tools 7.0.2-develop.1 → 7.0.2-develop.3
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-datatools.js +1 -1
- package/filter/Expression.d.ts +1 -1
- package/filter/Filter.d.ts +1 -1
- package/filter/Group.d.ts +1 -1
- package/filter/filters/BooleanFilter.d.ts +1 -1
- package/filter/filters/DateFilter.d.ts +1 -1
- package/filter/filters/EnumFilter.d.ts +1 -1
- package/filter/filters/NumericFilter.d.ts +1 -1
- package/filter/filters/TextFilter.d.ts +1 -1
- package/index.d.mts +5 -0
- package/index.js +1 -1
- package/index.mjs +75 -75
- package/package.json +18 -12
- package/pager/Pager.d.ts +1 -1
package/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use client";
|
|
6
6
|
import * as a from "react";
|
|
7
|
-
import
|
|
7
|
+
import d from "prop-types";
|
|
8
8
|
import { classNames as _, kendoThemeMaps as _t, validatePackage as dt, Draggable as ht, Keys as B, IconWrap as Re, canUseDOM as $t, toIconName as sn, extendDataItem as gt, mapTree as ae, getItemPath as an, getNestedValue as $e, guid as ln, getActiveElement as cn, getter as Wt, hasRelativeStackingContext as un, useDocument as pn } from "@progress/kendo-react-common";
|
|
9
9
|
import { Button as K, Toolbar as Ht, ToolbarItem as We, ButtonGroup as dn } from "@progress/kendo-react-buttons";
|
|
10
10
|
import { provideLocalizationService as q, provideIntlService as Vt, registerForLocalization as $, registerForIntl as hn, useLocalization as Y } from "@progress/kendo-react-intl";
|
|
@@ -230,7 +230,7 @@ const mt = {
|
|
|
230
230
|
name: "@progress/kendo-react-data-tools",
|
|
231
231
|
productName: "KendoReact",
|
|
232
232
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
233
|
-
publishDate:
|
|
233
|
+
publishDate: 1702640787,
|
|
234
234
|
version: "",
|
|
235
235
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
236
236
|
}, At = 600, Ln = 768;
|
|
@@ -526,28 +526,28 @@ const Te = (e) => class extends a.Component {
|
|
|
526
526
|
);
|
|
527
527
|
}
|
|
528
528
|
};
|
|
529
|
-
class
|
|
529
|
+
class rs extends Te(Dn) {
|
|
530
530
|
}
|
|
531
531
|
const wn = {
|
|
532
532
|
inputComponent: (e) => /* @__PURE__ */ a.createElement(ft, { ...e }),
|
|
533
533
|
operatorComponent: (e) => /* @__PURE__ */ a.createElement(G, { ...e }),
|
|
534
534
|
emptyFilter: { operator: "eq", value: null }
|
|
535
535
|
};
|
|
536
|
-
class
|
|
536
|
+
class ns extends Te(wn) {
|
|
537
537
|
}
|
|
538
538
|
const On = {
|
|
539
539
|
inputComponent: (e) => /* @__PURE__ */ a.createElement(Me, { ...e }),
|
|
540
540
|
operatorComponent: (e) => /* @__PURE__ */ a.createElement(G, { ...e }),
|
|
541
541
|
emptyFilter: { operator: "eq", value: null }
|
|
542
542
|
};
|
|
543
|
-
class
|
|
543
|
+
class os extends Te(On) {
|
|
544
544
|
}
|
|
545
545
|
const Nn = {
|
|
546
546
|
inputComponent: (e) => /* @__PURE__ */ a.createElement(Yt, { ...e }),
|
|
547
547
|
operatorComponent: (e) => /* @__PURE__ */ a.createElement(G, { ...e }),
|
|
548
548
|
emptyFilter: { operator: "contains", value: "" }
|
|
549
549
|
};
|
|
550
|
-
class
|
|
550
|
+
class ss extends Te(Nn) {
|
|
551
551
|
}
|
|
552
552
|
const An = {
|
|
553
553
|
filterable: !0,
|
|
@@ -556,7 +556,7 @@ const An = {
|
|
|
556
556
|
resizable: !0,
|
|
557
557
|
reorderable: !0,
|
|
558
558
|
groupable: !0
|
|
559
|
-
}, X = "data-keyboardnavlevel", Tr = "data-keyboardnavscope", Br = "data-keyboardnavheader", Kr = "data-keyboardnavbody", Be = "data-keyboardnavid",
|
|
559
|
+
}, X = "data-keyboardnavlevel", Tr = "data-keyboardnavscope", Br = "data-keyboardnavheader", Kr = "data-keyboardnavbody", Be = "data-keyboardnavid", as = "data-keyboardnavzone", Pn = "_filter", qr = [
|
|
560
560
|
"input:not([disabled]):not([type=hidden])",
|
|
561
561
|
"select:not([disabled])",
|
|
562
562
|
"textarea:not([disabled])",
|
|
@@ -570,11 +570,11 @@ const An = {
|
|
|
570
570
|
"audio[controls]",
|
|
571
571
|
"video[controls]",
|
|
572
572
|
"[contenteditable]"
|
|
573
|
-
], vt = [...qr, "[tabindex]"], Tn = [...qr, "[tabindex]"].map((e) => e + ':not([tabindex="-1"])'),
|
|
573
|
+
], vt = [...qr, "[tabindex]"], Tn = [...qr, "[tabindex]"].map((e) => e + ':not([tabindex="-1"])'), is = {
|
|
574
574
|
[Tr]: !0
|
|
575
575
|
}, Bn = {
|
|
576
576
|
[Br]: !0
|
|
577
|
-
},
|
|
577
|
+
}, ls = {
|
|
578
578
|
[Kr]: !0
|
|
579
579
|
}, zr = a.createContext(void 0);
|
|
580
580
|
zr.displayName = "KendoReactTableKeyboardNavigationContext";
|
|
@@ -696,7 +696,7 @@ const Gr = (e, t, r = "cell") => `${t}_${e}_${r}`, qn = (e) => {
|
|
|
696
696
|
}, jn = "k-table-row k-filter-row", Zn = (e, t, r) => {
|
|
697
697
|
let n = `${r ? "k-grid-header-sticky" : ""}`;
|
|
698
698
|
return e.some((o) => o.field === t) && (n += " k-sorted"), n;
|
|
699
|
-
},
|
|
699
|
+
}, cs = function(e) {
|
|
700
700
|
const { columns: t, filter: r, filterChange: n, sort: o = [], ariaRowIndex: s } = e, i = Y();
|
|
701
701
|
return /* @__PURE__ */ a.createElement("tr", { className: jn, "aria-rowindex": s, role: "row" }, t.map((l, c) => {
|
|
702
702
|
const u = l.locked !== void 0 ? {
|
|
@@ -743,7 +743,7 @@ const xt = (e) => {
|
|
|
743
743
|
let t = e.width ? parseFloat(e.width.toString()) : 0;
|
|
744
744
|
return !t && e.children && e.children.length && (t = e.children.reduce((r, n) => xt(n) + r, 0)), t;
|
|
745
745
|
};
|
|
746
|
-
function
|
|
746
|
+
function us(e) {
|
|
747
747
|
const t = [[]];
|
|
748
748
|
let r = 0;
|
|
749
749
|
for (let s = e.length - 1; s >= 0; s--)
|
|
@@ -840,7 +840,7 @@ function Tt(e, t) {
|
|
|
840
840
|
return s;
|
|
841
841
|
return -1;
|
|
842
842
|
}
|
|
843
|
-
class
|
|
843
|
+
class ps extends a.Component {
|
|
844
844
|
constructor() {
|
|
845
845
|
super(...arguments), this.element = null;
|
|
846
846
|
}
|
|
@@ -1050,7 +1050,7 @@ class co extends a.Component {
|
|
|
1050
1050
|
}
|
|
1051
1051
|
}
|
|
1052
1052
|
$(co);
|
|
1053
|
-
function
|
|
1053
|
+
function ds(e) {
|
|
1054
1054
|
const t = [
|
|
1055
1055
|
/* @__PURE__ */ a.createElement(
|
|
1056
1056
|
"input",
|
|
@@ -1070,7 +1070,7 @@ function ps(e) {
|
|
|
1070
1070
|
];
|
|
1071
1071
|
return /* @__PURE__ */ a.createElement(a.Fragment, null, e.render ? e.render.call(void 0, t, e) : t);
|
|
1072
1072
|
}
|
|
1073
|
-
function
|
|
1073
|
+
function hs(e) {
|
|
1074
1074
|
const { enabled: t, columns: r = [], tableViewPortWidth: n, scrollLeft: o } = e, s = r.map(() => 1), i = r.map(() => !1);
|
|
1075
1075
|
if (!t)
|
|
1076
1076
|
return { colSpans: s, hiddenColumns: i };
|
|
@@ -1102,7 +1102,7 @@ function ds(e) {
|
|
|
1102
1102
|
}
|
|
1103
1103
|
return { colSpans: s, hiddenColumns: i };
|
|
1104
1104
|
}
|
|
1105
|
-
class
|
|
1105
|
+
class gs {
|
|
1106
1106
|
constructor(t) {
|
|
1107
1107
|
this.columns = [], this.resizable = !1, this.isRtl = !1, this.setIsRtl = (r) => {
|
|
1108
1108
|
this.isRtl = r;
|
|
@@ -1149,7 +1149,7 @@ class hs {
|
|
|
1149
1149
|
t && (t.style.width = r + "px");
|
|
1150
1150
|
}
|
|
1151
1151
|
}
|
|
1152
|
-
class
|
|
1152
|
+
class fs {
|
|
1153
1153
|
constructor(t, r, n) {
|
|
1154
1154
|
this.columns = [], this.reorderable = !1, this.groupable = !1, this.startColumn = -1, this.startGroup = -1, this.currentColumn = -1, this.currentGroup = -1, this.dropElementClue = null, this.dragElementClue = null, this.groupPanelDivElement = null, this.refGroupPanelDiv = (o) => {
|
|
1155
1155
|
this.groupPanelDivElement = o;
|
|
@@ -1226,7 +1226,7 @@ class gs {
|
|
|
1226
1226
|
});
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
|
-
class
|
|
1229
|
+
class ms extends a.PureComponent {
|
|
1230
1230
|
constructor(t) {
|
|
1231
1231
|
super(t), this.elementRef = a.createRef(), this.state = {
|
|
1232
1232
|
visible: !1,
|
|
@@ -1263,7 +1263,7 @@ class fs extends a.PureComponent {
|
|
|
1263
1263
|
return /* @__PURE__ */ a.createElement(a.Fragment, null, n, /* @__PURE__ */ a.createElement("div", { ref: this.hiddenElementRef, style: { display: "none" } }));
|
|
1264
1264
|
}
|
|
1265
1265
|
}
|
|
1266
|
-
class
|
|
1266
|
+
class vs extends a.PureComponent {
|
|
1267
1267
|
constructor(t) {
|
|
1268
1268
|
super(t), this.state = {
|
|
1269
1269
|
height: 0,
|
|
@@ -1488,7 +1488,7 @@ const ho = [
|
|
|
1488
1488
|
{ text: ie, operator: "eq" },
|
|
1489
1489
|
{ text: le, operator: "neq" }
|
|
1490
1490
|
];
|
|
1491
|
-
class
|
|
1491
|
+
class Es {
|
|
1492
1492
|
/**
|
|
1493
1493
|
* An array containing the operators for the TextFilter component.
|
|
1494
1494
|
*
|
|
@@ -2236,7 +2236,7 @@ const kt = (e) => {
|
|
|
2236
2236
|
)
|
|
2237
2237
|
), Mt = [rn, nn];
|
|
2238
2238
|
return /* @__PURE__ */ a.createElement(a.Fragment, null, e.render ? e.render.call(void 0, Mt) : Mt);
|
|
2239
|
-
},
|
|
2239
|
+
}, Cs = (e) => {
|
|
2240
2240
|
const { field: t, ...r } = e, n = a.useCallback(
|
|
2241
2241
|
(i) => ({ logic: "and", filters: [{ operator: "contains", field: i, value: "" }, { operator: "contains", field: i, value: "" }] }),
|
|
2242
2242
|
[]
|
|
@@ -2256,7 +2256,7 @@ const kt = (e) => {
|
|
|
2256
2256
|
...r
|
|
2257
2257
|
}
|
|
2258
2258
|
);
|
|
2259
|
-
},
|
|
2259
|
+
}, xs = (e) => {
|
|
2260
2260
|
const { field: t, ...r } = e, n = a.useCallback(
|
|
2261
2261
|
(i) => ({ logic: "or", filters: [{ operator: "eq", field: i, value: null }, { operator: "eq", field: i, value: null }] }),
|
|
2262
2262
|
[]
|
|
@@ -2276,7 +2276,7 @@ const kt = (e) => {
|
|
|
2276
2276
|
...r
|
|
2277
2277
|
}
|
|
2278
2278
|
);
|
|
2279
|
-
},
|
|
2279
|
+
}, bs = (e) => {
|
|
2280
2280
|
const { field: t, ...r } = e, n = a.useCallback(
|
|
2281
2281
|
(i) => ({ logic: "or", filters: [{ operator: "eq", field: i, value: null }, { operator: "eq", field: i, value: null }] }),
|
|
2282
2282
|
[]
|
|
@@ -2296,7 +2296,7 @@ const kt = (e) => {
|
|
|
2296
2296
|
...r
|
|
2297
2297
|
}
|
|
2298
2298
|
);
|
|
2299
|
-
},
|
|
2299
|
+
}, ys = (e) => {
|
|
2300
2300
|
const { field: t, ...r } = e, n = a.useCallback(
|
|
2301
2301
|
(i) => ({ logic: "and", filters: [{ operator: "eq", field: i, value: !1 }] }),
|
|
2302
2302
|
[]
|
|
@@ -2325,7 +2325,7 @@ function Zr(e, t, r) {
|
|
|
2325
2325
|
}
|
|
2326
2326
|
return e;
|
|
2327
2327
|
}
|
|
2328
|
-
function
|
|
2328
|
+
function Is(e, t, r) {
|
|
2329
2329
|
let n = er(e, t);
|
|
2330
2330
|
return n = n.map((o) => Zr(o, t, r)), n;
|
|
2331
2331
|
}
|
|
@@ -2344,11 +2344,11 @@ function Jr(e, t, r) {
|
|
|
2344
2344
|
}
|
|
2345
2345
|
return e;
|
|
2346
2346
|
}
|
|
2347
|
-
function
|
|
2347
|
+
function ks(e, t, r) {
|
|
2348
2348
|
let n = { [r]: [...e] };
|
|
2349
2349
|
return n = Jr(n, t, r), n[r] || [];
|
|
2350
2350
|
}
|
|
2351
|
-
function
|
|
2351
|
+
function Ss(e, t, r) {
|
|
2352
2352
|
let n = [];
|
|
2353
2353
|
const o = [];
|
|
2354
2354
|
for (let s = e.length - 1; s >= 0; s--) {
|
|
@@ -2380,7 +2380,7 @@ function ks(e, t, r) {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
return o;
|
|
2382
2382
|
}
|
|
2383
|
-
const
|
|
2383
|
+
const Fs = (e, t, r) => {
|
|
2384
2384
|
const n = (c) => !!$e(t, c), o = (c) => !!$e(r, c), s = (c) => {
|
|
2385
2385
|
const u = [];
|
|
2386
2386
|
return n(c) && o(c) && u.push(...$e(r, c)), u;
|
|
@@ -2388,12 +2388,12 @@ const Ss = (e, t, r) => {
|
|
|
2388
2388
|
u.push({ ...c, level: p }), s(c).forEach((f) => i(f, u, p + 1));
|
|
2389
2389
|
}, l = [];
|
|
2390
2390
|
return e.forEach((c) => i(c, l, 0)), l;
|
|
2391
|
-
},
|
|
2391
|
+
}, Rs = (e, t, r, n) => {
|
|
2392
2392
|
let o = {}, s = [], i;
|
|
2393
2393
|
return e.forEach((l) => o[t(l)] = { ...l }), e.forEach((l) => {
|
|
2394
2394
|
i = o[r(l)], i ? (i[n] = i[n] || [], i[n].push(o[t(l)])) : s.push(o[t(l)]);
|
|
2395
2395
|
}), s;
|
|
2396
|
-
},
|
|
2396
|
+
}, Ms = (e, t, r) => gt(e, t, r), Ls = (e, t, r) => [...ae(
|
|
2397
2397
|
[{ [t]: [...e] }],
|
|
2398
2398
|
t,
|
|
2399
2399
|
(o) => Fo(o, r, t)
|
|
@@ -2407,11 +2407,11 @@ const Ss = (e, t, r) => {
|
|
|
2407
2407
|
};
|
|
2408
2408
|
}
|
|
2409
2409
|
return e;
|
|
2410
|
-
},
|
|
2410
|
+
}, Ds = (e, t, r, n) => ae(
|
|
2411
2411
|
e,
|
|
2412
2412
|
t,
|
|
2413
2413
|
(o) => r(o) ? { ...o, [t]: n(o[t] || []) } : o
|
|
2414
|
-
), Gt = (e, t, r) => an(e, t, r),
|
|
2414
|
+
), Gt = (e, t, r) => an(e, t, r), ws = (e, t, r, n) => {
|
|
2415
2415
|
const o = [...e], s = Gt(o, t, n), i = s.pop(), l = s.pop(), c = t[t.length - 1];
|
|
2416
2416
|
if (r) {
|
|
2417
2417
|
const p = Gt(o, r, n).pop();
|
|
@@ -2421,16 +2421,16 @@ const Ss = (e, t, r) => {
|
|
|
2421
2421
|
return o;
|
|
2422
2422
|
}, se = "groupId", pt = "items", Qr = (e, t, r) => {
|
|
2423
2423
|
e.items && (e[se] = `${r}${r && "_"}${e.value}${e.field}`, t > 1 && e.items.forEach((n) => Qr(n, t - 1, e[se])));
|
|
2424
|
-
},
|
|
2424
|
+
}, Os = (e) => {
|
|
2425
2425
|
const { group: t } = e;
|
|
2426
2426
|
if (t && t.length && e.data)
|
|
2427
2427
|
return e.data.forEach((r) => Qr(r, t.length, ""));
|
|
2428
|
-
},
|
|
2428
|
+
}, Ns = (e) => {
|
|
2429
2429
|
const t = [];
|
|
2430
2430
|
return ae(e.data, pt, (r) => {
|
|
2431
2431
|
r[se] && t.push(r[se]);
|
|
2432
2432
|
}), t;
|
|
2433
|
-
},
|
|
2433
|
+
}, As = (e) => ae(
|
|
2434
2434
|
e.data,
|
|
2435
2435
|
pt,
|
|
2436
2436
|
(t) => gt(t, pt, {
|
|
@@ -2556,7 +2556,7 @@ const Ss = (e, t, r) => {
|
|
|
2556
2556
|
n[u][b] = f || "";
|
|
2557
2557
|
});
|
|
2558
2558
|
}), t.current.navigationMatrix = n.filter((c) => !!c), t.current.lastHeaderIndex = i.length - 1;
|
|
2559
|
-
},
|
|
2559
|
+
}, Ps = {
|
|
2560
2560
|
onConstructor: Ro,
|
|
2561
2561
|
onComponentDidMount: Mo,
|
|
2562
2562
|
onGetSnapshotBeforeUpdate: Lo,
|
|
@@ -2584,7 +2584,7 @@ const Ss = (e, t, r) => {
|
|
|
2584
2584
|
return;
|
|
2585
2585
|
const t = e.getAttribute(Ao);
|
|
2586
2586
|
return t ? parseInt(t, 10) : void 0;
|
|
2587
|
-
},
|
|
2587
|
+
}, Ts = (e) => {
|
|
2588
2588
|
const t = e.subItemsField || To, r = Wt(e.dataItemKey);
|
|
2589
2589
|
return ae(
|
|
2590
2590
|
e.data,
|
|
@@ -2593,7 +2593,7 @@ const Ss = (e, t, r) => {
|
|
|
2593
2593
|
[e.selectedField]: e.selectedState[r(n)]
|
|
2594
2594
|
})
|
|
2595
2595
|
);
|
|
2596
|
-
},
|
|
2596
|
+
}, Bs = (e) => {
|
|
2597
2597
|
const { event: t, dataItemKey: r, selectedState: n } = e, { syntheticEvent: o, nativeEvent: s, dataItems: i, componentId: l, mode: c, cell: u, selectedField: p } = t, { target: f, ctrlKey: m, metaKey: h, altKey: C, shiftKey: b } = s;
|
|
2598
2598
|
if (o.isDefaultPrevented() || s.keyCode !== B.enter)
|
|
2599
2599
|
return n;
|
|
@@ -2697,7 +2697,7 @@ const Ss = (e, t, r) => {
|
|
|
2697
2697
|
}, _o = (e) => {
|
|
2698
2698
|
const t = e ? typeof e.enabled == "boolean" ? e.enabled : !0 : !1, r = e ? !!e.drag : !1, n = e && e.mode ? e.mode : "multiple", o = !!(e && e.cell);
|
|
2699
2699
|
return { enabled: t, drag: r, mode: n, cell: o };
|
|
2700
|
-
},
|
|
2700
|
+
}, Ks = (e) => {
|
|
2701
2701
|
var F;
|
|
2702
2702
|
const { onRelease: t, childRef: r } = e, {
|
|
2703
2703
|
enabled: n,
|
|
@@ -2806,95 +2806,95 @@ const Ss = (e, t, r) => {
|
|
|
2806
2806
|
};
|
|
2807
2807
|
export {
|
|
2808
2808
|
po as BooleanFilter,
|
|
2809
|
-
|
|
2809
|
+
rs as BooleanFilterCell,
|
|
2810
2810
|
An as ColumnDefaultProps,
|
|
2811
|
-
|
|
2811
|
+
ys as ColumnMenuBooleanColumn,
|
|
2812
2812
|
yo as ColumnMenuBooleanFilter,
|
|
2813
|
-
|
|
2813
|
+
bs as ColumnMenuDateColumn,
|
|
2814
2814
|
zt as ColumnMenuDateFilter,
|
|
2815
2815
|
So as ColumnMenuFilterForm,
|
|
2816
2816
|
St as ColumnMenuFilterLogic,
|
|
2817
2817
|
ko as ColumnMenuForm,
|
|
2818
2818
|
He as ColumnMenuItem,
|
|
2819
|
-
|
|
2819
|
+
xs as ColumnMenuNumericColumn,
|
|
2820
2820
|
qt as ColumnMenuNumericFilter,
|
|
2821
2821
|
Ke as ColumnMenuOperators,
|
|
2822
|
-
|
|
2822
|
+
Cs as ColumnMenuTextColumn,
|
|
2823
2823
|
Kt as ColumnMenuTextFilter,
|
|
2824
|
-
|
|
2824
|
+
gs as ColumnResize,
|
|
2825
2825
|
so as ColumnResizer,
|
|
2826
|
-
|
|
2826
|
+
fs as CommonDragLogic,
|
|
2827
2827
|
uo as DateFilter,
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2828
|
+
ns as DateFilterCell,
|
|
2829
|
+
ms as DragClue,
|
|
2830
|
+
vs as DropClue,
|
|
2831
2831
|
bt as EnumFilter,
|
|
2832
2832
|
yt as Expression,
|
|
2833
2833
|
jn as FILTER_ROW_CLASS,
|
|
2834
2834
|
vt as FOCUSABLE_ELEMENTS,
|
|
2835
2835
|
vo as Filter,
|
|
2836
|
-
|
|
2836
|
+
cs as FilterRow,
|
|
2837
2837
|
It as Group,
|
|
2838
|
-
|
|
2838
|
+
ps as Header,
|
|
2839
2839
|
no as HeaderCell,
|
|
2840
2840
|
co as HeaderRow,
|
|
2841
|
-
|
|
2841
|
+
ds as HeaderSelectionCell,
|
|
2842
2842
|
Et as HeaderThElement,
|
|
2843
2843
|
Kr as KEYBOARD_NAV_DATA_BODY,
|
|
2844
2844
|
Br as KEYBOARD_NAV_DATA_HEADER,
|
|
2845
2845
|
Be as KEYBOARD_NAV_DATA_ID,
|
|
2846
2846
|
X as KEYBOARD_NAV_DATA_LEVEL,
|
|
2847
2847
|
Tr as KEYBOARD_NAV_DATA_SCOPE,
|
|
2848
|
-
|
|
2848
|
+
as as KEYBOARD_NAV_DATA_ZONE,
|
|
2849
2849
|
Pn as KEYBOARD_NAV_FILTER_COL_SUFFIX,
|
|
2850
2850
|
Xr as NumericFilter,
|
|
2851
|
-
|
|
2852
|
-
|
|
2851
|
+
os as NumericFilterCell,
|
|
2852
|
+
Es as Operators,
|
|
2853
2853
|
Pe as Pager,
|
|
2854
2854
|
Tn as TABBABLE_ELEMENTS,
|
|
2855
2855
|
Ao as TABLE_COL_INDEX_ATTRIBUTE,
|
|
2856
2856
|
Po as TABLE_PREVENT_SELECTION_ELEMENT,
|
|
2857
2857
|
No as TABLE_ROW_INDEX_ATTRIBUTE,
|
|
2858
2858
|
zr as TableKeyboardNavigationContext,
|
|
2859
|
-
|
|
2859
|
+
Ks as TableSelection,
|
|
2860
2860
|
Yr as TextFilter,
|
|
2861
|
-
|
|
2861
|
+
ss as TextFilterCell,
|
|
2862
2862
|
W as closestTagName,
|
|
2863
|
-
|
|
2863
|
+
Rs as createDataTree,
|
|
2864
2864
|
Te as createFilterComponent,
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2865
|
+
Ms as extendDataItem,
|
|
2866
|
+
ks as filterBy,
|
|
2867
|
+
Ss as flatData,
|
|
2868
2868
|
Fe as getColumnIndex,
|
|
2869
|
-
|
|
2869
|
+
Ns as getGroupIds,
|
|
2870
2870
|
Tt as getIndex,
|
|
2871
2871
|
Gt as getItemPath,
|
|
2872
2872
|
Go as getOffset,
|
|
2873
2873
|
Se as getRowIndex,
|
|
2874
2874
|
Ko as getSelectedState,
|
|
2875
|
-
|
|
2875
|
+
Bs as getSelectedStateFromKeyDown,
|
|
2876
2876
|
_o as getSelectionOptions,
|
|
2877
2877
|
ro as isRtl,
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2878
|
+
us as mapColumns,
|
|
2879
|
+
Ds as modifySubItems,
|
|
2880
|
+
ws as moveTreeItem,
|
|
2881
2881
|
Jn as nextColumn,
|
|
2882
2882
|
oo as normalize,
|
|
2883
|
-
|
|
2883
|
+
Is as orderBy,
|
|
2884
2884
|
to as readColumns,
|
|
2885
2885
|
zo as relativeContextElement,
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2886
|
+
Ls as removeItems,
|
|
2887
|
+
As as setExpandedState,
|
|
2888
|
+
Os as setGroupIds,
|
|
2889
|
+
Ts as setSelectedState,
|
|
2890
2890
|
Ur as stringOperator,
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2891
|
+
hs as tableColumnsVirtualization,
|
|
2892
|
+
Ps as tableKeyboardNavigation,
|
|
2893
|
+
ls as tableKeyboardNavigationBodyAttributes,
|
|
2894
2894
|
Bn as tableKeyboardNavigationHeaderAttributes,
|
|
2895
|
-
|
|
2895
|
+
is as tableKeyboardNavigationScopeAttributes,
|
|
2896
2896
|
M as tableKeyboardNavigationTools,
|
|
2897
|
-
|
|
2897
|
+
Fs as treeToFlat,
|
|
2898
2898
|
ut as unaryOperator,
|
|
2899
2899
|
Qn as updateLeft,
|
|
2900
2900
|
eo as updateRight,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-data-tools",
|
|
3
|
-
"version": "7.0.2-develop.
|
|
3
|
+
"version": "7.0.2-develop.3",
|
|
4
4
|
"description": "Includes React Pager & React Filter component, an intuitive interface to create complex filter descriptions. KendoReact Data Tools package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -10,23 +10,29 @@
|
|
|
10
10
|
"types": "./index.d.ts",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
|
-
"import":
|
|
14
|
-
|
|
13
|
+
"import": {
|
|
14
|
+
"types": "./index.d.mts",
|
|
15
|
+
"default": "./index.mjs"
|
|
16
|
+
},
|
|
17
|
+
"require": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"default": "./index.js"
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
},
|
|
17
23
|
"sideEffects": false,
|
|
18
24
|
"peerDependencies": {
|
|
19
25
|
"@progress/kendo-data-query": "^1.0.0",
|
|
20
26
|
"@progress/kendo-drawing": "^1.17.2",
|
|
21
|
-
"@progress/kendo-licensing": "^1.3.
|
|
22
|
-
"@progress/kendo-react-animation": "7.0.2-develop.
|
|
23
|
-
"@progress/kendo-react-buttons": "7.0.2-develop.
|
|
24
|
-
"@progress/kendo-react-common": "7.0.2-develop.
|
|
25
|
-
"@progress/kendo-react-dateinputs": "7.0.2-develop.
|
|
26
|
-
"@progress/kendo-react-dropdowns": "7.0.2-develop.
|
|
27
|
-
"@progress/kendo-react-inputs": "7.0.2-develop.
|
|
28
|
-
"@progress/kendo-react-intl": "7.0.2-develop.
|
|
29
|
-
"@progress/kendo-react-popup": "7.0.2-develop.
|
|
27
|
+
"@progress/kendo-licensing": "^1.3.4",
|
|
28
|
+
"@progress/kendo-react-animation": "7.0.2-develop.3",
|
|
29
|
+
"@progress/kendo-react-buttons": "7.0.2-develop.3",
|
|
30
|
+
"@progress/kendo-react-common": "7.0.2-develop.3",
|
|
31
|
+
"@progress/kendo-react-dateinputs": "7.0.2-develop.3",
|
|
32
|
+
"@progress/kendo-react-dropdowns": "7.0.2-develop.3",
|
|
33
|
+
"@progress/kendo-react-inputs": "7.0.2-develop.3",
|
|
34
|
+
"@progress/kendo-react-intl": "7.0.2-develop.3",
|
|
35
|
+
"@progress/kendo-react-popup": "7.0.2-develop.3",
|
|
30
36
|
"@progress/kendo-svg-icons": "^2.0.0",
|
|
31
37
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
32
38
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
package/pager/Pager.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as React from 'react';
|
|
6
|
-
import
|
|
6
|
+
import PropTypes from 'prop-types';
|
|
7
7
|
/**
|
|
8
8
|
* A Pager target event.
|
|
9
9
|
*/
|