igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2
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/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -90,6 +90,8 @@ import { FilterComparisonType } from "./FilterComparisonType";
|
|
|
90
90
|
import { IgcGridCustomFilterRequestedEventArgs } from "./igc-grid-custom-filter-requested-event-args";
|
|
91
91
|
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
|
|
92
92
|
import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
|
|
93
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
94
|
+
import { IgcDataBindingEventArgs } from './igc-data-binding-event-args';
|
|
93
95
|
export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
94
96
|
contentColumns: IgcDataGridColumnComponent[];
|
|
95
97
|
/**
|
|
@@ -122,6 +124,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
122
124
|
get useAccessibility(): boolean;
|
|
123
125
|
private _setScrollbarStyle;
|
|
124
126
|
private _setScrollbarColor;
|
|
127
|
+
private _moveFocusNext;
|
|
128
|
+
private _moveFocusPrevious;
|
|
125
129
|
private _columnsAdapter;
|
|
126
130
|
protected createImplementation(): DataGrid;
|
|
127
131
|
protected _implementation: any;
|
|
@@ -236,8 +240,13 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
236
240
|
protected static _isElementRegistered: boolean;
|
|
237
241
|
static register(): void;
|
|
238
242
|
/**
|
|
239
|
-
* Gets or sets the
|
|
243
|
+
* Gets or sets the base theme used by the grid.
|
|
240
244
|
*/
|
|
245
|
+
get theme(): BaseControlTheme;
|
|
246
|
+
set theme(v: BaseControlTheme);
|
|
247
|
+
/**
|
|
248
|
+
* Gets or sets the type of column resizing to use.
|
|
249
|
+
*/
|
|
241
250
|
get columnResizingMode(): ColumnResizingMode;
|
|
242
251
|
set columnResizingMode(v: ColumnResizingMode);
|
|
243
252
|
/**
|
|
@@ -516,6 +525,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
516
525
|
*/
|
|
517
526
|
get isColumnOptionsEnabled(): boolean;
|
|
518
527
|
set isColumnOptionsEnabled(v: boolean);
|
|
528
|
+
get useNewerColumnOptionsMenu(): boolean;
|
|
529
|
+
set useNewerColumnOptionsMenu(v: boolean);
|
|
519
530
|
/**
|
|
520
531
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
521
532
|
*/
|
|
@@ -778,6 +789,11 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
778
789
|
*/
|
|
779
790
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
780
791
|
set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior);
|
|
792
|
+
/**
|
|
793
|
+
* Gets the actual border color around the grid.
|
|
794
|
+
*/
|
|
795
|
+
get actualBorder(): string;
|
|
796
|
+
set actualBorder(v: string);
|
|
781
797
|
/**
|
|
782
798
|
* Gets or sets the border color around the grid.
|
|
783
799
|
*/
|
|
@@ -830,6 +846,16 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
830
846
|
*/
|
|
831
847
|
get stopPropagation(): boolean;
|
|
832
848
|
set stopPropagation(v: boolean);
|
|
849
|
+
/**
|
|
850
|
+
* Gets the actual background for the grid.
|
|
851
|
+
*/
|
|
852
|
+
get actualBackground(): string;
|
|
853
|
+
set actualBackground(v: string);
|
|
854
|
+
/**
|
|
855
|
+
* Gets or sets the background for the grid.
|
|
856
|
+
*/
|
|
857
|
+
get background(): string;
|
|
858
|
+
set background(v: string);
|
|
833
859
|
private _responsiveStates;
|
|
834
860
|
/**
|
|
835
861
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
@@ -1062,8 +1088,67 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
1062
1088
|
*/
|
|
1063
1089
|
get scrollbarBackground(): string;
|
|
1064
1090
|
set scrollbarBackground(v: string);
|
|
1091
|
+
/**
|
|
1092
|
+
* Gets or sets the column options dropdown background color.
|
|
1093
|
+
*/
|
|
1094
|
+
get columnOptionsBackground(): string;
|
|
1095
|
+
set columnOptionsBackground(v: string);
|
|
1096
|
+
/**
|
|
1097
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
1098
|
+
*/
|
|
1099
|
+
get columnOptionsTextColor(): string;
|
|
1100
|
+
set columnOptionsTextColor(v: string);
|
|
1101
|
+
/**
|
|
1102
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
1103
|
+
*/
|
|
1104
|
+
get columnOptionsTextStyle(): string;
|
|
1105
|
+
set columnOptionsTextStyle(v: string);
|
|
1106
|
+
/**
|
|
1107
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
1108
|
+
*/
|
|
1109
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
1110
|
+
set columnOptionsHoverBackgroundColor(v: string);
|
|
1111
|
+
/**
|
|
1112
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
1113
|
+
*/
|
|
1114
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
1115
|
+
set columnOptionsToolTipBackgroundColor(v: string);
|
|
1116
|
+
/**
|
|
1117
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
1118
|
+
*/
|
|
1119
|
+
get columnOptionsHighlightColor(): string;
|
|
1120
|
+
set columnOptionsHighlightColor(v: string);
|
|
1121
|
+
/**
|
|
1122
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
1123
|
+
*/
|
|
1124
|
+
get columnOptionsSeparatorColor(): string;
|
|
1125
|
+
set columnOptionsSeparatorColor(v: string);
|
|
1126
|
+
/**
|
|
1127
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
1128
|
+
*/
|
|
1129
|
+
get columnOptionsGroupHeaderBackground(): string;
|
|
1130
|
+
set columnOptionsGroupHeaderBackground(v: string);
|
|
1131
|
+
/**
|
|
1132
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
1133
|
+
*/
|
|
1134
|
+
get columnOptionsGroupHeaderTextColor(): string;
|
|
1135
|
+
set columnOptionsGroupHeaderTextColor(v: string);
|
|
1136
|
+
/**
|
|
1137
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
1138
|
+
*/
|
|
1139
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
1140
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
1141
|
+
get columnOptionsAccentColor(): string;
|
|
1142
|
+
set columnOptionsAccentColor(v: string);
|
|
1143
|
+
/**
|
|
1144
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
1145
|
+
*/
|
|
1146
|
+
get columnOptionsRowHeight(): number;
|
|
1147
|
+
set columnOptionsRowHeight(v: number);
|
|
1065
1148
|
get allowCopyOperation(): boolean;
|
|
1066
1149
|
set allowCopyOperation(v: boolean);
|
|
1150
|
+
get maxSelectedCellRanges(): number;
|
|
1151
|
+
set maxSelectedCellRanges(v: number);
|
|
1067
1152
|
/**
|
|
1068
1153
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
1069
1154
|
*/
|
|
@@ -1343,6 +1428,14 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
1343
1428
|
*/
|
|
1344
1429
|
get cellClicked(): (s: IgcDataGridComponent, e: IgcDataGridCellEventArgs) => void;
|
|
1345
1430
|
set cellClicked(ev: (s: IgcDataGridComponent, e: IgcDataGridCellEventArgs) => void);
|
|
1431
|
+
private _filterRowDataBinding;
|
|
1432
|
+
private _filterRowDataBinding_wrapped;
|
|
1433
|
+
get filterRowDataBinding(): (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void;
|
|
1434
|
+
set filterRowDataBinding(ev: (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void);
|
|
1435
|
+
private _filterRowDataBound;
|
|
1436
|
+
private _filterRowDataBound_wrapped;
|
|
1437
|
+
get filterRowDataBound(): (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void;
|
|
1438
|
+
set filterRowDataBound(ev: (s: IgcDataGridComponent, e: IgcDataBindingEventArgs) => void);
|
|
1346
1439
|
private _sortDescriptionsChanged;
|
|
1347
1440
|
private _sortDescriptionsChanged_wrapped;
|
|
1348
1441
|
/**
|
|
@@ -58,6 +58,63 @@ export declare class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
|
|
|
58
58
|
set iconColor(v: string);
|
|
59
59
|
get viewSize(): number;
|
|
60
60
|
set viewSize(v: number);
|
|
61
|
+
/**
|
|
62
|
+
* Gets or sets the column options dropdown background color.
|
|
63
|
+
*/
|
|
64
|
+
get columnOptionsBackground(): string;
|
|
65
|
+
set columnOptionsBackground(v: string);
|
|
66
|
+
/**
|
|
67
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
68
|
+
*/
|
|
69
|
+
get columnOptionsTextColor(): string;
|
|
70
|
+
set columnOptionsTextColor(v: string);
|
|
71
|
+
/**
|
|
72
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
73
|
+
*/
|
|
74
|
+
get columnOptionsTextStyle(): string;
|
|
75
|
+
set columnOptionsTextStyle(v: string);
|
|
76
|
+
/**
|
|
77
|
+
* Gets or sets the hover background color inside the column options menu.
|
|
78
|
+
*/
|
|
79
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
80
|
+
set columnOptionsHoverBackgroundColor(v: string);
|
|
81
|
+
/**
|
|
82
|
+
* Gets or sets the tooltip background color inside the column options menu.
|
|
83
|
+
*/
|
|
84
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
85
|
+
set columnOptionsToolTipBackgroundColor(v: string);
|
|
86
|
+
/**
|
|
87
|
+
* Gets or sets the highlight color inside the column options menu.
|
|
88
|
+
*/
|
|
89
|
+
get columnOptionsHighlightColor(): string;
|
|
90
|
+
set columnOptionsHighlightColor(v: string);
|
|
91
|
+
/**
|
|
92
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
93
|
+
*/
|
|
94
|
+
get columnOptionsSeparatorColor(): string;
|
|
95
|
+
set columnOptionsSeparatorColor(v: string);
|
|
96
|
+
/**
|
|
97
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
98
|
+
*/
|
|
99
|
+
get columnOptionsGroupHeaderBackground(): string;
|
|
100
|
+
set columnOptionsGroupHeaderBackground(v: string);
|
|
101
|
+
/**
|
|
102
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
103
|
+
*/
|
|
104
|
+
get columnOptionsGroupHeaderTextColor(): string;
|
|
105
|
+
set columnOptionsGroupHeaderTextColor(v: string);
|
|
106
|
+
/**
|
|
107
|
+
* Gets or sets the font settings for group header text inside the column options menu.
|
|
108
|
+
*/
|
|
109
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
110
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
111
|
+
get columnOptionsAccentColor(): string;
|
|
112
|
+
set columnOptionsAccentColor(v: string);
|
|
113
|
+
/**
|
|
114
|
+
* Gets or sets the row height for submenus inside the column options menu.
|
|
115
|
+
*/
|
|
116
|
+
get columnOptionsRowHeight(): number;
|
|
117
|
+
set columnOptionsRowHeight(v: number);
|
|
61
118
|
get isOpen(): boolean;
|
|
62
119
|
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
63
120
|
set commandCompleted(v: (arg1: ToolCommand) => void);
|
|
@@ -72,11 +72,21 @@ export declare class IgcDataGridPagerComponent extends IgcHTMLElement {
|
|
|
72
72
|
/**
|
|
73
73
|
* Gets or sets the background color to use.
|
|
74
74
|
*/
|
|
75
|
+
get actualBackground(): string;
|
|
76
|
+
set actualBackground(v: string);
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets the background color to use.
|
|
79
|
+
*/
|
|
75
80
|
get background(): string;
|
|
76
81
|
set background(v: string);
|
|
77
82
|
/**
|
|
78
83
|
* Gets or sets the border color around the grid.
|
|
79
84
|
*/
|
|
85
|
+
get actualBorder(): string;
|
|
86
|
+
set actualBorder(v: string);
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets the border color around the grid.
|
|
89
|
+
*/
|
|
80
90
|
get border(): string;
|
|
81
91
|
set border(v: string);
|
|
82
92
|
findByName(name: string): any;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SortIndicatorStyle } from "./SortIndicatorStyle";
|
|
2
2
|
import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
|
|
3
3
|
import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
|
|
4
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
4
5
|
import { IgcTextCellInfo } from "./igc-text-cell-info";
|
|
5
6
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
6
7
|
/**
|
|
@@ -35,4 +36,51 @@ export declare class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
35
36
|
*/
|
|
36
37
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
37
38
|
set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior);
|
|
39
|
+
/**
|
|
40
|
+
* Gets or sets the column options theme.
|
|
41
|
+
*/
|
|
42
|
+
get columnOptionsTheme(): BaseControlTheme;
|
|
43
|
+
set columnOptionsTheme(v: BaseControlTheme);
|
|
44
|
+
/**
|
|
45
|
+
* Gets or sets the column options dropdown background color.
|
|
46
|
+
*/
|
|
47
|
+
get columnOptionsBackground(): string;
|
|
48
|
+
set columnOptionsBackground(v: string);
|
|
49
|
+
/**
|
|
50
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
51
|
+
*/
|
|
52
|
+
get columnOptionsTextColor(): string;
|
|
53
|
+
set columnOptionsTextColor(v: string);
|
|
54
|
+
/**
|
|
55
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
56
|
+
*/
|
|
57
|
+
get columnOptionsTextStyle(): string;
|
|
58
|
+
set columnOptionsTextStyle(v: string);
|
|
59
|
+
get columnOptionsHoverBackgroundColor(): string;
|
|
60
|
+
set columnOptionsHoverBackgroundColor(v: string);
|
|
61
|
+
get columnOptionsToolTipBackgroundColor(): string;
|
|
62
|
+
set columnOptionsToolTipBackgroundColor(v: string);
|
|
63
|
+
get columnOptionsHighlightColor(): string;
|
|
64
|
+
set columnOptionsHighlightColor(v: string);
|
|
65
|
+
/**
|
|
66
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
67
|
+
*/
|
|
68
|
+
get columnOptionsSeparatorColor(): string;
|
|
69
|
+
set columnOptionsSeparatorColor(v: string);
|
|
70
|
+
/**
|
|
71
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
72
|
+
*/
|
|
73
|
+
get columnOptionsGroupHeaderBackground(): string;
|
|
74
|
+
set columnOptionsGroupHeaderBackground(v: string);
|
|
75
|
+
/**
|
|
76
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
77
|
+
*/
|
|
78
|
+
get columnOptionsGroupHeaderTextColor(): string;
|
|
79
|
+
set columnOptionsGroupHeaderTextColor(v: string);
|
|
80
|
+
get columnOptionsGroupHeaderTextStyle(): string;
|
|
81
|
+
set columnOptionsGroupHeaderTextStyle(v: string);
|
|
82
|
+
get columnOptionsAccentColor(): string;
|
|
83
|
+
set columnOptionsAccentColor(v: string);
|
|
84
|
+
get columnOptionsRowHeight(): number;
|
|
85
|
+
set columnOptionsRowHeight(v: number);
|
|
38
86
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-data-grids",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.2",
|
|
4
4
|
"description": "Ignite UI Web Components data grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-data-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "7.1.0-alpha.
|
|
22
|
-
"igniteui-webcomponents-layouts": "7.1.0-alpha.
|
|
23
|
-
"igniteui-webcomponents-inputs": "7.1.0-alpha.
|
|
21
|
+
"igniteui-webcomponents-core": "7.1.0-alpha.2",
|
|
22
|
+
"igniteui-webcomponents-layouts": "7.1.0-alpha.2",
|
|
23
|
+
"igniteui-webcomponents-inputs": "7.1.0-alpha.2"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|
package/public_api.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './lib/igc-checkbox-list-module';
|
|
2
2
|
export * from './lib/igc-checkbox-list-component';
|
|
3
3
|
export * from './lib/CheckboxListView';
|
|
4
|
+
export * from './lib/ICheckboxListView';
|
|
4
5
|
export * from './lib/CheckboxList';
|
|
5
6
|
export * from './lib/CheckboxListKeysClearedEventArgs';
|
|
6
7
|
export * from './lib/igc-checkbox-list-keys-cleared-event-args';
|
|
@@ -315,6 +316,7 @@ export * from './lib/GridAnimationManager';
|
|
|
315
316
|
export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
|
|
316
317
|
export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
|
|
317
318
|
export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
|
|
319
|
+
export * from './lib/GridIconRepository';
|
|
318
320
|
export * from './lib/igc-grid-conditional-style-collection';
|
|
319
321
|
export * from './lib/GridConditionalStyleCollection';
|
|
320
322
|
export * from './lib/igc-grid-conditional-style-property-collection';
|
|
@@ -345,6 +347,7 @@ export * from './lib/GridColumnSpacer';
|
|
|
345
347
|
export * from './lib/GridColumnSpacerCollection';
|
|
346
348
|
export * from './lib/GridEffectGroup';
|
|
347
349
|
export * from './lib/GridStyleRepository';
|
|
350
|
+
export * from './lib/GridStyleRepositoryKeys';
|
|
348
351
|
export * from './lib/HoverManager';
|
|
349
352
|
export * from './lib/IColumnGrouping';
|
|
350
353
|
export * from './lib/IDataGridComponent';
|