@progress/kendo-react-grid 14.4.1-develop.9 → 14.5.0-develop.1

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 (123) 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/GridColumnMenuFilter.js +1 -1
  49. package/columnMenu/GridColumnMenuFilter.mjs +43 -43
  50. package/columnMenu/GridColumnMenuFilterCell.d.ts +1 -1
  51. package/columnMenu/GridColumnMenuFilterUI.d.ts +1 -1
  52. package/columnMenu/GridColumnMenuGroup.d.ts +1 -1
  53. package/columnMenu/GridColumnMenuSort.d.ts +1 -1
  54. package/columnMenu/GridColumnMenuWrapper.d.ts +1 -1
  55. package/columnMenu/adaptiveContent/GridAdaptiveFilterMenu.d.ts +1 -1
  56. package/components/GridEditDialog.d.ts +1 -1
  57. package/components/PinnedRowsTable.d.ts +2 -2
  58. package/components/StickyGroupTable.d.ts +1 -1
  59. package/components/noRecords/GridNoRecords.d.ts +1 -1
  60. package/components/utils.d.ts +1 -1
  61. package/dist/cdn/js/kendo-react-grid.js +1 -1
  62. package/drag/ColumnResize.d.ts +1 -1
  63. package/filterCommon.d.ts +2 -2
  64. package/footer/FooterCell.d.ts +1 -1
  65. package/footer/FooterRow.d.ts +1 -1
  66. package/getRowContents.d.ts +4 -4
  67. package/header/FilterRow.d.ts +2 -2
  68. package/header/GridHeaderCell.d.ts +1 -1
  69. package/header/GridHeaderGroupSpacerCell.d.ts +1 -1
  70. package/header/GridHeaderSelectionCell.d.ts +1 -1
  71. package/header/HeaderRow.d.ts +4 -4
  72. package/index.d.mts +36 -36
  73. package/index.d.ts +36 -36
  74. package/interfaces/GridAIAssistantCommand.d.ts +1 -1
  75. package/interfaces/GridCellProps.d.ts +3 -3
  76. package/interfaces/GridCellsSettings.d.ts +9 -4
  77. package/interfaces/GridColSpanProps.d.ts +1 -1
  78. package/interfaces/GridColumnChildrenProps.d.ts +1 -1
  79. package/interfaces/GridColumnMenuBaseProps.d.ts +1 -1
  80. package/interfaces/GridColumnMenuColumnsChooserBaseProps.d.ts +2 -2
  81. package/interfaces/GridColumnMenuFilterBaseProps.d.ts +2 -2
  82. package/interfaces/GridColumnMenuFilterUIProps.d.ts +2 -2
  83. package/interfaces/GridColumnMenuGroupBaseProps.d.ts +1 -1
  84. package/interfaces/GridColumnMenuProps.d.ts +4 -4
  85. package/interfaces/GridColumnMenuSortBaseProps.d.ts +2 -2
  86. package/interfaces/GridColumnProps.d.ts +9 -9
  87. package/interfaces/GridEditDialogProps.d.ts +1 -1
  88. package/interfaces/GridFilterCellProps.d.ts +1 -1
  89. package/interfaces/GridFilterOperators.d.ts +1 -1
  90. package/interfaces/GridGroupableSettings.d.ts +1 -1
  91. package/interfaces/GridProps.d.ts +17 -17
  92. package/interfaces/GridRowProps.d.ts +2 -2
  93. package/interfaces/GridRowsSettings.d.ts +1 -1
  94. package/interfaces/VirtualScrollInterface.d.ts +1 -1
  95. package/interfaces/events.d.ts +5 -5
  96. package/interfaces/index.d.ts +6 -6
  97. package/package-metadata.js +1 -1
  98. package/package-metadata.mjs +2 -2
  99. package/package.json +17 -17
  100. package/rows/GridDetailRow.d.ts +1 -1
  101. package/rows/GridDetailRowRenderer.d.ts +1 -1
  102. package/rows/GridRow.d.ts +1 -1
  103. package/rows/GridRowRenderer.d.ts +4 -4
  104. package/sortCommon.d.ts +1 -1
  105. package/stacked/GridStackedRow.d.ts +2 -2
  106. package/stacked/StackedModeRow.d.ts +4 -4
  107. package/toolbar-tools/GridToolbarFilter.d.ts +1 -1
  108. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarFilter.d.ts +1 -1
  109. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarGroup.d.ts +1 -1
  110. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarSort.d.ts +1 -1
  111. package/toolbar-tools/smartbox/defaultConfigs.d.ts +1 -1
  112. package/toolbar-tools/smartbox/hooks/index.d.ts +1 -1
  113. package/toolbar-tools/smartbox/hooks/useSmartBoxGridState.d.ts +2 -2
  114. package/toolbar-tools/smartbox/hooks/useSmartBoxHistory.d.ts +1 -1
  115. package/toolbar-tools/smartbox/hooks/useSmartBoxModes.d.ts +1 -1
  116. package/toolbar-tools/smartbox/hooks/useSmartBoxSearch.d.ts +1 -1
  117. package/toolbar-tools/smartbox/interfaces/SearchTypes.d.ts +1 -1
  118. package/toolbar-tools/smartbox/interfaces/SmartBoxTypes.d.ts +2 -2
  119. package/toolbar-tools/smartbox/interfaces/index.d.ts +3 -3
  120. package/toolbar-tools/smartbox/utils.d.ts +1 -1
  121. package/utils/index.d.ts +9 -9
  122. package/utils/premium.d.ts +2 -2
  123. package/utils/virtualColumns.d.ts +1 -1
@@ -8,23 +8,23 @@
8
8
  "use client";
9
9
  import * as l from "react";
10
10
  import { isCompositeFilterDescriptor as R } from "@progress/kendo-data-query";
11
- import { GridColumnMenuItem as se } from "./GridColumnMenuItem.mjs";
12
- import { GridColumnMenuItemGroup as ce } from "./GridColumnMenuItemGroup.mjs";
11
+ import { GridColumnMenuItem as ce } from "./GridColumnMenuItem.mjs";
12
+ import { GridColumnMenuItemGroup as se } from "./GridColumnMenuItemGroup.mjs";
13
13
  import { GridColumnMenuItemContent as ue } from "./GridColumnMenuItemContent.mjs";
14
14
  import { useLocalization as fe } from "@progress/kendo-react-intl";
15
- import { getFilterType as $, getDefaultOperator as de, IsUnaryFilter as v, operatorMap as I, defaultHideSecondFilter as me, filterLogicList as ge, booleanFilterValues as Ce } from "../filterCommon.mjs";
15
+ import { getFilterType as $, getDefaultOperator as de, IsUnaryFilter as v, operatorMap as y, defaultHideSecondFilter as me, filterLogicList as ge, booleanFilterValues as Ce } from "../filterCommon.mjs";
16
16
  import { adaptiveColumnMenuFilterTitle as j, messages as E, filterTitle as q, filterSubmitButton as J, filterClearButton as K } from "../messages/index.mjs";
17
17
  import { GridColumnMenuFilterUI as Fe } from "./GridColumnMenuFilterUI.mjs";
18
18
  import { Button as Q } from "@progress/kendo-react-buttons";
19
19
  import { filterIcon as he } from "@progress/kendo-svg-icons";
20
20
  import { GridContext as ve } from "../utils/GridContext.mjs";
21
21
  import { GridAdaptiveFilterMenu as Ee } from "./adaptiveContent/GridAdaptiveFilterMenu.mjs";
22
- const k = (e) => e || { filters: [], logic: "and" }, x = (e, a) => k(a).filters.filter((f) => R(f) ? f.filters && f.filters.length && !f.filters.find((g) => R(g) || g.field !== e) : !1)[0] || null, Ne = (e, a) => !!x(e, a), Oe = (e) => {
23
- const a = l.useContext(ve), y = l.useCallback(() => {
22
+ const I = (e) => e || { filters: [], logic: "and" }, p = (e, a) => I(a).filters.filter((f) => R(f) ? f.filters && f.filters.length && !f.filters.find((g) => R(g) || g.field !== e) : !1)[0] || null, Ne = (e, a) => !!p(e, a), Oe = (e) => {
23
+ const a = l.useContext(ve), L = l.useCallback(() => {
24
24
  let t;
25
25
  if (e.column && e.column.field) {
26
26
  const i = $(e.column.filter), r = de(e.filterOperators, i);
27
- t = x(e.column.field, e.filter), t = t ? {
27
+ t = p(e.column.field, e.filter), t = t ? {
28
28
  ...t,
29
29
  filters: t.filters.map((n) => ({ ...n }))
30
30
  } : {
@@ -44,38 +44,38 @@ const k = (e) => e || { filters: [], logic: "and" }, x = (e, a) => k(a).filters.
44
44
  }, t.filters.filter((n) => n.field === e.column.field).length === 1 && t.filters.splice(1, 0, { field: e.column.field, operator: r });
45
45
  }
46
46
  return t;
47
- }, [e.column]), [p, f] = l.useState(e.expanded || !1), [g, M] = l.useState(!1), [s, L] = l.useState(y()), T = () => e.expanded !== void 0, W = () => {
48
- const t = T(), i = !(t ? e.expanded : p);
47
+ }, [e.column]), [x, f] = l.useState(e.expanded || !1), [g, M] = l.useState(!1), [c, T] = l.useState(L()), D = () => e.expanded !== void 0, W = () => {
48
+ const t = D(), i = !(t ? e.expanded : x);
49
49
  e.onExpandChange && e.onExpandChange(i), M(!g), !t && !a.mobileMode && f(i);
50
50
  }, X = (t) => {
51
- D(0, t);
51
+ P(0, t);
52
52
  }, Y = (t) => {
53
- D(1, t);
54
- }, D = (t, i) => {
55
- const r = s.filters.map((n, o) => o === t ? {
53
+ P(1, t);
54
+ }, P = (t, i) => {
55
+ const r = c.filters.map((n, o) => o === t ? {
56
56
  ...n,
57
57
  value: i.value,
58
58
  operator: i.operator
59
59
  } : n);
60
- L({
61
- ...s,
60
+ T({
61
+ ...c,
62
62
  filters: r
63
63
  });
64
64
  }, Z = (t) => {
65
65
  let i = t.target.value;
66
- t.target.tagName === "SPAN" && (i = t.target.parentElement.value), L({ ...s, logic: i });
67
- }, P = (t) => {
66
+ t.target.tagName === "SPAN" && (i = t.target.parentElement.value), T({ ...c, logic: i });
67
+ }, N = (t) => {
68
68
  if (t.preventDefault(), !e.onFilterChange)
69
69
  return;
70
- const i = e.column.field, r = k(e.filter), n = x(i, e.filter), o = r.filters.filter((m) => m !== n);
70
+ const i = e.column.field, r = I(e.filter), n = p(i, e.filter), o = r.filters.filter((m) => m !== n);
71
71
  o.length ? e.onFilterChange({ ...r, filters: o }, t) : e.onFilterChange(null, t), e.onCloseMenu && e.onCloseMenu();
72
- }, N = () => ({
73
- ...s,
74
- filters: s.filters.filter((t) => t.value !== void 0 && t.value !== null && t.value !== "" || t.value === null && t.operator)
75
- }), O = (t) => {
72
+ }, O = () => ({
73
+ ...c,
74
+ filters: c.filters.filter((t) => t.value !== void 0 && t.value !== null && t.value !== "" || t.value === null && t.operator)
75
+ }), G = (t) => {
76
76
  if (t.preventDefault(), !e.onFilterChange)
77
77
  return;
78
- const i = e.column.field, r = k(e.filter), n = x(i, e.filter), o = N();
78
+ const i = e.column.field, r = I(e.filter), n = p(i, e.filter), o = O();
79
79
  let m = null;
80
80
  if (n && o.filters.length > 0) {
81
81
  const F = r.filters.map((h) => h === n ? o : h);
@@ -95,11 +95,11 @@ const k = (e) => e || { filters: [], logic: "and" }, x = (e, a) => k(a).filters.
95
95
  filters: [...r.filters, o]
96
96
  };
97
97
  e.onFilterChange(m, t), e.onCloseMenu && e.onCloseMenu();
98
- }, { column: c, filterUI: ee, hideSecondFilter: V, filterOperators: te } = e, u = fe();
99
- if (!c || !c.field)
98
+ }, { column: s, filterUI: ee, hideSecondFilter: V, filterOperators: te } = e, u = fe();
99
+ if (!s || !s.field)
100
100
  return /* @__PURE__ */ l.createElement("div", null);
101
- const C = $(c.filter), le = V !== void 0 ? V : me[C], d = s.filters, A = I(te[C], u), B = I(Ce, u), re = {
102
- field: c.field,
101
+ const C = $(s.filter), le = V !== void 0 ? V : me[C], d = c.filters, A = y(te[C], u), B = y(Ce, u), re = {
102
+ field: s.field,
103
103
  value: d[0].value,
104
104
  operator: d[0].operator,
105
105
  operators: A,
@@ -107,34 +107,34 @@ const k = (e) => e || { filters: [], logic: "and" }, x = (e, a) => k(a).filters.
107
107
  onChange: X,
108
108
  filterType: C
109
109
  }, ie = {
110
- field: c.field,
110
+ field: s.field,
111
111
  value: d[1].value,
112
112
  operator: d[1].operator,
113
113
  operators: A,
114
114
  booleanValues: B,
115
115
  onChange: Y,
116
116
  filterType: C
117
- }, U = s.logic, w = I(ge, u), G = {
117
+ }, U = c.logic, w = y(ge, u), S = {
118
118
  value: w.find((t) => t.operator === (U === null ? "" : U)),
119
119
  onChange: Z,
120
120
  data: w
121
- }, S = ee, b = {
121
+ }, b = ee, k = {
122
122
  firstFilterProps: re,
123
123
  secondFilterProps: ie,
124
- logicData: G.data,
125
- logicValue: G.value,
126
- onLogicChange: G.onChange,
124
+ logicData: S.data,
125
+ logicValue: S.value,
126
+ onLogicChange: S.onChange,
127
127
  hideSecondFilter: le
128
- }, _ = N().filters.length !== 0 || v(d[0].operator) || v(d[1].operator), z = T() ? e.expanded : p, H = e.alwaysExpand && !a.mobileMode, ne = () => {
128
+ }, _ = O().filters.length !== 0 || v(d[0].operator) || v(d[1].operator), z = D() ? e.expanded : x, H = e.alwaysExpand && !a.mobileMode, ne = () => {
129
129
  M(!1);
130
130
  }, oe = () => {
131
131
  M(!1), e.onCloseMenu && e.onCloseMenu();
132
132
  }, ae = `${u.toLanguageString(
133
133
  j,
134
134
  E[j]
135
- )} ${c.title || c.field}`;
136
- return /* @__PURE__ */ l.createElement(ce, null, !H && /* @__PURE__ */ l.createElement("div", { className: "k-expander" }, /* @__PURE__ */ l.createElement(
137
- se,
135
+ )} ${s.title || s.field}`;
136
+ return /* @__PURE__ */ l.createElement(se, null, !H && /* @__PURE__ */ l.createElement("div", { className: "k-expander" }, /* @__PURE__ */ l.createElement(
137
+ ce,
138
138
  {
139
139
  title: u.toLanguageString(q, E[q]),
140
140
  iconClass: "k-i-filter",
@@ -146,20 +146,20 @@ const k = (e) => e || { filters: [], logic: "and" }, x = (e, a) => k(a).filters.
146
146
  )), a.mobileMode && g ? /* @__PURE__ */ l.createElement(
147
147
  Ee,
148
148
  {
149
- FilterUI: S,
150
- filterUIProps: b,
149
+ FilterUI: b,
150
+ filterUIProps: k,
151
151
  onBackView: ne,
152
152
  adaptiveTitle: ae,
153
153
  handleClose: oe,
154
- submit: O,
155
- clear: P,
154
+ submit: G,
155
+ clear: N,
156
156
  isFilterValid: _
157
157
  }
158
- ) : /* @__PURE__ */ l.createElement(ue, { show: (H || !!z) && !a.mobileMode }, /* @__PURE__ */ l.createElement("form", { className: "k-filter-menu", onSubmit: O, onReset: P }, /* @__PURE__ */ l.createElement("div", { className: "k-filter-menu-container" }, S ? /* @__PURE__ */ l.createElement(S, { ...b }) : /* @__PURE__ */ l.createElement(Fe, { ...b }), /* @__PURE__ */ l.createElement("div", { className: "k-actions k-actions-stretched" }, /* @__PURE__ */ l.createElement(Q, { themeColor: "primary", disabled: !_ }, u.toLanguageString(J, E[J])), /* @__PURE__ */ l.createElement(Q, { type: "reset" }, u.toLanguageString(K, E[K])))))));
158
+ ) : /* @__PURE__ */ l.createElement(ue, { show: (H || !!z) && !a.mobileMode }, /* @__PURE__ */ l.createElement("form", { className: "k-filter-menu", onSubmit: G, onReset: N }, /* @__PURE__ */ l.createElement("div", { className: "k-filter-menu-container" }, b ? /* @__PURE__ */ l.createElement(b, { ...k }) : /* @__PURE__ */ l.createElement(Fe, { ...k }), /* @__PURE__ */ l.createElement("div", { className: "k-actions k-actions-stretched" }, /* @__PURE__ */ l.createElement(Q, { type: "button", themeColor: "primary", disabled: !_, onClick: G }, u.toLanguageString(J, E[J])), /* @__PURE__ */ l.createElement(Q, { type: "reset" }, u.toLanguageString(K, E[K])))))));
159
159
  };
160
160
  export {
161
161
  Oe as GridColumnMenuFilter,
162
- x as filterGroupByField,
162
+ p as filterGroupByField,
163
163
  Ne as isColumnMenuFilterActive,
164
- k as rootFilterOrDefault
164
+ I as rootFilterOrDefault
165
165
  };
@@ -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 { GridFilterOperator } from '../interfaces/GridFilterOperator.js';
8
+ import { GridFilterOperator } from '../interfaces/GridFilterOperator';
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 { GridColumnMenuFilterUIProps } from '../interfaces/GridColumnMenuFilterUIProps.js';
8
+ import { GridColumnMenuFilterUIProps } from '../interfaces/GridColumnMenuFilterUIProps';
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 { GridColumnMenuGroupBaseProps } from '../interfaces/GridColumnMenuGroupBaseProps.js';
8
+ import { GridColumnMenuGroupBaseProps } from '../interfaces/GridColumnMenuGroupBaseProps';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * The props of the GridColumnMenuGroup component.
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { SortDescriptor } from '@progress/kendo-data-query';
9
- import { GridColumnMenuSortBaseProps } from '../interfaces/GridColumnMenuSortBaseProps.js';
9
+ import { GridColumnMenuSortBaseProps } from '../interfaces/GridColumnMenuSortBaseProps';
10
10
  import * as React from 'react';
11
11
  /**
12
12
  * Can be used to check if sorting is applied to a specific field ([see example](https://www.telerik.com/kendo-react-ui/components/grid/columns/column-menu#toc-styling-the-column-menu-icon)). Useful for creating active sort indicators.
@@ -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 { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps.js';
8
+ import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps';
9
9
  import { SVGIcon } from '@progress/kendo-react-common';
10
10
  import * as React from 'react';
11
11
  /**
@@ -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 { GridColumnMenuFilterUIProps } from '../../interfaces/GridColumnMenuFilterUIProps.js';
8
+ import { GridColumnMenuFilterUIProps } from '../../interfaces/GridColumnMenuFilterUIProps';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * @hidden
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { ExtendedColumnProps } from '../GridColumn.js';
9
- import { GridEditDialogProps as CustomEditDialogProps } from '../interfaces/GridEditDialogProps.js';
9
+ import { GridEditDialogProps as CustomEditDialogProps } from '../interfaces/GridEditDialogProps';
10
10
  import * as React from 'react';
11
11
  /**
12
12
  * @hidden
@@ -7,8 +7,8 @@
7
7
  */
8
8
  import { EditDescriptor } from '@progress/kendo-react-data-tools';
9
9
  import { DataRowContext } from '../getRowContents.js';
10
- import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings.js';
11
- import { GridRowProps } from '../interfaces/GridRowProps.js';
10
+ import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings';
11
+ import { GridRowProps } from '../interfaces/GridRowProps';
12
12
  import * as React from 'react';
13
13
  /**
14
14
  * Represents the PinnedRowsTable handle.
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { DataRowContext } from '../getRowContents.js';
9
- import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings.js';
9
+ import { GridStackedLayoutSettings } from '../interfaces/GridStackedLayoutSettings';
10
10
  import * as React from 'react';
11
11
  /**
12
12
  * Represents the StickyGroupTable handle.
@@ -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 { GridNoRecordsProps } from '../../interfaces/GridNoRecordsProps.js';
8
+ import { GridNoRecordsProps } from '../../interfaces/GridNoRecordsProps';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the GridNoRecords component. The component is rendered when the `data` property of the Grid is empty or `null`.
@@ -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 { GridReorderDropPosition } from '../interfaces/GridReorderDropDir.js';
8
+ import { GridReorderDropPosition } from '../interfaces/GridReorderDropDir';
9
9
  /**
10
10
  * @hidden
11
11
  */