@progress/kendo-react-grid 14.4.1-develop.13 → 14.4.1-develop.15
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.d.ts +2 -2
- package/GridClientContextReader.d.ts +1 -1
- package/GridClientWrapper.d.ts +1 -1
- package/GridColumn.d.ts +2 -2
- package/GridComponent.d.ts +1 -1
- package/GridState.d.ts +1 -1
- package/GridToolbar.d.ts +1 -1
- package/StatusBar.d.ts +3 -3
- package/VirtualScroll.d.ts +2 -2
- package/cells/GridFilterCell.d.ts +1 -1
- package/cells/datacell/GridCell.d.ts +1 -1
- package/cells/datacell/GridCellServer.d.ts +1 -1
- package/cells/datacell/useCellClientTdProps.d.ts +1 -1
- package/cells/datacell/utils.d.ts +1 -1
- package/cells/detailcell/GridDetailCell.d.ts +1 -1
- package/cells/editcell/GridEditCell.d.ts +1 -1
- package/cells/editcell/GridEditCellServer.d.ts +1 -1
- package/cells/editcell/useEditCellClientTdProps.d.ts +1 -1
- package/cells/editcell/utils.d.ts +1 -1
- package/cells/groupcell/GridGroupCell.d.ts +1 -1
- package/cells/groupcell/GridGroupCellServer.d.ts +1 -1
- package/cells/groupcell/GridGroupCellToggle.d.ts +1 -1
- package/cells/groupcell/useGroupCellClientTdProps.d.ts +1 -1
- package/cells/groupcell/utils.d.ts +1 -1
- package/cells/hierarchycell/GridHierarchyCell.d.ts +1 -1
- package/cells/hierarchycell/GridHierarchyCellServer.d.ts +1 -1
- package/cells/hierarchycell/GridHierarchyCellToggle.d.ts +1 -1
- package/cells/hierarchycell/useHierarchyCellClientTdProps.d.ts +1 -1
- package/cells/hierarchycell/utils.d.ts +1 -1
- package/cells/hooks.d.ts +1 -1
- package/cells/pincell/GridPinCell.d.ts +1 -1
- package/cells/pincell/GridPinCellServer.d.ts +1 -1
- package/cells/pincell/useGridPinCellClientTdProps.d.ts +1 -1
- package/cells/pincell/utils.d.ts +1 -1
- package/cells/rowreordercell/GridRowReorderCell.d.ts +1 -1
- package/cells/rowreordercell/GridRowReorderCellServer.d.ts +1 -1
- package/cells/rowreordercell/useRowReorderCellClientTdProps.d.ts +1 -1
- package/cells/rowreordercell/utils.d.ts +1 -1
- package/cells/selectioncell/GridSelectionCell.d.ts +1 -1
- package/cells/selectioncell/GridSelectionCellInput.d.ts +1 -1
- package/cells/selectioncell/GridSelectionCellServer.d.ts +1 -1
- package/cells/selectioncell/useSelectionCellClientTdProps.d.ts +1 -1
- package/cells/selectioncell/utils.d.ts +1 -1
- package/columnMenu/GridColumnMenuCheckboxFilter.d.ts +1 -1
- package/columnMenu/GridColumnMenuColumnsChooser.d.ts +1 -1
- package/columnMenu/GridColumnMenuColumnsList.d.ts +1 -1
- package/columnMenu/GridColumnMenuFilter.d.ts +2 -2
- package/columnMenu/GridColumnMenuFilterCell.d.ts +1 -1
- package/columnMenu/GridColumnMenuFilterUI.d.ts +1 -1
- package/columnMenu/GridColumnMenuGroup.d.ts +1 -1
- package/columnMenu/GridColumnMenuSort.d.ts +1 -1
- package/columnMenu/GridColumnMenuWrapper.d.ts +1 -1
- package/columnMenu/adaptiveContent/GridAdaptiveFilterMenu.d.ts +1 -1
- package/components/GridEditDialog.d.ts +1 -1
- package/components/PinnedRowsTable.d.ts +2 -2
- package/components/StickyGroupTable.d.ts +1 -1
- package/components/noRecords/GridNoRecords.d.ts +1 -1
- package/components/utils.d.ts +1 -1
- package/dist/cdn/js/kendo-react-grid.js +1 -1
- package/drag/ColumnResize.d.ts +1 -1
- package/filterCommon.d.ts +2 -2
- package/footer/FooterCell.d.ts +1 -1
- package/footer/FooterRow.d.ts +1 -1
- package/getRowContents.d.ts +4 -4
- package/header/FilterRow.d.ts +2 -2
- package/header/GridHeaderCell.d.ts +1 -1
- package/header/GridHeaderGroupSpacerCell.d.ts +1 -1
- package/header/GridHeaderSelectionCell.d.ts +1 -1
- package/header/HeaderRow.d.ts +4 -4
- package/index.d.mts +36 -36
- package/index.d.ts +36 -36
- package/interfaces/GridAIAssistantCommand.d.ts +1 -1
- package/interfaces/GridCellProps.d.ts +3 -3
- package/interfaces/GridCellsSettings.d.ts +4 -4
- package/interfaces/GridColSpanProps.d.ts +1 -1
- package/interfaces/GridColumnChildrenProps.d.ts +1 -1
- package/interfaces/GridColumnMenuBaseProps.d.ts +1 -1
- package/interfaces/GridColumnMenuColumnsChooserBaseProps.d.ts +2 -2
- package/interfaces/GridColumnMenuFilterBaseProps.d.ts +2 -2
- package/interfaces/GridColumnMenuFilterUIProps.d.ts +2 -2
- package/interfaces/GridColumnMenuGroupBaseProps.d.ts +1 -1
- package/interfaces/GridColumnMenuProps.d.ts +4 -4
- package/interfaces/GridColumnMenuSortBaseProps.d.ts +2 -2
- package/interfaces/GridColumnProps.d.ts +8 -8
- package/interfaces/GridEditDialogProps.d.ts +1 -1
- package/interfaces/GridFilterCellProps.d.ts +1 -1
- package/interfaces/GridFilterOperators.d.ts +1 -1
- package/interfaces/GridGroupableSettings.d.ts +1 -1
- package/interfaces/GridProps.d.ts +17 -17
- package/interfaces/GridRowProps.d.ts +2 -2
- package/interfaces/GridRowsSettings.d.ts +1 -1
- package/interfaces/VirtualScrollInterface.d.ts +1 -1
- package/interfaces/events.d.ts +5 -5
- package/interfaces/index.d.ts +6 -6
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +17 -17
- package/rows/GridDetailRow.d.ts +1 -1
- package/rows/GridDetailRowRenderer.d.ts +1 -1
- package/rows/GridRow.d.ts +1 -1
- package/rows/GridRowRenderer.d.ts +4 -4
- package/sortCommon.d.ts +1 -1
- package/stacked/GridStackedRow.d.ts +2 -2
- package/stacked/StackedModeRow.d.ts +4 -4
- package/toolbar-tools/GridToolbarFilter.d.ts +1 -1
- package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarFilter.d.ts +1 -1
- package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarGroup.d.ts +1 -1
- package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarSort.d.ts +1 -1
- package/toolbar-tools/smartbox/defaultConfigs.d.ts +1 -1
- package/toolbar-tools/smartbox/hooks/index.d.ts +1 -1
- package/toolbar-tools/smartbox/hooks/useSmartBoxGridState.d.ts +2 -2
- package/toolbar-tools/smartbox/hooks/useSmartBoxHistory.d.ts +1 -1
- package/toolbar-tools/smartbox/hooks/useSmartBoxModes.d.ts +1 -1
- package/toolbar-tools/smartbox/hooks/useSmartBoxSearch.d.ts +1 -1
- package/toolbar-tools/smartbox/interfaces/SearchTypes.d.ts +1 -1
- package/toolbar-tools/smartbox/interfaces/SmartBoxTypes.d.ts +2 -2
- package/toolbar-tools/smartbox/interfaces/index.d.ts +3 -3
- package/toolbar-tools/smartbox/utils.d.ts +1 -1
- package/utils/index.d.ts +9 -9
- package/utils/premium.d.ts +2 -2
- package/utils/virtualColumns.d.ts +1 -1
|
@@ -8,29 +8,29 @@
|
|
|
8
8
|
import { ComponentType } from 'react';
|
|
9
9
|
import { DataResult, SortDescriptor, CompositeFilterDescriptor, GroupDescriptor } from '@progress/kendo-data-query';
|
|
10
10
|
import { CSVExportOptions } from '@progress/kendo-csv';
|
|
11
|
-
import { GridGroupableSettings } from './GridGroupableSettings
|
|
12
|
-
import { GridSortChangeEvent, GridFilterChangeEvent, GridPageChangeEvent, GridSelectionChangeEvent, GridHeaderSelectionChangeEvent, GridRowClickEvent, GridItemChangeEvent, GridDataStateChangeEvent, GridColumnResizeEvent, GridColumnReorderEvent, GridGroupChangeEvent, GridEvent, GridRowDoubleClickEvent, GridNavigationActionEvent, GridKeyDownEvent, GridContextMenuEvent, GridContextMenuItemClickEvent, GridEditChangeEvent, GridDetailExpandChangeEvent, GridGroupExpandChangeEvent, GridRowReorderEvent, GridSearchChangeEvent, GridColumnsStateChangeEvent, GridHighlightChangeEvent, GridRowPinChangeEvent } from './events
|
|
13
|
-
import { ScrollMode } from '../ScrollMode
|
|
14
|
-
import { GridSortSettings } from './GridSortSettings
|
|
11
|
+
import { GridGroupableSettings } from './GridGroupableSettings';
|
|
12
|
+
import { GridSortChangeEvent, GridFilterChangeEvent, GridPageChangeEvent, GridSelectionChangeEvent, GridHeaderSelectionChangeEvent, GridRowClickEvent, GridItemChangeEvent, GridDataStateChangeEvent, GridColumnResizeEvent, GridColumnReorderEvent, GridGroupChangeEvent, GridEvent, GridRowDoubleClickEvent, GridNavigationActionEvent, GridKeyDownEvent, GridContextMenuEvent, GridContextMenuItemClickEvent, GridEditChangeEvent, GridDetailExpandChangeEvent, GridGroupExpandChangeEvent, GridRowReorderEvent, GridSearchChangeEvent, GridColumnsStateChangeEvent, GridHighlightChangeEvent, GridRowPinChangeEvent } from './events';
|
|
13
|
+
import { ScrollMode } from '../ScrollMode';
|
|
14
|
+
import { GridSortSettings } from './GridSortSettings';
|
|
15
15
|
import { GridPagerSettings } from '../paging/GridPagerSettings.js';
|
|
16
|
-
import { GridDetailRowProps } from '../interfaces/GridDetailRowProps
|
|
17
|
-
import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps
|
|
18
|
-
import { GridFilterOperators } from './GridFilterOperators
|
|
19
|
-
import { GridSelectableSettings } from './GridSelectableSettings
|
|
16
|
+
import { GridDetailRowProps } from '../interfaces/GridDetailRowProps';
|
|
17
|
+
import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps';
|
|
18
|
+
import { GridFilterOperators } from './GridFilterOperators';
|
|
19
|
+
import { GridSelectableSettings } from './GridSelectableSettings';
|
|
20
20
|
import { ClipboardSettings, EditDescriptor, PagerProps, NavigatableSettings, SelectDescriptor, GroupExpandDescriptor, DetailExpandDescriptor, SearchField, GridClipboardEvent } from '@progress/kendo-react-data-tools';
|
|
21
21
|
import { GridClassStructure, KendoReactComponentBaseProps } from '@progress/kendo-react-common';
|
|
22
|
-
import { GridCellsSettings } from './GridCellsSettings
|
|
22
|
+
import { GridCellsSettings } from './GridCellsSettings';
|
|
23
23
|
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
24
24
|
import { IntlService, LocalizationService } from '@progress/kendo-react-intl';
|
|
25
25
|
import { GridCellBaseOptions, GridContextMenuOptions } from '../contextMenu/GridContextMenu.js';
|
|
26
|
-
import { GridEditableSettings } from './GridEditableSettings
|
|
27
|
-
import { GridRowReorderSettings } from './GridRowReorderSettings
|
|
28
|
-
import { GridRowSpannableSettings } from './GridRowSpannableSettings
|
|
29
|
-
import { GridRowsSettings } from './GridRowsSettings
|
|
30
|
-
import { GridColumnState } from './GridColumnState
|
|
31
|
-
import { GridEditDialogProps } from './GridEditDialogProps
|
|
32
|
-
import { GridHighlightDescriptor } from './GridHighlightDescriptor
|
|
33
|
-
import { GridDataLayoutMode, GridStackedLayoutSettings } from './GridStackedLayoutSettings
|
|
26
|
+
import { GridEditableSettings } from './GridEditableSettings';
|
|
27
|
+
import { GridRowReorderSettings } from './GridRowReorderSettings';
|
|
28
|
+
import { GridRowSpannableSettings } from './GridRowSpannableSettings';
|
|
29
|
+
import { GridRowsSettings } from './GridRowsSettings';
|
|
30
|
+
import { GridColumnState } from './GridColumnState';
|
|
31
|
+
import { GridEditDialogProps } from './GridEditDialogProps';
|
|
32
|
+
import { GridHighlightDescriptor } from './GridHighlightDescriptor';
|
|
33
|
+
import { GridDataLayoutMode, GridStackedLayoutSettings } from './GridStackedLayoutSettings';
|
|
34
34
|
/**
|
|
35
35
|
* Represents the CSV export options for the Grid component.
|
|
36
36
|
* Extends CSVExportOptions from @progress/kendo-csv with all properties optional.
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
|
|
9
|
-
import { GridRowType } from './GridRowType
|
|
10
|
-
import { GridRowsSettings } from './GridRowsSettings
|
|
9
|
+
import { GridRowType } from './GridRowType';
|
|
10
|
+
import { GridRowsSettings } from './GridRowsSettings';
|
|
11
11
|
/**
|
|
12
12
|
* The props that the Grid passes to the GridRow component when creating it. Accessible when passing a custom row to the `rows` prop of the Grid.
|
|
13
13
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ComponentType } from 'react';
|
|
9
|
-
import { GridRowProps } from './GridRowProps
|
|
9
|
+
import { GridRowProps } from './GridRowProps';
|
|
10
10
|
/**
|
|
11
11
|
* The properties of the default Grid Row.
|
|
12
12
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Page } from '../paging/Page
|
|
8
|
+
import { Page } from '../paging/Page';
|
|
9
9
|
import { SyntheticEvent } from 'react';
|
|
10
10
|
import { RowHeightService } from '@progress/kendo-react-common';
|
|
11
11
|
/**
|
package/interfaces/events.d.ts
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { SortDescriptor, CompositeFilterDescriptor, GroupDescriptor, State } from '@progress/kendo-data-query';
|
|
9
9
|
import { GridHandle } from '../Grid.js';
|
|
10
|
-
import { Page } from '../paging/Page
|
|
11
|
-
import { GridColumnProps } from './GridColumnProps
|
|
10
|
+
import { Page } from '../paging/Page';
|
|
11
|
+
import { GridColumnProps } from './GridColumnProps';
|
|
12
12
|
import { BaseEvent, NormalizedDragEvent } from '@progress/kendo-react-common';
|
|
13
13
|
import { DetailExpandDescriptor, EditDescriptor, GroupExpandDescriptor, PagerTargetEvent, SelectDescriptor, TableDragSelectionReleaseEvent, TableKeyDownEvent, TableSelectionChangeEvent } from '@progress/kendo-react-data-tools';
|
|
14
14
|
import { MenuSelectEvent } from '@progress/kendo-react-layout';
|
|
15
|
-
import { GridReorderDropPosition } from './GridReorderDropDir
|
|
16
|
-
import { GridColumnState } from './GridColumnState
|
|
17
|
-
import { GridHighlightDescriptor } from './GridHighlightDescriptor
|
|
15
|
+
import { GridReorderDropPosition } from './GridReorderDropDir';
|
|
16
|
+
import { GridColumnState } from './GridColumnState';
|
|
17
|
+
import { GridHighlightDescriptor } from './GridHighlightDescriptor';
|
|
18
18
|
/**
|
|
19
19
|
* Represents the base event object of the Grid.
|
|
20
20
|
*/
|
package/interfaces/index.d.ts
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridProps } from './GridProps
|
|
9
|
-
import { GridCellProps } from './GridCellProps
|
|
10
|
-
import { GridColumnProps } from './GridColumnProps
|
|
11
|
-
import { GridColumnState } from './GridColumnState
|
|
8
|
+
import { GridProps } from './GridProps';
|
|
9
|
+
import { GridCellProps } from './GridCellProps';
|
|
10
|
+
import { GridColumnProps } from './GridColumnProps';
|
|
11
|
+
import { GridColumnState } from './GridColumnState';
|
|
12
12
|
import { GridHandle } from '../Grid.js';
|
|
13
|
-
import { GridStackedLayoutSettings, GridStackedColSize, GridDataLayoutMode } from './GridStackedLayoutSettings
|
|
14
|
-
import { GridColumnReorderEvent, GridColumnResizeEvent, GridDataStateChangeEvent, GridDragSelectionReleaseEvent, GridEvent, GridEditChangeEvent, GridFilterChangeEvent, GridGroupChangeEvent, GridHeaderSelectionChangeEvent, GridItemChangeEvent, GridKeyDownEvent, GridRowReorderEvent, GridNavigationActionEvent, GridPageChangeEvent, GridRowClickEvent, GridRowDoubleClickEvent, GridSelectionChangeEvent, GridSortChangeEvent, GridGroupExpandChangeEvent, GridDetailExpandChangeEvent, GridSearchChangeEvent, GridColumnsStateChangeEvent } from './events
|
|
13
|
+
import { GridStackedLayoutSettings, GridStackedColSize, GridDataLayoutMode } from './GridStackedLayoutSettings';
|
|
14
|
+
import { GridColumnReorderEvent, GridColumnResizeEvent, GridDataStateChangeEvent, GridDragSelectionReleaseEvent, GridEvent, GridEditChangeEvent, GridFilterChangeEvent, GridGroupChangeEvent, GridHeaderSelectionChangeEvent, GridItemChangeEvent, GridKeyDownEvent, GridRowReorderEvent, GridNavigationActionEvent, GridPageChangeEvent, GridRowClickEvent, GridRowDoubleClickEvent, GridSelectionChangeEvent, GridSortChangeEvent, GridGroupExpandChangeEvent, GridDetailExpandChangeEvent, GridSearchChangeEvent, GridColumnsStateChangeEvent } from './events';
|
|
15
15
|
export { GridProps, GridCellProps, GridHandle, GridColumnProps, GridColumnState, GridStackedLayoutSettings, GridStackedColSize, GridDataLayoutMode, GridColumnReorderEvent, GridColumnResizeEvent, GridDataStateChangeEvent, GridDragSelectionReleaseEvent, GridEvent, GridEditChangeEvent, GridFilterChangeEvent, GridGroupChangeEvent, GridHeaderSelectionChangeEvent, GridItemChangeEvent, GridKeyDownEvent, GridRowReorderEvent, GridNavigationActionEvent, GridPageChangeEvent, GridRowClickEvent, GridRowDoubleClickEvent, GridSelectionChangeEvent, GridSortChangeEvent, GridGroupExpandChangeEvent, GridDetailExpandChangeEvent, GridSearchChangeEvent, GridColumnsStateChangeEvent };
|
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=Object.freeze({name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1777447316,version:"14.4.1-develop.15",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
|
|
|
7
7
|
productName: 'KendoReact',
|
|
8
8
|
productCode: 'KENDOUIREACT',
|
|
9
9
|
productCodes: ['KENDOUIREACT'],
|
|
10
|
-
publishDate:
|
|
11
|
-
version: '14.4.1-develop.
|
|
10
|
+
publishDate: 1777447316,
|
|
11
|
+
version: '14.4.1-develop.15',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-grid",
|
|
3
|
-
"version": "14.4.1-develop.
|
|
3
|
+
"version": "14.4.1-develop.15",
|
|
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",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"@progress/kendo-drawing": "^1.21.2",
|
|
31
31
|
"@progress/kendo-file-saver": "^1.1.1",
|
|
32
32
|
"@progress/kendo-licensing": "^1.7.2",
|
|
33
|
-
"@progress/kendo-react-animation": "14.4.1-develop.
|
|
34
|
-
"@progress/kendo-react-buttons": "14.4.1-develop.
|
|
35
|
-
"@progress/kendo-react-common": "14.4.1-develop.
|
|
36
|
-
"@progress/kendo-react-data-tools": "14.4.1-develop.
|
|
37
|
-
"@progress/kendo-react-dateinputs": "14.4.1-develop.
|
|
38
|
-
"@progress/kendo-react-indicators": "14.4.1-develop.
|
|
39
|
-
"@progress/kendo-react-form": "14.4.1-develop.
|
|
40
|
-
"@progress/kendo-react-labels": "14.4.1-develop.
|
|
41
|
-
"@progress/kendo-react-dialogs": "14.4.1-develop.
|
|
42
|
-
"@progress/kendo-react-dropdowns": "14.4.1-develop.
|
|
43
|
-
"@progress/kendo-react-inputs": "14.4.1-develop.
|
|
44
|
-
"@progress/kendo-react-intl": "14.4.1-develop.
|
|
45
|
-
"@progress/kendo-react-popup": "14.4.1-develop.
|
|
46
|
-
"@progress/kendo-react-layout": "14.4.1-develop.
|
|
47
|
-
"@progress/kendo-react-conversational-ui": "14.4.1-develop.
|
|
33
|
+
"@progress/kendo-react-animation": "14.4.1-develop.15",
|
|
34
|
+
"@progress/kendo-react-buttons": "14.4.1-develop.15",
|
|
35
|
+
"@progress/kendo-react-common": "14.4.1-develop.15",
|
|
36
|
+
"@progress/kendo-react-data-tools": "14.4.1-develop.15",
|
|
37
|
+
"@progress/kendo-react-dateinputs": "14.4.1-develop.15",
|
|
38
|
+
"@progress/kendo-react-indicators": "14.4.1-develop.15",
|
|
39
|
+
"@progress/kendo-react-form": "14.4.1-develop.15",
|
|
40
|
+
"@progress/kendo-react-labels": "14.4.1-develop.15",
|
|
41
|
+
"@progress/kendo-react-dialogs": "14.4.1-develop.15",
|
|
42
|
+
"@progress/kendo-react-dropdowns": "14.4.1-develop.15",
|
|
43
|
+
"@progress/kendo-react-inputs": "14.4.1-develop.15",
|
|
44
|
+
"@progress/kendo-react-intl": "14.4.1-develop.15",
|
|
45
|
+
"@progress/kendo-react-popup": "14.4.1-develop.15",
|
|
46
|
+
"@progress/kendo-react-layout": "14.4.1-develop.15",
|
|
47
|
+
"@progress/kendo-react-conversational-ui": "14.4.1-develop.15",
|
|
48
48
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
49
49
|
"react": "^18.0.0 || ^19.0.0",
|
|
50
50
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"package": {
|
|
150
150
|
"productName": "KendoReact",
|
|
151
151
|
"productCode": "KENDOUIREACT",
|
|
152
|
-
"publishDate":
|
|
152
|
+
"publishDate": 1777447316,
|
|
153
153
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
154
154
|
}
|
|
155
155
|
},
|
package/rows/GridDetailRow.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridDetailRowProps } from '../interfaces/GridDetailRowProps
|
|
8
|
+
import { GridDetailRowProps } from '../interfaces/GridDetailRowProps';
|
|
9
9
|
/**
|
|
10
10
|
* Represents the detail row class of the KendoReact Grid. Used to define custom details for each row. Can be applied for building the hierarchy. The details for each row will be visible or hidden depending on the current `detailExpand` prop.
|
|
11
11
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
9
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
9
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
10
10
|
import { DataItemWrapper } from '../utils/index.js';
|
|
11
11
|
import * as React from 'react';
|
|
12
12
|
/**
|
package/rows/GridRow.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridRowProps } from '../interfaces/GridRowProps
|
|
8
|
+
import { GridRowProps } from '../interfaces/GridRowProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* The component for each of the items in the `data` property which the Grid renders.
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
9
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
10
|
-
import { GridEditableSettings } from '../interfaces/GridEditableSettings
|
|
11
|
-
import { GridRowProps } from '../interfaces/GridRowProps
|
|
9
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
10
|
+
import { GridEditableSettings } from '../interfaces/GridEditableSettings';
|
|
11
|
+
import { GridRowProps } from '../interfaces/GridRowProps';
|
|
12
12
|
import { DataItemWrapper } from '../utils/index.js';
|
|
13
|
-
import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings
|
|
13
|
+
import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings';
|
|
14
14
|
import * as React from 'react';
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
package/sortCommon.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridColumnSortSettings, GridSortSettings } from './interfaces/GridSortSettings
|
|
8
|
+
import { GridColumnSortSettings, GridSortSettings } from './interfaces/GridSortSettings';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ComponentType } from 'react';
|
|
9
|
-
import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings
|
|
10
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
9
|
+
import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings';
|
|
10
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
11
11
|
import * as React from 'react';
|
|
12
12
|
/**
|
|
13
13
|
* Props passed to custom cell components in stacked layout mode.
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
9
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
10
|
-
import { GridEditableSettings } from '../interfaces/GridEditableSettings
|
|
11
|
-
import { GridRowProps } from '../interfaces/GridRowProps
|
|
9
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
10
|
+
import { GridEditableSettings } from '../interfaces/GridEditableSettings';
|
|
11
|
+
import { GridRowProps } from '../interfaces/GridRowProps';
|
|
12
12
|
import { DataItemWrapper } from '../utils/index.js';
|
|
13
|
-
import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings
|
|
13
|
+
import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings';
|
|
14
14
|
import * as React from 'react';
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { SVGIcon } from '@progress/kendo-react-common';
|
|
9
9
|
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
10
|
-
import { GridColumnMenuFilterUIProps } from '../interfaces/GridColumnMenuFilterUIProps
|
|
10
|
+
import { GridColumnMenuFilterUIProps } from '../interfaces/GridColumnMenuFilterUIProps';
|
|
11
11
|
import { ComponentType } from 'react';
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
export interface GridToolbarFilterProps {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { default as React, ComponentType } from 'react';
|
|
9
9
|
import { GridColumnState } from '../../interfaces/index.js';
|
|
10
|
-
import { GridColumnMenuFilterUIProps } from '../../interfaces/GridColumnMenuFilterUIProps
|
|
10
|
+
import { GridColumnMenuFilterUIProps } from '../../interfaces/GridColumnMenuFilterUIProps';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridColumnState } from '../../interfaces/GridColumnState
|
|
8
|
+
import { GridColumnState } from '../../interfaces/GridColumnState';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridColumnState } from '../../interfaces/GridColumnState
|
|
8
|
+
import { GridColumnState } from '../../interfaces/GridColumnState';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { SpeechToTextButtonProps } from '@progress/kendo-react-buttons';
|
|
9
9
|
import { GridSmartBoxSearchProps, GridSmartBoxSemanticSearchConfigProps, GridSmartBoxAIAssistantConfigProps } from './interfaces/index.js';
|
|
10
|
-
import { GridSmartBoxHistoryProps } from './interfaces/utilTypes
|
|
10
|
+
import { GridSmartBoxHistoryProps } from './interfaces/utilTypes';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -12,6 +12,6 @@ export * from './useSmartBoxSearch.js';
|
|
|
12
12
|
export * from './useSmartBoxPopup.js';
|
|
13
13
|
export * from './useSmartBoxGridState.js';
|
|
14
14
|
export * from './useSmartBoxListData.js';
|
|
15
|
-
export * from './useSmartBoxInput
|
|
15
|
+
export * from './useSmartBoxInput';
|
|
16
16
|
export * from './useSmartBoxLabels.js';
|
|
17
17
|
export * from './useSmartBoxSegmentedControl.js';
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { CompositeFilterDescriptor, GroupDescriptor, SortDescriptor } from '@progress/kendo-data-query';
|
|
9
|
-
import { GridColumnState } from '../../../interfaces/GridColumnState
|
|
10
|
-
import { CompositeHighlightDescriptor } from '../../../interfaces/CompositeHighlightDescriptor
|
|
9
|
+
import { GridColumnState } from '../../../interfaces/GridColumnState';
|
|
10
|
+
import { CompositeHighlightDescriptor } from '../../../interfaces/CompositeHighlightDescriptor';
|
|
11
11
|
/**
|
|
12
12
|
* Represents the grid context type with all available grid operations and state.
|
|
13
13
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { HistoryItem, SmartBoxMode } from '../interfaces/index.js';
|
|
9
|
-
import { GridSmartBoxHistoryProps } from '../interfaces/utilTypes
|
|
9
|
+
import { GridSmartBoxHistoryProps } from '../interfaces/utilTypes';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props for the useSmartBoxHistory hook.
|
|
12
12
|
*
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { SpeechToTextButtonProps } from '@progress/kendo-react-buttons';
|
|
9
9
|
import { GridSmartBoxSearchProps, GridSmartBoxSemanticSearchConfigProps, GridSmartBoxAIAssistantConfigProps, SmartBoxMode } from '../interfaces/index.js';
|
|
10
|
-
import { GridSmartBoxHistoryProps } from '../interfaces/utilTypes
|
|
10
|
+
import { GridSmartBoxHistoryProps } from '../interfaces/utilTypes';
|
|
11
11
|
import * as React from 'react';
|
|
12
12
|
/**
|
|
13
13
|
* Represents the props for the useSmartBoxModes hook.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { GridSmartBoxSearchProps, GridSmartBoxSearchEvent, SmartBoxMode } from '../interfaces/index.js';
|
|
9
|
-
import { GridSmartBoxHistoryProps } from '../interfaces/utilTypes
|
|
9
|
+
import { GridSmartBoxHistoryProps } from '../interfaces/utilTypes';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props for the useSmartBoxSearch hook.
|
|
12
12
|
*
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridSmartBoxHistoryProps } from './utilTypes
|
|
8
|
+
import { GridSmartBoxHistoryProps } from './utilTypes';
|
|
9
9
|
export interface GridSmartBoxAIAssistantSearchProps {
|
|
10
10
|
/**
|
|
11
11
|
* Sets the settings for the history queries of all modes.
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
9
9
|
import { SpeechToTextButtonProps } from '@progress/kendo-react-buttons';
|
|
10
10
|
import { GridToolbarAIAssistantRequestData } from '../../../index.js';
|
|
11
|
-
import { GridSmartBoxAIAssistantSearchProps, GridSmartBoxSearchProps } from './SearchTypes
|
|
11
|
+
import { GridSmartBoxAIAssistantSearchProps, GridSmartBoxSearchProps } from './SearchTypes';
|
|
12
12
|
import { TextBoxProps } from '@progress/kendo-react-inputs';
|
|
13
|
-
import { GridSmartBoxHistoryProps } from './utilTypes
|
|
13
|
+
import { GridSmartBoxHistoryProps } from './utilTypes';
|
|
14
14
|
import { AxiosRequestConfig } from 'axios';
|
|
15
15
|
/**
|
|
16
16
|
* Represents the available modes for the SmartBox component.
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
export * from './SearchTypes
|
|
9
|
-
export * from './SmartBoxTypes
|
|
10
|
-
export * from './utilTypes
|
|
8
|
+
export * from './SearchTypes';
|
|
9
|
+
export * from './SmartBoxTypes';
|
|
10
|
+
export * from './utilTypes';
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridSmartBoxHistoryProps } from './interfaces/utilTypes
|
|
8
|
+
import { GridSmartBoxHistoryProps } from './interfaces/utilTypes';
|
|
9
9
|
/**
|
|
10
10
|
* Normalizes history settings from various input formats.
|
|
11
11
|
*
|
package/utils/index.d.ts
CHANGED
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridProps } from '../interfaces/GridProps
|
|
8
|
+
import { GridProps } from '../interfaces/GridProps';
|
|
9
9
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
10
10
|
import { DataResult, GroupDescriptor, SortDescriptor } from '@progress/kendo-data-query';
|
|
11
|
-
import { GridRowType } from '../interfaces/GridRowType
|
|
12
|
-
import { GridColumnProps } from '../interfaces/GridColumnProps
|
|
11
|
+
import { GridRowType } from '../interfaces/GridRowType';
|
|
12
|
+
import { GridColumnProps } from '../interfaces/GridColumnProps';
|
|
13
13
|
import { DetailExpandDescriptor, GroupExpandDescriptor, GroupState } from '@progress/kendo-react-data-tools';
|
|
14
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
14
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
15
15
|
import { GridContextMenuItemNames } from '../contextMenu/enums.js';
|
|
16
|
-
import { GridDetailExpandableSettings } from '../interfaces/GridDetailExpandableSettings
|
|
17
|
-
import { GridCellProps } from '../interfaces/GridCellProps
|
|
18
|
-
import { GridRowSpannableSettings } from '../interfaces/GridRowSpannableSettings
|
|
19
|
-
import { GridRowReorderSettings } from '../interfaces/GridRowReorderSettings
|
|
20
|
-
import { GridColumnState } from '../interfaces/GridColumnState
|
|
16
|
+
import { GridDetailExpandableSettings } from '../interfaces/GridDetailExpandableSettings';
|
|
17
|
+
import { GridCellProps } from '../interfaces/GridCellProps';
|
|
18
|
+
import { GridRowSpannableSettings } from '../interfaces/GridRowSpannableSettings';
|
|
19
|
+
import { GridRowReorderSettings } from '../interfaces/GridRowReorderSettings';
|
|
20
|
+
import { GridColumnState } from '../interfaces/GridColumnState';
|
|
21
21
|
import * as React from 'react';
|
|
22
22
|
/**
|
|
23
23
|
* @hidden
|
package/utils/premium.d.ts
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridColumnProps } from '../interfaces/GridColumnProps
|
|
9
|
-
import { GridComponentProps } from '../interfaces/GridProps
|
|
8
|
+
import { GridColumnProps } from '../interfaces/GridColumnProps';
|
|
9
|
+
import { GridComponentProps } from '../interfaces/GridProps';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
9
|
-
import { GridCellRenderModel } from '../interfaces/GridCellRenderModel
|
|
9
|
+
import { GridCellRenderModel } from '../interfaces/GridCellRenderModel';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|