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
|
@@ -9,8 +9,10 @@ import { INativeCell_$type } from "./INativeCell";
|
|
|
9
9
|
import { GridExpansionIndicator } from "./GridExpansionIndicator";
|
|
10
10
|
import { PlaceholderView } from "./PlaceholderView";
|
|
11
11
|
import { Color } from "igniteui-webcomponents-core";
|
|
12
|
-
import {
|
|
12
|
+
import { TestRandomness } from "igniteui-webcomponents-core";
|
|
13
13
|
import { Random } from "igniteui-webcomponents-core";
|
|
14
|
+
import { DefaultRandomnessSource } from "igniteui-webcomponents-core";
|
|
15
|
+
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
14
16
|
import { intDivide, truncate, isNaN_ } from "igniteui-webcomponents-core";
|
|
15
17
|
/**
|
|
16
18
|
* @hidden
|
|
@@ -26,69 +28,69 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
26
28
|
get d() {
|
|
27
29
|
return this.c;
|
|
28
30
|
}
|
|
29
|
-
get ab() {
|
|
30
|
-
return this.aa;
|
|
31
|
-
}
|
|
32
31
|
get ae() {
|
|
33
|
-
return this.
|
|
32
|
+
return this.ad;
|
|
33
|
+
}
|
|
34
|
+
get ah() {
|
|
35
|
+
return this.af;
|
|
34
36
|
}
|
|
35
37
|
get isRemoved() {
|
|
36
|
-
return this.
|
|
38
|
+
return this.s;
|
|
37
39
|
}
|
|
38
40
|
set isRemoved(a) {
|
|
39
|
-
let b = this.
|
|
40
|
-
this.
|
|
41
|
-
if (b != this.
|
|
42
|
-
this.
|
|
41
|
+
let b = this.s;
|
|
42
|
+
this.s = a;
|
|
43
|
+
if (b != this.s) {
|
|
44
|
+
this.bs("IsRemoved", b, this.s);
|
|
43
45
|
}
|
|
44
46
|
}
|
|
45
|
-
get
|
|
46
|
-
return this.
|
|
47
|
+
get a5() {
|
|
48
|
+
return this.as;
|
|
47
49
|
}
|
|
48
|
-
get
|
|
49
|
-
return this.
|
|
50
|
+
get a3() {
|
|
51
|
+
return this.aq;
|
|
50
52
|
}
|
|
51
|
-
get
|
|
52
|
-
return this.
|
|
53
|
+
get a4() {
|
|
54
|
+
return this.ar;
|
|
53
55
|
}
|
|
54
|
-
get
|
|
55
|
-
return this.
|
|
56
|
+
get a6() {
|
|
57
|
+
return this.av;
|
|
56
58
|
}
|
|
57
|
-
set
|
|
58
|
-
let b = this.
|
|
59
|
-
this.
|
|
60
|
-
if (b != this.
|
|
61
|
-
this.
|
|
59
|
+
set a6(a) {
|
|
60
|
+
let b = this.av;
|
|
61
|
+
this.av = a;
|
|
62
|
+
if (b != this.av) {
|
|
63
|
+
this.bs("Indent", b, this.av);
|
|
62
64
|
}
|
|
63
65
|
}
|
|
64
|
-
get
|
|
65
|
-
return this.
|
|
66
|
+
get v() {
|
|
67
|
+
return this.p;
|
|
66
68
|
}
|
|
67
|
-
set
|
|
68
|
-
let b = this.
|
|
69
|
-
this.
|
|
70
|
-
if (b != this.
|
|
71
|
-
this.
|
|
69
|
+
set v(a) {
|
|
70
|
+
let b = this.p;
|
|
71
|
+
this.p = a;
|
|
72
|
+
if (b != this.p) {
|
|
73
|
+
this.bs("IsCollapsable", b, this.p);
|
|
72
74
|
}
|
|
73
75
|
}
|
|
74
|
-
get
|
|
75
|
-
return this.
|
|
76
|
+
get w() {
|
|
77
|
+
return this.q;
|
|
76
78
|
}
|
|
77
|
-
set
|
|
78
|
-
let b = this.
|
|
79
|
-
this.
|
|
80
|
-
if (b != this.
|
|
81
|
-
this.
|
|
79
|
+
set w(a) {
|
|
80
|
+
let b = this.q;
|
|
81
|
+
this.q = a;
|
|
82
|
+
if (b != this.q) {
|
|
83
|
+
this.bs("IsExpanded", b, this.q);
|
|
82
84
|
}
|
|
83
85
|
}
|
|
84
|
-
get
|
|
85
|
-
return this.
|
|
86
|
+
get y() {
|
|
87
|
+
return this.r;
|
|
86
88
|
}
|
|
87
|
-
set
|
|
88
|
-
let b = this.
|
|
89
|
-
this.
|
|
90
|
-
if (b != this.
|
|
91
|
-
this.
|
|
89
|
+
set y(a) {
|
|
90
|
+
let b = this.r;
|
|
91
|
+
this.r = a;
|
|
92
|
+
if (b != this.r) {
|
|
93
|
+
this.bs("IsHitTestVisible", b, this.r);
|
|
92
94
|
}
|
|
93
95
|
}
|
|
94
96
|
constructor(a) {
|
|
@@ -96,203 +98,213 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
96
98
|
this.a = null;
|
|
97
99
|
this.e = null;
|
|
98
100
|
this.c = null;
|
|
99
|
-
this.aa = null;
|
|
100
|
-
this.ac = null;
|
|
101
|
-
this.p = false;
|
|
102
101
|
this.ad = null;
|
|
102
|
+
this.af = null;
|
|
103
|
+
this.s = false;
|
|
104
|
+
this.ag = null;
|
|
103
105
|
this.i = null;
|
|
104
|
-
this.ap = 0;
|
|
105
|
-
this.am = 24;
|
|
106
|
-
this.ao = 0;
|
|
107
|
-
this.an = 0;
|
|
108
106
|
this.as = 0;
|
|
109
|
-
this.
|
|
107
|
+
this.ap = 24;
|
|
108
|
+
this.ar = 0;
|
|
109
|
+
this.aq = 0;
|
|
110
|
+
this.av = 0;
|
|
111
|
+
this.p = false;
|
|
112
|
+
this.q = false;
|
|
113
|
+
this.r = true;
|
|
110
114
|
this.n = false;
|
|
111
|
-
this.
|
|
112
|
-
this.
|
|
113
|
-
this.
|
|
115
|
+
this.ax = 0;
|
|
116
|
+
this.az = 0;
|
|
117
|
+
this.ay = 0;
|
|
114
118
|
this.aw = 0;
|
|
115
|
-
this.
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
119
|
+
this.ak = 0;
|
|
120
|
+
this.am = 0;
|
|
121
|
+
this.al = 0;
|
|
118
122
|
this.aj = 0;
|
|
119
|
-
this.
|
|
120
|
-
this.
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
123
|
-
this.az = 0;
|
|
124
|
-
this.ar = 0;
|
|
123
|
+
this.cj = null;
|
|
124
|
+
this.at = 0;
|
|
125
|
+
this.a2 = 0;
|
|
126
|
+
this.au = 0;
|
|
125
127
|
this.j = null;
|
|
126
128
|
this.g = 0;
|
|
127
129
|
this.h = 0;
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
138
|
-
this.
|
|
139
|
-
this.
|
|
140
|
-
this.
|
|
141
|
-
this.
|
|
142
|
-
this.
|
|
143
|
-
this.
|
|
130
|
+
this.ac = 0;
|
|
131
|
+
this.ab = 0;
|
|
132
|
+
this.t = false;
|
|
133
|
+
this.a8 = 0;
|
|
134
|
+
this.a9 = 0;
|
|
135
|
+
this.ai = 0;
|
|
136
|
+
this.a1 = -1;
|
|
137
|
+
this.an = 0;
|
|
138
|
+
this.o = false;
|
|
139
|
+
this.ad = a;
|
|
140
|
+
this.af = this.ad.createElement("div");
|
|
141
|
+
this.af.setAttribute("tabindex", "-1");
|
|
142
|
+
this.af.setRawStyleProperty("position", "absolute");
|
|
143
|
+
this.af.setRawStyleProperty("overflow", "hidden");
|
|
144
|
+
this.af.setRawStyleProperty("box-sizing", "border-box");
|
|
145
|
+
this.af.setRawStyleProperty("outline", "none");
|
|
144
146
|
let b = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
|
|
145
147
|
let c = (window.PointerEvent !== undefined);
|
|
146
148
|
let d = (window.TouchEvent);
|
|
147
149
|
if ((b || c)) {
|
|
148
|
-
this.
|
|
149
|
-
this.
|
|
150
|
-
this.
|
|
151
|
-
this.
|
|
152
|
-
this.
|
|
150
|
+
this.af.listen("pointerdown", runOn(this, this.bt));
|
|
151
|
+
this.af.listen("pointerup", runOn(this, this.bx));
|
|
152
|
+
this.af.listen("pointermove", runOn(this, this.bw));
|
|
153
|
+
this.af.listen("pointerleave", runOn(this, this.bv));
|
|
154
|
+
this.af.listen("pointerenter", runOn(this, this.bu));
|
|
153
155
|
}
|
|
154
156
|
else {
|
|
155
|
-
this.
|
|
156
|
-
this.
|
|
157
|
-
this.
|
|
158
|
-
this.
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
this.
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
this.
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
168
|
-
if (this.
|
|
169
|
-
this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
176
|
-
this.
|
|
177
|
-
this.
|
|
157
|
+
this.af.listen("mousedown", runOn(this, this.bj));
|
|
158
|
+
this.af.listen("mouseup", runOn(this, this.bn));
|
|
159
|
+
this.af.listen("mousemove", runOn(this, this.bm));
|
|
160
|
+
this.af.listen("mouseleave", runOn(this, this.bl));
|
|
161
|
+
this.af.listen("touchstart", runOn(this, this.cb));
|
|
162
|
+
this.af.listen("touchend", runOn(this, this.cd));
|
|
163
|
+
this.af.listen("touchmove", runOn(this, this.cc));
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
bi() {
|
|
167
|
+
this.ar = 10;
|
|
168
|
+
this.aq = this.a6 * 24;
|
|
169
|
+
this.as = 24;
|
|
170
|
+
if (this.ag == null) {
|
|
171
|
+
this.ag = this.ad.createElement("div");
|
|
172
|
+
this.ag.setRawStyleProperty("display", "inline-block");
|
|
173
|
+
this.ag.setRawStyleProperty("vertical-align", "middle");
|
|
174
|
+
this.ag.setRawStyleProperty("width", this.as + "px");
|
|
175
|
+
this.ag.setRawStyleProperty("height", this.as + "px");
|
|
176
|
+
this.ag.setRawStyleProperty("cursor", "pointer");
|
|
177
|
+
this.ag.setRawStyleProperty("position", "absolute");
|
|
178
|
+
this.ag.setRawXPosition(this.ax + this.aq);
|
|
179
|
+
this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.ap, 2));
|
|
178
180
|
}
|
|
179
181
|
if (this.i == null) {
|
|
180
|
-
let a = this.
|
|
182
|
+
let a = this.ad.getSubRenderer(this.ag);
|
|
181
183
|
this.i = new GridExpansionIndicator();
|
|
182
184
|
this.i.ab(a);
|
|
183
185
|
this.i.y(24, 24);
|
|
184
186
|
}
|
|
185
|
-
if (this.
|
|
186
|
-
this.
|
|
187
|
+
if (this.ag.parent() == null) {
|
|
188
|
+
this.af.append(this.ag);
|
|
187
189
|
}
|
|
188
190
|
}
|
|
189
|
-
|
|
190
|
-
this.
|
|
191
|
-
this.
|
|
192
|
-
if (this.
|
|
193
|
-
if (this.
|
|
194
|
-
this.
|
|
191
|
+
by() {
|
|
192
|
+
this.as = 0;
|
|
193
|
+
this.ar = 0;
|
|
194
|
+
if (this.ag != null) {
|
|
195
|
+
if (this.ag.parent() != null) {
|
|
196
|
+
this.ag.remove();
|
|
195
197
|
}
|
|
196
198
|
}
|
|
197
199
|
}
|
|
198
|
-
get
|
|
199
|
-
return this.
|
|
200
|
+
get u() {
|
|
201
|
+
return this.n;
|
|
200
202
|
}
|
|
201
|
-
set
|
|
202
|
-
this.
|
|
203
|
+
set u(a) {
|
|
204
|
+
this.n = a;
|
|
203
205
|
}
|
|
204
|
-
|
|
206
|
+
get_z() {
|
|
205
207
|
return false;
|
|
206
208
|
}
|
|
207
|
-
get
|
|
208
|
-
return this.
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
209
|
+
get z() {
|
|
210
|
+
return this.get_z();
|
|
211
|
+
}
|
|
212
|
+
b7(a, b, c, d) {
|
|
213
|
+
this.ax = a;
|
|
214
|
+
this.az = b;
|
|
215
|
+
this.ay = c;
|
|
216
|
+
this.aw = d;
|
|
217
|
+
this.af.setRawStyleProperty("padding-left", a.toString() + "px");
|
|
218
|
+
this.af.setRawStyleProperty("padding-top", b.toString() + "px");
|
|
219
|
+
this.af.setRawStyleProperty("padding-right", c.toString() + "px");
|
|
220
|
+
this.af.setRawStyleProperty("padding-bottom", d.toString() + "px");
|
|
221
|
+
}
|
|
222
|
+
b1(a, b, c, d, e) {
|
|
223
|
+
this.ak = b;
|
|
224
|
+
this.am = c;
|
|
225
|
+
this.al = d;
|
|
226
|
+
this.aj = e;
|
|
227
|
+
this.cj = a;
|
|
226
228
|
if (a == null) {
|
|
227
|
-
this.
|
|
229
|
+
this.af.setRawStyleProperty("border", "");
|
|
228
230
|
}
|
|
229
231
|
else {
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
234
|
-
this.
|
|
235
|
-
this.
|
|
232
|
+
this.af.setRawStyleProperty("border-color", a._fill);
|
|
233
|
+
this.af.setRawStyleProperty("border-left-width", b.toString() + "px");
|
|
234
|
+
this.af.setRawStyleProperty("border-top-width", c.toString() + "px");
|
|
235
|
+
this.af.setRawStyleProperty("border-right-width", d.toString() + "px");
|
|
236
|
+
this.af.setRawStyleProperty("border-bottom-width", e.toString() + "px");
|
|
237
|
+
this.af.setRawStyleProperty("border-style", "solid");
|
|
236
238
|
}
|
|
237
239
|
}
|
|
238
|
-
|
|
240
|
+
get_x() {
|
|
239
241
|
return false;
|
|
240
242
|
}
|
|
241
|
-
get
|
|
242
|
-
return this.
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
if (this.
|
|
246
|
-
let c = this.
|
|
247
|
-
this.
|
|
248
|
-
this.
|
|
249
|
-
let d = Math.max(0, this.
|
|
250
|
-
this.
|
|
251
|
-
this.
|
|
252
|
-
if (this.
|
|
253
|
-
this.
|
|
243
|
+
get x() {
|
|
244
|
+
return this.get_x();
|
|
245
|
+
}
|
|
246
|
+
b3(a, b) {
|
|
247
|
+
if (this.at != a || this.au != b) {
|
|
248
|
+
let c = this.at;
|
|
249
|
+
this.at = a;
|
|
250
|
+
this.au = b;
|
|
251
|
+
let d = Math.max(0, this.at - this.au);
|
|
252
|
+
this.af.setRawStyleProperty("height", a.toString() + "px");
|
|
253
|
+
this.af.setRawStyleProperty("line-height", d.toString() + "px");
|
|
254
|
+
if (this.ag != null) {
|
|
255
|
+
this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.as, 2));
|
|
254
256
|
}
|
|
255
|
-
this.
|
|
257
|
+
this.ca(this.a2, this.at, this.a2, c);
|
|
256
258
|
}
|
|
257
259
|
}
|
|
258
|
-
|
|
259
|
-
if (this.
|
|
260
|
-
let c = this.
|
|
261
|
-
this.
|
|
262
|
-
this.
|
|
263
|
-
this.
|
|
260
|
+
b9(a, b) {
|
|
261
|
+
if (this.a2 != a) {
|
|
262
|
+
let c = this.a2;
|
|
263
|
+
this.a2 = a;
|
|
264
|
+
this.af.setRawStyleProperty("width", a.toString() + "px");
|
|
265
|
+
this.ca(this.a2, this.at, c, this.at);
|
|
264
266
|
}
|
|
265
267
|
}
|
|
266
|
-
|
|
268
|
+
ca(a, b, c, d) {
|
|
267
269
|
}
|
|
268
|
-
|
|
269
|
-
if (!this.
|
|
270
|
+
bg() {
|
|
271
|
+
if (!this.z) {
|
|
270
272
|
return;
|
|
271
273
|
}
|
|
272
|
-
this.
|
|
273
|
-
this.j = new PlaceholderView(this.
|
|
274
|
+
this.n = true;
|
|
275
|
+
this.j = new PlaceholderView(this.ad);
|
|
274
276
|
this.g = 0;
|
|
275
277
|
this.h = 1;
|
|
276
278
|
this.j.l = Color.u(120, 120, 120, 120);
|
|
277
279
|
this.j.i = 0;
|
|
278
|
-
this.
|
|
280
|
+
this.af.append(this.j.g);
|
|
279
281
|
}
|
|
280
|
-
|
|
281
|
-
this.
|
|
282
|
+
b0(a) {
|
|
283
|
+
this.af.setRawStyleProperty("background-color", a.colorString);
|
|
282
284
|
}
|
|
283
|
-
|
|
284
|
-
this.
|
|
285
|
+
b6(a) {
|
|
286
|
+
this.af.setRawStyleProperty("opacity", a.toString());
|
|
285
287
|
}
|
|
286
|
-
|
|
287
|
-
if (
|
|
288
|
+
m() {
|
|
289
|
+
if (TestRandomness.instance.testRandomnessSource != null) {
|
|
290
|
+
return TestRandomness.instance.testRandomnessSource;
|
|
291
|
+
}
|
|
292
|
+
return new DefaultRandomnessSource(1, GridCellBase.a7);
|
|
293
|
+
}
|
|
294
|
+
l() {
|
|
295
|
+
let a = this.m();
|
|
296
|
+
return a.getGenerator("PlaceholderWidths");
|
|
297
|
+
}
|
|
298
|
+
ci(a) {
|
|
299
|
+
if (!this.z) {
|
|
288
300
|
return;
|
|
289
301
|
}
|
|
290
302
|
this.j.i = (a * 0.20000000298023224);
|
|
291
303
|
}
|
|
292
|
-
|
|
304
|
+
cg(a, b, c, d) {
|
|
293
305
|
if (this.j != null) {
|
|
294
|
-
let e = this.
|
|
295
|
-
let f = this.
|
|
306
|
+
let e = this.ac;
|
|
307
|
+
let f = this.ab;
|
|
296
308
|
if (this.h == 1) {
|
|
297
309
|
b = truncate((b + (d / 2) - (f / 2)));
|
|
298
310
|
}
|
|
@@ -309,75 +321,78 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
309
321
|
this.j.g.setRawYPosition(b);
|
|
310
322
|
}
|
|
311
323
|
}
|
|
312
|
-
|
|
324
|
+
bq(a, b, c) {
|
|
313
325
|
}
|
|
314
|
-
|
|
315
|
-
if (!this.
|
|
326
|
+
ch(a) {
|
|
327
|
+
if (!this.z) {
|
|
316
328
|
return;
|
|
317
329
|
}
|
|
318
330
|
let b = DeviceUtils.f(12);
|
|
319
331
|
if (a.ag != null && !isNaN_(a.ag.f)) {
|
|
320
332
|
b = a.ag.f;
|
|
321
333
|
}
|
|
322
|
-
if (this.
|
|
323
|
-
this.
|
|
334
|
+
if (this.ab != b) {
|
|
335
|
+
this.ab = b;
|
|
324
336
|
this.j.d = (b);
|
|
325
337
|
}
|
|
326
|
-
let c = a.
|
|
327
|
-
let d = a.
|
|
328
|
-
if (this.
|
|
338
|
+
let c = a.hd * 0.2;
|
|
339
|
+
let d = a.fu * 0.6;
|
|
340
|
+
if (this.ac >= c && this.ac <= d && !this.t) {
|
|
329
341
|
return;
|
|
330
342
|
}
|
|
331
|
-
this.
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
343
|
+
this.t = false;
|
|
344
|
+
if (GridCellBase.k == null) {
|
|
345
|
+
GridCellBase.k = this.l();
|
|
346
|
+
}
|
|
347
|
+
let e = (GridCellBase.k.nextDouble() * (d - c) + c);
|
|
348
|
+
if (this.ac != e) {
|
|
349
|
+
this.ac = e;
|
|
335
350
|
this.j.e = e;
|
|
336
351
|
}
|
|
337
|
-
this.
|
|
352
|
+
this.cg(this.ax + this.aq + this.as, this.az, this.a2 - (this.ax + this.ay), this.at - (this.az + this.aw));
|
|
338
353
|
}
|
|
339
|
-
|
|
340
|
-
if (!this.
|
|
354
|
+
ce(a, b) {
|
|
355
|
+
if (!this.z) {
|
|
341
356
|
return;
|
|
342
357
|
}
|
|
343
358
|
this.g = a;
|
|
344
359
|
this.h = b;
|
|
345
|
-
this.
|
|
360
|
+
this.t = true;
|
|
346
361
|
}
|
|
347
|
-
|
|
348
|
-
if (!this.
|
|
362
|
+
cf(a) {
|
|
363
|
+
if (!this.z) {
|
|
349
364
|
return;
|
|
350
365
|
}
|
|
351
366
|
if (a != null) {
|
|
352
367
|
this.j.l = a.color;
|
|
353
368
|
}
|
|
354
369
|
}
|
|
355
|
-
|
|
370
|
+
bz(a) {
|
|
356
371
|
this.a = a;
|
|
357
372
|
}
|
|
358
|
-
|
|
373
|
+
b5(a) {
|
|
359
374
|
this.e = a;
|
|
360
375
|
}
|
|
361
|
-
|
|
376
|
+
b2(a) {
|
|
362
377
|
this.c = a;
|
|
363
378
|
}
|
|
364
|
-
|
|
379
|
+
b4(a, b) {
|
|
365
380
|
switch (b) {
|
|
366
381
|
case 0:
|
|
367
|
-
this.
|
|
382
|
+
this.ah.setRawStyleProperty("text-align", "left");
|
|
368
383
|
break;
|
|
369
384
|
case 1:
|
|
370
|
-
this.
|
|
385
|
+
this.ah.setRawStyleProperty("text-align", "center");
|
|
371
386
|
break;
|
|
372
387
|
case 2:
|
|
373
|
-
this.
|
|
388
|
+
this.ah.setRawStyleProperty("text-align", "right");
|
|
374
389
|
break;
|
|
375
390
|
case 3:
|
|
376
|
-
this.
|
|
391
|
+
this.ah.setRawStyleProperty("text-align", "center");
|
|
377
392
|
break;
|
|
378
393
|
}
|
|
379
394
|
}
|
|
380
|
-
|
|
395
|
+
b8(a, b) {
|
|
381
396
|
switch (b) {
|
|
382
397
|
case 0:
|
|
383
398
|
a.setRawStyleProperty("vertical-align", "top");
|
|
@@ -393,91 +408,91 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
393
408
|
break;
|
|
394
409
|
}
|
|
395
410
|
}
|
|
396
|
-
|
|
411
|
+
aa(a) {
|
|
397
412
|
return a.isClickActionDesired;
|
|
398
413
|
}
|
|
399
|
-
|
|
414
|
+
bj(a) {
|
|
400
415
|
this.onContactStarted(a, false);
|
|
401
416
|
}
|
|
402
|
-
|
|
417
|
+
bn(a) {
|
|
403
418
|
this.onContactCompleted(a, false);
|
|
404
419
|
}
|
|
405
|
-
|
|
420
|
+
bm(a) {
|
|
406
421
|
this.onContactMoved(a, false);
|
|
407
422
|
}
|
|
408
|
-
|
|
409
|
-
this.
|
|
423
|
+
bl(a) {
|
|
424
|
+
this.bp(a, false);
|
|
410
425
|
}
|
|
411
|
-
|
|
412
|
-
this.
|
|
426
|
+
bk(a) {
|
|
427
|
+
this.bo(a, false);
|
|
413
428
|
}
|
|
414
|
-
|
|
429
|
+
bt(e_) {
|
|
415
430
|
let a = (e_.originalEvent.pointerType);
|
|
416
431
|
if (a == "touch") {
|
|
417
|
-
this.
|
|
432
|
+
this.cb(e_);
|
|
418
433
|
}
|
|
419
434
|
else {
|
|
420
|
-
this.
|
|
435
|
+
this.bj(e_);
|
|
421
436
|
}
|
|
422
437
|
}
|
|
423
|
-
|
|
438
|
+
bw(e_) {
|
|
424
439
|
let a = (e_.originalEvent.pointerType);
|
|
425
440
|
if (a == "touch") {
|
|
426
|
-
this.
|
|
441
|
+
this.cc(e_);
|
|
427
442
|
}
|
|
428
443
|
else {
|
|
429
|
-
this.
|
|
444
|
+
this.bm(e_);
|
|
430
445
|
}
|
|
431
446
|
}
|
|
432
|
-
|
|
447
|
+
bx(e_) {
|
|
433
448
|
let a = (e_.originalEvent.pointerType);
|
|
434
449
|
if (a == "touch") {
|
|
435
|
-
this.
|
|
450
|
+
this.cd(e_);
|
|
436
451
|
}
|
|
437
452
|
else {
|
|
438
|
-
this.
|
|
453
|
+
this.bn(e_);
|
|
439
454
|
}
|
|
440
455
|
}
|
|
441
|
-
|
|
456
|
+
bv(e_) {
|
|
442
457
|
let a = (e_.originalEvent.pointerType);
|
|
443
458
|
if (a != "touch") {
|
|
444
|
-
this.
|
|
459
|
+
this.bl(e_);
|
|
445
460
|
}
|
|
446
461
|
}
|
|
447
|
-
|
|
462
|
+
bu(e_) {
|
|
448
463
|
let a = (e_.originalEvent.pointerType);
|
|
449
464
|
if (a != "touch") {
|
|
450
|
-
this.
|
|
465
|
+
this.bk(e_);
|
|
451
466
|
}
|
|
452
467
|
}
|
|
453
|
-
|
|
468
|
+
cb(a) {
|
|
454
469
|
this.onContactStarted(a, true);
|
|
455
470
|
}
|
|
456
|
-
|
|
471
|
+
cc(a) {
|
|
457
472
|
this.onContactMoved(a, true);
|
|
458
473
|
}
|
|
459
|
-
|
|
474
|
+
cd(a) {
|
|
460
475
|
this.onContactCompleted(a, true);
|
|
461
476
|
}
|
|
462
477
|
onContactStarted(e_, a) {
|
|
463
478
|
let b = false;
|
|
464
|
-
if (this.
|
|
479
|
+
if (this.v) {
|
|
465
480
|
let indicator_ = this.i.q();
|
|
466
481
|
b = (e_.originalEvent.srcElement === indicator_ || e_.originalEvent.target === indicator_);
|
|
467
482
|
}
|
|
468
|
-
this.
|
|
483
|
+
this.o = false;
|
|
469
484
|
if (b) {
|
|
470
|
-
this.
|
|
485
|
+
this.o = true;
|
|
471
486
|
}
|
|
472
487
|
else {
|
|
473
|
-
if (this.a != null && this.
|
|
474
|
-
this.
|
|
475
|
-
this.
|
|
476
|
-
if (this.
|
|
477
|
-
this.
|
|
488
|
+
if (this.a != null && this.aa(this.a)) {
|
|
489
|
+
this.a8 = e_.pageX;
|
|
490
|
+
this.a9 = e_.pageY;
|
|
491
|
+
if (this.a1 != e_.which) {
|
|
492
|
+
this.an = 0;
|
|
478
493
|
}
|
|
479
|
-
this.
|
|
480
|
-
this.a.mouseDownCell(this.
|
|
494
|
+
this.a1 = e_.which;
|
|
495
|
+
this.a.mouseDownCell(this.a8, this.a9);
|
|
481
496
|
}
|
|
482
497
|
}
|
|
483
498
|
}
|
|
@@ -485,10 +500,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
485
500
|
if (this.a != null) {
|
|
486
501
|
let c = a.pageX;
|
|
487
502
|
let d = a.pageY;
|
|
488
|
-
if (this.
|
|
503
|
+
if (this.aa(this.a)) {
|
|
489
504
|
if (this.a.isMouseDown) {
|
|
490
505
|
if (b) {
|
|
491
|
-
if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.
|
|
506
|
+
if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.a0 || Math.abs(d - this.a.mousePosition.y) > GridCellBase.a0) {
|
|
492
507
|
this.a.mouseUpCell(c, d);
|
|
493
508
|
}
|
|
494
509
|
else {
|
|
@@ -499,8 +514,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
499
514
|
if (PointUtil.equals(this.a.mousePosition, null)) {
|
|
500
515
|
this.a.mouseUpCell(c, d);
|
|
501
516
|
}
|
|
502
|
-
else if (this.
|
|
503
|
-
if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.
|
|
517
|
+
else if (this.a1 == 1) {
|
|
518
|
+
if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.ao || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ao) {
|
|
504
519
|
this.a.isControlPressed = a.ctrlKey;
|
|
505
520
|
this.a.dragStarted();
|
|
506
521
|
}
|
|
@@ -514,28 +529,28 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
514
529
|
}
|
|
515
530
|
}
|
|
516
531
|
onContactCompleted(e_, a) {
|
|
517
|
-
this.
|
|
518
|
-
window.setTimeout(() => this.
|
|
532
|
+
this.an++;
|
|
533
|
+
window.setTimeout(() => this.an = 0, 250);
|
|
519
534
|
let b = false;
|
|
520
|
-
if (this.
|
|
535
|
+
if (this.v) {
|
|
521
536
|
let indicator_ = this.i.q();
|
|
522
537
|
b = (e_.originalEvent.srcElement === indicator_ || e_.originalEvent.target === indicator_);
|
|
523
538
|
}
|
|
524
|
-
if (this.
|
|
539
|
+
if (this.o && b) {
|
|
525
540
|
this.b.clickExpansionIndicator();
|
|
526
541
|
}
|
|
527
542
|
else {
|
|
528
|
-
if (this.a != null && this.
|
|
543
|
+
if (this.a != null && this.aa(this.a)) {
|
|
529
544
|
let c = e_.pageX;
|
|
530
545
|
let d = e_.pageY;
|
|
531
|
-
if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.
|
|
546
|
+
if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.a0 || Math.abs(d - this.a.mousePosition.y) > GridCellBase.a0 || this.a.isDrag) {
|
|
532
547
|
this.a.mouseUpCell(c, d);
|
|
533
548
|
}
|
|
534
549
|
if (this.a.isCellDown()) {
|
|
535
550
|
this.a.isControlPressed = e_.ctrlKey;
|
|
536
551
|
this.a.isShiftPressed = e_.shiftKey;
|
|
537
|
-
if (this.
|
|
538
|
-
switch (this.
|
|
552
|
+
if (this.an > 1) {
|
|
553
|
+
switch (this.a1) {
|
|
539
554
|
case 1:
|
|
540
555
|
this.a.doubleClicked(0);
|
|
541
556
|
break;
|
|
@@ -570,16 +585,16 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
570
585
|
}
|
|
571
586
|
}
|
|
572
587
|
}
|
|
573
|
-
this.
|
|
588
|
+
this.o = false;
|
|
574
589
|
}
|
|
575
|
-
|
|
590
|
+
bp(a, b) {
|
|
576
591
|
if (this.a != null && this.a.isLeaveActionDesired) {
|
|
577
592
|
let c = a.pageX;
|
|
578
593
|
let d = a.pageY;
|
|
579
594
|
this.a.mouseLeaveCell(c, d);
|
|
580
595
|
}
|
|
581
596
|
}
|
|
582
|
-
|
|
597
|
+
bo(a, b) {
|
|
583
598
|
if (this.a != null && this.a.isEnterActionDesired) {
|
|
584
599
|
let c = a.pageX;
|
|
585
600
|
let d = a.pageY;
|
|
@@ -588,42 +603,42 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
588
603
|
}
|
|
589
604
|
onDoubleClick(a) {
|
|
590
605
|
}
|
|
591
|
-
|
|
606
|
+
bs(a, b, c) {
|
|
592
607
|
switch (a) {
|
|
593
608
|
case "Indent":
|
|
594
|
-
this.
|
|
595
|
-
this.
|
|
596
|
-
if (this.
|
|
597
|
-
this.
|
|
598
|
-
this.
|
|
609
|
+
this.aq = this.a6 * 24;
|
|
610
|
+
this.ar = this.a6 > 0 ? 10 : 0;
|
|
611
|
+
if (this.ag != null) {
|
|
612
|
+
this.ag.setRawXPosition(this.ax + this.aq);
|
|
613
|
+
this.ag.setRawYPosition(intDivide(this.at, 2) - intDivide(this.ap, 2));
|
|
599
614
|
}
|
|
600
615
|
break;
|
|
601
616
|
case "IsCollapsable":
|
|
602
|
-
if (this.
|
|
603
|
-
this.
|
|
617
|
+
if (this.v) {
|
|
618
|
+
this.bi();
|
|
604
619
|
}
|
|
605
620
|
else {
|
|
606
|
-
this.
|
|
621
|
+
this.by();
|
|
607
622
|
}
|
|
608
623
|
break;
|
|
609
624
|
case "IsExpanded":
|
|
610
625
|
if (this.i != null) {
|
|
611
|
-
this.i.g = this.
|
|
626
|
+
this.i.g = this.w;
|
|
612
627
|
}
|
|
613
628
|
break;
|
|
614
629
|
case "IsHitTestVisible":
|
|
615
|
-
this.
|
|
630
|
+
this.ah.setRawStyleProperty("pointer-events", this.y ? "auto" : "none");
|
|
616
631
|
break;
|
|
617
632
|
}
|
|
618
633
|
}
|
|
619
|
-
|
|
634
|
+
br() {
|
|
620
635
|
}
|
|
621
|
-
|
|
622
|
-
this.
|
|
636
|
+
bh() {
|
|
637
|
+
this.af.focus(true);
|
|
623
638
|
}
|
|
624
|
-
|
|
639
|
+
bf() {
|
|
625
640
|
if (this.a != null) {
|
|
626
|
-
let a = this.
|
|
641
|
+
let a = this.af.clone();
|
|
627
642
|
this.a.passCellClone(a);
|
|
628
643
|
}
|
|
629
644
|
}
|
|
@@ -631,8 +646,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
631
646
|
}
|
|
632
647
|
}
|
|
633
648
|
GridCellBase.$t = /*@__PURE__*/ markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
|
|
634
|
-
GridCellBase.
|
|
635
|
-
GridCellBase.
|
|
636
|
-
GridCellBase.
|
|
649
|
+
GridCellBase.k = null;
|
|
650
|
+
GridCellBase.a7 = /*@__PURE__*/ new Random(0);
|
|
651
|
+
GridCellBase.a0 = 10;
|
|
652
|
+
GridCellBase.ao = 3;
|
|
637
653
|
return GridCellBase;
|
|
638
654
|
})();
|