igniteui-webcomponents-layouts 7.1.1-beta.2 → 7.1.1-beta.3
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/entry-points.json +28 -0
- package/esm2022/lib/ComboEditor.d.ts +1 -0
- package/esm2022/lib/ComboEditor.js +7 -0
- package/esm2022/lib/ComboEditorBridge.d.ts +20 -0
- package/esm2022/lib/ComboEditorBridge.js +159 -0
- package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.d.ts +13 -0
- package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.js +20 -0
- package/esm2022/lib/ComboEditorDataSourceNotificationHandler.d.ts +1 -0
- package/esm2022/lib/ComboEditorDataSourceNotificationHandler.js +7 -0
- package/esm2022/lib/ComboEditorGotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ComboEditorGotFocusEventArgs.js +14 -0
- package/esm2022/lib/ComboEditorLostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ComboEditorLostFocusEventArgs.js +14 -0
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.d.ts +20 -0
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.js +59 -0
- package/esm2022/lib/ComboEditorSelectedItemChangeType.d.ts +13 -0
- package/esm2022/lib/ComboEditorSelectedItemChangeType.js +20 -0
- package/esm2022/lib/ComboEditorTextChangedEventArgs.d.ts +12 -0
- package/esm2022/lib/ComboEditorTextChangedEventArgs.js +27 -0
- package/esm2022/lib/ComboEditorValueChangedEventArgs.d.ts +12 -0
- package/esm2022/lib/ComboEditorValueChangedEventArgs.js +27 -0
- package/esm2022/lib/ComboEditorView.d.ts +1 -0
- package/esm2022/lib/ComboEditorView.js +7 -0
- package/esm2022/lib/ComboEditorView_combined.d.ts +483 -0
- package/esm2022/lib/ComboEditorView_combined.js +2563 -0
- package/esm2022/lib/ComboEditorVisualModelExport.d.ts +72 -0
- package/esm2022/lib/ComboEditorVisualModelExport.js +181 -0
- package/esm2022/lib/DrillDownRequestedEventArgs.d.ts +1 -0
- package/esm2022/lib/DrillDownRequestedEventArgs.js +7 -0
- package/esm2022/lib/ExpansionPanelUtilities.d.ts +12 -0
- package/esm2022/lib/ExpansionPanelUtilities.js +35 -0
- package/esm2022/lib/ExpansionPanelView.d.ts +1 -0
- package/esm2022/lib/ExpansionPanelView.js +7 -0
- package/esm2022/lib/ExpansionPanelView_combined.d.ts +156 -0
- package/esm2022/lib/ExpansionPanelView_combined.js +708 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
- package/esm2022/lib/IExternalListPanel.d.ts +17 -0
- package/esm2022/lib/IExternalListPanel.js +11 -0
- package/esm2022/lib/IExternalToolPanel.d.ts +13 -0
- package/esm2022/lib/IExternalToolPanel.js +11 -0
- package/esm2022/lib/IExternalToolbar.d.ts +13 -0
- package/esm2022/lib/IExternalToolbar.js +11 -0
- package/esm2022/lib/IListPanelView.d.ts +27 -0
- package/esm2022/lib/IListPanelView.js +11 -0
- package/esm2022/lib/IListPanelViewportManager.d.ts +11 -0
- package/esm2022/lib/IListPanelViewportManager.js +11 -0
- package/esm2022/lib/INativeUIToolPanelBridge.d.ts +38 -0
- package/esm2022/lib/INativeUIToolPanelBridge.js +12 -0
- package/esm2022/lib/INativeUIToolbarBridge.d.ts +31 -0
- package/esm2022/lib/INativeUIToolbarBridge.js +12 -0
- package/esm2022/lib/IPropertyEditorPanelView.d.ts +26 -0
- package/esm2022/lib/IPropertyEditorPanelView.js +11 -0
- package/esm2022/lib/IToolPanelView.d.ts +32 -0
- package/esm2022/lib/IToolPanelView.js +11 -0
- package/esm2022/lib/IToolbarView.d.ts +26 -0
- package/esm2022/lib/IToolbarView.js +11 -0
- package/esm2022/lib/LayoutPrimaryKeyValue.d.ts +21 -0
- package/esm2022/lib/LayoutPrimaryKeyValue.js +101 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.d.ts +30 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.js +157 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.d.ts +31 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.js +158 -0
- package/esm2022/lib/ListPanel.d.ts +1 -0
- package/esm2022/lib/ListPanel.js +7 -0
- package/esm2022/lib/ListPanelActivationManager.d.ts +1 -0
- package/esm2022/lib/ListPanelActivationManager.js +7 -0
- package/esm2022/lib/ListPanelActivationMode.d.ts +18 -0
- package/esm2022/lib/ListPanelActivationMode.js +25 -0
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.d.ts +13 -0
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.js +31 -0
- package/esm2022/lib/ListPanelColumnDefinition.d.ts +8 -0
- package/esm2022/lib/ListPanelColumnDefinition.js +18 -0
- package/esm2022/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelContentRebindEventArgs.js +24 -0
- package/esm2022/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelContentRecycledEventArgs.js +24 -0
- package/esm2022/lib/ListPanelContentRefreshedEventArgs.d.ts +8 -0
- package/esm2022/lib/ListPanelContentRefreshedEventArgs.js +17 -0
- package/esm2022/lib/ListPanelDataBindingEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/ListPanelDataSourceNotificationBridge.d.ts +1 -0
- package/esm2022/lib/ListPanelDataSourceNotificationBridge.js +7 -0
- package/esm2022/lib/ListPanelItemEventArgs.d.ts +1 -0
- package/esm2022/lib/ListPanelItemEventArgs.js +7 -0
- package/esm2022/lib/ListPanelItemModel.d.ts +1 -0
- package/esm2022/lib/ListPanelItemModel.js +7 -0
- package/esm2022/lib/ListPanelItemPresenter.d.ts +9 -0
- package/esm2022/lib/ListPanelItemPresenter.js +18 -0
- package/esm2022/lib/ListPanelItemVisualData.d.ts +15 -0
- package/esm2022/lib/ListPanelItemVisualData.js +37 -0
- package/esm2022/lib/ListPanelLayoutPanel.d.ts +1 -0
- package/esm2022/lib/ListPanelLayoutPanel.js +7 -0
- package/esm2022/lib/ListPanelOrientation.d.ts +10 -0
- package/esm2022/lib/ListPanelOrientation.js +17 -0
- package/esm2022/lib/ListPanelPrimaryKeyValue.d.ts +19 -0
- package/esm2022/lib/ListPanelPrimaryKeyValue.js +85 -0
- package/esm2022/lib/ListPanelRowRange.d.ts +14 -0
- package/esm2022/lib/ListPanelRowRange.js +36 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.d.ts +28 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.js +67 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.d.ts +17 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedItemsCollection.d.ts +14 -0
- package/esm2022/lib/ListPanelSelectedItemsCollection.js +40 -0
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.d.ts +17 -0
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.d.ts +31 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.js +158 -0
- package/esm2022/lib/ListPanelSelectionBehavior.d.ts +18 -0
- package/esm2022/lib/ListPanelSelectionBehavior.js +25 -0
- package/esm2022/lib/ListPanelSelectionChangedEventArgs.d.ts +7 -0
- package/esm2022/lib/ListPanelSelectionChangedEventArgs.js +14 -0
- package/esm2022/lib/ListPanelSelectionManager.d.ts +1 -0
- package/esm2022/lib/ListPanelSelectionManager.js +7 -0
- package/esm2022/lib/ListPanelSelectionMode.d.ts +22 -0
- package/esm2022/lib/ListPanelSelectionMode.js +29 -0
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.d.ts +1 -0
- package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.js +7 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelView.d.ts +1 -0
- package/esm2022/lib/ListPanelView.js +7 -0
- package/esm2022/lib/ListPanelView_combined.d.ts +577 -0
- package/esm2022/lib/ListPanelView_combined.js +3942 -0
- package/esm2022/lib/ListPanelViewportChangedEventArgs.d.ts +15 -0
- package/esm2022/lib/ListPanelViewportChangedEventArgs.js +25 -0
- package/esm2022/lib/ListPanelVisualData.d.ts +17 -0
- package/esm2022/lib/ListPanelVisualData.js +47 -0
- package/esm2022/lib/ListPanelVisualModel.d.ts +13 -0
- package/esm2022/lib/ListPanelVisualModel.js +25 -0
- package/esm2022/lib/NativeUIContentRefreshedEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIContentRefreshedEventArgs.js +14 -0
- package/esm2022/lib/NativeUILayoutFactory.d.ts +1 -0
- package/esm2022/lib/NativeUILayoutFactory.js +7 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.d.ts +2400 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.js +14724 -0
- package/esm2022/lib/NativeUIToolPanel.d.ts +1 -0
- package/esm2022/lib/NativeUIToolPanel.js +7 -0
- package/esm2022/lib/NativeUIToolbar.d.ts +1 -0
- package/esm2022/lib/NativeUIToolbar.js +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.js +14 -0
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.js +14 -0
- package/esm2022/lib/NestedActionMode.d.ts +11 -0
- package/esm2022/lib/NestedActionMode.js +18 -0
- package/esm2022/lib/OnCollapsedEventArgs.d.ts +7 -0
- package/esm2022/lib/OnCollapsedEventArgs.js +14 -0
- package/esm2022/lib/OnExpandedEventArgs.d.ts +7 -0
- package/esm2022/lib/OnExpandedEventArgs.js +14 -0
- package/esm2022/lib/PanelAnimationRequest.d.ts +1 -0
- package/esm2022/lib/PanelAnimationRequest.js +7 -0
- package/esm2022/lib/PanelInfo.d.ts +1 -0
- package/esm2022/lib/PanelInfo.js +7 -0
- package/esm2022/lib/PropertyEditorDataSource.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDataSource.js +7 -0
- package/esm2022/lib/PropertyEditorDataSource_combined.d.ts +162 -0
- package/esm2022/lib/PropertyEditorDataSource_combined.js +694 -0
- package/esm2022/lib/PropertyEditorDescriptionObject.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDescriptionObject.js +7 -0
- package/esm2022/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
- package/esm2022/lib/PropertyEditorPanel.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPanel.js +7 -0
- package/esm2022/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
- package/esm2022/lib/PropertyEditorPanelColumnDefinition.js +53 -0
- package/esm2022/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
- package/esm2022/lib/PropertyEditorPanelColumnFieldType.js +11 -0
- package/esm2022/lib/PropertyEditorPanelColumnType.d.ts +12 -0
- package/esm2022/lib/PropertyEditorPanelColumnType.js +11 -0
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.js +24 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.js +19 -0
- package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
- package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelUpdateMode.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelUpdateMode.js +17 -0
- package/esm2022/lib/PropertyEditorPanelView.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPanelView.js +7 -0
- package/esm2022/lib/PropertyEditorPanelView_combined.d.ts +177 -0
- package/esm2022/lib/PropertyEditorPanelView_combined.js +1105 -0
- package/esm2022/lib/PropertyEditorPropertyDescription.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescription.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +14 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +24 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +16 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +38 -0
- package/esm2022/lib/PropertyEditorTreeTransformer.d.ts +21 -0
- package/esm2022/lib/PropertyEditorTreeTransformer.js +243 -0
- package/esm2022/lib/PropertyEditorValueType.d.ts +33 -0
- package/esm2022/lib/PropertyEditorValueType.js +40 -0
- package/esm2022/lib/ToolAction.d.ts +1 -0
- package/esm2022/lib/ToolAction.js +7 -0
- package/esm2022/lib/ToolActionButton.d.ts +1 -0
- package/esm2022/lib/ToolActionButton.js +7 -0
- package/esm2022/lib/ToolActionButtonDisplayType.d.ts +13 -0
- package/esm2022/lib/ToolActionButtonDisplayType.js +20 -0
- package/esm2022/lib/ToolActionButtonGroupDisplayType.d.ts +12 -0
- package/esm2022/lib/ToolActionButtonGroupDisplayType.js +19 -0
- package/esm2022/lib/ToolActionButtonPair.d.ts +1 -0
- package/esm2022/lib/ToolActionButtonPair.js +7 -0
- package/esm2022/lib/ToolActionButtonPairVisualData.d.ts +20 -0
- package/esm2022/lib/ToolActionButtonPairVisualData.js +37 -0
- package/esm2022/lib/ToolActionButtonVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionButtonVisualData.js +24 -0
- package/esm2022/lib/ToolActionCheckbox.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckbox.js +7 -0
- package/esm2022/lib/ToolActionCheckboxGroup.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckboxGroup.js +7 -0
- package/esm2022/lib/ToolActionCheckboxGroupVisualData.d.ts +13 -0
- package/esm2022/lib/ToolActionCheckboxGroupVisualData.js +23 -0
- package/esm2022/lib/ToolActionCheckboxList.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckboxList.js +7 -0
- package/esm2022/lib/ToolActionCheckboxListIndexType.d.ts +9 -0
- package/esm2022/lib/ToolActionCheckboxListIndexType.js +16 -0
- package/esm2022/lib/ToolActionCheckboxListVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionCheckboxListVisualData.js +24 -0
- package/esm2022/lib/ToolActionCheckboxVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionCheckboxVisualData.js +24 -0
- package/esm2022/lib/ToolActionCollection.d.ts +1 -0
- package/esm2022/lib/ToolActionCollection.js +7 -0
- package/esm2022/lib/ToolActionColorEditor.d.ts +1 -0
- package/esm2022/lib/ToolActionColorEditor.js +7 -0
- package/esm2022/lib/ToolActionColorEditorVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionColorEditorVisualData.js +24 -0
- package/esm2022/lib/ToolActionCombo.d.ts +1 -0
- package/esm2022/lib/ToolActionCombo.js +7 -0
- package/esm2022/lib/ToolActionComboVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionComboVisualData.js +24 -0
- package/esm2022/lib/ToolActionEventDetail.d.ts +16 -0
- package/esm2022/lib/ToolActionEventDetail.js +25 -0
- package/esm2022/lib/ToolActionEventDetailCollection.d.ts +10 -0
- package/esm2022/lib/ToolActionEventDetailCollection.js +19 -0
- package/esm2022/lib/ToolActionFieldSelector.d.ts +1 -0
- package/esm2022/lib/ToolActionFieldSelector.js +7 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.js +158 -0
- package/esm2022/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/esm2022/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +158 -0
- package/esm2022/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/esm2022/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +24 -0
- package/esm2022/lib/ToolActionGroupHeader.d.ts +1 -0
- package/esm2022/lib/ToolActionGroupHeader.js +7 -0
- package/esm2022/lib/ToolActionGroupHeaderVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionGroupHeaderVisualData.js +24 -0
- package/esm2022/lib/ToolActionIconButton.d.ts +1 -0
- package/esm2022/lib/ToolActionIconButton.js +7 -0
- package/esm2022/lib/ToolActionIconMenu.d.ts +1 -0
- package/esm2022/lib/ToolActionIconMenu.js +7 -0
- package/esm2022/lib/ToolActionIconMenuVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionIconMenuVisualData.js +24 -0
- package/esm2022/lib/ToolActionLabel.d.ts +1 -0
- package/esm2022/lib/ToolActionLabel.js +7 -0
- package/esm2022/lib/ToolActionLabelVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionLabelVisualData.js +24 -0
- package/esm2022/lib/ToolActionMeasurementContext.d.ts +17 -0
- package/esm2022/lib/ToolActionMeasurementContext.js +30 -0
- package/esm2022/lib/ToolActionNumberInput.d.ts +1 -0
- package/esm2022/lib/ToolActionNumberInput.js +7 -0
- package/esm2022/lib/ToolActionNumberInputVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionNumberInputVisualData.js +24 -0
- package/esm2022/lib/ToolActionPerformedEventArgs.d.ts +13 -0
- package/esm2022/lib/ToolActionPerformedEventArgs.js +22 -0
- package/esm2022/lib/ToolActionPopupOpeningEventArgs.d.ts +1 -0
- package/esm2022/lib/ToolActionPopupOpeningEventArgs.js +7 -0
- package/esm2022/lib/ToolActionRadio.d.ts +1 -0
- package/esm2022/lib/ToolActionRadio.js +7 -0
- package/esm2022/lib/ToolActionRadioGroup.d.ts +1 -0
- package/esm2022/lib/ToolActionRadioGroup.js +7 -0
- package/esm2022/lib/ToolActionRadioGroupVisualData.d.ts +13 -0
- package/esm2022/lib/ToolActionRadioGroupVisualData.js +23 -0
- package/esm2022/lib/ToolActionRadioVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionRadioVisualData.js +24 -0
- package/esm2022/lib/ToolActionSeparator.d.ts +1 -0
- package/esm2022/lib/ToolActionSeparator.js +7 -0
- package/esm2022/lib/ToolActionSeparatorVisualData.d.ts +9 -0
- package/esm2022/lib/ToolActionSeparatorVisualData.js +18 -0
- package/esm2022/lib/ToolActionSubPanel.d.ts +1 -0
- package/esm2022/lib/ToolActionSubPanel.js +7 -0
- package/esm2022/lib/ToolActionSubPanelVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionSubPanelVisualData.js +24 -0
- package/esm2022/lib/ToolActionTextInput.d.ts +1 -0
- package/esm2022/lib/ToolActionTextInput.js +7 -0
- package/esm2022/lib/ToolActionTextInputVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionTextInputVisualData.js +24 -0
- package/esm2022/lib/ToolActionVisualData.d.ts +26 -0
- package/esm2022/lib/ToolActionVisualData.js +58 -0
- package/esm2022/lib/ToolCommandEventArgs.d.ts +11 -0
- package/esm2022/lib/ToolCommandEventArgs.js +19 -0
- package/esm2022/lib/ToolContextBinding.d.ts +25 -0
- package/esm2022/lib/ToolContextBinding.js +74 -0
- package/esm2022/lib/ToolContextBindingCollection.d.ts +12 -0
- package/esm2022/lib/ToolContextBindingCollection.js +26 -0
- package/esm2022/lib/ToolPanel.d.ts +1 -0
- package/esm2022/lib/ToolPanel.js +7 -0
- package/esm2022/lib/ToolPanelContentRefreshedEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolPanelContentRefreshedEventArgs.js +17 -0
- package/esm2022/lib/ToolPanelContext.d.ts +21 -0
- package/esm2022/lib/ToolPanelContext.js +74 -0
- package/esm2022/lib/ToolPanelContextChangedEventArgs.d.ts +10 -0
- package/esm2022/lib/ToolPanelContextChangedEventArgs.js +20 -0
- package/esm2022/lib/ToolPanelContextSwappedEventArgs.d.ts +7 -0
- package/esm2022/lib/ToolPanelContextSwappedEventArgs.js +14 -0
- package/esm2022/lib/ToolPanelDropdownMenuVisualData.d.ts +1 -0
- package/esm2022/lib/ToolPanelDropdownMenuVisualData.js +7 -0
- package/esm2022/lib/ToolPanelIconRepository.d.ts +13 -0
- package/esm2022/lib/ToolPanelIconRepository.js +30 -0
- package/esm2022/lib/ToolPanelOrientation.d.ts +10 -0
- package/esm2022/lib/ToolPanelOrientation.js +17 -0
- package/esm2022/lib/ToolPanelView.d.ts +1 -0
- package/esm2022/lib/ToolPanelView.js +7 -0
- package/esm2022/lib/ToolPanelVisualData.d.ts +1 -0
- package/esm2022/lib/ToolPanelVisualData.js +7 -0
- package/esm2022/lib/ToolPanelVisualData_combined.d.ts +24 -0
- package/esm2022/lib/ToolPanelVisualData_combined.js +70 -0
- package/esm2022/lib/ToolPanelsPresenter.d.ts +1 -0
- package/esm2022/lib/ToolPanelsPresenter.js +7 -0
- package/esm2022/lib/Toolbar.d.ts +1 -0
- package/esm2022/lib/Toolbar.js +7 -0
- package/esm2022/lib/ToolbarContextAccessor.d.ts +1 -0
- package/esm2022/lib/ToolbarContextAccessor.js +7 -0
- package/esm2022/lib/ToolbarIconManager.d.ts +10 -0
- package/esm2022/lib/ToolbarIconManager.js +38 -0
- package/esm2022/lib/ToolbarOrientation.d.ts +10 -0
- package/esm2022/lib/ToolbarOrientation.js +17 -0
- package/esm2022/lib/ToolbarSubMenuClosingEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolbarSubMenuClosingEventArgs.js +17 -0
- package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.js +17 -0
- package/esm2022/lib/ToolbarView.d.ts +1 -0
- package/esm2022/lib/ToolbarView.js +7 -0
- package/esm2022/lib/TooltipTextPresenter.d.ts +44 -0
- package/esm2022/lib/TooltipTextPresenter.js +176 -0
- package/esm2022/lib/XExpansionPanel.d.ts +1 -0
- package/esm2022/lib/XExpansionPanel.js +7 -0
- package/esm2022/lib/XToolPanelBridge.d.ts +1 -0
- package/esm2022/lib/XToolPanelBridge.js +7 -0
- package/esm2022/lib/XToolbarBridge.d.ts +1 -0
- package/esm2022/lib/XToolbarBridge.js +7 -0
- package/esm2022/lib/combo-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/combo-editor-entrypoint.js +4 -0
- package/esm2022/lib/igc-combo-editor-component.d.ts +500 -0
- package/esm2022/lib/igc-combo-editor-component.js +1497 -0
- package/esm2022/lib/igc-combo-editor-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-combo-editor-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-combo-editor-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-combo-editor-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-combo-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-combo-editor-module.js +21 -0
- package/esm2022/lib/igc-combo-editor-text-changed-event-args.d.ts +13 -0
- package/esm2022/lib/igc-combo-editor-text-changed-event-args.js +26 -0
- package/esm2022/lib/igc-combo-editor-value-changed-event-args.d.ts +13 -0
- package/esm2022/lib/igc-combo-editor-value-changed-event-args.js +26 -0
- package/esm2022/lib/igc-layout-primary-key-value-module.d.ts +3 -0
- package/esm2022/lib/igc-layout-primary-key-value-module.js +15 -0
- package/esm2022/lib/igc-layout-primary-key-value.d.ts +31 -0
- package/esm2022/lib/igc-layout-primary-key-value.js +66 -0
- package/esm2022/lib/igc-layout-selected-items-collection.d.ts +6 -0
- package/esm2022/lib/igc-layout-selected-items-collection.js +30 -0
- package/esm2022/lib/igc-layout-selected-keys-collection.d.ts +8 -0
- package/esm2022/lib/igc-layout-selected-keys-collection.js +53 -0
- package/esm2022/lib/igc-list-panel-active-row-changed-event-args.d.ts +25 -0
- package/esm2022/lib/igc-list-panel-active-row-changed-event-args.js +51 -0
- package/esm2022/lib/igc-list-panel-component.d.ts +345 -0
- package/esm2022/lib/igc-list-panel-component.js +1118 -0
- package/esm2022/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
- package/esm2022/lib/igc-list-panel-content-rebind-event-args.js +42 -0
- package/esm2022/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
- package/esm2022/lib/igc-list-panel-content-recycled-event-args.js +42 -0
- package/esm2022/lib/igc-list-panel-content-refreshed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-list-panel-content-refreshed-event-args.js +30 -0
- package/esm2022/lib/igc-list-panel-item-event-args.d.ts +25 -0
- package/esm2022/lib/igc-list-panel-item-event-args.js +79 -0
- package/esm2022/lib/igc-list-panel-item-model.d.ts +31 -0
- package/esm2022/lib/igc-list-panel-item-model.js +93 -0
- package/esm2022/lib/igc-list-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-list-panel-module.js +17 -0
- package/esm2022/lib/igc-list-panel-primary-key-value-module.d.ts +3 -0
- package/esm2022/lib/igc-list-panel-primary-key-value-module.js +15 -0
- package/esm2022/lib/igc-list-panel-primary-key-value.d.ts +31 -0
- package/esm2022/lib/igc-list-panel-primary-key-value.js +66 -0
- package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.d.ts +34 -0
- package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.js +136 -0
- package/esm2022/lib/igc-list-panel-selected-items-collection.d.ts +6 -0
- package/esm2022/lib/igc-list-panel-selected-items-collection.js +30 -0
- package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.d.ts +34 -0
- package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.js +136 -0
- package/esm2022/lib/igc-list-panel-selected-keys-collection.d.ts +8 -0
- package/esm2022/lib/igc-list-panel-selected-keys-collection.js +53 -0
- package/esm2022/lib/igc-list-panel-selection-changed-event-args.d.ts +15 -0
- package/esm2022/lib/igc-list-panel-selection-changed-event-args.js +33 -0
- package/esm2022/lib/igc-list-panel-template-height-requested-event-args.d.ts +18 -0
- package/esm2022/lib/igc-list-panel-template-height-requested-event-args.js +48 -0
- package/esm2022/lib/igc-list-panel-template-item-updating-event-args.d.ts +19 -0
- package/esm2022/lib/igc-list-panel-template-item-updating-event-args.js +65 -0
- package/esm2022/lib/igc-list-panel-template-width-requested-event-args.d.ts +18 -0
- package/esm2022/lib/igc-list-panel-template-width-requested-event-args.js +48 -0
- package/esm2022/lib/igc-on-collapsed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-on-collapsed-event-args.js +30 -0
- package/esm2022/lib/igc-on-expanded-event-args.d.ts +12 -0
- package/esm2022/lib/igc-on-expanded-event-args.js +30 -0
- package/esm2022/lib/igc-property-editor-data-source.d.ts +18 -0
- package/esm2022/lib/igc-property-editor-data-source.js +50 -0
- package/esm2022/lib/igc-property-editor-description-object-collection.d.ts +8 -0
- package/esm2022/lib/igc-property-editor-description-object-collection.js +53 -0
- package/esm2022/lib/igc-property-editor-description-object.d.ts +19 -0
- package/esm2022/lib/igc-property-editor-description-object.js +81 -0
- package/esm2022/lib/igc-property-editor-panel-component.d.ts +121 -0
- package/esm2022/lib/igc-property-editor-panel-component.js +456 -0
- package/esm2022/lib/igc-property-editor-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-property-editor-panel-module.js +21 -0
- package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
- package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
- package/esm2022/lib/igc-property-editor-property-description-changed-event-args.d.ts +14 -0
- package/esm2022/lib/igc-property-editor-property-description-changed-event-args.js +36 -0
- package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.d.ts +21 -0
- package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.js +93 -0
- package/esm2022/lib/igc-property-editor-property-description-collection.d.ts +8 -0
- package/esm2022/lib/igc-property-editor-property-description-collection.js +53 -0
- package/esm2022/lib/igc-property-editor-property-description-component.d.ts +117 -0
- package/esm2022/lib/igc-property-editor-property-description-component.js +592 -0
- package/esm2022/lib/igc-property-editor-property-description-module.d.ts +3 -0
- package/esm2022/lib/igc-property-editor-property-description-module.js +16 -0
- package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +18 -0
- package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.js +48 -0
- package/esm2022/lib/igc-tool-action-button-component.d.ts +29 -0
- package/esm2022/lib/igc-tool-action-button-component.js +92 -0
- package/esm2022/lib/igc-tool-action-button-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-button-module.js +16 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.d.ts +171 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.js +401 -0
- package/esm2022/lib/igc-tool-action-button-pair-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-button-pair-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.d.ts +71 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.js +173 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.d.ts +35 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.d.ts +97 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.js +259 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-module.js +16 -0
- package/esm2022/lib/igc-tool-action-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.js +81 -0
- package/esm2022/lib/igc-tool-action-color-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-color-editor-module.js +16 -0
- package/esm2022/lib/igc-tool-action-combo-component.d.ts +40 -0
- package/esm2022/lib/igc-tool-action-combo-component.js +135 -0
- package/esm2022/lib/igc-tool-action-combo-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-combo-module.js +16 -0
- package/esm2022/lib/igc-tool-action-component.d.ts +358 -0
- package/esm2022/lib/igc-tool-action-component.js +1018 -0
- package/esm2022/lib/igc-tool-action-event-detail-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-event-detail-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-event-detail.d.ts +30 -0
- package/esm2022/lib/igc-tool-action-event-detail.js +88 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.js +259 -0
- package/esm2022/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-group-header-component.d.ts +28 -0
- package/esm2022/lib/igc-tool-action-group-header-component.js +91 -0
- package/esm2022/lib/igc-tool-action-group-header-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-group-header-module.js +16 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.d.ts +52 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.js +183 -0
- package/esm2022/lib/igc-tool-action-icon-button-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-icon-button-module.js +16 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.d.ts +33 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.js +101 -0
- package/esm2022/lib/igc-tool-action-icon-menu-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-icon-menu-module.js +16 -0
- package/esm2022/lib/igc-tool-action-label-component.d.ts +18 -0
- package/esm2022/lib/igc-tool-action-label-component.js +71 -0
- package/esm2022/lib/igc-tool-action-label-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-label-module.js +16 -0
- package/esm2022/lib/igc-tool-action-number-input-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-number-input-component.js +81 -0
- package/esm2022/lib/igc-tool-action-number-input-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-number-input-module.js +16 -0
- package/esm2022/lib/igc-tool-action-performed-event-args.d.ts +21 -0
- package/esm2022/lib/igc-tool-action-performed-event-args.js +94 -0
- package/esm2022/lib/igc-tool-action-popup-opening-event-args.d.ts +17 -0
- package/esm2022/lib/igc-tool-action-popup-opening-event-args.js +55 -0
- package/esm2022/lib/igc-tool-action-radio-component.d.ts +90 -0
- package/esm2022/lib/igc-tool-action-radio-component.js +206 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.d.ts +35 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-radio-group-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-radio-group-module.js +16 -0
- package/esm2022/lib/igc-tool-action-radio-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-radio-module.js +16 -0
- package/esm2022/lib/igc-tool-action-separator-component.d.ts +28 -0
- package/esm2022/lib/igc-tool-action-separator-component.js +91 -0
- package/esm2022/lib/igc-tool-action-separator-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-separator-module.js +16 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.js +81 -0
- package/esm2022/lib/igc-tool-action-sub-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-sub-panel-module.js +16 -0
- package/esm2022/lib/igc-tool-action-text-input-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-text-input-component.js +80 -0
- package/esm2022/lib/igc-tool-action-text-input-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-text-input-module.js +16 -0
- package/esm2022/lib/igc-tool-command-event-args.d.ts +17 -0
- package/esm2022/lib/igc-tool-command-event-args.js +43 -0
- package/esm2022/lib/igc-tool-context-binding-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-context-binding-collection.js +53 -0
- package/esm2022/lib/igc-tool-context-binding.d.ts +25 -0
- package/esm2022/lib/igc-tool-context-binding.js +85 -0
- package/esm2022/lib/igc-tool-panel-component.d.ts +471 -0
- package/esm2022/lib/igc-tool-panel-component.js +1260 -0
- package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.js +30 -0
- package/esm2022/lib/igc-tool-panel-context-changed-event-args.d.ts +18 -0
- package/esm2022/lib/igc-tool-panel-context-changed-event-args.js +48 -0
- package/esm2022/lib/igc-tool-panel-context-swapped-event-args.d.ts +12 -0
- package/esm2022/lib/igc-tool-panel-context-swapped-event-args.js +30 -0
- package/esm2022/lib/igc-tool-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-panel-module.js +59 -0
- package/esm2022/lib/igc-toolbar-component.d.ts +404 -0
- package/esm2022/lib/igc-toolbar-component.js +1127 -0
- package/esm2022/lib/igc-toolbar-module.d.ts +3 -0
- package/esm2022/lib/igc-toolbar-module.js +19 -0
- package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.d.ts +12 -0
- package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.js +30 -0
- package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.d.ts +12 -0
- package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.js +30 -0
- package/esm2022/lib/igc-x-expansion-panel-component.d.ts +173 -0
- package/esm2022/lib/igc-x-expansion-panel-component.js +505 -0
- package/esm2022/lib/igc-x-expansion-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-x-expansion-panel-module.js +17 -0
- package/esm2022/lib/list-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/list-panel-entrypoint.js +4 -0
- package/esm2022/lib/property-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/property-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/tool-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/tool-panel-entrypoint.js +4 -0
- package/esm2022/lib/toolbar-entrypoint.d.ts +1 -0
- package/esm2022/lib/toolbar-entrypoint.js +4 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +276 -0
- package/esm2022/public_api.js +276 -0
- package/package.json +40 -9
- package/fesm2022/igniteui-webcomponents-layouts.mjs +0 -40866
- package/igniteui-webcomponents-layouts.d.ts +0 -9552
|
@@ -0,0 +1,2400 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, EventArgs, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
2
|
+
import { INativeUIElementFactory } from "igniteui-webcomponents-core";
|
|
3
|
+
import { NativeUIElementFactoryFlavor } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
5
|
+
import { NativeUIComponentBuiltInType } from "igniteui-webcomponents-core";
|
|
6
|
+
import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
|
|
7
|
+
import { XComponentBridge } from "igniteui-webcomponents-inputs";
|
|
8
|
+
import { INativeUIToolPanelBridge } from "./INativeUIToolPanelBridge";
|
|
9
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
10
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
11
|
+
import { NativeUIDisplayDensity } from "igniteui-webcomponents-core";
|
|
12
|
+
import { NativeUIBuiltInEvents } from "igniteui-webcomponents-core";
|
|
13
|
+
import { ToolCommandEventArgs } from "./ToolCommandEventArgs";
|
|
14
|
+
import { NativeUIBuiltInProperties } from "igniteui-webcomponents-core";
|
|
15
|
+
import { ToolPanelOrientation } from "./ToolPanelOrientation";
|
|
16
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
17
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
18
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
19
|
+
import { ToolPanelContext } from "./ToolPanelContext";
|
|
20
|
+
import { BrushCollection } from "igniteui-webcomponents-core";
|
|
21
|
+
import { Color } from "igniteui-webcomponents-core";
|
|
22
|
+
import { INativeUIToolbarBridge } from "./INativeUIToolbarBridge";
|
|
23
|
+
import { ToolbarSubMenuOpeningEventArgs } from "./ToolbarSubMenuOpeningEventArgs";
|
|
24
|
+
import { NativeUIToolbarSubMenuOpeningEventArgs } from "./NativeUIToolbarSubMenuOpeningEventArgs";
|
|
25
|
+
import { ToolbarSubMenuClosingEventArgs } from "./ToolbarSubMenuClosingEventArgs";
|
|
26
|
+
import { NativeUIToolbarSubMenuClosingEventArgs } from "./NativeUIToolbarSubMenuClosingEventArgs";
|
|
27
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
28
|
+
import { ToolbarOrientation } from "./ToolbarOrientation";
|
|
29
|
+
import { RenderingContext } from "igniteui-webcomponents-core";
|
|
30
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
31
|
+
import { NativeUIContent } from "igniteui-webcomponents-core";
|
|
32
|
+
import { Rect } from "igniteui-webcomponents-core";
|
|
33
|
+
import { ListPanel } from "./ListPanel";
|
|
34
|
+
import { NativeUIContentRefreshedEventArgs } from "./NativeUIContentRefreshedEventArgs";
|
|
35
|
+
import { ToolContextBindingCollection } from "./ToolContextBindingCollection";
|
|
36
|
+
import { IExecutionContext } from "igniteui-webcomponents-core";
|
|
37
|
+
import { HorizontalAlignment } from "igniteui-webcomponents-core";
|
|
38
|
+
import { Visibility } from "igniteui-webcomponents-core";
|
|
39
|
+
import { ToolActionType } from "igniteui-webcomponents-core";
|
|
40
|
+
import { ToolActionInfo } from "igniteui-webcomponents-core";
|
|
41
|
+
import { NativeUIGrid } from "igniteui-webcomponents-core";
|
|
42
|
+
import { ToolContextBinding } from "./ToolContextBinding";
|
|
43
|
+
import { ToolPanelContextChangedEventArgs } from "./ToolPanelContextChangedEventArgs";
|
|
44
|
+
import { ToolPanelContextSwappedEventArgs } from "./ToolPanelContextSwappedEventArgs";
|
|
45
|
+
import { NativeUIButton } from "igniteui-webcomponents-core";
|
|
46
|
+
import { NativeUIButtonClickedEventArgs } from "igniteui-webcomponents-core";
|
|
47
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
48
|
+
import { ToolActionEventDetail } from "./ToolActionEventDetail";
|
|
49
|
+
import { ToolCommandArgument } from "igniteui-webcomponents-core";
|
|
50
|
+
import { NativeUIIcon } from "igniteui-webcomponents-core";
|
|
51
|
+
import { ToolActionInfoDensity } from "igniteui-webcomponents-core";
|
|
52
|
+
import { ListPanelTemplateItemUpdatingEventArgs } from "./ListPanelTemplateItemUpdatingEventArgs";
|
|
53
|
+
import { ToolActionMeasurementContext } from "./ToolActionMeasurementContext";
|
|
54
|
+
import { ToolActionPerformedEventArgs } from "./ToolActionPerformedEventArgs";
|
|
55
|
+
import { ToolCommand } from "igniteui-webcomponents-core";
|
|
56
|
+
import { ToolContextBindingInfo } from "igniteui-webcomponents-core";
|
|
57
|
+
import { NativeUIClickedEventArgs } from "igniteui-webcomponents-core";
|
|
58
|
+
import { ToolActionVisualData } from "./ToolActionVisualData";
|
|
59
|
+
import { ToolActionButtonDisplayType } from "./ToolActionButtonDisplayType";
|
|
60
|
+
import { ToolActionButtonGroupDisplayType } from "./ToolActionButtonGroupDisplayType";
|
|
61
|
+
import { LayoutSelectedKeysCollection } from "./LayoutSelectedKeysCollection";
|
|
62
|
+
import { ToolActionCheckboxListIndexType } from "./ToolActionCheckboxListIndexType";
|
|
63
|
+
import { LayoutSelectedItemsCollection } from "./LayoutSelectedItemsCollection";
|
|
64
|
+
import { IDataSource } from "igniteui-webcomponents-core";
|
|
65
|
+
import { ToolActionFieldSelectorType } from "./ToolActionFieldSelectorType";
|
|
66
|
+
import { ToolActionFieldSelectorAggregationsCollection } from "./ToolActionFieldSelectorAggregationsCollection";
|
|
67
|
+
import { ToolActionFieldSelectorSelectedAggregationsCollection } from "./ToolActionFieldSelectorSelectedAggregationsCollection";
|
|
68
|
+
import { DataSeriesAdapterImplementation } from "igniteui-webcomponents-core";
|
|
69
|
+
import { NativeUIPopup } from "igniteui-webcomponents-core";
|
|
70
|
+
import { NativeUIMouseEventArgs } from "igniteui-webcomponents-core";
|
|
71
|
+
import { NativeUIFocusEventArgs } from "igniteui-webcomponents-core";
|
|
72
|
+
import { ICommandStateChangedListener } from "igniteui-webcomponents-core";
|
|
73
|
+
import { IToolbarTarget } from "igniteui-webcomponents-core";
|
|
74
|
+
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
75
|
+
import { IToolbarContextAccessor } from "igniteui-webcomponents-core";
|
|
76
|
+
import { ToolCommandStateType } from "igniteui-webcomponents-core";
|
|
77
|
+
import { ToolContextValueType } from "igniteui-webcomponents-core";
|
|
78
|
+
import { NestedActionMode } from "./NestedActionMode";
|
|
79
|
+
import { ToolPanelContentRefreshedEventArgs } from "./ToolPanelContentRefreshedEventArgs";
|
|
80
|
+
import { NativeUIAbsolutePanel } from "igniteui-webcomponents-core";
|
|
81
|
+
/**
|
|
82
|
+
* @hidden
|
|
83
|
+
*/
|
|
84
|
+
export declare class NativeUILayoutFactory extends Base implements INativeUIElementFactory {
|
|
85
|
+
static $t: Type;
|
|
86
|
+
private static a;
|
|
87
|
+
static get b(): NativeUILayoutFactory;
|
|
88
|
+
static g(): void;
|
|
89
|
+
private c;
|
|
90
|
+
get flavor(): NativeUIElementFactoryFlavor;
|
|
91
|
+
createComponent(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
|
|
92
|
+
createComponentSync(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
|
|
93
|
+
supportsComponent(a: NativeUIComponentBuiltInType): boolean;
|
|
94
|
+
private d;
|
|
95
|
+
private f;
|
|
96
|
+
private e;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* @hidden
|
|
100
|
+
*/
|
|
101
|
+
export declare class XToolPanelBridge extends XComponentBridge implements INativeUIToolPanelBridge {
|
|
102
|
+
static $t: Type;
|
|
103
|
+
private u;
|
|
104
|
+
private y;
|
|
105
|
+
private v;
|
|
106
|
+
private z;
|
|
107
|
+
private w;
|
|
108
|
+
private aa;
|
|
109
|
+
constructor(a: any);
|
|
110
|
+
getDesiredSize(a: any, b: Size): Size;
|
|
111
|
+
private x;
|
|
112
|
+
updateDensity(a: any, b: NativeUIDisplayDensity): void;
|
|
113
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
114
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
115
|
+
private ac;
|
|
116
|
+
private ad;
|
|
117
|
+
private ab;
|
|
118
|
+
getTargetForBuildInProperty(a: any, b: NativeUIBuiltInProperties): any;
|
|
119
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
120
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
121
|
+
refresh(a: any): void;
|
|
122
|
+
flushRefresh(a: any): void;
|
|
123
|
+
notifySizeChanged(a: any, b: Size): void;
|
|
124
|
+
getContext(a: any): ToolPanelContext;
|
|
125
|
+
setContext(a: any, b: ToolPanelContext): void;
|
|
126
|
+
setBrushContextItem(a: any, b: string, c: Brush): void;
|
|
127
|
+
getBrushContextItem(a: any, b: string): Brush;
|
|
128
|
+
setBrushCollectionContextItem(a: any, b: string, c: BrushCollection): void;
|
|
129
|
+
getBrushCollectionContextItem(a: any, b: string): BrushCollection;
|
|
130
|
+
setDoubleContextItem(a: any, b: string, c: number): void;
|
|
131
|
+
getDoubleContextItem(a: any, b: string): number;
|
|
132
|
+
setStringContextItem(a: any, b: string, c: string): void;
|
|
133
|
+
getStringContextItem(a: any, b: string): string;
|
|
134
|
+
setBoolContextItem(a: any, b: string, c: boolean): void;
|
|
135
|
+
getBoolContextItem(a: any, b: string): boolean;
|
|
136
|
+
setColorContextItem(a: any, b: string, c: Color): void;
|
|
137
|
+
getColorContextItem(a: any, b: string): Color;
|
|
138
|
+
setDataContextItem(a: any, b: string, c: any): void;
|
|
139
|
+
getDataContextItem(a: any, b: string): any;
|
|
140
|
+
markDirty(a: any, b: any): void;
|
|
141
|
+
exportVisualData(a: any): any;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* @hidden
|
|
145
|
+
*/
|
|
146
|
+
export declare class XToolbarBridge extends XComponentBridge implements INativeUIToolbarBridge {
|
|
147
|
+
static $t: Type;
|
|
148
|
+
private u;
|
|
149
|
+
private ac;
|
|
150
|
+
private v;
|
|
151
|
+
private ad;
|
|
152
|
+
private y;
|
|
153
|
+
private ae;
|
|
154
|
+
private x;
|
|
155
|
+
private ab;
|
|
156
|
+
private w;
|
|
157
|
+
private aa;
|
|
158
|
+
constructor(a: any);
|
|
159
|
+
getDesiredSize(a: any, b: Size): Size;
|
|
160
|
+
private z;
|
|
161
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
162
|
+
private ah;
|
|
163
|
+
private ag;
|
|
164
|
+
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
165
|
+
private af;
|
|
166
|
+
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
|
167
|
+
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
168
|
+
flushRefresh(a: any): void;
|
|
169
|
+
notifySizeChanged(a: any, b: Size): void;
|
|
170
|
+
setBrushContextItem(a: any, b: string, c: Brush): void;
|
|
171
|
+
getBrushContextItem(a: any, b: string): Brush;
|
|
172
|
+
setBrushCollectionContextItem(a: any, b: string, c: BrushCollection): void;
|
|
173
|
+
getBrushCollectionContextItem(a: any, b: string): BrushCollection;
|
|
174
|
+
setDoubleContextItem(a: any, b: string, c: number): void;
|
|
175
|
+
getDoubleContextItem(a: any, b: string): number;
|
|
176
|
+
setStringContextItem(a: any, b: string, c: string): void;
|
|
177
|
+
getStringContextItem(a: any, b: string): string;
|
|
178
|
+
setBoolContextItem(a: any, b: string, c: boolean): void;
|
|
179
|
+
getBoolContextItem(a: any, b: string): boolean;
|
|
180
|
+
setColorContextItem(a: any, b: string, c: Color): void;
|
|
181
|
+
getColorContextItem(a: any, b: string): Color;
|
|
182
|
+
setDataContextItem(a: any, b: string, c: any): void;
|
|
183
|
+
getDataContextItem(a: any, b: string): any;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* @hidden
|
|
187
|
+
*/
|
|
188
|
+
export declare class ToolbarView extends Base {
|
|
189
|
+
static $t: Type;
|
|
190
|
+
private q;
|
|
191
|
+
private p;
|
|
192
|
+
private i;
|
|
193
|
+
constructor();
|
|
194
|
+
s(): any;
|
|
195
|
+
a: Toolbar;
|
|
196
|
+
y(): void;
|
|
197
|
+
l: DomRenderer;
|
|
198
|
+
o: DomWrapper;
|
|
199
|
+
g: RenderingContext;
|
|
200
|
+
n: DomWrapper;
|
|
201
|
+
w(a: DomRenderer): void;
|
|
202
|
+
ab(): void;
|
|
203
|
+
aa(): void;
|
|
204
|
+
v(): void;
|
|
205
|
+
ac(): void;
|
|
206
|
+
private b;
|
|
207
|
+
private ad;
|
|
208
|
+
private d;
|
|
209
|
+
private _gridExternal;
|
|
210
|
+
e(): FontInfo;
|
|
211
|
+
private c;
|
|
212
|
+
f(): FontInfo;
|
|
213
|
+
x(): void;
|
|
214
|
+
z(): void;
|
|
215
|
+
u(): void;
|
|
216
|
+
j(): number;
|
|
217
|
+
k(a: string): number;
|
|
218
|
+
h: boolean;
|
|
219
|
+
private m;
|
|
220
|
+
t(a: any, b: (arg1: any) => void): void;
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* @hidden
|
|
224
|
+
*/
|
|
225
|
+
export declare class ToolPanelView extends Base {
|
|
226
|
+
static $t: Type;
|
|
227
|
+
private w;
|
|
228
|
+
private v;
|
|
229
|
+
constructor();
|
|
230
|
+
z(): any;
|
|
231
|
+
c: ToolPanel;
|
|
232
|
+
ah(): void;
|
|
233
|
+
r: DomRenderer;
|
|
234
|
+
get x(): DomWrapper;
|
|
235
|
+
u: DomWrapper;
|
|
236
|
+
k: RenderingContext;
|
|
237
|
+
t: DomWrapper;
|
|
238
|
+
af(a: DomRenderer): void;
|
|
239
|
+
ak(): void;
|
|
240
|
+
ad(): void;
|
|
241
|
+
o(): number;
|
|
242
|
+
n(): number;
|
|
243
|
+
al(): void;
|
|
244
|
+
private d;
|
|
245
|
+
private f;
|
|
246
|
+
private e;
|
|
247
|
+
private an;
|
|
248
|
+
private g;
|
|
249
|
+
private _gridExternal;
|
|
250
|
+
h(): FontInfo;
|
|
251
|
+
j(): FontInfo;
|
|
252
|
+
i(): FontInfo;
|
|
253
|
+
ag(): void;
|
|
254
|
+
aj(): void;
|
|
255
|
+
ai(): void;
|
|
256
|
+
ae(): void;
|
|
257
|
+
ac(): void;
|
|
258
|
+
m(): number;
|
|
259
|
+
q(a: string): number;
|
|
260
|
+
p(a: string, b: FontInfo): number;
|
|
261
|
+
l: boolean;
|
|
262
|
+
private s;
|
|
263
|
+
ab(a: any, b: (arg1: any) => void): void;
|
|
264
|
+
a(): Popup;
|
|
265
|
+
b(a: NativeUIContent): ToolPanel;
|
|
266
|
+
am(a: any): Rect;
|
|
267
|
+
aa(): void;
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* @hidden
|
|
271
|
+
*/
|
|
272
|
+
export declare class NativeUIToolPanel extends NativeUIComponent {
|
|
273
|
+
static $t: Type;
|
|
274
|
+
private get bp();
|
|
275
|
+
get bu(): ToolActionCollection;
|
|
276
|
+
set bu(a: ToolActionCollection);
|
|
277
|
+
get b2(): number;
|
|
278
|
+
set b2(a: number);
|
|
279
|
+
get b0(): number;
|
|
280
|
+
get b3(): number;
|
|
281
|
+
set b3(a: number);
|
|
282
|
+
get bw(): ToolPanelOrientation;
|
|
283
|
+
set bw(a: ToolPanelOrientation);
|
|
284
|
+
get cq(): Brush;
|
|
285
|
+
set cq(a: Brush);
|
|
286
|
+
get cp(): Brush;
|
|
287
|
+
set cp(a: Brush);
|
|
288
|
+
get ci(): Brush;
|
|
289
|
+
set ci(a: Brush);
|
|
290
|
+
get bz(): FontInfo;
|
|
291
|
+
set bz(a: FontInfo);
|
|
292
|
+
get by(): FontInfo;
|
|
293
|
+
set by(a: FontInfo);
|
|
294
|
+
get cg(): Brush;
|
|
295
|
+
set cg(a: Brush);
|
|
296
|
+
get ca(): Brush;
|
|
297
|
+
set ca(a: Brush);
|
|
298
|
+
get co(): Brush;
|
|
299
|
+
set co(a: Brush);
|
|
300
|
+
get ch(): Brush;
|
|
301
|
+
set ch(a: Brush);
|
|
302
|
+
get cj(): Brush;
|
|
303
|
+
set cj(a: Brush);
|
|
304
|
+
get cn(): Brush;
|
|
305
|
+
set cn(a: Brush);
|
|
306
|
+
get bx(): FontInfo;
|
|
307
|
+
set bx(a: FontInfo);
|
|
308
|
+
get cm(): Brush;
|
|
309
|
+
set cm(a: Brush);
|
|
310
|
+
get ct(): Brush;
|
|
311
|
+
set ct(a: Brush);
|
|
312
|
+
get ce(): Brush;
|
|
313
|
+
set ce(a: Brush);
|
|
314
|
+
get cu(): Brush;
|
|
315
|
+
set cu(a: Brush);
|
|
316
|
+
get cf(): Brush;
|
|
317
|
+
set cf(a: Brush);
|
|
318
|
+
get cc(): Brush;
|
|
319
|
+
set cc(a: Brush);
|
|
320
|
+
get cd(): Brush;
|
|
321
|
+
set cd(a: Brush);
|
|
322
|
+
get cb(): Brush;
|
|
323
|
+
set cb(a: Brush);
|
|
324
|
+
get ck(): Brush;
|
|
325
|
+
set ck(a: Brush);
|
|
326
|
+
get bv(): ToolPanelContext;
|
|
327
|
+
set bv(a: ToolPanelContext);
|
|
328
|
+
get cl(): Brush;
|
|
329
|
+
set cl(a: Brush);
|
|
330
|
+
get b1(): number;
|
|
331
|
+
set b1(a: number);
|
|
332
|
+
get b9(): Brush;
|
|
333
|
+
set b9(a: Brush);
|
|
334
|
+
get cr(): Brush;
|
|
335
|
+
set cr(a: Brush);
|
|
336
|
+
get cs(): Brush;
|
|
337
|
+
set cs(a: Brush);
|
|
338
|
+
private bq;
|
|
339
|
+
get br(): (sender: any, args: NativeUIContentRefreshedEventArgs) => void;
|
|
340
|
+
set br(a: (sender: any, args: NativeUIContentRefreshedEventArgs) => void);
|
|
341
|
+
private bl;
|
|
342
|
+
get bn(): (sender: any, e: DrillDownRequestedEventArgs) => void;
|
|
343
|
+
set bn(a: (sender: any, e: DrillDownRequestedEventArgs) => void);
|
|
344
|
+
private bm;
|
|
345
|
+
get bo(): (sender: any, e: DrillDownRequestedEventArgs) => void;
|
|
346
|
+
set bo(a: (sender: any, e: DrillDownRequestedEventArgs) => void);
|
|
347
|
+
private bs;
|
|
348
|
+
get bt(): (sender: any, args: ToolCommandEventArgs) => void;
|
|
349
|
+
set bt(a: (sender: any, args: ToolCommandEventArgs) => void);
|
|
350
|
+
b7(): void;
|
|
351
|
+
b8(a: NativeUIDisplayDensity): void;
|
|
352
|
+
b4(): void;
|
|
353
|
+
b6(a: Size): void;
|
|
354
|
+
b5(a: any): void;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* @hidden
|
|
358
|
+
*/
|
|
359
|
+
export declare class NativeUIToolbar extends NativeUIComponent {
|
|
360
|
+
static $t: Type;
|
|
361
|
+
private get bl();
|
|
362
|
+
get bu(): ToolActionCollection;
|
|
363
|
+
set bu(a: ToolActionCollection);
|
|
364
|
+
get b4(): any;
|
|
365
|
+
set b4(a: any);
|
|
366
|
+
get b0(): boolean;
|
|
367
|
+
set b0(a: boolean);
|
|
368
|
+
get b2(): number;
|
|
369
|
+
set b2(a: number);
|
|
370
|
+
get b1(): number;
|
|
371
|
+
get b3(): number;
|
|
372
|
+
set b3(a: number);
|
|
373
|
+
get bv(): ToolPanelOrientation;
|
|
374
|
+
set bv(a: ToolPanelOrientation);
|
|
375
|
+
get cq(): Brush;
|
|
376
|
+
set cq(a: Brush);
|
|
377
|
+
get cp(): Brush;
|
|
378
|
+
set cp(a: Brush);
|
|
379
|
+
get cg(): Brush;
|
|
380
|
+
set cg(a: Brush);
|
|
381
|
+
get by(): FontInfo;
|
|
382
|
+
set by(a: FontInfo);
|
|
383
|
+
get bx(): FontInfo;
|
|
384
|
+
set bx(a: FontInfo);
|
|
385
|
+
get ce(): Brush;
|
|
386
|
+
set ce(a: Brush);
|
|
387
|
+
get b8(): Brush;
|
|
388
|
+
set b8(a: Brush);
|
|
389
|
+
get co(): Brush;
|
|
390
|
+
set co(a: Brush);
|
|
391
|
+
get cf(): Brush;
|
|
392
|
+
set cf(a: Brush);
|
|
393
|
+
get b7(): Brush;
|
|
394
|
+
set b7(a: Brush);
|
|
395
|
+
get ch(): Brush;
|
|
396
|
+
set ch(a: Brush);
|
|
397
|
+
get cs(): Brush;
|
|
398
|
+
set cs(a: Brush);
|
|
399
|
+
get cn(): Brush;
|
|
400
|
+
set cn(a: Brush);
|
|
401
|
+
get bw(): FontInfo;
|
|
402
|
+
set bw(a: FontInfo);
|
|
403
|
+
get cj(): Brush;
|
|
404
|
+
set cj(a: Brush);
|
|
405
|
+
get cr(): Brush;
|
|
406
|
+
set cr(a: Brush);
|
|
407
|
+
get ci(): Brush;
|
|
408
|
+
set ci(a: Brush);
|
|
409
|
+
get cm(): Brush;
|
|
410
|
+
set cm(a: Brush);
|
|
411
|
+
get ct(): Brush;
|
|
412
|
+
set ct(a: Brush);
|
|
413
|
+
get cc(): Brush;
|
|
414
|
+
set cc(a: Brush);
|
|
415
|
+
get cu(): Brush;
|
|
416
|
+
set cu(a: Brush);
|
|
417
|
+
get cd(): Brush;
|
|
418
|
+
set cd(a: Brush);
|
|
419
|
+
get ca(): Brush;
|
|
420
|
+
set ca(a: Brush);
|
|
421
|
+
get cb(): Brush;
|
|
422
|
+
set cb(a: Brush);
|
|
423
|
+
get b9(): Brush;
|
|
424
|
+
set b9(a: Brush);
|
|
425
|
+
get ck(): Brush;
|
|
426
|
+
set ck(a: Brush);
|
|
427
|
+
get cl(): Brush;
|
|
428
|
+
set cl(a: Brush);
|
|
429
|
+
get bz(): boolean;
|
|
430
|
+
private bm;
|
|
431
|
+
get bn(): (sender: any, args: NativeUIContentRefreshedEventArgs) => void;
|
|
432
|
+
set bn(a: (sender: any, args: NativeUIContentRefreshedEventArgs) => void);
|
|
433
|
+
private bs;
|
|
434
|
+
get bt(): (sender: any, args: ToolCommandEventArgs) => void;
|
|
435
|
+
set bt(a: (sender: any, args: ToolCommandEventArgs) => void);
|
|
436
|
+
private bq;
|
|
437
|
+
get br(): (sender: any, args: NativeUIToolbarSubMenuOpeningEventArgs) => void;
|
|
438
|
+
set br(a: (sender: any, args: NativeUIToolbarSubMenuOpeningEventArgs) => void);
|
|
439
|
+
private bo;
|
|
440
|
+
get bp(): (sender: any, args: NativeUIToolbarSubMenuClosingEventArgs) => void;
|
|
441
|
+
set bp(a: (sender: any, args: NativeUIToolbarSubMenuClosingEventArgs) => void);
|
|
442
|
+
b5(): void;
|
|
443
|
+
b6(a: Size): void;
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* @hidden
|
|
447
|
+
*/
|
|
448
|
+
export declare abstract class ToolAction extends Base implements INotifyPropertyChanged {
|
|
449
|
+
static $t: Type;
|
|
450
|
+
s: ToolPanel;
|
|
451
|
+
protected get_bc(): boolean;
|
|
452
|
+
get bc(): boolean;
|
|
453
|
+
private bn;
|
|
454
|
+
private bq;
|
|
455
|
+
private bp;
|
|
456
|
+
private bm;
|
|
457
|
+
private bl;
|
|
458
|
+
private bt;
|
|
459
|
+
private av;
|
|
460
|
+
protected gz(a: string, b: any): void;
|
|
461
|
+
private gs;
|
|
462
|
+
private gt;
|
|
463
|
+
private fg;
|
|
464
|
+
private g3;
|
|
465
|
+
protected cy(a: string, b: any): any;
|
|
466
|
+
protected i<T>($t: Type, a: string, b: T): T;
|
|
467
|
+
protected cx(a: string, b: any): any;
|
|
468
|
+
private cv;
|
|
469
|
+
private gw;
|
|
470
|
+
private p;
|
|
471
|
+
get contextBindings(): ToolContextBindingCollection;
|
|
472
|
+
set contextBindings(a: ToolContextBindingCollection);
|
|
473
|
+
protected a0(): boolean;
|
|
474
|
+
protected fw(a: (arg1: ToolContextBinding) => void): void;
|
|
475
|
+
private r;
|
|
476
|
+
private a3;
|
|
477
|
+
protected gx(a: string, b: any): void;
|
|
478
|
+
protected a1(a: string): boolean;
|
|
479
|
+
protected a2(a: string): boolean;
|
|
480
|
+
gy(a: ToolPanel): void;
|
|
481
|
+
private cw;
|
|
482
|
+
private t;
|
|
483
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
484
|
+
private c;
|
|
485
|
+
get d(): IExecutionContext;
|
|
486
|
+
set d(a: IExecutionContext);
|
|
487
|
+
private c1;
|
|
488
|
+
get c3(): string;
|
|
489
|
+
h: ToolAction;
|
|
490
|
+
private j;
|
|
491
|
+
get actions(): ToolActionCollection;
|
|
492
|
+
get cq(): number;
|
|
493
|
+
set cq(a: number);
|
|
494
|
+
get cb(): number;
|
|
495
|
+
set cb(a: number);
|
|
496
|
+
get cs(): number;
|
|
497
|
+
set cs(a: number);
|
|
498
|
+
get cr(): number;
|
|
499
|
+
set cr(a: number);
|
|
500
|
+
constructor();
|
|
501
|
+
fi(): void;
|
|
502
|
+
private gc;
|
|
503
|
+
private gd;
|
|
504
|
+
private f1;
|
|
505
|
+
private f2;
|
|
506
|
+
private f7;
|
|
507
|
+
protected fh(a: ToolAction, b: string): void;
|
|
508
|
+
protected f6(a: ToolAction): void;
|
|
509
|
+
private e2;
|
|
510
|
+
aw(a: ToolAction): boolean;
|
|
511
|
+
l(a: boolean): ToolActionEventDetail;
|
|
512
|
+
private fy;
|
|
513
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
514
|
+
e0(): string;
|
|
515
|
+
cz(): any;
|
|
516
|
+
c0(): any;
|
|
517
|
+
get ey(): string;
|
|
518
|
+
set ey(a: string);
|
|
519
|
+
dt: string;
|
|
520
|
+
dq: string;
|
|
521
|
+
et: string;
|
|
522
|
+
g: ToolAction;
|
|
523
|
+
e1(): string;
|
|
524
|
+
get dy(): string;
|
|
525
|
+
set dy(a: string);
|
|
526
|
+
get dv(): string;
|
|
527
|
+
set dv(a: string);
|
|
528
|
+
get ct(): any;
|
|
529
|
+
set ct(a: any);
|
|
530
|
+
get u(): BaseControlTheme;
|
|
531
|
+
set u(a: BaseControlTheme);
|
|
532
|
+
get cm(): number;
|
|
533
|
+
set cm(a: number);
|
|
534
|
+
get b3(): number;
|
|
535
|
+
set b3(a: number);
|
|
536
|
+
get cn(): number;
|
|
537
|
+
set cn(a: number);
|
|
538
|
+
get b4(): number;
|
|
539
|
+
set b4(a: number);
|
|
540
|
+
get cl(): number;
|
|
541
|
+
set cl(a: number);
|
|
542
|
+
get b2(): number;
|
|
543
|
+
set b2(a: number);
|
|
544
|
+
get co(): number;
|
|
545
|
+
set co(a: number);
|
|
546
|
+
get b5(): number;
|
|
547
|
+
set b5(a: number);
|
|
548
|
+
get hj(): Brush;
|
|
549
|
+
set hj(a: Brush);
|
|
550
|
+
get hr(): Brush;
|
|
551
|
+
set hr(a: Brush);
|
|
552
|
+
private hd;
|
|
553
|
+
get hg(): Brush;
|
|
554
|
+
set hg(a: Brush);
|
|
555
|
+
get ho(): Brush;
|
|
556
|
+
set ho(a: Brush);
|
|
557
|
+
get hn(): Brush;
|
|
558
|
+
set hn(a: Brush);
|
|
559
|
+
get hv(): Brush;
|
|
560
|
+
set hv(a: Brush);
|
|
561
|
+
get hm(): Brush;
|
|
562
|
+
set hm(a: Brush);
|
|
563
|
+
get hu(): Brush;
|
|
564
|
+
set hu(a: Brush);
|
|
565
|
+
get hh(): Brush;
|
|
566
|
+
set hh(a: Brush);
|
|
567
|
+
get hp(): Brush;
|
|
568
|
+
set hp(a: Brush);
|
|
569
|
+
private ac;
|
|
570
|
+
get af(): FontInfo;
|
|
571
|
+
set af(a: FontInfo);
|
|
572
|
+
get ai(): FontInfo;
|
|
573
|
+
set ai(a: FontInfo);
|
|
574
|
+
get ae(): FontInfo;
|
|
575
|
+
set ae(a: FontInfo);
|
|
576
|
+
get ah(): FontInfo;
|
|
577
|
+
set ah(a: FontInfo);
|
|
578
|
+
get ba(): boolean;
|
|
579
|
+
set ba(a: boolean);
|
|
580
|
+
get bb(): boolean;
|
|
581
|
+
set bb(a: boolean);
|
|
582
|
+
get hf(): Brush;
|
|
583
|
+
set hf(a: Brush);
|
|
584
|
+
get he(): Brush;
|
|
585
|
+
set he(a: Brush);
|
|
586
|
+
get x(): ControlDisplayDensity;
|
|
587
|
+
set x(a: ControlDisplayDensity);
|
|
588
|
+
get w(): ControlDisplayDensity;
|
|
589
|
+
set w(a: ControlDisplayDensity);
|
|
590
|
+
get a9(): boolean;
|
|
591
|
+
get er(): string;
|
|
592
|
+
set er(a: string);
|
|
593
|
+
get fb(): string;
|
|
594
|
+
set fb(a: string);
|
|
595
|
+
get e5(): string;
|
|
596
|
+
set e5(a: string);
|
|
597
|
+
get hc(): HorizontalAlignment;
|
|
598
|
+
set hc(a: HorizontalAlignment);
|
|
599
|
+
private bx;
|
|
600
|
+
protected get_cp(): number;
|
|
601
|
+
get cp(): number;
|
|
602
|
+
get ef(): string;
|
|
603
|
+
set ef(a: string);
|
|
604
|
+
get ea(): string;
|
|
605
|
+
set ea(a: string);
|
|
606
|
+
private bv;
|
|
607
|
+
get ch(): number;
|
|
608
|
+
set ch(a: number);
|
|
609
|
+
get ci(): number;
|
|
610
|
+
set ci(a: number);
|
|
611
|
+
get cj(): number;
|
|
612
|
+
set cj(a: number);
|
|
613
|
+
get cg(): number;
|
|
614
|
+
set cg(a: number);
|
|
615
|
+
get hs(): Brush;
|
|
616
|
+
set hs(a: Brush);
|
|
617
|
+
get hk(): Brush;
|
|
618
|
+
set hk(a: Brush);
|
|
619
|
+
get a(): BrushCollection;
|
|
620
|
+
set a(a: BrushCollection);
|
|
621
|
+
get ht(): Brush;
|
|
622
|
+
set ht(a: Brush);
|
|
623
|
+
get hl(): Brush;
|
|
624
|
+
set hl(a: Brush);
|
|
625
|
+
get b(): BrushCollection;
|
|
626
|
+
set b(a: BrushCollection);
|
|
627
|
+
get cf(): number;
|
|
628
|
+
set cf(a: number);
|
|
629
|
+
private bw;
|
|
630
|
+
get ck(): number;
|
|
631
|
+
set ck(a: number);
|
|
632
|
+
private bs;
|
|
633
|
+
get b1(): number;
|
|
634
|
+
set b1(a: number);
|
|
635
|
+
private bu;
|
|
636
|
+
get ce(): number;
|
|
637
|
+
set ce(a: number);
|
|
638
|
+
private br;
|
|
639
|
+
get b0(): number;
|
|
640
|
+
set b0(a: number);
|
|
641
|
+
get hw(): Visibility;
|
|
642
|
+
set hw(a: Visibility);
|
|
643
|
+
get ay(): boolean;
|
|
644
|
+
set ay(a: boolean);
|
|
645
|
+
get cd(): number;
|
|
646
|
+
set cd(a: number);
|
|
647
|
+
get bz(): number;
|
|
648
|
+
set bz(a: number);
|
|
649
|
+
get cc(): number;
|
|
650
|
+
set cc(a: number);
|
|
651
|
+
get by(): number;
|
|
652
|
+
set by(a: number);
|
|
653
|
+
get hq(): Brush;
|
|
654
|
+
set hq(a: Brush);
|
|
655
|
+
get hi(): Brush;
|
|
656
|
+
set hi(a: Brush);
|
|
657
|
+
get bh(): boolean;
|
|
658
|
+
set bh(a: boolean);
|
|
659
|
+
protected get_a5(): boolean;
|
|
660
|
+
protected get a5(): boolean;
|
|
661
|
+
protected get_a6(): boolean;
|
|
662
|
+
protected get a6(): boolean;
|
|
663
|
+
protected get_bf(): boolean;
|
|
664
|
+
protected get bf(): boolean;
|
|
665
|
+
protected get_bi(): boolean;
|
|
666
|
+
protected get bi(): boolean;
|
|
667
|
+
protected get_ax(): boolean;
|
|
668
|
+
protected get ax(): boolean;
|
|
669
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
670
|
+
protected f8(): void;
|
|
671
|
+
protected gj(a: string, b: any, c: any): void;
|
|
672
|
+
protected get_ab(): ToolActionType;
|
|
673
|
+
get ab(): ToolActionType;
|
|
674
|
+
protected gr(a: string, b: any, c: any): void;
|
|
675
|
+
private g8;
|
|
676
|
+
protected g0(a: string): void;
|
|
677
|
+
protected g1(a: string): void;
|
|
678
|
+
protected be(a: string): boolean;
|
|
679
|
+
private bo;
|
|
680
|
+
private ge;
|
|
681
|
+
private gf;
|
|
682
|
+
private gq;
|
|
683
|
+
protected al(a: ControlDisplayDensity): NativeUIDisplayDensity;
|
|
684
|
+
protected y(a: ToolActionInfoDensity): ControlDisplayDensity;
|
|
685
|
+
protected get a8(): boolean;
|
|
686
|
+
protected f3(): void;
|
|
687
|
+
protected g4(): void;
|
|
688
|
+
private g7;
|
|
689
|
+
private ad;
|
|
690
|
+
protected bd(): boolean;
|
|
691
|
+
ha(): void;
|
|
692
|
+
protected ca(): number;
|
|
693
|
+
protected hb(): void;
|
|
694
|
+
protected gh(): void;
|
|
695
|
+
protected g2(): void;
|
|
696
|
+
protected gn(): void;
|
|
697
|
+
gl(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
698
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
699
|
+
fm(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
700
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
701
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
702
|
+
b9(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
703
|
+
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
704
|
+
ag(a: ToolPanel): FontInfo;
|
|
705
|
+
b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
706
|
+
gk(a: ToolActionEventDetail, b: ToolAction): void;
|
|
707
|
+
private gu;
|
|
708
|
+
protected gv(a: ToolCommand, b: boolean): void;
|
|
709
|
+
onCommand: (sender: any, args: ToolCommandEventArgs) => void;
|
|
710
|
+
protected bj(): boolean;
|
|
711
|
+
private fk;
|
|
712
|
+
a7(): boolean;
|
|
713
|
+
private f9;
|
|
714
|
+
private fl;
|
|
715
|
+
performed: (sender: any, args: ToolActionPerformedEventArgs) => void;
|
|
716
|
+
static f(a: ToolActionInfo): ToolAction;
|
|
717
|
+
protected aa: ToolActionInfo;
|
|
718
|
+
protected fx(): void;
|
|
719
|
+
protected o(a: ToolContextBindingInfo): ToolContextBinding;
|
|
720
|
+
protected bg(): boolean;
|
|
721
|
+
protected bk(): boolean;
|
|
722
|
+
protected am(a: NativeUIComponentBuiltInType): NativeUIElementFactoryFlavor;
|
|
723
|
+
private aq;
|
|
724
|
+
protected get ar(): NativeUIGrid;
|
|
725
|
+
private an;
|
|
726
|
+
private aj;
|
|
727
|
+
private as;
|
|
728
|
+
private ap;
|
|
729
|
+
private at;
|
|
730
|
+
private au;
|
|
731
|
+
private fv;
|
|
732
|
+
protected fu(): void;
|
|
733
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
734
|
+
protected fp(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
|
|
735
|
+
protected g9(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
736
|
+
private fo;
|
|
737
|
+
private ak;
|
|
738
|
+
private a4;
|
|
739
|
+
private f5;
|
|
740
|
+
private g5;
|
|
741
|
+
protected gb(): void;
|
|
742
|
+
protected ga(a: any, b: NativeUIClickedEventArgs): void;
|
|
743
|
+
go(): void;
|
|
744
|
+
fj(): void;
|
|
745
|
+
gp(a: ToolAction): void;
|
|
746
|
+
static az(a: ToolAction, b: ToolActionInfo): boolean;
|
|
747
|
+
e(): NativeUIToolPanel;
|
|
748
|
+
cu(): any;
|
|
749
|
+
protected f0(a: ToolActionVisualData): void;
|
|
750
|
+
d4(): string;
|
|
751
|
+
private v;
|
|
752
|
+
private ao;
|
|
753
|
+
private get z();
|
|
754
|
+
private set z(value);
|
|
755
|
+
g6(a: ControlDisplayDensity): void;
|
|
756
|
+
fr(): void;
|
|
757
|
+
fq(): void;
|
|
758
|
+
protected fs(): void;
|
|
759
|
+
f4(): void;
|
|
760
|
+
gg(): void;
|
|
761
|
+
}
|
|
762
|
+
/**
|
|
763
|
+
* @hidden
|
|
764
|
+
*/
|
|
765
|
+
export declare class ToolActionButton extends ToolAction {
|
|
766
|
+
static $t: Type;
|
|
767
|
+
protected get_ab(): ToolActionType;
|
|
768
|
+
protected get_cp(): number;
|
|
769
|
+
get hx(): ToolActionButtonDisplayType;
|
|
770
|
+
set hx(a: ToolActionButtonDisplayType);
|
|
771
|
+
get h1(): number;
|
|
772
|
+
set h1(a: number);
|
|
773
|
+
gp(a: ToolAction): void;
|
|
774
|
+
private hz;
|
|
775
|
+
l(a: boolean): ToolActionEventDetail;
|
|
776
|
+
private hy;
|
|
777
|
+
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
778
|
+
b9(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
779
|
+
protected fx(): void;
|
|
780
|
+
private h2;
|
|
781
|
+
private h3;
|
|
782
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
783
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
784
|
+
private h7;
|
|
785
|
+
private h6;
|
|
786
|
+
private h0;
|
|
787
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
788
|
+
protected gr(a: string, b: any, c: any): void;
|
|
789
|
+
protected g4(): void;
|
|
790
|
+
protected hb(): void;
|
|
791
|
+
fi(): void;
|
|
792
|
+
protected fs(): void;
|
|
793
|
+
cu(): any;
|
|
794
|
+
}
|
|
795
|
+
/**
|
|
796
|
+
* @hidden
|
|
797
|
+
*/
|
|
798
|
+
export declare class ToolActionButtonPair extends ToolAction {
|
|
799
|
+
static $t: Type;
|
|
800
|
+
protected get_ab(): ToolActionType;
|
|
801
|
+
get il(): boolean;
|
|
802
|
+
set il(a: boolean);
|
|
803
|
+
get ip(): boolean;
|
|
804
|
+
set ip(a: boolean);
|
|
805
|
+
get ik(): boolean;
|
|
806
|
+
set ik(a: boolean);
|
|
807
|
+
get io(): boolean;
|
|
808
|
+
set io(a: boolean);
|
|
809
|
+
get jg(): string;
|
|
810
|
+
set jg(a: string);
|
|
811
|
+
get ja(): string;
|
|
812
|
+
set ja(a: string);
|
|
813
|
+
get ij(): boolean;
|
|
814
|
+
set ij(a: boolean);
|
|
815
|
+
get jc(): string;
|
|
816
|
+
set jc(a: string);
|
|
817
|
+
get iv(): number;
|
|
818
|
+
set iv(a: number);
|
|
819
|
+
get iw(): number;
|
|
820
|
+
set iw(a: number);
|
|
821
|
+
get ix(): number;
|
|
822
|
+
set ix(a: number);
|
|
823
|
+
get iu(): number;
|
|
824
|
+
set iu(a: number);
|
|
825
|
+
get kj(): Brush;
|
|
826
|
+
set kj(a: Brush);
|
|
827
|
+
get kf(): Brush;
|
|
828
|
+
set kf(a: Brush);
|
|
829
|
+
get hz(): BrushCollection;
|
|
830
|
+
set hz(a: BrushCollection);
|
|
831
|
+
get kk(): Brush;
|
|
832
|
+
set kk(a: Brush);
|
|
833
|
+
get kg(): Brush;
|
|
834
|
+
set kg(a: Brush);
|
|
835
|
+
get h0(): BrushCollection;
|
|
836
|
+
set h0(a: BrushCollection);
|
|
837
|
+
get it(): number;
|
|
838
|
+
set it(a: number);
|
|
839
|
+
get jr(): string;
|
|
840
|
+
set jr(a: string);
|
|
841
|
+
get jz(): string;
|
|
842
|
+
set jz(a: string);
|
|
843
|
+
get jt(): string;
|
|
844
|
+
set jt(a: string);
|
|
845
|
+
get jv(): string;
|
|
846
|
+
set jv(a: string);
|
|
847
|
+
get i0(): number;
|
|
848
|
+
set i0(a: number);
|
|
849
|
+
get i1(): number;
|
|
850
|
+
set i1(a: number);
|
|
851
|
+
get i2(): number;
|
|
852
|
+
set i2(a: number);
|
|
853
|
+
get iz(): number;
|
|
854
|
+
set iz(a: number);
|
|
855
|
+
get kl(): Brush;
|
|
856
|
+
set kl(a: Brush);
|
|
857
|
+
get kh(): Brush;
|
|
858
|
+
set kh(a: Brush);
|
|
859
|
+
get h1(): BrushCollection;
|
|
860
|
+
set h1(a: BrushCollection);
|
|
861
|
+
get km(): Brush;
|
|
862
|
+
set km(a: Brush);
|
|
863
|
+
get ki(): Brush;
|
|
864
|
+
set ki(a: Brush);
|
|
865
|
+
get h2(): BrushCollection;
|
|
866
|
+
set h2(a: BrushCollection);
|
|
867
|
+
get iy(): number;
|
|
868
|
+
set iy(a: number);
|
|
869
|
+
get ka(): string;
|
|
870
|
+
set ka(a: string);
|
|
871
|
+
get h3(): ToolActionButtonGroupDisplayType;
|
|
872
|
+
set h3(a: ToolActionButtonGroupDisplayType);
|
|
873
|
+
get iq(): number;
|
|
874
|
+
set iq(a: number);
|
|
875
|
+
gp(a: ToolAction): void;
|
|
876
|
+
private h7;
|
|
877
|
+
protected fx(): void;
|
|
878
|
+
l(a: boolean): ToolActionEventDetail;
|
|
879
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
880
|
+
private h4;
|
|
881
|
+
private h5;
|
|
882
|
+
private h6;
|
|
883
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
884
|
+
private is;
|
|
885
|
+
private ir;
|
|
886
|
+
private im;
|
|
887
|
+
private hy;
|
|
888
|
+
private ke;
|
|
889
|
+
private ie;
|
|
890
|
+
private ig;
|
|
891
|
+
private hx;
|
|
892
|
+
private kc;
|
|
893
|
+
private kd;
|
|
894
|
+
private ii;
|
|
895
|
+
private ia;
|
|
896
|
+
private ic;
|
|
897
|
+
private id;
|
|
898
|
+
private ib;
|
|
899
|
+
private h8;
|
|
900
|
+
private h9;
|
|
901
|
+
private ih;
|
|
902
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
903
|
+
protected gr(a: string, b: any, c: any): void;
|
|
904
|
+
protected g4(): void;
|
|
905
|
+
protected hb(): void;
|
|
906
|
+
fi(): void;
|
|
907
|
+
protected fs(): void;
|
|
908
|
+
cu(): any;
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* @hidden
|
|
912
|
+
*/
|
|
913
|
+
export declare class ToolActionCheckbox extends ToolAction {
|
|
914
|
+
static $t: Type;
|
|
915
|
+
private hx;
|
|
916
|
+
protected get_ab(): ToolActionType;
|
|
917
|
+
protected get_ax(): boolean;
|
|
918
|
+
get hy(): boolean;
|
|
919
|
+
set hy(a: boolean);
|
|
920
|
+
get h6(): string;
|
|
921
|
+
set h6(a: string);
|
|
922
|
+
get ij(): Brush;
|
|
923
|
+
set ij(a: Brush);
|
|
924
|
+
get ie(): Brush;
|
|
925
|
+
set ie(a: Brush);
|
|
926
|
+
get ih(): Brush;
|
|
927
|
+
set ih(a: Brush);
|
|
928
|
+
get ic(): Brush;
|
|
929
|
+
set ic(a: Brush);
|
|
930
|
+
get ik(): Brush;
|
|
931
|
+
set ik(a: Brush);
|
|
932
|
+
get ig(): Brush;
|
|
933
|
+
set ig(a: Brush);
|
|
934
|
+
get ii(): Brush;
|
|
935
|
+
set ii(a: Brush);
|
|
936
|
+
get id(): Brush;
|
|
937
|
+
set id(a: Brush);
|
|
938
|
+
gp(a: ToolAction): void;
|
|
939
|
+
l(a: boolean): ToolActionEventDetail;
|
|
940
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
941
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
942
|
+
protected gb(): void;
|
|
943
|
+
private ib;
|
|
944
|
+
private ia;
|
|
945
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
946
|
+
protected g4(): void;
|
|
947
|
+
protected hb(): void;
|
|
948
|
+
protected gr(a: string, b: any, c: any): void;
|
|
949
|
+
protected fx(): void;
|
|
950
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
951
|
+
fi(): void;
|
|
952
|
+
protected fs(): void;
|
|
953
|
+
cu(): any;
|
|
954
|
+
}
|
|
955
|
+
/**
|
|
956
|
+
* @hidden
|
|
957
|
+
*/
|
|
958
|
+
export declare class ToolActionCheckboxGroup extends ToolAction {
|
|
959
|
+
static $t: Type;
|
|
960
|
+
private h0;
|
|
961
|
+
private hz;
|
|
962
|
+
get hy(): FontInfo;
|
|
963
|
+
set hy(a: FontInfo);
|
|
964
|
+
get hx(): FontInfo;
|
|
965
|
+
set hx(a: FontInfo);
|
|
966
|
+
get ia(): Brush;
|
|
967
|
+
set ia(a: Brush);
|
|
968
|
+
get h9(): Brush;
|
|
969
|
+
set h9(a: Brush);
|
|
970
|
+
constructor();
|
|
971
|
+
protected get_ab(): ToolActionType;
|
|
972
|
+
aw(a: ToolAction): boolean;
|
|
973
|
+
private h1;
|
|
974
|
+
private h4;
|
|
975
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
976
|
+
protected hb(): void;
|
|
977
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
978
|
+
protected gb(): void;
|
|
979
|
+
protected fh(a: ToolAction, b: string): void;
|
|
980
|
+
private h8;
|
|
981
|
+
private h7;
|
|
982
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
983
|
+
protected gr(a: string, b: any, c: any): void;
|
|
984
|
+
protected fx(): void;
|
|
985
|
+
fi(): void;
|
|
986
|
+
protected fs(): void;
|
|
987
|
+
cu(): any;
|
|
988
|
+
}
|
|
989
|
+
/**
|
|
990
|
+
* @hidden
|
|
991
|
+
*/
|
|
992
|
+
export declare class ToolActionCheckboxList extends ToolAction {
|
|
993
|
+
static $t: Type;
|
|
994
|
+
private h0;
|
|
995
|
+
private h5;
|
|
996
|
+
private h2;
|
|
997
|
+
private h6;
|
|
998
|
+
private h4;
|
|
999
|
+
private h1;
|
|
1000
|
+
protected get_ab(): ToolActionType;
|
|
1001
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1002
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1003
|
+
get itemsSource(): any;
|
|
1004
|
+
set itemsSource(a: any);
|
|
1005
|
+
get im(): string;
|
|
1006
|
+
set im(a: string);
|
|
1007
|
+
get h3(): boolean;
|
|
1008
|
+
set h3(a: boolean);
|
|
1009
|
+
get ig(): string;
|
|
1010
|
+
set ig(a: string);
|
|
1011
|
+
get hx(): string[];
|
|
1012
|
+
set hx(a: string[]);
|
|
1013
|
+
get hy(): LayoutSelectedKeysCollection;
|
|
1014
|
+
set hy(a: LayoutSelectedKeysCollection);
|
|
1015
|
+
get hz(): ToolActionCheckboxListIndexType;
|
|
1016
|
+
set hz(a: ToolActionCheckboxListIndexType);
|
|
1017
|
+
get i7(): Brush;
|
|
1018
|
+
set i7(a: Brush);
|
|
1019
|
+
get i3(): Brush;
|
|
1020
|
+
set i3(a: Brush);
|
|
1021
|
+
get i5(): Brush;
|
|
1022
|
+
set i5(a: Brush);
|
|
1023
|
+
get i1(): Brush;
|
|
1024
|
+
set i1(a: Brush);
|
|
1025
|
+
get i8(): Brush;
|
|
1026
|
+
set i8(a: Brush);
|
|
1027
|
+
get i4(): Brush;
|
|
1028
|
+
set i4(a: Brush);
|
|
1029
|
+
get i6(): Brush;
|
|
1030
|
+
set i6(a: Brush);
|
|
1031
|
+
get i2(): Brush;
|
|
1032
|
+
set i2(a: Brush);
|
|
1033
|
+
h7: any;
|
|
1034
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1035
|
+
private ix;
|
|
1036
|
+
private iz;
|
|
1037
|
+
private iy;
|
|
1038
|
+
private i0;
|
|
1039
|
+
private iw;
|
|
1040
|
+
private it;
|
|
1041
|
+
private is;
|
|
1042
|
+
private iu;
|
|
1043
|
+
private iv;
|
|
1044
|
+
l(a: boolean): ToolActionEventDetail;
|
|
1045
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1046
|
+
protected g9(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1047
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1048
|
+
protected hb(): void;
|
|
1049
|
+
protected fx(): void;
|
|
1050
|
+
fi(): void;
|
|
1051
|
+
protected fs(): void;
|
|
1052
|
+
cu(): any;
|
|
1053
|
+
}
|
|
1054
|
+
/**
|
|
1055
|
+
* @hidden
|
|
1056
|
+
*/
|
|
1057
|
+
export declare class ToolActionColorEditor extends ToolAction {
|
|
1058
|
+
static $t: Type;
|
|
1059
|
+
private hx;
|
|
1060
|
+
protected get_ab(): ToolActionType;
|
|
1061
|
+
get h3(): Brush;
|
|
1062
|
+
set h3(a: Brush);
|
|
1063
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1064
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1065
|
+
hz(): string;
|
|
1066
|
+
l(a: boolean): ToolActionEventDetail;
|
|
1067
|
+
private h1;
|
|
1068
|
+
private h2;
|
|
1069
|
+
private hy;
|
|
1070
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1071
|
+
protected g4(): void;
|
|
1072
|
+
protected hb(): void;
|
|
1073
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1074
|
+
protected gb(): void;
|
|
1075
|
+
protected fx(): void;
|
|
1076
|
+
fi(): void;
|
|
1077
|
+
protected fs(): void;
|
|
1078
|
+
cu(): any;
|
|
1079
|
+
}
|
|
1080
|
+
/**
|
|
1081
|
+
* @hidden
|
|
1082
|
+
*/
|
|
1083
|
+
export declare class ToolActionCombo extends ToolAction {
|
|
1084
|
+
static $t: Type;
|
|
1085
|
+
protected get_ab(): ToolActionType;
|
|
1086
|
+
get itemsSource(): any;
|
|
1087
|
+
set itemsSource(a: any);
|
|
1088
|
+
get h1(): string;
|
|
1089
|
+
set h1(a: string);
|
|
1090
|
+
get h5(): string;
|
|
1091
|
+
set h5(a: string);
|
|
1092
|
+
get hx(): LayoutSelectedItemsCollection;
|
|
1093
|
+
set hx(a: LayoutSelectedItemsCollection);
|
|
1094
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1095
|
+
private hy;
|
|
1096
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1097
|
+
private hz;
|
|
1098
|
+
private h7;
|
|
1099
|
+
private h8;
|
|
1100
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1101
|
+
protected g4(): void;
|
|
1102
|
+
protected hb(): void;
|
|
1103
|
+
protected gb(): void;
|
|
1104
|
+
l(a: boolean): ToolActionEventDetail;
|
|
1105
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1106
|
+
protected fx(): void;
|
|
1107
|
+
fi(): void;
|
|
1108
|
+
protected fs(): void;
|
|
1109
|
+
cu(): any;
|
|
1110
|
+
}
|
|
1111
|
+
/**
|
|
1112
|
+
* @hidden
|
|
1113
|
+
*/
|
|
1114
|
+
export declare class ToolActionFieldSelector extends ToolAction {
|
|
1115
|
+
static $t: Type;
|
|
1116
|
+
private ia;
|
|
1117
|
+
private iy;
|
|
1118
|
+
private id;
|
|
1119
|
+
private i0;
|
|
1120
|
+
private i5;
|
|
1121
|
+
private h7;
|
|
1122
|
+
private ig;
|
|
1123
|
+
private ip;
|
|
1124
|
+
private ih;
|
|
1125
|
+
private i2;
|
|
1126
|
+
private hx;
|
|
1127
|
+
private h4;
|
|
1128
|
+
private im;
|
|
1129
|
+
private hz;
|
|
1130
|
+
private h0;
|
|
1131
|
+
constructor();
|
|
1132
|
+
hy(): DataSeriesAdapterImplementation;
|
|
1133
|
+
private ib;
|
|
1134
|
+
private jz;
|
|
1135
|
+
private j1;
|
|
1136
|
+
private iz;
|
|
1137
|
+
private h2;
|
|
1138
|
+
private jk;
|
|
1139
|
+
private jj;
|
|
1140
|
+
private h3;
|
|
1141
|
+
private j8;
|
|
1142
|
+
get h5(): IDataSource;
|
|
1143
|
+
set h5(a: IDataSource);
|
|
1144
|
+
get i1(): any;
|
|
1145
|
+
set i1(a: any);
|
|
1146
|
+
private get h1();
|
|
1147
|
+
private set h1(value);
|
|
1148
|
+
get h9(): ToolActionFieldSelectorType;
|
|
1149
|
+
set h9(a: ToolActionFieldSelectorType);
|
|
1150
|
+
get ik(): boolean;
|
|
1151
|
+
set ik(a: boolean);
|
|
1152
|
+
private ij;
|
|
1153
|
+
get h6(): ToolActionFieldSelectorAggregationsCollection;
|
|
1154
|
+
set h6(a: ToolActionFieldSelectorAggregationsCollection);
|
|
1155
|
+
private get io();
|
|
1156
|
+
private set io(value);
|
|
1157
|
+
private ii;
|
|
1158
|
+
get il(): boolean;
|
|
1159
|
+
set il(a: boolean);
|
|
1160
|
+
get h8(): ToolActionFieldSelectorSelectedAggregationsCollection;
|
|
1161
|
+
set h8(a: ToolActionFieldSelectorSelectedAggregationsCollection);
|
|
1162
|
+
get iv(): number;
|
|
1163
|
+
set iv(a: number);
|
|
1164
|
+
get ir(): number;
|
|
1165
|
+
set ir(a: number);
|
|
1166
|
+
get iw(): number;
|
|
1167
|
+
set iw(a: number);
|
|
1168
|
+
get is(): number;
|
|
1169
|
+
set is(a: number);
|
|
1170
|
+
get iu(): number;
|
|
1171
|
+
set iu(a: number);
|
|
1172
|
+
get iq(): number;
|
|
1173
|
+
set iq(a: number);
|
|
1174
|
+
get ix(): number;
|
|
1175
|
+
set ix(a: number);
|
|
1176
|
+
get it(): number;
|
|
1177
|
+
set it(a: number);
|
|
1178
|
+
protected get_ab(): ToolActionType;
|
|
1179
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1180
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1181
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1182
|
+
private j3;
|
|
1183
|
+
private j4;
|
|
1184
|
+
private j7;
|
|
1185
|
+
private j6;
|
|
1186
|
+
private j5;
|
|
1187
|
+
private jx;
|
|
1188
|
+
private jw;
|
|
1189
|
+
private ic;
|
|
1190
|
+
private jv;
|
|
1191
|
+
private ie;
|
|
1192
|
+
private j0;
|
|
1193
|
+
private jy;
|
|
1194
|
+
private j2;
|
|
1195
|
+
private ju;
|
|
1196
|
+
l(a: boolean): ToolActionEventDetail;
|
|
1197
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1198
|
+
protected g9(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1199
|
+
protected hb(): void;
|
|
1200
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1201
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
1202
|
+
protected fx(): void;
|
|
1203
|
+
fi(): void;
|
|
1204
|
+
protected fs(): void;
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* @hidden
|
|
1208
|
+
*/
|
|
1209
|
+
export declare class ToolActionGroupHeader extends ToolAction {
|
|
1210
|
+
static $t: Type;
|
|
1211
|
+
private hy;
|
|
1212
|
+
private hz;
|
|
1213
|
+
protected get_ab(): ToolActionType;
|
|
1214
|
+
protected get_a5(): boolean;
|
|
1215
|
+
protected get_a6(): boolean;
|
|
1216
|
+
protected get_bf(): boolean;
|
|
1217
|
+
get h7(): Brush;
|
|
1218
|
+
set h7(a: Brush);
|
|
1219
|
+
get h8(): Brush;
|
|
1220
|
+
set h8(a: Brush);
|
|
1221
|
+
constructor();
|
|
1222
|
+
ag(a: ToolPanel): FontInfo;
|
|
1223
|
+
b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1224
|
+
private hx;
|
|
1225
|
+
private h0;
|
|
1226
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1227
|
+
private h5;
|
|
1228
|
+
private h6;
|
|
1229
|
+
private h4;
|
|
1230
|
+
private h3;
|
|
1231
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1232
|
+
protected g4(): void;
|
|
1233
|
+
protected hb(): void;
|
|
1234
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1235
|
+
fi(): void;
|
|
1236
|
+
protected fs(): void;
|
|
1237
|
+
cu(): any;
|
|
1238
|
+
}
|
|
1239
|
+
/**
|
|
1240
|
+
* @hidden
|
|
1241
|
+
*/
|
|
1242
|
+
export declare class ToolActionIconButton extends ToolAction {
|
|
1243
|
+
static $t: Type;
|
|
1244
|
+
private h2;
|
|
1245
|
+
private hz;
|
|
1246
|
+
private hx;
|
|
1247
|
+
private i3;
|
|
1248
|
+
private i4;
|
|
1249
|
+
private iu;
|
|
1250
|
+
private h9;
|
|
1251
|
+
private h6;
|
|
1252
|
+
private h5;
|
|
1253
|
+
private ia;
|
|
1254
|
+
protected get ig(): boolean;
|
|
1255
|
+
protected set ig(a: boolean);
|
|
1256
|
+
protected get_ab(): ToolActionType;
|
|
1257
|
+
protected get_bi(): boolean;
|
|
1258
|
+
protected get h3(): NativeUIPopup;
|
|
1259
|
+
protected get_ik(): boolean;
|
|
1260
|
+
protected get ik(): boolean;
|
|
1261
|
+
private h8;
|
|
1262
|
+
private i5;
|
|
1263
|
+
get i7(): number;
|
|
1264
|
+
set i7(a: number);
|
|
1265
|
+
get i6(): number;
|
|
1266
|
+
set i6(a: number);
|
|
1267
|
+
private get ij();
|
|
1268
|
+
private ir;
|
|
1269
|
+
get i0(): number;
|
|
1270
|
+
set i0(a: number);
|
|
1271
|
+
private im;
|
|
1272
|
+
get iw(): number;
|
|
1273
|
+
set iw(a: number);
|
|
1274
|
+
private it;
|
|
1275
|
+
get i2(): number;
|
|
1276
|
+
set i2(a: number);
|
|
1277
|
+
private ip;
|
|
1278
|
+
get iy(): number;
|
|
1279
|
+
set iy(a: number);
|
|
1280
|
+
private is;
|
|
1281
|
+
get i1(): number;
|
|
1282
|
+
set i1(a: number);
|
|
1283
|
+
private io;
|
|
1284
|
+
get ix(): number;
|
|
1285
|
+
set ix(a: number);
|
|
1286
|
+
private iq;
|
|
1287
|
+
get iz(): number;
|
|
1288
|
+
set iz(a: number);
|
|
1289
|
+
private il;
|
|
1290
|
+
get iv(): number;
|
|
1291
|
+
set iv(a: number);
|
|
1292
|
+
constructor();
|
|
1293
|
+
f4(): void;
|
|
1294
|
+
gg(): void;
|
|
1295
|
+
fi(): void;
|
|
1296
|
+
l(a: boolean): ToolActionEventDetail;
|
|
1297
|
+
protected h0: NativeUIButton;
|
|
1298
|
+
protected h1: NativeUIIcon;
|
|
1299
|
+
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1300
|
+
b9(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1301
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1302
|
+
protected j5(a: NativeUIIcon): void;
|
|
1303
|
+
private j4;
|
|
1304
|
+
protected j6(a: NativeUIGrid, b: NativeUIPopup): void;
|
|
1305
|
+
protected jj(): void;
|
|
1306
|
+
protected jk(a: boolean, b: boolean): void;
|
|
1307
|
+
protected jm(): void;
|
|
1308
|
+
protected jl(): void;
|
|
1309
|
+
protected jn(): void;
|
|
1310
|
+
protected j7(): Size;
|
|
1311
|
+
private j0;
|
|
1312
|
+
private jz;
|
|
1313
|
+
private ib;
|
|
1314
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1315
|
+
protected g4(): void;
|
|
1316
|
+
protected hb(): void;
|
|
1317
|
+
protected id: boolean;
|
|
1318
|
+
protected gh(): void;
|
|
1319
|
+
go(): void;
|
|
1320
|
+
fj(): void;
|
|
1321
|
+
protected get_bc(): boolean;
|
|
1322
|
+
private get ie();
|
|
1323
|
+
popupOpening: (sender: any, args: ToolActionPopupOpeningEventArgs) => void;
|
|
1324
|
+
protected j2(a?: boolean): void;
|
|
1325
|
+
protected j3(): void;
|
|
1326
|
+
private h4;
|
|
1327
|
+
protected ji(): void;
|
|
1328
|
+
private jt;
|
|
1329
|
+
private jo;
|
|
1330
|
+
protected j1(a: number, b?: boolean): void;
|
|
1331
|
+
protected ic(): boolean;
|
|
1332
|
+
protected jr(a: any, b: NativeUIMouseEventArgs): void;
|
|
1333
|
+
protected js(a: any, b: NativeUIMouseEventArgs): void;
|
|
1334
|
+
protected jp(a: any, b: NativeUIButtonClickedEventArgs): void;
|
|
1335
|
+
protected ih(a: number): boolean;
|
|
1336
|
+
private h7;
|
|
1337
|
+
private jx;
|
|
1338
|
+
private jy;
|
|
1339
|
+
private jv;
|
|
1340
|
+
private jw;
|
|
1341
|
+
private ii;
|
|
1342
|
+
private ju;
|
|
1343
|
+
protected jq(a: any, b: NativeUIFocusEventArgs): void;
|
|
1344
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1345
|
+
protected fx(): void;
|
|
1346
|
+
cu(): any;
|
|
1347
|
+
protected fs(): void;
|
|
1348
|
+
}
|
|
1349
|
+
/**
|
|
1350
|
+
* @hidden
|
|
1351
|
+
*/
|
|
1352
|
+
export declare class ToolActionIconMenu extends ToolActionIconButton {
|
|
1353
|
+
static $t: Type;
|
|
1354
|
+
private kg;
|
|
1355
|
+
private kf;
|
|
1356
|
+
private ke;
|
|
1357
|
+
private j8;
|
|
1358
|
+
private kb;
|
|
1359
|
+
protected ka: NativeUIIcon;
|
|
1360
|
+
protected get_ab(): ToolActionType;
|
|
1361
|
+
constructor();
|
|
1362
|
+
get ko(): Brush;
|
|
1363
|
+
set ko(a: Brush);
|
|
1364
|
+
get kn(): Brush;
|
|
1365
|
+
set kn(a: Brush);
|
|
1366
|
+
get kd(): boolean;
|
|
1367
|
+
set kd(a: boolean);
|
|
1368
|
+
protected get_ik(): boolean;
|
|
1369
|
+
protected jk(a: boolean, b: boolean): void;
|
|
1370
|
+
protected f8(): void;
|
|
1371
|
+
protected jm(): void;
|
|
1372
|
+
protected jl(): void;
|
|
1373
|
+
protected jn(): void;
|
|
1374
|
+
protected g4(): void;
|
|
1375
|
+
protected fx(): void;
|
|
1376
|
+
protected hb(): void;
|
|
1377
|
+
protected j7(): Size;
|
|
1378
|
+
protected j2(a?: boolean): void;
|
|
1379
|
+
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1380
|
+
private km;
|
|
1381
|
+
private kc;
|
|
1382
|
+
private j9;
|
|
1383
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1384
|
+
private kk;
|
|
1385
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1386
|
+
private kl;
|
|
1387
|
+
protected fh(a: ToolAction, b: string): void;
|
|
1388
|
+
gp(a: ToolAction): void;
|
|
1389
|
+
e(): NativeUIToolPanel;
|
|
1390
|
+
cu(): any;
|
|
1391
|
+
protected ic(): boolean;
|
|
1392
|
+
protected ih(a: number): boolean;
|
|
1393
|
+
}
|
|
1394
|
+
/**
|
|
1395
|
+
* @hidden
|
|
1396
|
+
*/
|
|
1397
|
+
export declare class ToolActionLabel extends ToolAction {
|
|
1398
|
+
static $t: Type;
|
|
1399
|
+
private hx;
|
|
1400
|
+
constructor();
|
|
1401
|
+
protected get_ab(): ToolActionType;
|
|
1402
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1403
|
+
private hy;
|
|
1404
|
+
protected gb(): void;
|
|
1405
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1406
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1407
|
+
cu(): any;
|
|
1408
|
+
}
|
|
1409
|
+
/**
|
|
1410
|
+
* @hidden
|
|
1411
|
+
*/
|
|
1412
|
+
export declare class ToolActionNumberInput extends ToolAction {
|
|
1413
|
+
static $t: Type;
|
|
1414
|
+
private hx;
|
|
1415
|
+
protected get_ab(): ToolActionType;
|
|
1416
|
+
get hz(): number;
|
|
1417
|
+
set hz(a: number);
|
|
1418
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1419
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1420
|
+
hy(): number;
|
|
1421
|
+
l(a: boolean): ToolActionEventDetail;
|
|
1422
|
+
private h1;
|
|
1423
|
+
private h2;
|
|
1424
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1425
|
+
protected g4(): void;
|
|
1426
|
+
protected hb(): void;
|
|
1427
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1428
|
+
protected gb(): void;
|
|
1429
|
+
protected fx(): void;
|
|
1430
|
+
fi(): void;
|
|
1431
|
+
protected fs(): void;
|
|
1432
|
+
cu(): any;
|
|
1433
|
+
}
|
|
1434
|
+
/**
|
|
1435
|
+
* @hidden
|
|
1436
|
+
*/
|
|
1437
|
+
export declare class ToolActionRadio extends ToolAction {
|
|
1438
|
+
static $t: Type;
|
|
1439
|
+
private hx;
|
|
1440
|
+
protected get_ab(): ToolActionType;
|
|
1441
|
+
private h1;
|
|
1442
|
+
get h6(): string;
|
|
1443
|
+
set h6(a: string);
|
|
1444
|
+
get ic(): string;
|
|
1445
|
+
set ic(a: string);
|
|
1446
|
+
get hy(): boolean;
|
|
1447
|
+
set hy(a: boolean);
|
|
1448
|
+
get hz(): boolean;
|
|
1449
|
+
set hz(a: boolean);
|
|
1450
|
+
get h0(): boolean;
|
|
1451
|
+
set h0(a: boolean);
|
|
1452
|
+
get ir(): Brush;
|
|
1453
|
+
set ir(a: Brush);
|
|
1454
|
+
get im(): Brush;
|
|
1455
|
+
set im(a: Brush);
|
|
1456
|
+
get ip(): Brush;
|
|
1457
|
+
set ip(a: Brush);
|
|
1458
|
+
get ik(): Brush;
|
|
1459
|
+
set ik(a: Brush);
|
|
1460
|
+
get is(): Brush;
|
|
1461
|
+
set is(a: Brush);
|
|
1462
|
+
get io(): Brush;
|
|
1463
|
+
set io(a: Brush);
|
|
1464
|
+
get iq(): Brush;
|
|
1465
|
+
set iq(a: Brush);
|
|
1466
|
+
get il(): Brush;
|
|
1467
|
+
set il(a: Brush);
|
|
1468
|
+
l(a: boolean): ToolActionEventDetail;
|
|
1469
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1470
|
+
ih(): void;
|
|
1471
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1472
|
+
protected g4(): void;
|
|
1473
|
+
protected hb(): void;
|
|
1474
|
+
protected gb(): void;
|
|
1475
|
+
private ii;
|
|
1476
|
+
private ij;
|
|
1477
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1478
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1479
|
+
protected fx(): void;
|
|
1480
|
+
fi(): void;
|
|
1481
|
+
protected fs(): void;
|
|
1482
|
+
cu(): any;
|
|
1483
|
+
}
|
|
1484
|
+
/**
|
|
1485
|
+
* @hidden
|
|
1486
|
+
*/
|
|
1487
|
+
export declare class ToolActionRadioGroup extends ToolAction {
|
|
1488
|
+
static $t: Type;
|
|
1489
|
+
private h1;
|
|
1490
|
+
private h0;
|
|
1491
|
+
get hz(): FontInfo;
|
|
1492
|
+
set hz(a: FontInfo);
|
|
1493
|
+
get hy(): FontInfo;
|
|
1494
|
+
set hy(a: FontInfo);
|
|
1495
|
+
get ib(): Brush;
|
|
1496
|
+
set ib(a: Brush);
|
|
1497
|
+
get ia(): Brush;
|
|
1498
|
+
set ia(a: Brush);
|
|
1499
|
+
constructor();
|
|
1500
|
+
protected get_ab(): ToolActionType;
|
|
1501
|
+
aw(a: ToolAction): boolean;
|
|
1502
|
+
private hx;
|
|
1503
|
+
private h4;
|
|
1504
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
1505
|
+
private h7;
|
|
1506
|
+
protected f6(a: ToolAction): void;
|
|
1507
|
+
protected hb(): void;
|
|
1508
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1509
|
+
protected gb(): void;
|
|
1510
|
+
protected fh(a: ToolAction, b: string): void;
|
|
1511
|
+
private h9;
|
|
1512
|
+
private h8;
|
|
1513
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1514
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1515
|
+
protected fx(): void;
|
|
1516
|
+
fi(): void;
|
|
1517
|
+
protected fs(): void;
|
|
1518
|
+
cu(): any;
|
|
1519
|
+
}
|
|
1520
|
+
/**
|
|
1521
|
+
* @hidden
|
|
1522
|
+
*/
|
|
1523
|
+
export declare class ToolActionSeparator extends ToolAction {
|
|
1524
|
+
static $t: Type;
|
|
1525
|
+
private hy;
|
|
1526
|
+
get hz(): number;
|
|
1527
|
+
set hz(a: number);
|
|
1528
|
+
get hx(): boolean;
|
|
1529
|
+
set hx(a: boolean);
|
|
1530
|
+
constructor();
|
|
1531
|
+
protected get_ab(): ToolActionType;
|
|
1532
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1533
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1534
|
+
protected fp(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
|
|
1535
|
+
protected g9(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1536
|
+
protected g4(): void;
|
|
1537
|
+
protected hb(): void;
|
|
1538
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1539
|
+
protected fx(): void;
|
|
1540
|
+
cu(): any;
|
|
1541
|
+
}
|
|
1542
|
+
/**
|
|
1543
|
+
* @hidden
|
|
1544
|
+
*/
|
|
1545
|
+
export declare class ToolActionSubPanel extends ToolAction {
|
|
1546
|
+
static $t: Type;
|
|
1547
|
+
private hx;
|
|
1548
|
+
private hy;
|
|
1549
|
+
get hz(): number;
|
|
1550
|
+
set hz(a: number);
|
|
1551
|
+
constructor();
|
|
1552
|
+
protected get_ab(): ToolActionType;
|
|
1553
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1554
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1555
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1556
|
+
private h3;
|
|
1557
|
+
private h2;
|
|
1558
|
+
protected hb(): void;
|
|
1559
|
+
private h1;
|
|
1560
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1561
|
+
fi(): void;
|
|
1562
|
+
protected fs(): void;
|
|
1563
|
+
protected fx(): void;
|
|
1564
|
+
cu(): any;
|
|
1565
|
+
}
|
|
1566
|
+
/**
|
|
1567
|
+
* @hidden
|
|
1568
|
+
*/
|
|
1569
|
+
export declare class ToolActionTextInput extends ToolAction {
|
|
1570
|
+
static $t: Type;
|
|
1571
|
+
private hx;
|
|
1572
|
+
protected get_ab(): ToolActionType;
|
|
1573
|
+
get hz(): string;
|
|
1574
|
+
set hz(a: string);
|
|
1575
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1576
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1577
|
+
hy(): string;
|
|
1578
|
+
l(a: boolean): ToolActionEventDetail;
|
|
1579
|
+
private h1;
|
|
1580
|
+
private h2;
|
|
1581
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1582
|
+
protected g4(): void;
|
|
1583
|
+
protected hb(): void;
|
|
1584
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1585
|
+
protected gb(): void;
|
|
1586
|
+
protected fx(): void;
|
|
1587
|
+
fi(): void;
|
|
1588
|
+
protected fs(): void;
|
|
1589
|
+
cu(): any;
|
|
1590
|
+
}
|
|
1591
|
+
/**
|
|
1592
|
+
* @hidden
|
|
1593
|
+
*/
|
|
1594
|
+
export declare class ToolActionCollection extends ObservableCollection$1<ToolAction> {
|
|
1595
|
+
static $t: Type;
|
|
1596
|
+
constructor();
|
|
1597
|
+
collectionResetting: (sender: any, e: EventArgs) => void;
|
|
1598
|
+
protected p(): void;
|
|
1599
|
+
}
|
|
1600
|
+
/**
|
|
1601
|
+
* @hidden
|
|
1602
|
+
*/
|
|
1603
|
+
export declare class Toolbar extends Base implements INotifyPropertyChanged, ICommandStateChangedListener {
|
|
1604
|
+
static $t: Type;
|
|
1605
|
+
p: ToolbarView;
|
|
1606
|
+
private am;
|
|
1607
|
+
constructor();
|
|
1608
|
+
private ak;
|
|
1609
|
+
private get al();
|
|
1610
|
+
private t;
|
|
1611
|
+
private s;
|
|
1612
|
+
ea(a: ToolPanel): void;
|
|
1613
|
+
private d1;
|
|
1614
|
+
private q;
|
|
1615
|
+
private ej;
|
|
1616
|
+
private eh;
|
|
1617
|
+
ed(a: Size): void;
|
|
1618
|
+
private w;
|
|
1619
|
+
get x(): BaseControlTheme;
|
|
1620
|
+
set x(a: BaseControlTheme);
|
|
1621
|
+
private y;
|
|
1622
|
+
get z(): ControlDisplayDensity;
|
|
1623
|
+
set z(a: ControlDisplayDensity);
|
|
1624
|
+
private g;
|
|
1625
|
+
get autoGeneratedActions(): ToolActionCollection;
|
|
1626
|
+
set autoGeneratedActions(a: ToolActionCollection);
|
|
1627
|
+
private e;
|
|
1628
|
+
get actions(): ToolActionCollection;
|
|
1629
|
+
set actions(a: ToolActionCollection);
|
|
1630
|
+
private f;
|
|
1631
|
+
get actualActions(): ToolActionCollection;
|
|
1632
|
+
set actualActions(a: ToolActionCollection);
|
|
1633
|
+
static l: ToolbarOrientation;
|
|
1634
|
+
private k;
|
|
1635
|
+
get m(): ToolbarOrientation;
|
|
1636
|
+
set m(a: ToolbarOrientation);
|
|
1637
|
+
ab: IToolbarTarget;
|
|
1638
|
+
static b2: any;
|
|
1639
|
+
private b1;
|
|
1640
|
+
get target(): any;
|
|
1641
|
+
set target(a: any);
|
|
1642
|
+
private fd;
|
|
1643
|
+
get f1(): Brush;
|
|
1644
|
+
set f1(a: Brush);
|
|
1645
|
+
private ft;
|
|
1646
|
+
get gi(): Brush;
|
|
1647
|
+
set gi(a: Brush);
|
|
1648
|
+
private fk;
|
|
1649
|
+
get f9(): Brush;
|
|
1650
|
+
set f9(a: Brush);
|
|
1651
|
+
private fs;
|
|
1652
|
+
get gh(): Brush;
|
|
1653
|
+
set gh(a: Brush);
|
|
1654
|
+
private fo;
|
|
1655
|
+
get gd(): Brush;
|
|
1656
|
+
set gd(a: Brush);
|
|
1657
|
+
fv: Brush;
|
|
1658
|
+
get gk(): Brush;
|
|
1659
|
+
set gk(a: Brush);
|
|
1660
|
+
fj: Brush;
|
|
1661
|
+
get f7(): Brush;
|
|
1662
|
+
set f7(a: Brush);
|
|
1663
|
+
private fm;
|
|
1664
|
+
get gb(): Brush;
|
|
1665
|
+
set gb(a: Brush);
|
|
1666
|
+
private fx;
|
|
1667
|
+
get gm(): Brush;
|
|
1668
|
+
set gm(a: Brush);
|
|
1669
|
+
private fw;
|
|
1670
|
+
get gl(): Brush;
|
|
1671
|
+
set gl(a: Brush);
|
|
1672
|
+
private bb;
|
|
1673
|
+
get bp(): number;
|
|
1674
|
+
set bp(a: number);
|
|
1675
|
+
private bc;
|
|
1676
|
+
get bq(): number;
|
|
1677
|
+
set bq(a: number);
|
|
1678
|
+
private fp;
|
|
1679
|
+
get ge(): Brush;
|
|
1680
|
+
set ge(a: Brush);
|
|
1681
|
+
private fq;
|
|
1682
|
+
get gf(): Brush;
|
|
1683
|
+
set gf(a: Brush);
|
|
1684
|
+
private ac;
|
|
1685
|
+
get af(): FontInfo;
|
|
1686
|
+
set af(a: FontInfo);
|
|
1687
|
+
private ae;
|
|
1688
|
+
get aj(): FontInfo;
|
|
1689
|
+
set aj(a: FontInfo);
|
|
1690
|
+
ag(): FontInfo;
|
|
1691
|
+
private ad;
|
|
1692
|
+
get ai(): FontInfo;
|
|
1693
|
+
set ai(a: FontInfo);
|
|
1694
|
+
ah(): FontInfo;
|
|
1695
|
+
private a8;
|
|
1696
|
+
get bm(): number;
|
|
1697
|
+
set bm(a: number);
|
|
1698
|
+
private a9;
|
|
1699
|
+
get bn(): number;
|
|
1700
|
+
set bn(a: number);
|
|
1701
|
+
private ba;
|
|
1702
|
+
get bo(): number;
|
|
1703
|
+
set bo(a: number);
|
|
1704
|
+
private a7;
|
|
1705
|
+
get bl(): number;
|
|
1706
|
+
set bl(a: number);
|
|
1707
|
+
private a4;
|
|
1708
|
+
get bi(): number;
|
|
1709
|
+
set bi(a: number);
|
|
1710
|
+
private a5;
|
|
1711
|
+
get bj(): number;
|
|
1712
|
+
set bj(a: number);
|
|
1713
|
+
private a6;
|
|
1714
|
+
get bk(): number;
|
|
1715
|
+
set bk(a: number);
|
|
1716
|
+
private a3;
|
|
1717
|
+
get bh(): number;
|
|
1718
|
+
set bh(a: number);
|
|
1719
|
+
private ap;
|
|
1720
|
+
get aw(): boolean;
|
|
1721
|
+
set aw(a: boolean);
|
|
1722
|
+
private aq;
|
|
1723
|
+
get ax(): boolean;
|
|
1724
|
+
set ax(a: boolean);
|
|
1725
|
+
private br;
|
|
1726
|
+
get bv(): number;
|
|
1727
|
+
set bv(a: number);
|
|
1728
|
+
private a2;
|
|
1729
|
+
get bg(): number;
|
|
1730
|
+
set bg(a: number);
|
|
1731
|
+
private a1;
|
|
1732
|
+
get bf(): number;
|
|
1733
|
+
set bf(a: number);
|
|
1734
|
+
private fn;
|
|
1735
|
+
get gc(): Brush;
|
|
1736
|
+
set gc(a: Brush);
|
|
1737
|
+
private fc;
|
|
1738
|
+
get f0(): Brush;
|
|
1739
|
+
set f0(a: Brush);
|
|
1740
|
+
private fr;
|
|
1741
|
+
get gg(): Brush;
|
|
1742
|
+
set gg(a: Brush);
|
|
1743
|
+
private fy;
|
|
1744
|
+
get gn(): Brush;
|
|
1745
|
+
set gn(a: Brush);
|
|
1746
|
+
private fh;
|
|
1747
|
+
get f5(): Brush;
|
|
1748
|
+
set f5(a: Brush);
|
|
1749
|
+
private fz;
|
|
1750
|
+
get go(): Brush;
|
|
1751
|
+
set go(a: Brush);
|
|
1752
|
+
private fi;
|
|
1753
|
+
get f6(): Brush;
|
|
1754
|
+
set f6(a: Brush);
|
|
1755
|
+
private bt;
|
|
1756
|
+
get bz(): number;
|
|
1757
|
+
set bz(a: number);
|
|
1758
|
+
private bu;
|
|
1759
|
+
get b0(): number;
|
|
1760
|
+
set b0(a: number);
|
|
1761
|
+
private fu;
|
|
1762
|
+
get gj(): Brush;
|
|
1763
|
+
set gj(a: Brush);
|
|
1764
|
+
private fl;
|
|
1765
|
+
get ga(): Brush;
|
|
1766
|
+
set ga(a: Brush);
|
|
1767
|
+
private bs;
|
|
1768
|
+
get bw(): number;
|
|
1769
|
+
set bw(a: number);
|
|
1770
|
+
private ar;
|
|
1771
|
+
get ay(): boolean;
|
|
1772
|
+
set ay(a: boolean);
|
|
1773
|
+
private u;
|
|
1774
|
+
get v(): ScrollbarStyle;
|
|
1775
|
+
set v(a: ScrollbarStyle);
|
|
1776
|
+
private ff;
|
|
1777
|
+
get f3(): Brush;
|
|
1778
|
+
set f3(a: Brush);
|
|
1779
|
+
private fg;
|
|
1780
|
+
get f4(): Brush;
|
|
1781
|
+
set f4(a: Brush);
|
|
1782
|
+
private fe;
|
|
1783
|
+
get f2(): Brush;
|
|
1784
|
+
set f2(a: Brush);
|
|
1785
|
+
private _userSetWidth;
|
|
1786
|
+
get userSetWidth(): boolean;
|
|
1787
|
+
set userSetWidth(a: boolean);
|
|
1788
|
+
private _userSetHeight;
|
|
1789
|
+
get userSetHeight(): boolean;
|
|
1790
|
+
set userSetHeight(a: boolean);
|
|
1791
|
+
private d2;
|
|
1792
|
+
private d4;
|
|
1793
|
+
private d5;
|
|
1794
|
+
private fb;
|
|
1795
|
+
private fa;
|
|
1796
|
+
private d3;
|
|
1797
|
+
private ec;
|
|
1798
|
+
private ao;
|
|
1799
|
+
private an;
|
|
1800
|
+
protected em(): void;
|
|
1801
|
+
private d8;
|
|
1802
|
+
private en;
|
|
1803
|
+
private as;
|
|
1804
|
+
private at;
|
|
1805
|
+
d9(): void;
|
|
1806
|
+
notifySizeChanged(): void;
|
|
1807
|
+
destroy(): void;
|
|
1808
|
+
provideContainer(a: DomRenderer): void;
|
|
1809
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1810
|
+
protected ee(a: string, b: any, c: any): void;
|
|
1811
|
+
protected ek(a: string, b: any, c: any): void;
|
|
1812
|
+
private e8;
|
|
1813
|
+
av(): boolean;
|
|
1814
|
+
gq(): Size;
|
|
1815
|
+
private aa;
|
|
1816
|
+
private ei;
|
|
1817
|
+
private e9;
|
|
1818
|
+
private c;
|
|
1819
|
+
get d(): IExecutionContext;
|
|
1820
|
+
set d(a: IExecutionContext);
|
|
1821
|
+
d6(): void;
|
|
1822
|
+
onCommand: (sender: any, args: ToolCommandEventArgs) => void;
|
|
1823
|
+
subMenuOpening: (sender: any, args: ToolbarSubMenuOpeningEventArgs) => void;
|
|
1824
|
+
subMenuClosing: (sender: any, args: ToolbarSubMenuClosingEventArgs) => void;
|
|
1825
|
+
eg(): void;
|
|
1826
|
+
ef(): void;
|
|
1827
|
+
onCommandStateChanged(a: string, b: ToolCommandStateType, c: any): void;
|
|
1828
|
+
private eo;
|
|
1829
|
+
eq(a: string, b: string, c: string): void;
|
|
1830
|
+
cw(a: string, b: string): string;
|
|
1831
|
+
es(a: string, b: string, c: string[]): void;
|
|
1832
|
+
a(a: string, b: string): string[];
|
|
1833
|
+
ep(a: string, b: string, c: string): void;
|
|
1834
|
+
cv(a: string, b: string): string;
|
|
1835
|
+
er(a: string, b: string, c: any): void;
|
|
1836
|
+
ca(a: string, b: string): any;
|
|
1837
|
+
ev(a: string, b: Brush): void;
|
|
1838
|
+
f8(a: string): Brush;
|
|
1839
|
+
e1(a: string, b: any): void;
|
|
1840
|
+
b7(a: string): any;
|
|
1841
|
+
eu(a: string, b: BrushCollection): void;
|
|
1842
|
+
b(a: string): BrushCollection;
|
|
1843
|
+
e0(a: string, b: any): void;
|
|
1844
|
+
b6(a: string): any;
|
|
1845
|
+
ez(a: string, b: number): void;
|
|
1846
|
+
bd(a: string): number;
|
|
1847
|
+
e6(a: string, b: number): void;
|
|
1848
|
+
be(a: string): number;
|
|
1849
|
+
e4(a: string, b: any): void;
|
|
1850
|
+
by(a: string): number;
|
|
1851
|
+
e5(a: string, b: any): void;
|
|
1852
|
+
bx(a: string): number;
|
|
1853
|
+
e7(a: string, b: string): void;
|
|
1854
|
+
cx(a: string): string;
|
|
1855
|
+
et(a: string, b: boolean): void;
|
|
1856
|
+
au(a: string): boolean;
|
|
1857
|
+
ew(a: string, b: Color): void;
|
|
1858
|
+
gp(a: string): Color;
|
|
1859
|
+
e2(a: string, b: any): void;
|
|
1860
|
+
b8(a: string): any;
|
|
1861
|
+
ey(a: string, b: any): void;
|
|
1862
|
+
b5(a: string): any;
|
|
1863
|
+
e3(a: string, b: any): void;
|
|
1864
|
+
b9(a: string): any;
|
|
1865
|
+
ex(a: string, b: any): void;
|
|
1866
|
+
b4(a: string): any;
|
|
1867
|
+
b3(): any;
|
|
1868
|
+
cu(): string;
|
|
1869
|
+
}
|
|
1870
|
+
/**
|
|
1871
|
+
* @hidden
|
|
1872
|
+
*/
|
|
1873
|
+
export declare class ToolbarContextAccessor extends Base implements IToolbarContextAccessor {
|
|
1874
|
+
static $t: Type;
|
|
1875
|
+
private a;
|
|
1876
|
+
private b;
|
|
1877
|
+
constructor(a: Toolbar, b: boolean);
|
|
1878
|
+
getContextValue(a: string, b: ToolContextValueType): any;
|
|
1879
|
+
getInternalAccessor(): IToolbarContextAccessor;
|
|
1880
|
+
setContextValue(a: string, b: ToolContextValueType, c: any): void;
|
|
1881
|
+
}
|
|
1882
|
+
/**
|
|
1883
|
+
* @hidden
|
|
1884
|
+
*/
|
|
1885
|
+
export declare class ToolActionPopupOpeningEventArgs extends Base {
|
|
1886
|
+
static $t: Type;
|
|
1887
|
+
constructor();
|
|
1888
|
+
a: ToolAction;
|
|
1889
|
+
b: boolean;
|
|
1890
|
+
}
|
|
1891
|
+
/**
|
|
1892
|
+
* @hidden
|
|
1893
|
+
*/
|
|
1894
|
+
export declare class ToolPanel extends Base implements INotifyPropertyChanged {
|
|
1895
|
+
static $t: Type;
|
|
1896
|
+
v: ToolPanelView;
|
|
1897
|
+
at: NativeUIGrid;
|
|
1898
|
+
dd: any;
|
|
1899
|
+
private o;
|
|
1900
|
+
get p(): ToolPanelContext;
|
|
1901
|
+
set p(a: ToolPanelContext);
|
|
1902
|
+
private aw;
|
|
1903
|
+
private au;
|
|
1904
|
+
private get av();
|
|
1905
|
+
gj(a: ListPanel): void;
|
|
1906
|
+
gv(): void;
|
|
1907
|
+
gu(): void;
|
|
1908
|
+
private f3;
|
|
1909
|
+
private f4;
|
|
1910
|
+
private f7;
|
|
1911
|
+
private f6;
|
|
1912
|
+
private f5;
|
|
1913
|
+
private k;
|
|
1914
|
+
private f8;
|
|
1915
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1916
|
+
private i;
|
|
1917
|
+
gp(a: Size): void;
|
|
1918
|
+
contentRefreshed: (sender: any, args: ToolPanelContentRefreshedEventArgs) => void;
|
|
1919
|
+
get actions(): ToolActionCollection;
|
|
1920
|
+
set actions(a: ToolActionCollection);
|
|
1921
|
+
private az;
|
|
1922
|
+
get a7(): boolean;
|
|
1923
|
+
set a7(a: boolean);
|
|
1924
|
+
private a0;
|
|
1925
|
+
get a8(): boolean;
|
|
1926
|
+
set a8(a: boolean);
|
|
1927
|
+
private cx;
|
|
1928
|
+
get c2(): number;
|
|
1929
|
+
set c2(a: number);
|
|
1930
|
+
private a1;
|
|
1931
|
+
get a9(): boolean;
|
|
1932
|
+
set a9(a: boolean);
|
|
1933
|
+
constructor();
|
|
1934
|
+
private f9;
|
|
1935
|
+
private ga;
|
|
1936
|
+
private go;
|
|
1937
|
+
private ay;
|
|
1938
|
+
protected g1(): void;
|
|
1939
|
+
g3(): void;
|
|
1940
|
+
private gf;
|
|
1941
|
+
private bb;
|
|
1942
|
+
private bc;
|
|
1943
|
+
private ba;
|
|
1944
|
+
private gb;
|
|
1945
|
+
a4(a: ToolAction): boolean;
|
|
1946
|
+
h(a: string): ToolAction;
|
|
1947
|
+
bd(a: ToolAction): List$1<ToolAction>;
|
|
1948
|
+
private l;
|
|
1949
|
+
gx(a: ToolActionMeasurementContext): void;
|
|
1950
|
+
private gm;
|
|
1951
|
+
private g7;
|
|
1952
|
+
kn(): Size;
|
|
1953
|
+
private gg;
|
|
1954
|
+
gi(): void;
|
|
1955
|
+
g4(): void;
|
|
1956
|
+
g2(a: ToolAction): void;
|
|
1957
|
+
private gk;
|
|
1958
|
+
private gc;
|
|
1959
|
+
gy(): void;
|
|
1960
|
+
notifySizeChanged(): void;
|
|
1961
|
+
private ax;
|
|
1962
|
+
get a5(): boolean;
|
|
1963
|
+
onAttachedToUI(): void;
|
|
1964
|
+
onDetachedFromUI(): void;
|
|
1965
|
+
destroy(): void;
|
|
1966
|
+
provideContainer(a: DomRenderer): void;
|
|
1967
|
+
private aj;
|
|
1968
|
+
get ap(): FontInfo;
|
|
1969
|
+
set ap(a: FontInfo);
|
|
1970
|
+
private ag;
|
|
1971
|
+
get am(): FontInfo;
|
|
1972
|
+
set am(a: FontInfo);
|
|
1973
|
+
private ai;
|
|
1974
|
+
get ao(): FontInfo;
|
|
1975
|
+
set ao(a: FontInfo);
|
|
1976
|
+
private al;
|
|
1977
|
+
get as(): FontInfo;
|
|
1978
|
+
set as(a: FontInfo);
|
|
1979
|
+
aq(): FontInfo;
|
|
1980
|
+
private ak;
|
|
1981
|
+
get ar(): FontInfo;
|
|
1982
|
+
set ar(a: FontInfo);
|
|
1983
|
+
private ah;
|
|
1984
|
+
get an(): FontInfo;
|
|
1985
|
+
set an(a: FontInfo);
|
|
1986
|
+
protected gt(a: string, b: any, c: any): void;
|
|
1987
|
+
protected gz(a: string, b: any, c: any): void;
|
|
1988
|
+
hu(): void;
|
|
1989
|
+
private ht;
|
|
1990
|
+
private hq;
|
|
1991
|
+
private hr;
|
|
1992
|
+
c: IExecutionContext;
|
|
1993
|
+
private y;
|
|
1994
|
+
get z(): BaseControlTheme;
|
|
1995
|
+
set z(a: BaseControlTheme);
|
|
1996
|
+
private ab;
|
|
1997
|
+
get ae(): ControlDisplayDensity;
|
|
1998
|
+
set ae(a: ControlDisplayDensity);
|
|
1999
|
+
private aa;
|
|
2000
|
+
get ad(): ControlDisplayDensity;
|
|
2001
|
+
set ad(a: ControlDisplayDensity);
|
|
2002
|
+
private ij;
|
|
2003
|
+
get jv(): Brush;
|
|
2004
|
+
set jv(a: Brush);
|
|
2005
|
+
private hx;
|
|
2006
|
+
get ja(): Brush;
|
|
2007
|
+
set ja(a: Brush);
|
|
2008
|
+
private i1;
|
|
2009
|
+
get ke(): Brush;
|
|
2010
|
+
set ke(a: Brush);
|
|
2011
|
+
private ib;
|
|
2012
|
+
get jo(): Brush;
|
|
2013
|
+
set jo(a: Brush);
|
|
2014
|
+
private ir;
|
|
2015
|
+
get j4(): Brush;
|
|
2016
|
+
set j4(a: Brush);
|
|
2017
|
+
private h1;
|
|
2018
|
+
get je(): Brush;
|
|
2019
|
+
set je(a: Brush);
|
|
2020
|
+
private i0;
|
|
2021
|
+
get kd(): Brush;
|
|
2022
|
+
set kd(a: Brush);
|
|
2023
|
+
private ia;
|
|
2024
|
+
get jn(): Brush;
|
|
2025
|
+
set jn(a: Brush);
|
|
2026
|
+
private is;
|
|
2027
|
+
get j5(): Brush;
|
|
2028
|
+
set j5(a: Brush);
|
|
2029
|
+
static readonly dq: string;
|
|
2030
|
+
private h2;
|
|
2031
|
+
get jf(): Brush;
|
|
2032
|
+
set jf(a: Brush);
|
|
2033
|
+
private iw;
|
|
2034
|
+
get j9(): Brush;
|
|
2035
|
+
set j9(a: Brush);
|
|
2036
|
+
private h6;
|
|
2037
|
+
get jj(): Brush;
|
|
2038
|
+
set jj(a: Brush);
|
|
2039
|
+
private f;
|
|
2040
|
+
private bt;
|
|
2041
|
+
i3: Brush;
|
|
2042
|
+
get kg(): Brush;
|
|
2043
|
+
set kg(a: Brush);
|
|
2044
|
+
private id;
|
|
2045
|
+
get jq(): Brush;
|
|
2046
|
+
set jq(a: Brush);
|
|
2047
|
+
private ic;
|
|
2048
|
+
get jp(): Brush;
|
|
2049
|
+
set jp(a: Brush);
|
|
2050
|
+
private i2;
|
|
2051
|
+
get kf(): Brush;
|
|
2052
|
+
set kf(a: Brush);
|
|
2053
|
+
iq: Brush;
|
|
2054
|
+
get j1(): Brush;
|
|
2055
|
+
set j1(a: Brush);
|
|
2056
|
+
private h0;
|
|
2057
|
+
get jd(): Brush;
|
|
2058
|
+
set jd(a: Brush);
|
|
2059
|
+
private iu;
|
|
2060
|
+
get j7(): Brush;
|
|
2061
|
+
set j7(a: Brush);
|
|
2062
|
+
private h4;
|
|
2063
|
+
get jh(): Brush;
|
|
2064
|
+
set jh(a: Brush);
|
|
2065
|
+
private it;
|
|
2066
|
+
get j6(): Brush;
|
|
2067
|
+
set j6(a: Brush);
|
|
2068
|
+
private h3;
|
|
2069
|
+
get jg(): Brush;
|
|
2070
|
+
set jg(a: Brush);
|
|
2071
|
+
private i5;
|
|
2072
|
+
get ki(): Brush;
|
|
2073
|
+
set ki(a: Brush);
|
|
2074
|
+
private ig;
|
|
2075
|
+
get js(): Brush;
|
|
2076
|
+
set js(a: Brush);
|
|
2077
|
+
private i4;
|
|
2078
|
+
get kh(): Brush;
|
|
2079
|
+
set kh(a: Brush);
|
|
2080
|
+
private ie;
|
|
2081
|
+
get jr(): Brush;
|
|
2082
|
+
set jr(a: Brush);
|
|
2083
|
+
private b2;
|
|
2084
|
+
get cu(): number;
|
|
2085
|
+
set cu(a: number);
|
|
2086
|
+
private bo;
|
|
2087
|
+
get cf(): number;
|
|
2088
|
+
set cf(a: number);
|
|
2089
|
+
private b3;
|
|
2090
|
+
get cv(): number;
|
|
2091
|
+
set cv(a: number);
|
|
2092
|
+
private bp;
|
|
2093
|
+
get cg(): number;
|
|
2094
|
+
set cg(a: number);
|
|
2095
|
+
private ix;
|
|
2096
|
+
get ka(): Brush;
|
|
2097
|
+
set ka(a: Brush);
|
|
2098
|
+
private h7;
|
|
2099
|
+
get jk(): Brush;
|
|
2100
|
+
set jk(a: Brush);
|
|
2101
|
+
private iy;
|
|
2102
|
+
get kb(): Brush;
|
|
2103
|
+
set kb(a: Brush);
|
|
2104
|
+
private h8;
|
|
2105
|
+
get jl(): Brush;
|
|
2106
|
+
set jl(a: Brush);
|
|
2107
|
+
private bz;
|
|
2108
|
+
get cr(): number;
|
|
2109
|
+
set cr(a: number);
|
|
2110
|
+
private bl;
|
|
2111
|
+
get cc(): number;
|
|
2112
|
+
set cc(a: number);
|
|
2113
|
+
private b0;
|
|
2114
|
+
get cs(): number;
|
|
2115
|
+
set cs(a: number);
|
|
2116
|
+
private bm;
|
|
2117
|
+
get cd(): number;
|
|
2118
|
+
set cd(a: number);
|
|
2119
|
+
private b1;
|
|
2120
|
+
get ct(): number;
|
|
2121
|
+
set ct(a: number);
|
|
2122
|
+
private bn;
|
|
2123
|
+
get ce(): number;
|
|
2124
|
+
set ce(a: number);
|
|
2125
|
+
private by;
|
|
2126
|
+
get cq(): number;
|
|
2127
|
+
set cq(a: number);
|
|
2128
|
+
private bk;
|
|
2129
|
+
get cb(): number;
|
|
2130
|
+
set cb(a: number);
|
|
2131
|
+
private bv;
|
|
2132
|
+
get cn(): number;
|
|
2133
|
+
set cn(a: number);
|
|
2134
|
+
private bh;
|
|
2135
|
+
get b8(): number;
|
|
2136
|
+
set b8(a: number);
|
|
2137
|
+
private bw;
|
|
2138
|
+
get co(): number;
|
|
2139
|
+
set co(a: number);
|
|
2140
|
+
private bi;
|
|
2141
|
+
get b9(): number;
|
|
2142
|
+
set b9(a: number);
|
|
2143
|
+
private bx;
|
|
2144
|
+
get cp(): number;
|
|
2145
|
+
set cp(a: number);
|
|
2146
|
+
private bj;
|
|
2147
|
+
get ca(): number;
|
|
2148
|
+
set ca(a: number);
|
|
2149
|
+
private bu;
|
|
2150
|
+
get cm(): number;
|
|
2151
|
+
set cm(a: number);
|
|
2152
|
+
private bg;
|
|
2153
|
+
get b7(): number;
|
|
2154
|
+
set b7(a: number);
|
|
2155
|
+
static t: ToolPanelOrientation;
|
|
2156
|
+
private s;
|
|
2157
|
+
get u(): ToolPanelOrientation;
|
|
2158
|
+
set u(a: ToolPanelOrientation);
|
|
2159
|
+
gw(a: ToolAction, b: ToolCommandEventArgs): void;
|
|
2160
|
+
onCommand: (sender: any, args: ToolCommandEventArgs) => void;
|
|
2161
|
+
private cz;
|
|
2162
|
+
get c6(): number;
|
|
2163
|
+
set c6(a: number);
|
|
2164
|
+
get b6(): number;
|
|
2165
|
+
private c0;
|
|
2166
|
+
get c7(): number;
|
|
2167
|
+
set c7(a: number);
|
|
2168
|
+
private br;
|
|
2169
|
+
get ck(): number;
|
|
2170
|
+
set ck(a: number);
|
|
2171
|
+
private bf;
|
|
2172
|
+
get b5(): number;
|
|
2173
|
+
set b5(a: number);
|
|
2174
|
+
private bq;
|
|
2175
|
+
get cj(): number;
|
|
2176
|
+
set cj(a: number);
|
|
2177
|
+
private be;
|
|
2178
|
+
get b4(): number;
|
|
2179
|
+
set b4(a: number);
|
|
2180
|
+
private iv;
|
|
2181
|
+
get j8(): Brush;
|
|
2182
|
+
set j8(a: Brush);
|
|
2183
|
+
private h5;
|
|
2184
|
+
get ji(): Brush;
|
|
2185
|
+
set ji(a: Brush);
|
|
2186
|
+
private hw;
|
|
2187
|
+
get i9(): Brush;
|
|
2188
|
+
set i9(a: Brush);
|
|
2189
|
+
private hv;
|
|
2190
|
+
get i8(): Brush;
|
|
2191
|
+
set i8(a: Brush);
|
|
2192
|
+
private iz;
|
|
2193
|
+
get kc(): Brush;
|
|
2194
|
+
set kc(a: Brush);
|
|
2195
|
+
private h9;
|
|
2196
|
+
get jm(): Brush;
|
|
2197
|
+
set jm(a: Brush);
|
|
2198
|
+
private i6;
|
|
2199
|
+
get kj(): Brush;
|
|
2200
|
+
set kj(a: Brush);
|
|
2201
|
+
private ih;
|
|
2202
|
+
get jt(): Brush;
|
|
2203
|
+
set jt(a: Brush);
|
|
2204
|
+
private io;
|
|
2205
|
+
get jz(): Brush;
|
|
2206
|
+
set jz(a: Brush);
|
|
2207
|
+
private hy;
|
|
2208
|
+
get jb(): Brush;
|
|
2209
|
+
set jb(a: Brush);
|
|
2210
|
+
private i7;
|
|
2211
|
+
get kk(): Brush;
|
|
2212
|
+
set kk(a: Brush);
|
|
2213
|
+
private ii;
|
|
2214
|
+
get ju(): Brush;
|
|
2215
|
+
set ju(a: Brush);
|
|
2216
|
+
private ip;
|
|
2217
|
+
get j0(): Brush;
|
|
2218
|
+
set j0(a: Brush);
|
|
2219
|
+
private hz;
|
|
2220
|
+
get jc(): Brush;
|
|
2221
|
+
set jc(a: Brush);
|
|
2222
|
+
private cy;
|
|
2223
|
+
get c3(): number;
|
|
2224
|
+
set c3(a: number);
|
|
2225
|
+
private cw;
|
|
2226
|
+
get c1(): number;
|
|
2227
|
+
set c1(a: number);
|
|
2228
|
+
private w;
|
|
2229
|
+
get x(): ScrollbarStyle;
|
|
2230
|
+
set x(a: ScrollbarStyle);
|
|
2231
|
+
private il;
|
|
2232
|
+
get jx(): Brush;
|
|
2233
|
+
set jx(a: Brush);
|
|
2234
|
+
private im;
|
|
2235
|
+
get jy(): Brush;
|
|
2236
|
+
set jy(a: Brush);
|
|
2237
|
+
private ik;
|
|
2238
|
+
get jw(): Brush;
|
|
2239
|
+
set jw(a: Brush);
|
|
2240
|
+
private bs;
|
|
2241
|
+
get cl(): number;
|
|
2242
|
+
set cl(a: number);
|
|
2243
|
+
g: NestedActionMode;
|
|
2244
|
+
private gr;
|
|
2245
|
+
onContextChanged: (sender: any, args: ToolPanelContextChangedEventArgs) => void;
|
|
2246
|
+
onContextSwapped: (sender: any, args: ToolPanelContextSwappedEventArgs) => void;
|
|
2247
|
+
drillDownRequested: (sender: any, e: DrillDownRequestedEventArgs) => void;
|
|
2248
|
+
drillUpRequested: (sender: any, e: DrillDownRequestedEventArgs) => void;
|
|
2249
|
+
g5(a: ToolAction): void;
|
|
2250
|
+
g6(a: ToolAction): void;
|
|
2251
|
+
gd(): void;
|
|
2252
|
+
get a6(): boolean;
|
|
2253
|
+
private ac;
|
|
2254
|
+
private get af();
|
|
2255
|
+
private set af(value);
|
|
2256
|
+
hs(a: ControlDisplayDensity): void;
|
|
2257
|
+
c8(): any;
|
|
2258
|
+
ey(): string;
|
|
2259
|
+
hc(a: string, b: Brush): void;
|
|
2260
|
+
static hd(a: ToolPanelContext, b: string, c: Brush): void;
|
|
2261
|
+
j2(a: string): Brush;
|
|
2262
|
+
static j3(a: ToolPanelContext, b: string): Brush;
|
|
2263
|
+
ha(a: string, b: BrushCollection): void;
|
|
2264
|
+
static hb(a: ToolPanelContext, b: string, c: BrushCollection): void;
|
|
2265
|
+
a(a: string): BrushCollection;
|
|
2266
|
+
static b(a: ToolPanelContext, b: string): BrushCollection;
|
|
2267
|
+
hk(a: string, b: number): void;
|
|
2268
|
+
static hl(a: ToolPanelContext, b: string, c: number): void;
|
|
2269
|
+
ch(a: string): number;
|
|
2270
|
+
static ci(a: ToolPanelContext, b: string): number;
|
|
2271
|
+
hm(a: string, b: number): void;
|
|
2272
|
+
static hn(a: ToolPanelContext, b: string, c: number): void;
|
|
2273
|
+
c4(a: string): number;
|
|
2274
|
+
static c5(a: ToolPanelContext, b: string): number;
|
|
2275
|
+
ho(a: string, b: string): void;
|
|
2276
|
+
static hp(a: ToolPanelContext, b: string, c: string): void;
|
|
2277
|
+
ez(a: string): string;
|
|
2278
|
+
static e0(a: ToolPanelContext, b: string): string;
|
|
2279
|
+
g8(a: string, b: boolean): void;
|
|
2280
|
+
static g9(a: ToolPanelContext, b: string, c: boolean): void;
|
|
2281
|
+
a2(a: string): boolean;
|
|
2282
|
+
static a3(a: ToolPanelContext, b: string): boolean;
|
|
2283
|
+
he(a: string, b: Color): void;
|
|
2284
|
+
static hf(a: ToolPanelContext, b: string, c: Color): void;
|
|
2285
|
+
kl(a: string): Color;
|
|
2286
|
+
static km(a: ToolPanelContext, b: string): Color;
|
|
2287
|
+
hi(a: string, b: any): void;
|
|
2288
|
+
static hj(a: ToolPanelContext, b: string, c: any): void;
|
|
2289
|
+
db(a: string): any;
|
|
2290
|
+
static dc(a: ToolPanelContext, b: string): any;
|
|
2291
|
+
hg(a: string, b: any): void;
|
|
2292
|
+
static hh(a: ToolPanelContext, b: string, c: any): void;
|
|
2293
|
+
c9(a: string): any;
|
|
2294
|
+
static da(a: ToolPanelContext, b: string): any;
|
|
2295
|
+
gh(): void;
|
|
2296
|
+
gl(a: any): void;
|
|
2297
|
+
}
|
|
2298
|
+
/**
|
|
2299
|
+
* @hidden
|
|
2300
|
+
*/
|
|
2301
|
+
export declare class DrillDownRequestedEventArgs extends Base {
|
|
2302
|
+
static $t: Type;
|
|
2303
|
+
a: ToolAction;
|
|
2304
|
+
}
|
|
2305
|
+
/**
|
|
2306
|
+
* @hidden
|
|
2307
|
+
*/
|
|
2308
|
+
export declare class ToolPanelsPresenter extends Base implements INotifyPropertyChanged {
|
|
2309
|
+
static $t: Type;
|
|
2310
|
+
private ad;
|
|
2311
|
+
private i;
|
|
2312
|
+
private j;
|
|
2313
|
+
private aa;
|
|
2314
|
+
private p;
|
|
2315
|
+
private a;
|
|
2316
|
+
private d;
|
|
2317
|
+
private g;
|
|
2318
|
+
private a5;
|
|
2319
|
+
private a6;
|
|
2320
|
+
private q;
|
|
2321
|
+
private b;
|
|
2322
|
+
private e;
|
|
2323
|
+
private h;
|
|
2324
|
+
private c;
|
|
2325
|
+
private f;
|
|
2326
|
+
private y;
|
|
2327
|
+
private u;
|
|
2328
|
+
private get a7();
|
|
2329
|
+
private set a7(value);
|
|
2330
|
+
private get a8();
|
|
2331
|
+
private set a8(value);
|
|
2332
|
+
s: NativeUIGrid;
|
|
2333
|
+
r: NativeUIAbsolutePanel;
|
|
2334
|
+
private w;
|
|
2335
|
+
get x(): List$1<PanelInfo>;
|
|
2336
|
+
private n;
|
|
2337
|
+
get o(): BaseControlTheme;
|
|
2338
|
+
set o(a: BaseControlTheme);
|
|
2339
|
+
private z;
|
|
2340
|
+
get ab(): number;
|
|
2341
|
+
set ab(a: number);
|
|
2342
|
+
t: (arg1: ToolCommandEventArgs) => void;
|
|
2343
|
+
private ac;
|
|
2344
|
+
constructor(a: any, b: IExecutionContext);
|
|
2345
|
+
an(a: () => void): void;
|
|
2346
|
+
a9(): Size;
|
|
2347
|
+
k(): PanelInfo;
|
|
2348
|
+
ag(a: ToolAction, b?: (arg1: NativeUIToolPanel) => void): void;
|
|
2349
|
+
ao(a: NativeUIToolPanel): void;
|
|
2350
|
+
aq(a: number): void;
|
|
2351
|
+
ap(a: PanelInfo, b?: () => void): void;
|
|
2352
|
+
private av;
|
|
2353
|
+
private aw;
|
|
2354
|
+
private at;
|
|
2355
|
+
private ah;
|
|
2356
|
+
private al;
|
|
2357
|
+
private as;
|
|
2358
|
+
private v;
|
|
2359
|
+
a0(): void;
|
|
2360
|
+
am(): void;
|
|
2361
|
+
private ak;
|
|
2362
|
+
a1(): void;
|
|
2363
|
+
a4(a: BaseControlTheme, b: ToolPanel): void;
|
|
2364
|
+
ar(): void;
|
|
2365
|
+
containerReady: (sender: any) => void;
|
|
2366
|
+
private au;
|
|
2367
|
+
sizeChanged: (sender: any) => void;
|
|
2368
|
+
private ay;
|
|
2369
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2370
|
+
private ax;
|
|
2371
|
+
protected az(a: string, b: any, c: any): void;
|
|
2372
|
+
private static ai;
|
|
2373
|
+
private static aj;
|
|
2374
|
+
private static a3;
|
|
2375
|
+
a2(): void;
|
|
2376
|
+
}
|
|
2377
|
+
/**
|
|
2378
|
+
* @hidden
|
|
2379
|
+
*/
|
|
2380
|
+
export declare class PanelInfo extends Base {
|
|
2381
|
+
static $t: Type;
|
|
2382
|
+
e: number;
|
|
2383
|
+
a: NativeUIToolPanel;
|
|
2384
|
+
b: ToolAction;
|
|
2385
|
+
c: ToolPanel;
|
|
2386
|
+
d: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2387
|
+
constructor(a: ToolAction, b: NativeUIToolPanel, c: number);
|
|
2388
|
+
h(): Size;
|
|
2389
|
+
g(): void;
|
|
2390
|
+
f(a: Size): void;
|
|
2391
|
+
}
|
|
2392
|
+
/**
|
|
2393
|
+
* @hidden
|
|
2394
|
+
*/
|
|
2395
|
+
export declare class PanelAnimationRequest extends Base {
|
|
2396
|
+
static $t: Type;
|
|
2397
|
+
a: PanelInfo;
|
|
2398
|
+
c: number;
|
|
2399
|
+
b: () => void;
|
|
2400
|
+
}
|