@progress/kendo-react-grid 14.4.1-develop.8 → 14.4.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.
- 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/GridColumnMenuFilter.js +1 -1
- package/columnMenu/GridColumnMenuFilter.mjs +43 -43
- 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,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
|
|
12
|
-
import { GridColumnMenuItemGroup as
|
|
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
|
|
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
|
|
23
|
-
const a = l.useContext(ve),
|
|
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 =
|
|
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]), [
|
|
48
|
-
const t =
|
|
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
|
-
|
|
51
|
+
P(0, t);
|
|
52
52
|
}, Y = (t) => {
|
|
53
|
-
|
|
54
|
-
},
|
|
55
|
-
const r =
|
|
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
|
-
|
|
61
|
-
...
|
|
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),
|
|
67
|
-
},
|
|
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 =
|
|
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
|
-
},
|
|
73
|
-
...
|
|
74
|
-
filters:
|
|
75
|
-
}),
|
|
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 =
|
|
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:
|
|
99
|
-
if (!
|
|
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 = $(
|
|
102
|
-
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:
|
|
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 =
|
|
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
|
-
},
|
|
121
|
+
}, b = ee, k = {
|
|
122
122
|
firstFilterProps: re,
|
|
123
123
|
secondFilterProps: ie,
|
|
124
|
-
logicData:
|
|
125
|
-
logicValue:
|
|
126
|
-
onLogicChange:
|
|
124
|
+
logicData: S.data,
|
|
125
|
+
logicValue: S.value,
|
|
126
|
+
onLogicChange: S.onChange,
|
|
127
127
|
hideSecondFilter: le
|
|
128
|
-
}, _ =
|
|
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
|
-
)} ${
|
|
136
|
-
return /* @__PURE__ */ l.createElement(
|
|
137
|
-
|
|
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:
|
|
150
|
-
filterUIProps:
|
|
149
|
+
FilterUI: b,
|
|
150
|
+
filterUIProps: k,
|
|
151
151
|
onBackView: ne,
|
|
152
152
|
adaptiveTitle: ae,
|
|
153
153
|
handleClose: oe,
|
|
154
|
-
submit:
|
|
155
|
-
clear:
|
|
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:
|
|
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
|
-
|
|
162
|
+
p as filterGroupByField,
|
|
163
163
|
Ne as isColumnMenuFilterActive,
|
|
164
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
11
|
-
import { GridRowProps } from '../interfaces/GridRowProps
|
|
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
|
|
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
|
|
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`.
|
package/components/utils.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 { GridReorderDropPosition } from '../interfaces/GridReorderDropDir
|
|
8
|
+
import { GridReorderDropPosition } from '../interfaces/GridReorderDropDir';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|