@progress/kendo-react-data-tools 11.0.0-develop.10 → 11.0.0-develop.12
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/data-source/use-data-source.js +9 -0
- package/data-source/use-data-source.mjs +107 -0
- package/data-source/use-odata-data-source.js +9 -0
- package/data-source/use-odata-data-source.mjs +58 -0
- package/data-source/use-remote-data-source.js +9 -0
- package/data-source/use-remote-data-source.mjs +496 -0
- package/dist/cdn/js/kendo-react-datatools.js +1 -1
- package/index.d.mts +660 -3
- package/index.d.ts +660 -3
- package/index.js +1 -1
- package/index.mjs +111 -105
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +10 -10
package/index.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=require("./pager/Pager.js"),g=require("./drag/ColumnResize.js"),
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=require("./pager/Pager.js"),g=require("./drag/ColumnResize.js"),D=require("./drag/ColumnResizer.js"),p=require("./drag/CommonDragLogic.js"),_=require("./drag/DragClue.js"),N=require("./drag/DropClue.js"),e=require("./utils/data-operations.js"),u=require("./utils/group-operations.js"),F=require("./navigation/hooks.js"),t=require("./navigation/constants.js"),S=require("./navigation/NavigatableSettings.js"),b=require("./navigation/TableKeyboardNavigation.js"),O=require("./navigation/TableKeyboardNavigationContext.js"),I=require("./navigation/utils.js"),R=require("./selection/TableSelection.js"),s=require("./selection/constants.js"),o=require("./selection/utils.js"),q=require("./editing/utils.js"),d=require("./editing/editReducer.js"),B=require("./detail-expansion/utils.js"),c=require("./detail-expansion/expandReducer.js"),n=require("./group-expansion/groupExpandReducer.js"),x=require("./clipboard/clipboard.service.js"),r=require("./clipboard/common.js"),L=require("./data-source/use-data-source.js"),M=require("./data-source/use-remote-data-source.js"),K=require("./data-source/use-odata-data-source.js"),y=require("./filteringCells/FilterComponent.js"),v=require("./filteringCells/BooleanFilter.js"),P=require("./filteringCells/DateFilter.js"),H=require("./filteringCells/NumericFilter.js"),V=require("./filteringCells/TextFilter.js"),Y=require("./header/ColumnProps.js"),C=require("./header/FilterRow.js"),f=require("./header/Header.js"),U=require("./header/HeaderCell.js"),G=require("./header/HeaderRow.js"),h=require("./header/HeaderSelectionCell.js"),w=require("./header/SortSettings.js"),a=require("./header/utils/index.js"),z=require("./header/HeaderThElement.js"),X=require("./header/HeaderTdElement.js"),$=require("./virtualization/columns.js"),W=require("./filter/filters/TextFilter.js"),Z=require("./filter/filters/NumericFilter.js"),j=require("./filter/filters/DateFilter.js"),k=require("./filter/filters/BooleanFilter.js"),J=require("./filter/filters/EnumFilter.js"),Q=require("./filter/Expression.js"),T=require("./filter/Filter.js"),ee=require("./filter/Group.js"),m=require("./filter/operators.js"),i=require("./columnmenu/ColumnMenu.js"),E=require("./columnmenu/ColumnMenuFilterForm.js"),te=require("./columnmenu/ColumnMenuFilterLogic.js"),l=require("./columnmenu/ColumnMenuFilters.js"),re=require("./columnmenu/ColumnMenuItem.js"),oe=require("./columnmenu/ColumnMenuOperators.js");exports.Pager=A.Pager;exports.ColumnResize=g.ColumnResize;exports.ColumnResizer=D.ColumnResizer;exports.CommonDragLogic=p.CommonDragLogic;exports.DragClue=_.DragClue;exports.DropClue=N.DropClue;exports.combineFilters=e.combineFilters;exports.createDataTree=e.createDataTree;exports.extendDataItem=e.extendDataItem;exports.filterBy=e.filterBy;exports.flatData=e.flatData;exports.getItemPath=e.getItemPath;exports.getSearchFromString=e.getSearchFromString;exports.getStringFromSearch=e.getStringFromSearch;exports.modifySubItems=e.modifySubItems;exports.moveTreeItem=e.moveTreeItem;exports.orderBy=e.orderBy;exports.removeItems=e.removeItems;exports.treeToFlat=e.treeToFlat;exports.getGroupIds=u.getGroupIds;exports.setExpandedState=u.setExpandedState;exports.setGroupIds=u.setGroupIds;exports.useTableKeyboardNavigation=F.useTableKeyboardNavigation;exports.KEYBOARD_NAV_CANCEL_BUTTON_CLASS=t.KEYBOARD_NAV_CANCEL_BUTTON_CLASS;exports.KEYBOARD_NAV_DATA_BODY=t.KEYBOARD_NAV_DATA_BODY;exports.KEYBOARD_NAV_DATA_HEADER=t.KEYBOARD_NAV_DATA_HEADER;exports.KEYBOARD_NAV_DATA_ID=t.KEYBOARD_NAV_DATA_ID;exports.KEYBOARD_NAV_DATA_LEVEL=t.KEYBOARD_NAV_DATA_LEVEL;exports.KEYBOARD_NAV_DATA_SCOPE=t.KEYBOARD_NAV_DATA_SCOPE;exports.KEYBOARD_NAV_DATA_ZONE=t.KEYBOARD_NAV_DATA_ZONE;exports.KEYBOARD_NAV_EDIT_BUTTON_CLASS=t.KEYBOARD_NAV_EDIT_BUTTON_CLASS;exports.KEYBOARD_NAV_FILTER_COL_SUFFIX=t.KEYBOARD_NAV_FILTER_COL_SUFFIX;exports.tableKeyboardNavigationBodyAttributes=t.tableKeyboardNavigationBodyAttributes;exports.tableKeyboardNavigationHeaderAttributes=t.tableKeyboardNavigationHeaderAttributes;exports.tableKeyboardNavigationScopeAttributes=t.tableKeyboardNavigationScopeAttributes;exports.NavigatableMode=S.NavigatableMode;exports.tableKeyboardNavigation=b.tableKeyboardNavigation;exports.TableKeyboardNavigationContext=O.TableKeyboardNavigationContext;exports.tableKeyboardNavigationTools=I.tableKeyboardNavigationTools;exports.TableSelection=R.TableSelection;exports.TABLE_COL_INDEX_ATTRIBUTE=s.TABLE_COL_INDEX_ATTRIBUTE;exports.TABLE_PREVENT_SELECTION_ELEMENT=s.TABLE_PREVENT_SELECTION_ELEMENT;exports.TABLE_ROW_INDEX_ATTRIBUTE=s.TABLE_ROW_INDEX_ATTRIBUTE;exports.closestTagName=o.closestTagName;exports.getColumnIndex=o.getColumnIndex;exports.getOffset=o.getOffset;exports.getRowIndex=o.getRowIndex;exports.getSelectedState=o.getSelectedState;exports.getSelectedStateFromKeyDown=o.getSelectedStateFromKeyDown;exports.getSelectionOptions=o.getSelectionOptions;exports.isInNonSelectable=o.isInNonSelectable;exports.relativeContextElement=o.relativeContextElement;exports.setSelectedState=o.setSelectedState;exports.getEditableOptions=q.getEditableOptions;exports.EDIT_ACTION=d.EDIT_ACTION;exports.editReducer=d.editReducer;exports.getDetailExpandableOptions=B.getDetailExpandableOptions;exports.DETAIL_EXPAND_ACTION=c.DETAIL_EXPAND_ACTION;exports.detailExpandReducer=c.detailExpandReducer;exports.GROUP_EXPAND_ACTION=n.GROUP_EXPAND_ACTION;exports.findGroupExpand=n.findGroupExpand;exports.flatToTree=n.flatToTree;exports.getGroupExpandableOptions=n.getGroupExpandableOptions;exports.groupExpandReducer=n.groupExpandReducer;exports.isExpanded=n.isExpanded;exports.ClipboardService=x.ClipboardService;exports.ClipboardActionType=r.ClipboardActionType;exports.addHeaders=r.addHeaders;exports.getClipboardData=r.getClipboardData;exports.getClipboardItemsToPaste=r.getClipboardItemsToPaste;exports.getClipboardText=r.getClipboardText;exports.getItemsToPaste=r.getItemsToPaste;exports.getItemsToUpdateOnPaste=r.getItemsToUpdateOnPaste;exports.getPastedItems=r.getPastedItems;exports.getPreviouslyCopiedItemsData=r.getPreviouslyCopiedItemsData;exports.getSelectedItems=r.getSelectedItems;exports.itemToString=r.itemToString;exports.populateClipboardData=r.populateClipboardData;exports.useDataSource=L.useDataSource;exports.useRemoteDataSource=M.useRemoteDataSource;exports.useODataDataSource=K.useODataDataSource;exports.createFilterComponent=y.createFilterComponent;exports.BooleanFilterCell=v.BooleanFilterCell;exports.DateFilterCell=P.DateFilterCell;exports.NumericFilterCell=H.NumericFilterCell;exports.TextFilterCell=V.TextFilterCell;exports.ColumnDefaultProps=Y.ColumnDefaultProps;exports.FILTER_ROW_CLASS=C.FILTER_ROW_CLASS;exports.FilterRow=C.FilterRow;exports.Header=f.Header;exports.HeaderCell=U.HeaderCell;exports.HeaderRow=G.HeaderRow;exports.HeaderSelectionCell=h.HeaderSelectionCell;exports.normalize=w.normalize;exports.getIndex=a.getIndex;exports.isRtl=a.isRtl;exports.mapColumns=a.mapColumns;exports.nextColumn=a.nextColumn;exports.readColumns=a.readColumns;exports.updateLeft=a.updateLeft;exports.updateRight=a.updateRight;exports.HeaderThElement=z.HeaderThElement;exports.HeaderTdElement=X.HeaderTdElement;exports.tableColumnsVirtualization=$.tableColumnsVirtualization;exports.TextFilter=W.TextFilter;exports.NumericFilter=Z.NumericFilter;exports.DateFilter=j.DateFilter;exports.BooleanFilter=k.BooleanFilter;exports.EnumFilter=J.EnumFilter;exports.Expression=Q.Expression;exports.Filter=T.Filter;exports.selectors=T.selectors;exports.Group=ee.Group;exports.Operators=m.Operators;exports.stringOperator=m.stringOperator;exports.unaryOperator=m.unaryOperator;exports.ColumnMenuBooleanColumn=i.ColumnMenuBooleanColumn;exports.ColumnMenuDateColumn=i.ColumnMenuDateColumn;exports.ColumnMenuNumericColumn=i.ColumnMenuNumericColumn;exports.ColumnMenuTextColumn=i.ColumnMenuTextColumn;exports.ColumnMenuFilterForm=E.ColumnMenuFilterForm;exports.ColumnMenuForm=E.ColumnMenuForm;exports.ColumnMenuFilterLogic=te.ColumnMenuFilterLogic;exports.ColumnMenuBooleanFilter=l.ColumnMenuBooleanFilter;exports.ColumnMenuDateFilter=l.ColumnMenuDateFilter;exports.ColumnMenuNumericFilter=l.ColumnMenuNumericFilter;exports.ColumnMenuTextFilter=l.ColumnMenuTextFilter;exports.ColumnMenuItem=re.ColumnMenuItem;exports.ColumnMenuOperators=oe.ColumnMenuOperators;
|
package/index.mjs
CHANGED
|
@@ -11,8 +11,8 @@ import { ColumnResizer as l } from "./drag/ColumnResizer.mjs";
|
|
|
11
11
|
import { CommonDragLogic as n } from "./drag/CommonDragLogic.mjs";
|
|
12
12
|
import { DragClue as x } from "./drag/DragClue.mjs";
|
|
13
13
|
import { DropClue as f } from "./drag/DropClue.mjs";
|
|
14
|
-
import { combineFilters as C, createDataTree as T, extendDataItem as
|
|
15
|
-
import { getGroupIds as
|
|
14
|
+
import { combineFilters as C, createDataTree as T, extendDataItem as s, filterBy as A, flatData as E, getItemPath as _, getSearchFromString as D, getStringFromSearch as g, modifySubItems as N, moveTreeItem as O, orderBy as I, removeItems as b, treeToFlat as S } from "./utils/data-operations.mjs";
|
|
15
|
+
import { getGroupIds as F, setExpandedState as R, setGroupIds as B } from "./utils/group-operations.mjs";
|
|
16
16
|
import { useTableKeyboardNavigation as K } from "./navigation/hooks.mjs";
|
|
17
17
|
import { KEYBOARD_NAV_CANCEL_BUTTON_CLASS as M, KEYBOARD_NAV_DATA_BODY as v, KEYBOARD_NAV_DATA_HEADER as P, KEYBOARD_NAV_DATA_ID as V, KEYBOARD_NAV_DATA_LEVEL as Y, KEYBOARD_NAV_DATA_SCOPE as H, KEYBOARD_NAV_DATA_ZONE as U, KEYBOARD_NAV_EDIT_BUTTON_CLASS as G, KEYBOARD_NAV_FILTER_COL_SUFFIX as h, tableKeyboardNavigationBodyAttributes as X, tableKeyboardNavigationHeaderAttributes as w, tableKeyboardNavigationScopeAttributes as z } from "./navigation/constants.mjs";
|
|
18
18
|
import { NavigatableMode as Z } from "./navigation/NavigatableSettings.mjs";
|
|
@@ -21,86 +21,89 @@ import { TableKeyboardNavigationContext as J } from "./navigation/TableKeyboardN
|
|
|
21
21
|
import { tableKeyboardNavigationTools as $ } from "./navigation/utils.mjs";
|
|
22
22
|
import { TableSelection as oe } from "./selection/TableSelection.mjs";
|
|
23
23
|
import { TABLE_COL_INDEX_ATTRIBUTE as re, TABLE_PREVENT_SELECTION_ELEMENT as ae, TABLE_ROW_INDEX_ATTRIBUTE as me } from "./selection/constants.mjs";
|
|
24
|
-
import { closestTagName as pe, getColumnIndex as ne, getOffset as ie, getRowIndex as xe, getSelectedState as ue, getSelectedStateFromKeyDown as fe, getSelectionOptions as de, isInNonSelectable as Ce, relativeContextElement as Te, setSelectedState as
|
|
25
|
-
import { getEditableOptions as
|
|
26
|
-
import { EDIT_ACTION as
|
|
27
|
-
import { getDetailExpandableOptions as
|
|
28
|
-
import { DETAIL_EXPAND_ACTION as be, detailExpandReducer as
|
|
29
|
-
import { GROUP_EXPAND_ACTION as
|
|
24
|
+
import { closestTagName as pe, getColumnIndex as ne, getOffset as ie, getRowIndex as xe, getSelectedState as ue, getSelectedStateFromKeyDown as fe, getSelectionOptions as de, isInNonSelectable as Ce, relativeContextElement as Te, setSelectedState as se } from "./selection/utils.mjs";
|
|
25
|
+
import { getEditableOptions as Ee } from "./editing/utils.mjs";
|
|
26
|
+
import { EDIT_ACTION as De, editReducer as ge } from "./editing/editReducer.mjs";
|
|
27
|
+
import { getDetailExpandableOptions as Oe } from "./detail-expansion/utils.mjs";
|
|
28
|
+
import { DETAIL_EXPAND_ACTION as be, detailExpandReducer as Se } from "./detail-expansion/expandReducer.mjs";
|
|
29
|
+
import { GROUP_EXPAND_ACTION as Fe, findGroupExpand as Re, flatToTree as Be, getGroupExpandableOptions as Le, groupExpandReducer as Ke, isExpanded as ye } from "./group-expansion/groupExpandReducer.mjs";
|
|
30
30
|
import { ClipboardService as ve } from "./clipboard/clipboard.service.mjs";
|
|
31
31
|
import { ClipboardActionType as Ve, addHeaders as Ye, getClipboardData as He, getClipboardItemsToPaste as Ue, getClipboardText as Ge, getItemsToPaste as he, getItemsToUpdateOnPaste as Xe, getPastedItems as we, getPreviouslyCopiedItemsData as ze, getSelectedItems as We, itemToString as Ze, populateClipboardData as je } from "./clipboard/common.mjs";
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
32
|
+
import { useDataSource as qe } from "./data-source/use-data-source.mjs";
|
|
33
|
+
import { useRemoteDataSource as Qe } from "./data-source/use-remote-data-source.mjs";
|
|
34
|
+
import { useODataDataSource as eo } from "./data-source/use-odata-data-source.mjs";
|
|
35
|
+
import { createFilterComponent as to } from "./filteringCells/FilterComponent.mjs";
|
|
36
|
+
import { BooleanFilterCell as ao } from "./filteringCells/BooleanFilter.mjs";
|
|
37
|
+
import { DateFilterCell as lo } from "./filteringCells/DateFilter.mjs";
|
|
38
|
+
import { NumericFilterCell as no } from "./filteringCells/NumericFilter.mjs";
|
|
39
|
+
import { TextFilterCell as xo } from "./filteringCells/TextFilter.mjs";
|
|
40
|
+
import { ColumnDefaultProps as fo } from "./header/ColumnProps.mjs";
|
|
41
|
+
import { FILTER_ROW_CLASS as To, FilterRow as so } from "./header/FilterRow.mjs";
|
|
42
|
+
import { Header as Eo } from "./header/Header.mjs";
|
|
43
|
+
import { HeaderCell as Do } from "./header/HeaderCell.mjs";
|
|
44
|
+
import { HeaderRow as No } from "./header/HeaderRow.mjs";
|
|
45
|
+
import { HeaderSelectionCell as Io } from "./header/HeaderSelectionCell.mjs";
|
|
46
|
+
import { normalize as So } from "./header/SortSettings.mjs";
|
|
47
|
+
import { getIndex as Fo, isRtl as Ro, mapColumns as Bo, nextColumn as Lo, readColumns as Ko, updateLeft as yo, updateRight as Mo } from "./header/utils/index.mjs";
|
|
48
|
+
import { HeaderThElement as Po } from "./header/HeaderThElement.mjs";
|
|
49
|
+
import { HeaderTdElement as Yo } from "./header/HeaderTdElement.mjs";
|
|
50
|
+
import { tableColumnsVirtualization as Uo } from "./virtualization/columns.mjs";
|
|
51
|
+
import { TextFilter as ho } from "./filter/filters/TextFilter.mjs";
|
|
52
|
+
import { NumericFilter as wo } from "./filter/filters/NumericFilter.mjs";
|
|
53
|
+
import { DateFilter as Wo } from "./filter/filters/DateFilter.mjs";
|
|
54
|
+
import { BooleanFilter as jo } from "./filter/filters/BooleanFilter.mjs";
|
|
55
|
+
import { EnumFilter as qo } from "./filter/filters/EnumFilter.mjs";
|
|
56
|
+
import { Expression as Qo } from "./filter/Expression.mjs";
|
|
57
|
+
import { Filter as et, selectors as ot } from "./filter/Filter.mjs";
|
|
58
|
+
import { Group as rt } from "./filter/Group.mjs";
|
|
59
|
+
import { Operators as mt, stringOperator as lt, unaryOperator as pt } from "./filter/operators.mjs";
|
|
60
|
+
import { ColumnMenuBooleanColumn as it, ColumnMenuDateColumn as xt, ColumnMenuNumericColumn as ut, ColumnMenuTextColumn as ft } from "./columnmenu/ColumnMenu.mjs";
|
|
61
|
+
import { ColumnMenuFilterForm as Ct, ColumnMenuForm as Tt } from "./columnmenu/ColumnMenuFilterForm.mjs";
|
|
62
|
+
import { ColumnMenuFilterLogic as At } from "./columnmenu/ColumnMenuFilterLogic.mjs";
|
|
63
|
+
import { ColumnMenuBooleanFilter as _t, ColumnMenuDateFilter as Dt, ColumnMenuNumericFilter as gt, ColumnMenuTextFilter as Nt } from "./columnmenu/ColumnMenuFilters.mjs";
|
|
64
|
+
import { ColumnMenuItem as It } from "./columnmenu/ColumnMenuItem.mjs";
|
|
65
|
+
import { ColumnMenuOperators as St } from "./columnmenu/ColumnMenuOperators.mjs";
|
|
63
66
|
export {
|
|
64
|
-
|
|
65
|
-
|
|
67
|
+
jo as BooleanFilter,
|
|
68
|
+
ao as BooleanFilterCell,
|
|
66
69
|
Ve as ClipboardActionType,
|
|
67
70
|
ve as ClipboardService,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
71
|
+
fo as ColumnDefaultProps,
|
|
72
|
+
it as ColumnMenuBooleanColumn,
|
|
73
|
+
_t as ColumnMenuBooleanFilter,
|
|
74
|
+
xt as ColumnMenuDateColumn,
|
|
75
|
+
Dt as ColumnMenuDateFilter,
|
|
76
|
+
Ct as ColumnMenuFilterForm,
|
|
77
|
+
At as ColumnMenuFilterLogic,
|
|
78
|
+
Tt as ColumnMenuForm,
|
|
79
|
+
It as ColumnMenuItem,
|
|
80
|
+
ut as ColumnMenuNumericColumn,
|
|
81
|
+
gt as ColumnMenuNumericFilter,
|
|
82
|
+
St as ColumnMenuOperators,
|
|
83
|
+
ft as ColumnMenuTextColumn,
|
|
84
|
+
Nt as ColumnMenuTextFilter,
|
|
82
85
|
a as ColumnResize,
|
|
83
86
|
l as ColumnResizer,
|
|
84
87
|
n as CommonDragLogic,
|
|
85
88
|
be as DETAIL_EXPAND_ACTION,
|
|
86
|
-
|
|
87
|
-
|
|
89
|
+
Wo as DateFilter,
|
|
90
|
+
lo as DateFilterCell,
|
|
88
91
|
x as DragClue,
|
|
89
92
|
f as DropClue,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
93
|
+
De as EDIT_ACTION,
|
|
94
|
+
qo as EnumFilter,
|
|
95
|
+
Qo as Expression,
|
|
96
|
+
To as FILTER_ROW_CLASS,
|
|
97
|
+
et as Filter,
|
|
98
|
+
so as FilterRow,
|
|
99
|
+
Fe as GROUP_EXPAND_ACTION,
|
|
100
|
+
rt as Group,
|
|
101
|
+
Eo as Header,
|
|
102
|
+
Do as HeaderCell,
|
|
103
|
+
No as HeaderRow,
|
|
104
|
+
Io as HeaderSelectionCell,
|
|
105
|
+
Yo as HeaderTdElement,
|
|
106
|
+
Po as HeaderThElement,
|
|
104
107
|
M as KEYBOARD_NAV_CANCEL_BUTTON_CLASS,
|
|
105
108
|
v as KEYBOARD_NAV_DATA_BODY,
|
|
106
109
|
P as KEYBOARD_NAV_DATA_HEADER,
|
|
@@ -111,38 +114,38 @@ export {
|
|
|
111
114
|
G as KEYBOARD_NAV_EDIT_BUTTON_CLASS,
|
|
112
115
|
h as KEYBOARD_NAV_FILTER_COL_SUFFIX,
|
|
113
116
|
Z as NavigatableMode,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
+
wo as NumericFilter,
|
|
118
|
+
no as NumericFilterCell,
|
|
119
|
+
mt as Operators,
|
|
117
120
|
t as Pager,
|
|
118
121
|
re as TABLE_COL_INDEX_ATTRIBUTE,
|
|
119
122
|
ae as TABLE_PREVENT_SELECTION_ELEMENT,
|
|
120
123
|
me as TABLE_ROW_INDEX_ATTRIBUTE,
|
|
121
124
|
J as TableKeyboardNavigationContext,
|
|
122
125
|
oe as TableSelection,
|
|
123
|
-
|
|
124
|
-
|
|
126
|
+
ho as TextFilter,
|
|
127
|
+
xo as TextFilterCell,
|
|
125
128
|
Ye as addHeaders,
|
|
126
129
|
pe as closestTagName,
|
|
127
130
|
C as combineFilters,
|
|
128
131
|
T as createDataTree,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
132
|
+
to as createFilterComponent,
|
|
133
|
+
Se as detailExpandReducer,
|
|
134
|
+
ge as editReducer,
|
|
135
|
+
s as extendDataItem,
|
|
136
|
+
A as filterBy,
|
|
137
|
+
Re as findGroupExpand,
|
|
138
|
+
E as flatData,
|
|
136
139
|
Be as flatToTree,
|
|
137
140
|
He as getClipboardData,
|
|
138
141
|
Ue as getClipboardItemsToPaste,
|
|
139
142
|
Ge as getClipboardText,
|
|
140
143
|
ne as getColumnIndex,
|
|
141
|
-
|
|
142
|
-
|
|
144
|
+
Oe as getDetailExpandableOptions,
|
|
145
|
+
Ee as getEditableOptions,
|
|
143
146
|
Le as getGroupExpandableOptions,
|
|
144
|
-
|
|
145
|
-
|
|
147
|
+
F as getGroupIds,
|
|
148
|
+
Fo as getIndex,
|
|
146
149
|
_ as getItemPath,
|
|
147
150
|
he as getItemsToPaste,
|
|
148
151
|
Xe as getItemsToUpdateOnPaste,
|
|
@@ -150,41 +153,44 @@ export {
|
|
|
150
153
|
we as getPastedItems,
|
|
151
154
|
ze as getPreviouslyCopiedItemsData,
|
|
152
155
|
xe as getRowIndex,
|
|
153
|
-
|
|
156
|
+
D as getSearchFromString,
|
|
154
157
|
We as getSelectedItems,
|
|
155
158
|
ue as getSelectedState,
|
|
156
159
|
fe as getSelectedStateFromKeyDown,
|
|
157
160
|
de as getSelectionOptions,
|
|
158
|
-
|
|
161
|
+
g as getStringFromSearch,
|
|
159
162
|
Ke as groupExpandReducer,
|
|
160
163
|
ye as isExpanded,
|
|
161
164
|
Ce as isInNonSelectable,
|
|
162
|
-
|
|
165
|
+
Ro as isRtl,
|
|
163
166
|
Ze as itemToString,
|
|
164
|
-
|
|
167
|
+
Bo as mapColumns,
|
|
165
168
|
N as modifySubItems,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
169
|
+
O as moveTreeItem,
|
|
170
|
+
Lo as nextColumn,
|
|
171
|
+
So as normalize,
|
|
172
|
+
I as orderBy,
|
|
170
173
|
je as populateClipboardData,
|
|
171
|
-
|
|
174
|
+
Ko as readColumns,
|
|
172
175
|
Te as relativeContextElement,
|
|
173
176
|
b as removeItems,
|
|
174
|
-
|
|
175
|
-
|
|
177
|
+
ot as selectors,
|
|
178
|
+
R as setExpandedState,
|
|
176
179
|
B as setGroupIds,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
+
se as setSelectedState,
|
|
181
|
+
lt as stringOperator,
|
|
182
|
+
Uo as tableColumnsVirtualization,
|
|
180
183
|
k as tableKeyboardNavigation,
|
|
181
184
|
X as tableKeyboardNavigationBodyAttributes,
|
|
182
185
|
w as tableKeyboardNavigationHeaderAttributes,
|
|
183
186
|
z as tableKeyboardNavigationScopeAttributes,
|
|
184
187
|
$ as tableKeyboardNavigationTools,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
188
|
+
S as treeToFlat,
|
|
189
|
+
pt as unaryOperator,
|
|
190
|
+
yo as updateLeft,
|
|
191
|
+
Mo as updateRight,
|
|
192
|
+
qe as useDataSource,
|
|
193
|
+
eo as useODataDataSource,
|
|
194
|
+
Qe as useRemoteDataSource,
|
|
189
195
|
K as useTableKeyboardNavigation
|
|
190
196
|
};
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-data-tools",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-data-tools",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1747226713,version:"11.0.0-develop.12",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "KendoReact",
|
|
11
11
|
productCode: "KENDOUIREACT",
|
|
12
12
|
productCodes: ["KENDOUIREACT"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "11.0.0-develop.
|
|
13
|
+
publishDate: 1747226713,
|
|
14
|
+
version: "11.0.0-develop.12",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-data-tools",
|
|
3
|
-
"version": "11.0.0-develop.
|
|
3
|
+
"version": "11.0.0-develop.12",
|
|
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",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"@progress/kendo-data-query": "^1.0.0",
|
|
29
29
|
"@progress/kendo-drawing": "^1.21.2",
|
|
30
30
|
"@progress/kendo-licensing": "^1.5.1",
|
|
31
|
-
"@progress/kendo-react-animation": "11.0.0-develop.
|
|
32
|
-
"@progress/kendo-react-buttons": "11.0.0-develop.
|
|
33
|
-
"@progress/kendo-react-common": "11.0.0-develop.
|
|
34
|
-
"@progress/kendo-react-dateinputs": "11.0.0-develop.
|
|
35
|
-
"@progress/kendo-react-dropdowns": "11.0.0-develop.
|
|
36
|
-
"@progress/kendo-react-inputs": "11.0.0-develop.
|
|
37
|
-
"@progress/kendo-react-intl": "11.0.0-develop.
|
|
38
|
-
"@progress/kendo-react-popup": "11.0.0-develop.
|
|
31
|
+
"@progress/kendo-react-animation": "11.0.0-develop.12",
|
|
32
|
+
"@progress/kendo-react-buttons": "11.0.0-develop.12",
|
|
33
|
+
"@progress/kendo-react-common": "11.0.0-develop.12",
|
|
34
|
+
"@progress/kendo-react-dateinputs": "11.0.0-develop.12",
|
|
35
|
+
"@progress/kendo-react-dropdowns": "11.0.0-develop.12",
|
|
36
|
+
"@progress/kendo-react-inputs": "11.0.0-develop.12",
|
|
37
|
+
"@progress/kendo-react-intl": "11.0.0-develop.12",
|
|
38
|
+
"@progress/kendo-react-popup": "11.0.0-develop.12",
|
|
39
39
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
40
40
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
41
41
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"package": {
|
|
66
66
|
"productName": "KendoReact",
|
|
67
67
|
"productCode": "KENDOUIREACT",
|
|
68
|
-
"publishDate":
|
|
68
|
+
"publishDate": 1747226713,
|
|
69
69
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
70
70
|
}
|
|
71
71
|
},
|