igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.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 +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -125,7 +125,7 @@ var IgxGridColumnFilterOptionsComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
125
125
|
this.i.bt();
|
|
126
126
|
};
|
|
127
127
|
IgxGridColumnFilterOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridColumnFilterOptionsComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
128
|
-
IgxGridColumnFilterOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridColumnFilterOptionsComponent, selector: "igx-grid-column-filter-options", inputs: { clearColumnFiltersCaption: "clearColumnFiltersCaption", filterListPlaceholderText: "filterListPlaceholderText", filterListDensity: "filterListDensity", actualFilterListDensity: "actualFilterListDensity", textFilterCaption: "textFilterCaption" }, host: { classAttribute: "ig-grid-column-filter-options igx-grid-column-filter-options" }, providers: [], viewQueries: [{ propertyName: "_mainDivRef", first: true, predicate: ["_mainDivRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_clearFiltersSectionRef", first: true, predicate: ["_clearFiltersSectionRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_filterSectionRef", first: true, predicate: ["_filterSectionRef"], descendants: true, static: true }, { propertyName: "_filterCheckboxListSectionRef", first: true, predicate: ["_filterCheckboxListSectionRef"], descendants: true, static: true }, { propertyName: "_filterButtonsSectionRef", first: true, predicate: ["_filterButtonsSectionRef"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #_mainDivRef\n >\n <div #_clearFiltersSectionRef\n key=\"clearFiltersSection\"\n ></div>\n\n <div #_filterSectionRef\n key=\"filtersSection\"\n ></div>\n\n <igx-checkbox-list \n #_filterCheckboxListSectionRef\n key=\"filterCheckboxListSection\"\n width=\"195px\"\n ></igx-checkbox-list>\n\n <div #_filterButtonsSectionRef\n key=\"filterButtonsSection\"\n ></div>\n </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 });
|
|
128
|
+
IgxGridColumnFilterOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridColumnFilterOptionsComponent, selector: "igx-grid-column-filter-options", inputs: { clearColumnFiltersCaption: "clearColumnFiltersCaption", filterListPlaceholderText: "filterListPlaceholderText", filterListDensity: "filterListDensity", actualFilterListDensity: "actualFilterListDensity", textFilterCaption: "textFilterCaption" }, host: { classAttribute: "ig-grid-column-filter-options igx-grid-column-filter-options" }, providers: [], viewQueries: [{ propertyName: "_mainDivRef", first: true, predicate: ["_mainDivRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_clearFiltersSectionRef", first: true, predicate: ["_clearFiltersSectionRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_filterSectionRef", first: true, predicate: ["_filterSectionRef"], descendants: true, static: true }, { propertyName: "_filterCheckboxListSectionRef", first: true, predicate: ["_filterCheckboxListSectionRef"], descendants: true, static: true }, { propertyName: "_filterButtonsSectionRef", first: true, predicate: ["_filterButtonsSectionRef"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #_mainDivRef\n >\n <div #_clearFiltersSectionRef\n key=\"clearFiltersSection\"\n ></div>\n\n <div #_filterSectionRef\n key=\"filtersSection\"\n ></div>\n\n <igx-checkbox-list \n #_filterCheckboxListSectionRef\n key=\"filterCheckboxListSection\"\n width=\"195px\"\n ></igx-checkbox-list>\n\n <div #_filterButtonsSectionRef\n key=\"filterButtonsSection\"\n ></div>\n </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", "scrollbarHoverBackground", "scrollbarActiveBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
129
129
|
return IgxGridColumnFilterOptionsComponent;
|
|
130
130
|
}(IgxGridColumnOptionsSectionBaseComponent));
|
|
131
131
|
export { IgxGridColumnFilterOptionsComponent };
|
|
@@ -41,10 +41,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
41
|
* Gets or sets the color to use for the sort indicator icon
|
|
42
42
|
*/
|
|
43
43
|
get: function () {
|
|
44
|
-
return brushToString(this.i.
|
|
44
|
+
return brushToString(this.i.ht);
|
|
45
45
|
},
|
|
46
46
|
set: function (v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.ht = stringToBrush(v);
|
|
48
48
|
},
|
|
49
49
|
enumerable: false,
|
|
50
50
|
configurable: true
|
|
@@ -54,30 +54,30 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
* Gets the actual background color that is used for the cells when they are selected
|
|
55
55
|
*/
|
|
56
56
|
get: function () {
|
|
57
|
-
return brushToString(this.i.
|
|
57
|
+
return brushToString(this.i.hr);
|
|
58
58
|
},
|
|
59
59
|
set: function (v) {
|
|
60
|
-
this.i.
|
|
60
|
+
this.i.hr = stringToBrush(v);
|
|
61
61
|
},
|
|
62
62
|
enumerable: false,
|
|
63
63
|
configurable: true
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(IgxHeaderComponent.prototype, "sortIndicatorStyle", {
|
|
66
66
|
get: function () {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.g6;
|
|
68
68
|
},
|
|
69
69
|
set: function (v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.g6 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
71
71
|
},
|
|
72
72
|
enumerable: false,
|
|
73
73
|
configurable: true
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(IgxHeaderComponent.prototype, "actualSortIndicatorStyle", {
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.g5;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
81
81
|
},
|
|
82
82
|
enumerable: false,
|
|
83
83
|
configurable: true
|
|
@@ -87,10 +87,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87
87
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
88
88
|
*/
|
|
89
89
|
get: function () {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.hc;
|
|
91
91
|
},
|
|
92
92
|
set: function (v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.hc = +v;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
@@ -100,10 +100,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
100
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
101
101
|
*/
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.he;
|
|
104
104
|
},
|
|
105
105
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.he = +v;
|
|
107
107
|
},
|
|
108
108
|
enumerable: false,
|
|
109
109
|
configurable: true
|
|
@@ -113,10 +113,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
113
113
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
114
114
|
*/
|
|
115
115
|
get: function () {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.hd;
|
|
117
117
|
},
|
|
118
118
|
set: function (v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.hd = +v;
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
@@ -126,10 +126,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126
126
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
127
127
|
*/
|
|
128
128
|
get: function () {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.hb;
|
|
130
130
|
},
|
|
131
131
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
132
|
+
this.i.hb = +v;
|
|
133
133
|
},
|
|
134
134
|
enumerable: false,
|
|
135
135
|
configurable: true
|
|
@@ -30,10 +30,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
* Sets or gets the resource path to use to get the image for the cell.
|
|
31
31
|
*/
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.ok;
|
|
34
34
|
},
|
|
35
35
|
set: function (v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.ok = v;
|
|
37
37
|
},
|
|
38
38
|
enumerable: false,
|
|
39
39
|
configurable: true
|
|
@@ -43,10 +43,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
43
43
|
* Sets or gets the image stretching behavior for the image.
|
|
44
44
|
*/
|
|
45
45
|
get: function () {
|
|
46
|
-
return this.i.
|
|
46
|
+
return this.i.of;
|
|
47
47
|
},
|
|
48
48
|
set: function (v) {
|
|
49
|
-
this.i.
|
|
49
|
+
this.i.of = ensureEnum(ImageStretchOptions_$type, v);
|
|
50
50
|
},
|
|
51
51
|
enumerable: false,
|
|
52
52
|
configurable: true
|
|
@@ -56,10 +56,10 @@ var IgxImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56
56
|
* Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
|
|
57
57
|
*/
|
|
58
58
|
get: function () {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.od;
|
|
60
60
|
},
|
|
61
61
|
set: function (v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.od = ensureEnum(ImageResourceType_$type, v);
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -47,10 +47,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
* Gets or sets the stretch option to use when rendering images
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.s4;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.s4 = ensureEnum(ImageStretchOptions_$type, v);
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,10 +60,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
* Gets or sets the editor type used for editing cells in this column.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.s0;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.s0 = ensureEnum(EditorType_$type, v);
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
69
69
|
configurable: true
|
|
@@ -73,10 +73,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
73
73
|
* Gets or sets the ComboBox data source.
|
|
74
74
|
*/
|
|
75
75
|
get: function () {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.s5;
|
|
77
77
|
},
|
|
78
78
|
set: function (v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.s5 = v;
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
@@ -86,10 +86,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86
86
|
* Gets or sets the ComboBox text field.
|
|
87
87
|
*/
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.s6;
|
|
90
90
|
},
|
|
91
91
|
set: function (v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.s6 = v;
|
|
93
93
|
},
|
|
94
94
|
enumerable: false,
|
|
95
95
|
configurable: true
|
|
@@ -99,10 +99,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
99
99
|
* Gets or sets the ComboBox value field.
|
|
100
100
|
*/
|
|
101
101
|
get: function () {
|
|
102
|
-
return this.i.
|
|
102
|
+
return this.i.s7;
|
|
103
103
|
},
|
|
104
104
|
set: function (v) {
|
|
105
|
-
this.i.
|
|
105
|
+
this.i.s7 = v;
|
|
106
106
|
},
|
|
107
107
|
enumerable: false,
|
|
108
108
|
configurable: true
|
|
@@ -293,8 +293,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
293
293
|
},
|
|
294
294
|
set: function (v) {
|
|
295
295
|
this.ensureContentPadding();
|
|
296
|
-
|
|
297
|
-
this.i.im
|
|
296
|
+
var __nv = +v;
|
|
297
|
+
if (this.i.im.bottom === __nv) {
|
|
298
|
+
return;
|
|
299
|
+
}
|
|
300
|
+
var __copy = new Thickness(2);
|
|
301
|
+
__copy.bottom = __nv;
|
|
302
|
+
__copy.left = this.i.im.left;
|
|
303
|
+
__copy.right = this.i.im.right;
|
|
304
|
+
__copy.top = this.i.im.top;
|
|
305
|
+
this.i.im = __copy;
|
|
298
306
|
},
|
|
299
307
|
enumerable: false,
|
|
300
308
|
configurable: true
|
|
@@ -305,8 +313,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
305
313
|
},
|
|
306
314
|
set: function (v) {
|
|
307
315
|
this.ensureContentPadding();
|
|
308
|
-
|
|
309
|
-
this.i.im
|
|
316
|
+
var __nv = +v;
|
|
317
|
+
if (this.i.im.left === __nv) {
|
|
318
|
+
return;
|
|
319
|
+
}
|
|
320
|
+
var __copy = new Thickness(2);
|
|
321
|
+
__copy.left = __nv;
|
|
322
|
+
__copy.bottom = this.i.im.bottom;
|
|
323
|
+
__copy.right = this.i.im.right;
|
|
324
|
+
__copy.top = this.i.im.top;
|
|
325
|
+
this.i.im = __copy;
|
|
310
326
|
},
|
|
311
327
|
enumerable: false,
|
|
312
328
|
configurable: true
|
|
@@ -317,8 +333,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
317
333
|
},
|
|
318
334
|
set: function (v) {
|
|
319
335
|
this.ensureContentPadding();
|
|
320
|
-
|
|
321
|
-
this.i.im
|
|
336
|
+
var __nv = +v;
|
|
337
|
+
if (this.i.im.right === __nv) {
|
|
338
|
+
return;
|
|
339
|
+
}
|
|
340
|
+
var __copy = new Thickness(2);
|
|
341
|
+
__copy.right = __nv;
|
|
342
|
+
__copy.bottom = this.i.im.bottom;
|
|
343
|
+
__copy.left = this.i.im.left;
|
|
344
|
+
__copy.top = this.i.im.top;
|
|
345
|
+
this.i.im = __copy;
|
|
322
346
|
},
|
|
323
347
|
enumerable: false,
|
|
324
348
|
configurable: true
|
|
@@ -329,8 +353,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
329
353
|
},
|
|
330
354
|
set: function (v) {
|
|
331
355
|
this.ensureContentPadding();
|
|
332
|
-
|
|
333
|
-
this.i.im
|
|
356
|
+
var __nv = +v;
|
|
357
|
+
if (this.i.im.top === __nv) {
|
|
358
|
+
return;
|
|
359
|
+
}
|
|
360
|
+
var __copy = new Thickness(2);
|
|
361
|
+
__copy.top = __nv;
|
|
362
|
+
__copy.bottom = this.i.im.bottom;
|
|
363
|
+
__copy.left = this.i.im.left;
|
|
364
|
+
__copy.right = this.i.im.right;
|
|
365
|
+
this.i.im = __copy;
|
|
334
366
|
},
|
|
335
367
|
enumerable: false,
|
|
336
368
|
configurable: true
|
|
@@ -347,8 +379,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
347
379
|
},
|
|
348
380
|
set: function (v) {
|
|
349
381
|
this.ensureActualContentPadding();
|
|
350
|
-
|
|
351
|
-
this.i.il
|
|
382
|
+
var __nv = +v;
|
|
383
|
+
if (this.i.il.bottom === __nv) {
|
|
384
|
+
return;
|
|
385
|
+
}
|
|
386
|
+
var __copy = new Thickness(2);
|
|
387
|
+
__copy.bottom = __nv;
|
|
388
|
+
__copy.left = this.i.il.left;
|
|
389
|
+
__copy.right = this.i.il.right;
|
|
390
|
+
__copy.top = this.i.il.top;
|
|
391
|
+
this.i.il = __copy;
|
|
352
392
|
},
|
|
353
393
|
enumerable: false,
|
|
354
394
|
configurable: true
|
|
@@ -359,8 +399,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
359
399
|
},
|
|
360
400
|
set: function (v) {
|
|
361
401
|
this.ensureActualContentPadding();
|
|
362
|
-
|
|
363
|
-
this.i.il
|
|
402
|
+
var __nv = +v;
|
|
403
|
+
if (this.i.il.left === __nv) {
|
|
404
|
+
return;
|
|
405
|
+
}
|
|
406
|
+
var __copy = new Thickness(2);
|
|
407
|
+
__copy.left = __nv;
|
|
408
|
+
__copy.bottom = this.i.il.bottom;
|
|
409
|
+
__copy.right = this.i.il.right;
|
|
410
|
+
__copy.top = this.i.il.top;
|
|
411
|
+
this.i.il = __copy;
|
|
364
412
|
},
|
|
365
413
|
enumerable: false,
|
|
366
414
|
configurable: true
|
|
@@ -371,8 +419,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
371
419
|
},
|
|
372
420
|
set: function (v) {
|
|
373
421
|
this.ensureActualContentPadding();
|
|
374
|
-
|
|
375
|
-
this.i.il
|
|
422
|
+
var __nv = +v;
|
|
423
|
+
if (this.i.il.right === __nv) {
|
|
424
|
+
return;
|
|
425
|
+
}
|
|
426
|
+
var __copy = new Thickness(2);
|
|
427
|
+
__copy.right = __nv;
|
|
428
|
+
__copy.bottom = this.i.il.bottom;
|
|
429
|
+
__copy.left = this.i.il.left;
|
|
430
|
+
__copy.top = this.i.il.top;
|
|
431
|
+
this.i.il = __copy;
|
|
376
432
|
},
|
|
377
433
|
enumerable: false,
|
|
378
434
|
configurable: true
|
|
@@ -383,8 +439,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
383
439
|
},
|
|
384
440
|
set: function (v) {
|
|
385
441
|
this.ensureActualContentPadding();
|
|
386
|
-
|
|
387
|
-
this.i.il
|
|
442
|
+
var __nv = +v;
|
|
443
|
+
if (this.i.il.top === __nv) {
|
|
444
|
+
return;
|
|
445
|
+
}
|
|
446
|
+
var __copy = new Thickness(2);
|
|
447
|
+
__copy.top = __nv;
|
|
448
|
+
__copy.bottom = this.i.il.bottom;
|
|
449
|
+
__copy.left = this.i.il.left;
|
|
450
|
+
__copy.right = this.i.il.right;
|
|
451
|
+
this.i.il = __copy;
|
|
388
452
|
},
|
|
389
453
|
enumerable: false,
|
|
390
454
|
configurable: true
|
|
@@ -401,8 +465,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
401
465
|
},
|
|
402
466
|
set: function (v) {
|
|
403
467
|
this.ensureCornerRadius();
|
|
404
|
-
|
|
405
|
-
this.i.gx
|
|
468
|
+
var __nv = +v;
|
|
469
|
+
if (this.i.gx.c === __nv) {
|
|
470
|
+
return;
|
|
471
|
+
}
|
|
472
|
+
var __copy = new CornerRadius(2);
|
|
473
|
+
__copy.c = __nv;
|
|
474
|
+
__copy.b = this.i.gx.b;
|
|
475
|
+
__copy.d = this.i.gx.d;
|
|
476
|
+
__copy.e = this.i.gx.e;
|
|
477
|
+
this.i.gx = __copy;
|
|
406
478
|
},
|
|
407
479
|
enumerable: false,
|
|
408
480
|
configurable: true
|
|
@@ -413,8 +485,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
413
485
|
},
|
|
414
486
|
set: function (v) {
|
|
415
487
|
this.ensureCornerRadius();
|
|
416
|
-
|
|
417
|
-
this.i.gx
|
|
488
|
+
var __nv = +v;
|
|
489
|
+
if (this.i.gx.b === __nv) {
|
|
490
|
+
return;
|
|
491
|
+
}
|
|
492
|
+
var __copy = new CornerRadius(2);
|
|
493
|
+
__copy.b = __nv;
|
|
494
|
+
__copy.c = this.i.gx.c;
|
|
495
|
+
__copy.d = this.i.gx.d;
|
|
496
|
+
__copy.e = this.i.gx.e;
|
|
497
|
+
this.i.gx = __copy;
|
|
418
498
|
},
|
|
419
499
|
enumerable: false,
|
|
420
500
|
configurable: true
|
|
@@ -425,8 +505,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
425
505
|
},
|
|
426
506
|
set: function (v) {
|
|
427
507
|
this.ensureCornerRadius();
|
|
428
|
-
|
|
429
|
-
this.i.gx
|
|
508
|
+
var __nv = +v;
|
|
509
|
+
if (this.i.gx.d === __nv) {
|
|
510
|
+
return;
|
|
511
|
+
}
|
|
512
|
+
var __copy = new CornerRadius(2);
|
|
513
|
+
__copy.d = __nv;
|
|
514
|
+
__copy.c = this.i.gx.c;
|
|
515
|
+
__copy.b = this.i.gx.b;
|
|
516
|
+
__copy.e = this.i.gx.e;
|
|
517
|
+
this.i.gx = __copy;
|
|
430
518
|
},
|
|
431
519
|
enumerable: false,
|
|
432
520
|
configurable: true
|
|
@@ -437,8 +525,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
437
525
|
},
|
|
438
526
|
set: function (v) {
|
|
439
527
|
this.ensureCornerRadius();
|
|
440
|
-
|
|
441
|
-
this.i.gx
|
|
528
|
+
var __nv = +v;
|
|
529
|
+
if (this.i.gx.e === __nv) {
|
|
530
|
+
return;
|
|
531
|
+
}
|
|
532
|
+
var __copy = new CornerRadius(2);
|
|
533
|
+
__copy.e = __nv;
|
|
534
|
+
__copy.c = this.i.gx.c;
|
|
535
|
+
__copy.b = this.i.gx.b;
|
|
536
|
+
__copy.d = this.i.gx.d;
|
|
537
|
+
this.i.gx = __copy;
|
|
442
538
|
},
|
|
443
539
|
enumerable: false,
|
|
444
540
|
configurable: true
|
|
@@ -455,8 +551,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
455
551
|
},
|
|
456
552
|
set: function (v) {
|
|
457
553
|
this.ensureActualCornerRadius();
|
|
458
|
-
|
|
459
|
-
this.i.gw
|
|
554
|
+
var __nv = +v;
|
|
555
|
+
if (this.i.gw.c === __nv) {
|
|
556
|
+
return;
|
|
557
|
+
}
|
|
558
|
+
var __copy = new CornerRadius(2);
|
|
559
|
+
__copy.c = __nv;
|
|
560
|
+
__copy.b = this.i.gw.b;
|
|
561
|
+
__copy.d = this.i.gw.d;
|
|
562
|
+
__copy.e = this.i.gw.e;
|
|
563
|
+
this.i.gw = __copy;
|
|
460
564
|
},
|
|
461
565
|
enumerable: false,
|
|
462
566
|
configurable: true
|
|
@@ -467,8 +571,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
467
571
|
},
|
|
468
572
|
set: function (v) {
|
|
469
573
|
this.ensureActualCornerRadius();
|
|
470
|
-
|
|
471
|
-
this.i.gw
|
|
574
|
+
var __nv = +v;
|
|
575
|
+
if (this.i.gw.b === __nv) {
|
|
576
|
+
return;
|
|
577
|
+
}
|
|
578
|
+
var __copy = new CornerRadius(2);
|
|
579
|
+
__copy.b = __nv;
|
|
580
|
+
__copy.c = this.i.gw.c;
|
|
581
|
+
__copy.d = this.i.gw.d;
|
|
582
|
+
__copy.e = this.i.gw.e;
|
|
583
|
+
this.i.gw = __copy;
|
|
472
584
|
},
|
|
473
585
|
enumerable: false,
|
|
474
586
|
configurable: true
|
|
@@ -479,8 +591,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
479
591
|
},
|
|
480
592
|
set: function (v) {
|
|
481
593
|
this.ensureActualCornerRadius();
|
|
482
|
-
|
|
483
|
-
this.i.gw
|
|
594
|
+
var __nv = +v;
|
|
595
|
+
if (this.i.gw.d === __nv) {
|
|
596
|
+
return;
|
|
597
|
+
}
|
|
598
|
+
var __copy = new CornerRadius(2);
|
|
599
|
+
__copy.d = __nv;
|
|
600
|
+
__copy.c = this.i.gw.c;
|
|
601
|
+
__copy.b = this.i.gw.b;
|
|
602
|
+
__copy.e = this.i.gw.e;
|
|
603
|
+
this.i.gw = __copy;
|
|
484
604
|
},
|
|
485
605
|
enumerable: false,
|
|
486
606
|
configurable: true
|
|
@@ -491,8 +611,16 @@ var IgxMultiColumnComboBoxComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
491
611
|
},
|
|
492
612
|
set: function (v) {
|
|
493
613
|
this.ensureActualCornerRadius();
|
|
494
|
-
|
|
495
|
-
this.i.gw
|
|
614
|
+
var __nv = +v;
|
|
615
|
+
if (this.i.gw.e === __nv) {
|
|
616
|
+
return;
|
|
617
|
+
}
|
|
618
|
+
var __copy = new CornerRadius(2);
|
|
619
|
+
__copy.e = __nv;
|
|
620
|
+
__copy.c = this.i.gw.c;
|
|
621
|
+
__copy.b = this.i.gw.b;
|
|
622
|
+
__copy.d = this.i.gw.d;
|
|
623
|
+
this.i.gw = __copy;
|
|
496
624
|
},
|
|
497
625
|
enumerable: false,
|
|
498
626
|
configurable: true
|