igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29294 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- 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 +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +6 -2
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- 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 +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +6 -2
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20008 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29263 -22269
- package/grids/combined.js +9215 -9187
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
|
@@ -42,6 +42,12 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
42
42
|
if (this.i.connectedCallback) {
|
|
43
43
|
this.i.connectedCallback();
|
|
44
44
|
}
|
|
45
|
+
if (this.updateContentChildren) {
|
|
46
|
+
this.updateContentChildren();
|
|
47
|
+
}
|
|
48
|
+
else if (this._updateAdapters) {
|
|
49
|
+
this._updateAdapters();
|
|
50
|
+
}
|
|
45
51
|
if (!this._attached) {
|
|
46
52
|
this._attached = true;
|
|
47
53
|
this._flushQueuedAttributes();
|
|
@@ -72,143 +78,143 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
72
78
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
73
79
|
*/
|
|
74
80
|
get paddingLeft() {
|
|
75
|
-
return this.i.
|
|
81
|
+
return this.i.kk;
|
|
76
82
|
}
|
|
77
83
|
set paddingLeft(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("paddingLeft", this.i.
|
|
84
|
+
this.i.kk = +v;
|
|
85
|
+
this._a("paddingLeft", this.i.kk);
|
|
80
86
|
}
|
|
81
87
|
/**
|
|
82
88
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
83
89
|
*/
|
|
84
90
|
get paddingTop() {
|
|
85
|
-
return this.i.
|
|
91
|
+
return this.i.km;
|
|
86
92
|
}
|
|
87
93
|
set paddingTop(v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("paddingTop", this.i.
|
|
94
|
+
this.i.km = +v;
|
|
95
|
+
this._a("paddingTop", this.i.km);
|
|
90
96
|
}
|
|
91
97
|
/**
|
|
92
98
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
93
99
|
*/
|
|
94
100
|
get paddingRight() {
|
|
95
|
-
return this.i.
|
|
101
|
+
return this.i.kl;
|
|
96
102
|
}
|
|
97
103
|
set paddingRight(v) {
|
|
98
|
-
this.i.
|
|
99
|
-
this._a("paddingRight", this.i.
|
|
104
|
+
this.i.kl = +v;
|
|
105
|
+
this._a("paddingRight", this.i.kl);
|
|
100
106
|
}
|
|
101
107
|
/**
|
|
102
108
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
103
109
|
*/
|
|
104
110
|
get paddingBottom() {
|
|
105
|
-
return this.i.
|
|
111
|
+
return this.i.kj;
|
|
106
112
|
}
|
|
107
113
|
set paddingBottom(v) {
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("paddingBottom", this.i.
|
|
114
|
+
this.i.kj = +v;
|
|
115
|
+
this._a("paddingBottom", this.i.kj);
|
|
110
116
|
}
|
|
111
117
|
/**
|
|
112
118
|
* Gets or sets an unique name of the Column
|
|
113
119
|
*/
|
|
114
120
|
get name() {
|
|
115
|
-
return this.i.
|
|
121
|
+
return this.i.mf;
|
|
116
122
|
}
|
|
117
123
|
set name(v) {
|
|
118
|
-
this.i.
|
|
124
|
+
this.i.mf = v;
|
|
119
125
|
}
|
|
120
126
|
/**
|
|
121
127
|
* Gets or sets the key used for the column binding
|
|
122
128
|
*/
|
|
123
129
|
get field() {
|
|
124
|
-
return this.i.
|
|
130
|
+
return this.i.lo;
|
|
125
131
|
}
|
|
126
132
|
set field(v) {
|
|
127
|
-
this.i.
|
|
133
|
+
this.i.lo = v;
|
|
128
134
|
}
|
|
129
135
|
/**
|
|
130
136
|
* Gets or sets the text displayed in the header of the column
|
|
131
137
|
*/
|
|
132
138
|
get headerText() {
|
|
133
|
-
return this.i.
|
|
139
|
+
return this.i.lv;
|
|
134
140
|
}
|
|
135
141
|
set headerText(v) {
|
|
136
|
-
this.i.
|
|
142
|
+
this.i.lv = v;
|
|
137
143
|
}
|
|
138
144
|
/**
|
|
139
145
|
* Gets the actual text displayed in the header of the column
|
|
140
146
|
*/
|
|
141
147
|
get actualHeaderText() {
|
|
142
|
-
return this.i.
|
|
148
|
+
return this.i.k3;
|
|
143
149
|
}
|
|
144
150
|
set actualHeaderText(v) {
|
|
145
|
-
this.i.
|
|
151
|
+
this.i.k3 = v;
|
|
146
152
|
}
|
|
147
153
|
/**
|
|
148
154
|
* Gets or sets the background color to use for the cells when they are selected
|
|
149
155
|
*/
|
|
150
156
|
get selectedBackground() {
|
|
151
|
-
return brushToString(this.i.
|
|
157
|
+
return brushToString(this.i.n1);
|
|
152
158
|
}
|
|
153
159
|
set selectedBackground(v) {
|
|
154
|
-
this.i.
|
|
155
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
160
|
+
this.i.n1 = stringToBrush(v);
|
|
161
|
+
this._a("selectedBackground", brushToString(this.i.n1));
|
|
156
162
|
}
|
|
157
163
|
/**
|
|
158
164
|
* Gets the actual background color that is used for the cells when they are selected
|
|
159
165
|
*/
|
|
160
166
|
get actualSelectedBackground() {
|
|
161
|
-
return brushToString(this.i.
|
|
167
|
+
return brushToString(this.i.nu);
|
|
162
168
|
}
|
|
163
169
|
set actualSelectedBackground(v) {
|
|
164
|
-
this.i.
|
|
165
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
170
|
+
this.i.nu = stringToBrush(v);
|
|
171
|
+
this._a("actualSelectedBackground", brushToString(this.i.nu));
|
|
166
172
|
}
|
|
167
173
|
/**
|
|
168
174
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
169
175
|
*/
|
|
170
176
|
get rowHoverBackground() {
|
|
171
|
-
return brushToString(this.i.
|
|
177
|
+
return brushToString(this.i.nz);
|
|
172
178
|
}
|
|
173
179
|
set rowHoverBackground(v) {
|
|
174
|
-
this.i.
|
|
175
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
180
|
+
this.i.nz = stringToBrush(v);
|
|
181
|
+
this._a("rowHoverBackground", brushToString(this.i.nz));
|
|
176
182
|
}
|
|
177
183
|
/**
|
|
178
184
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
179
185
|
*/
|
|
180
186
|
get actualHoverBackground() {
|
|
181
|
-
return brushToString(this.i.
|
|
187
|
+
return brushToString(this.i.ns);
|
|
182
188
|
}
|
|
183
189
|
set actualHoverBackground(v) {
|
|
184
|
-
this.i.
|
|
185
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
190
|
+
this.i.ns = stringToBrush(v);
|
|
191
|
+
this._a("actualHoverBackground", brushToString(this.i.ns));
|
|
186
192
|
}
|
|
187
193
|
/**
|
|
188
194
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
189
195
|
*/
|
|
190
196
|
get rowHoverTextColor() {
|
|
191
|
-
return brushToString(this.i.
|
|
197
|
+
return brushToString(this.i.n0);
|
|
192
198
|
}
|
|
193
199
|
set rowHoverTextColor(v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
200
|
+
this.i.n0 = stringToBrush(v);
|
|
201
|
+
this._a("rowHoverTextColor", brushToString(this.i.n0));
|
|
196
202
|
}
|
|
197
203
|
/**
|
|
198
204
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
199
205
|
*/
|
|
200
206
|
get actualRowHoverTextColor() {
|
|
201
|
-
return brushToString(this.i.
|
|
207
|
+
return brushToString(this.i.nt);
|
|
202
208
|
}
|
|
203
209
|
set actualRowHoverTextColor(v) {
|
|
204
|
-
this.i.
|
|
205
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
210
|
+
this.i.nt = stringToBrush(v);
|
|
211
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.nt));
|
|
206
212
|
}
|
|
207
213
|
/**
|
|
208
214
|
* Gets or sets the animation settings to use for this column.
|
|
209
215
|
*/
|
|
210
216
|
get animationSettings() {
|
|
211
|
-
const r = this.i.
|
|
217
|
+
const r = this.i.h6;
|
|
212
218
|
if (r == null) {
|
|
213
219
|
return null;
|
|
214
220
|
}
|
|
@@ -227,7 +233,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
227
233
|
return r.externalObject;
|
|
228
234
|
}
|
|
229
235
|
set animationSettings(v) {
|
|
230
|
-
v == null ? this.i.
|
|
236
|
+
v == null ? this.i.h6 = null : this.i.h6 = v.i;
|
|
231
237
|
}
|
|
232
238
|
/**
|
|
233
239
|
* Gets or sets the width to use for this column.
|
|
@@ -264,49 +270,49 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
264
270
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
265
271
|
*/
|
|
266
272
|
get minWidth() {
|
|
267
|
-
return this.i.
|
|
273
|
+
return this.i.j0;
|
|
268
274
|
}
|
|
269
275
|
set minWidth(v) {
|
|
270
|
-
this.i.
|
|
271
|
-
this._a("minWidth", this.i.
|
|
276
|
+
this.i.j0 = +v;
|
|
277
|
+
this._a("minWidth", this.i.j0);
|
|
272
278
|
}
|
|
273
279
|
/**
|
|
274
280
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
275
281
|
*/
|
|
276
282
|
get isFromMarkup() {
|
|
277
|
-
return this.i.
|
|
283
|
+
return this.i.jo;
|
|
278
284
|
}
|
|
279
285
|
set isFromMarkup(v) {
|
|
280
|
-
this.i.
|
|
281
|
-
this._a("isFromMarkup", this.i.
|
|
286
|
+
this.i.jo = ensureBool(v);
|
|
287
|
+
this._a("isFromMarkup", this.i.jo);
|
|
282
288
|
}
|
|
283
289
|
/**
|
|
284
290
|
* Gets whether this column was auto generated.
|
|
285
291
|
*/
|
|
286
292
|
get isAutoGenerated() {
|
|
287
|
-
return this.i.
|
|
293
|
+
return this.i.ji;
|
|
288
294
|
}
|
|
289
295
|
set isAutoGenerated(v) {
|
|
290
|
-
this.i.
|
|
291
|
-
this._a("isAutoGenerated", this.i.
|
|
296
|
+
this.i.ji = ensureBool(v);
|
|
297
|
+
this._a("isAutoGenerated", this.i.ji);
|
|
292
298
|
}
|
|
293
299
|
/**
|
|
294
300
|
* Gets or sets a filter to apply on the values of this column
|
|
295
301
|
*/
|
|
296
302
|
get filter() {
|
|
297
|
-
return this.i.
|
|
303
|
+
return this.i.g1;
|
|
298
304
|
}
|
|
299
305
|
set filter(v) {
|
|
300
|
-
this.i.
|
|
306
|
+
this.i.g1 = v;
|
|
301
307
|
}
|
|
302
308
|
/**
|
|
303
309
|
* Gets or sets a filter to apply to the values of this column.
|
|
304
310
|
*/
|
|
305
311
|
get filterExpression() {
|
|
306
|
-
return this.i.
|
|
312
|
+
return this.i.g3;
|
|
307
313
|
}
|
|
308
314
|
set filterExpression(v) {
|
|
309
|
-
this.i.
|
|
315
|
+
this.i.g3 = v;
|
|
310
316
|
}
|
|
311
317
|
/**
|
|
312
318
|
* Gets or sets the header definition for this column.
|
|
@@ -334,232 +340,232 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
334
340
|
* Gets or sets whether filtering is enabled for this column.
|
|
335
341
|
*/
|
|
336
342
|
get isFilteringEnabled() {
|
|
337
|
-
return this.i.
|
|
343
|
+
return this.i.jn;
|
|
338
344
|
}
|
|
339
345
|
set isFilteringEnabled(v) {
|
|
340
|
-
this.i.
|
|
341
|
-
this._a("isFilteringEnabled", this.i.
|
|
346
|
+
this.i.jn = ensureBool(v);
|
|
347
|
+
this._a("isFilteringEnabled", this.i.jn);
|
|
342
348
|
}
|
|
343
349
|
/**
|
|
344
350
|
* Gets or sets whether resizing is enabled for this column.
|
|
345
351
|
*/
|
|
346
352
|
get isResizingEnabled() {
|
|
347
|
-
return this.i.
|
|
353
|
+
return this.i.jq;
|
|
348
354
|
}
|
|
349
355
|
set isResizingEnabled(v) {
|
|
350
|
-
this.i.
|
|
351
|
-
this._a("isResizingEnabled", this.i.
|
|
356
|
+
this.i.jq = ensureBool(v);
|
|
357
|
+
this._a("isResizingEnabled", this.i.jq);
|
|
352
358
|
}
|
|
353
359
|
/**
|
|
354
360
|
* Gets or sets whether or not a column is hidden from the grid
|
|
355
361
|
*/
|
|
356
362
|
get isHidden() {
|
|
357
|
-
return this.i.
|
|
363
|
+
return this.i.jp;
|
|
358
364
|
}
|
|
359
365
|
set isHidden(v) {
|
|
360
|
-
this.i.
|
|
361
|
-
this._a("isHidden", this.i.
|
|
366
|
+
this.i.jp = ensureBool(v);
|
|
367
|
+
this._a("isHidden", this.i.jp);
|
|
362
368
|
}
|
|
363
369
|
/**
|
|
364
370
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
365
371
|
*/
|
|
366
372
|
get shouldRemoveWhenHidden() {
|
|
367
|
-
return this.i.
|
|
373
|
+
return this.i.jt;
|
|
368
374
|
}
|
|
369
375
|
set shouldRemoveWhenHidden(v) {
|
|
370
|
-
this.i.
|
|
371
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
376
|
+
this.i.jt = ensureBool(v);
|
|
377
|
+
this._a("shouldRemoveWhenHidden", this.i.jt);
|
|
372
378
|
}
|
|
373
379
|
/**
|
|
374
380
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
375
381
|
*/
|
|
376
382
|
get sortDirection() {
|
|
377
|
-
return this.i.
|
|
383
|
+
return this.i.hr;
|
|
378
384
|
}
|
|
379
385
|
set sortDirection(v) {
|
|
380
|
-
this.i.
|
|
381
|
-
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.
|
|
386
|
+
this.i.hr = ensureEnum(ColumnSortDirection_$type, v);
|
|
387
|
+
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hr));
|
|
382
388
|
}
|
|
383
389
|
/**
|
|
384
390
|
* Gets or sets the current fixed position for this column.
|
|
385
391
|
*/
|
|
386
392
|
get pinned() {
|
|
387
|
-
return this.i.
|
|
393
|
+
return this.i.il;
|
|
388
394
|
}
|
|
389
395
|
set pinned(v) {
|
|
390
|
-
this.i.
|
|
391
|
-
this._a("pinned", enumToString(PinnedPositions_$type, this.i.
|
|
396
|
+
this.i.il = ensureEnum(PinnedPositions_$type, v);
|
|
397
|
+
this._a("pinned", enumToString(PinnedPositions_$type, this.i.il));
|
|
392
398
|
}
|
|
393
399
|
/**
|
|
394
400
|
* Gets the actual column options icon alignment for this column.
|
|
395
401
|
*/
|
|
396
402
|
get actualColumnOptionsIconAlignment() {
|
|
397
|
-
return this.i.
|
|
403
|
+
return this.i.hi;
|
|
398
404
|
}
|
|
399
405
|
set actualColumnOptionsIconAlignment(v) {
|
|
400
|
-
this.i.
|
|
401
|
-
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
406
|
+
this.i.hi = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
407
|
+
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hi));
|
|
402
408
|
}
|
|
403
409
|
/**
|
|
404
410
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
405
411
|
*/
|
|
406
412
|
get columnOptionsIconAlignment() {
|
|
407
|
-
return this.i.
|
|
413
|
+
return this.i.hj;
|
|
408
414
|
}
|
|
409
415
|
set columnOptionsIconAlignment(v) {
|
|
410
|
-
this.i.
|
|
411
|
-
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
416
|
+
this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
417
|
+
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
|
|
412
418
|
}
|
|
413
419
|
/**
|
|
414
420
|
* Gets the actual column options icon color for this column.
|
|
415
421
|
*/
|
|
416
422
|
get actualColumnOptionsIconColor() {
|
|
417
|
-
return brushToString(this.i.
|
|
423
|
+
return brushToString(this.i.nq);
|
|
418
424
|
}
|
|
419
425
|
set actualColumnOptionsIconColor(v) {
|
|
420
|
-
this.i.
|
|
421
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
426
|
+
this.i.nq = stringToBrush(v);
|
|
427
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.nq));
|
|
422
428
|
}
|
|
423
429
|
/**
|
|
424
430
|
* Gets or sets the column options icon color for this column.
|
|
425
431
|
*/
|
|
426
432
|
get columnOptionsIconColor() {
|
|
427
|
-
return brushToString(this.i.
|
|
433
|
+
return brushToString(this.i.nv);
|
|
428
434
|
}
|
|
429
435
|
set columnOptionsIconColor(v) {
|
|
430
|
-
this.i.
|
|
431
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
436
|
+
this.i.nv = stringToBrush(v);
|
|
437
|
+
this._a("columnOptionsIconColor", brushToString(this.i.nv));
|
|
432
438
|
}
|
|
433
439
|
/**
|
|
434
440
|
* Gets or sets how the column option icon will behave in the column header.
|
|
435
441
|
*/
|
|
436
442
|
get columnOptionsIconBehavior() {
|
|
437
|
-
return this.i.
|
|
443
|
+
return this.i.hn;
|
|
438
444
|
}
|
|
439
445
|
set columnOptionsIconBehavior(v) {
|
|
440
|
-
this.i.
|
|
441
|
-
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
446
|
+
this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
447
|
+
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
|
|
442
448
|
}
|
|
443
449
|
/**
|
|
444
450
|
* Gets or sets how the column option icon will behave in the column header.
|
|
445
451
|
*/
|
|
446
452
|
get actualColumnOptionsIconBehavior() {
|
|
447
|
-
return this.i.
|
|
453
|
+
return this.i.hm;
|
|
448
454
|
}
|
|
449
455
|
set actualColumnOptionsIconBehavior(v) {
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
456
|
+
this.i.hm = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
457
|
+
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hm));
|
|
452
458
|
}
|
|
453
459
|
/**
|
|
454
460
|
* Gets the actual state of the column options for this column.
|
|
455
461
|
*/
|
|
456
462
|
get actualIsColumnOptionsEnabled() {
|
|
457
|
-
return this.i.
|
|
463
|
+
return this.i.jb;
|
|
458
464
|
}
|
|
459
465
|
set actualIsColumnOptionsEnabled(v) {
|
|
460
|
-
this.i.
|
|
461
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
466
|
+
this.i.jb = ensureBool(v);
|
|
467
|
+
this._a("actualIsColumnOptionsEnabled", this.i.jb);
|
|
462
468
|
}
|
|
463
469
|
/**
|
|
464
470
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
465
471
|
* then it will be disabled for the column regardless of what this is set to.
|
|
466
472
|
*/
|
|
467
473
|
get isColumnOptionsEnabled() {
|
|
468
|
-
return this.i.
|
|
474
|
+
return this.i.jj;
|
|
469
475
|
}
|
|
470
476
|
set isColumnOptionsEnabled(v) {
|
|
471
|
-
this.i.
|
|
472
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
477
|
+
this.i.jj = ensureBool(v);
|
|
478
|
+
this._a("isColumnOptionsEnabled", this.i.jj);
|
|
473
479
|
}
|
|
474
480
|
/**
|
|
475
481
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
476
482
|
*/
|
|
477
483
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
478
|
-
return this.i.
|
|
484
|
+
return this.i.jd;
|
|
479
485
|
}
|
|
480
486
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
487
|
+
this.i.jd = ensureBool(v);
|
|
488
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.jd);
|
|
483
489
|
}
|
|
484
490
|
/**
|
|
485
491
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
486
492
|
*/
|
|
487
493
|
get isColumnOptionsSummariesEnabled() {
|
|
488
|
-
return this.i.
|
|
494
|
+
return this.i.jl;
|
|
489
495
|
}
|
|
490
496
|
set isColumnOptionsSummariesEnabled(v) {
|
|
491
|
-
this.i.
|
|
492
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
497
|
+
this.i.jl = ensureBool(v);
|
|
498
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.jl);
|
|
493
499
|
}
|
|
494
500
|
/**
|
|
495
501
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
496
502
|
*/
|
|
497
503
|
get actualIsColumnOptionsGroupingEnabled() {
|
|
498
|
-
return this.i.
|
|
504
|
+
return this.i.jc;
|
|
499
505
|
}
|
|
500
506
|
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
501
|
-
this.i.
|
|
502
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
507
|
+
this.i.jc = ensureBool(v);
|
|
508
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.jc);
|
|
503
509
|
}
|
|
504
510
|
/**
|
|
505
511
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
506
512
|
*/
|
|
507
513
|
get isColumnOptionsGroupingEnabled() {
|
|
508
|
-
return this.i.
|
|
514
|
+
return this.i.jk;
|
|
509
515
|
}
|
|
510
516
|
set isColumnOptionsGroupingEnabled(v) {
|
|
511
|
-
this.i.
|
|
512
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
517
|
+
this.i.jk = ensureBool(v);
|
|
518
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.jk);
|
|
513
519
|
}
|
|
514
520
|
/**
|
|
515
521
|
* Gets or sets if the column is editable.
|
|
516
522
|
*/
|
|
517
523
|
get isEditable() {
|
|
518
|
-
return this.i.
|
|
524
|
+
return this.i.jm;
|
|
519
525
|
}
|
|
520
526
|
set isEditable(v) {
|
|
521
|
-
this.i.
|
|
522
|
-
this._a("isEditable", this.i.
|
|
527
|
+
this.i.jm = ensureBool(v);
|
|
528
|
+
this._a("isEditable", this.i.jm);
|
|
523
529
|
}
|
|
524
530
|
/**
|
|
525
531
|
* Gets or sets the text color used for deleted rows.
|
|
526
532
|
*/
|
|
527
533
|
get deletedTextColor() {
|
|
528
|
-
return brushToString(this.i.
|
|
534
|
+
return brushToString(this.i.nw);
|
|
529
535
|
}
|
|
530
536
|
set deletedTextColor(v) {
|
|
531
|
-
this.i.
|
|
532
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
537
|
+
this.i.nw = stringToBrush(v);
|
|
538
|
+
this._a("deletedTextColor", brushToString(this.i.nw));
|
|
533
539
|
}
|
|
534
540
|
/**
|
|
535
541
|
* Gets the actual text color used for deleted rows.
|
|
536
542
|
*/
|
|
537
543
|
get actualDeletedTextColor() {
|
|
538
|
-
return brushToString(this.i.
|
|
544
|
+
return brushToString(this.i.nr);
|
|
539
545
|
}
|
|
540
546
|
set actualDeletedTextColor(v) {
|
|
541
|
-
this.i.
|
|
542
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
547
|
+
this.i.nr = stringToBrush(v);
|
|
548
|
+
this._a("actualDeletedTextColor", brushToString(this.i.nr));
|
|
543
549
|
}
|
|
544
550
|
/**
|
|
545
551
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
546
552
|
*/
|
|
547
553
|
get editOpacity() {
|
|
548
|
-
return this.i.
|
|
554
|
+
return this.i.jz;
|
|
549
555
|
}
|
|
550
556
|
set editOpacity(v) {
|
|
551
|
-
this.i.
|
|
552
|
-
this._a("editOpacity", this.i.
|
|
557
|
+
this.i.jz = +v;
|
|
558
|
+
this._a("editOpacity", this.i.jz);
|
|
553
559
|
}
|
|
554
560
|
/**
|
|
555
561
|
* Gets the actual opacity for unsaved edited cell values.
|
|
556
562
|
*/
|
|
557
563
|
get actualEditOpacity() {
|
|
558
|
-
return this.i.
|
|
564
|
+
return this.i.jy;
|
|
559
565
|
}
|
|
560
566
|
set actualEditOpacity(v) {
|
|
561
|
-
this.i.
|
|
562
|
-
this._a("actualEditOpacity", this.i.
|
|
567
|
+
this.i.jy = +v;
|
|
568
|
+
this._a("actualEditOpacity", this.i.jy);
|
|
563
569
|
}
|
|
564
570
|
/**
|
|
565
571
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -580,96 +586,96 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
580
586
|
* Gets the actual font style used for unsaved cell edits.
|
|
581
587
|
*/
|
|
582
588
|
get actualEditFontInfo() {
|
|
583
|
-
if (this.i.
|
|
589
|
+
if (this.i.it == null) {
|
|
584
590
|
return null;
|
|
585
591
|
}
|
|
586
|
-
return this.i.
|
|
592
|
+
return this.i.it.fontString;
|
|
587
593
|
}
|
|
588
594
|
set actualEditFontInfo(v) {
|
|
589
595
|
let fi = new FontInfo();
|
|
590
596
|
fi.fontString = v;
|
|
591
|
-
this.i.
|
|
592
|
-
this._a("actualEditFontInfo", this.i.
|
|
597
|
+
this.i.it = fi;
|
|
598
|
+
this._a("actualEditFontInfo", this.i.it != null ? this.i.it.fontString : "");
|
|
593
599
|
}
|
|
594
600
|
/**
|
|
595
601
|
* Gets or sets if and how cell merging is performed for this field.
|
|
596
602
|
*/
|
|
597
603
|
get mergedCellMode() {
|
|
598
|
-
return this.i.
|
|
604
|
+
return this.i.ih;
|
|
599
605
|
}
|
|
600
606
|
set mergedCellMode(v) {
|
|
601
|
-
this.i.
|
|
602
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
607
|
+
this.i.ih = ensureEnum(MergedCellMode_$type, v);
|
|
608
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ih));
|
|
603
609
|
}
|
|
604
610
|
/**
|
|
605
611
|
* Gets or sets how cells are evaluated for merging.
|
|
606
612
|
*/
|
|
607
613
|
get mergedCellEvaluationCriteria() {
|
|
608
|
-
return this.i.
|
|
614
|
+
return this.i.id;
|
|
609
615
|
}
|
|
610
616
|
set mergedCellEvaluationCriteria(v) {
|
|
611
|
-
this.i.
|
|
612
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
617
|
+
this.i.id = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
618
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.id));
|
|
613
619
|
}
|
|
614
620
|
/**
|
|
615
621
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
616
622
|
*/
|
|
617
623
|
get mergedCellVerticalAlignment() {
|
|
618
|
-
return this.i.
|
|
624
|
+
return this.i.ha;
|
|
619
625
|
}
|
|
620
626
|
set mergedCellVerticalAlignment(v) {
|
|
621
|
-
this.i.
|
|
622
|
-
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
627
|
+
this.i.ha = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
628
|
+
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.ha));
|
|
623
629
|
}
|
|
624
630
|
/**
|
|
625
631
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
626
632
|
*/
|
|
627
633
|
get mergedCellPaddingLeft() {
|
|
628
|
-
return this.i.
|
|
634
|
+
return this.i.kd;
|
|
629
635
|
}
|
|
630
636
|
set mergedCellPaddingLeft(v) {
|
|
631
|
-
this.i.
|
|
632
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
637
|
+
this.i.kd = +v;
|
|
638
|
+
this._a("mergedCellPaddingLeft", this.i.kd);
|
|
633
639
|
}
|
|
634
640
|
/**
|
|
635
641
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
636
642
|
*/
|
|
637
643
|
get mergedCellPaddingTop() {
|
|
638
|
-
return this.i.
|
|
644
|
+
return this.i.kf;
|
|
639
645
|
}
|
|
640
646
|
set mergedCellPaddingTop(v) {
|
|
641
|
-
this.i.
|
|
642
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
647
|
+
this.i.kf = +v;
|
|
648
|
+
this._a("mergedCellPaddingTop", this.i.kf);
|
|
643
649
|
}
|
|
644
650
|
/**
|
|
645
651
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
646
652
|
*/
|
|
647
653
|
get mergedCellPaddingRight() {
|
|
648
|
-
return this.i.
|
|
654
|
+
return this.i.ke;
|
|
649
655
|
}
|
|
650
656
|
set mergedCellPaddingRight(v) {
|
|
651
|
-
this.i.
|
|
652
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
657
|
+
this.i.ke = +v;
|
|
658
|
+
this._a("mergedCellPaddingRight", this.i.ke);
|
|
653
659
|
}
|
|
654
660
|
/**
|
|
655
661
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
656
662
|
*/
|
|
657
663
|
get mergedCellPaddingBottom() {
|
|
658
|
-
return this.i.
|
|
664
|
+
return this.i.kc;
|
|
659
665
|
}
|
|
660
666
|
set mergedCellPaddingBottom(v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
667
|
+
this.i.kc = +v;
|
|
668
|
+
this._a("mergedCellPaddingBottom", this.i.kc);
|
|
663
669
|
}
|
|
664
670
|
/**
|
|
665
671
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
666
672
|
*/
|
|
667
673
|
get filterComparisonType() {
|
|
668
|
-
return this.i.
|
|
674
|
+
return this.i.h1;
|
|
669
675
|
}
|
|
670
676
|
set filterComparisonType(v) {
|
|
671
|
-
this.i.
|
|
672
|
-
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.
|
|
677
|
+
this.i.h1 = ensureEnum(FilterComparisonType_$type, v);
|
|
678
|
+
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h1));
|
|
673
679
|
}
|
|
674
680
|
/**
|
|
675
681
|
* Gets a list of the current custom filters for this column.
|
|
@@ -677,7 +683,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
677
683
|
get filterOperands() {
|
|
678
684
|
if (this._filterOperands === null) {
|
|
679
685
|
let coll = new IgcGridFilterOperandsCollection();
|
|
680
|
-
let innerColl = this.i.
|
|
686
|
+
let innerColl = this.i.h8;
|
|
681
687
|
if (!innerColl) {
|
|
682
688
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
683
689
|
}
|
|
@@ -693,7 +699,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
693
699
|
let coll = new IgcGridFilterOperandsCollection();
|
|
694
700
|
this._filterOperands = coll._fromOuter(v);
|
|
695
701
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
696
|
-
let innerColl = this.i.
|
|
702
|
+
let innerColl = this.i.h8;
|
|
697
703
|
if (!innerColl) {
|
|
698
704
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
699
705
|
}
|
|
@@ -733,18 +739,18 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
733
739
|
|
|
734
740
|
*/
|
|
735
741
|
getUniqueKey() {
|
|
736
|
-
let iv = this.i.
|
|
742
|
+
let iv = this.i.lt();
|
|
737
743
|
return (iv);
|
|
738
744
|
}
|
|
739
745
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
740
|
-
this.i.
|
|
746
|
+
this.i.m1(valueName, (animationType == null ? null : animationType), value);
|
|
741
747
|
}
|
|
742
748
|
/**
|
|
743
749
|
* Returns if the column has named header values.
|
|
744
750
|
|
|
745
751
|
*/
|
|
746
752
|
hasNamedHeaderValues() {
|
|
747
|
-
let iv = this.i.
|
|
753
|
+
let iv = this.i.jg();
|
|
748
754
|
return (iv);
|
|
749
755
|
}
|
|
750
756
|
/**
|
|
@@ -753,7 +759,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
753
759
|
* @param valueName * The named value to check for.
|
|
754
760
|
*/
|
|
755
761
|
hasNamedHeaderValue(valueName) {
|
|
756
|
-
let iv = this.i.
|
|
762
|
+
let iv = this.i.jf(valueName);
|
|
757
763
|
return (iv);
|
|
758
764
|
}
|
|
759
765
|
/**
|
|
@@ -762,7 +768,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
762
768
|
* @param valueName * The named header value to remove.
|
|
763
769
|
*/
|
|
764
770
|
removeNamedHeaderValue(valueName) {
|
|
765
|
-
this.i.
|
|
771
|
+
this.i.m0(valueName);
|
|
766
772
|
}
|
|
767
773
|
/**
|
|
768
774
|
* Gets the value of a named header value for this column by name.
|
|
@@ -770,11 +776,27 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
770
776
|
* @param valueName * Name of the named header value to retrieve.
|
|
771
777
|
*/
|
|
772
778
|
getNamedHeaderValue(valueName) {
|
|
773
|
-
let iv = this.i.
|
|
779
|
+
let iv = this.i.kr(valueName);
|
|
774
780
|
return (iv);
|
|
775
781
|
}
|
|
776
782
|
applyCustomFilter(filterID, index, value) {
|
|
777
|
-
this.i.
|
|
783
|
+
this.i.mu(filterID, index, value);
|
|
784
|
+
}
|
|
785
|
+
getDesiredToolbarActions() {
|
|
786
|
+
let iv = this.i.getDesiredToolbarActions();
|
|
787
|
+
return (iv);
|
|
788
|
+
}
|
|
789
|
+
addCommandAvailabilityListener(listener) {
|
|
790
|
+
this.i.addCommandAvailabilityListener(listener);
|
|
791
|
+
}
|
|
792
|
+
removeCommandAvailabilityListener(listener) {
|
|
793
|
+
this.i.removeCommandAvailabilityListener(listener);
|
|
794
|
+
}
|
|
795
|
+
addCommandStateChangedListener(listener) {
|
|
796
|
+
this.i.addCommandStateChangedListener(listener);
|
|
797
|
+
}
|
|
798
|
+
removeCommandStateChangedListener(listener) {
|
|
799
|
+
this.i.removeCommandStateChangedListener(listener);
|
|
778
800
|
}
|
|
779
801
|
get actualHeaderTextChange() {
|
|
780
802
|
return this._actualHeaderTextChange;
|
|
@@ -788,7 +810,7 @@ export let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
788
810
|
this._actualHeaderTextChange = ev;
|
|
789
811
|
this._actualHeaderTextChange_wrapped = (o, e) => {
|
|
790
812
|
let ext = this.actualHeaderText;
|
|
791
|
-
if (e.propertyName == '
|
|
813
|
+
if (e.propertyName == 'K3') {
|
|
792
814
|
if (this.beforeActualHeaderTextChange) {
|
|
793
815
|
this.beforeActualHeaderTextChange(this, ext);
|
|
794
816
|
}
|