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
|
@@ -0,0 +1,400 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
3
|
+
import { GridConditionalStylePropertyStylingType_$type } from "./GridConditionalStylePropertyStylingType";
|
|
4
|
+
import { GridConditionalStyleBoundType_$type } from "./GridConditionalStyleBoundType";
|
|
5
|
+
import { IgcGridConditionFilterStringErrorsParsingEventArgs } from "./igc-grid-condition-filter-string-errors-parsing-event-args";
|
|
6
|
+
import { GridConditionalStyleProperty } from "./GridConditionalStyleProperty";
|
|
7
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
8
|
+
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureEnum, enumToString, ensureBool, brushToString, stringToBrush, toBrushCollection, fromBrushCollection, brushCollectionToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
9
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
10
|
+
export let IgcGridConditionalStylePropertyComponent = /*@__PURE__*/ (() => {
|
|
11
|
+
class IgcGridConditionalStylePropertyComponent extends IgcHTMLElement {
|
|
12
|
+
createImplementation() {
|
|
13
|
+
return new GridConditionalStyleProperty();
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
get i() {
|
|
19
|
+
return this._implementation;
|
|
20
|
+
} /**
|
|
21
|
+
* @hidden
|
|
22
|
+
*/
|
|
23
|
+
static _createFromInternal(internal) {
|
|
24
|
+
if (!internal) {
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
27
|
+
if (!internal.$type) {
|
|
28
|
+
return null;
|
|
29
|
+
}
|
|
30
|
+
let name = internal.$type.name;
|
|
31
|
+
let externalName = "Igc" + name + "Component";
|
|
32
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return TypeRegistrar.create(externalName);
|
|
36
|
+
}
|
|
37
|
+
onImplementationCreated() {
|
|
38
|
+
}
|
|
39
|
+
constructor() {
|
|
40
|
+
super();
|
|
41
|
+
this._settingAttributes = false;
|
|
42
|
+
this._attached = false;
|
|
43
|
+
this._queuedSetAttributes = [];
|
|
44
|
+
this._updatingFromAttribute = false;
|
|
45
|
+
this.__p = null;
|
|
46
|
+
this._hasUserValues = new Set();
|
|
47
|
+
this._stylingContainer = null;
|
|
48
|
+
this._stylingParent = null;
|
|
49
|
+
this._inStyling = false;
|
|
50
|
+
this._filterStringErrorsParsing = null;
|
|
51
|
+
this._filterStringErrorsParsing_wrapped = null;
|
|
52
|
+
if (this._styling) {
|
|
53
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
54
|
+
}
|
|
55
|
+
this._implementation = this.createImplementation();
|
|
56
|
+
this._implementation.externalObject = this;
|
|
57
|
+
this.onImplementationCreated();
|
|
58
|
+
if (this._initializeAdapters) {
|
|
59
|
+
this._initializeAdapters();
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
63
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
64
|
+
}
|
|
65
|
+
_flushQueuedAttributes() {
|
|
66
|
+
this._settingAttributes = true;
|
|
67
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
68
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
69
|
+
}
|
|
70
|
+
this._settingAttributes = false;
|
|
71
|
+
this._queuedSetAttributes.length = 0;
|
|
72
|
+
}
|
|
73
|
+
_a(attrName, attrValue) {
|
|
74
|
+
if (this._updatingFromAttribute) {
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
if (attrValue) {
|
|
78
|
+
attrValue = attrValue.toString();
|
|
79
|
+
}
|
|
80
|
+
this._settingAttributes = true;
|
|
81
|
+
attrName = toSpinal(attrName);
|
|
82
|
+
if (this._attached) {
|
|
83
|
+
this.setAttribute(attrName, attrValue);
|
|
84
|
+
}
|
|
85
|
+
else {
|
|
86
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
87
|
+
}
|
|
88
|
+
this._settingAttributes = false;
|
|
89
|
+
}
|
|
90
|
+
connectedCallback() {
|
|
91
|
+
if (super["connectedCallback"]) {
|
|
92
|
+
super["connectedCallback"]();
|
|
93
|
+
}
|
|
94
|
+
if (this.i.connectedCallback) {
|
|
95
|
+
this.i.connectedCallback();
|
|
96
|
+
}
|
|
97
|
+
if (!this._attached) {
|
|
98
|
+
this._attached = true;
|
|
99
|
+
this._flushQueuedAttributes();
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
disconnectedCallback() {
|
|
103
|
+
if (super["disconnectedCallback"]) {
|
|
104
|
+
super["disconnectedCallback"]();
|
|
105
|
+
}
|
|
106
|
+
if (this.i.disconnectedCallback) {
|
|
107
|
+
this.i.disconnectedCallback();
|
|
108
|
+
}
|
|
109
|
+
if (this._attached) {
|
|
110
|
+
this._attached = false;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
static get observedAttributes() {
|
|
114
|
+
if (IgcGridConditionalStylePropertyComponent._observedAttributesIgcGridConditionalStylePropertyComponent == null) {
|
|
115
|
+
let names = getAllPropertyNames(IgcGridConditionalStylePropertyComponent);
|
|
116
|
+
for (let i = 0; i < names.length; i++) {
|
|
117
|
+
names[i] = toSpinal(names[i]);
|
|
118
|
+
}
|
|
119
|
+
IgcGridConditionalStylePropertyComponent._observedAttributesIgcGridConditionalStylePropertyComponent = names;
|
|
120
|
+
}
|
|
121
|
+
return IgcGridConditionalStylePropertyComponent._observedAttributesIgcGridConditionalStylePropertyComponent;
|
|
122
|
+
}
|
|
123
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
124
|
+
if (this._settingAttributes) {
|
|
125
|
+
return;
|
|
126
|
+
}
|
|
127
|
+
let setName = fromSpinal(name);
|
|
128
|
+
this._updatingFromAttribute = true;
|
|
129
|
+
this[setName] = newValue;
|
|
130
|
+
this._updatingFromAttribute = false;
|
|
131
|
+
}
|
|
132
|
+
static register() {
|
|
133
|
+
if (!IgcGridConditionalStylePropertyComponent._isElementRegistered) {
|
|
134
|
+
IgcGridConditionalStylePropertyComponent._isElementRegistered = true;
|
|
135
|
+
RegisterElementHelper.registerElement(IgcGridConditionalStylePropertyComponent.htmlTagName, IgcGridConditionalStylePropertyComponent);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
get stylingType() {
|
|
139
|
+
return this.i.aj;
|
|
140
|
+
}
|
|
141
|
+
set stylingType(v) {
|
|
142
|
+
this.i.aj = ensureEnum(GridConditionalStylePropertyStylingType_$type, v);
|
|
143
|
+
this._a("stylingType", enumToString(GridConditionalStylePropertyStylingType_$type, this.i.aj));
|
|
144
|
+
}
|
|
145
|
+
get minimumType() {
|
|
146
|
+
return this.i.ah;
|
|
147
|
+
}
|
|
148
|
+
set minimumType(v) {
|
|
149
|
+
this.i.ah = ensureEnum(GridConditionalStyleBoundType_$type, v);
|
|
150
|
+
this._a("minimumType", enumToString(GridConditionalStyleBoundType_$type, this.i.ah));
|
|
151
|
+
}
|
|
152
|
+
get maximumType() {
|
|
153
|
+
return this.i.ag;
|
|
154
|
+
}
|
|
155
|
+
set maximumType(v) {
|
|
156
|
+
this.i.ag = ensureEnum(GridConditionalStyleBoundType_$type, v);
|
|
157
|
+
this._a("maximumType", enumToString(GridConditionalStyleBoundType_$type, this.i.ag));
|
|
158
|
+
}
|
|
159
|
+
get propertyName() {
|
|
160
|
+
return this.i.b9;
|
|
161
|
+
}
|
|
162
|
+
set propertyName(v) {
|
|
163
|
+
this.i.b9 = v;
|
|
164
|
+
}
|
|
165
|
+
get inputValueExpression() {
|
|
166
|
+
return this.i.w;
|
|
167
|
+
}
|
|
168
|
+
set inputValueExpression(v) {
|
|
169
|
+
this.i.w = v;
|
|
170
|
+
}
|
|
171
|
+
get inputValueExpressionString() {
|
|
172
|
+
return this.i.bo;
|
|
173
|
+
}
|
|
174
|
+
set inputValueExpressionString(v) {
|
|
175
|
+
this.i.bo = v;
|
|
176
|
+
}
|
|
177
|
+
get actualInputValueExpression() {
|
|
178
|
+
return this.i.s;
|
|
179
|
+
}
|
|
180
|
+
set actualInputValueExpression(v) {
|
|
181
|
+
this.i.s = v;
|
|
182
|
+
}
|
|
183
|
+
get minimumInputValueExpression() {
|
|
184
|
+
return this.i.y;
|
|
185
|
+
}
|
|
186
|
+
set minimumInputValueExpression(v) {
|
|
187
|
+
this.i.y = v;
|
|
188
|
+
}
|
|
189
|
+
get minimumInputValueExpressionString() {
|
|
190
|
+
return this.i.b5;
|
|
191
|
+
}
|
|
192
|
+
set minimumInputValueExpressionString(v) {
|
|
193
|
+
this.i.b5 = v;
|
|
194
|
+
}
|
|
195
|
+
get actualMinimumInputValueExpression() {
|
|
196
|
+
return this.i.u;
|
|
197
|
+
}
|
|
198
|
+
set actualMinimumInputValueExpression(v) {
|
|
199
|
+
this.i.u = v;
|
|
200
|
+
}
|
|
201
|
+
get maximumInputValueExpression() {
|
|
202
|
+
return this.i.x;
|
|
203
|
+
}
|
|
204
|
+
set maximumInputValueExpression(v) {
|
|
205
|
+
this.i.x = v;
|
|
206
|
+
}
|
|
207
|
+
get maximumInputValueExpressionString() {
|
|
208
|
+
return this.i.bz;
|
|
209
|
+
}
|
|
210
|
+
set maximumInputValueExpressionString(v) {
|
|
211
|
+
this.i.bz = v;
|
|
212
|
+
}
|
|
213
|
+
get actualMaximumInputValueExpression() {
|
|
214
|
+
return this.i.t;
|
|
215
|
+
}
|
|
216
|
+
set actualMaximumInputValueExpression(v) {
|
|
217
|
+
this.i.t = v;
|
|
218
|
+
}
|
|
219
|
+
get sumInputValueExpression() {
|
|
220
|
+
return this.i.ad;
|
|
221
|
+
}
|
|
222
|
+
set sumInputValueExpression(v) {
|
|
223
|
+
this.i.ad = v;
|
|
224
|
+
}
|
|
225
|
+
get sumInputValueExpressionString() {
|
|
226
|
+
return this.i.ce;
|
|
227
|
+
}
|
|
228
|
+
set sumInputValueExpressionString(v) {
|
|
229
|
+
this.i.ce = v;
|
|
230
|
+
}
|
|
231
|
+
get actualSumInputValueExpression() {
|
|
232
|
+
return this.i.v;
|
|
233
|
+
}
|
|
234
|
+
set actualSumInputValueExpression(v) {
|
|
235
|
+
this.i.v = v;
|
|
236
|
+
}
|
|
237
|
+
get value() {
|
|
238
|
+
return this.i.bc;
|
|
239
|
+
}
|
|
240
|
+
set value(v) {
|
|
241
|
+
this.i.bc = v;
|
|
242
|
+
}
|
|
243
|
+
get shouldSetValue() {
|
|
244
|
+
return this.i.as;
|
|
245
|
+
}
|
|
246
|
+
set shouldSetValue(v) {
|
|
247
|
+
this.i.as = ensureBool(v);
|
|
248
|
+
this._a("shouldSetValue", this.i.as);
|
|
249
|
+
}
|
|
250
|
+
get minimumColor() {
|
|
251
|
+
return brushToString(this.i.co);
|
|
252
|
+
}
|
|
253
|
+
set minimumColor(v) {
|
|
254
|
+
this.i.co = stringToBrush(v);
|
|
255
|
+
this._a("minimumColor", brushToString(this.i.co));
|
|
256
|
+
}
|
|
257
|
+
get maximumColor() {
|
|
258
|
+
return brushToString(this.i.cn);
|
|
259
|
+
}
|
|
260
|
+
set maximumColor(v) {
|
|
261
|
+
this.i.cn = stringToBrush(v);
|
|
262
|
+
this._a("maximumColor", brushToString(this.i.cn));
|
|
263
|
+
}
|
|
264
|
+
get minimumInputValue() {
|
|
265
|
+
return this.i.ba;
|
|
266
|
+
}
|
|
267
|
+
set minimumInputValue(v) {
|
|
268
|
+
this.i.ba = v;
|
|
269
|
+
}
|
|
270
|
+
get maximumInputValue() {
|
|
271
|
+
return this.i.a9;
|
|
272
|
+
}
|
|
273
|
+
set maximumInputValue(v) {
|
|
274
|
+
this.i.a9 = v;
|
|
275
|
+
}
|
|
276
|
+
get sumInputValue() {
|
|
277
|
+
return this.i.bb;
|
|
278
|
+
}
|
|
279
|
+
set sumInputValue(v) {
|
|
280
|
+
this.i.bb = v;
|
|
281
|
+
}
|
|
282
|
+
get colorCollection() {
|
|
283
|
+
return fromBrushCollection(this.i.f);
|
|
284
|
+
}
|
|
285
|
+
set colorCollection(v) {
|
|
286
|
+
this.i.f = toBrushCollection(v);
|
|
287
|
+
this._a("colorCollection", brushCollectionToString(this.i.f));
|
|
288
|
+
}
|
|
289
|
+
get valueCollection() {
|
|
290
|
+
return this.i.d;
|
|
291
|
+
}
|
|
292
|
+
set valueCollection(v) {
|
|
293
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
294
|
+
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
295
|
+
v = v.split(re);
|
|
296
|
+
}
|
|
297
|
+
this.i.d = v;
|
|
298
|
+
}
|
|
299
|
+
get requiresGlobalValues() {
|
|
300
|
+
return this.i.ar;
|
|
301
|
+
}
|
|
302
|
+
get needsGlobalMinimum() {
|
|
303
|
+
return this.i.ap;
|
|
304
|
+
}
|
|
305
|
+
get needsGlobalMaximum() {
|
|
306
|
+
return this.i.ao;
|
|
307
|
+
}
|
|
308
|
+
get needsGlobalSum() {
|
|
309
|
+
return this.i.aq;
|
|
310
|
+
}
|
|
311
|
+
findByName(name) {
|
|
312
|
+
if (this.findEphemera) {
|
|
313
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
314
|
+
return this.findEphemera(name);
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
return null;
|
|
318
|
+
}
|
|
319
|
+
get hasUserValues() {
|
|
320
|
+
return this._hasUserValues;
|
|
321
|
+
}
|
|
322
|
+
__m(propertyName) {
|
|
323
|
+
if (!this._inStyling) {
|
|
324
|
+
this._hasUserValues.add(propertyName);
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
_styling(container, component, parent) {
|
|
328
|
+
if (this._inStyling) {
|
|
329
|
+
return;
|
|
330
|
+
}
|
|
331
|
+
this._inStyling = true;
|
|
332
|
+
this._stylingContainer = container;
|
|
333
|
+
this._stylingParent = component;
|
|
334
|
+
let genericPrefix = "";
|
|
335
|
+
let typeName = this.i.$type.name;
|
|
336
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
337
|
+
typeName = typeName.substring(3);
|
|
338
|
+
}
|
|
339
|
+
genericPrefix = toSpinal("GridConditionalStylePropertyComponent");
|
|
340
|
+
let additionalPrefixes = [];
|
|
341
|
+
let prefix = toSpinal(typeName);
|
|
342
|
+
additionalPrefixes.push(prefix + "-");
|
|
343
|
+
let b = this.i.$type.baseType;
|
|
344
|
+
while (b && b.name != "Object" &&
|
|
345
|
+
b.name != "Base" &&
|
|
346
|
+
b.name != "Control" &&
|
|
347
|
+
b.Name != "DependencyObject" &&
|
|
348
|
+
b.Name != "FrameworkElement") {
|
|
349
|
+
typeName = b.name;
|
|
350
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
351
|
+
typeName = typeName.substring(3);
|
|
352
|
+
}
|
|
353
|
+
let basePrefix = toSpinal(typeName);
|
|
354
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
355
|
+
b = b.baseType;
|
|
356
|
+
}
|
|
357
|
+
if (parent) {
|
|
358
|
+
let parentTypeName = parent.i.$type.name;
|
|
359
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
360
|
+
parentTypeName = parentTypeName.substring(3);
|
|
361
|
+
}
|
|
362
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
363
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
364
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
365
|
+
}
|
|
366
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
367
|
+
if (this._otherStyling) {
|
|
368
|
+
this._otherStyling(container, component, parent);
|
|
369
|
+
}
|
|
370
|
+
this._inStyling = false;
|
|
371
|
+
}
|
|
372
|
+
get filterStringErrorsParsing() {
|
|
373
|
+
return this._filterStringErrorsParsing;
|
|
374
|
+
}
|
|
375
|
+
set filterStringErrorsParsing(ev) {
|
|
376
|
+
if (this._filterStringErrorsParsing_wrapped !== null) {
|
|
377
|
+
this.i.filterStringErrorsParsing = delegateRemove(this.i.filterStringErrorsParsing, this._filterStringErrorsParsing_wrapped);
|
|
378
|
+
this._filterStringErrorsParsing_wrapped = null;
|
|
379
|
+
this._filterStringErrorsParsing = null;
|
|
380
|
+
}
|
|
381
|
+
this._filterStringErrorsParsing = ev;
|
|
382
|
+
this._filterStringErrorsParsing_wrapped = (o, e) => {
|
|
383
|
+
let outerArgs = new IgcGridConditionFilterStringErrorsParsingEventArgs();
|
|
384
|
+
outerArgs._provideImplementation(e);
|
|
385
|
+
if (this.beforeFilterStringErrorsParsing) {
|
|
386
|
+
this.beforeFilterStringErrorsParsing(this, outerArgs);
|
|
387
|
+
}
|
|
388
|
+
if (this._filterStringErrorsParsing) {
|
|
389
|
+
this._filterStringErrorsParsing(this, outerArgs);
|
|
390
|
+
}
|
|
391
|
+
};
|
|
392
|
+
this.i.filterStringErrorsParsing = delegateCombine(this.i.filterStringErrorsParsing, this._filterStringErrorsParsing_wrapped);
|
|
393
|
+
;
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
IgcGridConditionalStylePropertyComponent._observedAttributesIgcGridConditionalStylePropertyComponent = null;
|
|
397
|
+
IgcGridConditionalStylePropertyComponent.htmlTagName = "igc-grid-conditional-style-property";
|
|
398
|
+
IgcGridConditionalStylePropertyComponent._isElementRegistered = false;
|
|
399
|
+
return IgcGridConditionalStylePropertyComponent;
|
|
400
|
+
})();
|
|
@@ -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 { IgcGridConditionalStylePropertyComponent } from './igc-grid-conditional-style-property-component';
|
|
8
|
+
import { GridConditionalStyleProperty } from './GridConditionalStyleProperty';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcGridConditionalStylePropertyModule {
|
|
11
|
+
static register() {
|
|
12
|
+
IgcGridConditionalStylePropertyComponent.register();
|
|
13
|
+
TypeRegistrar.registerCons("IgcGridConditionalStylePropertyComponent", IgcGridConditionalStylePropertyComponent);
|
|
14
|
+
TypeRegistrar.register("GridConditionalStyleProperty", GridConditionalStyleProperty.$type);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -22,6 +22,12 @@ export let IgcHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
22
22
|
if (this.i.connectedCallback) {
|
|
23
23
|
this.i.connectedCallback();
|
|
24
24
|
}
|
|
25
|
+
if (this.updateContentChildren) {
|
|
26
|
+
this.updateContentChildren();
|
|
27
|
+
}
|
|
28
|
+
else if (this._updateAdapters) {
|
|
29
|
+
this._updateAdapters();
|
|
30
|
+
}
|
|
25
31
|
if (!this._attached) {
|
|
26
32
|
this._attached = true;
|
|
27
33
|
this._flushQueuedAttributes();
|
|
@@ -52,75 +58,75 @@ export let IgcHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
52
58
|
* Gets or sets the color to use for the sort indicator icon
|
|
53
59
|
*/
|
|
54
60
|
get sortIndicatorColor() {
|
|
55
|
-
return brushToString(this.i.
|
|
61
|
+
return brushToString(this.i.ho);
|
|
56
62
|
}
|
|
57
63
|
set sortIndicatorColor(v) {
|
|
58
|
-
this.i.
|
|
59
|
-
this._a("sortIndicatorColor", brushToString(this.i.
|
|
64
|
+
this.i.ho = stringToBrush(v);
|
|
65
|
+
this._a("sortIndicatorColor", brushToString(this.i.ho));
|
|
60
66
|
}
|
|
61
67
|
/**
|
|
62
68
|
* Gets the actual background color that is used for the cells when they are selected
|
|
63
69
|
*/
|
|
64
70
|
get actualSortIndicatorColor() {
|
|
65
|
-
return brushToString(this.i.
|
|
71
|
+
return brushToString(this.i.hm);
|
|
66
72
|
}
|
|
67
73
|
set actualSortIndicatorColor(v) {
|
|
68
|
-
this.i.
|
|
69
|
-
this._a("actualSortIndicatorColor", brushToString(this.i.
|
|
74
|
+
this.i.hm = stringToBrush(v);
|
|
75
|
+
this._a("actualSortIndicatorColor", brushToString(this.i.hm));
|
|
70
76
|
}
|
|
71
77
|
get sortIndicatorStyle() {
|
|
72
|
-
return this.i.
|
|
78
|
+
return this.i.g1;
|
|
73
79
|
}
|
|
74
80
|
set sortIndicatorStyle(v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
81
|
+
this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
82
|
+
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g1));
|
|
77
83
|
}
|
|
78
84
|
get actualSortIndicatorStyle() {
|
|
79
|
-
return this.i.
|
|
85
|
+
return this.i.g0;
|
|
80
86
|
}
|
|
81
87
|
set actualSortIndicatorStyle(v) {
|
|
82
|
-
this.i.
|
|
83
|
-
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
88
|
+
this.i.g0 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
89
|
+
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g0));
|
|
84
90
|
}
|
|
85
91
|
/**
|
|
86
92
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
87
93
|
*/
|
|
88
94
|
get paddingLeft() {
|
|
89
|
-
return this.i.
|
|
95
|
+
return this.i.g7;
|
|
90
96
|
}
|
|
91
97
|
set paddingLeft(v) {
|
|
92
|
-
this.i.
|
|
93
|
-
this._a("paddingLeft", this.i.
|
|
98
|
+
this.i.g7 = +v;
|
|
99
|
+
this._a("paddingLeft", this.i.g7);
|
|
94
100
|
}
|
|
95
101
|
/**
|
|
96
102
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
97
103
|
*/
|
|
98
104
|
get paddingTop() {
|
|
99
|
-
return this.i.
|
|
105
|
+
return this.i.g9;
|
|
100
106
|
}
|
|
101
107
|
set paddingTop(v) {
|
|
102
|
-
this.i.
|
|
103
|
-
this._a("paddingTop", this.i.
|
|
108
|
+
this.i.g9 = +v;
|
|
109
|
+
this._a("paddingTop", this.i.g9);
|
|
104
110
|
}
|
|
105
111
|
/**
|
|
106
112
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
107
113
|
*/
|
|
108
114
|
get paddingRight() {
|
|
109
|
-
return this.i.
|
|
115
|
+
return this.i.g8;
|
|
110
116
|
}
|
|
111
117
|
set paddingRight(v) {
|
|
112
|
-
this.i.
|
|
113
|
-
this._a("paddingRight", this.i.
|
|
118
|
+
this.i.g8 = +v;
|
|
119
|
+
this._a("paddingRight", this.i.g8);
|
|
114
120
|
}
|
|
115
121
|
/**
|
|
116
122
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
117
123
|
*/
|
|
118
124
|
get paddingBottom() {
|
|
119
|
-
return this.i.
|
|
125
|
+
return this.i.g6;
|
|
120
126
|
}
|
|
121
127
|
set paddingBottom(v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("paddingBottom", this.i.
|
|
128
|
+
this.i.g6 = +v;
|
|
129
|
+
this._a("paddingBottom", this.i.g6);
|
|
124
130
|
}
|
|
125
131
|
}
|
|
126
132
|
IgcHeaderComponent._observedAttributesIgcHeaderComponent = null;
|
|
@@ -26,6 +26,12 @@ export let IgcHeaderRowSeparatorComponent = /*@__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();
|
|
@@ -23,6 +23,12 @@ export let IgcHeaderSeparatorComponent = /*@__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,27 +23,27 @@ export class IgcImageCellInfo extends IgcCellInfo {
|
|
|
23
23
|
* Sets or gets the resource path to use to get the image for the cell.
|
|
24
24
|
*/
|
|
25
25
|
get imagePath() {
|
|
26
|
-
return this.i.
|
|
26
|
+
return this.i.mn;
|
|
27
27
|
}
|
|
28
28
|
set imagePath(v) {
|
|
29
|
-
this.i.
|
|
29
|
+
this.i.mn = v;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Sets or gets the image stretching behavior for the image.
|
|
33
33
|
*/
|
|
34
34
|
get imageStretchOption() {
|
|
35
|
-
return this.i.
|
|
35
|
+
return this.i.mi;
|
|
36
36
|
}
|
|
37
37
|
set imageStretchOption(v) {
|
|
38
|
-
this.i.
|
|
38
|
+
this.i.mi = ensureEnum(ImageStretchOptions_$type, v);
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
|
|
42
42
|
*/
|
|
43
43
|
get imageResourceType() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.mg;
|
|
45
45
|
}
|
|
46
46
|
set imageResourceType(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.mg = ensureEnum(ImageResourceType_$type, v);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -28,6 +28,12 @@ export let IgcImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
28
28
|
if (this.i.connectedCallback) {
|
|
29
29
|
this.i.connectedCallback();
|
|
30
30
|
}
|
|
31
|
+
if (this.updateContentChildren) {
|
|
32
|
+
this.updateContentChildren();
|
|
33
|
+
}
|
|
34
|
+
else if (this._updateAdapters) {
|
|
35
|
+
this._updateAdapters();
|
|
36
|
+
}
|
|
31
37
|
if (!this._attached) {
|
|
32
38
|
this._attached = true;
|
|
33
39
|
this._flushQueuedAttributes();
|
|
@@ -64,48 +70,48 @@ export let IgcImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
64
70
|
* Gets or sets the stretch option to use when rendering images
|
|
65
71
|
*/
|
|
66
72
|
get imageStretchOption() {
|
|
67
|
-
return this.i.
|
|
73
|
+
return this.i.n6;
|
|
68
74
|
}
|
|
69
75
|
set imageStretchOption(v) {
|
|
70
|
-
this.i.
|
|
71
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
76
|
+
this.i.n6 = ensureEnum(ImageStretchOptions_$type, v);
|
|
77
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.n6));
|
|
72
78
|
}
|
|
73
79
|
/**
|
|
74
80
|
* Gets or sets the editor type used for editing cells in this column.
|
|
75
81
|
*/
|
|
76
82
|
get editorType() {
|
|
77
|
-
return this.i.
|
|
83
|
+
return this.i.n2;
|
|
78
84
|
}
|
|
79
85
|
set editorType(v) {
|
|
80
|
-
this.i.
|
|
81
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
86
|
+
this.i.n2 = ensureEnum(EditorType_$type, v);
|
|
87
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.n2));
|
|
82
88
|
}
|
|
83
89
|
/**
|
|
84
90
|
* Gets or sets the ComboBox data source.
|
|
85
91
|
*/
|
|
86
92
|
get editorDataSource() {
|
|
87
|
-
return this.i.
|
|
93
|
+
return this.i.n7;
|
|
88
94
|
}
|
|
89
95
|
set editorDataSource(v) {
|
|
90
|
-
this.i.
|
|
96
|
+
this.i.n7 = v;
|
|
91
97
|
}
|
|
92
98
|
/**
|
|
93
99
|
* Gets or sets the ComboBox text field.
|
|
94
100
|
*/
|
|
95
101
|
get editorTextField() {
|
|
96
|
-
return this.i.
|
|
102
|
+
return this.i.n8;
|
|
97
103
|
}
|
|
98
104
|
set editorTextField(v) {
|
|
99
|
-
this.i.
|
|
105
|
+
this.i.n8 = v;
|
|
100
106
|
}
|
|
101
107
|
/**
|
|
102
108
|
* Gets or sets the ComboBox value field.
|
|
103
109
|
*/
|
|
104
110
|
get editorValueField() {
|
|
105
|
-
return this.i.
|
|
111
|
+
return this.i.n9;
|
|
106
112
|
}
|
|
107
113
|
set editorValueField(v) {
|
|
108
|
-
this.i.
|
|
114
|
+
this.i.n9 = v;
|
|
109
115
|
}
|
|
110
116
|
}
|
|
111
117
|
IgcImageColumnComponent._observedAttributesIgcImageColumnComponent = null;
|