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
|
@@ -14,56 +14,56 @@ var CanvasImageCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(CanvasImageCell, _super);
|
|
15
15
|
function CanvasImageCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
17
|
+
_this.da = 1;
|
|
18
|
+
_this.db = 3;
|
|
19
|
+
_this.df = null;
|
|
20
|
+
_this.dc = 1;
|
|
21
|
+
_this.de = null;
|
|
22
|
+
_this.de = a.createElement("img");
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
Object.defineProperty(CanvasImageCell.prototype, "
|
|
25
|
+
Object.defineProperty(CanvasImageCell.prototype, "dd", {
|
|
26
26
|
get: function () {
|
|
27
|
-
return this.
|
|
27
|
+
return this.dc;
|
|
28
28
|
},
|
|
29
29
|
set: function (a) {
|
|
30
|
-
this.
|
|
30
|
+
this.dc = a;
|
|
31
31
|
},
|
|
32
32
|
enumerable: false,
|
|
33
33
|
configurable: true
|
|
34
34
|
});
|
|
35
|
-
CanvasImageCell.prototype.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
35
|
+
CanvasImageCell.prototype.di = function (a, b) {
|
|
36
|
+
this.dg();
|
|
37
|
+
this.de.setRawStyleProperty("opacity", "0");
|
|
38
38
|
if (a == null || a.length == 0) {
|
|
39
|
-
this.
|
|
39
|
+
this.dh(this.de);
|
|
40
40
|
return;
|
|
41
41
|
}
|
|
42
|
-
if (Base.equalsStatic(a, this.
|
|
42
|
+
if (Base.equalsStatic(a, this.df)) {
|
|
43
43
|
return;
|
|
44
44
|
}
|
|
45
|
-
this.
|
|
45
|
+
this.dl(a, b);
|
|
46
46
|
};
|
|
47
|
-
CanvasImageCell.prototype.
|
|
47
|
+
CanvasImageCell.prototype.dh = function (a) {
|
|
48
48
|
a.setAttribute("src", "");
|
|
49
49
|
};
|
|
50
|
-
CanvasImageCell.prototype.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
50
|
+
CanvasImageCell.prototype.dl = function (a, b) {
|
|
51
|
+
this.df = a;
|
|
52
|
+
this.de.setAttribute("src", a);
|
|
53
53
|
};
|
|
54
|
-
CanvasImageCell.prototype.
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
54
|
+
CanvasImageCell.prototype.dg = function () {
|
|
55
|
+
this.dh(this.de);
|
|
56
|
+
this.df = "";
|
|
57
57
|
};
|
|
58
|
-
CanvasImageCell.prototype.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
58
|
+
CanvasImageCell.prototype.dj = function (a) {
|
|
59
|
+
this.ad = true;
|
|
60
|
+
this.da = a;
|
|
61
61
|
};
|
|
62
|
-
CanvasImageCell.prototype.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
62
|
+
CanvasImageCell.prototype.dk = function (a) {
|
|
63
|
+
this.ad = true;
|
|
64
|
+
this.db = a;
|
|
65
65
|
};
|
|
66
|
-
CanvasImageCell.prototype.
|
|
66
|
+
CanvasImageCell.prototype.get_af = function () {
|
|
67
67
|
return true;
|
|
68
68
|
};
|
|
69
69
|
CanvasImageCell.$t = markType(CanvasImageCell, 'CanvasImageCell', CanvasGridCellBase.$);
|
|
@@ -28,24 +28,24 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
CanvasImageCellPresenter.prototype.b = function (a) {
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
|
-
if (a.
|
|
32
|
-
if (a.
|
|
33
|
-
var c = Math.min(1, Math.max(0, a.
|
|
34
|
-
var d = a.
|
|
35
|
-
this.d.
|
|
31
|
+
if (a.a3) {
|
|
32
|
+
if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
|
|
33
|
+
var c = Math.min(1, Math.max(0, a.ct));
|
|
34
|
+
var d = a.cj * (1 - c);
|
|
35
|
+
this.d.dd = d;
|
|
36
36
|
}
|
|
37
|
-
if (b.
|
|
38
|
-
this.e(b.
|
|
37
|
+
if (b.a8(ImageCellModel.mj) || b.a8(ImageCellModel.mk)) {
|
|
38
|
+
this.e(b.mn, b.mg);
|
|
39
39
|
}
|
|
40
|
-
if (b.
|
|
41
|
-
this.f(b.
|
|
40
|
+
if (b.a8(ImageCellModel.ml) || b.a8(ImageCellModel.fw) || b.a8(ImageCellModel.hb)) {
|
|
41
|
+
this.f(b.mi, b.g, b.i);
|
|
42
42
|
}
|
|
43
|
-
if (b.
|
|
43
|
+
if (b.a8(ImageCellModel.g6)) {
|
|
44
44
|
if (a.u == 1) {
|
|
45
|
-
this.d.
|
|
45
|
+
this.d.dg();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
|
-
this.e(b.
|
|
48
|
+
this.e(b.mn, b.mg);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -58,35 +58,35 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
58
|
b = 4;
|
|
59
59
|
}
|
|
60
60
|
if (stringStartsWith(c, "http") || b == 4) {
|
|
61
|
-
this.d.
|
|
61
|
+
this.d.di(a, 4);
|
|
62
62
|
}
|
|
63
63
|
if (stringStartsWith(c, "asset") || b == 2) {
|
|
64
64
|
var d = a;
|
|
65
65
|
if (stringStartsWith(c, "asset")) {
|
|
66
66
|
d = a.substr(8);
|
|
67
67
|
}
|
|
68
|
-
this.d.
|
|
68
|
+
this.d.di(d, 2);
|
|
69
69
|
}
|
|
70
70
|
if (stringStartsWith(c, "drawable") || b == 1) {
|
|
71
71
|
var e = a;
|
|
72
72
|
if (stringStartsWith(c, "drawable")) {
|
|
73
73
|
e = a.substr(11);
|
|
74
74
|
}
|
|
75
|
-
this.d.
|
|
75
|
+
this.d.di(e, 1);
|
|
76
76
|
}
|
|
77
77
|
if (stringStartsWith(c, "nativeresource") || b == 1) {
|
|
78
78
|
var f = a;
|
|
79
79
|
if (stringStartsWith(c, "nativeresource")) {
|
|
80
80
|
f = a.substr(17);
|
|
81
81
|
}
|
|
82
|
-
this.d.
|
|
82
|
+
this.d.di(f, 1);
|
|
83
83
|
}
|
|
84
84
|
if (stringStartsWith(c, "embeddedresource") || b == 3) {
|
|
85
85
|
var g = a;
|
|
86
86
|
if (stringStartsWith(c, "embeddedresource")) {
|
|
87
87
|
g = a.substr(19);
|
|
88
88
|
}
|
|
89
|
-
this.d.
|
|
89
|
+
this.d.di(g, 3);
|
|
90
90
|
}
|
|
91
91
|
};
|
|
92
92
|
CanvasImageCellPresenter.$t = markType(CanvasImageCellPresenter, 'CanvasImageCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -14,8 +14,8 @@ var CanvasNumericCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(CanvasNumericCell, _super);
|
|
15
15
|
function CanvasNumericCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.cl(2);
|
|
18
|
+
_this.ct(1);
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
21
|
CanvasNumericCell.$t = markType(CanvasNumericCell, 'CanvasNumericCell', CanvasTextCell.$);
|
|
@@ -28,18 +28,18 @@ var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
28
28
|
CanvasNumericCellPresenter.prototype.b = function (a) {
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
|
-
if (a.
|
|
32
|
-
if (a.
|
|
33
|
-
b.
|
|
34
|
-
this.d.
|
|
31
|
+
if (a.a3) {
|
|
32
|
+
if (a.a8(NumericCellModel.m4) || b.ml()) {
|
|
33
|
+
b.j1 = this.e(b);
|
|
34
|
+
this.d.cr(b.j1);
|
|
35
35
|
}
|
|
36
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
36
|
+
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasNumericCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
var val_ = a.
|
|
42
|
-
var override_ = a.
|
|
40
|
+
if (a.na != null) {
|
|
41
|
+
var val_ = a.mo;
|
|
42
|
+
var override_ = a.na;
|
|
43
43
|
return (override_.format(val_));
|
|
44
44
|
}
|
|
45
45
|
return NumericCellFormatter.c(a);
|
|
@@ -14,11 +14,11 @@ var CanvasSectionHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(CanvasSectionHeaderCell, _super);
|
|
15
15
|
function CanvasSectionHeaderCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.cl(0);
|
|
18
|
+
_this.ct(1);
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
|
-
CanvasSectionHeaderCell.prototype.
|
|
21
|
+
CanvasSectionHeaderCell.prototype.get_af = function () {
|
|
22
22
|
return true;
|
|
23
23
|
};
|
|
24
24
|
CanvasSectionHeaderCell.$t = markType(CanvasSectionHeaderCell, 'CanvasSectionHeaderCell', CanvasGridCellBase.$);
|
|
@@ -27,27 +27,27 @@ var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
27
27
|
CanvasSectionHeaderCellPresenter.prototype.b = function (a) {
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
|
-
if (a.
|
|
31
|
-
if (a.
|
|
32
|
-
if (b.
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
30
|
+
if (a.a3) {
|
|
31
|
+
if (a.a8(SectionHeaderCellModel.ml) || a.a8(SectionHeaderCellModel.mn)) {
|
|
32
|
+
if (b.mh == null || (b.mh.length == 0 && b.mv == null)) {
|
|
33
|
+
if (b.hm == null) {
|
|
34
|
+
b.j1 = "";
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.j1 = b.hm.toString();
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
if (b.
|
|
42
|
-
b.
|
|
41
|
+
if (b.mt != null && b.mk == 0) {
|
|
42
|
+
b.j1 = b.mv + " " + b.mt;
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
45
|
-
b.
|
|
45
|
+
b.j1 = b.mv;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
this.d.
|
|
48
|
+
this.d.cr(b.j1);
|
|
49
49
|
}
|
|
50
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
50
|
+
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
CanvasSectionHeaderCellPresenter.$t = markType(CanvasSectionHeaderCellPresenter, 'CanvasSectionHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -18,80 +18,80 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
__extends(CanvasSummaryCell, _super);
|
|
19
19
|
function CanvasSummaryCell(a) {
|
|
20
20
|
var _this = _super.call(this, a) || this;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.db = 0;
|
|
24
|
-
_this.dc = 0;
|
|
25
|
-
_this.da = 0;
|
|
26
|
-
_this.c7 = null;
|
|
21
|
+
_this.di = null;
|
|
22
|
+
_this.dn = new TextBlock();
|
|
27
23
|
_this.de = 0;
|
|
28
|
-
_this.
|
|
29
|
-
_this.c9 = true;
|
|
24
|
+
_this.df = 0;
|
|
30
25
|
_this.dd = 0;
|
|
31
|
-
_this.
|
|
26
|
+
_this.da = null;
|
|
27
|
+
_this.dh = 0;
|
|
28
|
+
_this.db = false;
|
|
29
|
+
_this.dc = true;
|
|
30
|
+
_this.dg = 0;
|
|
31
|
+
_this.cl(2);
|
|
32
32
|
return _this;
|
|
33
33
|
}
|
|
34
|
-
CanvasSummaryCell.prototype.
|
|
35
|
-
_super.prototype.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
34
|
+
CanvasSummaryCell.prototype.cu = function (a) {
|
|
35
|
+
_super.prototype.cu.call(this, a);
|
|
36
|
+
this.bk = intDivide(a, 2);
|
|
37
|
+
this.dc = true;
|
|
38
38
|
};
|
|
39
|
-
CanvasSummaryCell.prototype.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
39
|
+
CanvasSummaryCell.prototype.dl = function (a) {
|
|
40
|
+
this.da = a;
|
|
41
|
+
this.db = true;
|
|
42
|
+
this.ad = true;
|
|
43
|
+
this.dc = true;
|
|
44
44
|
};
|
|
45
|
-
CanvasSummaryCell.prototype.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
45
|
+
CanvasSummaryCell.prototype.dj = function (a) {
|
|
46
|
+
this.di = a;
|
|
47
|
+
this.dn.al = this.di;
|
|
48
|
+
this.ad = true;
|
|
49
|
+
this.dc = true;
|
|
50
50
|
};
|
|
51
|
-
CanvasSummaryCell.prototype.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
51
|
+
CanvasSummaryCell.prototype.dk = function (a) {
|
|
52
|
+
this.ad = true;
|
|
53
|
+
this.dn.ao = ((function () {
|
|
54
54
|
var $ret = new Brush();
|
|
55
55
|
$ret.color = a;
|
|
56
56
|
return $ret;
|
|
57
57
|
})());
|
|
58
58
|
};
|
|
59
|
-
CanvasSummaryCell.prototype.
|
|
60
|
-
if (this.
|
|
59
|
+
CanvasSummaryCell.prototype.dm = function (a) {
|
|
60
|
+
if (this.dn.al == null) {
|
|
61
61
|
return;
|
|
62
62
|
}
|
|
63
63
|
if (a == null) {
|
|
64
64
|
return;
|
|
65
65
|
}
|
|
66
|
-
if (this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
a.ad(this.
|
|
70
|
-
this.
|
|
66
|
+
if (this.db || (this.da != null && this.da.j != this.dh)) {
|
|
67
|
+
this.db = false;
|
|
68
|
+
this.dh = this.da.j;
|
|
69
|
+
a.ad(this.da);
|
|
70
|
+
this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
|
|
71
71
|
}
|
|
72
|
-
var b = this.
|
|
73
|
-
var c = this.
|
|
74
|
-
b -= (this.
|
|
75
|
-
c -= (this.
|
|
72
|
+
var b = this.bo;
|
|
73
|
+
var c = this.bd;
|
|
74
|
+
b -= (this.ba + this.bf + this.bb + this.bg);
|
|
75
|
+
c -= (this.bc + this.bh + this.a9 + this.be);
|
|
76
76
|
b = Math.max(b, 0);
|
|
77
77
|
c = Math.max(c, 0);
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
78
|
+
this.dg = this.bn(this.dn, this.di, b / 2, a);
|
|
79
|
+
this.de = this.bf + this.ba;
|
|
80
|
+
this.df = this.bh + this.bc + ((c / 2) - (this.dd / 2));
|
|
81
81
|
};
|
|
82
|
-
CanvasSummaryCell.prototype.
|
|
83
|
-
if (this.
|
|
84
|
-
if (this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
82
|
+
CanvasSummaryCell.prototype.cc = function (a) {
|
|
83
|
+
if (this.dn.al != null) {
|
|
84
|
+
if (this.dc) {
|
|
85
|
+
this.dm(a);
|
|
86
|
+
this.dc = false;
|
|
87
87
|
}
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
a.x(this.
|
|
88
|
+
this.dn.n = this.de;
|
|
89
|
+
this.dn.o = this.df;
|
|
90
|
+
a.x(this.dn);
|
|
91
91
|
}
|
|
92
|
-
_super.prototype.
|
|
92
|
+
_super.prototype.cc.call(this, a);
|
|
93
93
|
};
|
|
94
|
-
CanvasSummaryCell.prototype.
|
|
94
|
+
CanvasSummaryCell.prototype.get_af = function () {
|
|
95
95
|
return false;
|
|
96
96
|
};
|
|
97
97
|
CanvasSummaryCell.$t = markType(CanvasSummaryCell, 'CanvasSummaryCell', CanvasGridCellBase.$);
|
|
@@ -26,19 +26,19 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
26
26
|
CanvasSummaryCellPresenter.prototype.b = function (a) {
|
|
27
27
|
_super.prototype.b.call(this, a);
|
|
28
28
|
var b = a;
|
|
29
|
-
if (a.
|
|
30
|
-
if (a.
|
|
31
|
-
this.d.
|
|
32
|
-
this.d.
|
|
29
|
+
if (a.a3) {
|
|
30
|
+
if (a.a7("ResolvedSummaryLabel") || a.a7("ResolvedSummaryValue")) {
|
|
31
|
+
this.d.dj(b.mn);
|
|
32
|
+
this.d.cr(b.mp);
|
|
33
33
|
}
|
|
34
|
-
if (a.
|
|
35
|
-
var c = CanvasContentCellModelHelper.e(b.
|
|
36
|
-
this.d.
|
|
34
|
+
if (a.a7("SummaryLabelTextColor")) {
|
|
35
|
+
var c = CanvasContentCellModelHelper.e(b.mu);
|
|
36
|
+
this.d.dk(c);
|
|
37
37
|
}
|
|
38
|
-
if (a.
|
|
39
|
-
this.d.
|
|
38
|
+
if (a.a7("FontInfo")) {
|
|
39
|
+
this.d.dl(b.ag);
|
|
40
40
|
}
|
|
41
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
41
|
+
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
42
42
|
}
|
|
43
43
|
};
|
|
44
44
|
CanvasSummaryCellPresenter.$t = markType(CanvasSummaryCellPresenter, 'CanvasSummaryCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -15,22 +15,22 @@ var CanvasTemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
__extends(CanvasTemplateCell, _super);
|
|
16
16
|
function CanvasTemplateCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
18
|
+
_this.da = null;
|
|
19
|
+
_this.da = new CanvasTemplateCellContainer(a);
|
|
20
20
|
return _this;
|
|
21
21
|
}
|
|
22
|
-
Object.defineProperty(CanvasTemplateCell.prototype, "
|
|
22
|
+
Object.defineProperty(CanvasTemplateCell.prototype, "db", {
|
|
23
23
|
get: function () {
|
|
24
|
-
return this.
|
|
24
|
+
return this.da;
|
|
25
25
|
},
|
|
26
26
|
enumerable: false,
|
|
27
27
|
configurable: true
|
|
28
28
|
});
|
|
29
|
-
CanvasTemplateCell.prototype.
|
|
29
|
+
CanvasTemplateCell.prototype.get_af = function () {
|
|
30
30
|
return true;
|
|
31
31
|
};
|
|
32
|
-
CanvasTemplateCell.prototype.
|
|
33
|
-
this.
|
|
32
|
+
CanvasTemplateCell.prototype.dc = function () {
|
|
33
|
+
this.b8();
|
|
34
34
|
};
|
|
35
35
|
CanvasTemplateCell.$t = markType(CanvasTemplateCell, 'CanvasTemplateCell', CanvasGridCellBase.$);
|
|
36
36
|
return CanvasTemplateCell;
|
|
@@ -30,13 +30,13 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = a;
|
|
32
32
|
var c = this.e.actualColumns._inner[a.l.a5];
|
|
33
|
-
if (a.
|
|
34
|
-
var d = Math.min(1, Math.max(0, a.
|
|
35
|
-
var e = a.
|
|
36
|
-
this.d.
|
|
33
|
+
if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
|
|
34
|
+
var d = Math.min(1, Math.max(0, a.ct));
|
|
35
|
+
var e = a.cj * (1 - d);
|
|
36
|
+
this.d.db.opacity = e;
|
|
37
37
|
}
|
|
38
|
-
this.d.
|
|
39
|
-
c.
|
|
38
|
+
this.d.dc();
|
|
39
|
+
c.n3(a, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateCellPresenter;
|
|
@@ -15,22 +15,22 @@ var CanvasTemplateHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
__extends(CanvasTemplateHeaderCell, _super);
|
|
16
16
|
function CanvasTemplateHeaderCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
18
|
+
_this.da = null;
|
|
19
|
+
_this.da = new CanvasTemplateCellContainer(a);
|
|
20
20
|
return _this;
|
|
21
21
|
}
|
|
22
|
-
Object.defineProperty(CanvasTemplateHeaderCell.prototype, "
|
|
22
|
+
Object.defineProperty(CanvasTemplateHeaderCell.prototype, "db", {
|
|
23
23
|
get: function () {
|
|
24
|
-
return this.
|
|
24
|
+
return this.da;
|
|
25
25
|
},
|
|
26
26
|
enumerable: false,
|
|
27
27
|
configurable: true
|
|
28
28
|
});
|
|
29
|
-
CanvasTemplateHeaderCell.prototype.
|
|
29
|
+
CanvasTemplateHeaderCell.prototype.get_ae = function () {
|
|
30
30
|
return true;
|
|
31
31
|
};
|
|
32
|
-
CanvasTemplateHeaderCell.prototype.
|
|
33
|
-
this.
|
|
32
|
+
CanvasTemplateHeaderCell.prototype.dc = function () {
|
|
33
|
+
this.b8();
|
|
34
34
|
};
|
|
35
35
|
CanvasTemplateHeaderCell.$t = markType(CanvasTemplateHeaderCell, 'CanvasTemplateHeaderCell', CanvasGridCellBase.$);
|
|
36
36
|
return CanvasTemplateHeaderCell;
|
|
@@ -30,13 +30,13 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = this.e.actualColumns._inner[a.l.a5];
|
|
32
32
|
var c = b.header;
|
|
33
|
-
if (a.
|
|
34
|
-
var d = Math.min(1, Math.max(0, a.
|
|
35
|
-
var e = a.
|
|
33
|
+
if (a.a8(CellModel.fa) || a.a8(CellModel.hc)) {
|
|
34
|
+
var d = Math.min(1, Math.max(0, a.ct));
|
|
35
|
+
var e = a.cj * (1 - d);
|
|
36
36
|
}
|
|
37
37
|
var f = a;
|
|
38
|
-
this.d.
|
|
39
|
-
c.
|
|
38
|
+
this.d.dc();
|
|
39
|
+
c.hq(f, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateHeaderCellPresenter;
|
|
@@ -14,11 +14,11 @@ var CanvasTextCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(CanvasTextCell, _super);
|
|
15
15
|
function CanvasTextCell(a) {
|
|
16
16
|
var _this = _super.call(this, a) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
17
|
+
_this.cl(0);
|
|
18
|
+
_this.ct(1);
|
|
19
19
|
return _this;
|
|
20
20
|
}
|
|
21
|
-
CanvasTextCell.prototype.
|
|
21
|
+
CanvasTextCell.prototype.get_af = function () {
|
|
22
22
|
return true;
|
|
23
23
|
};
|
|
24
24
|
CanvasTextCell.$t = markType(CanvasTextCell, 'CanvasTextCell', CanvasGridCellBase.$);
|
|
@@ -28,22 +28,22 @@ var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
CanvasTextCellPresenter.prototype.b = function (a) {
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
|
-
if (a.
|
|
32
|
-
if (a.
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
31
|
+
if (a.a3) {
|
|
32
|
+
if (a.a8(TextCellModel.mf) || a.a8(CellModel.gj)) {
|
|
33
|
+
if (b.mh != null) {
|
|
34
|
+
b.j1 = b.mh;
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
if (b.
|
|
38
|
-
b.
|
|
37
|
+
if (b.hm == null) {
|
|
38
|
+
b.j1 = "";
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
b.
|
|
41
|
+
b.j1 = b.hm.toString();
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
this.d.
|
|
44
|
+
this.d.cr(b.j1);
|
|
45
45
|
}
|
|
46
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
46
|
+
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
47
47
|
}
|
|
48
48
|
};
|
|
49
49
|
CanvasTextCellPresenter.$t = markType(CanvasTextCellPresenter, 'CanvasTextCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -15,46 +15,46 @@ var CanvasTextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15
15
|
__extends(CanvasTextHeaderCell, _super);
|
|
16
16
|
function CanvasTextHeaderCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.c7 = null;
|
|
19
18
|
_this.da = null;
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
19
|
+
_this.dd = null;
|
|
20
|
+
_this.dc = null;
|
|
21
|
+
_this.cl(0);
|
|
22
|
+
_this.ct(1);
|
|
23
|
+
_this.da = new GridSortIndicator();
|
|
24
24
|
var b = a.createElement("div");
|
|
25
25
|
b.setRawStyleProperty("display", "inline-block");
|
|
26
26
|
b.setRawStyleProperty("width", "16px");
|
|
27
27
|
b.setRawStyleProperty("height", "16px");
|
|
28
|
-
_this.
|
|
29
|
-
var c = a.getSubRenderer(_this.
|
|
30
|
-
_this.
|
|
31
|
-
_this.
|
|
32
|
-
var d = _this.
|
|
33
|
-
d.renderCompleted = delegateCombine(d.renderCompleted, function (d, e) { return _this.
|
|
34
|
-
_this.
|
|
35
|
-
_this.
|
|
28
|
+
_this.dd = b;
|
|
29
|
+
var c = a.getSubRenderer(_this.dd);
|
|
30
|
+
_this.da.ax(c);
|
|
31
|
+
_this.da.w = window.devicePixelRatio;
|
|
32
|
+
var d = _this.da;
|
|
33
|
+
d.renderCompleted = delegateCombine(d.renderCompleted, function (d, e) { return _this.ca(); });
|
|
34
|
+
_this.da.ar(16, 16);
|
|
35
|
+
_this.dc = _this.da.ad();
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
|
-
Object.defineProperty(CanvasTextHeaderCell.prototype, "
|
|
38
|
+
Object.defineProperty(CanvasTextHeaderCell.prototype, "db", {
|
|
39
39
|
get: function () {
|
|
40
|
-
return this.
|
|
40
|
+
return this.da;
|
|
41
41
|
},
|
|
42
42
|
enumerable: false,
|
|
43
43
|
configurable: true
|
|
44
44
|
});
|
|
45
|
-
CanvasTextHeaderCell.prototype.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
45
|
+
CanvasTextHeaderCell.prototype.de = function (a) {
|
|
46
|
+
this.db.b = a;
|
|
47
|
+
this.ca();
|
|
48
48
|
};
|
|
49
|
-
CanvasTextHeaderCell.prototype.
|
|
50
|
-
_super.prototype.
|
|
51
|
-
var b = this.
|
|
49
|
+
CanvasTextHeaderCell.prototype.cc = function (a) {
|
|
50
|
+
_super.prototype.cc.call(this, a);
|
|
51
|
+
var b = this.bl + 5;
|
|
52
52
|
if (this.e == 2) {
|
|
53
|
-
b = this.
|
|
53
|
+
b = this.bj - 21;
|
|
54
54
|
}
|
|
55
|
-
a.n(this.
|
|
55
|
+
a.n(this.dc, 1, b, this.bm - 8, 16, 16);
|
|
56
56
|
};
|
|
57
|
-
CanvasTextHeaderCell.prototype.
|
|
57
|
+
CanvasTextHeaderCell.prototype.get_ae = function () {
|
|
58
58
|
return true;
|
|
59
59
|
};
|
|
60
60
|
CanvasTextHeaderCell.$t = markType(CanvasTextHeaderCell, 'CanvasTextHeaderCell', CanvasGridCellBase.$);
|