igniteui-webcomponents-layouts 7.1.1-beta.2 → 7.1.1-beta.4
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 +2412 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.js +14824 -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,1018 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
3
|
+
import { IgcToolContextBindingCollection } from "./igc-tool-context-binding-collection";
|
|
4
|
+
import { IgcToolActionCollection } from "./igc-tool-action-collection";
|
|
5
|
+
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
6
|
+
import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
|
|
7
|
+
import { Visibility_$type } from "igniteui-webcomponents-core";
|
|
8
|
+
import { IgcToolCommandEventArgs } from "./igc-tool-command-event-args";
|
|
9
|
+
import { IgcToolActionPerformedEventArgs } from "./igc-tool-action-performed-event-args";
|
|
10
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
11
|
+
import { CollectionAdapter, NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureBool, brushToString, stringToBrush, ensureEnum, enumToString, toBrushCollection, fromBrushCollection, brushCollectionToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
12
|
+
import { ToolContextBindingCollection as ToolContextBindingCollection_internal } from "./ToolContextBindingCollection";
|
|
13
|
+
import { ToolContextBinding } from "./ToolContextBinding";
|
|
14
|
+
import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
15
|
+
import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
|
|
16
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
17
|
+
/**
|
|
18
|
+
* Represents base class for all tool actions in toolbar
|
|
19
|
+
*/
|
|
20
|
+
class IgcToolActionComponent extends IgcHTMLElement {
|
|
21
|
+
createImplementation() {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @hidden
|
|
26
|
+
*/
|
|
27
|
+
get i() {
|
|
28
|
+
return this._implementation;
|
|
29
|
+
} /**
|
|
30
|
+
* @hidden
|
|
31
|
+
*/
|
|
32
|
+
static _createFromInternal(internal) {
|
|
33
|
+
if (!internal) {
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
if (!internal.$type) {
|
|
37
|
+
return null;
|
|
38
|
+
}
|
|
39
|
+
let name = internal.$type.name;
|
|
40
|
+
let externalName = "Igc" + name + "Component";
|
|
41
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
42
|
+
return null;
|
|
43
|
+
}
|
|
44
|
+
return TypeRegistrar.create(externalName);
|
|
45
|
+
}
|
|
46
|
+
onImplementationCreated() {
|
|
47
|
+
}
|
|
48
|
+
_initializeAdapters() {
|
|
49
|
+
if (!this.__observingChildren) {
|
|
50
|
+
this.__observingChildren = true;
|
|
51
|
+
let mut = new MutationObserver((list) => {
|
|
52
|
+
for (var mutation of list) {
|
|
53
|
+
if (mutation.type == 'childList') {
|
|
54
|
+
if (this.updateContentChildren) {
|
|
55
|
+
this.updateContentChildren();
|
|
56
|
+
}
|
|
57
|
+
else if (this._initializeAdapters) {
|
|
58
|
+
this.initializeAdapters();
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
mut.observe(this, {
|
|
64
|
+
childList: true
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
this._actionsAdapter = new CollectionAdapter(this.contentActions, this.i.actions, this.actualActions, (c) => c.i, (i) => {
|
|
68
|
+
if (this._initializeElement) {
|
|
69
|
+
this._initializeElement(i);
|
|
70
|
+
}
|
|
71
|
+
}, (i) => { if (this._destroyElement) {
|
|
72
|
+
this._destroyElement(i);
|
|
73
|
+
} });
|
|
74
|
+
if (super["_initializeAdapters"]) {
|
|
75
|
+
super["_initializeAdapters"]();
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
_updateAdapters() {
|
|
79
|
+
if (super["_updateAdapters"]) {
|
|
80
|
+
super["_updateAdapters"]();
|
|
81
|
+
}
|
|
82
|
+
this.contentActions.length = 0;
|
|
83
|
+
for (var i = 0; i < this.children.length; i++) {
|
|
84
|
+
if (this.children[i] instanceof IgcToolActionComponent) {
|
|
85
|
+
this.contentActions.push(this.children[i]);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
if (this._actionsAdapter != null) {
|
|
89
|
+
this._actionsAdapter.notifyContentChanged();
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
constructor() {
|
|
93
|
+
super();
|
|
94
|
+
this._settingAttributes = false;
|
|
95
|
+
this._attached = false;
|
|
96
|
+
this._queuedSetAttributes = [];
|
|
97
|
+
this._updatingFromAttribute = false;
|
|
98
|
+
this._contextBindings = null;
|
|
99
|
+
this._actions = null;
|
|
100
|
+
this.__p = null;
|
|
101
|
+
this._hasUserValues = new Set();
|
|
102
|
+
this._stylingContainer = null;
|
|
103
|
+
this._stylingParent = null;
|
|
104
|
+
this._inStyling = false;
|
|
105
|
+
this._onCommand = null;
|
|
106
|
+
this._onCommand_wrapped = null;
|
|
107
|
+
this._performed = null;
|
|
108
|
+
this._performed_wrapped = null;
|
|
109
|
+
if (this._styling) {
|
|
110
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
111
|
+
}
|
|
112
|
+
this._implementation = this.createImplementation();
|
|
113
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
114
|
+
this.onImplementationCreated();
|
|
115
|
+
if (this._initializeAdapters) {
|
|
116
|
+
this._initializeAdapters();
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
120
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
121
|
+
}
|
|
122
|
+
_flushQueuedAttributes() {
|
|
123
|
+
this._settingAttributes = true;
|
|
124
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
125
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
126
|
+
}
|
|
127
|
+
this._settingAttributes = false;
|
|
128
|
+
this._queuedSetAttributes.length = 0;
|
|
129
|
+
}
|
|
130
|
+
_a(attrName, attrValue) {
|
|
131
|
+
if (this._updatingFromAttribute) {
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
if (attrValue) {
|
|
135
|
+
attrValue = attrValue.toString();
|
|
136
|
+
}
|
|
137
|
+
this._settingAttributes = true;
|
|
138
|
+
attrName = toSpinal(attrName);
|
|
139
|
+
if (this._attached) {
|
|
140
|
+
this.setAttribute(attrName, attrValue);
|
|
141
|
+
}
|
|
142
|
+
else {
|
|
143
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
144
|
+
}
|
|
145
|
+
this._settingAttributes = false;
|
|
146
|
+
}
|
|
147
|
+
connectedCallback() {
|
|
148
|
+
if (super["connectedCallback"]) {
|
|
149
|
+
super["connectedCallback"]();
|
|
150
|
+
}
|
|
151
|
+
if (this.i.connectedCallback) {
|
|
152
|
+
this.i.connectedCallback();
|
|
153
|
+
}
|
|
154
|
+
if (this.updateContentChildren) {
|
|
155
|
+
this.updateContentChildren();
|
|
156
|
+
}
|
|
157
|
+
else if (this._updateAdapters) {
|
|
158
|
+
this._updateAdapters();
|
|
159
|
+
}
|
|
160
|
+
if (!this._attached) {
|
|
161
|
+
this._attached = true;
|
|
162
|
+
this._flushQueuedAttributes();
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
disconnectedCallback() {
|
|
166
|
+
if (super["disconnectedCallback"]) {
|
|
167
|
+
super["disconnectedCallback"]();
|
|
168
|
+
}
|
|
169
|
+
if (this.i.disconnectedCallback) {
|
|
170
|
+
this.i.disconnectedCallback();
|
|
171
|
+
}
|
|
172
|
+
if (this._attached) {
|
|
173
|
+
this._attached = false;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
static { this._observedAttributesIgcToolActionComponent = null; }
|
|
177
|
+
static get observedAttributes() {
|
|
178
|
+
if (IgcToolActionComponent._observedAttributesIgcToolActionComponent == null) {
|
|
179
|
+
let names = getAllPropertyNames(IgcToolActionComponent);
|
|
180
|
+
for (let i = 0; i < names.length; i++) {
|
|
181
|
+
names[i] = toSpinal(names[i]);
|
|
182
|
+
}
|
|
183
|
+
IgcToolActionComponent._observedAttributesIgcToolActionComponent = names;
|
|
184
|
+
}
|
|
185
|
+
return IgcToolActionComponent._observedAttributesIgcToolActionComponent;
|
|
186
|
+
}
|
|
187
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
188
|
+
if (this._settingAttributes) {
|
|
189
|
+
return;
|
|
190
|
+
}
|
|
191
|
+
let setName = fromSpinal(name);
|
|
192
|
+
this._updatingFromAttribute = true;
|
|
193
|
+
this[setName] = newValue;
|
|
194
|
+
this._updatingFromAttribute = false;
|
|
195
|
+
}
|
|
196
|
+
get isOpen() {
|
|
197
|
+
return this.i.bc;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* Gets the context bindings for this tool action.
|
|
201
|
+
*/
|
|
202
|
+
get contextBindings() {
|
|
203
|
+
if (this._contextBindings === null) {
|
|
204
|
+
let coll = new IgcToolContextBindingCollection();
|
|
205
|
+
let innerColl = this.i.contextBindings;
|
|
206
|
+
if (!innerColl) {
|
|
207
|
+
innerColl = new ToolContextBindingCollection_internal();
|
|
208
|
+
}
|
|
209
|
+
this._contextBindings = coll._fromInner(innerColl);
|
|
210
|
+
this.i.contextBindings = innerColl;
|
|
211
|
+
}
|
|
212
|
+
return this._contextBindings;
|
|
213
|
+
}
|
|
214
|
+
set contextBindings(v) {
|
|
215
|
+
if (this._contextBindings !== null) {
|
|
216
|
+
this._contextBindings._setSyncTarget(null);
|
|
217
|
+
this._contextBindings = null;
|
|
218
|
+
}
|
|
219
|
+
let coll = new IgcToolContextBindingCollection();
|
|
220
|
+
this._contextBindings = coll._fromOuter(v);
|
|
221
|
+
let syncColl = new SyncableObservableCollection$1(ToolContextBinding.$type);
|
|
222
|
+
let innerColl = this.i.contextBindings;
|
|
223
|
+
if (!innerColl) {
|
|
224
|
+
innerColl = new ToolContextBindingCollection_internal();
|
|
225
|
+
}
|
|
226
|
+
syncColl._inner = innerColl;
|
|
227
|
+
syncColl.clear();
|
|
228
|
+
this._contextBindings._setSyncTarget(syncColl);
|
|
229
|
+
this.i.contextBindings = innerColl;
|
|
230
|
+
}
|
|
231
|
+
get actionId() {
|
|
232
|
+
return this.i.c3;
|
|
233
|
+
}
|
|
234
|
+
get actualActions() {
|
|
235
|
+
if (!this._actualActions) {
|
|
236
|
+
this._actualActions = [];
|
|
237
|
+
}
|
|
238
|
+
return this._actualActions;
|
|
239
|
+
}
|
|
240
|
+
get contentActions() {
|
|
241
|
+
if (!this._contentActions) {
|
|
242
|
+
this._contentActions = [];
|
|
243
|
+
}
|
|
244
|
+
return this._contentActions;
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* Gets the sub actions associated with this tool action.
|
|
248
|
+
*/
|
|
249
|
+
get actions() {
|
|
250
|
+
if (this._actions === null) {
|
|
251
|
+
let coll = new IgcToolActionCollection();
|
|
252
|
+
let inner = coll._innerColl;
|
|
253
|
+
this._actions = coll;
|
|
254
|
+
inner.addListener((sender, e) => {
|
|
255
|
+
switch (e.action) {
|
|
256
|
+
case NotifyCollectionChangedAction.Add:
|
|
257
|
+
this._actionsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
|
|
258
|
+
break;
|
|
259
|
+
case NotifyCollectionChangedAction.Remove:
|
|
260
|
+
this._actionsAdapter.removeManualItemAt(e.oldStartingIndex);
|
|
261
|
+
break;
|
|
262
|
+
case NotifyCollectionChangedAction.Replace:
|
|
263
|
+
this._actionsAdapter.removeManualItemAt(e.oldStartingIndex);
|
|
264
|
+
this._actionsAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
|
|
265
|
+
break;
|
|
266
|
+
case NotifyCollectionChangedAction.Reset:
|
|
267
|
+
this._actionsAdapter.clearManualItems();
|
|
268
|
+
break;
|
|
269
|
+
}
|
|
270
|
+
});
|
|
271
|
+
;
|
|
272
|
+
}
|
|
273
|
+
return this._actions;
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* Gets or sets the width to use for this tool action.
|
|
277
|
+
*/
|
|
278
|
+
get width() {
|
|
279
|
+
return this.i.cq;
|
|
280
|
+
}
|
|
281
|
+
set width(v) {
|
|
282
|
+
this.i.cq = +v;
|
|
283
|
+
this._a("width", this.i.cq);
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* Gets or sets the height to use for this tool action.
|
|
287
|
+
*/
|
|
288
|
+
get height() {
|
|
289
|
+
return this.i.cb;
|
|
290
|
+
}
|
|
291
|
+
set height(v) {
|
|
292
|
+
this.i.cb = +v;
|
|
293
|
+
this._a("height", this.i.cb);
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* Gets or sets the height to use for the sub panel if different than default
|
|
297
|
+
*/
|
|
298
|
+
get subPanelRowHeight() {
|
|
299
|
+
return this.i.cs;
|
|
300
|
+
}
|
|
301
|
+
set subPanelRowHeight(v) {
|
|
302
|
+
this.i.cs = +v;
|
|
303
|
+
this._a("subPanelRowHeight", this.i.cs);
|
|
304
|
+
}
|
|
305
|
+
get actualSubPanelRowHeight() {
|
|
306
|
+
return this.i.cr;
|
|
307
|
+
}
|
|
308
|
+
set actualSubPanelRowHeight(v) {
|
|
309
|
+
this.i.cr = +v;
|
|
310
|
+
this._a("actualSubPanelRowHeight", this.i.cr);
|
|
311
|
+
}
|
|
312
|
+
get parentId() {
|
|
313
|
+
return this.i.ey;
|
|
314
|
+
}
|
|
315
|
+
set parentId(v) {
|
|
316
|
+
this.i.ey = v;
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* Gets or sets the Id of the action that this action will be inserted before.
|
|
320
|
+
* Subsequent actions will continue to insert before the target action, following
|
|
321
|
+
* the original action that set this property. If using this property do not use the
|
|
322
|
+
* AfterId property.
|
|
323
|
+
* This property is only relevant during initial insertion into the toolbar. Changing the property
|
|
324
|
+
* after the action has already been added will have no effect.
|
|
325
|
+
*/
|
|
326
|
+
get beforeId() {
|
|
327
|
+
return this.i.dt;
|
|
328
|
+
}
|
|
329
|
+
set beforeId(v) {
|
|
330
|
+
this.i.dt = v;
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* Gets or sets the Id of the action that this action will be inserted after.
|
|
334
|
+
* Subsequent actions will continue to insert after the target action, following
|
|
335
|
+
* the original action that set this property. If using this property do not use the
|
|
336
|
+
* BeforeId property.
|
|
337
|
+
* This property is only relevant during initial insertion into the toolbar. Changing the property
|
|
338
|
+
* after the action has already been added will have no effect.
|
|
339
|
+
*/
|
|
340
|
+
get afterId() {
|
|
341
|
+
return this.i.dq;
|
|
342
|
+
}
|
|
343
|
+
set afterId(v) {
|
|
344
|
+
this.i.dq = v;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* Sets to the Id of the action that this action will overlay itself on to.
|
|
348
|
+
* The purpose of this property is to allow users to override actions automatically generated by
|
|
349
|
+
* toolbar targets such as the DataChart. These generated actions all have unique Ids associated
|
|
350
|
+
* with them that can be used for the OverlayId.
|
|
351
|
+
* These overlaid actions will
|
|
352
|
+
* not
|
|
353
|
+
* replace the generated one but will have its properties
|
|
354
|
+
* overlaid onto the generated actions.
|
|
355
|
+
*/
|
|
356
|
+
get overlayId() {
|
|
357
|
+
return this.i.et;
|
|
358
|
+
}
|
|
359
|
+
set overlayId(v) {
|
|
360
|
+
this.i.et = v;
|
|
361
|
+
}
|
|
362
|
+
get commandId() {
|
|
363
|
+
return this.i.dy;
|
|
364
|
+
}
|
|
365
|
+
set commandId(v) {
|
|
366
|
+
this.i.dy = v;
|
|
367
|
+
}
|
|
368
|
+
get commandArgument() {
|
|
369
|
+
return this.i.dv;
|
|
370
|
+
}
|
|
371
|
+
set commandArgument(v) {
|
|
372
|
+
this.i.dv = v;
|
|
373
|
+
}
|
|
374
|
+
get commandArgumentValue() {
|
|
375
|
+
return this.i.ct;
|
|
376
|
+
}
|
|
377
|
+
set commandArgumentValue(v) {
|
|
378
|
+
this.i.ct = v;
|
|
379
|
+
}
|
|
380
|
+
get paddingLeft() {
|
|
381
|
+
return this.i.cm;
|
|
382
|
+
}
|
|
383
|
+
set paddingLeft(v) {
|
|
384
|
+
this.i.cm = +v;
|
|
385
|
+
this._a("paddingLeft", this.i.cm);
|
|
386
|
+
}
|
|
387
|
+
get actualPaddingLeft() {
|
|
388
|
+
return this.i.b3;
|
|
389
|
+
}
|
|
390
|
+
set actualPaddingLeft(v) {
|
|
391
|
+
this.i.b3 = +v;
|
|
392
|
+
this._a("actualPaddingLeft", this.i.b3);
|
|
393
|
+
}
|
|
394
|
+
get paddingRight() {
|
|
395
|
+
return this.i.cn;
|
|
396
|
+
}
|
|
397
|
+
set paddingRight(v) {
|
|
398
|
+
this.i.cn = +v;
|
|
399
|
+
this._a("paddingRight", this.i.cn);
|
|
400
|
+
}
|
|
401
|
+
get actualPaddingRight() {
|
|
402
|
+
return this.i.b4;
|
|
403
|
+
}
|
|
404
|
+
set actualPaddingRight(v) {
|
|
405
|
+
this.i.b4 = +v;
|
|
406
|
+
this._a("actualPaddingRight", this.i.b4);
|
|
407
|
+
}
|
|
408
|
+
get paddingBottom() {
|
|
409
|
+
return this.i.cl;
|
|
410
|
+
}
|
|
411
|
+
set paddingBottom(v) {
|
|
412
|
+
this.i.cl = +v;
|
|
413
|
+
this._a("paddingBottom", this.i.cl);
|
|
414
|
+
}
|
|
415
|
+
get actualPaddingBottom() {
|
|
416
|
+
return this.i.b2;
|
|
417
|
+
}
|
|
418
|
+
set actualPaddingBottom(v) {
|
|
419
|
+
this.i.b2 = +v;
|
|
420
|
+
this._a("actualPaddingBottom", this.i.b2);
|
|
421
|
+
}
|
|
422
|
+
get paddingTop() {
|
|
423
|
+
return this.i.co;
|
|
424
|
+
}
|
|
425
|
+
set paddingTop(v) {
|
|
426
|
+
this.i.co = +v;
|
|
427
|
+
this._a("paddingTop", this.i.co);
|
|
428
|
+
}
|
|
429
|
+
get actualPaddingTop() {
|
|
430
|
+
return this.i.b5;
|
|
431
|
+
}
|
|
432
|
+
set actualPaddingTop(v) {
|
|
433
|
+
this.i.b5 = +v;
|
|
434
|
+
this._a("actualPaddingTop", this.i.b5);
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* Gets the actual hover background used by the tool action.
|
|
438
|
+
*/
|
|
439
|
+
get actualHoverBackground() {
|
|
440
|
+
return brushToString(this.i.hj);
|
|
441
|
+
}
|
|
442
|
+
set actualHoverBackground(v) {
|
|
443
|
+
this.i.hj = stringToBrush(v);
|
|
444
|
+
this._a("actualHoverBackground", brushToString(this.i.hj));
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* Gets or sets the hover background for this tool action.
|
|
448
|
+
*/
|
|
449
|
+
get hoverBackground() {
|
|
450
|
+
return brushToString(this.i.hr);
|
|
451
|
+
}
|
|
452
|
+
set hoverBackground(v) {
|
|
453
|
+
this.i.hr = stringToBrush(v);
|
|
454
|
+
this._a("hoverBackground", brushToString(this.i.hr));
|
|
455
|
+
}
|
|
456
|
+
/**
|
|
457
|
+
* Gets the actual background used by the tool action.
|
|
458
|
+
*/
|
|
459
|
+
get actualBackground() {
|
|
460
|
+
return brushToString(this.i.hg);
|
|
461
|
+
}
|
|
462
|
+
set actualBackground(v) {
|
|
463
|
+
this.i.hg = stringToBrush(v);
|
|
464
|
+
this._a("actualBackground", brushToString(this.i.hg));
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* Gets or sets the background color of the tool action.
|
|
468
|
+
*/
|
|
469
|
+
get background() {
|
|
470
|
+
return brushToString(this.i.ho);
|
|
471
|
+
}
|
|
472
|
+
set background(v) {
|
|
473
|
+
this.i.ho = stringToBrush(v);
|
|
474
|
+
this._a("background", brushToString(this.i.ho));
|
|
475
|
+
}
|
|
476
|
+
/**
|
|
477
|
+
* Gets the actual label text color.
|
|
478
|
+
*/
|
|
479
|
+
get actualTextColor() {
|
|
480
|
+
return brushToString(this.i.hn);
|
|
481
|
+
}
|
|
482
|
+
set actualTextColor(v) {
|
|
483
|
+
this.i.hn = stringToBrush(v);
|
|
484
|
+
this._a("actualTextColor", brushToString(this.i.hn));
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* Gets or sets the label text color.
|
|
488
|
+
*/
|
|
489
|
+
get textColor() {
|
|
490
|
+
return brushToString(this.i.hv);
|
|
491
|
+
}
|
|
492
|
+
set textColor(v) {
|
|
493
|
+
this.i.hv = stringToBrush(v);
|
|
494
|
+
this._a("textColor", brushToString(this.i.hv));
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
* Gets the actual label text color.
|
|
498
|
+
*/
|
|
499
|
+
get actualSubtitleTextColor() {
|
|
500
|
+
return brushToString(this.i.hm);
|
|
501
|
+
}
|
|
502
|
+
set actualSubtitleTextColor(v) {
|
|
503
|
+
this.i.hm = stringToBrush(v);
|
|
504
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.hm));
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* Gets or sets the label text color.
|
|
508
|
+
*/
|
|
509
|
+
get subtitleTextColor() {
|
|
510
|
+
return brushToString(this.i.hu);
|
|
511
|
+
}
|
|
512
|
+
set subtitleTextColor(v) {
|
|
513
|
+
this.i.hu = stringToBrush(v);
|
|
514
|
+
this._a("subtitleTextColor", brushToString(this.i.hu));
|
|
515
|
+
}
|
|
516
|
+
/**
|
|
517
|
+
* Gets the actual label text color when the tool is disabled.
|
|
518
|
+
*/
|
|
519
|
+
get actualDisabledTextColor() {
|
|
520
|
+
return brushToString(this.i.hh);
|
|
521
|
+
}
|
|
522
|
+
set actualDisabledTextColor(v) {
|
|
523
|
+
this.i.hh = stringToBrush(v);
|
|
524
|
+
this._a("actualDisabledTextColor", brushToString(this.i.hh));
|
|
525
|
+
}
|
|
526
|
+
/**
|
|
527
|
+
* Gets or sets the label text color when the tool is disabled.
|
|
528
|
+
*/
|
|
529
|
+
get disabledTextColor() {
|
|
530
|
+
return brushToString(this.i.hp);
|
|
531
|
+
}
|
|
532
|
+
set disabledTextColor(v) {
|
|
533
|
+
this.i.hp = stringToBrush(v);
|
|
534
|
+
this._a("disabledTextColor", brushToString(this.i.hp));
|
|
535
|
+
}
|
|
536
|
+
/**
|
|
537
|
+
* Gets the actual font used.
|
|
538
|
+
*/
|
|
539
|
+
get actualTextStyle() {
|
|
540
|
+
return this.i.af;
|
|
541
|
+
}
|
|
542
|
+
set actualTextStyle(v) {
|
|
543
|
+
this.i.af = v;
|
|
544
|
+
}
|
|
545
|
+
/**
|
|
546
|
+
* Gets or sets the font to use.
|
|
547
|
+
*/
|
|
548
|
+
get textStyle() {
|
|
549
|
+
if (this.i.ai == null) {
|
|
550
|
+
return null;
|
|
551
|
+
}
|
|
552
|
+
return this.i.ai.fontString;
|
|
553
|
+
}
|
|
554
|
+
set textStyle(v) {
|
|
555
|
+
let fi = new FontInfo();
|
|
556
|
+
fi.fontString = v;
|
|
557
|
+
this.i.ai = fi;
|
|
558
|
+
this._a("textStyle", this.i.ai != null ? this.i.ai.fontString : "");
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* Gets the actual font used.
|
|
562
|
+
*/
|
|
563
|
+
get actualSubtitleTextStyle() {
|
|
564
|
+
return this.i.ae;
|
|
565
|
+
}
|
|
566
|
+
set actualSubtitleTextStyle(v) {
|
|
567
|
+
this.i.ae = v;
|
|
568
|
+
}
|
|
569
|
+
/**
|
|
570
|
+
* Gets or sets the font to use.
|
|
571
|
+
*/
|
|
572
|
+
get subtitleTextStyle() {
|
|
573
|
+
if (this.i.ah == null) {
|
|
574
|
+
return null;
|
|
575
|
+
}
|
|
576
|
+
return this.i.ah.fontString;
|
|
577
|
+
}
|
|
578
|
+
set subtitleTextStyle(v) {
|
|
579
|
+
let fi = new FontInfo();
|
|
580
|
+
fi.fontString = v;
|
|
581
|
+
this.i.ah = fi;
|
|
582
|
+
this._a("subtitleTextStyle", this.i.ah != null ? this.i.ah.fontString : "");
|
|
583
|
+
}
|
|
584
|
+
get isDisabled() {
|
|
585
|
+
return this.i.ba;
|
|
586
|
+
}
|
|
587
|
+
set isDisabled(v) {
|
|
588
|
+
this.i.ba = ensureBool(v);
|
|
589
|
+
this._a("isDisabled", this.i.ba);
|
|
590
|
+
}
|
|
591
|
+
get isHighlighted() {
|
|
592
|
+
return this.i.bb;
|
|
593
|
+
}
|
|
594
|
+
set isHighlighted(v) {
|
|
595
|
+
this.i.bb = ensureBool(v);
|
|
596
|
+
this._a("isHighlighted", this.i.bb);
|
|
597
|
+
}
|
|
598
|
+
get actualAccentColor() {
|
|
599
|
+
return brushToString(this.i.hf);
|
|
600
|
+
}
|
|
601
|
+
set actualAccentColor(v) {
|
|
602
|
+
this.i.hf = stringToBrush(v);
|
|
603
|
+
this._a("actualAccentColor", brushToString(this.i.hf));
|
|
604
|
+
}
|
|
605
|
+
get accentColor() {
|
|
606
|
+
return brushToString(this.i.he);
|
|
607
|
+
}
|
|
608
|
+
set accentColor(v) {
|
|
609
|
+
this.i.he = stringToBrush(v);
|
|
610
|
+
this._a("accentColor", brushToString(this.i.he));
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* Gets or sets the display density to use for the action.
|
|
614
|
+
*/
|
|
615
|
+
get density() {
|
|
616
|
+
return this.i.x;
|
|
617
|
+
}
|
|
618
|
+
set density(v) {
|
|
619
|
+
this.i.x = ensureEnum(ControlDisplayDensity_$type, v);
|
|
620
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.x));
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* Gets the resolved display density to use for the action.
|
|
624
|
+
*/
|
|
625
|
+
get actualDensity() {
|
|
626
|
+
return this.i.w;
|
|
627
|
+
}
|
|
628
|
+
set actualDensity(v) {
|
|
629
|
+
this.i.w = ensureEnum(ControlDisplayDensity_$type, v);
|
|
630
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.w));
|
|
631
|
+
}
|
|
632
|
+
get name() {
|
|
633
|
+
return this.i.er;
|
|
634
|
+
}
|
|
635
|
+
set name(v) {
|
|
636
|
+
this.i.er = v;
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* Gets or sets the title of the tool.
|
|
640
|
+
*/
|
|
641
|
+
get title() {
|
|
642
|
+
return this.i.fb;
|
|
643
|
+
}
|
|
644
|
+
set title(v) {
|
|
645
|
+
this.i.fb = v;
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* Gets or sets the subtitle of the tool.
|
|
649
|
+
*/
|
|
650
|
+
get subtitle() {
|
|
651
|
+
return this.i.e5;
|
|
652
|
+
}
|
|
653
|
+
set subtitle(v) {
|
|
654
|
+
this.i.e5 = v;
|
|
655
|
+
}
|
|
656
|
+
/**
|
|
657
|
+
* Gets or sets the title horizontal alignment.
|
|
658
|
+
*/
|
|
659
|
+
get titleHorizontalAlignment() {
|
|
660
|
+
return this.i.hc;
|
|
661
|
+
}
|
|
662
|
+
set titleHorizontalAlignment(v) {
|
|
663
|
+
this.i.hc = ensureEnum(HorizontalAlignment_$type, v);
|
|
664
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.hc));
|
|
665
|
+
}
|
|
666
|
+
get iconName() {
|
|
667
|
+
return this.i.ef;
|
|
668
|
+
}
|
|
669
|
+
set iconName(v) {
|
|
670
|
+
this.i.ef = v;
|
|
671
|
+
}
|
|
672
|
+
get iconCollectionName() {
|
|
673
|
+
return this.i.ea;
|
|
674
|
+
}
|
|
675
|
+
set iconCollectionName(v) {
|
|
676
|
+
this.i.ea = v;
|
|
677
|
+
}
|
|
678
|
+
/**
|
|
679
|
+
* Gets or sets the icon viewbox left.
|
|
680
|
+
*/
|
|
681
|
+
get iconViewBoxLeft() {
|
|
682
|
+
return this.i.ch;
|
|
683
|
+
}
|
|
684
|
+
set iconViewBoxLeft(v) {
|
|
685
|
+
this.i.ch = +v;
|
|
686
|
+
this._a("iconViewBoxLeft", this.i.ch);
|
|
687
|
+
}
|
|
688
|
+
/**
|
|
689
|
+
* Gets or sets the icon viewbox top.
|
|
690
|
+
*/
|
|
691
|
+
get iconViewBoxTop() {
|
|
692
|
+
return this.i.ci;
|
|
693
|
+
}
|
|
694
|
+
set iconViewBoxTop(v) {
|
|
695
|
+
this.i.ci = +v;
|
|
696
|
+
this._a("iconViewBoxTop", this.i.ci);
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* Gets or sets the icon viewbox width.
|
|
700
|
+
*/
|
|
701
|
+
get iconViewBoxWidth() {
|
|
702
|
+
return this.i.cj;
|
|
703
|
+
}
|
|
704
|
+
set iconViewBoxWidth(v) {
|
|
705
|
+
this.i.cj = +v;
|
|
706
|
+
this._a("iconViewBoxWidth", this.i.cj);
|
|
707
|
+
}
|
|
708
|
+
/**
|
|
709
|
+
* Gets or sets the icon viewbox height.
|
|
710
|
+
*/
|
|
711
|
+
get iconViewBoxHeight() {
|
|
712
|
+
return this.i.cg;
|
|
713
|
+
}
|
|
714
|
+
set iconViewBoxHeight(v) {
|
|
715
|
+
this.i.cg = +v;
|
|
716
|
+
this._a("iconViewBoxHeight", this.i.cg);
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* Gets or sets the icon fill color.
|
|
720
|
+
*/
|
|
721
|
+
get iconFill() {
|
|
722
|
+
return brushToString(this.i.hs);
|
|
723
|
+
}
|
|
724
|
+
set iconFill(v) {
|
|
725
|
+
this.i.hs = stringToBrush(v);
|
|
726
|
+
this._a("iconFill", brushToString(this.i.hs));
|
|
727
|
+
}
|
|
728
|
+
/**
|
|
729
|
+
* Gets the actual icon fill color.
|
|
730
|
+
*/
|
|
731
|
+
get actualIconFill() {
|
|
732
|
+
return brushToString(this.i.hk);
|
|
733
|
+
}
|
|
734
|
+
set actualIconFill(v) {
|
|
735
|
+
this.i.hk = stringToBrush(v);
|
|
736
|
+
this._a("actualIconFill", brushToString(this.i.hk));
|
|
737
|
+
}
|
|
738
|
+
/**
|
|
739
|
+
* Gets or sets the icon fill colors.
|
|
740
|
+
*/
|
|
741
|
+
get iconFillColors() {
|
|
742
|
+
return fromBrushCollection(this.i.a);
|
|
743
|
+
}
|
|
744
|
+
set iconFillColors(v) {
|
|
745
|
+
this.i.a = toBrushCollection(v);
|
|
746
|
+
this._a("iconFillColors", brushCollectionToString(this.i.a));
|
|
747
|
+
}
|
|
748
|
+
/**
|
|
749
|
+
* Gets or sets the icon stroke color.
|
|
750
|
+
*/
|
|
751
|
+
get iconStroke() {
|
|
752
|
+
return brushToString(this.i.ht);
|
|
753
|
+
}
|
|
754
|
+
set iconStroke(v) {
|
|
755
|
+
this.i.ht = stringToBrush(v);
|
|
756
|
+
this._a("iconStroke", brushToString(this.i.ht));
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
* Gets the actual icon stroke color.
|
|
760
|
+
*/
|
|
761
|
+
get actualIconStroke() {
|
|
762
|
+
return brushToString(this.i.hl);
|
|
763
|
+
}
|
|
764
|
+
set actualIconStroke(v) {
|
|
765
|
+
this.i.hl = stringToBrush(v);
|
|
766
|
+
this._a("actualIconStroke", brushToString(this.i.hl));
|
|
767
|
+
}
|
|
768
|
+
/**
|
|
769
|
+
* Gets or sets the icon stroke colors.
|
|
770
|
+
*/
|
|
771
|
+
get iconStrokeColors() {
|
|
772
|
+
return fromBrushCollection(this.i.b);
|
|
773
|
+
}
|
|
774
|
+
set iconStrokeColors(v) {
|
|
775
|
+
this.i.b = toBrushCollection(v);
|
|
776
|
+
this._a("iconStrokeColors", brushCollectionToString(this.i.b));
|
|
777
|
+
}
|
|
778
|
+
/**
|
|
779
|
+
* Gets or sets the icon viewbox width.
|
|
780
|
+
*/
|
|
781
|
+
get iconStrokeWidth() {
|
|
782
|
+
return this.i.cf;
|
|
783
|
+
}
|
|
784
|
+
set iconStrokeWidth(v) {
|
|
785
|
+
this.i.cf = +v;
|
|
786
|
+
this._a("iconStrokeWidth", this.i.cf);
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* Gets or sets the width of the icon.
|
|
790
|
+
*/
|
|
791
|
+
get iconWidth() {
|
|
792
|
+
return this.i.ck;
|
|
793
|
+
}
|
|
794
|
+
set iconWidth(v) {
|
|
795
|
+
this.i.ck = +v;
|
|
796
|
+
this._a("iconWidth", this.i.ck);
|
|
797
|
+
}
|
|
798
|
+
/**
|
|
799
|
+
* Gets the actual icon width used.
|
|
800
|
+
*/
|
|
801
|
+
get actualIconWidth() {
|
|
802
|
+
return this.i.b1;
|
|
803
|
+
}
|
|
804
|
+
set actualIconWidth(v) {
|
|
805
|
+
this.i.b1 = +v;
|
|
806
|
+
this._a("actualIconWidth", this.i.b1);
|
|
807
|
+
}
|
|
808
|
+
/**
|
|
809
|
+
* Gets or sets the height of the icon.
|
|
810
|
+
*/
|
|
811
|
+
get iconHeight() {
|
|
812
|
+
return this.i.ce;
|
|
813
|
+
}
|
|
814
|
+
set iconHeight(v) {
|
|
815
|
+
this.i.ce = +v;
|
|
816
|
+
this._a("iconHeight", this.i.ce);
|
|
817
|
+
}
|
|
818
|
+
/**
|
|
819
|
+
* Gets the actual icon height used.
|
|
820
|
+
*/
|
|
821
|
+
get actualIconHeight() {
|
|
822
|
+
return this.i.b0;
|
|
823
|
+
}
|
|
824
|
+
set actualIconHeight(v) {
|
|
825
|
+
this.i.b0 = +v;
|
|
826
|
+
this._a("actualIconHeight", this.i.b0);
|
|
827
|
+
}
|
|
828
|
+
/**
|
|
829
|
+
* Gets or sets the tool action visibility.
|
|
830
|
+
*/
|
|
831
|
+
get visibility() {
|
|
832
|
+
return this.i.hw;
|
|
833
|
+
}
|
|
834
|
+
set visibility(v) {
|
|
835
|
+
this.i.hw = ensureEnum(Visibility_$type, v);
|
|
836
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.hw));
|
|
837
|
+
}
|
|
838
|
+
/**
|
|
839
|
+
* Gets or sets if the tool action will close its parent dropdown when executed by the user.
|
|
840
|
+
*/
|
|
841
|
+
get closeOnExecute() {
|
|
842
|
+
return this.i.ay;
|
|
843
|
+
}
|
|
844
|
+
set closeOnExecute(v) {
|
|
845
|
+
this.i.ay = ensureBool(v);
|
|
846
|
+
this._a("closeOnExecute", this.i.ay);
|
|
847
|
+
}
|
|
848
|
+
get highlightWidth() {
|
|
849
|
+
return this.i.cd;
|
|
850
|
+
}
|
|
851
|
+
set highlightWidth(v) {
|
|
852
|
+
this.i.cd = +v;
|
|
853
|
+
this._a("highlightWidth", this.i.cd);
|
|
854
|
+
}
|
|
855
|
+
get actualHighlightWidth() {
|
|
856
|
+
return this.i.bz;
|
|
857
|
+
}
|
|
858
|
+
set actualHighlightWidth(v) {
|
|
859
|
+
this.i.bz = +v;
|
|
860
|
+
this._a("actualHighlightWidth", this.i.bz);
|
|
861
|
+
}
|
|
862
|
+
get highlightRadius() {
|
|
863
|
+
return this.i.cc;
|
|
864
|
+
}
|
|
865
|
+
set highlightRadius(v) {
|
|
866
|
+
this.i.cc = +v;
|
|
867
|
+
this._a("highlightRadius", this.i.cc);
|
|
868
|
+
}
|
|
869
|
+
get actualHighlightRadius() {
|
|
870
|
+
return this.i.by;
|
|
871
|
+
}
|
|
872
|
+
set actualHighlightRadius(v) {
|
|
873
|
+
this.i.by = +v;
|
|
874
|
+
this._a("actualHighlightRadius", this.i.by);
|
|
875
|
+
}
|
|
876
|
+
get highlightColor() {
|
|
877
|
+
return brushToString(this.i.hq);
|
|
878
|
+
}
|
|
879
|
+
set highlightColor(v) {
|
|
880
|
+
this.i.hq = stringToBrush(v);
|
|
881
|
+
this._a("highlightColor", brushToString(this.i.hq));
|
|
882
|
+
}
|
|
883
|
+
get actualHighlightColor() {
|
|
884
|
+
return brushToString(this.i.hi);
|
|
885
|
+
}
|
|
886
|
+
set actualHighlightColor(v) {
|
|
887
|
+
this.i.hi = stringToBrush(v);
|
|
888
|
+
this._a("actualHighlightColor", brushToString(this.i.hi));
|
|
889
|
+
}
|
|
890
|
+
findByName(name) {
|
|
891
|
+
if (this.findEphemera) {
|
|
892
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
893
|
+
return this.findEphemera(name);
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
if (this.contextBindings != null && this.contextBindings.findByName && this.contextBindings.findByName(name)) {
|
|
897
|
+
return this.contextBindings.findByName(name);
|
|
898
|
+
}
|
|
899
|
+
if (this.actions != null && this.actions.findByName && this.actions.findByName(name)) {
|
|
900
|
+
return this.actions.findByName(name);
|
|
901
|
+
}
|
|
902
|
+
return null;
|
|
903
|
+
}
|
|
904
|
+
get hasUserValues() {
|
|
905
|
+
return this._hasUserValues;
|
|
906
|
+
}
|
|
907
|
+
__m(propertyName) {
|
|
908
|
+
if (!this._inStyling) {
|
|
909
|
+
this._hasUserValues.add(propertyName);
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
_styling(container, component, parent) {
|
|
913
|
+
if (this._inStyling) {
|
|
914
|
+
return;
|
|
915
|
+
}
|
|
916
|
+
this._inStyling = true;
|
|
917
|
+
this._stylingContainer = container;
|
|
918
|
+
this._stylingParent = component;
|
|
919
|
+
let genericPrefix = "";
|
|
920
|
+
let typeName = this.i.$type.name;
|
|
921
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
922
|
+
typeName = typeName.substring(3);
|
|
923
|
+
}
|
|
924
|
+
genericPrefix = toSpinal("ToolActionComponent");
|
|
925
|
+
let additionalPrefixes = [];
|
|
926
|
+
let prefix = toSpinal(typeName);
|
|
927
|
+
additionalPrefixes.push(prefix + "-");
|
|
928
|
+
let b = this.i.$type.baseType;
|
|
929
|
+
while (b && b.name != "Object" &&
|
|
930
|
+
b.name != "Base" &&
|
|
931
|
+
b.name != "Control" &&
|
|
932
|
+
b.Name != "DependencyObject" &&
|
|
933
|
+
b.Name != "FrameworkElement") {
|
|
934
|
+
typeName = b.name;
|
|
935
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
936
|
+
typeName = typeName.substring(3);
|
|
937
|
+
}
|
|
938
|
+
let basePrefix = toSpinal(typeName);
|
|
939
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
940
|
+
b = b.baseType;
|
|
941
|
+
}
|
|
942
|
+
if (parent) {
|
|
943
|
+
let parentTypeName = parent.i.$type.name;
|
|
944
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
945
|
+
parentTypeName = parentTypeName.substring(3);
|
|
946
|
+
}
|
|
947
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
948
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
949
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
950
|
+
}
|
|
951
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
952
|
+
if (this._otherStyling) {
|
|
953
|
+
this._otherStyling(container, component, parent);
|
|
954
|
+
}
|
|
955
|
+
this._inStyling = false;
|
|
956
|
+
}
|
|
957
|
+
openSubMenu() {
|
|
958
|
+
this.i.go();
|
|
959
|
+
}
|
|
960
|
+
closeSubmenu() {
|
|
961
|
+
this.i.fj();
|
|
962
|
+
}
|
|
963
|
+
exportVisualData() {
|
|
964
|
+
let iv = this.i.cu();
|
|
965
|
+
return (iv);
|
|
966
|
+
}
|
|
967
|
+
exportSerializedVisualData() {
|
|
968
|
+
let iv = this.i.d4();
|
|
969
|
+
return (iv);
|
|
970
|
+
}
|
|
971
|
+
get onCommand() {
|
|
972
|
+
return this._onCommand;
|
|
973
|
+
}
|
|
974
|
+
set onCommand(ev) {
|
|
975
|
+
if (this._onCommand_wrapped !== null) {
|
|
976
|
+
this.i.onCommand = delegateRemove(this.i.onCommand, this._onCommand_wrapped);
|
|
977
|
+
this._onCommand_wrapped = null;
|
|
978
|
+
this._onCommand = null;
|
|
979
|
+
}
|
|
980
|
+
this._onCommand = ev;
|
|
981
|
+
this._onCommand_wrapped = (o, e) => {
|
|
982
|
+
let outerArgs = new IgcToolCommandEventArgs();
|
|
983
|
+
outerArgs._provideImplementation(e);
|
|
984
|
+
if (this.beforeOnCommand) {
|
|
985
|
+
this.beforeOnCommand(this, outerArgs);
|
|
986
|
+
}
|
|
987
|
+
if (this._onCommand) {
|
|
988
|
+
this._onCommand(this, outerArgs);
|
|
989
|
+
}
|
|
990
|
+
};
|
|
991
|
+
this.i.onCommand = delegateCombine(this.i.onCommand, this._onCommand_wrapped);
|
|
992
|
+
;
|
|
993
|
+
}
|
|
994
|
+
get performed() {
|
|
995
|
+
return this._performed;
|
|
996
|
+
}
|
|
997
|
+
set performed(ev) {
|
|
998
|
+
if (this._performed_wrapped !== null) {
|
|
999
|
+
this.i.performed = delegateRemove(this.i.performed, this._performed_wrapped);
|
|
1000
|
+
this._performed_wrapped = null;
|
|
1001
|
+
this._performed = null;
|
|
1002
|
+
}
|
|
1003
|
+
this._performed = ev;
|
|
1004
|
+
this._performed_wrapped = (o, e) => {
|
|
1005
|
+
let outerArgs = new IgcToolActionPerformedEventArgs();
|
|
1006
|
+
outerArgs._provideImplementation(e);
|
|
1007
|
+
if (this.beforePerformed) {
|
|
1008
|
+
this.beforePerformed(this, outerArgs);
|
|
1009
|
+
}
|
|
1010
|
+
if (this._performed) {
|
|
1011
|
+
this._performed(this, outerArgs);
|
|
1012
|
+
}
|
|
1013
|
+
};
|
|
1014
|
+
this.i.performed = delegateCombine(this.i.performed, this._performed_wrapped);
|
|
1015
|
+
;
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
export { IgcToolActionComponent };
|