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
|
@@ -54,6 +54,7 @@ export let GridColumnFilterOptionsView = /*@__PURE__*/ (() => {
|
|
|
54
54
|
this.x.setStyleProperty("margin", "0 -.25rem");
|
|
55
55
|
break;
|
|
56
56
|
case 1:
|
|
57
|
+
case 4:
|
|
57
58
|
case 3:
|
|
58
59
|
this.x.setStyleProperty("margin", "0 -.5rem");
|
|
59
60
|
break;
|
|
@@ -151,7 +152,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
151
152
|
if (this.c != null && this.c.filterUIType != 0) {
|
|
152
153
|
return false;
|
|
153
154
|
}
|
|
154
|
-
if (!this.column.
|
|
155
|
+
if (!this.column.jn) {
|
|
155
156
|
return false;
|
|
156
157
|
}
|
|
157
158
|
if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
|
|
@@ -261,19 +262,19 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
261
262
|
this.bc("TextFilterCaption", b, this.cf);
|
|
262
263
|
}
|
|
263
264
|
cu() {
|
|
264
|
-
let a = this.bx.
|
|
265
|
+
let a = this.bx.ap();
|
|
265
266
|
this.bw.al(!a);
|
|
266
267
|
let b = this.b3();
|
|
267
268
|
this.bw.am(b);
|
|
268
269
|
}
|
|
269
270
|
cj() {
|
|
270
|
-
if (0 == this.bx.
|
|
271
|
+
if (0 == this.bx.keys.count) {
|
|
271
272
|
this.cl();
|
|
272
273
|
return;
|
|
273
274
|
}
|
|
274
275
|
let a;
|
|
275
276
|
let b;
|
|
276
|
-
if (this.bx.
|
|
277
|
+
if (this.bx.indexType == 0) {
|
|
277
278
|
b = false;
|
|
278
279
|
a = 1;
|
|
279
280
|
}
|
|
@@ -282,7 +283,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
282
283
|
a = 0;
|
|
283
284
|
}
|
|
284
285
|
let c = new List$1(ColumnComparisonFilterCondition.$, 0);
|
|
285
|
-
let d = this.bx.
|
|
286
|
+
let d = this.bx.keys;
|
|
286
287
|
for (let e = 0; e < d.count; e++) {
|
|
287
288
|
let f = d._inner[e];
|
|
288
289
|
let g = f.value[0];
|
|
@@ -290,7 +291,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
290
291
|
c.add(h);
|
|
291
292
|
}
|
|
292
293
|
if (c.count == 1) {
|
|
293
|
-
this.column.
|
|
294
|
+
this.column.g1 = c._inner[0];
|
|
294
295
|
}
|
|
295
296
|
else {
|
|
296
297
|
let i = new ColumnFilterConditionGroup();
|
|
@@ -298,9 +299,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
298
299
|
for (let j of fromEnum(c)) {
|
|
299
300
|
i.add(j);
|
|
300
301
|
}
|
|
301
|
-
this.column.
|
|
302
|
+
this.column.g1 = i;
|
|
302
303
|
}
|
|
303
|
-
this.column.
|
|
304
|
+
this.column.mz("Filtered");
|
|
304
305
|
}
|
|
305
306
|
provideClearFiltersSection(a) {
|
|
306
307
|
this.bw.ah(a);
|
|
@@ -323,7 +324,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
323
324
|
this.bw.ak(a);
|
|
324
325
|
}
|
|
325
326
|
cl() {
|
|
326
|
-
this.column.
|
|
327
|
+
this.column.g1 = null;
|
|
327
328
|
this.cv();
|
|
328
329
|
}
|
|
329
330
|
static bv(a, b) {
|
|
@@ -337,12 +338,12 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
337
338
|
if (null == a) {
|
|
338
339
|
return false;
|
|
339
340
|
}
|
|
340
|
-
return null != a.
|
|
341
|
+
return null != a.g1;
|
|
341
342
|
}
|
|
342
343
|
co() {
|
|
343
344
|
let a = this.column;
|
|
344
345
|
let b = this.c;
|
|
345
|
-
let c = (null != a) ? a.
|
|
346
|
+
let c = (null != a) ? a.lo : null;
|
|
346
347
|
let d = null;
|
|
347
348
|
let e = null;
|
|
348
349
|
if (b != null) {
|
|
@@ -364,7 +365,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
364
365
|
f.propertyName = c;
|
|
365
366
|
f.direction = 0;
|
|
366
367
|
e.groupDescriptions.add(f);
|
|
367
|
-
let g = b.
|
|
368
|
+
let g = b.z(a);
|
|
368
369
|
let h = e.filterExpressions;
|
|
369
370
|
for (let i = h.k.count - 1; i >= 0; i--) {
|
|
370
371
|
let j = h.k.item(i);
|
|
@@ -402,7 +403,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
402
403
|
}
|
|
403
404
|
cv() {
|
|
404
405
|
let a = this.column;
|
|
405
|
-
let b = (null != a) ? a.
|
|
406
|
+
let b = (null != a) ? a.lo : null;
|
|
406
407
|
let c = true;
|
|
407
408
|
let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
|
|
408
409
|
let e = this.b4();
|
|
@@ -424,18 +425,18 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
424
425
|
}
|
|
425
426
|
}
|
|
426
427
|
if (e.count == 0 || !c) {
|
|
427
|
-
this.bx.
|
|
428
|
+
this.bx.db();
|
|
428
429
|
return;
|
|
429
430
|
}
|
|
430
431
|
switch (d.value) {
|
|
431
432
|
case 0:
|
|
432
|
-
this.bx.
|
|
433
|
+
this.bx.cg();
|
|
433
434
|
break;
|
|
434
435
|
case 1:
|
|
435
|
-
this.bx.
|
|
436
|
+
this.bx.db();
|
|
436
437
|
break;
|
|
437
438
|
}
|
|
438
|
-
let h = this.bx.
|
|
439
|
+
let h = this.bx.keys;
|
|
439
440
|
for (let i of fromEnum(e)) {
|
|
440
441
|
h.add(new PrimaryKeyValue([b], [i.value]));
|
|
441
442
|
}
|
|
@@ -447,8 +448,8 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
447
448
|
if (null == b) {
|
|
448
449
|
return a;
|
|
449
450
|
}
|
|
450
|
-
if (null != b.
|
|
451
|
-
let c = GridColumnFilterOptions.cm(b.
|
|
451
|
+
if (null != b.g1) {
|
|
452
|
+
let c = GridColumnFilterOptions.cm(b.g1, a);
|
|
452
453
|
a = c.p1;
|
|
453
454
|
}
|
|
454
455
|
return a;
|
|
@@ -474,10 +475,10 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
474
475
|
cw() {
|
|
475
476
|
if (null != this.bx) {
|
|
476
477
|
this.bx.density = this.b0;
|
|
477
|
-
this.bx.
|
|
478
|
+
this.bx.bk = this.cc;
|
|
478
479
|
this.bx.backgroundColor = this.bo;
|
|
479
|
-
this.bx.
|
|
480
|
-
this.bx.
|
|
480
|
+
this.bx.ee = this.br;
|
|
481
|
+
this.bx.baseTheme = this.i;
|
|
481
482
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
482
483
|
}
|
|
483
484
|
}
|
|
@@ -118,7 +118,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
118
118
|
if (null == this.c) {
|
|
119
119
|
return false;
|
|
120
120
|
}
|
|
121
|
-
return this.column.
|
|
121
|
+
return this.column.jc;
|
|
122
122
|
}
|
|
123
123
|
bj(a, b) {
|
|
124
124
|
if (null != a) {
|
|
@@ -159,7 +159,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
159
159
|
if (null != a) {
|
|
160
160
|
let c = a.grid;
|
|
161
161
|
if (null != c) {
|
|
162
|
-
let d = a.
|
|
162
|
+
let d = a.lo;
|
|
163
163
|
let e = c.groupDescriptions.j;
|
|
164
164
|
for (let f = 0; f < e.count; f++) {
|
|
165
165
|
let g = e.item(f);
|
|
@@ -184,13 +184,13 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
184
184
|
let a = this.c;
|
|
185
185
|
let b = this.column;
|
|
186
186
|
if (null != a && null != b) {
|
|
187
|
-
let c = new ColumnGroupDescription(1, b.
|
|
188
|
-
let d = b.
|
|
187
|
+
let c = new ColumnGroupDescription(1, b.lo);
|
|
188
|
+
let d = b.hr;
|
|
189
189
|
let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
190
190
|
c.c = e;
|
|
191
191
|
a.groupDescriptions.g(c);
|
|
192
|
-
b.
|
|
193
|
-
b.
|
|
192
|
+
b.hr = 0;
|
|
193
|
+
b.mz("Grouped");
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
b8() {
|
|
@@ -201,7 +201,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
201
201
|
let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
|
|
202
202
|
if (c != -1) {
|
|
203
203
|
a.groupDescriptions.d(c);
|
|
204
|
-
b.
|
|
204
|
+
b.mz("Grouped");
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
@@ -132,15 +132,15 @@ export let GridColumnHideOptions = /*@__PURE__*/ (() => {
|
|
|
132
132
|
get b3() {
|
|
133
133
|
let a = this.column;
|
|
134
134
|
if (null != a) {
|
|
135
|
-
return a.
|
|
135
|
+
return a.jp;
|
|
136
136
|
}
|
|
137
137
|
return false;
|
|
138
138
|
}
|
|
139
139
|
set b3(a) {
|
|
140
140
|
let b = this.column;
|
|
141
141
|
if (null != b) {
|
|
142
|
-
b.
|
|
143
|
-
b.
|
|
142
|
+
b.jp = a;
|
|
143
|
+
b.mz("Hidden");
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
get b2() {
|
|
@@ -297,7 +297,7 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
297
297
|
}
|
|
298
298
|
get dx() {
|
|
299
299
|
let a = this.column;
|
|
300
|
-
return (null != a) ? a.
|
|
300
|
+
return (null != a) ? a.k3 : "(No column selected)";
|
|
301
301
|
}
|
|
302
302
|
get ci() {
|
|
303
303
|
if (null == this.ch) {
|
|
@@ -210,7 +210,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
210
210
|
}
|
|
211
211
|
a6() {
|
|
212
212
|
let a = this.column;
|
|
213
|
-
this.b3 = a != null ? a.
|
|
213
|
+
this.b3 = a != null ? a.il : 0;
|
|
214
214
|
super.a6();
|
|
215
215
|
}
|
|
216
216
|
a7(a, b) {
|
|
@@ -221,7 +221,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
221
221
|
}
|
|
222
222
|
switch (b.propertyName) {
|
|
223
223
|
case "Pinned":
|
|
224
|
-
this.b3 = c != null ? c.
|
|
224
|
+
this.b3 = c != null ? c.il : 0;
|
|
225
225
|
this.b2.m();
|
|
226
226
|
break;
|
|
227
227
|
}
|
|
@@ -238,7 +238,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
238
238
|
get b4() {
|
|
239
239
|
let a = this.column;
|
|
240
240
|
if (null != a) {
|
|
241
|
-
return a.
|
|
241
|
+
return a.il;
|
|
242
242
|
}
|
|
243
243
|
return this.b3;
|
|
244
244
|
}
|
|
@@ -248,7 +248,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
248
248
|
let c = this.column;
|
|
249
249
|
if (null != b && null != c) {
|
|
250
250
|
b.pinColumn(c, this.b3);
|
|
251
|
-
c.
|
|
251
|
+
c.mz("Pinned");
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
get b2() {
|
|
@@ -249,7 +249,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
249
249
|
let d = GridColumnOptionsUtilities.a(c.c);
|
|
250
250
|
return d;
|
|
251
251
|
}
|
|
252
|
-
return a.
|
|
252
|
+
return a.hr;
|
|
253
253
|
}
|
|
254
254
|
return 0;
|
|
255
255
|
}
|
|
@@ -268,7 +268,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
268
268
|
}
|
|
269
269
|
return;
|
|
270
270
|
}
|
|
271
|
-
b.
|
|
271
|
+
b.hr = a;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
}
|
|
@@ -67,6 +67,7 @@ export let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
|
|
|
67
67
|
this.p.setStyleProperty("margin", "0 -.25rem");
|
|
68
68
|
break;
|
|
69
69
|
case 1:
|
|
70
|
+
case 4:
|
|
70
71
|
case 3:
|
|
71
72
|
this.p.setStyleProperty("margin", "0 -.5rem");
|
|
72
73
|
break;
|
|
@@ -128,7 +129,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
128
129
|
if (this.c == null || this.column == null) {
|
|
129
130
|
return false;
|
|
130
131
|
}
|
|
131
|
-
return this.column.
|
|
132
|
+
return this.column.jd && this.c.summaryScope != 3;
|
|
132
133
|
}
|
|
133
134
|
be(a, b, c) {
|
|
134
135
|
super.be(a, b, c);
|
|
@@ -158,7 +159,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
158
159
|
if (this.bw != null) {
|
|
159
160
|
let a = this.bw.a();
|
|
160
161
|
for (let b = 0; b < a.length; b++) {
|
|
161
|
-
let c = new ColumnSummaryDescription(1, this.column.
|
|
162
|
+
let c = new ColumnSummaryDescription(1, this.column.lo);
|
|
162
163
|
switch (a[b]) {
|
|
163
164
|
case "avg":
|
|
164
165
|
c.i = 3;
|
|
@@ -178,7 +179,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
178
179
|
}
|
|
179
180
|
for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
|
|
180
181
|
let e = this.c.summaryDescriptions.j.item(d);
|
|
181
|
-
if (e.
|
|
182
|
+
if (e.ah == this.column.lo && e.i == c.i) {
|
|
182
183
|
this.c.summaryDescriptions.j.removeAt(d);
|
|
183
184
|
d--;
|
|
184
185
|
}
|
|
@@ -186,7 +187,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
186
187
|
}
|
|
187
188
|
let f = this.bw.b();
|
|
188
189
|
for (let g = 0; g < f.length; g++) {
|
|
189
|
-
let h = new ColumnSummaryDescription(1, this.column.
|
|
190
|
+
let h = new ColumnSummaryDescription(1, this.column.lo);
|
|
190
191
|
switch (f[g]) {
|
|
191
192
|
case "avg":
|
|
192
193
|
h.i = 3;
|
|
@@ -207,24 +208,24 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
207
208
|
let i = false;
|
|
208
209
|
for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
|
|
209
210
|
let k = this.c.summaryDescriptions.j.item(j);
|
|
210
|
-
if (k.
|
|
211
|
+
if (k.ah == this.column.lo && k.i == h.i) {
|
|
211
212
|
i = true;
|
|
212
213
|
break;
|
|
213
214
|
}
|
|
214
215
|
}
|
|
215
216
|
if (!i) {
|
|
216
217
|
this.c.summaryDescriptions.j.add(h);
|
|
217
|
-
this.column.
|
|
218
|
+
this.column.mz("Summed");
|
|
218
219
|
}
|
|
219
220
|
}
|
|
220
221
|
}
|
|
221
|
-
if (this.b0 != null && this.b0.
|
|
222
|
-
this.b0.
|
|
222
|
+
if (this.b0 != null && this.b0.ax) {
|
|
223
|
+
this.b0.b6();
|
|
223
224
|
}
|
|
224
225
|
}
|
|
225
226
|
bu() {
|
|
226
|
-
if (this.b0 != null && this.b0.
|
|
227
|
-
this.b0.
|
|
227
|
+
if (this.b0 != null && this.b0.ax) {
|
|
228
|
+
this.b0.b6();
|
|
228
229
|
}
|
|
229
230
|
}
|
|
230
231
|
a6() {
|
|
@@ -233,7 +234,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
233
234
|
this.b7 = 0;
|
|
234
235
|
for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
|
|
235
236
|
let b = this.c.summaryDescriptions.j.item(a);
|
|
236
|
-
if (b.
|
|
237
|
+
if (b.ah == this.column.lo) {
|
|
237
238
|
switch (b.i) {
|
|
238
239
|
case 3:
|
|
239
240
|
this.bw.a4("avg", true);
|
|
@@ -344,8 +345,8 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
344
345
|
}
|
|
345
346
|
}
|
|
346
347
|
cj() {
|
|
347
|
-
if (this.b0 != null && this.b0.
|
|
348
|
-
this.b0.
|
|
348
|
+
if (this.b0 != null && this.b0.ax) {
|
|
349
|
+
this.b0.b6();
|
|
349
350
|
}
|
|
350
351
|
}
|
|
351
352
|
ck(a) {
|
|
@@ -388,22 +389,22 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
388
389
|
if (this.by != null) {
|
|
389
390
|
this.by.dn = 0;
|
|
390
391
|
this.by.az = false;
|
|
391
|
-
this.by.
|
|
392
|
+
this.by.q9 = this.br;
|
|
392
393
|
this.bh(this.by);
|
|
393
394
|
}
|
|
394
395
|
}
|
|
395
396
|
cr() {
|
|
396
397
|
if (this.b0 != null) {
|
|
397
|
-
this.b0.
|
|
398
|
-
this.b0.
|
|
398
|
+
this.b0.c0 = this.bo;
|
|
399
|
+
this.b0.am = false;
|
|
399
400
|
}
|
|
400
401
|
}
|
|
401
402
|
cm(a, b) {
|
|
402
403
|
if (this.b0 == null) {
|
|
403
404
|
return;
|
|
404
405
|
}
|
|
405
|
-
if (this.b0.
|
|
406
|
-
this.b0.
|
|
406
|
+
if (this.b0.ax) {
|
|
407
|
+
this.b0.b6();
|
|
407
408
|
}
|
|
408
409
|
else {
|
|
409
410
|
let 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,33 @@
|
|
|
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 { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let GridConditionFilterStringErrorsParsingEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class GridConditionFilterStringErrorsParsingEventArgs extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super();
|
|
15
|
+
this._propertyName = null;
|
|
16
|
+
this._errors = null;
|
|
17
|
+
}
|
|
18
|
+
get propertyName() {
|
|
19
|
+
return this._propertyName;
|
|
20
|
+
}
|
|
21
|
+
set propertyName(a) {
|
|
22
|
+
this._propertyName = a;
|
|
23
|
+
}
|
|
24
|
+
get errors() {
|
|
25
|
+
return this._errors;
|
|
26
|
+
}
|
|
27
|
+
set errors(a) {
|
|
28
|
+
this._errors = a;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
GridConditionFilterStringErrorsParsingEventArgs.$t = /*@__PURE__*/ markType(GridConditionFilterStringErrorsParsingEventArgs, 'GridConditionFilterStringErrorsParsingEventArgs');
|
|
32
|
+
return GridConditionFilterStringErrorsParsingEventArgs;
|
|
33
|
+
})();
|
|
@@ -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 let 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";
|