igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.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-angular-data-grids.umd.js +3905 -3606
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igx-checkbox-list-component.js +57 -46
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +101 -85
- package/esm2015/lib/igx-data-grid-component.js +24 -1
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igx-checkbox-list-component.js +60 -45
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +109 -85
- package/esm5/lib/igx-data-grid-component.js +32 -1
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
- package/fesm5/igniteui-angular-data-grids.js +3905 -3606
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +5 -1
- package/lib/igx-data-grid-component.d.ts +13 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
- package/lib/igx-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -2380,6 +2380,16 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2380
2380
|
set isGroupExpandedDefault(v) {
|
|
2381
2381
|
this.i.isGroupExpandedDefault = ensureBool(v);
|
|
2382
2382
|
}
|
|
2383
|
+
/**
|
|
2384
|
+
* Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
|
|
2385
|
+
* When false (the default), only the expansion indicator toggles the group.
|
|
2386
|
+
*/
|
|
2387
|
+
get expandCollapseOnSectionHeaderClick() {
|
|
2388
|
+
return this.i.expandCollapseOnSectionHeaderClick;
|
|
2389
|
+
}
|
|
2390
|
+
set expandCollapseOnSectionHeaderClick(v) {
|
|
2391
|
+
this.i.expandCollapseOnSectionHeaderClick = ensureBool(v);
|
|
2392
|
+
}
|
|
2383
2393
|
/**
|
|
2384
2394
|
* Gets or sets the display mode summaries will use inside groups.
|
|
2385
2395
|
*/
|
|
@@ -2752,6 +2762,15 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2752
2762
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
2753
2763
|
this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
|
|
2754
2764
|
}
|
|
2765
|
+
/**
|
|
2766
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
2767
|
+
*/
|
|
2768
|
+
get columnOptionsToolTipTextColor() {
|
|
2769
|
+
return brushToString(this.i.columnOptionsToolTipTextColor);
|
|
2770
|
+
}
|
|
2771
|
+
set columnOptionsToolTipTextColor(v) {
|
|
2772
|
+
this.i.columnOptionsToolTipTextColor = stringToBrush(v);
|
|
2773
|
+
}
|
|
2755
2774
|
/**
|
|
2756
2775
|
* Gets or sets the highlight color inside the column options menu.
|
|
2757
2776
|
*/
|
|
@@ -4042,7 +4061,7 @@ export let IgxDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
4042
4061
|
}
|
|
4043
4062
|
}
|
|
4044
4063
|
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 });
|
|
4045
|
-
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", useNewerColumnOptionsMenu: "useNewerColumnOptionsMenu", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", cellSelectedTextColor: "cellSelectedTextColor", 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", sectionHeaderExpansionIndicatorIconColor: "sectionHeaderExpansionIndicatorIconColor", 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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", allowCopyOperation: "allowCopyOperation", maxSelectedCellRanges: "maxSelectedCellRanges", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", filterRowDataBinding: "filterRowDataBinding", filterRowDataBound: "filterRowDataBound", 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: `
|
|
4064
|
+
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", useNewerColumnOptionsMenu: "useNewerColumnOptionsMenu", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", cellSelectedTextColor: "cellSelectedTextColor", 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", sectionHeaderExpansionIndicatorIconColor: "sectionHeaderExpansionIndicatorIconColor", 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", expandCollapseOnSectionHeaderClick: "expandCollapseOnSectionHeaderClick", 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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", allowCopyOperation: "allowCopyOperation", maxSelectedCellRanges: "maxSelectedCellRanges", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", filterRowDataBinding: "filterRowDataBinding", filterRowDataBound: "filterRowDataBound", 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: `
|
|
4046
4065
|
<ng-container #dynamicContent></ng-container>
|
|
4047
4066
|
`, isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4048
4067
|
return IgxDataGridComponent;
|
|
@@ -4359,6 +4378,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4359
4378
|
type: Input
|
|
4360
4379
|
}], isGroupExpandedDefault: [{
|
|
4361
4380
|
type: Input
|
|
4381
|
+
}], expandCollapseOnSectionHeaderClick: [{
|
|
4382
|
+
type: Input
|
|
4362
4383
|
}], groupSummaryDisplayMode: [{
|
|
4363
4384
|
type: Input
|
|
4364
4385
|
}], autoAcceptEdits: [{
|
|
@@ -4429,6 +4450,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
4429
4450
|
type: Input
|
|
4430
4451
|
}], columnOptionsToolTipBackgroundColor: [{
|
|
4431
4452
|
type: Input
|
|
4453
|
+
}], columnOptionsToolTipTextColor: [{
|
|
4454
|
+
type: Input
|
|
4432
4455
|
}], columnOptionsHighlightColor: [{
|
|
4433
4456
|
type: Input
|
|
4434
4457
|
}], columnOptionsSeparatorColor: [{
|
|
@@ -92,10 +92,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
92
92
|
this.i.ap = +v;
|
|
93
93
|
}
|
|
94
94
|
get iconColor() {
|
|
95
|
-
return brushToString(this.i.
|
|
95
|
+
return brushToString(this.i.c4);
|
|
96
96
|
}
|
|
97
97
|
set iconColor(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.c4 = stringToBrush(v);
|
|
99
99
|
}
|
|
100
100
|
get viewSize() {
|
|
101
101
|
return this.i.ar;
|
|
@@ -107,19 +107,19 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
107
107
|
* Gets or sets the column options dropdown background color.
|
|
108
108
|
*/
|
|
109
109
|
get columnOptionsBackground() {
|
|
110
|
-
return brushToString(this.i.
|
|
110
|
+
return brushToString(this.i.cv);
|
|
111
111
|
}
|
|
112
112
|
set columnOptionsBackground(v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.cv = stringToBrush(v);
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Gets or sets the text color for text inside the column options menu.
|
|
117
117
|
*/
|
|
118
118
|
get columnOptionsTextColor() {
|
|
119
|
-
return brushToString(this.i.
|
|
119
|
+
return brushToString(this.i.c1);
|
|
120
120
|
}
|
|
121
121
|
set columnOptionsTextColor(v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.c1 = stringToBrush(v);
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Gets or sets the font settings for text inside the column options menu.
|
|
@@ -139,55 +139,64 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
139
139
|
* Gets or sets the hover background color inside the column options menu.
|
|
140
140
|
*/
|
|
141
141
|
get columnOptionsHoverBackgroundColor() {
|
|
142
|
-
return brushToString(this.i.
|
|
142
|
+
return brushToString(this.i.cz);
|
|
143
143
|
}
|
|
144
144
|
set columnOptionsHoverBackgroundColor(v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.cz = stringToBrush(v);
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
148
|
* Gets or sets the tooltip background color inside the column options menu.
|
|
149
149
|
*/
|
|
150
150
|
get columnOptionsToolTipBackgroundColor() {
|
|
151
|
-
return brushToString(this.i.
|
|
151
|
+
return brushToString(this.i.c2);
|
|
152
152
|
}
|
|
153
153
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
154
|
-
this.i.
|
|
154
|
+
this.i.c2 = stringToBrush(v);
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
158
|
+
*/
|
|
159
|
+
get columnOptionsToolTipTextColor() {
|
|
160
|
+
return brushToString(this.i.c3);
|
|
161
|
+
}
|
|
162
|
+
set columnOptionsToolTipTextColor(v) {
|
|
163
|
+
this.i.c3 = stringToBrush(v);
|
|
155
164
|
}
|
|
156
165
|
/**
|
|
157
166
|
* Gets or sets the highlight color inside the column options menu.
|
|
158
167
|
*/
|
|
159
168
|
get columnOptionsHighlightColor() {
|
|
160
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.cy);
|
|
161
170
|
}
|
|
162
171
|
set columnOptionsHighlightColor(v) {
|
|
163
|
-
this.i.
|
|
172
|
+
this.i.cy = stringToBrush(v);
|
|
164
173
|
}
|
|
165
174
|
/**
|
|
166
175
|
* Gets or sets the color of separators inside the column options menu.
|
|
167
176
|
*/
|
|
168
177
|
get columnOptionsSeparatorColor() {
|
|
169
|
-
return brushToString(this.i.
|
|
178
|
+
return brushToString(this.i.c0);
|
|
170
179
|
}
|
|
171
180
|
set columnOptionsSeparatorColor(v) {
|
|
172
|
-
this.i.
|
|
181
|
+
this.i.c0 = stringToBrush(v);
|
|
173
182
|
}
|
|
174
183
|
/**
|
|
175
184
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
176
185
|
*/
|
|
177
186
|
get columnOptionsGroupHeaderBackground() {
|
|
178
|
-
return brushToString(this.i.
|
|
187
|
+
return brushToString(this.i.cw);
|
|
179
188
|
}
|
|
180
189
|
set columnOptionsGroupHeaderBackground(v) {
|
|
181
|
-
this.i.
|
|
190
|
+
this.i.cw = stringToBrush(v);
|
|
182
191
|
}
|
|
183
192
|
/**
|
|
184
193
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
185
194
|
*/
|
|
186
195
|
get columnOptionsGroupHeaderTextColor() {
|
|
187
|
-
return brushToString(this.i.
|
|
196
|
+
return brushToString(this.i.cx);
|
|
188
197
|
}
|
|
189
198
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
190
|
-
this.i.
|
|
199
|
+
this.i.cx = stringToBrush(v);
|
|
191
200
|
}
|
|
192
201
|
/**
|
|
193
202
|
* Gets or sets the font settings for group header text inside the column options menu.
|
|
@@ -204,10 +213,10 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
204
213
|
this.i.aa = fi;
|
|
205
214
|
}
|
|
206
215
|
get columnOptionsAccentColor() {
|
|
207
|
-
return brushToString(this.i.
|
|
216
|
+
return brushToString(this.i.cu);
|
|
208
217
|
}
|
|
209
218
|
set columnOptionsAccentColor(v) {
|
|
210
|
-
this.i.
|
|
219
|
+
this.i.cu = stringToBrush(v);
|
|
211
220
|
}
|
|
212
221
|
/**
|
|
213
222
|
* Gets or sets the row height for submenus inside the column options menu.
|
|
@@ -295,16 +304,16 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
295
304
|
this._inStyling = false;
|
|
296
305
|
}
|
|
297
306
|
notifySizeChanged(width, height) {
|
|
298
|
-
this.i.
|
|
307
|
+
this.i.b2(width, height);
|
|
299
308
|
}
|
|
300
309
|
notifyCellSizeChanged() {
|
|
301
|
-
this.i.
|
|
310
|
+
this.i.b1();
|
|
302
311
|
}
|
|
303
312
|
showIcon() {
|
|
304
|
-
this.i.
|
|
313
|
+
this.i.cf();
|
|
305
314
|
}
|
|
306
315
|
hideIcon() {
|
|
307
|
-
this.i.
|
|
316
|
+
this.i.bz();
|
|
308
317
|
}
|
|
309
318
|
getDesiredToolbarActions() {
|
|
310
319
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -412,7 +421,7 @@ export let IgxDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
|
|
|
412
421
|
}
|
|
413
422
|
}
|
|
414
423
|
IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
415
|
-
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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
424
|
+
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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
416
425
|
return IgxDataGridFilterDialogComponent;
|
|
417
426
|
})();
|
|
418
427
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, decorators: [{
|
|
@@ -443,6 +452,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
443
452
|
type: Input
|
|
444
453
|
}], columnOptionsToolTipBackgroundColor: [{
|
|
445
454
|
type: Input
|
|
455
|
+
}], columnOptionsToolTipTextColor: [{
|
|
456
|
+
type: Input
|
|
446
457
|
}], columnOptionsHighlightColor: [{
|
|
447
458
|
type: Input
|
|
448
459
|
}], columnOptionsSeparatorColor: [{
|
|
@@ -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.sj;
|
|
45
45
|
}
|
|
46
46
|
set dateTimeFormat(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.sj = 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.s1;
|
|
54
54
|
}
|
|
55
55
|
set formatString(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.s1 = 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.su;
|
|
63
63
|
}
|
|
64
64
|
set editorFormatString(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.su = v;
|
|
66
66
|
}
|
|
67
67
|
get formatSpecifiers() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.sf;
|
|
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.sf = 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.sq;
|
|
82
82
|
}
|
|
83
83
|
set formatOverride(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.sq = 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.sm;
|
|
91
91
|
}
|
|
92
92
|
set showTodayButton(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.sm = 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.sk;
|
|
100
100
|
}
|
|
101
101
|
set editorType(v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.sk = 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.sp;
|
|
109
109
|
}
|
|
110
110
|
set editorDataSource(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.sp = 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.sw;
|
|
118
118
|
}
|
|
119
119
|
set editorTextField(v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.sw = 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.sx;
|
|
127
127
|
}
|
|
128
128
|
set editorValueField(v) {
|
|
129
|
-
this.i.
|
|
129
|
+
this.i.sx = v;
|
|
130
130
|
}
|
|
131
131
|
findByName(name) {
|
|
132
132
|
var baseResult = super.findByName(name);
|
|
@@ -119,7 +119,7 @@ export let IgxGridColumnFilterOptionsComponent = /*@__PURE__*/ (() => {
|
|
|
119
119
|
<div #_filterButtonsSectionRef
|
|
120
120
|
key="filterButtonsSection"
|
|
121
121
|
></div>
|
|
122
|
-
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
122
|
+
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
123
123
|
return IgxGridColumnFilterOptionsComponent;
|
|
124
124
|
})();
|
|
125
125
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridColumnFilterOptionsComponent, decorators: [{
|
|
@@ -41,46 +41,46 @@ export let IgxImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
41
41
|
* Gets or sets the stretch option to use when rendering images
|
|
42
42
|
*/
|
|
43
43
|
get imageStretchOption() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.si;
|
|
45
45
|
}
|
|
46
46
|
set imageStretchOption(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.si = ensureEnum(ImageStretchOptions_$type, v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the editor type used for editing cells in this column.
|
|
51
51
|
*/
|
|
52
52
|
get editorType() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.se;
|
|
54
54
|
}
|
|
55
55
|
set editorType(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.se = ensureEnum(EditorType_$type, v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get editorDataSource() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.sj;
|
|
63
63
|
}
|
|
64
64
|
set editorDataSource(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.sj = v;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the ComboBox text field.
|
|
69
69
|
*/
|
|
70
70
|
get editorTextField() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.sk;
|
|
72
72
|
}
|
|
73
73
|
set editorTextField(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.sk = v;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the ComboBox value field.
|
|
78
78
|
*/
|
|
79
79
|
get editorValueField() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.sl;
|
|
81
81
|
}
|
|
82
82
|
set editorValueField(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.sl = v;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
IgxImageColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -40,147 +40,147 @@ export let IgxNumericColumnComponent = /*@__PURE__*/ (() => {
|
|
|
40
40
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
41
41
|
*/
|
|
42
42
|
get negativePrefix() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.tc;
|
|
44
44
|
}
|
|
45
45
|
set negativePrefix(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.tc = v;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
50
50
|
*/
|
|
51
51
|
get positivePrefix() {
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.tg;
|
|
53
53
|
}
|
|
54
54
|
set positivePrefix(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.tg = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
59
59
|
*/
|
|
60
60
|
get negativeSuffix() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.te;
|
|
62
62
|
}
|
|
63
63
|
set negativeSuffix(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.te = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
68
68
|
*/
|
|
69
69
|
get positiveSuffix() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.ti;
|
|
71
71
|
}
|
|
72
72
|
set positiveSuffix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.ti = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
77
77
|
*/
|
|
78
78
|
get maxFractionDigits() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.sq;
|
|
80
80
|
}
|
|
81
81
|
set maxFractionDigits(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.sq = +v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
86
86
|
*/
|
|
87
87
|
get minFractionDigits() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.sr;
|
|
89
89
|
}
|
|
90
90
|
set minFractionDigits(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.sr = +v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
95
95
|
*/
|
|
96
96
|
get minIntegerDigits() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.ss;
|
|
98
98
|
}
|
|
99
99
|
set minIntegerDigits(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.ss = +v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* Gets or sets whether the column's values are displayed as percentages.
|
|
104
104
|
* When true, the raw numeric value is multiplied by 100 before it is formatted for display.
|
|
105
105
|
*/
|
|
106
106
|
get isPercent() {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.sk;
|
|
108
108
|
}
|
|
109
109
|
set isPercent(v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.sk = ensureBool(v);
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
114
114
|
*/
|
|
115
115
|
get showGroupingSeparator() {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.sl;
|
|
117
117
|
}
|
|
118
118
|
set showGroupingSeparator(v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.sl = ensureBool(v);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
123
123
|
*/
|
|
124
124
|
get formatString() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.s6;
|
|
126
126
|
}
|
|
127
127
|
set formatString(v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.s6 = v;
|
|
129
129
|
}
|
|
130
130
|
get formatSpecifiers() {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.sf;
|
|
132
132
|
}
|
|
133
133
|
set formatSpecifiers(v) {
|
|
134
134
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
135
135
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
136
136
|
v = v.split(re);
|
|
137
137
|
}
|
|
138
|
-
this.i.
|
|
138
|
+
this.i.sf = v;
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
142
142
|
*/
|
|
143
143
|
get formatOverride() {
|
|
144
|
-
return this.i.
|
|
144
|
+
return this.i.sv;
|
|
145
145
|
}
|
|
146
146
|
set formatOverride(v) {
|
|
147
|
-
this.i.
|
|
147
|
+
this.i.sv = v;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
150
|
* Gets or sets the editor type used for editing cells in this column.
|
|
151
151
|
*/
|
|
152
152
|
get editorType() {
|
|
153
|
-
return this.i.
|
|
153
|
+
return this.i.sh;
|
|
154
154
|
}
|
|
155
155
|
set editorType(v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.sh = ensureEnum(EditorType_$type, v);
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
159
|
* Gets or sets the ComboBox data source.
|
|
160
160
|
*/
|
|
161
161
|
get editorDataSource() {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.su;
|
|
163
163
|
}
|
|
164
164
|
set editorDataSource(v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.su = v;
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* Gets or sets the ComboBox text field.
|
|
169
169
|
*/
|
|
170
170
|
get editorTextField() {
|
|
171
|
-
return this.i.
|
|
171
|
+
return this.i.s1;
|
|
172
172
|
}
|
|
173
173
|
set editorTextField(v) {
|
|
174
|
-
this.i.
|
|
174
|
+
this.i.s1 = v;
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
177
|
* Gets or sets the ComboBox value field.
|
|
178
178
|
*/
|
|
179
179
|
get editorValueField() {
|
|
180
|
-
return this.i.
|
|
180
|
+
return this.i.s2;
|
|
181
181
|
}
|
|
182
182
|
set editorValueField(v) {
|
|
183
|
-
this.i.
|
|
183
|
+
this.i.s2 = v;
|
|
184
184
|
}
|
|
185
185
|
findByName(name) {
|
|
186
186
|
var baseResult = super.findByName(name);
|