igniteui-angular-data-grids 19.1.0-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/License +27 -0
- package/README.md +22 -0
- package/bundles/igniteui-angular-data-grids.umd.js +108284 -0
- package/bundles/igniteui-angular-data-grids.umd.min.js +7 -0
- package/esm2015/igniteui-angular-data-grids.js +4 -0
- package/esm2015/lib/AccessibilityRow.js +105 -0
- package/esm2015/lib/ActivationManager.js +7 -0
- package/esm2015/lib/ApplyButtonClickEventArgs.js +16 -0
- package/esm2015/lib/BaseEditorView.js +205 -0
- package/esm2015/lib/BrowserExecutionContext.js +51 -0
- package/esm2015/lib/BrowserPixelConverter.js +20 -0
- package/esm2015/lib/BrowserTickProvider.js +64 -0
- package/esm2015/lib/CalculationParameters.js +34 -0
- package/esm2015/lib/CancelButtonClickEventArgs.js +16 -0
- package/esm2015/lib/CanvasCellPresenterBase.js +70 -0
- package/esm2015/lib/CanvasContentCellModelHelper.js +81 -0
- package/esm2015/lib/CanvasDateTimeCell.js +20 -0
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +45 -0
- package/esm2015/lib/CanvasGridCellBase.js +764 -0
- package/esm2015/lib/CanvasImageCell.js +66 -0
- package/esm2015/lib/CanvasImageCellPresenter.js +90 -0
- package/esm2015/lib/CanvasNumericCell.js +22 -0
- package/esm2015/lib/CanvasNumericCellPresenter.js +45 -0
- package/esm2015/lib/CanvasPlaceholderView.js +62 -0
- package/esm2015/lib/CanvasRowSeparatorCell.js +20 -0
- package/esm2015/lib/CanvasRowSeparatorCellPresenter.js +23 -0
- package/esm2015/lib/CanvasSectionHeaderCell.js +25 -0
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +51 -0
- package/esm2015/lib/CanvasSummaryCell.js +98 -0
- package/esm2015/lib/CanvasSummaryCellPresenter.js +42 -0
- package/esm2015/lib/CanvasTemplateCell.js +32 -0
- package/esm2015/lib/CanvasTemplateCellContainer.js +32 -0
- package/esm2015/lib/CanvasTemplateCellPresenter.js +38 -0
- package/esm2015/lib/CanvasTemplateHeaderCell.js +32 -0
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +38 -0
- package/esm2015/lib/CanvasTextCell.js +25 -0
- package/esm2015/lib/CanvasTextCellPresenter.js +47 -0
- package/esm2015/lib/CanvasTextHeaderCell.js +57 -0
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +69 -0
- package/esm2015/lib/CanvasVerticalSeparatorCell.js +20 -0
- package/esm2015/lib/CanvasVerticalSeparatorCellPresenter.js +23 -0
- package/esm2015/lib/CellContentHorizontalAlignment.js +37 -0
- package/esm2015/lib/CellContentVerticalAlignment.js +37 -0
- package/esm2015/lib/CellDataLoadedAnimationMode.js +29 -0
- package/esm2015/lib/CellEffect.js +7 -0
- package/esm2015/lib/CellKey.js +7 -0
- package/esm2015/lib/CellModel.js +7 -0
- package/esm2015/lib/CellModelExport.js +116 -0
- package/esm2015/lib/CellPath.js +232 -0
- package/esm2015/lib/CellPositionEffect.js +7 -0
- package/esm2015/lib/CellPresenterBase.js +100 -0
- package/esm2015/lib/CellPropertyAnimationType.js +65 -0
- package/esm2015/lib/CellRange.js +64 -0
- package/esm2015/lib/CellSelectionAnimationMode.js +29 -0
- package/esm2015/lib/CellStyleRequestedEventArgs.js +40 -0
- package/esm2015/lib/CheckboxList.js +7 -0
- package/esm2015/lib/CheckboxListBridge.js +281 -0
- package/esm2015/lib/CheckboxListExternal.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm2015/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListExternalKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListIndexType.js +16 -0
- package/esm2015/lib/CheckboxListIndexTypeChangedEventArgs.js +21 -0
- package/esm2015/lib/CheckboxListKeysClearedEventArgs.js +16 -0
- package/esm2015/lib/CheckboxListView.js +7 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +1945 -0
- package/esm2015/lib/CheckedChangedEventArgs.js +22 -0
- package/esm2015/lib/CloneDataSourceFilterOperation.js +20 -0
- package/esm2015/lib/ColumnCellsEffect.js +7 -0
- package/esm2015/lib/ColumnChooser.js +7 -0
- package/esm2015/lib/ColumnChooserInfo.js +21 -0
- package/esm2015/lib/ColumnChooserView.js +7 -0
- package/esm2015/lib/ColumnChooserView_combined.js +375 -0
- package/esm2015/lib/ColumnComparisonConditionOperatorType.js +62 -0
- package/esm2015/lib/ColumnComparisonFilterCondition.js +7 -0
- package/esm2015/lib/ColumnController.js +7 -0
- package/esm2015/lib/ColumnCustomFilterCondition.js +7 -0
- package/esm2015/lib/ColumnEffect.js +7 -0
- package/esm2015/lib/ColumnExchanger.js +7 -0
- package/esm2015/lib/ColumnExchangersCollection.js +7 -0
- package/esm2015/lib/ColumnExchangingAnimationMode.js +61 -0
- package/esm2015/lib/ColumnFilterCondition.js +7 -0
- package/esm2015/lib/ColumnFilterConditionCollection.js +7 -0
- package/esm2015/lib/ColumnFilterConditionGroup.js +7 -0
- package/esm2015/lib/ColumnFilterCondition_combined.js +32433 -0
- package/esm2015/lib/ColumnGroupDescription.js +176 -0
- package/esm2015/lib/ColumnGroupDescriptionCollection.js +90 -0
- package/esm2015/lib/ColumnGrouping.js +7 -0
- package/esm2015/lib/ColumnGroupingView.js +7 -0
- package/esm2015/lib/ColumnGroupingView_combined.js +987 -0
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +85 -0
- package/esm2015/lib/ColumnHiddenChangedEventArgs.js +7 -0
- package/esm2015/lib/ColumnHidingAnimationMode.js +61 -0
- package/esm2015/lib/ColumnInfo.js +7 -0
- package/esm2015/lib/ColumnMovingAnimationMode.js +29 -0
- package/esm2015/lib/ColumnMovingMode.js +16 -0
- package/esm2015/lib/ColumnMovingSeparator.js +7 -0
- package/esm2015/lib/ColumnOptionsIconAlignment.js +29 -0
- package/esm2015/lib/ColumnOptionsIconBehavior.js +33 -0
- package/esm2015/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +16 -0
- package/esm2015/lib/ColumnPinnedChangedEventArgs.js +7 -0
- package/esm2015/lib/ColumnPinning.js +7 -0
- package/esm2015/lib/ColumnPinningInfo.js +21 -0
- package/esm2015/lib/ColumnPinningView.js +7 -0
- package/esm2015/lib/ColumnPinningView_combined.js +356 -0
- package/esm2015/lib/ColumnPropertySetter.js +37 -0
- package/esm2015/lib/ColumnPropertySettersCollection.js +21 -0
- package/esm2015/lib/ColumnPropertyUpdatingAnimationMode.js +33 -0
- package/esm2015/lib/ColumnResizingAnimationMode.js +29 -0
- package/esm2015/lib/ColumnResizingMode.js +17 -0
- package/esm2015/lib/ColumnResizingSeparator.js +7 -0
- package/esm2015/lib/ColumnShowingAnimationMode.js +61 -0
- package/esm2015/lib/ColumnSortDescription.js +61 -0
- package/esm2015/lib/ColumnSortDescriptionCollection.js +90 -0
- package/esm2015/lib/ColumnSortDirection.js +29 -0
- package/esm2015/lib/ColumnStates.js +11 -0
- package/esm2015/lib/ColumnSummaryDescription.js +220 -0
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +96 -0
- package/esm2015/lib/ColumnWidth.js +100 -0
- package/esm2015/lib/ComboBoxColumn.js +7 -0
- package/esm2015/lib/ComboEditorView.js +260 -0
- package/esm2015/lib/ComboEditorView_ComboExternal.js +11 -0
- package/esm2015/lib/ComparisonOperatorSelector.js +7 -0
- package/esm2015/lib/ComparisonOperatorSelectorView.js +7 -0
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +887 -0
- package/esm2015/lib/ContentCellModelHelper.js +129 -0
- package/esm2015/lib/CurrentRendererSettings.js +23 -0
- package/esm2015/lib/DataAdapter.js +7 -0
- package/esm2015/lib/DataBindingEventArgs.js +7 -0
- package/esm2015/lib/DataGrid.js +7 -0
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +187 -0
- package/esm2015/lib/DataGridCellEventArgs.js +7 -0
- package/esm2015/lib/DataGridCellLayoutPanel.js +550 -0
- package/esm2015/lib/DataGridColumn.js +7 -0
- package/esm2015/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm2015/lib/DataGridDelayedExecutionManager.js +28 -0
- package/esm2015/lib/DataGridLocaleEn.js +67 -0
- package/esm2015/lib/DataGridPresenterManager.js +181 -0
- package/esm2015/lib/DataGridPropertySetter.js +23 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +67 -0
- package/esm2015/lib/DataGridSelectionMode.js +41 -0
- package/esm2015/lib/DataGridStylingDefaults.js +2 -0
- package/esm2015/lib/DataGridToolbar.js +7 -0
- package/esm2015/lib/DataGridToolbarView.js +7 -0
- package/esm2015/lib/DataGridToolbarView_combined.js +783 -0
- package/esm2015/lib/DataGridViewportManager.js +32 -0
- package/esm2015/lib/DataSourceNotificationBridge.js +7 -0
- package/esm2015/lib/DateEditorView.js +222 -0
- package/esm2015/lib/DateOperatorTypes.js +11 -0
- package/esm2015/lib/DateTimeCell.js +20 -0
- package/esm2015/lib/DateTimeCellModel.js +7 -0
- package/esm2015/lib/DateTimeCellModelExport.js +30 -0
- package/esm2015/lib/DateTimeCellPresenter.js +45 -0
- package/esm2015/lib/DateTimeColumn.js +7 -0
- package/esm2015/lib/DateTimeColumnValueFormatter.js +96 -0
- package/esm2015/lib/DateTimeFormats.js +41 -0
- package/esm2015/lib/DefaultCellActionManager.js +7 -0
- package/esm2015/lib/DefaultCellModelExportUpdater.js +7 -0
- package/esm2015/lib/DefaultGridInfoRequestor.js +7 -0
- package/esm2015/lib/DefaultPlatformPixelConverter.js +20 -0
- package/esm2015/lib/DefinitionBase.js +7 -0
- package/esm2015/lib/DefinitionPropertyUpdatedEventArgs.js +47 -0
- package/esm2015/lib/DragSelectEventArgs.js +54 -0
- package/esm2015/lib/DragType.js +11 -0
- package/esm2015/lib/Dragger.js +186 -0
- package/esm2015/lib/DraggerView.js +139 -0
- package/esm2015/lib/DropDownDataListItem.js +21 -0
- package/esm2015/lib/EditModeClickAction.js +29 -0
- package/esm2015/lib/EditModeType.js +33 -0
- package/esm2015/lib/EditRowDefinition.js +7 -0
- package/esm2015/lib/EditingManager.js +7 -0
- package/esm2015/lib/EditorCell.js +501 -0
- package/esm2015/lib/EditorCellModel.js +7 -0
- package/esm2015/lib/EditorCellModelExport.js +35 -0
- package/esm2015/lib/EditorCellPresenter.js +73 -0
- package/esm2015/lib/EditorDefinition.js +7 -0
- package/esm2015/lib/EditorRowCell.js +21 -0
- package/esm2015/lib/EditorRowCellModel.js +7 -0
- package/esm2015/lib/EditorRowCellPresenter.js +26 -0
- package/esm2015/lib/EditorType.js +37 -0
- package/esm2015/lib/EnterKeyBehaviorAfterEdit.js +37 -0
- package/esm2015/lib/EnterKeyBehaviors.js +41 -0
- package/esm2015/lib/FilterCell.js +544 -0
- package/esm2015/lib/FilterCellModel.js +7 -0
- package/esm2015/lib/FilterCellModelExport.js +48 -0
- package/esm2015/lib/FilterCellPresenter.js +62 -0
- package/esm2015/lib/FilterComparisonType.js +29 -0
- package/esm2015/lib/FilterDialogRenderCompletedEventArgs.js +16 -0
- package/esm2015/lib/FilterLogicalOperator.js +25 -0
- package/esm2015/lib/FilterOperand.js +7 -0
- package/esm2015/lib/FilterRowDefinition.js +7 -0
- package/esm2015/lib/FilterUIType.js +30 -0
- package/esm2015/lib/FixedCellPositions.js +11 -0
- package/esm2015/lib/FormatGroupTextEventArgs.js +23 -0
- package/esm2015/lib/FormatSummaryTextEventArgs.js +24 -0
- package/esm2015/lib/GotFocusEventArgs.js +16 -0
- package/esm2015/lib/GridActivationMode.js +25 -0
- package/esm2015/lib/GridActiveCellChangedEventArgs.js +33 -0
- package/esm2015/lib/GridAnimationManager.js +7 -0
- package/esm2015/lib/GridAnimationManagerAnimationCanceledEventArgs.js +20 -0
- package/esm2015/lib/GridAnimationManagerAnimationCompletedEventArgs.js +20 -0
- package/esm2015/lib/GridAnimationManagerAnimationCreatedEventArgs.js +20 -0
- package/esm2015/lib/GridAnimationPhaseSettings.js +117 -0
- package/esm2015/lib/GridAnimationSettings.js +126 -0
- package/esm2015/lib/GridCellBase.js +664 -0
- package/esm2015/lib/GridCellEditEndedEventArgs.js +7 -0
- package/esm2015/lib/GridCellEditStartedEventArgs.js +7 -0
- package/esm2015/lib/GridCellPosition.js +35 -0
- package/esm2015/lib/GridCellType.js +22 -0
- package/esm2015/lib/GridCellValueChangingEventArgs.js +7 -0
- package/esm2015/lib/GridColumnAnimationSettings.js +307 -0
- package/esm2015/lib/GridColumnButtonOptions.js +7 -0
- package/esm2015/lib/GridColumnButtonOptionsView.js +7 -0
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +183 -0
- package/esm2015/lib/GridColumnCollection.js +7 -0
- package/esm2015/lib/GridColumnFilterOptions.js +7 -0
- package/esm2015/lib/GridColumnFilterOptionsView.js +7 -0
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +494 -0
- package/esm2015/lib/GridColumnGroupOptions.js +7 -0
- package/esm2015/lib/GridColumnGroupOptionsView.js +7 -0
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +214 -0
- package/esm2015/lib/GridColumnHideOptions.js +7 -0
- package/esm2015/lib/GridColumnHideOptionsView.js +7 -0
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +152 -0
- package/esm2015/lib/GridColumnMoveOptions.js +7 -0
- package/esm2015/lib/GridColumnMoveOptionsView.js +7 -0
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +297 -0
- package/esm2015/lib/GridColumnOptions.js +7 -0
- package/esm2015/lib/GridColumnOptionsBase.js +7 -0
- package/esm2015/lib/GridColumnOptionsSectionBase.js +38 -0
- package/esm2015/lib/GridColumnOptionsSimpleSectionBase.js +57 -0
- package/esm2015/lib/GridColumnOptionsUtilities.js +7 -0
- package/esm2015/lib/GridColumnOptionsView.js +7 -0
- package/esm2015/lib/GridColumnOptionsViewBase.js +7 -0
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +597 -0
- package/esm2015/lib/GridColumnOptionsView_combined.js +835 -0
- package/esm2015/lib/GridColumnPinOptions.js +7 -0
- package/esm2015/lib/GridColumnPinOptionsView.js +7 -0
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +282 -0
- package/esm2015/lib/GridColumnSortOptions.js +7 -0
- package/esm2015/lib/GridColumnSortOptionsView.js +7 -0
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +277 -0
- package/esm2015/lib/GridColumnSpacer.js +68 -0
- package/esm2015/lib/GridColumnSpacerCollection.js +79 -0
- package/esm2015/lib/GridColumnSummaryOptions.js +7 -0
- package/esm2015/lib/GridColumnSummaryOptionsView.js +7 -0
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +436 -0
- package/esm2015/lib/GridColumnWidthChangedEventArgs.js +7 -0
- package/esm2015/lib/GridColumnsAutoGeneratedEventArgs.js +7 -0
- package/esm2015/lib/GridColumnsChangedEventArgs.js +7 -0
- 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/GridCustomFilterRequestedEventArgs.js +7 -0
- package/esm2015/lib/GridDataCommittedEventArgs.js +23 -0
- package/esm2015/lib/GridDataCommittingEventArgs.js +23 -0
- package/esm2015/lib/GridEasingFunctionType.js +33 -0
- package/esm2015/lib/GridEffect.js +7 -0
- package/esm2015/lib/GridEffectGroup.js +7 -0
- package/esm2015/lib/GridEffectMainIntent.js +11 -0
- package/esm2015/lib/GridEffectManager.js +7 -0
- package/esm2015/lib/GridEffectSubIntent.js +11 -0
- package/esm2015/lib/GridExpansionIndicator.js +7 -0
- package/esm2015/lib/GridExpansionIndicatorView.js +7 -0
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +317 -0
- package/esm2015/lib/GridExternalWrapper.js +152 -0
- package/esm2015/lib/GridFilterDialog.js +7 -0
- package/esm2015/lib/GridFilterDialogFilterChangeEventArgs.js +20 -0
- package/esm2015/lib/GridFilterDialogOpeningEventArgs.js +20 -0
- package/esm2015/lib/GridFilterDialogPanel.js +7 -0
- package/esm2015/lib/GridFilterDialogView.js +7 -0
- package/esm2015/lib/GridFilterDialogViewModel.js +7 -0
- package/esm2015/lib/GridFilterDialogViewModelGrouping.js +22 -0
- package/esm2015/lib/GridFilterDialogViewModelGroupingLevel.js +21 -0
- package/esm2015/lib/GridFilterDialogViewModelGroupingLevelCollection.js +21 -0
- package/esm2015/lib/GridFilterDialogViewModelRow.js +91 -0
- package/esm2015/lib/GridFilterDialogViewModelRowCollection.js +7 -0
- package/esm2015/lib/GridFilterDialogView_combined.js +1157 -0
- package/esm2015/lib/GridFilterExpressionsEventArgs.js +20 -0
- package/esm2015/lib/GridFilterOperandsCollection.js +7 -0
- package/esm2015/lib/GridGroupDescriptionsChangedEventArgs.js +26 -0
- package/esm2015/lib/GridLayer.js +7 -0
- package/esm2015/lib/GridLayerController.js +7 -0
- package/esm2015/lib/GridLayerExport.js +49 -0
- package/esm2015/lib/GridModuleHelper.js +24 -0
- package/esm2015/lib/GridRowEditEndedEventArgs.js +27 -0
- package/esm2015/lib/GridRowEditStartedEventArgs.js +27 -0
- package/esm2015/lib/GridSelectedCellRangesChangedEventArgs.js +47 -0
- package/esm2015/lib/GridSelectedCellRangesCollection.js +24 -0
- package/esm2015/lib/GridSelectedCellsChangedEventArgs.js +7 -0
- package/esm2015/lib/GridSelectedCellsCollection.js +7 -0
- package/esm2015/lib/GridSelectedItemsChangedEventArgs.js +40 -0
- package/esm2015/lib/GridSelectedItemsCollection.js +42 -0
- package/esm2015/lib/GridSelectedKeysChangedEventArgs.js +40 -0
- package/esm2015/lib/GridSelectedKeysCollection.js +160 -0
- package/esm2015/lib/GridSelectionBehavior.js +25 -0
- package/esm2015/lib/GridSelectionChangedEventArgs.js +16 -0
- package/esm2015/lib/GridSizeChangedEventArgs.js +21 -0
- package/esm2015/lib/GridSortDescriptionsChangedEventArgs.js +26 -0
- package/esm2015/lib/GridSortIndicator.js +7 -0
- package/esm2015/lib/GridSortIndicatorView.js +7 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +588 -0
- package/esm2015/lib/GridStyleRepository.js +467 -0
- package/esm2015/lib/GridSummaryDescriptionsChangedEventArgs.js +26 -0
- package/esm2015/lib/GridViewportChangedEventArgs.js +27 -0
- package/esm2015/lib/GroupData.js +22 -0
- package/esm2015/lib/GroupHeaderDisplayMode.js +25 -0
- package/esm2015/lib/GroupInfo.js +22 -0
- package/esm2015/lib/GroupSummaryDisplayMode.js +38 -0
- package/esm2015/lib/Header.js +7 -0
- package/esm2015/lib/HeaderClickAction.js +37 -0
- package/esm2015/lib/HeaderRowSeparator.js +7 -0
- package/esm2015/lib/HeaderSeparator.js +7 -0
- package/esm2015/lib/HorizontalPropertyEditorDataSource.js +24 -0
- package/esm2015/lib/HoverManager.js +7 -0
- package/esm2015/lib/ICellActionManager.js +7 -0
- package/esm2015/lib/ICellModelExportUpdater.js +11 -0
- package/esm2015/lib/ICellPresenter.js +7 -0
- package/esm2015/lib/ICellRenderingEngine.js +7 -0
- package/esm2015/lib/IColumnGrouping.js +11 -0
- package/esm2015/lib/IColumnGroupingVisualModelExport.js +11 -0
- package/esm2015/lib/IDataAdapter.js +7 -0
- package/esm2015/lib/IDataGridComponent.js +11 -0
- package/esm2015/lib/IDelayedExecutionManager.js +11 -0
- package/esm2015/lib/IDragger.js +7 -0
- package/esm2015/lib/IDraggerView.js +7 -0
- package/esm2015/lib/IDraggerView_combined.js +15 -0
- package/esm2015/lib/IEditorView.js +11 -0
- package/esm2015/lib/IExternalDefinitionBase.js +7 -0
- package/esm2015/lib/IExternalGrid.js +7 -0
- package/esm2015/lib/IExternalTemplateColumn.js +11 -0
- package/esm2015/lib/IExternalTemplateHeaderColumn.js +11 -0
- package/esm2015/lib/IExternalTemplateSectionHeader.js +11 -0
- package/esm2015/lib/IGridInfoRequestor.js +7 -0
- package/esm2015/lib/INativeCell.js +11 -0
- package/esm2015/lib/IPlatformPixelConverter.js +11 -0
- package/esm2015/lib/IPropertySetter.js +11 -0
- package/esm2015/lib/ISummaryChooserView.js +7 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +448 -0
- package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
- package/esm2015/lib/IViewportManager.js +11 -0
- package/esm2015/lib/ImageCell.js +119 -0
- package/esm2015/lib/ImageCellModel.js +7 -0
- package/esm2015/lib/ImageCellModelExport.js +28 -0
- package/esm2015/lib/ImageCellPresenter.js +91 -0
- package/esm2015/lib/ImageColumn.js +7 -0
- package/esm2015/lib/ImageResourceType.js +37 -0
- package/esm2015/lib/ImageStretchOptions.js +29 -0
- package/esm2015/lib/LayoutAction.js +49 -0
- package/esm2015/lib/LostFocusEventArgs.js +16 -0
- package/esm2015/lib/MergedCellEvaluationCriteria.js +29 -0
- package/esm2015/lib/MergedCellInfo.js +26 -0
- package/esm2015/lib/MergedCellMode.js +34 -0
- package/esm2015/lib/ModelStates.js +11 -0
- package/esm2015/lib/ModelTypes.js +11 -0
- package/esm2015/lib/MultiColumnComboBox.js +7 -0
- package/esm2015/lib/MultiColumnComboBoxDataSourceNotificationHandler.js +7 -0
- package/esm2015/lib/MultiColumnComboBoxSelectedItemChangeType.js +20 -0
- package/esm2015/lib/MultiColumnComboBoxTextChangedEventArgs.js +29 -0
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +92 -0
- package/esm2015/lib/MultiColumnComboBoxValueChangedEventArgs.js +29 -0
- package/esm2015/lib/MultiColumnComboBoxView.js +7 -0
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2784 -0
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +187 -0
- package/esm2015/lib/MultipleDataSourceNotifier.js +61 -0
- package/esm2015/lib/NativeUIComboFactory.js +47 -0
- package/esm2015/lib/NativeUIGridFactory.js +70 -0
- package/esm2015/lib/NumericCell.js +28 -0
- package/esm2015/lib/NumericCellFormatter.js +7 -0
- package/esm2015/lib/NumericCellModel.js +7 -0
- package/esm2015/lib/NumericCellModelExport.js +32 -0
- package/esm2015/lib/NumericCellPresenter.js +45 -0
- package/esm2015/lib/NumericColumn.js +7 -0
- package/esm2015/lib/NumericEditorView.js +31 -0
- package/esm2015/lib/OperatorModel.js +24 -0
- package/esm2015/lib/OperatorSelectorClosingEventArgs.js +16 -0
- package/esm2015/lib/OperatorSelectorOpeningEventArgs.js +16 -0
- package/esm2015/lib/OperatorSelectorValueChangedEventArgs.js +33 -0
- package/esm2015/lib/PageChangedEventArgs.js +33 -0
- package/esm2015/lib/PagedDataProvider.js +7 -0
- package/esm2015/lib/Pager.js +7 -0
- package/esm2015/lib/PagerDataSourceNotificationBridge.js +7 -0
- package/esm2015/lib/PagerGridDataSourceNotificationBridge.js +7 -0
- package/esm2015/lib/PagerView.js +7 -0
- package/esm2015/lib/PagerVisualModelExport.js +82 -0
- package/esm2015/lib/PinnedAreaSeparator.js +7 -0
- package/esm2015/lib/PinnedPositions.js +29 -0
- package/esm2015/lib/PinnedRowInfo.js +7 -0
- package/esm2015/lib/PlaceholderView.js +69 -0
- package/esm2015/lib/PrimaryKeyValue.js +87 -0
- package/esm2015/lib/PropertyEditor.js +7 -0
- package/esm2015/lib/PropertyEditorView.js +7 -0
- package/esm2015/lib/PropertyEditorView_combined.js +1652 -0
- package/esm2015/lib/PushRowResult.js +7 -0
- package/esm2015/lib/PushRowSettings.js +7 -0
- package/esm2015/lib/RecyclingManager.js +7 -0
- package/esm2015/lib/ResponsiveEngine.js +7 -0
- package/esm2015/lib/ResponsivePhase.js +7 -0
- package/esm2015/lib/ResponsivePhasesCollection.js +7 -0
- package/esm2015/lib/ResponsiveState.js +7 -0
- package/esm2015/lib/ResponsiveStateEnteredEventArgs.js +16 -0
- package/esm2015/lib/ResponsiveStateEnteringEventArgs.js +16 -0
- package/esm2015/lib/ResponsiveStateExitedEventArgs.js +16 -0
- package/esm2015/lib/ResponsiveStatesCollection.js +7 -0
- package/esm2015/lib/RowCellsEffect.js +7 -0
- package/esm2015/lib/RowEffect.js +7 -0
- package/esm2015/lib/RowHoverAnimationMode.js +29 -0
- package/esm2015/lib/RowPath.js +110 -0
- package/esm2015/lib/RowRange.js +38 -0
- package/esm2015/lib/RowSelectionAnimationMode.js +29 -0
- package/esm2015/lib/RowSeparator.js +7 -0
- package/esm2015/lib/RowSeparatorCell.js +20 -0
- package/esm2015/lib/RowSeparatorCellPresenter.js +23 -0
- package/esm2015/lib/RowSeparatorModel.js +7 -0
- package/esm2015/lib/RowSeparatorModelExport.js +23 -0
- package/esm2015/lib/SaveLayoutColumn.js +7 -0
- package/esm2015/lib/SaveLayoutFilterInfo.js +173 -0
- package/esm2015/lib/SaveLayoutGroupInfo.js +51 -0
- package/esm2015/lib/SaveLayoutSortInfo.js +54 -0
- package/esm2015/lib/SectionFooter.js +7 -0
- package/esm2015/lib/SectionHeader.js +7 -0
- package/esm2015/lib/SectionHeaderCell.js +48 -0
- package/esm2015/lib/SectionHeaderCellModel.js +7 -0
- package/esm2015/lib/SectionHeaderCellModelExport.js +62 -0
- package/esm2015/lib/SectionHeaderCellPresenter.js +51 -0
- package/esm2015/lib/SectionInfo.js +7 -0
- package/esm2015/lib/SelectAllCheckboxChangedEventArgs.js +20 -0
- package/esm2015/lib/SelectionManager.js +7 -0
- package/esm2015/lib/SortIndicatorRenderCompletedEventArgs.js +16 -0
- package/esm2015/lib/SortIndicatorStyle.js +32 -0
- package/esm2015/lib/SortManager.js +7 -0
- package/esm2015/lib/SortMode.js +37 -0
- package/esm2015/lib/SpacerEffect.js +7 -0
- package/esm2015/lib/SpatialEngine.js +7 -0
- package/esm2015/lib/StringOperatorTypes.js +11 -0
- package/esm2015/lib/SummaryCell.js +74 -0
- package/esm2015/lib/SummaryCellModel.js +7 -0
- package/esm2015/lib/SummaryCellModelExport.js +88 -0
- package/esm2015/lib/SummaryCellPresenter.js +51 -0
- package/esm2015/lib/SummaryChangedEventArgs.js +21 -0
- package/esm2015/lib/SummaryChooser.js +7 -0
- package/esm2015/lib/SummaryChooserItem.js +22 -0
- package/esm2015/lib/SummaryChooserView.js +7 -0
- package/esm2015/lib/SummaryData.js +24 -0
- package/esm2015/lib/SummaryRow.js +7 -0
- package/esm2015/lib/SummaryRowRoot.js +7 -0
- package/esm2015/lib/SummaryRowSection.js +7 -0
- package/esm2015/lib/SummaryScope.js +33 -0
- package/esm2015/lib/TemplateCell.js +55 -0
- package/esm2015/lib/TemplateCellContainer.js +33 -0
- package/esm2015/lib/TemplateCellModel.js +7 -0
- package/esm2015/lib/TemplateCellModelExport.js +27 -0
- package/esm2015/lib/TemplateCellPresenter.js +37 -0
- package/esm2015/lib/TemplateCellUpdatingEventArgs.js +7 -0
- package/esm2015/lib/TemplateColumn.js +7 -0
- package/esm2015/lib/TemplateHeader.js +48 -0
- package/esm2015/lib/TemplateHeaderCell.js +30 -0
- package/esm2015/lib/TemplateHeaderCellModel.js +61 -0
- package/esm2015/lib/TemplateHeaderCellModelExport.js +27 -0
- package/esm2015/lib/TemplateHeaderCellPresenter.js +38 -0
- package/esm2015/lib/TemplateHeaderCellUpdatingEventArgs.js +33 -0
- package/esm2015/lib/TemplateSectionHeader.js +39 -0
- package/esm2015/lib/TemplateSectionHeaderCellModel.js +17 -0
- package/esm2015/lib/TemplateSectionHeaderCellModelExport.js +23 -0
- package/esm2015/lib/TemplateSectionHeaderCellUpdatingEventArgs.js +33 -0
- package/esm2015/lib/TextCell.js +61 -0
- package/esm2015/lib/TextCellLineBreakMode.js +33 -0
- package/esm2015/lib/TextCellModel.js +7 -0
- package/esm2015/lib/TextCellModelExport.js +30 -0
- package/esm2015/lib/TextCellPresenter.js +47 -0
- package/esm2015/lib/TextColumn.js +7 -0
- package/esm2015/lib/TextEditorView.js +174 -0
- package/esm2015/lib/TextHeader.js +7 -0
- package/esm2015/lib/TextHeaderCell.js +300 -0
- package/esm2015/lib/TextHeaderCellModel.js +7 -0
- package/esm2015/lib/TextHeaderCellModelExport.js +23 -0
- package/esm2015/lib/TextHeaderCellPresenter.js +87 -0
- package/esm2015/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm2015/lib/TextIconSetConditionalStyle.js +101 -0
- package/esm2015/lib/TextVisualModelExport.js +44 -0
- package/esm2015/lib/ToolbarVisualModelExport.js +20 -0
- package/esm2015/lib/VerticalSeparatorCell.js +72 -0
- package/esm2015/lib/VerticalSeparatorCellModel.js +7 -0
- package/esm2015/lib/VerticalSeparatorCellPresenter.js +23 -0
- package/esm2015/lib/VisibilityEngine.js +7 -0
- package/esm2015/lib/VisualModel.js +7 -0
- package/esm2015/lib/VisualModelExport.js +231 -0
- package/esm2015/lib/igx-apply-button-click-event-args.js +27 -0
- package/esm2015/lib/igx-cancel-button-click-event-args.js +27 -0
- package/esm2015/lib/igx-cell-info.js +986 -0
- package/esm2015/lib/igx-cell-key-dynamic-module.js +34 -0
- package/esm2015/lib/igx-cell-key-module.js +26 -0
- package/esm2015/lib/igx-cell-key.js +84 -0
- package/esm2015/lib/igx-cell-range-dynamic-module.js +34 -0
- package/esm2015/lib/igx-cell-range-module.js +26 -0
- package/esm2015/lib/igx-cell-range.js +74 -0
- package/esm2015/lib/igx-cell-style-requested-event-args.js +57 -0
- package/esm2015/lib/igx-checkbox-list-component.js +904 -0
- package/esm2015/lib/igx-checkbox-list-dynamic-module.js +90 -0
- package/esm2015/lib/igx-checkbox-list-index-type-changed-event-args.js +41 -0
- package/esm2015/lib/igx-checkbox-list-keys-cleared-event-args.js +27 -0
- package/esm2015/lib/igx-checkbox-list-module.js +84 -0
- package/esm2015/lib/igx-checked-changed-event-args.js +50 -0
- package/esm2015/lib/igx-column-chooser-component.js +291 -0
- package/esm2015/lib/igx-column-chooser-dynamic-module.js +52 -0
- package/esm2015/lib/igx-column-chooser-module.js +46 -0
- package/esm2015/lib/igx-column-exchanger.js +47 -0
- package/esm2015/lib/igx-column-exchangers-collection.js +53 -0
- package/esm2015/lib/igx-column-group-description-collection.js +115 -0
- package/esm2015/lib/igx-column-group-description-dynamic-module.js +34 -0
- package/esm2015/lib/igx-column-group-description-module.js +26 -0
- package/esm2015/lib/igx-column-group-description.js +130 -0
- package/esm2015/lib/igx-column-grouping-component.js +335 -0
- package/esm2015/lib/igx-column-grouping-dynamic-module.js +38 -0
- package/esm2015/lib/igx-column-grouping-module.js +36 -0
- package/esm2015/lib/igx-column-hidden-changed-event-args.js +52 -0
- package/esm2015/lib/igx-column-moving-separator-component.js +73 -0
- package/esm2015/lib/igx-column-moving-separator-dynamic-module.js +34 -0
- package/esm2015/lib/igx-column-moving-separator-module.js +27 -0
- package/esm2015/lib/igx-column-pinned-changed-event-args.js +62 -0
- package/esm2015/lib/igx-column-pinning-component.js +290 -0
- package/esm2015/lib/igx-column-pinning-dynamic-module.js +45 -0
- package/esm2015/lib/igx-column-pinning-module.js +39 -0
- package/esm2015/lib/igx-column-property-setter.js +65 -0
- package/esm2015/lib/igx-column-property-setters-collection.js +53 -0
- package/esm2015/lib/igx-column-resizing-separator-component.js +62 -0
- package/esm2015/lib/igx-column-resizing-separator-dynamic-module.js +34 -0
- package/esm2015/lib/igx-column-resizing-separator-module.js +27 -0
- package/esm2015/lib/igx-column-sort-description-collection.js +115 -0
- package/esm2015/lib/igx-column-sort-description-dynamic-module.js +34 -0
- package/esm2015/lib/igx-column-sort-description-module.js +26 -0
- package/esm2015/lib/igx-column-sort-description.js +67 -0
- package/esm2015/lib/igx-column-summary-description-collection.js +112 -0
- package/esm2015/lib/igx-column-summary-description-dynamic-module.js +34 -0
- package/esm2015/lib/igx-column-summary-description-module.js +26 -0
- package/esm2015/lib/igx-column-summary-description.js +210 -0
- package/esm2015/lib/igx-column-width-dynamic-module.js +34 -0
- package/esm2015/lib/igx-column-width-module.js +26 -0
- package/esm2015/lib/igx-column-width.js +66 -0
- package/esm2015/lib/igx-combo-box-column-component.js +109 -0
- package/esm2015/lib/igx-combo-box-column-dynamic-module.js +34 -0
- package/esm2015/lib/igx-combo-box-column-module.js +27 -0
- package/esm2015/lib/igx-data-binding-event-args.js +98 -0
- package/esm2015/lib/igx-data-grid-all-columns-dynamic-module.js +107 -0
- package/esm2015/lib/igx-data-grid-all-columns-module.js +100 -0
- package/esm2015/lib/igx-data-grid-cell-event-args.js +113 -0
- package/esm2015/lib/igx-data-grid-column-component.js +871 -0
- package/esm2015/lib/igx-data-grid-comparison-operator-selector-component.js +457 -0
- package/esm2015/lib/igx-data-grid-component.js +4190 -0
- package/esm2015/lib/igx-data-grid-core-dynamic-module.js +178 -0
- package/esm2015/lib/igx-data-grid-core-module.js +172 -0
- package/esm2015/lib/igx-data-grid-dynamic-module.js +93 -0
- package/esm2015/lib/igx-data-grid-expansion-indicator-component.js +198 -0
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +332 -0
- package/esm2015/lib/igx-data-grid-locale-en-module.js +31 -0
- package/esm2015/lib/igx-data-grid-module.js +86 -0
- package/esm2015/lib/igx-data-grid-pager-component.js +274 -0
- package/esm2015/lib/igx-data-grid-pager-dynamic-module.js +42 -0
- package/esm2015/lib/igx-data-grid-pager-module.js +35 -0
- package/esm2015/lib/igx-data-grid-sort-indicator-component.js +231 -0
- package/esm2015/lib/igx-data-grid-toolbar-component.js +444 -0
- package/esm2015/lib/igx-data-grid-toolbar-dynamic-module.js +66 -0
- package/esm2015/lib/igx-data-grid-toolbar-module.js +60 -0
- package/esm2015/lib/igx-date-time-cell-info.js +86 -0
- package/esm2015/lib/igx-date-time-column-component.js +174 -0
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +34 -0
- package/esm2015/lib/igx-date-time-column-module.js +27 -0
- package/esm2015/lib/igx-definition-base-component.js +838 -0
- package/esm2015/lib/igx-edit-row-definition-component.js +49 -0
- package/esm2015/lib/igx-edit-row-definition-dynamic-module.js +34 -0
- package/esm2015/lib/igx-edit-row-definition-module.js +27 -0
- package/esm2015/lib/igx-editor-cell-info.js +142 -0
- package/esm2015/lib/igx-editor-definition-component.js +49 -0
- package/esm2015/lib/igx-editor-definition-dynamic-module.js +34 -0
- package/esm2015/lib/igx-editor-definition-module.js +27 -0
- package/esm2015/lib/igx-editor-row-cell-info.js +19 -0
- package/esm2015/lib/igx-filter-cell-info.js +140 -0
- package/esm2015/lib/igx-filter-dialog-render-completed-event-args.js +27 -0
- package/esm2015/lib/igx-filter-operand-dynamic-module.js +34 -0
- package/esm2015/lib/igx-filter-operand-module.js +26 -0
- package/esm2015/lib/igx-filter-operand.js +124 -0
- package/esm2015/lib/igx-filter-row-definition-component.js +93 -0
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +34 -0
- package/esm2015/lib/igx-filter-row-definition-module.js +27 -0
- package/esm2015/lib/igx-format-group-text-event-args.js +63 -0
- package/esm2015/lib/igx-format-summary-text-event-args.js +72 -0
- package/esm2015/lib/igx-got-focus-event-args.js +27 -0
- package/esm2015/lib/igx-grid-active-cell-changed-event-args.js +81 -0
- package/esm2015/lib/igx-grid-animation-phase-settings.js +112 -0
- package/esm2015/lib/igx-grid-animation-settings.js +47 -0
- package/esm2015/lib/igx-grid-cell-edit-ended-event-args.js +66 -0
- package/esm2015/lib/igx-grid-cell-edit-started-event-args.js +66 -0
- package/esm2015/lib/igx-grid-cell-position-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-cell-position-module.js +26 -0
- package/esm2015/lib/igx-grid-cell-position.js +53 -0
- package/esm2015/lib/igx-grid-cell-value-changing-event-args.js +137 -0
- package/esm2015/lib/igx-grid-column-animation-settings.js +47 -0
- package/esm2015/lib/igx-grid-column-button-options-component.js +154 -0
- package/esm2015/lib/igx-grid-column-button-options-dynamic-module.js +38 -0
- package/esm2015/lib/igx-grid-column-button-options-module.js +36 -0
- package/esm2015/lib/igx-grid-column-collection.js +53 -0
- package/esm2015/lib/igx-grid-column-filter-options-component.js +183 -0
- package/esm2015/lib/igx-grid-column-filter-options-dynamic-module.js +45 -0
- package/esm2015/lib/igx-grid-column-filter-options-module.js +39 -0
- package/esm2015/lib/igx-grid-column-group-options-component.js +72 -0
- package/esm2015/lib/igx-grid-column-group-options-dynamic-module.js +38 -0
- package/esm2015/lib/igx-grid-column-group-options-module.js +36 -0
- package/esm2015/lib/igx-grid-column-hide-options-component.js +72 -0
- package/esm2015/lib/igx-grid-column-hide-options-dynamic-module.js +38 -0
- package/esm2015/lib/igx-grid-column-hide-options-module.js +36 -0
- package/esm2015/lib/igx-grid-column-move-options-component.js +88 -0
- package/esm2015/lib/igx-grid-column-move-options-dynamic-module.js +38 -0
- package/esm2015/lib/igx-grid-column-move-options-module.js +36 -0
- package/esm2015/lib/igx-grid-column-options-base-component.js +297 -0
- package/esm2015/lib/igx-grid-column-options-component.js +705 -0
- package/esm2015/lib/igx-grid-column-options-dynamic-module.js +94 -0
- package/esm2015/lib/igx-grid-column-options-module.js +88 -0
- package/esm2015/lib/igx-grid-column-options-section-base-component.js +31 -0
- package/esm2015/lib/igx-grid-column-options-simple-section-base-component.js +42 -0
- package/esm2015/lib/igx-grid-column-pin-options-component.js +88 -0
- package/esm2015/lib/igx-grid-column-pin-options-dynamic-module.js +38 -0
- package/esm2015/lib/igx-grid-column-pin-options-module.js +36 -0
- package/esm2015/lib/igx-grid-column-sort-options-component.js +97 -0
- package/esm2015/lib/igx-grid-column-sort-options-dynamic-module.js +38 -0
- package/esm2015/lib/igx-grid-column-sort-options-module.js +36 -0
- package/esm2015/lib/igx-grid-column-summary-options-component.js +101 -0
- package/esm2015/lib/igx-grid-column-summary-options-dynamic-module.js +52 -0
- package/esm2015/lib/igx-grid-column-summary-options-module.js +46 -0
- package/esm2015/lib/igx-grid-column-width-changed-event-args.js +102 -0
- package/esm2015/lib/igx-grid-columns-auto-generated-event-args.js +64 -0
- package/esm2015/lib/igx-grid-columns-changed-event-args.js +64 -0
- package/esm2015/lib/igx-grid-compound-conditional-style-component.js +71 -0
- package/esm2015/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +45 -0
- package/esm2015/lib/igx-grid-conditional-style-collection.js +53 -0
- package/esm2015/lib/igx-grid-conditional-style-component.js +327 -0
- package/esm2015/lib/igx-grid-conditional-style-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-conditional-style-module.js +27 -0
- package/esm2015/lib/igx-grid-conditional-style-property-collection.js +53 -0
- package/esm2015/lib/igx-grid-conditional-style-property-component.js +378 -0
- package/esm2015/lib/igx-grid-conditional-style-property-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-conditional-style-property-module.js +27 -0
- package/esm2015/lib/igx-grid-custom-filter-requested-event-args.js +98 -0
- package/esm2015/lib/igx-grid-data-committed-event-args.js +42 -0
- package/esm2015/lib/igx-grid-data-committing-event-args.js +42 -0
- package/esm2015/lib/igx-grid-filter-dialog-filter-change-event-args.js +33 -0
- package/esm2015/lib/igx-grid-filter-dialog-opening-event-args.js +45 -0
- package/esm2015/lib/igx-grid-filter-dialog-view-model-grouping-level-collection.js +53 -0
- package/esm2015/lib/igx-grid-filter-dialog-view-model-grouping-level.js +53 -0
- package/esm2015/lib/igx-grid-filter-dialog-view-model-grouping.js +54 -0
- package/esm2015/lib/igx-grid-filter-dialog-view-model-row-collection.js +53 -0
- package/esm2015/lib/igx-grid-filter-dialog-view-model-row.js +92 -0
- package/esm2015/lib/igx-grid-filter-dialog-view-model.js +145 -0
- package/esm2015/lib/igx-grid-filter-expressions-event-args.js +50 -0
- package/esm2015/lib/igx-grid-filter-operands-collection.js +53 -0
- package/esm2015/lib/igx-grid-group-descriptions-changed-event-args.js +53 -0
- package/esm2015/lib/igx-grid-row-edit-ended-event-args.js +45 -0
- package/esm2015/lib/igx-grid-row-edit-started-event-args.js +45 -0
- package/esm2015/lib/igx-grid-selected-cell-ranges-changed-event-args.js +166 -0
- package/esm2015/lib/igx-grid-selected-cell-ranges-collection.js +53 -0
- package/esm2015/lib/igx-grid-selected-cells-changed-event-args.js +133 -0
- package/esm2015/lib/igx-grid-selected-cells-collection.js +53 -0
- package/esm2015/lib/igx-grid-selected-items-changed-event-args.js +133 -0
- package/esm2015/lib/igx-grid-selected-items-collection.js +30 -0
- package/esm2015/lib/igx-grid-selected-keys-changed-event-args.js +133 -0
- package/esm2015/lib/igx-grid-selected-keys-collection.js +53 -0
- package/esm2015/lib/igx-grid-selection-changed-event-args.js +30 -0
- package/esm2015/lib/igx-grid-size-changed-event-args.js +48 -0
- package/esm2015/lib/igx-grid-sort-descriptions-changed-event-args.js +53 -0
- package/esm2015/lib/igx-grid-summary-descriptions-changed-event-args.js +53 -0
- package/esm2015/lib/igx-group-data.js +65 -0
- package/esm2015/lib/igx-header-component.js +126 -0
- package/esm2015/lib/igx-header-row-separator-component.js +49 -0
- package/esm2015/lib/igx-header-row-separator-dynamic-module.js +34 -0
- package/esm2015/lib/igx-header-row-separator-module.js +27 -0
- package/esm2015/lib/igx-header-separator-component.js +46 -0
- package/esm2015/lib/igx-header-separator-dynamic-module.js +34 -0
- package/esm2015/lib/igx-header-separator-module.js +27 -0
- package/esm2015/lib/igx-horizontal-property-editor-data-source.js +53 -0
- package/esm2015/lib/igx-image-cell-info.js +49 -0
- package/esm2015/lib/igx-image-column-component.js +108 -0
- package/esm2015/lib/igx-image-column-dynamic-module.js +34 -0
- package/esm2015/lib/igx-image-column-module.js +27 -0
- package/esm2015/lib/igx-lost-focus-event-args.js +27 -0
- package/esm2015/lib/igx-multi-column-combo-box-component.js +1470 -0
- package/esm2015/lib/igx-multi-column-combo-box-dynamic-module.js +80 -0
- package/esm2015/lib/igx-multi-column-combo-box-module.js +74 -0
- package/esm2015/lib/igx-multi-column-combo-box-text-changed-event-args.js +23 -0
- package/esm2015/lib/igx-multi-column-combo-box-value-changed-event-args.js +23 -0
- package/esm2015/lib/igx-numeric-cell-info.js +148 -0
- package/esm2015/lib/igx-numeric-column-component.js +228 -0
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +34 -0
- package/esm2015/lib/igx-numeric-column-module.js +27 -0
- package/esm2015/lib/igx-operator-selector-closing-event-args.js +27 -0
- package/esm2015/lib/igx-operator-selector-opening-event-args.js +30 -0
- package/esm2015/lib/igx-operator-selector-value-changed-event-args.js +42 -0
- package/esm2015/lib/igx-page-changed-event-args.js +49 -0
- package/esm2015/lib/igx-pinned-area-separator-component.js +46 -0
- package/esm2015/lib/igx-pinned-area-separator-dynamic-module.js +34 -0
- package/esm2015/lib/igx-pinned-area-separator-module.js +27 -0
- package/esm2015/lib/igx-primary-key-value-dynamic-module.js +34 -0
- package/esm2015/lib/igx-primary-key-value-module.js +26 -0
- package/esm2015/lib/igx-primary-key-value.js +69 -0
- package/esm2015/lib/igx-property-editor-component.js +484 -0
- package/esm2015/lib/igx-property-editor-dynamic-module.js +115 -0
- package/esm2015/lib/igx-property-editor-module.js +109 -0
- package/esm2015/lib/igx-responsive-phase.js +139 -0
- package/esm2015/lib/igx-responsive-phases-collection.js +53 -0
- package/esm2015/lib/igx-responsive-state-entered-event-args.js +30 -0
- package/esm2015/lib/igx-responsive-state-entering-event-args.js +30 -0
- package/esm2015/lib/igx-responsive-state-exited-event-args.js +30 -0
- package/esm2015/lib/igx-responsive-state.js +200 -0
- package/esm2015/lib/igx-responsive-states-collection.js +53 -0
- package/esm2015/lib/igx-row-separator-component.js +49 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +34 -0
- package/esm2015/lib/igx-row-separator-info.js +19 -0
- package/esm2015/lib/igx-row-separator-module.js +27 -0
- package/esm2015/lib/igx-section-footer-component.js +49 -0
- package/esm2015/lib/igx-section-footer-dynamic-module.js +34 -0
- package/esm2015/lib/igx-section-footer-module.js +27 -0
- package/esm2015/lib/igx-section-header-cell-info.js +48 -0
- package/esm2015/lib/igx-section-header-component.js +127 -0
- package/esm2015/lib/igx-section-header-dynamic-module.js +34 -0
- package/esm2015/lib/igx-section-header-module.js +27 -0
- package/esm2015/lib/igx-select-all-checkbox-changed-event-args.js +34 -0
- package/esm2015/lib/igx-sort-indicator-render-completed-event-args.js +27 -0
- package/esm2015/lib/igx-summary-cell-info.js +59 -0
- package/esm2015/lib/igx-summary-changed-event-args.js +49 -0
- package/esm2015/lib/igx-summary-chooser-dynamic-module.js +36 -0
- package/esm2015/lib/igx-summary-chooser-module.js +33 -0
- package/esm2015/lib/igx-summary-data.js +70 -0
- package/esm2015/lib/igx-summary-row-component.js +145 -0
- package/esm2015/lib/igx-summary-row-root-component.js +47 -0
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +34 -0
- package/esm2015/lib/igx-summary-row-root-module.js +27 -0
- package/esm2015/lib/igx-summary-row-section-component.js +47 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +34 -0
- package/esm2015/lib/igx-summary-row-section-module.js +27 -0
- package/esm2015/lib/igx-template-cell-info.js +28 -0
- package/esm2015/lib/igx-template-cell-updating-event-args.js +111 -0
- package/esm2015/lib/igx-template-column-component.js +75 -0
- package/esm2015/lib/igx-template-column-dynamic-module.js +34 -0
- package/esm2015/lib/igx-template-column-module.js +27 -0
- package/esm2015/lib/igx-template-header-cell-info.js +29 -0
- package/esm2015/lib/igx-template-header-cell-updating-event-args.js +111 -0
- package/esm2015/lib/igx-template-header-component.js +75 -0
- package/esm2015/lib/igx-template-header-dynamic-module.js +34 -0
- package/esm2015/lib/igx-template-header-module.js +27 -0
- package/esm2015/lib/igx-template-section-header-cell-info.js +19 -0
- package/esm2015/lib/igx-template-section-header-cell-updating-event-args.js +86 -0
- package/esm2015/lib/igx-template-section-header-component.js +75 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +34 -0
- package/esm2015/lib/igx-template-section-header-module.js +27 -0
- package/esm2015/lib/igx-text-cell-info.js +28 -0
- package/esm2015/lib/igx-text-column-component.js +96 -0
- package/esm2015/lib/igx-text-column-dynamic-module.js +34 -0
- package/esm2015/lib/igx-text-column-module.js +27 -0
- package/esm2015/lib/igx-text-header-cell-info.js +65 -0
- package/esm2015/lib/igx-text-header-component.js +50 -0
- package/esm2015/lib/igx-text-header-dynamic-module.js +34 -0
- package/esm2015/lib/igx-text-header-module.js +27 -0
- package/esm2015/lib/igx-text-icon-set-conditional-style-component.js +74 -0
- package/esm2015/lib/igx-text-icon-set-conditional-style-dynamic-module.js +34 -0
- package/esm2015/lib/igx-text-icon-set-conditional-style-module.js +27 -0
- package/esm2015/lib/igx-vertical-separator-cell-info.js +19 -0
- package/esm2015/public_api.js +742 -0
- package/esm5/igniteui-angular-data-grids.js +4 -0
- package/esm5/lib/AccessibilityRow.js +115 -0
- package/esm5/lib/ActivationManager.js +7 -0
- package/esm5/lib/ApplyButtonClickEventArgs.js +20 -0
- package/esm5/lib/BaseEditorView.js +232 -0
- package/esm5/lib/BrowserExecutionContext.js +57 -0
- package/esm5/lib/BrowserPixelConverter.js +24 -0
- package/esm5/lib/BrowserTickProvider.js +87 -0
- package/esm5/lib/CalculationParameters.js +36 -0
- package/esm5/lib/CancelButtonClickEventArgs.js +20 -0
- package/esm5/lib/CanvasCellPresenterBase.js +80 -0
- package/esm5/lib/CanvasContentCellModelHelper.js +85 -0
- package/esm5/lib/CanvasDateTimeCell.js +21 -0
- package/esm5/lib/CanvasDateTimeCellPresenter.js +50 -0
- package/esm5/lib/CanvasGridCellBase.js +872 -0
- package/esm5/lib/CanvasImageCell.js +72 -0
- package/esm5/lib/CanvasImageCellPresenter.js +95 -0
- package/esm5/lib/CanvasNumericCell.js +24 -0
- package/esm5/lib/CanvasNumericCellPresenter.js +50 -0
- package/esm5/lib/CanvasPlaceholderView.js +80 -0
- package/esm5/lib/CanvasRowSeparatorCell.js +21 -0
- package/esm5/lib/CanvasRowSeparatorCellPresenter.js +28 -0
- package/esm5/lib/CanvasSectionHeaderCell.js +27 -0
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +56 -0
- package/esm5/lib/CanvasSummaryCell.js +100 -0
- package/esm5/lib/CanvasSummaryCellPresenter.js +47 -0
- package/esm5/lib/CanvasTemplateCell.js +38 -0
- package/esm5/lib/CanvasTemplateCellContainer.js +42 -0
- package/esm5/lib/CanvasTemplateCellPresenter.js +44 -0
- package/esm5/lib/CanvasTemplateHeaderCell.js +38 -0
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +44 -0
- package/esm5/lib/CanvasTextCell.js +27 -0
- package/esm5/lib/CanvasTextCellPresenter.js +52 -0
- package/esm5/lib/CanvasTextHeaderCell.js +63 -0
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +75 -0
- package/esm5/lib/CanvasVerticalSeparatorCell.js +21 -0
- package/esm5/lib/CanvasVerticalSeparatorCellPresenter.js +28 -0
- package/esm5/lib/CellContentHorizontalAlignment.js +37 -0
- package/esm5/lib/CellContentVerticalAlignment.js +37 -0
- package/esm5/lib/CellDataLoadedAnimationMode.js +29 -0
- package/esm5/lib/CellEffect.js +7 -0
- package/esm5/lib/CellKey.js +7 -0
- package/esm5/lib/CellModel.js +7 -0
- package/esm5/lib/CellModelExport.js +122 -0
- package/esm5/lib/CellPath.js +319 -0
- package/esm5/lib/CellPositionEffect.js +7 -0
- package/esm5/lib/CellPresenterBase.js +110 -0
- package/esm5/lib/CellPropertyAnimationType.js +65 -0
- package/esm5/lib/CellRange.js +82 -0
- package/esm5/lib/CellSelectionAnimationMode.js +29 -0
- package/esm5/lib/CellStyleRequestedEventArgs.js +54 -0
- package/esm5/lib/CheckboxList.js +7 -0
- package/esm5/lib/CheckboxListBridge.js +283 -0
- package/esm5/lib/CheckboxListExternal.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexType.js +11 -0
- package/esm5/lib/CheckboxListExternalIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListExternalKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListIndexType.js +16 -0
- package/esm5/lib/CheckboxListIndexTypeChangedEventArgs.js +23 -0
- package/esm5/lib/CheckboxListKeysClearedEventArgs.js +20 -0
- package/esm5/lib/CheckboxListView.js +7 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +2206 -0
- package/esm5/lib/CheckedChangedEventArgs.js +24 -0
- package/esm5/lib/CloneDataSourceFilterOperation.js +20 -0
- package/esm5/lib/ColumnCellsEffect.js +7 -0
- package/esm5/lib/ColumnChooser.js +7 -0
- package/esm5/lib/ColumnChooserInfo.js +23 -0
- package/esm5/lib/ColumnChooserView.js +7 -0
- package/esm5/lib/ColumnChooserView_combined.js +465 -0
- package/esm5/lib/ColumnComparisonConditionOperatorType.js +62 -0
- package/esm5/lib/ColumnComparisonFilterCondition.js +7 -0
- package/esm5/lib/ColumnController.js +7 -0
- package/esm5/lib/ColumnCustomFilterCondition.js +7 -0
- package/esm5/lib/ColumnEffect.js +7 -0
- package/esm5/lib/ColumnExchanger.js +7 -0
- package/esm5/lib/ColumnExchangersCollection.js +7 -0
- package/esm5/lib/ColumnExchangingAnimationMode.js +61 -0
- package/esm5/lib/ColumnFilterCondition.js +7 -0
- package/esm5/lib/ColumnFilterConditionCollection.js +7 -0
- package/esm5/lib/ColumnFilterConditionGroup.js +7 -0
- package/esm5/lib/ColumnFilterCondition_combined.js +36272 -0
- package/esm5/lib/ColumnGroupDescription.js +208 -0
- package/esm5/lib/ColumnGroupDescriptionCollection.js +104 -0
- package/esm5/lib/ColumnGrouping.js +7 -0
- package/esm5/lib/ColumnGroupingView.js +7 -0
- package/esm5/lib/ColumnGroupingView_combined.js +1069 -0
- package/esm5/lib/ColumnGroupingVisualModelExport.js +87 -0
- package/esm5/lib/ColumnHiddenChangedEventArgs.js +7 -0
- package/esm5/lib/ColumnHidingAnimationMode.js +61 -0
- package/esm5/lib/ColumnInfo.js +7 -0
- package/esm5/lib/ColumnMovingAnimationMode.js +29 -0
- package/esm5/lib/ColumnMovingMode.js +16 -0
- package/esm5/lib/ColumnMovingSeparator.js +7 -0
- package/esm5/lib/ColumnOptionsIconAlignment.js +29 -0
- package/esm5/lib/ColumnOptionsIconBehavior.js +33 -0
- package/esm5/lib/ColumnOptionsToolbarManagerOpeningEventArgs.js +20 -0
- package/esm5/lib/ColumnPinnedChangedEventArgs.js +7 -0
- package/esm5/lib/ColumnPinning.js +7 -0
- package/esm5/lib/ColumnPinningInfo.js +23 -0
- package/esm5/lib/ColumnPinningView.js +7 -0
- package/esm5/lib/ColumnPinningView_combined.js +412 -0
- package/esm5/lib/ColumnPropertySetter.js +43 -0
- package/esm5/lib/ColumnPropertySettersCollection.js +22 -0
- package/esm5/lib/ColumnPropertyUpdatingAnimationMode.js +33 -0
- package/esm5/lib/ColumnResizingAnimationMode.js +29 -0
- package/esm5/lib/ColumnResizingMode.js +17 -0
- package/esm5/lib/ColumnResizingSeparator.js +7 -0
- package/esm5/lib/ColumnShowingAnimationMode.js +61 -0
- package/esm5/lib/ColumnSortDescription.js +75 -0
- package/esm5/lib/ColumnSortDescriptionCollection.js +104 -0
- package/esm5/lib/ColumnSortDirection.js +29 -0
- package/esm5/lib/ColumnStates.js +11 -0
- package/esm5/lib/ColumnSummaryDescription.js +279 -0
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +110 -0
- package/esm5/lib/ColumnWidth.js +110 -0
- package/esm5/lib/ComboBoxColumn.js +7 -0
- package/esm5/lib/ComboEditorView.js +274 -0
- package/esm5/lib/ComboEditorView_ComboExternal.js +11 -0
- package/esm5/lib/ComparisonOperatorSelector.js +7 -0
- package/esm5/lib/ComparisonOperatorSelectorView.js +7 -0
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1089 -0
- package/esm5/lib/ContentCellModelHelper.js +133 -0
- package/esm5/lib/CurrentRendererSettings.js +25 -0
- package/esm5/lib/DataAdapter.js +7 -0
- package/esm5/lib/DataBindingEventArgs.js +7 -0
- package/esm5/lib/DataGrid.js +7 -0
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +189 -0
- package/esm5/lib/DataGridCellEventArgs.js +7 -0
- package/esm5/lib/DataGridCellLayoutPanel.js +576 -0
- package/esm5/lib/DataGridColumn.js +7 -0
- package/esm5/lib/DataGridColumnToolbarManager.js +7 -0
- package/esm5/lib/DataGridDelayedExecutionManager.js +30 -0
- package/esm5/lib/DataGridLocaleEn.js +69 -0
- package/esm5/lib/DataGridPresenterManager.js +183 -0
- package/esm5/lib/DataGridPropertySetter.js +27 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +69 -0
- package/esm5/lib/DataGridSelectionMode.js +41 -0
- package/esm5/lib/DataGridStylingDefaults.js +2 -0
- package/esm5/lib/DataGridToolbar.js +7 -0
- package/esm5/lib/DataGridToolbarView.js +7 -0
- package/esm5/lib/DataGridToolbarView_combined.js +846 -0
- package/esm5/lib/DataGridViewportManager.js +34 -0
- package/esm5/lib/DataSourceNotificationBridge.js +7 -0
- package/esm5/lib/DateEditorView.js +232 -0
- package/esm5/lib/DateOperatorTypes.js +11 -0
- package/esm5/lib/DateTimeCell.js +21 -0
- package/esm5/lib/DateTimeCellModel.js +7 -0
- package/esm5/lib/DateTimeCellModelExport.js +32 -0
- package/esm5/lib/DateTimeCellPresenter.js +50 -0
- package/esm5/lib/DateTimeColumn.js +7 -0
- package/esm5/lib/DateTimeColumnValueFormatter.js +98 -0
- package/esm5/lib/DateTimeFormats.js +41 -0
- package/esm5/lib/DefaultCellActionManager.js +7 -0
- package/esm5/lib/DefaultCellModelExportUpdater.js +7 -0
- package/esm5/lib/DefaultGridInfoRequestor.js +7 -0
- package/esm5/lib/DefaultPlatformPixelConverter.js +24 -0
- package/esm5/lib/DefinitionBase.js +7 -0
- package/esm5/lib/DefinitionPropertyUpdatedEventArgs.js +65 -0
- package/esm5/lib/DragSelectEventArgs.js +76 -0
- package/esm5/lib/DragType.js +11 -0
- package/esm5/lib/Dragger.js +217 -0
- package/esm5/lib/DraggerView.js +145 -0
- package/esm5/lib/DropDownDataListItem.js +23 -0
- package/esm5/lib/EditModeClickAction.js +29 -0
- package/esm5/lib/EditModeType.js +33 -0
- package/esm5/lib/EditRowDefinition.js +7 -0
- package/esm5/lib/EditingManager.js +7 -0
- package/esm5/lib/EditorCell.js +544 -0
- package/esm5/lib/EditorCellModel.js +7 -0
- package/esm5/lib/EditorCellModelExport.js +37 -0
- package/esm5/lib/EditorCellPresenter.js +78 -0
- package/esm5/lib/EditorDefinition.js +7 -0
- package/esm5/lib/EditorRowCell.js +23 -0
- package/esm5/lib/EditorRowCellModel.js +7 -0
- package/esm5/lib/EditorRowCellPresenter.js +31 -0
- package/esm5/lib/EditorType.js +37 -0
- package/esm5/lib/EnterKeyBehaviorAfterEdit.js +37 -0
- package/esm5/lib/EnterKeyBehaviors.js +41 -0
- package/esm5/lib/FilterCell.js +578 -0
- package/esm5/lib/FilterCellModel.js +7 -0
- package/esm5/lib/FilterCellModelExport.js +50 -0
- package/esm5/lib/FilterCellPresenter.js +67 -0
- package/esm5/lib/FilterComparisonType.js +29 -0
- package/esm5/lib/FilterDialogRenderCompletedEventArgs.js +20 -0
- package/esm5/lib/FilterLogicalOperator.js +25 -0
- package/esm5/lib/FilterOperand.js +7 -0
- package/esm5/lib/FilterRowDefinition.js +7 -0
- package/esm5/lib/FilterUIType.js +30 -0
- package/esm5/lib/FixedCellPositions.js +11 -0
- package/esm5/lib/FormatGroupTextEventArgs.js +25 -0
- package/esm5/lib/FormatSummaryTextEventArgs.js +26 -0
- package/esm5/lib/GotFocusEventArgs.js +20 -0
- package/esm5/lib/GridActivationMode.js +25 -0
- package/esm5/lib/GridActiveCellChangedEventArgs.js +43 -0
- package/esm5/lib/GridAnimationManager.js +7 -0
- package/esm5/lib/GridAnimationManagerAnimationCanceledEventArgs.js +22 -0
- package/esm5/lib/GridAnimationManagerAnimationCompletedEventArgs.js +22 -0
- package/esm5/lib/GridAnimationManagerAnimationCreatedEventArgs.js +22 -0
- package/esm5/lib/GridAnimationPhaseSettings.js +148 -0
- package/esm5/lib/GridAnimationSettings.js +144 -0
- package/esm5/lib/GridCellBase.js +731 -0
- package/esm5/lib/GridCellEditEndedEventArgs.js +7 -0
- package/esm5/lib/GridCellEditStartedEventArgs.js +7 -0
- package/esm5/lib/GridCellPosition.js +45 -0
- package/esm5/lib/GridCellType.js +22 -0
- package/esm5/lib/GridCellValueChangingEventArgs.js +7 -0
- package/esm5/lib/GridColumnAnimationSettings.js +357 -0
- package/esm5/lib/GridColumnButtonOptions.js +7 -0
- package/esm5/lib/GridColumnButtonOptionsView.js +7 -0
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +203 -0
- package/esm5/lib/GridColumnCollection.js +7 -0
- package/esm5/lib/GridColumnFilterOptions.js +7 -0
- package/esm5/lib/GridColumnFilterOptionsView.js +7 -0
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +560 -0
- package/esm5/lib/GridColumnGroupOptions.js +7 -0
- package/esm5/lib/GridColumnGroupOptionsView.js +7 -0
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +234 -0
- package/esm5/lib/GridColumnHideOptions.js +7 -0
- package/esm5/lib/GridColumnHideOptionsView.js +7 -0
- package/esm5/lib/GridColumnHideOptionsView_combined.js +171 -0
- package/esm5/lib/GridColumnMoveOptions.js +7 -0
- package/esm5/lib/GridColumnMoveOptionsView.js +7 -0
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +322 -0
- package/esm5/lib/GridColumnOptions.js +7 -0
- package/esm5/lib/GridColumnOptionsBase.js +7 -0
- package/esm5/lib/GridColumnOptionsSectionBase.js +40 -0
- package/esm5/lib/GridColumnOptionsSimpleSectionBase.js +67 -0
- package/esm5/lib/GridColumnOptionsUtilities.js +7 -0
- package/esm5/lib/GridColumnOptionsView.js +7 -0
- package/esm5/lib/GridColumnOptionsViewBase.js +7 -0
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +741 -0
- package/esm5/lib/GridColumnOptionsView_combined.js +1018 -0
- package/esm5/lib/GridColumnPinOptions.js +7 -0
- package/esm5/lib/GridColumnPinOptionsView.js +7 -0
- package/esm5/lib/GridColumnPinOptionsView_combined.js +310 -0
- package/esm5/lib/GridColumnSortOptions.js +7 -0
- package/esm5/lib/GridColumnSortOptionsView.js +7 -0
- package/esm5/lib/GridColumnSortOptionsView_combined.js +305 -0
- package/esm5/lib/GridColumnSpacer.js +98 -0
- package/esm5/lib/GridColumnSpacerCollection.js +80 -0
- package/esm5/lib/GridColumnSummaryOptions.js +7 -0
- package/esm5/lib/GridColumnSummaryOptionsView.js +7 -0
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +484 -0
- package/esm5/lib/GridColumnWidthChangedEventArgs.js +7 -0
- package/esm5/lib/GridColumnsAutoGeneratedEventArgs.js +7 -0
- package/esm5/lib/GridColumnsChangedEventArgs.js +7 -0
- 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/GridCustomFilterRequestedEventArgs.js +7 -0
- package/esm5/lib/GridDataCommittedEventArgs.js +25 -0
- package/esm5/lib/GridDataCommittingEventArgs.js +25 -0
- package/esm5/lib/GridEasingFunctionType.js +33 -0
- package/esm5/lib/GridEffect.js +7 -0
- package/esm5/lib/GridEffectGroup.js +7 -0
- package/esm5/lib/GridEffectMainIntent.js +11 -0
- package/esm5/lib/GridEffectManager.js +7 -0
- package/esm5/lib/GridEffectSubIntent.js +11 -0
- package/esm5/lib/GridExpansionIndicator.js +7 -0
- package/esm5/lib/GridExpansionIndicatorView.js +7 -0
- package/esm5/lib/GridExpansionIndicatorView_combined.js +350 -0
- package/esm5/lib/GridExternalWrapper.js +158 -0
- package/esm5/lib/GridFilterDialog.js +7 -0
- package/esm5/lib/GridFilterDialogFilterChangeEventArgs.js +22 -0
- package/esm5/lib/GridFilterDialogOpeningEventArgs.js +22 -0
- package/esm5/lib/GridFilterDialogPanel.js +7 -0
- package/esm5/lib/GridFilterDialogView.js +7 -0
- package/esm5/lib/GridFilterDialogViewModel.js +7 -0
- package/esm5/lib/GridFilterDialogViewModelGrouping.js +24 -0
- package/esm5/lib/GridFilterDialogViewModelGroupingLevel.js +22 -0
- package/esm5/lib/GridFilterDialogViewModelGroupingLevelCollection.js +22 -0
- package/esm5/lib/GridFilterDialogViewModelRow.js +117 -0
- package/esm5/lib/GridFilterDialogViewModelRowCollection.js +7 -0
- package/esm5/lib/GridFilterDialogView_combined.js +1228 -0
- package/esm5/lib/GridFilterExpressionsEventArgs.js +22 -0
- package/esm5/lib/GridFilterOperandsCollection.js +7 -0
- package/esm5/lib/GridGroupDescriptionsChangedEventArgs.js +32 -0
- package/esm5/lib/GridLayer.js +7 -0
- package/esm5/lib/GridLayerController.js +7 -0
- package/esm5/lib/GridLayerExport.js +55 -0
- package/esm5/lib/GridModuleHelper.js +28 -0
- package/esm5/lib/GridRowEditEndedEventArgs.js +33 -0
- package/esm5/lib/GridRowEditStartedEventArgs.js +33 -0
- package/esm5/lib/GridSelectedCellRangesChangedEventArgs.js +65 -0
- package/esm5/lib/GridSelectedCellRangesCollection.js +29 -0
- package/esm5/lib/GridSelectedCellsChangedEventArgs.js +7 -0
- package/esm5/lib/GridSelectedCellsCollection.js +7 -0
- package/esm5/lib/GridSelectedItemsChangedEventArgs.js +54 -0
- package/esm5/lib/GridSelectedItemsCollection.js +48 -0
- package/esm5/lib/GridSelectedKeysChangedEventArgs.js +54 -0
- package/esm5/lib/GridSelectedKeysCollection.js +220 -0
- package/esm5/lib/GridSelectionBehavior.js +25 -0
- package/esm5/lib/GridSelectionChangedEventArgs.js +20 -0
- package/esm5/lib/GridSizeChangedEventArgs.js +23 -0
- package/esm5/lib/GridSortDescriptionsChangedEventArgs.js +32 -0
- package/esm5/lib/GridSortIndicator.js +7 -0
- package/esm5/lib/GridSortIndicatorView.js +7 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +634 -0
- package/esm5/lib/GridStyleRepository.js +647 -0
- package/esm5/lib/GridSummaryDescriptionsChangedEventArgs.js +32 -0
- package/esm5/lib/GridViewportChangedEventArgs.js +29 -0
- package/esm5/lib/GroupData.js +24 -0
- package/esm5/lib/GroupHeaderDisplayMode.js +25 -0
- package/esm5/lib/GroupInfo.js +24 -0
- package/esm5/lib/GroupSummaryDisplayMode.js +38 -0
- package/esm5/lib/Header.js +7 -0
- package/esm5/lib/HeaderClickAction.js +37 -0
- package/esm5/lib/HeaderRowSeparator.js +7 -0
- package/esm5/lib/HeaderSeparator.js +7 -0
- package/esm5/lib/HorizontalPropertyEditorDataSource.js +26 -0
- package/esm5/lib/HoverManager.js +7 -0
- package/esm5/lib/ICellActionManager.js +7 -0
- package/esm5/lib/ICellModelExportUpdater.js +11 -0
- package/esm5/lib/ICellPresenter.js +7 -0
- package/esm5/lib/ICellRenderingEngine.js +7 -0
- package/esm5/lib/IColumnGrouping.js +11 -0
- package/esm5/lib/IColumnGroupingVisualModelExport.js +11 -0
- package/esm5/lib/IDataAdapter.js +7 -0
- package/esm5/lib/IDataGridComponent.js +11 -0
- package/esm5/lib/IDelayedExecutionManager.js +11 -0
- package/esm5/lib/IDragger.js +7 -0
- package/esm5/lib/IDraggerView.js +7 -0
- package/esm5/lib/IDraggerView_combined.js +15 -0
- package/esm5/lib/IEditorView.js +11 -0
- package/esm5/lib/IExternalDefinitionBase.js +7 -0
- package/esm5/lib/IExternalGrid.js +7 -0
- package/esm5/lib/IExternalTemplateColumn.js +11 -0
- package/esm5/lib/IExternalTemplateHeaderColumn.js +11 -0
- package/esm5/lib/IExternalTemplateSectionHeader.js +11 -0
- package/esm5/lib/IGridInfoRequestor.js +7 -0
- package/esm5/lib/INativeCell.js +11 -0
- package/esm5/lib/IPlatformPixelConverter.js +11 -0
- package/esm5/lib/IPropertySetter.js +11 -0
- package/esm5/lib/ISummaryChooserView.js +7 -0
- package/esm5/lib/ISummaryChooserView_combined.js +521 -0
- package/esm5/lib/IToolbarVisualModelExport.js +11 -0
- package/esm5/lib/IViewportManager.js +11 -0
- package/esm5/lib/ImageCell.js +129 -0
- package/esm5/lib/ImageCellModel.js +7 -0
- package/esm5/lib/ImageCellModelExport.js +30 -0
- package/esm5/lib/ImageCellPresenter.js +96 -0
- package/esm5/lib/ImageColumn.js +7 -0
- package/esm5/lib/ImageResourceType.js +37 -0
- package/esm5/lib/ImageStretchOptions.js +29 -0
- package/esm5/lib/LayoutAction.js +49 -0
- package/esm5/lib/LostFocusEventArgs.js +20 -0
- package/esm5/lib/MergedCellEvaluationCriteria.js +29 -0
- package/esm5/lib/MergedCellInfo.js +28 -0
- package/esm5/lib/MergedCellMode.js +34 -0
- package/esm5/lib/ModelStates.js +11 -0
- package/esm5/lib/ModelTypes.js +11 -0
- package/esm5/lib/MultiColumnComboBox.js +7 -0
- package/esm5/lib/MultiColumnComboBoxDataSourceNotificationHandler.js +7 -0
- package/esm5/lib/MultiColumnComboBoxSelectedItemChangeType.js +20 -0
- package/esm5/lib/MultiColumnComboBoxTextChangedEventArgs.js +39 -0
- package/esm5/lib/MultiColumnComboBoxUtilities.js +99 -0
- package/esm5/lib/MultiColumnComboBoxValueChangedEventArgs.js +39 -0
- package/esm5/lib/MultiColumnComboBoxView.js +7 -0
- package/esm5/lib/MultiColumnComboBoxView_combined.js +3184 -0
- package/esm5/lib/MultiColumnComboVisualModelExport.js +209 -0
- package/esm5/lib/MultipleDataSourceNotifier.js +71 -0
- package/esm5/lib/NativeUIComboFactory.js +57 -0
- package/esm5/lib/NativeUIGridFactory.js +80 -0
- package/esm5/lib/NumericCell.js +30 -0
- package/esm5/lib/NumericCellFormatter.js +7 -0
- package/esm5/lib/NumericCellModel.js +7 -0
- package/esm5/lib/NumericCellModelExport.js +34 -0
- package/esm5/lib/NumericCellPresenter.js +50 -0
- package/esm5/lib/NumericColumn.js +7 -0
- package/esm5/lib/NumericEditorView.js +33 -0
- package/esm5/lib/OperatorModel.js +26 -0
- package/esm5/lib/OperatorSelectorClosingEventArgs.js +20 -0
- package/esm5/lib/OperatorSelectorOpeningEventArgs.js +20 -0
- package/esm5/lib/OperatorSelectorValueChangedEventArgs.js +43 -0
- package/esm5/lib/PageChangedEventArgs.js +43 -0
- package/esm5/lib/PagedDataProvider.js +7 -0
- package/esm5/lib/Pager.js +7 -0
- package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerView.js +7 -0
- package/esm5/lib/PagerVisualModelExport.js +84 -0
- package/esm5/lib/PinnedAreaSeparator.js +7 -0
- package/esm5/lib/PinnedPositions.js +29 -0
- package/esm5/lib/PinnedRowInfo.js +7 -0
- package/esm5/lib/PlaceholderView.js +87 -0
- package/esm5/lib/PrimaryKeyValue.js +97 -0
- package/esm5/lib/PropertyEditor.js +7 -0
- package/esm5/lib/PropertyEditorView.js +7 -0
- package/esm5/lib/PropertyEditorView_combined.js +1821 -0
- package/esm5/lib/PushRowResult.js +7 -0
- package/esm5/lib/PushRowSettings.js +7 -0
- package/esm5/lib/RecyclingManager.js +7 -0
- package/esm5/lib/ResponsiveEngine.js +7 -0
- package/esm5/lib/ResponsivePhase.js +7 -0
- package/esm5/lib/ResponsivePhasesCollection.js +7 -0
- package/esm5/lib/ResponsiveState.js +7 -0
- package/esm5/lib/ResponsiveStateEnteredEventArgs.js +20 -0
- package/esm5/lib/ResponsiveStateEnteringEventArgs.js +20 -0
- package/esm5/lib/ResponsiveStateExitedEventArgs.js +20 -0
- package/esm5/lib/ResponsiveStatesCollection.js +7 -0
- package/esm5/lib/RowCellsEffect.js +7 -0
- package/esm5/lib/RowEffect.js +7 -0
- package/esm5/lib/RowHoverAnimationMode.js +29 -0
- package/esm5/lib/RowPath.js +148 -0
- package/esm5/lib/RowRange.js +44 -0
- package/esm5/lib/RowSelectionAnimationMode.js +29 -0
- package/esm5/lib/RowSeparator.js +7 -0
- package/esm5/lib/RowSeparatorCell.js +21 -0
- package/esm5/lib/RowSeparatorCellPresenter.js +28 -0
- package/esm5/lib/RowSeparatorModel.js +7 -0
- package/esm5/lib/RowSeparatorModelExport.js +27 -0
- package/esm5/lib/SaveLayoutColumn.js +7 -0
- package/esm5/lib/SaveLayoutFilterInfo.js +175 -0
- package/esm5/lib/SaveLayoutGroupInfo.js +53 -0
- package/esm5/lib/SaveLayoutSortInfo.js +56 -0
- package/esm5/lib/SectionFooter.js +7 -0
- package/esm5/lib/SectionHeader.js +7 -0
- package/esm5/lib/SectionHeaderCell.js +54 -0
- package/esm5/lib/SectionHeaderCellModel.js +7 -0
- package/esm5/lib/SectionHeaderCellModelExport.js +64 -0
- package/esm5/lib/SectionHeaderCellPresenter.js +56 -0
- package/esm5/lib/SectionInfo.js +7 -0
- package/esm5/lib/SelectAllCheckboxChangedEventArgs.js +22 -0
- package/esm5/lib/SelectionManager.js +7 -0
- package/esm5/lib/SortIndicatorRenderCompletedEventArgs.js +20 -0
- package/esm5/lib/SortIndicatorStyle.js +32 -0
- package/esm5/lib/SortManager.js +7 -0
- package/esm5/lib/SortMode.js +37 -0
- package/esm5/lib/SpacerEffect.js +7 -0
- package/esm5/lib/SpatialEngine.js +7 -0
- package/esm5/lib/StringOperatorTypes.js +11 -0
- package/esm5/lib/SummaryCell.js +84 -0
- package/esm5/lib/SummaryCellModel.js +7 -0
- package/esm5/lib/SummaryCellModelExport.js +90 -0
- package/esm5/lib/SummaryCellPresenter.js +56 -0
- package/esm5/lib/SummaryChangedEventArgs.js +23 -0
- package/esm5/lib/SummaryChooser.js +7 -0
- package/esm5/lib/SummaryChooserItem.js +24 -0
- package/esm5/lib/SummaryChooserView.js +7 -0
- package/esm5/lib/SummaryData.js +26 -0
- package/esm5/lib/SummaryRow.js +7 -0
- package/esm5/lib/SummaryRowRoot.js +7 -0
- package/esm5/lib/SummaryRowSection.js +7 -0
- package/esm5/lib/SummaryScope.js +33 -0
- package/esm5/lib/TemplateCell.js +61 -0
- package/esm5/lib/TemplateCellContainer.js +43 -0
- package/esm5/lib/TemplateCellModel.js +7 -0
- package/esm5/lib/TemplateCellModelExport.js +29 -0
- package/esm5/lib/TemplateCellPresenter.js +43 -0
- package/esm5/lib/TemplateCellUpdatingEventArgs.js +7 -0
- package/esm5/lib/TemplateColumn.js +7 -0
- package/esm5/lib/TemplateHeader.js +50 -0
- package/esm5/lib/TemplateHeaderCell.js +36 -0
- package/esm5/lib/TemplateHeaderCellModel.js +67 -0
- package/esm5/lib/TemplateHeaderCellModelExport.js +29 -0
- package/esm5/lib/TemplateHeaderCellPresenter.js +44 -0
- package/esm5/lib/TemplateHeaderCellUpdatingEventArgs.js +43 -0
- package/esm5/lib/TemplateSectionHeader.js +41 -0
- package/esm5/lib/TemplateSectionHeaderCellModel.js +21 -0
- package/esm5/lib/TemplateSectionHeaderCellModelExport.js +27 -0
- package/esm5/lib/TemplateSectionHeaderCellUpdatingEventArgs.js +43 -0
- package/esm5/lib/TextCell.js +67 -0
- package/esm5/lib/TextCellLineBreakMode.js +33 -0
- package/esm5/lib/TextCellModel.js +7 -0
- package/esm5/lib/TextCellModelExport.js +32 -0
- package/esm5/lib/TextCellPresenter.js +52 -0
- package/esm5/lib/TextColumn.js +7 -0
- package/esm5/lib/TextEditorView.js +177 -0
- package/esm5/lib/TextHeader.js +7 -0
- package/esm5/lib/TextHeaderCell.js +322 -0
- package/esm5/lib/TextHeaderCellModel.js +7 -0
- package/esm5/lib/TextHeaderCellModelExport.js +27 -0
- package/esm5/lib/TextHeaderCellPresenter.js +92 -0
- package/esm5/lib/TextIconSetBuiltInTypes.js +18 -0
- package/esm5/lib/TextIconSetConditionalStyle.js +107 -0
- package/esm5/lib/TextVisualModelExport.js +46 -0
- package/esm5/lib/ToolbarVisualModelExport.js +24 -0
- package/esm5/lib/VerticalSeparatorCell.js +74 -0
- package/esm5/lib/VerticalSeparatorCellModel.js +7 -0
- package/esm5/lib/VerticalSeparatorCellPresenter.js +28 -0
- package/esm5/lib/VisibilityEngine.js +7 -0
- package/esm5/lib/VisualModel.js +7 -0
- package/esm5/lib/VisualModelExport.js +233 -0
- package/esm5/lib/igx-apply-button-click-event-args.js +33 -0
- package/esm5/lib/igx-cancel-button-click-event-args.js +33 -0
- package/esm5/lib/igx-cell-info.js +1376 -0
- package/esm5/lib/igx-cell-key-dynamic-module.js +33 -0
- package/esm5/lib/igx-cell-key-module.js +27 -0
- package/esm5/lib/igx-cell-key.js +106 -0
- package/esm5/lib/igx-cell-range-dynamic-module.js +33 -0
- package/esm5/lib/igx-cell-range-module.js +27 -0
- package/esm5/lib/igx-cell-range.js +96 -0
- package/esm5/lib/igx-cell-style-requested-event-args.js +75 -0
- package/esm5/lib/igx-checkbox-list-component.js +1099 -0
- package/esm5/lib/igx-checkbox-list-dynamic-module.js +89 -0
- package/esm5/lib/igx-checkbox-list-index-type-changed-event-args.js +55 -0
- package/esm5/lib/igx-checkbox-list-keys-cleared-event-args.js +33 -0
- package/esm5/lib/igx-checkbox-list-module.js +83 -0
- package/esm5/lib/igx-checked-changed-event-args.js +68 -0
- package/esm5/lib/igx-column-chooser-component.js +329 -0
- package/esm5/lib/igx-column-chooser-dynamic-module.js +51 -0
- package/esm5/lib/igx-column-chooser-module.js +45 -0
- package/esm5/lib/igx-column-exchanger.js +57 -0
- package/esm5/lib/igx-column-exchangers-collection.js +58 -0
- package/esm5/lib/igx-column-group-description-collection.js +146 -0
- package/esm5/lib/igx-column-group-description-dynamic-module.js +33 -0
- package/esm5/lib/igx-column-group-description-module.js +27 -0
- package/esm5/lib/igx-column-group-description.js +168 -0
- package/esm5/lib/igx-column-grouping-component.js +385 -0
- package/esm5/lib/igx-column-grouping-dynamic-module.js +37 -0
- package/esm5/lib/igx-column-grouping-module.js +35 -0
- package/esm5/lib/igx-column-hidden-changed-event-args.js +66 -0
- package/esm5/lib/igx-column-moving-separator-component.js +90 -0
- package/esm5/lib/igx-column-moving-separator-dynamic-module.js +33 -0
- package/esm5/lib/igx-column-moving-separator-module.js +28 -0
- package/esm5/lib/igx-column-pinned-changed-event-args.js +76 -0
- package/esm5/lib/igx-column-pinning-component.js +328 -0
- package/esm5/lib/igx-column-pinning-dynamic-module.js +44 -0
- package/esm5/lib/igx-column-pinning-module.js +38 -0
- package/esm5/lib/igx-column-property-setter.js +83 -0
- package/esm5/lib/igx-column-property-setters-collection.js +58 -0
- package/esm5/lib/igx-column-resizing-separator-component.js +75 -0
- package/esm5/lib/igx-column-resizing-separator-dynamic-module.js +33 -0
- package/esm5/lib/igx-column-resizing-separator-module.js +28 -0
- package/esm5/lib/igx-column-sort-description-collection.js +146 -0
- package/esm5/lib/igx-column-sort-description-dynamic-module.js +33 -0
- package/esm5/lib/igx-column-sort-description-module.js +27 -0
- package/esm5/lib/igx-column-sort-description.js +81 -0
- package/esm5/lib/igx-column-summary-description-collection.js +143 -0
- package/esm5/lib/igx-column-summary-description-dynamic-module.js +33 -0
- package/esm5/lib/igx-column-summary-description-module.js +27 -0
- package/esm5/lib/igx-column-summary-description.js +270 -0
- package/esm5/lib/igx-column-width-dynamic-module.js +33 -0
- package/esm5/lib/igx-column-width-module.js +27 -0
- package/esm5/lib/igx-column-width.js +84 -0
- package/esm5/lib/igx-combo-box-column-component.js +134 -0
- package/esm5/lib/igx-combo-box-column-dynamic-module.js +33 -0
- package/esm5/lib/igx-combo-box-column-module.js +28 -0
- package/esm5/lib/igx-data-binding-event-args.js +116 -0
- package/esm5/lib/igx-data-grid-all-columns-dynamic-module.js +108 -0
- package/esm5/lib/igx-data-grid-all-columns-module.js +101 -0
- package/esm5/lib/igx-data-grid-cell-event-args.js +135 -0
- package/esm5/lib/igx-data-grid-column-component.js +1106 -0
- package/esm5/lib/igx-data-grid-comparison-operator-selector-component.js +680 -0
- package/esm5/lib/igx-data-grid-component.js +5103 -0
- package/esm5/lib/igx-data-grid-core-dynamic-module.js +177 -0
- package/esm5/lib/igx-data-grid-core-module.js +171 -0
- package/esm5/lib/igx-data-grid-dynamic-module.js +94 -0
- package/esm5/lib/igx-data-grid-expansion-indicator-component.js +225 -0
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +391 -0
- package/esm5/lib/igx-data-grid-locale-en-module.js +30 -0
- package/esm5/lib/igx-data-grid-module.js +87 -0
- package/esm5/lib/igx-data-grid-pager-component.js +314 -0
- package/esm5/lib/igx-data-grid-pager-dynamic-module.js +41 -0
- package/esm5/lib/igx-data-grid-pager-module.js +34 -0
- package/esm5/lib/igx-data-grid-sort-indicator-component.js +267 -0
- package/esm5/lib/igx-data-grid-toolbar-component.js +504 -0
- package/esm5/lib/igx-data-grid-toolbar-dynamic-module.js +65 -0
- package/esm5/lib/igx-data-grid-toolbar-module.js +59 -0
- package/esm5/lib/igx-date-time-cell-info.js +118 -0
- package/esm5/lib/igx-date-time-column-component.js +219 -0
- package/esm5/lib/igx-date-time-column-dynamic-module.js +33 -0
- package/esm5/lib/igx-date-time-column-module.js +28 -0
- package/esm5/lib/igx-definition-base-component.js +1054 -0
- package/esm5/lib/igx-edit-row-definition-component.js +54 -0
- package/esm5/lib/igx-edit-row-definition-dynamic-module.js +33 -0
- package/esm5/lib/igx-edit-row-definition-module.js +28 -0
- package/esm5/lib/igx-editor-cell-info.js +202 -0
- package/esm5/lib/igx-editor-definition-component.js +54 -0
- package/esm5/lib/igx-editor-definition-dynamic-module.js +33 -0
- package/esm5/lib/igx-editor-definition-module.js +28 -0
- package/esm5/lib/igx-editor-row-cell-info.js +27 -0
- package/esm5/lib/igx-filter-cell-info.js +197 -0
- package/esm5/lib/igx-filter-dialog-render-completed-event-args.js +33 -0
- package/esm5/lib/igx-filter-operand-dynamic-module.js +33 -0
- package/esm5/lib/igx-filter-operand-module.js +27 -0
- package/esm5/lib/igx-filter-operand.js +159 -0
- package/esm5/lib/igx-filter-row-definition-component.js +114 -0
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +33 -0
- package/esm5/lib/igx-filter-row-definition-module.js +28 -0
- package/esm5/lib/igx-format-group-text-event-args.js +85 -0
- package/esm5/lib/igx-format-summary-text-event-args.js +98 -0
- package/esm5/lib/igx-got-focus-event-args.js +33 -0
- package/esm5/lib/igx-grid-active-cell-changed-event-args.js +95 -0
- package/esm5/lib/igx-grid-animation-phase-settings.js +146 -0
- package/esm5/lib/igx-grid-animation-settings.js +53 -0
- package/esm5/lib/igx-grid-cell-edit-ended-event-args.js +84 -0
- package/esm5/lib/igx-grid-cell-edit-started-event-args.js +84 -0
- package/esm5/lib/igx-grid-cell-position-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-cell-position-module.js +27 -0
- package/esm5/lib/igx-grid-cell-position.js +67 -0
- package/esm5/lib/igx-grid-cell-value-changing-event-args.js +167 -0
- package/esm5/lib/igx-grid-column-animation-settings.js +53 -0
- package/esm5/lib/igx-grid-column-button-options-component.js +164 -0
- package/esm5/lib/igx-grid-column-button-options-dynamic-module.js +37 -0
- package/esm5/lib/igx-grid-column-button-options-module.js +35 -0
- package/esm5/lib/igx-grid-column-collection.js +58 -0
- package/esm5/lib/igx-grid-column-filter-options-component.js +167 -0
- package/esm5/lib/igx-grid-column-filter-options-dynamic-module.js +44 -0
- package/esm5/lib/igx-grid-column-filter-options-module.js +38 -0
- package/esm5/lib/igx-grid-column-group-options-component.js +74 -0
- package/esm5/lib/igx-grid-column-group-options-dynamic-module.js +37 -0
- package/esm5/lib/igx-grid-column-group-options-module.js +35 -0
- package/esm5/lib/igx-grid-column-hide-options-component.js +74 -0
- package/esm5/lib/igx-grid-column-hide-options-dynamic-module.js +37 -0
- package/esm5/lib/igx-grid-column-hide-options-module.js +35 -0
- package/esm5/lib/igx-grid-column-move-options-component.js +98 -0
- package/esm5/lib/igx-grid-column-move-options-dynamic-module.js +37 -0
- package/esm5/lib/igx-grid-column-move-options-module.js +35 -0
- package/esm5/lib/igx-grid-column-options-base-component.js +352 -0
- package/esm5/lib/igx-grid-column-options-component.js +723 -0
- package/esm5/lib/igx-grid-column-options-dynamic-module.js +93 -0
- package/esm5/lib/igx-grid-column-options-module.js +87 -0
- package/esm5/lib/igx-grid-column-options-section-base-component.js +36 -0
- package/esm5/lib/igx-grid-column-options-simple-section-base-component.js +55 -0
- package/esm5/lib/igx-grid-column-pin-options-component.js +98 -0
- package/esm5/lib/igx-grid-column-pin-options-dynamic-module.js +37 -0
- package/esm5/lib/igx-grid-column-pin-options-module.js +35 -0
- package/esm5/lib/igx-grid-column-sort-options-component.js +111 -0
- package/esm5/lib/igx-grid-column-sort-options-dynamic-module.js +37 -0
- package/esm5/lib/igx-grid-column-sort-options-module.js +35 -0
- package/esm5/lib/igx-grid-column-summary-options-component.js +130 -0
- package/esm5/lib/igx-grid-column-summary-options-dynamic-module.js +51 -0
- package/esm5/lib/igx-grid-column-summary-options-module.js +45 -0
- package/esm5/lib/igx-grid-column-width-changed-event-args.js +120 -0
- package/esm5/lib/igx-grid-columns-auto-generated-event-args.js +74 -0
- package/esm5/lib/igx-grid-columns-changed-event-args.js +74 -0
- package/esm5/lib/igx-grid-compound-conditional-style-component.js +80 -0
- package/esm5/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +59 -0
- package/esm5/lib/igx-grid-conditional-style-collection.js +58 -0
- package/esm5/lib/igx-grid-conditional-style-component.js +386 -0
- package/esm5/lib/igx-grid-conditional-style-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-conditional-style-module.js +28 -0
- package/esm5/lib/igx-grid-conditional-style-property-collection.js +58 -0
- package/esm5/lib/igx-grid-conditional-style-property-component.js +506 -0
- package/esm5/lib/igx-grid-conditional-style-property-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-conditional-style-property-module.js +28 -0
- package/esm5/lib/igx-grid-custom-filter-requested-event-args.js +124 -0
- package/esm5/lib/igx-grid-data-committed-event-args.js +56 -0
- package/esm5/lib/igx-grid-data-committing-event-args.js +56 -0
- package/esm5/lib/igx-grid-filter-dialog-filter-change-event-args.js +43 -0
- package/esm5/lib/igx-grid-filter-dialog-opening-event-args.js +55 -0
- package/esm5/lib/igx-grid-filter-dialog-view-model-grouping-level-collection.js +58 -0
- package/esm5/lib/igx-grid-filter-dialog-view-model-grouping-level.js +58 -0
- package/esm5/lib/igx-grid-filter-dialog-view-model-grouping.js +72 -0
- package/esm5/lib/igx-grid-filter-dialog-view-model-row-collection.js +58 -0
- package/esm5/lib/igx-grid-filter-dialog-view-model-row.js +122 -0
- package/esm5/lib/igx-grid-filter-dialog-view-model.js +171 -0
- package/esm5/lib/igx-grid-filter-expressions-event-args.js +60 -0
- package/esm5/lib/igx-grid-filter-operands-collection.js +58 -0
- package/esm5/lib/igx-grid-group-descriptions-changed-event-args.js +63 -0
- package/esm5/lib/igx-grid-row-edit-ended-event-args.js +59 -0
- package/esm5/lib/igx-grid-row-edit-started-event-args.js +59 -0
- package/esm5/lib/igx-grid-selected-cell-ranges-changed-event-args.js +188 -0
- package/esm5/lib/igx-grid-selected-cell-ranges-collection.js +58 -0
- package/esm5/lib/igx-grid-selected-cells-changed-event-args.js +151 -0
- package/esm5/lib/igx-grid-selected-cells-collection.js +58 -0
- package/esm5/lib/igx-grid-selected-items-changed-event-args.js +151 -0
- package/esm5/lib/igx-grid-selected-items-collection.js +35 -0
- package/esm5/lib/igx-grid-selected-keys-changed-event-args.js +151 -0
- package/esm5/lib/igx-grid-selected-keys-collection.js +58 -0
- package/esm5/lib/igx-grid-selection-changed-event-args.js +36 -0
- package/esm5/lib/igx-grid-size-changed-event-args.js +62 -0
- package/esm5/lib/igx-grid-sort-descriptions-changed-event-args.js +63 -0
- package/esm5/lib/igx-grid-summary-descriptions-changed-event-args.js +63 -0
- package/esm5/lib/igx-group-data.js +83 -0
- package/esm5/lib/igx-header-component.js +163 -0
- package/esm5/lib/igx-header-row-separator-component.js +54 -0
- package/esm5/lib/igx-header-row-separator-dynamic-module.js +33 -0
- package/esm5/lib/igx-header-row-separator-module.js +28 -0
- package/esm5/lib/igx-header-separator-component.js +51 -0
- package/esm5/lib/igx-header-separator-dynamic-module.js +33 -0
- package/esm5/lib/igx-header-separator-module.js +28 -0
- package/esm5/lib/igx-horizontal-property-editor-data-source.js +58 -0
- package/esm5/lib/igx-image-cell-info.js +69 -0
- package/esm5/lib/igx-image-column-component.js +133 -0
- package/esm5/lib/igx-image-column-dynamic-module.js +33 -0
- package/esm5/lib/igx-image-column-module.js +28 -0
- package/esm5/lib/igx-lost-focus-event-args.js +33 -0
- package/esm5/lib/igx-multi-column-combo-box-component.js +1868 -0
- package/esm5/lib/igx-multi-column-combo-box-dynamic-module.js +79 -0
- package/esm5/lib/igx-multi-column-combo-box-module.js +73 -0
- package/esm5/lib/igx-multi-column-combo-box-text-changed-event-args.js +37 -0
- package/esm5/lib/igx-multi-column-combo-box-value-changed-event-args.js +37 -0
- package/esm5/lib/igx-numeric-cell-info.js +208 -0
- package/esm5/lib/igx-numeric-column-component.js +293 -0
- package/esm5/lib/igx-numeric-column-dynamic-module.js +33 -0
- package/esm5/lib/igx-numeric-column-module.js +28 -0
- package/esm5/lib/igx-operator-selector-closing-event-args.js +33 -0
- package/esm5/lib/igx-operator-selector-opening-event-args.js +36 -0
- package/esm5/lib/igx-operator-selector-value-changed-event-args.js +56 -0
- package/esm5/lib/igx-page-changed-event-args.js +63 -0
- package/esm5/lib/igx-pinned-area-separator-component.js +51 -0
- package/esm5/lib/igx-pinned-area-separator-dynamic-module.js +33 -0
- package/esm5/lib/igx-pinned-area-separator-module.js +28 -0
- package/esm5/lib/igx-primary-key-value-dynamic-module.js +33 -0
- package/esm5/lib/igx-primary-key-value-module.js +27 -0
- package/esm5/lib/igx-primary-key-value.js +89 -0
- package/esm5/lib/igx-property-editor-component.js +556 -0
- package/esm5/lib/igx-property-editor-dynamic-module.js +114 -0
- package/esm5/lib/igx-property-editor-module.js +108 -0
- package/esm5/lib/igx-responsive-phase.js +153 -0
- package/esm5/lib/igx-responsive-phases-collection.js +58 -0
- package/esm5/lib/igx-responsive-state-entered-event-args.js +36 -0
- package/esm5/lib/igx-responsive-state-entering-event-args.js +36 -0
- package/esm5/lib/igx-responsive-state-exited-event-args.js +36 -0
- package/esm5/lib/igx-responsive-state.js +237 -0
- package/esm5/lib/igx-responsive-states-collection.js +58 -0
- package/esm5/lib/igx-row-separator-component.js +54 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +33 -0
- package/esm5/lib/igx-row-separator-info.js +27 -0
- package/esm5/lib/igx-row-separator-module.js +28 -0
- package/esm5/lib/igx-section-footer-component.js +54 -0
- package/esm5/lib/igx-section-footer-dynamic-module.js +33 -0
- package/esm5/lib/igx-section-footer-module.js +28 -0
- package/esm5/lib/igx-section-header-cell-info.js +68 -0
- package/esm5/lib/igx-section-header-component.js +164 -0
- package/esm5/lib/igx-section-header-dynamic-module.js +33 -0
- package/esm5/lib/igx-section-header-module.js +28 -0
- package/esm5/lib/igx-select-all-checkbox-changed-event-args.js +44 -0
- package/esm5/lib/igx-sort-indicator-render-completed-event-args.js +33 -0
- package/esm5/lib/igx-summary-cell-info.js +83 -0
- package/esm5/lib/igx-summary-changed-event-args.js +63 -0
- package/esm5/lib/igx-summary-chooser-dynamic-module.js +35 -0
- package/esm5/lib/igx-summary-chooser-module.js +32 -0
- package/esm5/lib/igx-summary-data.js +96 -0
- package/esm5/lib/igx-summary-row-component.js +186 -0
- package/esm5/lib/igx-summary-row-root-component.js +52 -0
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +33 -0
- package/esm5/lib/igx-summary-row-root-module.js +28 -0
- package/esm5/lib/igx-summary-row-section-component.js +52 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +33 -0
- package/esm5/lib/igx-summary-row-section-module.js +28 -0
- package/esm5/lib/igx-template-cell-info.js +40 -0
- package/esm5/lib/igx-template-cell-updating-event-args.js +133 -0
- package/esm5/lib/igx-template-column-component.js +86 -0
- package/esm5/lib/igx-template-column-dynamic-module.js +33 -0
- package/esm5/lib/igx-template-column-module.js +28 -0
- package/esm5/lib/igx-template-header-cell-info.js +41 -0
- package/esm5/lib/igx-template-header-cell-updating-event-args.js +133 -0
- package/esm5/lib/igx-template-header-component.js +86 -0
- package/esm5/lib/igx-template-header-dynamic-module.js +33 -0
- package/esm5/lib/igx-template-header-module.js +28 -0
- package/esm5/lib/igx-template-section-header-cell-info.js +27 -0
- package/esm5/lib/igx-template-section-header-cell-updating-event-args.js +100 -0
- package/esm5/lib/igx-template-section-header-component.js +86 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +33 -0
- package/esm5/lib/igx-template-section-header-module.js +28 -0
- package/esm5/lib/igx-text-cell-info.js +40 -0
- package/esm5/lib/igx-text-column-component.js +117 -0
- package/esm5/lib/igx-text-column-dynamic-module.js +33 -0
- package/esm5/lib/igx-text-column-module.js +28 -0
- package/esm5/lib/igx-text-header-cell-info.js +93 -0
- package/esm5/lib/igx-text-header-component.js +55 -0
- package/esm5/lib/igx-text-header-dynamic-module.js +33 -0
- package/esm5/lib/igx-text-header-module.js +28 -0
- package/esm5/lib/igx-text-icon-set-conditional-style-component.js +83 -0
- package/esm5/lib/igx-text-icon-set-conditional-style-dynamic-module.js +33 -0
- package/esm5/lib/igx-text-icon-set-conditional-style-module.js +28 -0
- package/esm5/lib/igx-vertical-separator-cell-info.js +27 -0
- package/esm5/public_api.js +742 -0
- package/fesm2015/igniteui-angular-data-grids.js +94820 -0
- package/fesm5/igniteui-angular-data-grids.js +107488 -0
- package/igniteui-angular-data-grids.d.ts +5 -0
- package/lib/AccessibilityRow.d.ts +22 -0
- package/lib/ActivationManager.d.ts +1 -0
- package/lib/ApplyButtonClickEventArgs.d.ts +7 -0
- package/lib/BaseEditorView.d.ts +62 -0
- package/lib/BrowserExecutionContext.d.ts +19 -0
- package/lib/BrowserPixelConverter.d.ts +9 -0
- package/lib/BrowserTickProvider.d.ts +21 -0
- package/lib/CalculationParameters.d.ts +24 -0
- package/lib/CancelButtonClickEventArgs.d.ts +7 -0
- package/lib/CanvasCellPresenterBase.d.ts +18 -0
- package/lib/CanvasContentCellModelHelper.d.ts +18 -0
- package/lib/CanvasDateTimeCell.d.ts +10 -0
- package/lib/CanvasDateTimeCellPresenter.d.ts +15 -0
- package/lib/CanvasGridCellBase.d.ts +166 -0
- package/lib/CanvasImageCell.d.ts +27 -0
- package/lib/CanvasImageCellPresenter.d.ts +16 -0
- package/lib/CanvasNumericCell.d.ts +10 -0
- package/lib/CanvasNumericCellPresenter.d.ts +15 -0
- package/lib/CanvasPlaceholderView.d.ts +25 -0
- package/lib/CanvasRowSeparatorCell.d.ts +10 -0
- package/lib/CanvasRowSeparatorCellPresenter.d.ts +12 -0
- package/lib/CanvasSectionHeaderCell.d.ts +11 -0
- package/lib/CanvasSectionHeaderCellPresenter.d.ts +14 -0
- package/lib/CanvasSummaryCell.d.ts +30 -0
- package/lib/CanvasSummaryCellPresenter.d.ts +14 -0
- package/lib/CanvasTemplateCell.d.ts +15 -0
- package/lib/CanvasTemplateCellContainer.d.ts +15 -0
- package/lib/CanvasTemplateCellPresenter.d.ts +16 -0
- package/lib/CanvasTemplateHeaderCell.d.ts +15 -0
- package/lib/CanvasTemplateHeaderCellPresenter.d.ts +16 -0
- package/lib/CanvasTextCell.d.ts +11 -0
- package/lib/CanvasTextCellPresenter.d.ts +14 -0
- package/lib/CanvasTextHeaderCell.d.ts +20 -0
- package/lib/CanvasTextHeaderCellPresenter.d.ts +16 -0
- package/lib/CanvasVerticalSeparatorCell.d.ts +10 -0
- package/lib/CanvasVerticalSeparatorCellPresenter.d.ts +12 -0
- package/lib/CellContentHorizontalAlignment.d.ts +30 -0
- package/lib/CellContentVerticalAlignment.d.ts +30 -0
- package/lib/CellDataLoadedAnimationMode.d.ts +22 -0
- package/lib/CellEffect.d.ts +1 -0
- package/lib/CellKey.d.ts +1 -0
- package/lib/CellModel.d.ts +1 -0
- package/lib/CellModelExport.d.ts +43 -0
- package/lib/CellPath.d.ts +54 -0
- package/lib/CellPositionEffect.d.ts +1 -0
- package/lib/CellPresenterBase.d.ts +18 -0
- package/lib/CellPropertyAnimationType.d.ts +58 -0
- package/lib/CellRange.d.ts +23 -0
- package/lib/CellSelectionAnimationMode.d.ts +22 -0
- package/lib/CellStyleRequestedEventArgs.d.ts +16 -0
- package/lib/CheckboxList.d.ts +1 -0
- package/lib/CheckboxListBridge.d.ts +43 -0
- package/lib/CheckboxListExternal.d.ts +42 -0
- package/lib/CheckboxListExternalIndexType.d.ts +12 -0
- package/lib/CheckboxListExternalIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListExternalKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListIndexType.d.ts +9 -0
- package/lib/CheckboxListIndexTypeChangedEventArgs.d.ts +10 -0
- package/lib/CheckboxListKeysClearedEventArgs.d.ts +7 -0
- package/lib/CheckboxListView.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +21 -0
- package/lib/CheckboxListView_combined.d.ts +281 -0
- package/lib/CheckedChangedEventArgs.d.ts +10 -0
- package/lib/CloneDataSourceFilterOperation.d.ts +13 -0
- package/lib/ColumnCellsEffect.d.ts +1 -0
- package/lib/ColumnChooser.d.ts +1 -0
- package/lib/ColumnChooserInfo.d.ts +10 -0
- package/lib/ColumnChooserView.d.ts +1 -0
- package/lib/ColumnChooserView_combined.d.ts +81 -0
- package/lib/ColumnComparisonConditionOperatorType.d.ts +55 -0
- package/lib/ColumnComparisonFilterCondition.d.ts +1 -0
- package/lib/ColumnController.d.ts +1 -0
- package/lib/ColumnCustomFilterCondition.d.ts +1 -0
- package/lib/ColumnEffect.d.ts +1 -0
- package/lib/ColumnExchanger.d.ts +1 -0
- package/lib/ColumnExchangersCollection.d.ts +1 -0
- package/lib/ColumnExchangingAnimationMode.d.ts +54 -0
- package/lib/ColumnFilterCondition.d.ts +1 -0
- package/lib/ColumnFilterConditionCollection.d.ts +1 -0
- package/lib/ColumnFilterConditionGroup.d.ts +1 -0
- package/lib/ColumnFilterCondition_combined.d.ts +5234 -0
- package/lib/ColumnGroupDescription.d.ts +42 -0
- package/lib/ColumnGroupDescriptionCollection.d.ts +29 -0
- package/lib/ColumnGrouping.d.ts +1 -0
- package/lib/ColumnGroupingView.d.ts +1 -0
- package/lib/ColumnGroupingView_combined.d.ts +151 -0
- package/lib/ColumnGroupingVisualModelExport.d.ts +29 -0
- package/lib/ColumnHiddenChangedEventArgs.d.ts +1 -0
- package/lib/ColumnHidingAnimationMode.d.ts +54 -0
- package/lib/ColumnInfo.d.ts +1 -0
- package/lib/ColumnMovingAnimationMode.d.ts +22 -0
- package/lib/ColumnMovingMode.d.ts +9 -0
- package/lib/ColumnMovingSeparator.d.ts +1 -0
- package/lib/ColumnOptionsIconAlignment.d.ts +22 -0
- package/lib/ColumnOptionsIconBehavior.d.ts +26 -0
- package/lib/ColumnOptionsToolbarManagerOpeningEventArgs.d.ts +7 -0
- package/lib/ColumnPinnedChangedEventArgs.d.ts +1 -0
- package/lib/ColumnPinning.d.ts +1 -0
- package/lib/ColumnPinningInfo.d.ts +10 -0
- package/lib/ColumnPinningView.d.ts +1 -0
- package/lib/ColumnPinningView_combined.d.ts +76 -0
- package/lib/ColumnPropertySetter.d.ts +14 -0
- package/lib/ColumnPropertySettersCollection.d.ts +10 -0
- package/lib/ColumnPropertyUpdatingAnimationMode.d.ts +26 -0
- package/lib/ColumnResizingAnimationMode.d.ts +22 -0
- package/lib/ColumnResizingMode.d.ts +10 -0
- package/lib/ColumnResizingSeparator.d.ts +1 -0
- package/lib/ColumnShowingAnimationMode.d.ts +54 -0
- package/lib/ColumnSortDescription.d.ts +20 -0
- package/lib/ColumnSortDescriptionCollection.d.ts +29 -0
- package/lib/ColumnSortDirection.d.ts +22 -0
- package/lib/ColumnStates.d.ts +17 -0
- package/lib/ColumnSummaryDescription.d.ts +68 -0
- package/lib/ColumnSummaryDescriptionCollection.d.ts +29 -0
- package/lib/ColumnWidth.d.ts +16 -0
- package/lib/ComboBoxColumn.d.ts +1 -0
- package/lib/ComboEditorView.d.ts +46 -0
- package/lib/ComboEditorView_ComboExternal.d.ts +39 -0
- package/lib/ComparisonOperatorSelector.d.ts +1 -0
- package/lib/ComparisonOperatorSelectorView.d.ts +1 -0
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +200 -0
- package/lib/ContentCellModelHelper.d.ts +20 -0
- package/lib/CurrentRendererSettings.d.ts +12 -0
- package/lib/DataAdapter.d.ts +1 -0
- package/lib/DataBindingEventArgs.d.ts +1 -0
- package/lib/DataGrid.d.ts +1 -0
- package/lib/DataGridAccessibilityLayoutPanel.d.ts +32 -0
- package/lib/DataGridCellEventArgs.d.ts +1 -0
- package/lib/DataGridCellLayoutPanel.d.ts +75 -0
- package/lib/DataGridColumn.d.ts +1 -0
- package/lib/DataGridColumnToolbarManager.d.ts +1 -0
- package/lib/DataGridDelayedExecutionManager.d.ts +13 -0
- package/lib/DataGridLocaleEn.d.ts +60 -0
- package/lib/DataGridPresenterManager.d.ts +15 -0
- package/lib/DataGridPropertySetter.d.ts +9 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +27 -0
- package/lib/DataGridSelectionMode.d.ts +34 -0
- package/lib/DataGridStylingDefaults.d.ts +1 -0
- package/lib/DataGridToolbar.d.ts +1 -0
- package/lib/DataGridToolbarView.d.ts +1 -0
- package/lib/DataGridToolbarView_combined.d.ts +135 -0
- package/lib/DataGridViewportManager.d.ts +11 -0
- package/lib/DataSourceNotificationBridge.d.ts +1 -0
- package/lib/DateEditorView.d.ts +44 -0
- package/lib/DateOperatorTypes.d.ts +32 -0
- package/lib/DateTimeCell.d.ts +10 -0
- package/lib/DateTimeCellModel.d.ts +1 -0
- package/lib/DateTimeCellModelExport.d.ts +14 -0
- package/lib/DateTimeCellPresenter.d.ts +15 -0
- package/lib/DateTimeColumn.d.ts +1 -0
- package/lib/DateTimeColumnValueFormatter.d.ts +19 -0
- package/lib/DateTimeFormats.d.ts +34 -0
- package/lib/DefaultCellActionManager.d.ts +1 -0
- package/lib/DefaultCellModelExportUpdater.d.ts +1 -0
- package/lib/DefaultGridInfoRequestor.d.ts +1 -0
- package/lib/DefaultPlatformPixelConverter.d.ts +9 -0
- package/lib/DefinitionBase.d.ts +1 -0
- package/lib/DefinitionPropertyUpdatedEventArgs.d.ts +20 -0
- package/lib/DragSelectEventArgs.d.ts +22 -0
- package/lib/DragType.d.ts +15 -0
- package/lib/Dragger.d.ts +47 -0
- package/lib/DraggerView.d.ts +34 -0
- package/lib/DropDownDataListItem.d.ts +9 -0
- package/lib/EditModeClickAction.d.ts +22 -0
- package/lib/EditModeType.d.ts +26 -0
- package/lib/EditRowDefinition.d.ts +1 -0
- package/lib/EditingManager.d.ts +1 -0
- package/lib/EditorCell.d.ts +92 -0
- package/lib/EditorCellModel.d.ts +1 -0
- package/lib/EditorCellModelExport.d.ts +16 -0
- package/lib/EditorCellPresenter.d.ts +13 -0
- package/lib/EditorDefinition.d.ts +1 -0
- package/lib/EditorRowCell.d.ts +10 -0
- package/lib/EditorRowCellModel.d.ts +1 -0
- package/lib/EditorRowCellPresenter.d.ts +13 -0
- package/lib/EditorType.d.ts +30 -0
- package/lib/EnterKeyBehaviorAfterEdit.d.ts +30 -0
- package/lib/EnterKeyBehaviors.d.ts +34 -0
- package/lib/FilterCell.d.ts +80 -0
- package/lib/FilterCellModel.d.ts +1 -0
- package/lib/FilterCellModelExport.d.ts +23 -0
- package/lib/FilterCellPresenter.d.ts +14 -0
- package/lib/FilterComparisonType.d.ts +22 -0
- package/lib/FilterDialogRenderCompletedEventArgs.d.ts +7 -0
- package/lib/FilterLogicalOperator.d.ts +18 -0
- package/lib/FilterOperand.d.ts +1 -0
- package/lib/FilterRowDefinition.d.ts +1 -0
- package/lib/FilterUIType.d.ts +23 -0
- package/lib/FixedCellPositions.d.ts +15 -0
- package/lib/FormatGroupTextEventArgs.d.ts +11 -0
- package/lib/FormatSummaryTextEventArgs.d.ts +12 -0
- package/lib/GotFocusEventArgs.d.ts +7 -0
- package/lib/GridActivationMode.d.ts +18 -0
- package/lib/GridActiveCellChangedEventArgs.d.ts +14 -0
- package/lib/GridAnimationManager.d.ts +1 -0
- package/lib/GridAnimationManagerAnimationCanceledEventArgs.d.ts +8 -0
- package/lib/GridAnimationManagerAnimationCompletedEventArgs.d.ts +8 -0
- package/lib/GridAnimationManagerAnimationCreatedEventArgs.d.ts +8 -0
- package/lib/GridAnimationPhaseSettings.d.ts +33 -0
- package/lib/GridAnimationSettings.d.ts +28 -0
- package/lib/GridCellBase.d.ts +135 -0
- package/lib/GridCellEditEndedEventArgs.d.ts +1 -0
- package/lib/GridCellEditStartedEventArgs.d.ts +1 -0
- package/lib/GridCellPosition.d.ts +14 -0
- package/lib/GridCellType.d.ts +15 -0
- package/lib/GridCellValueChangingEventArgs.d.ts +1 -0
- package/lib/GridColumnAnimationSettings.d.ts +59 -0
- package/lib/GridColumnButtonOptions.d.ts +1 -0
- package/lib/GridColumnButtonOptionsView.d.ts +1 -0
- package/lib/GridColumnButtonOptionsView_combined.d.ts +52 -0
- package/lib/GridColumnCollection.d.ts +1 -0
- package/lib/GridColumnFilterOptions.d.ts +1 -0
- package/lib/GridColumnFilterOptionsView.d.ts +1 -0
- package/lib/GridColumnFilterOptionsView_combined.d.ts +86 -0
- package/lib/GridColumnGroupOptions.d.ts +1 -0
- package/lib/GridColumnGroupOptionsView.d.ts +1 -0
- package/lib/GridColumnGroupOptionsView_combined.d.ts +52 -0
- package/lib/GridColumnHideOptions.d.ts +1 -0
- package/lib/GridColumnHideOptionsView.d.ts +1 -0
- package/lib/GridColumnHideOptionsView_combined.d.ts +38 -0
- package/lib/GridColumnMoveOptions.d.ts +1 -0
- package/lib/GridColumnMoveOptionsView.d.ts +1 -0
- package/lib/GridColumnMoveOptionsView_combined.d.ts +61 -0
- package/lib/GridColumnOptions.d.ts +1 -0
- package/lib/GridColumnOptionsBase.d.ts +1 -0
- package/lib/GridColumnOptionsSectionBase.d.ts +13 -0
- package/lib/GridColumnOptionsSimpleSectionBase.d.ts +17 -0
- package/lib/GridColumnOptionsUtilities.d.ts +1 -0
- package/lib/GridColumnOptionsView.d.ts +1 -0
- package/lib/GridColumnOptionsViewBase.d.ts +1 -0
- package/lib/GridColumnOptionsViewBase_combined.d.ts +159 -0
- package/lib/GridColumnOptionsView_combined.d.ts +182 -0
- package/lib/GridColumnPinOptions.d.ts +1 -0
- package/lib/GridColumnPinOptionsView.d.ts +1 -0
- package/lib/GridColumnPinOptionsView_combined.d.ts +56 -0
- package/lib/GridColumnSortOptions.d.ts +1 -0
- package/lib/GridColumnSortOptionsView.d.ts +1 -0
- package/lib/GridColumnSortOptionsView_combined.d.ts +53 -0
- package/lib/GridColumnSpacer.d.ts +29 -0
- package/lib/GridColumnSpacerCollection.d.ts +16 -0
- package/lib/GridColumnSummaryOptions.d.ts +1 -0
- package/lib/GridColumnSummaryOptionsView.d.ts +1 -0
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +72 -0
- package/lib/GridColumnWidthChangedEventArgs.d.ts +1 -0
- package/lib/GridColumnsAutoGeneratedEventArgs.d.ts +1 -0
- package/lib/GridColumnsChangedEventArgs.d.ts +1 -0
- 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/GridCustomFilterRequestedEventArgs.d.ts +1 -0
- package/lib/GridDataCommittedEventArgs.d.ts +11 -0
- package/lib/GridDataCommittingEventArgs.d.ts +11 -0
- package/lib/GridEasingFunctionType.d.ts +26 -0
- package/lib/GridEffect.d.ts +1 -0
- package/lib/GridEffectGroup.d.ts +1 -0
- package/lib/GridEffectMainIntent.d.ts +20 -0
- package/lib/GridEffectManager.d.ts +1 -0
- package/lib/GridEffectSubIntent.d.ts +18 -0
- package/lib/GridExpansionIndicator.d.ts +1 -0
- package/lib/GridExpansionIndicatorView.d.ts +1 -0
- package/lib/GridExpansionIndicatorView_combined.d.ts +72 -0
- package/lib/GridExternalWrapper.d.ts +41 -0
- package/lib/GridFilterDialog.d.ts +1 -0
- package/lib/GridFilterDialogFilterChangeEventArgs.d.ts +9 -0
- package/lib/GridFilterDialogOpeningEventArgs.d.ts +9 -0
- package/lib/GridFilterDialogPanel.d.ts +1 -0
- package/lib/GridFilterDialogView.d.ts +1 -0
- package/lib/GridFilterDialogViewModel.d.ts +1 -0
- package/lib/GridFilterDialogViewModelGrouping.d.ts +10 -0
- package/lib/GridFilterDialogViewModelGroupingLevel.d.ts +10 -0
- package/lib/GridFilterDialogViewModelGroupingLevelCollection.d.ts +10 -0
- package/lib/GridFilterDialogViewModelRow.d.ts +28 -0
- package/lib/GridFilterDialogViewModelRowCollection.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +243 -0
- package/lib/GridFilterExpressionsEventArgs.d.ts +9 -0
- package/lib/GridFilterOperandsCollection.d.ts +1 -0
- package/lib/GridGroupDescriptionsChangedEventArgs.d.ts +11 -0
- package/lib/GridLayer.d.ts +1 -0
- package/lib/GridLayerController.d.ts +1 -0
- package/lib/GridLayerExport.d.ts +16 -0
- package/lib/GridModuleHelper.d.ts +8 -0
- package/lib/GridRowEditEndedEventArgs.d.ts +11 -0
- package/lib/GridRowEditStartedEventArgs.d.ts +11 -0
- package/lib/GridSelectedCellRangesChangedEventArgs.d.ts +20 -0
- package/lib/GridSelectedCellRangesCollection.d.ts +11 -0
- package/lib/GridSelectedCellsChangedEventArgs.d.ts +1 -0
- package/lib/GridSelectedCellsCollection.d.ts +1 -0
- package/lib/GridSelectedItemsChangedEventArgs.d.ts +17 -0
- package/lib/GridSelectedItemsCollection.d.ts +14 -0
- package/lib/GridSelectedKeysChangedEventArgs.d.ts +17 -0
- package/lib/GridSelectedKeysCollection.d.ts +31 -0
- package/lib/GridSelectionBehavior.d.ts +18 -0
- package/lib/GridSelectionChangedEventArgs.d.ts +7 -0
- package/lib/GridSizeChangedEventArgs.d.ts +9 -0
- package/lib/GridSortDescriptionsChangedEventArgs.d.ts +11 -0
- package/lib/GridSortIndicator.d.ts +1 -0
- package/lib/GridSortIndicatorView.d.ts +1 -0
- package/lib/GridSortIndicatorView_combined.d.ts +103 -0
- package/lib/GridStyleRepository.d.ts +97 -0
- package/lib/GridSummaryDescriptionsChangedEventArgs.d.ts +11 -0
- package/lib/GridViewportChangedEventArgs.d.ts +15 -0
- package/lib/GroupData.d.ts +10 -0
- package/lib/GroupHeaderDisplayMode.d.ts +18 -0
- package/lib/GroupInfo.d.ts +12 -0
- package/lib/GroupSummaryDisplayMode.d.ts +31 -0
- package/lib/Header.d.ts +1 -0
- package/lib/HeaderClickAction.d.ts +30 -0
- package/lib/HeaderRowSeparator.d.ts +1 -0
- package/lib/HeaderSeparator.d.ts +1 -0
- package/lib/HorizontalPropertyEditorDataSource.d.ts +10 -0
- package/lib/HoverManager.d.ts +1 -0
- package/lib/ICellActionManager.d.ts +1 -0
- package/lib/ICellModelExportUpdater.d.ts +11 -0
- package/lib/ICellPresenter.d.ts +1 -0
- package/lib/ICellRenderingEngine.d.ts +1 -0
- package/lib/IColumnGrouping.d.ts +12 -0
- package/lib/IColumnGroupingVisualModelExport.d.ts +11 -0
- package/lib/IDataAdapter.d.ts +1 -0
- package/lib/IDataGridComponent.d.ts +12 -0
- package/lib/IDelayedExecutionManager.d.ts +12 -0
- package/lib/IDragger.d.ts +1 -0
- package/lib/IDraggerView.d.ts +1 -0
- package/lib/IDraggerView_combined.d.ts +50 -0
- package/lib/IEditorView.d.ts +32 -0
- package/lib/IExternalDefinitionBase.d.ts +1 -0
- package/lib/IExternalGrid.d.ts +1 -0
- package/lib/IExternalTemplateColumn.d.ts +12 -0
- package/lib/IExternalTemplateHeaderColumn.d.ts +12 -0
- package/lib/IExternalTemplateSectionHeader.d.ts +12 -0
- package/lib/IGridInfoRequestor.d.ts +1 -0
- package/lib/INativeCell.d.ts +17 -0
- package/lib/IPlatformPixelConverter.d.ts +11 -0
- package/lib/IPropertySetter.d.ts +11 -0
- package/lib/ISummaryChooserView.d.ts +1 -0
- package/lib/ISummaryChooserView_combined.d.ts +103 -0
- package/lib/IToolbarVisualModelExport.d.ts +11 -0
- package/lib/IViewportManager.d.ts +11 -0
- package/lib/ImageCell.d.ts +34 -0
- package/lib/ImageCellModel.d.ts +1 -0
- package/lib/ImageCellModelExport.d.ts +12 -0
- package/lib/ImageCellPresenter.d.ts +16 -0
- package/lib/ImageColumn.d.ts +1 -0
- package/lib/ImageResourceType.d.ts +30 -0
- package/lib/ImageStretchOptions.d.ts +22 -0
- package/lib/LayoutAction.d.ts +42 -0
- package/lib/LostFocusEventArgs.d.ts +7 -0
- package/lib/MergedCellEvaluationCriteria.d.ts +22 -0
- package/lib/MergedCellInfo.d.ts +14 -0
- package/lib/MergedCellMode.d.ts +27 -0
- package/lib/ModelStates.d.ts +13 -0
- package/lib/ModelTypes.d.ts +23 -0
- package/lib/MultiColumnComboBox.d.ts +1 -0
- package/lib/MultiColumnComboBoxDataSourceNotificationHandler.d.ts +1 -0
- package/lib/MultiColumnComboBoxSelectedItemChangeType.d.ts +13 -0
- package/lib/MultiColumnComboBoxTextChangedEventArgs.d.ts +12 -0
- package/lib/MultiColumnComboBoxUtilities.d.ts +25 -0
- package/lib/MultiColumnComboBoxValueChangedEventArgs.d.ts +12 -0
- package/lib/MultiColumnComboBoxView.d.ts +1 -0
- package/lib/MultiColumnComboBoxView_combined.d.ts +499 -0
- package/lib/MultiColumnComboVisualModelExport.d.ts +70 -0
- package/lib/MultipleDataSourceNotifier.d.ts +20 -0
- package/lib/NativeUIComboFactory.d.ts +18 -0
- package/lib/NativeUIGridFactory.d.ts +19 -0
- package/lib/NumericCell.d.ts +11 -0
- package/lib/NumericCellFormatter.d.ts +1 -0
- package/lib/NumericCellModel.d.ts +1 -0
- package/lib/NumericCellModelExport.d.ts +14 -0
- package/lib/NumericCellPresenter.d.ts +15 -0
- package/lib/NumericColumn.d.ts +1 -0
- package/lib/NumericEditorView.d.ts +13 -0
- package/lib/OperatorModel.d.ts +13 -0
- package/lib/OperatorSelectorClosingEventArgs.d.ts +7 -0
- package/lib/OperatorSelectorOpeningEventArgs.d.ts +7 -0
- package/lib/OperatorSelectorValueChangedEventArgs.d.ts +14 -0
- package/lib/PageChangedEventArgs.d.ts +13 -0
- package/lib/PagedDataProvider.d.ts +1 -0
- package/lib/Pager.d.ts +1 -0
- package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerView.d.ts +1 -0
- package/lib/PagerVisualModelExport.d.ts +25 -0
- package/lib/PinnedAreaSeparator.d.ts +1 -0
- package/lib/PinnedPositions.d.ts +22 -0
- package/lib/PinnedRowInfo.d.ts +1 -0
- package/lib/PlaceholderView.d.ts +26 -0
- package/lib/PrimaryKeyValue.d.ts +19 -0
- package/lib/PropertyEditor.d.ts +1 -0
- package/lib/PropertyEditorView.d.ts +1 -0
- package/lib/PropertyEditorView_combined.d.ts +237 -0
- package/lib/PushRowResult.d.ts +1 -0
- package/lib/PushRowSettings.d.ts +1 -0
- package/lib/RecyclingManager.d.ts +1 -0
- package/lib/ResponsiveEngine.d.ts +1 -0
- package/lib/ResponsivePhase.d.ts +1 -0
- package/lib/ResponsivePhasesCollection.d.ts +1 -0
- package/lib/ResponsiveState.d.ts +1 -0
- package/lib/ResponsiveStateEnteredEventArgs.d.ts +7 -0
- package/lib/ResponsiveStateEnteringEventArgs.d.ts +7 -0
- package/lib/ResponsiveStateExitedEventArgs.d.ts +7 -0
- package/lib/ResponsiveStatesCollection.d.ts +1 -0
- package/lib/RowCellsEffect.d.ts +1 -0
- package/lib/RowEffect.d.ts +1 -0
- package/lib/RowHoverAnimationMode.d.ts +22 -0
- package/lib/RowPath.d.ts +37 -0
- package/lib/RowRange.d.ts +14 -0
- package/lib/RowSelectionAnimationMode.d.ts +22 -0
- package/lib/RowSeparator.d.ts +1 -0
- package/lib/RowSeparatorCell.d.ts +10 -0
- package/lib/RowSeparatorCellPresenter.d.ts +12 -0
- package/lib/RowSeparatorModel.d.ts +1 -0
- package/lib/RowSeparatorModelExport.d.ts +11 -0
- package/lib/SaveLayoutColumn.d.ts +1 -0
- package/lib/SaveLayoutFilterInfo.d.ts +25 -0
- package/lib/SaveLayoutGroupInfo.d.ts +15 -0
- package/lib/SaveLayoutSortInfo.d.ts +15 -0
- package/lib/SectionFooter.d.ts +1 -0
- package/lib/SectionHeader.d.ts +1 -0
- package/lib/SectionHeaderCell.d.ts +14 -0
- package/lib/SectionHeaderCellModel.d.ts +1 -0
- package/lib/SectionHeaderCellModelExport.d.ts +21 -0
- package/lib/SectionHeaderCellPresenter.d.ts +14 -0
- package/lib/SectionInfo.d.ts +1 -0
- package/lib/SelectAllCheckboxChangedEventArgs.d.ts +8 -0
- package/lib/SelectionManager.d.ts +1 -0
- package/lib/SortIndicatorRenderCompletedEventArgs.d.ts +7 -0
- package/lib/SortIndicatorStyle.d.ts +25 -0
- package/lib/SortManager.d.ts +1 -0
- package/lib/SortMode.d.ts +30 -0
- package/lib/SpacerEffect.d.ts +1 -0
- package/lib/SpatialEngine.d.ts +1 -0
- package/lib/StringOperatorTypes.d.ts +16 -0
- package/lib/SummaryCell.d.ts +21 -0
- package/lib/SummaryCellModel.d.ts +1 -0
- package/lib/SummaryCellModelExport.d.ts +28 -0
- package/lib/SummaryCellPresenter.d.ts +14 -0
- package/lib/SummaryChangedEventArgs.d.ts +9 -0
- package/lib/SummaryChooser.d.ts +1 -0
- package/lib/SummaryChooserItem.d.ts +10 -0
- package/lib/SummaryChooserView.d.ts +1 -0
- package/lib/SummaryData.d.ts +13 -0
- package/lib/SummaryRow.d.ts +1 -0
- package/lib/SummaryRowRoot.d.ts +1 -0
- package/lib/SummaryRowSection.d.ts +1 -0
- package/lib/SummaryScope.d.ts +26 -0
- package/lib/TemplateCell.d.ts +17 -0
- package/lib/TemplateCellContainer.d.ts +15 -0
- package/lib/TemplateCellModel.d.ts +1 -0
- package/lib/TemplateCellModelExport.d.ts +12 -0
- package/lib/TemplateCellPresenter.d.ts +16 -0
- package/lib/TemplateCellUpdatingEventArgs.d.ts +1 -0
- package/lib/TemplateColumn.d.ts +1 -0
- package/lib/TemplateHeader.d.ts +19 -0
- package/lib/TemplateHeaderCell.d.ts +14 -0
- package/lib/TemplateHeaderCellModel.d.ts +17 -0
- package/lib/TemplateHeaderCellModelExport.d.ts +12 -0
- package/lib/TemplateHeaderCellPresenter.d.ts +16 -0
- package/lib/TemplateHeaderCellUpdatingEventArgs.d.ts +14 -0
- package/lib/TemplateSectionHeader.d.ts +17 -0
- package/lib/TemplateSectionHeaderCellModel.d.ts +8 -0
- package/lib/TemplateSectionHeaderCellModelExport.d.ts +11 -0
- package/lib/TemplateSectionHeaderCellUpdatingEventArgs.d.ts +14 -0
- package/lib/TextCell.d.ts +18 -0
- package/lib/TextCellLineBreakMode.d.ts +26 -0
- package/lib/TextCellModel.d.ts +1 -0
- package/lib/TextCellModelExport.d.ts +13 -0
- package/lib/TextCellPresenter.d.ts +14 -0
- package/lib/TextColumn.d.ts +1 -0
- package/lib/TextEditorView.d.ts +35 -0
- package/lib/TextHeader.d.ts +1 -0
- package/lib/TextHeaderCell.d.ts +54 -0
- package/lib/TextHeaderCellModel.d.ts +1 -0
- package/lib/TextHeaderCellModelExport.d.ts +11 -0
- package/lib/TextHeaderCellPresenter.d.ts +15 -0
- package/lib/TextIconSetBuiltInTypes.d.ts +11 -0
- package/lib/TextIconSetConditionalStyle.d.ts +18 -0
- package/lib/TextVisualModelExport.d.ts +16 -0
- package/lib/ToolbarVisualModelExport.d.ts +9 -0
- package/lib/VerticalSeparatorCell.d.ts +21 -0
- package/lib/VerticalSeparatorCellModel.d.ts +1 -0
- package/lib/VerticalSeparatorCellPresenter.d.ts +12 -0
- package/lib/VisibilityEngine.d.ts +1 -0
- package/lib/VisualModel.d.ts +1 -0
- package/lib/VisualModelExport.d.ts +74 -0
- package/lib/igx-apply-button-click-event-args.d.ts +12 -0
- package/lib/igx-cancel-button-click-event-args.d.ts +12 -0
- package/lib/igx-cell-info.d.ts +582 -0
- package/lib/igx-cell-key-dynamic-module.d.ts +9 -0
- package/lib/igx-cell-key-module.d.ts +7 -0
- package/lib/igx-cell-key.d.ts +35 -0
- package/lib/igx-cell-range-dynamic-module.d.ts +9 -0
- package/lib/igx-cell-range-module.d.ts +7 -0
- package/lib/igx-cell-range.d.ts +40 -0
- package/lib/igx-cell-style-requested-event-args.d.ts +31 -0
- package/lib/igx-checkbox-list-component.d.ts +344 -0
- package/lib/igx-checkbox-list-dynamic-module.d.ts +15 -0
- package/lib/igx-checkbox-list-index-type-changed-event-args.d.ts +19 -0
- package/lib/igx-checkbox-list-keys-cleared-event-args.d.ts +12 -0
- package/lib/igx-checkbox-list-module.d.ts +15 -0
- package/lib/igx-checked-changed-event-args.d.ts +21 -0
- package/lib/igx-column-chooser-component.d.ts +88 -0
- package/lib/igx-column-chooser-dynamic-module.d.ts +11 -0
- package/lib/igx-column-chooser-module.d.ts +11 -0
- package/lib/igx-column-exchanger.d.ts +22 -0
- package/lib/igx-column-exchangers-collection.d.ts +8 -0
- package/lib/igx-column-group-description-collection.d.ts +30 -0
- package/lib/igx-column-group-description-dynamic-module.d.ts +9 -0
- package/lib/igx-column-group-description-module.d.ts +7 -0
- package/lib/igx-column-group-description.d.ts +58 -0
- package/lib/igx-column-grouping-component.d.ts +112 -0
- package/lib/igx-column-grouping-dynamic-module.d.ts +9 -0
- package/lib/igx-column-grouping-module.d.ts +9 -0
- package/lib/igx-column-hidden-changed-event-args.d.ts +18 -0
- package/lib/igx-column-moving-separator-component.d.ts +26 -0
- package/lib/igx-column-moving-separator-dynamic-module.d.ts +9 -0
- package/lib/igx-column-moving-separator-module.d.ts +8 -0
- package/lib/igx-column-pinned-changed-event-args.d.ts +28 -0
- package/lib/igx-column-pinning-component.d.ts +88 -0
- package/lib/igx-column-pinning-dynamic-module.d.ts +10 -0
- package/lib/igx-column-pinning-module.d.ts +10 -0
- package/lib/igx-column-property-setter.d.ts +31 -0
- package/lib/igx-column-property-setters-collection.d.ts +8 -0
- package/lib/igx-column-resizing-separator-component.d.ts +20 -0
- package/lib/igx-column-resizing-separator-dynamic-module.d.ts +9 -0
- package/lib/igx-column-resizing-separator-module.d.ts +8 -0
- package/lib/igx-column-sort-description-collection.d.ts +30 -0
- package/lib/igx-column-sort-description-dynamic-module.d.ts +9 -0
- package/lib/igx-column-sort-description-module.d.ts +7 -0
- package/lib/igx-column-sort-description.d.ts +34 -0
- package/lib/igx-column-summary-description-collection.d.ts +27 -0
- package/lib/igx-column-summary-description-dynamic-module.d.ts +9 -0
- package/lib/igx-column-summary-description-module.d.ts +7 -0
- package/lib/igx-column-summary-description.d.ts +93 -0
- package/lib/igx-column-width-dynamic-module.d.ts +9 -0
- package/lib/igx-column-width-module.d.ts +7 -0
- package/lib/igx-column-width.d.ts +34 -0
- package/lib/igx-combo-box-column-component.d.ts +44 -0
- package/lib/igx-combo-box-column-dynamic-module.d.ts +9 -0
- package/lib/igx-combo-box-column-module.d.ts +8 -0
- package/lib/igx-data-binding-event-args.d.ts +27 -0
- package/lib/igx-data-grid-all-columns-dynamic-module.d.ts +19 -0
- package/lib/igx-data-grid-all-columns-module.d.ts +18 -0
- package/lib/igx-data-grid-cell-event-args.d.ts +36 -0
- package/lib/igx-data-grid-column-component.d.ts +392 -0
- package/lib/igx-data-grid-comparison-operator-selector-component.d.ts +143 -0
- package/lib/igx-data-grid-component.d.ts +1594 -0
- package/lib/igx-data-grid-core-dynamic-module.d.ts +27 -0
- package/lib/igx-data-grid-core-module.d.ts +27 -0
- package/lib/igx-data-grid-dynamic-module.d.ts +17 -0
- package/lib/igx-data-grid-expansion-indicator-component.d.ts +64 -0
- package/lib/igx-data-grid-filter-dialog-component.d.ts +102 -0
- package/lib/igx-data-grid-locale-en-module.d.ts +8 -0
- package/lib/igx-data-grid-module.d.ts +16 -0
- package/lib/igx-data-grid-pager-component.d.ts +89 -0
- package/lib/igx-data-grid-pager-dynamic-module.d.ts +10 -0
- package/lib/igx-data-grid-pager-module.d.ts +10 -0
- package/lib/igx-data-grid-sort-indicator-component.d.ts +71 -0
- package/lib/igx-data-grid-toolbar-component.d.ts +146 -0
- package/lib/igx-data-grid-toolbar-dynamic-module.d.ts +12 -0
- package/lib/igx-data-grid-toolbar-module.d.ts +12 -0
- package/lib/igx-date-time-cell-info.d.ts +45 -0
- package/lib/igx-date-time-column-component.d.ts +71 -0
- package/lib/igx-date-time-column-dynamic-module.d.ts +9 -0
- package/lib/igx-date-time-column-module.d.ts +8 -0
- package/lib/igx-definition-base-component.d.ts +343 -0
- package/lib/igx-edit-row-definition-component.d.ts +17 -0
- package/lib/igx-edit-row-definition-dynamic-module.d.ts +9 -0
- package/lib/igx-edit-row-definition-module.d.ts +8 -0
- package/lib/igx-editor-cell-info.d.ts +79 -0
- package/lib/igx-editor-definition-component.d.ts +17 -0
- package/lib/igx-editor-definition-dynamic-module.d.ts +9 -0
- package/lib/igx-editor-definition-module.d.ts +8 -0
- package/lib/igx-editor-row-cell-info.d.ts +13 -0
- package/lib/igx-filter-cell-info.d.ts +61 -0
- package/lib/igx-filter-dialog-render-completed-event-args.d.ts +12 -0
- package/lib/igx-filter-operand-dynamic-module.d.ts +9 -0
- package/lib/igx-filter-operand-module.d.ts +7 -0
- package/lib/igx-filter-operand.d.ts +61 -0
- package/lib/igx-filter-row-definition-component.d.ts +41 -0
- package/lib/igx-filter-row-definition-dynamic-module.d.ts +9 -0
- package/lib/igx-filter-row-definition-module.d.ts +8 -0
- package/lib/igx-format-group-text-event-args.d.ts +32 -0
- package/lib/igx-format-summary-text-event-args.d.ts +37 -0
- package/lib/igx-got-focus-event-args.d.ts +12 -0
- package/lib/igx-grid-active-cell-changed-event-args.d.ts +26 -0
- package/lib/igx-grid-animation-phase-settings.d.ts +61 -0
- package/lib/igx-grid-animation-settings.d.ts +18 -0
- package/lib/igx-grid-cell-edit-ended-event-args.d.ts +29 -0
- package/lib/igx-grid-cell-edit-started-event-args.d.ts +29 -0
- package/lib/igx-grid-cell-position-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-cell-position-module.d.ts +7 -0
- package/lib/igx-grid-cell-position.d.ts +24 -0
- package/lib/igx-grid-cell-value-changing-event-args.d.ts +44 -0
- package/lib/igx-grid-column-animation-settings.d.ts +18 -0
- package/lib/igx-grid-column-button-options-component.d.ts +40 -0
- package/lib/igx-grid-column-button-options-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-column-button-options-module.d.ts +9 -0
- package/lib/igx-grid-column-collection.d.ts +8 -0
- package/lib/igx-grid-column-filter-options-component.d.ts +47 -0
- package/lib/igx-grid-column-filter-options-dynamic-module.d.ts +10 -0
- package/lib/igx-grid-column-filter-options-module.d.ts +10 -0
- package/lib/igx-grid-column-group-options-component.d.ts +21 -0
- package/lib/igx-grid-column-group-options-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-column-group-options-module.d.ts +9 -0
- package/lib/igx-grid-column-hide-options-component.d.ts +21 -0
- package/lib/igx-grid-column-hide-options-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-column-hide-options-module.d.ts +9 -0
- package/lib/igx-grid-column-move-options-component.d.ts +25 -0
- package/lib/igx-grid-column-move-options-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-column-move-options-module.d.ts +9 -0
- package/lib/igx-grid-column-options-base-component.d.ts +100 -0
- package/lib/igx-grid-column-options-component.d.ts +197 -0
- package/lib/igx-grid-column-options-dynamic-module.d.ts +17 -0
- package/lib/igx-grid-column-options-module.d.ts +17 -0
- package/lib/igx-grid-column-options-section-base-component.d.ts +14 -0
- package/lib/igx-grid-column-options-simple-section-base-component.d.ts +17 -0
- package/lib/igx-grid-column-pin-options-component.d.ts +25 -0
- package/lib/igx-grid-column-pin-options-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-column-pin-options-module.d.ts +9 -0
- package/lib/igx-grid-column-sort-options-component.d.ts +29 -0
- package/lib/igx-grid-column-sort-options-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-column-sort-options-module.d.ts +9 -0
- package/lib/igx-grid-column-summary-options-component.d.ts +41 -0
- package/lib/igx-grid-column-summary-options-dynamic-module.d.ts +11 -0
- package/lib/igx-grid-column-summary-options-module.d.ts +11 -0
- package/lib/igx-grid-column-width-changed-event-args.d.ts +32 -0
- package/lib/igx-grid-columns-auto-generated-event-args.d.ts +20 -0
- package/lib/igx-grid-columns-changed-event-args.d.ts +20 -0
- package/lib/igx-grid-compound-conditional-style-component.d.ts +20 -0
- package/lib/igx-grid-condition-filter-string-errors-parsing-event-args.d.ts +22 -0
- package/lib/igx-grid-conditional-style-collection.d.ts +8 -0
- package/lib/igx-grid-conditional-style-component.d.ts +79 -0
- package/lib/igx-grid-conditional-style-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-conditional-style-module.d.ts +8 -0
- package/lib/igx-grid-conditional-style-property-collection.d.ts +8 -0
- package/lib/igx-grid-conditional-style-property-component.d.ts +103 -0
- package/lib/igx-grid-conditional-style-property-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-conditional-style-property-module.d.ts +8 -0
- package/lib/igx-grid-custom-filter-requested-event-args.d.ts +40 -0
- package/lib/igx-grid-data-committed-event-args.d.ts +27 -0
- package/lib/igx-grid-data-committing-event-args.d.ts +27 -0
- package/lib/igx-grid-filter-dialog-filter-change-event-args.d.ts +15 -0
- package/lib/igx-grid-filter-dialog-opening-event-args.d.ts +15 -0
- package/lib/igx-grid-filter-dialog-view-model-grouping-level-collection.d.ts +8 -0
- package/lib/igx-grid-filter-dialog-view-model-grouping-level.d.ts +8 -0
- package/lib/igx-grid-filter-dialog-view-model-grouping.d.ts +22 -0
- package/lib/igx-grid-filter-dialog-view-model-row-collection.d.ts +8 -0
- package/lib/igx-grid-filter-dialog-view-model-row.d.ts +31 -0
- package/lib/igx-grid-filter-dialog-view-model.d.ts +39 -0
- package/lib/igx-grid-filter-expressions-event-args.d.ts +15 -0
- package/lib/igx-grid-filter-operands-collection.d.ts +8 -0
- package/lib/igx-grid-group-descriptions-changed-event-args.d.ts +18 -0
- package/lib/igx-grid-row-edit-ended-event-args.d.ts +23 -0
- package/lib/igx-grid-row-edit-started-event-args.d.ts +23 -0
- package/lib/igx-grid-selected-cell-ranges-changed-event-args.d.ts +44 -0
- package/lib/igx-grid-selected-cell-ranges-collection.d.ts +8 -0
- package/lib/igx-grid-selected-cells-changed-event-args.d.ts +37 -0
- package/lib/igx-grid-selected-cells-collection.d.ts +8 -0
- package/lib/igx-grid-selected-items-changed-event-args.d.ts +37 -0
- package/lib/igx-grid-selected-items-collection.d.ts +6 -0
- package/lib/igx-grid-selected-keys-changed-event-args.d.ts +37 -0
- package/lib/igx-grid-selected-keys-collection.d.ts +8 -0
- package/lib/igx-grid-selection-changed-event-args.d.ts +15 -0
- package/lib/igx-grid-size-changed-event-args.d.ts +27 -0
- package/lib/igx-grid-sort-descriptions-changed-event-args.d.ts +18 -0
- package/lib/igx-grid-summary-descriptions-changed-event-args.d.ts +18 -0
- package/lib/igx-group-data.d.ts +31 -0
- package/lib/igx-header-component.d.ts +57 -0
- package/lib/igx-header-row-separator-component.d.ts +17 -0
- package/lib/igx-header-row-separator-dynamic-module.d.ts +9 -0
- package/lib/igx-header-row-separator-module.d.ts +8 -0
- package/lib/igx-header-separator-component.d.ts +14 -0
- package/lib/igx-header-separator-dynamic-module.d.ts +9 -0
- package/lib/igx-header-separator-module.d.ts +8 -0
- package/lib/igx-horizontal-property-editor-data-source.d.ts +8 -0
- package/lib/igx-image-cell-info.d.ts +32 -0
- package/lib/igx-image-column-component.d.ts +46 -0
- package/lib/igx-image-column-dynamic-module.d.ts +9 -0
- package/lib/igx-image-column-module.d.ts +8 -0
- package/lib/igx-lost-focus-event-args.d.ts +12 -0
- package/lib/igx-multi-column-combo-box-component.d.ts +579 -0
- package/lib/igx-multi-column-combo-box-dynamic-module.d.ts +15 -0
- package/lib/igx-multi-column-combo-box-module.d.ts +15 -0
- package/lib/igx-multi-column-combo-box-text-changed-event-args.d.ts +13 -0
- package/lib/igx-multi-column-combo-box-value-changed-event-args.d.ts +13 -0
- package/lib/igx-numeric-cell-info.d.ts +83 -0
- package/lib/igx-numeric-column-component.d.ts +97 -0
- package/lib/igx-numeric-column-dynamic-module.d.ts +9 -0
- package/lib/igx-numeric-column-module.d.ts +8 -0
- package/lib/igx-operator-selector-closing-event-args.d.ts +12 -0
- package/lib/igx-operator-selector-opening-event-args.d.ts +15 -0
- package/lib/igx-operator-selector-value-changed-event-args.d.ts +20 -0
- package/lib/igx-page-changed-event-args.d.ts +24 -0
- package/lib/igx-pinned-area-separator-component.d.ts +14 -0
- package/lib/igx-pinned-area-separator-dynamic-module.d.ts +9 -0
- package/lib/igx-pinned-area-separator-module.d.ts +8 -0
- package/lib/igx-primary-key-value-dynamic-module.d.ts +9 -0
- package/lib/igx-primary-key-value-module.d.ts +7 -0
- package/lib/igx-primary-key-value.d.ts +31 -0
- package/lib/igx-property-editor-component.d.ts +147 -0
- package/lib/igx-property-editor-dynamic-module.d.ts +18 -0
- package/lib/igx-property-editor-module.d.ts +18 -0
- package/lib/igx-responsive-phase.d.ts +51 -0
- package/lib/igx-responsive-phases-collection.d.ts +8 -0
- package/lib/igx-responsive-state-entered-event-args.d.ts +15 -0
- package/lib/igx-responsive-state-entering-event-args.d.ts +15 -0
- package/lib/igx-responsive-state-exited-event-args.d.ts +15 -0
- package/lib/igx-responsive-state.d.ts +81 -0
- package/lib/igx-responsive-states-collection.d.ts +8 -0
- package/lib/igx-row-separator-component.d.ts +17 -0
- package/lib/igx-row-separator-dynamic-module.d.ts +9 -0
- package/lib/igx-row-separator-info.d.ts +13 -0
- package/lib/igx-row-separator-module.d.ts +8 -0
- package/lib/igx-section-footer-component.d.ts +17 -0
- package/lib/igx-section-footer-dynamic-module.d.ts +9 -0
- package/lib/igx-section-footer-module.d.ts +8 -0
- package/lib/igx-section-header-cell-info.d.ts +30 -0
- package/lib/igx-section-header-component.d.ts +52 -0
- package/lib/igx-section-header-dynamic-module.d.ts +9 -0
- package/lib/igx-section-header-module.d.ts +8 -0
- package/lib/igx-select-all-checkbox-changed-event-args.d.ts +15 -0
- package/lib/igx-sort-indicator-render-completed-event-args.d.ts +12 -0
- package/lib/igx-summary-cell-info.d.ts +30 -0
- package/lib/igx-summary-changed-event-args.d.ts +26 -0
- package/lib/igx-summary-chooser-dynamic-module.d.ts +9 -0
- package/lib/igx-summary-chooser-module.d.ts +8 -0
- package/lib/igx-summary-data.d.ts +28 -0
- package/lib/igx-summary-row-component.d.ts +62 -0
- package/lib/igx-summary-row-root-component.d.ts +14 -0
- package/lib/igx-summary-row-root-dynamic-module.d.ts +9 -0
- package/lib/igx-summary-row-root-module.d.ts +8 -0
- package/lib/igx-summary-row-section-component.d.ts +14 -0
- package/lib/igx-summary-row-section-dynamic-module.d.ts +9 -0
- package/lib/igx-summary-row-section-module.d.ts +8 -0
- package/lib/igx-template-cell-info.d.ts +18 -0
- package/lib/igx-template-cell-updating-event-args.d.ts +26 -0
- package/lib/igx-template-column-component.d.ts +27 -0
- package/lib/igx-template-column-dynamic-module.d.ts +9 -0
- package/lib/igx-template-column-module.d.ts +8 -0
- package/lib/igx-template-header-cell-info.d.ts +19 -0
- package/lib/igx-template-header-cell-updating-event-args.d.ts +26 -0
- package/lib/igx-template-header-component.d.ts +27 -0
- package/lib/igx-template-header-dynamic-module.d.ts +9 -0
- package/lib/igx-template-header-module.d.ts +8 -0
- package/lib/igx-template-section-header-cell-info.d.ts +13 -0
- package/lib/igx-template-section-header-cell-updating-event-args.d.ts +21 -0
- package/lib/igx-template-section-header-component.d.ts +27 -0
- package/lib/igx-template-section-header-dynamic-module.d.ts +9 -0
- package/lib/igx-template-section-header-module.d.ts +8 -0
- package/lib/igx-text-cell-info.d.ts +18 -0
- package/lib/igx-text-column-component.d.ts +39 -0
- package/lib/igx-text-column-dynamic-module.d.ts +9 -0
- package/lib/igx-text-column-module.d.ts +8 -0
- package/lib/igx-text-header-cell-info.d.ts +42 -0
- package/lib/igx-text-header-component.d.ts +17 -0
- package/lib/igx-text-header-dynamic-module.d.ts +9 -0
- package/lib/igx-text-header-module.d.ts +8 -0
- package/lib/igx-text-icon-set-conditional-style-component.d.ts +20 -0
- package/lib/igx-text-icon-set-conditional-style-dynamic-module.d.ts +9 -0
- package/lib/igx-text-icon-set-conditional-style-module.d.ts +8 -0
- package/lib/igx-vertical-separator-cell-info.d.ts +13 -0
- package/package.json +45 -0
- package/public_api.d.ts +742 -0
|
@@ -0,0 +1,1652 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, runOn, delegateCombine, typeCast, delegateRemove, fromEn, enumGetBox, fromEnum, Number_$type, String_$type } from "igniteui-angular-core";
|
|
8
|
+
import { RenderingContext } from "igniteui-angular-core";
|
|
9
|
+
import { FontInfo } from "igniteui-angular-core";
|
|
10
|
+
import { CanvasViewRenderer } from "igniteui-angular-core";
|
|
11
|
+
import { Size } from "igniteui-angular-core";
|
|
12
|
+
import { NativeUI } from "igniteui-angular-core";
|
|
13
|
+
import { FontUtil } from "igniteui-angular-core";
|
|
14
|
+
import { List$1 } from "igniteui-angular-core";
|
|
15
|
+
import { SRProvider } from "igniteui-angular-core";
|
|
16
|
+
import { PropertyEditorPropertyDescriptionCollection } from "igniteui-angular-layouts";
|
|
17
|
+
import { InputGroupDisplayType_$type } from "igniteui-angular-inputs";
|
|
18
|
+
import { BaseControlTheme_$type } from "igniteui-angular-core";
|
|
19
|
+
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
20
|
+
import { Dictionary$2 } from "igniteui-angular-core";
|
|
21
|
+
import { DataGridColumn } from "./DataGridColumn";
|
|
22
|
+
import { FilterFactory } from "igniteui-angular-core";
|
|
23
|
+
import { PropertyEditorPropertyDescription } from "igniteui-angular-layouts";
|
|
24
|
+
import { HorizontalPropertyEditorDataSource } from "./HorizontalPropertyEditorDataSource";
|
|
25
|
+
import { PropertyEditorDataSource } from "igniteui-angular-layouts";
|
|
26
|
+
import { TextColumn } from "./TextColumn";
|
|
27
|
+
import { TemplateColumn } from "./TemplateColumn";
|
|
28
|
+
import { Thickness } from "igniteui-angular-core";
|
|
29
|
+
import { ColumnWidth } from "./ColumnWidth";
|
|
30
|
+
import { PropertyEditorValueType_$type } from "igniteui-angular-layouts";
|
|
31
|
+
import { DropDownDataListItem } from "./DropDownDataListItem";
|
|
32
|
+
import { PropertyEditorTreeTransformer } from "igniteui-angular-layouts";
|
|
33
|
+
import { BrushUtil } from "igniteui-angular-core";
|
|
34
|
+
import { truncate, tryParseNumber } from "igniteui-angular-core";
|
|
35
|
+
import { stringIsNullOrEmpty, stringContains, stringReplace } from "igniteui-angular-core";
|
|
36
|
+
import { stringSplit } from "igniteui-angular-core";
|
|
37
|
+
/**
|
|
38
|
+
* @hidden
|
|
39
|
+
*/
|
|
40
|
+
export let PropertyEditorView = /*@__PURE__*/ (() => {
|
|
41
|
+
class PropertyEditorView extends Base {
|
|
42
|
+
constructor() {
|
|
43
|
+
super();
|
|
44
|
+
this.o = null;
|
|
45
|
+
this.n = null;
|
|
46
|
+
this.b = null;
|
|
47
|
+
this.j = null;
|
|
48
|
+
this.m = null;
|
|
49
|
+
this.f = null;
|
|
50
|
+
this.l = null;
|
|
51
|
+
this.c = ((() => {
|
|
52
|
+
let $ret = new FontInfo();
|
|
53
|
+
$ret.q = "Verdana";
|
|
54
|
+
$ret.f = 13;
|
|
55
|
+
$ret.t = "Normal";
|
|
56
|
+
$ret.v = "Normal";
|
|
57
|
+
$ret.r = "Normal";
|
|
58
|
+
return $ret;
|
|
59
|
+
})());
|
|
60
|
+
this.af = new Size();
|
|
61
|
+
this.d = null;
|
|
62
|
+
this._gridExternal = null;
|
|
63
|
+
this.a = null;
|
|
64
|
+
this.g = false;
|
|
65
|
+
this.k = null;
|
|
66
|
+
}
|
|
67
|
+
z() {
|
|
68
|
+
}
|
|
69
|
+
x(a) {
|
|
70
|
+
if (a == null) {
|
|
71
|
+
this.j = null;
|
|
72
|
+
return;
|
|
73
|
+
}
|
|
74
|
+
this.j = a;
|
|
75
|
+
this.m = this.j.createElement("canvas");
|
|
76
|
+
this.f = new RenderingContext(new CanvasViewRenderer(), this.j.get2DCanvasContext(this.m));
|
|
77
|
+
this.l = this.j.createElement("div");
|
|
78
|
+
this.ad();
|
|
79
|
+
this.j.getPortal(this.j.rootWrapper, "DataGrid", (b) => {
|
|
80
|
+
this._gridExternal = b.componentRef;
|
|
81
|
+
this.a = (this._gridExternal.i);
|
|
82
|
+
this._gridExternal.height = '100%';
|
|
83
|
+
this.b.dk(this.a, null);
|
|
84
|
+
this.ab();
|
|
85
|
+
}, false);
|
|
86
|
+
let b = Math.round(a.rootWrapper.width());
|
|
87
|
+
let c = Math.round(a.rootWrapper.height());
|
|
88
|
+
this.j.rootWrapper.setStyleProperty("position", "relative");
|
|
89
|
+
}
|
|
90
|
+
ad() {
|
|
91
|
+
}
|
|
92
|
+
ab() {
|
|
93
|
+
if (this.j != null) {
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
w() {
|
|
97
|
+
if (this.j == null) {
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
let a = this.j.rootWrapper.width();
|
|
101
|
+
let b = this.j.rootWrapper.height();
|
|
102
|
+
this.af = new Size(1, a, b);
|
|
103
|
+
if (this.b.l != null) {
|
|
104
|
+
this.b.d5();
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
ae() {
|
|
108
|
+
let a = this.j;
|
|
109
|
+
if (null == a) {
|
|
110
|
+
return;
|
|
111
|
+
}
|
|
112
|
+
let b = a.rootWrapper;
|
|
113
|
+
if (null != b) {
|
|
114
|
+
NativeUI.q(b, this.b.ec);
|
|
115
|
+
NativeUI.m(b, this.b.d8);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
e() {
|
|
119
|
+
return this.c;
|
|
120
|
+
}
|
|
121
|
+
y() {
|
|
122
|
+
}
|
|
123
|
+
aa() {
|
|
124
|
+
}
|
|
125
|
+
v() {
|
|
126
|
+
let a = this.b.ed();
|
|
127
|
+
if (a.height > 0) {
|
|
128
|
+
this.j.rootWrapper.setStyleProperty("min-height", a.height + "px");
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
h() {
|
|
132
|
+
return this.af.width;
|
|
133
|
+
}
|
|
134
|
+
i(a) {
|
|
135
|
+
this.d = this.b.ae();
|
|
136
|
+
return FontUtil.measureStringWidth(a, this.d, this.f);
|
|
137
|
+
}
|
|
138
|
+
t(a, b) {
|
|
139
|
+
let cnt_ = a.content;
|
|
140
|
+
let c = cnt_.element.getChildCount() > 0 ? cnt_.element.getChildAt(0) : null;
|
|
141
|
+
let d = false;
|
|
142
|
+
if (c == null) {
|
|
143
|
+
this.j.getPortal(cnt_.element, "XInputGroup", (e) => {
|
|
144
|
+
let contenti_ = cnt_.element.getChildCount() > 0 ? cnt_.element.getChildAt(0) : null;
|
|
145
|
+
d = true;
|
|
146
|
+
let inputExternal_ = e.componentRef;
|
|
147
|
+
let inputInternal_ = (inputExternal_.i);
|
|
148
|
+
let f = inputInternal_.view.s;
|
|
149
|
+
cnt_.__int = inputInternal_;
|
|
150
|
+
inputExternal_.width = '100%';
|
|
151
|
+
inputExternal_.height = '100%';
|
|
152
|
+
cnt_.element.setStyleProperty("line-height", "0");
|
|
153
|
+
this.j.getPortal(f, "XInput", (g) => {
|
|
154
|
+
let iExternal_ = g.componentRef;
|
|
155
|
+
let iInternal_ = (iExternal_.i);
|
|
156
|
+
inputInternal_.inputs.add(iInternal_);
|
|
157
|
+
b(inputInternal_, d);
|
|
158
|
+
}, false);
|
|
159
|
+
}, false);
|
|
160
|
+
}
|
|
161
|
+
else {
|
|
162
|
+
let content_ = c;
|
|
163
|
+
let impl_ = cnt_.__int;
|
|
164
|
+
let e = (impl_ == null || impl_ == undefined);
|
|
165
|
+
if (e) {
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
b(impl_, d);
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
s(a, b) {
|
|
172
|
+
let cnt_ = a.content;
|
|
173
|
+
let c = cnt_.element.getChildCount() > 0 ? cnt_.element.getChildAt(0) : null;
|
|
174
|
+
let d = false;
|
|
175
|
+
if (c == null) {
|
|
176
|
+
this.j.getPortal(cnt_.element, "MultiColumnComboBox", (e) => {
|
|
177
|
+
let contenti_ = cnt_.element.getChildCount() > 0 ? cnt_.element.getChildAt(0) : null;
|
|
178
|
+
d = true;
|
|
179
|
+
let inputExternal_ = e.componentRef;
|
|
180
|
+
let inputInternal_ = (inputExternal_.i);
|
|
181
|
+
cnt_.__int = inputInternal_;
|
|
182
|
+
inputExternal_.width = '100%';
|
|
183
|
+
inputExternal_.height = '100%';
|
|
184
|
+
cnt_.element.setStyleProperty("line-height", "0");
|
|
185
|
+
b(inputInternal_, d);
|
|
186
|
+
}, false);
|
|
187
|
+
}
|
|
188
|
+
else {
|
|
189
|
+
let content_ = c;
|
|
190
|
+
let impl_ = cnt_.__int;
|
|
191
|
+
let e = (impl_ == null || impl_ == undefined);
|
|
192
|
+
if (e) {
|
|
193
|
+
return;
|
|
194
|
+
}
|
|
195
|
+
b(impl_, d);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
r(a, b) {
|
|
199
|
+
let cnt_ = a.content;
|
|
200
|
+
let c = cnt_.element.getChildCount() > 0 ? cnt_.element.getChildAt(0) : null;
|
|
201
|
+
let d = false;
|
|
202
|
+
if (c == null) {
|
|
203
|
+
cnt_.element.setStyleProperty("height", "100%");
|
|
204
|
+
let e = this.j.createElement("div");
|
|
205
|
+
e.setStyleProperty("width", "100%");
|
|
206
|
+
e.setStyleProperty("height", "100%");
|
|
207
|
+
e.setStyleProperty("display", "flex");
|
|
208
|
+
e.setStyleProperty("flex-direction", "column");
|
|
209
|
+
e.setStyleProperty("justify-content", "center");
|
|
210
|
+
cnt_.element.append(e);
|
|
211
|
+
this.j.getPortal(e, "XCheckbox", (f) => {
|
|
212
|
+
d = true;
|
|
213
|
+
let inputExternal_ = f.componentRef;
|
|
214
|
+
let inputInternal_ = (inputExternal_.i);
|
|
215
|
+
cnt_.__int = inputInternal_;
|
|
216
|
+
inputExternal_.width = '100%';
|
|
217
|
+
inputExternal_.height = '100%';
|
|
218
|
+
e.setStyleProperty("line-height", "0");
|
|
219
|
+
b(inputInternal_, d);
|
|
220
|
+
}, false);
|
|
221
|
+
}
|
|
222
|
+
else {
|
|
223
|
+
let content_ = c.getChildAt(0);
|
|
224
|
+
let impl_ = cnt_.__int;
|
|
225
|
+
let f = (impl_ == null || impl_ == undefined);
|
|
226
|
+
if (f) {
|
|
227
|
+
return;
|
|
228
|
+
}
|
|
229
|
+
b(impl_, d);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
q(a, b) {
|
|
233
|
+
let cnt_ = a.content;
|
|
234
|
+
let c = cnt_.element.getChildCount() > 0 ? cnt_.element.getChildAt(0) : null;
|
|
235
|
+
let d = false;
|
|
236
|
+
if (c == null) {
|
|
237
|
+
cnt_.element.setStyleProperty("height", "100%");
|
|
238
|
+
let e = this.j.createElement("div");
|
|
239
|
+
e.setStyleProperty("width", "100%");
|
|
240
|
+
e.setStyleProperty("height", "100%");
|
|
241
|
+
e.setStyleProperty("display", "flex");
|
|
242
|
+
e.setStyleProperty("flex-direction", "column");
|
|
243
|
+
e.setStyleProperty("justify-content", "center");
|
|
244
|
+
cnt_.element.append(e);
|
|
245
|
+
this.j.getPortal(e, "XButton", (f) => {
|
|
246
|
+
d = true;
|
|
247
|
+
let buttonExternal_ = f.componentRef;
|
|
248
|
+
let buttonInternal_ = (buttonExternal_.i);
|
|
249
|
+
cnt_.__int = buttonInternal_;
|
|
250
|
+
buttonExternal_.width = '100%';
|
|
251
|
+
buttonExternal_.height = '100%';
|
|
252
|
+
e.setStyleProperty("line-height", "0");
|
|
253
|
+
b(buttonInternal_, d);
|
|
254
|
+
}, false);
|
|
255
|
+
}
|
|
256
|
+
else {
|
|
257
|
+
let content_ = c.getChildAt(0);
|
|
258
|
+
let impl_ = cnt_.__int;
|
|
259
|
+
let f = (impl_ == null || impl_ == undefined);
|
|
260
|
+
if (f) {
|
|
261
|
+
return;
|
|
262
|
+
}
|
|
263
|
+
b(impl_, d);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
u(a, b) {
|
|
267
|
+
if (this.k == null) {
|
|
268
|
+
this.k = this.j.createElement("div");
|
|
269
|
+
}
|
|
270
|
+
b(this.k.getNativeElement());
|
|
271
|
+
}
|
|
272
|
+
ac(ig_, a) {
|
|
273
|
+
let b = null;
|
|
274
|
+
let c = ig_.__span ? ig_.__span : null;
|
|
275
|
+
if (c != null) {
|
|
276
|
+
b = c;
|
|
277
|
+
}
|
|
278
|
+
else {
|
|
279
|
+
b = this.j.createElement("span");
|
|
280
|
+
let set_ = b;
|
|
281
|
+
ig_.__span = set_;
|
|
282
|
+
ig_.appendButtonContent(b);
|
|
283
|
+
}
|
|
284
|
+
b.setRawText(a);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
PropertyEditorView.$t = markType(PropertyEditorView, 'PropertyEditorView');
|
|
288
|
+
return PropertyEditorView;
|
|
289
|
+
})();
|
|
290
|
+
/**
|
|
291
|
+
* @hidden
|
|
292
|
+
*/
|
|
293
|
+
export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
294
|
+
class PropertyEditor extends Base {
|
|
295
|
+
constructor() {
|
|
296
|
+
super();
|
|
297
|
+
this.m = null;
|
|
298
|
+
this.l = null;
|
|
299
|
+
this.ab = null;
|
|
300
|
+
this.d = null;
|
|
301
|
+
this.ah = false;
|
|
302
|
+
this.c = null;
|
|
303
|
+
this.n = null;
|
|
304
|
+
this.o = null;
|
|
305
|
+
this.ai = false;
|
|
306
|
+
this.af = null;
|
|
307
|
+
this.propertyChanged = null;
|
|
308
|
+
this.an = false;
|
|
309
|
+
this.t = null;
|
|
310
|
+
this.u = new PropertyEditorPropertyDescriptionCollection();
|
|
311
|
+
this.bx = null;
|
|
312
|
+
this.p = 3;
|
|
313
|
+
this.bn = -1;
|
|
314
|
+
this.ac = null;
|
|
315
|
+
this.x = 1;
|
|
316
|
+
this.z = 2;
|
|
317
|
+
this.bv = null;
|
|
318
|
+
this.am = true;
|
|
319
|
+
this.au = new Dictionary$2(DataGridColumn.$, Number_$type, 0);
|
|
320
|
+
this.h = null;
|
|
321
|
+
this.i = null;
|
|
322
|
+
this.f = null;
|
|
323
|
+
this.bt = null;
|
|
324
|
+
this.bw = null;
|
|
325
|
+
this.aj = false;
|
|
326
|
+
this.al = false;
|
|
327
|
+
this.ak = false;
|
|
328
|
+
this.d6 = PropertyEditor.d9;
|
|
329
|
+
this.d7 = PropertyEditor.ea;
|
|
330
|
+
this.br = 0;
|
|
331
|
+
this.bo = -1;
|
|
332
|
+
this.r = null;
|
|
333
|
+
this.d = new FilterFactory();
|
|
334
|
+
let a = new PropertyEditorView();
|
|
335
|
+
a.b = this;
|
|
336
|
+
let b = this.properties;
|
|
337
|
+
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.dz));
|
|
338
|
+
this.m = a;
|
|
339
|
+
this.m.z();
|
|
340
|
+
}
|
|
341
|
+
get e() {
|
|
342
|
+
if (this.l == null) {
|
|
343
|
+
return null;
|
|
344
|
+
}
|
|
345
|
+
return this.l.actualDataSource;
|
|
346
|
+
}
|
|
347
|
+
get ag() {
|
|
348
|
+
if (this.af == null) {
|
|
349
|
+
this.af = new SRProvider(this.m.j);
|
|
350
|
+
this.af.cb("DataGrid");
|
|
351
|
+
}
|
|
352
|
+
return this.af;
|
|
353
|
+
}
|
|
354
|
+
dz(a, b) {
|
|
355
|
+
if (b.oldItems != null) {
|
|
356
|
+
for (let c of fromEn(b.oldItems)) {
|
|
357
|
+
if (typeCast(INotifyPropertyChanged_$type, c) !== null) {
|
|
358
|
+
let d = c;
|
|
359
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.dn));
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
if (b.newItems != null) {
|
|
364
|
+
for (let e of fromEn(b.newItems)) {
|
|
365
|
+
if (typeCast(INotifyPropertyChanged_$type, e) !== null) {
|
|
366
|
+
let f = e;
|
|
367
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.dn));
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
this.ar();
|
|
372
|
+
if (this.properties.count > 0 && this.actualProperties != this.properties) {
|
|
373
|
+
this.actualProperties = this.properties;
|
|
374
|
+
}
|
|
375
|
+
if (this.l != null) {
|
|
376
|
+
this.l.notifyClearItems();
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
dn(a, b) {
|
|
380
|
+
if (!this.an) {
|
|
381
|
+
this.ar();
|
|
382
|
+
if (this.l != null) {
|
|
383
|
+
this.d5();
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
notifySizeChanged() {
|
|
388
|
+
this.m.w();
|
|
389
|
+
}
|
|
390
|
+
dk(a, b) {
|
|
391
|
+
this.l = a;
|
|
392
|
+
if (null != this.l) {
|
|
393
|
+
this.l.headerHeight = 0;
|
|
394
|
+
this.l.rowSeparatorHeight = 0;
|
|
395
|
+
this.l.autoGenerateColumns = false;
|
|
396
|
+
this.l.activationMode = 0;
|
|
397
|
+
this.l.editMode = 0;
|
|
398
|
+
let c = this.l;
|
|
399
|
+
c.cellClicked = delegateCombine(c.cellClicked, runOn(this, this.dj));
|
|
400
|
+
if (this.actualProperties != null) {
|
|
401
|
+
this.l.itemsSource = this.actualProperties;
|
|
402
|
+
this.cn();
|
|
403
|
+
}
|
|
404
|
+
if (this.actualProperties != null) {
|
|
405
|
+
this.d5();
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
destroy() {
|
|
410
|
+
if (this.l != null) {
|
|
411
|
+
let a = this.l;
|
|
412
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dj));
|
|
413
|
+
}
|
|
414
|
+
if (this.n != null) {
|
|
415
|
+
let b = this.n;
|
|
416
|
+
b.change = delegateRemove(b.change, runOn(this, this.dm));
|
|
417
|
+
}
|
|
418
|
+
this.provideContainer(null);
|
|
419
|
+
}
|
|
420
|
+
provideContainer(a) {
|
|
421
|
+
this.m.x(a);
|
|
422
|
+
}
|
|
423
|
+
dj(a, b) {
|
|
424
|
+
}
|
|
425
|
+
dv(a) {
|
|
426
|
+
}
|
|
427
|
+
get actualProperties() {
|
|
428
|
+
return this.t;
|
|
429
|
+
}
|
|
430
|
+
set actualProperties(a) {
|
|
431
|
+
let b = this.t;
|
|
432
|
+
this.t = a;
|
|
433
|
+
if (b != this.t) {
|
|
434
|
+
this.dw("ActualProperties", b, this.t);
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
get properties() {
|
|
438
|
+
return this.u;
|
|
439
|
+
}
|
|
440
|
+
set properties(a) {
|
|
441
|
+
let b = this.u;
|
|
442
|
+
this.u = a;
|
|
443
|
+
if (b != this.u) {
|
|
444
|
+
this.dw("Properties", b, this.u);
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
get b9() {
|
|
448
|
+
return this.bx;
|
|
449
|
+
}
|
|
450
|
+
set b9(a) {
|
|
451
|
+
let b = this.bx;
|
|
452
|
+
this.bx = a;
|
|
453
|
+
if (b != this.bx) {
|
|
454
|
+
this.dw("FilterPlaceholderText", b, this.bx);
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
get q() {
|
|
458
|
+
return this.p;
|
|
459
|
+
}
|
|
460
|
+
set q(a) {
|
|
461
|
+
let b = this.p;
|
|
462
|
+
this.p = a;
|
|
463
|
+
if (b != this.p) {
|
|
464
|
+
this.dw("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.p));
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
get bs() {
|
|
468
|
+
return this.bn;
|
|
469
|
+
}
|
|
470
|
+
set bs(a) {
|
|
471
|
+
let b = this.bn;
|
|
472
|
+
this.bn = a;
|
|
473
|
+
if (b != this.bn) {
|
|
474
|
+
this.dw("RowHeight", b, this.bn);
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
get ad() {
|
|
478
|
+
return this.ac;
|
|
479
|
+
}
|
|
480
|
+
set ad(a) {
|
|
481
|
+
let b = this.ac;
|
|
482
|
+
this.ac = a;
|
|
483
|
+
if (b != this.ac) {
|
|
484
|
+
this.dw("CellTextStyle", b, this.ac);
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
ae() {
|
|
488
|
+
if (this.ad == null) {
|
|
489
|
+
return this.m.e();
|
|
490
|
+
}
|
|
491
|
+
return this.ad;
|
|
492
|
+
}
|
|
493
|
+
get y() {
|
|
494
|
+
return this.x;
|
|
495
|
+
}
|
|
496
|
+
set y(a) {
|
|
497
|
+
let b = this.x;
|
|
498
|
+
this.x = a;
|
|
499
|
+
if (b != this.x) {
|
|
500
|
+
this.dw("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.x));
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
get aa() {
|
|
504
|
+
return this.z;
|
|
505
|
+
}
|
|
506
|
+
set aa(a) {
|
|
507
|
+
let b = this.z;
|
|
508
|
+
this.z = a;
|
|
509
|
+
if (b != this.z) {
|
|
510
|
+
this.dw("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.z));
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
dw(a, b, c) {
|
|
514
|
+
if (this.propertyChanged != null) {
|
|
515
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
516
|
+
}
|
|
517
|
+
this.d0(a, b, c);
|
|
518
|
+
}
|
|
519
|
+
d0(a, b, c) {
|
|
520
|
+
switch (a) {
|
|
521
|
+
case "DescriptionType":
|
|
522
|
+
if (this.b7 == null) {
|
|
523
|
+
if (this.properties == null) {
|
|
524
|
+
this.actualProperties = null;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
if (this.b7 != null) {
|
|
528
|
+
if (this.r == null) {
|
|
529
|
+
this.r = new PropertyEditorDataSource();
|
|
530
|
+
}
|
|
531
|
+
this.r.n = this.b7;
|
|
532
|
+
}
|
|
533
|
+
if (this.properties == null || this.properties.count == 0) {
|
|
534
|
+
if (this.r.h != null) {
|
|
535
|
+
this.actualProperties = this.r.h;
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
else {
|
|
539
|
+
if (this.properties != null && this.properties.count > 0) {
|
|
540
|
+
this.ar();
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
break;
|
|
544
|
+
case "ComponentRenderer":
|
|
545
|
+
if (b != null) {
|
|
546
|
+
b.removeTargetPropertyUpdatingListener(runOn(this, this.at));
|
|
547
|
+
}
|
|
548
|
+
if (b != c) {
|
|
549
|
+
this.am = true;
|
|
550
|
+
}
|
|
551
|
+
if (this.g == null) {
|
|
552
|
+
this.j = this.k;
|
|
553
|
+
}
|
|
554
|
+
else {
|
|
555
|
+
this.j = this.g.context;
|
|
556
|
+
}
|
|
557
|
+
break;
|
|
558
|
+
case "Target": break;
|
|
559
|
+
case "DescriptionContext":
|
|
560
|
+
if (this.g == null) {
|
|
561
|
+
this.j = c;
|
|
562
|
+
}
|
|
563
|
+
break;
|
|
564
|
+
case "ActualContext":
|
|
565
|
+
if (this.j == null) {
|
|
566
|
+
if (this.properties == null) {
|
|
567
|
+
this.actualProperties = null;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
if (this.j != null) {
|
|
571
|
+
if (this.r == null) {
|
|
572
|
+
this.r = new PropertyEditorDataSource();
|
|
573
|
+
}
|
|
574
|
+
this.r.b = this.j;
|
|
575
|
+
}
|
|
576
|
+
if (this.properties == null || this.properties.count == 0) {
|
|
577
|
+
if (this.r.h != null) {
|
|
578
|
+
this.actualProperties = this.r.h;
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
else {
|
|
582
|
+
if (this.properties != null && this.properties.count > 0) {
|
|
583
|
+
this.ar();
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
break;
|
|
587
|
+
case "Properties":
|
|
588
|
+
this.actualProperties = this.properties;
|
|
589
|
+
break;
|
|
590
|
+
case "IsWrappingEnabled":
|
|
591
|
+
this.d5();
|
|
592
|
+
break;
|
|
593
|
+
case "IsHorizontal":
|
|
594
|
+
if (this.ao) {
|
|
595
|
+
if (this.actualProperties != null && !(typeCast(HorizontalPropertyEditorDataSource.$, this.actualProperties) !== null)) {
|
|
596
|
+
this.actualProperties = new HorizontalPropertyEditorDataSource(this.actualProperties);
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
else {
|
|
600
|
+
if (typeCast(HorizontalPropertyEditorDataSource.$, this.actualProperties) !== null) {
|
|
601
|
+
let d = this.actualProperties;
|
|
602
|
+
this.actualProperties = d.ae;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
break;
|
|
606
|
+
case "ActualProperties":
|
|
607
|
+
if (this.ao) {
|
|
608
|
+
if (this.actualProperties != null && !(typeCast(HorizontalPropertyEditorDataSource.$, this.actualProperties) !== null)) {
|
|
609
|
+
this.actualProperties = new HorizontalPropertyEditorDataSource(this.actualProperties);
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
else {
|
|
613
|
+
if (typeCast(HorizontalPropertyEditorDataSource.$, this.actualProperties) !== null) {
|
|
614
|
+
let e = this.actualProperties;
|
|
615
|
+
this.actualProperties = e.ae;
|
|
616
|
+
}
|
|
617
|
+
}
|
|
618
|
+
if (this.l != null) {
|
|
619
|
+
if (c != null) {
|
|
620
|
+
this.l.groupDescriptions.n();
|
|
621
|
+
this.l.sortDescriptions.n();
|
|
622
|
+
this.l.filterExpressions.clear();
|
|
623
|
+
this.l.summaryDescriptions.n();
|
|
624
|
+
}
|
|
625
|
+
if (this.l.actualDataSource != null) {
|
|
626
|
+
let f = this.l.actualDataSource;
|
|
627
|
+
f.schemaChanged = delegateRemove(f.schemaChanged, runOn(this, this.dy));
|
|
628
|
+
}
|
|
629
|
+
let g = this.l.itemsSource != this.actualProperties;
|
|
630
|
+
let h = this.actualProperties;
|
|
631
|
+
h = this.actualProperties.toArray();
|
|
632
|
+
this.l.itemsSource = h;
|
|
633
|
+
this.cn();
|
|
634
|
+
if (this.l.actualDataSource != null) {
|
|
635
|
+
let i = this.l.actualDataSource;
|
|
636
|
+
i.schemaChanged = delegateCombine(i.schemaChanged, runOn(this, this.dy));
|
|
637
|
+
}
|
|
638
|
+
if (g) {
|
|
639
|
+
this.d5();
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
break;
|
|
643
|
+
case "FilterPlaceholderText":
|
|
644
|
+
if (this.n != null) {
|
|
645
|
+
this.n.cg = this.b9;
|
|
646
|
+
}
|
|
647
|
+
break;
|
|
648
|
+
case "SearchInputType":
|
|
649
|
+
if (this.o != null) {
|
|
650
|
+
this.o.d = this.q;
|
|
651
|
+
}
|
|
652
|
+
break;
|
|
653
|
+
case "RowHeight":
|
|
654
|
+
if (this.l != null) {
|
|
655
|
+
this.l.rowHeight = this.bs;
|
|
656
|
+
}
|
|
657
|
+
break;
|
|
658
|
+
case "CellTextStyle":
|
|
659
|
+
if (this.l != null) {
|
|
660
|
+
this.l.cellTextStyle = this.ad;
|
|
661
|
+
}
|
|
662
|
+
break;
|
|
663
|
+
case "BackgroundColor":
|
|
664
|
+
case "TextColor":
|
|
665
|
+
let j = this.l;
|
|
666
|
+
if (null != j) {
|
|
667
|
+
j.cellTextColor = this.ec;
|
|
668
|
+
j.cellBackground = this.d8;
|
|
669
|
+
}
|
|
670
|
+
this.m.ae();
|
|
671
|
+
break;
|
|
672
|
+
case "BaseTheme":
|
|
673
|
+
this.d4();
|
|
674
|
+
break;
|
|
675
|
+
case "Density":
|
|
676
|
+
this.d3();
|
|
677
|
+
break;
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
ar() {
|
|
681
|
+
let a = this.an;
|
|
682
|
+
this.an = true;
|
|
683
|
+
let b = false;
|
|
684
|
+
for (let c of fromEnum(this.properties)) {
|
|
685
|
+
let d = c.a3;
|
|
686
|
+
if (this.r != null) {
|
|
687
|
+
let e = this.r.e(d, false);
|
|
688
|
+
if (e != null) {
|
|
689
|
+
if (c.z(e)) {
|
|
690
|
+
b = true;
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
if (b) {
|
|
696
|
+
this.d5();
|
|
697
|
+
}
|
|
698
|
+
else if (this.l != null) {
|
|
699
|
+
this.l.notifyClearItems();
|
|
700
|
+
}
|
|
701
|
+
this.an = a;
|
|
702
|
+
return b;
|
|
703
|
+
}
|
|
704
|
+
d3() {
|
|
705
|
+
if (this.l != null) {
|
|
706
|
+
this.l.density = this.aa;
|
|
707
|
+
}
|
|
708
|
+
if (this.o != null) {
|
|
709
|
+
this.o.t = this.aa;
|
|
710
|
+
}
|
|
711
|
+
this.m.y();
|
|
712
|
+
}
|
|
713
|
+
d4() {
|
|
714
|
+
if (this.o != null) {
|
|
715
|
+
this.o.p = this.y;
|
|
716
|
+
}
|
|
717
|
+
this.m.aa();
|
|
718
|
+
}
|
|
719
|
+
dy(a, b) {
|
|
720
|
+
this.ai = true;
|
|
721
|
+
this.cn();
|
|
722
|
+
this.ai = false;
|
|
723
|
+
}
|
|
724
|
+
d5() {
|
|
725
|
+
if (this.l == null) {
|
|
726
|
+
return;
|
|
727
|
+
}
|
|
728
|
+
this.au.clear();
|
|
729
|
+
this.l.actualColumns.clear();
|
|
730
|
+
this.l.isGroupRowSticky = false;
|
|
731
|
+
this.l.rowHeight = this.bs == -1 ? 38 : this.bs;
|
|
732
|
+
this.l.cellBackground = this.d8;
|
|
733
|
+
this.l.cellSelectedBackground = this.d8;
|
|
734
|
+
this.l.density = this.aa;
|
|
735
|
+
this.l.borderWidth = new Thickness(0, 0);
|
|
736
|
+
if (this.ad != null) {
|
|
737
|
+
this.l.cellTextStyle = this.ad;
|
|
738
|
+
}
|
|
739
|
+
if (this.ao) {
|
|
740
|
+
this.cp();
|
|
741
|
+
}
|
|
742
|
+
else {
|
|
743
|
+
let a = new TextColumn();
|
|
744
|
+
a.kk = 10;
|
|
745
|
+
a.kl = 5;
|
|
746
|
+
a.lo = "PropertyPath";
|
|
747
|
+
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
748
|
+
this.l.columns.add(a);
|
|
749
|
+
let b = new TemplateColumn();
|
|
750
|
+
b.lo = "ValueType";
|
|
751
|
+
b.kk = 5;
|
|
752
|
+
b.kl = 5;
|
|
753
|
+
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
754
|
+
b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
|
|
755
|
+
b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
|
|
756
|
+
this.l.columns.add(b);
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
cp() {
|
|
760
|
+
if (this.actualProperties == null) {
|
|
761
|
+
return;
|
|
762
|
+
}
|
|
763
|
+
let a = this.actualProperties.ae;
|
|
764
|
+
let b = a.count;
|
|
765
|
+
let c = new List$1(DataGridColumn.$, 0);
|
|
766
|
+
let d = this.bp(a, b, c, 0x7FFFFFFF);
|
|
767
|
+
for (let e = 0; e < c.count; e++) {
|
|
768
|
+
this.l.columns.add(c._inner[e]);
|
|
769
|
+
}
|
|
770
|
+
this.br = d;
|
|
771
|
+
let f = this.actualProperties;
|
|
772
|
+
let g = f.count;
|
|
773
|
+
f.clear();
|
|
774
|
+
for (let h = 0; h < this.br; h++) {
|
|
775
|
+
f.add(new PropertyEditorPropertyDescription());
|
|
776
|
+
}
|
|
777
|
+
if (f.count != g) {
|
|
778
|
+
let i = f.toArray();
|
|
779
|
+
this.l.itemsSource = i;
|
|
780
|
+
this.m.v();
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
ed() {
|
|
784
|
+
if (this.ao && this.l != null && this.l.itemsSource != null) {
|
|
785
|
+
let a = this.l.actualRowHeight;
|
|
786
|
+
let b = this.l.itemsSource;
|
|
787
|
+
return new Size(1, 0, b.count * a);
|
|
788
|
+
}
|
|
789
|
+
else {
|
|
790
|
+
return new Size(1, 0, 0);
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
bp(a, b, c, d) {
|
|
794
|
+
let e = 0;
|
|
795
|
+
let f = 0;
|
|
796
|
+
let g = 0;
|
|
797
|
+
let h = this.m.h();
|
|
798
|
+
h -= 5;
|
|
799
|
+
if (!this.aq) {
|
|
800
|
+
h = 1.7976931348623157E+308;
|
|
801
|
+
}
|
|
802
|
+
let i = 0;
|
|
803
|
+
let j = h;
|
|
804
|
+
for (let k = 0; k < b; k++) {
|
|
805
|
+
let l = a.item(k);
|
|
806
|
+
let m = this.be(l);
|
|
807
|
+
let n = this.ba(l);
|
|
808
|
+
if ((i + m + n > h && g > 0) || g >= d) {
|
|
809
|
+
if (f != 0 && g < d && d > 2) {
|
|
810
|
+
let o = c._inner[g];
|
|
811
|
+
let p = c._inner[g + 1];
|
|
812
|
+
o.width.f = m;
|
|
813
|
+
p.width.f = n;
|
|
814
|
+
this.d2(h, c);
|
|
815
|
+
if (c.count == 0) {
|
|
816
|
+
return 0;
|
|
817
|
+
}
|
|
818
|
+
return this.bp(a, b, c, c.count);
|
|
819
|
+
}
|
|
820
|
+
d = Math.max(Math.min(d, g), 2);
|
|
821
|
+
f++;
|
|
822
|
+
let q = h - i;
|
|
823
|
+
if (q < j) {
|
|
824
|
+
j = q;
|
|
825
|
+
}
|
|
826
|
+
i = 0;
|
|
827
|
+
g = 0;
|
|
828
|
+
}
|
|
829
|
+
let r = this.cc(l);
|
|
830
|
+
if (c.count <= g) {
|
|
831
|
+
let s = new TextColumn();
|
|
832
|
+
s.kk = 10;
|
|
833
|
+
s.kl = 5;
|
|
834
|
+
s.width = ((() => {
|
|
835
|
+
let $ret = new ColumnWidth();
|
|
836
|
+
$ret.c = false;
|
|
837
|
+
$ret.f = m;
|
|
838
|
+
return $ret;
|
|
839
|
+
})());
|
|
840
|
+
s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
|
|
841
|
+
s.mf = "PropertyName_" + k;
|
|
842
|
+
s.lo = "PropertyName";
|
|
843
|
+
c.add(s);
|
|
844
|
+
this.au.item(s, c.count - 1);
|
|
845
|
+
g++;
|
|
846
|
+
}
|
|
847
|
+
else {
|
|
848
|
+
let t = c._inner[g];
|
|
849
|
+
if (m > t.width.f) {
|
|
850
|
+
let u = m - t.width.f;
|
|
851
|
+
t.width = ((() => {
|
|
852
|
+
let $ret = new ColumnWidth();
|
|
853
|
+
$ret.c = false;
|
|
854
|
+
$ret.f = m;
|
|
855
|
+
return $ret;
|
|
856
|
+
})());
|
|
857
|
+
if (u > j && d > 2) {
|
|
858
|
+
this.d2(h, c);
|
|
859
|
+
if (c.count == 0) {
|
|
860
|
+
return 0;
|
|
861
|
+
}
|
|
862
|
+
return this.bp(a, b, c, c.count);
|
|
863
|
+
}
|
|
864
|
+
else {
|
|
865
|
+
j -= u;
|
|
866
|
+
if (j < 0) {
|
|
867
|
+
j = 0;
|
|
868
|
+
}
|
|
869
|
+
g++;
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
else {
|
|
873
|
+
m = t.width.f;
|
|
874
|
+
g++;
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
if (c.count <= g) {
|
|
878
|
+
let v = new TemplateColumn();
|
|
879
|
+
v.mf = "ValueType_" + k;
|
|
880
|
+
v.lo = "ValueType";
|
|
881
|
+
v.kk = 5;
|
|
882
|
+
v.kl = 5;
|
|
883
|
+
v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
|
|
884
|
+
v.width = ((() => {
|
|
885
|
+
let $ret = new ColumnWidth();
|
|
886
|
+
$ret.c = false;
|
|
887
|
+
$ret.f = n;
|
|
888
|
+
return $ret;
|
|
889
|
+
})());
|
|
890
|
+
v.cellStyleKeyRequested = delegateCombine(v.cellStyleKeyRequested, runOn(this, this.cs));
|
|
891
|
+
v.cellUpdating = delegateCombine(v.cellUpdating, runOn(this, this.ct));
|
|
892
|
+
c.add(v);
|
|
893
|
+
this.au.item(v, c.count - 1);
|
|
894
|
+
g++;
|
|
895
|
+
}
|
|
896
|
+
else {
|
|
897
|
+
let w = c._inner[g];
|
|
898
|
+
if (n > w.width.f) {
|
|
899
|
+
let x = n - w.width.f;
|
|
900
|
+
w.width = ((() => {
|
|
901
|
+
let $ret = new ColumnWidth();
|
|
902
|
+
$ret.c = false;
|
|
903
|
+
$ret.f = n;
|
|
904
|
+
return $ret;
|
|
905
|
+
})());
|
|
906
|
+
if (x > j && d > 2) {
|
|
907
|
+
this.d2(h, c);
|
|
908
|
+
if (c.count == 0) {
|
|
909
|
+
return 0;
|
|
910
|
+
}
|
|
911
|
+
return this.bp(a, b, c, c.count);
|
|
912
|
+
}
|
|
913
|
+
else {
|
|
914
|
+
j -= x;
|
|
915
|
+
if (j < 0) {
|
|
916
|
+
j = 0;
|
|
917
|
+
}
|
|
918
|
+
g++;
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
else {
|
|
922
|
+
n = w.width.f;
|
|
923
|
+
g++;
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
i += m + n;
|
|
927
|
+
}
|
|
928
|
+
return f + 1;
|
|
929
|
+
}
|
|
930
|
+
d2(a, b) {
|
|
931
|
+
let c = 0;
|
|
932
|
+
for (let d of fromEnum(b)) {
|
|
933
|
+
c += d.width.f;
|
|
934
|
+
}
|
|
935
|
+
while (c > a) {
|
|
936
|
+
if (b.count < 1) {
|
|
937
|
+
return;
|
|
938
|
+
}
|
|
939
|
+
if (typeCast(TemplateColumn.$, b._inner[b.count - 1]) !== null) {
|
|
940
|
+
c -= b._inner[b.count - 1].width.f;
|
|
941
|
+
c -= b._inner[b.count - 2].width.f;
|
|
942
|
+
b.removeAt(b.count - 1);
|
|
943
|
+
b.removeAt(b.count - 1);
|
|
944
|
+
}
|
|
945
|
+
else {
|
|
946
|
+
c -= b._inner[b.count - 1].width.f;
|
|
947
|
+
b.removeAt(b.count - 1);
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
cu(a, b) {
|
|
952
|
+
let c = a;
|
|
953
|
+
let d = this.s(c, b.cellInfo.fb, b.rowObject);
|
|
954
|
+
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
|
|
955
|
+
}
|
|
956
|
+
dp(a, b) {
|
|
957
|
+
let c = a;
|
|
958
|
+
let d = this.s(c, b.cellInfo.fb, b.rowObject);
|
|
959
|
+
if (d == null) {
|
|
960
|
+
b.resolvedValue = null;
|
|
961
|
+
return;
|
|
962
|
+
}
|
|
963
|
+
b.resolvedValue = d.az != null ? d.az : d.a3;
|
|
964
|
+
}
|
|
965
|
+
ba(a) {
|
|
966
|
+
switch (a.w) {
|
|
967
|
+
case 10: return this.aw(a);
|
|
968
|
+
case 7: return this.ax(a);
|
|
969
|
+
case 4: return this.az(a);
|
|
970
|
+
case 6: return this.ay(a);
|
|
971
|
+
case 23: return this.a8(a);
|
|
972
|
+
case 9: return this.a2(a);
|
|
973
|
+
case 5: return this.a4(a);
|
|
974
|
+
case 14: return this.a3(a);
|
|
975
|
+
case 18: return this.a5(a);
|
|
976
|
+
case 3: return this.a6(a);
|
|
977
|
+
case 15: return this.bb(a);
|
|
978
|
+
case 17: return this.bc(a);
|
|
979
|
+
case 16: return this.bf(a);
|
|
980
|
+
case 1: return this.bg(a);
|
|
981
|
+
case 11: return this.bh(a);
|
|
982
|
+
case 13: return this.bi(a);
|
|
983
|
+
case 12: return this.bj(a);
|
|
984
|
+
case 2: return this.bk(a);
|
|
985
|
+
case 8: return this.bl(a);
|
|
986
|
+
case 19: return this.bm(a);
|
|
987
|
+
case 0: return this.bd(a);
|
|
988
|
+
case 20: return this.a0(a);
|
|
989
|
+
}
|
|
990
|
+
return 100;
|
|
991
|
+
}
|
|
992
|
+
bm(a) {
|
|
993
|
+
return this.bd(a);
|
|
994
|
+
}
|
|
995
|
+
bd(a) {
|
|
996
|
+
return 175;
|
|
997
|
+
}
|
|
998
|
+
a0(a) {
|
|
999
|
+
return 80;
|
|
1000
|
+
}
|
|
1001
|
+
bl(a) {
|
|
1002
|
+
return this.a0(a);
|
|
1003
|
+
}
|
|
1004
|
+
bk(a) {
|
|
1005
|
+
return this.bd(a);
|
|
1006
|
+
}
|
|
1007
|
+
bj(a) {
|
|
1008
|
+
return this.bd(a);
|
|
1009
|
+
}
|
|
1010
|
+
bi(a) {
|
|
1011
|
+
return this.bd(a);
|
|
1012
|
+
}
|
|
1013
|
+
bh(a) {
|
|
1014
|
+
return this.bd(a);
|
|
1015
|
+
}
|
|
1016
|
+
bg(a) {
|
|
1017
|
+
return this.bd(a);
|
|
1018
|
+
}
|
|
1019
|
+
bf(a) {
|
|
1020
|
+
return this.a0(a);
|
|
1021
|
+
}
|
|
1022
|
+
bc(a) {
|
|
1023
|
+
return this.a0(a);
|
|
1024
|
+
}
|
|
1025
|
+
bb(a) {
|
|
1026
|
+
return this.a9(a);
|
|
1027
|
+
}
|
|
1028
|
+
a9(a) {
|
|
1029
|
+
return this.bd(a);
|
|
1030
|
+
}
|
|
1031
|
+
a6(a) {
|
|
1032
|
+
return this.a7(a);
|
|
1033
|
+
}
|
|
1034
|
+
a7(a) {
|
|
1035
|
+
return this.bd(a);
|
|
1036
|
+
}
|
|
1037
|
+
a5(a) {
|
|
1038
|
+
return this.a0(a);
|
|
1039
|
+
}
|
|
1040
|
+
a3(a) {
|
|
1041
|
+
return this.a0(a);
|
|
1042
|
+
}
|
|
1043
|
+
a4(a) {
|
|
1044
|
+
return this.bd(a);
|
|
1045
|
+
}
|
|
1046
|
+
a2(a) {
|
|
1047
|
+
return this.a0(a);
|
|
1048
|
+
}
|
|
1049
|
+
ay(a) {
|
|
1050
|
+
return this.a0(a);
|
|
1051
|
+
}
|
|
1052
|
+
a8(a) {
|
|
1053
|
+
return this.bd(a);
|
|
1054
|
+
}
|
|
1055
|
+
az(a) {
|
|
1056
|
+
return this.bd(a);
|
|
1057
|
+
}
|
|
1058
|
+
ax(a) {
|
|
1059
|
+
return this.a1(a);
|
|
1060
|
+
}
|
|
1061
|
+
a1(a) {
|
|
1062
|
+
return 50;
|
|
1063
|
+
}
|
|
1064
|
+
aw(a) {
|
|
1065
|
+
return this.a0(a);
|
|
1066
|
+
}
|
|
1067
|
+
be(a) {
|
|
1068
|
+
return this.m.i(this.cc(a)) + 17;
|
|
1069
|
+
}
|
|
1070
|
+
cc(a) {
|
|
1071
|
+
return a.az != null ? a.az : a.a3;
|
|
1072
|
+
}
|
|
1073
|
+
ct(a, b) {
|
|
1074
|
+
let c = a;
|
|
1075
|
+
let d = this.s(c, b.cellInfo.fb, b.cellInfo.hn);
|
|
1076
|
+
let e = d != null ? d.w : 0;
|
|
1077
|
+
switch (e) {
|
|
1078
|
+
case 10:
|
|
1079
|
+
this.cv(c, b);
|
|
1080
|
+
break;
|
|
1081
|
+
case 7:
|
|
1082
|
+
this.cw(c, b);
|
|
1083
|
+
break;
|
|
1084
|
+
case 4:
|
|
1085
|
+
this.cy(c, b);
|
|
1086
|
+
break;
|
|
1087
|
+
case 6:
|
|
1088
|
+
this.cx(c, b);
|
|
1089
|
+
break;
|
|
1090
|
+
case 23:
|
|
1091
|
+
this.c6(c, b);
|
|
1092
|
+
break;
|
|
1093
|
+
case 9:
|
|
1094
|
+
this.c0(c, b);
|
|
1095
|
+
break;
|
|
1096
|
+
case 5:
|
|
1097
|
+
this.c2(c, b);
|
|
1098
|
+
break;
|
|
1099
|
+
case 14:
|
|
1100
|
+
this.c1(c, b);
|
|
1101
|
+
break;
|
|
1102
|
+
case 18:
|
|
1103
|
+
this.c3(c, b);
|
|
1104
|
+
break;
|
|
1105
|
+
case 3:
|
|
1106
|
+
this.c4(c, b);
|
|
1107
|
+
break;
|
|
1108
|
+
case 15:
|
|
1109
|
+
this.c8(c, b);
|
|
1110
|
+
break;
|
|
1111
|
+
case 17:
|
|
1112
|
+
this.c9(c, b);
|
|
1113
|
+
break;
|
|
1114
|
+
case 16:
|
|
1115
|
+
this.db(c, b);
|
|
1116
|
+
break;
|
|
1117
|
+
case 1:
|
|
1118
|
+
this.dc(c, b);
|
|
1119
|
+
break;
|
|
1120
|
+
case 11:
|
|
1121
|
+
this.dd(c, b);
|
|
1122
|
+
break;
|
|
1123
|
+
case 13:
|
|
1124
|
+
this.de(c, b);
|
|
1125
|
+
break;
|
|
1126
|
+
case 12:
|
|
1127
|
+
this.df(c, b);
|
|
1128
|
+
break;
|
|
1129
|
+
case 2:
|
|
1130
|
+
this.dg(c, b);
|
|
1131
|
+
break;
|
|
1132
|
+
case 8:
|
|
1133
|
+
this.dh(c, b);
|
|
1134
|
+
break;
|
|
1135
|
+
case 19:
|
|
1136
|
+
this.di(c, b);
|
|
1137
|
+
break;
|
|
1138
|
+
case 20:
|
|
1139
|
+
this.cz(c, b);
|
|
1140
|
+
break;
|
|
1141
|
+
case 0: break;
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
di(a, b) {
|
|
1145
|
+
this.da(a, b);
|
|
1146
|
+
}
|
|
1147
|
+
dh(a, b) {
|
|
1148
|
+
}
|
|
1149
|
+
dg(a, b) {
|
|
1150
|
+
this.da(a, b);
|
|
1151
|
+
}
|
|
1152
|
+
df(a, b) {
|
|
1153
|
+
this.da(a, b);
|
|
1154
|
+
}
|
|
1155
|
+
de(a, b) {
|
|
1156
|
+
this.da(a, b);
|
|
1157
|
+
}
|
|
1158
|
+
dd(a, b) {
|
|
1159
|
+
this.da(a, b);
|
|
1160
|
+
}
|
|
1161
|
+
dc(a, b) {
|
|
1162
|
+
this.da(a, b);
|
|
1163
|
+
}
|
|
1164
|
+
da(a, b) {
|
|
1165
|
+
this.m.t(b, (c, d) => {
|
|
1166
|
+
if (c.d != 2) {
|
|
1167
|
+
c.d = 2;
|
|
1168
|
+
}
|
|
1169
|
+
if (c.t != 3) {
|
|
1170
|
+
c.t = 3;
|
|
1171
|
+
}
|
|
1172
|
+
let e = this.s(a, b.cellInfo.fb, b.cellInfo.hn);
|
|
1173
|
+
let f = c.inputs._inner[0];
|
|
1174
|
+
f.bh = e;
|
|
1175
|
+
f.cq = (e.ar != null ? e.ar.toString() : "");
|
|
1176
|
+
if (d) {
|
|
1177
|
+
f.changing = delegateCombine(f.changing, runOn(this, this.dl));
|
|
1178
|
+
}
|
|
1179
|
+
});
|
|
1180
|
+
}
|
|
1181
|
+
cz(a, b) {
|
|
1182
|
+
this.m.q(b, (c, d) => {
|
|
1183
|
+
if (c.r != 3) {
|
|
1184
|
+
c.r = 3;
|
|
1185
|
+
}
|
|
1186
|
+
let e = this.s(a, b.cellInfo.fb, b.cellInfo.hn);
|
|
1187
|
+
c.ed = e;
|
|
1188
|
+
let f = e.ar;
|
|
1189
|
+
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
1190
|
+
f = e.ar.toString();
|
|
1191
|
+
}
|
|
1192
|
+
this.m.ac(c, f);
|
|
1193
|
+
if (d) {
|
|
1194
|
+
c.clicked = delegateCombine(c.clicked, runOn(this, this.cm));
|
|
1195
|
+
}
|
|
1196
|
+
});
|
|
1197
|
+
}
|
|
1198
|
+
c7(a, b) {
|
|
1199
|
+
this.m.s(b, (c, d) => {
|
|
1200
|
+
if (c.density != 3) {
|
|
1201
|
+
c.density = 3;
|
|
1202
|
+
}
|
|
1203
|
+
let e = this.s(a, b.cellInfo.fb, b.cellInfo.hn);
|
|
1204
|
+
if (c.dd != e) {
|
|
1205
|
+
if (!d) {
|
|
1206
|
+
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
|
|
1207
|
+
}
|
|
1208
|
+
c.dd = e;
|
|
1209
|
+
c.value = null;
|
|
1210
|
+
c.itemsSource = this.b(this.a(e));
|
|
1211
|
+
if (e.ar != c.value) {
|
|
1212
|
+
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
1213
|
+
c.value = e.ar.toString();
|
|
1214
|
+
}
|
|
1215
|
+
else {
|
|
1216
|
+
c.value = e.ar;
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
if (!d) {
|
|
1220
|
+
c.selectedValueChanged = delegateCombine(c.selectedValueChanged, runOn(this, this.cq));
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
else {
|
|
1224
|
+
if (e.ar != c.value) {
|
|
1225
|
+
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
1226
|
+
c.value = e.ar.toString();
|
|
1227
|
+
}
|
|
1228
|
+
else {
|
|
1229
|
+
c.value = e.ar;
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
if (d) {
|
|
1234
|
+
c.selectedValueChanged = delegateCombine(c.selectedValueChanged, runOn(this, this.cq));
|
|
1235
|
+
c.hw = BrushUtil.j(255, 255, 255, 255);
|
|
1236
|
+
c.g = ["Name"];
|
|
1237
|
+
c.columnHeadersVisible = false;
|
|
1238
|
+
c.defaultColumnWidth = ((() => {
|
|
1239
|
+
let $ret = new ColumnWidth();
|
|
1240
|
+
$ret.c = false;
|
|
1241
|
+
$ret.f = this.ba(e);
|
|
1242
|
+
return $ret;
|
|
1243
|
+
})());
|
|
1244
|
+
c.fv = "Name";
|
|
1245
|
+
}
|
|
1246
|
+
});
|
|
1247
|
+
}
|
|
1248
|
+
b(a) {
|
|
1249
|
+
let b = new List$1(DropDownDataListItem.$, 0);
|
|
1250
|
+
if (a == null) {
|
|
1251
|
+
return [];
|
|
1252
|
+
}
|
|
1253
|
+
for (let c = 0; c < a.length; c++) {
|
|
1254
|
+
b.add(((() => {
|
|
1255
|
+
let $ret = new DropDownDataListItem();
|
|
1256
|
+
$ret.Name = a[c];
|
|
1257
|
+
$ret.Value = a[c];
|
|
1258
|
+
return $ret;
|
|
1259
|
+
})()));
|
|
1260
|
+
}
|
|
1261
|
+
return b.toArray();
|
|
1262
|
+
}
|
|
1263
|
+
a(a) {
|
|
1264
|
+
return a.c;
|
|
1265
|
+
}
|
|
1266
|
+
cq(a, b) {
|
|
1267
|
+
let c = a;
|
|
1268
|
+
let d = c.dd;
|
|
1269
|
+
this.an = true;
|
|
1270
|
+
d.ar = c.value;
|
|
1271
|
+
d.a5();
|
|
1272
|
+
this.an = false;
|
|
1273
|
+
this.dx(d);
|
|
1274
|
+
}
|
|
1275
|
+
dl(a, b) {
|
|
1276
|
+
let c = a;
|
|
1277
|
+
let d = c.bh;
|
|
1278
|
+
this.an = true;
|
|
1279
|
+
if (d.w == 1) {
|
|
1280
|
+
let e = 0;
|
|
1281
|
+
let f = tryParseNumber(c.cq, e);
|
|
1282
|
+
e = f.p1;
|
|
1283
|
+
d.ar = e;
|
|
1284
|
+
}
|
|
1285
|
+
else if (d.w == 23) {
|
|
1286
|
+
if (c.cq != null) {
|
|
1287
|
+
let g = c.cq.split(' ');
|
|
1288
|
+
let h = new List$1(Number_$type, 0);
|
|
1289
|
+
for (let j = 0; j < g.length; j++) {
|
|
1290
|
+
let i = g[j];
|
|
1291
|
+
if (!stringIsNullOrEmpty(i)) {
|
|
1292
|
+
let k = 0;
|
|
1293
|
+
if (((() => { let l = tryParseNumber(c.cq, k); k = l.p1; return l.ret; })())) {
|
|
1294
|
+
h.add(k);
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
d.ar = h.toArray();
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
else {
|
|
1302
|
+
d.ar = c.cq;
|
|
1303
|
+
}
|
|
1304
|
+
d.a5();
|
|
1305
|
+
this.an = false;
|
|
1306
|
+
this.dx(d);
|
|
1307
|
+
}
|
|
1308
|
+
cm(a, b) {
|
|
1309
|
+
let c = a;
|
|
1310
|
+
let d = c.ed;
|
|
1311
|
+
this.an = true;
|
|
1312
|
+
d.a6();
|
|
1313
|
+
this.an = false;
|
|
1314
|
+
this.dx(d);
|
|
1315
|
+
}
|
|
1316
|
+
dx(a) {
|
|
1317
|
+
if (this.bu != null && this.g != null) {
|
|
1318
|
+
if (this.am) {
|
|
1319
|
+
this.am = false;
|
|
1320
|
+
this.g.addTargetPropertyUpdatingListener(runOn(this, this.at));
|
|
1321
|
+
}
|
|
1322
|
+
let b = this.bv == null;
|
|
1323
|
+
this.bv = this.cb();
|
|
1324
|
+
if (b) {
|
|
1325
|
+
this.m.u(this.bu, (c) => this.g.loadJsonOverlay(this.bv, (d) => c, (d) => this.bu));
|
|
1326
|
+
}
|
|
1327
|
+
else {
|
|
1328
|
+
this.m.u(this.bu, (c) => this.g.loadJsonDelta(this.bv, (d) => c, false));
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
at(a, b, c) {
|
|
1333
|
+
let d = this.actualProperties;
|
|
1334
|
+
if (typeCast(HorizontalPropertyEditorDataSource.$, d) !== null) {
|
|
1335
|
+
d = d.ae;
|
|
1336
|
+
}
|
|
1337
|
+
for (let e = 0; e < d.count; e++) {
|
|
1338
|
+
let f = d._inner[e].a3;
|
|
1339
|
+
if (this.as(f, a)) {
|
|
1340
|
+
d._inner[e].a9(a, b, c);
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
if (this.ap) {
|
|
1344
|
+
return true;
|
|
1345
|
+
}
|
|
1346
|
+
return false;
|
|
1347
|
+
}
|
|
1348
|
+
as(a, b) {
|
|
1349
|
+
if (a == null && b == null) {
|
|
1350
|
+
return true;
|
|
1351
|
+
}
|
|
1352
|
+
if (a == null) {
|
|
1353
|
+
return false;
|
|
1354
|
+
}
|
|
1355
|
+
if (b == null) {
|
|
1356
|
+
return false;
|
|
1357
|
+
}
|
|
1358
|
+
let c = stringSplit(a, ['.', '['], 0);
|
|
1359
|
+
let d = stringSplit(b, ['.', '['], 0);
|
|
1360
|
+
if (c.length != d.length) {
|
|
1361
|
+
return false;
|
|
1362
|
+
}
|
|
1363
|
+
for (let e = 0; e < c.length; e++) {
|
|
1364
|
+
let f = c[e];
|
|
1365
|
+
let g = d[e];
|
|
1366
|
+
if (stringContains(f, "]")) {
|
|
1367
|
+
if (!stringContains(g, "]")) {
|
|
1368
|
+
return false;
|
|
1369
|
+
}
|
|
1370
|
+
g = stringReplace(g, "]", "");
|
|
1371
|
+
let h = this.av(f);
|
|
1372
|
+
if (!h.contains(g)) {
|
|
1373
|
+
return false;
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
else {
|
|
1377
|
+
if (!Base.equalsStatic(f, g)) {
|
|
1378
|
+
return false;
|
|
1379
|
+
}
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
return true;
|
|
1383
|
+
}
|
|
1384
|
+
av(a) {
|
|
1385
|
+
let b = new List$1(String_$type, 0);
|
|
1386
|
+
if (stringContains(a, "]")) {
|
|
1387
|
+
a = stringReplace(a, "]", "");
|
|
1388
|
+
let c = a.split(',');
|
|
1389
|
+
for (let d = 0; d < c.length; d++) {
|
|
1390
|
+
let e = c[d];
|
|
1391
|
+
if (stringContains(e, "as")) {
|
|
1392
|
+
let f = e.indexOf("as");
|
|
1393
|
+
let g = e.substr(0, f).trim();
|
|
1394
|
+
b.add(g);
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
return b;
|
|
1398
|
+
}
|
|
1399
|
+
b.add(a);
|
|
1400
|
+
return b;
|
|
1401
|
+
}
|
|
1402
|
+
cb() {
|
|
1403
|
+
if (this.actualProperties == null) {
|
|
1404
|
+
return null;
|
|
1405
|
+
}
|
|
1406
|
+
let a = this.actualProperties;
|
|
1407
|
+
if (typeCast(HorizontalPropertyEditorDataSource.$, a) !== null) {
|
|
1408
|
+
a = a.ae;
|
|
1409
|
+
}
|
|
1410
|
+
let b = new PropertyEditorTreeTransformer(this.j, this.b7, false);
|
|
1411
|
+
this.c5(a, "", b, this.b7);
|
|
1412
|
+
return b.j();
|
|
1413
|
+
}
|
|
1414
|
+
c5(a, b, c, d) {
|
|
1415
|
+
for (let e = 0; e < a.count; e++) {
|
|
1416
|
+
let f = a._inner[e];
|
|
1417
|
+
if (f.w == 20) {
|
|
1418
|
+
continue;
|
|
1419
|
+
}
|
|
1420
|
+
if (f.m != null) {
|
|
1421
|
+
for (let g = 0; g < f.m.count; g++) {
|
|
1422
|
+
let h = f.m._inner[g];
|
|
1423
|
+
let i = b + f.a3 + "[" + g + "]";
|
|
1424
|
+
this.c5(h.a, i, c, h.b);
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
else if (f.i != null) {
|
|
1428
|
+
let j = b + f.a3;
|
|
1429
|
+
this.c5(f.i.a, j, c, f.i.b);
|
|
1430
|
+
}
|
|
1431
|
+
else {
|
|
1432
|
+
c.k(b + f.a3, f.ar, d);
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
db(a, b) {
|
|
1437
|
+
}
|
|
1438
|
+
c9(a, b) {
|
|
1439
|
+
}
|
|
1440
|
+
c8(a, b) {
|
|
1441
|
+
this.c7(a, b);
|
|
1442
|
+
}
|
|
1443
|
+
c4(a, b) {
|
|
1444
|
+
}
|
|
1445
|
+
c3(a, b) {
|
|
1446
|
+
}
|
|
1447
|
+
c1(a, b) {
|
|
1448
|
+
}
|
|
1449
|
+
c2(a, b) {
|
|
1450
|
+
this.da(a, b);
|
|
1451
|
+
}
|
|
1452
|
+
c0(a, b) {
|
|
1453
|
+
}
|
|
1454
|
+
cx(a, b) {
|
|
1455
|
+
}
|
|
1456
|
+
c6(a, b) {
|
|
1457
|
+
this.da(a, b);
|
|
1458
|
+
}
|
|
1459
|
+
cy(a, b) {
|
|
1460
|
+
this.da(a, b);
|
|
1461
|
+
}
|
|
1462
|
+
cw(a, b) {
|
|
1463
|
+
this.m.r(b, (c, d) => {
|
|
1464
|
+
if (!c.y) {
|
|
1465
|
+
c.y = true;
|
|
1466
|
+
}
|
|
1467
|
+
let e = this.s(a, b.cellInfo.fb, b.cellInfo.hn);
|
|
1468
|
+
let f = e.ar;
|
|
1469
|
+
if (f == null) {
|
|
1470
|
+
f = false;
|
|
1471
|
+
}
|
|
1472
|
+
let g = f;
|
|
1473
|
+
c.checked = g;
|
|
1474
|
+
c.a4 = e;
|
|
1475
|
+
if (d) {
|
|
1476
|
+
c.change = delegateCombine(c.change, runOn(this, this.co));
|
|
1477
|
+
}
|
|
1478
|
+
});
|
|
1479
|
+
}
|
|
1480
|
+
s(a, b, c) {
|
|
1481
|
+
if (this.ao) {
|
|
1482
|
+
let d = this.actualProperties.ae;
|
|
1483
|
+
let e = d;
|
|
1484
|
+
let f = truncate((this.l.actualColumns.count / 2));
|
|
1485
|
+
let g = b * f;
|
|
1486
|
+
let h = this.bq(a);
|
|
1487
|
+
h = truncate(Math.floor(h / 2)) + g;
|
|
1488
|
+
if (h > e.count - 1) {
|
|
1489
|
+
return null;
|
|
1490
|
+
}
|
|
1491
|
+
return e.item(h);
|
|
1492
|
+
}
|
|
1493
|
+
else {
|
|
1494
|
+
return c;
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
bq(a) {
|
|
1498
|
+
return this.au.item(a);
|
|
1499
|
+
}
|
|
1500
|
+
co(a, b) {
|
|
1501
|
+
let c = a;
|
|
1502
|
+
let d = c.a4;
|
|
1503
|
+
this.an = true;
|
|
1504
|
+
d.ar = c.checked;
|
|
1505
|
+
d.a5();
|
|
1506
|
+
this.an = false;
|
|
1507
|
+
this.dx(d);
|
|
1508
|
+
}
|
|
1509
|
+
cv(a, b) {
|
|
1510
|
+
}
|
|
1511
|
+
cs(a, b) {
|
|
1512
|
+
let c = a;
|
|
1513
|
+
let d = b;
|
|
1514
|
+
if (!this.ao) {
|
|
1515
|
+
d = this.actualProperties._inner[b.rowNumber];
|
|
1516
|
+
}
|
|
1517
|
+
let e = this.s(c, b.rowNumber, d);
|
|
1518
|
+
let f = e != null ? e.w : 0;
|
|
1519
|
+
b.styleKey = "editortype_" + enumGetBox(PropertyEditorValueType_$type, f);
|
|
1520
|
+
}
|
|
1521
|
+
dm(a, b) {
|
|
1522
|
+
let c = b.value.toLowerCase();
|
|
1523
|
+
this.dv(c);
|
|
1524
|
+
}
|
|
1525
|
+
dt(a, b, c) {
|
|
1526
|
+
if (this.l != null) {
|
|
1527
|
+
this.l.notifySetItem(a, b, c);
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
dq() {
|
|
1531
|
+
if (this.l != null) {
|
|
1532
|
+
this.l.notifyClearItems();
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
dr(a, b) {
|
|
1536
|
+
if (this.l != null) {
|
|
1537
|
+
this.l.notifyInsertItem(a, b);
|
|
1538
|
+
}
|
|
1539
|
+
;
|
|
1540
|
+
}
|
|
1541
|
+
ds(a, b) {
|
|
1542
|
+
if (this.l != null) {
|
|
1543
|
+
this.l.notifyRemoveItem(a, b);
|
|
1544
|
+
}
|
|
1545
|
+
;
|
|
1546
|
+
}
|
|
1547
|
+
get j() {
|
|
1548
|
+
return this.h;
|
|
1549
|
+
}
|
|
1550
|
+
set j(a) {
|
|
1551
|
+
let b = this.h;
|
|
1552
|
+
this.h = a;
|
|
1553
|
+
this.dw("ActualContext", b, this.h);
|
|
1554
|
+
}
|
|
1555
|
+
get k() {
|
|
1556
|
+
return this.i;
|
|
1557
|
+
}
|
|
1558
|
+
set k(a) {
|
|
1559
|
+
let b = this.i;
|
|
1560
|
+
this.i = a;
|
|
1561
|
+
this.dw("DescriptionContext", b, this.i);
|
|
1562
|
+
}
|
|
1563
|
+
get g() {
|
|
1564
|
+
return this.f;
|
|
1565
|
+
}
|
|
1566
|
+
set g(a) {
|
|
1567
|
+
let b = this.f;
|
|
1568
|
+
this.f = a;
|
|
1569
|
+
this.dw("ComponentRenderer", b, this.f);
|
|
1570
|
+
}
|
|
1571
|
+
get bu() {
|
|
1572
|
+
return this.bt;
|
|
1573
|
+
}
|
|
1574
|
+
set bu(a) {
|
|
1575
|
+
let b = this.bt;
|
|
1576
|
+
this.bt = a;
|
|
1577
|
+
this.dw("Target", b, this.bt);
|
|
1578
|
+
}
|
|
1579
|
+
get b7() {
|
|
1580
|
+
return this.bw;
|
|
1581
|
+
}
|
|
1582
|
+
set b7(a) {
|
|
1583
|
+
let b = this.bw;
|
|
1584
|
+
this.bw = a;
|
|
1585
|
+
this.dw("DescriptionType", b, this.bw);
|
|
1586
|
+
}
|
|
1587
|
+
get ao() {
|
|
1588
|
+
return this.aj;
|
|
1589
|
+
}
|
|
1590
|
+
set ao(a) {
|
|
1591
|
+
let b = this.aj;
|
|
1592
|
+
this.aj = a;
|
|
1593
|
+
this.dw("IsHorizontal", b, this.aj);
|
|
1594
|
+
}
|
|
1595
|
+
get aq() {
|
|
1596
|
+
return this.al;
|
|
1597
|
+
}
|
|
1598
|
+
set aq(a) {
|
|
1599
|
+
let b = this.al;
|
|
1600
|
+
this.al = a;
|
|
1601
|
+
this.dw("IsWrappingEnabled", b, this.al);
|
|
1602
|
+
}
|
|
1603
|
+
get ap() {
|
|
1604
|
+
return this.ak;
|
|
1605
|
+
}
|
|
1606
|
+
set ap(a) {
|
|
1607
|
+
let b = this.ak;
|
|
1608
|
+
this.ak = a;
|
|
1609
|
+
this.dw("IsIndirectModeEnabled", b, this.ak);
|
|
1610
|
+
}
|
|
1611
|
+
get d8() {
|
|
1612
|
+
return this.d6;
|
|
1613
|
+
}
|
|
1614
|
+
set d8(a) {
|
|
1615
|
+
let b = this.d6;
|
|
1616
|
+
this.d6 = a;
|
|
1617
|
+
if (b != this.d6) {
|
|
1618
|
+
this.dw("BackgroundColor", b, a);
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
get ec() {
|
|
1622
|
+
return this.d7;
|
|
1623
|
+
}
|
|
1624
|
+
set ec(a) {
|
|
1625
|
+
let b = this.d7;
|
|
1626
|
+
this.d7 = a;
|
|
1627
|
+
if (b != this.d7) {
|
|
1628
|
+
this.dw("TextColor", b, a);
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
cn() {
|
|
1632
|
+
let a = this.l.actualDataSource;
|
|
1633
|
+
if (null != a) {
|
|
1634
|
+
if (null == a.actualSchema) {
|
|
1635
|
+
this.bo = -1;
|
|
1636
|
+
return;
|
|
1637
|
+
}
|
|
1638
|
+
let b = a.actualCount;
|
|
1639
|
+
this.bo = b;
|
|
1640
|
+
}
|
|
1641
|
+
else {
|
|
1642
|
+
this.bo = -1;
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
PropertyEditor.$t = markType(PropertyEditor, 'PropertyEditor', Base.$, [INotifyPropertyChanged_$type]);
|
|
1647
|
+
PropertyEditor.eb = BrushUtil.j(255, 24, 29, 31);
|
|
1648
|
+
PropertyEditor.cj = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
1649
|
+
PropertyEditor.d9 = BrushUtil.j(255, 248, 248, 248);
|
|
1650
|
+
PropertyEditor.ea = BrushUtil.j(255, 24, 29, 31);
|
|
1651
|
+
return PropertyEditor;
|
|
1652
|
+
})();
|