igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-beta.0
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-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- 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 +15 -15
- 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/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- 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 +15 -15
- 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/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- 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 +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- 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/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -119,6 +119,7 @@ import { IgxGridCustomFilterRequestedEventArgs } from "./igx-grid-custom-filter-
|
|
|
119
119
|
import { ColumnGrouping } from "./ColumnGrouping";
|
|
120
120
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
121
121
|
import { IgxDataSourceRootSummariesChangedEventArgs } from "igniteui-angular-core";
|
|
122
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
122
123
|
import * as i0 from "@angular/core";
|
|
123
124
|
let GridStylingDefaults = {};
|
|
124
125
|
export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
@@ -595,8 +596,17 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
595
596
|
this.i.isGroupByAreaVisible = this._isGroupByAreaVisible;
|
|
596
597
|
}
|
|
597
598
|
/**
|
|
598
|
-
* Gets or sets the
|
|
599
|
+
* Gets or sets the base theme used by the grid.
|
|
599
600
|
*/
|
|
601
|
+
get theme() {
|
|
602
|
+
return this.i.theme;
|
|
603
|
+
}
|
|
604
|
+
set theme(v) {
|
|
605
|
+
this.i.theme = ensureEnum(BaseControlTheme_$type, v);
|
|
606
|
+
}
|
|
607
|
+
/**
|
|
608
|
+
* Gets or sets the type of column resizing to use.
|
|
609
|
+
*/
|
|
600
610
|
get columnResizingMode() {
|
|
601
611
|
return this.i.columnResizingMode;
|
|
602
612
|
}
|
|
@@ -1907,6 +1917,15 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1907
1917
|
set columnOptionsIconBehavior(v) {
|
|
1908
1918
|
this.i.columnOptionsIconBehavior = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
1909
1919
|
}
|
|
1920
|
+
/**
|
|
1921
|
+
* Gets the actual border color around the grid.
|
|
1922
|
+
*/
|
|
1923
|
+
get actualBorder() {
|
|
1924
|
+
return brushToString(this.i.actualBorder);
|
|
1925
|
+
}
|
|
1926
|
+
set actualBorder(v) {
|
|
1927
|
+
this.i.actualBorder = stringToBrush(v);
|
|
1928
|
+
}
|
|
1910
1929
|
/**
|
|
1911
1930
|
* Gets or sets the border color around the grid.
|
|
1912
1931
|
*/
|
|
@@ -2066,6 +2085,24 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2066
2085
|
set stopPropagation(v) {
|
|
2067
2086
|
this.i.stopPropagation = ensureBool(v);
|
|
2068
2087
|
}
|
|
2088
|
+
/**
|
|
2089
|
+
* Gets the actual background for the grid.
|
|
2090
|
+
*/
|
|
2091
|
+
get actualBackground() {
|
|
2092
|
+
return brushToString(this.i.actualBackground);
|
|
2093
|
+
}
|
|
2094
|
+
set actualBackground(v) {
|
|
2095
|
+
this.i.actualBackground = stringToBrush(v);
|
|
2096
|
+
}
|
|
2097
|
+
/**
|
|
2098
|
+
* Gets or sets the background for the grid.
|
|
2099
|
+
*/
|
|
2100
|
+
get background() {
|
|
2101
|
+
return brushToString(this.i.background);
|
|
2102
|
+
}
|
|
2103
|
+
set background(v) {
|
|
2104
|
+
this.i.background = stringToBrush(v);
|
|
2105
|
+
}
|
|
2069
2106
|
/**
|
|
2070
2107
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
2071
2108
|
*/
|
|
@@ -2632,6 +2669,57 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2632
2669
|
set scrollbarBackground(v) {
|
|
2633
2670
|
this.i.scrollbarBackground = stringToBrush(v);
|
|
2634
2671
|
}
|
|
2672
|
+
/**
|
|
2673
|
+
* Gets or sets the column options dropdown background color.
|
|
2674
|
+
*/
|
|
2675
|
+
get columnOptionsBackground() {
|
|
2676
|
+
return brushToString(this.i.columnOptionsBackground);
|
|
2677
|
+
}
|
|
2678
|
+
set columnOptionsBackground(v) {
|
|
2679
|
+
this.i.columnOptionsBackground = stringToBrush(v);
|
|
2680
|
+
}
|
|
2681
|
+
/**
|
|
2682
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
2683
|
+
*/
|
|
2684
|
+
get columnOptionsTextColor() {
|
|
2685
|
+
return brushToString(this.i.columnOptionsTextColor);
|
|
2686
|
+
}
|
|
2687
|
+
set columnOptionsTextColor(v) {
|
|
2688
|
+
this.i.columnOptionsTextColor = stringToBrush(v);
|
|
2689
|
+
}
|
|
2690
|
+
/**
|
|
2691
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
2692
|
+
*/
|
|
2693
|
+
get columnOptionsSeparatorColor() {
|
|
2694
|
+
return brushToString(this.i.columnOptionsSeparatorColor);
|
|
2695
|
+
}
|
|
2696
|
+
set columnOptionsSeparatorColor(v) {
|
|
2697
|
+
this.i.columnOptionsSeparatorColor = stringToBrush(v);
|
|
2698
|
+
}
|
|
2699
|
+
/**
|
|
2700
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
2701
|
+
*/
|
|
2702
|
+
get columnOptionsGroupHeaderBackground() {
|
|
2703
|
+
return brushToString(this.i.columnOptionsGroupHeaderBackground);
|
|
2704
|
+
}
|
|
2705
|
+
set columnOptionsGroupHeaderBackground(v) {
|
|
2706
|
+
this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
|
|
2707
|
+
}
|
|
2708
|
+
/**
|
|
2709
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
2710
|
+
*/
|
|
2711
|
+
get columnOptionsGroupHeaderTextColor() {
|
|
2712
|
+
return brushToString(this.i.columnOptionsGroupHeaderTextColor);
|
|
2713
|
+
}
|
|
2714
|
+
set columnOptionsGroupHeaderTextColor(v) {
|
|
2715
|
+
this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
|
|
2716
|
+
}
|
|
2717
|
+
get columnOptionsAccentColor() {
|
|
2718
|
+
return brushToString(this.i.columnOptionsAccentColor);
|
|
2719
|
+
}
|
|
2720
|
+
set columnOptionsAccentColor(v) {
|
|
2721
|
+
this.i.columnOptionsAccentColor = stringToBrush(v);
|
|
2722
|
+
}
|
|
2635
2723
|
get allowCopyOperation() {
|
|
2636
2724
|
return this.i.allowCopyOperation;
|
|
2637
2725
|
}
|
|
@@ -3817,7 +3905,7 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3817
3905
|
}
|
|
3818
3906
|
}
|
|
3819
3907
|
IgxDataGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ComponentFactoryResolver }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3820
|
-
IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", allowCopyOperation: "allowCopyOperation", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
|
|
3908
|
+
IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", allowCopyOperation: "allowCopyOperation", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: `
|
|
3821
3909
|
<ng-container #dynamicContent></ng-container>
|
|
3822
3910
|
`, isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3823
3911
|
return IgxDataGridComponent;
|
|
@@ -3850,6 +3938,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
3850
3938
|
type: Input
|
|
3851
3939
|
}], dataSource: [{
|
|
3852
3940
|
type: Input
|
|
3941
|
+
}], theme: [{
|
|
3942
|
+
type: Input
|
|
3853
3943
|
}], columnResizingMode: [{
|
|
3854
3944
|
type: Input
|
|
3855
3945
|
}], columnMovingMode: [{
|
|
@@ -4070,6 +4160,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4070
4160
|
type: Input
|
|
4071
4161
|
}], columnOptionsIconBehavior: [{
|
|
4072
4162
|
type: Input
|
|
4163
|
+
}], actualBorder: [{
|
|
4164
|
+
type: Input
|
|
4073
4165
|
}], border: [{
|
|
4074
4166
|
type: Input
|
|
4075
4167
|
}], actualBorderWidth: [{
|
|
@@ -4104,6 +4196,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4104
4196
|
type: Input
|
|
4105
4197
|
}], stopPropagation: [{
|
|
4106
4198
|
type: Input
|
|
4199
|
+
}], actualBackground: [{
|
|
4200
|
+
type: Input
|
|
4201
|
+
}], background: [{
|
|
4202
|
+
type: Input
|
|
4107
4203
|
}], responsiveStates: [{
|
|
4108
4204
|
type: Input
|
|
4109
4205
|
}], initialSorts: [{
|
|
@@ -4180,6 +4276,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4180
4276
|
type: Input
|
|
4181
4277
|
}], scrollbarBackground: [{
|
|
4182
4278
|
type: Input
|
|
4279
|
+
}], columnOptionsBackground: [{
|
|
4280
|
+
type: Input
|
|
4281
|
+
}], columnOptionsTextColor: [{
|
|
4282
|
+
type: Input
|
|
4283
|
+
}], columnOptionsSeparatorColor: [{
|
|
4284
|
+
type: Input
|
|
4285
|
+
}], columnOptionsGroupHeaderBackground: [{
|
|
4286
|
+
type: Input
|
|
4287
|
+
}], columnOptionsGroupHeaderTextColor: [{
|
|
4288
|
+
type: Input
|
|
4289
|
+
}], columnOptionsAccentColor: [{
|
|
4290
|
+
type: Input
|
|
4183
4291
|
}], allowCopyOperation: [{
|
|
4184
4292
|
type: Input
|
|
4185
4293
|
}], deferEventForRowDragSelection: [{
|
|
@@ -63,10 +63,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
onImplementationCreated() {
|
|
64
64
|
}
|
|
65
65
|
get isAnimationEnabled() {
|
|
66
|
-
return this.i.
|
|
66
|
+
return this.i.ad;
|
|
67
67
|
}
|
|
68
68
|
set isAnimationEnabled(v) {
|
|
69
|
-
this.i.
|
|
69
|
+
this.i.ad = ensureBool(v);
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* Gets or sets the scaling value used to affect the pixel density of the control.
|
|
@@ -74,10 +74,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
74
74
|
* to appear blurry.
|
|
75
75
|
*/
|
|
76
76
|
get pixelScalingRatio() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.al;
|
|
78
78
|
}
|
|
79
79
|
set pixelScalingRatio(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.al = +v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets the actual pixel scaling ratio used to affect the pixel density of the control.
|
|
@@ -85,25 +85,76 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
85
85
|
* to appear blurry.
|
|
86
86
|
*/
|
|
87
87
|
get actualPixelScalingRatio() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.ak;
|
|
89
89
|
}
|
|
90
90
|
set actualPixelScalingRatio(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.ak = +v;
|
|
92
92
|
}
|
|
93
93
|
get iconColor() {
|
|
94
|
-
return brushToString(this.i.
|
|
94
|
+
return brushToString(this.i.ci);
|
|
95
95
|
}
|
|
96
96
|
set iconColor(v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.ci = stringToBrush(v);
|
|
98
98
|
}
|
|
99
99
|
get viewSize() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.am;
|
|
101
101
|
}
|
|
102
102
|
set viewSize(v) {
|
|
103
|
-
this.i.
|
|
103
|
+
this.i.am = +v;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Gets or sets the column options dropdown background color.
|
|
107
|
+
*/
|
|
108
|
+
get columnOptionsBackground() {
|
|
109
|
+
return brushToString(this.i.cd);
|
|
110
|
+
}
|
|
111
|
+
set columnOptionsBackground(v) {
|
|
112
|
+
this.i.cd = stringToBrush(v);
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
116
|
+
*/
|
|
117
|
+
get columnOptionsTextColor() {
|
|
118
|
+
return brushToString(this.i.ch);
|
|
119
|
+
}
|
|
120
|
+
set columnOptionsTextColor(v) {
|
|
121
|
+
this.i.ch = stringToBrush(v);
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
125
|
+
*/
|
|
126
|
+
get columnOptionsSeparatorColor() {
|
|
127
|
+
return brushToString(this.i.cg);
|
|
128
|
+
}
|
|
129
|
+
set columnOptionsSeparatorColor(v) {
|
|
130
|
+
this.i.cg = stringToBrush(v);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
134
|
+
*/
|
|
135
|
+
get columnOptionsGroupHeaderBackground() {
|
|
136
|
+
return brushToString(this.i.ce);
|
|
137
|
+
}
|
|
138
|
+
set columnOptionsGroupHeaderBackground(v) {
|
|
139
|
+
this.i.ce = stringToBrush(v);
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
143
|
+
*/
|
|
144
|
+
get columnOptionsGroupHeaderTextColor() {
|
|
145
|
+
return brushToString(this.i.cf);
|
|
146
|
+
}
|
|
147
|
+
set columnOptionsGroupHeaderTextColor(v) {
|
|
148
|
+
this.i.cf = stringToBrush(v);
|
|
149
|
+
}
|
|
150
|
+
get columnOptionsAccentColor() {
|
|
151
|
+
return brushToString(this.i.cc);
|
|
152
|
+
}
|
|
153
|
+
set columnOptionsAccentColor(v) {
|
|
154
|
+
this.i.cc = stringToBrush(v);
|
|
104
155
|
}
|
|
105
156
|
get isOpen() {
|
|
106
|
-
return this.i.
|
|
157
|
+
return this.i.ae;
|
|
107
158
|
}
|
|
108
159
|
get commandCompleted() {
|
|
109
160
|
return this.i.commandCompleted;
|
|
@@ -179,16 +230,16 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
179
230
|
this._inStyling = false;
|
|
180
231
|
}
|
|
181
232
|
notifySizeChanged(width, height) {
|
|
182
|
-
this.i.
|
|
233
|
+
this.i.bo(width, height);
|
|
183
234
|
}
|
|
184
235
|
notifyCellSizeChanged() {
|
|
185
|
-
this.i.
|
|
236
|
+
this.i.bn();
|
|
186
237
|
}
|
|
187
238
|
showIcon() {
|
|
188
|
-
this.i.
|
|
239
|
+
this.i.b1();
|
|
189
240
|
}
|
|
190
241
|
hideIcon() {
|
|
191
|
-
this.i.
|
|
242
|
+
this.i.bl();
|
|
192
243
|
}
|
|
193
244
|
getDesiredToolbarActions() {
|
|
194
245
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -296,7 +347,7 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
296
347
|
}
|
|
297
348
|
}
|
|
298
349
|
IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
299
|
-
IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
350
|
+
IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
300
351
|
return IgxDataGridFilterDialogComponent;
|
|
301
352
|
})();
|
|
302
353
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, decorators: [{
|
|
@@ -317,6 +368,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
317
368
|
type: Input
|
|
318
369
|
}], viewSize: [{
|
|
319
370
|
type: Input
|
|
371
|
+
}], columnOptionsBackground: [{
|
|
372
|
+
type: Input
|
|
373
|
+
}], columnOptionsTextColor: [{
|
|
374
|
+
type: Input
|
|
375
|
+
}], columnOptionsSeparatorColor: [{
|
|
376
|
+
type: Input
|
|
377
|
+
}], columnOptionsGroupHeaderBackground: [{
|
|
378
|
+
type: Input
|
|
379
|
+
}], columnOptionsGroupHeaderTextColor: [{
|
|
380
|
+
type: Input
|
|
381
|
+
}], columnOptionsAccentColor: [{
|
|
382
|
+
type: Input
|
|
320
383
|
}], commandCompleted: [{
|
|
321
384
|
type: Input
|
|
322
385
|
}], invalidateActions: [{
|
|
@@ -56,10 +56,10 @@ export let IgxDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
56
56
|
onImplementationCreated() {
|
|
57
57
|
}
|
|
58
58
|
get pagerText() {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.bb;
|
|
60
60
|
}
|
|
61
61
|
set pagerText(v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.bb = v;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets the page size.
|
|
@@ -105,11 +105,29 @@ export let IgxDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
105
105
|
/**
|
|
106
106
|
* Gets or sets the background color to use.
|
|
107
107
|
*/
|
|
108
|
+
get actualBackground() {
|
|
109
|
+
return brushToString(this.i.cg);
|
|
110
|
+
}
|
|
111
|
+
set actualBackground(v) {
|
|
112
|
+
this.i.cg = stringToBrush(v);
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Gets or sets the background color to use.
|
|
116
|
+
*/
|
|
108
117
|
get background() {
|
|
109
|
-
return brushToString(this.i.
|
|
118
|
+
return brushToString(this.i.ci);
|
|
110
119
|
}
|
|
111
120
|
set background(v) {
|
|
112
|
-
this.i.
|
|
121
|
+
this.i.ci = stringToBrush(v);
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* Gets or sets the border color around the grid.
|
|
125
|
+
*/
|
|
126
|
+
get actualBorder() {
|
|
127
|
+
return brushToString(this.i.ch);
|
|
128
|
+
}
|
|
129
|
+
set actualBorder(v) {
|
|
130
|
+
this.i.ch = stringToBrush(v);
|
|
113
131
|
}
|
|
114
132
|
/**
|
|
115
133
|
* Gets or sets the border color around the grid.
|
|
@@ -182,16 +200,16 @@ export let IgxDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
182
200
|
this._inStyling = false;
|
|
183
201
|
}
|
|
184
202
|
nextPage() {
|
|
185
|
-
this.i.
|
|
203
|
+
this.i.bp();
|
|
186
204
|
}
|
|
187
205
|
previousPage() {
|
|
188
|
-
this.i.
|
|
206
|
+
this.i.b0();
|
|
189
207
|
}
|
|
190
208
|
firstPage() {
|
|
191
|
-
this.i.
|
|
209
|
+
this.i.bm();
|
|
192
210
|
}
|
|
193
211
|
lastPage() {
|
|
194
|
-
this.i.
|
|
212
|
+
this.i.bo();
|
|
195
213
|
}
|
|
196
214
|
provideContainer(container) {
|
|
197
215
|
this.i.provideContainer(container);
|
|
@@ -209,7 +227,7 @@ export let IgxDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
209
227
|
|
|
210
228
|
*/
|
|
211
229
|
exportSerializedVisualModel() {
|
|
212
|
-
let iv = this.i.
|
|
230
|
+
let iv = this.i.a1();
|
|
213
231
|
return (iv);
|
|
214
232
|
}
|
|
215
233
|
/**
|
|
@@ -244,7 +262,7 @@ export let IgxDataGridPagerComponent = /*@__PURE__*/ (() => {
|
|
|
244
262
|
}
|
|
245
263
|
}
|
|
246
264
|
IgxDataGridPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridPagerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
247
|
-
IgxDataGridPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridPagerComponent, selector: "igx-data-grid-pager", inputs: { pagerText: "pagerText", pageSize: "pageSize", pageCount: "pageCount", currentPage: "currentPage", textStyle: "textStyle", background: "background", border: "border" }, outputs: { pageChanged: "pageChanged" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
265
|
+
IgxDataGridPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridPagerComponent, selector: "igx-data-grid-pager", inputs: { pagerText: "pagerText", pageSize: "pageSize", pageCount: "pageCount", currentPage: "currentPage", textStyle: "textStyle", actualBackground: "actualBackground", background: "background", actualBorder: "actualBorder", border: "border" }, outputs: { pageChanged: "pageChanged" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
248
266
|
return IgxDataGridPagerComponent;
|
|
249
267
|
})();
|
|
250
268
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridPagerComponent, decorators: [{
|
|
@@ -265,8 +283,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
265
283
|
type: Input
|
|
266
284
|
}], textStyle: [{
|
|
267
285
|
type: Input
|
|
286
|
+
}], actualBackground: [{
|
|
287
|
+
type: Input
|
|
268
288
|
}], background: [{
|
|
269
289
|
type: Input
|
|
290
|
+
}], actualBorder: [{
|
|
291
|
+
type: Input
|
|
270
292
|
}], border: [{
|
|
271
293
|
type: Input
|
|
272
294
|
}], pageChanged: [{
|
|
@@ -41,92 +41,92 @@ export let IgxDateTimeColumnComponent = /*@__PURE__*/ (() => {
|
|
|
41
41
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
42
42
|
*/
|
|
43
43
|
get dateTimeFormat() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.qv;
|
|
45
45
|
}
|
|
46
46
|
set dateTimeFormat(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.qv = ensureEnum(DateTimeFormats_$type, v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
51
51
|
*/
|
|
52
52
|
get formatString() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.rd;
|
|
54
54
|
}
|
|
55
55
|
set formatString(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.rd = v;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets the format string to use when editing dates.
|
|
60
60
|
*/
|
|
61
61
|
get editorFormatString() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.q6;
|
|
63
63
|
}
|
|
64
64
|
set editorFormatString(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.q6 = v;
|
|
66
66
|
}
|
|
67
67
|
get formatSpecifiers() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.qr;
|
|
69
69
|
}
|
|
70
70
|
set formatSpecifiers(v) {
|
|
71
71
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
72
72
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
73
73
|
v = v.split(re);
|
|
74
74
|
}
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.qr = v;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
79
79
|
*/
|
|
80
80
|
get formatOverride() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.q2;
|
|
82
82
|
}
|
|
83
83
|
set formatOverride(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.q2 = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
88
88
|
*/
|
|
89
89
|
get showTodayButton() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.qy;
|
|
91
91
|
}
|
|
92
92
|
set showTodayButton(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.qy = ensureBool(v);
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets the editor type used for editing cells in this column.
|
|
97
97
|
*/
|
|
98
98
|
get editorType() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.qw;
|
|
100
100
|
}
|
|
101
101
|
set editorType(v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.qw = ensureEnum(EditorType_$type, v);
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets or sets the ComboBox data source.
|
|
106
106
|
*/
|
|
107
107
|
get editorDataSource() {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.q1;
|
|
109
109
|
}
|
|
110
110
|
set editorDataSource(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.q1 = v;
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Gets or sets the ComboBox text field.
|
|
115
115
|
*/
|
|
116
116
|
get editorTextField() {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.q8;
|
|
118
118
|
}
|
|
119
119
|
set editorTextField(v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.q8 = v;
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* Gets or sets the ComboBox value field.
|
|
124
124
|
*/
|
|
125
125
|
get editorValueField() {
|
|
126
|
-
return this.i.
|
|
126
|
+
return this.i.q9;
|
|
127
127
|
}
|
|
128
128
|
set editorValueField(v) {
|
|
129
|
-
this.i.
|
|
129
|
+
this.i.q9 = v;
|
|
130
130
|
}
|
|
131
131
|
findByName(name) {
|
|
132
132
|
var baseResult = super.findByName(name);
|