igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +1 -1
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +1 -1
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
- package/grids/combined.js +7842 -7830
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
|
@@ -82,91 +82,91 @@ export class IgcCellInfo {
|
|
|
82
82
|
* Gets the style key of the current cell, used for recycling.
|
|
83
83
|
*/
|
|
84
84
|
get styleKey() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.kc;
|
|
86
86
|
}
|
|
87
87
|
set styleKey(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.kc = v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* Gets the absolute data row for the current cell.
|
|
92
92
|
*/
|
|
93
93
|
get dataRow() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.fb;
|
|
95
95
|
}
|
|
96
96
|
set dataRow(v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.fb = +v;
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Gets if the position of the cell is dirty.
|
|
101
101
|
*/
|
|
102
102
|
get isPositionDirty() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.bj;
|
|
104
104
|
}
|
|
105
105
|
set isPositionDirty(v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.bj = ensureBool(v);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
109
|
* Gets if the size of the cell is dirty.
|
|
110
110
|
*/
|
|
111
111
|
get isSizeDirty() {
|
|
112
|
-
return this.i.
|
|
112
|
+
return this.i.bo;
|
|
113
113
|
}
|
|
114
114
|
set isSizeDirty(v) {
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.bo = ensureBool(v);
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
118
|
* Gets if the content of the cell is dirty.
|
|
119
119
|
*/
|
|
120
120
|
get isContentDirty() {
|
|
121
|
-
return this.i.
|
|
121
|
+
return this.i.a3;
|
|
122
122
|
}
|
|
123
123
|
set isContentDirty(v) {
|
|
124
|
-
this.i.
|
|
124
|
+
this.i.a3 = ensureBool(v);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* Gets if the content of the cell is dirty.
|
|
128
128
|
*/
|
|
129
129
|
get isBorderDirty() {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.a1;
|
|
131
131
|
}
|
|
132
132
|
set isBorderDirty(v) {
|
|
133
|
-
this.i.
|
|
133
|
+
this.i.a1 = ensureBool(v);
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets if the layer of the cell is dirty.
|
|
137
137
|
*/
|
|
138
138
|
get isLayerDirty() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.bh;
|
|
140
140
|
}
|
|
141
141
|
set isLayerDirty(v) {
|
|
142
|
-
this.i.
|
|
142
|
+
this.i.bh = ensureBool(v);
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
145
|
* Gets if the layer of the cell is dirty.
|
|
146
146
|
*/
|
|
147
147
|
get isStateDirty() {
|
|
148
|
-
return this.i.
|
|
148
|
+
return this.i.bp;
|
|
149
149
|
}
|
|
150
150
|
set isStateDirty(v) {
|
|
151
|
-
this.i.
|
|
151
|
+
this.i.bp = ensureBool(v);
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
154
|
* Gets if the data of the cell is dirty.
|
|
155
155
|
*/
|
|
156
156
|
get isDataDirty() {
|
|
157
|
-
return this.i.
|
|
157
|
+
return this.i.a5;
|
|
158
158
|
}
|
|
159
159
|
set isDataDirty(v) {
|
|
160
|
-
this.i.
|
|
160
|
+
this.i.a5 = ensureBool(v);
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
163
|
* Gets if placeholder content is needed when virtualized.
|
|
164
164
|
*/
|
|
165
165
|
get isPlaceholdContentNeeded() {
|
|
166
|
-
return this.i.
|
|
166
|
+
return this.i.bi;
|
|
167
167
|
}
|
|
168
168
|
set isPlaceholdContentNeeded(v) {
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.bi = ensureBool(v);
|
|
170
170
|
}
|
|
171
171
|
/**
|
|
172
172
|
* Gets the action manager to propagate actions back to the grid.
|
|
@@ -181,205 +181,205 @@ export class IgcCellInfo {
|
|
|
181
181
|
* Gets or sets whether the cell is hit test visible.
|
|
182
182
|
*/
|
|
183
183
|
get isHitTestVisible() {
|
|
184
|
-
return this.i.
|
|
184
|
+
return this.i.bd;
|
|
185
185
|
}
|
|
186
186
|
set isHitTestVisible(v) {
|
|
187
|
-
this.i.
|
|
187
|
+
this.i.bd = ensureBool(v);
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
190
|
* Gets if this cell belongs to a row that has been marked as pinned.
|
|
191
191
|
*/
|
|
192
192
|
get isRowPinned() {
|
|
193
|
-
return this.i.
|
|
193
|
+
return this.i.bk;
|
|
194
194
|
}
|
|
195
195
|
set isRowPinned(v) {
|
|
196
|
-
this.i.
|
|
196
|
+
this.i.bk = ensureBool(v);
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
* Gets if this cell belongs to a row that will stick to the top of the grid.
|
|
200
200
|
*/
|
|
201
201
|
get isRowSticky() {
|
|
202
|
-
return this.i.
|
|
202
|
+
return this.i.bl;
|
|
203
203
|
}
|
|
204
204
|
set isRowSticky(v) {
|
|
205
|
-
this.i.
|
|
205
|
+
this.i.bl = ensureBool(v);
|
|
206
206
|
}
|
|
207
207
|
/**
|
|
208
208
|
* Gets if this cell is the last row that can stick to the top of the grid.
|
|
209
209
|
*/
|
|
210
210
|
get isLastStickyRow() {
|
|
211
|
-
return this.i.
|
|
211
|
+
return this.i.bg;
|
|
212
212
|
}
|
|
213
213
|
set isLastStickyRow(v) {
|
|
214
|
-
this.i.
|
|
214
|
+
this.i.bg = ensureBool(v);
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
217
|
* Gets if this cell is in the filter row.
|
|
218
218
|
*/
|
|
219
219
|
get isFilterRow() {
|
|
220
|
-
return this.i.
|
|
220
|
+
return this.i.bb;
|
|
221
221
|
}
|
|
222
222
|
set isFilterRow(v) {
|
|
223
|
-
this.i.
|
|
223
|
+
this.i.bb = ensureBool(v);
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
226
|
* Gets the indent level of the cell.
|
|
227
227
|
*/
|
|
228
228
|
get indent() {
|
|
229
|
-
return this.i.
|
|
229
|
+
return this.i.f0;
|
|
230
230
|
}
|
|
231
231
|
set indent(v) {
|
|
232
|
-
this.i.
|
|
232
|
+
this.i.f0 = +v;
|
|
233
233
|
}
|
|
234
234
|
get rowItem() {
|
|
235
|
-
return this.i.
|
|
235
|
+
return this.i.hn;
|
|
236
236
|
}
|
|
237
237
|
set rowItem(v) {
|
|
238
|
-
this.i.
|
|
238
|
+
this.i.hn = v;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
241
|
* Gets the X position of the cell within the content.
|
|
242
242
|
*/
|
|
243
243
|
get x() {
|
|
244
|
-
return this.i.
|
|
244
|
+
return this.i.cu;
|
|
245
245
|
}
|
|
246
246
|
set x(v) {
|
|
247
|
-
this.i.
|
|
247
|
+
this.i.cu = +v;
|
|
248
248
|
}
|
|
249
249
|
/**
|
|
250
250
|
* Gets the Y position of the cell within the content.
|
|
251
251
|
*/
|
|
252
252
|
get y() {
|
|
253
|
-
return this.i.
|
|
253
|
+
return this.i.cv;
|
|
254
254
|
}
|
|
255
255
|
set y(v) {
|
|
256
|
-
this.i.
|
|
256
|
+
this.i.cv = +v;
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
259
|
* Gets the pixel snapped X position of the cell within the content.
|
|
260
260
|
*/
|
|
261
261
|
get snappedX() {
|
|
262
|
-
return this.i.
|
|
262
|
+
return this.i.g0;
|
|
263
263
|
}
|
|
264
264
|
set snappedX(v) {
|
|
265
|
-
this.i.
|
|
265
|
+
this.i.g0 = +v;
|
|
266
266
|
}
|
|
267
267
|
/**
|
|
268
268
|
* Gets the snapped Y position of the cell within the content.
|
|
269
269
|
*/
|
|
270
270
|
get snappedY() {
|
|
271
|
-
return this.i.
|
|
271
|
+
return this.i.g2;
|
|
272
272
|
}
|
|
273
273
|
set snappedY(v) {
|
|
274
|
-
this.i.
|
|
274
|
+
this.i.g2 = +v;
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
277
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
278
278
|
*/
|
|
279
279
|
get editOpacity() {
|
|
280
|
-
return this.i.
|
|
280
|
+
return this.i.ck;
|
|
281
281
|
}
|
|
282
282
|
set editOpacity(v) {
|
|
283
|
-
this.i.
|
|
283
|
+
this.i.ck = +v;
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
286
|
* Gets or sets the opacity of the content of the cell.
|
|
287
287
|
*/
|
|
288
288
|
get contentOpacity() {
|
|
289
|
-
return this.i.
|
|
289
|
+
return this.i.cj;
|
|
290
290
|
}
|
|
291
291
|
set contentOpacity(v) {
|
|
292
|
-
this.i.
|
|
292
|
+
this.i.cj = +v;
|
|
293
293
|
}
|
|
294
294
|
/**
|
|
295
295
|
* Gets the actual content opacity of the cell.
|
|
296
296
|
*/
|
|
297
297
|
get actualContentOpacity() {
|
|
298
|
-
return this.i.
|
|
298
|
+
return this.i.cg;
|
|
299
299
|
}
|
|
300
300
|
set actualContentOpacity(v) {
|
|
301
|
-
this.i.
|
|
301
|
+
this.i.cg = +v;
|
|
302
302
|
}
|
|
303
303
|
/**
|
|
304
304
|
* Gets or sets the opacity of the cell.
|
|
305
305
|
*/
|
|
306
306
|
get opacity() {
|
|
307
|
-
return this.i.
|
|
307
|
+
return this.i.co;
|
|
308
308
|
}
|
|
309
309
|
set opacity(v) {
|
|
310
|
-
this.i.
|
|
310
|
+
this.i.co = +v;
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
313
|
* Gets the actual opacity of the cell.
|
|
314
314
|
*/
|
|
315
315
|
get actualOpacity() {
|
|
316
|
-
return this.i.
|
|
316
|
+
return this.i.ch;
|
|
317
317
|
}
|
|
318
318
|
set actualOpacity(v) {
|
|
319
|
-
this.i.
|
|
319
|
+
this.i.ch = +v;
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
322
|
* Gets the height of the cell.
|
|
323
323
|
*/
|
|
324
324
|
get height() {
|
|
325
|
-
return this.i.
|
|
325
|
+
return this.i.fu;
|
|
326
326
|
}
|
|
327
327
|
set height(v) {
|
|
328
|
-
this.i.
|
|
328
|
+
this.i.fu = +v;
|
|
329
329
|
}
|
|
330
330
|
/**
|
|
331
331
|
* Gets the width of the cell.
|
|
332
332
|
*/
|
|
333
333
|
get width() {
|
|
334
|
-
return this.i.
|
|
334
|
+
return this.i.hd;
|
|
335
335
|
}
|
|
336
336
|
set width(v) {
|
|
337
|
-
this.i.
|
|
337
|
+
this.i.hd = +v;
|
|
338
338
|
}
|
|
339
339
|
/**
|
|
340
340
|
* Gets if the cell is selected.
|
|
341
341
|
*/
|
|
342
342
|
get isSelected() {
|
|
343
|
-
return this.i.
|
|
343
|
+
return this.i.bn;
|
|
344
344
|
}
|
|
345
345
|
set isSelected(v) {
|
|
346
|
-
this.i.
|
|
346
|
+
this.i.bn = ensureBool(v);
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
* Gets the amount that the cell is selected. This is a value between 0 and 1.
|
|
350
350
|
*/
|
|
351
351
|
get selectedStatus() {
|
|
352
|
-
return this.i.
|
|
352
|
+
return this.i.cq;
|
|
353
353
|
}
|
|
354
354
|
set selectedStatus(v) {
|
|
355
|
-
this.i.
|
|
355
|
+
this.i.cq = +v;
|
|
356
356
|
}
|
|
357
357
|
/**
|
|
358
358
|
* Gets the amount that the cell is activated. This is a value between 0 and 1.
|
|
359
359
|
*/
|
|
360
360
|
get activationStatus() {
|
|
361
|
-
return this.i.
|
|
361
|
+
return this.i.cf;
|
|
362
362
|
}
|
|
363
363
|
set activationStatus(v) {
|
|
364
|
-
this.i.
|
|
364
|
+
this.i.cf = +v;
|
|
365
365
|
}
|
|
366
366
|
/**
|
|
367
367
|
* Gets the amount that the cell is hovered. This is a value between 0 and 1.
|
|
368
368
|
*/
|
|
369
369
|
get hoverStatus() {
|
|
370
|
-
return this.i.
|
|
370
|
+
return this.i.cl;
|
|
371
371
|
}
|
|
372
372
|
set hoverStatus(v) {
|
|
373
|
-
this.i.
|
|
373
|
+
this.i.cl = +v;
|
|
374
374
|
}
|
|
375
375
|
/**
|
|
376
376
|
* Gets whether the cell is hoverable or not.
|
|
377
377
|
*/
|
|
378
378
|
get isHoverable() {
|
|
379
|
-
return this.i.
|
|
379
|
+
return this.i.be;
|
|
380
380
|
}
|
|
381
381
|
set isHoverable(v) {
|
|
382
|
-
this.i.
|
|
382
|
+
this.i.be = ensureBool(v);
|
|
383
383
|
}
|
|
384
384
|
/**
|
|
385
385
|
* Gets or sets the horiztonal alignment of the cell content.
|
|
@@ -403,181 +403,181 @@ export class IgcCellInfo {
|
|
|
403
403
|
* Gets or sets the background color of the cell.
|
|
404
404
|
*/
|
|
405
405
|
get background() {
|
|
406
|
-
return brushToString(this.i.
|
|
406
|
+
return brushToString(this.i.lx);
|
|
407
407
|
}
|
|
408
408
|
set background(v) {
|
|
409
|
-
this.i.
|
|
409
|
+
this.i.lx = stringToBrush(v);
|
|
410
410
|
}
|
|
411
411
|
/**
|
|
412
412
|
* Gets or sets the border color of the cell.
|
|
413
413
|
*/
|
|
414
414
|
get border() {
|
|
415
|
-
return brushToString(this.i.
|
|
415
|
+
return brushToString(this.i.l0);
|
|
416
416
|
}
|
|
417
417
|
set border(v) {
|
|
418
|
-
this.i.
|
|
418
|
+
this.i.l0 = stringToBrush(v);
|
|
419
419
|
}
|
|
420
420
|
/**
|
|
421
421
|
* Gets the actual background color of the cell
|
|
422
422
|
*/
|
|
423
423
|
get actualBackground() {
|
|
424
|
-
return brushToString(this.i.
|
|
424
|
+
return brushToString(this.i.lu);
|
|
425
425
|
}
|
|
426
426
|
set actualBackground(v) {
|
|
427
|
-
this.i.
|
|
427
|
+
this.i.lu = stringToBrush(v);
|
|
428
428
|
}
|
|
429
429
|
/**
|
|
430
430
|
* Gets the actual background color of the cell
|
|
431
431
|
*/
|
|
432
432
|
get actualBorder() {
|
|
433
|
-
return brushToString(this.i.
|
|
433
|
+
return brushToString(this.i.lv);
|
|
434
434
|
}
|
|
435
435
|
set actualBorder(v) {
|
|
436
|
-
this.i.
|
|
436
|
+
this.i.lv = stringToBrush(v);
|
|
437
437
|
}
|
|
438
438
|
/**
|
|
439
439
|
* Gets the actual background color of the cell
|
|
440
440
|
*/
|
|
441
441
|
get activationBorder() {
|
|
442
|
-
return brushToString(this.i.
|
|
442
|
+
return brushToString(this.i.lt);
|
|
443
443
|
}
|
|
444
444
|
set activationBorder(v) {
|
|
445
|
-
this.i.
|
|
445
|
+
this.i.lt = stringToBrush(v);
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
* Gets or sets the error border color of the cell.
|
|
449
449
|
*/
|
|
450
450
|
get errorBorder() {
|
|
451
|
-
return brushToString(this.i.
|
|
451
|
+
return brushToString(this.i.l2);
|
|
452
452
|
}
|
|
453
453
|
set errorBorder(v) {
|
|
454
|
-
this.i.
|
|
454
|
+
this.i.l2 = stringToBrush(v);
|
|
455
455
|
}
|
|
456
456
|
/**
|
|
457
457
|
* Gets or sets the selected background color of the cell.
|
|
458
458
|
*/
|
|
459
459
|
get selectedBackground() {
|
|
460
|
-
return brushToString(this.i.
|
|
460
|
+
return brushToString(this.i.l9);
|
|
461
461
|
}
|
|
462
462
|
set selectedBackground(v) {
|
|
463
|
-
this.i.
|
|
463
|
+
this.i.l9 = stringToBrush(v);
|
|
464
464
|
}
|
|
465
465
|
/**
|
|
466
466
|
* Gets or sets the hover background color of the cell.
|
|
467
467
|
*/
|
|
468
468
|
get hoverBackground() {
|
|
469
|
-
return brushToString(this.i.
|
|
469
|
+
return brushToString(this.i.l5);
|
|
470
470
|
}
|
|
471
471
|
set hoverBackground(v) {
|
|
472
|
-
this.i.
|
|
472
|
+
this.i.l5 = stringToBrush(v);
|
|
473
473
|
}
|
|
474
474
|
/**
|
|
475
475
|
* Gets or sets the hover text color of the cell.
|
|
476
476
|
*/
|
|
477
477
|
get hoverTextColor() {
|
|
478
|
-
return brushToString(this.i.
|
|
478
|
+
return brushToString(this.i.l6);
|
|
479
479
|
}
|
|
480
480
|
set hoverTextColor(v) {
|
|
481
|
-
this.i.
|
|
481
|
+
this.i.l6 = stringToBrush(v);
|
|
482
482
|
}
|
|
483
483
|
/**
|
|
484
484
|
* Gets or sets the color for the sort indicator icon.
|
|
485
485
|
*/
|
|
486
486
|
get sortIndicatorColor() {
|
|
487
|
-
return brushToString(this.i.
|
|
487
|
+
return brushToString(this.i.ma);
|
|
488
488
|
}
|
|
489
489
|
set sortIndicatorColor(v) {
|
|
490
|
-
this.i.
|
|
490
|
+
this.i.ma = stringToBrush(v);
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
493
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
494
494
|
*/
|
|
495
495
|
get stickyRowBackground() {
|
|
496
|
-
return brushToString(this.i.
|
|
496
|
+
return brushToString(this.i.mb);
|
|
497
497
|
}
|
|
498
498
|
set stickyRowBackground(v) {
|
|
499
|
-
this.i.
|
|
499
|
+
this.i.mb = stringToBrush(v);
|
|
500
500
|
}
|
|
501
501
|
/**
|
|
502
502
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
503
503
|
*/
|
|
504
504
|
get pinnedRowBackground() {
|
|
505
|
-
return brushToString(this.i.
|
|
505
|
+
return brushToString(this.i.l8);
|
|
506
506
|
}
|
|
507
507
|
set pinnedRowBackground(v) {
|
|
508
|
-
this.i.
|
|
508
|
+
this.i.l8 = stringToBrush(v);
|
|
509
509
|
}
|
|
510
510
|
/**
|
|
511
511
|
* Gets or sets the color for the last row in the sticky row area.
|
|
512
512
|
*/
|
|
513
513
|
get lastStickyRowBackground() {
|
|
514
|
-
return brushToString(this.i.
|
|
514
|
+
return brushToString(this.i.l7);
|
|
515
515
|
}
|
|
516
516
|
set lastStickyRowBackground(v) {
|
|
517
|
-
this.i.
|
|
517
|
+
this.i.l7 = stringToBrush(v);
|
|
518
518
|
}
|
|
519
519
|
/**
|
|
520
520
|
* Gets or sets the background color for filter row.
|
|
521
521
|
*/
|
|
522
522
|
get filterRowBackground() {
|
|
523
|
-
return brushToString(this.i.
|
|
523
|
+
return brushToString(this.i.l3);
|
|
524
524
|
}
|
|
525
525
|
set filterRowBackground(v) {
|
|
526
|
-
this.i.
|
|
526
|
+
this.i.l3 = stringToBrush(v);
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
529
|
* Gets or sets the color to use for displaying text.
|
|
530
530
|
*/
|
|
531
531
|
get pinnedRowOpacity() {
|
|
532
|
-
return this.i.
|
|
532
|
+
return this.i.cp;
|
|
533
533
|
}
|
|
534
534
|
set pinnedRowOpacity(v) {
|
|
535
|
-
this.i.
|
|
535
|
+
this.i.cp = +v;
|
|
536
536
|
}
|
|
537
537
|
/**
|
|
538
538
|
* Gets or sets the original value for the cell, before processing.
|
|
539
539
|
*/
|
|
540
540
|
get originalValue() {
|
|
541
|
-
return this.i.
|
|
541
|
+
return this.i.hm;
|
|
542
542
|
}
|
|
543
543
|
set originalValue(v) {
|
|
544
|
-
this.i.
|
|
544
|
+
this.i.hm = v;
|
|
545
545
|
}
|
|
546
546
|
/**
|
|
547
547
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
548
548
|
*/
|
|
549
549
|
get renderValue() {
|
|
550
|
-
return this.i.
|
|
550
|
+
return this.i.j1;
|
|
551
551
|
}
|
|
552
552
|
set renderValue(v) {
|
|
553
|
-
this.i.
|
|
553
|
+
this.i.j1 = v;
|
|
554
554
|
}
|
|
555
555
|
/**
|
|
556
556
|
* Gets or sets the color of the text for the cell, if any.
|
|
557
557
|
*/
|
|
558
558
|
get textColor() {
|
|
559
|
-
return brushToString(this.i.
|
|
559
|
+
return brushToString(this.i.mc);
|
|
560
560
|
}
|
|
561
561
|
set textColor(v) {
|
|
562
|
-
this.i.
|
|
562
|
+
this.i.mc = stringToBrush(v);
|
|
563
563
|
}
|
|
564
564
|
/**
|
|
565
565
|
* Gets the actual color of the text for the cell, if any.
|
|
566
566
|
*/
|
|
567
567
|
get actualTextColor() {
|
|
568
|
-
return brushToString(this.i.
|
|
568
|
+
return brushToString(this.i.lw);
|
|
569
569
|
}
|
|
570
570
|
set actualTextColor(v) {
|
|
571
|
-
this.i.
|
|
571
|
+
this.i.lw = stringToBrush(v);
|
|
572
572
|
}
|
|
573
573
|
/**
|
|
574
574
|
* Gets or sets the text color for cells in deleted rows.
|
|
575
575
|
*/
|
|
576
576
|
get deletedTextColor() {
|
|
577
|
-
return brushToString(this.i.
|
|
577
|
+
return brushToString(this.i.l1);
|
|
578
578
|
}
|
|
579
579
|
set deletedTextColor(v) {
|
|
580
|
-
this.i.
|
|
580
|
+
this.i.l1 = stringToBrush(v);
|
|
581
581
|
}
|
|
582
582
|
get font() {
|
|
583
583
|
if (this.i.ag == null) {
|
|
@@ -614,226 +614,226 @@ export class IgcCellInfo {
|
|
|
614
614
|
* Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
|
|
615
615
|
*/
|
|
616
616
|
get virtualizationPercentage() {
|
|
617
|
-
return this.i.
|
|
617
|
+
return this.i.ct;
|
|
618
618
|
}
|
|
619
619
|
set virtualizationPercentage(v) {
|
|
620
|
-
this.i.
|
|
620
|
+
this.i.ct = +v;
|
|
621
621
|
}
|
|
622
622
|
/**
|
|
623
623
|
* Gets or sets the left padding to use for the content.
|
|
624
624
|
*/
|
|
625
625
|
get paddingLeft() {
|
|
626
|
-
return this.i.
|
|
626
|
+
return this.i.gm;
|
|
627
627
|
}
|
|
628
628
|
set paddingLeft(v) {
|
|
629
|
-
this.i.
|
|
629
|
+
this.i.gm = +v;
|
|
630
630
|
}
|
|
631
631
|
/**
|
|
632
632
|
* Gets or sets the top padding to use for the content.
|
|
633
633
|
*/
|
|
634
634
|
get paddingTop() {
|
|
635
|
-
return this.i.
|
|
635
|
+
return this.i.gq;
|
|
636
636
|
}
|
|
637
637
|
set paddingTop(v) {
|
|
638
|
-
this.i.
|
|
638
|
+
this.i.gq = +v;
|
|
639
639
|
}
|
|
640
640
|
/**
|
|
641
641
|
* Gets or sets the right padding to use for the content.
|
|
642
642
|
*/
|
|
643
643
|
get paddingRight() {
|
|
644
|
-
return this.i.
|
|
644
|
+
return this.i.go;
|
|
645
645
|
}
|
|
646
646
|
set paddingRight(v) {
|
|
647
|
-
this.i.
|
|
647
|
+
this.i.go = +v;
|
|
648
648
|
}
|
|
649
649
|
/**
|
|
650
650
|
* Gets or sets the bottom padding to use for the content.
|
|
651
651
|
*/
|
|
652
652
|
get paddingBottom() {
|
|
653
|
-
return this.i.
|
|
653
|
+
return this.i.gk;
|
|
654
654
|
}
|
|
655
655
|
set paddingBottom(v) {
|
|
656
|
-
this.i.
|
|
656
|
+
this.i.gk = +v;
|
|
657
657
|
}
|
|
658
658
|
/**
|
|
659
659
|
* Gets or sets the left padding to use for the content.
|
|
660
660
|
*/
|
|
661
661
|
get actualPaddingLeft() {
|
|
662
|
-
return this.i.
|
|
662
|
+
return this.i.el;
|
|
663
663
|
}
|
|
664
664
|
set actualPaddingLeft(v) {
|
|
665
|
-
this.i.
|
|
665
|
+
this.i.el = +v;
|
|
666
666
|
}
|
|
667
667
|
/**
|
|
668
668
|
* Gets or sets the top padding to use for the content.
|
|
669
669
|
*/
|
|
670
670
|
get actualPaddingTop() {
|
|
671
|
-
return this.i.
|
|
671
|
+
return this.i.ep;
|
|
672
672
|
}
|
|
673
673
|
set actualPaddingTop(v) {
|
|
674
|
-
this.i.
|
|
674
|
+
this.i.ep = +v;
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
677
677
|
* Gets or sets the right padding to use for the content.
|
|
678
678
|
*/
|
|
679
679
|
get actualPaddingRight() {
|
|
680
|
-
return this.i.
|
|
680
|
+
return this.i.en;
|
|
681
681
|
}
|
|
682
682
|
set actualPaddingRight(v) {
|
|
683
|
-
this.i.
|
|
683
|
+
this.i.en = +v;
|
|
684
684
|
}
|
|
685
685
|
/**
|
|
686
686
|
* Gets or sets the bottom padding to use for the content.
|
|
687
687
|
*/
|
|
688
688
|
get actualPaddingBottom() {
|
|
689
|
-
return this.i.
|
|
689
|
+
return this.i.ej;
|
|
690
690
|
}
|
|
691
691
|
set actualPaddingBottom(v) {
|
|
692
|
-
this.i.
|
|
692
|
+
this.i.ej = +v;
|
|
693
693
|
}
|
|
694
694
|
/**
|
|
695
695
|
* Gets or sets the left border to use for the content.
|
|
696
696
|
*/
|
|
697
697
|
get borderLeftWidth() {
|
|
698
|
-
return this.i.
|
|
698
|
+
return this.i.e2;
|
|
699
699
|
}
|
|
700
700
|
set borderLeftWidth(v) {
|
|
701
|
-
this.i.
|
|
701
|
+
this.i.e2 = +v;
|
|
702
702
|
}
|
|
703
703
|
/**
|
|
704
704
|
* Gets or sets the top border to use for the content.
|
|
705
705
|
*/
|
|
706
706
|
get borderTopWidth() {
|
|
707
|
-
return this.i.
|
|
707
|
+
return this.i.e7;
|
|
708
708
|
}
|
|
709
709
|
set borderTopWidth(v) {
|
|
710
|
-
this.i.
|
|
710
|
+
this.i.e7 = +v;
|
|
711
711
|
}
|
|
712
712
|
/**
|
|
713
713
|
* Gets or sets the right border to use for the content.
|
|
714
714
|
*/
|
|
715
715
|
get borderRightWidth() {
|
|
716
|
-
return this.i.
|
|
716
|
+
return this.i.e5;
|
|
717
717
|
}
|
|
718
718
|
set borderRightWidth(v) {
|
|
719
|
-
this.i.
|
|
719
|
+
this.i.e5 = +v;
|
|
720
720
|
}
|
|
721
721
|
/**
|
|
722
722
|
* Gets or sets the bottom border to use for the content.
|
|
723
723
|
*/
|
|
724
724
|
get borderBottomWidth() {
|
|
725
|
-
return this.i.
|
|
725
|
+
return this.i.e0;
|
|
726
726
|
}
|
|
727
727
|
set borderBottomWidth(v) {
|
|
728
|
-
this.i.
|
|
728
|
+
this.i.e0 = +v;
|
|
729
729
|
}
|
|
730
730
|
/**
|
|
731
731
|
* Gets or sets the left activation border to use for the content.
|
|
732
732
|
*/
|
|
733
733
|
get activationBorderLeftWidth() {
|
|
734
|
-
return this.i.
|
|
734
|
+
return this.i.dy;
|
|
735
735
|
}
|
|
736
736
|
set activationBorderLeftWidth(v) {
|
|
737
|
-
this.i.
|
|
737
|
+
this.i.dy = +v;
|
|
738
738
|
}
|
|
739
739
|
/**
|
|
740
740
|
* Gets or sets the top activation border to use for the content.
|
|
741
741
|
*/
|
|
742
742
|
get activationBorderTopWidth() {
|
|
743
|
-
return this.i.
|
|
743
|
+
return this.i.d3;
|
|
744
744
|
}
|
|
745
745
|
set activationBorderTopWidth(v) {
|
|
746
|
-
this.i.
|
|
746
|
+
this.i.d3 = +v;
|
|
747
747
|
}
|
|
748
748
|
/**
|
|
749
749
|
* Gets or sets the right activation border to use for the content.
|
|
750
750
|
*/
|
|
751
751
|
get activationBorderRightWidth() {
|
|
752
|
-
return this.i.
|
|
752
|
+
return this.i.d1;
|
|
753
753
|
}
|
|
754
754
|
set activationBorderRightWidth(v) {
|
|
755
|
-
this.i.
|
|
755
|
+
this.i.d1 = +v;
|
|
756
756
|
}
|
|
757
757
|
/**
|
|
758
758
|
* Gets or sets the bottom activation border to use for the content.
|
|
759
759
|
*/
|
|
760
760
|
get activationBorderBottomWidth() {
|
|
761
|
-
return this.i.
|
|
761
|
+
return this.i.dw;
|
|
762
762
|
}
|
|
763
763
|
set activationBorderBottomWidth(v) {
|
|
764
|
-
this.i.
|
|
764
|
+
this.i.dw = +v;
|
|
765
765
|
}
|
|
766
766
|
/**
|
|
767
767
|
* Gets or sets the left error border to use for the content.
|
|
768
768
|
*/
|
|
769
769
|
get errorBorderLeftWidth() {
|
|
770
|
-
return this.i.
|
|
770
|
+
return this.i.fk;
|
|
771
771
|
}
|
|
772
772
|
set errorBorderLeftWidth(v) {
|
|
773
|
-
this.i.
|
|
773
|
+
this.i.fk = +v;
|
|
774
774
|
}
|
|
775
775
|
/**
|
|
776
776
|
* Gets or sets the top error border to use for the content.
|
|
777
777
|
*/
|
|
778
778
|
get errorBorderTopWidth() {
|
|
779
|
-
return this.i.
|
|
779
|
+
return this.i.fp;
|
|
780
780
|
}
|
|
781
781
|
set errorBorderTopWidth(v) {
|
|
782
|
-
this.i.
|
|
782
|
+
this.i.fp = +v;
|
|
783
783
|
}
|
|
784
784
|
/**
|
|
785
785
|
* Gets or sets the right error border to use for the content.
|
|
786
786
|
*/
|
|
787
787
|
get errorBorderRightWidth() {
|
|
788
|
-
return this.i.
|
|
788
|
+
return this.i.fn;
|
|
789
789
|
}
|
|
790
790
|
set errorBorderRightWidth(v) {
|
|
791
|
-
this.i.
|
|
791
|
+
this.i.fn = +v;
|
|
792
792
|
}
|
|
793
793
|
/**
|
|
794
794
|
* Gets or sets the bottom error border to use for the content.
|
|
795
795
|
*/
|
|
796
796
|
get errorBorderBottomWidth() {
|
|
797
|
-
return this.i.
|
|
797
|
+
return this.i.fi;
|
|
798
798
|
}
|
|
799
799
|
set errorBorderBottomWidth(v) {
|
|
800
|
-
this.i.
|
|
800
|
+
this.i.fi = +v;
|
|
801
801
|
}
|
|
802
802
|
/**
|
|
803
803
|
* Gets or sets the actual left border to use for the content.
|
|
804
804
|
*/
|
|
805
805
|
get actualBorderLeftWidth() {
|
|
806
|
-
return this.i.
|
|
806
|
+
return this.i.d9;
|
|
807
807
|
}
|
|
808
808
|
set actualBorderLeftWidth(v) {
|
|
809
|
-
this.i.
|
|
809
|
+
this.i.d9 = +v;
|
|
810
810
|
}
|
|
811
811
|
/**
|
|
812
812
|
* Gets or sets the actual top border to use for the content.
|
|
813
813
|
*/
|
|
814
814
|
get actualBorderTopWidth() {
|
|
815
|
-
return this.i.
|
|
815
|
+
return this.i.ee;
|
|
816
816
|
}
|
|
817
817
|
set actualBorderTopWidth(v) {
|
|
818
|
-
this.i.
|
|
818
|
+
this.i.ee = +v;
|
|
819
819
|
}
|
|
820
820
|
/**
|
|
821
821
|
* Gets or sets the actual right border to use for the content.
|
|
822
822
|
*/
|
|
823
823
|
get actualBorderRightWidth() {
|
|
824
|
-
return this.i.
|
|
824
|
+
return this.i.ec;
|
|
825
825
|
}
|
|
826
826
|
set actualBorderRightWidth(v) {
|
|
827
|
-
this.i.
|
|
827
|
+
this.i.ec = +v;
|
|
828
828
|
}
|
|
829
829
|
/**
|
|
830
830
|
* Gets or sets the actual bottom border to use for the content.
|
|
831
831
|
*/
|
|
832
832
|
get actualBorderBottomWidth() {
|
|
833
|
-
return this.i.
|
|
833
|
+
return this.i.d7;
|
|
834
834
|
}
|
|
835
835
|
set actualBorderBottomWidth(v) {
|
|
836
|
-
this.i.
|
|
836
|
+
this.i.d7 = +v;
|
|
837
837
|
}
|
|
838
838
|
/**
|
|
839
839
|
* Gets the current sort direction for the column containing the cell.
|
|
@@ -848,19 +848,19 @@ export class IgcCellInfo {
|
|
|
848
848
|
* Gets the expansion state of the cell.
|
|
849
849
|
*/
|
|
850
850
|
get isExpanded() {
|
|
851
|
-
return this.i.
|
|
851
|
+
return this.i.ba;
|
|
852
852
|
}
|
|
853
853
|
set isExpanded(v) {
|
|
854
|
-
this.i.
|
|
854
|
+
this.i.ba = ensureBool(v);
|
|
855
855
|
}
|
|
856
856
|
/**
|
|
857
857
|
* Gets if the cell needs to display an expansion indicator.
|
|
858
858
|
*/
|
|
859
859
|
get isCollapsable() {
|
|
860
|
-
return this.i.
|
|
860
|
+
return this.i.a2;
|
|
861
861
|
}
|
|
862
862
|
set isCollapsable(v) {
|
|
863
|
-
this.i.
|
|
863
|
+
this.i.a2 = ensureBool(v);
|
|
864
864
|
}
|
|
865
865
|
/**
|
|
866
866
|
* Gets the fixed column position of this cell.
|
|
@@ -886,43 +886,43 @@ export class IgcCellInfo {
|
|
|
886
886
|
* Gets whether the cell has been edited.
|
|
887
887
|
*/
|
|
888
888
|
get isEdited() {
|
|
889
|
-
return this.i.
|
|
889
|
+
return this.i.a9;
|
|
890
890
|
}
|
|
891
891
|
set isEdited(v) {
|
|
892
|
-
this.i.
|
|
892
|
+
this.i.a9 = ensureBool(v);
|
|
893
893
|
}
|
|
894
894
|
/**
|
|
895
895
|
* Gets whether the cell is part of a deleted row.
|
|
896
896
|
*/
|
|
897
897
|
get isDeleted() {
|
|
898
|
-
return this.i.
|
|
898
|
+
return this.i.a6;
|
|
899
899
|
}
|
|
900
900
|
set isDeleted(v) {
|
|
901
|
-
this.i.
|
|
901
|
+
this.i.a6 = ensureBool(v);
|
|
902
902
|
}
|
|
903
903
|
/**
|
|
904
904
|
* Gets or sets the error message for the cell.
|
|
905
905
|
*/
|
|
906
906
|
get editError() {
|
|
907
|
-
return this.i.
|
|
907
|
+
return this.i.it;
|
|
908
908
|
}
|
|
909
909
|
set editError(v) {
|
|
910
|
-
this.i.
|
|
910
|
+
this.i.it = v;
|
|
911
911
|
}
|
|
912
912
|
/**
|
|
913
913
|
* Gets whether the cell is in edit mode.
|
|
914
914
|
*/
|
|
915
915
|
get isInEditMode() {
|
|
916
|
-
return this.i.
|
|
916
|
+
return this.i.bf;
|
|
917
917
|
}
|
|
918
918
|
set isInEditMode(v) {
|
|
919
|
-
this.i.
|
|
919
|
+
this.i.bf = ensureBool(v);
|
|
920
920
|
}
|
|
921
921
|
get editID() {
|
|
922
|
-
return this.i.
|
|
922
|
+
return this.i.fg;
|
|
923
923
|
}
|
|
924
924
|
set editID(v) {
|
|
925
|
-
this.i.
|
|
925
|
+
this.i.fg = +v;
|
|
926
926
|
}
|
|
927
927
|
findByName(name) {
|
|
928
928
|
if (this.findEphemera) {
|
|
@@ -933,7 +933,7 @@ export class IgcCellInfo {
|
|
|
933
933
|
return null;
|
|
934
934
|
}
|
|
935
935
|
isCustomFieldDirty(propertyName) {
|
|
936
|
-
let iv = this.i.
|
|
936
|
+
let iv = this.i.a4(propertyName);
|
|
937
937
|
return (iv);
|
|
938
938
|
}
|
|
939
939
|
/**
|
|
@@ -942,7 +942,7 @@ export class IgcCellInfo {
|
|
|
942
942
|
* @param propertyId * The property id to check.
|
|
943
943
|
*/
|
|
944
944
|
isDirtyById(propertyId_) {
|
|
945
|
-
let iv = this.i.
|
|
945
|
+
let iv = this.i.a8(propertyId_);
|
|
946
946
|
return (iv);
|
|
947
947
|
}
|
|
948
948
|
/**
|
|
@@ -951,11 +951,11 @@ export class IgcCellInfo {
|
|
|
951
951
|
* @param propertyName * The property name to check.
|
|
952
952
|
*/
|
|
953
953
|
isDirty(propertyName) {
|
|
954
|
-
let iv = this.i.
|
|
954
|
+
let iv = this.i.a7(propertyName);
|
|
955
955
|
return (iv);
|
|
956
956
|
}
|
|
957
957
|
setNamedValue(valueName, value) {
|
|
958
|
-
this.i.
|
|
958
|
+
this.i.k8(valueName, value);
|
|
959
959
|
}
|
|
960
960
|
/**
|
|
961
961
|
* Returns if there is a named value stored for the cell.
|
|
@@ -963,7 +963,7 @@ export class IgcCellInfo {
|
|
|
963
963
|
* @param valueName * The name of the value to check.
|
|
964
964
|
*/
|
|
965
965
|
hasNamedValue(valueName) {
|
|
966
|
-
let iv = this.i.
|
|
966
|
+
let iv = this.i.az(valueName);
|
|
967
967
|
return (iv);
|
|
968
968
|
}
|
|
969
969
|
/**
|
|
@@ -972,7 +972,7 @@ export class IgcCellInfo {
|
|
|
972
972
|
* @param valueName * The name of the value to remove.
|
|
973
973
|
*/
|
|
974
974
|
removeNamedValue(valueName) {
|
|
975
|
-
this.i.
|
|
975
|
+
this.i.k4(valueName);
|
|
976
976
|
}
|
|
977
977
|
/**
|
|
978
978
|
* Gets a named value from the cell.
|
|
@@ -980,7 +980,7 @@ export class IgcCellInfo {
|
|
|
980
980
|
* @param valueName * The name of the value to get.
|
|
981
981
|
*/
|
|
982
982
|
getNamedValue(valueName) {
|
|
983
|
-
let iv = this.i.
|
|
983
|
+
let iv = this.i.hk(valueName);
|
|
984
984
|
return (iv);
|
|
985
985
|
}
|
|
986
986
|
}
|