@progress/kendo-react-grid 14.3.0-develop.1 → 14.3.0-develop.11
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/GridClientContextReader.js +1 -1
- package/GridClientContextReader.mjs +10 -9
- package/GridClientWrapper.js +1 -1
- package/GridClientWrapper.mjs +711 -624
- package/GridComponent.js +1 -1
- package/GridComponent.mjs +427 -374
- package/GridState.d.ts +2 -0
- package/GridState.js +1 -1
- package/GridState.mjs +98 -90
- package/{toolbar-tools/smartbox/SegmentedControl.d.ts → cells/pincell/GridPinCell.d.ts} +4 -2
- package/cells/pincell/GridPinCell.js +9 -0
- package/cells/pincell/GridPinCell.mjs +19 -0
- package/cells/pincell/GridPinCellServer.d.ts +15 -0
- package/cells/pincell/GridPinCellServer.js +8 -0
- package/cells/pincell/GridPinCellServer.mjs +32 -0
- package/cells/pincell/GridPinCellServerContainer.d.ts +11 -0
- package/cells/pincell/GridPinCellServerContainer.js +9 -0
- package/cells/pincell/GridPinCellServerContainer.mjs +26 -0
- package/cells/pincell/GridPinDropdownButton.d.ts +21 -0
- package/cells/pincell/GridPinDropdownButton.js +9 -0
- package/cells/pincell/GridPinDropdownButton.mjs +58 -0
- package/cells/pincell/useGridPinCellClientTdProps.d.ts +24 -0
- package/cells/pincell/useGridPinCellClientTdProps.js +9 -0
- package/cells/pincell/useGridPinCellClientTdProps.mjs +21 -0
- package/cells/pincell/utils.d.ts +20 -0
- package/cells/pincell/utils.js +8 -0
- package/cells/pincell/utils.mjs +47 -0
- package/components/PinnedRowsTable.d.ts +48 -0
- package/components/PinnedRowsTable.js +9 -0
- package/components/PinnedRowsTable.mjs +133 -0
- package/components/StickyGroupTable.js +1 -1
- package/components/StickyGroupTable.mjs +1 -1
- package/contextMenu/GridContextMenu.d.ts +42 -0
- package/contextMenu/GridContextMenu.js +1 -1
- package/contextMenu/GridContextMenu.mjs +101 -51
- package/contextMenu/enums.d.ts +5 -1
- package/contextMenu/enums.js +1 -1
- package/contextMenu/enums.mjs +2 -2
- package/dist/cdn/js/kendo-react-grid.js +1 -1
- package/drag/ColumnResize.d.ts +9 -0
- package/drag/ColumnResize.js +1 -1
- package/drag/ColumnResize.mjs +105 -115
- package/getRowContents.d.ts +2 -2
- package/getRowContents.js +1 -1
- package/getRowContents.mjs +13 -14
- package/header/client/GridHeaderPinCell.d.ts +12 -0
- package/header/client/GridHeaderPinCell.js +9 -0
- package/header/client/GridHeaderPinCell.mjs +14 -0
- package/index.d.mts +5 -2
- package/index.d.ts +5 -2
- package/index.js +1 -1
- package/index.mjs +97 -95
- package/interfaces/ColumnType.d.ts +1 -1
- package/interfaces/GridCellsSettings.d.ts +23 -0
- package/interfaces/GridProps.d.ts +70 -1
- package/interfaces/GridRowProps.d.ts +4 -0
- package/interfaces/GridRowsSettings.d.ts +11 -0
- package/interfaces/events.d.ts +17 -0
- package/messages/index.d.ts +20 -0
- package/messages/index.js +2 -2
- package/messages/index.mjs +110 -102
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +18 -17
- package/rows/GridRow.js +1 -1
- package/rows/GridRow.mjs +25 -24
- package/rows/GridRowRenderer.d.ts +1 -0
- package/rows/GridRowRenderer.js +1 -1
- package/rows/GridRowRenderer.mjs +39 -36
- package/stacked/GridStackedRow.d.ts +5 -0
- package/stacked/GridStackedRow.js +1 -1
- package/stacked/GridStackedRow.mjs +118 -116
- package/stacked/StackedModeRow.d.ts +1 -0
- package/stacked/StackedModeRow.js +1 -1
- package/stacked/StackedModeRow.mjs +13 -11
- package/toolbar-tools/smartbox/SmartBox.js +1 -1
- package/toolbar-tools/smartbox/SmartBox.mjs +102 -94
- package/toolbar-tools/smartbox/hooks/useSmartBoxSegmentedControl.d.ts +12 -3
- package/toolbar-tools/smartbox/hooks/useSmartBoxSegmentedControl.js +1 -1
- package/toolbar-tools/smartbox/hooks/useSmartBoxSegmentedControl.mjs +42 -41
- package/toolbar-tools/smartbox/index.d.ts +0 -1
- package/toolbar-tools/smartbox/interfaces/index.d.ts +0 -1
- package/utils/index.d.ts +1 -0
- package/utils/index.js +1 -1
- package/utils/index.mjs +44 -44
- package/toolbar-tools/smartbox/SegmentedControl.js +0 -8
- package/toolbar-tools/smartbox/SegmentedControl.mjs +0 -109
- package/toolbar-tools/smartbox/interfaces/SegmentedControlTypes.d.ts +0 -66
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("./Grid.js"),G=require("./GridColumn.js"),s=require("./columnMenu/GridColumnMenuWrapper.js"),C=require("./columnMenu/GridColumnMenuGroup.js"),l=require("./columnMenu/GridColumnMenuSort.js"),o=require("./columnMenu/GridColumnMenuFilter.js"),
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./Grid.js"),G=require("./GridColumn.js"),s=require("./columnMenu/GridColumnMenuWrapper.js"),C=require("./columnMenu/GridColumnMenuGroup.js"),l=require("./columnMenu/GridColumnMenuSort.js"),o=require("./columnMenu/GridColumnMenuFilter.js"),c=require("./columnMenu/GridColumnMenuFilterUI.js"),m=require("./columnMenu/GridColumnMenuFilterCell.js"),p=require("./columnMenu/GridColumnMenuCheckboxFilter.js"),M=require("./columnMenu/GridColumnMenuColumnsList.js"),q=require("./columnMenu/GridColumnMenuColumnsChooser.js"),I=require("./cells/datacell/GridCell.js"),g=require("./cells/editcell/GridEditCell.js"),T=require("./cells/groupcell/GridGroupCell.js"),S=require("./cells/hierarchycell/GridHierarchyCell.js"),b=require("./cells/GridFilterCell.js"),F=require("./header/GridHeaderCell.js"),P=require("./cells/selectioncell/GridSelectionCell.js"),x=require("./cells/pincell/GridPinCell.js"),E=require("./header/client/GridHeaderPinCell.js"),R=require("./rows/GridDetailRow.js"),h=require("./rows/GridRow.js"),A=require("./GridToolbar.js"),D=require("./toolbar-tools/GridToolbarSpacer.js"),B=require("./toolbar-tools/GridToolbarSeparator.js"),_=require("./toolbar-tools/GridToolbarCheckboxFilter.js"),N=require("./toolbar-tools/GridToolbarColumnsChooser.js"),f=require("./toolbar-tools/GridToolbarFilter.js"),L=require("./toolbar-tools/GridToolbarSort.js"),O=require("./toolbar-tools/GridToolbarGroup.js"),y=require("./toolbar-tools/GridToolbarAIAssistant.js"),v=require("./toolbar-tools/ai-tool/GridAIPrompt.js"),w=require("./components/noRecords/GridNoRecords.js"),H=require("./columnMenu/GridColumnMenuItem.js"),k=require("./columnMenu/GridColumnMenuItemContent.js"),U=require("./columnMenu/GridColumnMenuItemGroup.js"),i=require("./constants/index.js"),t=require("@progress/kendo-react-data-tools"),W=require("./drag/CommonDragLogic.js"),e=require("./filterCommon.js"),j=require("./utils/handleAIResponse.js"),V=require("./hooks/useGridAIRequest.js"),X=require("./interfaces/GridAICommands.js"),r=require("./messages/index.js"),n=require("./StatusBar.js"),u=require("./contextMenu/GridContextMenu.js"),d=require("./contextMenu/enums.js"),K=require("./GridSearchBox.js"),$=require("./GridPdfExportButton.js"),z=require("./GridCsvExportButton.js"),J=require("./toolbar-tools/smartbox/SmartBox.js");exports.Grid=a.Grid;exports.GridColumn=G.GridColumn;exports.GridColumnMenuWrapper=s.GridColumnMenuWrapper;exports.GridColumnMenuGroup=C.GridColumnMenuGroup;exports.GridColumnMenuSort=l.GridColumnMenuSort;exports.isColumnMenuSortActive=l.isColumnMenuSortActive;exports.GridColumnMenuFilter=o.GridColumnMenuFilter;exports.filterGroupByField=o.filterGroupByField;exports.isColumnMenuFilterActive=o.isColumnMenuFilterActive;exports.rootFilterOrDefault=o.rootFilterOrDefault;exports.GridColumnMenuFilterUI=c.GridColumnMenuFilterUI;exports.GridColumnMenuFilterCell=m.GridColumnMenuFilterCell;exports.GridColumnMenuCheckboxFilter=p.GridColumnMenuCheckboxFilter;exports.GridColumnMenuColumnsList=M.GridColumnMenuColumnsList;exports.GridColumnMenuColumnsChooser=q.GridColumnMenuColumnsChooser;exports.GridCell=I.GridCell;exports.GridEditCell=g.GridEditCell;exports.GridGroupCell=T.GridGroupCell;exports.GridHierarchyCell=S.GridHierarchyCell;exports.GridFilterCell=b.GridFilterCell;exports.GridHeaderCell=F.GridHeaderCell;exports.GridSelectionCell=P.GridSelectionCell;exports.GridPinCell=x.GridPinCell;exports.GridHeaderPinCell=E.GridHeaderPinCell;exports.GridDetailRow=R.GridDetailRow;exports.GridRow=h.GridRow;exports.GridToolbar=A.GridToolbar;exports.GridToolbarSpacer=D.GridToolbarSpacer;exports.GridToolbarSeparator=B.GridToolbarSeparator;exports.GridToolbarCheckboxFilter=_.GridToolbarCheckboxFilter;exports.GridToolbarColumnsChooser=N.GridToolbarColumnsChooser;exports.GridToolbarFilter=f.GridToolbarFilter;exports.GridToolbarSort=L.GridToolbarSort;exports.GridToolbarGroup=O.GridToolbarGroup;exports.GridToolbarAIAssistant=y.GridToolbarAIAssistant;exports.GridAIPrompt=v.GridAIPrompt;exports.GridNoRecords=w.GridNoRecords;exports.GridColumnMenuItem=H.GridColumnMenuItem;exports.GridColumnMenuItemContent=k.GridColumnMenuItemContent;exports.GridColumnMenuItemGroup=U.GridColumnMenuItemGroup;exports.GRID_COL_INDEX_ATTRIBUTE=i.GRID_COL_INDEX_ATTRIBUTE;exports.GRID_PREVENT_SELECTION_ELEMENT=i.GRID_PREVENT_SELECTION_ELEMENT;exports.GRID_ROW_INDEX_ATTRIBUTE=i.GRID_ROW_INDEX_ATTRIBUTE;Object.defineProperty(exports,"getSelectedState",{enumerable:!0,get:()=>t.getSelectedState});Object.defineProperty(exports,"getSelectedStateFromKeyDown",{enumerable:!0,get:()=>t.getSelectedStateFromKeyDown});Object.defineProperty(exports,"setSelectedState",{enumerable:!0,get:()=>t.setSelectedState});exports.GridCommonDragLogic=W.CommonDragLogic;exports.booleanFilterValues=e.booleanFilterValues;exports.cellBoolDropdownChange=e.cellBoolDropdownChange;exports.cellInputChange=e.cellInputChange;exports.cellOperatorChange=e.cellOperatorChange;exports.combineSmartFilters=e.combineSmartFilters;exports.operators=e.operators;exports.parseFilterDates=e.parseFilterDates;exports.handleAIResponse=j.handleAIResponse;exports.useGridAIRequest=V.useGridAIRequest;exports.GridAICommands=X.GridAICommands;exports.gridMessages=r.messages;exports.pagerFirstPage=r.pagerFirstPage;exports.pagerInfo=r.pagerInfo;exports.pagerItemPerPage=r.pagerItemPerPage;exports.pagerLastPage=r.pagerLastPage;exports.pagerNextPage=r.pagerNextPage;exports.pagerPreviousPage=r.pagerPreviousPage;exports.StatusBar=n.StatusBar;exports.getStatusData=n.getStatusData;exports.leafColumns=n.leafColumns;exports.GridContextMenu=u.GridContextMenu;exports.contextMenuItemsMap=u.contextMenuItemsMap;exports.GridContextMenuAnchorPart=d.GridContextMenuAnchorPart;exports.GridContextMenuItemNames=d.GridContextMenuItemNames;exports.GridSearchBox=K.GridSearchBox;exports.GridPdfExportButton=$.GridPdfExportButton;exports.GridCsvExportButton=z.GridCsvExportButton;exports.SmartBox=J.SmartBox;
|
package/index.mjs
CHANGED
|
@@ -7,127 +7,129 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { Grid as e } from "./Grid.mjs";
|
|
9
9
|
import { GridColumn as m } from "./GridColumn.mjs";
|
|
10
|
-
import { GridColumnMenuWrapper as
|
|
10
|
+
import { GridColumnMenuWrapper as i } from "./columnMenu/GridColumnMenuWrapper.mjs";
|
|
11
11
|
import { GridColumnMenuGroup as n } from "./columnMenu/GridColumnMenuGroup.mjs";
|
|
12
12
|
import { GridColumnMenuSort as x, isColumnMenuSortActive as d } from "./columnMenu/GridColumnMenuSort.mjs";
|
|
13
|
-
import { GridColumnMenuFilter as
|
|
13
|
+
import { GridColumnMenuFilter as G, filterGroupByField as u, isColumnMenuFilterActive as C, rootFilterOrDefault as s } from "./columnMenu/GridColumnMenuFilter.mjs";
|
|
14
14
|
import { GridColumnMenuFilterUI as I } from "./columnMenu/GridColumnMenuFilterUI.mjs";
|
|
15
15
|
import { GridColumnMenuFilterCell as c } from "./columnMenu/GridColumnMenuFilterCell.mjs";
|
|
16
16
|
import { GridColumnMenuCheckboxFilter as T } from "./columnMenu/GridColumnMenuCheckboxFilter.mjs";
|
|
17
17
|
import { GridColumnMenuColumnsList as E } from "./columnMenu/GridColumnMenuColumnsList.mjs";
|
|
18
18
|
import { GridColumnMenuColumnsChooser as D } from "./columnMenu/GridColumnMenuColumnsChooser.mjs";
|
|
19
|
-
import { GridCell as
|
|
20
|
-
import { GridEditCell as
|
|
19
|
+
import { GridCell as R } from "./cells/datacell/GridCell.mjs";
|
|
20
|
+
import { GridEditCell as A } from "./cells/editcell/GridEditCell.mjs";
|
|
21
21
|
import { GridGroupCell as _ } from "./cells/groupcell/GridGroupCell.mjs";
|
|
22
22
|
import { GridHierarchyCell as L } from "./cells/hierarchycell/GridHierarchyCell.mjs";
|
|
23
23
|
import { GridFilterCell as v } from "./cells/GridFilterCell.mjs";
|
|
24
24
|
import { GridHeaderCell as y } from "./header/GridHeaderCell.mjs";
|
|
25
|
-
import { GridSelectionCell as
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
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 {
|
|
25
|
+
import { GridSelectionCell as U } from "./cells/selectioncell/GridSelectionCell.mjs";
|
|
26
|
+
import { GridPinCell as V } from "./cells/pincell/GridPinCell.mjs";
|
|
27
|
+
import { GridHeaderPinCell as X } from "./header/client/GridHeaderPinCell.mjs";
|
|
28
|
+
import { GridDetailRow as K } from "./rows/GridDetailRow.mjs";
|
|
29
|
+
import { GridRow as z } from "./rows/GridRow.mjs";
|
|
30
|
+
import { GridToolbar as Q } from "./GridToolbar.mjs";
|
|
31
|
+
import { GridToolbarSpacer as Z } from "./toolbar-tools/GridToolbarSpacer.mjs";
|
|
32
|
+
import { GridToolbarSeparator as rr } from "./toolbar-tools/GridToolbarSeparator.mjs";
|
|
33
|
+
import { GridToolbarCheckboxFilter as er } from "./toolbar-tools/GridToolbarCheckboxFilter.mjs";
|
|
34
|
+
import { GridToolbarColumnsChooser as mr } from "./toolbar-tools/GridToolbarColumnsChooser.mjs";
|
|
35
|
+
import { GridToolbarFilter as ir } from "./toolbar-tools/GridToolbarFilter.mjs";
|
|
36
|
+
import { GridToolbarSort as nr } from "./toolbar-tools/GridToolbarSort.mjs";
|
|
37
|
+
import { GridToolbarGroup as xr } from "./toolbar-tools/GridToolbarGroup.mjs";
|
|
38
|
+
import { GridToolbarAIAssistant as fr } from "./toolbar-tools/GridToolbarAIAssistant.mjs";
|
|
39
|
+
import { GridAIPrompt as ur } from "./toolbar-tools/ai-tool/GridAIPrompt.mjs";
|
|
40
|
+
import { GridNoRecords as sr } from "./components/noRecords/GridNoRecords.mjs";
|
|
41
|
+
import { GridColumnMenuItem as Ir } from "./columnMenu/GridColumnMenuItem.mjs";
|
|
42
|
+
import { GridColumnMenuItemContent as cr } from "./columnMenu/GridColumnMenuItemContent.mjs";
|
|
43
|
+
import { GridColumnMenuItemGroup as Tr } from "./columnMenu/GridColumnMenuItemGroup.mjs";
|
|
44
|
+
import { GRID_COL_INDEX_ATTRIBUTE as Er, GRID_PREVENT_SELECTION_ELEMENT as br, GRID_ROW_INDEX_ATTRIBUTE as Dr } from "./constants/index.mjs";
|
|
45
|
+
import { getSelectedState as Rr, getSelectedStateFromKeyDown as hr, setSelectedState as Ar } from "@progress/kendo-react-data-tools";
|
|
46
|
+
import { CommonDragLogic as _r } from "./drag/CommonDragLogic.mjs";
|
|
47
|
+
import { booleanFilterValues as Lr, cellBoolDropdownChange as Or, cellInputChange as vr, cellOperatorChange as wr, combineSmartFilters as yr, operators as Hr, parseFilterDates as Ur } from "./filterCommon.mjs";
|
|
48
|
+
import { handleAIResponse as Vr } from "./utils/handleAIResponse.mjs";
|
|
49
|
+
import { useGridAIRequest as Xr } from "./hooks/useGridAIRequest.mjs";
|
|
50
|
+
import { GridAICommands as Kr } from "./interfaces/GridAICommands.mjs";
|
|
51
|
+
import { messages as zr, pagerFirstPage as Jr, pagerInfo as Qr, pagerItemPerPage as Yr, pagerLastPage as Zr, pagerNextPage as $r, pagerPreviousPage as ro } from "./messages/index.mjs";
|
|
52
|
+
import { StatusBar as eo, getStatusData as to, leafColumns as mo } from "./StatusBar.mjs";
|
|
53
|
+
import { GridContextMenu as io, contextMenuItemsMap as po } from "./contextMenu/GridContextMenu.mjs";
|
|
54
|
+
import { GridContextMenuAnchorPart as ao, GridContextMenuItemNames as xo } from "./contextMenu/enums.mjs";
|
|
55
|
+
import { GridSearchBox as Go } from "./GridSearchBox.mjs";
|
|
56
|
+
import { GridPdfExportButton as Co } from "./GridPdfExportButton.mjs";
|
|
57
|
+
import { GridCsvExportButton as go } from "./GridCsvExportButton.mjs";
|
|
58
|
+
import { SmartBox as Mo } from "./toolbar-tools/smartbox/SmartBox.mjs";
|
|
58
59
|
export {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
Er as GRID_COL_INDEX_ATTRIBUTE,
|
|
61
|
+
br as GRID_PREVENT_SELECTION_ELEMENT,
|
|
62
|
+
Dr as GRID_ROW_INDEX_ATTRIBUTE,
|
|
62
63
|
e as Grid,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
Kr as GridAICommands,
|
|
65
|
+
ur as GridAIPrompt,
|
|
66
|
+
R as GridCell,
|
|
66
67
|
m as GridColumn,
|
|
67
68
|
T as GridColumnMenuCheckboxFilter,
|
|
68
69
|
D as GridColumnMenuColumnsChooser,
|
|
69
70
|
E as GridColumnMenuColumnsList,
|
|
70
|
-
|
|
71
|
+
G as GridColumnMenuFilter,
|
|
71
72
|
c as GridColumnMenuFilterCell,
|
|
72
73
|
I as GridColumnMenuFilterUI,
|
|
73
74
|
n as GridColumnMenuGroup,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
Ir as GridColumnMenuItem,
|
|
76
|
+
cr as GridColumnMenuItemContent,
|
|
77
|
+
Tr as GridColumnMenuItemGroup,
|
|
77
78
|
x as GridColumnMenuSort,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
79
|
+
i as GridColumnMenuWrapper,
|
|
80
|
+
_r as GridCommonDragLogic,
|
|
81
|
+
io as GridContextMenu,
|
|
82
|
+
ao as GridContextMenuAnchorPart,
|
|
83
|
+
xo as GridContextMenuItemNames,
|
|
84
|
+
go as GridCsvExportButton,
|
|
85
|
+
K as GridDetailRow,
|
|
86
|
+
A as GridEditCell,
|
|
86
87
|
v as GridFilterCell,
|
|
87
88
|
_ as GridGroupCell,
|
|
88
89
|
y as GridHeaderCell,
|
|
90
|
+
X as GridHeaderPinCell,
|
|
89
91
|
L as GridHierarchyCell,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
92
|
+
sr as GridNoRecords,
|
|
93
|
+
Co as GridPdfExportButton,
|
|
94
|
+
V as GridPinCell,
|
|
95
|
+
z as GridRow,
|
|
96
|
+
Go as GridSearchBox,
|
|
97
|
+
U as GridSelectionCell,
|
|
98
|
+
Q as GridToolbar,
|
|
99
|
+
fr as GridToolbarAIAssistant,
|
|
100
|
+
er as GridToolbarCheckboxFilter,
|
|
101
|
+
mr as GridToolbarColumnsChooser,
|
|
102
|
+
ir as GridToolbarFilter,
|
|
103
|
+
xr as GridToolbarGroup,
|
|
104
|
+
rr as GridToolbarSeparator,
|
|
105
|
+
nr as GridToolbarSort,
|
|
106
|
+
Z as GridToolbarSpacer,
|
|
107
|
+
Mo as SmartBox,
|
|
108
|
+
eo as StatusBar,
|
|
109
|
+
Lr as booleanFilterValues,
|
|
110
|
+
Or as cellBoolDropdownChange,
|
|
111
|
+
vr as cellInputChange,
|
|
112
|
+
wr as cellOperatorChange,
|
|
113
|
+
yr as combineSmartFilters,
|
|
114
|
+
po as contextMenuItemsMap,
|
|
115
|
+
u as filterGroupByField,
|
|
116
|
+
Rr as getSelectedState,
|
|
117
|
+
hr as getSelectedStateFromKeyDown,
|
|
118
|
+
to as getStatusData,
|
|
119
|
+
zr as gridMessages,
|
|
120
|
+
Vr as handleAIResponse,
|
|
119
121
|
C as isColumnMenuFilterActive,
|
|
120
122
|
d as isColumnMenuSortActive,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
123
|
+
mo as leafColumns,
|
|
124
|
+
Hr as operators,
|
|
125
|
+
Jr as pagerFirstPage,
|
|
126
|
+
Qr as pagerInfo,
|
|
127
|
+
Yr as pagerItemPerPage,
|
|
128
|
+
Zr as pagerLastPage,
|
|
129
|
+
$r as pagerNextPage,
|
|
130
|
+
ro as pagerPreviousPage,
|
|
131
|
+
Ur as parseFilterDates,
|
|
130
132
|
s as rootFilterOrDefault,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
+
Ar as setSelectedState,
|
|
134
|
+
Xr as useGridAIRequest
|
|
133
135
|
};
|
|
@@ -316,6 +316,29 @@ export interface GridCellsSettings {
|
|
|
316
316
|
*/
|
|
317
317
|
groupFooter?: ComponentType<GridCustomCellProps>;
|
|
318
318
|
};
|
|
319
|
+
/**
|
|
320
|
+
* Custom cell components for pin columns.
|
|
321
|
+
*
|
|
322
|
+
* @example
|
|
323
|
+
* ```tsx
|
|
324
|
+
* import { MyPinDataCell } from './MyPinDataCell.js';
|
|
325
|
+
* <Grid cells={{ pin: { data: MyPinDataCell } }} />
|
|
326
|
+
* ```
|
|
327
|
+
*/
|
|
328
|
+
pin?: {
|
|
329
|
+
/**
|
|
330
|
+
* Custom component for rendering the group header cell in pin columns.
|
|
331
|
+
*/
|
|
332
|
+
groupHeader?: ComponentType<GridCustomCellProps>;
|
|
333
|
+
/**
|
|
334
|
+
* Custom component for rendering the data cell in pin columns.
|
|
335
|
+
*/
|
|
336
|
+
data?: ComponentType<GridCustomCellProps>;
|
|
337
|
+
/**
|
|
338
|
+
* Custom component for rendering the group footer cell in pin columns.
|
|
339
|
+
*/
|
|
340
|
+
groupFooter?: ComponentType<GridCustomCellProps>;
|
|
341
|
+
};
|
|
319
342
|
/**
|
|
320
343
|
* Custom cell components for edit columns.
|
|
321
344
|
*
|
|
@@ -9,7 +9,7 @@ import { ComponentType } from 'react';
|
|
|
9
9
|
import { DataResult, SortDescriptor, CompositeFilterDescriptor, GroupDescriptor } from '@progress/kendo-data-query';
|
|
10
10
|
import { CSVExportOptions } from '@progress/kendo-csv';
|
|
11
11
|
import { GridGroupableSettings } from './GridGroupableSettings.js';
|
|
12
|
-
import { GridSortChangeEvent, GridFilterChangeEvent, GridPageChangeEvent, GridSelectionChangeEvent, GridHeaderSelectionChangeEvent, GridRowClickEvent, GridItemChangeEvent, GridDataStateChangeEvent, GridColumnResizeEvent, GridColumnReorderEvent, GridGroupChangeEvent, GridEvent, GridRowDoubleClickEvent, GridNavigationActionEvent, GridKeyDownEvent, GridContextMenuEvent, GridContextMenuItemClickEvent, GridEditChangeEvent, GridDetailExpandChangeEvent, GridGroupExpandChangeEvent, GridRowReorderEvent, GridSearchChangeEvent, GridColumnsStateChangeEvent, GridHighlightChangeEvent } from './events.js';
|
|
12
|
+
import { GridSortChangeEvent, GridFilterChangeEvent, GridPageChangeEvent, GridSelectionChangeEvent, GridHeaderSelectionChangeEvent, GridRowClickEvent, GridItemChangeEvent, GridDataStateChangeEvent, GridColumnResizeEvent, GridColumnReorderEvent, GridGroupChangeEvent, GridEvent, GridRowDoubleClickEvent, GridNavigationActionEvent, GridKeyDownEvent, GridContextMenuEvent, GridContextMenuItemClickEvent, GridEditChangeEvent, GridDetailExpandChangeEvent, GridGroupExpandChangeEvent, GridRowReorderEvent, GridSearchChangeEvent, GridColumnsStateChangeEvent, GridHighlightChangeEvent, GridRowPinChangeEvent } from './events.js';
|
|
13
13
|
import { ScrollMode } from '../ScrollMode.js';
|
|
14
14
|
import { GridSortSettings } from './GridSortSettings.js';
|
|
15
15
|
import { GridPagerSettings } from '../paging/GridPagerSettings.js';
|
|
@@ -249,6 +249,71 @@ export interface GridProps extends KendoReactComponentBaseProps {
|
|
|
249
249
|
* ```
|
|
250
250
|
*/
|
|
251
251
|
defaultSort?: SortDescriptor[];
|
|
252
|
+
/**
|
|
253
|
+
* Enables the row pinning feature.
|
|
254
|
+
* When `false` or omitted, the row pinning feature is inactive.
|
|
255
|
+
*
|
|
256
|
+
* @example
|
|
257
|
+
* ```tsx
|
|
258
|
+
* <Grid pinnable={true} pinnedTopRows={pinnedTop} onRowPinChange={handlePinChange} />
|
|
259
|
+
* ```
|
|
260
|
+
*/
|
|
261
|
+
pinnable?: boolean;
|
|
262
|
+
/**
|
|
263
|
+
* The array of data items pinned to the top of the Grid.
|
|
264
|
+
* Pinned rows remain visible while the body scrolls and are immune to filtering and pagination.
|
|
265
|
+
* Requires `pinnable={true}`.
|
|
266
|
+
*
|
|
267
|
+
* @example
|
|
268
|
+
* ```tsx
|
|
269
|
+
* <Grid pinnable={true} pinnedTopRows={[products[0], products[1]]} />
|
|
270
|
+
* ```
|
|
271
|
+
*/
|
|
272
|
+
pinnedTopRows?: any[];
|
|
273
|
+
/**
|
|
274
|
+
* The array of data items pinned to the bottom of the Grid.
|
|
275
|
+
* Pinned rows remain visible while the body scrolls and are immune to filtering and pagination.
|
|
276
|
+
* Requires `pinnable={true}`.
|
|
277
|
+
*
|
|
278
|
+
* @example
|
|
279
|
+
* ```tsx
|
|
280
|
+
* <Grid pinnable={true} pinnedBottomRows={[products[9]]} />
|
|
281
|
+
* ```
|
|
282
|
+
*/
|
|
283
|
+
pinnedBottomRows?: any[];
|
|
284
|
+
/**
|
|
285
|
+
* The default `pinnedTopRows` state applied to the Grid when using uncontrolled mode.
|
|
286
|
+
* Requires `pinnable={true}`.
|
|
287
|
+
*
|
|
288
|
+
* @example
|
|
289
|
+
* ```tsx
|
|
290
|
+
* <Grid pinnable={true} defaultPinnedTopRows={[products[0]]} />
|
|
291
|
+
* ```
|
|
292
|
+
*/
|
|
293
|
+
defaultPinnedTopRows?: any[];
|
|
294
|
+
/**
|
|
295
|
+
* The default `pinnedBottomRows` state applied to the Grid when using uncontrolled mode.
|
|
296
|
+
* Requires `pinnable={true}`.
|
|
297
|
+
*
|
|
298
|
+
* @example
|
|
299
|
+
* ```tsx
|
|
300
|
+
* <Grid pinnable={true} defaultPinnedBottomRows={[products[9]]} />
|
|
301
|
+
* ```
|
|
302
|
+
*/
|
|
303
|
+
defaultPinnedBottomRows?: any[];
|
|
304
|
+
/**
|
|
305
|
+
* Fires when a row is pinned, unpinned, or moved between pinned zones.
|
|
306
|
+
* Requires `pinnable={true}`.
|
|
307
|
+
*
|
|
308
|
+
* @example
|
|
309
|
+
* ```tsx
|
|
310
|
+
* <Grid pinnable={true} onRowPinChange={(e) => {
|
|
311
|
+
* setPinnedTop(e.pinnedTopRows);
|
|
312
|
+
* setPinnedBottom(e.pinnedBottomRows);
|
|
313
|
+
* }} />
|
|
314
|
+
* ```
|
|
315
|
+
*/
|
|
316
|
+
onRowPinChange?: (event: GridRowPinChangeEvent) => void;
|
|
252
317
|
/**
|
|
253
318
|
* Enables filtering for the columns with their `field` option set.
|
|
254
319
|
*
|
|
@@ -1149,6 +1214,10 @@ export interface GridComponentProps extends GridProps {
|
|
|
1149
1214
|
virtualSkipRef?: {
|
|
1150
1215
|
current: number;
|
|
1151
1216
|
};
|
|
1217
|
+
/**
|
|
1218
|
+
* @hidden
|
|
1219
|
+
*/
|
|
1220
|
+
editZoneRef?: React.RefObject<'body' | 'pinned'>;
|
|
1152
1221
|
/**
|
|
1153
1222
|
* @hidden
|
|
1154
1223
|
*/
|
|
@@ -63,6 +63,10 @@ export interface GridRowProps extends KendoReactComponentBaseProps {
|
|
|
63
63
|
* Indicates if the row is selected.
|
|
64
64
|
*/
|
|
65
65
|
isSelected: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Indicates if the row exists in one of the pinned row arrays.
|
|
68
|
+
*/
|
|
69
|
+
isPinned?: boolean;
|
|
66
70
|
/**
|
|
67
71
|
* @hidden
|
|
68
72
|
*/
|
|
@@ -54,4 +54,15 @@ export interface GridRowsSettings {
|
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
56
|
groupFooter?: ComponentType<GridCustomRowProps>;
|
|
57
|
+
/**
|
|
58
|
+
* Custom component for rendering pinned data rows.
|
|
59
|
+
* Falls back to `rows.data` (then default) when omitted.
|
|
60
|
+
*
|
|
61
|
+
* @example
|
|
62
|
+
* ```tsx
|
|
63
|
+
* import { MyPinnedRow } from './MyPinnedRow.js';
|
|
64
|
+
* <Grid rows={{ pinnedData: MyPinnedRow }} />
|
|
65
|
+
* ```
|
|
66
|
+
*/
|
|
67
|
+
pinnedData?: ComponentType<GridCustomRowProps>;
|
|
57
68
|
}
|
package/interfaces/events.d.ts
CHANGED
|
@@ -355,3 +355,20 @@ export interface GridColumnsStateChangeEvent {
|
|
|
355
355
|
* Represents a server counterpart of every Grid event. It strips out all arguments from the event that are not serializable to the server.
|
|
356
356
|
*/
|
|
357
357
|
export type ServerEvent<T> = Omit<T, 'nativeEvent' | 'syntheticEvent' | 'target' | 'targetEvent'>;
|
|
358
|
+
/**
|
|
359
|
+
* Represents the object of the `onRowPinChange` Grid event.
|
|
360
|
+
*/
|
|
361
|
+
export interface GridRowPinChangeEvent {
|
|
362
|
+
/**
|
|
363
|
+
* The updated array of items pinned to the top of the Grid.
|
|
364
|
+
*/
|
|
365
|
+
pinnedTopRows: any[];
|
|
366
|
+
/**
|
|
367
|
+
* The updated array of items pinned to the bottom of the Grid.
|
|
368
|
+
*/
|
|
369
|
+
pinnedBottomRows: any[];
|
|
370
|
+
/**
|
|
371
|
+
* The data item that triggered the pin change.
|
|
372
|
+
*/
|
|
373
|
+
dataItem: any;
|
|
374
|
+
}
|
package/messages/index.d.ts
CHANGED
|
@@ -197,6 +197,22 @@ export declare const gridAriaLabel = "grid.gridAriaLabel";
|
|
|
197
197
|
* @hidden
|
|
198
198
|
*/
|
|
199
199
|
export declare const gridRowReorderAriaLabel = "grid.gridRowReorderAriaLabel";
|
|
200
|
+
/**
|
|
201
|
+
* @hidden
|
|
202
|
+
*/
|
|
203
|
+
export declare const gridPinCellAriaLabel = "grid.gridPinCellAriaLabel";
|
|
204
|
+
/**
|
|
205
|
+
* @hidden
|
|
206
|
+
*/
|
|
207
|
+
export declare const gridPinToTop = "grid.gridPinToTop";
|
|
208
|
+
/**
|
|
209
|
+
* @hidden
|
|
210
|
+
*/
|
|
211
|
+
export declare const gridPinToBottom = "grid.gridPinToBottom";
|
|
212
|
+
/**
|
|
213
|
+
* @hidden
|
|
214
|
+
*/
|
|
215
|
+
export declare const gridUnpin = "grid.gridUnpin";
|
|
200
216
|
/**
|
|
201
217
|
* @hidden
|
|
202
218
|
*/
|
|
@@ -400,6 +416,10 @@ export declare const messages: {
|
|
|
400
416
|
"grid.headerGroupSpacerAccessibleLabel": string;
|
|
401
417
|
"grid.gridAriaLabel": string;
|
|
402
418
|
"grid.gridRowReorderAriaLabel": string;
|
|
419
|
+
"grid.gridPinCellAriaLabel": string;
|
|
420
|
+
"grid.gridPinToTop": string;
|
|
421
|
+
"grid.gridPinToBottom": string;
|
|
422
|
+
"grid.gridUnpin": string;
|
|
403
423
|
"grid.selectRow": string;
|
|
404
424
|
"grid.columnMenuColumnChooserTitle": string;
|
|
405
425
|
"grid.gridAdaptiveColumnMenuFilterTitle": string;
|
package/messages/index.js
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
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="grid.noRecords",
|
|
9
|
-
`,[
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="grid.noRecords",r="grid.pagerInfo",t="grid.pagerFirstPage",o="grid.pagerPreviousPage",a="grid.pagerNextPage",i="grid.pagerLastPage",l="grid.pagerItemsPerPage",s="grid.pagerPage",n="grid.pagerPageSizeAriaLabel",g="grid.pagerOf",d="grid.pagerTotalPages",c="grid.groupPanelEmpty",p="grid.groupColumn",u="grid.ungroupColumn",m="grid.columnMenu",h="grid.filterApplyButton",C="grid.filterClearButton",S="grid.filterClearAllButton",B="grid.filterResetButton",P="grid.filterSubmitButton",b="grid.filterTitle",x="grid.sortAscending",A="grid.sortDescending",f="grid.sortClearButton",T="grid.sortApplyButton",I="grid.searchPlaceholder",v="grid.searchboxPlaceholder",y="grid.exportPDF",M="grid.exportCSV",D="grid.filterCheckAll",L="grid.filterChooseOperator",O="grid.filterSelectAll",F="grid.filterSelectedItems",R="grid.sortAriaLabel",E="grid.editDialogTitle",G="grid.editDialogSaveButtonTitle",w="grid.editDialogCancelButtonTitle",N="grid.filterAriaLabel",k="grid.groupPanelAriaLabel",q="grid.groupExpand",U="grid.groupCollapse",W="grid.groupClearButton",z="grid.groupApplyButton",V="grid.detailExpand",j="grid.detailCollapse",H="grid.selectRow",J="grid.gridAriaLabel",K="grid.gridRowReorderAriaLabel",Q="grid.gridPinCellAriaLabel",X="grid.gridPinToTop",Y="grid.gridPinToBottom",Z="grid.gridUnpin",_="grid.gridAdaptiveColumnMenuFilterTitle",$="grid.columnMenuColumnChooserTitle",ee="grid.columnMenuColumnChooserSelectedItems",re="grid.adaptiveColumnMenuChooserTitle",te="grid.adaptiveColumnMenuChooserSubTitle",oe="grid.columnChooserApplyButton",ae="grid.columnChooserResetButton",ie="grid.adaptiveColumnMenuCheckboxFilterTitle",le="grid.adaptiveToolbarSortTitle",se="grid.adaptiveToolbarGroupTitle",ne="grid.toolbarSort",ge="grid.toolbarAI",de="grid.aIResponseData",ce="grid.generatedWithAI",pe="grid.toolbarAIApply",ue="grid.toolbarGroup",me="grid.toolbarFilter",he="grid.toolbarColumnsChooser",Ce="grid.toolbarCheckboxFilter",Se="grid.smartBoxSearchPlaceholder",Be="grid.smartBoxSemanticSearchPlaceholder",Pe="grid.smartBoxAIAssistantPlaceholder",be="grid.smartBoxSuggestedPrompts",xe="grid.smartBoxPreviouslySearched",Ae="grid.smartBoxPreviouslyAsked",fe="grid.smartBoxNoPreviousSearches",Te="grid.smartBoxNoPreviousPrompts",Ie="grid.smartBoxClearTitle",ve="grid.smartBoxSubmitPromptButton",ye="grid.smartBoxSpeechToTextButton",Me="grid.smartBoxSearchModeText",De="grid.smartBoxSearchModeDescription",Le="grid.smartBoxSemanticSearchModeText",Oe="grid.smartBoxSemanticSearchModeDescription",Fe="grid.headerGroupSpacerAccessibleLabel",Re={[V]:"Expand detail row",[j]:"Collapse detail row",[q]:"Expand group",[U]:"Collapse Group",[W]:"Clear grouping",[z]:"Done",[e]:"No records available",[c]:"Drag a column header and drop it here to group by that column",[h]:"Apply",[C]:"Clear",[S]:"Clear all filters",[B]:"Reset",[P]:"Filter",[b]:"Filter",[x]:"Sort Ascending",[A]:"Sort Descending",[f]:"Clear sorting",[T]:"Done",[R]:"Sortable",[le]:"Sort by",[se]:"Group by",[ne]:"Sort",[ge]:"AI Assistant",[pe]:"Apply",[de]:`Operation is successful. Data is:
|
|
9
|
+
`,[ce]:"Generated with AI",[ue]:"Group",[me]:"Filter",[he]:"Columns",[Ce]:"Filter",[p]:"Group Column",[u]:"Ungroup Column",[m]:"Column menu",[l]:"items per page",[r]:"{0} - {1} of {2} items",[t]:"Go to the first page",[o]:"Go to the previous page",[a]:"Go to the next page",[i]:"Go to the last page",[s]:"Page",[n]:"Page size",[g]:"of",[d]:"{0}",[I]:"Search",[v]:"Search...",[y]:"Export PDF",[M]:"Export CSV",[D]:"Check All",[E]:"Edit Dialog",[G]:"Save",[w]:"Cancel",[L]:"Choose Operator",[F]:"selected items",[O]:"Select All",[N]:"Filter",[k]:"Group panel",[Fe]:"Group",[J]:"Table",[K]:"Drag row",[Q]:"Pin row",[X]:"Pin row to top",[Y]:"Pin row to bottom",[Z]:"Unpin",[H]:"Select Row",[$]:"Columns Chooser",[_]:"Filter by",[re]:"Columns Chooser",[te]:"Selected fields are visible",[ie]:"Filter by",[ee]:"Selected items",[oe]:"Apply",[ae]:"Reset",[Se]:"Search",[Be]:"Semantic Search",[Pe]:"Sort, filter, or group with AI",[be]:"Suggested prompts",[xe]:"Previously searched",[Ae]:"Previously asked",[fe]:"No previous searches",[Te]:"No previous prompts",[Ie]:"Clear",[ve]:"Submit prompt",[ye]:"Speech to text",[Me]:"Search",[De]:"Looks for exact word matches across your data.",[Le]:"Semantic Search",[Oe]:"Understands context to surface the most relevant results.","grid.filterEqOperator":"Is equal to","grid.filterNotEqOperator":"Is not equal to","grid.filterIsNullOperator":"Is null","grid.filterIsNotNullOperator":"Is not null","grid.filterIsEmptyOperator":"Is empty","grid.filterIsNotEmptyOperator":"Is not empty","grid.filterStartsWithOperator":"Starts with","grid.filterContainsOperator":"Contains","grid.filterNotContainsOperator":"Does not contain","grid.filterEndsWithOperator":"Ends with","grid.filterGteOperator":"Is greater than or equal to","grid.filterGtOperator":"Is greater than","grid.filterLteOperator":"Is less than or equal to","grid.filterLtOperator":"Is less than","grid.filterIsTrue":"Is true","grid.filterIsFalse":"Is false","grid.filterBooleanAll":"(All)","grid.filterAfterOrEqualOperator":"Is after or equal to","grid.filterAfterOperator":"Is after","grid.filterBeforeOperator":"Is before","grid.filterBeforeOrEqualOperator":"Is before or equal to","grid.filterAndLogic":"And","grid.filterOrLogic":"Or"};exports.aIResponseData=de;exports.adaptiveColumnMenuCheckboxFilterTitle=ie;exports.adaptiveColumnMenuChooserSubTitle=te;exports.adaptiveColumnMenuChooserTitle=re;exports.adaptiveColumnMenuFilterTitle=_;exports.adaptiveToolbarGroupTitle=se;exports.adaptiveToolbarSortTitle=le;exports.columnChooserApplyButton=oe;exports.columnChooserResetButton=ae;exports.columnMenu=m;exports.columnMenuColumnChooserSelectedItems=ee;exports.columnMenuColumnChooserTitle=$;exports.detailCollapse=j;exports.detailExpand=V;exports.editDialogCancelButtonTitle=w;exports.editDialogSaveButtonTitle=G;exports.editDialogTitle=E;exports.exportCSV=M;exports.exportPDF=y;exports.filterApplyButton=h;exports.filterAriaLabel=N;exports.filterCheckAll=D;exports.filterChooseOperator=L;exports.filterClearAllButton=S;exports.filterClearButton=C;exports.filterResetButton=B;exports.filterSelectAll=O;exports.filterSelectedItems=F;exports.filterSubmitButton=P;exports.filterTitle=b;exports.generatedWithAI=ce;exports.gridAriaLabel=J;exports.gridPinCellAriaLabel=Q;exports.gridPinToBottom=Y;exports.gridPinToTop=X;exports.gridRowReorderAriaLabel=K;exports.gridUnpin=Z;exports.groupApplyButton=z;exports.groupClearButton=W;exports.groupCollapse=U;exports.groupColumn=p;exports.groupExpand=q;exports.groupPanelAriaLabel=k;exports.groupPanelEmpty=c;exports.headerGroupSpacerAccessibleLabel=Fe;exports.messages=Re;exports.noRecords=e;exports.pagerFirstPage=t;exports.pagerInfo=r;exports.pagerItemPerPage=l;exports.pagerLastPage=i;exports.pagerNextPage=a;exports.pagerOf=g;exports.pagerPage=s;exports.pagerPageSizeAriaLabel=n;exports.pagerPreviousPage=o;exports.pagerTotalPages=d;exports.searchPlaceholder=I;exports.searchboxPlaceholder=v;exports.selectRow=H;exports.smartBoxAIAssistantPlaceholder=Pe;exports.smartBoxClearTitle=Ie;exports.smartBoxNoPreviousPrompts=Te;exports.smartBoxNoPreviousSearches=fe;exports.smartBoxPreviouslyAsked=Ae;exports.smartBoxPreviouslySearched=xe;exports.smartBoxSearchModeDescription=De;exports.smartBoxSearchModeText=Me;exports.smartBoxSearchPlaceholder=Se;exports.smartBoxSemanticSearchModeDescription=Oe;exports.smartBoxSemanticSearchModeText=Le;exports.smartBoxSemanticSearchPlaceholder=Be;exports.smartBoxSpeechToTextButton=ye;exports.smartBoxSubmitPromptButton=ve;exports.smartBoxSuggestedPrompts=be;exports.sortApplyButton=T;exports.sortAriaLabel=R;exports.sortAscending=x;exports.sortClearButton=f;exports.sortDescending=A;exports.toolbarAI=ge;exports.toolbarAIApply=pe;exports.toolbarCheckboxFilter=Ce;exports.toolbarColumnsChooser=he;exports.toolbarFilter=me;exports.toolbarGroup=ue;exports.toolbarSort=ne;exports.ungroupColumn=u;
|