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
|
@@ -122,6 +122,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
122
122
|
this.n.rootWrapper.setStyleProperty("height", "46px");
|
|
123
123
|
this.r.setStyleProperty("height", "46px");
|
|
124
124
|
break;
|
|
125
|
+
case 4:
|
|
125
126
|
case 3:
|
|
126
127
|
this.n.rootWrapper.setStyleProperty("height", "44px");
|
|
127
128
|
this.r.setStyleProperty("height", "44px");
|
|
@@ -733,10 +734,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
733
734
|
let c = this.targetGrid.groupDescriptions.j;
|
|
734
735
|
for (let d = 0; d < c.count; d++) {
|
|
735
736
|
let e = new GroupInfo();
|
|
736
|
-
let f = b.i((g) => g.
|
|
737
|
+
let f = b.i((g) => g.lo == c.item(d).f);
|
|
737
738
|
if (f != -1) {
|
|
738
|
-
if (!stringIsNullOrEmpty(b._inner[f].
|
|
739
|
-
e.c = b._inner[f].
|
|
739
|
+
if (!stringIsNullOrEmpty(b._inner[f].lv)) {
|
|
740
|
+
e.c = b._inner[f].lv;
|
|
740
741
|
}
|
|
741
742
|
else {
|
|
742
743
|
e.c = c.item(d).f;
|
|
@@ -767,7 +768,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
767
768
|
let h = a;
|
|
768
769
|
let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
|
|
769
770
|
let j = new ColumnGroupDescription(0);
|
|
770
|
-
j.f = i.
|
|
771
|
+
j.f = i.lo;
|
|
771
772
|
j.c = 1;
|
|
772
773
|
let k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
773
774
|
j.c = 0;
|
|
@@ -937,7 +938,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
937
938
|
}
|
|
938
939
|
let j = this.b.j;
|
|
939
940
|
for (let k = 0; k < j.count; k++) {
|
|
940
|
-
let l = this.q._inner[k].
|
|
941
|
+
let l = this.q._inner[k].aw();
|
|
941
942
|
let m = this.b.b(j._inner[k]);
|
|
942
943
|
l.i = m[0] - d;
|
|
943
944
|
l.g = m[1] - e;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ColumnOptionsToolbarManagerOpeningEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class ColumnOptionsToolbarManagerOpeningEventArgs extends EventArgs {
|
|
13
|
+
}
|
|
14
|
+
ColumnOptionsToolbarManagerOpeningEventArgs.$t = /*@__PURE__*/ markType(ColumnOptionsToolbarManagerOpeningEventArgs, 'ColumnOptionsToolbarManagerOpeningEventArgs', EventArgs.$);
|
|
15
|
+
return ColumnOptionsToolbarManagerOpeningEventArgs;
|
|
16
|
+
})();
|
|
@@ -259,7 +259,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
259
259
|
break;
|
|
260
260
|
case "FilterPlaceholderText":
|
|
261
261
|
if (this.d != null) {
|
|
262
|
-
this.d.
|
|
262
|
+
this.d.bk = this.s;
|
|
263
263
|
}
|
|
264
264
|
break;
|
|
265
265
|
case "BaseTheme":
|
|
@@ -278,7 +278,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
278
278
|
}
|
|
279
279
|
ai() {
|
|
280
280
|
if (this.d != null) {
|
|
281
|
-
this.d.
|
|
281
|
+
this.d.baseTheme = this.f;
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
ah() {
|
|
@@ -297,19 +297,19 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
297
297
|
}
|
|
298
298
|
aa() {
|
|
299
299
|
if (this.b != null && this.d != null) {
|
|
300
|
-
this.d.
|
|
300
|
+
this.d.baseTheme = this.f;
|
|
301
301
|
this.d.density = this.h;
|
|
302
302
|
this.d.backgroundColor = this.an;
|
|
303
303
|
let a;
|
|
304
304
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
305
305
|
for (let c of fromEnum(this.b.actualColumns)) {
|
|
306
306
|
a = new ColumnPinningInfo();
|
|
307
|
-
let d = c.
|
|
308
|
-
if (c.
|
|
309
|
-
d = c.
|
|
307
|
+
let d = c.lo;
|
|
308
|
+
if (c.lv != null) {
|
|
309
|
+
d = c.lv;
|
|
310
310
|
}
|
|
311
311
|
a.columnName = d;
|
|
312
|
-
if (c.
|
|
312
|
+
if (c.il == 1) {
|
|
313
313
|
a.isPinned = true;
|
|
314
314
|
}
|
|
315
315
|
else {
|
|
@@ -319,7 +319,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
319
319
|
}
|
|
320
320
|
this.d.showSelectAll = false;
|
|
321
321
|
if (this.s != null) {
|
|
322
|
-
this.d.
|
|
322
|
+
this.d.bk = this.s;
|
|
323
323
|
}
|
|
324
324
|
this.d.itemsSource = b;
|
|
325
325
|
let e = "";
|
|
@@ -335,17 +335,17 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
335
335
|
let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
|
|
336
336
|
let d = this.b.actualColumns.count;
|
|
337
337
|
for (let e = 0; e < d; e++) {
|
|
338
|
-
if (this.b.actualColumns._inner[e].
|
|
339
|
-
if (this.b.actualColumns._inner[e].
|
|
340
|
-
this.b.actualColumns._inner[e].
|
|
338
|
+
if (this.b.actualColumns._inner[e].lo == c.columnName || this.b.actualColumns._inner[e].mf == c.columnName || this.b.actualColumns._inner[e].lv == c.columnName) {
|
|
339
|
+
if (this.b.actualColumns._inner[e].il == 0) {
|
|
340
|
+
this.b.actualColumns._inner[e].il = 1;
|
|
341
341
|
}
|
|
342
|
-
else if (this.b.actualColumns._inner[e].
|
|
343
|
-
this.b.actualColumns._inner[e].
|
|
342
|
+
else if (this.b.actualColumns._inner[e].il == 2) {
|
|
343
|
+
this.b.actualColumns._inner[e].il = 1;
|
|
344
344
|
}
|
|
345
345
|
else {
|
|
346
|
-
this.b.actualColumns._inner[e].
|
|
346
|
+
this.b.actualColumns._inner[e].il = 0;
|
|
347
347
|
}
|
|
348
|
-
this.b.actualColumns._inner[e].
|
|
348
|
+
this.b.actualColumns._inner[e].mz("Pinned");
|
|
349
349
|
break;
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -19,21 +19,22 @@ export let ColumnSummaryDescription = /*@__PURE__*/ (() => {
|
|
|
19
19
|
class ColumnSummaryDescription extends Base {
|
|
20
20
|
constructor(a, ..._rest) {
|
|
21
21
|
super();
|
|
22
|
-
this.
|
|
22
|
+
this.s = false;
|
|
23
23
|
this.g = 0;
|
|
24
|
-
this.
|
|
24
|
+
this.ac = null;
|
|
25
25
|
this.h = 0;
|
|
26
26
|
this.k = null;
|
|
27
|
-
this.x = null;
|
|
28
27
|
this.z = null;
|
|
29
28
|
this.ab = null;
|
|
29
|
+
this.ad = null;
|
|
30
|
+
this.q = true;
|
|
30
31
|
this.b = null;
|
|
31
|
-
this.
|
|
32
|
+
this.aa = null;
|
|
32
33
|
this.a = null;
|
|
33
34
|
this.f = null;
|
|
34
35
|
this.e = null;
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
36
|
+
this.x = null;
|
|
37
|
+
this.u = 10;
|
|
37
38
|
this.formatText = null;
|
|
38
39
|
this.provideCalculator = null;
|
|
39
40
|
this.m = null;
|
|
@@ -43,7 +44,7 @@ export let ColumnSummaryDescription = /*@__PURE__*/ (() => {
|
|
|
43
44
|
case 1:
|
|
44
45
|
{
|
|
45
46
|
let c = _rest[0];
|
|
46
|
-
this.
|
|
47
|
+
this.ah = c;
|
|
47
48
|
this.i = 4;
|
|
48
49
|
}
|
|
49
50
|
break;
|
|
@@ -51,17 +52,17 @@ export let ColumnSummaryDescription = /*@__PURE__*/ (() => {
|
|
|
51
52
|
{
|
|
52
53
|
let c = _rest[0];
|
|
53
54
|
let d = _rest[1];
|
|
54
|
-
this.
|
|
55
|
+
this.ah = c;
|
|
55
56
|
this.i = d;
|
|
56
57
|
}
|
|
57
58
|
break;
|
|
58
59
|
}
|
|
59
60
|
}
|
|
60
|
-
get
|
|
61
|
-
return this.
|
|
61
|
+
get ah() {
|
|
62
|
+
return this.ac;
|
|
62
63
|
}
|
|
63
|
-
set
|
|
64
|
-
this.
|
|
64
|
+
set ah(a) {
|
|
65
|
+
this.ac = a;
|
|
65
66
|
}
|
|
66
67
|
get i() {
|
|
67
68
|
return this.h;
|
|
@@ -92,12 +93,6 @@ export let ColumnSummaryDescription = /*@__PURE__*/ (() => {
|
|
|
92
93
|
set l(a) {
|
|
93
94
|
this.k = a;
|
|
94
95
|
}
|
|
95
|
-
get ac() {
|
|
96
|
-
return this.x;
|
|
97
|
-
}
|
|
98
|
-
set ac(a) {
|
|
99
|
-
this.x = a;
|
|
100
|
-
}
|
|
101
96
|
get ae() {
|
|
102
97
|
return this.z;
|
|
103
98
|
}
|
|
@@ -109,74 +104,86 @@ export let ColumnSummaryDescription = /*@__PURE__*/ (() => {
|
|
|
109
104
|
}
|
|
110
105
|
set ag(a) {
|
|
111
106
|
this.ab = a;
|
|
112
|
-
|
|
107
|
+
}
|
|
108
|
+
get ai() {
|
|
109
|
+
return this.ad;
|
|
110
|
+
}
|
|
111
|
+
set ai(a) {
|
|
112
|
+
this.ad = a;
|
|
113
|
+
this.aj();
|
|
114
|
+
}
|
|
115
|
+
get t() {
|
|
116
|
+
return this.q;
|
|
117
|
+
}
|
|
118
|
+
set t(a) {
|
|
119
|
+
this.q = a;
|
|
113
120
|
}
|
|
114
121
|
get d() {
|
|
115
122
|
return this.b;
|
|
116
123
|
}
|
|
117
124
|
set d(a) {
|
|
118
125
|
this.b = a;
|
|
119
|
-
this.
|
|
126
|
+
this.aj();
|
|
120
127
|
}
|
|
121
|
-
get
|
|
122
|
-
return this.
|
|
128
|
+
get af() {
|
|
129
|
+
return this.aa;
|
|
123
130
|
}
|
|
124
|
-
set
|
|
125
|
-
this.
|
|
126
|
-
this.
|
|
131
|
+
set af(a) {
|
|
132
|
+
this.aa = a;
|
|
133
|
+
this.aj();
|
|
127
134
|
}
|
|
128
135
|
get c() {
|
|
129
136
|
return this.a;
|
|
130
137
|
}
|
|
131
138
|
set c(a) {
|
|
132
139
|
this.a = a;
|
|
133
|
-
this.
|
|
140
|
+
this.aj();
|
|
134
141
|
}
|
|
135
|
-
|
|
136
|
-
if (this.
|
|
142
|
+
aj() {
|
|
143
|
+
if (this.ai != null) {
|
|
137
144
|
this.f = new BindingFormatter();
|
|
138
|
-
this.f.j = this.
|
|
145
|
+
this.f.j = this.ai;
|
|
139
146
|
this.f.d = this.d;
|
|
140
147
|
}
|
|
141
148
|
else {
|
|
142
149
|
this.f = null;
|
|
143
150
|
}
|
|
144
|
-
if (this.
|
|
151
|
+
if (this.af != null) {
|
|
145
152
|
this.e = new BindingFormatter();
|
|
146
|
-
this.e.j = this.
|
|
153
|
+
this.e.j = this.af;
|
|
147
154
|
this.e.d = this.c;
|
|
148
155
|
}
|
|
149
156
|
else {
|
|
150
157
|
this.e = null;
|
|
151
158
|
}
|
|
152
159
|
}
|
|
153
|
-
get
|
|
154
|
-
return this.
|
|
160
|
+
get y() {
|
|
161
|
+
return this.x;
|
|
155
162
|
}
|
|
156
|
-
set
|
|
157
|
-
this.
|
|
163
|
+
set y(a) {
|
|
164
|
+
this.x = a;
|
|
158
165
|
}
|
|
159
|
-
get
|
|
160
|
-
return this.
|
|
166
|
+
get w() {
|
|
167
|
+
return this.u;
|
|
161
168
|
}
|
|
162
|
-
set
|
|
163
|
-
this.
|
|
169
|
+
set w(a) {
|
|
170
|
+
this.u = a;
|
|
164
171
|
}
|
|
165
172
|
equals(a) {
|
|
166
173
|
let b = a;
|
|
167
174
|
if (b == null) {
|
|
168
175
|
return super.equals(a);
|
|
169
176
|
}
|
|
170
|
-
return b.
|
|
177
|
+
return b.ah == this.ah && b.i == this.i;
|
|
171
178
|
}
|
|
172
179
|
getHashCode() {
|
|
173
|
-
return Base.getHashCodeStatic(this.
|
|
180
|
+
return Base.getHashCodeStatic(this.ah) * 17 + this.i;
|
|
174
181
|
}
|
|
175
182
|
o(a, b, c) {
|
|
176
183
|
let d = ((() => {
|
|
177
184
|
let $ret = new FormatSummaryTextEventArgs();
|
|
178
|
-
$ret.c = this.
|
|
179
|
-
$ret.b = this.
|
|
185
|
+
$ret.c = this.ah;
|
|
186
|
+
$ret.b = this.ag;
|
|
180
187
|
$ret.a = a;
|
|
181
188
|
$ret.d = b;
|
|
182
189
|
$ret.e = c;
|
|
@@ -193,15 +200,15 @@ export let ColumnSummaryDescription = /*@__PURE__*/ (() => {
|
|
|
193
200
|
set n(a) {
|
|
194
201
|
let b = this.m;
|
|
195
202
|
if (b != null) {
|
|
196
|
-
b.provideCalculator = delegateRemove(b.provideCalculator, runOn(this, this.
|
|
203
|
+
b.provideCalculator = delegateRemove(b.provideCalculator, runOn(this, this.ak));
|
|
197
204
|
}
|
|
198
205
|
this.m = a;
|
|
199
206
|
if (this.m != null) {
|
|
200
207
|
let c = this.m;
|
|
201
|
-
c.provideCalculator = delegateCombine(c.provideCalculator, runOn(this, this.
|
|
208
|
+
c.provideCalculator = delegateCombine(c.provideCalculator, runOn(this, this.ak));
|
|
202
209
|
}
|
|
203
210
|
}
|
|
204
|
-
|
|
211
|
+
ak(a, b) {
|
|
205
212
|
if (this.provideCalculator != null) {
|
|
206
213
|
this.provideCalculator(this, b);
|
|
207
214
|
this.l = b.a;
|
|
@@ -24,17 +24,19 @@ export let ColumnSummaryDescriptionCollection = /*@__PURE__*/ (() => {
|
|
|
24
24
|
this.f = new SyncableObservableCollection$2(ColumnSummaryDescription.$, SummaryDescription.$, 0);
|
|
25
25
|
this.a = null;
|
|
26
26
|
let a = this.f;
|
|
27
|
-
a.compare = (b, c) => b.
|
|
27
|
+
a.compare = (b, c) => b.ah == c.propertyName && b.i == c.operand && b.t == c.shouldDisplay && b.l == c.calculator && b.n == c;
|
|
28
28
|
a.createFrom = (b) => {
|
|
29
29
|
let c = new ColumnSummaryDescription(1, b.propertyName);
|
|
30
30
|
c.i = b.operand;
|
|
31
|
+
c.t = b.shouldDisplay;
|
|
31
32
|
c.l = b.calculator;
|
|
32
33
|
c.n = b;
|
|
33
34
|
return c;
|
|
34
35
|
};
|
|
35
36
|
a.createTo = (b) => {
|
|
36
|
-
let c = new SummaryDescription(1, b.
|
|
37
|
+
let c = new SummaryDescription(1, b.ah);
|
|
37
38
|
c.operand = b.i;
|
|
39
|
+
c.shouldDisplay = b.t;
|
|
38
40
|
c.calculator = b.l;
|
|
39
41
|
b.n = c;
|
|
40
42
|
return c;
|