igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29294 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +6 -2
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +6 -2
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20008 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29263 -22269
- package/grids/combined.js +9215 -9187
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
|
@@ -56,6 +56,7 @@ var GridColumnFilterOptionsView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
56
56
|
this.x.setStyleProperty("margin", "0 -.25rem");
|
|
57
57
|
break;
|
|
58
58
|
case 1:
|
|
59
|
+
case 4:
|
|
59
60
|
case 3:
|
|
60
61
|
this.x.setStyleProperty("margin", "0 -.5rem");
|
|
61
62
|
break;
|
|
@@ -159,7 +160,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
159
160
|
if (this.c != null && this.c.filterUIType != 0) {
|
|
160
161
|
return false;
|
|
161
162
|
}
|
|
162
|
-
if (!this.column.
|
|
163
|
+
if (!this.column.jn) {
|
|
163
164
|
return false;
|
|
164
165
|
}
|
|
165
166
|
if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
|
|
@@ -293,20 +294,20 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
293
294
|
configurable: true
|
|
294
295
|
});
|
|
295
296
|
GridColumnFilterOptions.prototype.cu = function () {
|
|
296
|
-
var a = this.bx.
|
|
297
|
+
var a = this.bx.ap();
|
|
297
298
|
this.bw.al(!a);
|
|
298
299
|
var b = this.b3();
|
|
299
300
|
this.bw.am(b);
|
|
300
301
|
};
|
|
301
302
|
GridColumnFilterOptions.prototype.cj = function () {
|
|
302
303
|
var e_1, _a;
|
|
303
|
-
if (0 == this.bx.
|
|
304
|
+
if (0 == this.bx.keys.count) {
|
|
304
305
|
this.cl();
|
|
305
306
|
return;
|
|
306
307
|
}
|
|
307
308
|
var a;
|
|
308
309
|
var b;
|
|
309
|
-
if (this.bx.
|
|
310
|
+
if (this.bx.indexType == 0) {
|
|
310
311
|
b = false;
|
|
311
312
|
a = 1;
|
|
312
313
|
}
|
|
@@ -315,7 +316,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
315
316
|
a = 0;
|
|
316
317
|
}
|
|
317
318
|
var c = new List$1(ColumnComparisonFilterCondition.$, 0);
|
|
318
|
-
var d = this.bx.
|
|
319
|
+
var d = this.bx.keys;
|
|
319
320
|
for (var e = 0; e < d.count; e++) {
|
|
320
321
|
var f = d._inner[e];
|
|
321
322
|
var g = f.value[0];
|
|
@@ -323,7 +324,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
323
324
|
c.add(h);
|
|
324
325
|
}
|
|
325
326
|
if (c.count == 1) {
|
|
326
|
-
this.column.
|
|
327
|
+
this.column.g1 = c._inner[0];
|
|
327
328
|
}
|
|
328
329
|
else {
|
|
329
330
|
var i = new ColumnFilterConditionGroup();
|
|
@@ -347,9 +348,9 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
347
348
|
throw e_1.error;
|
|
348
349
|
}
|
|
349
350
|
}
|
|
350
|
-
this.column.
|
|
351
|
+
this.column.g1 = i;
|
|
351
352
|
}
|
|
352
|
-
this.column.
|
|
353
|
+
this.column.mz("Filtered");
|
|
353
354
|
};
|
|
354
355
|
GridColumnFilterOptions.prototype.provideClearFiltersSection = function (a) {
|
|
355
356
|
this.bw.ah(a);
|
|
@@ -372,7 +373,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
372
373
|
this.bw.ak(a);
|
|
373
374
|
};
|
|
374
375
|
GridColumnFilterOptions.prototype.cl = function () {
|
|
375
|
-
this.column.
|
|
376
|
+
this.column.g1 = null;
|
|
376
377
|
this.cv();
|
|
377
378
|
};
|
|
378
379
|
GridColumnFilterOptions.bv = function (a, b) {
|
|
@@ -386,12 +387,12 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
387
|
if (null == a) {
|
|
387
388
|
return false;
|
|
388
389
|
}
|
|
389
|
-
return null != a.
|
|
390
|
+
return null != a.g1;
|
|
390
391
|
};
|
|
391
392
|
GridColumnFilterOptions.prototype.co = function () {
|
|
392
393
|
var a = this.column;
|
|
393
394
|
var b = this.c;
|
|
394
|
-
var c = (null != a) ? a.
|
|
395
|
+
var c = (null != a) ? a.lo : null;
|
|
395
396
|
var d = null;
|
|
396
397
|
var e = null;
|
|
397
398
|
if (b != null) {
|
|
@@ -413,7 +414,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
413
414
|
f.propertyName = c;
|
|
414
415
|
f.direction = 0;
|
|
415
416
|
e.groupDescriptions.add(f);
|
|
416
|
-
var g = b.
|
|
417
|
+
var g = b.z(a);
|
|
417
418
|
var h = e.filterExpressions;
|
|
418
419
|
for (var i = h.k.count - 1; i >= 0; i--) {
|
|
419
420
|
var j = h.k.item(i);
|
|
@@ -452,7 +453,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
452
453
|
GridColumnFilterOptions.prototype.cv = function () {
|
|
453
454
|
var e_2, _a;
|
|
454
455
|
var a = this.column;
|
|
455
|
-
var b = (null != a) ? a.
|
|
456
|
+
var b = (null != a) ? a.lo : null;
|
|
456
457
|
var c = true;
|
|
457
458
|
var d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
|
|
458
459
|
var e = this.b4();
|
|
@@ -474,18 +475,18 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
474
475
|
}
|
|
475
476
|
}
|
|
476
477
|
if (e.count == 0 || !c) {
|
|
477
|
-
this.bx.
|
|
478
|
+
this.bx.db();
|
|
478
479
|
return;
|
|
479
480
|
}
|
|
480
481
|
switch (d.value) {
|
|
481
482
|
case 0:
|
|
482
|
-
this.bx.
|
|
483
|
+
this.bx.cg();
|
|
483
484
|
break;
|
|
484
485
|
case 1:
|
|
485
|
-
this.bx.
|
|
486
|
+
this.bx.db();
|
|
486
487
|
break;
|
|
487
488
|
}
|
|
488
|
-
var h = this.bx.
|
|
489
|
+
var h = this.bx.keys;
|
|
489
490
|
try {
|
|
490
491
|
for (var _b = __values(fromEnum(e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
491
492
|
var i = _c.value;
|
|
@@ -513,8 +514,8 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
513
514
|
if (null == b) {
|
|
514
515
|
return a;
|
|
515
516
|
}
|
|
516
|
-
if (null != b.
|
|
517
|
-
var c = GridColumnFilterOptions.cm(b.
|
|
517
|
+
if (null != b.g1) {
|
|
518
|
+
var c = GridColumnFilterOptions.cm(b.g1, a);
|
|
518
519
|
a = c.p1;
|
|
519
520
|
}
|
|
520
521
|
return a;
|
|
@@ -540,10 +541,10 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
540
541
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
541
542
|
if (null != this.bx) {
|
|
542
543
|
this.bx.density = this.b0;
|
|
543
|
-
this.bx.
|
|
544
|
+
this.bx.bk = this.cc;
|
|
544
545
|
this.bx.backgroundColor = this.bo;
|
|
545
|
-
this.bx.
|
|
546
|
-
this.bx.
|
|
546
|
+
this.bx.ee = this.br;
|
|
547
|
+
this.bx.baseTheme = this.i;
|
|
547
548
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
548
549
|
}
|
|
549
550
|
};
|
|
@@ -129,7 +129,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129
129
|
if (null == this.c) {
|
|
130
130
|
return false;
|
|
131
131
|
}
|
|
132
|
-
return this.column.
|
|
132
|
+
return this.column.jc;
|
|
133
133
|
};
|
|
134
134
|
GridColumnGroupOptions.prototype.bj = function (a, b) {
|
|
135
135
|
if (null != a) {
|
|
@@ -178,7 +178,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
178
178
|
if (null != a) {
|
|
179
179
|
var c = a.grid;
|
|
180
180
|
if (null != c) {
|
|
181
|
-
var d = a.
|
|
181
|
+
var d = a.lo;
|
|
182
182
|
var e = c.groupDescriptions.j;
|
|
183
183
|
for (var f = 0; f < e.count; f++) {
|
|
184
184
|
var g = e.item(f);
|
|
@@ -203,13 +203,13 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
203
|
var a = this.c;
|
|
204
204
|
var b = this.column;
|
|
205
205
|
if (null != a && null != b) {
|
|
206
|
-
var c = new ColumnGroupDescription(1, b.
|
|
207
|
-
var d = b.
|
|
206
|
+
var c = new ColumnGroupDescription(1, b.lo);
|
|
207
|
+
var d = b.hr;
|
|
208
208
|
var e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
209
209
|
c.c = e;
|
|
210
210
|
a.groupDescriptions.g(c);
|
|
211
|
-
b.
|
|
212
|
-
b.
|
|
211
|
+
b.hr = 0;
|
|
212
|
+
b.mz("Grouped");
|
|
213
213
|
}
|
|
214
214
|
};
|
|
215
215
|
GridColumnGroupOptions.prototype.b8 = function () {
|
|
@@ -221,7 +221,7 @@ var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
221
221
|
var d = ((function () { var e = _this.b3(c_1); c_1 = e.p0; return e.ret; })());
|
|
222
222
|
if (c_1 != -1) {
|
|
223
223
|
a.groupDescriptions.d(c_1);
|
|
224
|
-
b.
|
|
224
|
+
b.mz("Grouped");
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
227
|
};
|
|
@@ -144,15 +144,15 @@ var GridColumnHideOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
144
144
|
get: function () {
|
|
145
145
|
var a = this.column;
|
|
146
146
|
if (null != a) {
|
|
147
|
-
return a.
|
|
147
|
+
return a.jp;
|
|
148
148
|
}
|
|
149
149
|
return false;
|
|
150
150
|
},
|
|
151
151
|
set: function (a) {
|
|
152
152
|
var b = this.column;
|
|
153
153
|
if (null != b) {
|
|
154
|
-
b.
|
|
155
|
-
b.
|
|
154
|
+
b.jp = a;
|
|
155
|
+
b.mz("Hidden");
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
@@ -305,7 +305,7 @@ var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
305
305
|
Object.defineProperty(GridColumnOptions.prototype, "dx", {
|
|
306
306
|
get: function () {
|
|
307
307
|
var a = this.column;
|
|
308
|
-
return (null != a) ? a.
|
|
308
|
+
return (null != a) ? a.k3 : "(No column selected)";
|
|
309
309
|
},
|
|
310
310
|
enumerable: false,
|
|
311
311
|
configurable: true
|
|
@@ -222,7 +222,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
222
222
|
};
|
|
223
223
|
GridColumnPinOptions.prototype.a6 = function () {
|
|
224
224
|
var a = this.column;
|
|
225
|
-
this.b3 = a != null ? a.
|
|
225
|
+
this.b3 = a != null ? a.il : 0;
|
|
226
226
|
_super.prototype.a6.call(this);
|
|
227
227
|
};
|
|
228
228
|
GridColumnPinOptions.prototype.a7 = function (a, b) {
|
|
@@ -233,7 +233,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
233
233
|
}
|
|
234
234
|
switch (b.propertyName) {
|
|
235
235
|
case "Pinned":
|
|
236
|
-
this.b3 = c != null ? c.
|
|
236
|
+
this.b3 = c != null ? c.il : 0;
|
|
237
237
|
this.b2.m();
|
|
238
238
|
break;
|
|
239
239
|
}
|
|
@@ -251,7 +251,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
251
251
|
get: function () {
|
|
252
252
|
var a = this.column;
|
|
253
253
|
if (null != a) {
|
|
254
|
-
return a.
|
|
254
|
+
return a.il;
|
|
255
255
|
}
|
|
256
256
|
return this.b3;
|
|
257
257
|
},
|
|
@@ -261,7 +261,7 @@ var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
261
261
|
var c = this.column;
|
|
262
262
|
if (null != b && null != c) {
|
|
263
263
|
b.pinColumn(c, this.b3);
|
|
264
|
-
c.
|
|
264
|
+
c.mz("Pinned");
|
|
265
265
|
}
|
|
266
266
|
},
|
|
267
267
|
enumerable: false,
|
|
@@ -274,7 +274,7 @@ var GridColumnSortOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
274
274
|
var d = GridColumnOptionsUtilities.a(c.c);
|
|
275
275
|
return d;
|
|
276
276
|
}
|
|
277
|
-
return a.
|
|
277
|
+
return a.hr;
|
|
278
278
|
}
|
|
279
279
|
return 0;
|
|
280
280
|
},
|
|
@@ -293,7 +293,7 @@ var GridColumnSortOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
293
293
|
}
|
|
294
294
|
return;
|
|
295
295
|
}
|
|
296
|
-
b.
|
|
296
|
+
b.hr = a;
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
enumerable: false,
|
|
@@ -74,6 +74,7 @@ var GridColumnSummaryOptionsView = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
74
74
|
this.p.setStyleProperty("margin", "0 -.25rem");
|
|
75
75
|
break;
|
|
76
76
|
case 1:
|
|
77
|
+
case 4:
|
|
77
78
|
case 3:
|
|
78
79
|
this.p.setStyleProperty("margin", "0 -.5rem");
|
|
79
80
|
break;
|
|
@@ -136,7 +137,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
136
137
|
if (this.c == null || this.column == null) {
|
|
137
138
|
return false;
|
|
138
139
|
}
|
|
139
|
-
return this.column.
|
|
140
|
+
return this.column.jd && this.c.summaryScope != 3;
|
|
140
141
|
};
|
|
141
142
|
GridColumnSummaryOptions.prototype.be = function (a, b, c) {
|
|
142
143
|
_super.prototype.be.call(this, a, b, c);
|
|
@@ -166,7 +167,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
166
167
|
if (this.bw != null) {
|
|
167
168
|
var a = this.bw.a();
|
|
168
169
|
for (var b = 0; b < a.length; b++) {
|
|
169
|
-
var c = new ColumnSummaryDescription(1, this.column.
|
|
170
|
+
var c = new ColumnSummaryDescription(1, this.column.lo);
|
|
170
171
|
switch (a[b]) {
|
|
171
172
|
case "avg":
|
|
172
173
|
c.i = 3;
|
|
@@ -186,7 +187,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
186
187
|
}
|
|
187
188
|
for (var d = 0; d < this.c.summaryDescriptions.j.count; d++) {
|
|
188
189
|
var e = this.c.summaryDescriptions.j.item(d);
|
|
189
|
-
if (e.
|
|
190
|
+
if (e.ah == this.column.lo && e.i == c.i) {
|
|
190
191
|
this.c.summaryDescriptions.j.removeAt(d);
|
|
191
192
|
d--;
|
|
192
193
|
}
|
|
@@ -194,7 +195,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
194
195
|
}
|
|
195
196
|
var f = this.bw.b();
|
|
196
197
|
for (var g = 0; g < f.length; g++) {
|
|
197
|
-
var h = new ColumnSummaryDescription(1, this.column.
|
|
198
|
+
var h = new ColumnSummaryDescription(1, this.column.lo);
|
|
198
199
|
switch (f[g]) {
|
|
199
200
|
case "avg":
|
|
200
201
|
h.i = 3;
|
|
@@ -215,24 +216,24 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215
216
|
var i = false;
|
|
216
217
|
for (var j = 0; j < this.c.summaryDescriptions.j.count; j++) {
|
|
217
218
|
var k = this.c.summaryDescriptions.j.item(j);
|
|
218
|
-
if (k.
|
|
219
|
+
if (k.ah == this.column.lo && k.i == h.i) {
|
|
219
220
|
i = true;
|
|
220
221
|
break;
|
|
221
222
|
}
|
|
222
223
|
}
|
|
223
224
|
if (!i) {
|
|
224
225
|
this.c.summaryDescriptions.j.add(h);
|
|
225
|
-
this.column.
|
|
226
|
+
this.column.mz("Summed");
|
|
226
227
|
}
|
|
227
228
|
}
|
|
228
229
|
}
|
|
229
|
-
if (this.b0 != null && this.b0.
|
|
230
|
-
this.b0.
|
|
230
|
+
if (this.b0 != null && this.b0.ax) {
|
|
231
|
+
this.b0.b6();
|
|
231
232
|
}
|
|
232
233
|
};
|
|
233
234
|
GridColumnSummaryOptions.prototype.bu = function () {
|
|
234
|
-
if (this.b0 != null && this.b0.
|
|
235
|
-
this.b0.
|
|
235
|
+
if (this.b0 != null && this.b0.ax) {
|
|
236
|
+
this.b0.b6();
|
|
236
237
|
}
|
|
237
238
|
};
|
|
238
239
|
GridColumnSummaryOptions.prototype.a6 = function () {
|
|
@@ -241,7 +242,7 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
241
242
|
this.b7 = 0;
|
|
242
243
|
for (var a = 0; a < this.c.summaryDescriptions.j.count; a++) {
|
|
243
244
|
var b = this.c.summaryDescriptions.j.item(a);
|
|
244
|
-
if (b.
|
|
245
|
+
if (b.ah == this.column.lo) {
|
|
245
246
|
switch (b.i) {
|
|
246
247
|
case 3:
|
|
247
248
|
this.bw.a4("avg", true);
|
|
@@ -392,8 +393,8 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
392
393
|
configurable: true
|
|
393
394
|
});
|
|
394
395
|
GridColumnSummaryOptions.prototype.cj = function () {
|
|
395
|
-
if (this.b0 != null && this.b0.
|
|
396
|
-
this.b0.
|
|
396
|
+
if (this.b0 != null && this.b0.ax) {
|
|
397
|
+
this.b0.b6();
|
|
397
398
|
}
|
|
398
399
|
};
|
|
399
400
|
GridColumnSummaryOptions.prototype.ck = function (a) {
|
|
@@ -436,22 +437,22 @@ var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
436
437
|
if (this.by != null) {
|
|
437
438
|
this.by.dn = 0;
|
|
438
439
|
this.by.az = false;
|
|
439
|
-
this.by.
|
|
440
|
+
this.by.q9 = this.br;
|
|
440
441
|
this.bh(this.by);
|
|
441
442
|
}
|
|
442
443
|
};
|
|
443
444
|
GridColumnSummaryOptions.prototype.cr = function () {
|
|
444
445
|
if (this.b0 != null) {
|
|
445
|
-
this.b0.
|
|
446
|
-
this.b0.
|
|
446
|
+
this.b0.c0 = this.bo;
|
|
447
|
+
this.b0.am = false;
|
|
447
448
|
}
|
|
448
449
|
};
|
|
449
450
|
GridColumnSummaryOptions.prototype.cm = function (a, b) {
|
|
450
451
|
if (this.b0 == null) {
|
|
451
452
|
return;
|
|
452
453
|
}
|
|
453
|
-
if (this.b0.
|
|
454
|
-
this.b0.
|
|
454
|
+
if (this.b0.ax) {
|
|
455
|
+
this.b0.b6();
|
|
455
456
|
}
|
|
456
457
|
else {
|
|
457
458
|
var c = this.bv.t();
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { GridCompoundConditionalStyle } from "./ColumnFilterCondition_combined";
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
var GridConditionFilterStringErrorsParsingEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
13
|
+
__extends(GridConditionFilterStringErrorsParsingEventArgs, _super);
|
|
14
|
+
function GridConditionFilterStringErrorsParsingEventArgs() {
|
|
15
|
+
var _this = _super.call(this) || this;
|
|
16
|
+
_this._propertyName = null;
|
|
17
|
+
_this._errors = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
Object.defineProperty(GridConditionFilterStringErrorsParsingEventArgs.prototype, "propertyName", {
|
|
21
|
+
get: function () {
|
|
22
|
+
return this._propertyName;
|
|
23
|
+
},
|
|
24
|
+
set: function (a) {
|
|
25
|
+
this._propertyName = a;
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(GridConditionFilterStringErrorsParsingEventArgs.prototype, "errors", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this._errors;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this._errors = a;
|
|
36
|
+
},
|
|
37
|
+
enumerable: false,
|
|
38
|
+
configurable: true
|
|
39
|
+
});
|
|
40
|
+
GridConditionFilterStringErrorsParsingEventArgs.$t = markType(GridConditionFilterStringErrorsParsingEventArgs, 'GridConditionFilterStringErrorsParsingEventArgs');
|
|
41
|
+
return GridConditionFilterStringErrorsParsingEventArgs;
|
|
42
|
+
}(Base));
|
|
43
|
+
export { GridConditionFilterStringErrorsParsingEventArgs };
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { GridConditionalStyle } from "./ColumnFilterCondition_combined";
|
|
@@ -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 { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
export var GridConditionalStyleBoundType = /*@__PURE__*/ (function (GridConditionalStyleBoundType) {
|
|
9
|
+
GridConditionalStyleBoundType[GridConditionalStyleBoundType["Value"] = 0] = "Value";
|
|
10
|
+
GridConditionalStyleBoundType[GridConditionalStyleBoundType["Percent"] = 1] = "Percent";
|
|
11
|
+
return GridConditionalStyleBoundType;
|
|
12
|
+
})({});
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
export var GridConditionalStyleBoundType_$type = /*@__PURE__*/ markEnum('GridConditionalStyleBoundType', 'Value,0|Percent,1');
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { GridConditionalStyleCollection } from "./ColumnFilterCondition_combined";
|