@progress/kendo-react-grid 14.4.1-develop.13 → 14.4.1-develop.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Grid.d.ts +2 -2
- package/GridClientContextReader.d.ts +1 -1
- package/GridClientWrapper.d.ts +1 -1
- package/GridColumn.d.ts +2 -2
- package/GridComponent.d.ts +1 -1
- package/GridState.d.ts +1 -1
- package/GridToolbar.d.ts +1 -1
- package/StatusBar.d.ts +3 -3
- package/VirtualScroll.d.ts +2 -2
- package/cells/GridFilterCell.d.ts +1 -1
- package/cells/datacell/GridCell.d.ts +1 -1
- package/cells/datacell/GridCellServer.d.ts +1 -1
- package/cells/datacell/useCellClientTdProps.d.ts +1 -1
- package/cells/datacell/utils.d.ts +1 -1
- package/cells/detailcell/GridDetailCell.d.ts +1 -1
- package/cells/editcell/GridEditCell.d.ts +1 -1
- package/cells/editcell/GridEditCellServer.d.ts +1 -1
- package/cells/editcell/useEditCellClientTdProps.d.ts +1 -1
- package/cells/editcell/utils.d.ts +1 -1
- package/cells/groupcell/GridGroupCell.d.ts +1 -1
- package/cells/groupcell/GridGroupCellServer.d.ts +1 -1
- package/cells/groupcell/GridGroupCellToggle.d.ts +1 -1
- package/cells/groupcell/useGroupCellClientTdProps.d.ts +1 -1
- package/cells/groupcell/utils.d.ts +1 -1
- package/cells/hierarchycell/GridHierarchyCell.d.ts +1 -1
- package/cells/hierarchycell/GridHierarchyCellServer.d.ts +1 -1
- package/cells/hierarchycell/GridHierarchyCellToggle.d.ts +1 -1
- package/cells/hierarchycell/useHierarchyCellClientTdProps.d.ts +1 -1
- package/cells/hierarchycell/utils.d.ts +1 -1
- package/cells/hooks.d.ts +1 -1
- package/cells/pincell/GridPinCell.d.ts +1 -1
- package/cells/pincell/GridPinCellServer.d.ts +1 -1
- package/cells/pincell/useGridPinCellClientTdProps.d.ts +1 -1
- package/cells/pincell/utils.d.ts +1 -1
- package/cells/rowreordercell/GridRowReorderCell.d.ts +1 -1
- package/cells/rowreordercell/GridRowReorderCellServer.d.ts +1 -1
- package/cells/rowreordercell/useRowReorderCellClientTdProps.d.ts +1 -1
- package/cells/rowreordercell/utils.d.ts +1 -1
- package/cells/selectioncell/GridSelectionCell.d.ts +1 -1
- package/cells/selectioncell/GridSelectionCellInput.d.ts +1 -1
- package/cells/selectioncell/GridSelectionCellServer.d.ts +1 -1
- package/cells/selectioncell/useSelectionCellClientTdProps.d.ts +1 -1
- package/cells/selectioncell/utils.d.ts +1 -1
- package/columnMenu/GridColumnMenuCheckboxFilter.d.ts +1 -1
- package/columnMenu/GridColumnMenuColumnsChooser.d.ts +1 -1
- package/columnMenu/GridColumnMenuColumnsList.d.ts +1 -1
- package/columnMenu/GridColumnMenuFilter.d.ts +2 -2
- package/columnMenu/GridColumnMenuFilterCell.d.ts +1 -1
- package/columnMenu/GridColumnMenuFilterUI.d.ts +1 -1
- package/columnMenu/GridColumnMenuGroup.d.ts +1 -1
- package/columnMenu/GridColumnMenuSort.d.ts +1 -1
- package/columnMenu/GridColumnMenuWrapper.d.ts +1 -1
- package/columnMenu/adaptiveContent/GridAdaptiveFilterMenu.d.ts +1 -1
- package/components/GridEditDialog.d.ts +1 -1
- package/components/PinnedRowsTable.d.ts +2 -2
- package/components/StickyGroupTable.d.ts +1 -1
- package/components/noRecords/GridNoRecords.d.ts +1 -1
- package/components/utils.d.ts +1 -1
- package/dist/cdn/js/kendo-react-grid.js +1 -1
- package/drag/ColumnResize.d.ts +1 -1
- package/filterCommon.d.ts +2 -2
- package/footer/FooterCell.d.ts +1 -1
- package/footer/FooterRow.d.ts +1 -1
- package/getRowContents.d.ts +4 -4
- package/header/FilterRow.d.ts +2 -2
- package/header/GridHeaderCell.d.ts +1 -1
- package/header/GridHeaderGroupSpacerCell.d.ts +1 -1
- package/header/GridHeaderSelectionCell.d.ts +1 -1
- package/header/HeaderRow.d.ts +4 -4
- package/index.d.mts +36 -36
- package/index.d.ts +36 -36
- package/interfaces/GridAIAssistantCommand.d.ts +1 -1
- package/interfaces/GridCellProps.d.ts +3 -3
- package/interfaces/GridCellsSettings.d.ts +4 -4
- package/interfaces/GridColSpanProps.d.ts +1 -1
- package/interfaces/GridColumnChildrenProps.d.ts +1 -1
- package/interfaces/GridColumnMenuBaseProps.d.ts +1 -1
- package/interfaces/GridColumnMenuColumnsChooserBaseProps.d.ts +2 -2
- package/interfaces/GridColumnMenuFilterBaseProps.d.ts +2 -2
- package/interfaces/GridColumnMenuFilterUIProps.d.ts +2 -2
- package/interfaces/GridColumnMenuGroupBaseProps.d.ts +1 -1
- package/interfaces/GridColumnMenuProps.d.ts +4 -4
- package/interfaces/GridColumnMenuSortBaseProps.d.ts +2 -2
- package/interfaces/GridColumnProps.d.ts +8 -8
- package/interfaces/GridEditDialogProps.d.ts +1 -1
- package/interfaces/GridFilterCellProps.d.ts +1 -1
- package/interfaces/GridFilterOperators.d.ts +1 -1
- package/interfaces/GridGroupableSettings.d.ts +1 -1
- package/interfaces/GridProps.d.ts +17 -17
- package/interfaces/GridRowProps.d.ts +2 -2
- package/interfaces/GridRowsSettings.d.ts +1 -1
- package/interfaces/VirtualScrollInterface.d.ts +1 -1
- package/interfaces/events.d.ts +5 -5
- package/interfaces/index.d.ts +6 -6
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +17 -17
- package/rows/GridDetailRow.d.ts +1 -1
- package/rows/GridDetailRowRenderer.d.ts +1 -1
- package/rows/GridRow.d.ts +1 -1
- package/rows/GridRowRenderer.d.ts +4 -4
- package/sortCommon.d.ts +1 -1
- package/stacked/GridStackedRow.d.ts +2 -2
- package/stacked/StackedModeRow.d.ts +4 -4
- package/toolbar-tools/GridToolbarFilter.d.ts +1 -1
- package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarFilter.d.ts +1 -1
- package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarGroup.d.ts +1 -1
- package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarSort.d.ts +1 -1
- package/toolbar-tools/smartbox/defaultConfigs.d.ts +1 -1
- package/toolbar-tools/smartbox/hooks/index.d.ts +1 -1
- package/toolbar-tools/smartbox/hooks/useSmartBoxGridState.d.ts +2 -2
- package/toolbar-tools/smartbox/hooks/useSmartBoxHistory.d.ts +1 -1
- package/toolbar-tools/smartbox/hooks/useSmartBoxModes.d.ts +1 -1
- package/toolbar-tools/smartbox/hooks/useSmartBoxSearch.d.ts +1 -1
- package/toolbar-tools/smartbox/interfaces/SearchTypes.d.ts +1 -1
- package/toolbar-tools/smartbox/interfaces/SmartBoxTypes.d.ts +2 -2
- package/toolbar-tools/smartbox/interfaces/index.d.ts +3 -3
- package/toolbar-tools/smartbox/utils.d.ts +1 -1
- package/utils/index.d.ts +9 -9
- package/utils/premium.d.ts +2 -2
- package/utils/virtualColumns.d.ts +1 -1
package/drag/ColumnResize.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
9
|
-
import { GridColumnState } from '../interfaces/GridColumnState
|
|
9
|
+
import { GridColumnState } from '../interfaces/GridColumnState';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
package/filterCommon.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { LocalizationService, IntlService } from '@progress/kendo-react-intl';
|
|
9
|
-
import { GridFilterOperators } from './interfaces/GridFilterOperators
|
|
10
|
-
import { GridFilterOperator } from './interfaces/GridFilterOperator
|
|
9
|
+
import { GridFilterOperators } from './interfaces/GridFilterOperators';
|
|
10
|
+
import { GridFilterOperator } from './interfaces/GridFilterOperator';
|
|
11
11
|
import { CompositeFilterDescriptor, FilterDescriptor } from '@progress/kendo-data-query';
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
/**
|
package/footer/FooterCell.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
9
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
9
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
package/footer/FooterRow.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
9
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
9
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
package/getRowContents.d.ts
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
import { EditDescriptor } from '@progress/kendo-react-data-tools';
|
|
9
9
|
import { ExtendedColumnProps } from './GridColumn.js';
|
|
10
10
|
import { DataItemWrapper } from './utils/index.js';
|
|
11
|
-
import { GridCellProps } from './interfaces/GridCellProps
|
|
12
|
-
import { GridCellRenderModel } from './interfaces/GridCellRenderModel
|
|
13
|
-
import { GridColumnState } from './interfaces/GridColumnState
|
|
14
|
-
import { GridCellsSettings } from './interfaces/GridCellsSettings
|
|
11
|
+
import { GridCellProps } from './interfaces/GridCellProps';
|
|
12
|
+
import { GridCellRenderModel } from './interfaces/GridCellRenderModel';
|
|
13
|
+
import { GridColumnState } from './interfaces/GridColumnState';
|
|
14
|
+
import { GridCellsSettings } from './interfaces/GridCellsSettings';
|
|
15
15
|
import { IntlService, LocalizationService } from '@progress/kendo-react-intl';
|
|
16
16
|
import { SortDescriptor } from '@progress/kendo-data-query';
|
|
17
17
|
import * as React from 'react';
|
package/header/FilterRow.d.ts
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
import { CompositeFilterDescriptor, SortDescriptor } from '@progress/kendo-data-query';
|
|
9
9
|
import { LocalizationService } from '@progress/kendo-react-intl';
|
|
10
10
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
11
|
-
import { GridFilterOperators } from '../interfaces/GridFilterOperators
|
|
12
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
11
|
+
import { GridFilterOperators } from '../interfaces/GridFilterOperators';
|
|
12
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
/**
|
|
15
15
|
* @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 { GridHeaderCellProps } from '../interfaces/GridHeaderCellProps
|
|
8
|
+
import { GridHeaderCellProps } from '../interfaces/GridHeaderCellProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @example
|
|
@@ -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 { GridHeaderCellProps } from '../interfaces/GridHeaderCellProps
|
|
8
|
+
import { GridHeaderCellProps } from '../interfaces/GridHeaderCellProps';
|
|
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 { GridHeaderCellProps } from '../interfaces/GridHeaderCellProps
|
|
8
|
+
import { GridHeaderCellProps } from '../interfaces/GridHeaderCellProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
package/header/HeaderRow.d.ts
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridSortSettings } from '../interfaces/GridSortSettings
|
|
8
|
+
import { GridSortSettings } from '../interfaces/GridSortSettings';
|
|
9
9
|
import { SortDescriptor, CompositeFilterDescriptor, GroupDescriptor } from '@progress/kendo-data-query';
|
|
10
10
|
import { ColumnDraggableProps } from '../drag/ColumnDraggable.js';
|
|
11
11
|
import { ExtendedColumnProps } from '../GridColumn.js';
|
|
12
|
-
import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps
|
|
13
|
-
import { GridFilterOperators } from '../interfaces/GridFilterOperators
|
|
12
|
+
import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps';
|
|
13
|
+
import { GridFilterOperators } from '../interfaces/GridFilterOperators';
|
|
14
14
|
import { GridClassStructure, SVGIcon } from '@progress/kendo-react-common';
|
|
15
15
|
import { LocalizationService } from '@progress/kendo-react-intl';
|
|
16
|
-
import { GridCellsSettings } from '../interfaces/GridCellsSettings
|
|
16
|
+
import { GridCellsSettings } from '../interfaces/GridCellsSettings';
|
|
17
17
|
import { GridColumnState } from '../interfaces/index.js';
|
|
18
18
|
import * as React from 'react';
|
|
19
19
|
/**
|
package/index.d.mts
CHANGED
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Grid, GridHandle } from './Grid.js';
|
|
9
|
-
import { GridProps, GridCSVExportOptions } from './interfaces/GridProps
|
|
9
|
+
import { GridProps, GridCSVExportOptions } from './interfaces/GridProps';
|
|
10
10
|
import { GridColumn } from './GridColumn.js';
|
|
11
|
-
import { GridColumnProps } from './interfaces/GridColumnProps
|
|
12
|
-
import { GridColSpanProps } from './interfaces/GridColSpanProps
|
|
13
|
-
import { GridColumnChildrenProps } from './interfaces/GridColumnChildrenProps
|
|
14
|
-
import { GridColumnMenuColumnProps } from './interfaces/GridColumnMenuColumnProps
|
|
15
|
-
import { GridRowType } from './interfaces/GridRowType
|
|
16
|
-
import { GridColumnMenuProps } from './interfaces/GridColumnMenuProps
|
|
11
|
+
import { GridColumnProps } from './interfaces/GridColumnProps';
|
|
12
|
+
import { GridColSpanProps } from './interfaces/GridColSpanProps';
|
|
13
|
+
import { GridColumnChildrenProps } from './interfaces/GridColumnChildrenProps';
|
|
14
|
+
import { GridColumnMenuColumnProps } from './interfaces/GridColumnMenuColumnProps';
|
|
15
|
+
import { GridRowType } from './interfaces/GridRowType';
|
|
16
|
+
import { GridColumnMenuProps } from './interfaces/GridColumnMenuProps';
|
|
17
17
|
import { GridColumnMenuWrapper, GridColumnMenuWrapperProps } from './columnMenu/GridColumnMenuWrapper.js';
|
|
18
18
|
import { GridColumnMenuGroup } from './columnMenu/GridColumnMenuGroup.js';
|
|
19
19
|
import { GridColumnMenuSort, isColumnMenuSortActive } from './columnMenu/GridColumnMenuSort.js';
|
|
@@ -23,32 +23,32 @@ import { GridColumnMenuFilterCell, GridColumnMenuFilterCellProps } from './colum
|
|
|
23
23
|
import { GridColumnMenuCheckboxFilter, GridColumnMenuCheckboxFilterProps } from './columnMenu/GridColumnMenuCheckboxFilter.js';
|
|
24
24
|
import { GridColumnMenuColumnsList, GridColumnMenuColumnsListProps } from './columnMenu/GridColumnMenuColumnsList.js';
|
|
25
25
|
import { GridColumnMenuColumnsChooser, GridColumnMenuColumnsChooserProps } from './columnMenu/GridColumnMenuColumnsChooser.js';
|
|
26
|
-
import { GridCellProps } from './interfaces/GridCellProps
|
|
27
|
-
import { GridEditDialogProps } from './interfaces/GridEditDialogProps
|
|
26
|
+
import { GridCellProps } from './interfaces/GridCellProps';
|
|
27
|
+
import { GridEditDialogProps } from './interfaces/GridEditDialogProps';
|
|
28
28
|
import { GridCell } from './cells/datacell/GridCell.js';
|
|
29
29
|
import { GridEditCell } from './cells/editcell/GridEditCell.js';
|
|
30
30
|
import { GridGroupCell } from './cells/groupcell/GridGroupCell.js';
|
|
31
31
|
import { GridHierarchyCell } from './cells/hierarchycell/GridHierarchyCell.js';
|
|
32
32
|
import { GridFilterCell } from './cells/GridFilterCell.js';
|
|
33
|
-
import { GridFilterCellProps } from './interfaces/GridFilterCellProps
|
|
34
|
-
import { GridReorderDropPosition } from './interfaces/GridReorderDropDir
|
|
35
|
-
import { GridDataType } from './interfaces/GridDataType
|
|
36
|
-
import { GridRowReorderSettings } from './interfaces/GridRowReorderSettings
|
|
37
|
-
import { GridColumnType } from './interfaces/ColumnType
|
|
38
|
-
import { GridRowReorderEvent, GridRowPinChangeEvent } from './interfaces/events
|
|
39
|
-
import { GridFilterOperators } from './interfaces/GridFilterOperators
|
|
40
|
-
import { GridFilterOperator } from './interfaces/GridFilterOperator
|
|
33
|
+
import { GridFilterCellProps } from './interfaces/GridFilterCellProps';
|
|
34
|
+
import { GridReorderDropPosition } from './interfaces/GridReorderDropDir';
|
|
35
|
+
import { GridDataType } from './interfaces/GridDataType';
|
|
36
|
+
import { GridRowReorderSettings } from './interfaces/GridRowReorderSettings';
|
|
37
|
+
import { GridColumnType } from './interfaces/ColumnType';
|
|
38
|
+
import { GridRowReorderEvent, GridRowPinChangeEvent } from './interfaces/events';
|
|
39
|
+
import { GridFilterOperators } from './interfaces/GridFilterOperators';
|
|
40
|
+
import { GridFilterOperator } from './interfaces/GridFilterOperator';
|
|
41
41
|
import { GridHeaderCell } from './header/GridHeaderCell.js';
|
|
42
|
-
import { GridHeaderCellProps } from './interfaces/GridHeaderCellProps
|
|
42
|
+
import { GridHeaderCellProps } from './interfaces/GridHeaderCellProps';
|
|
43
43
|
import { GridSelectionCell } from './cells/selectioncell/GridSelectionCell.js';
|
|
44
44
|
import { GridPinCell } from './cells/pincell/GridPinCell.js';
|
|
45
45
|
import { GridHeaderPinCell } from './header/client/GridHeaderPinCell.js';
|
|
46
46
|
import { GridDetailRow } from './rows/GridDetailRow.js';
|
|
47
|
-
import { GridDetailRowProps } from './interfaces/GridDetailRowProps
|
|
47
|
+
import { GridDetailRowProps } from './interfaces/GridDetailRowProps';
|
|
48
48
|
import { GridRow } from './rows/GridRow.js';
|
|
49
|
-
import { GridRowProps } from './interfaces/GridRowProps
|
|
49
|
+
import { GridRowProps } from './interfaces/GridRowProps';
|
|
50
50
|
import { GridToolbar } from './GridToolbar.js';
|
|
51
|
-
import { GridToolbarProps } from './interfaces/GridToolbarProps
|
|
51
|
+
import { GridToolbarProps } from './interfaces/GridToolbarProps';
|
|
52
52
|
import { GridToolbarSpacer, GridToolbarSpacerProps } from './toolbar-tools/GridToolbarSpacer.js';
|
|
53
53
|
import { GridToolbarSeparator, GridToolbarSeparatorProps } from './toolbar-tools/GridToolbarSeparator.js';
|
|
54
54
|
import { GridToolbarCheckboxFilter, GridToolbarCheckboxFilterProps } from './toolbar-tools/GridToolbarCheckboxFilter.js';
|
|
@@ -59,31 +59,31 @@ import { GridToolbarGroup, GridToolbarGroupProps } from './toolbar-tools/GridToo
|
|
|
59
59
|
import { GridToolbarAIAssistant, GridToolbarAIAssistantHandle, GridToolbarAIAssistantProps, GridToolbarAIAssistantRequestData } from './toolbar-tools/GridToolbarAIAssistant.js';
|
|
60
60
|
import { GridAIPrompt, GridAIPromptProps } from './toolbar-tools/ai-tool/GridAIPrompt.js';
|
|
61
61
|
import { GridNoRecords } from './components/noRecords/GridNoRecords.js';
|
|
62
|
-
import { GridNoRecordsProps } from './interfaces/GridNoRecordsProps
|
|
63
|
-
import { GridSortSettings } from './interfaces/GridSortSettings
|
|
62
|
+
import { GridNoRecordsProps } from './interfaces/GridNoRecordsProps';
|
|
63
|
+
import { GridSortSettings } from './interfaces/GridSortSettings';
|
|
64
64
|
import { GridPagerSettings } from './paging/GridPagerSettings.js';
|
|
65
|
-
import { GridGroupableSettings } from './interfaces/GridGroupableSettings
|
|
65
|
+
import { GridGroupableSettings } from './interfaces/GridGroupableSettings';
|
|
66
66
|
import { GridColumnMenuItem } from './columnMenu/GridColumnMenuItem.js';
|
|
67
67
|
import { GridColumnMenuItemContent } from './columnMenu/GridColumnMenuItemContent.js';
|
|
68
68
|
import { GridColumnMenuItemGroup } from './columnMenu/GridColumnMenuItemGroup.js';
|
|
69
|
-
import { GridFooterCellProps } from './interfaces/GridFooterCellProps
|
|
70
|
-
import { GridSelectableMode, GridSelectableSettings } from './interfaces/GridSelectableSettings
|
|
71
|
-
import { GridColumnMenuFilterUIProps } from './interfaces/GridColumnMenuFilterUIProps
|
|
69
|
+
import { GridFooterCellProps } from './interfaces/GridFooterCellProps';
|
|
70
|
+
import { GridSelectableMode, GridSelectableSettings } from './interfaces/GridSelectableSettings';
|
|
71
|
+
import { GridColumnMenuFilterUIProps } from './interfaces/GridColumnMenuFilterUIProps';
|
|
72
72
|
import { GRID_COL_INDEX_ATTRIBUTE, GRID_ROW_INDEX_ATTRIBUTE, GRID_PREVENT_SELECTION_ELEMENT } from './constants/index.js';
|
|
73
73
|
import { getSelectedState, getSelectedStateFromKeyDown, setSelectedState } from '@progress/kendo-react-data-tools';
|
|
74
74
|
import { CommonDragLogic as GridCommonDragLogic } from './drag/CommonDragLogic.js';
|
|
75
75
|
import { cellBoolDropdownChange, cellInputChange, cellOperatorChange, booleanFilterValues, operators, combineSmartFilters, parseFilterDates } from './filterCommon.js';
|
|
76
|
-
import { GridRowSpannableSettings } from './interfaces/GridRowSpannableSettings
|
|
77
|
-
import { GridColumnState } from './interfaces/GridColumnState
|
|
78
|
-
import { CompositeHighlightDescriptor } from './interfaces/CompositeHighlightDescriptor
|
|
79
|
-
import { GridHighlightDescriptor } from './interfaces/GridHighlightDescriptor
|
|
76
|
+
import { GridRowSpannableSettings } from './interfaces/GridRowSpannableSettings';
|
|
77
|
+
import { GridColumnState } from './interfaces/GridColumnState';
|
|
78
|
+
import { CompositeHighlightDescriptor } from './interfaces/CompositeHighlightDescriptor';
|
|
79
|
+
import { GridHighlightDescriptor } from './interfaces/GridHighlightDescriptor';
|
|
80
80
|
import { handleAIResponse, GridAIState, GridAIResponseResult } from './utils/handleAIResponse.js';
|
|
81
81
|
import { useGridAIRequest, GridAIRequestData, UseGridAIRequestOptions, UseGridAIRequestReturn } from './hooks/useGridAIRequest.js';
|
|
82
|
-
import { GridAIAssistantCommand } from './interfaces/GridAIAssistantCommand
|
|
82
|
+
import { GridAIAssistantCommand } from './interfaces/GridAIAssistantCommand';
|
|
83
83
|
import { GridAICommands } from './interfaces/GridAICommands.js';
|
|
84
|
-
export * from './interfaces/events
|
|
85
|
-
export * from './interfaces/GridCellsSettings
|
|
86
|
-
export * from './interfaces/GridRowsSettings
|
|
84
|
+
export * from './interfaces/events';
|
|
85
|
+
export * from './interfaces/GridCellsSettings';
|
|
86
|
+
export * from './interfaces/GridRowsSettings';
|
|
87
87
|
export { messages as gridMessages, pagerInfo, pagerFirstPage, pagerPreviousPage, pagerNextPage, pagerLastPage, pagerItemPerPage } from './messages/index.js';
|
|
88
88
|
export * from './StatusBar.js';
|
|
89
89
|
export * from './contextMenu/GridContextMenu.js';
|
|
@@ -94,4 +94,4 @@ export * from './GridCsvExportButton.js';
|
|
|
94
94
|
export * from './toolbar-tools/smartbox/index.js';
|
|
95
95
|
export { CompositeHighlightDescriptor, Grid, GridHandle, GridHighlightDescriptor, GridProps, GridColumn, GridColumnProps, GridColSpanProps, GridEditDialogProps, GridColumnChildrenProps, GridCellProps, GridColumnType, GridRowReorderEvent, GridDataType, GridRowReorderSettings, GridCell, GridEditCell, GridGroupCell, GridHierarchyCell, GridDetailRow, GridDetailRowProps, GridRow, GridRowProps, GridFilterCell, GridFilterCellProps, GridHeaderCell, GridHeaderCellProps, GridSelectionCell, GridColumnMenuProps, GridReorderDropPosition, GridColumnMenuSort, GridColumnMenuFilter, GridColumnMenuGroup, GridColumnMenuItem, GridColumnMenuItemContent, GridColumnMenuItemGroup, GridColumnMenuFilterUI, GridColumnMenuFilterUIProps, GridColumnMenuFilterCell, GridColumnMenuFilterCellProps, GridColumnMenuCheckboxFilter, GridColumnMenuCheckboxFilterProps, GridColumnMenuColumnsList, GridColumnMenuColumnsListProps, GridColumnMenuColumnsChooser, GridColumnMenuColumnsChooserProps, GridColumnMenuColumnProps, GridColumnState, GridRowType, GridToolbar, GridToolbarProps, GridToolbarAIAssistant, GridToolbarAIAssistantHandle, GridToolbarAIAssistantProps, GridToolbarAIAssistantRequestData, GridAIAssistantCommand, GridAICommands, GridAIPrompt, GridAIPromptProps, GridToolbarSpacer, GridToolbarSpacerProps, GridToolbarSeparator, GridToolbarSeparatorProps, GridToolbarCheckboxFilter, GridToolbarCheckboxFilterProps, GridToolbarColumnsChooser, GridToolbarColumnsChooserProps, GridToolbarFilter, GridToolbarFilterProps, GridToolbarSort, GridToolbarSortProps, GridToolbarGroup, GridToolbarGroupProps, GridNoRecords, GridNoRecordsProps, GridSortSettings, GridPagerSettings, GridGroupableSettings, GridFooterCellProps, GridSelectableMode, GridSelectableSettings, GridFilterOperators, GridFilterOperator, GridColumnMenuWrapper, GridColumnMenuWrapperProps, getSelectedState, setSelectedState, getSelectedStateFromKeyDown, GRID_COL_INDEX_ATTRIBUTE, GRID_ROW_INDEX_ATTRIBUTE, GRID_PREVENT_SELECTION_ELEMENT, GridCommonDragLogic, rootFilterOrDefault, filterGroupByField, isColumnMenuSortActive, isColumnMenuFilterActive, GridColumnMenuFilterProps, cellBoolDropdownChange, cellInputChange, cellOperatorChange, booleanFilterValues, operators, combineSmartFilters, parseFilterDates, GridRowSpannableSettings, handleAIResponse, GridAIState, GridAIResponseResult, GridCSVExportOptions, useGridAIRequest, GridAIRequestData, UseGridAIRequestOptions, UseGridAIRequestReturn, GridRowPinChangeEvent };
|
|
96
96
|
export { GridPinCell, GridHeaderPinCell };
|
|
97
|
-
export * from './interfaces/GridStackedLayoutSettings
|
|
97
|
+
export * from './interfaces/GridStackedLayoutSettings';
|
package/index.d.ts
CHANGED
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Grid, GridHandle } from './Grid.js';
|
|
9
|
-
import { GridProps, GridCSVExportOptions } from './interfaces/GridProps
|
|
9
|
+
import { GridProps, GridCSVExportOptions } from './interfaces/GridProps';
|
|
10
10
|
import { GridColumn } from './GridColumn.js';
|
|
11
|
-
import { GridColumnProps } from './interfaces/GridColumnProps
|
|
12
|
-
import { GridColSpanProps } from './interfaces/GridColSpanProps
|
|
13
|
-
import { GridColumnChildrenProps } from './interfaces/GridColumnChildrenProps
|
|
14
|
-
import { GridColumnMenuColumnProps } from './interfaces/GridColumnMenuColumnProps
|
|
15
|
-
import { GridRowType } from './interfaces/GridRowType
|
|
16
|
-
import { GridColumnMenuProps } from './interfaces/GridColumnMenuProps
|
|
11
|
+
import { GridColumnProps } from './interfaces/GridColumnProps';
|
|
12
|
+
import { GridColSpanProps } from './interfaces/GridColSpanProps';
|
|
13
|
+
import { GridColumnChildrenProps } from './interfaces/GridColumnChildrenProps';
|
|
14
|
+
import { GridColumnMenuColumnProps } from './interfaces/GridColumnMenuColumnProps';
|
|
15
|
+
import { GridRowType } from './interfaces/GridRowType';
|
|
16
|
+
import { GridColumnMenuProps } from './interfaces/GridColumnMenuProps';
|
|
17
17
|
import { GridColumnMenuWrapper, GridColumnMenuWrapperProps } from './columnMenu/GridColumnMenuWrapper.js';
|
|
18
18
|
import { GridColumnMenuGroup } from './columnMenu/GridColumnMenuGroup.js';
|
|
19
19
|
import { GridColumnMenuSort, isColumnMenuSortActive } from './columnMenu/GridColumnMenuSort.js';
|
|
@@ -23,32 +23,32 @@ import { GridColumnMenuFilterCell, GridColumnMenuFilterCellProps } from './colum
|
|
|
23
23
|
import { GridColumnMenuCheckboxFilter, GridColumnMenuCheckboxFilterProps } from './columnMenu/GridColumnMenuCheckboxFilter.js';
|
|
24
24
|
import { GridColumnMenuColumnsList, GridColumnMenuColumnsListProps } from './columnMenu/GridColumnMenuColumnsList.js';
|
|
25
25
|
import { GridColumnMenuColumnsChooser, GridColumnMenuColumnsChooserProps } from './columnMenu/GridColumnMenuColumnsChooser.js';
|
|
26
|
-
import { GridCellProps } from './interfaces/GridCellProps
|
|
27
|
-
import { GridEditDialogProps } from './interfaces/GridEditDialogProps
|
|
26
|
+
import { GridCellProps } from './interfaces/GridCellProps';
|
|
27
|
+
import { GridEditDialogProps } from './interfaces/GridEditDialogProps';
|
|
28
28
|
import { GridCell } from './cells/datacell/GridCell.js';
|
|
29
29
|
import { GridEditCell } from './cells/editcell/GridEditCell.js';
|
|
30
30
|
import { GridGroupCell } from './cells/groupcell/GridGroupCell.js';
|
|
31
31
|
import { GridHierarchyCell } from './cells/hierarchycell/GridHierarchyCell.js';
|
|
32
32
|
import { GridFilterCell } from './cells/GridFilterCell.js';
|
|
33
|
-
import { GridFilterCellProps } from './interfaces/GridFilterCellProps
|
|
34
|
-
import { GridReorderDropPosition } from './interfaces/GridReorderDropDir
|
|
35
|
-
import { GridDataType } from './interfaces/GridDataType
|
|
36
|
-
import { GridRowReorderSettings } from './interfaces/GridRowReorderSettings
|
|
37
|
-
import { GridColumnType } from './interfaces/ColumnType
|
|
38
|
-
import { GridRowReorderEvent, GridRowPinChangeEvent } from './interfaces/events
|
|
39
|
-
import { GridFilterOperators } from './interfaces/GridFilterOperators
|
|
40
|
-
import { GridFilterOperator } from './interfaces/GridFilterOperator
|
|
33
|
+
import { GridFilterCellProps } from './interfaces/GridFilterCellProps';
|
|
34
|
+
import { GridReorderDropPosition } from './interfaces/GridReorderDropDir';
|
|
35
|
+
import { GridDataType } from './interfaces/GridDataType';
|
|
36
|
+
import { GridRowReorderSettings } from './interfaces/GridRowReorderSettings';
|
|
37
|
+
import { GridColumnType } from './interfaces/ColumnType';
|
|
38
|
+
import { GridRowReorderEvent, GridRowPinChangeEvent } from './interfaces/events';
|
|
39
|
+
import { GridFilterOperators } from './interfaces/GridFilterOperators';
|
|
40
|
+
import { GridFilterOperator } from './interfaces/GridFilterOperator';
|
|
41
41
|
import { GridHeaderCell } from './header/GridHeaderCell.js';
|
|
42
|
-
import { GridHeaderCellProps } from './interfaces/GridHeaderCellProps
|
|
42
|
+
import { GridHeaderCellProps } from './interfaces/GridHeaderCellProps';
|
|
43
43
|
import { GridSelectionCell } from './cells/selectioncell/GridSelectionCell.js';
|
|
44
44
|
import { GridPinCell } from './cells/pincell/GridPinCell.js';
|
|
45
45
|
import { GridHeaderPinCell } from './header/client/GridHeaderPinCell.js';
|
|
46
46
|
import { GridDetailRow } from './rows/GridDetailRow.js';
|
|
47
|
-
import { GridDetailRowProps } from './interfaces/GridDetailRowProps
|
|
47
|
+
import { GridDetailRowProps } from './interfaces/GridDetailRowProps';
|
|
48
48
|
import { GridRow } from './rows/GridRow.js';
|
|
49
|
-
import { GridRowProps } from './interfaces/GridRowProps
|
|
49
|
+
import { GridRowProps } from './interfaces/GridRowProps';
|
|
50
50
|
import { GridToolbar } from './GridToolbar.js';
|
|
51
|
-
import { GridToolbarProps } from './interfaces/GridToolbarProps
|
|
51
|
+
import { GridToolbarProps } from './interfaces/GridToolbarProps';
|
|
52
52
|
import { GridToolbarSpacer, GridToolbarSpacerProps } from './toolbar-tools/GridToolbarSpacer.js';
|
|
53
53
|
import { GridToolbarSeparator, GridToolbarSeparatorProps } from './toolbar-tools/GridToolbarSeparator.js';
|
|
54
54
|
import { GridToolbarCheckboxFilter, GridToolbarCheckboxFilterProps } from './toolbar-tools/GridToolbarCheckboxFilter.js';
|
|
@@ -59,31 +59,31 @@ import { GridToolbarGroup, GridToolbarGroupProps } from './toolbar-tools/GridToo
|
|
|
59
59
|
import { GridToolbarAIAssistant, GridToolbarAIAssistantHandle, GridToolbarAIAssistantProps, GridToolbarAIAssistantRequestData } from './toolbar-tools/GridToolbarAIAssistant.js';
|
|
60
60
|
import { GridAIPrompt, GridAIPromptProps } from './toolbar-tools/ai-tool/GridAIPrompt.js';
|
|
61
61
|
import { GridNoRecords } from './components/noRecords/GridNoRecords.js';
|
|
62
|
-
import { GridNoRecordsProps } from './interfaces/GridNoRecordsProps
|
|
63
|
-
import { GridSortSettings } from './interfaces/GridSortSettings
|
|
62
|
+
import { GridNoRecordsProps } from './interfaces/GridNoRecordsProps';
|
|
63
|
+
import { GridSortSettings } from './interfaces/GridSortSettings';
|
|
64
64
|
import { GridPagerSettings } from './paging/GridPagerSettings.js';
|
|
65
|
-
import { GridGroupableSettings } from './interfaces/GridGroupableSettings
|
|
65
|
+
import { GridGroupableSettings } from './interfaces/GridGroupableSettings';
|
|
66
66
|
import { GridColumnMenuItem } from './columnMenu/GridColumnMenuItem.js';
|
|
67
67
|
import { GridColumnMenuItemContent } from './columnMenu/GridColumnMenuItemContent.js';
|
|
68
68
|
import { GridColumnMenuItemGroup } from './columnMenu/GridColumnMenuItemGroup.js';
|
|
69
|
-
import { GridFooterCellProps } from './interfaces/GridFooterCellProps
|
|
70
|
-
import { GridSelectableMode, GridSelectableSettings } from './interfaces/GridSelectableSettings
|
|
71
|
-
import { GridColumnMenuFilterUIProps } from './interfaces/GridColumnMenuFilterUIProps
|
|
69
|
+
import { GridFooterCellProps } from './interfaces/GridFooterCellProps';
|
|
70
|
+
import { GridSelectableMode, GridSelectableSettings } from './interfaces/GridSelectableSettings';
|
|
71
|
+
import { GridColumnMenuFilterUIProps } from './interfaces/GridColumnMenuFilterUIProps';
|
|
72
72
|
import { GRID_COL_INDEX_ATTRIBUTE, GRID_ROW_INDEX_ATTRIBUTE, GRID_PREVENT_SELECTION_ELEMENT } from './constants/index.js';
|
|
73
73
|
import { getSelectedState, getSelectedStateFromKeyDown, setSelectedState } from '@progress/kendo-react-data-tools';
|
|
74
74
|
import { CommonDragLogic as GridCommonDragLogic } from './drag/CommonDragLogic.js';
|
|
75
75
|
import { cellBoolDropdownChange, cellInputChange, cellOperatorChange, booleanFilterValues, operators, combineSmartFilters, parseFilterDates } from './filterCommon.js';
|
|
76
|
-
import { GridRowSpannableSettings } from './interfaces/GridRowSpannableSettings
|
|
77
|
-
import { GridColumnState } from './interfaces/GridColumnState
|
|
78
|
-
import { CompositeHighlightDescriptor } from './interfaces/CompositeHighlightDescriptor
|
|
79
|
-
import { GridHighlightDescriptor } from './interfaces/GridHighlightDescriptor
|
|
76
|
+
import { GridRowSpannableSettings } from './interfaces/GridRowSpannableSettings';
|
|
77
|
+
import { GridColumnState } from './interfaces/GridColumnState';
|
|
78
|
+
import { CompositeHighlightDescriptor } from './interfaces/CompositeHighlightDescriptor';
|
|
79
|
+
import { GridHighlightDescriptor } from './interfaces/GridHighlightDescriptor';
|
|
80
80
|
import { handleAIResponse, GridAIState, GridAIResponseResult } from './utils/handleAIResponse.js';
|
|
81
81
|
import { useGridAIRequest, GridAIRequestData, UseGridAIRequestOptions, UseGridAIRequestReturn } from './hooks/useGridAIRequest.js';
|
|
82
|
-
import { GridAIAssistantCommand } from './interfaces/GridAIAssistantCommand
|
|
82
|
+
import { GridAIAssistantCommand } from './interfaces/GridAIAssistantCommand';
|
|
83
83
|
import { GridAICommands } from './interfaces/GridAICommands.js';
|
|
84
|
-
export * from './interfaces/events
|
|
85
|
-
export * from './interfaces/GridCellsSettings
|
|
86
|
-
export * from './interfaces/GridRowsSettings
|
|
84
|
+
export * from './interfaces/events';
|
|
85
|
+
export * from './interfaces/GridCellsSettings';
|
|
86
|
+
export * from './interfaces/GridRowsSettings';
|
|
87
87
|
export { messages as gridMessages, pagerInfo, pagerFirstPage, pagerPreviousPage, pagerNextPage, pagerLastPage, pagerItemPerPage } from './messages/index.js';
|
|
88
88
|
export * from './StatusBar.js';
|
|
89
89
|
export * from './contextMenu/GridContextMenu.js';
|
|
@@ -94,4 +94,4 @@ export * from './GridCsvExportButton.js';
|
|
|
94
94
|
export * from './toolbar-tools/smartbox/index.js';
|
|
95
95
|
export { CompositeHighlightDescriptor, Grid, GridHandle, GridHighlightDescriptor, GridProps, GridColumn, GridColumnProps, GridColSpanProps, GridEditDialogProps, GridColumnChildrenProps, GridCellProps, GridColumnType, GridRowReorderEvent, GridDataType, GridRowReorderSettings, GridCell, GridEditCell, GridGroupCell, GridHierarchyCell, GridDetailRow, GridDetailRowProps, GridRow, GridRowProps, GridFilterCell, GridFilterCellProps, GridHeaderCell, GridHeaderCellProps, GridSelectionCell, GridColumnMenuProps, GridReorderDropPosition, GridColumnMenuSort, GridColumnMenuFilter, GridColumnMenuGroup, GridColumnMenuItem, GridColumnMenuItemContent, GridColumnMenuItemGroup, GridColumnMenuFilterUI, GridColumnMenuFilterUIProps, GridColumnMenuFilterCell, GridColumnMenuFilterCellProps, GridColumnMenuCheckboxFilter, GridColumnMenuCheckboxFilterProps, GridColumnMenuColumnsList, GridColumnMenuColumnsListProps, GridColumnMenuColumnsChooser, GridColumnMenuColumnsChooserProps, GridColumnMenuColumnProps, GridColumnState, GridRowType, GridToolbar, GridToolbarProps, GridToolbarAIAssistant, GridToolbarAIAssistantHandle, GridToolbarAIAssistantProps, GridToolbarAIAssistantRequestData, GridAIAssistantCommand, GridAICommands, GridAIPrompt, GridAIPromptProps, GridToolbarSpacer, GridToolbarSpacerProps, GridToolbarSeparator, GridToolbarSeparatorProps, GridToolbarCheckboxFilter, GridToolbarCheckboxFilterProps, GridToolbarColumnsChooser, GridToolbarColumnsChooserProps, GridToolbarFilter, GridToolbarFilterProps, GridToolbarSort, GridToolbarSortProps, GridToolbarGroup, GridToolbarGroupProps, GridNoRecords, GridNoRecordsProps, GridSortSettings, GridPagerSettings, GridGroupableSettings, GridFooterCellProps, GridSelectableMode, GridSelectableSettings, GridFilterOperators, GridFilterOperator, GridColumnMenuWrapper, GridColumnMenuWrapperProps, getSelectedState, setSelectedState, getSelectedStateFromKeyDown, GRID_COL_INDEX_ATTRIBUTE, GRID_ROW_INDEX_ATTRIBUTE, GRID_PREVENT_SELECTION_ELEMENT, GridCommonDragLogic, rootFilterOrDefault, filterGroupByField, isColumnMenuSortActive, isColumnMenuFilterActive, GridColumnMenuFilterProps, cellBoolDropdownChange, cellInputChange, cellOperatorChange, booleanFilterValues, operators, combineSmartFilters, parseFilterDates, GridRowSpannableSettings, handleAIResponse, GridAIState, GridAIResponseResult, GridCSVExportOptions, useGridAIRequest, GridAIRequestData, UseGridAIRequestOptions, UseGridAIRequestReturn, GridRowPinChangeEvent };
|
|
96
96
|
export { GridPinCell, GridHeaderPinCell };
|
|
97
|
-
export * from './interfaces/GridStackedLayoutSettings
|
|
97
|
+
export * from './interfaces/GridStackedLayoutSettings';
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { CompositeFilterDescriptor, GroupDescriptor, SortDescriptor } from '@progress/kendo-data-query';
|
|
9
9
|
import { GridAICommands } from './GridAICommands.js';
|
|
10
|
-
import { CompositeHighlightDescriptor } from './CompositeHighlightDescriptor
|
|
10
|
+
import { CompositeHighlightDescriptor } from './CompositeHighlightDescriptor';
|
|
11
11
|
/**
|
|
12
12
|
* Represents a command structure returned by AI services for grid operations.
|
|
13
13
|
* Each command contains the operation type and relevant configuration data.
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { GridClassStructure } from '@progress/kendo-react-common';
|
|
9
|
-
import { GridCellsSettings } from './GridCellsSettings
|
|
10
|
-
import { GridRowType } from './GridRowType
|
|
9
|
+
import { GridCellsSettings } from './GridCellsSettings';
|
|
10
|
+
import { GridRowType } from './GridRowType';
|
|
11
11
|
import { CellProps, GroupState } from '@progress/kendo-react-data-tools';
|
|
12
|
-
import { GridColumnType } from './ColumnType
|
|
12
|
+
import { GridColumnType } from './ColumnType';
|
|
13
13
|
import { IntlService, LocalizationService } from '@progress/kendo-react-intl';
|
|
14
14
|
/**
|
|
15
15
|
* Represents the props of the GridCell component
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { ComponentType } from 'react';
|
|
9
9
|
import { TABLE_COL_INDEX_ATTRIBUTE, HeaderThElementProps } from '@progress/kendo-react-data-tools';
|
|
10
|
-
import { GridCellProps } from './GridCellProps
|
|
11
|
-
import { GridFooterCellProps } from './GridFooterCellProps
|
|
12
|
-
import { GridFilterCellProps } from './GridFilterCellProps
|
|
13
|
-
import { GridHeaderCellProps } from './GridHeaderCellProps
|
|
10
|
+
import { GridCellProps } from './GridCellProps';
|
|
11
|
+
import { GridFooterCellProps } from './GridFooterCellProps';
|
|
12
|
+
import { GridFilterCellProps } from './GridFilterCellProps';
|
|
13
|
+
import { GridHeaderCellProps } from './GridHeaderCellProps';
|
|
14
14
|
import { GridStackedCustomCellProps } from '../stacked/GridStackedRow.js';
|
|
15
15
|
/**
|
|
16
16
|
* Represents the attributes for Grid table cell elements, extending standard HTML td element properties.
|
|
@@ -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 { GridColumnProps } from './GridColumnProps
|
|
8
|
+
import { GridColumnProps } from './GridColumnProps';
|
|
9
9
|
/**
|
|
10
10
|
* Represents the properties of the callback used when spanning a column.
|
|
11
11
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ReactElement } from 'react';
|
|
9
|
-
import { GridColumnProps } from './GridColumnProps
|
|
9
|
+
import { GridColumnProps } from './GridColumnProps';
|
|
10
10
|
/**
|
|
11
11
|
* The type of elements that the children property of the Grid accepts.
|
|
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 { GridColumnMenuColumnProps } from './GridColumnMenuColumnProps
|
|
8
|
+
import { GridColumnMenuColumnProps } from './GridColumnMenuColumnProps';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
@@ -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 { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps
|
|
9
|
-
import { GridColumnState } from './GridColumnState
|
|
8
|
+
import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps';
|
|
9
|
+
import { GridColumnState } from './GridColumnState';
|
|
10
10
|
/**
|
|
11
11
|
* The props passed to the ColumnMenu ColumnsChooser component.
|
|
12
12
|
*/
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
9
|
-
import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps
|
|
10
|
-
import { GridFilterOperators } from './GridFilterOperators
|
|
9
|
+
import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps';
|
|
10
|
+
import { GridFilterOperators } from './GridFilterOperators';
|
|
11
11
|
/**
|
|
12
12
|
* The props passed to the ColumnMenu filter component.
|
|
13
13
|
*/
|
|
@@ -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 { GridFilterCellProps } from './GridFilterCellProps
|
|
9
|
-
import { GridFilterOperator } from './GridFilterOperator
|
|
8
|
+
import { GridFilterCellProps } from './GridFilterCellProps';
|
|
9
|
+
import { GridFilterOperator } from './GridFilterOperator';
|
|
10
10
|
/**
|
|
11
11
|
* The props that will be passed to the UI of the ColumnMenu filter component.
|
|
12
12
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { GroupDescriptor } from '@progress/kendo-data-query';
|
|
9
|
-
import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps
|
|
9
|
+
import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps';
|
|
10
10
|
/**
|
|
11
11
|
* The props passed to the ColumnMenu group component.
|
|
12
12
|
*/
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { GridColumnMenuColumnsChooserBaseProps } from './GridColumnMenuColumnsChooserBaseProps
|
|
9
|
-
import { GridColumnMenuFilterBaseProps } from './GridColumnMenuFilterBaseProps
|
|
10
|
-
import { GridColumnMenuGroupBaseProps } from './GridColumnMenuGroupBaseProps
|
|
11
|
-
import { GridColumnMenuSortBaseProps } from './GridColumnMenuSortBaseProps
|
|
8
|
+
import { GridColumnMenuColumnsChooserBaseProps } from './GridColumnMenuColumnsChooserBaseProps';
|
|
9
|
+
import { GridColumnMenuFilterBaseProps } from './GridColumnMenuFilterBaseProps';
|
|
10
|
+
import { GridColumnMenuGroupBaseProps } from './GridColumnMenuGroupBaseProps';
|
|
11
|
+
import { GridColumnMenuSortBaseProps } from './GridColumnMenuSortBaseProps';
|
|
12
12
|
/**
|
|
13
13
|
* The props which the ColumnMenu passes to its children.
|
|
14
14
|
*/
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { SortDescriptor } from '@progress/kendo-data-query';
|
|
9
|
-
import { GridSortSettings } from './GridSortSettings
|
|
10
|
-
import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps
|
|
9
|
+
import { GridSortSettings } from './GridSortSettings';
|
|
10
|
+
import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps';
|
|
11
11
|
/**
|
|
12
12
|
* The props passed to the ColumnMenu sort component.
|
|
13
13
|
*/
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { ComponentType, ReactElement } from 'react';
|
|
9
|
-
import { GridColumnChildrenProps } from './GridColumnChildrenProps
|
|
10
|
-
import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps
|
|
11
|
-
import { GridColumnSortSettings } from './GridSortSettings
|
|
9
|
+
import { GridColumnChildrenProps } from './GridColumnChildrenProps';
|
|
10
|
+
import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps';
|
|
11
|
+
import { GridColumnSortSettings } from './GridSortSettings';
|
|
12
12
|
import { ColumnBaseProps } from '@progress/kendo-react-data-tools';
|
|
13
13
|
import { FieldProps } from '@progress/kendo-react-form';
|
|
14
|
-
import { GridCellsSettings } from './GridCellsSettings
|
|
14
|
+
import { GridCellsSettings } from './GridCellsSettings';
|
|
15
15
|
import { SVGIcon } from '@progress/kendo-react-common';
|
|
16
|
-
import { GridColSpanProps } from './GridColSpanProps
|
|
16
|
+
import { GridColSpanProps } from './GridColSpanProps';
|
|
17
17
|
import { GridCellBaseOptions, GridContextMenuOptions } from '../contextMenu/GridContextMenu.js';
|
|
18
|
-
import { GridColumnType } from './ColumnType
|
|
19
|
-
import { GridDataType } from './GridDataType
|
|
20
|
-
import { GridRowSpannableSettings } from './GridRowSpannableSettings
|
|
18
|
+
import { GridColumnType } from './ColumnType';
|
|
19
|
+
import { GridDataType } from './GridDataType';
|
|
20
|
+
import { GridRowSpannableSettings } from './GridRowSpannableSettings';
|
|
21
21
|
/**
|
|
22
22
|
* The props of the GridColumn component.
|
|
23
23
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { DialogProps } from '@progress/kendo-react-dialogs';
|
|
9
|
-
import { GridColumnProps } from './GridColumnProps
|
|
9
|
+
import { GridColumnProps } from './GridColumnProps';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the KendoReact Grid Edit Dialog component.
|
|
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 { GridFilterOperator } from './GridFilterOperator
|
|
8
|
+
import { GridFilterOperator } from './GridFilterOperator';
|
|
9
9
|
/**
|
|
10
10
|
* The props of the GridFilterCell component
|
|
11
11
|
* ([more information](https://www.telerik.com/kendo-react-ui/components/grid/cells#toc-filter-cells)
|
|
@@ -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 './GridFilterOperator
|
|
8
|
+
import { GridFilterOperator } from './GridFilterOperator';
|
|
9
9
|
/**
|
|
10
10
|
* The filter operators for the Grid filters.
|
|
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 { GridGroupExpandableSettings } from './GridGroupExpandableSettings
|
|
8
|
+
import { GridGroupExpandableSettings } from './GridGroupExpandableSettings';
|
|
9
9
|
/**
|
|
10
10
|
* The settings for grouping the data of the Grid ([see example](https://www.telerik.com/kendo-react-ui/components/grid/grouping/grouping)).
|
|
11
11
|
*/
|