igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29290 -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 +1 -1
- 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 +1 -1
- 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 +20004 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
- package/grids/combined.js +7842 -7830
- 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
|
@@ -19,6 +19,12 @@ export let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
19
19
|
if (this.i.connectedCallback) {
|
|
20
20
|
this.i.connectedCallback();
|
|
21
21
|
}
|
|
22
|
+
if (this.updateContentChildren) {
|
|
23
|
+
this.updateContentChildren();
|
|
24
|
+
}
|
|
25
|
+
else if (this._updateAdapters) {
|
|
26
|
+
this._updateAdapters();
|
|
27
|
+
}
|
|
22
28
|
if (!this._attached) {
|
|
23
29
|
this._attached = true;
|
|
24
30
|
this._flushQueuedAttributes();
|
|
@@ -49,41 +55,41 @@ export let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
49
55
|
* Gets or sets the background color for summary cells when selected.
|
|
50
56
|
*/
|
|
51
57
|
get selectedBackground() {
|
|
52
|
-
return brushToString(this.i.
|
|
58
|
+
return brushToString(this.i.hv);
|
|
53
59
|
}
|
|
54
60
|
set selectedBackground(v) {
|
|
55
|
-
this.i.
|
|
56
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
61
|
+
this.i.hv = stringToBrush(v);
|
|
62
|
+
this._a("selectedBackground", brushToString(this.i.hv));
|
|
57
63
|
}
|
|
58
64
|
/**
|
|
59
65
|
* Gets the actual background color for summary cells when selected.
|
|
60
66
|
*/
|
|
61
67
|
get actualSelectedBackground() {
|
|
62
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.hs);
|
|
63
69
|
}
|
|
64
70
|
set actualSelectedBackground(v) {
|
|
65
|
-
this.i.
|
|
66
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
71
|
+
this.i.hs = stringToBrush(v);
|
|
72
|
+
this._a("actualSelectedBackground", brushToString(this.i.hs));
|
|
67
73
|
}
|
|
68
74
|
/**
|
|
69
75
|
* Gets or sets the text color for the summary labels.
|
|
70
76
|
*/
|
|
71
77
|
get summaryLabelTextColor() {
|
|
72
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.hw);
|
|
73
79
|
}
|
|
74
80
|
set summaryLabelTextColor(v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
81
|
+
this.i.hw = stringToBrush(v);
|
|
82
|
+
this._a("summaryLabelTextColor", brushToString(this.i.hw));
|
|
77
83
|
}
|
|
78
84
|
/**
|
|
79
85
|
* Gets the actual text color for the summary labels.
|
|
80
86
|
*/
|
|
81
87
|
get actualSummaryLabelTextColor() {
|
|
82
|
-
return brushToString(this.i.
|
|
88
|
+
return brushToString(this.i.ht);
|
|
83
89
|
}
|
|
84
90
|
set actualSummaryLabelTextColor(v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("actualSummaryLabelTextColor", brushToString(this.i.
|
|
91
|
+
this.i.ht = stringToBrush(v);
|
|
92
|
+
this._a("actualSummaryLabelTextColor", brushToString(this.i.ht));
|
|
87
93
|
}
|
|
88
94
|
/**
|
|
89
95
|
* Gets or sets the text style for the summary labels.
|
|
@@ -104,41 +110,41 @@ export let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
104
110
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
105
111
|
*/
|
|
106
112
|
get paddingLeft() {
|
|
107
|
-
return this.i.
|
|
113
|
+
return this.i.g8;
|
|
108
114
|
}
|
|
109
115
|
set paddingLeft(v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("paddingLeft", this.i.
|
|
116
|
+
this.i.g8 = +v;
|
|
117
|
+
this._a("paddingLeft", this.i.g8);
|
|
112
118
|
}
|
|
113
119
|
/**
|
|
114
120
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
115
121
|
*/
|
|
116
122
|
get paddingTop() {
|
|
117
|
-
return this.i.
|
|
123
|
+
return this.i.ha;
|
|
118
124
|
}
|
|
119
125
|
set paddingTop(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("paddingTop", this.i.
|
|
126
|
+
this.i.ha = +v;
|
|
127
|
+
this._a("paddingTop", this.i.ha);
|
|
122
128
|
}
|
|
123
129
|
/**
|
|
124
130
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
125
131
|
*/
|
|
126
132
|
get paddingRight() {
|
|
127
|
-
return this.i.
|
|
133
|
+
return this.i.g9;
|
|
128
134
|
}
|
|
129
135
|
set paddingRight(v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("paddingRight", this.i.
|
|
136
|
+
this.i.g9 = +v;
|
|
137
|
+
this._a("paddingRight", this.i.g9);
|
|
132
138
|
}
|
|
133
139
|
/**
|
|
134
140
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
135
141
|
*/
|
|
136
142
|
get paddingBottom() {
|
|
137
|
-
return this.i.
|
|
143
|
+
return this.i.g7;
|
|
138
144
|
}
|
|
139
145
|
set paddingBottom(v) {
|
|
140
|
-
this.i.
|
|
141
|
-
this._a("paddingBottom", this.i.
|
|
146
|
+
this.i.g7 = +v;
|
|
147
|
+
this._a("paddingBottom", this.i.g7);
|
|
142
148
|
}
|
|
143
149
|
}
|
|
144
150
|
IgcSummaryRowComponent._observedAttributesIgcSummaryRowComponent = null;
|
|
@@ -23,6 +23,12 @@ export let IgcSummaryRowRootComponent = /*@__PURE__*/ (() => {
|
|
|
23
23
|
if (this.i.connectedCallback) {
|
|
24
24
|
this.i.connectedCallback();
|
|
25
25
|
}
|
|
26
|
+
if (this.updateContentChildren) {
|
|
27
|
+
this.updateContentChildren();
|
|
28
|
+
}
|
|
29
|
+
else if (this._updateAdapters) {
|
|
30
|
+
this._updateAdapters();
|
|
31
|
+
}
|
|
26
32
|
if (!this._attached) {
|
|
27
33
|
this._attached = true;
|
|
28
34
|
this._flushQueuedAttributes();
|
|
@@ -23,6 +23,12 @@ export let IgcSummaryRowSectionComponent = /*@__PURE__*/ (() => {
|
|
|
23
23
|
if (this.i.connectedCallback) {
|
|
24
24
|
this.i.connectedCallback();
|
|
25
25
|
}
|
|
26
|
+
if (this.updateContentChildren) {
|
|
27
|
+
this.updateContentChildren();
|
|
28
|
+
}
|
|
29
|
+
else if (this._updateAdapters) {
|
|
30
|
+
this._updateAdapters();
|
|
31
|
+
}
|
|
26
32
|
if (!this._attached) {
|
|
27
33
|
this._attached = true;
|
|
28
34
|
this._flushQueuedAttributes();
|
|
@@ -201,6 +201,12 @@ export let IgcTemplateColumnComponent = /*@__PURE__*/ (() => {
|
|
|
201
201
|
if (this.i.connectedCallback) {
|
|
202
202
|
this.i.connectedCallback();
|
|
203
203
|
}
|
|
204
|
+
if (this.updateContentChildren) {
|
|
205
|
+
this.updateContentChildren();
|
|
206
|
+
}
|
|
207
|
+
else if (this._updateAdapters) {
|
|
208
|
+
this._updateAdapters();
|
|
209
|
+
}
|
|
204
210
|
if (!this._attached) {
|
|
205
211
|
this._attached = true;
|
|
206
212
|
this._flushQueuedAttributes();
|
|
@@ -21,9 +21,9 @@ export class IgcTemplateHeaderCellInfo extends IgcTemplateCellInfo {
|
|
|
21
21
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
22
22
|
*/
|
|
23
23
|
get isFilterUIVisible() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.mk;
|
|
25
25
|
}
|
|
26
26
|
set isFilterUIVisible(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.mk = ensureBool(v);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -30,6 +30,12 @@ export let IgcTemplateHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
30
30
|
if (this.i.connectedCallback) {
|
|
31
31
|
this.i.connectedCallback();
|
|
32
32
|
}
|
|
33
|
+
if (this.updateContentChildren) {
|
|
34
|
+
this.updateContentChildren();
|
|
35
|
+
}
|
|
36
|
+
else if (this._updateAdapters) {
|
|
37
|
+
this._updateAdapters();
|
|
38
|
+
}
|
|
33
39
|
if (!this._attached) {
|
|
34
40
|
this._attached = true;
|
|
35
41
|
this._flushQueuedAttributes();
|
|
@@ -30,6 +30,12 @@ export let IgcTemplateSectionHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
30
30
|
if (this.i.connectedCallback) {
|
|
31
31
|
this.i.connectedCallback();
|
|
32
32
|
}
|
|
33
|
+
if (this.updateContentChildren) {
|
|
34
|
+
this.updateContentChildren();
|
|
35
|
+
}
|
|
36
|
+
else if (this._updateAdapters) {
|
|
37
|
+
this._updateAdapters();
|
|
38
|
+
}
|
|
33
39
|
if (!this._attached) {
|
|
34
40
|
this._attached = true;
|
|
35
41
|
this._flushQueuedAttributes();
|
|
@@ -27,6 +27,12 @@ export let IgcTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
27
27
|
if (this.i.connectedCallback) {
|
|
28
28
|
this.i.connectedCallback();
|
|
29
29
|
}
|
|
30
|
+
if (this.updateContentChildren) {
|
|
31
|
+
this.updateContentChildren();
|
|
32
|
+
}
|
|
33
|
+
else if (this._updateAdapters) {
|
|
34
|
+
this._updateAdapters();
|
|
35
|
+
}
|
|
30
36
|
if (!this._attached) {
|
|
31
37
|
this._attached = true;
|
|
32
38
|
this._flushQueuedAttributes();
|
|
@@ -63,38 +69,38 @@ export let IgcTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
63
69
|
* Gets or sets the editor type used for editing cells in this column.
|
|
64
70
|
*/
|
|
65
71
|
get editorType() {
|
|
66
|
-
return this.i.
|
|
72
|
+
return this.i.n2;
|
|
67
73
|
}
|
|
68
74
|
set editorType(v) {
|
|
69
|
-
this.i.
|
|
70
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
75
|
+
this.i.n2 = ensureEnum(EditorType_$type, v);
|
|
76
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.n2));
|
|
71
77
|
}
|
|
72
78
|
/**
|
|
73
79
|
* Gets or sets the ComboBox data source.
|
|
74
80
|
*/
|
|
75
81
|
get editorDataSource() {
|
|
76
|
-
return this.i.
|
|
82
|
+
return this.i.n3;
|
|
77
83
|
}
|
|
78
84
|
set editorDataSource(v) {
|
|
79
|
-
this.i.
|
|
85
|
+
this.i.n3 = v;
|
|
80
86
|
}
|
|
81
87
|
/**
|
|
82
88
|
* Gets or sets the ComboBox text field.
|
|
83
89
|
*/
|
|
84
90
|
get editorTextField() {
|
|
85
|
-
return this.i.
|
|
91
|
+
return this.i.n5;
|
|
86
92
|
}
|
|
87
93
|
set editorTextField(v) {
|
|
88
|
-
this.i.
|
|
94
|
+
this.i.n5 = v;
|
|
89
95
|
}
|
|
90
96
|
/**
|
|
91
97
|
* Gets or sets the ComboBox value field.
|
|
92
98
|
*/
|
|
93
99
|
get editorValueField() {
|
|
94
|
-
return this.i.
|
|
100
|
+
return this.i.n6;
|
|
95
101
|
}
|
|
96
102
|
set editorValueField(v) {
|
|
97
|
-
this.i.
|
|
103
|
+
this.i.n6 = v;
|
|
98
104
|
}
|
|
99
105
|
}
|
|
100
106
|
IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
|
|
@@ -24,42 +24,42 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
24
24
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
25
25
|
*/
|
|
26
26
|
get isColumnOptionsEnabled() {
|
|
27
|
-
return this.i.
|
|
27
|
+
return this.i.mq;
|
|
28
28
|
}
|
|
29
29
|
set isColumnOptionsEnabled(v) {
|
|
30
|
-
this.i.
|
|
30
|
+
this.i.mq = ensureBool(v);
|
|
31
31
|
}
|
|
32
32
|
get sortIndicatorStyle() {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.mo;
|
|
34
34
|
}
|
|
35
35
|
set sortIndicatorStyle(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.mo = ensureEnum(SortIndicatorStyle_$type, v);
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
40
40
|
*/
|
|
41
41
|
get columnOptionsIconAlignment() {
|
|
42
|
-
return this.i.
|
|
42
|
+
return this.i.mk;
|
|
43
43
|
}
|
|
44
44
|
set columnOptionsIconAlignment(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.mk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* Gets or sets the color for the column options icon in the header.
|
|
49
49
|
*/
|
|
50
50
|
get columnOptionsIconColor() {
|
|
51
|
-
return brushToString(this.i.
|
|
51
|
+
return brushToString(this.i.m2);
|
|
52
52
|
}
|
|
53
53
|
set columnOptionsIconColor(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.m2 = stringToBrush(v);
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* Gets or sets how the column option icon will behave in the header.
|
|
58
58
|
*/
|
|
59
59
|
get columnOptionsIconBehavior() {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.mm;
|
|
61
61
|
}
|
|
62
62
|
set columnOptionsIconBehavior(v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.mm = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -26,6 +26,12 @@ export let IgcTextHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
26
26
|
if (this.i.connectedCallback) {
|
|
27
27
|
this.i.connectedCallback();
|
|
28
28
|
}
|
|
29
|
+
if (this.updateContentChildren) {
|
|
30
|
+
this.updateContentChildren();
|
|
31
|
+
}
|
|
32
|
+
else if (this._updateAdapters) {
|
|
33
|
+
this._updateAdapters();
|
|
34
|
+
}
|
|
29
35
|
if (!this._attached) {
|
|
30
36
|
this._attached = true;
|
|
31
37
|
this._flushQueuedAttributes();
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { TextIconSetBuiltInTypes_$type } from "./TextIconSetBuiltInTypes";
|
|
2
|
+
import { IgcGridConditionalStyleCollection } from "./igc-grid-conditional-style-collection";
|
|
3
|
+
import { IgcGridCompoundConditionalStyleComponent } from "./igc-grid-compound-conditional-style-component";
|
|
4
|
+
import { TextIconSetConditionalStyle } from "./TextIconSetConditionalStyle";
|
|
5
|
+
import { getAllPropertyNames, toSpinal, ensureEnum, enumToString } from "igniteui-webcomponents-core";
|
|
6
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
7
|
+
export let IgcTextIconSetConditionalStyleComponent = /*@__PURE__*/ (() => {
|
|
8
|
+
class IgcTextIconSetConditionalStyleComponent extends IgcGridCompoundConditionalStyleComponent {
|
|
9
|
+
createImplementation() {
|
|
10
|
+
return new TextIconSetConditionalStyle();
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
get i() {
|
|
16
|
+
return this._implementation;
|
|
17
|
+
}
|
|
18
|
+
constructor() {
|
|
19
|
+
super();
|
|
20
|
+
}
|
|
21
|
+
connectedCallback() {
|
|
22
|
+
if (super["connectedCallback"]) {
|
|
23
|
+
super["connectedCallback"]();
|
|
24
|
+
}
|
|
25
|
+
if (this.i.connectedCallback) {
|
|
26
|
+
this.i.connectedCallback();
|
|
27
|
+
}
|
|
28
|
+
if (this.updateContentChildren) {
|
|
29
|
+
this.updateContentChildren();
|
|
30
|
+
}
|
|
31
|
+
else if (this._updateAdapters) {
|
|
32
|
+
this._updateAdapters();
|
|
33
|
+
}
|
|
34
|
+
if (!this._attached) {
|
|
35
|
+
this._attached = true;
|
|
36
|
+
this._flushQueuedAttributes();
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
if (super["disconnectedCallback"]) {
|
|
41
|
+
super["disconnectedCallback"]();
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
static get observedAttributes() {
|
|
51
|
+
if (IgcTextIconSetConditionalStyleComponent._observedAttributesIgcTextIconSetConditionalStyleComponent == null) {
|
|
52
|
+
let names = getAllPropertyNames(IgcTextIconSetConditionalStyleComponent);
|
|
53
|
+
for (let i = 0; i < names.length; i++) {
|
|
54
|
+
names[i] = toSpinal(names[i]);
|
|
55
|
+
}
|
|
56
|
+
IgcTextIconSetConditionalStyleComponent._observedAttributesIgcTextIconSetConditionalStyleComponent = names;
|
|
57
|
+
}
|
|
58
|
+
return IgcTextIconSetConditionalStyleComponent._observedAttributesIgcTextIconSetConditionalStyleComponent;
|
|
59
|
+
}
|
|
60
|
+
static register() {
|
|
61
|
+
if (!IgcTextIconSetConditionalStyleComponent._isElementRegistered) {
|
|
62
|
+
IgcTextIconSetConditionalStyleComponent._isElementRegistered = true;
|
|
63
|
+
RegisterElementHelper.registerElement(IgcTextIconSetConditionalStyleComponent.htmlTagName, IgcTextIconSetConditionalStyleComponent);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
get iconType() {
|
|
67
|
+
return this.i.av;
|
|
68
|
+
}
|
|
69
|
+
set iconType(v) {
|
|
70
|
+
this.i.av = ensureEnum(TextIconSetBuiltInTypes_$type, v);
|
|
71
|
+
this._a("iconType", enumToString(TextIconSetBuiltInTypes_$type, this.i.av));
|
|
72
|
+
}
|
|
73
|
+
getSubStyles() {
|
|
74
|
+
let iv = this.i.aq();
|
|
75
|
+
let ret = null;
|
|
76
|
+
if (iv && iv.externalObject) {
|
|
77
|
+
ret = iv.externalObject;
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
if (iv) {
|
|
81
|
+
let e = new IgcGridConditionalStyleCollection();
|
|
82
|
+
e._implementation = iv;
|
|
83
|
+
iv.externalObject = e;
|
|
84
|
+
ret = e;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
return ret;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
IgcTextIconSetConditionalStyleComponent._observedAttributesIgcTextIconSetConditionalStyleComponent = null;
|
|
91
|
+
IgcTextIconSetConditionalStyleComponent.htmlTagName = "igc-text-icon-set-conditional-style";
|
|
92
|
+
IgcTextIconSetConditionalStyleComponent._isElementRegistered = false;
|
|
93
|
+
return IgcTextIconSetConditionalStyleComponent;
|
|
94
|
+
})();
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { IgcTextIconSetConditionalStyleComponent } from './igc-text-icon-set-conditional-style-component';
|
|
8
|
+
import { TextIconSetConditionalStyle } from './TextIconSetConditionalStyle';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcTextIconSetConditionalStyleModule {
|
|
11
|
+
static register() {
|
|
12
|
+
IgcTextIconSetConditionalStyleComponent.register();
|
|
13
|
+
TypeRegistrar.registerCons("IgcTextIconSetConditionalStyleComponent", IgcTextIconSetConditionalStyleComponent);
|
|
14
|
+
TypeRegistrar.register("TextIconSetConditionalStyle", TextIconSetConditionalStyle.$type);
|
|
15
|
+
}
|
|
16
|
+
}
|
package/esm2015/public_api.js
CHANGED
|
@@ -2,8 +2,12 @@ export * from './lib/igc-checkbox-list-module';
|
|
|
2
2
|
export * from './lib/igc-checkbox-list-component';
|
|
3
3
|
export * from './lib/CheckboxListView';
|
|
4
4
|
export * from './lib/CheckboxList';
|
|
5
|
+
export * from './lib/CheckboxListKeysClearedEventArgs';
|
|
6
|
+
export * from './lib/igc-checkbox-list-keys-cleared-event-args';
|
|
5
7
|
export * from './lib/CheckedChangedEventArgs';
|
|
6
8
|
export * from './lib/igc-checked-changed-event-args';
|
|
9
|
+
export * from './lib/CheckboxListIndexTypeChangedEventArgs';
|
|
10
|
+
export * from './lib/igc-checkbox-list-index-type-changed-event-args';
|
|
7
11
|
export * from './lib/SelectAllCheckboxChangedEventArgs';
|
|
8
12
|
export * from './lib/igc-select-all-checkbox-changed-event-args';
|
|
9
13
|
export * from './lib/CheckboxListIndexType';
|
|
@@ -125,6 +129,14 @@ export * from './lib/TemplateHeaderCellPresenter';
|
|
|
125
129
|
export * from './lib/TextCellPresenter';
|
|
126
130
|
export * from './lib/TextHeaderCellPresenter';
|
|
127
131
|
export * from './lib/VerticalSeparatorCellPresenter';
|
|
132
|
+
export * from './lib/NativeUIGridFactory';
|
|
133
|
+
export * from './lib/CheckboxListBridge';
|
|
134
|
+
export * from './lib/CheckboxListExternal';
|
|
135
|
+
export * from './lib/CheckboxListExternalIndexType';
|
|
136
|
+
export * from './lib/CheckedChangedEventArgs';
|
|
137
|
+
export * from './lib/CheckboxListExternalIndexTypeChangedEventArgs';
|
|
138
|
+
export * from './lib/CheckboxListExternalKeysClearedEventArgs';
|
|
139
|
+
export * from './lib/CheckboxListViewExternal';
|
|
128
140
|
export * from './lib/DraggerView';
|
|
129
141
|
export * from './lib/ICellActionManager';
|
|
130
142
|
export * from './lib/DefaultCellActionManager';
|
|
@@ -207,6 +219,7 @@ export * from './lib/OperatorSelectorClosingEventArgs';
|
|
|
207
219
|
export * from './lib/igc-operator-selector-closing-event-args';
|
|
208
220
|
export * from './lib/GridFilterDialog';
|
|
209
221
|
export * from './lib/igc-data-grid-filter-dialog-component';
|
|
222
|
+
export * from './lib/ColumnOptionsToolbarManagerOpeningEventArgs';
|
|
210
223
|
export * from './lib/FilterDialogRenderCompletedEventArgs';
|
|
211
224
|
export * from './lib/igc-filter-dialog-render-completed-event-args';
|
|
212
225
|
export * from './lib/GridFilterDialogViewModel';
|
|
@@ -302,6 +315,10 @@ export * from './lib/GridAnimationManager';
|
|
|
302
315
|
export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
|
|
303
316
|
export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
|
|
304
317
|
export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
|
|
318
|
+
export * from './lib/igc-grid-conditional-style-collection';
|
|
319
|
+
export * from './lib/GridConditionalStyleCollection';
|
|
320
|
+
export * from './lib/igc-grid-conditional-style-property-collection';
|
|
321
|
+
export * from './lib/GridConditionalStylePropertyCollection';
|
|
305
322
|
export * from './lib/igc-grid-filter-operands-collection';
|
|
306
323
|
export * from './lib/GridFilterOperandsCollection';
|
|
307
324
|
export * from './lib/FilterOperand';
|
|
@@ -378,10 +395,27 @@ export * from './lib/IExternalDefinitionBase';
|
|
|
378
395
|
export * from './lib/TextCellLineBreakMode';
|
|
379
396
|
export * from './lib/DataBindingEventArgs';
|
|
380
397
|
export * from './lib/DefinitionPropertyUpdatedEventArgs';
|
|
398
|
+
export * from './lib/GridCompoundConditionalStyle';
|
|
399
|
+
export * from './lib/igc-grid-compound-conditional-style-component';
|
|
400
|
+
export * from './lib/TextIconSetBuiltInTypes';
|
|
401
|
+
export * from './lib/TextIconSetConditionalStyle';
|
|
402
|
+
export * from './lib/igc-text-icon-set-conditional-style-component';
|
|
403
|
+
export * from './lib/igc-text-icon-set-conditional-style-module';
|
|
404
|
+
export * from './lib/GridConditionalStyle';
|
|
405
|
+
export * from './lib/igc-grid-conditional-style-component';
|
|
406
|
+
export * from './lib/igc-grid-conditional-style-module';
|
|
407
|
+
export * from './lib/GridConditionFilterStringErrorsParsingEventArgs';
|
|
408
|
+
export * from './lib/igc-grid-condition-filter-string-errors-parsing-event-args';
|
|
409
|
+
export * from './lib/GridConditionalStylePropertyStylingType';
|
|
410
|
+
export * from './lib/GridConditionalStyleBoundType';
|
|
411
|
+
export * from './lib/GridConditionalStyleProperty';
|
|
412
|
+
export * from './lib/igc-grid-conditional-style-property-component';
|
|
413
|
+
export * from './lib/igc-grid-conditional-style-property-module';
|
|
381
414
|
export * from './lib/CellStyleRequestedEventArgs';
|
|
382
415
|
export * from './lib/igc-cell-style-requested-event-args';
|
|
383
416
|
export * from './lib/DataGridColumn';
|
|
384
417
|
export * from './lib/igc-data-grid-column-component';
|
|
418
|
+
export * from './lib/DataGridColumnToolbarManager';
|
|
385
419
|
export * from './lib/ColumnWidth';
|
|
386
420
|
export * from './lib/igc-column-width';
|
|
387
421
|
export * from './lib/igc-column-width-module';
|
|
@@ -564,10 +598,7 @@ export * from './lib/BrowserPixelConverter';
|
|
|
564
598
|
export * from './lib/GridExternalWrapper';
|
|
565
599
|
export * from './lib/BrowserTickProvider';
|
|
566
600
|
export * from './lib/BrowserExecutionContext';
|
|
567
|
-
export * from './lib/
|
|
568
|
-
export * from './lib/CheckboxListBridge';
|
|
569
|
-
export * from './lib/CheckboxListExternal';
|
|
570
|
-
export * from './lib/CheckedChangedEventArgs';
|
|
601
|
+
export * from './lib/GridModuleHelper';
|
|
571
602
|
export * from './lib/DataGridLocaleEn';
|
|
572
603
|
export * from './lib/igc-grid-column-options-module';
|
|
573
604
|
export * from './lib/igc-grid-column-options-component';
|
|
@@ -619,6 +650,7 @@ export * from './lib/GridColumnSortOptions';
|
|
|
619
650
|
export * from './lib/GridColumnSummaryOptions';
|
|
620
651
|
export * from './lib/igc-multi-column-combo-box-module';
|
|
621
652
|
export * from './lib/igc-multi-column-combo-box-component';
|
|
653
|
+
export * from './lib/NativeUIComboFactory';
|
|
622
654
|
export * from './lib/MultiColumnComboBoxView';
|
|
623
655
|
export * from './lib/MultiColumnComboBoxUtilities';
|
|
624
656
|
export * from './lib/CloneDataSourceFilterOperation';
|
|
@@ -52,7 +52,7 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52
52
|
else {
|
|
53
53
|
b.setAttribute("aria-colindex", (a.l.a5 + 1).toString());
|
|
54
54
|
}
|
|
55
|
-
if (a.
|
|
55
|
+
if (a.cq == 1) {
|
|
56
56
|
b.setAttribute("aria-selected", "true");
|
|
57
57
|
}
|
|
58
58
|
else {
|
|
@@ -69,8 +69,8 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
b.setAttribute("aria-sort", "none");
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
if (a.
|
|
73
|
-
b.setAttribute("aria-expanded", a.
|
|
72
|
+
if (a.a2) {
|
|
73
|
+
b.setAttribute("aria-expanded", a.ba ? "true" : "false");
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
AccessibilityRow.prototype.h = function () {
|