igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29294 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +6 -2
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +6 -2
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20008 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29263 -22269
- package/grids/combined.js +9215 -9187
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
|
@@ -95,10 +95,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
95
95
|
* Gets the style key of the current cell, used for recycling.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.kc;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.kc = v;
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,10 +108,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
108
108
|
* Gets the absolute data row for the current cell.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.fb;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.fb = +v;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
121
121
|
* Gets if the position of the cell is dirty.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.bj;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.bj = ensureBool(v);
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,10 +134,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
134
134
|
* Gets if the size of the cell is dirty.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.bo;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.bo = ensureBool(v);
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -147,10 +147,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
147
147
|
* Gets if the content of the cell is dirty.
|
|
148
148
|
*/
|
|
149
149
|
get: function () {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.a3;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.a3 = ensureBool(v);
|
|
154
154
|
},
|
|
155
155
|
enumerable: false,
|
|
156
156
|
configurable: true
|
|
@@ -160,10 +160,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
160
160
|
* Gets if the content of the cell is dirty.
|
|
161
161
|
*/
|
|
162
162
|
get: function () {
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.a1;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
166
|
+
this.i.a1 = ensureBool(v);
|
|
167
167
|
},
|
|
168
168
|
enumerable: false,
|
|
169
169
|
configurable: true
|
|
@@ -173,10 +173,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
173
173
|
* Gets if the layer of the cell is dirty.
|
|
174
174
|
*/
|
|
175
175
|
get: function () {
|
|
176
|
-
return this.i.
|
|
176
|
+
return this.i.bh;
|
|
177
177
|
},
|
|
178
178
|
set: function (v) {
|
|
179
|
-
this.i.
|
|
179
|
+
this.i.bh = ensureBool(v);
|
|
180
180
|
},
|
|
181
181
|
enumerable: false,
|
|
182
182
|
configurable: true
|
|
@@ -186,10 +186,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
186
186
|
* Gets if the layer of the cell is dirty.
|
|
187
187
|
*/
|
|
188
188
|
get: function () {
|
|
189
|
-
return this.i.
|
|
189
|
+
return this.i.bp;
|
|
190
190
|
},
|
|
191
191
|
set: function (v) {
|
|
192
|
-
this.i.
|
|
192
|
+
this.i.bp = ensureBool(v);
|
|
193
193
|
},
|
|
194
194
|
enumerable: false,
|
|
195
195
|
configurable: true
|
|
@@ -199,10 +199,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
199
199
|
* Gets if the data of the cell is dirty.
|
|
200
200
|
*/
|
|
201
201
|
get: function () {
|
|
202
|
-
return this.i.
|
|
202
|
+
return this.i.a5;
|
|
203
203
|
},
|
|
204
204
|
set: function (v) {
|
|
205
|
-
this.i.
|
|
205
|
+
this.i.a5 = ensureBool(v);
|
|
206
206
|
},
|
|
207
207
|
enumerable: false,
|
|
208
208
|
configurable: true
|
|
@@ -212,10 +212,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
212
212
|
* Gets if placeholder content is needed when virtualized.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return this.i.
|
|
215
|
+
return this.i.bi;
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
218
|
+
this.i.bi = ensureBool(v);
|
|
219
219
|
},
|
|
220
220
|
enumerable: false,
|
|
221
221
|
configurable: true
|
|
@@ -238,10 +238,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
238
238
|
* Gets or sets whether the cell is hit test visible.
|
|
239
239
|
*/
|
|
240
240
|
get: function () {
|
|
241
|
-
return this.i.
|
|
241
|
+
return this.i.bd;
|
|
242
242
|
},
|
|
243
243
|
set: function (v) {
|
|
244
|
-
this.i.
|
|
244
|
+
this.i.bd = ensureBool(v);
|
|
245
245
|
},
|
|
246
246
|
enumerable: false,
|
|
247
247
|
configurable: true
|
|
@@ -251,10 +251,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
251
251
|
* Gets if this cell belongs to a row that has been marked as pinned.
|
|
252
252
|
*/
|
|
253
253
|
get: function () {
|
|
254
|
-
return this.i.
|
|
254
|
+
return this.i.bk;
|
|
255
255
|
},
|
|
256
256
|
set: function (v) {
|
|
257
|
-
this.i.
|
|
257
|
+
this.i.bk = ensureBool(v);
|
|
258
258
|
},
|
|
259
259
|
enumerable: false,
|
|
260
260
|
configurable: true
|
|
@@ -264,10 +264,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
264
264
|
* Gets if this cell belongs to a row that will stick to the top of the grid.
|
|
265
265
|
*/
|
|
266
266
|
get: function () {
|
|
267
|
-
return this.i.
|
|
267
|
+
return this.i.bl;
|
|
268
268
|
},
|
|
269
269
|
set: function (v) {
|
|
270
|
-
this.i.
|
|
270
|
+
this.i.bl = ensureBool(v);
|
|
271
271
|
},
|
|
272
272
|
enumerable: false,
|
|
273
273
|
configurable: true
|
|
@@ -277,10 +277,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
277
277
|
* Gets if this cell is the last row that can stick to the top of the grid.
|
|
278
278
|
*/
|
|
279
279
|
get: function () {
|
|
280
|
-
return this.i.
|
|
280
|
+
return this.i.bg;
|
|
281
281
|
},
|
|
282
282
|
set: function (v) {
|
|
283
|
-
this.i.
|
|
283
|
+
this.i.bg = ensureBool(v);
|
|
284
284
|
},
|
|
285
285
|
enumerable: false,
|
|
286
286
|
configurable: true
|
|
@@ -290,10 +290,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
290
290
|
* Gets if this cell is in the filter row.
|
|
291
291
|
*/
|
|
292
292
|
get: function () {
|
|
293
|
-
return this.i.
|
|
293
|
+
return this.i.bb;
|
|
294
294
|
},
|
|
295
295
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
296
|
+
this.i.bb = ensureBool(v);
|
|
297
297
|
},
|
|
298
298
|
enumerable: false,
|
|
299
299
|
configurable: true
|
|
@@ -303,20 +303,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
303
303
|
* Gets the indent level of the cell.
|
|
304
304
|
*/
|
|
305
305
|
get: function () {
|
|
306
|
-
return this.i.
|
|
306
|
+
return this.i.f0;
|
|
307
307
|
},
|
|
308
308
|
set: function (v) {
|
|
309
|
-
this.i.
|
|
309
|
+
this.i.f0 = +v;
|
|
310
310
|
},
|
|
311
311
|
enumerable: false,
|
|
312
312
|
configurable: true
|
|
313
313
|
});
|
|
314
314
|
Object.defineProperty(IgcCellInfo.prototype, "rowItem", {
|
|
315
315
|
get: function () {
|
|
316
|
-
return this.i.
|
|
316
|
+
return this.i.hn;
|
|
317
317
|
},
|
|
318
318
|
set: function (v) {
|
|
319
|
-
this.i.
|
|
319
|
+
this.i.hn = v;
|
|
320
320
|
},
|
|
321
321
|
enumerable: false,
|
|
322
322
|
configurable: true
|
|
@@ -326,10 +326,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
326
326
|
* Gets the X position of the cell within the content.
|
|
327
327
|
*/
|
|
328
328
|
get: function () {
|
|
329
|
-
return this.i.
|
|
329
|
+
return this.i.cu;
|
|
330
330
|
},
|
|
331
331
|
set: function (v) {
|
|
332
|
-
this.i.
|
|
332
|
+
this.i.cu = +v;
|
|
333
333
|
},
|
|
334
334
|
enumerable: false,
|
|
335
335
|
configurable: true
|
|
@@ -339,10 +339,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
339
339
|
* Gets the Y position of the cell within the content.
|
|
340
340
|
*/
|
|
341
341
|
get: function () {
|
|
342
|
-
return this.i.
|
|
342
|
+
return this.i.cv;
|
|
343
343
|
},
|
|
344
344
|
set: function (v) {
|
|
345
|
-
this.i.
|
|
345
|
+
this.i.cv = +v;
|
|
346
346
|
},
|
|
347
347
|
enumerable: false,
|
|
348
348
|
configurable: true
|
|
@@ -352,10 +352,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
352
352
|
* Gets the pixel snapped X position of the cell within the content.
|
|
353
353
|
*/
|
|
354
354
|
get: function () {
|
|
355
|
-
return this.i.
|
|
355
|
+
return this.i.g0;
|
|
356
356
|
},
|
|
357
357
|
set: function (v) {
|
|
358
|
-
this.i.
|
|
358
|
+
this.i.g0 = +v;
|
|
359
359
|
},
|
|
360
360
|
enumerable: false,
|
|
361
361
|
configurable: true
|
|
@@ -365,10 +365,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
365
365
|
* Gets the snapped Y position of the cell within the content.
|
|
366
366
|
*/
|
|
367
367
|
get: function () {
|
|
368
|
-
return this.i.
|
|
368
|
+
return this.i.g2;
|
|
369
369
|
},
|
|
370
370
|
set: function (v) {
|
|
371
|
-
this.i.
|
|
371
|
+
this.i.g2 = +v;
|
|
372
372
|
},
|
|
373
373
|
enumerable: false,
|
|
374
374
|
configurable: true
|
|
@@ -378,10 +378,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
378
378
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
379
379
|
*/
|
|
380
380
|
get: function () {
|
|
381
|
-
return this.i.
|
|
381
|
+
return this.i.ck;
|
|
382
382
|
},
|
|
383
383
|
set: function (v) {
|
|
384
|
-
this.i.
|
|
384
|
+
this.i.ck = +v;
|
|
385
385
|
},
|
|
386
386
|
enumerable: false,
|
|
387
387
|
configurable: true
|
|
@@ -391,10 +391,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
391
391
|
* Gets or sets the opacity of the content of the cell.
|
|
392
392
|
*/
|
|
393
393
|
get: function () {
|
|
394
|
-
return this.i.
|
|
394
|
+
return this.i.cj;
|
|
395
395
|
},
|
|
396
396
|
set: function (v) {
|
|
397
|
-
this.i.
|
|
397
|
+
this.i.cj = +v;
|
|
398
398
|
},
|
|
399
399
|
enumerable: false,
|
|
400
400
|
configurable: true
|
|
@@ -404,10 +404,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
404
404
|
* Gets the actual content opacity of the cell.
|
|
405
405
|
*/
|
|
406
406
|
get: function () {
|
|
407
|
-
return this.i.
|
|
407
|
+
return this.i.cg;
|
|
408
408
|
},
|
|
409
409
|
set: function (v) {
|
|
410
|
-
this.i.
|
|
410
|
+
this.i.cg = +v;
|
|
411
411
|
},
|
|
412
412
|
enumerable: false,
|
|
413
413
|
configurable: true
|
|
@@ -417,10 +417,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
417
417
|
* Gets or sets the opacity of the cell.
|
|
418
418
|
*/
|
|
419
419
|
get: function () {
|
|
420
|
-
return this.i.
|
|
420
|
+
return this.i.co;
|
|
421
421
|
},
|
|
422
422
|
set: function (v) {
|
|
423
|
-
this.i.
|
|
423
|
+
this.i.co = +v;
|
|
424
424
|
},
|
|
425
425
|
enumerable: false,
|
|
426
426
|
configurable: true
|
|
@@ -430,10 +430,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
430
430
|
* Gets the actual opacity of the cell.
|
|
431
431
|
*/
|
|
432
432
|
get: function () {
|
|
433
|
-
return this.i.
|
|
433
|
+
return this.i.ch;
|
|
434
434
|
},
|
|
435
435
|
set: function (v) {
|
|
436
|
-
this.i.
|
|
436
|
+
this.i.ch = +v;
|
|
437
437
|
},
|
|
438
438
|
enumerable: false,
|
|
439
439
|
configurable: true
|
|
@@ -443,10 +443,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
443
443
|
* Gets the height of the cell.
|
|
444
444
|
*/
|
|
445
445
|
get: function () {
|
|
446
|
-
return this.i.
|
|
446
|
+
return this.i.fu;
|
|
447
447
|
},
|
|
448
448
|
set: function (v) {
|
|
449
|
-
this.i.
|
|
449
|
+
this.i.fu = +v;
|
|
450
450
|
},
|
|
451
451
|
enumerable: false,
|
|
452
452
|
configurable: true
|
|
@@ -456,10 +456,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
456
456
|
* Gets the width of the cell.
|
|
457
457
|
*/
|
|
458
458
|
get: function () {
|
|
459
|
-
return this.i.
|
|
459
|
+
return this.i.hd;
|
|
460
460
|
},
|
|
461
461
|
set: function (v) {
|
|
462
|
-
this.i.
|
|
462
|
+
this.i.hd = +v;
|
|
463
463
|
},
|
|
464
464
|
enumerable: false,
|
|
465
465
|
configurable: true
|
|
@@ -469,10 +469,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
469
469
|
* Gets if the cell is selected.
|
|
470
470
|
*/
|
|
471
471
|
get: function () {
|
|
472
|
-
return this.i.
|
|
472
|
+
return this.i.bn;
|
|
473
473
|
},
|
|
474
474
|
set: function (v) {
|
|
475
|
-
this.i.
|
|
475
|
+
this.i.bn = ensureBool(v);
|
|
476
476
|
},
|
|
477
477
|
enumerable: false,
|
|
478
478
|
configurable: true
|
|
@@ -482,10 +482,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
482
482
|
* Gets the amount that the cell is selected. This is a value between 0 and 1.
|
|
483
483
|
*/
|
|
484
484
|
get: function () {
|
|
485
|
-
return this.i.
|
|
485
|
+
return this.i.cq;
|
|
486
486
|
},
|
|
487
487
|
set: function (v) {
|
|
488
|
-
this.i.
|
|
488
|
+
this.i.cq = +v;
|
|
489
489
|
},
|
|
490
490
|
enumerable: false,
|
|
491
491
|
configurable: true
|
|
@@ -495,10 +495,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
495
495
|
* Gets the amount that the cell is activated. This is a value between 0 and 1.
|
|
496
496
|
*/
|
|
497
497
|
get: function () {
|
|
498
|
-
return this.i.
|
|
498
|
+
return this.i.cf;
|
|
499
499
|
},
|
|
500
500
|
set: function (v) {
|
|
501
|
-
this.i.
|
|
501
|
+
this.i.cf = +v;
|
|
502
502
|
},
|
|
503
503
|
enumerable: false,
|
|
504
504
|
configurable: true
|
|
@@ -508,10 +508,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
508
508
|
* Gets the amount that the cell is hovered. This is a value between 0 and 1.
|
|
509
509
|
*/
|
|
510
510
|
get: function () {
|
|
511
|
-
return this.i.
|
|
511
|
+
return this.i.cl;
|
|
512
512
|
},
|
|
513
513
|
set: function (v) {
|
|
514
|
-
this.i.
|
|
514
|
+
this.i.cl = +v;
|
|
515
515
|
},
|
|
516
516
|
enumerable: false,
|
|
517
517
|
configurable: true
|
|
@@ -521,10 +521,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
521
521
|
* Gets whether the cell is hoverable or not.
|
|
522
522
|
*/
|
|
523
523
|
get: function () {
|
|
524
|
-
return this.i.
|
|
524
|
+
return this.i.be;
|
|
525
525
|
},
|
|
526
526
|
set: function (v) {
|
|
527
|
-
this.i.
|
|
527
|
+
this.i.be = ensureBool(v);
|
|
528
528
|
},
|
|
529
529
|
enumerable: false,
|
|
530
530
|
configurable: true
|
|
@@ -560,10 +560,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
560
560
|
* Gets or sets the background color of the cell.
|
|
561
561
|
*/
|
|
562
562
|
get: function () {
|
|
563
|
-
return brushToString(this.i.
|
|
563
|
+
return brushToString(this.i.lx);
|
|
564
564
|
},
|
|
565
565
|
set: function (v) {
|
|
566
|
-
this.i.
|
|
566
|
+
this.i.lx = stringToBrush(v);
|
|
567
567
|
},
|
|
568
568
|
enumerable: false,
|
|
569
569
|
configurable: true
|
|
@@ -573,10 +573,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
573
573
|
* Gets or sets the border color of the cell.
|
|
574
574
|
*/
|
|
575
575
|
get: function () {
|
|
576
|
-
return brushToString(this.i.
|
|
576
|
+
return brushToString(this.i.l0);
|
|
577
577
|
},
|
|
578
578
|
set: function (v) {
|
|
579
|
-
this.i.
|
|
579
|
+
this.i.l0 = stringToBrush(v);
|
|
580
580
|
},
|
|
581
581
|
enumerable: false,
|
|
582
582
|
configurable: true
|
|
@@ -586,10 +586,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
586
586
|
* Gets the actual background color of the cell
|
|
587
587
|
*/
|
|
588
588
|
get: function () {
|
|
589
|
-
return brushToString(this.i.
|
|
589
|
+
return brushToString(this.i.lu);
|
|
590
590
|
},
|
|
591
591
|
set: function (v) {
|
|
592
|
-
this.i.
|
|
592
|
+
this.i.lu = stringToBrush(v);
|
|
593
593
|
},
|
|
594
594
|
enumerable: false,
|
|
595
595
|
configurable: true
|
|
@@ -599,10 +599,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
599
599
|
* Gets the actual background color of the cell
|
|
600
600
|
*/
|
|
601
601
|
get: function () {
|
|
602
|
-
return brushToString(this.i.
|
|
602
|
+
return brushToString(this.i.lv);
|
|
603
603
|
},
|
|
604
604
|
set: function (v) {
|
|
605
|
-
this.i.
|
|
605
|
+
this.i.lv = stringToBrush(v);
|
|
606
606
|
},
|
|
607
607
|
enumerable: false,
|
|
608
608
|
configurable: true
|
|
@@ -612,10 +612,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
612
612
|
* Gets the actual background color of the cell
|
|
613
613
|
*/
|
|
614
614
|
get: function () {
|
|
615
|
-
return brushToString(this.i.
|
|
615
|
+
return brushToString(this.i.lt);
|
|
616
616
|
},
|
|
617
617
|
set: function (v) {
|
|
618
|
-
this.i.
|
|
618
|
+
this.i.lt = stringToBrush(v);
|
|
619
619
|
},
|
|
620
620
|
enumerable: false,
|
|
621
621
|
configurable: true
|
|
@@ -625,10 +625,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
625
625
|
* Gets or sets the error border color of the cell.
|
|
626
626
|
*/
|
|
627
627
|
get: function () {
|
|
628
|
-
return brushToString(this.i.
|
|
628
|
+
return brushToString(this.i.l2);
|
|
629
629
|
},
|
|
630
630
|
set: function (v) {
|
|
631
|
-
this.i.
|
|
631
|
+
this.i.l2 = stringToBrush(v);
|
|
632
632
|
},
|
|
633
633
|
enumerable: false,
|
|
634
634
|
configurable: true
|
|
@@ -638,10 +638,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
638
638
|
* Gets or sets the selected background color of the cell.
|
|
639
639
|
*/
|
|
640
640
|
get: function () {
|
|
641
|
-
return brushToString(this.i.
|
|
641
|
+
return brushToString(this.i.l9);
|
|
642
642
|
},
|
|
643
643
|
set: function (v) {
|
|
644
|
-
this.i.
|
|
644
|
+
this.i.l9 = stringToBrush(v);
|
|
645
645
|
},
|
|
646
646
|
enumerable: false,
|
|
647
647
|
configurable: true
|
|
@@ -651,10 +651,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
651
651
|
* Gets or sets the hover background color of the cell.
|
|
652
652
|
*/
|
|
653
653
|
get: function () {
|
|
654
|
-
return brushToString(this.i.
|
|
654
|
+
return brushToString(this.i.l5);
|
|
655
655
|
},
|
|
656
656
|
set: function (v) {
|
|
657
|
-
this.i.
|
|
657
|
+
this.i.l5 = stringToBrush(v);
|
|
658
658
|
},
|
|
659
659
|
enumerable: false,
|
|
660
660
|
configurable: true
|
|
@@ -664,10 +664,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
664
664
|
* Gets or sets the hover text color of the cell.
|
|
665
665
|
*/
|
|
666
666
|
get: function () {
|
|
667
|
-
return brushToString(this.i.
|
|
667
|
+
return brushToString(this.i.l6);
|
|
668
668
|
},
|
|
669
669
|
set: function (v) {
|
|
670
|
-
this.i.
|
|
670
|
+
this.i.l6 = stringToBrush(v);
|
|
671
671
|
},
|
|
672
672
|
enumerable: false,
|
|
673
673
|
configurable: true
|
|
@@ -677,10 +677,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
677
677
|
* Gets or sets the color for the sort indicator icon.
|
|
678
678
|
*/
|
|
679
679
|
get: function () {
|
|
680
|
-
return brushToString(this.i.
|
|
680
|
+
return brushToString(this.i.ma);
|
|
681
681
|
},
|
|
682
682
|
set: function (v) {
|
|
683
|
-
this.i.
|
|
683
|
+
this.i.ma = stringToBrush(v);
|
|
684
684
|
},
|
|
685
685
|
enumerable: false,
|
|
686
686
|
configurable: true
|
|
@@ -690,10 +690,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
690
690
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
691
691
|
*/
|
|
692
692
|
get: function () {
|
|
693
|
-
return brushToString(this.i.
|
|
693
|
+
return brushToString(this.i.mb);
|
|
694
694
|
},
|
|
695
695
|
set: function (v) {
|
|
696
|
-
this.i.
|
|
696
|
+
this.i.mb = stringToBrush(v);
|
|
697
697
|
},
|
|
698
698
|
enumerable: false,
|
|
699
699
|
configurable: true
|
|
@@ -703,10 +703,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
703
703
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
704
704
|
*/
|
|
705
705
|
get: function () {
|
|
706
|
-
return brushToString(this.i.
|
|
706
|
+
return brushToString(this.i.l8);
|
|
707
707
|
},
|
|
708
708
|
set: function (v) {
|
|
709
|
-
this.i.
|
|
709
|
+
this.i.l8 = stringToBrush(v);
|
|
710
710
|
},
|
|
711
711
|
enumerable: false,
|
|
712
712
|
configurable: true
|
|
@@ -716,10 +716,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
716
716
|
* Gets or sets the color for the last row in the sticky row area.
|
|
717
717
|
*/
|
|
718
718
|
get: function () {
|
|
719
|
-
return brushToString(this.i.
|
|
719
|
+
return brushToString(this.i.l7);
|
|
720
720
|
},
|
|
721
721
|
set: function (v) {
|
|
722
|
-
this.i.
|
|
722
|
+
this.i.l7 = stringToBrush(v);
|
|
723
723
|
},
|
|
724
724
|
enumerable: false,
|
|
725
725
|
configurable: true
|
|
@@ -729,10 +729,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
729
729
|
* Gets or sets the background color for filter row.
|
|
730
730
|
*/
|
|
731
731
|
get: function () {
|
|
732
|
-
return brushToString(this.i.
|
|
732
|
+
return brushToString(this.i.l3);
|
|
733
733
|
},
|
|
734
734
|
set: function (v) {
|
|
735
|
-
this.i.
|
|
735
|
+
this.i.l3 = stringToBrush(v);
|
|
736
736
|
},
|
|
737
737
|
enumerable: false,
|
|
738
738
|
configurable: true
|
|
@@ -742,10 +742,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
742
742
|
* Gets or sets the color to use for displaying text.
|
|
743
743
|
*/
|
|
744
744
|
get: function () {
|
|
745
|
-
return this.i.
|
|
745
|
+
return this.i.cp;
|
|
746
746
|
},
|
|
747
747
|
set: function (v) {
|
|
748
|
-
this.i.
|
|
748
|
+
this.i.cp = +v;
|
|
749
749
|
},
|
|
750
750
|
enumerable: false,
|
|
751
751
|
configurable: true
|
|
@@ -755,10 +755,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
755
755
|
* Gets or sets the original value for the cell, before processing.
|
|
756
756
|
*/
|
|
757
757
|
get: function () {
|
|
758
|
-
return this.i.
|
|
758
|
+
return this.i.hm;
|
|
759
759
|
},
|
|
760
760
|
set: function (v) {
|
|
761
|
-
this.i.
|
|
761
|
+
this.i.hm = v;
|
|
762
762
|
},
|
|
763
763
|
enumerable: false,
|
|
764
764
|
configurable: true
|
|
@@ -768,10 +768,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
768
768
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
769
769
|
*/
|
|
770
770
|
get: function () {
|
|
771
|
-
return this.i.
|
|
771
|
+
return this.i.j1;
|
|
772
772
|
},
|
|
773
773
|
set: function (v) {
|
|
774
|
-
this.i.
|
|
774
|
+
this.i.j1 = v;
|
|
775
775
|
},
|
|
776
776
|
enumerable: false,
|
|
777
777
|
configurable: true
|
|
@@ -781,10 +781,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
781
781
|
* Gets or sets the color of the text for the cell, if any.
|
|
782
782
|
*/
|
|
783
783
|
get: function () {
|
|
784
|
-
return brushToString(this.i.
|
|
784
|
+
return brushToString(this.i.mc);
|
|
785
785
|
},
|
|
786
786
|
set: function (v) {
|
|
787
|
-
this.i.
|
|
787
|
+
this.i.mc = stringToBrush(v);
|
|
788
788
|
},
|
|
789
789
|
enumerable: false,
|
|
790
790
|
configurable: true
|
|
@@ -794,10 +794,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
794
794
|
* Gets the actual color of the text for the cell, if any.
|
|
795
795
|
*/
|
|
796
796
|
get: function () {
|
|
797
|
-
return brushToString(this.i.
|
|
797
|
+
return brushToString(this.i.lw);
|
|
798
798
|
},
|
|
799
799
|
set: function (v) {
|
|
800
|
-
this.i.
|
|
800
|
+
this.i.lw = stringToBrush(v);
|
|
801
801
|
},
|
|
802
802
|
enumerable: false,
|
|
803
803
|
configurable: true
|
|
@@ -807,10 +807,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
807
807
|
* Gets or sets the text color for cells in deleted rows.
|
|
808
808
|
*/
|
|
809
809
|
get: function () {
|
|
810
|
-
return brushToString(this.i.
|
|
810
|
+
return brushToString(this.i.l1);
|
|
811
811
|
},
|
|
812
812
|
set: function (v) {
|
|
813
|
-
this.i.
|
|
813
|
+
this.i.l1 = stringToBrush(v);
|
|
814
814
|
},
|
|
815
815
|
enumerable: false,
|
|
816
816
|
configurable: true
|
|
@@ -863,10 +863,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
863
863
|
* Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
|
|
864
864
|
*/
|
|
865
865
|
get: function () {
|
|
866
|
-
return this.i.
|
|
866
|
+
return this.i.ct;
|
|
867
867
|
},
|
|
868
868
|
set: function (v) {
|
|
869
|
-
this.i.
|
|
869
|
+
this.i.ct = +v;
|
|
870
870
|
},
|
|
871
871
|
enumerable: false,
|
|
872
872
|
configurable: true
|
|
@@ -876,10 +876,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
876
876
|
* Gets or sets the left padding to use for the content.
|
|
877
877
|
*/
|
|
878
878
|
get: function () {
|
|
879
|
-
return this.i.
|
|
879
|
+
return this.i.gm;
|
|
880
880
|
},
|
|
881
881
|
set: function (v) {
|
|
882
|
-
this.i.
|
|
882
|
+
this.i.gm = +v;
|
|
883
883
|
},
|
|
884
884
|
enumerable: false,
|
|
885
885
|
configurable: true
|
|
@@ -889,10 +889,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
889
889
|
* Gets or sets the top padding to use for the content.
|
|
890
890
|
*/
|
|
891
891
|
get: function () {
|
|
892
|
-
return this.i.
|
|
892
|
+
return this.i.gq;
|
|
893
893
|
},
|
|
894
894
|
set: function (v) {
|
|
895
|
-
this.i.
|
|
895
|
+
this.i.gq = +v;
|
|
896
896
|
},
|
|
897
897
|
enumerable: false,
|
|
898
898
|
configurable: true
|
|
@@ -902,10 +902,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
902
902
|
* Gets or sets the right padding to use for the content.
|
|
903
903
|
*/
|
|
904
904
|
get: function () {
|
|
905
|
-
return this.i.
|
|
905
|
+
return this.i.go;
|
|
906
906
|
},
|
|
907
907
|
set: function (v) {
|
|
908
|
-
this.i.
|
|
908
|
+
this.i.go = +v;
|
|
909
909
|
},
|
|
910
910
|
enumerable: false,
|
|
911
911
|
configurable: true
|
|
@@ -915,10 +915,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
915
915
|
* Gets or sets the bottom padding to use for the content.
|
|
916
916
|
*/
|
|
917
917
|
get: function () {
|
|
918
|
-
return this.i.
|
|
918
|
+
return this.i.gk;
|
|
919
919
|
},
|
|
920
920
|
set: function (v) {
|
|
921
|
-
this.i.
|
|
921
|
+
this.i.gk = +v;
|
|
922
922
|
},
|
|
923
923
|
enumerable: false,
|
|
924
924
|
configurable: true
|
|
@@ -928,10 +928,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
928
928
|
* Gets or sets the left padding to use for the content.
|
|
929
929
|
*/
|
|
930
930
|
get: function () {
|
|
931
|
-
return this.i.
|
|
931
|
+
return this.i.el;
|
|
932
932
|
},
|
|
933
933
|
set: function (v) {
|
|
934
|
-
this.i.
|
|
934
|
+
this.i.el = +v;
|
|
935
935
|
},
|
|
936
936
|
enumerable: false,
|
|
937
937
|
configurable: true
|
|
@@ -941,10 +941,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
941
941
|
* Gets or sets the top padding to use for the content.
|
|
942
942
|
*/
|
|
943
943
|
get: function () {
|
|
944
|
-
return this.i.
|
|
944
|
+
return this.i.ep;
|
|
945
945
|
},
|
|
946
946
|
set: function (v) {
|
|
947
|
-
this.i.
|
|
947
|
+
this.i.ep = +v;
|
|
948
948
|
},
|
|
949
949
|
enumerable: false,
|
|
950
950
|
configurable: true
|
|
@@ -954,10 +954,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
954
954
|
* Gets or sets the right padding to use for the content.
|
|
955
955
|
*/
|
|
956
956
|
get: function () {
|
|
957
|
-
return this.i.
|
|
957
|
+
return this.i.en;
|
|
958
958
|
},
|
|
959
959
|
set: function (v) {
|
|
960
|
-
this.i.
|
|
960
|
+
this.i.en = +v;
|
|
961
961
|
},
|
|
962
962
|
enumerable: false,
|
|
963
963
|
configurable: true
|
|
@@ -967,10 +967,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
967
967
|
* Gets or sets the bottom padding to use for the content.
|
|
968
968
|
*/
|
|
969
969
|
get: function () {
|
|
970
|
-
return this.i.
|
|
970
|
+
return this.i.ej;
|
|
971
971
|
},
|
|
972
972
|
set: function (v) {
|
|
973
|
-
this.i.
|
|
973
|
+
this.i.ej = +v;
|
|
974
974
|
},
|
|
975
975
|
enumerable: false,
|
|
976
976
|
configurable: true
|
|
@@ -980,10 +980,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
980
980
|
* Gets or sets the left border to use for the content.
|
|
981
981
|
*/
|
|
982
982
|
get: function () {
|
|
983
|
-
return this.i.
|
|
983
|
+
return this.i.e2;
|
|
984
984
|
},
|
|
985
985
|
set: function (v) {
|
|
986
|
-
this.i.
|
|
986
|
+
this.i.e2 = +v;
|
|
987
987
|
},
|
|
988
988
|
enumerable: false,
|
|
989
989
|
configurable: true
|
|
@@ -993,10 +993,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
993
993
|
* Gets or sets the top border to use for the content.
|
|
994
994
|
*/
|
|
995
995
|
get: function () {
|
|
996
|
-
return this.i.
|
|
996
|
+
return this.i.e7;
|
|
997
997
|
},
|
|
998
998
|
set: function (v) {
|
|
999
|
-
this.i.
|
|
999
|
+
this.i.e7 = +v;
|
|
1000
1000
|
},
|
|
1001
1001
|
enumerable: false,
|
|
1002
1002
|
configurable: true
|
|
@@ -1006,10 +1006,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1006
1006
|
* Gets or sets the right border to use for the content.
|
|
1007
1007
|
*/
|
|
1008
1008
|
get: function () {
|
|
1009
|
-
return this.i.
|
|
1009
|
+
return this.i.e5;
|
|
1010
1010
|
},
|
|
1011
1011
|
set: function (v) {
|
|
1012
|
-
this.i.
|
|
1012
|
+
this.i.e5 = +v;
|
|
1013
1013
|
},
|
|
1014
1014
|
enumerable: false,
|
|
1015
1015
|
configurable: true
|
|
@@ -1019,10 +1019,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1019
1019
|
* Gets or sets the bottom border to use for the content.
|
|
1020
1020
|
*/
|
|
1021
1021
|
get: function () {
|
|
1022
|
-
return this.i.
|
|
1022
|
+
return this.i.e0;
|
|
1023
1023
|
},
|
|
1024
1024
|
set: function (v) {
|
|
1025
|
-
this.i.
|
|
1025
|
+
this.i.e0 = +v;
|
|
1026
1026
|
},
|
|
1027
1027
|
enumerable: false,
|
|
1028
1028
|
configurable: true
|
|
@@ -1032,10 +1032,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1032
1032
|
* Gets or sets the left activation border to use for the content.
|
|
1033
1033
|
*/
|
|
1034
1034
|
get: function () {
|
|
1035
|
-
return this.i.
|
|
1035
|
+
return this.i.dy;
|
|
1036
1036
|
},
|
|
1037
1037
|
set: function (v) {
|
|
1038
|
-
this.i.
|
|
1038
|
+
this.i.dy = +v;
|
|
1039
1039
|
},
|
|
1040
1040
|
enumerable: false,
|
|
1041
1041
|
configurable: true
|
|
@@ -1045,10 +1045,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1045
1045
|
* Gets or sets the top activation border to use for the content.
|
|
1046
1046
|
*/
|
|
1047
1047
|
get: function () {
|
|
1048
|
-
return this.i.
|
|
1048
|
+
return this.i.d3;
|
|
1049
1049
|
},
|
|
1050
1050
|
set: function (v) {
|
|
1051
|
-
this.i.
|
|
1051
|
+
this.i.d3 = +v;
|
|
1052
1052
|
},
|
|
1053
1053
|
enumerable: false,
|
|
1054
1054
|
configurable: true
|
|
@@ -1058,10 +1058,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1058
1058
|
* Gets or sets the right activation border to use for the content.
|
|
1059
1059
|
*/
|
|
1060
1060
|
get: function () {
|
|
1061
|
-
return this.i.
|
|
1061
|
+
return this.i.d1;
|
|
1062
1062
|
},
|
|
1063
1063
|
set: function (v) {
|
|
1064
|
-
this.i.
|
|
1064
|
+
this.i.d1 = +v;
|
|
1065
1065
|
},
|
|
1066
1066
|
enumerable: false,
|
|
1067
1067
|
configurable: true
|
|
@@ -1071,10 +1071,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1071
1071
|
* Gets or sets the bottom activation border to use for the content.
|
|
1072
1072
|
*/
|
|
1073
1073
|
get: function () {
|
|
1074
|
-
return this.i.
|
|
1074
|
+
return this.i.dw;
|
|
1075
1075
|
},
|
|
1076
1076
|
set: function (v) {
|
|
1077
|
-
this.i.
|
|
1077
|
+
this.i.dw = +v;
|
|
1078
1078
|
},
|
|
1079
1079
|
enumerable: false,
|
|
1080
1080
|
configurable: true
|
|
@@ -1084,10 +1084,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1084
1084
|
* Gets or sets the left error border to use for the content.
|
|
1085
1085
|
*/
|
|
1086
1086
|
get: function () {
|
|
1087
|
-
return this.i.
|
|
1087
|
+
return this.i.fk;
|
|
1088
1088
|
},
|
|
1089
1089
|
set: function (v) {
|
|
1090
|
-
this.i.
|
|
1090
|
+
this.i.fk = +v;
|
|
1091
1091
|
},
|
|
1092
1092
|
enumerable: false,
|
|
1093
1093
|
configurable: true
|
|
@@ -1097,10 +1097,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1097
1097
|
* Gets or sets the top error border to use for the content.
|
|
1098
1098
|
*/
|
|
1099
1099
|
get: function () {
|
|
1100
|
-
return this.i.
|
|
1100
|
+
return this.i.fp;
|
|
1101
1101
|
},
|
|
1102
1102
|
set: function (v) {
|
|
1103
|
-
this.i.
|
|
1103
|
+
this.i.fp = +v;
|
|
1104
1104
|
},
|
|
1105
1105
|
enumerable: false,
|
|
1106
1106
|
configurable: true
|
|
@@ -1110,10 +1110,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1110
1110
|
* Gets or sets the right error border to use for the content.
|
|
1111
1111
|
*/
|
|
1112
1112
|
get: function () {
|
|
1113
|
-
return this.i.
|
|
1113
|
+
return this.i.fn;
|
|
1114
1114
|
},
|
|
1115
1115
|
set: function (v) {
|
|
1116
|
-
this.i.
|
|
1116
|
+
this.i.fn = +v;
|
|
1117
1117
|
},
|
|
1118
1118
|
enumerable: false,
|
|
1119
1119
|
configurable: true
|
|
@@ -1123,10 +1123,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1123
1123
|
* Gets or sets the bottom error border to use for the content.
|
|
1124
1124
|
*/
|
|
1125
1125
|
get: function () {
|
|
1126
|
-
return this.i.
|
|
1126
|
+
return this.i.fi;
|
|
1127
1127
|
},
|
|
1128
1128
|
set: function (v) {
|
|
1129
|
-
this.i.
|
|
1129
|
+
this.i.fi = +v;
|
|
1130
1130
|
},
|
|
1131
1131
|
enumerable: false,
|
|
1132
1132
|
configurable: true
|
|
@@ -1136,10 +1136,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1136
1136
|
* Gets or sets the actual left border to use for the content.
|
|
1137
1137
|
*/
|
|
1138
1138
|
get: function () {
|
|
1139
|
-
return this.i.
|
|
1139
|
+
return this.i.d9;
|
|
1140
1140
|
},
|
|
1141
1141
|
set: function (v) {
|
|
1142
|
-
this.i.
|
|
1142
|
+
this.i.d9 = +v;
|
|
1143
1143
|
},
|
|
1144
1144
|
enumerable: false,
|
|
1145
1145
|
configurable: true
|
|
@@ -1149,10 +1149,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1149
1149
|
* Gets or sets the actual top border to use for the content.
|
|
1150
1150
|
*/
|
|
1151
1151
|
get: function () {
|
|
1152
|
-
return this.i.
|
|
1152
|
+
return this.i.ee;
|
|
1153
1153
|
},
|
|
1154
1154
|
set: function (v) {
|
|
1155
|
-
this.i.
|
|
1155
|
+
this.i.ee = +v;
|
|
1156
1156
|
},
|
|
1157
1157
|
enumerable: false,
|
|
1158
1158
|
configurable: true
|
|
@@ -1162,10 +1162,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1162
1162
|
* Gets or sets the actual right border to use for the content.
|
|
1163
1163
|
*/
|
|
1164
1164
|
get: function () {
|
|
1165
|
-
return this.i.
|
|
1165
|
+
return this.i.ec;
|
|
1166
1166
|
},
|
|
1167
1167
|
set: function (v) {
|
|
1168
|
-
this.i.
|
|
1168
|
+
this.i.ec = +v;
|
|
1169
1169
|
},
|
|
1170
1170
|
enumerable: false,
|
|
1171
1171
|
configurable: true
|
|
@@ -1175,10 +1175,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1175
1175
|
* Gets or sets the actual bottom border to use for the content.
|
|
1176
1176
|
*/
|
|
1177
1177
|
get: function () {
|
|
1178
|
-
return this.i.
|
|
1178
|
+
return this.i.d7;
|
|
1179
1179
|
},
|
|
1180
1180
|
set: function (v) {
|
|
1181
|
-
this.i.
|
|
1181
|
+
this.i.d7 = +v;
|
|
1182
1182
|
},
|
|
1183
1183
|
enumerable: false,
|
|
1184
1184
|
configurable: true
|
|
@@ -1201,10 +1201,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1201
1201
|
* Gets the expansion state of the cell.
|
|
1202
1202
|
*/
|
|
1203
1203
|
get: function () {
|
|
1204
|
-
return this.i.
|
|
1204
|
+
return this.i.ba;
|
|
1205
1205
|
},
|
|
1206
1206
|
set: function (v) {
|
|
1207
|
-
this.i.
|
|
1207
|
+
this.i.ba = ensureBool(v);
|
|
1208
1208
|
},
|
|
1209
1209
|
enumerable: false,
|
|
1210
1210
|
configurable: true
|
|
@@ -1214,10 +1214,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1214
1214
|
* Gets if the cell needs to display an expansion indicator.
|
|
1215
1215
|
*/
|
|
1216
1216
|
get: function () {
|
|
1217
|
-
return this.i.
|
|
1217
|
+
return this.i.a2;
|
|
1218
1218
|
},
|
|
1219
1219
|
set: function (v) {
|
|
1220
|
-
this.i.
|
|
1220
|
+
this.i.a2 = ensureBool(v);
|
|
1221
1221
|
},
|
|
1222
1222
|
enumerable: false,
|
|
1223
1223
|
configurable: true
|
|
@@ -1255,10 +1255,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1255
1255
|
* Gets whether the cell has been edited.
|
|
1256
1256
|
*/
|
|
1257
1257
|
get: function () {
|
|
1258
|
-
return this.i.
|
|
1258
|
+
return this.i.a9;
|
|
1259
1259
|
},
|
|
1260
1260
|
set: function (v) {
|
|
1261
|
-
this.i.
|
|
1261
|
+
this.i.a9 = ensureBool(v);
|
|
1262
1262
|
},
|
|
1263
1263
|
enumerable: false,
|
|
1264
1264
|
configurable: true
|
|
@@ -1268,10 +1268,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1268
1268
|
* Gets whether the cell is part of a deleted row.
|
|
1269
1269
|
*/
|
|
1270
1270
|
get: function () {
|
|
1271
|
-
return this.i.
|
|
1271
|
+
return this.i.a6;
|
|
1272
1272
|
},
|
|
1273
1273
|
set: function (v) {
|
|
1274
|
-
this.i.
|
|
1274
|
+
this.i.a6 = ensureBool(v);
|
|
1275
1275
|
},
|
|
1276
1276
|
enumerable: false,
|
|
1277
1277
|
configurable: true
|
|
@@ -1281,10 +1281,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1281
1281
|
* Gets or sets the error message for the cell.
|
|
1282
1282
|
*/
|
|
1283
1283
|
get: function () {
|
|
1284
|
-
return this.i.
|
|
1284
|
+
return this.i.it;
|
|
1285
1285
|
},
|
|
1286
1286
|
set: function (v) {
|
|
1287
|
-
this.i.
|
|
1287
|
+
this.i.it = v;
|
|
1288
1288
|
},
|
|
1289
1289
|
enumerable: false,
|
|
1290
1290
|
configurable: true
|
|
@@ -1294,20 +1294,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1294
1294
|
* Gets whether the cell is in edit mode.
|
|
1295
1295
|
*/
|
|
1296
1296
|
get: function () {
|
|
1297
|
-
return this.i.
|
|
1297
|
+
return this.i.bf;
|
|
1298
1298
|
},
|
|
1299
1299
|
set: function (v) {
|
|
1300
|
-
this.i.
|
|
1300
|
+
this.i.bf = ensureBool(v);
|
|
1301
1301
|
},
|
|
1302
1302
|
enumerable: false,
|
|
1303
1303
|
configurable: true
|
|
1304
1304
|
});
|
|
1305
1305
|
Object.defineProperty(IgcCellInfo.prototype, "editID", {
|
|
1306
1306
|
get: function () {
|
|
1307
|
-
return this.i.
|
|
1307
|
+
return this.i.fg;
|
|
1308
1308
|
},
|
|
1309
1309
|
set: function (v) {
|
|
1310
|
-
this.i.
|
|
1310
|
+
this.i.fg = +v;
|
|
1311
1311
|
},
|
|
1312
1312
|
enumerable: false,
|
|
1313
1313
|
configurable: true
|
|
@@ -1321,7 +1321,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1321
1321
|
return null;
|
|
1322
1322
|
};
|
|
1323
1323
|
IgcCellInfo.prototype.isCustomFieldDirty = function (propertyName) {
|
|
1324
|
-
var iv = this.i.
|
|
1324
|
+
var iv = this.i.a4(propertyName);
|
|
1325
1325
|
return (iv);
|
|
1326
1326
|
};
|
|
1327
1327
|
/**
|
|
@@ -1330,7 +1330,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1330
1330
|
* @param propertyId * The property id to check.
|
|
1331
1331
|
*/
|
|
1332
1332
|
IgcCellInfo.prototype.isDirtyById = function (propertyId_) {
|
|
1333
|
-
var iv = this.i.
|
|
1333
|
+
var iv = this.i.a8(propertyId_);
|
|
1334
1334
|
return (iv);
|
|
1335
1335
|
};
|
|
1336
1336
|
/**
|
|
@@ -1339,11 +1339,11 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1339
1339
|
* @param propertyName * The property name to check.
|
|
1340
1340
|
*/
|
|
1341
1341
|
IgcCellInfo.prototype.isDirty = function (propertyName) {
|
|
1342
|
-
var iv = this.i.
|
|
1342
|
+
var iv = this.i.a7(propertyName);
|
|
1343
1343
|
return (iv);
|
|
1344
1344
|
};
|
|
1345
1345
|
IgcCellInfo.prototype.setNamedValue = function (valueName, value) {
|
|
1346
|
-
this.i.
|
|
1346
|
+
this.i.k8(valueName, value);
|
|
1347
1347
|
};
|
|
1348
1348
|
/**
|
|
1349
1349
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1351,7 +1351,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1351
1351
|
* @param valueName * The name of the value to check.
|
|
1352
1352
|
*/
|
|
1353
1353
|
IgcCellInfo.prototype.hasNamedValue = function (valueName) {
|
|
1354
|
-
var iv = this.i.
|
|
1354
|
+
var iv = this.i.az(valueName);
|
|
1355
1355
|
return (iv);
|
|
1356
1356
|
};
|
|
1357
1357
|
/**
|
|
@@ -1360,7 +1360,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1360
1360
|
* @param valueName * The name of the value to remove.
|
|
1361
1361
|
*/
|
|
1362
1362
|
IgcCellInfo.prototype.removeNamedValue = function (valueName) {
|
|
1363
|
-
this.i.
|
|
1363
|
+
this.i.k4(valueName);
|
|
1364
1364
|
};
|
|
1365
1365
|
/**
|
|
1366
1366
|
* Gets a named value from the cell.
|
|
@@ -1368,7 +1368,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1368
1368
|
* @param valueName * The name of the value to get.
|
|
1369
1369
|
*/
|
|
1370
1370
|
IgcCellInfo.prototype.getNamedValue = function (valueName) {
|
|
1371
|
-
var iv = this.i.
|
|
1371
|
+
var iv = this.i.hk(valueName);
|
|
1372
1372
|
return (iv);
|
|
1373
1373
|
};
|
|
1374
1374
|
return IgcCellInfo;
|