@progress/kendo-react-grid 9.4.0-develop.19 → 9.4.0-develop.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +391 -425
- package/GridColumn.js +1 -1
- package/GridColumn.mjs +5 -4
- package/GridComponent.js +1 -1
- package/GridComponent.mjs +324 -345
- package/GridState.js +1 -2
- package/GridState.mjs +70 -76
- 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 +3 -3
- 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/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 +4 -133
- package/index.d.ts +4 -133
- package/index.js +1 -1
- package/index.mjs +45 -46
- 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 +12 -13
- 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 +99 -104
- package/GridSearchBox.js +0 -8
- package/GridSearchBox.mjs +0 -35
- package/components/GridLoader.js +0 -9
- package/components/GridLoader.mjs +0 -22
- package/sortCommon.js +0 -8
package/index.d.ts
CHANGED
|
@@ -27,10 +27,8 @@ 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
|
/**
|
|
@@ -1102,10 +1087,6 @@ export declare interface GridColumnProps extends Omit<ColumnBaseProps, 'cell'> {
|
|
|
1102
1087
|
* @default "data"
|
|
1103
1088
|
*/
|
|
1104
1089
|
columnType?: GridColumnType;
|
|
1105
|
-
/**
|
|
1106
|
-
* Defines if the cells of the column should be spanned when their values are the same.
|
|
1107
|
-
*/
|
|
1108
|
-
rowSpannable?: boolean | GridRowSpannableSettings;
|
|
1109
1090
|
}
|
|
1110
1091
|
|
|
1111
1092
|
/**
|
|
@@ -1184,7 +1165,7 @@ declare interface GridColumnSortSettings extends ColumnSortSettings {
|
|
|
1184
1165
|
*
|
|
1185
1166
|
* @default "data"
|
|
1186
1167
|
*/
|
|
1187
|
-
export declare type GridColumnType = 'data' | 'reorder' | '
|
|
1168
|
+
export declare type GridColumnType = 'data' | 'reorder' | 'select';
|
|
1188
1169
|
|
|
1189
1170
|
/**
|
|
1190
1171
|
* @hidden
|
|
@@ -1408,20 +1389,6 @@ export declare interface GridCustomHeaderCellProps extends GridHeaderCellProps {
|
|
|
1408
1389
|
index?: number;
|
|
1409
1390
|
}
|
|
1410
1391
|
|
|
1411
|
-
/**
|
|
1412
|
-
* The properties of the default Grid Row.
|
|
1413
|
-
*/
|
|
1414
|
-
export declare interface GridCustomRowProps extends GridRowProps {
|
|
1415
|
-
/**
|
|
1416
|
-
* The props and attributes that are applied to the tr element by default.
|
|
1417
|
-
*/
|
|
1418
|
-
trProps?: React.HTMLAttributes<HTMLTableRowElement> | null;
|
|
1419
|
-
/**
|
|
1420
|
-
* The default children of the table row.
|
|
1421
|
-
*/
|
|
1422
|
-
children?: React.ReactNode | React.ReactNode[];
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
1392
|
/**
|
|
1426
1393
|
* Represents the object of the `onDataStateChange` Grid event.
|
|
1427
1394
|
*/
|
|
@@ -1937,7 +1904,6 @@ export declare const gridMessages: {
|
|
|
1937
1904
|
"grid.pagerOf": string;
|
|
1938
1905
|
"grid.pagerTotalPages": string;
|
|
1939
1906
|
"grid.searchPlaceholder": string;
|
|
1940
|
-
"grid.searchboxPlaceholder": string;
|
|
1941
1907
|
"grid.filterCheckAll": string;
|
|
1942
1908
|
"grid.filterChooseOperator": string;
|
|
1943
1909
|
"grid.filterSelectedItems": string;
|
|
@@ -2099,7 +2065,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2099
2065
|
/** @hidden */
|
|
2100
2066
|
autoProcessData?: boolean | {
|
|
2101
2067
|
filter?: boolean;
|
|
2102
|
-
search?: boolean;
|
|
2103
2068
|
sort?: boolean;
|
|
2104
2069
|
group?: boolean;
|
|
2105
2070
|
page?: boolean;
|
|
@@ -2117,10 +2082,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2117
2082
|
* Sets a set of custom components that the Grid will render instead of the built-in cell.
|
|
2118
2083
|
*/
|
|
2119
2084
|
cells?: GridCellsSettings;
|
|
2120
|
-
/**
|
|
2121
|
-
* Sets a set of custom components that the Grid will render instead of the built-in row.
|
|
2122
|
-
*/
|
|
2123
|
-
rows?: GridRowsSettings;
|
|
2124
2085
|
/**
|
|
2125
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%})
|
|
2126
2087
|
*/
|
|
@@ -2165,14 +2126,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2165
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.
|
|
2166
2127
|
*/
|
|
2167
2128
|
onFilterChange?: (event: GridFilterChangeEvent) => void;
|
|
2168
|
-
/**
|
|
2169
|
-
* Specifies if the loader of the Grid will be displayed.
|
|
2170
|
-
*/
|
|
2171
|
-
showLoader?: boolean;
|
|
2172
|
-
/**
|
|
2173
|
-
* A custom component that the Grid will render instead of the built-in loader.
|
|
2174
|
-
*/
|
|
2175
|
-
loader?: React.ReactNode;
|
|
2176
2129
|
/**
|
|
2177
2130
|
* Fires when the user reorders a row.
|
|
2178
2131
|
*/
|
|
@@ -2273,7 +2226,7 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2273
2226
|
/**
|
|
2274
2227
|
* The Grid selectable settings.
|
|
2275
2228
|
*/
|
|
2276
|
-
selectable?:
|
|
2229
|
+
selectable?: GridSelectableSettings;
|
|
2277
2230
|
/**
|
|
2278
2231
|
* Specifies the name of the field which will provide a:
|
|
2279
2232
|
* - Boolean representation of the selected state of the item ([see example]({% slug selection_grid %})) for row selection
|
|
@@ -2333,22 +2286,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2333
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`.
|
|
2334
2287
|
*/
|
|
2335
2288
|
detail?: null | ComponentType<GridDetailRowProps>;
|
|
2336
|
-
/**
|
|
2337
|
-
* The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is searched. Its first FilterDescriptor populates the GridSearchBox.
|
|
2338
|
-
*/
|
|
2339
|
-
search?: CompositeFilterDescriptor;
|
|
2340
|
-
/**
|
|
2341
|
-
* The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is searched by default. Its first FilterDescriptor populates the GridSearchBox.
|
|
2342
|
-
*/
|
|
2343
|
-
defaultSearch?: CompositeFilterDescriptor;
|
|
2344
|
-
/**
|
|
2345
|
-
* Defines the fields of the data that are filtered by the GridSearchBox.
|
|
2346
|
-
*/
|
|
2347
|
-
searchFields?: (string | SearchField)[];
|
|
2348
|
-
/**
|
|
2349
|
-
* Fires when the search value of the GridSearchBox is changed.
|
|
2350
|
-
*/
|
|
2351
|
-
onSearchChange?: (event: GridSearchChangeEvent) => void;
|
|
2352
2289
|
/**
|
|
2353
2290
|
* Represents the `style` HTML attribute.
|
|
2354
2291
|
*/
|
|
@@ -2461,10 +2398,6 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2461
2398
|
* @hidden
|
|
2462
2399
|
*/
|
|
2463
2400
|
unstyled?: GridClassStructure;
|
|
2464
|
-
/**
|
|
2465
|
-
* @hidden
|
|
2466
|
-
*/
|
|
2467
|
-
rowSpannable?: boolean | GridRowSpannableSettings;
|
|
2468
2401
|
}
|
|
2469
2402
|
|
|
2470
2403
|
/**
|
|
@@ -2541,10 +2474,6 @@ export declare interface GridRowProps extends KendoReactComponentBaseProps {
|
|
|
2541
2474
|
* A function for overriding the default rendering of the row.
|
|
2542
2475
|
*/
|
|
2543
2476
|
render?: (row: React.ReactElement<HTMLTableRowElement>, props: GridRowProps) => React.ReactNode;
|
|
2544
|
-
/**
|
|
2545
|
-
* Sets a set of rows components that the Grid will render instead of the built-in row.
|
|
2546
|
-
*/
|
|
2547
|
-
rows?: GridRowsSettings;
|
|
2548
2477
|
/**
|
|
2549
2478
|
* The index to be applied to the `aria-rowindex` attribute.
|
|
2550
2479
|
*/
|
|
@@ -2616,42 +2545,6 @@ export declare type GridRowReorderSettings = {
|
|
|
2616
2545
|
dragClue?: string | ((dataItem: any) => React.ReactNode);
|
|
2617
2546
|
};
|
|
2618
2547
|
|
|
2619
|
-
/**
|
|
2620
|
-
* Represents the settings for the row-spanning functionality of the Grid.
|
|
2621
|
-
*
|
|
2622
|
-
* @example
|
|
2623
|
-
*
|
|
2624
|
-
* ```tsx
|
|
2625
|
-
* <Grid
|
|
2626
|
-
* data={data}
|
|
2627
|
-
* rowSpannable={{
|
|
2628
|
-
* enabled: true,
|
|
2629
|
-
* valueGetter: (dataItem, field) => `${dataItem['id']} - ${dataItem[field]}`,
|
|
2630
|
-
* }}
|
|
2631
|
-
* />
|
|
2632
|
-
* ```
|
|
2633
|
-
*/
|
|
2634
|
-
export declare type GridRowSpannableSettings = {
|
|
2635
|
-
/**
|
|
2636
|
-
* Determines if the row-spanning functionality is enabled or disabled
|
|
2637
|
-
*/
|
|
2638
|
-
enabled?: boolean;
|
|
2639
|
-
/**
|
|
2640
|
-
* A function that returns the value of the cell that should span the row.
|
|
2641
|
-
* The value could be combined from multiple fields of the dataItem to create a unique identifier and prevent the cell from being row-spanned.
|
|
2642
|
-
*/
|
|
2643
|
-
valueGetter?: (dataItem: any, field: string) => any;
|
|
2644
|
-
};
|
|
2645
|
-
|
|
2646
|
-
/**
|
|
2647
|
-
* The settings of the rows prop options.
|
|
2648
|
-
*/
|
|
2649
|
-
export declare interface GridRowsSettings {
|
|
2650
|
-
groupHeader?: ComponentType<GridCustomRowProps>;
|
|
2651
|
-
data?: ComponentType<GridCustomRowProps>;
|
|
2652
|
-
groupFooter?: ComponentType<GridCustomRowProps>;
|
|
2653
|
-
}
|
|
2654
|
-
|
|
2655
2548
|
/**
|
|
2656
2549
|
* The type of the GridRow component.
|
|
2657
2550
|
*
|
|
@@ -2662,28 +2555,6 @@ export declare interface GridRowsSettings {
|
|
|
2662
2555
|
*/
|
|
2663
2556
|
export declare type GridRowType = 'groupFooter' | 'groupHeader' | 'data';
|
|
2664
2557
|
|
|
2665
|
-
/**
|
|
2666
|
-
* Represents the properties of the KendoReact GridSearchBox component.
|
|
2667
|
-
*/
|
|
2668
|
-
export declare const GridSearchBox: (props: GridSearchBoxProps) => JSX_2.Element;
|
|
2669
|
-
|
|
2670
|
-
export declare interface GridSearchBoxChangeEvent extends TextBoxChangeEvent {
|
|
2671
|
-
}
|
|
2672
|
-
|
|
2673
|
-
export declare interface GridSearchBoxProps extends TextBoxProps {
|
|
2674
|
-
onChange?: (event: GridSearchBoxChangeEvent) => void;
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
/**
|
|
2678
|
-
* Represents the object of the `onSearchChange` Grid event.
|
|
2679
|
-
*/
|
|
2680
|
-
export declare interface GridSearchChangeEvent extends GridEvent {
|
|
2681
|
-
/**
|
|
2682
|
-
* The new search based on the user action.
|
|
2683
|
-
*/
|
|
2684
|
-
search: CompositeFilterDescriptor;
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
2558
|
/**
|
|
2688
2559
|
* Represents the available selection modes.
|
|
2689
2560
|
*/
|
|
@@ -2718,7 +2589,7 @@ export declare interface GridSelectionChangeEvent extends GridEvent, TableSelect
|
|
|
2718
2589
|
*
|
|
2719
2590
|
* @hidden
|
|
2720
2591
|
*/
|
|
2721
|
-
select
|
|
2592
|
+
select?: SelectDescriptor;
|
|
2722
2593
|
/**
|
|
2723
2594
|
* The dataItem from which the selection starts(Valid for scenarios without checkbox selection).
|
|
2724
2595
|
*/
|
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 G=require("./Grid.js"),
|
|
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,20 +5,21 @@
|
|
|
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
|
-
import { GridColumnMenuSort as
|
|
13
|
-
import { GridColumnMenuFilter as f, filterGroupByField as C, isColumnMenuFilterActive as G, rootFilterOrDefault as
|
|
13
|
+
import { GridColumnMenuSort as a, isColumnMenuSortActive as x } from "./columnMenu/GridColumnMenuSort.mjs";
|
|
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
19
|
import { GridCell as T } from "./cells/GridCell.mjs";
|
|
19
20
|
import { GridEditCell as _ } from "./cells/GridEditCell.mjs";
|
|
20
|
-
import { GridGroupCell as
|
|
21
|
-
import { GridHierarchyCell as
|
|
21
|
+
import { GridGroupCell as L } from "./cells/GridGroupCell.mjs";
|
|
22
|
+
import { GridHierarchyCell as A } from "./cells/GridHierarchyCell.mjs";
|
|
22
23
|
import { GridFilterCell as O } from "./cells/GridFilterCell.mjs";
|
|
23
24
|
import { GridHeaderCell as b } from "./header/GridHeaderCell.mjs";
|
|
24
25
|
import { GridSelectionCell as y } from "./cells/GridSelectionCell.mjs";
|
|
@@ -29,23 +30,22 @@ import { GridNoRecords as j } from "./components/noRecords/GridNoRecords.mjs";
|
|
|
29
30
|
import { GridColumnMenuItem as z } from "./columnMenu/GridColumnMenuItem.mjs";
|
|
30
31
|
import { GridColumnMenuItemContent as Q } from "./columnMenu/GridColumnMenuItemContent.mjs";
|
|
31
32
|
import { GridColumnMenuItemGroup as Z } from "./columnMenu/GridColumnMenuItemGroup.mjs";
|
|
32
|
-
import { GRID_COL_INDEX_ATTRIBUTE as
|
|
33
|
-
import { getSelectedState as
|
|
34
|
-
import { CommonDragLogic as
|
|
35
|
-
import { booleanFilterValues as
|
|
36
|
-
import { messages as
|
|
37
|
-
import { StatusBar as
|
|
38
|
-
import { GridContextMenu as
|
|
39
|
-
import { GridContextMenuAnchorPart as
|
|
40
|
-
import { GridSearchBox as Or } from "./GridSearchBox.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";
|
|
41
41
|
export {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
ee as GRID_COL_INDEX_ATTRIBUTE,
|
|
43
|
+
re as GRID_PREVENT_SELECTION_ELEMENT,
|
|
44
|
+
oe as GRID_ROW_INDEX_ATTRIBUTE,
|
|
45
45
|
o as Grid,
|
|
46
46
|
T as GridCell,
|
|
47
47
|
m as GridColumn,
|
|
48
|
-
|
|
48
|
+
E as GridColumnMenuCheckboxFilter,
|
|
49
49
|
F as GridColumnMenuColumnsList,
|
|
50
50
|
f as GridColumnMenuFilter,
|
|
51
51
|
I as GridColumnMenuFilterCell,
|
|
@@ -54,44 +54,43 @@ export {
|
|
|
54
54
|
z as GridColumnMenuItem,
|
|
55
55
|
Q as GridColumnMenuItemContent,
|
|
56
56
|
Z as GridColumnMenuItemGroup,
|
|
57
|
-
|
|
57
|
+
a as GridColumnMenuSort,
|
|
58
58
|
i as GridColumnMenuWrapper,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
pe as GridCommonDragLogic,
|
|
60
|
+
_e as GridContextMenu,
|
|
61
|
+
he as GridContextMenuAnchorPart,
|
|
62
|
+
Ae as GridContextMenuItemNames,
|
|
63
63
|
H as GridDetailRow,
|
|
64
64
|
_ as GridEditCell,
|
|
65
65
|
O as GridFilterCell,
|
|
66
|
-
|
|
66
|
+
L as GridGroupCell,
|
|
67
67
|
b as GridHeaderCell,
|
|
68
|
-
|
|
68
|
+
A as GridHierarchyCell,
|
|
69
69
|
j as GridNoRecords,
|
|
70
70
|
W as GridRow,
|
|
71
|
-
Or as GridSearchBox,
|
|
72
71
|
y as GridSelectionCell,
|
|
73
72
|
k as GridToolbar,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
73
|
+
Fe as StatusBar,
|
|
74
|
+
ae as booleanFilterValues,
|
|
75
|
+
xe as cellBoolDropdownChange,
|
|
76
|
+
de as cellInputChange,
|
|
77
|
+
fe as cellOperatorChange,
|
|
78
|
+
Ne as contextMenuItemsMap,
|
|
80
79
|
C as filterGroupByField,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
80
|
+
me as getSelectedState,
|
|
81
|
+
le as getSelectedStateFromKeyDown,
|
|
82
|
+
Re as getStatusData,
|
|
83
|
+
se as gridMessages,
|
|
85
84
|
G as isColumnMenuFilterActive,
|
|
86
85
|
x as isColumnMenuSortActive,
|
|
87
|
-
|
|
88
|
-
|
|
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,
|
|
94
|
+
s as rootFilterOrDefault,
|
|
95
|
+
ie as setSelectedState
|
|
97
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;
|
package/messages/index.mjs
CHANGED
|
@@ -5,19 +5,20 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
8
|
+
"use client";
|
|
9
|
+
const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o = "grid.pagerPreviousPage", i = "grid.pagerNextPage", a = "grid.pagerLastPage", l = "grid.pagerItemsPerPage", g = "grid.pagerPage", s = "grid.pagerPageSizeAriaLabel", n = "grid.pagerOf", d = "grid.pagerTotalPages", p = "grid.groupPanelEmpty", c = "grid.groupColumn", u = "grid.ungroupColumn", f = "grid.columnMenu", A = "grid.filterApplyButton", m = "grid.filterClearButton", I = "grid.filterResetButton", P = "grid.filterSubmitButton", O = "grid.filterTitle", h = "grid.sortAscending", C = "grid.sortDescending", b = "grid.searchPlaceholder", L = "grid.filterCheckAll", E = "grid.filterChooseOperator", S = "grid.filterSelectAll", R = "grid.filterSelectedItems", B = "grid.sortAriaLabel", q = "grid.filterAriaLabel", w = "grid.groupPanelAriaLabel", x = "grid.groupExpand", y = "grid.groupCollapse", G = "grid.detailExpand", N = "grid.detailCollapse", D = "grid.selectRow", F = "grid.gridAriaLabel", T = "grid.gridRowReorderAriaLabel", v = {
|
|
10
|
+
[G]: "Expand detail row",
|
|
11
|
+
[N]: "Collapse detail row",
|
|
12
|
+
[x]: "Expand group",
|
|
13
|
+
[y]: "Collapse Group",
|
|
13
14
|
[e]: "No records available",
|
|
14
15
|
[p]: "Drag a column header and drop it here to group by that column",
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
16
|
+
[A]: "Apply",
|
|
17
|
+
[m]: "Clear",
|
|
18
|
+
[I]: "Reset",
|
|
19
|
+
[P]: "Filter",
|
|
20
|
+
[O]: "Filter",
|
|
21
|
+
[h]: "Sort Ascending",
|
|
21
22
|
[C]: "Sort Descending",
|
|
22
23
|
[B]: "Sortable",
|
|
23
24
|
[c]: "Group Column",
|
|
@@ -27,23 +28,22 @@ const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o =
|
|
|
27
28
|
[r]: "{0} - {1} of {2} items",
|
|
28
29
|
[t]: "Go to the first page",
|
|
29
30
|
[o]: "Go to the previous page",
|
|
30
|
-
[
|
|
31
|
-
[
|
|
31
|
+
[i]: "Go to the next page",
|
|
32
|
+
[a]: "Go to the last page",
|
|
32
33
|
[g]: "Page",
|
|
33
34
|
[s]: "Page size",
|
|
34
35
|
[n]: "of",
|
|
35
36
|
[d]: "{0}",
|
|
36
37
|
[b]: "Search",
|
|
37
|
-
[L]: "
|
|
38
|
-
[S]: "Check All",
|
|
38
|
+
[L]: "Check All",
|
|
39
39
|
[E]: "Choose Operator",
|
|
40
40
|
[R]: "selected items",
|
|
41
|
-
[
|
|
41
|
+
[S]: "Select All",
|
|
42
42
|
[q]: "Filter",
|
|
43
43
|
[w]: "Group panel",
|
|
44
|
-
[
|
|
45
|
-
[
|
|
46
|
-
[
|
|
44
|
+
[F]: "Table",
|
|
45
|
+
[T]: "Drag row",
|
|
46
|
+
[D]: "Select Row",
|
|
47
47
|
"grid.filterEqOperator": "Is equal to",
|
|
48
48
|
"grid.filterNotEqOperator": "Is not equal to",
|
|
49
49
|
"grid.filterIsNullOperator": "Is null",
|
|
@@ -70,42 +70,41 @@ const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o =
|
|
|
70
70
|
};
|
|
71
71
|
export {
|
|
72
72
|
f as columnMenu,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
73
|
+
N as detailCollapse,
|
|
74
|
+
G as detailExpand,
|
|
75
|
+
A as filterApplyButton,
|
|
76
76
|
q as filterAriaLabel,
|
|
77
|
-
|
|
77
|
+
L as filterCheckAll,
|
|
78
78
|
E as filterChooseOperator,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
79
|
+
m as filterClearButton,
|
|
80
|
+
I as filterResetButton,
|
|
81
|
+
S as filterSelectAll,
|
|
82
82
|
R as filterSelectedItems,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
83
|
+
P as filterSubmitButton,
|
|
84
|
+
O as filterTitle,
|
|
85
|
+
F as gridAriaLabel,
|
|
86
|
+
T as gridRowReorderAriaLabel,
|
|
87
|
+
y as groupCollapse,
|
|
88
88
|
c as groupColumn,
|
|
89
|
-
|
|
89
|
+
x as groupExpand,
|
|
90
90
|
w as groupPanelAriaLabel,
|
|
91
91
|
p as groupPanelEmpty,
|
|
92
|
-
|
|
92
|
+
v as messages,
|
|
93
93
|
e as noRecords,
|
|
94
94
|
t as pagerFirstPage,
|
|
95
95
|
r as pagerInfo,
|
|
96
96
|
l as pagerItemPerPage,
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
a as pagerLastPage,
|
|
98
|
+
i as pagerNextPage,
|
|
99
99
|
n as pagerOf,
|
|
100
100
|
g as pagerPage,
|
|
101
101
|
s as pagerPageSizeAriaLabel,
|
|
102
102
|
o as pagerPreviousPage,
|
|
103
103
|
d as pagerTotalPages,
|
|
104
104
|
b as searchPlaceholder,
|
|
105
|
-
|
|
106
|
-
F as selectRow,
|
|
105
|
+
D as selectRow,
|
|
107
106
|
B as sortAriaLabel,
|
|
108
|
-
|
|
107
|
+
h as sortAscending,
|
|
109
108
|
C as sortDescending,
|
|
110
109
|
u as ungroupColumn
|
|
111
110
|
};
|
package/messages/messagesMap.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 r=require("./index.js");function t(
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index.js");function t(s){const e=s.replace(/^pager\.([a-z])/,(g,a)=>"grid.pager"+a.toUpperCase());return{messageKey:e,defaultMessage:r.messages[e]}}exports.pagerMessagesMap=t;
|
package/messages/messagesMap.mjs
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
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 { messages as r } from "./index.mjs";
|
|
9
|
-
function
|
|
10
|
+
function g(a) {
|
|
10
11
|
const e = a.replace(
|
|
11
12
|
/^pager\.([a-z])/,
|
|
12
13
|
(p, s) => "grid.pager" + s.toUpperCase()
|
|
@@ -14,5 +15,5 @@ function t(a) {
|
|
|
14
15
|
return { messageKey: e, defaultMessage: r[e] };
|
|
15
16
|
}
|
|
16
17
|
export {
|
|
17
|
-
|
|
18
|
+
g as pagerMessagesMap
|
|
18
19
|
};
|
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-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1737713941,version:"9.4.0-develop.2",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
|