igniteui-webcomponents-grids 5.0.3-beta.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 +8020 -8012
- package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
- 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
|
@@ -48,6 +48,12 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
48
48
|
if (this.i.connectedCallback) {
|
|
49
49
|
this.i.connectedCallback();
|
|
50
50
|
}
|
|
51
|
+
if (this.updateContentChildren) {
|
|
52
|
+
this.updateContentChildren();
|
|
53
|
+
}
|
|
54
|
+
else if (this._updateAdapters) {
|
|
55
|
+
this._updateAdapters();
|
|
56
|
+
}
|
|
51
57
|
if (!this._attached) {
|
|
52
58
|
this._attached = true;
|
|
53
59
|
this._flushQueuedAttributes();
|
|
@@ -83,11 +89,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
83
89
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
84
90
|
*/
|
|
85
91
|
get: function () {
|
|
86
|
-
return this.i.
|
|
92
|
+
return this.i.kk;
|
|
87
93
|
},
|
|
88
94
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("paddingLeft", this.i.
|
|
95
|
+
this.i.kk = +v;
|
|
96
|
+
this._a("paddingLeft", this.i.kk);
|
|
91
97
|
},
|
|
92
98
|
enumerable: false,
|
|
93
99
|
configurable: true
|
|
@@ -97,11 +103,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
97
103
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
98
104
|
*/
|
|
99
105
|
get: function () {
|
|
100
|
-
return this.i.
|
|
106
|
+
return this.i.km;
|
|
101
107
|
},
|
|
102
108
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("paddingTop", this.i.
|
|
109
|
+
this.i.km = +v;
|
|
110
|
+
this._a("paddingTop", this.i.km);
|
|
105
111
|
},
|
|
106
112
|
enumerable: false,
|
|
107
113
|
configurable: true
|
|
@@ -111,11 +117,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
111
117
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
112
118
|
*/
|
|
113
119
|
get: function () {
|
|
114
|
-
return this.i.
|
|
120
|
+
return this.i.kl;
|
|
115
121
|
},
|
|
116
122
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("paddingRight", this.i.
|
|
123
|
+
this.i.kl = +v;
|
|
124
|
+
this._a("paddingRight", this.i.kl);
|
|
119
125
|
},
|
|
120
126
|
enumerable: false,
|
|
121
127
|
configurable: true
|
|
@@ -125,11 +131,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
125
131
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
126
132
|
*/
|
|
127
133
|
get: function () {
|
|
128
|
-
return this.i.
|
|
134
|
+
return this.i.kj;
|
|
129
135
|
},
|
|
130
136
|
set: function (v) {
|
|
131
|
-
this.i.
|
|
132
|
-
this._a("paddingBottom", this.i.
|
|
137
|
+
this.i.kj = +v;
|
|
138
|
+
this._a("paddingBottom", this.i.kj);
|
|
133
139
|
},
|
|
134
140
|
enumerable: false,
|
|
135
141
|
configurable: true
|
|
@@ -139,10 +145,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
139
145
|
* Gets or sets an unique name of the Column
|
|
140
146
|
*/
|
|
141
147
|
get: function () {
|
|
142
|
-
return this.i.
|
|
148
|
+
return this.i.mf;
|
|
143
149
|
},
|
|
144
150
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
151
|
+
this.i.mf = v;
|
|
146
152
|
},
|
|
147
153
|
enumerable: false,
|
|
148
154
|
configurable: true
|
|
@@ -152,10 +158,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
152
158
|
* Gets or sets the key used for the column binding
|
|
153
159
|
*/
|
|
154
160
|
get: function () {
|
|
155
|
-
return this.i.
|
|
161
|
+
return this.i.lo;
|
|
156
162
|
},
|
|
157
163
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
164
|
+
this.i.lo = v;
|
|
159
165
|
},
|
|
160
166
|
enumerable: false,
|
|
161
167
|
configurable: true
|
|
@@ -165,10 +171,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
165
171
|
* Gets or sets the text displayed in the header of the column
|
|
166
172
|
*/
|
|
167
173
|
get: function () {
|
|
168
|
-
return this.i.
|
|
174
|
+
return this.i.lv;
|
|
169
175
|
},
|
|
170
176
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
177
|
+
this.i.lv = v;
|
|
172
178
|
},
|
|
173
179
|
enumerable: false,
|
|
174
180
|
configurable: true
|
|
@@ -178,10 +184,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
178
184
|
* Gets the actual text displayed in the header of the column
|
|
179
185
|
*/
|
|
180
186
|
get: function () {
|
|
181
|
-
return this.i.
|
|
187
|
+
return this.i.k3;
|
|
182
188
|
},
|
|
183
189
|
set: function (v) {
|
|
184
|
-
this.i.
|
|
190
|
+
this.i.k3 = v;
|
|
185
191
|
},
|
|
186
192
|
enumerable: false,
|
|
187
193
|
configurable: true
|
|
@@ -191,11 +197,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
191
197
|
* Gets or sets the background color to use for the cells when they are selected
|
|
192
198
|
*/
|
|
193
199
|
get: function () {
|
|
194
|
-
return brushToString(this.i.
|
|
200
|
+
return brushToString(this.i.n1);
|
|
195
201
|
},
|
|
196
202
|
set: function (v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
203
|
+
this.i.n1 = stringToBrush(v);
|
|
204
|
+
this._a("selectedBackground", brushToString(this.i.n1));
|
|
199
205
|
},
|
|
200
206
|
enumerable: false,
|
|
201
207
|
configurable: true
|
|
@@ -205,11 +211,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
205
211
|
* Gets the actual background color that is used for the cells when they are selected
|
|
206
212
|
*/
|
|
207
213
|
get: function () {
|
|
208
|
-
return brushToString(this.i.
|
|
214
|
+
return brushToString(this.i.nu);
|
|
209
215
|
},
|
|
210
216
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
212
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
217
|
+
this.i.nu = stringToBrush(v);
|
|
218
|
+
this._a("actualSelectedBackground", brushToString(this.i.nu));
|
|
213
219
|
},
|
|
214
220
|
enumerable: false,
|
|
215
221
|
configurable: true
|
|
@@ -219,11 +225,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
219
225
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
220
226
|
*/
|
|
221
227
|
get: function () {
|
|
222
|
-
return brushToString(this.i.
|
|
228
|
+
return brushToString(this.i.nz);
|
|
223
229
|
},
|
|
224
230
|
set: function (v) {
|
|
225
|
-
this.i.
|
|
226
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
231
|
+
this.i.nz = stringToBrush(v);
|
|
232
|
+
this._a("rowHoverBackground", brushToString(this.i.nz));
|
|
227
233
|
},
|
|
228
234
|
enumerable: false,
|
|
229
235
|
configurable: true
|
|
@@ -233,11 +239,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
233
239
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
234
240
|
*/
|
|
235
241
|
get: function () {
|
|
236
|
-
return brushToString(this.i.
|
|
242
|
+
return brushToString(this.i.ns);
|
|
237
243
|
},
|
|
238
244
|
set: function (v) {
|
|
239
|
-
this.i.
|
|
240
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
245
|
+
this.i.ns = stringToBrush(v);
|
|
246
|
+
this._a("actualHoverBackground", brushToString(this.i.ns));
|
|
241
247
|
},
|
|
242
248
|
enumerable: false,
|
|
243
249
|
configurable: true
|
|
@@ -247,11 +253,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
247
253
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
248
254
|
*/
|
|
249
255
|
get: function () {
|
|
250
|
-
return brushToString(this.i.
|
|
256
|
+
return brushToString(this.i.n0);
|
|
251
257
|
},
|
|
252
258
|
set: function (v) {
|
|
253
|
-
this.i.
|
|
254
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
259
|
+
this.i.n0 = stringToBrush(v);
|
|
260
|
+
this._a("rowHoverTextColor", brushToString(this.i.n0));
|
|
255
261
|
},
|
|
256
262
|
enumerable: false,
|
|
257
263
|
configurable: true
|
|
@@ -261,11 +267,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
261
267
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
262
268
|
*/
|
|
263
269
|
get: function () {
|
|
264
|
-
return brushToString(this.i.
|
|
270
|
+
return brushToString(this.i.nt);
|
|
265
271
|
},
|
|
266
272
|
set: function (v) {
|
|
267
|
-
this.i.
|
|
268
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
273
|
+
this.i.nt = stringToBrush(v);
|
|
274
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.nt));
|
|
269
275
|
},
|
|
270
276
|
enumerable: false,
|
|
271
277
|
configurable: true
|
|
@@ -275,7 +281,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
275
281
|
* Gets or sets the animation settings to use for this column.
|
|
276
282
|
*/
|
|
277
283
|
get: function () {
|
|
278
|
-
var r = this.i.
|
|
284
|
+
var r = this.i.h6;
|
|
279
285
|
if (r == null) {
|
|
280
286
|
return null;
|
|
281
287
|
}
|
|
@@ -294,7 +300,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
294
300
|
return r.externalObject;
|
|
295
301
|
},
|
|
296
302
|
set: function (v) {
|
|
297
|
-
v == null ? this.i.
|
|
303
|
+
v == null ? this.i.h6 = null : this.i.h6 = v.i;
|
|
298
304
|
},
|
|
299
305
|
enumerable: false,
|
|
300
306
|
configurable: true
|
|
@@ -339,11 +345,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
339
345
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
340
346
|
*/
|
|
341
347
|
get: function () {
|
|
342
|
-
return this.i.
|
|
348
|
+
return this.i.j0;
|
|
343
349
|
},
|
|
344
350
|
set: function (v) {
|
|
345
|
-
this.i.
|
|
346
|
-
this._a("minWidth", this.i.
|
|
351
|
+
this.i.j0 = +v;
|
|
352
|
+
this._a("minWidth", this.i.j0);
|
|
347
353
|
},
|
|
348
354
|
enumerable: false,
|
|
349
355
|
configurable: true
|
|
@@ -353,11 +359,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
353
359
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
354
360
|
*/
|
|
355
361
|
get: function () {
|
|
356
|
-
return this.i.
|
|
362
|
+
return this.i.jo;
|
|
357
363
|
},
|
|
358
364
|
set: function (v) {
|
|
359
|
-
this.i.
|
|
360
|
-
this._a("isFromMarkup", this.i.
|
|
365
|
+
this.i.jo = ensureBool(v);
|
|
366
|
+
this._a("isFromMarkup", this.i.jo);
|
|
361
367
|
},
|
|
362
368
|
enumerable: false,
|
|
363
369
|
configurable: true
|
|
@@ -367,11 +373,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
367
373
|
* Gets whether this column was auto generated.
|
|
368
374
|
*/
|
|
369
375
|
get: function () {
|
|
370
|
-
return this.i.
|
|
376
|
+
return this.i.ji;
|
|
371
377
|
},
|
|
372
378
|
set: function (v) {
|
|
373
|
-
this.i.
|
|
374
|
-
this._a("isAutoGenerated", this.i.
|
|
379
|
+
this.i.ji = ensureBool(v);
|
|
380
|
+
this._a("isAutoGenerated", this.i.ji);
|
|
375
381
|
},
|
|
376
382
|
enumerable: false,
|
|
377
383
|
configurable: true
|
|
@@ -381,10 +387,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
381
387
|
* Gets or sets a filter to apply on the values of this column
|
|
382
388
|
*/
|
|
383
389
|
get: function () {
|
|
384
|
-
return this.i.
|
|
390
|
+
return this.i.g1;
|
|
385
391
|
},
|
|
386
392
|
set: function (v) {
|
|
387
|
-
this.i.
|
|
393
|
+
this.i.g1 = v;
|
|
388
394
|
},
|
|
389
395
|
enumerable: false,
|
|
390
396
|
configurable: true
|
|
@@ -394,10 +400,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
394
400
|
* Gets or sets a filter to apply to the values of this column.
|
|
395
401
|
*/
|
|
396
402
|
get: function () {
|
|
397
|
-
return this.i.
|
|
403
|
+
return this.i.g3;
|
|
398
404
|
},
|
|
399
405
|
set: function (v) {
|
|
400
|
-
this.i.
|
|
406
|
+
this.i.g3 = v;
|
|
401
407
|
},
|
|
402
408
|
enumerable: false,
|
|
403
409
|
configurable: true
|
|
@@ -433,11 +439,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
433
439
|
* Gets or sets whether filtering is enabled for this column.
|
|
434
440
|
*/
|
|
435
441
|
get: function () {
|
|
436
|
-
return this.i.
|
|
442
|
+
return this.i.jn;
|
|
437
443
|
},
|
|
438
444
|
set: function (v) {
|
|
439
|
-
this.i.
|
|
440
|
-
this._a("isFilteringEnabled", this.i.
|
|
445
|
+
this.i.jn = ensureBool(v);
|
|
446
|
+
this._a("isFilteringEnabled", this.i.jn);
|
|
441
447
|
},
|
|
442
448
|
enumerable: false,
|
|
443
449
|
configurable: true
|
|
@@ -447,11 +453,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
447
453
|
* Gets or sets whether resizing is enabled for this column.
|
|
448
454
|
*/
|
|
449
455
|
get: function () {
|
|
450
|
-
return this.i.
|
|
456
|
+
return this.i.jq;
|
|
451
457
|
},
|
|
452
458
|
set: function (v) {
|
|
453
|
-
this.i.
|
|
454
|
-
this._a("isResizingEnabled", this.i.
|
|
459
|
+
this.i.jq = ensureBool(v);
|
|
460
|
+
this._a("isResizingEnabled", this.i.jq);
|
|
455
461
|
},
|
|
456
462
|
enumerable: false,
|
|
457
463
|
configurable: true
|
|
@@ -461,11 +467,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
461
467
|
* Gets or sets whether or not a column is hidden from the grid
|
|
462
468
|
*/
|
|
463
469
|
get: function () {
|
|
464
|
-
return this.i.
|
|
470
|
+
return this.i.jp;
|
|
465
471
|
},
|
|
466
472
|
set: function (v) {
|
|
467
|
-
this.i.
|
|
468
|
-
this._a("isHidden", this.i.
|
|
473
|
+
this.i.jp = ensureBool(v);
|
|
474
|
+
this._a("isHidden", this.i.jp);
|
|
469
475
|
},
|
|
470
476
|
enumerable: false,
|
|
471
477
|
configurable: true
|
|
@@ -475,11 +481,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
475
481
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
476
482
|
*/
|
|
477
483
|
get: function () {
|
|
478
|
-
return this.i.
|
|
484
|
+
return this.i.jt;
|
|
479
485
|
},
|
|
480
486
|
set: function (v) {
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
487
|
+
this.i.jt = ensureBool(v);
|
|
488
|
+
this._a("shouldRemoveWhenHidden", this.i.jt);
|
|
483
489
|
},
|
|
484
490
|
enumerable: false,
|
|
485
491
|
configurable: true
|
|
@@ -489,11 +495,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
489
495
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
490
496
|
*/
|
|
491
497
|
get: function () {
|
|
492
|
-
return this.i.
|
|
498
|
+
return this.i.hr;
|
|
493
499
|
},
|
|
494
500
|
set: function (v) {
|
|
495
|
-
this.i.
|
|
496
|
-
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.
|
|
501
|
+
this.i.hr = ensureEnum(ColumnSortDirection_$type, v);
|
|
502
|
+
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hr));
|
|
497
503
|
},
|
|
498
504
|
enumerable: false,
|
|
499
505
|
configurable: true
|
|
@@ -503,11 +509,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
503
509
|
* Gets or sets the current fixed position for this column.
|
|
504
510
|
*/
|
|
505
511
|
get: function () {
|
|
506
|
-
return this.i.
|
|
512
|
+
return this.i.il;
|
|
507
513
|
},
|
|
508
514
|
set: function (v) {
|
|
509
|
-
this.i.
|
|
510
|
-
this._a("pinned", enumToString(PinnedPositions_$type, this.i.
|
|
515
|
+
this.i.il = ensureEnum(PinnedPositions_$type, v);
|
|
516
|
+
this._a("pinned", enumToString(PinnedPositions_$type, this.i.il));
|
|
511
517
|
},
|
|
512
518
|
enumerable: false,
|
|
513
519
|
configurable: true
|
|
@@ -517,11 +523,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
517
523
|
* Gets the actual column options icon alignment for this column.
|
|
518
524
|
*/
|
|
519
525
|
get: function () {
|
|
520
|
-
return this.i.
|
|
526
|
+
return this.i.hi;
|
|
521
527
|
},
|
|
522
528
|
set: function (v) {
|
|
523
|
-
this.i.
|
|
524
|
-
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
529
|
+
this.i.hi = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
530
|
+
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hi));
|
|
525
531
|
},
|
|
526
532
|
enumerable: false,
|
|
527
533
|
configurable: true
|
|
@@ -531,11 +537,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
531
537
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
532
538
|
*/
|
|
533
539
|
get: function () {
|
|
534
|
-
return this.i.
|
|
540
|
+
return this.i.hj;
|
|
535
541
|
},
|
|
536
542
|
set: function (v) {
|
|
537
|
-
this.i.
|
|
538
|
-
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
543
|
+
this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
544
|
+
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
|
|
539
545
|
},
|
|
540
546
|
enumerable: false,
|
|
541
547
|
configurable: true
|
|
@@ -545,11 +551,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
545
551
|
* Gets the actual column options icon color for this column.
|
|
546
552
|
*/
|
|
547
553
|
get: function () {
|
|
548
|
-
return brushToString(this.i.
|
|
554
|
+
return brushToString(this.i.nq);
|
|
549
555
|
},
|
|
550
556
|
set: function (v) {
|
|
551
|
-
this.i.
|
|
552
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
557
|
+
this.i.nq = stringToBrush(v);
|
|
558
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.nq));
|
|
553
559
|
},
|
|
554
560
|
enumerable: false,
|
|
555
561
|
configurable: true
|
|
@@ -559,11 +565,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
559
565
|
* Gets or sets the column options icon color for this column.
|
|
560
566
|
*/
|
|
561
567
|
get: function () {
|
|
562
|
-
return brushToString(this.i.
|
|
568
|
+
return brushToString(this.i.nv);
|
|
563
569
|
},
|
|
564
570
|
set: function (v) {
|
|
565
|
-
this.i.
|
|
566
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
571
|
+
this.i.nv = stringToBrush(v);
|
|
572
|
+
this._a("columnOptionsIconColor", brushToString(this.i.nv));
|
|
567
573
|
},
|
|
568
574
|
enumerable: false,
|
|
569
575
|
configurable: true
|
|
@@ -573,11 +579,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
573
579
|
* Gets or sets how the column option icon will behave in the column header.
|
|
574
580
|
*/
|
|
575
581
|
get: function () {
|
|
576
|
-
return this.i.
|
|
582
|
+
return this.i.hn;
|
|
577
583
|
},
|
|
578
584
|
set: function (v) {
|
|
579
|
-
this.i.
|
|
580
|
-
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
585
|
+
this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
586
|
+
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
|
|
581
587
|
},
|
|
582
588
|
enumerable: false,
|
|
583
589
|
configurable: true
|
|
@@ -587,11 +593,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
587
593
|
* Gets or sets how the column option icon will behave in the column header.
|
|
588
594
|
*/
|
|
589
595
|
get: function () {
|
|
590
|
-
return this.i.
|
|
596
|
+
return this.i.hm;
|
|
591
597
|
},
|
|
592
598
|
set: function (v) {
|
|
593
|
-
this.i.
|
|
594
|
-
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
599
|
+
this.i.hm = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
600
|
+
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hm));
|
|
595
601
|
},
|
|
596
602
|
enumerable: false,
|
|
597
603
|
configurable: true
|
|
@@ -601,11 +607,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
601
607
|
* Gets the actual state of the column options for this column.
|
|
602
608
|
*/
|
|
603
609
|
get: function () {
|
|
604
|
-
return this.i.
|
|
610
|
+
return this.i.jb;
|
|
605
611
|
},
|
|
606
612
|
set: function (v) {
|
|
607
|
-
this.i.
|
|
608
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
613
|
+
this.i.jb = ensureBool(v);
|
|
614
|
+
this._a("actualIsColumnOptionsEnabled", this.i.jb);
|
|
609
615
|
},
|
|
610
616
|
enumerable: false,
|
|
611
617
|
configurable: true
|
|
@@ -616,11 +622,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
616
622
|
* then it will be disabled for the column regardless of what this is set to.
|
|
617
623
|
*/
|
|
618
624
|
get: function () {
|
|
619
|
-
return this.i.
|
|
625
|
+
return this.i.jj;
|
|
620
626
|
},
|
|
621
627
|
set: function (v) {
|
|
622
|
-
this.i.
|
|
623
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
628
|
+
this.i.jj = ensureBool(v);
|
|
629
|
+
this._a("isColumnOptionsEnabled", this.i.jj);
|
|
624
630
|
},
|
|
625
631
|
enumerable: false,
|
|
626
632
|
configurable: true
|
|
@@ -630,11 +636,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
630
636
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
631
637
|
*/
|
|
632
638
|
get: function () {
|
|
633
|
-
return this.i.
|
|
639
|
+
return this.i.jd;
|
|
634
640
|
},
|
|
635
641
|
set: function (v) {
|
|
636
|
-
this.i.
|
|
637
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
642
|
+
this.i.jd = ensureBool(v);
|
|
643
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.jd);
|
|
638
644
|
},
|
|
639
645
|
enumerable: false,
|
|
640
646
|
configurable: true
|
|
@@ -644,11 +650,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
644
650
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
645
651
|
*/
|
|
646
652
|
get: function () {
|
|
647
|
-
return this.i.
|
|
653
|
+
return this.i.jl;
|
|
648
654
|
},
|
|
649
655
|
set: function (v) {
|
|
650
|
-
this.i.
|
|
651
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
656
|
+
this.i.jl = ensureBool(v);
|
|
657
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.jl);
|
|
652
658
|
},
|
|
653
659
|
enumerable: false,
|
|
654
660
|
configurable: true
|
|
@@ -658,11 +664,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
658
664
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
659
665
|
*/
|
|
660
666
|
get: function () {
|
|
661
|
-
return this.i.
|
|
667
|
+
return this.i.jc;
|
|
662
668
|
},
|
|
663
669
|
set: function (v) {
|
|
664
|
-
this.i.
|
|
665
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
670
|
+
this.i.jc = ensureBool(v);
|
|
671
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.jc);
|
|
666
672
|
},
|
|
667
673
|
enumerable: false,
|
|
668
674
|
configurable: true
|
|
@@ -672,11 +678,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
672
678
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
673
679
|
*/
|
|
674
680
|
get: function () {
|
|
675
|
-
return this.i.
|
|
681
|
+
return this.i.jk;
|
|
676
682
|
},
|
|
677
683
|
set: function (v) {
|
|
678
|
-
this.i.
|
|
679
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
684
|
+
this.i.jk = ensureBool(v);
|
|
685
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.jk);
|
|
680
686
|
},
|
|
681
687
|
enumerable: false,
|
|
682
688
|
configurable: true
|
|
@@ -686,11 +692,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
686
692
|
* Gets or sets if the column is editable.
|
|
687
693
|
*/
|
|
688
694
|
get: function () {
|
|
689
|
-
return this.i.
|
|
695
|
+
return this.i.jm;
|
|
690
696
|
},
|
|
691
697
|
set: function (v) {
|
|
692
|
-
this.i.
|
|
693
|
-
this._a("isEditable", this.i.
|
|
698
|
+
this.i.jm = ensureBool(v);
|
|
699
|
+
this._a("isEditable", this.i.jm);
|
|
694
700
|
},
|
|
695
701
|
enumerable: false,
|
|
696
702
|
configurable: true
|
|
@@ -700,11 +706,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
700
706
|
* Gets or sets the text color used for deleted rows.
|
|
701
707
|
*/
|
|
702
708
|
get: function () {
|
|
703
|
-
return brushToString(this.i.
|
|
709
|
+
return brushToString(this.i.nw);
|
|
704
710
|
},
|
|
705
711
|
set: function (v) {
|
|
706
|
-
this.i.
|
|
707
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
712
|
+
this.i.nw = stringToBrush(v);
|
|
713
|
+
this._a("deletedTextColor", brushToString(this.i.nw));
|
|
708
714
|
},
|
|
709
715
|
enumerable: false,
|
|
710
716
|
configurable: true
|
|
@@ -714,11 +720,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
714
720
|
* Gets the actual text color used for deleted rows.
|
|
715
721
|
*/
|
|
716
722
|
get: function () {
|
|
717
|
-
return brushToString(this.i.
|
|
723
|
+
return brushToString(this.i.nr);
|
|
718
724
|
},
|
|
719
725
|
set: function (v) {
|
|
720
|
-
this.i.
|
|
721
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
726
|
+
this.i.nr = stringToBrush(v);
|
|
727
|
+
this._a("actualDeletedTextColor", brushToString(this.i.nr));
|
|
722
728
|
},
|
|
723
729
|
enumerable: false,
|
|
724
730
|
configurable: true
|
|
@@ -728,11 +734,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
728
734
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
729
735
|
*/
|
|
730
736
|
get: function () {
|
|
731
|
-
return this.i.
|
|
737
|
+
return this.i.jz;
|
|
732
738
|
},
|
|
733
739
|
set: function (v) {
|
|
734
|
-
this.i.
|
|
735
|
-
this._a("editOpacity", this.i.
|
|
740
|
+
this.i.jz = +v;
|
|
741
|
+
this._a("editOpacity", this.i.jz);
|
|
736
742
|
},
|
|
737
743
|
enumerable: false,
|
|
738
744
|
configurable: true
|
|
@@ -742,11 +748,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
742
748
|
* Gets the actual opacity for unsaved edited cell values.
|
|
743
749
|
*/
|
|
744
750
|
get: function () {
|
|
745
|
-
return this.i.
|
|
751
|
+
return this.i.jy;
|
|
746
752
|
},
|
|
747
753
|
set: function (v) {
|
|
748
|
-
this.i.
|
|
749
|
-
this._a("actualEditOpacity", this.i.
|
|
754
|
+
this.i.jy = +v;
|
|
755
|
+
this._a("actualEditOpacity", this.i.jy);
|
|
750
756
|
},
|
|
751
757
|
enumerable: false,
|
|
752
758
|
configurable: true
|
|
@@ -775,16 +781,16 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
775
781
|
* Gets the actual font style used for unsaved cell edits.
|
|
776
782
|
*/
|
|
777
783
|
get: function () {
|
|
778
|
-
if (this.i.
|
|
784
|
+
if (this.i.it == null) {
|
|
779
785
|
return null;
|
|
780
786
|
}
|
|
781
|
-
return this.i.
|
|
787
|
+
return this.i.it.fontString;
|
|
782
788
|
},
|
|
783
789
|
set: function (v) {
|
|
784
790
|
var fi = new FontInfo();
|
|
785
791
|
fi.fontString = v;
|
|
786
|
-
this.i.
|
|
787
|
-
this._a("actualEditFontInfo", this.i.
|
|
792
|
+
this.i.it = fi;
|
|
793
|
+
this._a("actualEditFontInfo", this.i.it != null ? this.i.it.fontString : "");
|
|
788
794
|
},
|
|
789
795
|
enumerable: false,
|
|
790
796
|
configurable: true
|
|
@@ -794,11 +800,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
794
800
|
* Gets or sets if and how cell merging is performed for this field.
|
|
795
801
|
*/
|
|
796
802
|
get: function () {
|
|
797
|
-
return this.i.
|
|
803
|
+
return this.i.ih;
|
|
798
804
|
},
|
|
799
805
|
set: function (v) {
|
|
800
|
-
this.i.
|
|
801
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
806
|
+
this.i.ih = ensureEnum(MergedCellMode_$type, v);
|
|
807
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ih));
|
|
802
808
|
},
|
|
803
809
|
enumerable: false,
|
|
804
810
|
configurable: true
|
|
@@ -808,11 +814,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
808
814
|
* Gets or sets how cells are evaluated for merging.
|
|
809
815
|
*/
|
|
810
816
|
get: function () {
|
|
811
|
-
return this.i.
|
|
817
|
+
return this.i.id;
|
|
812
818
|
},
|
|
813
819
|
set: function (v) {
|
|
814
|
-
this.i.
|
|
815
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
820
|
+
this.i.id = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
821
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.id));
|
|
816
822
|
},
|
|
817
823
|
enumerable: false,
|
|
818
824
|
configurable: true
|
|
@@ -822,11 +828,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
822
828
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
823
829
|
*/
|
|
824
830
|
get: function () {
|
|
825
|
-
return this.i.
|
|
831
|
+
return this.i.ha;
|
|
826
832
|
},
|
|
827
833
|
set: function (v) {
|
|
828
|
-
this.i.
|
|
829
|
-
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
834
|
+
this.i.ha = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
835
|
+
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.ha));
|
|
830
836
|
},
|
|
831
837
|
enumerable: false,
|
|
832
838
|
configurable: true
|
|
@@ -836,11 +842,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
836
842
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
837
843
|
*/
|
|
838
844
|
get: function () {
|
|
839
|
-
return this.i.
|
|
845
|
+
return this.i.kd;
|
|
840
846
|
},
|
|
841
847
|
set: function (v) {
|
|
842
|
-
this.i.
|
|
843
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
848
|
+
this.i.kd = +v;
|
|
849
|
+
this._a("mergedCellPaddingLeft", this.i.kd);
|
|
844
850
|
},
|
|
845
851
|
enumerable: false,
|
|
846
852
|
configurable: true
|
|
@@ -850,11 +856,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
850
856
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
851
857
|
*/
|
|
852
858
|
get: function () {
|
|
853
|
-
return this.i.
|
|
859
|
+
return this.i.kf;
|
|
854
860
|
},
|
|
855
861
|
set: function (v) {
|
|
856
|
-
this.i.
|
|
857
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
862
|
+
this.i.kf = +v;
|
|
863
|
+
this._a("mergedCellPaddingTop", this.i.kf);
|
|
858
864
|
},
|
|
859
865
|
enumerable: false,
|
|
860
866
|
configurable: true
|
|
@@ -864,11 +870,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
864
870
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
865
871
|
*/
|
|
866
872
|
get: function () {
|
|
867
|
-
return this.i.
|
|
873
|
+
return this.i.ke;
|
|
868
874
|
},
|
|
869
875
|
set: function (v) {
|
|
870
|
-
this.i.
|
|
871
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
876
|
+
this.i.ke = +v;
|
|
877
|
+
this._a("mergedCellPaddingRight", this.i.ke);
|
|
872
878
|
},
|
|
873
879
|
enumerable: false,
|
|
874
880
|
configurable: true
|
|
@@ -878,11 +884,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
878
884
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
879
885
|
*/
|
|
880
886
|
get: function () {
|
|
881
|
-
return this.i.
|
|
887
|
+
return this.i.kc;
|
|
882
888
|
},
|
|
883
889
|
set: function (v) {
|
|
884
|
-
this.i.
|
|
885
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
890
|
+
this.i.kc = +v;
|
|
891
|
+
this._a("mergedCellPaddingBottom", this.i.kc);
|
|
886
892
|
},
|
|
887
893
|
enumerable: false,
|
|
888
894
|
configurable: true
|
|
@@ -892,11 +898,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
892
898
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
893
899
|
*/
|
|
894
900
|
get: function () {
|
|
895
|
-
return this.i.
|
|
901
|
+
return this.i.h1;
|
|
896
902
|
},
|
|
897
903
|
set: function (v) {
|
|
898
|
-
this.i.
|
|
899
|
-
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.
|
|
904
|
+
this.i.h1 = ensureEnum(FilterComparisonType_$type, v);
|
|
905
|
+
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h1));
|
|
900
906
|
},
|
|
901
907
|
enumerable: false,
|
|
902
908
|
configurable: true
|
|
@@ -908,7 +914,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
908
914
|
get: function () {
|
|
909
915
|
if (this._filterOperands === null) {
|
|
910
916
|
var coll = new IgcGridFilterOperandsCollection();
|
|
911
|
-
var innerColl = this.i.
|
|
917
|
+
var innerColl = this.i.h8;
|
|
912
918
|
if (!innerColl) {
|
|
913
919
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
914
920
|
}
|
|
@@ -924,7 +930,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
924
930
|
var coll = new IgcGridFilterOperandsCollection();
|
|
925
931
|
this._filterOperands = coll._fromOuter(v);
|
|
926
932
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
927
|
-
var innerColl = this.i.
|
|
933
|
+
var innerColl = this.i.h8;
|
|
928
934
|
if (!innerColl) {
|
|
929
935
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
930
936
|
}
|
|
@@ -967,18 +973,18 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
967
973
|
|
|
968
974
|
*/
|
|
969
975
|
IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
970
|
-
var iv = this.i.
|
|
976
|
+
var iv = this.i.lt();
|
|
971
977
|
return (iv);
|
|
972
978
|
};
|
|
973
979
|
IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
974
|
-
this.i.
|
|
980
|
+
this.i.m1(valueName, (animationType == null ? null : animationType), value);
|
|
975
981
|
};
|
|
976
982
|
/**
|
|
977
983
|
* Returns if the column has named header values.
|
|
978
984
|
|
|
979
985
|
*/
|
|
980
986
|
IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
981
|
-
var iv = this.i.
|
|
987
|
+
var iv = this.i.jg();
|
|
982
988
|
return (iv);
|
|
983
989
|
};
|
|
984
990
|
/**
|
|
@@ -987,7 +993,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
987
993
|
* @param valueName * The named value to check for.
|
|
988
994
|
*/
|
|
989
995
|
IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
990
|
-
var iv = this.i.
|
|
996
|
+
var iv = this.i.jf(valueName);
|
|
991
997
|
return (iv);
|
|
992
998
|
};
|
|
993
999
|
/**
|
|
@@ -996,7 +1002,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
996
1002
|
* @param valueName * The named header value to remove.
|
|
997
1003
|
*/
|
|
998
1004
|
IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
999
|
-
this.i.
|
|
1005
|
+
this.i.m0(valueName);
|
|
1000
1006
|
};
|
|
1001
1007
|
/**
|
|
1002
1008
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1004,11 +1010,27 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1004
1010
|
* @param valueName * Name of the named header value to retrieve.
|
|
1005
1011
|
*/
|
|
1006
1012
|
IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
1007
|
-
var iv = this.i.
|
|
1013
|
+
var iv = this.i.kr(valueName);
|
|
1008
1014
|
return (iv);
|
|
1009
1015
|
};
|
|
1010
1016
|
IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
1011
|
-
this.i.
|
|
1017
|
+
this.i.mu(filterID, index, value);
|
|
1018
|
+
};
|
|
1019
|
+
IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
1020
|
+
var iv = this.i.getDesiredToolbarActions();
|
|
1021
|
+
return (iv);
|
|
1022
|
+
};
|
|
1023
|
+
IgcDataGridColumnComponent.prototype.addCommandAvailabilityListener = function (listener) {
|
|
1024
|
+
this.i.addCommandAvailabilityListener(listener);
|
|
1025
|
+
};
|
|
1026
|
+
IgcDataGridColumnComponent.prototype.removeCommandAvailabilityListener = function (listener) {
|
|
1027
|
+
this.i.removeCommandAvailabilityListener(listener);
|
|
1028
|
+
};
|
|
1029
|
+
IgcDataGridColumnComponent.prototype.addCommandStateChangedListener = function (listener) {
|
|
1030
|
+
this.i.addCommandStateChangedListener(listener);
|
|
1031
|
+
};
|
|
1032
|
+
IgcDataGridColumnComponent.prototype.removeCommandStateChangedListener = function (listener) {
|
|
1033
|
+
this.i.removeCommandStateChangedListener(listener);
|
|
1012
1034
|
};
|
|
1013
1035
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualHeaderTextChange", {
|
|
1014
1036
|
get: function () {
|
|
@@ -1024,7 +1046,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1024
1046
|
this._actualHeaderTextChange = ev;
|
|
1025
1047
|
this._actualHeaderTextChange_wrapped = function (o, e) {
|
|
1026
1048
|
var ext = _this.actualHeaderText;
|
|
1027
|
-
if (e.propertyName == '
|
|
1049
|
+
if (e.propertyName == 'K3') {
|
|
1028
1050
|
if (_this.beforeActualHeaderTextChange) {
|
|
1029
1051
|
_this.beforeActualHeaderTextChange(_this, ext);
|
|
1030
1052
|
}
|