@progress/kendo-react-grid 9.4.0-develop.24 → 9.4.0-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/Grid.js +1 -1
- package/Grid.mjs +5 -4
- package/GridClientContextReader.js +1 -2
- package/GridClientContextReader.mjs +14 -15
- package/GridClientWrapper.js +1 -2
- package/GridClientWrapper.mjs +413 -494
- package/GridColumn.js +1 -1
- package/GridColumn.mjs +5 -4
- package/GridComponent.js +1 -1
- package/GridComponent.mjs +310 -344
- package/GridState.js +1 -2
- package/GridState.mjs +67 -79
- package/GridToolbar.js +1 -1
- package/GridToolbar.mjs +6 -5
- package/GridWatermarkOverlay.js +1 -2
- package/GridWatermarkOverlay.mjs +2 -2
- package/NOTICE.txt +51 -40
- package/StatusBar.js +1 -1
- package/StatusBar.mjs +1 -0
- package/VirtualScroll.js +1 -1
- package/VirtualScroll.mjs +1 -0
- package/VirtualScrollFixed.js +1 -1
- package/VirtualScrollFixed.mjs +10 -9
- package/cells/GridCell.js +1 -1
- package/cells/GridCell.mjs +23 -25
- package/cells/GridDetailCell.js +1 -1
- package/cells/GridDetailCell.mjs +6 -5
- package/cells/GridDetailHierarchyCell.js +1 -1
- package/cells/GridDetailHierarchyCell.mjs +5 -4
- package/cells/GridEditCell.js +1 -1
- package/cells/GridEditCell.mjs +7 -6
- package/cells/GridFilterCell.js +1 -2
- package/cells/GridGroupCell.js +1 -1
- package/cells/GridGroupCell.mjs +12 -11
- package/cells/GridHierarchyCell.js +1 -1
- package/cells/GridHierarchyCell.mjs +8 -7
- package/cells/GridRowReorderCell.js +1 -1
- package/cells/GridRowReorderCell.mjs +4 -3
- package/cells/GridSelectionCell.js +1 -1
- package/cells/GridSelectionCell.mjs +13 -12
- package/cells/client/DetailCellContainer.js +1 -2
- package/cells/client/DetailCellContainer.mjs +2 -2
- package/cells/client/GridCellContainer.js +1 -2
- package/cells/client/GridEditCellContainer.js +1 -2
- package/cells/client/GridEditCellEditor.js +1 -2
- package/cells/client/GridEditCellEditor.mjs +14 -14
- package/cells/client/GridGroupCellContainer.js +1 -2
- package/cells/client/GridGroupCellContainer.mjs +39 -39
- package/cells/client/GridGroupCellToggle.js +1 -2
- package/cells/client/GridGroupCellToggle.mjs +3 -3
- package/cells/client/GridHierarchyCellContainer.js +1 -2
- package/cells/client/GridHierarchyCellToggle.js +1 -2
- package/cells/client/GridHierarchyCellToggle.mjs +15 -15
- package/cells/client/GridRowReorderContainer.js +1 -2
- package/cells/client/GridRowReorderContainer.mjs +8 -14
- package/cells/client/GridSelectionCellContainer.js +1 -2
- package/cells/client/GridSelectionCellInput.js +1 -2
- package/cells/client/GridSelectionCellInput.mjs +3 -3
- package/columnMenu/GridColumnMenuCheckboxFilter.js +1 -2
- package/columnMenu/GridColumnMenuCheckboxFilter.mjs +55 -56
- package/columnMenu/GridColumnMenuColumnsList.js +1 -2
- package/columnMenu/GridColumnMenuColumnsList.mjs +16 -16
- package/columnMenu/GridColumnMenuFilter.js +1 -2
- package/columnMenu/GridColumnMenuFilterCell.js +1 -2
- package/columnMenu/GridColumnMenuFilterCell.mjs +3 -3
- package/columnMenu/GridColumnMenuFilterUI.js +1 -2
- package/columnMenu/GridColumnMenuGroup.js +1 -2
- package/columnMenu/GridColumnMenuGroup.mjs +5 -5
- package/columnMenu/GridColumnMenuItem.js +1 -2
- package/columnMenu/GridColumnMenuItem.mjs +2 -2
- package/columnMenu/GridColumnMenuItemContent.js +1 -2
- package/columnMenu/GridColumnMenuItemContent.mjs +4 -4
- package/columnMenu/GridColumnMenuItemGroup.js +1 -2
- package/columnMenu/GridColumnMenuItemGroup.mjs +4 -4
- package/columnMenu/GridColumnMenuSort.js +1 -2
- package/columnMenu/GridColumnMenuSort.mjs +8 -8
- package/columnMenu/GridColumnMenuWrapper.js +1 -2
- package/components/GridContainerElementContainer.js +1 -2
- package/components/GridCustomCellClientContainer.js +1 -2
- package/components/GridCustomCellClientContainer.mjs +2 -2
- package/components/GridDragClue.js +1 -2
- package/components/GridDragClue.mjs +5 -5
- package/components/GridDraggableRowsContainer.js +1 -2
- package/components/GridDropClue.js +1 -2
- package/components/GridDropClue.mjs +5 -5
- package/components/GridElementContainer.js +1 -2
- package/components/GridElementContainer.mjs +6 -6
- package/components/PagerContainer.js +1 -2
- package/components/PagerContainer.mjs +4 -4
- package/components/VirtualScrollHeightContainer.js +1 -2
- package/components/VirtualScrollHeightContainer.mjs +2 -2
- package/components/colGroup/GridColGroup.js +1 -2
- package/components/colGroup/GridColGroup.mjs +5 -5
- package/components/icons/reorder-row-svg.js +1 -2
- package/components/icons/reorder-row-svg.mjs +2 -2
- package/components/noRecords/GridNoRecords.js +1 -2
- package/components/noRecords/GridNoRecords.mjs +5 -5
- package/components/noRecords/GridNoRecordsContainer.js +1 -2
- package/components/noRecords/GridNoRecordsContainer.mjs +4 -4
- package/components/table/GridTable.js +1 -2
- package/components/table/GridTable.mjs +4 -4
- package/components/table/GridTableBody.js +1 -2
- package/components/table/GridTableBody.mjs +2 -2
- package/components/table/GridTableScrollable.js +1 -2
- package/components/table/GridTableScrollable.mjs +6 -6
- package/components/utils.js +1 -1
- package/components/utils.mjs +1 -0
- package/constants/index.js +1 -1
- package/constants/index.mjs +1 -0
- package/contextMenu/GridContextMenu.js +1 -2
- package/contextMenu/GridContextMenu.mjs +3 -3
- package/contextMenu/enums.js +1 -1
- package/contextMenu/enums.mjs +1 -0
- package/dist/cdn/js/kendo-react-grid.js +1 -8
- package/drag/ColumnDraggable.js +1 -2
- package/drag/ColumnDraggable.mjs +7 -7
- package/drag/ColumnResize.js +1 -1
- package/drag/ColumnResize.mjs +1 -0
- package/drag/CommonDragLogic.js +1 -1
- package/drag/CommonDragLogic.mjs +1 -0
- package/drag/GroupingIndicator.js +1 -2
- package/drag/GroupingIndicator.mjs +11 -11
- package/filterCommon.js +1 -1
- package/filterCommon.mjs +5 -4
- package/footer/Footer.js +1 -2
- package/footer/FooterCell.js +1 -1
- package/footer/FooterCell.mjs +4 -3
- package/footer/FooterRow.js +1 -1
- package/footer/FooterRow.mjs +7 -6
- package/footer/client/FooterCellContainer.js +1 -2
- package/footer/client/FooterCellContainer.mjs +5 -5
- package/header/FilterRow.js +1 -1
- package/header/FilterRow.mjs +43 -41
- package/header/GridHeaderCell.js +1 -2
- package/header/GridHeaderCell.mjs +4 -4
- package/header/GridHeaderSelectionCell.js +1 -2
- package/header/GroupPanel.js +1 -2
- package/header/Header.js +1 -2
- package/header/HeaderRow.js +1 -1
- package/header/HeaderRow.mjs +35 -33
- package/header/client/GridFilterCellContainer.js +1 -2
- package/header/client/GridFilterCellContainer.mjs +7 -7
- package/header/client/GridFilterCellElementContainer.js +1 -2
- package/header/client/GridHeaderCellContainer.js +1 -2
- package/header/client/GridHeaderCellContainer.mjs +18 -20
- package/header/client/GridHeaderCellElementContainer.js +1 -2
- package/header/client/GridHeaderCellElementContainer.mjs +10 -10
- package/header/client/GridHeaderRowContainer.js +1 -2
- package/header/client/GridHeaderRowReorderCell.js +1 -2
- package/header/client/GridHeaderRowReorderCell.mjs +2 -2
- package/header/client/HeaderCellResizer.js +1 -2
- package/header/client/HeaderRowDraggable.js +1 -2
- package/index.d.mts +5 -211
- package/index.d.ts +5 -211
- package/index.js +1 -1
- package/index.mjs +68 -71
- package/interfaces/GridSortSettings.js +8 -0
- package/{sortCommon.mjs → interfaces/GridSortSettings.mjs} +1 -0
- package/messages/index.js +1 -1
- package/messages/index.mjs +37 -38
- package/messages/messagesMap.js +1 -1
- package/messages/messagesMap.mjs +3 -2
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +3 -2
- package/package.json +13 -14
- package/paging/GridPagerSettings.js +1 -1
- package/paging/GridPagerSettings.mjs +7 -6
- package/rows/GridDetailRow.js +1 -1
- package/rows/GridDetailRow.mjs +3 -2
- package/rows/GridRow.js +1 -2
- package/rows/GridRow.mjs +45 -45
- package/utils/_clientModule.js +1 -2
- package/utils/_clientModule.mjs +2 -2
- package/utils/_serverModule.js +1 -1
- package/utils/_serverModule.mjs +1 -0
- package/utils/index.js +1 -1
- package/utils/index.mjs +129 -138
- package/GridSearchBox.js +0 -8
- package/GridSearchBox.mjs +0 -35
- package/columnMenu/GridColumnMenuColumnsChooser.js +0 -9
- package/columnMenu/GridColumnMenuColumnsChooser.mjs +0 -82
- package/components/GridLoader.js +0 -9
- package/components/GridLoader.mjs +0 -22
- package/sortCommon.js +0 -8
package/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { BaseEvent } from '@progress/kendo-react-common';
|
|
9
9
|
import { CellProps } from '@progress/kendo-react-data-tools';
|
|
10
|
+
import { ClipboardDataEvent } from '@progress/kendo-react-data-tools';
|
|
10
11
|
import { ClipboardSettings } from '@progress/kendo-react-data-tools';
|
|
11
12
|
import { ColumnBaseProps } from '@progress/kendo-react-data-tools';
|
|
12
13
|
import { ColumnSortSettings } from '@progress/kendo-react-data-tools';
|
|
@@ -21,16 +22,13 @@ import { FilterOperator } from '@progress/kendo-react-data-tools';
|
|
|
21
22
|
import { getSelectedState } from '@progress/kendo-react-data-tools';
|
|
22
23
|
import { getSelectedStateFromKeyDown } from '@progress/kendo-react-data-tools';
|
|
23
24
|
import { GridClassStructure } from '@progress/kendo-react-common';
|
|
24
|
-
import { GridClipboardEvent } from '@progress/kendo-react-data-tools';
|
|
25
25
|
import { GroupDescriptor } from '@progress/kendo-data-query';
|
|
26
26
|
import { GroupExpandDescriptor } from '@progress/kendo-react-data-tools';
|
|
27
27
|
import { GroupState } from '@progress/kendo-react-data-tools';
|
|
28
28
|
import { HeaderCellBaseProps } from '@progress/kendo-react-data-tools';
|
|
29
29
|
import { HeaderThElementProps } from '@progress/kendo-react-data-tools';
|
|
30
|
-
import { IntlService } from '@progress/kendo-react-intl';
|
|
31
30
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
32
31
|
import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
|
|
33
|
-
import { LocalizationService } from '@progress/kendo-react-intl';
|
|
34
32
|
import { MenuItemModel } from '@progress/kendo-react-layout';
|
|
35
33
|
import { MenuSelectEvent } from '@progress/kendo-react-layout';
|
|
36
34
|
import { NavigatableSettings } from '@progress/kendo-react-data-tools';
|
|
@@ -40,7 +38,6 @@ import { PagerProps } from '@progress/kendo-react-data-tools';
|
|
|
40
38
|
import { PagerTargetEvent } from '@progress/kendo-react-data-tools';
|
|
41
39
|
import * as React_2 from 'react';
|
|
42
40
|
import { ReactElement } from 'react';
|
|
43
|
-
import { SearchField } from '@progress/kendo-react-data-tools';
|
|
44
41
|
import { SelectDescriptor } from '@progress/kendo-react-data-tools';
|
|
45
42
|
import { setSelectedState } from '@progress/kendo-react-data-tools';
|
|
46
43
|
import { SortDescriptor } from '@progress/kendo-data-query';
|
|
@@ -56,8 +53,6 @@ import { TableKeyDownEvent } from '@progress/kendo-react-data-tools';
|
|
|
56
53
|
import { TableSelectableMode } from '@progress/kendo-react-data-tools';
|
|
57
54
|
import { TableSelectableSettings } from '@progress/kendo-react-data-tools';
|
|
58
55
|
import { TableSelectionChangeEvent } from '@progress/kendo-react-data-tools';
|
|
59
|
-
import { TextBoxChangeEvent } from '@progress/kendo-react-inputs';
|
|
60
|
-
import { TextBoxProps } from '@progress/kendo-react-inputs';
|
|
61
56
|
|
|
62
57
|
/**
|
|
63
58
|
* The value of the filter operators displayed in the boolean filter menu.
|
|
@@ -252,7 +247,6 @@ declare interface ExtendedColumnProps extends GridColumnProps {
|
|
|
252
247
|
isAccessible: boolean;
|
|
253
248
|
/** @hidden _internal usage only */
|
|
254
249
|
_type?: 'edit' | 'expand';
|
|
255
|
-
rowSpannable?: Required<GridRowSpannableSettings>;
|
|
256
250
|
}
|
|
257
251
|
|
|
258
252
|
/**
|
|
@@ -306,7 +300,7 @@ export declare const GRID_PREVENT_SELECTION_ELEMENT = "data-prevent-selection";
|
|
|
306
300
|
/** The attribute required by the Grid selection on Grid `tr` elements. */
|
|
307
301
|
export declare const GRID_ROW_INDEX_ATTRIBUTE = "data-grid-row-index";
|
|
308
302
|
|
|
309
|
-
export declare const GridCell: (props: GridCellProps) => JSX_2.Element
|
|
303
|
+
export declare const GridCell: (props: GridCellProps) => JSX_2.Element;
|
|
310
304
|
|
|
311
305
|
/**
|
|
312
306
|
* Represents the `GridCellBaseOptions` object that are passed to the handler.
|
|
@@ -407,15 +401,6 @@ export declare interface GridCellProps extends Omit<CellProps, 'onChange' | 'ren
|
|
|
407
401
|
columnPosition: any;
|
|
408
402
|
/** @hidden */
|
|
409
403
|
group?: GroupState;
|
|
410
|
-
/** @hidden */
|
|
411
|
-
localization?: LocalizationService;
|
|
412
|
-
/** @hidden */
|
|
413
|
-
intl?: IntlService;
|
|
414
|
-
/** @hidden */
|
|
415
|
-
_rowSpan?: {
|
|
416
|
-
count: number | null;
|
|
417
|
-
value: any;
|
|
418
|
-
};
|
|
419
404
|
}
|
|
420
405
|
|
|
421
406
|
/**
|
|
@@ -559,31 +544,6 @@ export declare interface GridColumnMenuColumnProps {
|
|
|
559
544
|
id?: string;
|
|
560
545
|
}
|
|
561
546
|
|
|
562
|
-
/**
|
|
563
|
-
* Represents the KendoReact GridColumnMenuColumnsChooser component.
|
|
564
|
-
*/
|
|
565
|
-
export declare const GridColumnMenuColumnsChooser: React_2.FunctionComponent<GridColumnMenuColumnsChooserProps>;
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
* The props passed to the ColumnMenu ColumnsChooser component.
|
|
569
|
-
*/
|
|
570
|
-
declare interface GridColumnMenuColumnsChooserBaseProps extends GridColumnMenuBaseProps {
|
|
571
|
-
/**
|
|
572
|
-
* The columns state of the KendoReact GridColumnMenuColumnsChooser component.
|
|
573
|
-
*/
|
|
574
|
-
columnsState?: GridColumnState[];
|
|
575
|
-
/**
|
|
576
|
-
* The method that will be called when the new columns state is applied.
|
|
577
|
-
*/
|
|
578
|
-
onColumnsStateChange?: Function;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
/**
|
|
582
|
-
* The props of the GridColumnMenuColumnsChooser component.
|
|
583
|
-
*/
|
|
584
|
-
export declare interface GridColumnMenuColumnsChooserProps extends GridColumnMenuColumnsChooserBaseProps {
|
|
585
|
-
}
|
|
586
|
-
|
|
587
547
|
/**
|
|
588
548
|
* Represents the KendoReact GridColumnMenuColumnsList component.
|
|
589
549
|
*/
|
|
@@ -911,7 +871,7 @@ declare interface GridColumnMenuItemProps {
|
|
|
911
871
|
/**
|
|
912
872
|
* The props which the ColumnMenu passes to its children.
|
|
913
873
|
*/
|
|
914
|
-
export declare interface GridColumnMenuProps extends GridColumnMenuFilterBaseProps, GridColumnMenuSortBaseProps, GridColumnMenuGroupBaseProps
|
|
874
|
+
export declare interface GridColumnMenuProps extends GridColumnMenuFilterBaseProps, GridColumnMenuSortBaseProps, GridColumnMenuGroupBaseProps {
|
|
915
875
|
navigatable?: boolean;
|
|
916
876
|
show?: boolean;
|
|
917
877
|
}
|
|
@@ -1127,10 +1087,6 @@ export declare interface GridColumnProps extends Omit<ColumnBaseProps, 'cell'> {
|
|
|
1127
1087
|
* @default "data"
|
|
1128
1088
|
*/
|
|
1129
1089
|
columnType?: GridColumnType;
|
|
1130
|
-
/**
|
|
1131
|
-
* Defines if the cells of the column should be spanned when their values are the same.
|
|
1132
|
-
*/
|
|
1133
|
-
rowSpannable?: boolean | GridRowSpannableSettings;
|
|
1134
1090
|
}
|
|
1135
1091
|
|
|
1136
1092
|
/**
|
|
@@ -1204,46 +1160,6 @@ export declare interface GridColumnResizeEvent {
|
|
|
1204
1160
|
declare interface GridColumnSortSettings extends ColumnSortSettings {
|
|
1205
1161
|
}
|
|
1206
1162
|
|
|
1207
|
-
/**
|
|
1208
|
-
* Represents the object of the `onColumnsStateChange` Grid event.
|
|
1209
|
-
*/
|
|
1210
|
-
export declare interface GridColumnsStateChangeEvent {
|
|
1211
|
-
/**
|
|
1212
|
-
* An event target.
|
|
1213
|
-
*/
|
|
1214
|
-
target: GridHandle;
|
|
1215
|
-
/**
|
|
1216
|
-
* The columns state collection.
|
|
1217
|
-
*/
|
|
1218
|
-
columnsState: GridColumnState[];
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
/**
|
|
1222
|
-
* The state of the GridColumn
|
|
1223
|
-
*/
|
|
1224
|
-
export declare interface GridColumnState {
|
|
1225
|
-
/**
|
|
1226
|
-
* The id of the column.
|
|
1227
|
-
*/
|
|
1228
|
-
id: string;
|
|
1229
|
-
/**
|
|
1230
|
-
* The field of the column.
|
|
1231
|
-
*/
|
|
1232
|
-
field?: string;
|
|
1233
|
-
/**
|
|
1234
|
-
* The title of the column.
|
|
1235
|
-
*/
|
|
1236
|
-
title?: string;
|
|
1237
|
-
/**
|
|
1238
|
-
* The value indicating whether a column is visible or not.
|
|
1239
|
-
*/
|
|
1240
|
-
hidden?: boolean;
|
|
1241
|
-
/**
|
|
1242
|
-
* A collection of child states.
|
|
1243
|
-
*/
|
|
1244
|
-
children?: GridColumnState[];
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
1163
|
/**
|
|
1248
1164
|
* Sets the column type.
|
|
1249
1165
|
*
|
|
@@ -1473,20 +1389,6 @@ export declare interface GridCustomHeaderCellProps extends GridHeaderCellProps {
|
|
|
1473
1389
|
index?: number;
|
|
1474
1390
|
}
|
|
1475
1391
|
|
|
1476
|
-
/**
|
|
1477
|
-
* The properties of the default Grid Row.
|
|
1478
|
-
*/
|
|
1479
|
-
export declare interface GridCustomRowProps extends GridRowProps {
|
|
1480
|
-
/**
|
|
1481
|
-
* The props and attributes that are applied to the tr element by default.
|
|
1482
|
-
*/
|
|
1483
|
-
trProps?: React.HTMLAttributes<HTMLTableRowElement> | null;
|
|
1484
|
-
/**
|
|
1485
|
-
* The default children of the table row.
|
|
1486
|
-
*/
|
|
1487
|
-
children?: React.ReactNode | React.ReactNode[];
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
1392
|
/**
|
|
1491
1393
|
* Represents the object of the `onDataStateChange` Grid event.
|
|
1492
1394
|
*/
|
|
@@ -2002,7 +1904,6 @@ export declare const gridMessages: {
|
|
|
2002
1904
|
"grid.pagerOf": string;
|
|
2003
1905
|
"grid.pagerTotalPages": string;
|
|
2004
1906
|
"grid.searchPlaceholder": string;
|
|
2005
|
-
"grid.searchboxPlaceholder": string;
|
|
2006
1907
|
"grid.filterCheckAll": string;
|
|
2007
1908
|
"grid.filterChooseOperator": string;
|
|
2008
1909
|
"grid.filterSelectedItems": string;
|
|
@@ -2164,7 +2065,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2164
2065
|
/** @hidden */
|
|
2165
2066
|
autoProcessData?: boolean | {
|
|
2166
2067
|
filter?: boolean;
|
|
2167
|
-
search?: boolean;
|
|
2168
2068
|
sort?: boolean;
|
|
2169
2069
|
group?: boolean;
|
|
2170
2070
|
page?: boolean;
|
|
@@ -2182,10 +2082,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2182
2082
|
* Sets a set of custom components that the Grid will render instead of the built-in cell.
|
|
2183
2083
|
*/
|
|
2184
2084
|
cells?: GridCellsSettings;
|
|
2185
|
-
/**
|
|
2186
|
-
* Sets a set of custom components that the Grid will render instead of the built-in row.
|
|
2187
|
-
*/
|
|
2188
|
-
rows?: GridRowsSettings;
|
|
2189
2085
|
/**
|
|
2190
2086
|
* Sets the data of the Grid ([see example]({% slug paging_grid %})). If you use paging, the `data` option has to contain only the items for the current page. It takes values of type null, any or [DataResult]({% slug api_kendo-data-query_dataresult%})
|
|
2191
2087
|
*/
|
|
@@ -2199,9 +2095,9 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2199
2095
|
*/
|
|
2200
2096
|
clipboard?: ClipboardSettings | boolean;
|
|
2201
2097
|
/**
|
|
2202
|
-
* Fires when clipboard support is enabled and the one of the actions 'copy'. The event accepts type [
|
|
2098
|
+
* Fires when clipboard support is enabled and the one of the actions 'copy'. The event accepts type [ClipboardDataEvent]({% slug api_data-tools_clipboarddataevent %}). Only fired when the Grid is run as a client component.
|
|
2203
2099
|
*/
|
|
2204
|
-
onClipboard?: (event:
|
|
2100
|
+
onClipboard?: (event: ClipboardDataEvent) => void;
|
|
2205
2101
|
/**
|
|
2206
2102
|
* Fires when the sorting of the Grid is changed ([see example]({% slug sorting_grid %})). You have to handle the event yourself and sort the data.
|
|
2207
2103
|
*/
|
|
@@ -2230,14 +2126,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2230
2126
|
* Fires when the Grid filter is modified through the UI ([more information and examples]({% slug filtering_grid %})). You have to handle the event yourself and filter the data.
|
|
2231
2127
|
*/
|
|
2232
2128
|
onFilterChange?: (event: GridFilterChangeEvent) => void;
|
|
2233
|
-
/**
|
|
2234
|
-
* Specifies if the loader of the Grid will be displayed.
|
|
2235
|
-
*/
|
|
2236
|
-
showLoader?: boolean;
|
|
2237
|
-
/**
|
|
2238
|
-
* A custom component that the Grid will render instead of the built-in loader.
|
|
2239
|
-
*/
|
|
2240
|
-
loader?: React.ReactNode;
|
|
2241
2129
|
/**
|
|
2242
2130
|
* Fires when the user reorders a row.
|
|
2243
2131
|
*/
|
|
@@ -2398,22 +2286,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2398
2286
|
* Specifies a React element that will be cloned and rendered inside the detail rows of the currently expanded items ([see example]({% slug hierarchy_grid %})). An item will be rendered as expanded if the value of its `expandField` is `true`.
|
|
2399
2287
|
*/
|
|
2400
2288
|
detail?: null | ComponentType<GridDetailRowProps>;
|
|
2401
|
-
/**
|
|
2402
|
-
* The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is searched. Its first FilterDescriptor populates the GridSearchBox.
|
|
2403
|
-
*/
|
|
2404
|
-
search?: CompositeFilterDescriptor;
|
|
2405
|
-
/**
|
|
2406
|
-
* The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is searched by default. Its first FilterDescriptor populates the GridSearchBox.
|
|
2407
|
-
*/
|
|
2408
|
-
defaultSearch?: CompositeFilterDescriptor;
|
|
2409
|
-
/**
|
|
2410
|
-
* Defines the fields of the data that are filtered by the GridSearchBox.
|
|
2411
|
-
*/
|
|
2412
|
-
searchFields?: (string | SearchField)[];
|
|
2413
|
-
/**
|
|
2414
|
-
* Fires when the search value of the GridSearchBox is changed.
|
|
2415
|
-
*/
|
|
2416
|
-
onSearchChange?: (event: GridSearchChangeEvent) => void;
|
|
2417
2289
|
/**
|
|
2418
2290
|
* Represents the `style` HTML attribute.
|
|
2419
2291
|
*/
|
|
@@ -2526,22 +2398,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2526
2398
|
* @hidden
|
|
2527
2399
|
*/
|
|
2528
2400
|
unstyled?: GridClassStructure;
|
|
2529
|
-
/**
|
|
2530
|
-
* @hidden
|
|
2531
|
-
*/
|
|
2532
|
-
rowSpannable?: boolean | GridRowSpannableSettings;
|
|
2533
|
-
/**
|
|
2534
|
-
* @hidden
|
|
2535
|
-
*/
|
|
2536
|
-
columnsState?: GridColumnState[];
|
|
2537
|
-
/**
|
|
2538
|
-
* @hidden
|
|
2539
|
-
*/
|
|
2540
|
-
defaultColumnsState?: GridColumnState[];
|
|
2541
|
-
/**
|
|
2542
|
-
* Fires when the columns state of the Grid is changed.
|
|
2543
|
-
*/
|
|
2544
|
-
onColumnsStateChange?: (event: GridColumnsStateChangeEvent) => void;
|
|
2545
2401
|
}
|
|
2546
2402
|
|
|
2547
2403
|
/**
|
|
@@ -2618,10 +2474,6 @@ export declare interface GridRowProps extends KendoReactComponentBaseProps {
|
|
|
2618
2474
|
* A function for overriding the default rendering of the row.
|
|
2619
2475
|
*/
|
|
2620
2476
|
render?: (row: React.ReactElement<HTMLTableRowElement>, props: GridRowProps) => React.ReactNode;
|
|
2621
|
-
/**
|
|
2622
|
-
* Sets a set of rows components that the Grid will render instead of the built-in row.
|
|
2623
|
-
*/
|
|
2624
|
-
rows?: GridRowsSettings;
|
|
2625
2477
|
/**
|
|
2626
2478
|
* The index to be applied to the `aria-rowindex` attribute.
|
|
2627
2479
|
*/
|
|
@@ -2693,42 +2545,6 @@ export declare type GridRowReorderSettings = {
|
|
|
2693
2545
|
dragClue?: string | ((dataItem: any) => React.ReactNode);
|
|
2694
2546
|
};
|
|
2695
2547
|
|
|
2696
|
-
/**
|
|
2697
|
-
* Represents the settings for the row-spanning functionality of the Grid.
|
|
2698
|
-
*
|
|
2699
|
-
* @example
|
|
2700
|
-
*
|
|
2701
|
-
* ```tsx
|
|
2702
|
-
* <Grid
|
|
2703
|
-
* data={data}
|
|
2704
|
-
* rowSpannable={{
|
|
2705
|
-
* enabled: true,
|
|
2706
|
-
* valueGetter: (dataItem, field) => `${dataItem['id']} - ${dataItem[field]}`,
|
|
2707
|
-
* }}
|
|
2708
|
-
* />
|
|
2709
|
-
* ```
|
|
2710
|
-
*/
|
|
2711
|
-
export declare type GridRowSpannableSettings = {
|
|
2712
|
-
/**
|
|
2713
|
-
* Determines if the row-spanning functionality is enabled or disabled
|
|
2714
|
-
*/
|
|
2715
|
-
enabled?: boolean;
|
|
2716
|
-
/**
|
|
2717
|
-
* A function that returns the value of the cell that should span the row.
|
|
2718
|
-
* The value could be combined from multiple fields of the dataItem to create a unique identifier and prevent the cell from being row-spanned.
|
|
2719
|
-
*/
|
|
2720
|
-
valueGetter?: (dataItem: any, field: string) => any;
|
|
2721
|
-
};
|
|
2722
|
-
|
|
2723
|
-
/**
|
|
2724
|
-
* The settings of the rows prop options.
|
|
2725
|
-
*/
|
|
2726
|
-
export declare interface GridRowsSettings {
|
|
2727
|
-
groupHeader?: ComponentType<GridCustomRowProps>;
|
|
2728
|
-
data?: ComponentType<GridCustomRowProps>;
|
|
2729
|
-
groupFooter?: ComponentType<GridCustomRowProps>;
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
2548
|
/**
|
|
2733
2549
|
* The type of the GridRow component.
|
|
2734
2550
|
*
|
|
@@ -2739,28 +2555,6 @@ export declare interface GridRowsSettings {
|
|
|
2739
2555
|
*/
|
|
2740
2556
|
export declare type GridRowType = 'groupFooter' | 'groupHeader' | 'data';
|
|
2741
2557
|
|
|
2742
|
-
/**
|
|
2743
|
-
* Represents the properties of the KendoReact GridSearchBox component.
|
|
2744
|
-
*/
|
|
2745
|
-
export declare const GridSearchBox: (props: GridSearchBoxProps) => JSX_2.Element;
|
|
2746
|
-
|
|
2747
|
-
export declare interface GridSearchBoxChangeEvent extends TextBoxChangeEvent {
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
|
-
export declare interface GridSearchBoxProps extends TextBoxProps {
|
|
2751
|
-
onChange?: (event: GridSearchBoxChangeEvent) => void;
|
|
2752
|
-
}
|
|
2753
|
-
|
|
2754
|
-
/**
|
|
2755
|
-
* Represents the object of the `onSearchChange` Grid event.
|
|
2756
|
-
*/
|
|
2757
|
-
export declare interface GridSearchChangeEvent extends GridEvent {
|
|
2758
|
-
/**
|
|
2759
|
-
* The new search based on the user action.
|
|
2760
|
-
*/
|
|
2761
|
-
search: CompositeFilterDescriptor;
|
|
2762
|
-
}
|
|
2763
|
-
|
|
2764
2558
|
/**
|
|
2765
2559
|
* Represents the available selection modes.
|
|
2766
2560
|
*/
|
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
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const G=require("./Grid.js"),C=require("./GridColumn.js"),a=require("./columnMenu/GridColumnMenuWrapper.js"),s=require("./columnMenu/GridColumnMenuGroup.js"),l=require("./columnMenu/GridColumnMenuSort.js"),t=require("./columnMenu/GridColumnMenuFilter.js"),m=require("./columnMenu/GridColumnMenuFilterUI.js"),c=require("./columnMenu/GridColumnMenuFilterCell.js"),M=require("./columnMenu/GridColumnMenuCheckboxFilter.js"),g=require("./columnMenu/GridColumnMenuColumnsList.js"),p=require("./cells/GridCell.js"),I=require("./cells/GridEditCell.js"),q=require("./cells/GridGroupCell.js"),S=require("./cells/GridHierarchyCell.js"),F=require("./cells/GridFilterCell.js"),D=require("./header/GridHeaderCell.js"),E=require("./cells/GridSelectionCell.js"),R=require("./rows/GridDetailRow.js"),T=require("./rows/GridRow.js"),P=require("./GridToolbar.js"),_=require("./components/noRecords/GridNoRecords.js"),N=require("./columnMenu/GridColumnMenuItem.js"),b=require("./columnMenu/GridColumnMenuItemContent.js"),x=require("./columnMenu/GridColumnMenuItemGroup.js"),o=require("./constants/index.js"),i=require("@progress/kendo-react-data-tools"),h=require("./drag/CommonDragLogic.js"),r=require("./filterCommon.js"),e=require("./messages/index.js"),n=require("./StatusBar.js"),u=require("./contextMenu/GridContextMenu.js"),d=require("./contextMenu/enums.js");exports.Grid=G.Grid;exports.GridColumn=C.GridColumn;exports.GridColumnMenuWrapper=a.GridColumnMenuWrapper;exports.GridColumnMenuGroup=s.GridColumnMenuGroup;exports.GridColumnMenuSort=l.GridColumnMenuSort;exports.isColumnMenuSortActive=l.isColumnMenuSortActive;exports.GridColumnMenuFilter=t.GridColumnMenuFilter;exports.filterGroupByField=t.filterGroupByField;exports.isColumnMenuFilterActive=t.isColumnMenuFilterActive;exports.rootFilterOrDefault=t.rootFilterOrDefault;exports.GridColumnMenuFilterUI=m.GridColumnMenuFilterUI;exports.GridColumnMenuFilterCell=c.GridColumnMenuFilterCell;exports.GridColumnMenuCheckboxFilter=M.GridColumnMenuCheckboxFilter;exports.GridColumnMenuColumnsList=g.GridColumnMenuColumnsList;exports.GridCell=p.GridCell;exports.GridEditCell=I.GridEditCell;exports.GridGroupCell=q.GridGroupCell;exports.GridHierarchyCell=S.GridHierarchyCell;exports.GridFilterCell=F.GridFilterCell;exports.GridHeaderCell=D.GridHeaderCell;exports.GridSelectionCell=E.GridSelectionCell;exports.GridDetailRow=R.GridDetailRow;exports.GridRow=T.GridRow;exports.GridToolbar=P.GridToolbar;exports.GridNoRecords=_.GridNoRecords;exports.GridColumnMenuItem=N.GridColumnMenuItem;exports.GridColumnMenuItemContent=b.GridColumnMenuItemContent;exports.GridColumnMenuItemGroup=x.GridColumnMenuItemGroup;exports.GRID_COL_INDEX_ATTRIBUTE=o.GRID_COL_INDEX_ATTRIBUTE;exports.GRID_PREVENT_SELECTION_ELEMENT=o.GRID_PREVENT_SELECTION_ELEMENT;exports.GRID_ROW_INDEX_ATTRIBUTE=o.GRID_ROW_INDEX_ATTRIBUTE;Object.defineProperty(exports,"getSelectedState",{enumerable:!0,get:()=>i.getSelectedState});Object.defineProperty(exports,"getSelectedStateFromKeyDown",{enumerable:!0,get:()=>i.getSelectedStateFromKeyDown});Object.defineProperty(exports,"setSelectedState",{enumerable:!0,get:()=>i.setSelectedState});exports.GridCommonDragLogic=h.CommonDragLogic;exports.booleanFilterValues=r.booleanFilterValues;exports.cellBoolDropdownChange=r.cellBoolDropdownChange;exports.cellInputChange=r.cellInputChange;exports.cellOperatorChange=r.cellOperatorChange;exports.operators=r.operators;exports.gridMessages=e.messages;exports.pagerFirstPage=e.pagerFirstPage;exports.pagerInfo=e.pagerInfo;exports.pagerItemPerPage=e.pagerItemPerPage;exports.pagerLastPage=e.pagerLastPage;exports.pagerNextPage=e.pagerNextPage;exports.pagerPreviousPage=e.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;
|
package/index.mjs
CHANGED
|
@@ -5,95 +5,92 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
+
"use client";
|
|
8
9
|
import { Grid as o } from "./Grid.mjs";
|
|
9
10
|
import { GridColumn as m } from "./GridColumn.mjs";
|
|
10
11
|
import { GridColumnMenuWrapper as i } from "./columnMenu/GridColumnMenuWrapper.mjs";
|
|
11
12
|
import { GridColumnMenuGroup as p } from "./columnMenu/GridColumnMenuGroup.mjs";
|
|
12
13
|
import { GridColumnMenuSort as a, isColumnMenuSortActive as x } from "./columnMenu/GridColumnMenuSort.mjs";
|
|
13
|
-
import { GridColumnMenuFilter as
|
|
14
|
+
import { GridColumnMenuFilter as f, filterGroupByField as C, isColumnMenuFilterActive as G, rootFilterOrDefault as s } from "./columnMenu/GridColumnMenuFilter.mjs";
|
|
14
15
|
import { GridColumnMenuFilterUI as M } from "./columnMenu/GridColumnMenuFilterUI.mjs";
|
|
15
16
|
import { GridColumnMenuFilterCell as I } from "./columnMenu/GridColumnMenuFilterCell.mjs";
|
|
16
|
-
import { GridColumnMenuCheckboxFilter as
|
|
17
|
+
import { GridColumnMenuCheckboxFilter as E } from "./columnMenu/GridColumnMenuCheckboxFilter.mjs";
|
|
17
18
|
import { GridColumnMenuColumnsList as F } from "./columnMenu/GridColumnMenuColumnsList.mjs";
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
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 { GridContextMenuAnchorPart as Ar, GridContextMenuItemNames as Or } from "./contextMenu/enums.mjs";
|
|
41
|
-
import { GridSearchBox as br } from "./GridSearchBox.mjs";
|
|
19
|
+
import { GridCell as T } from "./cells/GridCell.mjs";
|
|
20
|
+
import { GridEditCell as _ } from "./cells/GridEditCell.mjs";
|
|
21
|
+
import { GridGroupCell as L } from "./cells/GridGroupCell.mjs";
|
|
22
|
+
import { GridHierarchyCell as A } from "./cells/GridHierarchyCell.mjs";
|
|
23
|
+
import { GridFilterCell as O } from "./cells/GridFilterCell.mjs";
|
|
24
|
+
import { GridHeaderCell as b } from "./header/GridHeaderCell.mjs";
|
|
25
|
+
import { GridSelectionCell as y } from "./cells/GridSelectionCell.mjs";
|
|
26
|
+
import { GridDetailRow as H } from "./rows/GridDetailRow.mjs";
|
|
27
|
+
import { GridRow as W } from "./rows/GridRow.mjs";
|
|
28
|
+
import { GridToolbar as k } from "./GridToolbar.mjs";
|
|
29
|
+
import { GridNoRecords as j } from "./components/noRecords/GridNoRecords.mjs";
|
|
30
|
+
import { GridColumnMenuItem as z } from "./columnMenu/GridColumnMenuItem.mjs";
|
|
31
|
+
import { GridColumnMenuItemContent as Q } from "./columnMenu/GridColumnMenuItemContent.mjs";
|
|
32
|
+
import { GridColumnMenuItemGroup as Z } from "./columnMenu/GridColumnMenuItemGroup.mjs";
|
|
33
|
+
import { GRID_COL_INDEX_ATTRIBUTE as ee, GRID_PREVENT_SELECTION_ELEMENT as re, GRID_ROW_INDEX_ATTRIBUTE as oe } from "./constants/index.mjs";
|
|
34
|
+
import { getSelectedState as me, getSelectedStateFromKeyDown as le, setSelectedState as ie } from "@progress/kendo-react-data-tools";
|
|
35
|
+
import { CommonDragLogic as pe } from "./drag/CommonDragLogic.mjs";
|
|
36
|
+
import { booleanFilterValues as ae, cellBoolDropdownChange as xe, cellInputChange as de, cellOperatorChange as fe, operators as Ce } from "./filterCommon.mjs";
|
|
37
|
+
import { messages as se, pagerFirstPage as ge, pagerInfo as Me, pagerItemPerPage as ce, pagerLastPage as Ie, pagerNextPage as De, pagerPreviousPage as Ee } from "./messages/index.mjs";
|
|
38
|
+
import { StatusBar as Fe, getStatusData as Re, leafColumns as Te } from "./StatusBar.mjs";
|
|
39
|
+
import { GridContextMenu as _e, contextMenuItemsMap as Ne } from "./contextMenu/GridContextMenu.mjs";
|
|
40
|
+
import { GridContextMenuAnchorPart as he, GridContextMenuItemNames as Ae } from "./contextMenu/enums.mjs";
|
|
42
41
|
export {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
ee as GRID_COL_INDEX_ATTRIBUTE,
|
|
43
|
+
re as GRID_PREVENT_SELECTION_ELEMENT,
|
|
44
|
+
oe as GRID_ROW_INDEX_ATTRIBUTE,
|
|
46
45
|
o as Grid,
|
|
47
|
-
|
|
46
|
+
T as GridCell,
|
|
48
47
|
m as GridColumn,
|
|
49
|
-
|
|
50
|
-
T as GridColumnMenuColumnsChooser,
|
|
48
|
+
E as GridColumnMenuCheckboxFilter,
|
|
51
49
|
F as GridColumnMenuColumnsList,
|
|
52
|
-
|
|
50
|
+
f as GridColumnMenuFilter,
|
|
53
51
|
I as GridColumnMenuFilterCell,
|
|
54
52
|
M as GridColumnMenuFilterUI,
|
|
55
53
|
p as GridColumnMenuGroup,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
54
|
+
z as GridColumnMenuItem,
|
|
55
|
+
Q as GridColumnMenuItemContent,
|
|
56
|
+
Z as GridColumnMenuItemGroup,
|
|
59
57
|
a as GridColumnMenuSort,
|
|
60
58
|
i as GridColumnMenuWrapper,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
Mr as gridMessages,
|
|
59
|
+
pe as GridCommonDragLogic,
|
|
60
|
+
_e as GridContextMenu,
|
|
61
|
+
he as GridContextMenuAnchorPart,
|
|
62
|
+
Ae as GridContextMenuItemNames,
|
|
63
|
+
H as GridDetailRow,
|
|
64
|
+
_ as GridEditCell,
|
|
65
|
+
O as GridFilterCell,
|
|
66
|
+
L as GridGroupCell,
|
|
67
|
+
b as GridHeaderCell,
|
|
68
|
+
A as GridHierarchyCell,
|
|
69
|
+
j as GridNoRecords,
|
|
70
|
+
W as GridRow,
|
|
71
|
+
y as GridSelectionCell,
|
|
72
|
+
k as GridToolbar,
|
|
73
|
+
Fe as StatusBar,
|
|
74
|
+
ae as booleanFilterValues,
|
|
75
|
+
xe as cellBoolDropdownChange,
|
|
76
|
+
de as cellInputChange,
|
|
77
|
+
fe as cellOperatorChange,
|
|
78
|
+
Ne as contextMenuItemsMap,
|
|
79
|
+
C as filterGroupByField,
|
|
80
|
+
me as getSelectedState,
|
|
81
|
+
le as getSelectedStateFromKeyDown,
|
|
82
|
+
Re as getStatusData,
|
|
83
|
+
se as gridMessages,
|
|
87
84
|
G as isColumnMenuFilterActive,
|
|
88
85
|
x as isColumnMenuSortActive,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
86
|
+
Te as leafColumns,
|
|
87
|
+
Ce as operators,
|
|
88
|
+
ge as pagerFirstPage,
|
|
89
|
+
Me as pagerInfo,
|
|
90
|
+
ce as pagerItemPerPage,
|
|
91
|
+
Ie as pagerLastPage,
|
|
92
|
+
De as pagerNextPage,
|
|
93
|
+
Ee as pagerPreviousPage,
|
|
97
94
|
s as rootFilterOrDefault,
|
|
98
|
-
|
|
95
|
+
ie as setSelectedState
|
|
99
96
|
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=(...s)=>Object.assign({allowUnsort:!0,mode:"single"},...s),c={true:{asc:{asc:"",desc:"desc"},desc:{asc:"asc",desc:""},"":{asc:"asc",desc:"desc"}},false:{asc:{asc:"asc",desc:"desc"},desc:{asc:"asc",desc:"desc"},"":{asc:"asc",desc:"desc"}}},a={true:{asc:"desc",desc:"","":"asc"},false:{asc:"desc",desc:"asc","":"asc"}};exports.firstLevelSortSeqMap=a;exports.normalize=e;exports.sortSeqMap=c;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
+
"use client";
|
|
8
9
|
const c = (...s) => Object.assign({ allowUnsort: !0, mode: "single" }, ...s), e = {
|
|
9
10
|
true: {
|
|
10
11
|
asc: { asc: "", desc: "desc" },
|
package/messages/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 e="grid.noRecords",r="grid.pagerInfo",t="grid.pagerFirstPage",o="grid.pagerPreviousPage",a="grid.pagerNextPage",l="grid.pagerLastPage",i="grid.pagerItemsPerPage",g="grid.pagerPage",s="grid.pagerPageSizeAriaLabel",n="grid.pagerOf",
|
|
8
|
+
"use client";"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",l="grid.pagerLastPage",i="grid.pagerItemsPerPage",g="grid.pagerPage",s="grid.pagerPageSizeAriaLabel",n="grid.pagerOf",p="grid.pagerTotalPages",d="grid.groupPanelEmpty",c="grid.groupColumn",u="grid.ungroupColumn",f="grid.columnMenu",P="grid.filterApplyButton",A="grid.filterClearButton",m="grid.filterResetButton",C="grid.filterSubmitButton",I="grid.filterTitle",h="grid.sortAscending",O="grid.sortDescending",b="grid.searchPlaceholder",L="grid.filterCheckAll",S="grid.filterChooseOperator",E="grid.filterSelectAll",R="grid.filterSelectedItems",B="grid.sortAriaLabel",y="grid.filterAriaLabel",w="grid.groupPanelAriaLabel",x="grid.groupExpand",q="grid.groupCollapse",N="grid.detailExpand",G="grid.detailCollapse",T="grid.selectRow",D="grid.gridAriaLabel",F="grid.gridRowReorderAriaLabel",v={[N]:"Expand detail row",[G]:"Collapse detail row",[x]:"Expand group",[q]:"Collapse Group",[e]:"No records available",[d]:"Drag a column header and drop it here to group by that column",[P]:"Apply",[A]:"Clear",[m]:"Reset",[C]:"Filter",[I]:"Filter",[h]:"Sort Ascending",[O]:"Sort Descending",[B]:"Sortable",[c]:"Group Column",[u]:"Ungroup Column",[f]:"Column menu",[i]:"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",[l]:"Go to the last page",[g]:"Page",[s]:"Page size",[n]:"of",[p]:"{0}",[b]:"Search",[L]:"Check All",[S]:"Choose Operator",[R]:"selected items",[E]:"Select All",[y]:"Filter",[w]:"Group panel",[D]:"Table",[F]:"Drag row",[T]:"Select Row","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.columnMenu=f;exports.detailCollapse=G;exports.detailExpand=N;exports.filterApplyButton=P;exports.filterAriaLabel=y;exports.filterCheckAll=L;exports.filterChooseOperator=S;exports.filterClearButton=A;exports.filterResetButton=m;exports.filterSelectAll=E;exports.filterSelectedItems=R;exports.filterSubmitButton=C;exports.filterTitle=I;exports.gridAriaLabel=D;exports.gridRowReorderAriaLabel=F;exports.groupCollapse=q;exports.groupColumn=c;exports.groupExpand=x;exports.groupPanelAriaLabel=w;exports.groupPanelEmpty=d;exports.messages=v;exports.noRecords=e;exports.pagerFirstPage=t;exports.pagerInfo=r;exports.pagerItemPerPage=i;exports.pagerLastPage=l;exports.pagerNextPage=a;exports.pagerOf=n;exports.pagerPage=g;exports.pagerPageSizeAriaLabel=s;exports.pagerPreviousPage=o;exports.pagerTotalPages=p;exports.searchPlaceholder=b;exports.selectRow=T;exports.sortAriaLabel=B;exports.sortAscending=h;exports.sortDescending=O;exports.ungroupColumn=u;
|