igniteui-webcomponents-grids 5.0.3-beta.0 → 5.1.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +1 -1
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +1 -1
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
- package/grids/combined.js +8020 -8012
- package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
|
@@ -42,7 +42,7 @@ export let AccessibilityRow = /*@__PURE__*/ (() => {
|
|
|
42
42
|
else {
|
|
43
43
|
b.setAttribute("aria-colindex", (a.l.a5 + 1).toString());
|
|
44
44
|
}
|
|
45
|
-
if (a.
|
|
45
|
+
if (a.cq == 1) {
|
|
46
46
|
b.setAttribute("aria-selected", "true");
|
|
47
47
|
}
|
|
48
48
|
else {
|
|
@@ -59,8 +59,8 @@ export let AccessibilityRow = /*@__PURE__*/ (() => {
|
|
|
59
59
|
b.setAttribute("aria-sort", "none");
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
if (a.
|
|
63
|
-
b.setAttribute("aria-expanded", a.
|
|
62
|
+
if (a.a2) {
|
|
63
|
+
b.setAttribute("aria-expanded", a.ba ? "true" : "false");
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
h() {
|
|
@@ -18,12 +18,12 @@ export let BaseEditorView = /*@__PURE__*/ (() => {
|
|
|
18
18
|
this._container = a;
|
|
19
19
|
}
|
|
20
20
|
get value() {
|
|
21
|
-
return this.
|
|
21
|
+
return this.j;
|
|
22
22
|
}
|
|
23
23
|
set value(a) {
|
|
24
|
-
let b = this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
24
|
+
let b = this.j;
|
|
25
|
+
this.j = a;
|
|
26
|
+
this.v("Value", b, this.j);
|
|
27
27
|
}
|
|
28
28
|
get isEnabled() {
|
|
29
29
|
return this.e;
|
|
@@ -32,7 +32,7 @@ export let BaseEditorView = /*@__PURE__*/ (() => {
|
|
|
32
32
|
let b = this.e;
|
|
33
33
|
this.e = a;
|
|
34
34
|
if (b != this.e) {
|
|
35
|
-
this.
|
|
35
|
+
this.v("IsEnabled", b, this.e);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
get focusOnValueChanged() {
|
|
@@ -48,57 +48,63 @@ export let BaseEditorView = /*@__PURE__*/ (() => {
|
|
|
48
48
|
let b = this.f;
|
|
49
49
|
this.f = a;
|
|
50
50
|
if (b != this.f) {
|
|
51
|
-
this.
|
|
51
|
+
this.v("ShowClearButton", b, this.f);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
get textColor() {
|
|
55
|
-
return this.
|
|
55
|
+
return this.y;
|
|
56
56
|
}
|
|
57
57
|
set textColor(a) {
|
|
58
|
-
let b = this.
|
|
59
|
-
this.
|
|
60
|
-
if (b != this.
|
|
61
|
-
this.
|
|
58
|
+
let b = this.y;
|
|
59
|
+
this.y = a;
|
|
60
|
+
if (b != this.y) {
|
|
61
|
+
this.v("TextColor", b, this.y);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
|
|
64
|
+
r(a, b) {
|
|
65
65
|
if (this.valueProvided != null) {
|
|
66
66
|
this.valueProvided(this, a, b);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
|
|
69
|
+
q() {
|
|
70
70
|
if (this.userTyping != null) {
|
|
71
71
|
this.userTyping(this);
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
|
|
74
|
+
p() {
|
|
75
75
|
if (this.lostFocus != null) {
|
|
76
76
|
this.lostFocus(this);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
|
-
|
|
79
|
+
o() {
|
|
80
80
|
if (this.gotFocus != null) {
|
|
81
81
|
this.gotFocus(this);
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
+
h() {
|
|
85
|
+
if (this.a != null) {
|
|
86
|
+
return this.a.shouldSkipFocusRetain();
|
|
87
|
+
}
|
|
88
|
+
return false;
|
|
89
|
+
}
|
|
84
90
|
constructor(a, b) {
|
|
85
91
|
super();
|
|
86
92
|
this.d = false;
|
|
87
|
-
this.
|
|
93
|
+
this.j = null;
|
|
88
94
|
this.e = true;
|
|
89
95
|
this.c = true;
|
|
90
96
|
this.f = true;
|
|
91
97
|
this.b = null;
|
|
92
|
-
this.
|
|
98
|
+
this.i = null;
|
|
93
99
|
this._container = null;
|
|
94
100
|
this.g = false;
|
|
95
|
-
this.
|
|
101
|
+
this.y = null;
|
|
96
102
|
this.valueProvided = null;
|
|
97
103
|
this.userTyping = null;
|
|
98
104
|
this.lostFocus = null;
|
|
99
105
|
this.gotFocus = null;
|
|
100
106
|
this.a = null;
|
|
101
|
-
this.
|
|
107
|
+
this.i = a;
|
|
102
108
|
this.a = b;
|
|
103
109
|
}
|
|
104
110
|
setFont(a) {
|
|
@@ -116,7 +122,7 @@ export let BaseEditorView = /*@__PURE__*/ (() => {
|
|
|
116
122
|
this.g = true;
|
|
117
123
|
}
|
|
118
124
|
cleanUp() {
|
|
119
|
-
this.
|
|
125
|
+
this.j = null;
|
|
120
126
|
this.g = false;
|
|
121
127
|
}
|
|
122
128
|
focus() {
|
|
@@ -124,39 +130,39 @@ export let BaseEditorView = /*@__PURE__*/ (() => {
|
|
|
124
130
|
return;
|
|
125
131
|
}
|
|
126
132
|
if (this.b == null) {
|
|
127
|
-
this.b = this.
|
|
133
|
+
this.b = this.i.getRequestAnimationFrame();
|
|
128
134
|
}
|
|
129
135
|
this.b(() => {
|
|
130
|
-
this.
|
|
136
|
+
this.t();
|
|
131
137
|
this.d = false;
|
|
132
138
|
});
|
|
133
139
|
this.d = true;
|
|
134
140
|
}
|
|
135
|
-
|
|
141
|
+
t() {
|
|
136
142
|
}
|
|
137
143
|
getEditorValue() {
|
|
138
144
|
return null;
|
|
139
145
|
}
|
|
140
146
|
setEditorValue(a) {
|
|
141
147
|
}
|
|
142
|
-
|
|
148
|
+
v(a, b, c) {
|
|
143
149
|
switch (a) {
|
|
144
150
|
case "Value":
|
|
145
|
-
this.
|
|
151
|
+
this.x();
|
|
146
152
|
break;
|
|
147
153
|
case "IsEnabled":
|
|
148
|
-
this.
|
|
154
|
+
this.s();
|
|
149
155
|
break;
|
|
150
156
|
case "TextColor":
|
|
151
|
-
this.
|
|
157
|
+
this.w();
|
|
152
158
|
break;
|
|
153
159
|
}
|
|
154
160
|
}
|
|
155
|
-
|
|
161
|
+
x() {
|
|
156
162
|
}
|
|
157
|
-
|
|
163
|
+
s() {
|
|
158
164
|
}
|
|
159
|
-
|
|
165
|
+
w() {
|
|
160
166
|
}
|
|
161
167
|
onInputKeyDown(a, b) {
|
|
162
168
|
if (!this.g) {
|
|
@@ -22,30 +22,30 @@ export let CanvasCellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
22
22
|
this.b(a);
|
|
23
23
|
}
|
|
24
24
|
b(a) {
|
|
25
|
-
this.a.
|
|
26
|
-
if (a.
|
|
27
|
-
this.a.
|
|
25
|
+
this.a.cf(a.c);
|
|
26
|
+
if (a.a8(CellModel.em) || a.a8(CellModel.eq) || a.a8(CellModel.eo) || a.a8(CellModel.ek)) {
|
|
27
|
+
this.a.cn(a.el, a.ep, a.en, a.ej);
|
|
28
28
|
}
|
|
29
|
-
if (a.
|
|
30
|
-
this.a.
|
|
29
|
+
if (a.a1) {
|
|
30
|
+
this.a.ch(a.lv, a.d9, a.ee, a.ec, a.d7);
|
|
31
31
|
}
|
|
32
|
-
if (a.
|
|
33
|
-
this.a.
|
|
34
|
-
this.a.
|
|
32
|
+
if (a.bo) {
|
|
33
|
+
this.a.ck(a.fu);
|
|
34
|
+
this.a.cu(a.hd);
|
|
35
35
|
}
|
|
36
|
-
if (a.
|
|
37
|
-
if (a.
|
|
38
|
-
this.a.
|
|
36
|
+
if (a.a3) {
|
|
37
|
+
if (a.bi && !this.a.z) {
|
|
38
|
+
this.a.b5();
|
|
39
39
|
}
|
|
40
|
-
if (a.
|
|
41
|
-
this.a.
|
|
40
|
+
if (a.a8(CellModel.d6)) {
|
|
41
|
+
this.a.cg(a.lu.color);
|
|
42
42
|
}
|
|
43
|
-
if (a.
|
|
44
|
-
this.a.
|
|
43
|
+
if (a.a8(CellModel.ei)) {
|
|
44
|
+
this.a.cm(a.ch);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
if (a.
|
|
48
|
-
this.a.
|
|
47
|
+
if (a.bo && a.bi) {
|
|
48
|
+
this.a.cx(a);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
c(a, b, c) {
|
|
@@ -20,46 +20,46 @@ export let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
20
20
|
return a.color;
|
|
21
21
|
}
|
|
22
22
|
static a(a, b, c) {
|
|
23
|
-
if (b.
|
|
24
|
-
if (b.
|
|
25
|
-
let d = Math.min(1, Math.max(0, b.
|
|
26
|
-
let e = b.
|
|
27
|
-
c.
|
|
28
|
-
if (b.
|
|
29
|
-
c.
|
|
23
|
+
if (b.a3) {
|
|
24
|
+
if (b.a8(CellModel.fa) || b.a8(CellModel.eg) || b.a8(CellModel.hc) || b.a7("IsRowPinned") || b.a7("IsRowSticky") || b.a7("PinnedRowOpacity")) {
|
|
25
|
+
let d = Math.min(1, Math.max(0, b.ct));
|
|
26
|
+
let e = b.cg * (1 - d);
|
|
27
|
+
c.ci(e);
|
|
28
|
+
if (b.bi) {
|
|
29
|
+
c.cy(b.cg * d);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
if (b.
|
|
33
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
34
|
-
if (b.
|
|
35
|
-
c.
|
|
32
|
+
if (b.a8(CellModel.er)) {
|
|
33
|
+
CanvasContentCellModelHelper.c(c, b.lw);
|
|
34
|
+
if (b.bi) {
|
|
35
|
+
c.cw(b.lw);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
if (b.
|
|
38
|
+
if (b.a8(CellModel.gg)) {
|
|
39
39
|
}
|
|
40
|
-
if (b.
|
|
40
|
+
if (b.a8(CellModel.fw) || b.a8(CellModel.hb)) {
|
|
41
41
|
let f = b.g;
|
|
42
42
|
let g = b.i;
|
|
43
|
-
c.
|
|
44
|
-
c.
|
|
45
|
-
if (b.
|
|
46
|
-
c.
|
|
43
|
+
c.cl(f);
|
|
44
|
+
c.ct(g);
|
|
45
|
+
if (b.bi) {
|
|
46
|
+
c.cv(f, g);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
if (b.
|
|
49
|
+
if (b.a7("ActualFontInfo")) {
|
|
50
50
|
CanvasContentCellModelHelper.b(a, c, b.ag);
|
|
51
51
|
}
|
|
52
|
-
if (b.
|
|
53
|
-
if (b.
|
|
54
|
-
if (b.
|
|
55
|
-
c.
|
|
52
|
+
if (b.a7("IsEdited") || b.a7("IsDeleted")) {
|
|
53
|
+
if (b.a9 || b.a6) {
|
|
54
|
+
if (b.a6) {
|
|
55
|
+
c.cq(true);
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
58
|
-
c.
|
|
58
|
+
c.cq(false);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
else {
|
|
62
|
-
c.
|
|
62
|
+
c.cq(false);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -68,11 +68,11 @@ export let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
68
68
|
if (c == null) {
|
|
69
69
|
c = FontUtil.getDefaultFont(a);
|
|
70
70
|
}
|
|
71
|
-
b.
|
|
71
|
+
b.cj(c);
|
|
72
72
|
}
|
|
73
73
|
static c(a, b) {
|
|
74
74
|
let c = CanvasContentCellModelHelper.e(b);
|
|
75
|
-
a.
|
|
75
|
+
a.cs(c);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
CanvasContentCellModelHelper.$t = /*@__PURE__*/ markType(CanvasContentCellModelHelper, 'CanvasContentCellModelHelper');
|
|
@@ -23,19 +23,19 @@ export let CanvasDateTimeCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
b(a) {
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
|
-
if (a.
|
|
27
|
-
if (a.
|
|
26
|
+
if (a.a3) {
|
|
27
|
+
if (a.a8(DateTimeCellModel.mr) || a.a8(DateTimeCellModel.ms) || a.a8(DateTimeCellModel.mq)) {
|
|
28
28
|
this.e(b);
|
|
29
|
-
this.d.
|
|
29
|
+
this.d.cr(b.j1);
|
|
30
30
|
}
|
|
31
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
31
|
+
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
e(a) {
|
|
35
|
-
a.
|
|
36
|
-
if (a.
|
|
37
|
-
if (!(typeCast(Date_$type, a.
|
|
38
|
-
a.
|
|
35
|
+
a.j1 = a.m3(a.mp);
|
|
36
|
+
if (a.j1 == stringEmpty()) {
|
|
37
|
+
if (!(typeCast(Date_$type, a.hm) !== null)) {
|
|
38
|
+
a.j1 = a.hm.toString();
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|