igniteui-webcomponents-grids 5.0.3-beta.0 → 5.1.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29290 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +1 -1
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +1 -1
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20004 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29259 -22269
- package/grids/combined.js +8020 -8012
- package/grids/lib/igc-filtering-expressions-tree.d.ts +0 -14
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
package/esm5/lib/FilterCell.js
CHANGED
|
@@ -25,124 +25,124 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
25
|
__extends(FilterCell, _super);
|
|
26
26
|
function FilterCell(a) {
|
|
27
27
|
var _this = _super.call(this, a) || this;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.c2 = null;
|
|
31
|
-
_this.c3 = null;
|
|
28
|
+
_this.c7 = null;
|
|
29
|
+
_this.c9 = null;
|
|
32
30
|
_this.c5 = null;
|
|
31
|
+
_this.c6 = null;
|
|
32
|
+
_this.c8 = null;
|
|
33
|
+
_this.cy = null;
|
|
34
|
+
_this.cx = null;
|
|
35
|
+
_this.cn = null;
|
|
36
|
+
_this.co = null;
|
|
37
|
+
_this.cz = null;
|
|
33
38
|
_this.cv = null;
|
|
34
|
-
_this.
|
|
39
|
+
_this.c2 = true;
|
|
40
|
+
_this.cp = 0;
|
|
41
|
+
_this.c3 = true;
|
|
42
|
+
_this.ct = null;
|
|
43
|
+
_this.c0 = null;
|
|
44
|
+
_this.da = null;
|
|
35
45
|
_this.ck = null;
|
|
36
|
-
_this.
|
|
37
|
-
_this.
|
|
38
|
-
_this.
|
|
39
|
-
_this.
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
43
|
-
_this.
|
|
44
|
-
_this.
|
|
45
|
-
_this.
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
49
|
-
_this.
|
|
50
|
-
_this.c4.setStyleProperty("align-items", "center");
|
|
51
|
-
_this.c4.setStyleProperty("height", "100%");
|
|
52
|
-
_this.ae.append(_this.c4);
|
|
46
|
+
_this.d9 = null;
|
|
47
|
+
_this.c7 = a.createElement("div");
|
|
48
|
+
_this.c7.setStyleProperty("display", "flex");
|
|
49
|
+
_this.c7.setStyleProperty("flex-direction", "row");
|
|
50
|
+
_this.c7.setStyleProperty("align-items", "center");
|
|
51
|
+
_this.c7.setStyleProperty("height", "100%");
|
|
52
|
+
_this.ah.append(_this.c7);
|
|
53
|
+
_this.c9 = a.createElement("div");
|
|
54
|
+
_this.c5 = a.getSubRenderer(_this.c9);
|
|
55
|
+
_this.co = new ComparisonOperatorSelector();
|
|
56
|
+
_this.co.ej(_this.c5);
|
|
57
|
+
_this.c9.setStyleProperty("width", "24px");
|
|
58
|
+
_this.c9.setStyleProperty("height", "24px");
|
|
59
|
+
_this.c7.append(_this.c9);
|
|
53
60
|
_this.c6 = a.createElement("div");
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
_this.
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
62
|
-
_this.
|
|
63
|
-
_this.
|
|
64
|
-
_this.c4.append(_this.c3);
|
|
65
|
-
_this.c5 = a.createElement("div");
|
|
66
|
-
_this.c5.setStyleProperty("transform", "scale(0.75)");
|
|
67
|
-
_this.cw = new XIcon();
|
|
68
|
-
_this.cw.provideContainer(a.getSubRenderer(_this.c5));
|
|
69
|
-
_this.c4.append(_this.c5);
|
|
70
|
-
_this.dp();
|
|
61
|
+
_this.c6.setStyleProperty("display", "flex");
|
|
62
|
+
_this.c6.setStyleProperty("flex", "1");
|
|
63
|
+
_this.c6.setStyleProperty("margin", "0 4px");
|
|
64
|
+
_this.c7.append(_this.c6);
|
|
65
|
+
_this.c8 = a.createElement("div");
|
|
66
|
+
_this.c8.setStyleProperty("transform", "scale(0.75)");
|
|
67
|
+
_this.cz = new XIcon();
|
|
68
|
+
_this.cz.provideContainer(a.getSubRenderer(_this.c8));
|
|
69
|
+
_this.c7.append(_this.c8);
|
|
70
|
+
_this.ds();
|
|
71
71
|
return _this;
|
|
72
72
|
}
|
|
73
|
-
FilterCell.prototype.
|
|
74
|
-
switch (this.
|
|
73
|
+
FilterCell.prototype.cw = function (a) {
|
|
74
|
+
switch (this.cq) {
|
|
75
75
|
case 0:
|
|
76
76
|
case 1:
|
|
77
|
-
if (this.
|
|
78
|
-
this.
|
|
77
|
+
if (this.cy == null) {
|
|
78
|
+
this.cy = new TextEditorView(this.ae, this.f.getTheme(), this.b);
|
|
79
79
|
}
|
|
80
|
-
return this.
|
|
80
|
+
return this.cy;
|
|
81
81
|
case 2:
|
|
82
|
-
if (this.
|
|
83
|
-
this.
|
|
82
|
+
if (this.cx == null) {
|
|
83
|
+
this.cx = new NumericEditorView(this.ae, this.f.getTheme(), this.b);
|
|
84
84
|
}
|
|
85
|
-
return this.
|
|
85
|
+
return this.cx;
|
|
86
86
|
case 3:
|
|
87
|
-
if (this.
|
|
88
|
-
this.
|
|
87
|
+
if (this.cn == null) {
|
|
88
|
+
this.cn = new DateEditorView(this.ae, this.f.getTheme(), this.b);
|
|
89
89
|
}
|
|
90
|
-
return this.
|
|
90
|
+
return this.cn;
|
|
91
91
|
default: return null;
|
|
92
92
|
}
|
|
93
93
|
};
|
|
94
|
-
FilterCell.prototype.
|
|
95
|
-
this.
|
|
94
|
+
FilterCell.prototype.d4 = function () {
|
|
95
|
+
this.c6.removeChildren();
|
|
96
96
|
};
|
|
97
|
-
FilterCell.prototype.
|
|
98
|
-
this.
|
|
97
|
+
FilterCell.prototype.dq = function () {
|
|
98
|
+
this.c6.append(this.cv.container);
|
|
99
99
|
};
|
|
100
|
-
FilterCell.prototype.
|
|
101
|
-
if (this.
|
|
102
|
-
this.
|
|
100
|
+
FilterCell.prototype.dx = function () {
|
|
101
|
+
if (this.ah.getChildCount() == 0) {
|
|
102
|
+
this.ah.append(this.c7);
|
|
103
103
|
}
|
|
104
104
|
};
|
|
105
|
-
FilterCell.prototype.
|
|
106
|
-
if (this.
|
|
107
|
-
this.
|
|
105
|
+
FilterCell.prototype.dv = function () {
|
|
106
|
+
if (this.ah.getChildCount() > 0) {
|
|
107
|
+
this.ah.removeChildren();
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
|
-
FilterCell.prototype.
|
|
111
|
-
_super.prototype.
|
|
112
|
-
this.
|
|
110
|
+
FilterCell.prototype.bs = function (a, b, c) {
|
|
111
|
+
_super.prototype.bs.call(this, a, b, c);
|
|
112
|
+
this.d3(a, b, c);
|
|
113
113
|
};
|
|
114
|
-
FilterCell.prototype.
|
|
115
|
-
this.
|
|
114
|
+
FilterCell.prototype.br = function () {
|
|
115
|
+
this.d1();
|
|
116
116
|
};
|
|
117
|
-
FilterCell.prototype.
|
|
117
|
+
FilterCell.prototype.d5 = function (a, b, c, d) {
|
|
118
118
|
if (this.d != null) {
|
|
119
|
-
var e = this.
|
|
119
|
+
var e = this.c9.getNativeElement();
|
|
120
120
|
this.d.update("SelectorTop", (e.offsetTop));
|
|
121
121
|
this.d.update("SelectorLeft", (e.offsetLeft));
|
|
122
|
-
var f = this.
|
|
122
|
+
var f = this.c6.getNativeElement();
|
|
123
123
|
this.d.update("EditorTop", (f.offsetTop));
|
|
124
124
|
this.d.update("EditorLeft", (f.offsetLeft));
|
|
125
|
-
var g = this.
|
|
125
|
+
var g = this.c8.getNativeElement();
|
|
126
126
|
this.d.update("ClearIconTop", (g.offsetTop));
|
|
127
127
|
this.d.update("ClearIconLeft", (g.offsetLeft));
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
|
-
FilterCell.prototype.
|
|
131
|
-
var a = this.
|
|
132
|
-
a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
135
|
-
var b = this.
|
|
136
|
-
b.clicked = delegateCombine(b.clicked, runOn(this, this.
|
|
130
|
+
FilterCell.prototype.ds = function () {
|
|
131
|
+
var a = this.co;
|
|
132
|
+
a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.d2));
|
|
133
|
+
this.cz.svgPath = FilterCell.dc;
|
|
134
|
+
this.d7(false);
|
|
135
|
+
var b = this.cz;
|
|
136
|
+
b.clicked = delegateCombine(b.clicked, runOn(this, this.dr));
|
|
137
137
|
};
|
|
138
|
-
FilterCell.prototype.
|
|
139
|
-
if (this.
|
|
140
|
-
this.
|
|
138
|
+
FilterCell.prototype.d1 = function () {
|
|
139
|
+
if (this.cv == null) {
|
|
140
|
+
this.dw();
|
|
141
141
|
}
|
|
142
142
|
};
|
|
143
|
-
FilterCell.prototype.
|
|
143
|
+
FilterCell.prototype.cr = function () {
|
|
144
144
|
var a = 1;
|
|
145
|
-
switch (this.
|
|
145
|
+
switch (this.cm) {
|
|
146
146
|
case 11:
|
|
147
147
|
case 2:
|
|
148
148
|
case 0:
|
|
@@ -161,7 +161,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
161
161
|
a = 2;
|
|
162
162
|
break;
|
|
163
163
|
}
|
|
164
|
-
switch (this.
|
|
164
|
+
switch (this.co.b) {
|
|
165
165
|
case 6:
|
|
166
166
|
case 8:
|
|
167
167
|
case 7:
|
|
@@ -175,9 +175,9 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
175
175
|
a = 2;
|
|
176
176
|
break;
|
|
177
177
|
}
|
|
178
|
-
if (this.
|
|
179
|
-
if (this.
|
|
180
|
-
var b = this.
|
|
178
|
+
if (this.co.b == 44) {
|
|
179
|
+
if (this.cu != null && this.cu.count > 0) {
|
|
180
|
+
var b = this.cu._inner[this.co.x];
|
|
181
181
|
switch (b.b) {
|
|
182
182
|
case 0:
|
|
183
183
|
case 1:
|
|
@@ -194,168 +194,168 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
194
194
|
}
|
|
195
195
|
return a;
|
|
196
196
|
};
|
|
197
|
-
FilterCell.prototype.
|
|
198
|
-
if (this.
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
197
|
+
FilterCell.prototype.d7 = function (a) {
|
|
198
|
+
if (this.cz != null) {
|
|
199
|
+
this.cz.disabled = !a;
|
|
200
|
+
this.cz.al = a ? 1 : 0.3;
|
|
201
201
|
}
|
|
202
202
|
};
|
|
203
|
-
FilterCell.prototype.
|
|
204
|
-
if (!this.
|
|
203
|
+
FilterCell.prototype.dl = function (a) {
|
|
204
|
+
if (!this.c2) {
|
|
205
205
|
return;
|
|
206
206
|
}
|
|
207
|
-
if (this.
|
|
208
|
-
if (this.
|
|
209
|
-
this.b.applyCustomFilter(this.
|
|
207
|
+
if (this.co.b == 44) {
|
|
208
|
+
if (this.cu != null && this.cu.count > 0) {
|
|
209
|
+
this.b.applyCustomFilter(this.co.ae, this.co.x, a);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
else {
|
|
213
|
-
this.b.applyFilter(this.
|
|
213
|
+
this.b.applyFilter(this.co.b, a);
|
|
214
214
|
}
|
|
215
215
|
};
|
|
216
|
-
FilterCell.prototype.
|
|
217
|
-
if (!this.
|
|
216
|
+
FilterCell.prototype.dm = function () {
|
|
217
|
+
if (!this.c2) {
|
|
218
218
|
return;
|
|
219
219
|
}
|
|
220
220
|
if (this.b != null) {
|
|
221
221
|
this.b.clearFilter();
|
|
222
222
|
}
|
|
223
223
|
};
|
|
224
|
-
FilterCell.prototype.
|
|
224
|
+
FilterCell.prototype.d3 = function (a, b, c) {
|
|
225
225
|
switch (a) {
|
|
226
226
|
case "DataType":
|
|
227
|
-
this.
|
|
227
|
+
this.du();
|
|
228
228
|
break;
|
|
229
229
|
case "EditorType":
|
|
230
|
-
this.
|
|
230
|
+
this.dw();
|
|
231
231
|
break;
|
|
232
232
|
case "FontInfo":
|
|
233
|
-
this.
|
|
233
|
+
this.d0();
|
|
234
234
|
break;
|
|
235
235
|
case "Filter":
|
|
236
|
-
this.
|
|
236
|
+
this.dy();
|
|
237
237
|
break;
|
|
238
238
|
case "FilterOperands":
|
|
239
|
-
this.
|
|
239
|
+
this.dt();
|
|
240
240
|
break;
|
|
241
241
|
case "FilterValue":
|
|
242
|
-
this.
|
|
242
|
+
this.dz();
|
|
243
243
|
break;
|
|
244
244
|
case "IsEditorEnabled":
|
|
245
|
-
this.
|
|
245
|
+
this.cv.isEnabled = this.c4;
|
|
246
246
|
break;
|
|
247
247
|
case "TextColor":
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
250
|
-
this.
|
|
248
|
+
this.co.eq = this.ea;
|
|
249
|
+
this.cz.fill = this.ea;
|
|
250
|
+
this.cv.textColor = this.ea;
|
|
251
251
|
break;
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
FilterCell.prototype.
|
|
255
|
-
this.
|
|
256
|
-
if (this.
|
|
257
|
-
if (this.
|
|
258
|
-
if (typeCast(ColumnComparisonFilterCondition.$, this.
|
|
259
|
-
var a = typeCast(ColumnComparisonFilterCondition.$, this.
|
|
260
|
-
this.
|
|
261
|
-
var b = this.
|
|
254
|
+
FilterCell.prototype.dy = function () {
|
|
255
|
+
this.c2 = false;
|
|
256
|
+
if (this.cv != null) {
|
|
257
|
+
if (this.cl != null) {
|
|
258
|
+
if (typeCast(ColumnComparisonFilterCondition.$, this.cl) !== null) {
|
|
259
|
+
var a = typeCast(ColumnComparisonFilterCondition.$, this.cl);
|
|
260
|
+
this.co.b = a.operator;
|
|
261
|
+
var b = this.cv.getEditorValue();
|
|
262
262
|
if (b != null) {
|
|
263
263
|
if (!Base.equalsStatic(b, a.value)) {
|
|
264
|
-
this.
|
|
265
|
-
this.
|
|
264
|
+
this.cv.value = a.value;
|
|
265
|
+
this.db = a.value;
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
else {
|
|
269
|
-
this.
|
|
270
|
-
this.
|
|
269
|
+
this.cv.value = a.value;
|
|
270
|
+
this.db = a.value;
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
|
-
else if (typeCast(ColumnCustomFilterCondition.$, this.
|
|
274
|
-
var c = typeCast(ColumnCustomFilterCondition.$, this.
|
|
275
|
-
this.
|
|
276
|
-
var d = this.
|
|
273
|
+
else if (typeCast(ColumnCustomFilterCondition.$, this.cl) !== null) {
|
|
274
|
+
var c = typeCast(ColumnCustomFilterCondition.$, this.cl);
|
|
275
|
+
this.co.ek(c.id, c.index);
|
|
276
|
+
var d = this.cv.getEditorValue();
|
|
277
277
|
if (d != null) {
|
|
278
278
|
if (!Base.equalsStatic(d, c.value)) {
|
|
279
|
-
this.
|
|
280
|
-
this.
|
|
279
|
+
this.cv.value = c.value;
|
|
280
|
+
this.db = c.value;
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
else {
|
|
284
|
-
this.
|
|
285
|
-
this.
|
|
284
|
+
this.cv.value = c.value;
|
|
285
|
+
this.db = c.value;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
else if (!(typeCast(ColumnCustomFilterCondition.$, this.
|
|
289
|
-
this.
|
|
290
|
-
this.
|
|
291
|
-
this.
|
|
288
|
+
else if (!(typeCast(ColumnCustomFilterCondition.$, this.cl) !== null)) {
|
|
289
|
+
this.db = null;
|
|
290
|
+
this.cv.value = this.db;
|
|
291
|
+
this.cv.setEditorValue(this.db);
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
else {
|
|
295
|
-
this.
|
|
296
|
-
this.
|
|
297
|
-
this.
|
|
298
|
-
if (!this.
|
|
299
|
-
this.
|
|
295
|
+
this.db = null;
|
|
296
|
+
this.cv.value = this.db;
|
|
297
|
+
this.cv.setEditorValue(this.db);
|
|
298
|
+
if (!this.c4) {
|
|
299
|
+
this.co.b = 0;
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
this.
|
|
303
|
+
this.c2 = true;
|
|
304
304
|
};
|
|
305
|
-
FilterCell.prototype.
|
|
306
|
-
this.
|
|
307
|
-
for (var a = 0; a < this.
|
|
308
|
-
this.
|
|
305
|
+
FilterCell.prototype.dt = function () {
|
|
306
|
+
this.co.d7();
|
|
307
|
+
for (var a = 0; a < this.cu.count; a++) {
|
|
308
|
+
this.co.d1(this.cu._inner[a].e, this.cu._inner[a].f, this.cu._inner[a].g, a);
|
|
309
309
|
}
|
|
310
310
|
};
|
|
311
|
-
FilterCell.prototype.
|
|
312
|
-
if (this.
|
|
313
|
-
this.
|
|
311
|
+
FilterCell.prototype.du = function () {
|
|
312
|
+
if (this.cm == 11) {
|
|
313
|
+
this.c4 = false;
|
|
314
314
|
}
|
|
315
|
-
this.
|
|
315
|
+
this.cq = this.cr();
|
|
316
316
|
};
|
|
317
|
-
FilterCell.prototype.
|
|
318
|
-
this.
|
|
319
|
-
if (this.
|
|
320
|
-
this.
|
|
317
|
+
FilterCell.prototype.dz = function () {
|
|
318
|
+
this.d7(this.db != null);
|
|
319
|
+
if (this.db == null || Base.equalsStatic(this.db, "")) {
|
|
320
|
+
this.dm();
|
|
321
321
|
}
|
|
322
322
|
else {
|
|
323
|
-
this.
|
|
323
|
+
this.dl(this.db);
|
|
324
324
|
}
|
|
325
325
|
if (this.d != null) {
|
|
326
|
-
this.d.update("FilterValue", this.
|
|
326
|
+
this.d.update("FilterValue", this.db);
|
|
327
327
|
}
|
|
328
328
|
};
|
|
329
|
-
FilterCell.prototype.
|
|
330
|
-
if (this.
|
|
331
|
-
this.
|
|
332
|
-
var a = this.
|
|
333
|
-
a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.
|
|
334
|
-
}
|
|
335
|
-
this.
|
|
336
|
-
this.
|
|
337
|
-
this.
|
|
338
|
-
if (this.
|
|
339
|
-
this.
|
|
340
|
-
this.
|
|
341
|
-
this.
|
|
342
|
-
this.
|
|
343
|
-
this.
|
|
344
|
-
var b = this.
|
|
345
|
-
b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.
|
|
346
|
-
this.
|
|
347
|
-
}
|
|
348
|
-
this.
|
|
329
|
+
FilterCell.prototype.dw = function () {
|
|
330
|
+
if (this.cv != null) {
|
|
331
|
+
this.cv.detachEvents();
|
|
332
|
+
var a = this.cv;
|
|
333
|
+
a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.d6));
|
|
334
|
+
}
|
|
335
|
+
this.d4();
|
|
336
|
+
this.cv = this.cw(this.cq);
|
|
337
|
+
this.cv.onEditStarted();
|
|
338
|
+
if (this.cv != null) {
|
|
339
|
+
this.cv.attachEvents();
|
|
340
|
+
this.cv.setFont(this.c1);
|
|
341
|
+
this.cv.isEnabled = this.c4;
|
|
342
|
+
this.cv.focusOnValueChanged = false;
|
|
343
|
+
this.cv.showClearButton = false;
|
|
344
|
+
var b = this.cv;
|
|
345
|
+
b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.d6));
|
|
346
|
+
this.dq();
|
|
347
|
+
}
|
|
348
|
+
this.dr(null, null);
|
|
349
349
|
};
|
|
350
|
-
FilterCell.prototype.
|
|
351
|
-
if (this.
|
|
352
|
-
if (this.
|
|
353
|
-
this.
|
|
350
|
+
FilterCell.prototype.d0 = function () {
|
|
351
|
+
if (this.c1 != null) {
|
|
352
|
+
if (this.cv != null) {
|
|
353
|
+
this.cv.setFont(this.c1);
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
};
|
|
357
|
-
FilterCell.prototype.
|
|
358
|
-
this.
|
|
357
|
+
FilterCell.prototype.d2 = function (a, b) {
|
|
358
|
+
this.cq = this.cr();
|
|
359
359
|
switch (b.newValue) {
|
|
360
360
|
case 40:
|
|
361
361
|
case 11:
|
|
@@ -383,51 +383,51 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
383
383
|
case 10:
|
|
384
384
|
case 33:
|
|
385
385
|
case 20:
|
|
386
|
-
this.
|
|
386
|
+
this.c4 = false;
|
|
387
387
|
break;
|
|
388
388
|
default:
|
|
389
|
-
this.
|
|
389
|
+
this.c4 = true;
|
|
390
390
|
break;
|
|
391
391
|
}
|
|
392
|
-
if (this.
|
|
393
|
-
this.
|
|
392
|
+
if (this.cm == 11) {
|
|
393
|
+
this.c4 = false;
|
|
394
394
|
}
|
|
395
395
|
if (b.newValue == 44) {
|
|
396
|
-
if (this.
|
|
397
|
-
var c = this.
|
|
398
|
-
this.
|
|
396
|
+
if (this.cu != null && this.cu.count > 0) {
|
|
397
|
+
var c = this.cu._inner[this.co.x];
|
|
398
|
+
this.c4 = c.d;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
if (!this.
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
401
|
+
if (!this.c4) {
|
|
402
|
+
this.dl(null);
|
|
403
|
+
this.d7(true);
|
|
404
404
|
}
|
|
405
|
-
else if (this.
|
|
406
|
-
this.
|
|
405
|
+
else if (this.db != null && !Base.equalsStatic(this.db, "")) {
|
|
406
|
+
this.dl(this.db);
|
|
407
407
|
}
|
|
408
408
|
else {
|
|
409
|
-
this.
|
|
410
|
-
this.
|
|
409
|
+
this.dm();
|
|
410
|
+
this.d7(false);
|
|
411
411
|
}
|
|
412
412
|
if (this.d != null) {
|
|
413
|
-
this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.
|
|
413
|
+
this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.co.b));
|
|
414
414
|
}
|
|
415
415
|
};
|
|
416
|
-
FilterCell.prototype.
|
|
416
|
+
FilterCell.prototype.dr = function (a, b) {
|
|
417
417
|
if (b != null) {
|
|
418
|
-
if (!this.
|
|
419
|
-
this.
|
|
420
|
-
this.
|
|
418
|
+
if (!this.c4) {
|
|
419
|
+
this.co.b = 0;
|
|
420
|
+
this.dm();
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
|
-
this.
|
|
424
|
-
if (this.
|
|
425
|
-
this.
|
|
426
|
-
this.
|
|
423
|
+
this.db = null;
|
|
424
|
+
if (this.cv != null) {
|
|
425
|
+
this.cv.setEditorValue(null);
|
|
426
|
+
this.cv.value = null;
|
|
427
427
|
}
|
|
428
428
|
};
|
|
429
|
-
FilterCell.prototype.
|
|
430
|
-
if (this.
|
|
429
|
+
FilterCell.prototype.d6 = function (a, b, c) {
|
|
430
|
+
if (this.cq == 2) {
|
|
431
431
|
if (typeof b === 'string') {
|
|
432
432
|
var d_1;
|
|
433
433
|
if (((function () { var e = tryParseNumber(b, d_1); d_1 = e.p1; return e.ret; })())) {
|
|
@@ -435,144 +435,144 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
this.
|
|
438
|
+
this.db = b;
|
|
439
439
|
};
|
|
440
|
-
FilterCell.prototype.
|
|
441
|
-
this.
|
|
440
|
+
FilterCell.prototype.d8 = function (a, b, c, d) {
|
|
441
|
+
this.d5(a, b, c, d);
|
|
442
442
|
};
|
|
443
|
-
FilterCell.prototype.
|
|
443
|
+
FilterCell.prototype.cs = function (a, b) {
|
|
444
444
|
if (a != null) {
|
|
445
|
-
for (var c = 0; c < this.
|
|
446
|
-
if (this.
|
|
447
|
-
return this.
|
|
445
|
+
for (var c = 0; c < this.cu.count; c++) {
|
|
446
|
+
if (this.cu._inner[c].g == a) {
|
|
447
|
+
return this.cu._inner[c];
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
|
-
if (b >= 0 && b < this.
|
|
452
|
-
return this.
|
|
451
|
+
if (b >= 0 && b < this.cu.count) {
|
|
452
|
+
return this.cu._inner[b];
|
|
453
453
|
}
|
|
454
454
|
return null;
|
|
455
455
|
};
|
|
456
|
-
FilterCell.prototype.
|
|
457
|
-
this.
|
|
456
|
+
FilterCell.prototype.dp = function () {
|
|
457
|
+
this.dx();
|
|
458
458
|
};
|
|
459
|
-
FilterCell.prototype.
|
|
460
|
-
this.
|
|
459
|
+
FilterCell.prototype.dn = function () {
|
|
460
|
+
this.dv();
|
|
461
461
|
};
|
|
462
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
462
|
+
Object.defineProperty(FilterCell.prototype, "cm", {
|
|
463
463
|
get: function () {
|
|
464
|
-
return this.
|
|
464
|
+
return this.co.d;
|
|
465
465
|
},
|
|
466
466
|
set: function (a) {
|
|
467
|
-
var b = this.
|
|
468
|
-
this.
|
|
467
|
+
var b = this.co.d;
|
|
468
|
+
this.co.d = a;
|
|
469
469
|
if (b != a) {
|
|
470
|
-
this.
|
|
470
|
+
this.bs("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.co.d));
|
|
471
471
|
}
|
|
472
472
|
},
|
|
473
473
|
enumerable: false,
|
|
474
474
|
configurable: true
|
|
475
475
|
});
|
|
476
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
476
|
+
Object.defineProperty(FilterCell.prototype, "cq", {
|
|
477
477
|
get: function () {
|
|
478
|
-
return this.
|
|
478
|
+
return this.cp;
|
|
479
479
|
},
|
|
480
480
|
set: function (a) {
|
|
481
|
-
var b = this.
|
|
482
|
-
this.
|
|
481
|
+
var b = this.cp;
|
|
482
|
+
this.cp = a;
|
|
483
483
|
if (b != a) {
|
|
484
|
-
this.
|
|
484
|
+
this.bs("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.cp));
|
|
485
485
|
}
|
|
486
486
|
},
|
|
487
487
|
enumerable: false,
|
|
488
488
|
configurable: true
|
|
489
489
|
});
|
|
490
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
490
|
+
Object.defineProperty(FilterCell.prototype, "c4", {
|
|
491
491
|
get: function () {
|
|
492
|
-
return this.
|
|
492
|
+
return this.c3;
|
|
493
493
|
},
|
|
494
494
|
set: function (a) {
|
|
495
|
-
var b = this.
|
|
496
|
-
this.
|
|
497
|
-
if (b != this.
|
|
498
|
-
this.
|
|
495
|
+
var b = this.c3;
|
|
496
|
+
this.c3 = a;
|
|
497
|
+
if (b != this.c3) {
|
|
498
|
+
this.bs("IsEditorEnabled", b, this.c3);
|
|
499
499
|
}
|
|
500
500
|
},
|
|
501
501
|
enumerable: false,
|
|
502
502
|
configurable: true
|
|
503
503
|
});
|
|
504
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
504
|
+
Object.defineProperty(FilterCell.prototype, "cu", {
|
|
505
505
|
get: function () {
|
|
506
|
-
return this.
|
|
506
|
+
return this.ct;
|
|
507
507
|
},
|
|
508
508
|
set: function (a) {
|
|
509
|
-
var b = this.
|
|
510
|
-
this.
|
|
511
|
-
if (this.
|
|
512
|
-
this.
|
|
509
|
+
var b = this.ct;
|
|
510
|
+
this.ct = a;
|
|
511
|
+
if (this.ct != null) {
|
|
512
|
+
this.bs("FilterOperands", b, this.ct);
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
515
|
enumerable: false,
|
|
516
516
|
configurable: true
|
|
517
517
|
});
|
|
518
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
518
|
+
Object.defineProperty(FilterCell.prototype, "c1", {
|
|
519
519
|
get: function () {
|
|
520
|
-
return this.
|
|
520
|
+
return this.c0;
|
|
521
521
|
},
|
|
522
522
|
set: function (a) {
|
|
523
|
-
var b = this.
|
|
524
|
-
this.
|
|
525
|
-
if (b != this.
|
|
526
|
-
this.
|
|
523
|
+
var b = this.c0;
|
|
524
|
+
this.c0 = a;
|
|
525
|
+
if (b != this.c0) {
|
|
526
|
+
this.bs("FontInfo", b, this.c0);
|
|
527
527
|
}
|
|
528
528
|
},
|
|
529
529
|
enumerable: false,
|
|
530
530
|
configurable: true
|
|
531
531
|
});
|
|
532
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
532
|
+
Object.defineProperty(FilterCell.prototype, "db", {
|
|
533
533
|
get: function () {
|
|
534
|
-
return this.
|
|
534
|
+
return this.da;
|
|
535
535
|
},
|
|
536
536
|
set: function (a) {
|
|
537
|
-
var b = this.
|
|
538
|
-
this.
|
|
539
|
-
if (b != this.
|
|
540
|
-
this.
|
|
537
|
+
var b = this.da;
|
|
538
|
+
this.da = a;
|
|
539
|
+
if (b != this.da) {
|
|
540
|
+
this.bs("FilterValue", b, this.da);
|
|
541
541
|
}
|
|
542
542
|
},
|
|
543
543
|
enumerable: false,
|
|
544
544
|
configurable: true
|
|
545
545
|
});
|
|
546
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
546
|
+
Object.defineProperty(FilterCell.prototype, "cl", {
|
|
547
547
|
get: function () {
|
|
548
|
-
return this.
|
|
548
|
+
return this.ck;
|
|
549
549
|
},
|
|
550
550
|
set: function (a) {
|
|
551
|
-
var b = this.
|
|
552
|
-
this.
|
|
551
|
+
var b = this.ck;
|
|
552
|
+
this.ck = a;
|
|
553
553
|
if (b != a) {
|
|
554
|
-
this.
|
|
554
|
+
this.bs("Filter", b, this.ck);
|
|
555
555
|
}
|
|
556
556
|
},
|
|
557
557
|
enumerable: false,
|
|
558
558
|
configurable: true
|
|
559
559
|
});
|
|
560
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
560
|
+
Object.defineProperty(FilterCell.prototype, "ea", {
|
|
561
561
|
get: function () {
|
|
562
|
-
return this.
|
|
562
|
+
return this.d9;
|
|
563
563
|
},
|
|
564
564
|
set: function (a) {
|
|
565
|
-
var b = this.
|
|
566
|
-
this.
|
|
567
|
-
if (b != this.
|
|
568
|
-
this.
|
|
565
|
+
var b = this.d9;
|
|
566
|
+
this.d9 = a;
|
|
567
|
+
if (b != this.d9) {
|
|
568
|
+
this.bs("TextColor", b, this.d9);
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
571
|
enumerable: false,
|
|
572
572
|
configurable: true
|
|
573
573
|
});
|
|
574
574
|
FilterCell.$t = markType(FilterCell, 'FilterCell', GridCellBase.$);
|
|
575
|
-
FilterCell.
|
|
575
|
+
FilterCell.dc = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
|
|
576
576
|
return FilterCell;
|
|
577
577
|
}(GridCellBase));
|
|
578
578
|
export { FilterCell };
|