@progress/kendo-react-grid 9.4.0-develop.1 → 9.4.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/Grid.js +1 -1
- package/Grid.mjs +4 -5
- package/GridClientContextReader.js +2 -1
- package/GridClientContextReader.mjs +15 -14
- package/GridClientWrapper.js +2 -1
- package/GridClientWrapper.mjs +425 -391
- package/GridColumn.js +1 -1
- package/GridColumn.mjs +4 -5
- package/GridComponent.js +1 -1
- package/GridComponent.mjs +262 -252
- package/GridSearchBox.js +8 -0
- package/GridSearchBox.mjs +35 -0
- package/GridState.js +2 -1
- package/GridState.mjs +76 -70
- package/GridToolbar.js +1 -1
- package/GridToolbar.mjs +5 -6
- package/GridWatermarkOverlay.js +2 -1
- package/GridWatermarkOverlay.mjs +2 -2
- package/StatusBar.js +1 -1
- package/StatusBar.mjs +0 -1
- package/VirtualScroll.js +1 -1
- package/VirtualScroll.mjs +0 -1
- package/VirtualScrollFixed.js +1 -1
- package/VirtualScrollFixed.mjs +9 -10
- package/cells/GridCell.js +1 -1
- package/cells/GridCell.mjs +15 -17
- package/cells/GridDetailCell.js +1 -1
- package/cells/GridDetailCell.mjs +5 -6
- package/cells/GridDetailHierarchyCell.js +1 -1
- package/cells/GridDetailHierarchyCell.mjs +4 -5
- package/cells/GridEditCell.js +1 -1
- package/cells/GridEditCell.mjs +6 -7
- package/cells/GridFilterCell.js +2 -1
- package/cells/GridGroupCell.js +1 -1
- package/cells/GridGroupCell.mjs +11 -12
- package/cells/GridHierarchyCell.js +1 -1
- package/cells/GridHierarchyCell.mjs +7 -8
- package/cells/GridRowReorderCell.js +1 -1
- package/cells/GridRowReorderCell.mjs +3 -4
- package/cells/GridSelectionCell.js +1 -1
- package/cells/GridSelectionCell.mjs +12 -13
- package/cells/client/DetailCellContainer.js +2 -1
- package/cells/client/DetailCellContainer.mjs +2 -2
- package/cells/client/GridCellContainer.js +2 -1
- package/cells/client/GridEditCellContainer.js +2 -1
- package/cells/client/GridEditCellEditor.js +2 -1
- package/cells/client/GridEditCellEditor.mjs +14 -14
- package/cells/client/GridGroupCellContainer.js +2 -1
- package/cells/client/GridGroupCellContainer.mjs +39 -39
- package/cells/client/GridGroupCellToggle.js +2 -1
- package/cells/client/GridGroupCellToggle.mjs +3 -3
- package/cells/client/GridHierarchyCellContainer.js +2 -1
- package/cells/client/GridHierarchyCellToggle.js +2 -1
- package/cells/client/GridHierarchyCellToggle.mjs +15 -15
- package/cells/client/GridRowReorderContainer.js +2 -1
- package/cells/client/GridRowReorderContainer.mjs +3 -3
- package/cells/client/GridSelectionCellContainer.js +2 -1
- package/cells/client/GridSelectionCellInput.js +2 -1
- package/cells/client/GridSelectionCellInput.mjs +3 -3
- package/codemods/index.js +8 -0
- package/columnMenu/GridColumnMenuCheckboxFilter.js +2 -1
- package/columnMenu/GridColumnMenuColumnsList.js +2 -1
- package/columnMenu/GridColumnMenuColumnsList.mjs +16 -16
- package/columnMenu/GridColumnMenuFilter.js +2 -1
- package/columnMenu/GridColumnMenuFilterCell.js +2 -1
- package/columnMenu/GridColumnMenuFilterCell.mjs +3 -3
- package/columnMenu/GridColumnMenuFilterUI.js +2 -1
- package/columnMenu/GridColumnMenuGroup.js +2 -1
- package/columnMenu/GridColumnMenuGroup.mjs +5 -5
- package/columnMenu/GridColumnMenuItem.js +2 -1
- package/columnMenu/GridColumnMenuItem.mjs +2 -2
- package/columnMenu/GridColumnMenuItemContent.js +2 -1
- package/columnMenu/GridColumnMenuItemContent.mjs +4 -4
- package/columnMenu/GridColumnMenuItemGroup.js +2 -1
- package/columnMenu/GridColumnMenuItemGroup.mjs +4 -4
- package/columnMenu/GridColumnMenuSort.js +2 -1
- package/columnMenu/GridColumnMenuSort.mjs +8 -8
- package/columnMenu/GridColumnMenuWrapper.js +2 -1
- package/components/GridContainerElementContainer.js +2 -1
- package/components/GridCustomCellClientContainer.js +2 -1
- package/components/GridCustomCellClientContainer.mjs +2 -2
- package/components/GridDragClue.js +2 -1
- package/components/GridDragClue.mjs +5 -5
- package/components/GridDraggableRowsContainer.js +2 -1
- package/components/GridDropClue.js +2 -1
- package/components/GridDropClue.mjs +5 -5
- package/components/GridElementContainer.js +2 -1
- package/components/GridElementContainer.mjs +6 -6
- package/components/GridLoader.js +9 -0
- package/components/GridLoader.mjs +22 -0
- package/components/PagerContainer.js +2 -1
- package/components/PagerContainer.mjs +4 -4
- package/components/VirtualScrollHeightContainer.js +2 -1
- package/components/VirtualScrollHeightContainer.mjs +2 -2
- package/components/colGroup/GridColGroup.js +2 -1
- package/components/colGroup/GridColGroup.mjs +5 -5
- package/components/icons/reorder-row-svg.js +2 -1
- package/components/icons/reorder-row-svg.mjs +2 -2
- package/components/noRecords/GridNoRecords.js +2 -1
- package/components/noRecords/GridNoRecords.mjs +5 -5
- package/components/noRecords/GridNoRecordsContainer.js +2 -1
- package/components/noRecords/GridNoRecordsContainer.mjs +4 -4
- package/components/table/GridTable.js +2 -1
- package/components/table/GridTable.mjs +4 -4
- package/components/table/GridTableBody.js +2 -1
- package/components/table/GridTableBody.mjs +2 -2
- package/components/table/GridTableScrollable.js +2 -1
- package/components/table/GridTableScrollable.mjs +6 -6
- package/components/utils.js +1 -1
- package/components/utils.mjs +0 -1
- package/constants/index.js +1 -1
- package/constants/index.mjs +0 -1
- package/contextMenu/GridContextMenu.js +2 -1
- package/contextMenu/GridContextMenu.mjs +3 -3
- package/contextMenu/enums.js +1 -1
- package/contextMenu/enums.mjs +0 -1
- package/dist/cdn/js/kendo-react-grid.js +8 -1
- package/drag/ColumnDraggable.js +2 -1
- package/drag/ColumnDraggable.mjs +7 -7
- package/drag/ColumnResize.js +1 -1
- package/drag/ColumnResize.mjs +0 -1
- package/drag/CommonDragLogic.js +1 -1
- package/drag/CommonDragLogic.mjs +0 -1
- package/drag/GroupingIndicator.js +2 -1
- package/drag/GroupingIndicator.mjs +11 -11
- package/filterCommon.js +1 -1
- package/filterCommon.mjs +4 -5
- package/footer/Footer.js +2 -1
- package/footer/FooterCell.js +1 -1
- package/footer/FooterCell.mjs +3 -4
- package/footer/FooterRow.js +1 -1
- package/footer/FooterRow.mjs +6 -7
- package/footer/client/FooterCellContainer.js +2 -1
- package/footer/client/FooterCellContainer.mjs +5 -5
- package/header/FilterRow.js +1 -1
- package/header/FilterRow.mjs +41 -43
- package/header/GridHeaderCell.js +2 -1
- package/header/GridHeaderCell.mjs +4 -4
- package/header/GridHeaderSelectionCell.js +2 -1
- package/header/GroupPanel.js +2 -1
- package/header/Header.js +2 -1
- package/header/HeaderRow.js +1 -1
- package/header/HeaderRow.mjs +33 -35
- package/header/client/GridFilterCellContainer.js +2 -1
- package/header/client/GridFilterCellContainer.mjs +7 -7
- package/header/client/GridFilterCellElementContainer.js +2 -1
- package/header/client/GridHeaderCellContainer.js +2 -1
- package/header/client/GridHeaderCellElementContainer.js +2 -1
- package/header/client/GridHeaderCellElementContainer.mjs +10 -10
- package/header/client/GridHeaderRowContainer.js +2 -1
- package/header/client/GridHeaderRowReorderCell.js +2 -1
- package/header/client/GridHeaderRowReorderCell.mjs +2 -2
- package/header/client/HeaderCellResizer.js +2 -1
- package/header/client/HeaderRowDraggable.js +2 -1
- package/index.d.mts +60 -3
- package/index.d.ts +60 -3
- package/index.js +1 -1
- package/index.mjs +46 -45
- package/messages/index.js +1 -1
- package/messages/index.mjs +38 -37
- package/messages/messagesMap.js +1 -1
- package/messages/messagesMap.mjs +2 -3
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -3
- package/package.json +27 -12
- package/paging/GridPagerSettings.js +1 -1
- package/paging/GridPagerSettings.mjs +6 -7
- package/rows/GridDetailRow.js +1 -1
- package/rows/GridDetailRow.mjs +2 -3
- package/rows/GridRow.js +2 -1
- package/sortCommon.js +8 -0
- package/{interfaces/GridSortSettings.mjs → sortCommon.mjs} +0 -1
- package/utils/_clientModule.js +2 -1
- package/utils/_clientModule.mjs +2 -2
- package/utils/_serverModule.js +1 -1
- package/utils/_serverModule.mjs +0 -1
- package/utils/index.js +1 -1
- package/utils/index.mjs +38 -39
- package/interfaces/GridSortSettings.js +0 -8
package/index.d.ts
CHANGED
|
@@ -27,8 +27,10 @@ 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';
|
|
30
31
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
31
32
|
import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
|
|
33
|
+
import { LocalizationService } from '@progress/kendo-react-intl';
|
|
32
34
|
import { MenuItemModel } from '@progress/kendo-react-layout';
|
|
33
35
|
import { MenuSelectEvent } from '@progress/kendo-react-layout';
|
|
34
36
|
import { NavigatableSettings } from '@progress/kendo-react-data-tools';
|
|
@@ -38,6 +40,7 @@ import { PagerProps } from '@progress/kendo-react-data-tools';
|
|
|
38
40
|
import { PagerTargetEvent } from '@progress/kendo-react-data-tools';
|
|
39
41
|
import * as React_2 from 'react';
|
|
40
42
|
import { ReactElement } from 'react';
|
|
43
|
+
import { SearchField } from '@progress/kendo-react-data-tools';
|
|
41
44
|
import { SelectDescriptor } from '@progress/kendo-react-data-tools';
|
|
42
45
|
import { setSelectedState } from '@progress/kendo-react-data-tools';
|
|
43
46
|
import { SortDescriptor } from '@progress/kendo-data-query';
|
|
@@ -53,6 +56,8 @@ import { TableKeyDownEvent } from '@progress/kendo-react-data-tools';
|
|
|
53
56
|
import { TableSelectableMode } from '@progress/kendo-react-data-tools';
|
|
54
57
|
import { TableSelectableSettings } from '@progress/kendo-react-data-tools';
|
|
55
58
|
import { TableSelectionChangeEvent } from '@progress/kendo-react-data-tools';
|
|
59
|
+
import { TextBoxChangeEvent } from '@progress/kendo-react-inputs';
|
|
60
|
+
import { TextBoxProps } from '@progress/kendo-react-inputs';
|
|
56
61
|
|
|
57
62
|
/**
|
|
58
63
|
* The value of the filter operators displayed in the boolean filter menu.
|
|
@@ -401,6 +406,10 @@ export declare interface GridCellProps extends Omit<CellProps, 'onChange' | 'ren
|
|
|
401
406
|
columnPosition: any;
|
|
402
407
|
/** @hidden */
|
|
403
408
|
group?: GroupState;
|
|
409
|
+
/** @hidden */
|
|
410
|
+
localization?: LocalizationService;
|
|
411
|
+
/** @hidden */
|
|
412
|
+
intl?: IntlService;
|
|
404
413
|
}
|
|
405
414
|
|
|
406
415
|
/**
|
|
@@ -1165,7 +1174,7 @@ declare interface GridColumnSortSettings extends ColumnSortSettings {
|
|
|
1165
1174
|
*
|
|
1166
1175
|
* @default "data"
|
|
1167
1176
|
*/
|
|
1168
|
-
export declare type GridColumnType = 'data' | 'reorder' | '
|
|
1177
|
+
export declare type GridColumnType = 'data' | 'reorder' | 'checkbox';
|
|
1169
1178
|
|
|
1170
1179
|
/**
|
|
1171
1180
|
* @hidden
|
|
@@ -1904,6 +1913,7 @@ export declare const gridMessages: {
|
|
|
1904
1913
|
"grid.pagerOf": string;
|
|
1905
1914
|
"grid.pagerTotalPages": string;
|
|
1906
1915
|
"grid.searchPlaceholder": string;
|
|
1916
|
+
"grid.searchboxPlaceholder": string;
|
|
1907
1917
|
"grid.filterCheckAll": string;
|
|
1908
1918
|
"grid.filterChooseOperator": string;
|
|
1909
1919
|
"grid.filterSelectedItems": string;
|
|
@@ -2065,6 +2075,7 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2065
2075
|
/** @hidden */
|
|
2066
2076
|
autoProcessData?: boolean | {
|
|
2067
2077
|
filter?: boolean;
|
|
2078
|
+
search?: boolean;
|
|
2068
2079
|
sort?: boolean;
|
|
2069
2080
|
group?: boolean;
|
|
2070
2081
|
page?: boolean;
|
|
@@ -2126,6 +2137,14 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2126
2137
|
* 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.
|
|
2127
2138
|
*/
|
|
2128
2139
|
onFilterChange?: (event: GridFilterChangeEvent) => void;
|
|
2140
|
+
/**
|
|
2141
|
+
* Specifies if the loader of the Grid will be displayed.
|
|
2142
|
+
*/
|
|
2143
|
+
showLoader?: boolean;
|
|
2144
|
+
/**
|
|
2145
|
+
* A custom component that the Grid will render instead of the built-in loader.
|
|
2146
|
+
*/
|
|
2147
|
+
loader?: React.ReactNode;
|
|
2129
2148
|
/**
|
|
2130
2149
|
* Fires when the user reorders a row.
|
|
2131
2150
|
*/
|
|
@@ -2226,7 +2245,7 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2226
2245
|
/**
|
|
2227
2246
|
* The Grid selectable settings.
|
|
2228
2247
|
*/
|
|
2229
|
-
selectable?: GridSelectableSettings;
|
|
2248
|
+
selectable?: boolean | GridSelectableSettings;
|
|
2230
2249
|
/**
|
|
2231
2250
|
* Specifies the name of the field which will provide a:
|
|
2232
2251
|
* - Boolean representation of the selected state of the item ([see example]({% slug selection_grid %})) for row selection
|
|
@@ -2286,6 +2305,22 @@ export declare interface GridProps extends KendoReactComponentBaseProps {
|
|
|
2286
2305
|
* 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`.
|
|
2287
2306
|
*/
|
|
2288
2307
|
detail?: null | ComponentType<GridDetailRowProps>;
|
|
2308
|
+
/**
|
|
2309
|
+
* The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is searched. Its first FilterDescriptor populates the GridSearchBox.
|
|
2310
|
+
*/
|
|
2311
|
+
search?: CompositeFilterDescriptor;
|
|
2312
|
+
/**
|
|
2313
|
+
* The [descriptor]({% slug api_kendo-data-query_compositefilterdescriptor %}) by which the data is searched by default. Its first FilterDescriptor populates the GridSearchBox.
|
|
2314
|
+
*/
|
|
2315
|
+
defaultSearch?: CompositeFilterDescriptor;
|
|
2316
|
+
/**
|
|
2317
|
+
* Defines the fields of the data that are filtered by the GridSearchBox.
|
|
2318
|
+
*/
|
|
2319
|
+
searchFields?: (string | SearchField)[];
|
|
2320
|
+
/**
|
|
2321
|
+
* Fires when the search value of the GridSearchBox is changed.
|
|
2322
|
+
*/
|
|
2323
|
+
onSearchChange?: (event: GridSearchChangeEvent) => void;
|
|
2289
2324
|
/**
|
|
2290
2325
|
* Represents the `style` HTML attribute.
|
|
2291
2326
|
*/
|
|
@@ -2555,6 +2590,28 @@ export declare type GridRowReorderSettings = {
|
|
|
2555
2590
|
*/
|
|
2556
2591
|
export declare type GridRowType = 'groupFooter' | 'groupHeader' | 'data';
|
|
2557
2592
|
|
|
2593
|
+
/**
|
|
2594
|
+
* Represents the properties of the KendoReact GridSearchBox component.
|
|
2595
|
+
*/
|
|
2596
|
+
export declare const GridSearchBox: (props: GridSearchBoxProps) => JSX_2.Element;
|
|
2597
|
+
|
|
2598
|
+
export declare interface GridSearchBoxChangeEvent extends TextBoxChangeEvent {
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
export declare interface GridSearchBoxProps extends TextBoxProps {
|
|
2602
|
+
onChange?: (event: GridSearchBoxChangeEvent) => void;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
/**
|
|
2606
|
+
* Represents the object of the `onSearchChange` Grid event.
|
|
2607
|
+
*/
|
|
2608
|
+
export declare interface GridSearchChangeEvent extends GridEvent {
|
|
2609
|
+
/**
|
|
2610
|
+
* The new search based on the user action.
|
|
2611
|
+
*/
|
|
2612
|
+
search: CompositeFilterDescriptor;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2558
2615
|
/**
|
|
2559
2616
|
* Represents the available selection modes.
|
|
2560
2617
|
*/
|
|
@@ -2589,7 +2646,7 @@ export declare interface GridSelectionChangeEvent extends GridEvent, TableSelect
|
|
|
2589
2646
|
*
|
|
2590
2647
|
* @hidden
|
|
2591
2648
|
*/
|
|
2592
|
-
select
|
|
2649
|
+
select: SelectDescriptor;
|
|
2593
2650
|
/**
|
|
2594
2651
|
* The dataItem from which the selection starts(Valid for scenarios without checkbox selection).
|
|
2595
2652
|
*/
|
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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const G=require("./Grid.js"),a=require("./GridColumn.js"),C=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"),x=require("./components/noRecords/GridNoRecords.js"),_=require("./columnMenu/GridColumnMenuItem.js"),h=require("./columnMenu/GridColumnMenuItemContent.js"),N=require("./columnMenu/GridColumnMenuItemGroup.js"),o=require("./constants/index.js"),i=require("@progress/kendo-react-data-tools"),b=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"),B=require("./GridSearchBox.js");exports.Grid=G.Grid;exports.GridColumn=a.GridColumn;exports.GridColumnMenuWrapper=C.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=x.GridNoRecords;exports.GridColumnMenuItem=_.GridColumnMenuItem;exports.GridColumnMenuItemContent=h.GridColumnMenuItemContent;exports.GridColumnMenuItemGroup=N.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=b.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;exports.GridSearchBox=B.GridSearchBox;
|
package/index.mjs
CHANGED
|
@@ -5,21 +5,20 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import { Grid as o } from "./Grid.mjs";
|
|
10
9
|
import { GridColumn as m } from "./GridColumn.mjs";
|
|
11
10
|
import { GridColumnMenuWrapper as i } from "./columnMenu/GridColumnMenuWrapper.mjs";
|
|
12
11
|
import { GridColumnMenuGroup as p } from "./columnMenu/GridColumnMenuGroup.mjs";
|
|
13
|
-
import { GridColumnMenuSort as
|
|
14
|
-
import { GridColumnMenuFilter as f, filterGroupByField as C, isColumnMenuFilterActive as G, rootFilterOrDefault as
|
|
12
|
+
import { GridColumnMenuSort as u, isColumnMenuSortActive as x } from "./columnMenu/GridColumnMenuSort.mjs";
|
|
13
|
+
import { GridColumnMenuFilter as f, filterGroupByField as C, isColumnMenuFilterActive as G, rootFilterOrDefault as g } from "./columnMenu/GridColumnMenuFilter.mjs";
|
|
15
14
|
import { GridColumnMenuFilterUI as M } from "./columnMenu/GridColumnMenuFilterUI.mjs";
|
|
16
15
|
import { GridColumnMenuFilterCell as I } from "./columnMenu/GridColumnMenuFilterCell.mjs";
|
|
17
|
-
import { GridColumnMenuCheckboxFilter as
|
|
16
|
+
import { GridColumnMenuCheckboxFilter as D } from "./columnMenu/GridColumnMenuCheckboxFilter.mjs";
|
|
18
17
|
import { GridColumnMenuColumnsList as F } from "./columnMenu/GridColumnMenuColumnsList.mjs";
|
|
19
18
|
import { GridCell as T } from "./cells/GridCell.mjs";
|
|
20
19
|
import { GridEditCell as _ } from "./cells/GridEditCell.mjs";
|
|
21
|
-
import { GridGroupCell as
|
|
22
|
-
import { GridHierarchyCell as
|
|
20
|
+
import { GridGroupCell as h } from "./cells/GridGroupCell.mjs";
|
|
21
|
+
import { GridHierarchyCell as B } from "./cells/GridHierarchyCell.mjs";
|
|
23
22
|
import { GridFilterCell as O } from "./cells/GridFilterCell.mjs";
|
|
24
23
|
import { GridHeaderCell as b } from "./header/GridHeaderCell.mjs";
|
|
25
24
|
import { GridSelectionCell as y } from "./cells/GridSelectionCell.mjs";
|
|
@@ -30,22 +29,23 @@ import { GridNoRecords as j } from "./components/noRecords/GridNoRecords.mjs";
|
|
|
30
29
|
import { GridColumnMenuItem as z } from "./columnMenu/GridColumnMenuItem.mjs";
|
|
31
30
|
import { GridColumnMenuItemContent as Q } from "./columnMenu/GridColumnMenuItemContent.mjs";
|
|
32
31
|
import { GridColumnMenuItemGroup as Z } from "./columnMenu/GridColumnMenuItemGroup.mjs";
|
|
33
|
-
import { GRID_COL_INDEX_ATTRIBUTE as
|
|
34
|
-
import { getSelectedState as
|
|
35
|
-
import { CommonDragLogic as
|
|
36
|
-
import { booleanFilterValues as
|
|
37
|
-
import { messages as
|
|
38
|
-
import { StatusBar as
|
|
39
|
-
import { GridContextMenu as
|
|
40
|
-
import { GridContextMenuAnchorPart as
|
|
32
|
+
import { GRID_COL_INDEX_ATTRIBUTE as rr, GRID_PREVENT_SELECTION_ELEMENT as er, GRID_ROW_INDEX_ATTRIBUTE as or } from "./constants/index.mjs";
|
|
33
|
+
import { getSelectedState as mr, getSelectedStateFromKeyDown as lr, setSelectedState as ir } from "@progress/kendo-react-data-tools";
|
|
34
|
+
import { CommonDragLogic as pr } from "./drag/CommonDragLogic.mjs";
|
|
35
|
+
import { booleanFilterValues as ur, cellBoolDropdownChange as xr, cellInputChange as dr, cellOperatorChange as fr, operators as Cr } from "./filterCommon.mjs";
|
|
36
|
+
import { messages as gr, pagerFirstPage as sr, pagerInfo as Mr, pagerItemPerPage as cr, pagerLastPage as Ir, pagerNextPage as Sr, pagerPreviousPage as Dr } from "./messages/index.mjs";
|
|
37
|
+
import { StatusBar as Fr, getStatusData as Rr, leafColumns as Tr } from "./StatusBar.mjs";
|
|
38
|
+
import { GridContextMenu as _r, contextMenuItemsMap as Nr } from "./contextMenu/GridContextMenu.mjs";
|
|
39
|
+
import { GridContextMenuAnchorPart as Lr, GridContextMenuItemNames as Br } from "./contextMenu/enums.mjs";
|
|
40
|
+
import { GridSearchBox as Or } from "./GridSearchBox.mjs";
|
|
41
41
|
export {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
rr as GRID_COL_INDEX_ATTRIBUTE,
|
|
43
|
+
er as GRID_PREVENT_SELECTION_ELEMENT,
|
|
44
|
+
or as GRID_ROW_INDEX_ATTRIBUTE,
|
|
45
45
|
o as Grid,
|
|
46
46
|
T as GridCell,
|
|
47
47
|
m as GridColumn,
|
|
48
|
-
|
|
48
|
+
D as GridColumnMenuCheckboxFilter,
|
|
49
49
|
F as GridColumnMenuColumnsList,
|
|
50
50
|
f as GridColumnMenuFilter,
|
|
51
51
|
I as GridColumnMenuFilterCell,
|
|
@@ -54,43 +54,44 @@ export {
|
|
|
54
54
|
z as GridColumnMenuItem,
|
|
55
55
|
Q as GridColumnMenuItemContent,
|
|
56
56
|
Z as GridColumnMenuItemGroup,
|
|
57
|
-
|
|
57
|
+
u as GridColumnMenuSort,
|
|
58
58
|
i as GridColumnMenuWrapper,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
pr as GridCommonDragLogic,
|
|
60
|
+
_r as GridContextMenu,
|
|
61
|
+
Lr as GridContextMenuAnchorPart,
|
|
62
|
+
Br as GridContextMenuItemNames,
|
|
63
63
|
H as GridDetailRow,
|
|
64
64
|
_ as GridEditCell,
|
|
65
65
|
O as GridFilterCell,
|
|
66
|
-
|
|
66
|
+
h as GridGroupCell,
|
|
67
67
|
b as GridHeaderCell,
|
|
68
|
-
|
|
68
|
+
B as GridHierarchyCell,
|
|
69
69
|
j as GridNoRecords,
|
|
70
70
|
W as GridRow,
|
|
71
|
+
Or as GridSearchBox,
|
|
71
72
|
y as GridSelectionCell,
|
|
72
73
|
k as GridToolbar,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
74
|
+
Fr as StatusBar,
|
|
75
|
+
ur as booleanFilterValues,
|
|
76
|
+
xr as cellBoolDropdownChange,
|
|
77
|
+
dr as cellInputChange,
|
|
78
|
+
fr as cellOperatorChange,
|
|
79
|
+
Nr as contextMenuItemsMap,
|
|
79
80
|
C as filterGroupByField,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
mr as getSelectedState,
|
|
82
|
+
lr as getSelectedStateFromKeyDown,
|
|
83
|
+
Rr as getStatusData,
|
|
84
|
+
gr as gridMessages,
|
|
84
85
|
G as isColumnMenuFilterActive,
|
|
85
86
|
x as isColumnMenuSortActive,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
87
|
+
Tr as leafColumns,
|
|
88
|
+
Cr as operators,
|
|
89
|
+
sr as pagerFirstPage,
|
|
90
|
+
Mr as pagerInfo,
|
|
91
|
+
cr as pagerItemPerPage,
|
|
92
|
+
Ir as pagerLastPage,
|
|
93
|
+
Sr as pagerNextPage,
|
|
94
|
+
Dr as pagerPreviousPage,
|
|
95
|
+
g as rootFilterOrDefault,
|
|
96
|
+
ir as setSelectedState
|
|
96
97
|
};
|
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
|
|
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",d="grid.pagerTotalPages",p="grid.groupPanelEmpty",c="grid.groupColumn",u="grid.ungroupColumn",f="grid.columnMenu",P="grid.filterApplyButton",A="grid.filterClearButton",h="grid.filterResetButton",m="grid.filterSubmitButton",b="grid.filterTitle",C="grid.sortAscending",I="grid.sortDescending",O="grid.searchPlaceholder",L="grid.searchboxPlaceholder",S="grid.filterCheckAll",E="grid.filterChooseOperator",R="grid.filterSelectAll",x="grid.filterSelectedItems",B="grid.sortAriaLabel",y="grid.filterAriaLabel",w="grid.groupPanelAriaLabel",q="grid.groupExpand",N="grid.groupCollapse",G="grid.detailExpand",T="grid.detailCollapse",D="grid.selectRow",F="grid.gridAriaLabel",v="grid.gridRowReorderAriaLabel",k={[G]:"Expand detail row",[T]:"Collapse detail row",[q]:"Expand group",[N]:"Collapse Group",[e]:"No records available",[p]:"Drag a column header and drop it here to group by that column",[P]:"Apply",[A]:"Clear",[h]:"Reset",[m]:"Filter",[b]:"Filter",[C]:"Sort Ascending",[I]:"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",[d]:"{0}",[O]:"Search",[L]:"Search...",[S]:"Check All",[E]:"Choose Operator",[x]:"selected items",[R]:"Select All",[y]:"Filter",[w]:"Group panel",[F]:"Table",[v]:"Drag row",[D]:"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=T;exports.detailExpand=G;exports.filterApplyButton=P;exports.filterAriaLabel=y;exports.filterCheckAll=S;exports.filterChooseOperator=E;exports.filterClearButton=A;exports.filterResetButton=h;exports.filterSelectAll=R;exports.filterSelectedItems=x;exports.filterSubmitButton=m;exports.filterTitle=b;exports.gridAriaLabel=F;exports.gridRowReorderAriaLabel=v;exports.groupCollapse=N;exports.groupColumn=c;exports.groupExpand=q;exports.groupPanelAriaLabel=w;exports.groupPanelEmpty=p;exports.messages=k;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=d;exports.searchPlaceholder=O;exports.searchboxPlaceholder=L;exports.selectRow=D;exports.sortAriaLabel=B;exports.sortAscending=C;exports.sortDescending=I;exports.ungroupColumn=u;
|
package/messages/index.mjs
CHANGED
|
@@ -5,20 +5,19 @@
|
|
|
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
|
-
[
|
|
13
|
-
[y]: "Collapse Group",
|
|
8
|
+
const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o = "grid.pagerPreviousPage", a = "grid.pagerNextPage", i = "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", h = "grid.filterApplyButton", A = "grid.filterClearButton", P = "grid.filterResetButton", m = "grid.filterSubmitButton", I = "grid.filterTitle", O = "grid.sortAscending", C = "grid.sortDescending", b = "grid.searchPlaceholder", L = "grid.searchboxPlaceholder", S = "grid.filterCheckAll", E = "grid.filterChooseOperator", x = "grid.filterSelectAll", R = "grid.filterSelectedItems", B = "grid.sortAriaLabel", q = "grid.filterAriaLabel", w = "grid.groupPanelAriaLabel", y = "grid.groupExpand", G = "grid.groupCollapse", N = "grid.detailExpand", D = "grid.detailCollapse", F = "grid.selectRow", T = "grid.gridAriaLabel", v = "grid.gridRowReorderAriaLabel", k = {
|
|
9
|
+
[N]: "Expand detail row",
|
|
10
|
+
[D]: "Collapse detail row",
|
|
11
|
+
[y]: "Expand group",
|
|
12
|
+
[G]: "Collapse Group",
|
|
14
13
|
[e]: "No records available",
|
|
15
14
|
[p]: "Drag a column header and drop it here to group by that column",
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
[
|
|
15
|
+
[h]: "Apply",
|
|
16
|
+
[A]: "Clear",
|
|
17
|
+
[P]: "Reset",
|
|
18
|
+
[m]: "Filter",
|
|
19
|
+
[I]: "Filter",
|
|
20
|
+
[O]: "Sort Ascending",
|
|
22
21
|
[C]: "Sort Descending",
|
|
23
22
|
[B]: "Sortable",
|
|
24
23
|
[c]: "Group Column",
|
|
@@ -28,22 +27,23 @@ const e = "grid.noRecords", r = "grid.pagerInfo", t = "grid.pagerFirstPage", o =
|
|
|
28
27
|
[r]: "{0} - {1} of {2} items",
|
|
29
28
|
[t]: "Go to the first page",
|
|
30
29
|
[o]: "Go to the previous page",
|
|
31
|
-
[
|
|
32
|
-
[
|
|
30
|
+
[a]: "Go to the next page",
|
|
31
|
+
[i]: "Go to the last page",
|
|
33
32
|
[g]: "Page",
|
|
34
33
|
[s]: "Page size",
|
|
35
34
|
[n]: "of",
|
|
36
35
|
[d]: "{0}",
|
|
37
36
|
[b]: "Search",
|
|
38
|
-
[L]: "
|
|
37
|
+
[L]: "Search...",
|
|
38
|
+
[S]: "Check All",
|
|
39
39
|
[E]: "Choose Operator",
|
|
40
40
|
[R]: "selected items",
|
|
41
|
-
[
|
|
41
|
+
[x]: "Select All",
|
|
42
42
|
[q]: "Filter",
|
|
43
43
|
[w]: "Group panel",
|
|
44
|
-
[
|
|
45
|
-
[
|
|
46
|
-
[
|
|
44
|
+
[T]: "Table",
|
|
45
|
+
[v]: "Drag row",
|
|
46
|
+
[F]: "Select Row",
|
|
47
47
|
"grid.filterEqOperator": "Is equal to",
|
|
48
48
|
"grid.filterNotEqOperator": "Is not equal to",
|
|
49
49
|
"grid.filterIsNullOperator": "Is null",
|
|
@@ -70,41 +70,42 @@ 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
|
+
D as detailCollapse,
|
|
74
|
+
N as detailExpand,
|
|
75
|
+
h as filterApplyButton,
|
|
76
76
|
q as filterAriaLabel,
|
|
77
|
-
|
|
77
|
+
S as filterCheckAll,
|
|
78
78
|
E as filterChooseOperator,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
79
|
+
A as filterClearButton,
|
|
80
|
+
P as filterResetButton,
|
|
81
|
+
x as filterSelectAll,
|
|
82
82
|
R as filterSelectedItems,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
83
|
+
m as filterSubmitButton,
|
|
84
|
+
I as filterTitle,
|
|
85
|
+
T as gridAriaLabel,
|
|
86
|
+
v as gridRowReorderAriaLabel,
|
|
87
|
+
G as groupCollapse,
|
|
88
88
|
c as groupColumn,
|
|
89
|
-
|
|
89
|
+
y as groupExpand,
|
|
90
90
|
w as groupPanelAriaLabel,
|
|
91
91
|
p as groupPanelEmpty,
|
|
92
|
-
|
|
92
|
+
k 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
|
+
i as pagerLastPage,
|
|
98
|
+
a 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
|
-
|
|
105
|
+
L as searchboxPlaceholder,
|
|
106
|
+
F as selectRow,
|
|
106
107
|
B as sortAriaLabel,
|
|
107
|
-
|
|
108
|
+
O as sortAscending,
|
|
108
109
|
C as sortDescending,
|
|
109
110
|
u as ungroupColumn
|
|
110
111
|
};
|
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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index.js");function t(a){const e=a.replace(/^pager\.([a-z])/,(g,s)=>"grid.pager"+s.toUpperCase());return{messageKey:e,defaultMessage:r.messages[e]}}exports.pagerMessagesMap=t;
|
package/messages/messagesMap.mjs
CHANGED
|
@@ -5,9 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
import { messages as r } from "./index.mjs";
|
|
10
|
-
function
|
|
9
|
+
function t(a) {
|
|
11
10
|
const e = a.replace(
|
|
12
11
|
/^pager\.([a-z])/,
|
|
13
12
|
(p, s) => "grid.pager" + s.toUpperCase()
|
|
@@ -15,5 +14,5 @@ function g(a) {
|
|
|
15
14
|
return { messageKey: e, defaultMessage: r[e] };
|
|
16
15
|
}
|
|
17
16
|
export {
|
|
18
|
-
|
|
17
|
+
t as pagerMessagesMap
|
|
19
18
|
};
|
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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1738311394,version:"9.4.0-develop.11",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -5,14 +5,13 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
const e = {
|
|
10
9
|
name: "@progress/kendo-react-grid",
|
|
11
10
|
productName: "KendoReact",
|
|
12
11
|
productCode: "KENDOUIREACT",
|
|
13
12
|
productCodes: ["KENDOUIREACT"],
|
|
14
|
-
publishDate:
|
|
15
|
-
version: "9.4.0-develop.
|
|
13
|
+
publishDate: 1738311394,
|
|
14
|
+
version: "9.4.0-develop.11",
|
|
16
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
17
16
|
};
|
|
18
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-grid",
|
|
3
|
-
"version": "9.4.0-develop.
|
|
3
|
+
"version": "9.4.0-develop.11",
|
|
4
4
|
"description": "React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -28,16 +28,17 @@
|
|
|
28
28
|
"@progress/kendo-data-query": "^1.0.0",
|
|
29
29
|
"@progress/kendo-drawing": "^1.21.2",
|
|
30
30
|
"@progress/kendo-licensing": "^1.3.4",
|
|
31
|
-
"@progress/kendo-react-animation": "9.4.0-develop.
|
|
32
|
-
"@progress/kendo-react-buttons": "9.4.0-develop.
|
|
33
|
-
"@progress/kendo-react-common": "9.4.0-develop.
|
|
34
|
-
"@progress/kendo-react-data-tools": "9.4.0-develop.
|
|
35
|
-
"@progress/kendo-react-dateinputs": "9.4.0-develop.
|
|
36
|
-
"@progress/kendo-react-
|
|
37
|
-
"@progress/kendo-react-
|
|
38
|
-
"@progress/kendo-react-
|
|
39
|
-
"@progress/kendo-react-
|
|
40
|
-
"@progress/kendo-react-
|
|
31
|
+
"@progress/kendo-react-animation": "9.4.0-develop.11",
|
|
32
|
+
"@progress/kendo-react-buttons": "9.4.0-develop.11",
|
|
33
|
+
"@progress/kendo-react-common": "9.4.0-develop.11",
|
|
34
|
+
"@progress/kendo-react-data-tools": "9.4.0-develop.11",
|
|
35
|
+
"@progress/kendo-react-dateinputs": "9.4.0-develop.11",
|
|
36
|
+
"@progress/kendo-react-indicators": "9.4.0-develop.11",
|
|
37
|
+
"@progress/kendo-react-dropdowns": "9.4.0-develop.11",
|
|
38
|
+
"@progress/kendo-react-inputs": "9.4.0-develop.11",
|
|
39
|
+
"@progress/kendo-react-intl": "9.4.0-develop.11",
|
|
40
|
+
"@progress/kendo-react-popup": "9.4.0-develop.11",
|
|
41
|
+
"@progress/kendo-react-layout": "9.4.0-develop.11",
|
|
41
42
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
42
43
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
43
44
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
@@ -66,10 +67,24 @@
|
|
|
66
67
|
"@progress": {
|
|
67
68
|
"friendlyName": "Grid",
|
|
68
69
|
"framework": "KendoReact",
|
|
70
|
+
"migrations": {
|
|
71
|
+
"options": {
|
|
72
|
+
"parser": "tsx",
|
|
73
|
+
"pattern": "*.{t,j}sx"
|
|
74
|
+
},
|
|
75
|
+
"codemods": {
|
|
76
|
+
"10": [
|
|
77
|
+
{
|
|
78
|
+
"description": "Applying codemods for version 10",
|
|
79
|
+
"file": "codemods/v10/index.js"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
69
84
|
"package": {
|
|
70
85
|
"productName": "KendoReact",
|
|
71
86
|
"productCode": "KENDOUIREACT",
|
|
72
|
-
"publishDate":
|
|
87
|
+
"publishDate": 1738311394,
|
|
73
88
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
74
89
|
}
|
|
75
90
|
},
|
|
@@ -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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=({buttonCount:e=10,info:r=!0,type:t="numeric",pageSizes:o=void 0,previousNext:i=!0,responsive:a=void 0,navigatable:l=void 0,pageSizeValue:n=void 0})=>({buttonCount:e,info:r,pageSizes:o===!0?[5,10,20]:o||void 0,previousNext:i,responsive:a!==!1,navigatable:l!==!1,type:t,pageSizeValue:n}),s=e=>u(e===!0?{}:e);exports.normalize=s;
|
|
@@ -5,24 +5,23 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use client";
|
|
9
8
|
const s = ({
|
|
10
9
|
buttonCount: e = 10,
|
|
11
|
-
info:
|
|
12
|
-
type:
|
|
13
|
-
pageSizes:
|
|
10
|
+
info: r = !0,
|
|
11
|
+
type: i = "numeric",
|
|
12
|
+
pageSizes: o = void 0,
|
|
14
13
|
previousNext: t = !0,
|
|
15
14
|
responsive: a = void 0,
|
|
16
15
|
navigatable: l = void 0,
|
|
17
16
|
pageSizeValue: n = void 0
|
|
18
17
|
}) => ({
|
|
19
18
|
buttonCount: e,
|
|
20
|
-
info:
|
|
21
|
-
pageSizes:
|
|
19
|
+
info: r,
|
|
20
|
+
pageSizes: o === !0 ? [5, 10, 20] : o || void 0,
|
|
22
21
|
previousNext: t,
|
|
23
22
|
responsive: a !== !1,
|
|
24
23
|
navigatable: l !== !1,
|
|
25
|
-
type:
|
|
24
|
+
type: i,
|
|
26
25
|
pageSizeValue: n
|
|
27
26
|
}), u = (e) => s(e === !0 ? {} : e);
|
|
28
27
|
export {
|
package/rows/GridDetailRow.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
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=t=>null;exports.GridDetailRow=e;
|
package/rows/GridDetailRow.mjs
CHANGED
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
const r = (e) => null;
|
|
8
|
+
const o = (r) => null;
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
o as GridDetailRow
|
|
12
11
|
};
|