igniteui-webcomponents-grids 5.1.0 → 5.1.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +29294 -22265
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/BaseEditorView.js +36 -30
- package/esm2015/lib/CanvasCellPresenterBase.js +17 -17
- package/esm2015/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +377 -361
- package/esm2015/lib/CanvasImageCell.js +30 -30
- package/esm2015/lib/CanvasImageCellPresenter.js +17 -17
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CanvasSummaryCell.js +50 -50
- package/esm2015/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm2015/lib/CellPresenterBase.js +40 -38
- package/esm2015/lib/CheckboxListBridge.js +88 -23
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +617 -520
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +13473 -10334
- package/esm2015/lib/ColumnGroupingView_combined.js +6 -5
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinningView_combined.js +15 -15
- package/esm2015/lib/ColumnSummaryDescription.js +53 -46
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm2015/lib/ComboEditorView.js +119 -117
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm2015/lib/ContentCellModelHelper.js +19 -19
- package/esm2015/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -2
- package/esm2015/lib/DateEditorView.js +94 -94
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +3 -2
- package/esm2015/lib/DraggerView.js +1 -1
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +295 -279
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm2015/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +33 -0
- package/esm2015/lib/GridConditionalStyle.js +7 -0
- package/esm2015/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm2015/lib/GridConditionalStyleCollection.js +7 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +615 -0
- package/esm2015/lib/GridConditionalStylePropertyCollection.js +21 -0
- package/esm2015/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +308 -301
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +21 -3
- package/esm2015/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm2015/lib/GridStyleRepository.js +206 -173
- package/esm2015/lib/ISummaryChooserView_combined.js +10 -10
- package/esm2015/lib/ImageCell.js +60 -60
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +6 -2
- package/esm2015/lib/NumericCell.js +5 -5
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +66 -66
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +9 -9
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +23 -17
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +3 -3
- package/esm2015/lib/TextCell.js +30 -30
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextEditorView.js +78 -78
- package/esm2015/lib/TextHeaderCell.js +149 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -32
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +177 -177
- package/esm2015/lib/igc-checkbox-list-component.js +131 -79
- package/esm2015/lib/igc-checkbox-list-index-type-changed-event-args.js +44 -0
- package/esm2015/lib/igc-checkbox-list-keys-cleared-event-args.js +30 -0
- package/esm2015/lib/igc-column-moving-separator-component.js +15 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm2015/lib/igc-column-summary-description.js +24 -15
- package/esm2015/lib/igc-combo-box-column-component.js +16 -10
- package/esm2015/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm2015/lib/igc-data-grid-column-component.js +182 -160
- package/esm2015/lib/igc-data-grid-component.js +50 -24
- package/esm2015/lib/igc-data-grid-core-module.js +5 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +51 -20
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +29 -23
- package/esm2015/lib/igc-definition-base-component.js +317 -111
- package/esm2015/lib/igc-edit-row-definition-component.js +6 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-editor-definition-component.js +6 -0
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +18 -12
- package/esm2015/lib/igc-grid-compound-conditional-style-component.js +88 -0
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +48 -0
- package/esm2015/lib/igc-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-component.js +413 -0
- package/esm2015/lib/igc-grid-conditional-style-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +400 -0
- package/esm2015/lib/igc-grid-conditional-style-property-module.js +16 -0
- package/esm2015/lib/igc-header-component.js +30 -24
- package/esm2015/lib/igc-header-row-separator-component.js +6 -0
- package/esm2015/lib/igc-header-separator-component.js +6 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +18 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +41 -35
- package/esm2015/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm2015/lib/igc-row-separator-component.js +6 -0
- package/esm2015/lib/igc-section-footer-component.js +6 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +30 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +30 -24
- package/esm2015/lib/igc-summary-row-root-component.js +6 -0
- package/esm2015/lib/igc-summary-row-section-component.js +6 -0
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-component.js +6 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-component.js +6 -0
- package/esm2015/lib/igc-template-section-header-component.js +6 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +15 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/lib/igc-text-header-component.js +6 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-component.js +94 -0
- package/esm2015/lib/igc-text-icon-set-conditional-style-module.js +16 -0
- package/esm2015/public_api.js +36 -4
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/BaseEditorView.js +36 -30
- package/esm5/lib/CanvasCellPresenterBase.js +17 -17
- package/esm5/lib/CanvasContentCellModelHelper.js +26 -26
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +375 -359
- package/esm5/lib/CanvasImageCell.js +29 -29
- package/esm5/lib/CanvasImageCellPresenter.js +17 -17
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/CanvasSummaryCell.js +50 -50
- package/esm5/lib/CanvasSummaryCellPresenter.js +10 -10
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +20 -20
- package/esm5/lib/CellPresenterBase.js +40 -38
- package/esm5/lib/CheckboxListBridge.js +88 -23
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +599 -498
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +13154 -9751
- package/esm5/lib/ColumnGroupingView_combined.js +6 -5
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinningView_combined.js +15 -15
- package/esm5/lib/ColumnSummaryDescription.js +56 -45
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +4 -2
- package/esm5/lib/ComboEditorView.js +116 -114
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +12 -12
- package/esm5/lib/ContentCellModelHelper.js +19 -19
- package/esm5/lib/DataGridCellLayoutPanel.js +21 -21
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -2
- package/esm5/lib/DateEditorView.js +92 -92
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +3 -2
- package/esm5/lib/DraggerView.js +1 -1
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +286 -270
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +23 -22
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -18
- package/esm5/lib/GridCompoundConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +43 -0
- package/esm5/lib/GridConditionalStyle.js +7 -0
- package/esm5/lib/GridConditionalStyleBoundType.js +16 -0
- package/esm5/lib/GridConditionalStyleCollection.js +7 -0
- package/esm5/lib/GridConditionalStyleProperty.js +761 -0
- package/esm5/lib/GridConditionalStylePropertyCollection.js +22 -0
- package/esm5/lib/GridConditionalStylePropertyStylingType.js +18 -0
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +311 -291
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridSelectedKeysCollection.js +54 -3
- package/esm5/lib/GridSortIndicatorView_combined.js +1 -1
- package/esm5/lib/GridStyleRepository.js +248 -203
- package/esm5/lib/ISummaryChooserView_combined.js +10 -10
- package/esm5/lib/ImageCell.js +60 -60
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +34 -34
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +6 -2
- package/esm5/lib/NumericCell.js +5 -5
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +66 -66
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +9 -9
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +22 -16
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +3 -3
- package/esm5/lib/TextCell.js +30 -30
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextEditorView.js +78 -78
- package/esm5/lib/TextHeaderCell.js +147 -151
- package/esm5/lib/TextHeaderCellPresenter.js +38 -32
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +177 -177
- package/esm5/lib/igc-checkbox-list-component.js +141 -79
- package/esm5/lib/igc-checkbox-list-index-type-changed-event-args.js +58 -0
- package/esm5/lib/igc-checkbox-list-keys-cleared-event-args.js +36 -0
- package/esm5/lib/igc-column-moving-separator-component.js +15 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +12 -6
- package/esm5/lib/igc-column-summary-description.js +28 -15
- package/esm5/lib/igc-combo-box-column-component.js +16 -10
- package/esm5/lib/igc-data-grid-all-columns-module.js +4 -0
- package/esm5/lib/igc-data-grid-column-component.js +182 -160
- package/esm5/lib/igc-data-grid-component.js +55 -24
- package/esm5/lib/igc-data-grid-core-module.js +5 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +59 -20
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +29 -23
- package/esm5/lib/igc-definition-base-component.js +389 -112
- package/esm5/lib/igc-edit-row-definition-component.js +6 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-editor-definition-component.js +6 -0
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +18 -12
- package/esm5/lib/igc-grid-compound-conditional-style-component.js +101 -0
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +62 -0
- package/esm5/lib/igc-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-component.js +500 -0
- package/esm5/lib/igc-grid-conditional-style-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +535 -0
- package/esm5/lib/igc-grid-conditional-style-property-module.js +20 -0
- package/esm5/lib/igc-header-component.js +30 -24
- package/esm5/lib/igc-header-row-separator-component.js +6 -0
- package/esm5/lib/igc-header-separator-component.js +6 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +18 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +24 -24
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +41 -35
- package/esm5/lib/igc-pinned-area-separator-component.js +6 -0
- package/esm5/lib/igc-row-separator-component.js +6 -0
- package/esm5/lib/igc-section-footer-component.js +6 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +30 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +30 -24
- package/esm5/lib/igc-summary-row-root-component.js +6 -0
- package/esm5/lib/igc-summary-row-section-component.js +6 -0
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-component.js +6 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-component.js +6 -0
- package/esm5/lib/igc-template-section-header-component.js +6 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +15 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/lib/igc-text-header-component.js +6 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-component.js +107 -0
- package/esm5/lib/igc-text-icon-set-conditional-style-module.js +20 -0
- package/esm5/public_api.js +36 -4
- package/fesm2015/igniteui-webcomponents-grids.js +20008 -13895
- package/fesm5/igniteui-webcomponents-grids.js +29263 -22269
- package/grids/combined.js +9215 -9187
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/BaseEditorView.d.ts +12 -11
- package/lib/CanvasGridCellBase.d.ts +113 -110
- package/lib/CanvasImageCell.d.ts +13 -13
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +14 -14
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListBridge.d.ts +20 -9
- package/lib/CheckboxListExternal.d.ts +6 -6
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListViewExternal.d.ts +20 -0
- package/lib/CheckboxListView_combined.d.ts +135 -121
- package/lib/ColumnFilterCondition_combined.d.ts +2301 -1956
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnSummaryDescription.d.ts +21 -18
- package/lib/ComboEditorView.d.ts +17 -17
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DateEditorView.d.ts +14 -14
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +92 -89
- package/lib/GridCompoundConditionalStyle.d.ts +1 -0
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +14 -0
- package/lib/GridConditionalStyle.d.ts +1 -0
- package/lib/GridConditionalStyleBoundType.d.ts +9 -0
- package/lib/GridConditionalStyleCollection.d.ts +1 -0
- package/lib/GridConditionalStyleProperty.d.ts +127 -0
- package/lib/GridConditionalStylePropertyCollection.d.ts +10 -0
- package/lib/GridConditionalStylePropertyStylingType.d.ts +11 -0
- package/lib/GridFilterDialogView_combined.d.ts +103 -79
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridSelectedKeysCollection.d.ts +6 -2
- package/lib/GridStyleRepository.d.ts +68 -62
- package/lib/ICellActionManager.d.ts +1 -1
- package/lib/ICellPresenter.d.ts +1 -1
- package/lib/ICellRenderingEngine.d.ts +1 -1
- package/lib/IDataAdapter.d.ts +1 -1
- package/lib/IDragger.d.ts +1 -1
- package/lib/IDraggerView.d.ts +1 -1
- package/lib/IExternalDefinitionBase.d.ts +1 -1
- package/lib/IExternalGrid.d.ts +1 -1
- package/lib/IGridInfoRequestor.d.ts +1 -1
- package/lib/ISummaryChooserView.d.ts +1 -1
- package/lib/ImageCell.d.ts +18 -18
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NumericCell.d.ts +1 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +4 -4
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -6
- package/lib/TemplateSectionHeader.d.ts +3 -3
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextEditorView.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-checkbox-list-index-type-changed-event-args.d.ts +17 -0
- package/lib/igc-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igc-column-summary-description.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
- package/lib/igc-definition-base-component.d.ts +63 -0
- package/lib/igc-grid-compound-conditional-style-component.d.ts +19 -0
- package/lib/igc-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igc-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-component.d.ts +80 -0
- package/lib/igc-grid-conditional-style-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +101 -0
- package/lib/igc-grid-conditional-style-property-module.d.ts +3 -0
- package/lib/igc-text-icon-set-conditional-style-component.d.ts +22 -0
- package/lib/igc-text-icon-set-conditional-style-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +36 -4
|
@@ -17,22 +17,22 @@ export let TemplateHeader = /*@__PURE__*/ (() => {
|
|
|
17
17
|
super();
|
|
18
18
|
this.cellUpdating = null;
|
|
19
19
|
}
|
|
20
|
-
|
|
20
|
+
n(a) {
|
|
21
21
|
return new TemplateHeaderCellModel();
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
d2(a, b, c) {
|
|
24
24
|
let d = "template-header-" + a.a5.toString();
|
|
25
25
|
return d;
|
|
26
26
|
}
|
|
27
|
-
|
|
28
|
-
super.
|
|
27
|
+
eo(a, b, c, d) {
|
|
28
|
+
super.eo(a, b, c, d);
|
|
29
29
|
let e = a;
|
|
30
|
-
let f = b.
|
|
31
|
-
e.
|
|
32
|
-
e.n = f.
|
|
33
|
-
e.
|
|
30
|
+
let f = b.cf(a.l);
|
|
31
|
+
e.mh = f.k3;
|
|
32
|
+
e.n = f.hr;
|
|
33
|
+
e.mk = f.jb;
|
|
34
34
|
}
|
|
35
|
-
|
|
35
|
+
hq(a, b) {
|
|
36
36
|
if (this.cellUpdating != null) {
|
|
37
37
|
this.cellUpdating(this, ((() => {
|
|
38
38
|
let $ret = new TemplateHeaderCellUpdatingEventArgs();
|
|
@@ -12,16 +12,16 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
12
12
|
*/
|
|
13
13
|
export let TemplateHeaderCell = /*@__PURE__*/ (() => {
|
|
14
14
|
class TemplateHeaderCell extends GridCellBase {
|
|
15
|
-
get
|
|
16
|
-
return this.
|
|
15
|
+
get cl() {
|
|
16
|
+
return this.ck;
|
|
17
17
|
}
|
|
18
18
|
constructor(a) {
|
|
19
19
|
super(a);
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
20
|
+
this.ck = null;
|
|
21
|
+
this.ck = new TemplateCellContainer(a);
|
|
22
|
+
this.ah.append(this.ck.element);
|
|
23
23
|
}
|
|
24
|
-
|
|
24
|
+
get_x() {
|
|
25
25
|
return true;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -6,7 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { TemplateCellModel } from "./TemplateCellModel";
|
|
8
8
|
import { CellModel } from "./CellModel";
|
|
9
|
-
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
+
import { Boolean_$type, markType } from "igniteui-webcomponents-core";
|
|
10
10
|
import { TemplateHeaderCellModelExport } from "./TemplateHeaderCellModelExport";
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
@@ -15,29 +15,35 @@ export let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
|
|
|
15
15
|
class TemplateHeaderCellModel extends TemplateCellModel {
|
|
16
16
|
constructor() {
|
|
17
17
|
super(...arguments);
|
|
18
|
-
this.
|
|
18
|
+
this.mj = false;
|
|
19
19
|
}
|
|
20
|
-
get
|
|
21
|
-
return this.
|
|
20
|
+
get mk() {
|
|
21
|
+
return this.mj;
|
|
22
22
|
}
|
|
23
|
-
set
|
|
24
|
-
let b = this.
|
|
25
|
-
this.
|
|
26
|
-
if (this.
|
|
27
|
-
this.
|
|
23
|
+
set mk(a) {
|
|
24
|
+
let b = this.mj;
|
|
25
|
+
this.mj = a;
|
|
26
|
+
if (this.mj != b) {
|
|
27
|
+
this.k0("IsFilterUIVisible", TemplateHeaderCellModel.ml, b, this.mj);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
super.
|
|
30
|
+
k9(a, b) {
|
|
31
|
+
super.k9(a, b);
|
|
32
32
|
if (a == "IsFilterUIVisible") {
|
|
33
|
-
this.
|
|
33
|
+
this.mk = b;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
|
|
36
|
+
kl(a) {
|
|
37
|
+
switch (a) {
|
|
38
|
+
case "IsFilterUIVisible": return Boolean_$type;
|
|
39
|
+
}
|
|
40
|
+
return super.kl(a);
|
|
41
|
+
}
|
|
42
|
+
hl(a) {
|
|
37
43
|
if (a == "IsFilterUIVisible") {
|
|
38
|
-
return this.
|
|
44
|
+
return this.mk;
|
|
39
45
|
}
|
|
40
|
-
return super.
|
|
46
|
+
return super.hl(a);
|
|
41
47
|
}
|
|
42
48
|
b(a) {
|
|
43
49
|
if (a == null) {
|
|
@@ -45,11 +51,11 @@ export let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
|
|
|
45
51
|
}
|
|
46
52
|
a = super.b(a);
|
|
47
53
|
let b = a;
|
|
48
|
-
b.ae = this.
|
|
54
|
+
b.ae = this.mh;
|
|
49
55
|
return b;
|
|
50
56
|
}
|
|
51
57
|
}
|
|
52
58
|
TemplateHeaderCellModel.$t = /*@__PURE__*/ markType(TemplateHeaderCellModel, 'TemplateHeaderCellModel', TemplateCellModel.$);
|
|
53
|
-
TemplateHeaderCellModel.
|
|
59
|
+
TemplateHeaderCellModel.ml = /*@__PURE__*/ CellModel.ft("IsFilterUIVisible");
|
|
54
60
|
return TemplateHeaderCellModel;
|
|
55
61
|
})();
|
|
@@ -24,13 +24,13 @@ export let TemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = this.d.actualColumns._inner[a.l.a5];
|
|
26
26
|
let c = b.header;
|
|
27
|
-
if (a.
|
|
28
|
-
let d = Math.min(1, Math.max(0, a.
|
|
29
|
-
let e = a.
|
|
30
|
-
this.e.
|
|
27
|
+
if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
|
|
28
|
+
let d = Math.min(1, Math.max(0, a.ct));
|
|
29
|
+
let e = a.cj * (1 - d);
|
|
30
|
+
this.e.cl.element.setRawStyleProperty("opacity", e.toString());
|
|
31
31
|
}
|
|
32
32
|
let f = a;
|
|
33
|
-
c.
|
|
33
|
+
c.hq(f, this.e.cl);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
TemplateHeaderCellPresenter.$t = /*@__PURE__*/ markType(TemplateHeaderCellPresenter, 'TemplateHeaderCellPresenter', CellPresenterBase.$);
|
|
@@ -17,13 +17,13 @@ export let TemplateSectionHeader = /*@__PURE__*/ (() => {
|
|
|
17
17
|
super(...arguments);
|
|
18
18
|
this.cellUpdating = null;
|
|
19
19
|
}
|
|
20
|
-
|
|
20
|
+
d2(a, b, c) {
|
|
21
21
|
return "templateSectionHeader";
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
n(a) {
|
|
24
24
|
return new TemplateSectionHeaderCellModel();
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
hu(a, b) {
|
|
27
27
|
if (this.cellUpdating != null) {
|
|
28
28
|
this.cellUpdating(this, ((() => {
|
|
29
29
|
let $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
|
package/esm2015/lib/TextCell.js
CHANGED
|
@@ -11,48 +11,48 @@ import { markType } from "igniteui-webcomponents-core";
|
|
|
11
11
|
*/
|
|
12
12
|
export let TextCell = /*@__PURE__*/ (() => {
|
|
13
13
|
class TextCell extends GridCellBase {
|
|
14
|
-
get
|
|
15
|
-
return this.
|
|
14
|
+
get cl() {
|
|
15
|
+
return this.ck;
|
|
16
16
|
}
|
|
17
|
-
|
|
18
|
-
super.
|
|
19
|
-
let c = Math.max(0, a - b - (this.
|
|
20
|
-
if (this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
17
|
+
b9(a, b) {
|
|
18
|
+
super.b9(a, b);
|
|
19
|
+
let c = Math.max(0, a - b - (this.a3 + this.a5 + this.a4));
|
|
20
|
+
if (this.cn != c) {
|
|
21
|
+
this.cn = c;
|
|
22
|
+
this.ck.setRawStyleProperty("max-width", c.toString() + "px");
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
super.
|
|
25
|
+
b3(a, b) {
|
|
26
|
+
super.b3(a, b);
|
|
27
27
|
let c = Math.max(0, a - b);
|
|
28
|
-
if (this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
28
|
+
if (this.cm != c) {
|
|
29
|
+
this.cm = c;
|
|
30
|
+
this.ck.setRawStyleProperty("max-height", c.toString() + "px");
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
constructor(a) {
|
|
34
34
|
super(a);
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
35
|
+
this.ck = null;
|
|
36
|
+
this.cn = -1;
|
|
37
|
+
this.cm = -1;
|
|
38
|
+
this.ck = a.createElement("span");
|
|
39
|
+
this.ah.setRawStyleProperty("text-align", "left");
|
|
40
|
+
this.ck.setRawStyleProperty("display", "inline-block");
|
|
41
|
+
this.ck.setRawStyleProperty("line-height", "normal");
|
|
42
|
+
this.ck.setRawStyleProperty("vertical-align", "middle");
|
|
43
|
+
this.ck.setRawStyleProperty("overflow", "hidden");
|
|
44
|
+
this.ck.setRawStyleProperty("white-space", "nowrap");
|
|
45
|
+
this.ck.setRawStyleProperty("text-overflow", "ellipsis");
|
|
46
|
+
this.ah.setRawStyleProperty("vertical-align", "middle");
|
|
47
|
+
this.ah.append(this.ck);
|
|
48
48
|
}
|
|
49
|
-
|
|
49
|
+
get_z() {
|
|
50
50
|
return true;
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
super.
|
|
52
|
+
bs(a, b, c) {
|
|
53
|
+
super.bs(a, b, c);
|
|
54
54
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
55
|
-
this.
|
|
55
|
+
this.ck.setRawStyleProperty("margin-left", this.a3 + this.a5 + this.a4 + "px");
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -23,22 +23,22 @@ export let TextCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
b(a) {
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
|
-
if (a.
|
|
27
|
-
if (a.
|
|
28
|
-
if (b.
|
|
29
|
-
b.
|
|
26
|
+
if (a.a3) {
|
|
27
|
+
if (a.a8(TextCellModel.mf) || a.a8(CellModel.gj)) {
|
|
28
|
+
if (b.mh != null) {
|
|
29
|
+
b.j1 = b.mh;
|
|
30
30
|
}
|
|
31
31
|
else {
|
|
32
|
-
if (b.
|
|
33
|
-
b.
|
|
32
|
+
if (b.hm == null) {
|
|
33
|
+
b.j1 = "";
|
|
34
34
|
}
|
|
35
35
|
else {
|
|
36
|
-
b.
|
|
36
|
+
b.j1 = b.hm.toString();
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
this.d.
|
|
39
|
+
this.d.cl.setRawText(b.j1);
|
|
40
40
|
}
|
|
41
|
-
ContentCellModelHelper.a(this.a.
|
|
41
|
+
ContentCellModelHelper.a(this.a.ae, b, this.a.ah, this.d.cl, this.a);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -15,9 +15,9 @@ export let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
15
15
|
class TextEditorView extends BaseEditorView {
|
|
16
16
|
constructor(a, b, c) {
|
|
17
17
|
super(a, c);
|
|
18
|
+
this.ab = null;
|
|
18
19
|
this.aa = null;
|
|
19
20
|
this.z = null;
|
|
20
|
-
this.y = null;
|
|
21
21
|
let d = a.createElement("div");
|
|
22
22
|
d.setRawStyleProperty("display", "flex");
|
|
23
23
|
d.setRawStyleProperty("width", "100%");
|
|
@@ -25,61 +25,61 @@ export let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
25
25
|
d.setRawStyleProperty("height", "38px");
|
|
26
26
|
this.container = d;
|
|
27
27
|
let e = a.getSubRenderer(d);
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
let f = e.getExternal(this.
|
|
28
|
+
this.aa = new XInputGroup();
|
|
29
|
+
this.aa.provideContainer(e);
|
|
30
|
+
this.aa.d = 0;
|
|
31
|
+
this.aa.p = b;
|
|
32
|
+
this.aa.t = 3;
|
|
33
|
+
this.aa.disabled = !this.isEnabled;
|
|
34
|
+
let f = e.getExternal(this.aa, e.rootWrapper, null);
|
|
35
35
|
let g = a.createElement("div");
|
|
36
36
|
g.setRawStyleProperty("width", "100%");
|
|
37
37
|
let h = a.getSubRenderer(g);
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
let i = e.getExternal(this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
38
|
+
this.z = new XInput();
|
|
39
|
+
this.z.provideContainer(h);
|
|
40
|
+
this.z.b8 = "text";
|
|
41
|
+
this.z.disabled = !this.isEnabled;
|
|
42
|
+
this.z.d8 = this.textColor;
|
|
43
|
+
let i = e.getExternal(this.z, h.rootWrapper, null);
|
|
44
|
+
this.aa.appendContentChild(g);
|
|
45
|
+
this.aa.inputs.add(this.z);
|
|
46
46
|
}
|
|
47
47
|
setFont(a) {
|
|
48
|
-
if (this.
|
|
49
|
-
this.
|
|
48
|
+
if (this.z != null) {
|
|
49
|
+
this.z.af = a;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
attachEvents() {
|
|
53
|
-
if (this.
|
|
54
|
-
let a = this.
|
|
55
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
56
|
-
let b = this.
|
|
53
|
+
if (this.z != null) {
|
|
54
|
+
let a = this.z;
|
|
55
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.ad));
|
|
56
|
+
let b = this.z;
|
|
57
57
|
b.keyDown = delegateCombine(b.keyDown, runOn(this, this.onInputKeyDown));
|
|
58
|
-
let c = this.
|
|
59
|
-
c.compositionEnd = delegateCombine(c.compositionEnd, runOn(this, this.
|
|
60
|
-
let d = this.
|
|
61
|
-
d.gotFocus = delegateCombine(d.gotFocus, runOn(this, this.
|
|
62
|
-
let e = this.
|
|
63
|
-
e.lostFocus = delegateCombine(e.lostFocus, runOn(this, this.
|
|
58
|
+
let c = this.z;
|
|
59
|
+
c.compositionEnd = delegateCombine(c.compositionEnd, runOn(this, this.ac));
|
|
60
|
+
let d = this.z;
|
|
61
|
+
d.gotFocus = delegateCombine(d.gotFocus, runOn(this, this.ae));
|
|
62
|
+
let e = this.z;
|
|
63
|
+
e.lostFocus = delegateCombine(e.lostFocus, runOn(this, this.af));
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
detachEvents() {
|
|
67
|
-
if (this.
|
|
68
|
-
let a = this.
|
|
69
|
-
a.changing = delegateRemove(a.changing, runOn(this, this.
|
|
70
|
-
let b = this.
|
|
67
|
+
if (this.z != null) {
|
|
68
|
+
let a = this.z;
|
|
69
|
+
a.changing = delegateRemove(a.changing, runOn(this, this.ad));
|
|
70
|
+
let b = this.z;
|
|
71
71
|
b.keyDown = delegateRemove(b.keyDown, runOn(this, this.onInputKeyDown));
|
|
72
|
-
let c = this.
|
|
73
|
-
c.compositionEnd = delegateRemove(c.compositionEnd, runOn(this, this.
|
|
74
|
-
let d = this.
|
|
75
|
-
d.gotFocus = delegateRemove(d.gotFocus, runOn(this, this.
|
|
76
|
-
let e = this.
|
|
77
|
-
e.lostFocus = delegateRemove(e.lostFocus, runOn(this, this.
|
|
72
|
+
let c = this.z;
|
|
73
|
+
c.compositionEnd = delegateRemove(c.compositionEnd, runOn(this, this.ac));
|
|
74
|
+
let d = this.z;
|
|
75
|
+
d.gotFocus = delegateRemove(d.gotFocus, runOn(this, this.ae));
|
|
76
|
+
let e = this.z;
|
|
77
|
+
e.lostFocus = delegateRemove(e.lostFocus, runOn(this, this.af));
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
onTargetChanged() {
|
|
81
|
-
this.
|
|
82
|
-
if (this.
|
|
81
|
+
this.ab = null;
|
|
82
|
+
if (this.z != null) {
|
|
83
83
|
this.focus();
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -92,80 +92,80 @@ export let TextEditorView = /*@__PURE__*/ (() => {
|
|
|
92
92
|
onEditEnded() {
|
|
93
93
|
super.onEditEnded();
|
|
94
94
|
if (this.a.isEditRefocusDesired) {
|
|
95
|
-
let a = this.
|
|
95
|
+
let a = this.i.rootWrapper.getNativeElement();
|
|
96
96
|
if (a == document.activeElement || a.contains(document.activeElement)) {
|
|
97
|
-
this.
|
|
97
|
+
this.z.ct();
|
|
98
98
|
this.focus();
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
|
|
103
|
-
if (this.
|
|
104
|
-
this.
|
|
105
|
-
if (this.
|
|
106
|
-
window.setTimeout(() => this.
|
|
102
|
+
t() {
|
|
103
|
+
if (this.z != null) {
|
|
104
|
+
this.z.focus(true);
|
|
105
|
+
if (this.z.b8 != "date") {
|
|
106
|
+
window.setTimeout(() => this.z.dp(), 0);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
if (this.
|
|
110
|
+
x() {
|
|
111
|
+
if (this.z != null) {
|
|
112
112
|
if (this.value != null) {
|
|
113
|
-
this.
|
|
114
|
-
this.
|
|
115
|
-
this.
|
|
116
|
-
if (this.focusOnValueChanged) {
|
|
117
|
-
this.
|
|
113
|
+
this.ab = null;
|
|
114
|
+
this.z.cq = null;
|
|
115
|
+
this.z.cq = this.value.toString();
|
|
116
|
+
if (this.focusOnValueChanged && !this.h()) {
|
|
117
|
+
this.t();
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
else {
|
|
121
|
-
this.
|
|
121
|
+
this.z.cq = null;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
|
|
125
|
+
s() {
|
|
126
|
+
if (this.aa != null) {
|
|
127
|
+
this.aa.disabled = !this.isEnabled;
|
|
128
|
+
}
|
|
126
129
|
if (this.z != null) {
|
|
127
130
|
this.z.disabled = !this.isEnabled;
|
|
128
131
|
}
|
|
129
|
-
if (this.y != null) {
|
|
130
|
-
this.y.disabled = !this.isEnabled;
|
|
131
|
-
}
|
|
132
132
|
}
|
|
133
|
-
|
|
134
|
-
super.
|
|
135
|
-
if (this.
|
|
136
|
-
this.
|
|
133
|
+
w() {
|
|
134
|
+
super.w();
|
|
135
|
+
if (this.z != null) {
|
|
136
|
+
this.z.d8 = this.textColor;
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
-
|
|
140
|
-
this.
|
|
139
|
+
ad(a, b) {
|
|
140
|
+
this.q();
|
|
141
141
|
if (b.isCompositionInProgress) {
|
|
142
142
|
return;
|
|
143
143
|
}
|
|
144
|
-
if (this.
|
|
145
|
-
this.
|
|
144
|
+
if (this.ab != null && this.ab != b.value) {
|
|
145
|
+
this.ab = null;
|
|
146
146
|
return;
|
|
147
147
|
}
|
|
148
|
-
this.
|
|
148
|
+
this.r(b.value, false);
|
|
149
149
|
}
|
|
150
|
-
|
|
151
|
-
this.
|
|
152
|
-
this.
|
|
150
|
+
ac(a, b) {
|
|
151
|
+
this.ab = b.value;
|
|
152
|
+
this.r(this.z.cq, false);
|
|
153
|
+
}
|
|
154
|
+
af(a, b) {
|
|
155
|
+
this.p();
|
|
153
156
|
}
|
|
154
157
|
ae(a, b) {
|
|
155
158
|
this.o();
|
|
156
159
|
}
|
|
157
|
-
ad(a, b) {
|
|
158
|
-
this.n();
|
|
159
|
-
}
|
|
160
160
|
getEditorValue() {
|
|
161
|
-
if (this.
|
|
162
|
-
return this.
|
|
161
|
+
if (this.z != null) {
|
|
162
|
+
return this.z.cq;
|
|
163
163
|
}
|
|
164
164
|
return null;
|
|
165
165
|
}
|
|
166
166
|
setEditorValue(a) {
|
|
167
|
-
if (this.
|
|
168
|
-
this.
|
|
167
|
+
if (this.z != null) {
|
|
168
|
+
this.z.cq = a;
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
}
|