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
|
@@ -5,18 +5,17 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
|
-
import { Base,
|
|
9
|
-
import { RenderingContext } from "igniteui-webcomponents-core";
|
|
8
|
+
import { Base, markType, runOn, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, delegateRemove, EnumUtil, delegateCombine } from "igniteui-webcomponents-core";
|
|
10
9
|
import { Path } from "igniteui-webcomponents-core";
|
|
11
|
-
import { GridStyleRepository } from "./GridStyleRepository";
|
|
12
10
|
import { KeyFrameAnimationFactory } from "igniteui-webcomponents-core";
|
|
13
11
|
import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
|
|
14
12
|
import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
|
|
15
|
-
import {
|
|
16
|
-
import { truncate, intDivide, isNaN_ } from "igniteui-webcomponents-core";
|
|
13
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
17
14
|
import { CellContentHorizontalAlignment_$type } from "./CellContentHorizontalAlignment";
|
|
15
|
+
import { intDivide, isNaN_ } from "igniteui-webcomponents-core";
|
|
18
16
|
import { ElevationHelper } from "igniteui-webcomponents-core";
|
|
19
17
|
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
18
|
+
import { IToolbarTarget_$type } from "igniteui-webcomponents-core";
|
|
20
19
|
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
21
20
|
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
22
21
|
import { GridFilterDialogOpeningEventArgs } from "./GridFilterDialogOpeningEventArgs";
|
|
@@ -31,8 +30,11 @@ import { GridFilterDialogViewModelGrouping } from "./GridFilterDialogViewModelGr
|
|
|
31
30
|
import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
|
|
32
31
|
import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
|
|
33
32
|
import { Geometry } from "igniteui-webcomponents-core";
|
|
33
|
+
import { GridStyleRepository } from "./GridStyleRepository";
|
|
34
34
|
import { NativeUI } from "igniteui-webcomponents-core";
|
|
35
35
|
import { FilterDialogRenderCompletedEventArgs } from "./FilterDialogRenderCompletedEventArgs";
|
|
36
|
+
import { ToolActionIconMenuInfo } from "igniteui-webcomponents-core";
|
|
37
|
+
import { SvgIconRegistry } from "igniteui-webcomponents-core";
|
|
36
38
|
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
37
39
|
import { GridFilterDialogViewModelGroupingLevelCollection } from "./GridFilterDialogViewModelGroupingLevelCollection";
|
|
38
40
|
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
@@ -45,14 +47,13 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
45
47
|
var _this = _super.call(this) || this;
|
|
46
48
|
_this.b = null;
|
|
47
49
|
_this.q = null;
|
|
48
|
-
_this.
|
|
50
|
+
_this.aa = new Path();
|
|
49
51
|
_this.j = 0;
|
|
50
52
|
_this.i = 0;
|
|
51
|
-
_this.o = null;
|
|
52
53
|
_this.d = null;
|
|
53
54
|
_this.m = null;
|
|
54
55
|
_this.n = null;
|
|
55
|
-
_this.
|
|
56
|
+
_this.o = null;
|
|
56
57
|
_this.g = 0;
|
|
57
58
|
_this.f = 0;
|
|
58
59
|
_this.h = 1;
|
|
@@ -63,39 +64,14 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
64
|
_this.b = a;
|
|
64
65
|
return _this;
|
|
65
66
|
}
|
|
66
|
-
GridFilterDialogView.prototype.
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
this.j = this.l;
|
|
70
|
-
this.j = this.k;
|
|
71
|
-
this.o.setStyleProperty("width", this.l.toString() + "px");
|
|
72
|
-
this.o.setStyleProperty("height", this.k.toString() + "px");
|
|
73
|
-
}
|
|
74
|
-
var a = Math.round(this.b.af * this.h);
|
|
75
|
-
var b = Math.round(this.b.af * this.h);
|
|
76
|
-
if (this.g != a || this.f != b) {
|
|
77
|
-
this.o.setAttribute("width", a.toString());
|
|
78
|
-
this.o.setAttribute("height", b.toString());
|
|
79
|
-
this.g = truncate(Math.round(a));
|
|
80
|
-
this.f = truncate(Math.round(b));
|
|
81
|
-
}
|
|
82
|
-
this.z();
|
|
83
|
-
this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
|
|
84
|
-
if (this.d.d && this.h != 1) {
|
|
85
|
-
this.d.aa();
|
|
86
|
-
this.d.ab(this.h, this.h);
|
|
87
|
-
}
|
|
88
|
-
this.d.l(0, 0, this.l, this.k);
|
|
89
|
-
this.d.t(this.ad);
|
|
90
|
-
if (this.d.d && this.h != 1) {
|
|
91
|
-
this.d.z();
|
|
92
|
-
}
|
|
93
|
-
this.b.bc();
|
|
94
|
-
};
|
|
95
|
-
GridFilterDialogView.prototype.v = function () {
|
|
96
|
-
this.b.a6(this.l, this.k, this.ad);
|
|
67
|
+
GridFilterDialogView.prototype.y = function () {
|
|
68
|
+
this.x();
|
|
69
|
+
this.b.bk();
|
|
97
70
|
};
|
|
98
|
-
GridFilterDialogView.prototype.
|
|
71
|
+
GridFilterDialogView.prototype.t = function () {
|
|
72
|
+
this.b.bc(this.l, this.k, this.aa);
|
|
73
|
+
};
|
|
74
|
+
GridFilterDialogView.prototype.s = function () {
|
|
99
75
|
if (KeyFrameAnimationFactory.h == null) {
|
|
100
76
|
KeyFrameAnimationFactory.h = this.m;
|
|
101
77
|
}
|
|
@@ -103,56 +79,43 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
103
79
|
GridFilterDialogView.prototype.a = function (a) {
|
|
104
80
|
return new AnimationKeyFrameEffect(0, this.m.rootWrapper, 0, null, a);
|
|
105
81
|
};
|
|
106
|
-
GridFilterDialogView.prototype.
|
|
82
|
+
GridFilterDialogView.prototype.v = function (a, b, c) {
|
|
107
83
|
if (a == null) {
|
|
108
|
-
if (this.o != null) {
|
|
109
|
-
this.o.destroy();
|
|
110
|
-
}
|
|
111
|
-
this.o = null;
|
|
112
84
|
this.m = null;
|
|
113
85
|
this.n = null;
|
|
114
86
|
this.d = null;
|
|
115
87
|
return;
|
|
116
88
|
}
|
|
117
|
-
this.h = (isNaN_(this.b.
|
|
89
|
+
this.h = (isNaN_(this.b.aj) ? this.b.ai : this.b.aj);
|
|
118
90
|
var d = a;
|
|
119
91
|
this.m = d;
|
|
120
92
|
this.n = c;
|
|
121
|
-
this.
|
|
93
|
+
this.o = b;
|
|
122
94
|
this.m.rootWrapper.addClass("ig-filter-icon");
|
|
123
95
|
this.m.rootWrapper.setStyleProperty("cursor", "pointer");
|
|
124
96
|
this.q = this.m.rootWrapper;
|
|
125
97
|
var e = this.h;
|
|
126
98
|
var f = Math.round(d.rootWrapper.width());
|
|
127
99
|
var g = Math.round(d.rootWrapper.height());
|
|
128
|
-
var h = this.b.
|
|
129
|
-
var i = this.b.
|
|
130
|
-
|
|
131
|
-
j.setStyleProperty("position", "absolute");
|
|
132
|
-
j.setStyleProperty("left", "0");
|
|
133
|
-
j.setStyleProperty("top", "0");
|
|
134
|
-
this.m.append(j);
|
|
135
|
-
this.g = truncate(Math.round(h));
|
|
136
|
-
this.f = truncate(Math.round(i));
|
|
137
|
-
j.setAttribute("width", this.g.toString());
|
|
138
|
-
j.setAttribute("height", this.g.toString());
|
|
139
|
-
j.setStyleProperty("width", f.toString() + "px");
|
|
140
|
-
j.setStyleProperty("height", g.toString() + "px");
|
|
141
|
-
this.z();
|
|
142
|
-
j.listen("mousedown", runOn(this, this.r));
|
|
143
|
-
j.listen("mouseup", runOn(this, this.s));
|
|
100
|
+
var h = this.b.ak * e;
|
|
101
|
+
var i = this.b.ak * e;
|
|
102
|
+
this.x();
|
|
144
103
|
this.l = f;
|
|
145
104
|
this.k = g;
|
|
146
|
-
this.
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
if (isNaN_(this.b.ae)) {
|
|
150
|
-
this.b.ad = window.devicePixelRatio;
|
|
151
|
-
this.h = this.b.ad;
|
|
105
|
+
if (isNaN_(this.b.aj)) {
|
|
106
|
+
this.b.ai = window.devicePixelRatio;
|
|
107
|
+
this.h = this.b.ai;
|
|
152
108
|
}
|
|
153
|
-
this.
|
|
109
|
+
this.y();
|
|
154
110
|
};
|
|
155
|
-
GridFilterDialogView.prototype.
|
|
111
|
+
GridFilterDialogView.prototype.r = function (a) {
|
|
112
|
+
var b = a;
|
|
113
|
+
this.m.append(b.an);
|
|
114
|
+
};
|
|
115
|
+
GridFilterDialogView.prototype.p = function () {
|
|
116
|
+
return this.m;
|
|
117
|
+
};
|
|
118
|
+
GridFilterDialogView.prototype.x = function () {
|
|
156
119
|
if (this.b.k == this.b.l) {
|
|
157
120
|
this.m.rootWrapper.setStyleProperty("position", "relative");
|
|
158
121
|
this.m.rootWrapper.setStyleProperty("left", "0px");
|
|
@@ -162,64 +125,36 @@ var GridFilterDialogView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162
125
|
this.m.rootWrapper.setStyleProperty("position", "absolute");
|
|
163
126
|
if (this.b.l == 2) {
|
|
164
127
|
this.m.rootWrapper.setStyleProperty("left", "unset");
|
|
165
|
-
this.m.rootWrapper.setStyleProperty("right", this.b.
|
|
128
|
+
this.m.rootWrapper.setStyleProperty("right", this.b.ao + "px");
|
|
166
129
|
}
|
|
167
130
|
else {
|
|
168
|
-
this.m.rootWrapper.setStyleProperty("left", this.b.
|
|
131
|
+
this.m.rootWrapper.setStyleProperty("left", this.b.an + "px");
|
|
169
132
|
}
|
|
170
|
-
var a = intDivide(this.
|
|
133
|
+
var a = intDivide(this.o.height(), 2) - (this.k / 2);
|
|
171
134
|
this.m.rootWrapper.setStyleProperty("top", a + "px");
|
|
172
135
|
};
|
|
173
|
-
GridFilterDialogView.prototype.
|
|
174
|
-
|
|
175
|
-
GridFilterDialogView.prototype.s = function (a) {
|
|
176
|
-
if (a.button == 2) {
|
|
177
|
-
return;
|
|
178
|
-
}
|
|
179
|
-
if (!this.e) {
|
|
180
|
-
this.b.be();
|
|
181
|
-
}
|
|
182
|
-
else {
|
|
183
|
-
this.b.a2();
|
|
184
|
-
}
|
|
185
|
-
};
|
|
186
|
-
GridFilterDialogView.prototype.ab = function () {
|
|
187
|
-
this.aa();
|
|
136
|
+
GridFilterDialogView.prototype.z = function () {
|
|
137
|
+
this.y();
|
|
188
138
|
};
|
|
189
|
-
GridFilterDialogView.prototype.
|
|
190
|
-
if (isNaN_(this.b.
|
|
191
|
-
this.b.
|
|
192
|
-
this.h = this.b.
|
|
139
|
+
GridFilterDialogView.prototype.w = function (a, b) {
|
|
140
|
+
if (isNaN_(this.b.aj)) {
|
|
141
|
+
this.b.ai = window.devicePixelRatio;
|
|
142
|
+
this.h = this.b.ai;
|
|
193
143
|
}
|
|
194
144
|
this.l = a;
|
|
195
145
|
this.k = b;
|
|
196
|
-
this.
|
|
197
|
-
};
|
|
198
|
-
GridFilterDialogView.prototype.
|
|
199
|
-
if (isNaN_(this.b.
|
|
200
|
-
this.b.
|
|
201
|
-
if (this.h != this.b.
|
|
202
|
-
this.h = this.b.
|
|
203
|
-
this.
|
|
146
|
+
this.y();
|
|
147
|
+
};
|
|
148
|
+
GridFilterDialogView.prototype.u = function () {
|
|
149
|
+
if (isNaN_(this.b.aj)) {
|
|
150
|
+
this.b.ai = window.devicePixelRatio;
|
|
151
|
+
if (this.h != this.b.ai) {
|
|
152
|
+
this.h = this.b.ai;
|
|
153
|
+
this.y();
|
|
204
154
|
return;
|
|
205
155
|
}
|
|
206
156
|
}
|
|
207
|
-
this.
|
|
208
|
-
};
|
|
209
|
-
GridFilterDialogView.prototype.ac = function (a) {
|
|
210
|
-
this.e = true;
|
|
211
|
-
var b = new GridFilterDialogPanel(this.b, this.o, this.m, this.n);
|
|
212
|
-
b.a = this.b;
|
|
213
|
-
b.t(a);
|
|
214
|
-
this.c = b;
|
|
215
|
-
};
|
|
216
|
-
GridFilterDialogView.prototype.t = function () {
|
|
217
|
-
this.e = false;
|
|
218
|
-
if (this.c != null) {
|
|
219
|
-
this.c.l();
|
|
220
|
-
this.c.m();
|
|
221
|
-
this.c = null;
|
|
222
|
-
}
|
|
157
|
+
this.x();
|
|
223
158
|
};
|
|
224
159
|
GridFilterDialogView.$t = markType(GridFilterDialogView, 'GridFilterDialogView');
|
|
225
160
|
return GridFilterDialogView;
|
|
@@ -254,7 +189,7 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
254
189
|
e.setStyleProperty("background-color", "#fff");
|
|
255
190
|
e.setStyleProperty("border-radius", "3px");
|
|
256
191
|
e.setStyleProperty("overflow", "auto");
|
|
257
|
-
var g = ElevationHelper.e(12, _this.b.
|
|
192
|
+
var g = ElevationHelper.e(12, _this.b.bv, _this.b.bu, _this.b.bt);
|
|
258
193
|
e.setStyleProperty("boxShadow", g);
|
|
259
194
|
e.listen("mousedown", runOn(_this, _this.o));
|
|
260
195
|
_this.onDocumentKeyDown = _this.onDocumentKeyDown.bind(_this);
|
|
@@ -270,21 +205,15 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
270
205
|
};
|
|
271
206
|
GridFilterDialogPanel.prototype.onDocumentKeyDown = function (a) {
|
|
272
207
|
if (BaseDOMEventProxy.c0(a) == 8) {
|
|
273
|
-
this.b.a2();
|
|
274
208
|
}
|
|
275
209
|
};
|
|
276
210
|
GridFilterDialogPanel.prototype.onDocumentMouseClick = function (e_) {
|
|
277
|
-
|
|
278
|
-
var a = (e_.srcElement === filterIconCanvas_ || e_.target === filterIconCanvas_);
|
|
279
|
-
if (!a) {
|
|
280
|
-
this.b.a2();
|
|
211
|
+
{
|
|
281
212
|
}
|
|
282
213
|
};
|
|
283
214
|
GridFilterDialogPanel.prototype.onFilterApplyClick = function () {
|
|
284
|
-
this.b.a2();
|
|
285
215
|
};
|
|
286
216
|
GridFilterDialogPanel.prototype.onFilterCancelClick = function () {
|
|
287
|
-
this.b.a2();
|
|
288
217
|
};
|
|
289
218
|
GridFilterDialogPanel.prototype.t = function (a) {
|
|
290
219
|
var _this = this;
|
|
@@ -368,7 +297,8 @@ var GridFilterDialogPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
368
297
|
switch (a) {
|
|
369
298
|
case 1: return b ? 2 : 1;
|
|
370
299
|
case 2: return b ? 3 : 1;
|
|
371
|
-
case 3: return b ?
|
|
300
|
+
case 3: return b ? 4 : 2;
|
|
301
|
+
case 4: return b ? 4 : 3;
|
|
372
302
|
case 0: return a;
|
|
373
303
|
default: return a;
|
|
374
304
|
}
|
|
@@ -384,79 +314,83 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
384
314
|
__extends(GridFilterDialog, _super);
|
|
385
315
|
function GridFilterDialog() {
|
|
386
316
|
var _this = _super.call(this) || this;
|
|
387
|
-
_this.
|
|
388
|
-
_this.
|
|
317
|
+
_this.ar = null;
|
|
318
|
+
_this.z = true;
|
|
389
319
|
_this.propertyChanged = null;
|
|
390
|
-
_this.
|
|
391
|
-
_this.
|
|
320
|
+
_this.ag = NaN;
|
|
321
|
+
_this.af = 1;
|
|
392
322
|
_this.j = 2;
|
|
393
323
|
_this.i = 0;
|
|
394
|
-
_this.
|
|
395
|
-
_this.
|
|
396
|
-
_this.
|
|
397
|
-
_this.
|
|
398
|
-
_this.
|
|
399
|
-
_this.
|
|
400
|
-
_this.
|
|
324
|
+
_this.al = 0;
|
|
325
|
+
_this.am = 0;
|
|
326
|
+
_this.bs = null;
|
|
327
|
+
_this.ah = DeviceUtils.g(24);
|
|
328
|
+
_this.bv = null;
|
|
329
|
+
_this.bu = null;
|
|
330
|
+
_this.bt = null;
|
|
331
|
+
_this.w = null;
|
|
332
|
+
_this.y = false;
|
|
401
333
|
_this.m = null;
|
|
402
|
-
_this.
|
|
403
|
-
_this.v =
|
|
334
|
+
_this.x = false;
|
|
335
|
+
_this.v = null;
|
|
404
336
|
_this.f = null;
|
|
405
337
|
_this.dialogOpening = null;
|
|
406
338
|
_this.filterChanging = null;
|
|
407
339
|
_this.filterChanged = null;
|
|
408
|
-
_this.
|
|
340
|
+
_this.s = null;
|
|
341
|
+
_this._commandCompleted = null;
|
|
342
|
+
_this._invalidateActions = null;
|
|
409
343
|
_this.renderCompleted = null;
|
|
410
|
-
_this.
|
|
411
|
-
_this.
|
|
412
|
-
_this.
|
|
413
|
-
_this.
|
|
344
|
+
_this.s = new GridFilterDialogView(_this);
|
|
345
|
+
_this.bv = BrushUtil.h(66, 0, 0, 0);
|
|
346
|
+
_this.bu = BrushUtil.h(30, 0, 0, 0);
|
|
347
|
+
_this.bt = BrushUtil.h(20, 0, 0, 0);
|
|
414
348
|
return _this;
|
|
415
349
|
}
|
|
416
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
350
|
+
Object.defineProperty(GridFilterDialog.prototype, "as", {
|
|
417
351
|
get: function () {
|
|
418
|
-
return this.
|
|
352
|
+
return this.ar;
|
|
419
353
|
},
|
|
420
354
|
set: function (a) {
|
|
421
|
-
this.
|
|
355
|
+
this.ar = a;
|
|
422
356
|
},
|
|
423
357
|
enumerable: false,
|
|
424
358
|
configurable: true
|
|
425
359
|
});
|
|
426
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
360
|
+
Object.defineProperty(GridFilterDialog.prototype, "ab", {
|
|
427
361
|
get: function () {
|
|
428
|
-
return this.
|
|
362
|
+
return this.z;
|
|
429
363
|
},
|
|
430
364
|
set: function (a) {
|
|
431
|
-
var b = this.
|
|
432
|
-
this.
|
|
433
|
-
if (b != this.
|
|
434
|
-
this.
|
|
365
|
+
var b = this.z;
|
|
366
|
+
this.z = a;
|
|
367
|
+
if (b != this.z) {
|
|
368
|
+
this.bj("IsAnimationEnabled", b, this.z);
|
|
435
369
|
}
|
|
436
370
|
},
|
|
437
371
|
enumerable: false,
|
|
438
372
|
configurable: true
|
|
439
373
|
});
|
|
440
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
374
|
+
Object.defineProperty(GridFilterDialog.prototype, "aj", {
|
|
441
375
|
get: function () {
|
|
442
|
-
return this.
|
|
376
|
+
return this.ag;
|
|
443
377
|
},
|
|
444
378
|
set: function (a) {
|
|
445
|
-
var b = this.
|
|
446
|
-
this.
|
|
447
|
-
this.
|
|
379
|
+
var b = this.ag;
|
|
380
|
+
this.ag = a;
|
|
381
|
+
this.bj("PixelScalingRatio", b, this.ag);
|
|
448
382
|
},
|
|
449
383
|
enumerable: false,
|
|
450
384
|
configurable: true
|
|
451
385
|
});
|
|
452
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
386
|
+
Object.defineProperty(GridFilterDialog.prototype, "ai", {
|
|
453
387
|
get: function () {
|
|
454
|
-
return this.
|
|
388
|
+
return this.af;
|
|
455
389
|
},
|
|
456
390
|
set: function (a) {
|
|
457
|
-
var b = this.
|
|
458
|
-
this.
|
|
459
|
-
this.
|
|
391
|
+
var b = this.af;
|
|
392
|
+
this.af = a;
|
|
393
|
+
this.bj("ActualPixelScalingRatio", b, this.af);
|
|
460
394
|
},
|
|
461
395
|
enumerable: false,
|
|
462
396
|
configurable: true
|
|
@@ -469,7 +403,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
469
403
|
var b = this.j;
|
|
470
404
|
this.j = a;
|
|
471
405
|
if (b != this.j) {
|
|
472
|
-
this.
|
|
406
|
+
this.bj("IconHorizontalAlignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.j));
|
|
473
407
|
}
|
|
474
408
|
},
|
|
475
409
|
enumerable: false,
|
|
@@ -483,88 +417,88 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
483
417
|
var b = this.i;
|
|
484
418
|
this.i = a;
|
|
485
419
|
if (b != this.i) {
|
|
486
|
-
this.
|
|
420
|
+
this.bj("HeaderTextALignment", enumGetBox(CellContentHorizontalAlignment_$type, b), enumGetBox(CellContentHorizontalAlignment_$type, this.i));
|
|
487
421
|
}
|
|
488
422
|
},
|
|
489
423
|
enumerable: false,
|
|
490
424
|
configurable: true
|
|
491
425
|
});
|
|
492
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
426
|
+
Object.defineProperty(GridFilterDialog.prototype, "an", {
|
|
493
427
|
get: function () {
|
|
494
|
-
return this.
|
|
428
|
+
return this.al;
|
|
495
429
|
},
|
|
496
430
|
set: function (a) {
|
|
497
|
-
var b = this.
|
|
498
|
-
this.
|
|
499
|
-
if (b != this.
|
|
500
|
-
this.
|
|
431
|
+
var b = this.al;
|
|
432
|
+
this.al = a;
|
|
433
|
+
if (b != this.al) {
|
|
434
|
+
this.bj("CellPaddingLeft", b, this.al);
|
|
501
435
|
}
|
|
502
436
|
},
|
|
503
437
|
enumerable: false,
|
|
504
438
|
configurable: true
|
|
505
439
|
});
|
|
506
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
440
|
+
Object.defineProperty(GridFilterDialog.prototype, "ao", {
|
|
507
441
|
get: function () {
|
|
508
|
-
return this.
|
|
442
|
+
return this.am;
|
|
509
443
|
},
|
|
510
444
|
set: function (a) {
|
|
511
|
-
var b = this.
|
|
512
|
-
this.
|
|
513
|
-
if (b != this.
|
|
514
|
-
this.
|
|
445
|
+
var b = this.am;
|
|
446
|
+
this.am = a;
|
|
447
|
+
if (b != this.am) {
|
|
448
|
+
this.bj("CellPaddingRight", b, this.am);
|
|
515
449
|
}
|
|
516
450
|
},
|
|
517
451
|
enumerable: false,
|
|
518
452
|
configurable: true
|
|
519
453
|
});
|
|
520
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
454
|
+
Object.defineProperty(GridFilterDialog.prototype, "bw", {
|
|
521
455
|
get: function () {
|
|
522
|
-
return this.
|
|
456
|
+
return this.bs;
|
|
523
457
|
},
|
|
524
458
|
set: function (a) {
|
|
525
|
-
var b = this.
|
|
526
|
-
this.
|
|
527
|
-
if (b != this.
|
|
528
|
-
this.
|
|
459
|
+
var b = this.bs;
|
|
460
|
+
this.bs = a;
|
|
461
|
+
if (b != this.bs) {
|
|
462
|
+
this.bj("IconColor", b, this.bs);
|
|
529
463
|
}
|
|
530
464
|
},
|
|
531
465
|
enumerable: false,
|
|
532
466
|
configurable: true
|
|
533
467
|
});
|
|
534
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
468
|
+
Object.defineProperty(GridFilterDialog.prototype, "ak", {
|
|
535
469
|
get: function () {
|
|
536
|
-
return this.
|
|
470
|
+
return this.ah;
|
|
537
471
|
},
|
|
538
472
|
set: function (a) {
|
|
539
|
-
var b = this.
|
|
540
|
-
this.
|
|
541
|
-
if (b != this.
|
|
542
|
-
this.
|
|
473
|
+
var b = this.ah;
|
|
474
|
+
this.ah = a;
|
|
475
|
+
if (b != this.ah) {
|
|
476
|
+
this.bj("ViewSize", b, this.ah);
|
|
543
477
|
}
|
|
544
478
|
},
|
|
545
479
|
enumerable: false,
|
|
546
480
|
configurable: true
|
|
547
481
|
});
|
|
548
|
-
Object.defineProperty(GridFilterDialog.prototype, "
|
|
482
|
+
Object.defineProperty(GridFilterDialog.prototype, "ac", {
|
|
549
483
|
get: function () {
|
|
550
|
-
return this.
|
|
484
|
+
return this.v.bx;
|
|
551
485
|
},
|
|
552
486
|
enumerable: false,
|
|
553
487
|
configurable: true
|
|
554
488
|
});
|
|
555
|
-
GridFilterDialog.prototype.
|
|
556
|
-
this.
|
|
489
|
+
GridFilterDialog.prototype.bj = function (a, b, c) {
|
|
490
|
+
this.bm(a, b, c);
|
|
557
491
|
if (this.propertyChanged != null) {
|
|
558
492
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
559
493
|
}
|
|
560
494
|
};
|
|
561
|
-
GridFilterDialog.prototype.
|
|
495
|
+
GridFilterDialog.prototype.bm = function (a, b, c) {
|
|
562
496
|
switch (a) {
|
|
563
497
|
case "PixelScalingRatio":
|
|
564
|
-
this.
|
|
498
|
+
this.ai = this.aj;
|
|
565
499
|
break;
|
|
566
500
|
case "ActualPixelScalingRatio":
|
|
567
|
-
this.
|
|
501
|
+
this.s.z();
|
|
568
502
|
break;
|
|
569
503
|
case "IconHorizontalAlignment":
|
|
570
504
|
case "IconColor":
|
|
@@ -572,59 +506,88 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
572
506
|
case "CellPaddingLeft":
|
|
573
507
|
case "CellPaddingRight":
|
|
574
508
|
case "ViewSize":
|
|
575
|
-
this.
|
|
509
|
+
this.s.z();
|
|
576
510
|
break;
|
|
577
511
|
}
|
|
578
512
|
};
|
|
579
|
-
GridFilterDialog.prototype.
|
|
580
|
-
this.
|
|
513
|
+
GridFilterDialog.prototype.bn = function (a, b, c) {
|
|
514
|
+
this.s.v(a, b, c);
|
|
515
|
+
this.bg();
|
|
516
|
+
};
|
|
517
|
+
Object.defineProperty(GridFilterDialog.prototype, "n", {
|
|
518
|
+
get: function () {
|
|
519
|
+
return this.m;
|
|
520
|
+
},
|
|
521
|
+
set: function (a) {
|
|
522
|
+
var b = this.m;
|
|
523
|
+
this.m = a;
|
|
524
|
+
if (this.m != b) {
|
|
525
|
+
this.bf(b, this.m);
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
enumerable: false,
|
|
529
|
+
configurable: true
|
|
530
|
+
});
|
|
531
|
+
GridFilterDialog.prototype.bf = function (a, b) {
|
|
532
|
+
this.x = true;
|
|
581
533
|
};
|
|
582
|
-
GridFilterDialog.prototype.
|
|
583
|
-
var
|
|
584
|
-
|
|
534
|
+
GridFilterDialog.prototype.bg = function () {
|
|
535
|
+
var _this = this;
|
|
536
|
+
NativeUIComponent.au(this.s.p(), 18, function (a) {
|
|
537
|
+
var b = a;
|
|
538
|
+
_this.v = b;
|
|
539
|
+
_this.v.b0 = 16;
|
|
540
|
+
_this.v.b4 = BrushUtil.h(0, 0, 0, 0);
|
|
541
|
+
_this.v.bq = runOn(_this, _this.a6);
|
|
542
|
+
_this.v.by = false;
|
|
543
|
+
_this.s.r(_this.v);
|
|
544
|
+
_this.v.c = 1;
|
|
545
|
+
_this.v.b1 = _this;
|
|
546
|
+
});
|
|
547
|
+
};
|
|
548
|
+
GridFilterDialog.prototype.a6 = function (a, b) {
|
|
549
|
+
if (this.x) {
|
|
550
|
+
this.x = false;
|
|
551
|
+
this.v.b1 = this.n;
|
|
552
|
+
}
|
|
553
|
+
if (this.n != null) {
|
|
554
|
+
if (this.n.grid != null) {
|
|
555
|
+
this.n.grid.va();
|
|
556
|
+
}
|
|
557
|
+
this.n.mx();
|
|
558
|
+
}
|
|
585
559
|
if (this.dialogOpening != null) {
|
|
586
560
|
var c = new GridFilterDialogOpeningEventArgs();
|
|
587
561
|
this.dialogOpening(this, c);
|
|
588
|
-
this.m = c.a;
|
|
589
|
-
}
|
|
590
|
-
this.bk(this.m);
|
|
591
|
-
if (this.m != null) {
|
|
592
|
-
var d = this.m;
|
|
593
|
-
d.propertyChanged = delegateCombine(d.propertyChanged, runOn(this, this.a3));
|
|
594
562
|
}
|
|
595
563
|
};
|
|
596
|
-
GridFilterDialog.prototype.
|
|
564
|
+
GridFilterDialog.prototype.a8 = function (a, b) {
|
|
597
565
|
switch (b.propertyName) {
|
|
598
|
-
case "IsHidden":
|
|
599
|
-
this.a2();
|
|
600
|
-
break;
|
|
566
|
+
case "IsHidden": break;
|
|
601
567
|
}
|
|
602
568
|
};
|
|
603
|
-
GridFilterDialog.prototype.
|
|
604
|
-
this.r.ac(a);
|
|
605
|
-
};
|
|
606
|
-
GridFilterDialog.prototype.a9 = function () {
|
|
569
|
+
GridFilterDialog.prototype.bh = function () {
|
|
607
570
|
};
|
|
608
|
-
GridFilterDialog.prototype.
|
|
609
|
-
a.onModified = delegateRemove(a.onModified, runOn(this, this.
|
|
571
|
+
GridFilterDialog.prototype.bi = function (a, b) {
|
|
572
|
+
a.onModified = delegateRemove(a.onModified, runOn(this, this.bl));
|
|
610
573
|
if (b) {
|
|
611
|
-
this.
|
|
574
|
+
this.bp();
|
|
612
575
|
}
|
|
613
576
|
else {
|
|
614
|
-
this.
|
|
577
|
+
this.bo(a, true);
|
|
615
578
|
}
|
|
616
579
|
this.f = null;
|
|
617
580
|
};
|
|
618
|
-
GridFilterDialog.prototype.
|
|
619
|
-
this.
|
|
620
|
-
if (this.
|
|
581
|
+
GridFilterDialog.prototype.a9 = function () {
|
|
582
|
+
this.s.s();
|
|
583
|
+
if (this.w == null) {
|
|
621
584
|
var a = new AnimationKeyFrameEffectTiming();
|
|
622
585
|
a.g = 200;
|
|
623
586
|
a.b = 0;
|
|
624
|
-
this.
|
|
587
|
+
this.w = KeyFrameAnimationFactory.f.c(this.s.a(a).m(new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(1, 1)));
|
|
625
588
|
}
|
|
626
589
|
};
|
|
627
|
-
GridFilterDialog.prototype.
|
|
590
|
+
GridFilterDialog.prototype.bq = function () {
|
|
628
591
|
var _this = this;
|
|
629
592
|
if (this.filterChanged != null) {
|
|
630
593
|
this.filterChanged(this, ((function () {
|
|
@@ -634,7 +597,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
634
597
|
})()));
|
|
635
598
|
}
|
|
636
599
|
};
|
|
637
|
-
GridFilterDialog.prototype.
|
|
600
|
+
GridFilterDialog.prototype.bp = function () {
|
|
638
601
|
if (this.filterChanged != null) {
|
|
639
602
|
this.filterChanged(this, ((function () {
|
|
640
603
|
var $ret = new GridFilterDialogFilterChangeEventArgs();
|
|
@@ -643,7 +606,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
643
606
|
})()));
|
|
644
607
|
}
|
|
645
608
|
};
|
|
646
|
-
GridFilterDialog.prototype.
|
|
609
|
+
GridFilterDialog.prototype.bo = function (a, b) {
|
|
647
610
|
var c = this.e(a);
|
|
648
611
|
if (b) {
|
|
649
612
|
if (this.filterChanged != null) {
|
|
@@ -687,7 +650,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
687
650
|
if (e == null) {
|
|
688
651
|
e = b;
|
|
689
652
|
}
|
|
690
|
-
if (this.
|
|
653
|
+
if (this.ae(a, a.f._inner[f])) {
|
|
691
654
|
continue;
|
|
692
655
|
}
|
|
693
656
|
e.add(this.d(a.f._inner[f]));
|
|
@@ -697,7 +660,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
697
660
|
}
|
|
698
661
|
return b;
|
|
699
662
|
};
|
|
700
|
-
GridFilterDialog.prototype.
|
|
663
|
+
GridFilterDialog.prototype.ae = function (a, b) {
|
|
701
664
|
var c = 0;
|
|
702
665
|
for (var d = 0; d < b.e.length; d++) {
|
|
703
666
|
if (b.e[d] == b.l) {
|
|
@@ -714,14 +677,14 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
714
677
|
return false;
|
|
715
678
|
};
|
|
716
679
|
GridFilterDialog.prototype.g = function (a, b, c, d) {
|
|
717
|
-
var e = this.
|
|
680
|
+
var e = this.aq(c, d);
|
|
718
681
|
if (a > e) {
|
|
719
682
|
b.e();
|
|
720
683
|
return b.d();
|
|
721
684
|
}
|
|
722
685
|
return null;
|
|
723
686
|
};
|
|
724
|
-
GridFilterDialog.prototype.
|
|
687
|
+
GridFilterDialog.prototype.aq = function (a, b) {
|
|
725
688
|
var c = a.c(b);
|
|
726
689
|
if (c == null) {
|
|
727
690
|
return 0;
|
|
@@ -729,7 +692,7 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
729
692
|
return a.e.indexOf(c);
|
|
730
693
|
};
|
|
731
694
|
GridFilterDialog.prototype.h = function (a, b, c, d) {
|
|
732
|
-
var e = this.
|
|
695
|
+
var e = this.aq(c, d);
|
|
733
696
|
if (a < e) {
|
|
734
697
|
var f = c.b(d);
|
|
735
698
|
var g = new ColumnFilterConditionGroup();
|
|
@@ -748,56 +711,56 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
748
711
|
GridFilterDialog.prototype.c = function (a) {
|
|
749
712
|
return EnumUtil.getEnumValue(ColumnComparisonConditionOperatorType_$type, EnumUtil.parse(ColumnComparisonConditionOperatorType_$type, a, true));
|
|
750
713
|
};
|
|
751
|
-
GridFilterDialog.prototype.
|
|
752
|
-
this.
|
|
714
|
+
GridFilterDialog.prototype.bl = function (a) {
|
|
715
|
+
this.bo(a, false);
|
|
753
716
|
};
|
|
754
|
-
GridFilterDialog.prototype.
|
|
717
|
+
GridFilterDialog.prototype.t = function (a, b) {
|
|
755
718
|
var c = new GridFilterDialogViewModel();
|
|
756
719
|
if (a != null) {
|
|
757
|
-
this.
|
|
720
|
+
this.a7(c, a, b);
|
|
758
721
|
}
|
|
759
722
|
else {
|
|
760
723
|
var d = new GridFilterDialogViewModelRow();
|
|
761
724
|
d.f = b;
|
|
762
725
|
d.e = GridFilterDialog.a(b);
|
|
763
726
|
d.d = GridFilterDialog.b(b);
|
|
764
|
-
d.l = GridFilterDialog.
|
|
727
|
+
d.l = GridFilterDialog.az(b[0]);
|
|
765
728
|
c.f.add(d);
|
|
766
729
|
}
|
|
767
730
|
return c;
|
|
768
731
|
};
|
|
769
|
-
GridFilterDialog.prototype.
|
|
732
|
+
GridFilterDialog.prototype.a7 = function (a, b, c) {
|
|
770
733
|
if (b.isGroup()) {
|
|
771
734
|
var d = b;
|
|
772
735
|
for (var e = 0; e < d.count; e++) {
|
|
773
736
|
var f = d.item(e);
|
|
774
|
-
this.
|
|
737
|
+
this.a7(a, f, c);
|
|
775
738
|
}
|
|
776
739
|
}
|
|
777
740
|
else {
|
|
778
|
-
a.f.add(this.
|
|
741
|
+
a.f.add(this.u(b, c));
|
|
779
742
|
}
|
|
780
743
|
};
|
|
781
|
-
GridFilterDialog.prototype.
|
|
744
|
+
GridFilterDialog.prototype.u = function (a, b) {
|
|
782
745
|
var c = new GridFilterDialogViewModelRow();
|
|
783
|
-
c.l = GridFilterDialog.
|
|
746
|
+
c.l = GridFilterDialog.az(a.operator);
|
|
784
747
|
c.f = b;
|
|
785
748
|
c.e = GridFilterDialog.a(b);
|
|
786
|
-
c.i = GridFilterDialog.
|
|
787
|
-
c.j = GridFilterDialog.
|
|
749
|
+
c.i = GridFilterDialog.at(GridFilterDialog.ap(a.operator), a.operator, a);
|
|
750
|
+
c.j = GridFilterDialog.au(GridFilterDialog.ap(a.operator), a.operator, a);
|
|
788
751
|
c.d = GridFilterDialog.b(b);
|
|
789
752
|
return c;
|
|
790
753
|
};
|
|
791
|
-
GridFilterDialog.
|
|
754
|
+
GridFilterDialog.ap = function (a) {
|
|
792
755
|
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
793
756
|
};
|
|
794
|
-
GridFilterDialog.
|
|
757
|
+
GridFilterDialog.at = function (a, b, c) {
|
|
795
758
|
if (a == 0) {
|
|
796
759
|
return "";
|
|
797
760
|
}
|
|
798
761
|
return c.value != null ? c.value.toString() : "";
|
|
799
762
|
};
|
|
800
|
-
GridFilterDialog.
|
|
763
|
+
GridFilterDialog.au = function (a, b, c) {
|
|
801
764
|
return "";
|
|
802
765
|
};
|
|
803
766
|
GridFilterDialog.b = function (a) {
|
|
@@ -810,81 +773,138 @@ var GridFilterDialog = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
810
773
|
}
|
|
811
774
|
return b;
|
|
812
775
|
};
|
|
813
|
-
GridFilterDialog.
|
|
776
|
+
GridFilterDialog.az = function (a) {
|
|
814
777
|
return EnumUtil.getName(ColumnComparisonConditionOperatorType_$type, a);
|
|
815
778
|
};
|
|
816
|
-
GridFilterDialog.prototype.
|
|
817
|
-
this.
|
|
779
|
+
GridFilterDialog.prototype.be = function (a, b) {
|
|
780
|
+
this.s.w(a, b);
|
|
818
781
|
};
|
|
819
|
-
GridFilterDialog.prototype.
|
|
820
|
-
this.
|
|
782
|
+
GridFilterDialog.prototype.bd = function () {
|
|
783
|
+
this.s.u();
|
|
821
784
|
};
|
|
822
|
-
GridFilterDialog.prototype.
|
|
785
|
+
GridFilterDialog.prototype.bc = function (a, b, c) {
|
|
823
786
|
var d = Geometry.a("M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z");
|
|
824
787
|
c.an = d;
|
|
825
|
-
c._fill = this.
|
|
788
|
+
c._fill = this.bw == null ? GridStyleRepository.a5 : this.bw;
|
|
826
789
|
};
|
|
827
|
-
GridFilterDialog.prototype.
|
|
790
|
+
GridFilterDialog.prototype.br = function () {
|
|
828
791
|
var _this = this;
|
|
829
|
-
this.
|
|
830
|
-
if (NativeUI.g(this.
|
|
792
|
+
this.y = false;
|
|
793
|
+
if (NativeUI.g(this.s.q) == 1) {
|
|
831
794
|
return;
|
|
832
795
|
}
|
|
833
|
-
if (this.
|
|
834
|
-
this.
|
|
835
|
-
if (this.
|
|
836
|
-
this.
|
|
796
|
+
if (this.ab) {
|
|
797
|
+
this.a9();
|
|
798
|
+
if (this.w.playbackRate < 0) {
|
|
799
|
+
this.w.reverse();
|
|
837
800
|
}
|
|
838
801
|
else {
|
|
839
|
-
this.
|
|
802
|
+
this.w.play();
|
|
840
803
|
}
|
|
841
|
-
this.
|
|
804
|
+
this.w.finished.f(function (a) { return _this.w.commitStyles(); });
|
|
842
805
|
}
|
|
843
806
|
else {
|
|
844
|
-
NativeUI.y(this.
|
|
807
|
+
NativeUI.y(this.s.q, 1);
|
|
845
808
|
}
|
|
846
809
|
};
|
|
847
|
-
GridFilterDialog.prototype.
|
|
810
|
+
GridFilterDialog.prototype.bb = function () {
|
|
848
811
|
var _this = this;
|
|
849
|
-
this.
|
|
850
|
-
if (!this.
|
|
851
|
-
if (this.
|
|
852
|
-
this.
|
|
853
|
-
if (this.
|
|
854
|
-
this.
|
|
812
|
+
this.y = true;
|
|
813
|
+
if (!this.ac) {
|
|
814
|
+
if (this.ab) {
|
|
815
|
+
this.a9();
|
|
816
|
+
if (this.w.playbackRate < 0) {
|
|
817
|
+
this.w.play();
|
|
855
818
|
}
|
|
856
819
|
else {
|
|
857
|
-
this.
|
|
820
|
+
this.w.reverse();
|
|
858
821
|
}
|
|
859
|
-
this.
|
|
822
|
+
this.w.finished.f(function (a) { return _this.w.commitStyles(); });
|
|
860
823
|
}
|
|
861
824
|
else {
|
|
862
|
-
NativeUI.y(this.
|
|
825
|
+
NativeUI.y(this.s.q, 0);
|
|
863
826
|
}
|
|
864
|
-
this.
|
|
827
|
+
this.y = false;
|
|
865
828
|
}
|
|
866
829
|
};
|
|
867
|
-
GridFilterDialog.prototype
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
830
|
+
Object.defineProperty(GridFilterDialog.prototype, "commandCompleted", {
|
|
831
|
+
get: function () {
|
|
832
|
+
return this._commandCompleted;
|
|
833
|
+
},
|
|
834
|
+
set: function (a) {
|
|
835
|
+
this._commandCompleted = a;
|
|
836
|
+
},
|
|
837
|
+
enumerable: false,
|
|
838
|
+
configurable: true
|
|
839
|
+
});
|
|
840
|
+
Object.defineProperty(GridFilterDialog.prototype, "invalidateActions", {
|
|
841
|
+
get: function () {
|
|
842
|
+
return this._invalidateActions;
|
|
843
|
+
},
|
|
844
|
+
set: function (a) {
|
|
845
|
+
this._invalidateActions = a;
|
|
846
|
+
},
|
|
847
|
+
enumerable: false,
|
|
848
|
+
configurable: true
|
|
849
|
+
});
|
|
850
|
+
GridFilterDialog.prototype.bk = function () {
|
|
851
|
+
if (this.renderCompleted != null) {
|
|
852
|
+
this.renderCompleted(this, new FilterDialogRenderCompletedEventArgs());
|
|
872
853
|
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
this.
|
|
854
|
+
};
|
|
855
|
+
GridFilterDialog.prototype.ba = function () {
|
|
856
|
+
if (this.v != null) {
|
|
857
|
+
if (this.n != null && this.v.b1 != this.n) {
|
|
858
|
+
this.v.b1 = this.n;
|
|
859
|
+
}
|
|
877
860
|
}
|
|
878
861
|
};
|
|
879
|
-
GridFilterDialog.prototype.
|
|
880
|
-
|
|
862
|
+
GridFilterDialog.prototype.getDesiredToolbarActions = function () {
|
|
863
|
+
if (!GridFilterDialog.aa) {
|
|
864
|
+
GridFilterDialog.aa = true;
|
|
865
|
+
SvgIconRegistry.instance.addSvgPathString("XGrid", "DotDotDot", GridFilterDialog.ay);
|
|
866
|
+
}
|
|
867
|
+
var a = new ToolActionIconMenuInfo();
|
|
868
|
+
a.name = "DataGridColumnOptionsPlaceholder";
|
|
869
|
+
a.iconCollectionName = "XGrid";
|
|
870
|
+
a.iconName = "DotDotDot";
|
|
871
|
+
a.iconViewBoxWidth = 24;
|
|
872
|
+
a.iconViewBoxHeight = 24;
|
|
873
|
+
a.paddingBottom = 0;
|
|
874
|
+
a.paddingTop = 0;
|
|
875
|
+
a.paddingRight = 0;
|
|
876
|
+
a.paddingLeft = 0;
|
|
877
|
+
a.showArrowIcon = false;
|
|
878
|
+
a.density = 4;
|
|
879
|
+
a.name = "DataGridColumnOptions";
|
|
880
|
+
a.tooltipDelay = 500;
|
|
881
|
+
var b = [a];
|
|
882
|
+
return b;
|
|
881
883
|
};
|
|
882
|
-
GridFilterDialog.prototype.
|
|
883
|
-
|
|
884
|
-
|
|
884
|
+
GridFilterDialog.prototype.addCommandAvailabilityListener = function (a) {
|
|
885
|
+
};
|
|
886
|
+
GridFilterDialog.prototype.removeCommandAvailabilityListener = function (a) {
|
|
887
|
+
};
|
|
888
|
+
GridFilterDialog.prototype.addCommandStateChangedListener = function (a) {
|
|
889
|
+
};
|
|
890
|
+
GridFilterDialog.prototype.removeCommandStateChangedListener = function (a) {
|
|
891
|
+
};
|
|
892
|
+
GridFilterDialog.prototype.onToolCommandExecuting = function (a) {
|
|
893
|
+
return 0;
|
|
894
|
+
};
|
|
895
|
+
GridFilterDialog.prototype.provideContextAccessor = function (a) {
|
|
896
|
+
};
|
|
897
|
+
GridFilterDialog.prototype.ad = function (e_) {
|
|
898
|
+
var a = e_.originalEvent.srcElement;
|
|
899
|
+
var b = e_.originalEvent.target;
|
|
900
|
+
if (this.s.m.rootWrapper.getNativeElement().contains(a) || this.s.m.rootWrapper.getNativeElement().contains(b)) {
|
|
901
|
+
return true;
|
|
885
902
|
}
|
|
903
|
+
return false;
|
|
886
904
|
};
|
|
887
|
-
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type]);
|
|
905
|
+
GridFilterDialog.$t = markType(GridFilterDialog, 'GridFilterDialog', Base.$, [INotifyPropertyChanged_$type, IToolbarTarget_$type]);
|
|
906
|
+
GridFilterDialog.aa = false;
|
|
907
|
+
GridFilterDialog.ay = "M12 14c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 14 12 14 z M12 8c -1.1 0 -2 -0.9 -2 -2 s0.9 -2 2 -2 s2 0.9 2 2 S13.1 8 12 8z M12 16 c1.1 0 2 0.9 2 2s -0.9 2 -2 2 s-2 -0.9 -2 -2 S10.9 16 12 16z";
|
|
888
908
|
return GridFilterDialog;
|
|
889
909
|
}(Base));
|
|
890
910
|
export { GridFilterDialog };
|
|
@@ -916,7 +936,7 @@ var GridFilterDialogViewModel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
916
936
|
a.f = b;
|
|
917
937
|
a.e = GridFilterDialog.a(b);
|
|
918
938
|
a.d = GridFilterDialog.b(b);
|
|
919
|
-
a.l = GridFilterDialog.
|
|
939
|
+
a.l = GridFilterDialog.az(b[0]);
|
|
920
940
|
this.f.add(a);
|
|
921
941
|
};
|
|
922
942
|
GridFilterDialogViewModel.prototype.u = function (a) {
|