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
|
@@ -23,6 +23,7 @@ import { XButton } from "igniteui-webcomponents-inputs";
|
|
|
23
23
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
24
24
|
import { BrushAppearanceData } from "igniteui-webcomponents-core";
|
|
25
25
|
import { ModelStates } from "./ModelStates";
|
|
26
|
+
import { HashSet$1 } from "igniteui-webcomponents-core";
|
|
26
27
|
import { CellPath } from "./CellPath";
|
|
27
28
|
import { Rect } from "igniteui-webcomponents-core";
|
|
28
29
|
import { ModelTypes } from "./ModelTypes";
|
|
@@ -67,7 +68,6 @@ import { ISummaryResult } from "igniteui-webcomponents-core";
|
|
|
67
68
|
import { PagerVisualModelExport } from "./PagerVisualModelExport";
|
|
68
69
|
import { DataSourceLocalDataProvider } from "igniteui-webcomponents-core";
|
|
69
70
|
import { IDataSourceSchema } from "igniteui-webcomponents-core";
|
|
70
|
-
import { HashSet$1 } from "igniteui-webcomponents-core";
|
|
71
71
|
import { DefinitionPropertyUpdatedEventArgs } from "./DefinitionPropertyUpdatedEventArgs";
|
|
72
72
|
import { CellPropertyAnimationType } from "./CellPropertyAnimationType";
|
|
73
73
|
import { IPropertySetter } from "./IPropertySetter";
|
|
@@ -103,6 +103,7 @@ import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
|
|
|
103
103
|
import { GridSelectedCellRangesCollection } from "./GridSelectedCellRangesCollection";
|
|
104
104
|
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
105
105
|
import { IPlatformPixelConverter } from "./IPlatformPixelConverter";
|
|
106
|
+
import { ListSortDirection } from "igniteui-webcomponents-core";
|
|
106
107
|
import { IEditableDataSource } from "igniteui-webcomponents-core";
|
|
107
108
|
import { EnterKeyBehaviors } from "./EnterKeyBehaviors";
|
|
108
109
|
import { EnterKeyBehaviorAfterEdit } from "./EnterKeyBehaviorAfterEdit";
|
|
@@ -120,6 +121,7 @@ import { GridSelectedKeysChangedEventArgs } from "./GridSelectedKeysChangedEvent
|
|
|
120
121
|
import { GridSelectedCellRangesChangedEventArgs } from "./GridSelectedCellRangesChangedEventArgs";
|
|
121
122
|
import { GridDataCommittedEventArgs } from "./GridDataCommittedEventArgs";
|
|
122
123
|
import { GridDataCommittingEventArgs } from "./GridDataCommittingEventArgs";
|
|
124
|
+
import { DataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
|
|
123
125
|
import { GridSizeChangedEventArgs } from "./GridSizeChangedEventArgs";
|
|
124
126
|
import { ColumnStates } from "./ColumnStates";
|
|
125
127
|
import { IColumnGroupingVisualModelExport } from "./IColumnGroupingVisualModelExport";
|
|
@@ -141,8 +143,18 @@ import { GridColumnSpacerCollection } from "./GridColumnSpacerCollection";
|
|
|
141
143
|
import { GridEffectMainIntent } from "./GridEffectMainIntent";
|
|
142
144
|
import { FixedCellPositions } from "./FixedCellPositions";
|
|
143
145
|
import { GridEffectSubIntent } from "./GridEffectSubIntent";
|
|
146
|
+
import { GridConditionalStylePropertyCollection } from "./GridConditionalStylePropertyCollection";
|
|
147
|
+
import { PropertyUpdatedEventArgs } from "igniteui-webcomponents-core";
|
|
148
|
+
import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridConditionFilterStringErrorsParsingEventArgs";
|
|
144
149
|
import { CellStyleRequestedEventArgs } from "./CellStyleRequestedEventArgs";
|
|
150
|
+
import { IToolbarTarget } from "igniteui-webcomponents-core";
|
|
151
|
+
import { ToolCommand } from "igniteui-webcomponents-core";
|
|
152
|
+
import { IToolbarContextAccessor } from "igniteui-webcomponents-core";
|
|
145
153
|
import { LayoutAction } from "./LayoutAction";
|
|
154
|
+
import { ToolActionInfo } from "igniteui-webcomponents-core";
|
|
155
|
+
import { ICommandAvailabilityListener } from "igniteui-webcomponents-core";
|
|
156
|
+
import { ICommandStateChangedListener } from "igniteui-webcomponents-core";
|
|
157
|
+
import { ToolCommandExecutionState } from "igniteui-webcomponents-core";
|
|
146
158
|
import { JsonWriter } from "igniteui-webcomponents-core";
|
|
147
159
|
import { CalculationParameters } from "./CalculationParameters";
|
|
148
160
|
import { ColumnPropertySettersCollection } from "./ColumnPropertySettersCollection";
|
|
@@ -333,6 +345,7 @@ export interface ICellActionManager {
|
|
|
333
345
|
applyFilter(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
334
346
|
applyCustomFilter(a: string, b: number, c: any): void;
|
|
335
347
|
clearFilter(): void;
|
|
348
|
+
shouldSkipFocusRetain(): boolean;
|
|
336
349
|
}
|
|
337
350
|
/**
|
|
338
351
|
* @hidden
|
|
@@ -395,6 +408,7 @@ export declare class DefaultCellActionManager extends Base implements ICellActio
|
|
|
395
408
|
applyFilter(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
396
409
|
applyCustomFilter(a: string, b: number, c: any): void;
|
|
397
410
|
clearFilter(): void;
|
|
411
|
+
shouldSkipFocusRetain(): boolean;
|
|
398
412
|
}
|
|
399
413
|
/**
|
|
400
414
|
* @hidden
|
|
@@ -471,435 +485,469 @@ export declare abstract class CellModel extends Base {
|
|
|
471
485
|
get p(): DataGrid;
|
|
472
486
|
set p(a: DataGrid);
|
|
473
487
|
constructor();
|
|
474
|
-
private static
|
|
475
|
-
private static
|
|
476
|
-
private static
|
|
477
|
-
static
|
|
488
|
+
private static dn;
|
|
489
|
+
private static dm;
|
|
490
|
+
private static bu;
|
|
491
|
+
static ft(a: string): number;
|
|
478
492
|
s: ICellPresenter;
|
|
479
|
-
static
|
|
493
|
+
static g6: number;
|
|
480
494
|
private t;
|
|
481
495
|
get u(): ModelStates;
|
|
482
496
|
set u(a: ModelStates);
|
|
483
|
-
|
|
497
|
+
private hq;
|
|
498
|
+
get kc(): string;
|
|
499
|
+
set kc(a: string);
|
|
484
500
|
private k;
|
|
485
|
-
static
|
|
501
|
+
static gs: number;
|
|
486
502
|
get l(): CellPath;
|
|
487
503
|
set l(a: CellPath);
|
|
488
504
|
private ah;
|
|
489
|
-
static
|
|
490
|
-
get
|
|
491
|
-
set
|
|
492
|
-
|
|
493
|
-
be: boolean;
|
|
505
|
+
static fd: number;
|
|
506
|
+
get ax(): boolean;
|
|
507
|
+
set ax(a: boolean);
|
|
508
|
+
fb: number;
|
|
494
509
|
bj: boolean;
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
510
|
+
bo: boolean;
|
|
511
|
+
a3: boolean;
|
|
512
|
+
a1: boolean;
|
|
513
|
+
bh: boolean;
|
|
514
|
+
bp: boolean;
|
|
515
|
+
a5: boolean;
|
|
516
|
+
bi: boolean;
|
|
501
517
|
c: ICellActionManager;
|
|
502
518
|
e: IGridInfoRequestor;
|
|
503
519
|
d: ICellModelExportUpdater;
|
|
504
|
-
private
|
|
505
|
-
static
|
|
506
|
-
get
|
|
507
|
-
set
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
get
|
|
511
|
-
set
|
|
512
|
-
private
|
|
513
|
-
static
|
|
514
|
-
get
|
|
515
|
-
set
|
|
520
|
+
private aj;
|
|
521
|
+
static f2: number;
|
|
522
|
+
get a0(): boolean;
|
|
523
|
+
set a0(a: boolean);
|
|
524
|
+
private b1;
|
|
525
|
+
static ex: number;
|
|
526
|
+
get ci(): number;
|
|
527
|
+
set ci(a: number);
|
|
528
|
+
private lf;
|
|
529
|
+
static et: number;
|
|
530
|
+
get ly(): Brush;
|
|
531
|
+
set ly(a: Brush);
|
|
532
|
+
private lg;
|
|
533
|
+
static ew: number;
|
|
534
|
+
get lz(): Brush;
|
|
535
|
+
set lz(a: Brush);
|
|
536
|
+
private c9;
|
|
537
|
+
static ez: number;
|
|
538
|
+
get ey(): number;
|
|
539
|
+
set ey(a: number);
|
|
540
|
+
private c8;
|
|
541
|
+
static ev: number;
|
|
542
|
+
get eu(): number;
|
|
543
|
+
set eu(a: number);
|
|
544
|
+
private md;
|
|
545
|
+
static e9: number;
|
|
546
|
+
get me(): Rect;
|
|
547
|
+
set me(a: Rect);
|
|
548
|
+
static readonly f8: number;
|
|
549
|
+
private aq;
|
|
550
|
+
get bd(): boolean;
|
|
551
|
+
set bd(a: boolean);
|
|
552
|
+
private at;
|
|
553
|
+
static ga: number;
|
|
554
|
+
get bk(): boolean;
|
|
555
|
+
set bk(a: boolean);
|
|
556
|
+
private au;
|
|
557
|
+
static gb: number;
|
|
558
|
+
get bl(): boolean;
|
|
559
|
+
set bl(a: boolean);
|
|
516
560
|
private as;
|
|
517
|
-
static
|
|
561
|
+
static f9: number;
|
|
518
562
|
get bg(): boolean;
|
|
519
563
|
set bg(a: boolean);
|
|
520
|
-
private
|
|
521
|
-
static
|
|
564
|
+
private ao;
|
|
565
|
+
static f7: number;
|
|
522
566
|
get bb(): boolean;
|
|
523
567
|
set bb(a: boolean);
|
|
524
|
-
private
|
|
525
|
-
static
|
|
526
|
-
get
|
|
527
|
-
set
|
|
528
|
-
private
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
private
|
|
533
|
-
az(a: string): boolean;
|
|
534
|
-
a3(propertyId_: number): boolean;
|
|
535
|
-
a2(a: string): boolean;
|
|
536
|
-
private c3;
|
|
568
|
+
private dl;
|
|
569
|
+
static f1: number;
|
|
570
|
+
get f0(): number;
|
|
571
|
+
set f0(a: number);
|
|
572
|
+
private br;
|
|
573
|
+
a4(a: string): boolean;
|
|
574
|
+
a8(propertyId_: number): boolean;
|
|
575
|
+
a7(a: string): boolean;
|
|
576
|
+
private de;
|
|
537
577
|
private a;
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
private
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
private
|
|
549
|
-
private
|
|
550
|
-
private
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
private
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
578
|
+
ks(propertyId_: number): void;
|
|
579
|
+
kp(): void;
|
|
580
|
+
kt(a: string): void;
|
|
581
|
+
private ai;
|
|
582
|
+
get ay(): boolean;
|
|
583
|
+
set ay(a: boolean);
|
|
584
|
+
private aw;
|
|
585
|
+
protected k0(a: string, b: number, c: any, d: any): void;
|
|
586
|
+
protected bq(a: string): boolean;
|
|
587
|
+
protected k3(a: string, b: any, c: any): void;
|
|
588
|
+
private k1;
|
|
589
|
+
private kv;
|
|
590
|
+
private kw;
|
|
591
|
+
private kx;
|
|
592
|
+
private ky;
|
|
593
|
+
private k2;
|
|
594
|
+
private kz;
|
|
595
|
+
private l4;
|
|
596
|
+
k5(): void;
|
|
597
|
+
protected k6(): void;
|
|
598
|
+
private bt;
|
|
599
|
+
k8(a: string, b: any): void;
|
|
600
|
+
az(a: string): boolean;
|
|
601
|
+
k4(a: string): void;
|
|
602
|
+
hk(a: string): any;
|
|
558
603
|
private q;
|
|
559
604
|
get r(): GridLayer;
|
|
560
605
|
set r(a: GridLayer);
|
|
561
|
-
static
|
|
562
|
-
private
|
|
563
|
-
get
|
|
564
|
-
set
|
|
565
|
-
static readonly
|
|
606
|
+
static gx: number;
|
|
607
|
+
private hj;
|
|
608
|
+
get hn(): any;
|
|
609
|
+
set hn(a: any);
|
|
610
|
+
static readonly hf: number;
|
|
611
|
+
private cd;
|
|
612
|
+
get cu(): number;
|
|
613
|
+
set cu(a: number);
|
|
614
|
+
static readonly hg: number;
|
|
615
|
+
private ce;
|
|
616
|
+
get cv(): number;
|
|
617
|
+
set cv(a: number);
|
|
618
|
+
static readonly g1: number;
|
|
619
|
+
private dt;
|
|
620
|
+
get g0(): number;
|
|
621
|
+
set g0(a: number);
|
|
622
|
+
static readonly g3: number;
|
|
623
|
+
private du;
|
|
624
|
+
get g2(): number;
|
|
625
|
+
set g2(a: number);
|
|
626
|
+
static readonly fh: number;
|
|
627
|
+
private b3;
|
|
628
|
+
get ck(): number;
|
|
629
|
+
set ck(a: number);
|
|
630
|
+
static readonly fa: number;
|
|
631
|
+
private b2;
|
|
632
|
+
get cj(): number;
|
|
633
|
+
set cj(a: number);
|
|
634
|
+
static readonly eg: number;
|
|
635
|
+
private bz;
|
|
636
|
+
get cg(): number;
|
|
637
|
+
set cg(a: number);
|
|
638
|
+
static readonly gi: number;
|
|
639
|
+
private b7;
|
|
640
|
+
get co(): number;
|
|
641
|
+
set co(a: number);
|
|
642
|
+
static readonly ei: number;
|
|
643
|
+
private b0;
|
|
644
|
+
get ch(): number;
|
|
645
|
+
set ch(a: number);
|
|
646
|
+
static readonly ge: number;
|
|
647
|
+
ku(): void;
|
|
566
648
|
private b5;
|
|
567
|
-
get cl(): number;
|
|
568
|
-
set cl(a: number);
|
|
569
|
-
static readonly gx: number;
|
|
570
|
-
private b6;
|
|
571
649
|
get cm(): number;
|
|
572
650
|
set cm(a: number);
|
|
573
|
-
static readonly
|
|
574
|
-
private
|
|
575
|
-
get
|
|
576
|
-
set
|
|
577
|
-
static readonly
|
|
578
|
-
private
|
|
579
|
-
get
|
|
580
|
-
set
|
|
581
|
-
static readonly
|
|
582
|
-
private
|
|
583
|
-
get
|
|
584
|
-
set
|
|
585
|
-
static readonly es: number;
|
|
586
|
-
private bu;
|
|
587
|
-
get ca(): number;
|
|
588
|
-
set ca(a: number);
|
|
589
|
-
static readonly d5: number;
|
|
590
|
-
private bs;
|
|
591
|
-
get b8(): number;
|
|
592
|
-
set b8(a: number);
|
|
593
|
-
static readonly fz: number;
|
|
594
|
-
private bz;
|
|
595
|
-
get cf(): number;
|
|
596
|
-
set cf(a: number);
|
|
597
|
-
static readonly d7: number;
|
|
598
|
-
private bt;
|
|
599
|
-
get b9(): number;
|
|
600
|
-
set b9(a: number);
|
|
651
|
+
static readonly g9: number;
|
|
652
|
+
private ca;
|
|
653
|
+
get cr(): number;
|
|
654
|
+
set cr(a: number);
|
|
655
|
+
static readonly gf: number;
|
|
656
|
+
private b6;
|
|
657
|
+
get cn(): number;
|
|
658
|
+
set cn(a: number);
|
|
659
|
+
static readonly ha: number;
|
|
660
|
+
private cb;
|
|
661
|
+
get cs(): number;
|
|
662
|
+
set cs(a: number);
|
|
601
663
|
static readonly fv: number;
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
static readonly gr: number;
|
|
615
|
-
private b3;
|
|
616
|
-
get cj(): number;
|
|
617
|
-
set cj(a: number);
|
|
618
|
-
static readonly fd: number;
|
|
619
|
-
private c9;
|
|
620
|
-
get fc(): number;
|
|
621
|
-
set fc(a: number);
|
|
622
|
-
static readonly gv: number;
|
|
623
|
-
private dj;
|
|
624
|
-
get gu(): number;
|
|
625
|
-
set gu(a: number);
|
|
626
|
-
static readonly ft: number;
|
|
627
|
-
private at;
|
|
628
|
-
get bi(): boolean;
|
|
629
|
-
set bi(a: boolean);
|
|
630
|
-
static readonly fy: number;
|
|
664
|
+
private dk;
|
|
665
|
+
get fu(): number;
|
|
666
|
+
set fu(a: number);
|
|
667
|
+
static readonly he: number;
|
|
668
|
+
private dv;
|
|
669
|
+
get hd(): number;
|
|
670
|
+
set hd(a: number);
|
|
671
|
+
static readonly gc: number;
|
|
672
|
+
private av;
|
|
673
|
+
get bn(): boolean;
|
|
674
|
+
set bn(a: boolean);
|
|
675
|
+
static readonly gh: number;
|
|
631
676
|
private v;
|
|
632
677
|
get w(): ModelTypes;
|
|
633
678
|
set w(a: ModelTypes);
|
|
634
|
-
static readonly
|
|
635
|
-
private
|
|
636
|
-
get
|
|
637
|
-
set
|
|
638
|
-
static readonly
|
|
639
|
-
private
|
|
640
|
-
get
|
|
641
|
-
set
|
|
642
|
-
static readonly
|
|
643
|
-
private
|
|
644
|
-
get
|
|
645
|
-
set
|
|
646
|
-
private
|
|
647
|
-
get
|
|
648
|
-
set
|
|
649
|
-
static readonly
|
|
679
|
+
static readonly gz: number;
|
|
680
|
+
private b9;
|
|
681
|
+
get cq(): number;
|
|
682
|
+
set cq(a: number);
|
|
683
|
+
static readonly d5: number;
|
|
684
|
+
private by;
|
|
685
|
+
get cf(): number;
|
|
686
|
+
set cf(a: number);
|
|
687
|
+
static readonly fy: number;
|
|
688
|
+
private b4;
|
|
689
|
+
get cl(): number;
|
|
690
|
+
set cl(a: number);
|
|
691
|
+
private ar;
|
|
692
|
+
get be(): boolean;
|
|
693
|
+
set be(a: boolean);
|
|
694
|
+
static readonly fw: number;
|
|
650
695
|
private f;
|
|
651
696
|
get g(): CellContentHorizontalAlignment;
|
|
652
697
|
set g(a: CellContentHorizontalAlignment);
|
|
653
|
-
static readonly
|
|
698
|
+
static readonly hb: number;
|
|
654
699
|
private h;
|
|
655
700
|
get i(): CellContentVerticalAlignment;
|
|
656
701
|
set i(a: CellContentVerticalAlignment);
|
|
657
|
-
static readonly
|
|
658
|
-
private
|
|
659
|
-
get
|
|
660
|
-
set
|
|
661
|
-
static readonly em: number;
|
|
662
|
-
private kn;
|
|
663
|
-
get k4(): Brush;
|
|
664
|
-
set k4(a: Brush);
|
|
665
|
-
static readonly dv: number;
|
|
666
|
-
private kj;
|
|
667
|
-
get k0(): Brush;
|
|
668
|
-
set k0(a: Brush);
|
|
669
|
-
static readonly d0: number;
|
|
670
|
-
private kk;
|
|
671
|
-
get k1(): Brush;
|
|
672
|
-
set k1(a: Brush);
|
|
673
|
-
static readonly dp: number;
|
|
674
|
-
private ki;
|
|
675
|
-
get kz(): Brush;
|
|
676
|
-
set kz(a: Brush);
|
|
702
|
+
static readonly es: number;
|
|
703
|
+
private le;
|
|
704
|
+
get lx(): Brush;
|
|
705
|
+
set lx(a: Brush);
|
|
677
706
|
static readonly e4: number;
|
|
678
|
-
private
|
|
679
|
-
get
|
|
680
|
-
set
|
|
681
|
-
static readonly
|
|
682
|
-
private
|
|
683
|
-
get
|
|
684
|
-
set
|
|
685
|
-
static readonly
|
|
686
|
-
private
|
|
687
|
-
get
|
|
688
|
-
set
|
|
689
|
-
static readonly
|
|
690
|
-
private
|
|
691
|
-
get
|
|
692
|
-
set
|
|
693
|
-
static readonly
|
|
694
|
-
private
|
|
695
|
-
get
|
|
696
|
-
set
|
|
697
|
-
static readonly
|
|
698
|
-
private
|
|
699
|
-
get
|
|
700
|
-
set
|
|
701
|
-
static readonly
|
|
702
|
-
private
|
|
703
|
-
get
|
|
704
|
-
set
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
get
|
|
708
|
-
set
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
get
|
|
712
|
-
set
|
|
713
|
-
static readonly
|
|
714
|
-
private
|
|
715
|
-
get
|
|
716
|
-
set
|
|
717
|
-
static readonly
|
|
718
|
-
private
|
|
719
|
-
get
|
|
720
|
-
set
|
|
707
|
+
private lh;
|
|
708
|
+
get l0(): Brush;
|
|
709
|
+
set l0(a: Brush);
|
|
710
|
+
static readonly d6: number;
|
|
711
|
+
private lb;
|
|
712
|
+
get lu(): Brush;
|
|
713
|
+
set lu(a: Brush);
|
|
714
|
+
static readonly eb: number;
|
|
715
|
+
private lc;
|
|
716
|
+
get lv(): Brush;
|
|
717
|
+
set lv(a: Brush);
|
|
718
|
+
static readonly d0: number;
|
|
719
|
+
private la;
|
|
720
|
+
get lt(): Brush;
|
|
721
|
+
set lt(a: Brush);
|
|
722
|
+
static readonly fm: number;
|
|
723
|
+
private lj;
|
|
724
|
+
get l2(): Brush;
|
|
725
|
+
set l2(a: Brush);
|
|
726
|
+
static readonly gy: number;
|
|
727
|
+
private lp;
|
|
728
|
+
get l9(): Brush;
|
|
729
|
+
set l9(a: Brush);
|
|
730
|
+
static readonly fx: number;
|
|
731
|
+
private ll;
|
|
732
|
+
get l5(): Brush;
|
|
733
|
+
set l5(a: Brush);
|
|
734
|
+
static readonly fz: number;
|
|
735
|
+
private lm;
|
|
736
|
+
get l6(): Brush;
|
|
737
|
+
set l6(a: Brush);
|
|
738
|
+
static readonly g5: number;
|
|
739
|
+
private lq;
|
|
740
|
+
get ma(): Brush;
|
|
741
|
+
set ma(a: Brush);
|
|
742
|
+
static readonly g7: number;
|
|
743
|
+
private lr;
|
|
744
|
+
get mb(): Brush;
|
|
745
|
+
set mb(a: Brush);
|
|
746
|
+
static readonly gu: number;
|
|
747
|
+
private lo;
|
|
748
|
+
get l8(): Brush;
|
|
749
|
+
set l8(a: Brush);
|
|
750
|
+
private ln;
|
|
721
751
|
static readonly gd: number;
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
static readonly
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
752
|
+
get l7(): Brush;
|
|
753
|
+
set l7(a: Brush);
|
|
754
|
+
private lk;
|
|
755
|
+
static readonly fr: number;
|
|
756
|
+
get l3(): Brush;
|
|
757
|
+
set l3(a: Brush);
|
|
758
|
+
static readonly gv: number;
|
|
759
|
+
private b8;
|
|
760
|
+
get cp(): number;
|
|
761
|
+
set cp(a: number);
|
|
762
|
+
static readonly gj: number;
|
|
763
|
+
private hi;
|
|
764
|
+
get hm(): any;
|
|
765
|
+
set hm(a: any);
|
|
766
|
+
static readonly gw: number;
|
|
767
|
+
private hp;
|
|
768
|
+
get j1(): string;
|
|
769
|
+
set j1(a: string);
|
|
770
|
+
static readonly g8: number;
|
|
771
|
+
private ls;
|
|
772
|
+
get mc(): Brush;
|
|
773
|
+
set mc(a: Brush);
|
|
774
|
+
static readonly er: number;
|
|
775
|
+
private ld;
|
|
776
|
+
get lw(): Brush;
|
|
777
|
+
set lw(a: Brush);
|
|
778
|
+
static readonly fc: number;
|
|
779
|
+
private li;
|
|
780
|
+
get l1(): Brush;
|
|
781
|
+
set l1(a: Brush);
|
|
782
|
+
static readonly fs: number;
|
|
738
783
|
private ad;
|
|
739
784
|
get ag(): FontInfo;
|
|
740
785
|
set ag(a: FontInfo);
|
|
741
|
-
static readonly
|
|
786
|
+
static readonly eh: number;
|
|
742
787
|
private ab;
|
|
743
788
|
get ae(): FontInfo;
|
|
744
789
|
set ae(a: FontInfo);
|
|
745
|
-
static readonly
|
|
790
|
+
static readonly gg: number;
|
|
746
791
|
private z;
|
|
747
792
|
get aa(): TextCellLineBreakMode;
|
|
748
793
|
set aa(a: TextCellLineBreakMode);
|
|
749
|
-
static readonly
|
|
750
|
-
private
|
|
751
|
-
get
|
|
752
|
-
set
|
|
753
|
-
static readonly
|
|
754
|
-
private
|
|
755
|
-
get
|
|
756
|
-
set
|
|
757
|
-
static readonly
|
|
758
|
-
private
|
|
759
|
-
get
|
|
760
|
-
set
|
|
761
|
-
static readonly
|
|
762
|
-
private
|
|
763
|
-
get
|
|
764
|
-
set
|
|
765
|
-
static readonly
|
|
766
|
-
private
|
|
767
|
-
get
|
|
768
|
-
set
|
|
769
|
-
static readonly
|
|
770
|
-
private
|
|
771
|
-
get
|
|
772
|
-
set
|
|
773
|
-
static readonly ef: number;
|
|
774
|
-
private cy;
|
|
775
|
-
get ee(): number;
|
|
776
|
-
set ee(a: number);
|
|
777
|
-
static readonly ed: number;
|
|
778
|
-
private cx;
|
|
779
|
-
get ec(): number;
|
|
780
|
-
set ec(a: number);
|
|
781
|
-
static readonly d9: number;
|
|
782
|
-
private cv;
|
|
783
|
-
get d8(): number;
|
|
784
|
-
set d8(a: number);
|
|
785
|
-
static readonly el: number;
|
|
786
|
-
private c0;
|
|
787
|
-
get ek(): number;
|
|
788
|
-
set ek(a: number);
|
|
794
|
+
static readonly hc: number;
|
|
795
|
+
private cc;
|
|
796
|
+
get ct(): number;
|
|
797
|
+
set ct(a: number);
|
|
798
|
+
static readonly gn: number;
|
|
799
|
+
private dq;
|
|
800
|
+
get gm(): number;
|
|
801
|
+
set gm(a: number);
|
|
802
|
+
static readonly gr: number;
|
|
803
|
+
private ds;
|
|
804
|
+
get gq(): number;
|
|
805
|
+
set gq(a: number);
|
|
806
|
+
static readonly gp: number;
|
|
807
|
+
private dr;
|
|
808
|
+
get go(): number;
|
|
809
|
+
set go(a: number);
|
|
810
|
+
static readonly gl: number;
|
|
811
|
+
private dp;
|
|
812
|
+
get gk(): number;
|
|
813
|
+
set gk(a: number);
|
|
814
|
+
static readonly em: number;
|
|
815
|
+
private c5;
|
|
816
|
+
get el(): number;
|
|
817
|
+
set el(a: number);
|
|
789
818
|
static readonly eq: number;
|
|
790
|
-
private
|
|
819
|
+
private c7;
|
|
791
820
|
get ep(): number;
|
|
792
821
|
set ep(a: number);
|
|
793
822
|
static readonly eo: number;
|
|
794
|
-
private
|
|
823
|
+
private c6;
|
|
795
824
|
get en(): number;
|
|
796
825
|
set en(a: number);
|
|
797
|
-
static readonly
|
|
798
|
-
private
|
|
799
|
-
get
|
|
800
|
-
set
|
|
801
|
-
static readonly dn: number;
|
|
802
|
-
private co;
|
|
803
|
-
get dm(): number;
|
|
804
|
-
set dm(a: number);
|
|
805
|
-
static readonly dt: number;
|
|
806
|
-
private cq;
|
|
807
|
-
get ds(): number;
|
|
808
|
-
set ds(a: number);
|
|
809
|
-
static readonly dr: number;
|
|
810
|
-
private cp;
|
|
811
|
-
get dq(): number;
|
|
812
|
-
set dq(a: number);
|
|
813
|
-
static readonly dl: number;
|
|
814
|
-
private cn;
|
|
815
|
-
get dk(): number;
|
|
816
|
-
set dk(a: number);
|
|
826
|
+
static readonly ek: number;
|
|
827
|
+
private c4;
|
|
828
|
+
get ej(): number;
|
|
829
|
+
set ej(a: number);
|
|
817
830
|
static readonly e3: number;
|
|
818
|
-
private
|
|
831
|
+
private db;
|
|
819
832
|
get e2(): number;
|
|
820
833
|
set e2(a: number);
|
|
821
834
|
static readonly e8: number;
|
|
822
|
-
private
|
|
835
|
+
private dd;
|
|
823
836
|
get e7(): number;
|
|
824
837
|
set e7(a: number);
|
|
825
838
|
static readonly e6: number;
|
|
826
|
-
private
|
|
839
|
+
private dc;
|
|
827
840
|
get e5(): number;
|
|
828
841
|
set e5(a: number);
|
|
829
842
|
static readonly e1: number;
|
|
830
|
-
private
|
|
843
|
+
private da;
|
|
831
844
|
get e0(): number;
|
|
832
845
|
set e0(a: number);
|
|
833
846
|
static readonly dz: number;
|
|
834
|
-
private
|
|
847
|
+
private cx;
|
|
835
848
|
get dy(): number;
|
|
836
849
|
set dy(a: number);
|
|
837
850
|
static readonly d4: number;
|
|
838
|
-
private
|
|
851
|
+
private cz;
|
|
839
852
|
get d3(): number;
|
|
840
853
|
set d3(a: number);
|
|
841
854
|
static readonly d2: number;
|
|
842
|
-
private
|
|
855
|
+
private cy;
|
|
843
856
|
get d1(): number;
|
|
844
857
|
set d1(a: number);
|
|
845
858
|
static readonly dx: number;
|
|
846
|
-
private
|
|
859
|
+
private cw;
|
|
847
860
|
get dw(): number;
|
|
848
861
|
set dw(a: number);
|
|
849
|
-
static readonly
|
|
862
|
+
static readonly fl: number;
|
|
863
|
+
private dh;
|
|
864
|
+
get fk(): number;
|
|
865
|
+
set fk(a: number);
|
|
866
|
+
static readonly fq: number;
|
|
867
|
+
private dj;
|
|
868
|
+
get fp(): number;
|
|
869
|
+
set fp(a: number);
|
|
870
|
+
static readonly fo: number;
|
|
871
|
+
private di;
|
|
872
|
+
get fn(): number;
|
|
873
|
+
set fn(a: number);
|
|
874
|
+
static readonly fj: number;
|
|
875
|
+
private dg;
|
|
876
|
+
get fi(): number;
|
|
877
|
+
set fi(a: number);
|
|
878
|
+
static readonly ea: number;
|
|
879
|
+
private c1;
|
|
880
|
+
get d9(): number;
|
|
881
|
+
set d9(a: number);
|
|
882
|
+
static readonly ef: number;
|
|
883
|
+
private c3;
|
|
884
|
+
get ee(): number;
|
|
885
|
+
set ee(a: number);
|
|
886
|
+
static readonly ed: number;
|
|
887
|
+
private c2;
|
|
888
|
+
get ec(): number;
|
|
889
|
+
set ec(a: number);
|
|
890
|
+
static readonly d8: number;
|
|
891
|
+
private c0;
|
|
892
|
+
get d7(): number;
|
|
893
|
+
set d7(a: number);
|
|
894
|
+
static readonly g4: number;
|
|
850
895
|
private m;
|
|
851
896
|
get n(): ColumnSortDirection;
|
|
852
897
|
set n(a: ColumnSortDirection);
|
|
853
|
-
static readonly
|
|
854
|
-
private
|
|
855
|
-
get
|
|
856
|
-
set
|
|
857
|
-
static readonly
|
|
858
|
-
private
|
|
859
|
-
get
|
|
860
|
-
set
|
|
861
|
-
static readonly
|
|
898
|
+
static readonly f6: number;
|
|
899
|
+
private an;
|
|
900
|
+
get ba(): boolean;
|
|
901
|
+
set ba(a: boolean);
|
|
902
|
+
static readonly f3: number;
|
|
903
|
+
private ak;
|
|
904
|
+
get a2(): boolean;
|
|
905
|
+
set a2(a: boolean);
|
|
906
|
+
static readonly gt: number;
|
|
862
907
|
private x;
|
|
863
908
|
get y(): PinnedPositions;
|
|
864
909
|
set y(a: PinnedPositions);
|
|
865
|
-
static readonly
|
|
910
|
+
static readonly ff: number;
|
|
866
911
|
private ac;
|
|
867
912
|
get af(): FontInfo;
|
|
868
913
|
set af(a: FontInfo);
|
|
869
|
-
static readonly
|
|
870
|
-
private
|
|
871
|
-
get
|
|
872
|
-
set
|
|
873
|
-
static readonly
|
|
874
|
-
private
|
|
875
|
-
get
|
|
876
|
-
set
|
|
877
|
-
static readonly
|
|
878
|
-
private
|
|
879
|
-
get
|
|
880
|
-
set
|
|
881
|
-
|
|
882
|
-
private
|
|
883
|
-
get
|
|
884
|
-
set
|
|
885
|
-
private
|
|
886
|
-
get
|
|
887
|
-
set
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
protected
|
|
914
|
+
static readonly f5: number;
|
|
915
|
+
private am;
|
|
916
|
+
get a9(): boolean;
|
|
917
|
+
set a9(a: boolean);
|
|
918
|
+
static readonly f4: number;
|
|
919
|
+
private al;
|
|
920
|
+
get a6(): boolean;
|
|
921
|
+
set a6(a: boolean);
|
|
922
|
+
static readonly fe: number;
|
|
923
|
+
private ho;
|
|
924
|
+
get it(): string;
|
|
925
|
+
set it(a: string);
|
|
926
|
+
bf: boolean;
|
|
927
|
+
private df;
|
|
928
|
+
get fg(): number;
|
|
929
|
+
set fg(a: number);
|
|
930
|
+
private ap;
|
|
931
|
+
get bc(): boolean;
|
|
932
|
+
set bc(a: boolean);
|
|
933
|
+
hh: number;
|
|
934
|
+
kn(): void;
|
|
935
|
+
protected ko(): void;
|
|
891
936
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
892
937
|
b(a: CellModelExport): CellModelExport;
|
|
893
|
-
private static
|
|
894
|
-
protected
|
|
895
|
-
private static
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
938
|
+
private static bv;
|
|
939
|
+
protected kr(): void;
|
|
940
|
+
private static bs;
|
|
941
|
+
private bw;
|
|
942
|
+
protected kq(): void;
|
|
943
|
+
kl(a: string): Type;
|
|
944
|
+
k9(a: string, b: any): void;
|
|
945
|
+
hl(a: string): any;
|
|
946
|
+
k7(a: string, b: any): void;
|
|
900
947
|
cellReconciling: (model: CellModel) => void;
|
|
901
|
-
|
|
902
|
-
|
|
948
|
+
bm(a: DataSourceRowType): boolean;
|
|
949
|
+
i4(): string;
|
|
950
|
+
km(a: List$1<GridConditionalStyle>): void;
|
|
903
951
|
}
|
|
904
952
|
/**
|
|
905
953
|
* @hidden
|
|
@@ -907,41 +955,42 @@ export declare abstract class CellModel extends Base {
|
|
|
907
955
|
export declare class DateTimeCellModel extends CellModel {
|
|
908
956
|
static $t: Type;
|
|
909
957
|
constructor();
|
|
910
|
-
static readonly
|
|
911
|
-
private
|
|
912
|
-
get
|
|
913
|
-
set
|
|
914
|
-
static readonly
|
|
915
|
-
private
|
|
916
|
-
get
|
|
917
|
-
set
|
|
918
|
-
static readonly
|
|
919
|
-
private
|
|
920
|
-
get
|
|
921
|
-
set
|
|
922
|
-
|
|
923
|
-
private
|
|
924
|
-
static readonly
|
|
958
|
+
static readonly mr: number;
|
|
959
|
+
private mo;
|
|
960
|
+
get mp(): Date;
|
|
961
|
+
set mp(a: Date);
|
|
962
|
+
static readonly mu: number;
|
|
963
|
+
private m0;
|
|
964
|
+
get m6(): string;
|
|
965
|
+
set m6(a: string);
|
|
966
|
+
static readonly mt: number;
|
|
967
|
+
private mf;
|
|
968
|
+
get mg(): any[];
|
|
969
|
+
set mg(a: any[]);
|
|
970
|
+
mh: BindingFormatter;
|
|
971
|
+
private my;
|
|
972
|
+
static readonly ms: number;
|
|
925
973
|
private _formatOverride;
|
|
926
|
-
get
|
|
927
|
-
set
|
|
928
|
-
static readonly
|
|
929
|
-
private
|
|
930
|
-
get
|
|
931
|
-
set
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
static readonly
|
|
935
|
-
private
|
|
936
|
-
get
|
|
937
|
-
set
|
|
938
|
-
static readonly
|
|
939
|
-
private
|
|
940
|
-
get
|
|
941
|
-
set
|
|
942
|
-
protected
|
|
943
|
-
|
|
944
|
-
|
|
974
|
+
get mz(): any;
|
|
975
|
+
set mz(a: any);
|
|
976
|
+
static readonly mq: number;
|
|
977
|
+
private mk;
|
|
978
|
+
get ml(): DateTimeFormats;
|
|
979
|
+
set ml(a: DateTimeFormats);
|
|
980
|
+
m3(a: Date): string;
|
|
981
|
+
i4(): string;
|
|
982
|
+
static readonly mv: number;
|
|
983
|
+
private mi;
|
|
984
|
+
get mj(): DateTimeColumnValueFormatter;
|
|
985
|
+
set mj(a: DateTimeColumnValueFormatter);
|
|
986
|
+
static readonly mw: number;
|
|
987
|
+
private mm;
|
|
988
|
+
get mn(): boolean;
|
|
989
|
+
set mn(a: boolean);
|
|
990
|
+
protected k3(a: string, b: any, c: any): void;
|
|
991
|
+
k9(a: string, b: any): void;
|
|
992
|
+
kl(a: string): Type;
|
|
993
|
+
hl(a: string): any;
|
|
945
994
|
b(a: CellModelExport): CellModelExport;
|
|
946
995
|
}
|
|
947
996
|
/**
|
|
@@ -950,100 +999,102 @@ export declare class DateTimeCellModel extends CellModel {
|
|
|
950
999
|
export declare class EditorCellModel extends CellModel {
|
|
951
1000
|
static $t: Type;
|
|
952
1001
|
constructor();
|
|
953
|
-
private
|
|
954
|
-
private
|
|
955
|
-
private
|
|
956
|
-
static
|
|
957
|
-
get
|
|
958
|
-
private
|
|
959
|
-
static
|
|
960
|
-
get
|
|
961
|
-
set
|
|
962
|
-
private ll;
|
|
963
|
-
static lz: number;
|
|
964
|
-
get lm(): DataSourceSchemaPropertyType;
|
|
965
|
-
set lm(a: DataSourceSchemaPropertyType);
|
|
1002
|
+
private mu;
|
|
1003
|
+
private mt;
|
|
1004
|
+
private mo;
|
|
1005
|
+
static m4: number;
|
|
1006
|
+
get mr(): boolean;
|
|
1007
|
+
private mj;
|
|
1008
|
+
static m1: number;
|
|
1009
|
+
get mk(): CellModel;
|
|
1010
|
+
set mk(a: CellModel);
|
|
966
1011
|
private mh;
|
|
967
|
-
static
|
|
968
|
-
get
|
|
969
|
-
set
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
private
|
|
976
|
-
static
|
|
977
|
-
get
|
|
978
|
-
set
|
|
979
|
-
private
|
|
980
|
-
static
|
|
981
|
-
get
|
|
982
|
-
set
|
|
983
|
-
private
|
|
984
|
-
static
|
|
985
|
-
get
|
|
986
|
-
set
|
|
987
|
-
static l7: number;
|
|
988
|
-
private lr;
|
|
989
|
-
get lu(): boolean;
|
|
990
|
-
set lu(a: boolean);
|
|
991
|
-
static l0: number;
|
|
1012
|
+
static mv: number;
|
|
1013
|
+
get mi(): DataSourceSchemaPropertyType;
|
|
1014
|
+
set mi(a: DataSourceSchemaPropertyType);
|
|
1015
|
+
private nd;
|
|
1016
|
+
static m2: number;
|
|
1017
|
+
get nn(): string;
|
|
1018
|
+
set nn(a: string);
|
|
1019
|
+
na: any;
|
|
1020
|
+
private ml;
|
|
1021
|
+
static mz: number;
|
|
1022
|
+
get mm(): EditorType;
|
|
1023
|
+
set mm(a: EditorType);
|
|
1024
|
+
private m8;
|
|
1025
|
+
static mx: number;
|
|
1026
|
+
get m9(): any;
|
|
1027
|
+
set m9(a: any);
|
|
1028
|
+
private nc;
|
|
1029
|
+
static my: number;
|
|
1030
|
+
get ni(): string;
|
|
1031
|
+
set ni(a: string);
|
|
992
1032
|
private mf;
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1033
|
+
static m0: number;
|
|
1034
|
+
get mg(): string[];
|
|
1035
|
+
set mg(a: string[]);
|
|
1036
|
+
static m3: number;
|
|
1037
|
+
private mn;
|
|
1038
|
+
get mq(): boolean;
|
|
1039
|
+
set mq(a: boolean);
|
|
1040
|
+
static mw: number;
|
|
1041
|
+
private nb;
|
|
1042
|
+
get nf(): string;
|
|
1043
|
+
set nf(a: string);
|
|
1044
|
+
static readonly m5: number;
|
|
1045
|
+
private mp;
|
|
1046
|
+
get ms(): boolean;
|
|
1047
|
+
set ms(a: boolean);
|
|
1048
|
+
get m7(): number;
|
|
1049
|
+
get m6(): number;
|
|
1050
|
+
protected k6(): void;
|
|
1051
|
+
protected k3(a: string, b: any, c: any): void;
|
|
1052
|
+
kl(a: string): Type;
|
|
1053
|
+
k9(a: string, b: any): void;
|
|
1054
|
+
hl(a: string): any;
|
|
1005
1055
|
b(a: CellModelExport): CellModelExport;
|
|
1006
|
-
private
|
|
1056
|
+
private ns;
|
|
1007
1057
|
}
|
|
1008
1058
|
/**
|
|
1009
1059
|
* @hidden
|
|
1010
1060
|
*/
|
|
1011
1061
|
export declare class FilterCellModel extends CellModel {
|
|
1012
1062
|
static $t: Type;
|
|
1013
|
-
static readonly
|
|
1014
|
-
private
|
|
1015
|
-
get
|
|
1016
|
-
set
|
|
1017
|
-
static readonly
|
|
1018
|
-
private
|
|
1019
|
-
get
|
|
1020
|
-
set
|
|
1021
|
-
static readonly
|
|
1022
|
-
private
|
|
1023
|
-
get
|
|
1024
|
-
set
|
|
1025
|
-
static readonly
|
|
1026
|
-
private
|
|
1027
|
-
get
|
|
1028
|
-
set
|
|
1029
|
-
static
|
|
1030
|
-
private
|
|
1031
|
-
get
|
|
1032
|
-
set
|
|
1033
|
-
private
|
|
1034
|
-
get
|
|
1035
|
-
set
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1063
|
+
static readonly mx: number;
|
|
1064
|
+
private mj;
|
|
1065
|
+
get mk(): DataSourceSchemaPropertyType;
|
|
1066
|
+
set mk(a: DataSourceSchemaPropertyType);
|
|
1067
|
+
static readonly m0: number;
|
|
1068
|
+
private mh;
|
|
1069
|
+
get mi(): ColumnFilterCondition;
|
|
1070
|
+
set mi(a: ColumnFilterCondition);
|
|
1071
|
+
static readonly my: number;
|
|
1072
|
+
private ml;
|
|
1073
|
+
get mm(): IFilterExpression;
|
|
1074
|
+
set mm(a: IFilterExpression);
|
|
1075
|
+
static readonly mz: number;
|
|
1076
|
+
private mn;
|
|
1077
|
+
get mo(): GridFilterOperandsCollection;
|
|
1078
|
+
set mo(a: GridFilterOperandsCollection);
|
|
1079
|
+
static m1: number;
|
|
1080
|
+
private mp;
|
|
1081
|
+
get mq(): boolean;
|
|
1082
|
+
set mq(a: boolean);
|
|
1083
|
+
private mf;
|
|
1084
|
+
get mg(): ColumnComparisonConditionOperatorType;
|
|
1085
|
+
set mg(a: ColumnComparisonConditionOperatorType);
|
|
1086
|
+
m2: any;
|
|
1087
|
+
mw: number;
|
|
1088
|
+
mv: number;
|
|
1089
|
+
mu: number;
|
|
1090
|
+
mt: number;
|
|
1091
|
+
ms: number;
|
|
1092
|
+
mr: number;
|
|
1043
1093
|
constructor();
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1094
|
+
k9(a: string, b: any): void;
|
|
1095
|
+
kl(a: string): Type;
|
|
1096
|
+
hl(a: string): any;
|
|
1097
|
+
k7(a: string, b: any): void;
|
|
1047
1098
|
b(a: CellModelExport): CellModelExport;
|
|
1048
1099
|
}
|
|
1049
1100
|
/**
|
|
@@ -1059,24 +1110,24 @@ export declare class EditorRowCellModel extends CellModel {
|
|
|
1059
1110
|
export declare class SummaryCellModel extends CellModel {
|
|
1060
1111
|
static $t: Type;
|
|
1061
1112
|
constructor();
|
|
1062
|
-
static readonly
|
|
1063
|
-
private
|
|
1064
|
-
get
|
|
1065
|
-
set
|
|
1066
|
-
static readonly
|
|
1067
|
-
private
|
|
1068
|
-
get
|
|
1069
|
-
set
|
|
1070
|
-
static readonly
|
|
1071
|
-
private
|
|
1072
|
-
get
|
|
1073
|
-
set
|
|
1074
|
-
static readonly
|
|
1075
|
-
private
|
|
1076
|
-
get
|
|
1077
|
-
set
|
|
1113
|
+
static readonly mh: number;
|
|
1114
|
+
private ml;
|
|
1115
|
+
get mn(): string;
|
|
1116
|
+
set mn(a: string);
|
|
1117
|
+
static readonly mi: number;
|
|
1118
|
+
private mm;
|
|
1119
|
+
get mp(): string;
|
|
1120
|
+
set mp(a: string);
|
|
1121
|
+
static readonly mk: number;
|
|
1122
|
+
private mt;
|
|
1123
|
+
get mu(): Brush;
|
|
1124
|
+
set mu(a: Brush);
|
|
1125
|
+
static readonly mj: number;
|
|
1126
|
+
private mf;
|
|
1127
|
+
get mg(): FontInfo;
|
|
1128
|
+
set mg(a: FontInfo);
|
|
1078
1129
|
b(a: CellModelExport): CellModelExport;
|
|
1079
|
-
|
|
1130
|
+
bm(a: DataSourceRowType): boolean;
|
|
1080
1131
|
}
|
|
1081
1132
|
/**
|
|
1082
1133
|
* @hidden
|
|
@@ -1091,21 +1142,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
|
|
|
1091
1142
|
export declare class ImageCellModel extends CellModel {
|
|
1092
1143
|
static $t: Type;
|
|
1093
1144
|
constructor();
|
|
1094
|
-
static readonly
|
|
1095
|
-
private
|
|
1096
|
-
get
|
|
1097
|
-
set
|
|
1098
|
-
static readonly
|
|
1099
|
-
private
|
|
1100
|
-
get
|
|
1101
|
-
set
|
|
1102
|
-
static readonly
|
|
1103
|
-
private
|
|
1104
|
-
get
|
|
1105
|
-
set
|
|
1145
|
+
static readonly mj: number;
|
|
1146
|
+
private mm;
|
|
1147
|
+
get mn(): string;
|
|
1148
|
+
set mn(a: string);
|
|
1149
|
+
static readonly ml: number;
|
|
1150
|
+
private mh;
|
|
1151
|
+
get mi(): ImageStretchOptions;
|
|
1152
|
+
set mi(a: ImageStretchOptions);
|
|
1153
|
+
static readonly mk: number;
|
|
1154
|
+
private mf;
|
|
1155
|
+
get mg(): ImageResourceType;
|
|
1156
|
+
set mg(a: ImageResourceType);
|
|
1106
1157
|
b(a: CellModelExport): CellModelExport;
|
|
1107
|
-
|
|
1108
|
-
|
|
1158
|
+
k9(a: string, b: any): void;
|
|
1159
|
+
kl(a: string): Type;
|
|
1160
|
+
hl(a: string): any;
|
|
1109
1161
|
}
|
|
1110
1162
|
/**
|
|
1111
1163
|
* @hidden
|
|
@@ -1113,66 +1165,67 @@ export declare class ImageCellModel extends CellModel {
|
|
|
1113
1165
|
export declare class NumericCellModel extends CellModel {
|
|
1114
1166
|
static $t: Type;
|
|
1115
1167
|
constructor();
|
|
1116
|
-
static readonly
|
|
1117
|
-
private
|
|
1118
|
-
get
|
|
1119
|
-
set
|
|
1120
|
-
static readonly
|
|
1121
|
-
private
|
|
1122
|
-
get
|
|
1123
|
-
set
|
|
1124
|
-
static readonly
|
|
1168
|
+
static readonly m4: number;
|
|
1169
|
+
private mn;
|
|
1170
|
+
get mo(): number;
|
|
1171
|
+
set mo(a: number);
|
|
1172
|
+
static readonly mv: number;
|
|
1173
|
+
private mi;
|
|
1174
|
+
get mk(): boolean;
|
|
1175
|
+
set mk(a: boolean);
|
|
1176
|
+
static readonly mu: number;
|
|
1177
|
+
private nb;
|
|
1178
|
+
get ni(): string;
|
|
1179
|
+
set ni(a: string);
|
|
1180
|
+
static readonly mt: number;
|
|
1125
1181
|
private mf;
|
|
1126
|
-
get
|
|
1127
|
-
set
|
|
1128
|
-
|
|
1129
|
-
private
|
|
1130
|
-
|
|
1131
|
-
set lk(a: any[]);
|
|
1132
|
-
ll: BindingFormatter;
|
|
1133
|
-
private md;
|
|
1134
|
-
static readonly lw: number;
|
|
1182
|
+
get mg(): any[];
|
|
1183
|
+
set mg(a: any[]);
|
|
1184
|
+
mh: BindingFormatter;
|
|
1185
|
+
private m9;
|
|
1186
|
+
static readonly ms: number;
|
|
1135
1187
|
private _formatOverride;
|
|
1136
|
-
get
|
|
1137
|
-
set
|
|
1138
|
-
static readonly
|
|
1139
|
-
private
|
|
1140
|
-
get
|
|
1141
|
-
set
|
|
1142
|
-
static readonly
|
|
1143
|
-
private
|
|
1144
|
-
get
|
|
1145
|
-
set
|
|
1146
|
-
static readonly
|
|
1147
|
-
private
|
|
1148
|
-
get
|
|
1149
|
-
set
|
|
1150
|
-
static readonly
|
|
1188
|
+
get na(): any;
|
|
1189
|
+
set na(a: any);
|
|
1190
|
+
static readonly m2: number;
|
|
1191
|
+
private nc;
|
|
1192
|
+
get no(): string;
|
|
1193
|
+
set no(a: string);
|
|
1194
|
+
static readonly m5: number;
|
|
1195
|
+
private ne;
|
|
1196
|
+
get nt(): string;
|
|
1197
|
+
set nt(a: string);
|
|
1198
|
+
static readonly m3: number;
|
|
1199
|
+
private nd;
|
|
1200
|
+
get nq(): string;
|
|
1201
|
+
set nq(a: string);
|
|
1202
|
+
static readonly m6: number;
|
|
1203
|
+
private nf;
|
|
1204
|
+
get nv(): string;
|
|
1205
|
+
set nv(a: string);
|
|
1206
|
+
static readonly mx: number;
|
|
1207
|
+
private mp;
|
|
1208
|
+
get mw(): number;
|
|
1209
|
+
set mw(a: number);
|
|
1210
|
+
static readonly mz: number;
|
|
1211
|
+
private mq;
|
|
1212
|
+
get my(): number;
|
|
1213
|
+
set my(a: number);
|
|
1214
|
+
static readonly m1: number;
|
|
1215
|
+
private mr;
|
|
1216
|
+
get m0(): number;
|
|
1217
|
+
set m0(a: number);
|
|
1218
|
+
static readonly m7: number;
|
|
1151
1219
|
private mj;
|
|
1152
|
-
get
|
|
1153
|
-
set
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
private lu;
|
|
1160
|
-
get l2(): number;
|
|
1161
|
-
set l2(a: number);
|
|
1162
|
-
static readonly l5: number;
|
|
1163
|
-
private lv;
|
|
1164
|
-
get l4(): number;
|
|
1165
|
-
set l4(a: number);
|
|
1166
|
-
static readonly mb: number;
|
|
1167
|
-
private ln;
|
|
1168
|
-
get lq(): boolean;
|
|
1169
|
-
set lq(a: boolean);
|
|
1170
|
-
lp(): boolean;
|
|
1171
|
-
protected kb(a: string, b: any, c: any): void;
|
|
1172
|
-
kh(a: string, b: any): void;
|
|
1173
|
-
g2(a: string): any;
|
|
1220
|
+
get mm(): boolean;
|
|
1221
|
+
set mm(a: boolean);
|
|
1222
|
+
ml(): boolean;
|
|
1223
|
+
protected k3(a: string, b: any, c: any): void;
|
|
1224
|
+
k9(a: string, b: any): void;
|
|
1225
|
+
kl(a: string): Type;
|
|
1226
|
+
hl(a: string): any;
|
|
1174
1227
|
b(a: CellModelExport): CellModelExport;
|
|
1175
|
-
|
|
1228
|
+
i4(): string;
|
|
1176
1229
|
}
|
|
1177
1230
|
/**
|
|
1178
1231
|
* @hidden
|
|
@@ -1188,30 +1241,31 @@ export declare class RowSeparatorModel extends CellModel {
|
|
|
1188
1241
|
export declare class SectionHeaderCellModel extends CellModel {
|
|
1189
1242
|
static $t: Type;
|
|
1190
1243
|
constructor();
|
|
1191
|
-
static readonly
|
|
1192
|
-
private
|
|
1193
|
-
get
|
|
1194
|
-
set
|
|
1195
|
-
static readonly
|
|
1196
|
-
private
|
|
1197
|
-
get
|
|
1198
|
-
set
|
|
1199
|
-
static readonly
|
|
1200
|
-
private
|
|
1201
|
-
get
|
|
1202
|
-
set
|
|
1203
|
-
static readonly
|
|
1204
|
-
private
|
|
1205
|
-
get
|
|
1206
|
-
set
|
|
1207
|
-
static readonly
|
|
1208
|
-
private
|
|
1209
|
-
get
|
|
1210
|
-
set
|
|
1211
|
-
|
|
1212
|
-
|
|
1244
|
+
static readonly ml: number;
|
|
1245
|
+
private mf;
|
|
1246
|
+
get mh(): GroupData[];
|
|
1247
|
+
set mh(a: GroupData[]);
|
|
1248
|
+
static readonly mo: number;
|
|
1249
|
+
private mg;
|
|
1250
|
+
get mi(): SummaryData[];
|
|
1251
|
+
set mi(a: SummaryData[]);
|
|
1252
|
+
static readonly mn: number;
|
|
1253
|
+
private mr;
|
|
1254
|
+
get mv(): string;
|
|
1255
|
+
set mv(a: string);
|
|
1256
|
+
static readonly mm: number;
|
|
1257
|
+
private mq;
|
|
1258
|
+
get mt(): string;
|
|
1259
|
+
set mt(a: string);
|
|
1260
|
+
static readonly mp: number;
|
|
1261
|
+
private mj;
|
|
1262
|
+
get mk(): GroupSummaryDisplayMode;
|
|
1263
|
+
set mk(a: GroupSummaryDisplayMode);
|
|
1264
|
+
k9(a: string, b: any): void;
|
|
1265
|
+
kl(a: string): Type;
|
|
1266
|
+
hl(a: string): any;
|
|
1213
1267
|
b(a: CellModelExport): CellModelExport;
|
|
1214
|
-
|
|
1268
|
+
bm(a: DataSourceRowType): boolean;
|
|
1215
1269
|
}
|
|
1216
1270
|
/**
|
|
1217
1271
|
* @hidden
|
|
@@ -1219,12 +1273,13 @@ export declare class SectionHeaderCellModel extends CellModel {
|
|
|
1219
1273
|
export declare class TemplateCellModel extends CellModel {
|
|
1220
1274
|
static $t: Type;
|
|
1221
1275
|
constructor();
|
|
1222
|
-
static readonly
|
|
1223
|
-
private
|
|
1224
|
-
get
|
|
1225
|
-
set
|
|
1226
|
-
|
|
1227
|
-
|
|
1276
|
+
static readonly mf: number;
|
|
1277
|
+
private mg;
|
|
1278
|
+
get mh(): any;
|
|
1279
|
+
set mh(a: any);
|
|
1280
|
+
k9(a: string, b: any): void;
|
|
1281
|
+
kl(a: string): Type;
|
|
1282
|
+
hl(a: string): any;
|
|
1228
1283
|
b(a: CellModelExport): CellModelExport;
|
|
1229
1284
|
}
|
|
1230
1285
|
/**
|
|
@@ -1233,14 +1288,15 @@ export declare class TemplateCellModel extends CellModel {
|
|
|
1233
1288
|
export declare class TextCellModel extends CellModel {
|
|
1234
1289
|
static $t: Type;
|
|
1235
1290
|
constructor();
|
|
1236
|
-
static readonly
|
|
1237
|
-
private
|
|
1238
|
-
get
|
|
1239
|
-
set
|
|
1240
|
-
|
|
1241
|
-
|
|
1291
|
+
static readonly mf: number;
|
|
1292
|
+
private mg;
|
|
1293
|
+
get mh(): string;
|
|
1294
|
+
set mh(a: string);
|
|
1295
|
+
k9(a: string, b: any): void;
|
|
1296
|
+
kl(a: string): Type;
|
|
1297
|
+
hl(a: string): any;
|
|
1242
1298
|
b(a: CellModelExport): CellModelExport;
|
|
1243
|
-
|
|
1299
|
+
i4(): string;
|
|
1244
1300
|
}
|
|
1245
1301
|
/**
|
|
1246
1302
|
* @hidden
|
|
@@ -1248,28 +1304,29 @@ export declare class TextCellModel extends CellModel {
|
|
|
1248
1304
|
export declare class TextHeaderCellModel extends TextCellModel {
|
|
1249
1305
|
static $t: Type;
|
|
1250
1306
|
constructor();
|
|
1251
|
-
static readonly
|
|
1252
|
-
private
|
|
1253
|
-
get
|
|
1254
|
-
set
|
|
1255
|
-
static readonly
|
|
1256
|
-
private
|
|
1257
|
-
get
|
|
1258
|
-
set
|
|
1259
|
-
static readonly
|
|
1260
|
-
private
|
|
1261
|
-
get
|
|
1262
|
-
set
|
|
1263
|
-
static readonly
|
|
1264
|
-
private
|
|
1265
|
-
get
|
|
1266
|
-
set
|
|
1267
|
-
static readonly
|
|
1268
|
-
private
|
|
1269
|
-
get
|
|
1270
|
-
set
|
|
1271
|
-
|
|
1272
|
-
|
|
1307
|
+
static readonly mu: number;
|
|
1308
|
+
private mp;
|
|
1309
|
+
get mq(): boolean;
|
|
1310
|
+
set mq(a: boolean);
|
|
1311
|
+
static readonly mv: number;
|
|
1312
|
+
private mn;
|
|
1313
|
+
get mo(): SortIndicatorStyle;
|
|
1314
|
+
set mo(a: SortIndicatorStyle);
|
|
1315
|
+
static readonly mr: number;
|
|
1316
|
+
private mj;
|
|
1317
|
+
get mk(): ColumnOptionsIconAlignment;
|
|
1318
|
+
set mk(a: ColumnOptionsIconAlignment);
|
|
1319
|
+
static readonly mt: number;
|
|
1320
|
+
private m1;
|
|
1321
|
+
get m2(): Brush;
|
|
1322
|
+
set m2(a: Brush);
|
|
1323
|
+
static readonly ms: number;
|
|
1324
|
+
private ml;
|
|
1325
|
+
get mm(): ColumnOptionsIconBehavior;
|
|
1326
|
+
set mm(a: ColumnOptionsIconBehavior);
|
|
1327
|
+
k9(a: string, b: any): void;
|
|
1328
|
+
kl(a: string): Type;
|
|
1329
|
+
hl(a: string): any;
|
|
1273
1330
|
b(a: CellModelExport): CellModelExport;
|
|
1274
1331
|
}
|
|
1275
1332
|
/**
|
|
@@ -1422,8 +1479,9 @@ export declare class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
|
1422
1479
|
*/
|
|
1423
1480
|
export declare class DataSourceNotificationBridge extends Base implements IDataSourceUpdateNotifier {
|
|
1424
1481
|
static $t: Type;
|
|
1482
|
+
private b;
|
|
1425
1483
|
private a;
|
|
1426
|
-
constructor(a: DataGrid);
|
|
1484
|
+
constructor(a: DataGrid, b: IDataSourceUpdateNotifier);
|
|
1427
1485
|
rangeActualized(a: number, b: number): void;
|
|
1428
1486
|
notifySetItem(a: number, b: any, c: any): void;
|
|
1429
1487
|
notifyClearItems(): void;
|
|
@@ -1506,19 +1564,19 @@ export declare class EditingManager extends Base {
|
|
|
1506
1564
|
*/
|
|
1507
1565
|
export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
1508
1566
|
static $t: Type;
|
|
1509
|
-
private
|
|
1567
|
+
private op;
|
|
1510
1568
|
get externalObject(): any;
|
|
1511
1569
|
set externalObject(a: any);
|
|
1512
1570
|
private _propertySetter;
|
|
1513
1571
|
get propertySetter(): IPropertySetter;
|
|
1514
1572
|
set propertySetter(a: IPropertySetter);
|
|
1515
|
-
private
|
|
1573
|
+
private fc;
|
|
1516
1574
|
get externalGrid(): IExternalGrid;
|
|
1517
1575
|
set externalGrid(a: IExternalGrid);
|
|
1518
|
-
private
|
|
1576
|
+
private fa;
|
|
1519
1577
|
get dragger(): IDragger;
|
|
1520
1578
|
set dragger(a: IDragger);
|
|
1521
|
-
private
|
|
1579
|
+
private e4;
|
|
1522
1580
|
get columnGrouping(): IColumnGrouping;
|
|
1523
1581
|
set columnGrouping(a: IColumnGrouping);
|
|
1524
1582
|
private _pager;
|
|
@@ -1529,618 +1587,618 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1529
1587
|
set toolbar(a: IDataGridComponent);
|
|
1530
1588
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1531
1589
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1532
|
-
|
|
1533
|
-
|
|
1590
|
+
v6(a: DataGridColumn): void;
|
|
1591
|
+
v5(a: DataGridColumn): void;
|
|
1534
1592
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1535
1593
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1536
1594
|
o(a: CellModel): ColumnFilterCondition;
|
|
1537
|
-
|
|
1538
|
-
|
|
1595
|
+
q(a: CellModel): DataSourceSchemaPropertyType;
|
|
1596
|
+
wg(a: DataGridColumn): void;
|
|
1539
1597
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1540
1598
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1599
|
+
ug(a: CellModel, b: ColumnFilterCondition): void;
|
|
1600
|
+
uf(a: CellModel, b: ColumnFilterCondition): void;
|
|
1601
|
+
wf(a: DataGridColumn): void;
|
|
1544
1602
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1545
1603
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1546
|
-
|
|
1547
|
-
|
|
1604
|
+
wc(a: DataGridColumn): void;
|
|
1605
|
+
wb(a: DataGridColumn): void;
|
|
1548
1606
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1549
1607
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1550
|
-
|
|
1551
|
-
|
|
1608
|
+
v8(a: DataGridColumn): void;
|
|
1609
|
+
v7(a: DataGridColumn): void;
|
|
1552
1610
|
cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1553
|
-
|
|
1611
|
+
v0(a: CellModel): void;
|
|
1554
1612
|
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1555
|
-
|
|
1613
|
+
v1(a: CellModel): void;
|
|
1556
1614
|
cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1557
|
-
|
|
1615
|
+
vy(a: CellModel): void;
|
|
1558
1616
|
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1559
|
-
|
|
1560
|
-
|
|
1617
|
+
vz(a: CellModel): void;
|
|
1618
|
+
w8(a: number, b: string): void;
|
|
1561
1619
|
cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
private
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
private
|
|
1569
|
-
private
|
|
1620
|
+
wv(a: CellModel): void;
|
|
1621
|
+
y0(a: number): void;
|
|
1622
|
+
private m1;
|
|
1623
|
+
wu(a: EditorCellModel): void;
|
|
1624
|
+
vr(a: CellModel, b: MouseButton): void;
|
|
1625
|
+
vp(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1626
|
+
private xr;
|
|
1627
|
+
private br;
|
|
1570
1628
|
get columnResizingMode(): ColumnResizingMode;
|
|
1571
1629
|
set columnResizingMode(a: ColumnResizingMode);
|
|
1572
|
-
private
|
|
1630
|
+
private bd;
|
|
1573
1631
|
get columnMovingMode(): ColumnMovingMode;
|
|
1574
1632
|
set columnMovingMode(a: ColumnMovingMode);
|
|
1575
|
-
|
|
1576
|
-
private
|
|
1633
|
+
e1: HoverManager;
|
|
1634
|
+
private h5;
|
|
1577
1635
|
get isRowHoverEnabled(): boolean;
|
|
1578
1636
|
set isRowHoverEnabled(a: boolean);
|
|
1579
|
-
private
|
|
1637
|
+
private zt;
|
|
1580
1638
|
get rowHoverBackground(): Brush;
|
|
1581
1639
|
set rowHoverBackground(a: Brush);
|
|
1582
|
-
private
|
|
1640
|
+
private zu;
|
|
1583
1641
|
get rowHoverTextColor(): Brush;
|
|
1584
1642
|
set rowHoverTextColor(a: Brush);
|
|
1585
|
-
private
|
|
1643
|
+
private zl;
|
|
1586
1644
|
get editRowBorder(): Brush;
|
|
1587
1645
|
set editRowBorder(a: Brush);
|
|
1588
|
-
private
|
|
1646
|
+
private abh;
|
|
1589
1647
|
get editRowBorderWidth(): Thickness;
|
|
1590
1648
|
set editRowBorderWidth(a: Thickness);
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
private
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
private
|
|
1601
|
-
private
|
|
1602
|
-
private get
|
|
1603
|
-
private set
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
private
|
|
1649
|
+
abb: Point;
|
|
1650
|
+
ar: CellPath;
|
|
1651
|
+
ao: CellPath;
|
|
1652
|
+
private hu;
|
|
1653
|
+
vw(a: CellModel, b: number, c: number): void;
|
|
1654
|
+
vx(a: CellModel, b: number, c: number): void;
|
|
1655
|
+
vv(a: CellModel, b: number, c: number): void;
|
|
1656
|
+
w0(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1657
|
+
w1(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1658
|
+
private jc;
|
|
1659
|
+
private m5;
|
|
1660
|
+
private get oe();
|
|
1661
|
+
private set oe(value);
|
|
1662
|
+
vu(a: CellModel, b: number, c: number): void;
|
|
1663
|
+
wz(a: CellModel, b: number, c: number): void;
|
|
1664
|
+
private nd;
|
|
1665
|
+
private ib;
|
|
1607
1666
|
private ia;
|
|
1608
|
-
private
|
|
1609
|
-
private hi;
|
|
1610
|
-
private l1;
|
|
1611
|
-
private l8;
|
|
1612
|
-
private l6;
|
|
1667
|
+
private hj;
|
|
1613
1668
|
private l7;
|
|
1614
|
-
private
|
|
1615
|
-
private
|
|
1616
|
-
private
|
|
1617
|
-
private
|
|
1618
|
-
private lz;
|
|
1619
|
-
private ar;
|
|
1620
|
-
private nc;
|
|
1621
|
-
private nb;
|
|
1622
|
-
private iq;
|
|
1623
|
-
t0(): void;
|
|
1624
|
-
wd(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1625
|
-
v9(a: any, b: DragSelectEventArgs): void;
|
|
1626
|
-
v7(a: any, b: DragSelectEventArgs): void;
|
|
1627
|
-
private m2;
|
|
1628
|
-
get n9(): number;
|
|
1629
|
-
set n9(a: number);
|
|
1630
|
-
private nd;
|
|
1631
|
-
private fm;
|
|
1632
|
-
private v8;
|
|
1633
|
-
private am;
|
|
1634
|
-
private ai;
|
|
1635
|
-
private aj;
|
|
1636
|
-
private ls;
|
|
1637
|
-
private l5;
|
|
1669
|
+
private me;
|
|
1670
|
+
private mc;
|
|
1671
|
+
private md;
|
|
1672
|
+
private lt;
|
|
1638
1673
|
private l2;
|
|
1639
1674
|
private l3;
|
|
1640
|
-
private
|
|
1641
|
-
private
|
|
1642
|
-
private
|
|
1643
|
-
private
|
|
1644
|
-
private
|
|
1645
|
-
private
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1675
|
+
private l4;
|
|
1676
|
+
private l5;
|
|
1677
|
+
private as;
|
|
1678
|
+
private nj;
|
|
1679
|
+
private ni;
|
|
1680
|
+
private ir;
|
|
1681
|
+
ub(): void;
|
|
1682
|
+
wt(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1683
|
+
wp(a: any, b: DragSelectEventArgs): void;
|
|
1684
|
+
wn(a: any, b: DragSelectEventArgs): void;
|
|
1685
|
+
private m9;
|
|
1686
|
+
get og(): number;
|
|
1687
|
+
set og(a: number);
|
|
1688
|
+
private nk;
|
|
1689
|
+
private fn;
|
|
1690
|
+
private wo;
|
|
1691
|
+
private an;
|
|
1692
|
+
private aj;
|
|
1693
|
+
private ak;
|
|
1694
|
+
private ly;
|
|
1695
|
+
private mb;
|
|
1696
|
+
private l8;
|
|
1697
|
+
private l9;
|
|
1698
|
+
private wq;
|
|
1699
|
+
private wr;
|
|
1700
|
+
private yh;
|
|
1701
|
+
private ws;
|
|
1702
|
+
private lo;
|
|
1703
|
+
private lp;
|
|
1704
|
+
private ym;
|
|
1705
|
+
private abd;
|
|
1706
|
+
private ai;
|
|
1649
1707
|
getHitCell(a: number, b: number): CellModel;
|
|
1650
|
-
private
|
|
1651
|
-
private
|
|
1652
|
-
private
|
|
1653
|
-
private
|
|
1708
|
+
private au;
|
|
1709
|
+
private i1;
|
|
1710
|
+
private uo;
|
|
1711
|
+
private y5;
|
|
1654
1712
|
constructor();
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
private
|
|
1658
|
-
private
|
|
1659
|
-
private
|
|
1660
|
-
private
|
|
1661
|
-
private
|
|
1662
|
-
private
|
|
1663
|
-
private
|
|
1664
|
-
private
|
|
1665
|
-
private
|
|
1666
|
-
private
|
|
1667
|
-
private
|
|
1668
|
-
private
|
|
1669
|
-
private
|
|
1670
|
-
private
|
|
1671
|
-
private
|
|
1672
|
-
private
|
|
1673
|
-
private
|
|
1674
|
-
get
|
|
1675
|
-
set
|
|
1713
|
+
x7(a: ColumnGroupDescription): void;
|
|
1714
|
+
x8(a: ColumnSummaryDescription): void;
|
|
1715
|
+
private yt;
|
|
1716
|
+
private uy;
|
|
1717
|
+
private j3;
|
|
1718
|
+
private uv;
|
|
1719
|
+
private yr;
|
|
1720
|
+
private yz;
|
|
1721
|
+
private b5;
|
|
1722
|
+
private iu;
|
|
1723
|
+
private yk;
|
|
1724
|
+
private yl;
|
|
1725
|
+
private iw;
|
|
1726
|
+
private yj;
|
|
1727
|
+
private yi;
|
|
1728
|
+
private it;
|
|
1729
|
+
private xn;
|
|
1730
|
+
private xo;
|
|
1731
|
+
private c4;
|
|
1732
|
+
get c5(): GridAnimationManager;
|
|
1733
|
+
set c5(a: GridAnimationManager);
|
|
1676
1734
|
private _delayedExecutionManager;
|
|
1677
1735
|
get delayedExecutionManager(): IDelayedExecutionManager;
|
|
1678
1736
|
set delayedExecutionManager(a: IDelayedExecutionManager);
|
|
1679
|
-
private
|
|
1680
|
-
get
|
|
1681
|
-
private
|
|
1682
|
-
get
|
|
1683
|
-
set
|
|
1684
|
-
private
|
|
1685
|
-
get
|
|
1686
|
-
set
|
|
1687
|
-
private
|
|
1688
|
-
get
|
|
1689
|
-
set
|
|
1690
|
-
private
|
|
1691
|
-
get
|
|
1692
|
-
set
|
|
1693
|
-
private
|
|
1694
|
-
get
|
|
1695
|
-
set
|
|
1696
|
-
private
|
|
1697
|
-
get
|
|
1698
|
-
set
|
|
1699
|
-
private
|
|
1700
|
-
get
|
|
1701
|
-
set
|
|
1702
|
-
private
|
|
1703
|
-
get
|
|
1704
|
-
set
|
|
1705
|
-
|
|
1706
|
-
private
|
|
1737
|
+
private fo;
|
|
1738
|
+
get fp(): ResponsiveEngine;
|
|
1739
|
+
private e6;
|
|
1740
|
+
get e7(): IDataAdapter;
|
|
1741
|
+
set e7(a: IDataAdapter);
|
|
1742
|
+
private ax;
|
|
1743
|
+
get ay(): ColumnController;
|
|
1744
|
+
set ay(a: ColumnController);
|
|
1745
|
+
private d0;
|
|
1746
|
+
get d1(): GridLayerController;
|
|
1747
|
+
set d1(a: GridLayerController);
|
|
1748
|
+
private ga;
|
|
1749
|
+
get gb(): SpatialEngine;
|
|
1750
|
+
set gb(a: SpatialEngine);
|
|
1751
|
+
private dv;
|
|
1752
|
+
get dw(): GridEffectManager;
|
|
1753
|
+
set dw(a: GridEffectManager);
|
|
1754
|
+
private f4;
|
|
1755
|
+
get f5(): SelectionManager;
|
|
1756
|
+
set f5(a: SelectionManager);
|
|
1757
|
+
private ac;
|
|
1758
|
+
get ad(): ActivationManager;
|
|
1759
|
+
set ad(a: ActivationManager);
|
|
1760
|
+
private f8;
|
|
1761
|
+
get f9(): SortManager;
|
|
1762
|
+
set f9(a: SortManager);
|
|
1763
|
+
cj: EditingManager;
|
|
1764
|
+
private g8;
|
|
1707
1765
|
get tickProvider(): ITickProvider;
|
|
1708
1766
|
set tickProvider(a: ITickProvider);
|
|
1709
|
-
private
|
|
1767
|
+
private f2;
|
|
1710
1768
|
get sectionHeader(): SectionHeader;
|
|
1711
1769
|
set sectionHeader(a: SectionHeader);
|
|
1712
|
-
private
|
|
1713
|
-
get
|
|
1714
|
-
set
|
|
1715
|
-
private
|
|
1770
|
+
private f0;
|
|
1771
|
+
get f1(): SectionFooter;
|
|
1772
|
+
set f1(a: SectionFooter);
|
|
1773
|
+
private gc;
|
|
1716
1774
|
get summaryRowRoot(): SummaryRowRoot;
|
|
1717
1775
|
set summaryRowRoot(a: SummaryRowRoot);
|
|
1718
|
-
private
|
|
1776
|
+
private ge;
|
|
1719
1777
|
get summaryRowSection(): SummaryRowSection;
|
|
1720
1778
|
set summaryRowSection(a: SummaryRowSection);
|
|
1721
|
-
private
|
|
1779
|
+
private fx;
|
|
1722
1780
|
get rowSeparator(): RowSeparator;
|
|
1723
1781
|
set rowSeparator(a: RowSeparator);
|
|
1724
|
-
private
|
|
1782
|
+
private ex;
|
|
1725
1783
|
get headerRowSeparator(): HeaderRowSeparator;
|
|
1726
1784
|
set headerRowSeparator(a: HeaderRowSeparator);
|
|
1727
|
-
private
|
|
1785
|
+
private ez;
|
|
1728
1786
|
get headerSeparator(): HeaderSeparator;
|
|
1729
1787
|
set headerSeparator(a: HeaderSeparator);
|
|
1730
|
-
private
|
|
1788
|
+
private bt;
|
|
1731
1789
|
get columnResizingSeparator(): ColumnResizingSeparator;
|
|
1732
1790
|
set columnResizingSeparator(a: ColumnResizingSeparator);
|
|
1733
|
-
private
|
|
1791
|
+
private bf;
|
|
1734
1792
|
get columnMovingSeparator(): ColumnMovingSeparator;
|
|
1735
1793
|
set columnMovingSeparator(a: ColumnMovingSeparator);
|
|
1736
|
-
private
|
|
1794
|
+
private fl;
|
|
1737
1795
|
get pinnedAreaSeparator(): PinnedAreaSeparator;
|
|
1738
1796
|
set pinnedAreaSeparator(a: PinnedAreaSeparator);
|
|
1739
|
-
private cn;
|
|
1740
1797
|
private co;
|
|
1741
|
-
private
|
|
1798
|
+
private cp;
|
|
1799
|
+
private cy;
|
|
1742
1800
|
private b;
|
|
1743
1801
|
get autoGenerateDesiredProperties(): string[];
|
|
1744
1802
|
set autoGenerateDesiredProperties(a: string[]);
|
|
1745
1803
|
private c;
|
|
1746
1804
|
get dataSourceDesiredProperties(): string[];
|
|
1747
1805
|
set dataSourceDesiredProperties(a: string[]);
|
|
1748
|
-
private
|
|
1749
|
-
get
|
|
1750
|
-
set
|
|
1806
|
+
private gi;
|
|
1807
|
+
get gj(): VisibilityEngine;
|
|
1808
|
+
set gj(a: VisibilityEngine);
|
|
1751
1809
|
private _viewportManager;
|
|
1752
1810
|
get viewportManager(): IViewportManager;
|
|
1753
1811
|
set viewportManager(a: IViewportManager);
|
|
1754
|
-
private
|
|
1755
|
-
get
|
|
1756
|
-
set
|
|
1757
|
-
private
|
|
1758
|
-
get
|
|
1759
|
-
set
|
|
1760
|
-
private
|
|
1812
|
+
private lx;
|
|
1813
|
+
get mg(): number;
|
|
1814
|
+
set mg(a: number);
|
|
1815
|
+
private lw;
|
|
1816
|
+
get mf(): number;
|
|
1817
|
+
set mf(a: number);
|
|
1818
|
+
private go;
|
|
1761
1819
|
get density(): ControlDisplayDensity;
|
|
1762
1820
|
set density(a: ControlDisplayDensity);
|
|
1763
|
-
private
|
|
1821
|
+
private mw;
|
|
1764
1822
|
get actualRowHeight(): number;
|
|
1765
1823
|
set actualRowHeight(a: number);
|
|
1766
|
-
private
|
|
1824
|
+
private na;
|
|
1767
1825
|
get rowHeight(): number;
|
|
1768
1826
|
set rowHeight(a: number);
|
|
1769
|
-
private
|
|
1827
|
+
private ca;
|
|
1770
1828
|
get defaultColumnWidth(): ColumnWidth;
|
|
1771
1829
|
set defaultColumnWidth(a: ColumnWidth);
|
|
1772
|
-
private
|
|
1830
|
+
private l1;
|
|
1773
1831
|
get defaultColumnMinWidth(): number;
|
|
1774
1832
|
set defaultColumnMinWidth(a: number);
|
|
1775
|
-
private
|
|
1833
|
+
private mv;
|
|
1776
1834
|
get actualHeaderHeight(): number;
|
|
1777
1835
|
set actualHeaderHeight(a: number);
|
|
1778
|
-
private
|
|
1836
|
+
private m2;
|
|
1779
1837
|
get headerHeight(): number;
|
|
1780
1838
|
set headerHeight(a: number);
|
|
1781
|
-
private
|
|
1839
|
+
private nf;
|
|
1782
1840
|
get sectionHeaderHeight(): number;
|
|
1783
1841
|
set sectionHeaderHeight(a: number);
|
|
1784
|
-
private
|
|
1842
|
+
private oq;
|
|
1785
1843
|
get itemsSource(): any;
|
|
1786
1844
|
set itemsSource(a: any);
|
|
1787
|
-
private
|
|
1845
|
+
private ne;
|
|
1788
1846
|
get sectionFooterHeight(): number;
|
|
1789
1847
|
set sectionFooterHeight(a: number);
|
|
1790
|
-
private
|
|
1848
|
+
private nc;
|
|
1791
1849
|
get rowSpacingHeight(): number;
|
|
1792
1850
|
set rowSpacingHeight(a: number);
|
|
1793
|
-
private
|
|
1851
|
+
private m0;
|
|
1794
1852
|
get columnSpacingWidth(): number;
|
|
1795
1853
|
set columnSpacingWidth(a: number);
|
|
1796
|
-
private
|
|
1854
|
+
private ev;
|
|
1797
1855
|
get headerClickAction(): HeaderClickAction;
|
|
1798
1856
|
set headerClickAction(a: HeaderClickAction);
|
|
1799
|
-
private
|
|
1857
|
+
private cm;
|
|
1800
1858
|
get editMode(): EditModeType;
|
|
1801
1859
|
set editMode(a: EditModeType);
|
|
1802
|
-
private
|
|
1860
|
+
private ck;
|
|
1803
1861
|
get editModeClickAction(): EditModeClickAction;
|
|
1804
1862
|
set editModeClickAction(a: EditModeClickAction);
|
|
1805
|
-
private
|
|
1863
|
+
private hk;
|
|
1806
1864
|
get editOnKeyPress(): boolean;
|
|
1807
1865
|
set editOnKeyPress(a: boolean);
|
|
1808
|
-
private
|
|
1866
|
+
private hg;
|
|
1809
1867
|
get autoGenerateColumns(): boolean;
|
|
1810
1868
|
set autoGenerateColumns(a: boolean);
|
|
1811
|
-
private
|
|
1869
|
+
private nb;
|
|
1812
1870
|
get rowSeparatorHeight(): number;
|
|
1813
1871
|
set rowSeparatorHeight(a: number);
|
|
1814
|
-
private
|
|
1872
|
+
private h4;
|
|
1815
1873
|
get isPlaceholderRenderingEnabled(): boolean;
|
|
1816
1874
|
set isPlaceholderRenderingEnabled(a: boolean);
|
|
1817
|
-
private
|
|
1818
|
-
private
|
|
1819
|
-
private
|
|
1875
|
+
private jj;
|
|
1876
|
+
private bz;
|
|
1877
|
+
private bv;
|
|
1820
1878
|
get columnAddingAnimationMode(): ColumnShowingAnimationMode;
|
|
1821
1879
|
set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1822
|
-
get
|
|
1823
|
-
private
|
|
1880
|
+
get jr(): boolean;
|
|
1881
|
+
private bm;
|
|
1824
1882
|
get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
|
|
1825
1883
|
set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
|
|
1826
|
-
protected get
|
|
1827
|
-
get
|
|
1828
|
-
private
|
|
1884
|
+
protected get jk(): boolean;
|
|
1885
|
+
get jg(): boolean;
|
|
1886
|
+
private ag;
|
|
1829
1887
|
get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
|
|
1830
1888
|
set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
|
|
1831
|
-
get
|
|
1832
|
-
private
|
|
1889
|
+
get kd(): boolean;
|
|
1890
|
+
private fv;
|
|
1833
1891
|
get rowSelectionAnimationMode(): RowSelectionAnimationMode;
|
|
1834
1892
|
set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
|
|
1835
|
-
get
|
|
1836
|
-
private
|
|
1893
|
+
get kb(): boolean;
|
|
1894
|
+
private fs;
|
|
1837
1895
|
get rowHoverAnimationMode(): RowHoverAnimationMode;
|
|
1838
1896
|
set rowHoverAnimationMode(a: RowHoverAnimationMode);
|
|
1839
|
-
get
|
|
1840
|
-
private
|
|
1897
|
+
get jh(): boolean;
|
|
1898
|
+
private av;
|
|
1841
1899
|
get cellSelectionAnimationMode(): CellSelectionAnimationMode;
|
|
1842
1900
|
set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
|
|
1843
|
-
private
|
|
1901
|
+
private dj;
|
|
1844
1902
|
get columnAnimationSettings(): GridColumnAnimationSettings;
|
|
1845
1903
|
set columnAnimationSettings(a: GridColumnAnimationSettings);
|
|
1846
|
-
private
|
|
1904
|
+
private c6;
|
|
1847
1905
|
get animationSettings(): GridAnimationSettings;
|
|
1848
1906
|
set animationSettings(a: GridAnimationSettings);
|
|
1849
|
-
|
|
1850
|
-
private
|
|
1851
|
-
private
|
|
1907
|
+
js(a: DataGridColumn): boolean;
|
|
1908
|
+
private bq;
|
|
1909
|
+
private bo;
|
|
1852
1910
|
get columnResizingAnimationMode(): ColumnResizingAnimationMode;
|
|
1853
1911
|
set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
|
|
1854
|
-
private
|
|
1855
|
-
private
|
|
1856
|
-
private
|
|
1912
|
+
private jt;
|
|
1913
|
+
private b0;
|
|
1914
|
+
private bw;
|
|
1857
1915
|
get columnShowingAnimationMode(): ColumnShowingAnimationMode;
|
|
1858
1916
|
set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1859
|
-
private
|
|
1860
|
-
private
|
|
1861
|
-
private
|
|
1917
|
+
private jn;
|
|
1918
|
+
private bc;
|
|
1919
|
+
private ba;
|
|
1862
1920
|
get columnMovingAnimationMode(): ColumnMovingAnimationMode;
|
|
1863
1921
|
set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
|
|
1864
|
-
private
|
|
1865
|
-
private
|
|
1866
|
-
private
|
|
1922
|
+
private jm;
|
|
1923
|
+
private a9;
|
|
1924
|
+
private a7;
|
|
1867
1925
|
get columnHidingAnimationMode(): ColumnHidingAnimationMode;
|
|
1868
1926
|
set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
|
|
1869
|
-
private
|
|
1870
|
-
private
|
|
1871
|
-
private
|
|
1927
|
+
private jl;
|
|
1928
|
+
private a1;
|
|
1929
|
+
private az;
|
|
1872
1930
|
get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
|
|
1873
1931
|
set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
|
|
1874
|
-
private
|
|
1932
|
+
private abi;
|
|
1875
1933
|
get inset(): Thickness;
|
|
1876
1934
|
set inset(a: Thickness);
|
|
1877
|
-
private
|
|
1935
|
+
private cg;
|
|
1878
1936
|
get selectionMode(): DataGridSelectionMode;
|
|
1879
1937
|
set selectionMode(a: DataGridSelectionMode);
|
|
1880
|
-
private
|
|
1938
|
+
private c1;
|
|
1881
1939
|
get activationMode(): GridActivationMode;
|
|
1882
1940
|
set activationMode(a: GridActivationMode);
|
|
1883
|
-
private
|
|
1941
|
+
private ek;
|
|
1884
1942
|
get selectionBehavior(): GridSelectionBehavior;
|
|
1885
1943
|
set selectionBehavior(a: GridSelectionBehavior);
|
|
1886
|
-
private
|
|
1944
|
+
private h9;
|
|
1887
1945
|
get mouseDragSelectionEnabled(): boolean;
|
|
1888
1946
|
set mouseDragSelectionEnabled(a: boolean);
|
|
1889
|
-
private
|
|
1890
|
-
get
|
|
1891
|
-
set
|
|
1892
|
-
private
|
|
1947
|
+
private ho;
|
|
1948
|
+
get je(): boolean;
|
|
1949
|
+
set je(a: boolean);
|
|
1950
|
+
private ec;
|
|
1893
1951
|
get selectedItems(): GridSelectedItemsCollection;
|
|
1894
|
-
private
|
|
1952
|
+
private eh;
|
|
1895
1953
|
get selectedKeys(): GridSelectedKeysCollection;
|
|
1896
|
-
private
|
|
1954
|
+
private d8;
|
|
1897
1955
|
get selectedCells(): GridSelectedCellsCollection;
|
|
1898
|
-
private
|
|
1956
|
+
private d5;
|
|
1899
1957
|
get selectedCellRanges(): GridSelectedCellRangesCollection;
|
|
1900
|
-
private
|
|
1901
|
-
get
|
|
1902
|
-
set
|
|
1903
|
-
private
|
|
1958
|
+
private hn;
|
|
1959
|
+
get jd(): boolean;
|
|
1960
|
+
set jd(a: boolean);
|
|
1961
|
+
private eb;
|
|
1904
1962
|
get pinnedItems(): GridSelectedItemsCollection;
|
|
1905
|
-
private
|
|
1963
|
+
private eg;
|
|
1906
1964
|
get pinnedKeys(): GridSelectedKeysCollection;
|
|
1907
|
-
private
|
|
1908
|
-
private
|
|
1965
|
+
private yv;
|
|
1966
|
+
private hr;
|
|
1909
1967
|
get isColumnOptionsEnabled(): boolean;
|
|
1910
1968
|
set isColumnOptionsEnabled(a: boolean);
|
|
1911
|
-
private
|
|
1969
|
+
private hv;
|
|
1912
1970
|
get isGroupByAreaVisible(): boolean;
|
|
1913
1971
|
set isGroupByAreaVisible(a: boolean);
|
|
1914
|
-
private
|
|
1972
|
+
private h0;
|
|
1915
1973
|
get isGroupRowSticky(): boolean;
|
|
1916
1974
|
set isGroupRowSticky(a: boolean);
|
|
1917
|
-
private
|
|
1975
|
+
private h1;
|
|
1918
1976
|
get isHeaderSeparatorVisible(): boolean;
|
|
1919
1977
|
set isHeaderSeparatorVisible(a: boolean);
|
|
1920
|
-
private
|
|
1978
|
+
private zf;
|
|
1921
1979
|
get cellSelectedBackground(): Brush;
|
|
1922
1980
|
set cellSelectedBackground(a: Brush);
|
|
1923
|
-
private
|
|
1981
|
+
private z1;
|
|
1924
1982
|
get sectionHeaderSelectedBackground(): Brush;
|
|
1925
1983
|
set sectionHeaderSelectedBackground(a: Brush);
|
|
1926
|
-
private
|
|
1984
|
+
private z4;
|
|
1927
1985
|
get summaryRootBackground(): Brush;
|
|
1928
1986
|
set summaryRootBackground(a: Brush);
|
|
1929
|
-
private
|
|
1987
|
+
private z8;
|
|
1930
1988
|
get summarySectionBackground(): Brush;
|
|
1931
1989
|
set summarySectionBackground(a: Brush);
|
|
1932
|
-
private
|
|
1990
|
+
private ma;
|
|
1933
1991
|
get pinnedRowOpacity(): number;
|
|
1934
1992
|
set pinnedRowOpacity(a: number);
|
|
1935
|
-
private
|
|
1993
|
+
private gr;
|
|
1936
1994
|
get editTextStyle(): FontInfo;
|
|
1937
1995
|
set editTextStyle(a: FontInfo);
|
|
1938
|
-
private
|
|
1996
|
+
private l6;
|
|
1939
1997
|
get editOpacity(): number;
|
|
1940
1998
|
set editOpacity(a: number);
|
|
1941
|
-
private
|
|
1999
|
+
private zk;
|
|
1942
2000
|
get deletedTextColor(): Brush;
|
|
1943
2001
|
set deletedTextColor(a: Brush);
|
|
1944
|
-
private
|
|
2002
|
+
private z3;
|
|
1945
2003
|
get stickyRowBackground(): Brush;
|
|
1946
2004
|
set stickyRowBackground(a: Brush);
|
|
1947
|
-
private
|
|
2005
|
+
private zs;
|
|
1948
2006
|
get pinnedRowBackground(): Brush;
|
|
1949
2007
|
set pinnedRowBackground(a: Brush);
|
|
1950
|
-
private
|
|
2008
|
+
private zr;
|
|
1951
2009
|
get lastStickyRowBackground(): Brush;
|
|
1952
2010
|
set lastStickyRowBackground(a: Brush);
|
|
2011
|
+
private dg;
|
|
1953
2012
|
private df;
|
|
1954
|
-
private de;
|
|
1955
2013
|
get activeCell(): GridCellPosition;
|
|
1956
2014
|
set activeCell(a: GridCellPosition);
|
|
1957
|
-
private
|
|
2015
|
+
private ze;
|
|
1958
2016
|
get cellBackground(): Brush;
|
|
1959
2017
|
set cellBackground(a: Brush);
|
|
1960
|
-
private
|
|
2018
|
+
private zg;
|
|
1961
2019
|
get cellTextColor(): Brush;
|
|
1962
2020
|
set cellTextColor(a: Brush);
|
|
1963
|
-
private
|
|
2021
|
+
private zp;
|
|
1964
2022
|
get headerSortIndicatorColor(): Brush;
|
|
1965
2023
|
set headerSortIndicatorColor(a: Brush);
|
|
1966
|
-
private
|
|
2024
|
+
private f6;
|
|
1967
2025
|
get headerSortIndicatorStyle(): SortIndicatorStyle;
|
|
1968
2026
|
set headerSortIndicatorStyle(a: SortIndicatorStyle);
|
|
1969
|
-
private
|
|
2027
|
+
private gq;
|
|
1970
2028
|
get cellTextStyle(): FontInfo;
|
|
1971
2029
|
set cellTextStyle(a: FontInfo);
|
|
1972
|
-
private
|
|
2030
|
+
private z0;
|
|
1973
2031
|
get sectionHeaderBackground(): Brush;
|
|
1974
2032
|
set sectionHeaderBackground(a: Brush);
|
|
1975
|
-
private
|
|
2033
|
+
private z2;
|
|
1976
2034
|
get sectionHeaderTextColor(): Brush;
|
|
1977
2035
|
set sectionHeaderTextColor(a: Brush);
|
|
1978
|
-
private
|
|
2036
|
+
private gt;
|
|
1979
2037
|
get sectionHeaderTextStyle(): FontInfo;
|
|
1980
2038
|
set sectionHeaderTextStyle(a: FontInfo);
|
|
1981
|
-
private
|
|
2039
|
+
private gu;
|
|
1982
2040
|
get summaryRootLabelTextStyle(): FontInfo;
|
|
1983
2041
|
set summaryRootLabelTextStyle(a: FontInfo);
|
|
1984
|
-
private
|
|
2042
|
+
private gw;
|
|
1985
2043
|
get summarySectionLabelTextStyle(): FontInfo;
|
|
1986
2044
|
set summarySectionLabelTextStyle(a: FontInfo);
|
|
1987
|
-
private
|
|
2045
|
+
private z7;
|
|
1988
2046
|
get summaryRootValueTextColor(): Brush;
|
|
1989
2047
|
set summaryRootValueTextColor(a: Brush);
|
|
1990
|
-
private
|
|
2048
|
+
private gv;
|
|
1991
2049
|
get summaryRootValueTextStyle(): FontInfo;
|
|
1992
2050
|
set summaryRootValueTextStyle(a: FontInfo);
|
|
1993
|
-
private
|
|
2051
|
+
private gx;
|
|
1994
2052
|
get summarySectionValueTextStyle(): FontInfo;
|
|
1995
2053
|
set summarySectionValueTextStyle(a: FontInfo);
|
|
1996
|
-
private
|
|
2054
|
+
private aab;
|
|
1997
2055
|
get summarySectionValueTextColor(): Brush;
|
|
1998
2056
|
set summarySectionValueTextColor(a: Brush);
|
|
1999
|
-
private
|
|
2057
|
+
private z5;
|
|
2000
2058
|
get summaryRootLabelTextColor(): Brush;
|
|
2001
2059
|
set summaryRootLabelTextColor(a: Brush);
|
|
2002
|
-
private
|
|
2060
|
+
private z9;
|
|
2003
2061
|
get summarySectionLabelTextColor(): Brush;
|
|
2004
2062
|
set summarySectionLabelTextColor(a: Brush);
|
|
2005
|
-
private
|
|
2063
|
+
private z6;
|
|
2006
2064
|
get summaryRootSelectedBackground(): Brush;
|
|
2007
2065
|
set summaryRootSelectedBackground(a: Brush);
|
|
2008
|
-
private
|
|
2066
|
+
private aaa;
|
|
2009
2067
|
get summarySectionSelectedBackground(): Brush;
|
|
2010
2068
|
set summarySectionSelectedBackground(a: Brush);
|
|
2011
|
-
private
|
|
2069
|
+
private m8;
|
|
2012
2070
|
get pinnedAreaSeparatorWidth(): number;
|
|
2013
2071
|
set pinnedAreaSeparatorWidth(a: number);
|
|
2014
|
-
private
|
|
2072
|
+
private m3;
|
|
2015
2073
|
get headerSeparatorWidth(): number;
|
|
2016
2074
|
set headerSeparatorWidth(a: number);
|
|
2017
|
-
|
|
2018
|
-
private
|
|
2075
|
+
nn(a: number): number;
|
|
2076
|
+
private zo;
|
|
2019
2077
|
get headerSeparatorBackground(): Brush;
|
|
2020
2078
|
set headerSeparatorBackground(a: Brush);
|
|
2021
|
-
private
|
|
2079
|
+
private zm;
|
|
2022
2080
|
get headerBackground(): Brush;
|
|
2023
2081
|
set headerBackground(a: Brush);
|
|
2024
|
-
private
|
|
2082
|
+
private zq;
|
|
2025
2083
|
get headerTextColor(): Brush;
|
|
2026
2084
|
set headerTextColor(a: Brush);
|
|
2027
|
-
private
|
|
2085
|
+
private gs;
|
|
2028
2086
|
get headerTextStyle(): FontInfo;
|
|
2029
2087
|
set headerTextStyle(a: FontInfo);
|
|
2030
|
-
private
|
|
2088
|
+
private zv;
|
|
2031
2089
|
get rowSeparatorBackground(): Brush;
|
|
2032
2090
|
set rowSeparatorBackground(a: Brush);
|
|
2033
|
-
private
|
|
2091
|
+
private zn;
|
|
2034
2092
|
get headerRowSeparatorBackground(): Brush;
|
|
2035
2093
|
set headerRowSeparatorBackground(a: Brush);
|
|
2036
|
-
private
|
|
2094
|
+
private zy;
|
|
2037
2095
|
get rowSeparatorStickyRowBackground(): Brush;
|
|
2038
2096
|
set rowSeparatorStickyRowBackground(a: Brush);
|
|
2039
|
-
private
|
|
2097
|
+
private zw;
|
|
2040
2098
|
get rowSeparatorLastStickyRowBackground(): Brush;
|
|
2041
2099
|
set rowSeparatorLastStickyRowBackground(a: Brush);
|
|
2042
|
-
private
|
|
2100
|
+
private zx;
|
|
2043
2101
|
get rowSeparatorPinnedRowBackground(): Brush;
|
|
2044
2102
|
set rowSeparatorPinnedRowBackground(a: Brush);
|
|
2045
|
-
private
|
|
2103
|
+
private mz;
|
|
2046
2104
|
get columnResizingSeparatorWidth(): number;
|
|
2047
2105
|
set columnResizingSeparatorWidth(a: number);
|
|
2048
|
-
private
|
|
2106
|
+
private l0;
|
|
2049
2107
|
get columnResizingSeparatorOpacity(): number;
|
|
2050
2108
|
set columnResizingSeparatorOpacity(a: number);
|
|
2051
|
-
private
|
|
2109
|
+
private mx;
|
|
2052
2110
|
get columnMovingSeparatorWidth(): number;
|
|
2053
2111
|
set columnMovingSeparatorWidth(a: number);
|
|
2054
|
-
private
|
|
2112
|
+
private lz;
|
|
2055
2113
|
get columnMovingSeparatorOpacity(): number;
|
|
2056
2114
|
set columnMovingSeparatorOpacity(a: number);
|
|
2057
|
-
private
|
|
2115
|
+
private zj;
|
|
2058
2116
|
get columnResizingSeparatorBackground(): Brush;
|
|
2059
2117
|
set columnResizingSeparatorBackground(a: Brush);
|
|
2060
|
-
private
|
|
2118
|
+
private zh;
|
|
2061
2119
|
get columnMovingSeparatorBackground(): Brush;
|
|
2062
2120
|
set columnMovingSeparatorBackground(a: Brush);
|
|
2063
|
-
private
|
|
2121
|
+
private il;
|
|
2064
2122
|
get shiftSectionContent(): boolean;
|
|
2065
2123
|
set shiftSectionContent(a: boolean);
|
|
2066
|
-
private
|
|
2124
|
+
private bh;
|
|
2067
2125
|
get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
|
|
2068
2126
|
set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
|
|
2069
|
-
private
|
|
2127
|
+
private zi;
|
|
2070
2128
|
get columnOptionsIconColor(): Brush;
|
|
2071
2129
|
set columnOptionsIconColor(a: Brush);
|
|
2072
|
-
private
|
|
2130
|
+
private bj;
|
|
2073
2131
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
2074
2132
|
set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
|
|
2075
|
-
private
|
|
2133
|
+
private zd;
|
|
2076
2134
|
get border(): Brush;
|
|
2077
2135
|
set border(a: Brush);
|
|
2078
|
-
private
|
|
2079
|
-
get
|
|
2080
|
-
set
|
|
2081
|
-
private
|
|
2136
|
+
private abg;
|
|
2137
|
+
get abm(): Thickness;
|
|
2138
|
+
set abm(a: Thickness);
|
|
2139
|
+
private abe;
|
|
2082
2140
|
get actualBorderWidth(): Thickness;
|
|
2083
2141
|
set actualBorderWidth(a: Thickness);
|
|
2084
|
-
private
|
|
2142
|
+
private abf;
|
|
2085
2143
|
get borderWidth(): Thickness;
|
|
2086
2144
|
set borderWidth(a: Thickness);
|
|
2087
|
-
private
|
|
2145
|
+
private id;
|
|
2088
2146
|
get notifyOnAllSelectionChanges(): boolean;
|
|
2089
2147
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
2090
|
-
private
|
|
2091
|
-
get
|
|
2092
|
-
set
|
|
2093
|
-
private
|
|
2148
|
+
private y8;
|
|
2149
|
+
get zc(): CornerRadius;
|
|
2150
|
+
set zc(a: CornerRadius);
|
|
2151
|
+
private y7;
|
|
2094
2152
|
get cornerRadius(): CornerRadius;
|
|
2095
2153
|
set cornerRadius(a: CornerRadius);
|
|
2096
|
-
private
|
|
2154
|
+
private y6;
|
|
2097
2155
|
get actualCornerRadius(): CornerRadius;
|
|
2098
2156
|
set actualCornerRadius(a: CornerRadius);
|
|
2099
2157
|
static readonly isActiveCellStyleEnabledPropertyName: string;
|
|
2100
|
-
private
|
|
2158
|
+
private hq;
|
|
2101
2159
|
get isActiveCellStyleEnabled(): boolean;
|
|
2102
2160
|
set isActiveCellStyleEnabled(a: boolean);
|
|
2103
|
-
private
|
|
2161
|
+
private g6;
|
|
2104
2162
|
get platformPixelConverter(): IPlatformPixelConverter;
|
|
2105
2163
|
set platformPixelConverter(a: IPlatformPixelConverter);
|
|
2106
|
-
private
|
|
2164
|
+
private e2;
|
|
2107
2165
|
get renderingEngine(): ICellRenderingEngine;
|
|
2108
2166
|
set renderingEngine(a: ICellRenderingEngine);
|
|
2109
|
-
private
|
|
2110
|
-
private
|
|
2167
|
+
private w4;
|
|
2168
|
+
private fq;
|
|
2111
2169
|
get responsiveStates(): ResponsiveStatesCollection;
|
|
2112
|
-
private
|
|
2170
|
+
private gk;
|
|
2113
2171
|
get model(): VisualModel;
|
|
2114
2172
|
set model(a: VisualModel);
|
|
2115
2173
|
get actualVisibleRegion(): Rect;
|
|
2116
|
-
private
|
|
2117
|
-
private
|
|
2118
|
-
private
|
|
2119
|
-
private
|
|
2120
|
-
private z;
|
|
2174
|
+
private b2;
|
|
2175
|
+
private a2;
|
|
2176
|
+
private t;
|
|
2177
|
+
private b7;
|
|
2121
2178
|
private aa;
|
|
2179
|
+
private ab;
|
|
2180
|
+
private ip;
|
|
2122
2181
|
private io;
|
|
2182
|
+
private iq;
|
|
2123
2183
|
private im;
|
|
2124
|
-
private
|
|
2125
|
-
private
|
|
2126
|
-
private
|
|
2127
|
-
private
|
|
2128
|
-
private t;
|
|
2129
|
-
private b5;
|
|
2184
|
+
private b1;
|
|
2185
|
+
private a3;
|
|
2186
|
+
private u;
|
|
2187
|
+
private b6;
|
|
2130
2188
|
get initialSortDescriptions(): ColumnSortDescriptionCollection;
|
|
2131
2189
|
get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2132
2190
|
get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2133
|
-
private
|
|
2191
|
+
private o1;
|
|
2134
2192
|
get initialSorts(): string;
|
|
2135
2193
|
set initialSorts(a: string);
|
|
2136
|
-
private
|
|
2194
|
+
private o0;
|
|
2137
2195
|
get initialGroups(): string;
|
|
2138
2196
|
set initialGroups(a: string);
|
|
2139
|
-
private
|
|
2197
|
+
private o2;
|
|
2140
2198
|
get initialSummaries(): string;
|
|
2141
2199
|
set initialSummaries(a: string);
|
|
2142
|
-
private
|
|
2143
|
-
|
|
2200
|
+
private u3;
|
|
2201
|
+
jb(a: any[], b: any[]): boolean;
|
|
2144
2202
|
get sortDescriptions(): ColumnSortDescriptionCollection;
|
|
2145
2203
|
get groupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2146
2204
|
sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
|
|
@@ -2148,51 +2206,51 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2148
2206
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
2149
2207
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
2150
2208
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
2151
|
-
private
|
|
2209
|
+
private wd;
|
|
2152
2210
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
2153
2211
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
2154
2212
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
2155
2213
|
get filterExpressions(): FilterExpressionCollection;
|
|
2156
2214
|
get summaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2157
|
-
private
|
|
2158
|
-
private
|
|
2215
|
+
private is;
|
|
2216
|
+
private gg;
|
|
2159
2217
|
get summaryScope(): SummaryScope;
|
|
2160
2218
|
set summaryScope(a: SummaryScope);
|
|
2219
|
+
private hx;
|
|
2161
2220
|
private hw;
|
|
2162
|
-
private hv;
|
|
2163
2221
|
get isGroupCollapsable(): boolean;
|
|
2164
2222
|
set isGroupCollapsable(a: boolean);
|
|
2165
|
-
private
|
|
2166
|
-
private
|
|
2223
|
+
private hl;
|
|
2224
|
+
private er;
|
|
2167
2225
|
get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
|
|
2168
2226
|
set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
|
|
2227
|
+
private hz;
|
|
2169
2228
|
private hy;
|
|
2170
|
-
private hx;
|
|
2171
2229
|
get isGroupExpandedDefault(): boolean;
|
|
2172
2230
|
set isGroupExpandedDefault(a: boolean);
|
|
2173
|
-
private
|
|
2174
|
-
private
|
|
2231
|
+
private hm;
|
|
2232
|
+
private et;
|
|
2175
2233
|
get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
|
|
2176
2234
|
set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
|
|
2177
|
-
private
|
|
2235
|
+
private hf;
|
|
2178
2236
|
get autoAcceptEdits(): boolean;
|
|
2179
2237
|
set autoAcceptEdits(a: boolean);
|
|
2180
2238
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2181
2239
|
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2182
|
-
protected
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2240
|
+
protected w2(a: string, b: any, c: any): void;
|
|
2241
|
+
x6(): void;
|
|
2242
|
+
xu(): void;
|
|
2243
|
+
xv(): void;
|
|
2186
2244
|
calculateCompleted: (sender: any, e: any) => void;
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
private
|
|
2190
|
-
get
|
|
2191
|
-
set
|
|
2245
|
+
vm(): void;
|
|
2246
|
+
ux(): void;
|
|
2247
|
+
private ij;
|
|
2248
|
+
get k1(): boolean;
|
|
2249
|
+
set k1(a: boolean);
|
|
2192
2250
|
refresh(): void;
|
|
2193
2251
|
flush(): void;
|
|
2194
|
-
private
|
|
2195
|
-
private
|
|
2252
|
+
private y;
|
|
2253
|
+
private w;
|
|
2196
2254
|
get actualDataSource(): IDataSource;
|
|
2197
2255
|
set actualDataSource(a: IDataSource);
|
|
2198
2256
|
private d;
|
|
@@ -2201,183 +2259,199 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2201
2259
|
private a;
|
|
2202
2260
|
get actualPrimaryKey(): string[];
|
|
2203
2261
|
set actualPrimaryKey(a: string[]);
|
|
2204
|
-
private
|
|
2205
|
-
get
|
|
2206
|
-
set
|
|
2207
|
-
protected
|
|
2208
|
-
private
|
|
2209
|
-
private
|
|
2210
|
-
private
|
|
2262
|
+
private hb;
|
|
2263
|
+
get ix(): boolean;
|
|
2264
|
+
set ix(a: boolean);
|
|
2265
|
+
protected xp(a: string, b: any, c: any): void;
|
|
2266
|
+
private yx;
|
|
2267
|
+
private za;
|
|
2268
|
+
private abl;
|
|
2211
2269
|
syncBorder(): void;
|
|
2212
|
-
private
|
|
2270
|
+
private wm;
|
|
2213
2271
|
private m;
|
|
2214
2272
|
private n;
|
|
2215
2273
|
private h;
|
|
2216
|
-
private
|
|
2217
|
-
private
|
|
2218
|
-
private
|
|
2274
|
+
private ui;
|
|
2275
|
+
private ya;
|
|
2276
|
+
private uz;
|
|
2277
|
+
private u0;
|
|
2278
|
+
private yb;
|
|
2279
|
+
private u1;
|
|
2219
2280
|
private um;
|
|
2220
|
-
private
|
|
2221
|
-
|
|
2222
|
-
private
|
|
2223
|
-
private
|
|
2224
|
-
private
|
|
2225
|
-
|
|
2281
|
+
private ul;
|
|
2282
|
+
rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
|
|
2283
|
+
private lj;
|
|
2284
|
+
private qz;
|
|
2285
|
+
private w5;
|
|
2286
|
+
private ut;
|
|
2287
|
+
private uk;
|
|
2288
|
+
private wl;
|
|
2289
|
+
vg(): void;
|
|
2226
2290
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
2227
2291
|
onSizeChanged(a: number, b: number): void;
|
|
2228
2292
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
2229
|
-
private
|
|
2230
|
-
private
|
|
2231
|
-
|
|
2293
|
+
private m6;
|
|
2294
|
+
private m7;
|
|
2295
|
+
le: boolean;
|
|
2232
2296
|
notifyScrollStart(): void;
|
|
2233
2297
|
notifyScrollStop(): void;
|
|
2234
2298
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
2235
2299
|
get actualColumns(): GridColumnCollection;
|
|
2236
2300
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
2237
|
-
private
|
|
2301
|
+
private dl;
|
|
2238
2302
|
get columns(): GridColumnCollection;
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2303
|
+
wy(a: CellModel, b: any, c: any): void;
|
|
2304
|
+
wx(a: CellModel, b: any, c: any, d: string): void;
|
|
2305
|
+
cf(a: CellPath): DataGridColumn;
|
|
2242
2306
|
hideThenRemoveColumn(a: DataGridColumn): void;
|
|
2243
2307
|
exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
|
|
2244
|
-
private ts;
|
|
2245
|
-
private ib;
|
|
2246
|
-
private v1;
|
|
2247
|
-
private vy;
|
|
2248
|
-
private vt;
|
|
2249
2308
|
private t3;
|
|
2250
|
-
private
|
|
2251
|
-
private
|
|
2309
|
+
private ic;
|
|
2310
|
+
private wh;
|
|
2311
|
+
private we;
|
|
2312
|
+
private v9;
|
|
2313
|
+
private ue;
|
|
2314
|
+
private xb;
|
|
2315
|
+
private uh;
|
|
2252
2316
|
pinColumn(a: DataGridColumn, b: PinnedPositions): void;
|
|
2253
|
-
private
|
|
2254
|
-
private
|
|
2317
|
+
private lc;
|
|
2318
|
+
private ld;
|
|
2255
2319
|
moveColumn(a: number, b: number): void;
|
|
2256
2320
|
moveColumnLeft(a: number): void;
|
|
2257
2321
|
moveColumnRight(a: number): void;
|
|
2258
2322
|
canMoveColumnLeft(a: number): boolean;
|
|
2259
2323
|
canMoveColumnRight(a: number): boolean;
|
|
2260
|
-
private
|
|
2324
|
+
private ki;
|
|
2325
|
+
private cd;
|
|
2261
2326
|
private cc;
|
|
2262
|
-
private
|
|
2263
|
-
private
|
|
2264
|
-
private
|
|
2265
|
-
private
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
ak(a: CellPath, b: string): CellModel;
|
|
2327
|
+
private wa;
|
|
2328
|
+
private ud;
|
|
2329
|
+
private yy;
|
|
2330
|
+
private ci;
|
|
2331
|
+
q0(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
2332
|
+
al(a: CellPath, b: string): CellModel;
|
|
2269
2333
|
exportVisualModel(): any;
|
|
2270
2334
|
exportSerializedVisualModel(): string;
|
|
2271
|
-
|
|
2272
|
-
private
|
|
2335
|
+
fu(a: number): RowPath;
|
|
2336
|
+
private ha;
|
|
2273
2337
|
scrollToRowByIndex(a: number): void;
|
|
2274
2338
|
scrollToLastRowByIndex(a: number): void;
|
|
2275
2339
|
scrollToItem(a: any): boolean;
|
|
2276
2340
|
scrollToPrimaryKey(a: any[]): boolean;
|
|
2277
2341
|
scrollToColumnByIndex(a: number): void;
|
|
2278
|
-
private
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
private
|
|
2282
|
-
private
|
|
2283
|
-
private
|
|
2342
|
+
private yd;
|
|
2343
|
+
k8(a: DataGridColumn): boolean;
|
|
2344
|
+
wk(a: number, b: number): void;
|
|
2345
|
+
private uc;
|
|
2346
|
+
private nv;
|
|
2347
|
+
private k4;
|
|
2284
2348
|
getLastVisibleIndex(): number;
|
|
2285
2349
|
getFirstVisibleIndex(): number;
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2350
|
+
nx(): number;
|
|
2351
|
+
n2(): number;
|
|
2352
|
+
xk(): void;
|
|
2353
|
+
ji: boolean;
|
|
2354
|
+
j2: boolean;
|
|
2355
|
+
get j9(): boolean;
|
|
2356
|
+
get ka(): boolean;
|
|
2291
2357
|
get j7(): boolean;
|
|
2292
2358
|
get j8(): boolean;
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
private
|
|
2296
|
-
private
|
|
2297
|
-
private
|
|
2298
|
-
private
|
|
2299
|
-
private
|
|
2300
|
-
private li;
|
|
2359
|
+
private k2;
|
|
2360
|
+
private k3;
|
|
2361
|
+
private lk;
|
|
2362
|
+
private ll;
|
|
2363
|
+
private lm;
|
|
2364
|
+
private ln;
|
|
2365
|
+
private hd;
|
|
2301
2366
|
private hc;
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
private
|
|
2312
|
-
private
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2367
|
+
t8(a?: boolean): void;
|
|
2368
|
+
ur(): void;
|
|
2369
|
+
w9(a: any, b: PrimaryKeyValue): void;
|
|
2370
|
+
xa(a: any, b: PrimaryKeyValue): void;
|
|
2371
|
+
xg(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2372
|
+
private iv;
|
|
2373
|
+
vn(a: number, b: number, c: string): void;
|
|
2374
|
+
vq(a: number, b: string): void;
|
|
2375
|
+
private vo;
|
|
2376
|
+
private ng;
|
|
2377
|
+
private nh;
|
|
2378
|
+
kk(a: boolean, b: boolean): boolean;
|
|
2379
|
+
kl(a: boolean, b: boolean): boolean;
|
|
2380
|
+
private n1;
|
|
2381
|
+
private nw;
|
|
2382
|
+
private n6;
|
|
2383
|
+
private n5;
|
|
2316
2384
|
private nu;
|
|
2317
|
-
|
|
2318
|
-
private nz;
|
|
2319
|
-
private ny;
|
|
2320
|
-
private nn;
|
|
2321
|
-
ty(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2322
|
-
kn(a: boolean, b: boolean): boolean;
|
|
2385
|
+
t9(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2323
2386
|
kp(a: boolean, b: boolean): boolean;
|
|
2324
|
-
kq(a: boolean, b: boolean): boolean;
|
|
2325
2387
|
kr(a: boolean, b: boolean): boolean;
|
|
2326
2388
|
ks(a: boolean, b: boolean): boolean;
|
|
2389
|
+
kt(a: boolean, b: boolean): boolean;
|
|
2327
2390
|
ku(a: boolean, b: boolean): boolean;
|
|
2328
|
-
|
|
2391
|
+
kw(a: boolean, b: boolean): boolean;
|
|
2392
|
+
xl(): void;
|
|
2393
|
+
kx(a: boolean, b: boolean): boolean;
|
|
2394
|
+
km(a: boolean, b: boolean): boolean;
|
|
2395
|
+
kn(): boolean;
|
|
2396
|
+
ko(): boolean;
|
|
2329
2397
|
kv(a: boolean, b: boolean): boolean;
|
|
2330
|
-
kk(a: boolean, b: boolean): boolean;
|
|
2331
|
-
kl(): boolean;
|
|
2332
|
-
km(): boolean;
|
|
2333
|
-
kt(a: boolean, b: boolean): boolean;
|
|
2334
|
-
ao: CellPath;
|
|
2335
2398
|
ap: CellPath;
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2399
|
+
aq: CellPath;
|
|
2400
|
+
lg(): boolean;
|
|
2401
|
+
lb(a: CellModel): boolean;
|
|
2402
|
+
ja(a: boolean, b?: boolean): boolean;
|
|
2403
|
+
uq(a: boolean): void;
|
|
2404
|
+
v2(a: PrimaryKeyValue, b: number): void;
|
|
2405
|
+
v3(a: PrimaryKeyValue, b: number): void;
|
|
2342
2406
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
2343
2407
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
2344
2408
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
2345
2409
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
2346
2410
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
2347
|
-
private
|
|
2348
|
-
private
|
|
2411
|
+
private ik;
|
|
2412
|
+
private xh;
|
|
2349
2413
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
2350
2414
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
private
|
|
2358
|
-
private
|
|
2359
|
-
private
|
|
2360
|
-
private
|
|
2361
|
-
private
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
private
|
|
2367
|
-
|
|
2368
|
-
private
|
|
2369
|
-
|
|
2415
|
+
y3(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
2416
|
+
t6(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2417
|
+
t7(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2418
|
+
y2(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2419
|
+
x3(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2420
|
+
x4(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2421
|
+
private xd;
|
|
2422
|
+
private xe;
|
|
2423
|
+
private xc;
|
|
2424
|
+
private xf;
|
|
2425
|
+
private at;
|
|
2426
|
+
t5(a: number, b: number, c: number, d: number): void;
|
|
2427
|
+
t4(a: CellRange): void;
|
|
2428
|
+
x0(a: CellRange): void;
|
|
2429
|
+
xz(): void;
|
|
2430
|
+
private ve;
|
|
2431
|
+
xi(a: number, b: any, c: any): void;
|
|
2432
|
+
private u4;
|
|
2433
|
+
v4(): void;
|
|
2434
|
+
x9(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2435
|
+
x5(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2436
|
+
lq(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
|
|
2437
|
+
private li;
|
|
2438
|
+
us(a: ColumnSummaryDescription): void;
|
|
2439
|
+
private jv;
|
|
2440
|
+
xy(a: ColumnSummaryDescription): void;
|
|
2370
2441
|
invalidateVisibleRows(): void;
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
private
|
|
2375
|
-
private
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2442
|
+
oy(a: DataGridColumn): any;
|
|
2443
|
+
ox(a: DataGridColumn): any;
|
|
2444
|
+
oz(a: DataGridColumn): any;
|
|
2445
|
+
private u5;
|
|
2446
|
+
private ny;
|
|
2447
|
+
private n3;
|
|
2448
|
+
private u6;
|
|
2449
|
+
private hp;
|
|
2450
|
+
xq(): void;
|
|
2451
|
+
ww(a: number, b: any): void;
|
|
2452
|
+
w3(a: number, b: any): void;
|
|
2379
2453
|
setActiveResponsiveState(a: string): void;
|
|
2380
|
-
|
|
2454
|
+
yo(a: ResponsiveState): void;
|
|
2381
2455
|
notifySetItem(a: number, b: any, c: any): void;
|
|
2382
2456
|
notifyClearItems(): void;
|
|
2383
2457
|
notifyInsertItem(a: number, b: any): void;
|
|
@@ -2390,30 +2464,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2390
2464
|
getColumnAtRenderedIndex(a: number): DataGridColumn;
|
|
2391
2465
|
getRootSummaryResults(): ISummaryResult[];
|
|
2392
2466
|
getSectionSummaryResults(a: number): ISummaryResult[][];
|
|
2393
|
-
private
|
|
2467
|
+
private ii;
|
|
2394
2468
|
get reactsToSortChanges(): boolean;
|
|
2395
2469
|
set reactsToSortChanges(a: boolean);
|
|
2396
|
-
private
|
|
2470
|
+
private ih;
|
|
2397
2471
|
get reactsToGroupChanges(): boolean;
|
|
2398
2472
|
set reactsToGroupChanges(a: boolean);
|
|
2399
|
-
private
|
|
2473
|
+
private ig;
|
|
2400
2474
|
get reactsToFilterChanges(): boolean;
|
|
2401
2475
|
set reactsToFilterChanges(a: boolean);
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
private
|
|
2405
|
-
private
|
|
2476
|
+
z(a: DataGridColumn): IFilterExpression;
|
|
2477
|
+
lh(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2478
|
+
private y4;
|
|
2479
|
+
private or;
|
|
2406
2480
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
2407
|
-
private
|
|
2481
|
+
private wi;
|
|
2408
2482
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2409
|
-
private
|
|
2483
|
+
private vt;
|
|
2410
2484
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2411
|
-
private
|
|
2485
|
+
private vs;
|
|
2412
2486
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2413
|
-
private
|
|
2487
|
+
private w7;
|
|
2414
2488
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2415
|
-
private
|
|
2416
|
-
|
|
2489
|
+
private w6;
|
|
2490
|
+
ju(): boolean;
|
|
2417
2491
|
get canUndo(): boolean;
|
|
2418
2492
|
get canRedo(): boolean;
|
|
2419
2493
|
get canCommit(): boolean;
|
|
@@ -2426,106 +2500,110 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2426
2500
|
updatePropertyAtKey(a: any[], b: string, c: any): void;
|
|
2427
2501
|
removeItemByKey(a: any[]): void;
|
|
2428
2502
|
removeItem(a: any): void;
|
|
2429
|
-
private
|
|
2503
|
+
private ie;
|
|
2430
2504
|
acceptEdit(a: number): void;
|
|
2431
2505
|
rejectEdit(a: number): void;
|
|
2432
2506
|
setEditError(a: number, b: string): void;
|
|
2433
2507
|
startEditMode(): void;
|
|
2434
2508
|
endEditMode(a: boolean): void;
|
|
2435
|
-
private
|
|
2509
|
+
private cs;
|
|
2436
2510
|
get enterBehavior(): EnterKeyBehaviors;
|
|
2437
2511
|
set enterBehavior(a: EnterKeyBehaviors);
|
|
2438
|
-
private
|
|
2512
|
+
private cq;
|
|
2439
2513
|
get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
|
|
2440
2514
|
set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
|
|
2441
2515
|
selectAllRows(): void;
|
|
2442
2516
|
deselectAllRows(): void;
|
|
2443
|
-
private
|
|
2444
|
-
get
|
|
2445
|
-
set
|
|
2446
|
-
|
|
2447
|
-
private
|
|
2448
|
-
|
|
2449
|
-
private
|
|
2517
|
+
private h2;
|
|
2518
|
+
get j4(): boolean;
|
|
2519
|
+
set j4(a: boolean);
|
|
2520
|
+
kq(a: Key, b: boolean, c: boolean): boolean;
|
|
2521
|
+
private lf;
|
|
2522
|
+
k9(): boolean;
|
|
2523
|
+
private ht;
|
|
2450
2524
|
get isColumnOptionsSummariesEnabled(): boolean;
|
|
2451
2525
|
set isColumnOptionsSummariesEnabled(a: boolean);
|
|
2452
|
-
private
|
|
2526
|
+
private hs;
|
|
2453
2527
|
get isColumnOptionsGroupingEnabled(): boolean;
|
|
2454
2528
|
set isColumnOptionsGroupingEnabled(a: boolean);
|
|
2455
|
-
private
|
|
2529
|
+
private fi;
|
|
2456
2530
|
get mergedCellMode(): MergedCellMode;
|
|
2457
2531
|
set mergedCellMode(a: MergedCellMode);
|
|
2458
|
-
private
|
|
2532
|
+
private fg;
|
|
2459
2533
|
get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
|
|
2460
2534
|
set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
|
|
2461
|
-
private
|
|
2535
|
+
private ae;
|
|
2462
2536
|
get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
|
|
2463
2537
|
set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
|
|
2464
2538
|
saveLayout(): string;
|
|
2465
|
-
private
|
|
2466
|
-
private
|
|
2539
|
+
private fz;
|
|
2540
|
+
private lr;
|
|
2467
2541
|
loadLayout(a: string): void;
|
|
2468
|
-
private q;
|
|
2469
2542
|
private r;
|
|
2470
|
-
|
|
2471
|
-
|
|
2543
|
+
private s;
|
|
2544
|
+
n0(a: CellPath): number;
|
|
2545
|
+
private cz;
|
|
2472
2546
|
get filterUIType(): FilterUIType;
|
|
2473
2547
|
set filterUIType(a: FilterUIType);
|
|
2474
|
-
private
|
|
2548
|
+
private cw;
|
|
2475
2549
|
get filterLogicalOperator(): FilterLogicalOperator;
|
|
2476
2550
|
set filterLogicalOperator(a: FilterLogicalOperator);
|
|
2477
|
-
private
|
|
2551
|
+
private cu;
|
|
2478
2552
|
get filterComparisonType(): FilterComparisonType;
|
|
2479
2553
|
set filterComparisonType(a: FilterComparisonType);
|
|
2480
|
-
|
|
2481
|
-
private
|
|
2554
|
+
jw(): boolean;
|
|
2555
|
+
private lu;
|
|
2482
2556
|
get todayOverride(): Date;
|
|
2483
2557
|
set todayOverride(a: Date);
|
|
2484
|
-
private
|
|
2558
|
+
private hh;
|
|
2485
2559
|
get clearSelectionOnEscape(): boolean;
|
|
2486
2560
|
set clearSelectionOnEscape(a: boolean);
|
|
2487
2561
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2488
|
-
|
|
2489
|
-
private
|
|
2562
|
+
wj(a: DataGridColumn, b: FilterOperand, c: any): void;
|
|
2563
|
+
private my;
|
|
2564
|
+
la(): boolean;
|
|
2565
|
+
va(): void;
|
|
2566
|
+
u9(): void;
|
|
2567
|
+
private h3;
|
|
2490
2568
|
get isPagerVisible(): boolean;
|
|
2491
2569
|
set isPagerVisible(a: boolean);
|
|
2492
|
-
private
|
|
2570
|
+
private m4;
|
|
2493
2571
|
get pageSize(): number;
|
|
2494
2572
|
set pageSize(a: number);
|
|
2495
|
-
private
|
|
2573
|
+
private h8;
|
|
2496
2574
|
get isToolbarVisible(): boolean;
|
|
2497
2575
|
set isToolbarVisible(a: boolean);
|
|
2498
|
-
private
|
|
2576
|
+
private h6;
|
|
2499
2577
|
get isToolbarColumnChooserVisible(): boolean;
|
|
2500
2578
|
set isToolbarColumnChooserVisible(a: boolean);
|
|
2501
|
-
private
|
|
2579
|
+
private h7;
|
|
2502
2580
|
get isToolbarColumnPinningVisible(): boolean;
|
|
2503
2581
|
set isToolbarColumnPinningVisible(a: boolean);
|
|
2504
|
-
private
|
|
2582
|
+
private o7;
|
|
2505
2583
|
get toolbarTitle(): string;
|
|
2506
2584
|
set toolbarTitle(a: string);
|
|
2507
|
-
private
|
|
2585
|
+
private o3;
|
|
2508
2586
|
get toolbarColumnChooserText(): string;
|
|
2509
2587
|
set toolbarColumnChooserText(a: string);
|
|
2510
|
-
private
|
|
2588
|
+
private o4;
|
|
2511
2589
|
get toolbarColumnChooserTitle(): string;
|
|
2512
2590
|
set toolbarColumnChooserTitle(a: string);
|
|
2513
|
-
private
|
|
2591
|
+
private o5;
|
|
2514
2592
|
get toolbarColumnPinningText(): string;
|
|
2515
2593
|
set toolbarColumnPinningText(a: string);
|
|
2516
|
-
private
|
|
2594
|
+
private o6;
|
|
2517
2595
|
get toolbarColumnPinningTitle(): string;
|
|
2518
2596
|
set toolbarColumnPinningTitle(a: string);
|
|
2519
|
-
private
|
|
2597
|
+
private gm;
|
|
2520
2598
|
get scrollbarStyle(): ScrollbarStyle;
|
|
2521
2599
|
set scrollbarStyle(a: ScrollbarStyle);
|
|
2522
|
-
private
|
|
2600
|
+
private zz;
|
|
2523
2601
|
get scrollbarBackground(): Brush;
|
|
2524
2602
|
set scrollbarBackground(a: Brush);
|
|
2525
|
-
private
|
|
2603
|
+
private he;
|
|
2526
2604
|
get allowCopyOperation(): boolean;
|
|
2527
2605
|
set allowCopyOperation(a: boolean);
|
|
2528
|
-
private
|
|
2606
|
+
private hi;
|
|
2529
2607
|
get deferEventForRowDragSelection(): boolean;
|
|
2530
2608
|
set deferEventForRowDragSelection(a: boolean);
|
|
2531
2609
|
}
|
|
@@ -2707,6 +2785,64 @@ export declare class GridAnimationManager extends Base {
|
|
|
2707
2785
|
an(a: DataGrid, b: number): void;
|
|
2708
2786
|
ap(a: DataGrid, b: number): void;
|
|
2709
2787
|
}
|
|
2788
|
+
/**
|
|
2789
|
+
* @hidden
|
|
2790
|
+
*/
|
|
2791
|
+
export declare class GridConditionalStyle extends Base implements INotifyPropertyChanged {
|
|
2792
|
+
static $t: Type;
|
|
2793
|
+
protected get_s(): boolean;
|
|
2794
|
+
get s(): boolean;
|
|
2795
|
+
constructor();
|
|
2796
|
+
g: DefinitionBase;
|
|
2797
|
+
private am;
|
|
2798
|
+
private ac;
|
|
2799
|
+
get ak(): string;
|
|
2800
|
+
set ak(a: string);
|
|
2801
|
+
private n;
|
|
2802
|
+
get w(): boolean;
|
|
2803
|
+
set w(a: boolean);
|
|
2804
|
+
private h;
|
|
2805
|
+
get properties(): GridConditionalStylePropertyCollection;
|
|
2806
|
+
private y;
|
|
2807
|
+
private aa;
|
|
2808
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2809
|
+
propertyUpdated: (sender: any, e: PropertyUpdatedEventArgs) => void;
|
|
2810
|
+
private o;
|
|
2811
|
+
an(a: HashSet$1<string>): void;
|
|
2812
|
+
z(): HashSet$1<string>;
|
|
2813
|
+
private ab;
|
|
2814
|
+
get ae(): string;
|
|
2815
|
+
set ae(a: string);
|
|
2816
|
+
private b;
|
|
2817
|
+
get e(): IFilterExpression;
|
|
2818
|
+
set e(a: IFilterExpression);
|
|
2819
|
+
d: IFilterExpression;
|
|
2820
|
+
x(): boolean;
|
|
2821
|
+
private l;
|
|
2822
|
+
get u(): boolean;
|
|
2823
|
+
set u(a: boolean);
|
|
2824
|
+
private k;
|
|
2825
|
+
get t(): boolean;
|
|
2826
|
+
set t(a: boolean);
|
|
2827
|
+
private m;
|
|
2828
|
+
get v(): boolean;
|
|
2829
|
+
set v(a: boolean);
|
|
2830
|
+
q(): boolean;
|
|
2831
|
+
p(): boolean;
|
|
2832
|
+
r(): boolean;
|
|
2833
|
+
protected ao(a: string, b: any, c: any): void;
|
|
2834
|
+
protected ap(a: string, b: any, c: any): void;
|
|
2835
|
+
filterStringErrorsParsing: (sender: any, args: GridConditionFilterStringErrorsParsingEventArgs) => void;
|
|
2836
|
+
private c;
|
|
2837
|
+
private f;
|
|
2838
|
+
}
|
|
2839
|
+
/**
|
|
2840
|
+
* @hidden
|
|
2841
|
+
*/
|
|
2842
|
+
export declare class GridConditionalStyleCollection extends ObservableCollection$1<GridConditionalStyle> {
|
|
2843
|
+
static $t: Type;
|
|
2844
|
+
constructor();
|
|
2845
|
+
}
|
|
2710
2846
|
/**
|
|
2711
2847
|
* @hidden
|
|
2712
2848
|
*/
|
|
@@ -2775,464 +2911,571 @@ export declare class GridSelectedCellsCollection extends ObservableCollection$1<
|
|
|
2775
2911
|
export declare abstract class DefinitionBase extends Base implements INotifyPropertyChanged {
|
|
2776
2912
|
static $t: Type;
|
|
2777
2913
|
constructor();
|
|
2778
|
-
private
|
|
2779
|
-
private t;
|
|
2780
|
-
get externalObject(): any;
|
|
2781
|
-
set externalObject(a: any);
|
|
2782
|
-
private ds;
|
|
2783
|
-
get d8(): Brush;
|
|
2784
|
-
set d8(a: Brush);
|
|
2785
|
-
private dt;
|
|
2786
|
-
get d9(): Brush;
|
|
2787
|
-
set d9(a: Brush);
|
|
2788
|
-
private di;
|
|
2789
|
-
get dz(): Brush;
|
|
2790
|
-
set dz(a: Brush);
|
|
2791
|
-
private du;
|
|
2792
|
-
get ea(): Brush;
|
|
2793
|
-
set ea(a: Brush);
|
|
2794
|
-
private dl;
|
|
2795
|
-
get d2(): Brush;
|
|
2796
|
-
set d2(a: Brush);
|
|
2797
|
-
private a2;
|
|
2798
|
-
get be(): number;
|
|
2799
|
-
set be(a: number);
|
|
2800
|
-
private a4;
|
|
2801
|
-
get bg(): number;
|
|
2802
|
-
set bg(a: number);
|
|
2914
|
+
private ef;
|
|
2803
2915
|
private a3;
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2916
|
+
protected ez(a: GridConditionalStyle): void;
|
|
2917
|
+
protected e0(a: GridConditionalStyle): void;
|
|
2918
|
+
protected ct(): any;
|
|
2919
|
+
protected cs(): any;
|
|
2920
|
+
protected cr(): any;
|
|
2921
|
+
private eh;
|
|
2922
|
+
private fb;
|
|
2809
2923
|
private ay;
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
private
|
|
2813
|
-
|
|
2814
|
-
|
|
2924
|
+
private ep;
|
|
2925
|
+
private ex;
|
|
2926
|
+
private em;
|
|
2927
|
+
private eg;
|
|
2928
|
+
private a2;
|
|
2929
|
+
e3(a: GridConditionalStyle): void;
|
|
2815
2930
|
private az;
|
|
2816
|
-
get bb(): number;
|
|
2817
|
-
set bb(a: number);
|
|
2818
2931
|
private ax;
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
private
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
private
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2932
|
+
private ec;
|
|
2933
|
+
private ek;
|
|
2934
|
+
private ed;
|
|
2935
|
+
e2(a: GridConditionalStyle): void;
|
|
2936
|
+
as(a: GridConditionalStyle): boolean;
|
|
2937
|
+
private ei;
|
|
2938
|
+
private cl;
|
|
2939
|
+
private x;
|
|
2940
|
+
get externalObject(): any;
|
|
2941
|
+
set externalObject(a: any);
|
|
2942
|
+
private fu;
|
|
2943
|
+
get ge(): Brush;
|
|
2944
|
+
set ge(a: Brush);
|
|
2945
|
+
private v;
|
|
2946
|
+
get conditionalStyles(): GridConditionalStyleCollection;
|
|
2947
|
+
private fx;
|
|
2948
|
+
get gh(): Brush;
|
|
2949
|
+
set gh(a: Brush);
|
|
2950
|
+
private fj;
|
|
2951
|
+
get f3(): Brush;
|
|
2952
|
+
set f3(a: Brush);
|
|
2953
|
+
private fy;
|
|
2954
|
+
get gi(): Brush;
|
|
2955
|
+
set gi(a: Brush);
|
|
2956
|
+
private fo;
|
|
2957
|
+
get f8(): Brush;
|
|
2958
|
+
set f8(a: Brush);
|
|
2959
|
+
private bw;
|
|
2960
|
+
get cc(): number;
|
|
2961
|
+
set cc(a: number);
|
|
2962
|
+
private by;
|
|
2963
|
+
get ce(): number;
|
|
2964
|
+
set ce(a: number);
|
|
2965
|
+
private bx;
|
|
2966
|
+
get cd(): number;
|
|
2967
|
+
set cd(a: number);
|
|
2968
|
+
private bv;
|
|
2969
|
+
get cb(): number;
|
|
2970
|
+
set cb(a: number);
|
|
2971
|
+
private bo;
|
|
2972
|
+
get b4(): number;
|
|
2973
|
+
set b4(a: number);
|
|
2974
|
+
private bq;
|
|
2975
|
+
get b6(): number;
|
|
2976
|
+
set b6(a: number);
|
|
2977
|
+
private bp;
|
|
2978
|
+
get b5(): number;
|
|
2979
|
+
set b5(a: number);
|
|
2980
|
+
private bn;
|
|
2981
|
+
get b3(): number;
|
|
2982
|
+
set b3(a: number);
|
|
2983
|
+
private b0;
|
|
2984
|
+
get cg(): number;
|
|
2985
|
+
set cg(a: number);
|
|
2986
|
+
private b2;
|
|
2987
|
+
get ci(): number;
|
|
2988
|
+
set ci(a: number);
|
|
2989
|
+
private b1;
|
|
2990
|
+
get ch(): number;
|
|
2991
|
+
set ch(a: number);
|
|
2992
|
+
private bz;
|
|
2993
|
+
get cf(): number;
|
|
2994
|
+
set cf(a: number);
|
|
2995
|
+
private t;
|
|
2834
2996
|
get grid(): DataGrid;
|
|
2835
2997
|
set grid(a: DataGrid);
|
|
2836
|
-
private
|
|
2837
|
-
protected
|
|
2838
|
-
protected
|
|
2839
|
-
private
|
|
2840
|
-
get
|
|
2841
|
-
set
|
|
2842
|
-
private
|
|
2843
|
-
get
|
|
2844
|
-
set
|
|
2845
|
-
private
|
|
2846
|
-
get
|
|
2847
|
-
set
|
|
2848
|
-
private
|
|
2849
|
-
get
|
|
2850
|
-
set
|
|
2851
|
-
private
|
|
2852
|
-
get
|
|
2853
|
-
set
|
|
2854
|
-
private
|
|
2855
|
-
get
|
|
2856
|
-
set
|
|
2857
|
-
private
|
|
2858
|
-
get
|
|
2859
|
-
set
|
|
2860
|
-
private
|
|
2861
|
-
get
|
|
2862
|
-
set
|
|
2863
|
-
private
|
|
2864
|
-
get
|
|
2865
|
-
set
|
|
2866
|
-
private
|
|
2867
|
-
get
|
|
2868
|
-
set
|
|
2869
|
-
private
|
|
2998
|
+
private er;
|
|
2999
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
3000
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
3001
|
+
private fl;
|
|
3002
|
+
get f5(): Brush;
|
|
3003
|
+
set f5(a: Brush);
|
|
3004
|
+
private fk;
|
|
3005
|
+
get f4(): Brush;
|
|
3006
|
+
set f4(a: Brush);
|
|
3007
|
+
private fp;
|
|
3008
|
+
get f9(): Brush;
|
|
3009
|
+
set f9(a: Brush);
|
|
3010
|
+
private f1;
|
|
3011
|
+
get gw(): Brush;
|
|
3012
|
+
set gw(a: Brush);
|
|
3013
|
+
private fs;
|
|
3014
|
+
get gc(): Brush;
|
|
3015
|
+
set gc(a: Brush);
|
|
3016
|
+
private f0;
|
|
3017
|
+
get gv(): Brush;
|
|
3018
|
+
set gv(a: Brush);
|
|
3019
|
+
private fr;
|
|
3020
|
+
get gb(): Brush;
|
|
3021
|
+
set gb(a: Brush);
|
|
3022
|
+
private fz;
|
|
3023
|
+
get gu(): Brush;
|
|
3024
|
+
set gu(a: Brush);
|
|
3025
|
+
private fq;
|
|
3026
|
+
get ga(): Brush;
|
|
3027
|
+
set ga(a: Brush);
|
|
3028
|
+
private bd;
|
|
3029
|
+
get bh(): number;
|
|
3030
|
+
set bh(a: number);
|
|
3031
|
+
private d;
|
|
3032
|
+
get g(): CellContentHorizontalAlignment;
|
|
3033
|
+
set g(a: CellContentHorizontalAlignment);
|
|
3034
|
+
private i;
|
|
3035
|
+
get l(): CellContentVerticalAlignment;
|
|
3036
|
+
set l(a: CellContentVerticalAlignment);
|
|
3037
|
+
private c;
|
|
2870
3038
|
get e(): CellContentHorizontalAlignment;
|
|
2871
3039
|
set e(a: CellContentHorizontalAlignment);
|
|
2872
|
-
private
|
|
3040
|
+
private h;
|
|
2873
3041
|
get j(): CellContentVerticalAlignment;
|
|
2874
3042
|
set j(a: CellContentVerticalAlignment);
|
|
2875
|
-
private
|
|
2876
|
-
get
|
|
2877
|
-
set
|
|
2878
|
-
private
|
|
2879
|
-
get
|
|
2880
|
-
set
|
|
2881
|
-
private
|
|
2882
|
-
get
|
|
2883
|
-
set
|
|
2884
|
-
private
|
|
2885
|
-
get
|
|
2886
|
-
set
|
|
2887
|
-
private
|
|
2888
|
-
get
|
|
2889
|
-
set
|
|
2890
|
-
private
|
|
2891
|
-
get
|
|
2892
|
-
set
|
|
2893
|
-
private
|
|
2894
|
-
get
|
|
2895
|
-
set
|
|
2896
|
-
private
|
|
2897
|
-
get
|
|
2898
|
-
set
|
|
2899
|
-
private
|
|
3043
|
+
private aa;
|
|
3044
|
+
get ac(): TextCellLineBreakMode;
|
|
3045
|
+
set ac(a: TextCellLineBreakMode);
|
|
3046
|
+
private z;
|
|
3047
|
+
get ab(): TextCellLineBreakMode;
|
|
3048
|
+
set ab(a: TextCellLineBreakMode);
|
|
3049
|
+
private f2;
|
|
3050
|
+
get gx(): Brush;
|
|
3051
|
+
set gx(a: Brush);
|
|
3052
|
+
private ft;
|
|
3053
|
+
get gd(): Brush;
|
|
3054
|
+
set gd(a: Brush);
|
|
3055
|
+
private an;
|
|
3056
|
+
get ar(): boolean;
|
|
3057
|
+
set ar(a: boolean);
|
|
3058
|
+
private fv;
|
|
3059
|
+
get gf(): Brush;
|
|
3060
|
+
set gf(a: Brush);
|
|
3061
|
+
private fm;
|
|
3062
|
+
get f6(): Brush;
|
|
3063
|
+
set f6(a: Brush);
|
|
3064
|
+
private fw;
|
|
3065
|
+
get gg(): Brush;
|
|
3066
|
+
set gg(a: Brush);
|
|
3067
|
+
private fn;
|
|
3068
|
+
get f7(): Brush;
|
|
3069
|
+
set f7(a: Brush);
|
|
3070
|
+
private bu;
|
|
3071
|
+
get ca(): number;
|
|
3072
|
+
set ca(a: number);
|
|
3073
|
+
private bs;
|
|
3074
|
+
get b8(): number;
|
|
3075
|
+
set b8(a: number);
|
|
3076
|
+
private bt;
|
|
3077
|
+
get b9(): number;
|
|
3078
|
+
set b9(a: number);
|
|
3079
|
+
private br;
|
|
3080
|
+
get b7(): number;
|
|
3081
|
+
set b7(a: number);
|
|
3082
|
+
private be;
|
|
3083
|
+
get bm(): number;
|
|
3084
|
+
set bm(a: number);
|
|
3085
|
+
private bc;
|
|
3086
|
+
get bf(): number;
|
|
3087
|
+
set bf(a: number);
|
|
3088
|
+
private ag;
|
|
2900
3089
|
get textStyle(): FontInfo;
|
|
2901
3090
|
set textStyle(a: FontInfo);
|
|
2902
|
-
private
|
|
2903
|
-
get
|
|
2904
|
-
set
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
private
|
|
3091
|
+
private af;
|
|
3092
|
+
get ah(): FontInfo;
|
|
3093
|
+
set ah(a: FontInfo);
|
|
3094
|
+
m(a: CellPath, b: string): CellModel;
|
|
3095
|
+
ba(a: string): List$1<GridConditionalStyle>;
|
|
3096
|
+
private a6;
|
|
3097
|
+
private bb;
|
|
3098
|
+
private a9;
|
|
3099
|
+
protected abstract n(a: CellPath): CellModel;
|
|
3100
|
+
private eu;
|
|
3101
|
+
private a7;
|
|
3102
|
+
d1(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
3103
|
+
private aw;
|
|
3104
|
+
protected abstract d2(a: CellPath, b: DataGrid, c: any): string;
|
|
3105
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3106
|
+
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3107
|
+
protected at(a: GridConditionalStyle): boolean;
|
|
3108
|
+
private al;
|
|
3109
|
+
private ee;
|
|
3110
|
+
private cn;
|
|
3111
|
+
private cp;
|
|
3112
|
+
private cq;
|
|
3113
|
+
private gt;
|
|
3114
|
+
private gs;
|
|
3115
|
+
private bk;
|
|
3116
|
+
private bl;
|
|
3117
|
+
bg(a: any): number;
|
|
3118
|
+
private a;
|
|
3119
|
+
private b;
|
|
3120
|
+
private bj;
|
|
3121
|
+
private p;
|
|
2912
3122
|
dataBinding: (sender: any, args: DataBindingEventArgs) => void;
|
|
2913
3123
|
dataBound: (sender: any, args: DataBindingEventArgs) => void;
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
protected
|
|
2918
|
-
protected
|
|
3124
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3125
|
+
dz(a: DataGrid, b: any, c: any): string;
|
|
3126
|
+
ey(): void;
|
|
3127
|
+
protected au(a: string): boolean;
|
|
3128
|
+
protected av(a: string): boolean;
|
|
2919
3129
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2920
|
-
protected
|
|
2921
|
-
protected
|
|
2922
|
-
protected
|
|
2923
|
-
protected
|
|
2924
|
-
protected
|
|
2925
|
-
protected
|
|
2926
|
-
protected
|
|
2927
|
-
protected
|
|
2928
|
-
protected
|
|
2929
|
-
|
|
2930
|
-
protected
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
private
|
|
2934
|
-
|
|
2935
|
-
private
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
private
|
|
2939
|
-
|
|
2940
|
-
protected
|
|
2941
|
-
protected
|
|
2942
|
-
|
|
2943
|
-
protected
|
|
2944
|
-
protected
|
|
2945
|
-
protected
|
|
2946
|
-
protected
|
|
2947
|
-
protected
|
|
2948
|
-
protected
|
|
2949
|
-
protected
|
|
3130
|
+
protected et(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3131
|
+
protected e5(): void;
|
|
3132
|
+
protected fh(): void;
|
|
3133
|
+
protected e6(): void;
|
|
3134
|
+
protected e8(): void;
|
|
3135
|
+
protected e9(): void;
|
|
3136
|
+
protected e7(): void;
|
|
3137
|
+
protected fi(): void;
|
|
3138
|
+
protected ff(): void;
|
|
3139
|
+
protected fe(): void;
|
|
3140
|
+
protected fg(): void;
|
|
3141
|
+
protected fd(): void;
|
|
3142
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3143
|
+
private ak;
|
|
3144
|
+
protected fa(): void;
|
|
3145
|
+
private e4;
|
|
3146
|
+
private fc;
|
|
3147
|
+
private a1;
|
|
3148
|
+
private a5;
|
|
3149
|
+
private a0;
|
|
3150
|
+
protected get a4(): HashSet$1<string>;
|
|
3151
|
+
protected get a8(): List$1<string>;
|
|
3152
|
+
private ej;
|
|
3153
|
+
protected f(): CellContentHorizontalAlignment;
|
|
3154
|
+
protected k(): CellContentVerticalAlignment;
|
|
3155
|
+
protected gr(): Brush;
|
|
3156
|
+
protected gl(): Brush;
|
|
3157
|
+
protected gm(): Brush;
|
|
3158
|
+
protected ck(): number;
|
|
3159
|
+
protected cj(): number;
|
|
3160
|
+
protected gj(): Brush;
|
|
3161
|
+
protected aj(): FontInfo;
|
|
3162
|
+
protected gk(): Brush;
|
|
3163
|
+
protected gq(): Brush;
|
|
3164
|
+
protected go(): Brush;
|
|
3165
|
+
protected gn(): Brush;
|
|
3166
|
+
protected gp(): Brush;
|
|
3167
|
+
protected bi(): number;
|
|
2950
3168
|
definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
|
|
2951
|
-
private
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
3169
|
+
private ad;
|
|
3170
|
+
private am;
|
|
3171
|
+
e1(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3172
|
+
ap(): boolean;
|
|
3173
|
+
get ae(): FastIterationDictionary$2<string, any>;
|
|
3174
|
+
get aq(): boolean;
|
|
3175
|
+
ao(a: string): boolean;
|
|
3176
|
+
ew(a: string): void;
|
|
3177
|
+
co(a: string): any;
|
|
3178
|
+
d0(a: any, b: DataSourceSchemaPropertyType, c: any): string;
|
|
3179
|
+
y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
|
|
2960
3180
|
cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
|
|
2961
3181
|
}
|
|
2962
3182
|
/**
|
|
2963
3183
|
* @hidden
|
|
2964
3184
|
*/
|
|
2965
|
-
export declare abstract class DataGridColumn extends DefinitionBase {
|
|
3185
|
+
export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
|
|
2966
3186
|
static $t: Type;
|
|
2967
3187
|
constructor();
|
|
2968
|
-
protected
|
|
2969
|
-
protected
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
private
|
|
2976
|
-
|
|
2977
|
-
set h2(a: number);
|
|
2978
|
-
private ht;
|
|
2979
|
-
get h4(): number;
|
|
2980
|
-
set h4(a: number);
|
|
3188
|
+
protected e0(a: GridConditionalStyle): void;
|
|
3189
|
+
protected cr(): any;
|
|
3190
|
+
protected cs(): any;
|
|
3191
|
+
protected ct(): any;
|
|
3192
|
+
protected at(a: GridConditionalStyle): boolean;
|
|
3193
|
+
protected ny(): Brush;
|
|
3194
|
+
protected nx(): Brush;
|
|
3195
|
+
private static kn;
|
|
3196
|
+
ko: number;
|
|
2981
3197
|
private hs;
|
|
2982
|
-
get
|
|
2983
|
-
set
|
|
2984
|
-
private
|
|
2985
|
-
get
|
|
2986
|
-
set
|
|
2987
|
-
private
|
|
2988
|
-
get
|
|
2989
|
-
set
|
|
2990
|
-
private
|
|
2991
|
-
get
|
|
2992
|
-
set
|
|
2993
|
-
private
|
|
2994
|
-
get
|
|
2995
|
-
set
|
|
2996
|
-
private
|
|
2997
|
-
get
|
|
2998
|
-
set
|
|
2999
|
-
private
|
|
3000
|
-
get
|
|
3001
|
-
set
|
|
3002
|
-
private
|
|
3003
|
-
get
|
|
3004
|
-
set
|
|
3005
|
-
private
|
|
3006
|
-
get
|
|
3007
|
-
set
|
|
3008
|
-
private
|
|
3009
|
-
get
|
|
3010
|
-
set
|
|
3011
|
-
private
|
|
3012
|
-
get
|
|
3013
|
-
set
|
|
3014
|
-
private
|
|
3015
|
-
get
|
|
3016
|
-
set
|
|
3017
|
-
private
|
|
3018
|
-
get
|
|
3019
|
-
set
|
|
3020
|
-
private
|
|
3021
|
-
get
|
|
3022
|
-
set
|
|
3023
|
-
private
|
|
3024
|
-
get
|
|
3025
|
-
set
|
|
3026
|
-
private
|
|
3027
|
-
get
|
|
3028
|
-
set
|
|
3029
|
-
private
|
|
3030
|
-
get
|
|
3031
|
-
set
|
|
3032
|
-
private
|
|
3198
|
+
get ht(): ColumnStates;
|
|
3199
|
+
set ht(a: ColumnStates);
|
|
3200
|
+
private j9;
|
|
3201
|
+
get kk(): number;
|
|
3202
|
+
set kk(a: number);
|
|
3203
|
+
private kb;
|
|
3204
|
+
get km(): number;
|
|
3205
|
+
set km(a: number);
|
|
3206
|
+
private ka;
|
|
3207
|
+
get kl(): number;
|
|
3208
|
+
set kl(a: number);
|
|
3209
|
+
private j8;
|
|
3210
|
+
get kj(): number;
|
|
3211
|
+
set kj(a: number);
|
|
3212
|
+
private kw;
|
|
3213
|
+
get mf(): string;
|
|
3214
|
+
set mf(a: string);
|
|
3215
|
+
private j6;
|
|
3216
|
+
get kh(): number;
|
|
3217
|
+
set kh(a: number);
|
|
3218
|
+
private j5;
|
|
3219
|
+
get kg(): number;
|
|
3220
|
+
set kg(a: number);
|
|
3221
|
+
private j7;
|
|
3222
|
+
get ki(): number;
|
|
3223
|
+
set ki(a: number);
|
|
3224
|
+
private ii;
|
|
3225
|
+
get ik(): PinnedPositions;
|
|
3226
|
+
set ik(a: PinnedPositions);
|
|
3227
|
+
private ku;
|
|
3228
|
+
get lo(): string;
|
|
3229
|
+
set lo(a: string);
|
|
3230
|
+
private kv;
|
|
3231
|
+
get lv(): string;
|
|
3232
|
+
set lv(a: string);
|
|
3233
|
+
private ks;
|
|
3234
|
+
get k3(): string;
|
|
3235
|
+
set k3(a: string);
|
|
3236
|
+
private np;
|
|
3237
|
+
get n1(): Brush;
|
|
3238
|
+
set n1(a: Brush);
|
|
3239
|
+
private nk;
|
|
3240
|
+
get nu(): Brush;
|
|
3241
|
+
set nu(a: Brush);
|
|
3242
|
+
private nn;
|
|
3243
|
+
get nz(): Brush;
|
|
3244
|
+
set nz(a: Brush);
|
|
3245
|
+
private ni;
|
|
3246
|
+
get ns(): Brush;
|
|
3247
|
+
set ns(a: Brush);
|
|
3248
|
+
private no;
|
|
3249
|
+
get n0(): Brush;
|
|
3250
|
+
set n0(a: Brush);
|
|
3251
|
+
private nj;
|
|
3252
|
+
get nt(): Brush;
|
|
3253
|
+
set nt(a: Brush);
|
|
3254
|
+
private h5;
|
|
3255
|
+
get h6(): GridColumnAnimationSettings;
|
|
3256
|
+
set h6(a: GridColumnAnimationSettings);
|
|
3257
|
+
private hu;
|
|
3033
3258
|
get width(): ColumnWidth;
|
|
3034
3259
|
set width(a: ColumnWidth);
|
|
3035
|
-
private
|
|
3036
|
-
get
|
|
3037
|
-
set
|
|
3038
|
-
private
|
|
3039
|
-
get
|
|
3040
|
-
set
|
|
3041
|
-
private
|
|
3042
|
-
get
|
|
3043
|
-
set
|
|
3044
|
-
private
|
|
3045
|
-
get
|
|
3046
|
-
set
|
|
3047
|
-
private
|
|
3048
|
-
get
|
|
3049
|
-
set
|
|
3050
|
-
private
|
|
3051
|
-
get
|
|
3052
|
-
set
|
|
3053
|
-
private
|
|
3260
|
+
private jx;
|
|
3261
|
+
get j0(): number;
|
|
3262
|
+
set j0(a: number);
|
|
3263
|
+
private i6;
|
|
3264
|
+
get jo(): boolean;
|
|
3265
|
+
set jo(a: boolean);
|
|
3266
|
+
private i0;
|
|
3267
|
+
get ji(): boolean;
|
|
3268
|
+
set ji(a: boolean);
|
|
3269
|
+
private i9;
|
|
3270
|
+
get jr(): boolean;
|
|
3271
|
+
set jr(a: boolean);
|
|
3272
|
+
private g0;
|
|
3273
|
+
get g1(): ColumnFilterCondition;
|
|
3274
|
+
set g1(a: ColumnFilterCondition);
|
|
3275
|
+
private g2;
|
|
3276
|
+
get g3(): IFilterExpression;
|
|
3277
|
+
set g3(a: IFilterExpression);
|
|
3278
|
+
private h9;
|
|
3054
3279
|
get header(): Header;
|
|
3055
3280
|
set header(a: Header);
|
|
3056
|
-
private
|
|
3057
|
-
get
|
|
3058
|
-
set
|
|
3059
|
-
private
|
|
3060
|
-
get
|
|
3061
|
-
set
|
|
3062
|
-
private
|
|
3063
|
-
get
|
|
3064
|
-
set
|
|
3065
|
-
private
|
|
3066
|
-
get
|
|
3067
|
-
set
|
|
3068
|
-
private
|
|
3069
|
-
get
|
|
3070
|
-
set
|
|
3071
|
-
private
|
|
3072
|
-
get
|
|
3073
|
-
set
|
|
3074
|
-
private
|
|
3075
|
-
get
|
|
3076
|
-
set
|
|
3077
|
-
get
|
|
3078
|
-
private
|
|
3079
|
-
get
|
|
3080
|
-
set
|
|
3081
|
-
private
|
|
3082
|
-
get
|
|
3083
|
-
set
|
|
3084
|
-
private
|
|
3085
|
-
get
|
|
3086
|
-
set
|
|
3087
|
-
private
|
|
3088
|
-
get
|
|
3089
|
-
set
|
|
3090
|
-
private
|
|
3091
|
-
get
|
|
3092
|
-
set
|
|
3093
|
-
private
|
|
3094
|
-
get
|
|
3095
|
-
set
|
|
3096
|
-
private
|
|
3097
|
-
get
|
|
3098
|
-
set
|
|
3099
|
-
private
|
|
3100
|
-
get
|
|
3101
|
-
set
|
|
3102
|
-
private
|
|
3103
|
-
get
|
|
3104
|
-
set
|
|
3105
|
-
private
|
|
3106
|
-
get
|
|
3107
|
-
set
|
|
3108
|
-
private
|
|
3109
|
-
get
|
|
3110
|
-
set
|
|
3111
|
-
private
|
|
3112
|
-
get
|
|
3113
|
-
set
|
|
3114
|
-
private
|
|
3115
|
-
get
|
|
3116
|
-
set
|
|
3117
|
-
private
|
|
3118
|
-
get
|
|
3119
|
-
set
|
|
3120
|
-
private
|
|
3121
|
-
get
|
|
3122
|
-
set
|
|
3123
|
-
private
|
|
3124
|
-
get
|
|
3125
|
-
set
|
|
3126
|
-
private
|
|
3127
|
-
get
|
|
3128
|
-
set
|
|
3129
|
-
private
|
|
3281
|
+
private i5;
|
|
3282
|
+
get jn(): boolean;
|
|
3283
|
+
set jn(a: boolean);
|
|
3284
|
+
private i8;
|
|
3285
|
+
get jq(): boolean;
|
|
3286
|
+
set jq(a: boolean);
|
|
3287
|
+
private i7;
|
|
3288
|
+
get jp(): boolean;
|
|
3289
|
+
set jp(a: boolean);
|
|
3290
|
+
private ja;
|
|
3291
|
+
get jt(): boolean;
|
|
3292
|
+
set jt(a: boolean);
|
|
3293
|
+
private hq;
|
|
3294
|
+
get hr(): ColumnSortDirection;
|
|
3295
|
+
set hr(a: ColumnSortDirection);
|
|
3296
|
+
private ij;
|
|
3297
|
+
get il(): PinnedPositions;
|
|
3298
|
+
set il(a: PinnedPositions);
|
|
3299
|
+
private iz;
|
|
3300
|
+
get jh(): boolean;
|
|
3301
|
+
set jh(a: boolean);
|
|
3302
|
+
get je(): boolean;
|
|
3303
|
+
private hg;
|
|
3304
|
+
get hi(): ColumnOptionsIconAlignment;
|
|
3305
|
+
set hi(a: ColumnOptionsIconAlignment);
|
|
3306
|
+
private hh;
|
|
3307
|
+
get hj(): ColumnOptionsIconAlignment;
|
|
3308
|
+
set hj(a: ColumnOptionsIconAlignment);
|
|
3309
|
+
private ng;
|
|
3310
|
+
get nq(): Brush;
|
|
3311
|
+
set nq(a: Brush);
|
|
3312
|
+
private nl;
|
|
3313
|
+
get nv(): Brush;
|
|
3314
|
+
set nv(a: Brush);
|
|
3315
|
+
private hl;
|
|
3316
|
+
get hn(): ColumnOptionsIconBehavior;
|
|
3317
|
+
set hn(a: ColumnOptionsIconBehavior);
|
|
3318
|
+
private hk;
|
|
3319
|
+
get hm(): ColumnOptionsIconBehavior;
|
|
3320
|
+
set hm(a: ColumnOptionsIconBehavior);
|
|
3321
|
+
private iv;
|
|
3322
|
+
get jb(): boolean;
|
|
3323
|
+
set jb(a: boolean);
|
|
3324
|
+
private i1;
|
|
3325
|
+
get jj(): boolean;
|
|
3326
|
+
set jj(a: boolean);
|
|
3327
|
+
private ix;
|
|
3328
|
+
get jd(): boolean;
|
|
3329
|
+
set jd(a: boolean);
|
|
3330
|
+
private i3;
|
|
3331
|
+
get jl(): boolean;
|
|
3332
|
+
set jl(a: boolean);
|
|
3333
|
+
private iw;
|
|
3334
|
+
get jc(): boolean;
|
|
3335
|
+
set jc(a: boolean);
|
|
3336
|
+
private i2;
|
|
3337
|
+
get jk(): boolean;
|
|
3338
|
+
set jk(a: boolean);
|
|
3339
|
+
private i4;
|
|
3340
|
+
get jm(): boolean;
|
|
3341
|
+
set jm(a: boolean);
|
|
3342
|
+
private nm;
|
|
3343
|
+
get nw(): Brush;
|
|
3344
|
+
set nw(a: Brush);
|
|
3345
|
+
private nh;
|
|
3346
|
+
get nr(): Brush;
|
|
3347
|
+
set nr(a: Brush);
|
|
3348
|
+
private jw;
|
|
3349
|
+
get jz(): number;
|
|
3350
|
+
set jz(a: number);
|
|
3351
|
+
private jv;
|
|
3352
|
+
get jy(): number;
|
|
3353
|
+
set jy(a: number);
|
|
3354
|
+
private is;
|
|
3130
3355
|
get textEditStyle(): FontInfo;
|
|
3131
3356
|
set textEditStyle(a: FontInfo);
|
|
3132
|
-
private
|
|
3133
|
-
get
|
|
3134
|
-
set
|
|
3135
|
-
private
|
|
3136
|
-
get
|
|
3137
|
-
set
|
|
3138
|
-
private
|
|
3139
|
-
get
|
|
3140
|
-
set
|
|
3357
|
+
private ir;
|
|
3358
|
+
get it(): FontInfo;
|
|
3359
|
+
set it(a: FontInfo);
|
|
3360
|
+
private hy;
|
|
3361
|
+
get hz(): EditorType;
|
|
3362
|
+
set hz(a: EditorType);
|
|
3363
|
+
private kp;
|
|
3364
|
+
get kq(): any;
|
|
3365
|
+
set kq(a: any);
|
|
3366
|
+
private kt;
|
|
3367
|
+
get lk(): string;
|
|
3368
|
+
set lk(a: string);
|
|
3369
|
+
private gy;
|
|
3370
|
+
get gz(): string[];
|
|
3371
|
+
set gz(a: string[]);
|
|
3372
|
+
private ie;
|
|
3373
|
+
get ih(): MergedCellMode;
|
|
3374
|
+
set ih(a: MergedCellMode);
|
|
3141
3375
|
private ib;
|
|
3142
|
-
get
|
|
3143
|
-
set
|
|
3144
|
-
private
|
|
3145
|
-
get
|
|
3146
|
-
set
|
|
3147
|
-
private
|
|
3148
|
-
get
|
|
3149
|
-
set
|
|
3150
|
-
private
|
|
3151
|
-
get
|
|
3152
|
-
set
|
|
3153
|
-
private
|
|
3154
|
-
get
|
|
3155
|
-
set
|
|
3156
|
-
private
|
|
3157
|
-
get
|
|
3158
|
-
set
|
|
3159
|
-
private
|
|
3160
|
-
get
|
|
3161
|
-
set
|
|
3162
|
-
private
|
|
3163
|
-
get
|
|
3164
|
-
set
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
protected
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
protected
|
|
3189
|
-
protected
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
protected
|
|
3193
|
-
protected
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
protected
|
|
3198
|
-
protected
|
|
3199
|
-
protected
|
|
3200
|
-
protected
|
|
3201
|
-
protected
|
|
3202
|
-
protected
|
|
3203
|
-
protected
|
|
3204
|
-
protected dd(): void;
|
|
3205
|
-
protected df(): void;
|
|
3206
|
-
protected dc(): void;
|
|
3207
|
-
protected km(): void;
|
|
3208
|
-
protected kq(): void;
|
|
3209
|
-
protected kp(): void;
|
|
3210
|
-
protected kn(): void;
|
|
3211
|
-
protected kr(): void;
|
|
3212
|
-
protected ko(): void;
|
|
3376
|
+
get id(): MergedCellEvaluationCriteria;
|
|
3377
|
+
set id(a: MergedCellEvaluationCriteria);
|
|
3378
|
+
private g7;
|
|
3379
|
+
get ha(): CellContentVerticalAlignment;
|
|
3380
|
+
set ha(a: CellContentVerticalAlignment);
|
|
3381
|
+
private g6;
|
|
3382
|
+
get g8(): CellContentVerticalAlignment;
|
|
3383
|
+
set g8(a: CellContentVerticalAlignment);
|
|
3384
|
+
private j2;
|
|
3385
|
+
get kd(): number;
|
|
3386
|
+
set kd(a: number);
|
|
3387
|
+
private j4;
|
|
3388
|
+
get kf(): number;
|
|
3389
|
+
set kf(a: number);
|
|
3390
|
+
private j3;
|
|
3391
|
+
get ke(): number;
|
|
3392
|
+
set ke(a: number);
|
|
3393
|
+
private j1;
|
|
3394
|
+
get kc(): number;
|
|
3395
|
+
set kc(a: number);
|
|
3396
|
+
private h0;
|
|
3397
|
+
get h1(): FilterComparisonType;
|
|
3398
|
+
set h1(a: FilterComparisonType);
|
|
3399
|
+
h3(a: FilterComparisonType): FilterComparisonType;
|
|
3400
|
+
h2(): FilterComparisonType;
|
|
3401
|
+
private h7;
|
|
3402
|
+
get h8(): GridFilterOperandsCollection;
|
|
3403
|
+
private mt;
|
|
3404
|
+
ig(): MergedCellMode;
|
|
3405
|
+
ic(): MergedCellEvaluationCriteria;
|
|
3406
|
+
js(): boolean;
|
|
3407
|
+
protected go(): Brush;
|
|
3408
|
+
protected gq(): Brush;
|
|
3409
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3410
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3411
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3412
|
+
protected hb(): CellContentVerticalAlignment;
|
|
3413
|
+
protected g5(): CellContentHorizontalAlignment;
|
|
3414
|
+
protected g9(): CellContentVerticalAlignment;
|
|
3415
|
+
private nc;
|
|
3416
|
+
private my;
|
|
3417
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
3418
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
3419
|
+
nd(): void;
|
|
3420
|
+
ne(): void;
|
|
3421
|
+
nf(): void;
|
|
3422
|
+
protected e5(): void;
|
|
3423
|
+
protected fh(): void;
|
|
3424
|
+
protected fi(): void;
|
|
3425
|
+
protected ff(): void;
|
|
3426
|
+
protected m9(): void;
|
|
3427
|
+
protected nb(): void;
|
|
3428
|
+
protected na(): void;
|
|
3429
|
+
protected fe(): void;
|
|
3430
|
+
protected fg(): void;
|
|
3431
|
+
protected fd(): void;
|
|
3432
|
+
protected m3(): void;
|
|
3433
|
+
protected m7(): void;
|
|
3434
|
+
protected m6(): void;
|
|
3435
|
+
protected m4(): void;
|
|
3436
|
+
protected m8(): void;
|
|
3437
|
+
protected m5(): void;
|
|
3213
3438
|
columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3214
3439
|
columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3215
|
-
protected
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
private
|
|
3222
|
-
private
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
get
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3440
|
+
protected m2(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3441
|
+
hf(): ColumnHidingAnimationMode;
|
|
3442
|
+
hp(): ColumnShowingAnimationMode;
|
|
3443
|
+
he(): ColumnExchangingAnimationMode;
|
|
3444
|
+
ho(): ColumnResizingAnimationMode;
|
|
3445
|
+
lt(): string;
|
|
3446
|
+
private ip;
|
|
3447
|
+
private iy;
|
|
3448
|
+
m1(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3449
|
+
jg(): boolean;
|
|
3450
|
+
get iq(): FastIterationDictionary$2<string, any>;
|
|
3451
|
+
jf(a: string): boolean;
|
|
3452
|
+
m0(a: string): void;
|
|
3453
|
+
kr(a: string): any;
|
|
3454
|
+
ju: List$1<LayoutAction>;
|
|
3455
|
+
mz(a: string): void;
|
|
3456
|
+
mv(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
3457
|
+
mu(a: string, b: number, c: any): void;
|
|
3458
|
+
g4(a: FilterOperand, b: any): IFilterExpression;
|
|
3459
|
+
h4(a: string, b: number): FilterOperand;
|
|
3460
|
+
mw(): void;
|
|
3461
|
+
private hw;
|
|
3462
|
+
get hx(): DataGridColumnToolbarManager;
|
|
3463
|
+
getDesiredToolbarActions(): ToolActionInfo[];
|
|
3464
|
+
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
3465
|
+
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
3466
|
+
addCommandStateChangedListener(a: ICommandStateChangedListener): void;
|
|
3467
|
+
removeCommandStateChangedListener(a: ICommandStateChangedListener): void;
|
|
3468
|
+
onToolCommandExecuting(a: ToolCommand): ToolCommandExecutionState;
|
|
3469
|
+
private _commandCompleted;
|
|
3470
|
+
get commandCompleted(): (arg1: ToolCommand) => void;
|
|
3471
|
+
set commandCompleted(a: (arg1: ToolCommand) => void);
|
|
3472
|
+
private _invalidateActions;
|
|
3473
|
+
get invalidateActions(): () => void;
|
|
3474
|
+
set invalidateActions(a: () => void);
|
|
3475
|
+
private im;
|
|
3476
|
+
get io(): IToolbarContextAccessor;
|
|
3477
|
+
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
3478
|
+
mx(): void;
|
|
3236
3479
|
}
|
|
3237
3480
|
/**
|
|
3238
3481
|
* @hidden
|
|
@@ -3521,23 +3764,23 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
|
|
|
3521
3764
|
*/
|
|
3522
3765
|
export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
3523
3766
|
static $t: Type;
|
|
3524
|
-
protected
|
|
3525
|
-
protected
|
|
3526
|
-
protected
|
|
3527
|
-
private
|
|
3528
|
-
get
|
|
3529
|
-
set
|
|
3530
|
-
private
|
|
3531
|
-
get
|
|
3532
|
-
set
|
|
3533
|
-
private
|
|
3534
|
-
get
|
|
3535
|
-
set
|
|
3536
|
-
protected
|
|
3537
|
-
protected
|
|
3538
|
-
protected
|
|
3539
|
-
protected
|
|
3540
|
-
|
|
3767
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
3768
|
+
protected n(a: CellPath): CellModel;
|
|
3769
|
+
protected gk(): Brush;
|
|
3770
|
+
private g2;
|
|
3771
|
+
get g3(): number;
|
|
3772
|
+
set g3(a: number);
|
|
3773
|
+
private gy;
|
|
3774
|
+
get g0(): number;
|
|
3775
|
+
set g0(a: number);
|
|
3776
|
+
private gz;
|
|
3777
|
+
get g1(): number;
|
|
3778
|
+
set g1(a: number);
|
|
3779
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
3780
|
+
protected e5(): void;
|
|
3781
|
+
protected g7(): void;
|
|
3782
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
3783
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3541
3784
|
}
|
|
3542
3785
|
/**
|
|
3543
3786
|
* @hidden
|
|
@@ -3545,71 +3788,71 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
3545
3788
|
export declare class ComboBoxColumn extends DataGridColumn {
|
|
3546
3789
|
static $t: Type;
|
|
3547
3790
|
constructor();
|
|
3548
|
-
private
|
|
3549
|
-
get
|
|
3550
|
-
set
|
|
3551
|
-
get
|
|
3552
|
-
set
|
|
3553
|
-
get
|
|
3554
|
-
set
|
|
3555
|
-
get
|
|
3556
|
-
set
|
|
3557
|
-
get
|
|
3558
|
-
set
|
|
3559
|
-
protected
|
|
3560
|
-
protected
|
|
3561
|
-
protected
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
protected
|
|
3566
|
-
private
|
|
3567
|
-
private
|
|
3568
|
-
private
|
|
3569
|
-
|
|
3791
|
+
private n3;
|
|
3792
|
+
get n4(): IDataSource;
|
|
3793
|
+
set n4(a: IDataSource);
|
|
3794
|
+
get n5(): any;
|
|
3795
|
+
set n5(a: any);
|
|
3796
|
+
get n9(): string;
|
|
3797
|
+
set n9(a: string);
|
|
3798
|
+
get oa(): string;
|
|
3799
|
+
set oa(a: string);
|
|
3800
|
+
get n2(): string[];
|
|
3801
|
+
set n2(a: string[]);
|
|
3802
|
+
protected n(a: CellPath): CellModel;
|
|
3803
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
3804
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
3805
|
+
dz(a: DataGrid, b: any, c: any): string;
|
|
3806
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3807
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3808
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3809
|
+
private ob;
|
|
3810
|
+
private oc;
|
|
3811
|
+
private n7;
|
|
3812
|
+
n8(a: any): string;
|
|
3570
3813
|
}
|
|
3571
3814
|
/**
|
|
3572
3815
|
* @hidden
|
|
3573
3816
|
*/
|
|
3574
3817
|
export declare class DateTimeColumn extends DataGridColumn {
|
|
3575
3818
|
static $t: Type;
|
|
3576
|
-
private
|
|
3577
|
-
private
|
|
3578
|
-
get
|
|
3579
|
-
set
|
|
3580
|
-
private
|
|
3581
|
-
get
|
|
3582
|
-
set
|
|
3583
|
-
private
|
|
3584
|
-
get
|
|
3585
|
-
set
|
|
3586
|
-
private
|
|
3587
|
-
get
|
|
3588
|
-
set
|
|
3589
|
-
private
|
|
3590
|
-
get
|
|
3591
|
-
set
|
|
3592
|
-
private
|
|
3593
|
-
get
|
|
3594
|
-
set
|
|
3595
|
-
get
|
|
3596
|
-
set
|
|
3597
|
-
get
|
|
3598
|
-
set
|
|
3599
|
-
get
|
|
3600
|
-
set
|
|
3601
|
-
get
|
|
3602
|
-
set
|
|
3603
|
-
protected
|
|
3819
|
+
private n5;
|
|
3820
|
+
private n6;
|
|
3821
|
+
get n7(): DateTimeFormats;
|
|
3822
|
+
set n7(a: DateTimeFormats);
|
|
3823
|
+
private og;
|
|
3824
|
+
get op(): string;
|
|
3825
|
+
set op(a: string);
|
|
3826
|
+
private of;
|
|
3827
|
+
get oi(): string;
|
|
3828
|
+
set oi(a: string);
|
|
3829
|
+
private n2;
|
|
3830
|
+
get n3(): any[];
|
|
3831
|
+
set n3(a: any[]);
|
|
3832
|
+
private oc;
|
|
3833
|
+
get oe(): any;
|
|
3834
|
+
set oe(a: any);
|
|
3835
|
+
private n9;
|
|
3836
|
+
get oa(): boolean;
|
|
3837
|
+
set oa(a: boolean);
|
|
3838
|
+
get n8(): EditorType;
|
|
3839
|
+
set n8(a: EditorType);
|
|
3840
|
+
get od(): any;
|
|
3841
|
+
set od(a: any);
|
|
3842
|
+
get ok(): string;
|
|
3843
|
+
set ok(a: string);
|
|
3844
|
+
get ol(): string;
|
|
3845
|
+
set ol(a: string);
|
|
3846
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3604
3847
|
constructor();
|
|
3605
|
-
protected
|
|
3606
|
-
protected
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
private
|
|
3611
|
-
|
|
3612
|
-
private
|
|
3848
|
+
protected n(a: CellPath): CellModel;
|
|
3849
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
3850
|
+
dz(a: DataGrid, b: any, c: any): string;
|
|
3851
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3852
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3853
|
+
private ob;
|
|
3854
|
+
n4: BindingFormatter;
|
|
3855
|
+
private om;
|
|
3613
3856
|
}
|
|
3614
3857
|
/**
|
|
3615
3858
|
* @hidden
|
|
@@ -3636,27 +3879,129 @@ export declare class DataBindingEventArgs extends EventArgs {
|
|
|
3636
3879
|
get cellInfo(): CellModel;
|
|
3637
3880
|
set cellInfo(a: CellModel);
|
|
3638
3881
|
}
|
|
3882
|
+
/**
|
|
3883
|
+
* @hidden
|
|
3884
|
+
*/
|
|
3885
|
+
export declare abstract class GridCompoundConditionalStyle extends GridConditionalStyle {
|
|
3886
|
+
static $t: Type;
|
|
3887
|
+
protected get_s(): boolean;
|
|
3888
|
+
aq(): GridConditionalStyleCollection;
|
|
3889
|
+
p(): boolean;
|
|
3890
|
+
q(): boolean;
|
|
3891
|
+
r(): boolean;
|
|
3892
|
+
}
|
|
3893
|
+
/**
|
|
3894
|
+
* @hidden
|
|
3895
|
+
*/
|
|
3896
|
+
export declare class DataGridColumnToolbarManager extends Base {
|
|
3897
|
+
static $t: Type;
|
|
3898
|
+
private f;
|
|
3899
|
+
private static k;
|
|
3900
|
+
private j;
|
|
3901
|
+
constructor(a: DataGridColumn);
|
|
3902
|
+
private bz;
|
|
3903
|
+
private b0;
|
|
3904
|
+
private bq;
|
|
3905
|
+
private bp;
|
|
3906
|
+
private br;
|
|
3907
|
+
private a2;
|
|
3908
|
+
private a9;
|
|
3909
|
+
private bj;
|
|
3910
|
+
private bg;
|
|
3911
|
+
private l;
|
|
3912
|
+
private n;
|
|
3913
|
+
private m;
|
|
3914
|
+
private bh;
|
|
3915
|
+
private bc;
|
|
3916
|
+
private bn;
|
|
3917
|
+
private q;
|
|
3918
|
+
private r;
|
|
3919
|
+
a3(a: ICommandAvailabilityListener): void;
|
|
3920
|
+
a4(a: ICommandStateChangedListener): void;
|
|
3921
|
+
private static readonly z;
|
|
3922
|
+
private static readonly x;
|
|
3923
|
+
private static readonly at;
|
|
3924
|
+
private static readonly au;
|
|
3925
|
+
private static readonly ay;
|
|
3926
|
+
private static readonly az;
|
|
3927
|
+
private static readonly w;
|
|
3928
|
+
private static readonly y;
|
|
3929
|
+
private static readonly ak;
|
|
3930
|
+
private static readonly ap;
|
|
3931
|
+
private static readonly ax;
|
|
3932
|
+
private static readonly a1;
|
|
3933
|
+
private static readonly a0;
|
|
3934
|
+
private static readonly ab;
|
|
3935
|
+
private h;
|
|
3936
|
+
protected get i(): SRProvider;
|
|
3937
|
+
private am;
|
|
3938
|
+
a(): ToolActionInfo[];
|
|
3939
|
+
private bk;
|
|
3940
|
+
private bl;
|
|
3941
|
+
private b6;
|
|
3942
|
+
private an;
|
|
3943
|
+
private al;
|
|
3944
|
+
private u;
|
|
3945
|
+
private v;
|
|
3946
|
+
private ba;
|
|
3947
|
+
private b5;
|
|
3948
|
+
private b4;
|
|
3949
|
+
private b3;
|
|
3950
|
+
private o;
|
|
3951
|
+
private s;
|
|
3952
|
+
private static bo;
|
|
3953
|
+
p(): boolean;
|
|
3954
|
+
g(a: ToolCommand): ToolCommandExecutionState;
|
|
3955
|
+
private bb;
|
|
3956
|
+
a7(): void;
|
|
3957
|
+
a8(): void;
|
|
3958
|
+
private static b;
|
|
3959
|
+
private a6;
|
|
3960
|
+
private a5;
|
|
3961
|
+
private b2;
|
|
3962
|
+
private b1;
|
|
3963
|
+
private by;
|
|
3964
|
+
private bm;
|
|
3965
|
+
private bf;
|
|
3966
|
+
private bi;
|
|
3967
|
+
private bt;
|
|
3968
|
+
private bs;
|
|
3969
|
+
bw(a: ICommandAvailabilityListener): void;
|
|
3970
|
+
bx(a: ICommandStateChangedListener): void;
|
|
3971
|
+
static c(a: DataGridColumn, b: number): {
|
|
3972
|
+
ret: ColumnGroupDescription;
|
|
3973
|
+
p1: number;
|
|
3974
|
+
};
|
|
3975
|
+
static d(a: ListSortDirection): ColumnSortDirection;
|
|
3976
|
+
static t(a: ColumnSortDirection): ListSortDirection;
|
|
3977
|
+
get e(): ColumnSortDirection;
|
|
3978
|
+
set e(a: ColumnSortDirection);
|
|
3979
|
+
private be;
|
|
3980
|
+
private bd;
|
|
3981
|
+
bu(a: DataGrid, b: DataGrid): void;
|
|
3982
|
+
bv(): void;
|
|
3983
|
+
}
|
|
3639
3984
|
/**
|
|
3640
3985
|
* @hidden
|
|
3641
3986
|
*/
|
|
3642
3987
|
export declare class EditorDefinition extends DefinitionBase {
|
|
3643
3988
|
static $t: Type;
|
|
3644
3989
|
constructor();
|
|
3645
|
-
private
|
|
3646
|
-
get
|
|
3647
|
-
set
|
|
3648
|
-
private
|
|
3649
|
-
get
|
|
3650
|
-
set
|
|
3651
|
-
private
|
|
3652
|
-
get
|
|
3653
|
-
set
|
|
3654
|
-
protected
|
|
3655
|
-
protected
|
|
3656
|
-
protected
|
|
3657
|
-
protected
|
|
3658
|
-
|
|
3659
|
-
|
|
3990
|
+
private g5;
|
|
3991
|
+
get g6(): Rect;
|
|
3992
|
+
set g6(a: Rect);
|
|
3993
|
+
private g0;
|
|
3994
|
+
get g3(): string;
|
|
3995
|
+
set g3(a: string);
|
|
3996
|
+
private gy;
|
|
3997
|
+
get gz(): CellModel;
|
|
3998
|
+
set gz(a: CellModel);
|
|
3999
|
+
protected n(a: CellPath): CellModel;
|
|
4000
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4001
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4002
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4003
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4004
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3660
4005
|
}
|
|
3661
4006
|
/**
|
|
3662
4007
|
* @hidden
|
|
@@ -3664,38 +4009,38 @@ export declare class EditorDefinition extends DefinitionBase {
|
|
|
3664
4009
|
export declare class EditRowDefinition extends DefinitionBase {
|
|
3665
4010
|
static $t: Type;
|
|
3666
4011
|
constructor();
|
|
3667
|
-
protected
|
|
3668
|
-
protected
|
|
3669
|
-
protected
|
|
3670
|
-
protected
|
|
3671
|
-
|
|
4012
|
+
protected n(a: CellPath): CellModel;
|
|
4013
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4014
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4015
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4016
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3672
4017
|
}
|
|
3673
4018
|
/**
|
|
3674
4019
|
* @hidden
|
|
3675
4020
|
*/
|
|
3676
4021
|
export declare class FilterRowDefinition extends DefinitionBase {
|
|
3677
4022
|
static $t: Type;
|
|
3678
|
-
private
|
|
3679
|
-
get
|
|
3680
|
-
set
|
|
3681
|
-
private
|
|
3682
|
-
get
|
|
3683
|
-
set
|
|
3684
|
-
private
|
|
3685
|
-
get
|
|
3686
|
-
set
|
|
3687
|
-
private
|
|
3688
|
-
get
|
|
3689
|
-
set
|
|
4023
|
+
private gz;
|
|
4024
|
+
get g3(): number;
|
|
4025
|
+
set g3(a: number);
|
|
4026
|
+
private g1;
|
|
4027
|
+
get g5(): number;
|
|
4028
|
+
set g5(a: number);
|
|
4029
|
+
private g0;
|
|
4030
|
+
get g4(): number;
|
|
4031
|
+
set g4(a: number);
|
|
4032
|
+
private gy;
|
|
4033
|
+
get g2(): number;
|
|
4034
|
+
set g2(a: number);
|
|
3690
4035
|
constructor();
|
|
3691
|
-
protected
|
|
3692
|
-
protected
|
|
3693
|
-
protected
|
|
3694
|
-
protected
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
protected
|
|
3698
|
-
protected
|
|
4036
|
+
protected n(a: CellPath): CellModel;
|
|
4037
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4038
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4039
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4040
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4041
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4042
|
+
protected fh(): void;
|
|
4043
|
+
protected e5(): void;
|
|
3699
4044
|
}
|
|
3700
4045
|
/**
|
|
3701
4046
|
* @hidden
|
|
@@ -3703,108 +4048,108 @@ export declare class FilterRowDefinition extends DefinitionBase {
|
|
|
3703
4048
|
export declare abstract class Header extends DefinitionBase {
|
|
3704
4049
|
static $t: Type;
|
|
3705
4050
|
constructor();
|
|
3706
|
-
protected
|
|
3707
|
-
protected
|
|
3708
|
-
protected
|
|
3709
|
-
protected
|
|
3710
|
-
protected
|
|
3711
|
-
protected
|
|
3712
|
-
protected
|
|
3713
|
-
protected
|
|
3714
|
-
protected
|
|
3715
|
-
protected
|
|
3716
|
-
protected
|
|
3717
|
-
private
|
|
3718
|
-
get
|
|
3719
|
-
set
|
|
3720
|
-
private
|
|
3721
|
-
get
|
|
3722
|
-
set
|
|
3723
|
-
private
|
|
3724
|
-
get
|
|
3725
|
-
set
|
|
3726
|
-
private
|
|
3727
|
-
get
|
|
3728
|
-
set
|
|
3729
|
-
private
|
|
3730
|
-
get
|
|
3731
|
-
set
|
|
3732
|
-
private
|
|
3733
|
-
get
|
|
3734
|
-
set
|
|
3735
|
-
private
|
|
3736
|
-
get
|
|
3737
|
-
set
|
|
3738
|
-
private
|
|
3739
|
-
get
|
|
3740
|
-
set
|
|
3741
|
-
protected
|
|
3742
|
-
|
|
3743
|
-
|
|
4051
|
+
protected gr(): Brush;
|
|
4052
|
+
protected gk(): Brush;
|
|
4053
|
+
protected hn(): Brush;
|
|
4054
|
+
protected aj(): FontInfo;
|
|
4055
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4056
|
+
protected e5(): void;
|
|
4057
|
+
protected fh(): void;
|
|
4058
|
+
protected fi(): void;
|
|
4059
|
+
protected hi(): void;
|
|
4060
|
+
protected hj(): void;
|
|
4061
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4062
|
+
private hl;
|
|
4063
|
+
get ho(): Brush;
|
|
4064
|
+
set ho(a: Brush);
|
|
4065
|
+
private hk;
|
|
4066
|
+
get hm(): Brush;
|
|
4067
|
+
set hm(a: Brush);
|
|
4068
|
+
private gz;
|
|
4069
|
+
get g1(): SortIndicatorStyle;
|
|
4070
|
+
set g1(a: SortIndicatorStyle);
|
|
4071
|
+
private gy;
|
|
4072
|
+
get g0(): SortIndicatorStyle;
|
|
4073
|
+
set g0(a: SortIndicatorStyle);
|
|
4074
|
+
private g3;
|
|
4075
|
+
get g7(): number;
|
|
4076
|
+
set g7(a: number);
|
|
4077
|
+
private g5;
|
|
4078
|
+
get g9(): number;
|
|
4079
|
+
set g9(a: number);
|
|
4080
|
+
private g4;
|
|
4081
|
+
get g8(): number;
|
|
4082
|
+
set g8(a: number);
|
|
4083
|
+
private g2;
|
|
4084
|
+
get g6(): number;
|
|
4085
|
+
set g6(a: number);
|
|
4086
|
+
protected av(a: string): boolean;
|
|
4087
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4088
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3744
4089
|
}
|
|
3745
4090
|
/**
|
|
3746
4091
|
* @hidden
|
|
3747
4092
|
*/
|
|
3748
4093
|
export declare class ColumnResizingSeparator extends DefinitionBase {
|
|
3749
4094
|
static $t: Type;
|
|
3750
|
-
protected
|
|
3751
|
-
protected
|
|
3752
|
-
protected
|
|
3753
|
-
private
|
|
3754
|
-
get
|
|
3755
|
-
set
|
|
3756
|
-
private
|
|
3757
|
-
get
|
|
3758
|
-
set
|
|
3759
|
-
protected
|
|
3760
|
-
protected
|
|
3761
|
-
protected
|
|
3762
|
-
|
|
4095
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4096
|
+
protected n(a: CellPath): CellModel;
|
|
4097
|
+
protected gk(): Brush;
|
|
4098
|
+
private gy;
|
|
4099
|
+
get g0(): number;
|
|
4100
|
+
set g0(a: number);
|
|
4101
|
+
private gz;
|
|
4102
|
+
get g1(): number;
|
|
4103
|
+
set g1(a: number);
|
|
4104
|
+
protected e5(): void;
|
|
4105
|
+
protected g5(): void;
|
|
4106
|
+
protected g4(a: any, b: PropertyChangedEventArgs): void;
|
|
4107
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3763
4108
|
}
|
|
3764
4109
|
/**
|
|
3765
4110
|
* @hidden
|
|
3766
4111
|
*/
|
|
3767
4112
|
export declare class HeaderSeparator extends DefinitionBase {
|
|
3768
4113
|
static $t: Type;
|
|
3769
|
-
protected
|
|
3770
|
-
protected
|
|
3771
|
-
protected
|
|
3772
|
-
protected
|
|
3773
|
-
protected
|
|
3774
|
-
protected
|
|
3775
|
-
protected
|
|
3776
|
-
private
|
|
3777
|
-
|
|
4114
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4115
|
+
protected n(a: CellPath): CellModel;
|
|
4116
|
+
protected gk(): Brush;
|
|
4117
|
+
protected gy(): number;
|
|
4118
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4119
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4120
|
+
protected e5(): void;
|
|
4121
|
+
private gz;
|
|
4122
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3778
4123
|
}
|
|
3779
4124
|
/**
|
|
3780
4125
|
* @hidden
|
|
3781
4126
|
*/
|
|
3782
4127
|
export declare class ImageColumn extends DataGridColumn {
|
|
3783
4128
|
static $t: Type;
|
|
3784
|
-
private
|
|
3785
|
-
get
|
|
3786
|
-
set
|
|
3787
|
-
private
|
|
3788
|
-
get
|
|
3789
|
-
set
|
|
3790
|
-
get
|
|
3791
|
-
set
|
|
3792
|
-
get
|
|
3793
|
-
set
|
|
3794
|
-
get
|
|
3795
|
-
set
|
|
3796
|
-
get
|
|
3797
|
-
set
|
|
4129
|
+
private n5;
|
|
4130
|
+
get n6(): ImageStretchOptions;
|
|
4131
|
+
set n6(a: ImageStretchOptions);
|
|
4132
|
+
private n3;
|
|
4133
|
+
get n4(): ImageResourceType;
|
|
4134
|
+
set n4(a: ImageResourceType);
|
|
4135
|
+
get n2(): EditorType;
|
|
4136
|
+
set n2(a: EditorType);
|
|
4137
|
+
get n7(): any;
|
|
4138
|
+
set n7(a: any);
|
|
4139
|
+
get n8(): string;
|
|
4140
|
+
set n8(a: string);
|
|
4141
|
+
get n9(): string;
|
|
4142
|
+
set n9(a: string);
|
|
3798
4143
|
constructor();
|
|
3799
|
-
protected
|
|
3800
|
-
protected
|
|
3801
|
-
protected
|
|
3802
|
-
protected
|
|
3803
|
-
protected
|
|
3804
|
-
protected
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
private
|
|
4144
|
+
protected k(): CellContentVerticalAlignment;
|
|
4145
|
+
protected g5(): CellContentHorizontalAlignment;
|
|
4146
|
+
protected hb(): CellContentVerticalAlignment;
|
|
4147
|
+
protected f(): CellContentHorizontalAlignment;
|
|
4148
|
+
protected n(a: CellPath): CellModel;
|
|
4149
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4150
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4151
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4152
|
+
private oa;
|
|
3808
4153
|
}
|
|
3809
4154
|
/**
|
|
3810
4155
|
* @hidden
|
|
@@ -3823,69 +4168,69 @@ export declare class NumericCellFormatter extends Base {
|
|
|
3823
4168
|
export declare class NumericColumn extends DataGridColumn {
|
|
3824
4169
|
static $t: Type;
|
|
3825
4170
|
constructor();
|
|
3826
|
-
protected
|
|
3827
|
-
private
|
|
3828
|
-
get
|
|
3829
|
-
set
|
|
3830
|
-
private
|
|
3831
|
-
get
|
|
3832
|
-
set
|
|
3833
|
-
private
|
|
3834
|
-
get
|
|
3835
|
-
set
|
|
3836
|
-
private
|
|
3837
|
-
get
|
|
3838
|
-
set
|
|
3839
|
-
private
|
|
3840
|
-
get
|
|
3841
|
-
set
|
|
3842
|
-
private
|
|
3843
|
-
get
|
|
3844
|
-
set
|
|
3845
|
-
private
|
|
3846
|
-
get
|
|
3847
|
-
set
|
|
3848
|
-
private
|
|
3849
|
-
get
|
|
3850
|
-
set
|
|
3851
|
-
private
|
|
3852
|
-
get
|
|
3853
|
-
set
|
|
3854
|
-
private
|
|
3855
|
-
get
|
|
3856
|
-
set
|
|
3857
|
-
private
|
|
3858
|
-
get
|
|
3859
|
-
set
|
|
3860
|
-
get
|
|
3861
|
-
set
|
|
3862
|
-
get
|
|
3863
|
-
set
|
|
3864
|
-
get
|
|
3865
|
-
set
|
|
3866
|
-
get
|
|
3867
|
-
set
|
|
3868
|
-
|
|
3869
|
-
protected
|
|
3870
|
-
protected
|
|
3871
|
-
protected
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
private
|
|
3876
|
-
private
|
|
4171
|
+
protected f(): CellContentHorizontalAlignment;
|
|
4172
|
+
private oj;
|
|
4173
|
+
get ox(): string;
|
|
4174
|
+
set ox(a: string);
|
|
4175
|
+
private ol;
|
|
4176
|
+
get o1(): string;
|
|
4177
|
+
set o1(a: string);
|
|
4178
|
+
private ok;
|
|
4179
|
+
get oz(): string;
|
|
4180
|
+
set oz(a: string);
|
|
4181
|
+
private om;
|
|
4182
|
+
get o3(): string;
|
|
4183
|
+
set o3(a: string);
|
|
4184
|
+
private n9;
|
|
4185
|
+
get oc(): number;
|
|
4186
|
+
set oc(a: number);
|
|
4187
|
+
private oa;
|
|
4188
|
+
get od(): number;
|
|
4189
|
+
set od(a: number);
|
|
4190
|
+
private ob;
|
|
4191
|
+
get oe(): number;
|
|
4192
|
+
set oe(a: number);
|
|
4193
|
+
private n6;
|
|
4194
|
+
get n7(): boolean;
|
|
4195
|
+
set n7(a: boolean);
|
|
4196
|
+
private oi;
|
|
4197
|
+
get os(): string;
|
|
4198
|
+
set os(a: string);
|
|
4199
|
+
private n2;
|
|
4200
|
+
get n3(): any[];
|
|
4201
|
+
set n3(a: any[]);
|
|
4202
|
+
private of;
|
|
4203
|
+
get oh(): any;
|
|
4204
|
+
set oh(a: any);
|
|
4205
|
+
get n5(): EditorType;
|
|
4206
|
+
set n5(a: EditorType);
|
|
4207
|
+
get og(): any;
|
|
4208
|
+
set og(a: any);
|
|
4209
|
+
get on(): string;
|
|
4210
|
+
set on(a: string);
|
|
4211
|
+
get oo(): string;
|
|
4212
|
+
set oo(a: string);
|
|
4213
|
+
n4: BindingFormatter;
|
|
4214
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4215
|
+
protected n(a: CellPath): CellModel;
|
|
4216
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4217
|
+
dz(a: DataGrid, b: any, c: any): string;
|
|
4218
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4219
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4220
|
+
private n8;
|
|
4221
|
+
private op;
|
|
3877
4222
|
}
|
|
3878
4223
|
/**
|
|
3879
4224
|
* @hidden
|
|
3880
4225
|
*/
|
|
3881
4226
|
export declare class PinnedAreaSeparator extends DefinitionBase {
|
|
3882
4227
|
static $t: Type;
|
|
3883
|
-
protected
|
|
3884
|
-
protected
|
|
3885
|
-
protected
|
|
3886
|
-
protected
|
|
3887
|
-
protected
|
|
3888
|
-
protected
|
|
4228
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4229
|
+
protected n(a: CellPath): CellModel;
|
|
4230
|
+
protected gk(): Brush;
|
|
4231
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4232
|
+
protected e5(): void;
|
|
4233
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
3889
4234
|
}
|
|
3890
4235
|
/**
|
|
3891
4236
|
* @hidden
|
|
@@ -3912,168 +4257,168 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
|
|
|
3912
4257
|
*/
|
|
3913
4258
|
export declare class SectionFooter extends DefinitionBase {
|
|
3914
4259
|
static $t: Type;
|
|
3915
|
-
protected
|
|
3916
|
-
protected
|
|
3917
|
-
|
|
3918
|
-
|
|
4260
|
+
protected n(a: CellPath): CellModel;
|
|
4261
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4262
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4263
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3919
4264
|
}
|
|
3920
4265
|
/**
|
|
3921
4266
|
* @hidden
|
|
3922
4267
|
*/
|
|
3923
4268
|
export declare class SectionHeader extends DefinitionBase {
|
|
3924
4269
|
static $t: Type;
|
|
3925
|
-
private
|
|
3926
|
-
get
|
|
3927
|
-
set
|
|
3928
|
-
private
|
|
3929
|
-
get
|
|
3930
|
-
set
|
|
3931
|
-
private
|
|
3932
|
-
get
|
|
3933
|
-
set
|
|
3934
|
-
private
|
|
3935
|
-
get
|
|
3936
|
-
set
|
|
3937
|
-
private
|
|
3938
|
-
get
|
|
3939
|
-
set
|
|
3940
|
-
private
|
|
3941
|
-
get
|
|
3942
|
-
set
|
|
3943
|
-
private
|
|
3944
|
-
get
|
|
3945
|
-
set
|
|
3946
|
-
private
|
|
3947
|
-
get
|
|
3948
|
-
set
|
|
4270
|
+
private hq;
|
|
4271
|
+
get hs(): Brush;
|
|
4272
|
+
set hs(a: Brush);
|
|
4273
|
+
private hp;
|
|
4274
|
+
get hr(): Brush;
|
|
4275
|
+
set hr(a: Brush);
|
|
4276
|
+
private g6;
|
|
4277
|
+
get ha(): number;
|
|
4278
|
+
set ha(a: number);
|
|
4279
|
+
private g8;
|
|
4280
|
+
get hc(): number;
|
|
4281
|
+
set hc(a: number);
|
|
4282
|
+
private g7;
|
|
4283
|
+
get hb(): number;
|
|
4284
|
+
set hb(a: number);
|
|
4285
|
+
private g5;
|
|
4286
|
+
get g9(): number;
|
|
4287
|
+
set g9(a: number);
|
|
4288
|
+
private g2;
|
|
4289
|
+
get g3(): boolean;
|
|
4290
|
+
set g3(a: boolean);
|
|
4291
|
+
private gz;
|
|
4292
|
+
get g0(): GroupSummaryDisplayMode;
|
|
4293
|
+
set g0(a: GroupSummaryDisplayMode);
|
|
3949
4294
|
sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3950
4295
|
constructor();
|
|
3951
|
-
protected
|
|
3952
|
-
protected
|
|
3953
|
-
protected
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
protected
|
|
3957
|
-
private
|
|
3958
|
-
private
|
|
3959
|
-
private
|
|
3960
|
-
protected
|
|
3961
|
-
|
|
3962
|
-
protected
|
|
3963
|
-
protected
|
|
3964
|
-
protected
|
|
3965
|
-
|
|
3966
|
-
protected
|
|
3967
|
-
private
|
|
4296
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4297
|
+
protected n(a: CellPath): CellModel;
|
|
4298
|
+
protected gk(): Brush;
|
|
4299
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4300
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4301
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4302
|
+
private g4;
|
|
4303
|
+
private hm;
|
|
4304
|
+
private hl;
|
|
4305
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4306
|
+
ho(): void;
|
|
4307
|
+
protected e5(): void;
|
|
4308
|
+
protected fh(): void;
|
|
4309
|
+
protected fi(): void;
|
|
4310
|
+
hn(): void;
|
|
4311
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4312
|
+
private gy;
|
|
3968
4313
|
}
|
|
3969
4314
|
/**
|
|
3970
4315
|
* @hidden
|
|
3971
4316
|
*/
|
|
3972
4317
|
export declare class RowSeparator extends DefinitionBase {
|
|
3973
4318
|
static $t: Type;
|
|
3974
|
-
protected
|
|
3975
|
-
protected
|
|
3976
|
-
protected
|
|
3977
|
-
protected
|
|
3978
|
-
protected
|
|
3979
|
-
protected
|
|
3980
|
-
protected
|
|
3981
|
-
protected
|
|
3982
|
-
protected
|
|
3983
|
-
protected
|
|
3984
|
-
protected
|
|
3985
|
-
protected
|
|
3986
|
-
protected
|
|
4319
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4320
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4321
|
+
protected e5(): void;
|
|
4322
|
+
protected fe(): void;
|
|
4323
|
+
protected fg(): void;
|
|
4324
|
+
protected fd(): void;
|
|
4325
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4326
|
+
protected n(a: CellPath): CellModel;
|
|
4327
|
+
protected gk(): Brush;
|
|
4328
|
+
protected gq(): Brush;
|
|
4329
|
+
protected gn(): Brush;
|
|
4330
|
+
protected go(): Brush;
|
|
4331
|
+
protected bi(): number;
|
|
3987
4332
|
}
|
|
3988
4333
|
/**
|
|
3989
4334
|
* @hidden
|
|
3990
4335
|
*/
|
|
3991
4336
|
export declare class HeaderRowSeparator extends DefinitionBase {
|
|
3992
4337
|
static $t: Type;
|
|
3993
|
-
protected
|
|
3994
|
-
protected
|
|
3995
|
-
protected
|
|
3996
|
-
protected
|
|
3997
|
-
protected
|
|
3998
|
-
protected
|
|
4338
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4339
|
+
protected n(a: CellPath): CellModel;
|
|
4340
|
+
protected gk(): Brush;
|
|
4341
|
+
protected e5(): void;
|
|
4342
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4343
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
3999
4344
|
}
|
|
4000
4345
|
/**
|
|
4001
4346
|
* @hidden
|
|
4002
4347
|
*/
|
|
4003
4348
|
export declare abstract class SummaryRow extends DefinitionBase {
|
|
4004
4349
|
static $t: Type;
|
|
4005
|
-
private
|
|
4006
|
-
get
|
|
4007
|
-
set
|
|
4008
|
-
private
|
|
4009
|
-
get
|
|
4010
|
-
set
|
|
4011
|
-
private
|
|
4012
|
-
get
|
|
4013
|
-
set
|
|
4014
|
-
private
|
|
4015
|
-
get
|
|
4016
|
-
set
|
|
4017
|
-
private
|
|
4350
|
+
private hq;
|
|
4351
|
+
get hv(): Brush;
|
|
4352
|
+
set hv(a: Brush);
|
|
4353
|
+
private ho;
|
|
4354
|
+
get hs(): Brush;
|
|
4355
|
+
set hs(a: Brush);
|
|
4356
|
+
private hr;
|
|
4357
|
+
get hw(): Brush;
|
|
4358
|
+
set hw(a: Brush);
|
|
4359
|
+
private hp;
|
|
4360
|
+
get ht(): Brush;
|
|
4361
|
+
set ht(a: Brush);
|
|
4362
|
+
private gz;
|
|
4018
4363
|
get summaryNameTextStyle(): FontInfo;
|
|
4019
4364
|
set summaryNameTextStyle(a: FontInfo);
|
|
4020
|
-
private
|
|
4021
|
-
get
|
|
4022
|
-
set
|
|
4023
|
-
private
|
|
4024
|
-
get
|
|
4025
|
-
set
|
|
4026
|
-
private
|
|
4027
|
-
get
|
|
4028
|
-
set
|
|
4029
|
-
private
|
|
4030
|
-
get
|
|
4031
|
-
set
|
|
4032
|
-
private
|
|
4033
|
-
get
|
|
4034
|
-
set
|
|
4365
|
+
private gy;
|
|
4366
|
+
get g0(): FontInfo;
|
|
4367
|
+
set g0(a: FontInfo);
|
|
4368
|
+
private g4;
|
|
4369
|
+
get g8(): number;
|
|
4370
|
+
set g8(a: number);
|
|
4371
|
+
private g6;
|
|
4372
|
+
get ha(): number;
|
|
4373
|
+
set ha(a: number);
|
|
4374
|
+
private g5;
|
|
4375
|
+
get g9(): number;
|
|
4376
|
+
set g9(a: number);
|
|
4377
|
+
private g3;
|
|
4378
|
+
get g7(): number;
|
|
4379
|
+
set g7(a: number);
|
|
4035
4380
|
constructor();
|
|
4036
|
-
protected
|
|
4037
|
-
protected
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
protected
|
|
4041
|
-
protected
|
|
4042
|
-
protected
|
|
4043
|
-
protected
|
|
4044
|
-
protected
|
|
4045
|
-
protected
|
|
4046
|
-
protected
|
|
4047
|
-
protected
|
|
4048
|
-
protected
|
|
4049
|
-
protected
|
|
4050
|
-
protected
|
|
4381
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4382
|
+
protected n(a: CellPath): CellModel;
|
|
4383
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4384
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4385
|
+
protected eq(a: DataGrid, b: DataGrid): void;
|
|
4386
|
+
protected hu(): Brush;
|
|
4387
|
+
protected gr(): Brush;
|
|
4388
|
+
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4389
|
+
protected hl(): void;
|
|
4390
|
+
protected hm(): void;
|
|
4391
|
+
protected fi(): void;
|
|
4392
|
+
protected hn(): void;
|
|
4393
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4394
|
+
protected aj(): FontInfo;
|
|
4395
|
+
protected g1(): FontInfo;
|
|
4051
4396
|
}
|
|
4052
4397
|
/**
|
|
4053
4398
|
* @hidden
|
|
4054
4399
|
*/
|
|
4055
4400
|
export declare class SummaryRowRoot extends SummaryRow {
|
|
4056
4401
|
static $t: Type;
|
|
4057
|
-
protected
|
|
4058
|
-
protected
|
|
4059
|
-
protected
|
|
4060
|
-
protected
|
|
4061
|
-
protected
|
|
4062
|
-
protected
|
|
4063
|
-
protected
|
|
4402
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4403
|
+
protected gk(): Brush;
|
|
4404
|
+
protected e5(): void;
|
|
4405
|
+
protected hl(): void;
|
|
4406
|
+
protected hm(): void;
|
|
4407
|
+
protected fh(): void;
|
|
4408
|
+
protected hn(): void;
|
|
4064
4409
|
}
|
|
4065
4410
|
/**
|
|
4066
4411
|
* @hidden
|
|
4067
4412
|
*/
|
|
4068
4413
|
export declare class SummaryRowSection extends SummaryRow {
|
|
4069
4414
|
static $t: Type;
|
|
4070
|
-
protected
|
|
4071
|
-
protected
|
|
4072
|
-
protected
|
|
4073
|
-
protected
|
|
4074
|
-
protected
|
|
4075
|
-
protected
|
|
4076
|
-
protected
|
|
4415
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4416
|
+
protected gk(): Brush;
|
|
4417
|
+
protected e5(): void;
|
|
4418
|
+
protected hl(): void;
|
|
4419
|
+
protected hm(): void;
|
|
4420
|
+
protected fh(): void;
|
|
4421
|
+
protected hn(): void;
|
|
4077
4422
|
}
|
|
4078
4423
|
/**
|
|
4079
4424
|
* @hidden
|
|
@@ -4081,13 +4426,13 @@ export declare class SummaryRowSection extends SummaryRow {
|
|
|
4081
4426
|
export declare class TemplateColumn extends DataGridColumn {
|
|
4082
4427
|
static $t: Type;
|
|
4083
4428
|
constructor();
|
|
4084
|
-
protected
|
|
4085
|
-
protected
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4429
|
+
protected n(a: CellPath): CellModel;
|
|
4430
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4431
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4432
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4433
|
+
n3(a: TemplateCellModel, b: any): void;
|
|
4089
4434
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
4090
|
-
protected
|
|
4435
|
+
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4091
4436
|
}
|
|
4092
4437
|
/**
|
|
4093
4438
|
* @hidden
|
|
@@ -4106,23 +4451,23 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
4106
4451
|
*/
|
|
4107
4452
|
export declare class TextColumn extends DataGridColumn {
|
|
4108
4453
|
static $t: Type;
|
|
4109
|
-
private
|
|
4110
|
-
get
|
|
4111
|
-
set
|
|
4112
|
-
get
|
|
4113
|
-
set
|
|
4114
|
-
get
|
|
4115
|
-
set
|
|
4116
|
-
get
|
|
4117
|
-
set
|
|
4118
|
-
get
|
|
4119
|
-
set
|
|
4120
|
-
protected
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
private
|
|
4125
|
-
protected
|
|
4454
|
+
private n4;
|
|
4455
|
+
get n8(): string;
|
|
4456
|
+
set n8(a: string);
|
|
4457
|
+
get n2(): EditorType;
|
|
4458
|
+
set n2(a: EditorType);
|
|
4459
|
+
get n3(): any;
|
|
4460
|
+
set n3(a: any);
|
|
4461
|
+
get n5(): string;
|
|
4462
|
+
set n5(a: string);
|
|
4463
|
+
get n6(): string;
|
|
4464
|
+
set n6(a: string);
|
|
4465
|
+
protected n(a: CellPath): CellModel;
|
|
4466
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4467
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4468
|
+
dz(a: DataGrid, b: any, c: any): string;
|
|
4469
|
+
private n7;
|
|
4470
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4126
4471
|
}
|
|
4127
4472
|
/**
|
|
4128
4473
|
* @hidden
|
|
@@ -4130,10 +4475,10 @@ export declare class TextColumn extends DataGridColumn {
|
|
|
4130
4475
|
export declare class TextHeader extends Header {
|
|
4131
4476
|
static $t: Type;
|
|
4132
4477
|
constructor();
|
|
4133
|
-
protected
|
|
4134
|
-
protected
|
|
4135
|
-
|
|
4136
|
-
|
|
4478
|
+
protected n(a: CellPath): CellModel;
|
|
4479
|
+
protected d2(a: CellPath, b: DataGrid, c: any): string;
|
|
4480
|
+
el(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4481
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4137
4482
|
}
|
|
4138
4483
|
/**
|
|
4139
4484
|
* @hidden
|