@progress/kendo-react-grid 7.0.3-develop.1 → 7.0.3-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.
Files changed (83) hide show
  1. package/Grid.d.ts +1 -1
  2. package/GridColumn.d.ts +1 -1
  3. package/GridNoRecords.d.ts +1 -1
  4. package/GridToolbar.d.ts +1 -1
  5. package/LICENSE.md +1 -1
  6. package/NOTICE.txt +1 -1
  7. package/README.md +1 -1
  8. package/ScrollMode.d.ts +1 -1
  9. package/StatusBar.d.ts +1 -1
  10. package/VirtualScroll.d.ts +1 -1
  11. package/VirtualScrollFixed.d.ts +1 -1
  12. package/cells/GridCell.d.ts +1 -1
  13. package/cells/GridDetailCell.d.ts +1 -1
  14. package/cells/GridDetailHierarchyCell.d.ts +1 -1
  15. package/cells/GridEditCell.d.ts +1 -1
  16. package/cells/GridFilterCell.d.ts +1 -1
  17. package/cells/GridGroupCell.d.ts +1 -1
  18. package/cells/GridHierarchyCell.d.ts +1 -1
  19. package/cells/GridSelectionCell.d.ts +1 -1
  20. package/columnMenu/GridColumnMenuCheckboxFilter.d.ts +1 -1
  21. package/columnMenu/GridColumnMenuColumnsList.d.ts +1 -1
  22. package/columnMenu/GridColumnMenuFilter.d.ts +1 -1
  23. package/columnMenu/GridColumnMenuFilterCell.d.ts +1 -1
  24. package/columnMenu/GridColumnMenuFilterUI.d.ts +1 -1
  25. package/columnMenu/GridColumnMenuGroup.d.ts +1 -1
  26. package/columnMenu/GridColumnMenuItem.d.ts +1 -1
  27. package/columnMenu/GridColumnMenuItemContent.d.ts +1 -1
  28. package/columnMenu/GridColumnMenuItemGroup.d.ts +1 -1
  29. package/columnMenu/GridColumnMenuSort.d.ts +1 -1
  30. package/columnMenu/GridColumnMenuWrapper.d.ts +1 -1
  31. package/constants/index.d.ts +1 -1
  32. package/dist/cdn/js/kendo-react-grid.js +2 -2
  33. package/drag/ColumnDraggable.d.ts +1 -1
  34. package/drag/ColumnResize.d.ts +1 -1
  35. package/drag/CommonDragLogic.d.ts +1 -1
  36. package/drag/GroupingIndicator.d.ts +1 -1
  37. package/filterCommon.d.ts +1 -1
  38. package/footer/Footer.d.ts +1 -1
  39. package/footer/FooterRow.d.ts +1 -1
  40. package/header/FilterRow.d.ts +1 -1
  41. package/header/GridHeaderCell.d.ts +1 -1
  42. package/header/GridHeaderSelectionCell.d.ts +1 -1
  43. package/header/GroupPanel.d.ts +1 -1
  44. package/header/Header.d.ts +1 -1
  45. package/header/HeaderRow.d.ts +1 -1
  46. package/index.d.mts +1 -1
  47. package/index.d.ts +1 -1
  48. package/index.js +2 -2
  49. package/index.mjs +3 -3
  50. package/interfaces/GridCellProps.d.ts +1 -1
  51. package/interfaces/GridCellsSettings.d.ts +1 -1
  52. package/interfaces/GridColumnMenuBaseProps.d.ts +1 -1
  53. package/interfaces/GridColumnMenuColumnProps.d.ts +1 -1
  54. package/interfaces/GridColumnMenuFilterBaseProps.d.ts +1 -1
  55. package/interfaces/GridColumnMenuFilterUIProps.d.ts +1 -1
  56. package/interfaces/GridColumnMenuGroupBaseProps.d.ts +1 -1
  57. package/interfaces/GridColumnMenuProps.d.ts +1 -1
  58. package/interfaces/GridColumnMenuSortBaseProps.d.ts +1 -1
  59. package/interfaces/GridColumnProps.d.ts +1 -1
  60. package/interfaces/GridDetailRowProps.d.ts +1 -1
  61. package/interfaces/GridFilterCellProps.d.ts +1 -1
  62. package/interfaces/GridFilterOperator.d.ts +1 -1
  63. package/interfaces/GridFilterOperators.d.ts +1 -1
  64. package/interfaces/GridFooterCellProps.d.ts +1 -1
  65. package/interfaces/GridGroupableSettings.d.ts +1 -1
  66. package/interfaces/GridHeaderCellProps.d.ts +1 -1
  67. package/interfaces/GridNoRecordsProps.d.ts +1 -1
  68. package/interfaces/GridProps.d.ts +1 -1
  69. package/interfaces/GridRowProps.d.ts +1 -1
  70. package/interfaces/GridRowType.d.ts +1 -1
  71. package/interfaces/GridSelectableSettings.d.ts +1 -1
  72. package/interfaces/GridSortSettings.d.ts +1 -1
  73. package/interfaces/GridToolbarProps.d.ts +1 -1
  74. package/interfaces/VirtualScrollInterface.d.ts +1 -1
  75. package/interfaces/events.d.ts +1 -1
  76. package/messages/index.d.ts +1 -1
  77. package/package-metadata.d.ts +1 -1
  78. package/package.json +12 -12
  79. package/paging/GridPagerSettings.d.ts +1 -1
  80. package/paging/Page.d.ts +1 -1
  81. package/rows/GridDetailRow.d.ts +1 -1
  82. package/rows/GridRow.d.ts +1 -1
  83. package/utils/index.d.ts +1 -1
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  "use client";
@@ -193,7 +193,7 @@ const Vs = (r, t) => {
193
193
  children: Lt(c),
194
194
  ...d
195
195
  } : d;
196
- })), we = typeof window < "u" && /Firefox/.test(window.navigator.userAgent), mt = 17895697, Ce = (r, t) => {
196
+ })), we = typeof window != "undefined" && /Firefox/.test(window.navigator.userAgent), mt = 17895697, Ce = (r, t) => {
197
197
  if (!(!r && !t))
198
198
  return t ? r ? {
199
199
  ...r,
@@ -2015,7 +2015,7 @@ const wr = ({
2015
2015
  name: "@progress/kendo-react-grid",
2016
2016
  productName: "KendoReact",
2017
2017
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
2018
- publishDate: 1702652048,
2018
+ publishDate: 1705077573,
2019
2019
  version: "",
2020
2020
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
2021
2021
  }, Fr = (r) => {
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridCellsSettings } from './GridCellsSettings';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ComponentType } from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridColumnMenuColumnProps } from './GridColumnMenuColumnProps';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridFilterCellProps } from './GridFilterCellProps';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GroupDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridColumnMenuFilterBaseProps } from './GridColumnMenuFilterBaseProps';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SortDescriptor } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ComponentType, ReactElement } from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridFilterOperator } from './GridFilterOperator';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { FilterOperator } from '@progress/kendo-react-data-tools';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridFilterOperator } from './GridFilterOperator';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { HeaderCellBaseProps } from '@progress/kendo-react-data-tools';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ComponentType } from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TableSelectableMode, TableSelectableSettings } from '@progress/kendo-react-data-tools';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ColumnSortSettings, SortSettings } from '@progress/kendo-react-data-tools';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Page } from '../paging/Page';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SortDescriptor, CompositeFilterDescriptor, GroupDescriptor, State } from '@progress/kendo-data-query';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-grid",
3
- "version": "7.0.3-develop.1",
3
+ "version": "7.0.3-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",
@@ -23,18 +23,18 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-data-query": "^1.0.0",
26
- "@progress/kendo-drawing": "^1.17.2",
26
+ "@progress/kendo-drawing": "^1.19.0",
27
27
  "@progress/kendo-licensing": "^1.3.4",
28
- "@progress/kendo-react-animation": "7.0.3-develop.1",
29
- "@progress/kendo-react-buttons": "7.0.3-develop.1",
30
- "@progress/kendo-react-common": "7.0.3-develop.1",
31
- "@progress/kendo-react-data-tools": "7.0.3-develop.1",
32
- "@progress/kendo-react-dateinputs": "7.0.3-develop.1",
33
- "@progress/kendo-react-dropdowns": "7.0.3-develop.1",
34
- "@progress/kendo-react-inputs": "7.0.3-develop.1",
35
- "@progress/kendo-react-intl": "7.0.3-develop.1",
36
- "@progress/kendo-react-popup": "7.0.3-develop.1",
37
- "@progress/kendo-svg-icons": "^2.0.0",
28
+ "@progress/kendo-react-animation": "7.0.3-develop.11",
29
+ "@progress/kendo-react-buttons": "7.0.3-develop.11",
30
+ "@progress/kendo-react-common": "7.0.3-develop.11",
31
+ "@progress/kendo-react-data-tools": "7.0.3-develop.11",
32
+ "@progress/kendo-react-dateinputs": "7.0.3-develop.11",
33
+ "@progress/kendo-react-dropdowns": "7.0.3-develop.11",
34
+ "@progress/kendo-react-inputs": "7.0.3-develop.11",
35
+ "@progress/kendo-react-intl": "7.0.3-develop.11",
36
+ "@progress/kendo-react-popup": "7.0.3-develop.11",
37
+ "@progress/kendo-svg-icons": "^2.1.0",
38
38
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
39
39
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
40
40
  },
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/paging/Page.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/rows/GridRow.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/utils/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';