@progress/kendo-react-grid 14.4.1-develop.14 → 14.4.1-develop.16

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.
Files changed (121) hide show
  1. package/Grid.d.ts +2 -2
  2. package/GridClientContextReader.d.ts +1 -1
  3. package/GridClientWrapper.d.ts +1 -1
  4. package/GridColumn.d.ts +2 -2
  5. package/GridComponent.d.ts +1 -1
  6. package/GridState.d.ts +1 -1
  7. package/GridToolbar.d.ts +1 -1
  8. package/StatusBar.d.ts +3 -3
  9. package/VirtualScroll.d.ts +2 -2
  10. package/cells/GridFilterCell.d.ts +1 -1
  11. package/cells/datacell/GridCell.d.ts +1 -1
  12. package/cells/datacell/GridCellServer.d.ts +1 -1
  13. package/cells/datacell/useCellClientTdProps.d.ts +1 -1
  14. package/cells/datacell/utils.d.ts +1 -1
  15. package/cells/detailcell/GridDetailCell.d.ts +1 -1
  16. package/cells/editcell/GridEditCell.d.ts +1 -1
  17. package/cells/editcell/GridEditCellServer.d.ts +1 -1
  18. package/cells/editcell/useEditCellClientTdProps.d.ts +1 -1
  19. package/cells/editcell/utils.d.ts +1 -1
  20. package/cells/groupcell/GridGroupCell.d.ts +1 -1
  21. package/cells/groupcell/GridGroupCellServer.d.ts +1 -1
  22. package/cells/groupcell/GridGroupCellToggle.d.ts +1 -1
  23. package/cells/groupcell/useGroupCellClientTdProps.d.ts +1 -1
  24. package/cells/groupcell/utils.d.ts +1 -1
  25. package/cells/hierarchycell/GridHierarchyCell.d.ts +1 -1
  26. package/cells/hierarchycell/GridHierarchyCellServer.d.ts +1 -1
  27. package/cells/hierarchycell/GridHierarchyCellToggle.d.ts +1 -1
  28. package/cells/hierarchycell/useHierarchyCellClientTdProps.d.ts +1 -1
  29. package/cells/hierarchycell/utils.d.ts +1 -1
  30. package/cells/hooks.d.ts +1 -1
  31. package/cells/pincell/GridPinCell.d.ts +1 -1
  32. package/cells/pincell/GridPinCellServer.d.ts +1 -1
  33. package/cells/pincell/useGridPinCellClientTdProps.d.ts +1 -1
  34. package/cells/pincell/utils.d.ts +1 -1
  35. package/cells/rowreordercell/GridRowReorderCell.d.ts +1 -1
  36. package/cells/rowreordercell/GridRowReorderCellServer.d.ts +1 -1
  37. package/cells/rowreordercell/useRowReorderCellClientTdProps.d.ts +1 -1
  38. package/cells/rowreordercell/utils.d.ts +1 -1
  39. package/cells/selectioncell/GridSelectionCell.d.ts +1 -1
  40. package/cells/selectioncell/GridSelectionCellInput.d.ts +1 -1
  41. package/cells/selectioncell/GridSelectionCellServer.d.ts +1 -1
  42. package/cells/selectioncell/useSelectionCellClientTdProps.d.ts +1 -1
  43. package/cells/selectioncell/utils.d.ts +1 -1
  44. package/columnMenu/GridColumnMenuCheckboxFilter.d.ts +1 -1
  45. package/columnMenu/GridColumnMenuColumnsChooser.d.ts +1 -1
  46. package/columnMenu/GridColumnMenuColumnsList.d.ts +1 -1
  47. package/columnMenu/GridColumnMenuFilter.d.ts +2 -2
  48. package/columnMenu/GridColumnMenuFilterCell.d.ts +1 -1
  49. package/columnMenu/GridColumnMenuFilterUI.d.ts +1 -1
  50. package/columnMenu/GridColumnMenuGroup.d.ts +1 -1
  51. package/columnMenu/GridColumnMenuSort.d.ts +1 -1
  52. package/columnMenu/GridColumnMenuWrapper.d.ts +1 -1
  53. package/columnMenu/adaptiveContent/GridAdaptiveFilterMenu.d.ts +1 -1
  54. package/components/GridEditDialog.d.ts +1 -1
  55. package/components/PinnedRowsTable.d.ts +2 -2
  56. package/components/StickyGroupTable.d.ts +1 -1
  57. package/components/noRecords/GridNoRecords.d.ts +1 -1
  58. package/components/utils.d.ts +1 -1
  59. package/dist/cdn/js/kendo-react-grid.js +1 -1
  60. package/drag/ColumnResize.d.ts +1 -1
  61. package/filterCommon.d.ts +2 -2
  62. package/footer/FooterCell.d.ts +1 -1
  63. package/footer/FooterRow.d.ts +1 -1
  64. package/getRowContents.d.ts +4 -4
  65. package/header/FilterRow.d.ts +2 -2
  66. package/header/GridHeaderCell.d.ts +1 -1
  67. package/header/GridHeaderGroupSpacerCell.d.ts +1 -1
  68. package/header/GridHeaderSelectionCell.d.ts +1 -1
  69. package/header/HeaderRow.d.ts +4 -4
  70. package/index.d.mts +36 -36
  71. package/index.d.ts +36 -36
  72. package/interfaces/GridAIAssistantCommand.d.ts +1 -1
  73. package/interfaces/GridCellProps.d.ts +3 -3
  74. package/interfaces/GridCellsSettings.d.ts +4 -4
  75. package/interfaces/GridColSpanProps.d.ts +1 -1
  76. package/interfaces/GridColumnChildrenProps.d.ts +1 -1
  77. package/interfaces/GridColumnMenuBaseProps.d.ts +1 -1
  78. package/interfaces/GridColumnMenuColumnsChooserBaseProps.d.ts +2 -2
  79. package/interfaces/GridColumnMenuFilterBaseProps.d.ts +2 -2
  80. package/interfaces/GridColumnMenuFilterUIProps.d.ts +2 -2
  81. package/interfaces/GridColumnMenuGroupBaseProps.d.ts +1 -1
  82. package/interfaces/GridColumnMenuProps.d.ts +4 -4
  83. package/interfaces/GridColumnMenuSortBaseProps.d.ts +2 -2
  84. package/interfaces/GridColumnProps.d.ts +8 -8
  85. package/interfaces/GridEditDialogProps.d.ts +1 -1
  86. package/interfaces/GridFilterCellProps.d.ts +1 -1
  87. package/interfaces/GridFilterOperators.d.ts +1 -1
  88. package/interfaces/GridGroupableSettings.d.ts +1 -1
  89. package/interfaces/GridProps.d.ts +17 -17
  90. package/interfaces/GridRowProps.d.ts +2 -2
  91. package/interfaces/GridRowsSettings.d.ts +1 -1
  92. package/interfaces/VirtualScrollInterface.d.ts +1 -1
  93. package/interfaces/events.d.ts +5 -5
  94. package/interfaces/index.d.ts +6 -6
  95. package/package-metadata.js +1 -1
  96. package/package-metadata.mjs +2 -2
  97. package/package.json +17 -17
  98. package/rows/GridDetailRow.d.ts +1 -1
  99. package/rows/GridDetailRowRenderer.d.ts +1 -1
  100. package/rows/GridRow.d.ts +1 -1
  101. package/rows/GridRowRenderer.d.ts +4 -4
  102. package/sortCommon.d.ts +1 -1
  103. package/stacked/GridStackedRow.d.ts +2 -2
  104. package/stacked/StackedModeRow.d.ts +4 -4
  105. package/toolbar-tools/GridToolbarFilter.d.ts +1 -1
  106. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarFilter.d.ts +1 -1
  107. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarGroup.d.ts +1 -1
  108. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarSort.d.ts +1 -1
  109. package/toolbar-tools/smartbox/defaultConfigs.d.ts +1 -1
  110. package/toolbar-tools/smartbox/hooks/index.d.ts +1 -1
  111. package/toolbar-tools/smartbox/hooks/useSmartBoxGridState.d.ts +2 -2
  112. package/toolbar-tools/smartbox/hooks/useSmartBoxHistory.d.ts +1 -1
  113. package/toolbar-tools/smartbox/hooks/useSmartBoxModes.d.ts +1 -1
  114. package/toolbar-tools/smartbox/hooks/useSmartBoxSearch.d.ts +1 -1
  115. package/toolbar-tools/smartbox/interfaces/SearchTypes.d.ts +1 -1
  116. package/toolbar-tools/smartbox/interfaces/SmartBoxTypes.d.ts +2 -2
  117. package/toolbar-tools/smartbox/interfaces/index.d.ts +3 -3
  118. package/toolbar-tools/smartbox/utils.d.ts +1 -1
  119. package/utils/index.d.ts +9 -9
  120. package/utils/premium.d.ts +2 -2
  121. 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.js';
12
- import { GridSortChangeEvent, GridFilterChangeEvent, GridPageChangeEvent, GridSelectionChangeEvent, GridHeaderSelectionChangeEvent, GridRowClickEvent, GridItemChangeEvent, GridDataStateChangeEvent, GridColumnResizeEvent, GridColumnReorderEvent, GridGroupChangeEvent, GridEvent, GridRowDoubleClickEvent, GridNavigationActionEvent, GridKeyDownEvent, GridContextMenuEvent, GridContextMenuItemClickEvent, GridEditChangeEvent, GridDetailExpandChangeEvent, GridGroupExpandChangeEvent, GridRowReorderEvent, GridSearchChangeEvent, GridColumnsStateChangeEvent, GridHighlightChangeEvent, GridRowPinChangeEvent } from './events.js';
13
- import { ScrollMode } from '../ScrollMode.js';
14
- import { GridSortSettings } from './GridSortSettings.js';
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.js';
17
- import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps.js';
18
- import { GridFilterOperators } from './GridFilterOperators.js';
19
- import { GridSelectableSettings } from './GridSelectableSettings.js';
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.js';
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.js';
27
- import { GridRowReorderSettings } from './GridRowReorderSettings.js';
28
- import { GridRowSpannableSettings } from './GridRowSpannableSettings.js';
29
- import { GridRowsSettings } from './GridRowsSettings.js';
30
- import { GridColumnState } from './GridColumnState.js';
31
- import { GridEditDialogProps } from './GridEditDialogProps.js';
32
- import { GridHighlightDescriptor } from './GridHighlightDescriptor.js';
33
- import { GridDataLayoutMode, GridStackedLayoutSettings } from './GridStackedLayoutSettings.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';
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.js';
10
- import { GridRowsSettings } from './GridRowsSettings.js';
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.js';
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.js';
8
+ import { Page } from '../paging/Page';
9
9
  import { SyntheticEvent } from 'react';
10
10
  import { RowHeightService } from '@progress/kendo-react-common';
11
11
  /**
@@ -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.js';
11
- import { GridColumnProps } from './GridColumnProps.js';
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.js';
16
- import { GridColumnState } from './GridColumnState.js';
17
- import { GridHighlightDescriptor } from './GridHighlightDescriptor.js';
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
  */
@@ -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.js';
9
- import { GridCellProps } from './GridCellProps.js';
10
- import { GridColumnProps } from './GridColumnProps.js';
11
- import { GridColumnState } from './GridColumnState.js';
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.js';
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.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';
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 };
@@ -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: 1777373026,version:"14.4.1-develop.14",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
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: 1777551635,version:"14.4.1-develop.16",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
7
7
  productName: 'KendoReact',
8
8
  productCode: 'KENDOUIREACT',
9
9
  productCodes: ['KENDOUIREACT'],
10
- publishDate: 1777373026,
11
- version: '14.4.1-develop.14',
10
+ publishDate: 1777551635,
11
+ version: '14.4.1-develop.16',
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.14",
3
+ "version": "14.4.1-develop.16",
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.14",
34
- "@progress/kendo-react-buttons": "14.4.1-develop.14",
35
- "@progress/kendo-react-common": "14.4.1-develop.14",
36
- "@progress/kendo-react-data-tools": "14.4.1-develop.14",
37
- "@progress/kendo-react-dateinputs": "14.4.1-develop.14",
38
- "@progress/kendo-react-indicators": "14.4.1-develop.14",
39
- "@progress/kendo-react-form": "14.4.1-develop.14",
40
- "@progress/kendo-react-labels": "14.4.1-develop.14",
41
- "@progress/kendo-react-dialogs": "14.4.1-develop.14",
42
- "@progress/kendo-react-dropdowns": "14.4.1-develop.14",
43
- "@progress/kendo-react-inputs": "14.4.1-develop.14",
44
- "@progress/kendo-react-intl": "14.4.1-develop.14",
45
- "@progress/kendo-react-popup": "14.4.1-develop.14",
46
- "@progress/kendo-react-layout": "14.4.1-develop.14",
47
- "@progress/kendo-react-conversational-ui": "14.4.1-develop.14",
33
+ "@progress/kendo-react-animation": "14.4.1-develop.16",
34
+ "@progress/kendo-react-buttons": "14.4.1-develop.16",
35
+ "@progress/kendo-react-common": "14.4.1-develop.16",
36
+ "@progress/kendo-react-data-tools": "14.4.1-develop.16",
37
+ "@progress/kendo-react-dateinputs": "14.4.1-develop.16",
38
+ "@progress/kendo-react-indicators": "14.4.1-develop.16",
39
+ "@progress/kendo-react-form": "14.4.1-develop.16",
40
+ "@progress/kendo-react-labels": "14.4.1-develop.16",
41
+ "@progress/kendo-react-dialogs": "14.4.1-develop.16",
42
+ "@progress/kendo-react-dropdowns": "14.4.1-develop.16",
43
+ "@progress/kendo-react-inputs": "14.4.1-develop.16",
44
+ "@progress/kendo-react-intl": "14.4.1-develop.16",
45
+ "@progress/kendo-react-popup": "14.4.1-develop.16",
46
+ "@progress/kendo-react-layout": "14.4.1-develop.16",
47
+ "@progress/kendo-react-conversational-ui": "14.4.1-develop.16",
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": 1777373026,
152
+ "publishDate": 1777551635,
153
153
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
154
154
  }
155
155
  },
@@ -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.js';
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.js';
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.js';
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.js';
10
- import { GridEditableSettings } from '../interfaces/GridEditableSettings.js';
11
- import { GridRowProps } from '../interfaces/GridRowProps.js';
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.js';
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.js';
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.js';
10
- import { GridCellsSettings } from '../interfaces/GridCellsSettings.js';
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.js';
10
- import { GridEditableSettings } from '../interfaces/GridEditableSettings.js';
11
- import { GridRowProps } from '../interfaces/GridRowProps.js';
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.js';
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.js';
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.js';
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.js';
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.js';
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.js';
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.js';
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.js';
10
- import { CompositeHighlightDescriptor } from '../../../interfaces/CompositeHighlightDescriptor.js';
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.js';
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.js';
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.js';
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.js';
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.js';
11
+ import { GridSmartBoxAIAssistantSearchProps, GridSmartBoxSearchProps } from './SearchTypes';
12
12
  import { TextBoxProps } from '@progress/kendo-react-inputs';
13
- import { GridSmartBoxHistoryProps } from './utilTypes.js';
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.js';
9
- export * from './SmartBoxTypes.js';
10
- export * from './utilTypes.js';
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.js';
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.js';
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.js';
12
- import { GridColumnProps } from '../interfaces/GridColumnProps.js';
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.js';
14
+ import { GridCellsSettings } from '../interfaces/GridCellsSettings';
15
15
  import { GridContextMenuItemNames } from '../contextMenu/enums.js';
16
- import { GridDetailExpandableSettings } from '../interfaces/GridDetailExpandableSettings.js';
17
- import { GridCellProps } from '../interfaces/GridCellProps.js';
18
- import { GridRowSpannableSettings } from '../interfaces/GridRowSpannableSettings.js';
19
- import { GridRowReorderSettings } from '../interfaces/GridRowReorderSettings.js';
20
- import { GridColumnState } from '../interfaces/GridColumnState.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';
21
21
  import * as React from 'react';
22
22
  /**
23
23
  * @hidden
@@ -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.js';
9
- import { GridComponentProps } from '../interfaces/GridProps.js';
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.js';
9
+ import { GridCellRenderModel } from '../interfaces/GridCellRenderModel';
10
10
  /**
11
11
  * @hidden
12
12
  */