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
|
@@ -5,10 +5,13 @@ import { TextCellLineBreakMode_$type } from "./TextCellLineBreakMode";
|
|
|
5
5
|
import { IgcDataBindingEventArgs } from "./igc-data-binding-event-args";
|
|
6
6
|
import { IgcCellStyleRequestedEventArgs } from "./igc-cell-style-requested-event-args";
|
|
7
7
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
8
|
-
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, brushToString, stringToBrush, ensureEnum, enumToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
8
|
+
import { ensureBool, NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, brushToString, stringToBrush, ensureEnum, enumToString, initializePropertiesFromCss, CollectionAdapter } from "igniteui-webcomponents-core";
|
|
9
9
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
10
10
|
import { ColumnPropertyUpdatingAnimationMode } from "./ColumnPropertyUpdatingAnimationMode";
|
|
11
11
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
12
|
+
import { IgcGridConditionalStyleCollection } from './igc-grid-conditional-style-collection';
|
|
13
|
+
import { IgcGridConditionalStyleComponent } from './igc-grid-conditional-style-component';
|
|
14
|
+
import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
|
|
12
15
|
/**
|
|
13
16
|
* Base class for various definition types for the grid.
|
|
14
17
|
*/
|
|
@@ -41,6 +44,52 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
41
44
|
}
|
|
42
45
|
onImplementationCreated() {
|
|
43
46
|
}
|
|
47
|
+
_initializeAdapters() {
|
|
48
|
+
if (!this.__observingChildren) {
|
|
49
|
+
this.__observingChildren = true;
|
|
50
|
+
let mut = new MutationObserver((list) => {
|
|
51
|
+
for (var mutation of list) {
|
|
52
|
+
if (mutation.type == 'childList') {
|
|
53
|
+
if (this.updateContentChildren) {
|
|
54
|
+
this.updateContentChildren();
|
|
55
|
+
}
|
|
56
|
+
else if (this._initializeAdapters) {
|
|
57
|
+
this.initializeAdapters();
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
mut.observe(this, {
|
|
63
|
+
childList: true
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
|
|
67
|
+
if (this._initializeElement) {
|
|
68
|
+
this._initializeElement(i);
|
|
69
|
+
}
|
|
70
|
+
}, (i) => {
|
|
71
|
+
if (this._destroyElement) {
|
|
72
|
+
this._destroyElement(i);
|
|
73
|
+
}
|
|
74
|
+
});
|
|
75
|
+
if (super["_initializeAdapters"]) {
|
|
76
|
+
super["_initializeAdapters"]();
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
_updateAdapters() {
|
|
80
|
+
if (super["_updateAdapters"]) {
|
|
81
|
+
super["_updateAdapters"]();
|
|
82
|
+
}
|
|
83
|
+
this.contentConditionalStyles.length = 0;
|
|
84
|
+
for (var i = 0; i < this.children.length; i++) {
|
|
85
|
+
if (this.children[i] instanceof IgcGridConditionalStyleComponent) {
|
|
86
|
+
this.contentConditionalStyles.push(this.children[i]);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
if (this._conditionalStylesAdapter != null) {
|
|
90
|
+
this._conditionalStylesAdapter.notifyContentChanged();
|
|
91
|
+
}
|
|
92
|
+
}
|
|
44
93
|
constructor() {
|
|
45
94
|
super();
|
|
46
95
|
this._renderer = null;
|
|
@@ -53,6 +102,7 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
53
102
|
this._attached = false;
|
|
54
103
|
this._queuedSetAttributes = [];
|
|
55
104
|
this._updatingFromAttribute = false;
|
|
105
|
+
this._conditionalStyles = null;
|
|
56
106
|
this._dataBinding = null;
|
|
57
107
|
this._dataBinding_wrapped = null;
|
|
58
108
|
this._dataBound = null;
|
|
@@ -65,6 +115,9 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
65
115
|
this._implementation = this.createImplementation();
|
|
66
116
|
this._implementation.externalObject = this;
|
|
67
117
|
this.onImplementationCreated();
|
|
118
|
+
if (this._initializeAdapters) {
|
|
119
|
+
this._initializeAdapters();
|
|
120
|
+
}
|
|
68
121
|
}
|
|
69
122
|
_provideRenderer(renderer) {
|
|
70
123
|
this._renderer = renderer;
|
|
@@ -170,6 +223,12 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
170
223
|
if (this.i.connectedCallback) {
|
|
171
224
|
this.i.connectedCallback();
|
|
172
225
|
}
|
|
226
|
+
if (this.updateContentChildren) {
|
|
227
|
+
this.updateContentChildren();
|
|
228
|
+
}
|
|
229
|
+
else if (this._updateAdapters) {
|
|
230
|
+
this._updateAdapters();
|
|
231
|
+
}
|
|
173
232
|
if (!this._attached) {
|
|
174
233
|
this._attached = true;
|
|
175
234
|
this._flushQueuedAttributes();
|
|
@@ -209,339 +268,470 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
209
268
|
* Gets or sets the background color to use.
|
|
210
269
|
*/
|
|
211
270
|
get background() {
|
|
212
|
-
return brushToString(this.i.
|
|
271
|
+
return brushToString(this.i.ge);
|
|
213
272
|
}
|
|
214
273
|
set background(v) {
|
|
215
|
-
this.i.
|
|
216
|
-
this._a("background", brushToString(this.i.
|
|
274
|
+
this.i.ge = stringToBrush(v);
|
|
275
|
+
this._a("background", brushToString(this.i.ge));
|
|
276
|
+
}
|
|
277
|
+
get actualConditionalStyles() {
|
|
278
|
+
if (!this._actualConditionalStyles) {
|
|
279
|
+
this._actualConditionalStyles = [];
|
|
280
|
+
}
|
|
281
|
+
return this._actualConditionalStyles;
|
|
282
|
+
}
|
|
283
|
+
get contentConditionalStyles() {
|
|
284
|
+
if (!this._contentConditionalStyles) {
|
|
285
|
+
this._contentConditionalStyles = [];
|
|
286
|
+
}
|
|
287
|
+
return this._contentConditionalStyles;
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* Gets the style key information to use for judging when a property will be set later by a style
|
|
291
|
+
*/
|
|
292
|
+
get conditionalStyles() {
|
|
293
|
+
if (this._conditionalStyles === null) {
|
|
294
|
+
let coll = new IgcGridConditionalStyleCollection();
|
|
295
|
+
let inner = coll._innerColl;
|
|
296
|
+
this._conditionalStyles = coll;
|
|
297
|
+
inner.addListener((sender, e) => {
|
|
298
|
+
switch (e.action) {
|
|
299
|
+
case NotifyCollectionChangedAction.Add:
|
|
300
|
+
this._conditionalStylesAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
|
|
301
|
+
break;
|
|
302
|
+
case NotifyCollectionChangedAction.Remove:
|
|
303
|
+
this._conditionalStylesAdapter.removeManualItemAt(e.oldStartingIndex);
|
|
304
|
+
break;
|
|
305
|
+
case NotifyCollectionChangedAction.Replace:
|
|
306
|
+
this._conditionalStylesAdapter.removeManualItemAt(e.oldStartingIndex);
|
|
307
|
+
this._conditionalStylesAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
|
|
308
|
+
break;
|
|
309
|
+
case NotifyCollectionChangedAction.Reset:
|
|
310
|
+
this._conditionalStylesAdapter.clearManualItems();
|
|
311
|
+
break;
|
|
312
|
+
}
|
|
313
|
+
});
|
|
314
|
+
;
|
|
315
|
+
}
|
|
316
|
+
return this._conditionalStyles;
|
|
217
317
|
}
|
|
218
318
|
/**
|
|
219
319
|
* Gets or sets the background color to use.
|
|
220
320
|
*/
|
|
221
321
|
get border() {
|
|
222
|
-
return brushToString(this.i.
|
|
322
|
+
return brushToString(this.i.gh);
|
|
223
323
|
}
|
|
224
324
|
set border(v) {
|
|
225
|
-
this.i.
|
|
226
|
-
this._a("border", brushToString(this.i.
|
|
325
|
+
this.i.gh = stringToBrush(v);
|
|
326
|
+
this._a("border", brushToString(this.i.gh));
|
|
227
327
|
}
|
|
228
328
|
/**
|
|
229
329
|
* Gets or sets the background color to use.
|
|
230
330
|
*/
|
|
231
331
|
get activationBorder() {
|
|
232
|
-
return brushToString(this.i.
|
|
332
|
+
return brushToString(this.i.f3);
|
|
233
333
|
}
|
|
234
334
|
set activationBorder(v) {
|
|
235
|
-
this.i.
|
|
236
|
-
this._a("activationBorder", brushToString(this.i.
|
|
335
|
+
this.i.f3 = stringToBrush(v);
|
|
336
|
+
this._a("activationBorder", brushToString(this.i.f3));
|
|
237
337
|
}
|
|
238
338
|
/**
|
|
239
339
|
* Gets or sets the error border color to use.
|
|
240
340
|
*/
|
|
241
341
|
get errorBorder() {
|
|
242
|
-
return brushToString(this.i.
|
|
342
|
+
return brushToString(this.i.gi);
|
|
243
343
|
}
|
|
244
344
|
set errorBorder(v) {
|
|
245
|
-
this.i.
|
|
246
|
-
this._a("errorBorder", brushToString(this.i.
|
|
345
|
+
this.i.gi = stringToBrush(v);
|
|
346
|
+
this._a("errorBorder", brushToString(this.i.gi));
|
|
247
347
|
}
|
|
248
348
|
/**
|
|
249
349
|
* Gets the actual border color that will be used.
|
|
250
350
|
*/
|
|
251
351
|
get actualBorder() {
|
|
252
|
-
return brushToString(this.i.
|
|
352
|
+
return brushToString(this.i.f8);
|
|
253
353
|
}
|
|
254
354
|
set actualBorder(v) {
|
|
255
|
-
this.i.
|
|
256
|
-
this._a("actualBorder", brushToString(this.i.
|
|
355
|
+
this.i.f8 = stringToBrush(v);
|
|
356
|
+
this._a("actualBorder", brushToString(this.i.f8));
|
|
257
357
|
}
|
|
258
358
|
/**
|
|
259
359
|
* Gets or sets the amount of left border to use for the cell content for this column.
|
|
260
360
|
*/
|
|
261
361
|
get borderLeftWidth() {
|
|
262
|
-
return this.i.
|
|
362
|
+
return this.i.cc;
|
|
263
363
|
}
|
|
264
364
|
set borderLeftWidth(v) {
|
|
265
|
-
this.i.
|
|
266
|
-
this._a("borderLeftWidth", this.i.
|
|
365
|
+
this.i.cc = +v;
|
|
366
|
+
this._a("borderLeftWidth", this.i.cc);
|
|
267
367
|
}
|
|
268
368
|
/**
|
|
269
369
|
* Gets or sets the amount of top border to use for the cell content for this column.
|
|
270
370
|
*/
|
|
271
371
|
get borderTopWidth() {
|
|
272
|
-
return this.i.
|
|
372
|
+
return this.i.ce;
|
|
273
373
|
}
|
|
274
374
|
set borderTopWidth(v) {
|
|
275
|
-
this.i.
|
|
276
|
-
this._a("borderTopWidth", this.i.
|
|
375
|
+
this.i.ce = +v;
|
|
376
|
+
this._a("borderTopWidth", this.i.ce);
|
|
277
377
|
}
|
|
278
378
|
/**
|
|
279
379
|
* Gets or sets the amount of right border to use for the cell content of this column.
|
|
280
380
|
*/
|
|
281
381
|
get borderRightWidth() {
|
|
282
|
-
return this.i.
|
|
382
|
+
return this.i.cd;
|
|
283
383
|
}
|
|
284
384
|
set borderRightWidth(v) {
|
|
285
|
-
this.i.
|
|
286
|
-
this._a("borderRightWidth", this.i.
|
|
385
|
+
this.i.cd = +v;
|
|
386
|
+
this._a("borderRightWidth", this.i.cd);
|
|
287
387
|
}
|
|
288
388
|
/**
|
|
289
389
|
* Gets or sets the amount of bottom border to use for the cell content of this column.
|
|
290
390
|
*/
|
|
291
391
|
get borderBottomWidth() {
|
|
292
|
-
return this.i.
|
|
392
|
+
return this.i.cb;
|
|
293
393
|
}
|
|
294
394
|
set borderBottomWidth(v) {
|
|
295
|
-
this.i.
|
|
296
|
-
this._a("borderBottomWidth", this.i.
|
|
395
|
+
this.i.cb = +v;
|
|
396
|
+
this._a("borderBottomWidth", this.i.cb);
|
|
297
397
|
}
|
|
298
398
|
/**
|
|
299
399
|
* Gets or sets the amount of left activation border to use for the cell content for this column.
|
|
300
400
|
*/
|
|
301
401
|
get activationBorderLeftWidth() {
|
|
302
|
-
return this.i.
|
|
402
|
+
return this.i.b4;
|
|
303
403
|
}
|
|
304
404
|
set activationBorderLeftWidth(v) {
|
|
305
|
-
this.i.
|
|
306
|
-
this._a("activationBorderLeftWidth", this.i.
|
|
405
|
+
this.i.b4 = +v;
|
|
406
|
+
this._a("activationBorderLeftWidth", this.i.b4);
|
|
307
407
|
}
|
|
308
408
|
/**
|
|
309
409
|
* Gets or sets the amount of top activation border to use for the cell content for this column.
|
|
310
410
|
*/
|
|
311
411
|
get activationBorderTopWidth() {
|
|
312
|
-
return this.i.
|
|
412
|
+
return this.i.b6;
|
|
313
413
|
}
|
|
314
414
|
set activationBorderTopWidth(v) {
|
|
315
|
-
this.i.
|
|
316
|
-
this._a("activationBorderTopWidth", this.i.
|
|
415
|
+
this.i.b6 = +v;
|
|
416
|
+
this._a("activationBorderTopWidth", this.i.b6);
|
|
317
417
|
}
|
|
318
418
|
/**
|
|
319
419
|
* Gets or sets the amount of right activation border to use for the cell content of this column.
|
|
320
420
|
*/
|
|
321
421
|
get activationBorderRightWidth() {
|
|
322
|
-
return this.i.
|
|
422
|
+
return this.i.b5;
|
|
323
423
|
}
|
|
324
424
|
set activationBorderRightWidth(v) {
|
|
325
|
-
this.i.
|
|
326
|
-
this._a("activationBorderRightWidth", this.i.
|
|
425
|
+
this.i.b5 = +v;
|
|
426
|
+
this._a("activationBorderRightWidth", this.i.b5);
|
|
327
427
|
}
|
|
328
428
|
/**
|
|
329
429
|
* Gets or sets the amount of bottom activation border to use for the cell content of this column.
|
|
330
430
|
*/
|
|
331
431
|
get activationBorderBottomWidth() {
|
|
332
|
-
return this.i.
|
|
432
|
+
return this.i.b3;
|
|
333
433
|
}
|
|
334
434
|
set activationBorderBottomWidth(v) {
|
|
335
|
-
this.i.
|
|
336
|
-
this._a("activationBorderBottomWidth", this.i.
|
|
435
|
+
this.i.b3 = +v;
|
|
436
|
+
this._a("activationBorderBottomWidth", this.i.b3);
|
|
337
437
|
}
|
|
338
438
|
get errorBorderLeftWidth() {
|
|
339
|
-
return this.i.
|
|
439
|
+
return this.i.cg;
|
|
340
440
|
}
|
|
341
441
|
set errorBorderLeftWidth(v) {
|
|
342
|
-
this.i.
|
|
343
|
-
this._a("errorBorderLeftWidth", this.i.
|
|
442
|
+
this.i.cg = +v;
|
|
443
|
+
this._a("errorBorderLeftWidth", this.i.cg);
|
|
344
444
|
}
|
|
345
445
|
get errorBorderTopWidth() {
|
|
346
|
-
return this.i.
|
|
446
|
+
return this.i.ci;
|
|
347
447
|
}
|
|
348
448
|
set errorBorderTopWidth(v) {
|
|
349
|
-
this.i.
|
|
350
|
-
this._a("errorBorderTopWidth", this.i.
|
|
449
|
+
this.i.ci = +v;
|
|
450
|
+
this._a("errorBorderTopWidth", this.i.ci);
|
|
351
451
|
}
|
|
352
452
|
get errorBorderRightWidth() {
|
|
353
|
-
return this.i.
|
|
453
|
+
return this.i.ch;
|
|
354
454
|
}
|
|
355
455
|
set errorBorderRightWidth(v) {
|
|
356
|
-
this.i.
|
|
357
|
-
this._a("errorBorderRightWidth", this.i.
|
|
456
|
+
this.i.ch = +v;
|
|
457
|
+
this._a("errorBorderRightWidth", this.i.ch);
|
|
358
458
|
}
|
|
359
459
|
get errorBorderBottomWidth() {
|
|
360
|
-
return this.i.
|
|
460
|
+
return this.i.cf;
|
|
361
461
|
}
|
|
362
462
|
set errorBorderBottomWidth(v) {
|
|
363
|
-
this.i.
|
|
364
|
-
this._a("errorBorderBottomWidth", this.i.
|
|
463
|
+
this.i.cf = +v;
|
|
464
|
+
this._a("errorBorderBottomWidth", this.i.cf);
|
|
365
465
|
}
|
|
366
466
|
/**
|
|
367
467
|
* Gets the actual background color that will be used.
|
|
368
468
|
*/
|
|
369
469
|
get actualBackground() {
|
|
370
|
-
return brushToString(this.i.
|
|
470
|
+
return brushToString(this.i.f5);
|
|
371
471
|
}
|
|
372
472
|
set actualBackground(v) {
|
|
373
|
-
this.i.
|
|
374
|
-
this._a("actualBackground", brushToString(this.i.
|
|
473
|
+
this.i.f5 = stringToBrush(v);
|
|
474
|
+
this._a("actualBackground", brushToString(this.i.f5));
|
|
375
475
|
}
|
|
376
476
|
/**
|
|
377
477
|
* Gets the actual background color that will be used.
|
|
378
478
|
*/
|
|
379
479
|
get actualActivationBorder() {
|
|
380
|
-
return brushToString(this.i.
|
|
480
|
+
return brushToString(this.i.f4);
|
|
381
481
|
}
|
|
382
482
|
set actualActivationBorder(v) {
|
|
383
|
-
this.i.
|
|
384
|
-
this._a("actualActivationBorder", brushToString(this.i.
|
|
483
|
+
this.i.f4 = stringToBrush(v);
|
|
484
|
+
this._a("actualActivationBorder", brushToString(this.i.f4));
|
|
385
485
|
}
|
|
386
486
|
/**
|
|
387
487
|
* Gets the actual error border color that will be used.
|
|
388
488
|
*/
|
|
389
489
|
get actualErrorBorder() {
|
|
390
|
-
return brushToString(this.i.
|
|
490
|
+
return brushToString(this.i.f9);
|
|
391
491
|
}
|
|
392
492
|
set actualErrorBorder(v) {
|
|
393
|
-
this.i.
|
|
394
|
-
this._a("actualErrorBorder", brushToString(this.i.
|
|
493
|
+
this.i.f9 = stringToBrush(v);
|
|
494
|
+
this._a("actualErrorBorder", brushToString(this.i.f9));
|
|
395
495
|
}
|
|
396
496
|
/**
|
|
397
497
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
398
498
|
*/
|
|
399
499
|
get stickyRowBackground() {
|
|
400
|
-
return brushToString(this.i.
|
|
500
|
+
return brushToString(this.i.gw);
|
|
401
501
|
}
|
|
402
502
|
set stickyRowBackground(v) {
|
|
403
|
-
this.i.
|
|
404
|
-
this._a("stickyRowBackground", brushToString(this.i.
|
|
503
|
+
this.i.gw = stringToBrush(v);
|
|
504
|
+
this._a("stickyRowBackground", brushToString(this.i.gw));
|
|
405
505
|
}
|
|
406
506
|
/**
|
|
407
507
|
* Gets the actual background color for content that sticks to the top of the grid.
|
|
408
508
|
*/
|
|
409
509
|
get actualStickyRowBackground() {
|
|
410
|
-
return brushToString(this.i.
|
|
510
|
+
return brushToString(this.i.gc);
|
|
411
511
|
}
|
|
412
512
|
set actualStickyRowBackground(v) {
|
|
413
|
-
this.i.
|
|
414
|
-
this._a("actualStickyRowBackground", brushToString(this.i.
|
|
513
|
+
this.i.gc = stringToBrush(v);
|
|
514
|
+
this._a("actualStickyRowBackground", brushToString(this.i.gc));
|
|
415
515
|
}
|
|
416
516
|
/**
|
|
417
517
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
418
518
|
*/
|
|
419
519
|
get pinnedRowBackground() {
|
|
420
|
-
return brushToString(this.i.
|
|
520
|
+
return brushToString(this.i.gv);
|
|
421
521
|
}
|
|
422
522
|
set pinnedRowBackground(v) {
|
|
423
|
-
this.i.
|
|
424
|
-
this._a("pinnedRowBackground", brushToString(this.i.
|
|
523
|
+
this.i.gv = stringToBrush(v);
|
|
524
|
+
this._a("pinnedRowBackground", brushToString(this.i.gv));
|
|
425
525
|
}
|
|
426
526
|
/**
|
|
427
527
|
* Gets the actual background color for cells belonging to rows marked as pinned.
|
|
428
528
|
*/
|
|
429
529
|
get actualPinnedRowBackground() {
|
|
430
|
-
return brushToString(this.i.
|
|
530
|
+
return brushToString(this.i.gb);
|
|
431
531
|
}
|
|
432
532
|
set actualPinnedRowBackground(v) {
|
|
433
|
-
this.i.
|
|
434
|
-
this._a("actualPinnedRowBackground", brushToString(this.i.
|
|
533
|
+
this.i.gb = stringToBrush(v);
|
|
534
|
+
this._a("actualPinnedRowBackground", brushToString(this.i.gb));
|
|
435
535
|
}
|
|
436
536
|
/**
|
|
437
537
|
* Gets or sets the color for the last row in the sticky row area.
|
|
438
538
|
*/
|
|
439
539
|
get lastStickyRowBackground() {
|
|
440
|
-
return brushToString(this.i.
|
|
540
|
+
return brushToString(this.i.gu);
|
|
441
541
|
}
|
|
442
542
|
set lastStickyRowBackground(v) {
|
|
443
|
-
this.i.
|
|
444
|
-
this._a("lastStickyRowBackground", brushToString(this.i.
|
|
543
|
+
this.i.gu = stringToBrush(v);
|
|
544
|
+
this._a("lastStickyRowBackground", brushToString(this.i.gu));
|
|
445
545
|
}
|
|
446
546
|
/**
|
|
447
547
|
* Gets the actual color for the last row in the sticky row area.
|
|
448
548
|
*/
|
|
449
549
|
get actualLastStickyRowBackground() {
|
|
450
|
-
return brushToString(this.i.
|
|
550
|
+
return brushToString(this.i.ga);
|
|
451
551
|
}
|
|
452
552
|
set actualLastStickyRowBackground(v) {
|
|
453
|
-
this.i.
|
|
454
|
-
this._a("actualLastStickyRowBackground", brushToString(this.i.
|
|
553
|
+
this.i.ga = stringToBrush(v);
|
|
554
|
+
this._a("actualLastStickyRowBackground", brushToString(this.i.ga));
|
|
455
555
|
}
|
|
456
556
|
/**
|
|
457
557
|
* Gets or sets the opacity of the content.
|
|
458
558
|
*/
|
|
459
559
|
get contentOpacity() {
|
|
460
|
-
return this.i.
|
|
560
|
+
return this.i.bh;
|
|
461
561
|
}
|
|
462
562
|
set contentOpacity(v) {
|
|
463
|
-
this.i.
|
|
464
|
-
this._a("contentOpacity", this.i.
|
|
563
|
+
this.i.bh = +v;
|
|
564
|
+
this._a("contentOpacity", this.i.bh);
|
|
465
565
|
}
|
|
466
566
|
/**
|
|
467
567
|
* Gets or sets the horizontal alignment to use for the cell content.
|
|
468
568
|
*/
|
|
469
569
|
get horizontalAlignment() {
|
|
470
|
-
return this.i.
|
|
570
|
+
return this.i.g;
|
|
471
571
|
}
|
|
472
572
|
set horizontalAlignment(v) {
|
|
473
|
-
this.i.
|
|
474
|
-
this._a("horizontalAlignment", enumToString(CellContentHorizontalAlignment_$type, this.i.
|
|
573
|
+
this.i.g = ensureEnum(CellContentHorizontalAlignment_$type, v);
|
|
574
|
+
this._a("horizontalAlignment", enumToString(CellContentHorizontalAlignment_$type, this.i.g));
|
|
475
575
|
}
|
|
476
576
|
/**
|
|
477
577
|
* Gets or sets the vertical alignment to use for the cell content.
|
|
478
578
|
*/
|
|
479
579
|
get verticalAlignment() {
|
|
480
|
-
return this.i.
|
|
580
|
+
return this.i.l;
|
|
481
581
|
}
|
|
482
582
|
set verticalAlignment(v) {
|
|
483
|
-
this.i.
|
|
484
|
-
this._a("verticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
583
|
+
this.i.l = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
584
|
+
this._a("verticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.l));
|
|
485
585
|
}
|
|
486
586
|
/**
|
|
487
587
|
* Gets or sets the line breaking mode to use if text is present in the cell.
|
|
488
588
|
*/
|
|
489
589
|
get lineBreakMode() {
|
|
490
|
-
return this.i.
|
|
590
|
+
return this.i.ac;
|
|
491
591
|
}
|
|
492
592
|
set lineBreakMode(v) {
|
|
493
|
-
this.i.
|
|
494
|
-
this._a("lineBreakMode", enumToString(TextCellLineBreakMode_$type, this.i.
|
|
593
|
+
this.i.ac = ensureEnum(TextCellLineBreakMode_$type, v);
|
|
594
|
+
this._a("lineBreakMode", enumToString(TextCellLineBreakMode_$type, this.i.ac));
|
|
495
595
|
}
|
|
496
596
|
/**
|
|
497
597
|
* Gets the actual line break mode which will be used if text is present in the cell.
|
|
498
598
|
*/
|
|
499
599
|
get actualLineBreakMode() {
|
|
500
|
-
return this.i.
|
|
600
|
+
return this.i.ab;
|
|
501
601
|
}
|
|
502
602
|
set actualLineBreakMode(v) {
|
|
503
|
-
this.i.
|
|
504
|
-
this._a("actualLineBreakMode", enumToString(TextCellLineBreakMode_$type, this.i.
|
|
603
|
+
this.i.ab = ensureEnum(TextCellLineBreakMode_$type, v);
|
|
604
|
+
this._a("actualLineBreakMode", enumToString(TextCellLineBreakMode_$type, this.i.ab));
|
|
505
605
|
}
|
|
506
606
|
/**
|
|
507
607
|
* Gets or sets the color to use for displaying text.
|
|
508
608
|
*/
|
|
509
609
|
get textColor() {
|
|
510
|
-
return brushToString(this.i.
|
|
610
|
+
return brushToString(this.i.gx);
|
|
511
611
|
}
|
|
512
612
|
set textColor(v) {
|
|
513
|
-
this.i.
|
|
514
|
-
this._a("textColor", brushToString(this.i.
|
|
613
|
+
this.i.gx = stringToBrush(v);
|
|
614
|
+
this._a("textColor", brushToString(this.i.gx));
|
|
515
615
|
}
|
|
516
616
|
/**
|
|
517
617
|
* Gets the actual color used for displaying text.
|
|
518
618
|
*/
|
|
519
619
|
get actualTextColor() {
|
|
520
|
-
return brushToString(this.i.
|
|
620
|
+
return brushToString(this.i.gd);
|
|
521
621
|
}
|
|
522
622
|
set actualTextColor(v) {
|
|
523
|
-
this.i.
|
|
524
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
623
|
+
this.i.gd = stringToBrush(v);
|
|
624
|
+
this._a("actualTextColor", brushToString(this.i.gd));
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* Gets or sets whether the bar is supported.
|
|
628
|
+
*/
|
|
629
|
+
get isBarSupported() {
|
|
630
|
+
return this.i.ar;
|
|
631
|
+
}
|
|
632
|
+
set isBarSupported(v) {
|
|
633
|
+
this.i.ar = ensureBool(v);
|
|
634
|
+
this._a("isBarSupported", this.i.ar);
|
|
635
|
+
}
|
|
636
|
+
/**
|
|
637
|
+
* Gets or sets the color to use for value bars.
|
|
638
|
+
*/
|
|
639
|
+
get barBackground() {
|
|
640
|
+
return brushToString(this.i.gf);
|
|
641
|
+
}
|
|
642
|
+
set barBackground(v) {
|
|
643
|
+
this.i.gf = stringToBrush(v);
|
|
644
|
+
this._a("barBackground", brushToString(this.i.gf));
|
|
645
|
+
}
|
|
646
|
+
/**
|
|
647
|
+
* Gets the actual color used for value bars.
|
|
648
|
+
*/
|
|
649
|
+
get actualBarBackground() {
|
|
650
|
+
return brushToString(this.i.f6);
|
|
651
|
+
}
|
|
652
|
+
set actualBarBackground(v) {
|
|
653
|
+
this.i.f6 = stringToBrush(v);
|
|
654
|
+
this._a("actualBarBackground", brushToString(this.i.f6));
|
|
655
|
+
}
|
|
656
|
+
/**
|
|
657
|
+
* Gets or sets the Outline color to use for value bars.
|
|
658
|
+
*/
|
|
659
|
+
get barOutline() {
|
|
660
|
+
return brushToString(this.i.gg);
|
|
661
|
+
}
|
|
662
|
+
set barOutline(v) {
|
|
663
|
+
this.i.gg = stringToBrush(v);
|
|
664
|
+
this._a("barOutline", brushToString(this.i.gg));
|
|
665
|
+
}
|
|
666
|
+
/**
|
|
667
|
+
* Gets the actual Outline color used for value bars.
|
|
668
|
+
*/
|
|
669
|
+
get actualBarOutline() {
|
|
670
|
+
return brushToString(this.i.f7);
|
|
671
|
+
}
|
|
672
|
+
set actualBarOutline(v) {
|
|
673
|
+
this.i.f7 = stringToBrush(v);
|
|
674
|
+
this._a("actualBarOutline", brushToString(this.i.f7));
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* Gets or sets the stroke thickness to use for value bars.
|
|
678
|
+
*/
|
|
679
|
+
get barStrokeThickness() {
|
|
680
|
+
return this.i.ca;
|
|
681
|
+
}
|
|
682
|
+
set barStrokeThickness(v) {
|
|
683
|
+
this.i.ca = +v;
|
|
684
|
+
this._a("barStrokeThickness", this.i.ca);
|
|
685
|
+
}
|
|
686
|
+
/**
|
|
687
|
+
* Gets the actual stroke thickness used for value bars.
|
|
688
|
+
*/
|
|
689
|
+
get actualBarStrokeThickness() {
|
|
690
|
+
return this.i.b8;
|
|
691
|
+
}
|
|
692
|
+
set actualBarStrokeThickness(v) {
|
|
693
|
+
this.i.b8 = +v;
|
|
694
|
+
this._a("actualBarStrokeThickness", this.i.b8);
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* Gets or sets the stroke thickness to use for value bars.
|
|
698
|
+
*/
|
|
699
|
+
get barCornerRadius() {
|
|
700
|
+
return this.i.b9;
|
|
701
|
+
}
|
|
702
|
+
set barCornerRadius(v) {
|
|
703
|
+
this.i.b9 = +v;
|
|
704
|
+
this._a("barCornerRadius", this.i.b9);
|
|
705
|
+
}
|
|
706
|
+
/**
|
|
707
|
+
* Gets the actual stroke thickness used for value bars.
|
|
708
|
+
*/
|
|
709
|
+
get actualBarCornerRadius() {
|
|
710
|
+
return this.i.b7;
|
|
711
|
+
}
|
|
712
|
+
set actualBarCornerRadius(v) {
|
|
713
|
+
this.i.b7 = +v;
|
|
714
|
+
this._a("actualBarCornerRadius", this.i.b7);
|
|
525
715
|
}
|
|
526
716
|
/**
|
|
527
717
|
* Gets or sets the color to use for displaying text.
|
|
528
718
|
*/
|
|
529
719
|
get pinnedRowOpacity() {
|
|
530
|
-
return this.i.
|
|
720
|
+
return this.i.bm;
|
|
531
721
|
}
|
|
532
722
|
set pinnedRowOpacity(v) {
|
|
533
|
-
this.i.
|
|
534
|
-
this._a("pinnedRowOpacity", this.i.
|
|
723
|
+
this.i.bm = +v;
|
|
724
|
+
this._a("pinnedRowOpacity", this.i.bm);
|
|
535
725
|
}
|
|
536
726
|
/**
|
|
537
727
|
* Gets or sets the color to use for displaying text.
|
|
538
728
|
*/
|
|
539
729
|
get actualPinnedRowOpacity() {
|
|
540
|
-
return this.i.
|
|
730
|
+
return this.i.bf;
|
|
541
731
|
}
|
|
542
732
|
set actualPinnedRowOpacity(v) {
|
|
543
|
-
this.i.
|
|
544
|
-
this._a("actualPinnedRowOpacity", this.i.
|
|
733
|
+
this.i.bf = +v;
|
|
734
|
+
this._a("actualPinnedRowOpacity", this.i.bf);
|
|
545
735
|
}
|
|
546
736
|
get textStyle() {
|
|
547
737
|
if (this.i.textStyle == null) {
|
|
@@ -555,23 +745,39 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
555
745
|
this.i.textStyle = fi;
|
|
556
746
|
this._a("textStyle", this.i.textStyle != null ? this.i.textStyle.fontString : "");
|
|
557
747
|
}
|
|
748
|
+
get isBarRequired() {
|
|
749
|
+
return this.i.aq;
|
|
750
|
+
}
|
|
558
751
|
findByName(name) {
|
|
559
752
|
if (this.findEphemera) {
|
|
560
753
|
if (name && name.indexOf("@@e:") == 0) {
|
|
561
754
|
return this.findEphemera(name);
|
|
562
755
|
}
|
|
563
756
|
}
|
|
757
|
+
if (this.conditionalStyles != null && this.conditionalStyles.findByName && this.conditionalStyles.findByName(name)) {
|
|
758
|
+
return this.conditionalStyles.findByName(name);
|
|
759
|
+
}
|
|
564
760
|
return null;
|
|
565
761
|
}
|
|
762
|
+
transitionStyleOut(style) {
|
|
763
|
+
this.i.e3((style == null ? null : style.i));
|
|
764
|
+
}
|
|
765
|
+
transitionStyleIn(style) {
|
|
766
|
+
this.i.e2((style == null ? null : style.i));
|
|
767
|
+
}
|
|
768
|
+
isStyleTransitioningOut(style) {
|
|
769
|
+
let iv = this.i.as((style == null ? null : style.i));
|
|
770
|
+
return (iv);
|
|
771
|
+
}
|
|
566
772
|
setNamedValue(valueName, animationType, value) {
|
|
567
|
-
this.i.
|
|
773
|
+
this.i.e1(valueName, (animationType == null ? null : animationType), value);
|
|
568
774
|
}
|
|
569
775
|
/**
|
|
570
776
|
* Returns if this definition has named value.
|
|
571
777
|
|
|
572
778
|
*/
|
|
573
779
|
hasNamedValues() {
|
|
574
|
-
let iv = this.i.
|
|
780
|
+
let iv = this.i.ap();
|
|
575
781
|
return (iv);
|
|
576
782
|
}
|
|
577
783
|
/**
|
|
@@ -580,7 +786,7 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
580
786
|
* @param valueName * The named value name to check for.
|
|
581
787
|
*/
|
|
582
788
|
hasNamedValue(valueName) {
|
|
583
|
-
let iv = this.i.
|
|
789
|
+
let iv = this.i.ao(valueName);
|
|
584
790
|
return (iv);
|
|
585
791
|
}
|
|
586
792
|
/**
|
|
@@ -589,7 +795,7 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
589
795
|
* @param valueName * The named value name to remove.
|
|
590
796
|
*/
|
|
591
797
|
removeNamedValue(valueName) {
|
|
592
|
-
this.i.
|
|
798
|
+
this.i.ew(valueName);
|
|
593
799
|
}
|
|
594
800
|
/**
|
|
595
801
|
* Gets the value for a named value from this definition.
|
|
@@ -597,7 +803,7 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
597
803
|
* @param valueName * The named value name to check for.
|
|
598
804
|
*/
|
|
599
805
|
getNamedValue(valueName) {
|
|
600
|
-
let iv = this.i.
|
|
806
|
+
let iv = this.i.co(valueName);
|
|
601
807
|
return (iv);
|
|
602
808
|
}
|
|
603
809
|
/**
|