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,401 @@
|
|
|
1
|
+
import { ToolActionButtonGroupDisplayType_$type } from "./ToolActionButtonGroupDisplayType";
|
|
2
|
+
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
3
|
+
import { ToolActionButtonPair } from "./ToolActionButtonPair";
|
|
4
|
+
import { getAllPropertyNames, toSpinal, ensureBool, brushToString, stringToBrush, toBrushCollection, fromBrushCollection, brushCollectionToString, ensureEnum, enumToString } from "igniteui-webcomponents-core";
|
|
5
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
6
|
+
class IgcToolActionButtonPairComponent extends IgcToolActionComponent {
|
|
7
|
+
createImplementation() {
|
|
8
|
+
return new ToolActionButtonPair();
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
get i() {
|
|
14
|
+
return this._implementation;
|
|
15
|
+
}
|
|
16
|
+
constructor() {
|
|
17
|
+
super();
|
|
18
|
+
}
|
|
19
|
+
connectedCallback() {
|
|
20
|
+
if (super["connectedCallback"]) {
|
|
21
|
+
super["connectedCallback"]();
|
|
22
|
+
}
|
|
23
|
+
if (this.i.connectedCallback) {
|
|
24
|
+
this.i.connectedCallback();
|
|
25
|
+
}
|
|
26
|
+
if (this.updateContentChildren) {
|
|
27
|
+
this.updateContentChildren();
|
|
28
|
+
}
|
|
29
|
+
else if (this._updateAdapters) {
|
|
30
|
+
this._updateAdapters();
|
|
31
|
+
}
|
|
32
|
+
if (!this._attached) {
|
|
33
|
+
this._attached = true;
|
|
34
|
+
this._flushQueuedAttributes();
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
disconnectedCallback() {
|
|
38
|
+
if (super["disconnectedCallback"]) {
|
|
39
|
+
super["disconnectedCallback"]();
|
|
40
|
+
}
|
|
41
|
+
if (this.i.disconnectedCallback) {
|
|
42
|
+
this.i.disconnectedCallback();
|
|
43
|
+
}
|
|
44
|
+
if (this._attached) {
|
|
45
|
+
this._attached = false;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
static { this._observedAttributesIgcToolActionButtonPairComponent = null; }
|
|
49
|
+
static get observedAttributes() {
|
|
50
|
+
if (IgcToolActionButtonPairComponent._observedAttributesIgcToolActionButtonPairComponent == null) {
|
|
51
|
+
let names = getAllPropertyNames(IgcToolActionButtonPairComponent);
|
|
52
|
+
for (let i = 0; i < names.length; i++) {
|
|
53
|
+
names[i] = toSpinal(names[i]);
|
|
54
|
+
}
|
|
55
|
+
IgcToolActionButtonPairComponent._observedAttributesIgcToolActionButtonPairComponent = names;
|
|
56
|
+
}
|
|
57
|
+
return IgcToolActionButtonPairComponent._observedAttributesIgcToolActionButtonPairComponent;
|
|
58
|
+
}
|
|
59
|
+
static { this.htmlTagName = "igc-tool-action-button-pair"; }
|
|
60
|
+
static { this._isElementRegistered = false; }
|
|
61
|
+
static register() {
|
|
62
|
+
if (!IgcToolActionButtonPairComponent._isElementRegistered) {
|
|
63
|
+
IgcToolActionButtonPairComponent._isElementRegistered = true;
|
|
64
|
+
RegisterElementHelper.registerElement(IgcToolActionButtonPairComponent.htmlTagName, IgcToolActionButtonPairComponent);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
get leftIsSelected() {
|
|
68
|
+
return this.i.il;
|
|
69
|
+
}
|
|
70
|
+
set leftIsSelected(v) {
|
|
71
|
+
this.i.il = ensureBool(v);
|
|
72
|
+
this._a("leftIsSelected", this.i.il);
|
|
73
|
+
}
|
|
74
|
+
get rightIsSelected() {
|
|
75
|
+
return this.i.ip;
|
|
76
|
+
}
|
|
77
|
+
set rightIsSelected(v) {
|
|
78
|
+
this.i.ip = ensureBool(v);
|
|
79
|
+
this._a("rightIsSelected", this.i.ip);
|
|
80
|
+
}
|
|
81
|
+
get leftIsDisabled() {
|
|
82
|
+
return this.i.ik;
|
|
83
|
+
}
|
|
84
|
+
set leftIsDisabled(v) {
|
|
85
|
+
this.i.ik = ensureBool(v);
|
|
86
|
+
this._a("leftIsDisabled", this.i.ik);
|
|
87
|
+
}
|
|
88
|
+
get rightIsDisabled() {
|
|
89
|
+
return this.i.io;
|
|
90
|
+
}
|
|
91
|
+
set rightIsDisabled(v) {
|
|
92
|
+
this.i.io = ensureBool(v);
|
|
93
|
+
this._a("rightIsDisabled", this.i.io);
|
|
94
|
+
}
|
|
95
|
+
get leftIconName() {
|
|
96
|
+
return this.i.jg;
|
|
97
|
+
}
|
|
98
|
+
set leftIconName(v) {
|
|
99
|
+
this.i.jg = v;
|
|
100
|
+
}
|
|
101
|
+
get leftCommandArgument() {
|
|
102
|
+
return this.i.ja;
|
|
103
|
+
}
|
|
104
|
+
set leftCommandArgument(v) {
|
|
105
|
+
this.i.ja = v;
|
|
106
|
+
}
|
|
107
|
+
get isToggleDisabled() {
|
|
108
|
+
return this.i.ij;
|
|
109
|
+
}
|
|
110
|
+
set isToggleDisabled(v) {
|
|
111
|
+
this.i.ij = ensureBool(v);
|
|
112
|
+
this._a("isToggleDisabled", this.i.ij);
|
|
113
|
+
}
|
|
114
|
+
get leftIconCollectionName() {
|
|
115
|
+
return this.i.jc;
|
|
116
|
+
}
|
|
117
|
+
set leftIconCollectionName(v) {
|
|
118
|
+
this.i.jc = v;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Gets or sets the LeftIcon viewbox left.
|
|
122
|
+
*/
|
|
123
|
+
get leftIconViewBoxLeft() {
|
|
124
|
+
return this.i.iv;
|
|
125
|
+
}
|
|
126
|
+
set leftIconViewBoxLeft(v) {
|
|
127
|
+
this.i.iv = +v;
|
|
128
|
+
this._a("leftIconViewBoxLeft", this.i.iv);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Gets or sets the LeftIcon viewbox top.
|
|
132
|
+
*/
|
|
133
|
+
get leftIconViewBoxTop() {
|
|
134
|
+
return this.i.iw;
|
|
135
|
+
}
|
|
136
|
+
set leftIconViewBoxTop(v) {
|
|
137
|
+
this.i.iw = +v;
|
|
138
|
+
this._a("leftIconViewBoxTop", this.i.iw);
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Gets or sets the LeftIcon viewbox width.
|
|
142
|
+
*/
|
|
143
|
+
get leftIconViewBoxWidth() {
|
|
144
|
+
return this.i.ix;
|
|
145
|
+
}
|
|
146
|
+
set leftIconViewBoxWidth(v) {
|
|
147
|
+
this.i.ix = +v;
|
|
148
|
+
this._a("leftIconViewBoxWidth", this.i.ix);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Gets or sets the LeftIcon viewbox height.
|
|
152
|
+
*/
|
|
153
|
+
get leftIconViewBoxHeight() {
|
|
154
|
+
return this.i.iu;
|
|
155
|
+
}
|
|
156
|
+
set leftIconViewBoxHeight(v) {
|
|
157
|
+
this.i.iu = +v;
|
|
158
|
+
this._a("leftIconViewBoxHeight", this.i.iu);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Gets or sets the LeftIcon fill color.
|
|
162
|
+
*/
|
|
163
|
+
get leftIconFill() {
|
|
164
|
+
return brushToString(this.i.kj);
|
|
165
|
+
}
|
|
166
|
+
set leftIconFill(v) {
|
|
167
|
+
this.i.kj = stringToBrush(v);
|
|
168
|
+
this._a("leftIconFill", brushToString(this.i.kj));
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* Gets the actual LeftIcon fill color.
|
|
172
|
+
*/
|
|
173
|
+
get actualLeftIconFill() {
|
|
174
|
+
return brushToString(this.i.kf);
|
|
175
|
+
}
|
|
176
|
+
set actualLeftIconFill(v) {
|
|
177
|
+
this.i.kf = stringToBrush(v);
|
|
178
|
+
this._a("actualLeftIconFill", brushToString(this.i.kf));
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Gets or sets the LeftIcon fill colors.
|
|
182
|
+
*/
|
|
183
|
+
get leftIconFillColors() {
|
|
184
|
+
return fromBrushCollection(this.i.hz);
|
|
185
|
+
}
|
|
186
|
+
set leftIconFillColors(v) {
|
|
187
|
+
this.i.hz = toBrushCollection(v);
|
|
188
|
+
this._a("leftIconFillColors", brushCollectionToString(this.i.hz));
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Gets or sets the LeftIcon stroke color.
|
|
192
|
+
*/
|
|
193
|
+
get leftIconStroke() {
|
|
194
|
+
return brushToString(this.i.kk);
|
|
195
|
+
}
|
|
196
|
+
set leftIconStroke(v) {
|
|
197
|
+
this.i.kk = stringToBrush(v);
|
|
198
|
+
this._a("leftIconStroke", brushToString(this.i.kk));
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Gets the actual LeftIcon stroke color.
|
|
202
|
+
*/
|
|
203
|
+
get actualLeftIconStroke() {
|
|
204
|
+
return brushToString(this.i.kg);
|
|
205
|
+
}
|
|
206
|
+
set actualLeftIconStroke(v) {
|
|
207
|
+
this.i.kg = stringToBrush(v);
|
|
208
|
+
this._a("actualLeftIconStroke", brushToString(this.i.kg));
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Gets or sets the LeftIcon stroke colors.
|
|
212
|
+
*/
|
|
213
|
+
get leftIconStrokeColors() {
|
|
214
|
+
return fromBrushCollection(this.i.h0);
|
|
215
|
+
}
|
|
216
|
+
set leftIconStrokeColors(v) {
|
|
217
|
+
this.i.h0 = toBrushCollection(v);
|
|
218
|
+
this._a("leftIconStrokeColors", brushCollectionToString(this.i.h0));
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* Gets or sets the LeftIcon viewbox width.
|
|
222
|
+
*/
|
|
223
|
+
get leftIconStrokeWidth() {
|
|
224
|
+
return this.i.it;
|
|
225
|
+
}
|
|
226
|
+
set leftIconStrokeWidth(v) {
|
|
227
|
+
this.i.it = +v;
|
|
228
|
+
this._a("leftIconStrokeWidth", this.i.it);
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Gets or sets the title of the left button.
|
|
232
|
+
*/
|
|
233
|
+
get leftTitle() {
|
|
234
|
+
return this.i.jr;
|
|
235
|
+
}
|
|
236
|
+
set leftTitle(v) {
|
|
237
|
+
this.i.jr = v;
|
|
238
|
+
}
|
|
239
|
+
get rightIconName() {
|
|
240
|
+
return this.i.jz;
|
|
241
|
+
}
|
|
242
|
+
set rightIconName(v) {
|
|
243
|
+
this.i.jz = v;
|
|
244
|
+
}
|
|
245
|
+
get rightCommandArgument() {
|
|
246
|
+
return this.i.jt;
|
|
247
|
+
}
|
|
248
|
+
set rightCommandArgument(v) {
|
|
249
|
+
this.i.jt = v;
|
|
250
|
+
}
|
|
251
|
+
get rightIconCollectionName() {
|
|
252
|
+
return this.i.jv;
|
|
253
|
+
}
|
|
254
|
+
set rightIconCollectionName(v) {
|
|
255
|
+
this.i.jv = v;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* Gets or sets the RightIcon viewbox left.
|
|
259
|
+
*/
|
|
260
|
+
get rightIconViewBoxLeft() {
|
|
261
|
+
return this.i.i0;
|
|
262
|
+
}
|
|
263
|
+
set rightIconViewBoxLeft(v) {
|
|
264
|
+
this.i.i0 = +v;
|
|
265
|
+
this._a("rightIconViewBoxLeft", this.i.i0);
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Gets or sets the RightIcon viewbox top.
|
|
269
|
+
*/
|
|
270
|
+
get rightIconViewBoxTop() {
|
|
271
|
+
return this.i.i1;
|
|
272
|
+
}
|
|
273
|
+
set rightIconViewBoxTop(v) {
|
|
274
|
+
this.i.i1 = +v;
|
|
275
|
+
this._a("rightIconViewBoxTop", this.i.i1);
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* Gets or sets the RightIcon viewbox width.
|
|
279
|
+
*/
|
|
280
|
+
get rightIconViewBoxWidth() {
|
|
281
|
+
return this.i.i2;
|
|
282
|
+
}
|
|
283
|
+
set rightIconViewBoxWidth(v) {
|
|
284
|
+
this.i.i2 = +v;
|
|
285
|
+
this._a("rightIconViewBoxWidth", this.i.i2);
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* Gets or sets the RightIcon viewbox height.
|
|
289
|
+
*/
|
|
290
|
+
get rightIconViewBoxHeight() {
|
|
291
|
+
return this.i.iz;
|
|
292
|
+
}
|
|
293
|
+
set rightIconViewBoxHeight(v) {
|
|
294
|
+
this.i.iz = +v;
|
|
295
|
+
this._a("rightIconViewBoxHeight", this.i.iz);
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Gets or sets the RightIcon fill color.
|
|
299
|
+
*/
|
|
300
|
+
get rightIconFill() {
|
|
301
|
+
return brushToString(this.i.kl);
|
|
302
|
+
}
|
|
303
|
+
set rightIconFill(v) {
|
|
304
|
+
this.i.kl = stringToBrush(v);
|
|
305
|
+
this._a("rightIconFill", brushToString(this.i.kl));
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* Gets the actual RightIcon fill color.
|
|
309
|
+
*/
|
|
310
|
+
get actualRightIconFill() {
|
|
311
|
+
return brushToString(this.i.kh);
|
|
312
|
+
}
|
|
313
|
+
set actualRightIconFill(v) {
|
|
314
|
+
this.i.kh = stringToBrush(v);
|
|
315
|
+
this._a("actualRightIconFill", brushToString(this.i.kh));
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* Gets or sets the RightIcon fill colors.
|
|
319
|
+
*/
|
|
320
|
+
get rightIconFillColors() {
|
|
321
|
+
return fromBrushCollection(this.i.h1);
|
|
322
|
+
}
|
|
323
|
+
set rightIconFillColors(v) {
|
|
324
|
+
this.i.h1 = toBrushCollection(v);
|
|
325
|
+
this._a("rightIconFillColors", brushCollectionToString(this.i.h1));
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* Gets or sets the RightIcon stroke color.
|
|
329
|
+
*/
|
|
330
|
+
get rightIconStroke() {
|
|
331
|
+
return brushToString(this.i.km);
|
|
332
|
+
}
|
|
333
|
+
set rightIconStroke(v) {
|
|
334
|
+
this.i.km = stringToBrush(v);
|
|
335
|
+
this._a("rightIconStroke", brushToString(this.i.km));
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Gets the actual RightIcon stroke color.
|
|
339
|
+
*/
|
|
340
|
+
get actualRightIconStroke() {
|
|
341
|
+
return brushToString(this.i.ki);
|
|
342
|
+
}
|
|
343
|
+
set actualRightIconStroke(v) {
|
|
344
|
+
this.i.ki = stringToBrush(v);
|
|
345
|
+
this._a("actualRightIconStroke", brushToString(this.i.ki));
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Gets or sets the RightIcon stroke colors.
|
|
349
|
+
*/
|
|
350
|
+
get rightIconStrokeColors() {
|
|
351
|
+
return fromBrushCollection(this.i.h2);
|
|
352
|
+
}
|
|
353
|
+
set rightIconStrokeColors(v) {
|
|
354
|
+
this.i.h2 = toBrushCollection(v);
|
|
355
|
+
this._a("rightIconStrokeColors", brushCollectionToString(this.i.h2));
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Gets or sets the RightIcon viewbox width.
|
|
359
|
+
*/
|
|
360
|
+
get rightIconStrokeWidth() {
|
|
361
|
+
return this.i.iy;
|
|
362
|
+
}
|
|
363
|
+
set rightIconStrokeWidth(v) {
|
|
364
|
+
this.i.iy = +v;
|
|
365
|
+
this._a("rightIconStrokeWidth", this.i.iy);
|
|
366
|
+
}
|
|
367
|
+
/**
|
|
368
|
+
* Gets or sets the title of the Right button.
|
|
369
|
+
*/
|
|
370
|
+
get rightTitle() {
|
|
371
|
+
return this.i.ka;
|
|
372
|
+
}
|
|
373
|
+
set rightTitle(v) {
|
|
374
|
+
this.i.ka = v;
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* Gets or sets the display type for the button.
|
|
378
|
+
*/
|
|
379
|
+
get displayType() {
|
|
380
|
+
return this.i.h3;
|
|
381
|
+
}
|
|
382
|
+
set displayType(v) {
|
|
383
|
+
this.i.h3 = ensureEnum(ToolActionButtonGroupDisplayType_$type, v);
|
|
384
|
+
this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.h3));
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* Gets or sets the button corner radius.
|
|
388
|
+
*/
|
|
389
|
+
get cornerRadius() {
|
|
390
|
+
return this.i.iq;
|
|
391
|
+
}
|
|
392
|
+
set cornerRadius(v) {
|
|
393
|
+
this.i.iq = +v;
|
|
394
|
+
this._a("cornerRadius", this.i.iq);
|
|
395
|
+
}
|
|
396
|
+
exportVisualData() {
|
|
397
|
+
let iv = this.i.cu();
|
|
398
|
+
return (iv);
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
export { IgcToolActionButtonPairComponent };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { IgcToolActionButtonPairComponent } from './igc-tool-action-button-pair-component';
|
|
8
|
+
import { ToolActionButtonPair } from './ToolActionButtonPair';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcToolActionButtonPairModule {
|
|
11
|
+
static register() {
|
|
12
|
+
IgcToolActionButtonPairComponent.register();
|
|
13
|
+
TypeRegistrar.registerCons("IgcToolActionButtonPairComponent", IgcToolActionButtonPairComponent);
|
|
14
|
+
TypeRegistrar.register("ToolActionButtonPair", ToolActionButtonPair.$type);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
2
|
+
import { ToolActionCheckbox } from "./ToolActionCheckbox";
|
|
3
|
+
export declare class IgcToolActionCheckboxComponent extends IgcToolActionComponent {
|
|
4
|
+
protected createImplementation(): ToolActionCheckbox;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): ToolActionCheckbox;
|
|
9
|
+
constructor();
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
disconnectedCallback(): void;
|
|
12
|
+
private static _observedAttributesIgcToolActionCheckboxComponent;
|
|
13
|
+
static get observedAttributes(): string[];
|
|
14
|
+
static htmlTagName: string;
|
|
15
|
+
protected static _isElementRegistered: boolean;
|
|
16
|
+
static register(): void;
|
|
17
|
+
/**
|
|
18
|
+
* Gets or sets if the tool action is checked.
|
|
19
|
+
*/
|
|
20
|
+
get isChecked(): boolean;
|
|
21
|
+
set isChecked(v: boolean);
|
|
22
|
+
/**
|
|
23
|
+
* Gets or sets a shorthand display text for this checkbox option. Used by
|
|
24
|
+
* ToolActionCheckboxGroup to
|
|
25
|
+
* show the selected option if it is set. If your title is long consider setting this to a shorter version
|
|
26
|
+
* for more compact display.
|
|
27
|
+
*/
|
|
28
|
+
get shorthandTitle(): string;
|
|
29
|
+
set shorthandTitle(v: string);
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the background color of the checkbox when in the unchecked state.
|
|
32
|
+
*/
|
|
33
|
+
get uncheckedBackgroundColor(): string;
|
|
34
|
+
set uncheckedBackgroundColor(v: string);
|
|
35
|
+
/**
|
|
36
|
+
* Gets the actual background color of the checkbox when in the unchecked state.
|
|
37
|
+
*/
|
|
38
|
+
get actualUncheckedBackgroundColor(): string;
|
|
39
|
+
set actualUncheckedBackgroundColor(v: string);
|
|
40
|
+
/**
|
|
41
|
+
* Gets or sets the background color of the checkbox when in the checked state.
|
|
42
|
+
*/
|
|
43
|
+
get checkedBackgroundColor(): string;
|
|
44
|
+
set checkedBackgroundColor(v: string);
|
|
45
|
+
/**
|
|
46
|
+
* Gets the actual background color of the checkbox when in the checked state.
|
|
47
|
+
*/
|
|
48
|
+
get actualCheckedBackgroundColor(): string;
|
|
49
|
+
set actualCheckedBackgroundColor(v: string);
|
|
50
|
+
/**
|
|
51
|
+
* Gets or sets the border color of the checkbox when in the unchecked state.
|
|
52
|
+
*/
|
|
53
|
+
get uncheckedBorderColor(): string;
|
|
54
|
+
set uncheckedBorderColor(v: string);
|
|
55
|
+
/**
|
|
56
|
+
* Gets the actual border color of the checkbox when in the unchecked state.
|
|
57
|
+
*/
|
|
58
|
+
get actualUncheckedBorderColor(): string;
|
|
59
|
+
set actualUncheckedBorderColor(v: string);
|
|
60
|
+
/**
|
|
61
|
+
* Gets or sets the border color of the checkbox when in the checked state.
|
|
62
|
+
*/
|
|
63
|
+
get checkedBorderColor(): string;
|
|
64
|
+
set checkedBorderColor(v: string);
|
|
65
|
+
/**
|
|
66
|
+
* Gets the actual border color of the checkbox when in the checked state.
|
|
67
|
+
*/
|
|
68
|
+
get actualCheckedBorderColor(): string;
|
|
69
|
+
set actualCheckedBorderColor(v: string);
|
|
70
|
+
exportVisualData(): any;
|
|
71
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
2
|
+
import { ToolActionCheckbox } from "./ToolActionCheckbox";
|
|
3
|
+
import { getAllPropertyNames, toSpinal, ensureBool, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
4
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
5
|
+
class IgcToolActionCheckboxComponent extends IgcToolActionComponent {
|
|
6
|
+
createImplementation() {
|
|
7
|
+
return new ToolActionCheckbox();
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i() {
|
|
13
|
+
return this._implementation;
|
|
14
|
+
}
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
}
|
|
18
|
+
connectedCallback() {
|
|
19
|
+
if (super["connectedCallback"]) {
|
|
20
|
+
super["connectedCallback"]();
|
|
21
|
+
}
|
|
22
|
+
if (this.i.connectedCallback) {
|
|
23
|
+
this.i.connectedCallback();
|
|
24
|
+
}
|
|
25
|
+
if (this.updateContentChildren) {
|
|
26
|
+
this.updateContentChildren();
|
|
27
|
+
}
|
|
28
|
+
else if (this._updateAdapters) {
|
|
29
|
+
this._updateAdapters();
|
|
30
|
+
}
|
|
31
|
+
if (!this._attached) {
|
|
32
|
+
this._attached = true;
|
|
33
|
+
this._flushQueuedAttributes();
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
disconnectedCallback() {
|
|
37
|
+
if (super["disconnectedCallback"]) {
|
|
38
|
+
super["disconnectedCallback"]();
|
|
39
|
+
}
|
|
40
|
+
if (this.i.disconnectedCallback) {
|
|
41
|
+
this.i.disconnectedCallback();
|
|
42
|
+
}
|
|
43
|
+
if (this._attached) {
|
|
44
|
+
this._attached = false;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
static { this._observedAttributesIgcToolActionCheckboxComponent = null; }
|
|
48
|
+
static get observedAttributes() {
|
|
49
|
+
if (IgcToolActionCheckboxComponent._observedAttributesIgcToolActionCheckboxComponent == null) {
|
|
50
|
+
let names = getAllPropertyNames(IgcToolActionCheckboxComponent);
|
|
51
|
+
for (let i = 0; i < names.length; i++) {
|
|
52
|
+
names[i] = toSpinal(names[i]);
|
|
53
|
+
}
|
|
54
|
+
IgcToolActionCheckboxComponent._observedAttributesIgcToolActionCheckboxComponent = names;
|
|
55
|
+
}
|
|
56
|
+
return IgcToolActionCheckboxComponent._observedAttributesIgcToolActionCheckboxComponent;
|
|
57
|
+
}
|
|
58
|
+
static { this.htmlTagName = "igc-tool-action-checkbox"; }
|
|
59
|
+
static { this._isElementRegistered = false; }
|
|
60
|
+
static register() {
|
|
61
|
+
if (!IgcToolActionCheckboxComponent._isElementRegistered) {
|
|
62
|
+
IgcToolActionCheckboxComponent._isElementRegistered = true;
|
|
63
|
+
RegisterElementHelper.registerElement(IgcToolActionCheckboxComponent.htmlTagName, IgcToolActionCheckboxComponent);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Gets or sets if the tool action is checked.
|
|
68
|
+
*/
|
|
69
|
+
get isChecked() {
|
|
70
|
+
return this.i.hy;
|
|
71
|
+
}
|
|
72
|
+
set isChecked(v) {
|
|
73
|
+
this.i.hy = ensureBool(v);
|
|
74
|
+
this._a("isChecked", this.i.hy);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Gets or sets a shorthand display text for this checkbox option. Used by
|
|
78
|
+
* ToolActionCheckboxGroup to
|
|
79
|
+
* show the selected option if it is set. If your title is long consider setting this to a shorter version
|
|
80
|
+
* for more compact display.
|
|
81
|
+
*/
|
|
82
|
+
get shorthandTitle() {
|
|
83
|
+
return this.i.h6;
|
|
84
|
+
}
|
|
85
|
+
set shorthandTitle(v) {
|
|
86
|
+
this.i.h6 = v;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Gets or sets the background color of the checkbox when in the unchecked state.
|
|
90
|
+
*/
|
|
91
|
+
get uncheckedBackgroundColor() {
|
|
92
|
+
return brushToString(this.i.ij);
|
|
93
|
+
}
|
|
94
|
+
set uncheckedBackgroundColor(v) {
|
|
95
|
+
this.i.ij = stringToBrush(v);
|
|
96
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.ij));
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Gets the actual background color of the checkbox when in the unchecked state.
|
|
100
|
+
*/
|
|
101
|
+
get actualUncheckedBackgroundColor() {
|
|
102
|
+
return brushToString(this.i.ie);
|
|
103
|
+
}
|
|
104
|
+
set actualUncheckedBackgroundColor(v) {
|
|
105
|
+
this.i.ie = stringToBrush(v);
|
|
106
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.ie));
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Gets or sets the background color of the checkbox when in the checked state.
|
|
110
|
+
*/
|
|
111
|
+
get checkedBackgroundColor() {
|
|
112
|
+
return brushToString(this.i.ih);
|
|
113
|
+
}
|
|
114
|
+
set checkedBackgroundColor(v) {
|
|
115
|
+
this.i.ih = stringToBrush(v);
|
|
116
|
+
this._a("checkedBackgroundColor", brushToString(this.i.ih));
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Gets the actual background color of the checkbox when in the checked state.
|
|
120
|
+
*/
|
|
121
|
+
get actualCheckedBackgroundColor() {
|
|
122
|
+
return brushToString(this.i.ic);
|
|
123
|
+
}
|
|
124
|
+
set actualCheckedBackgroundColor(v) {
|
|
125
|
+
this.i.ic = stringToBrush(v);
|
|
126
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.ic));
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Gets or sets the border color of the checkbox when in the unchecked state.
|
|
130
|
+
*/
|
|
131
|
+
get uncheckedBorderColor() {
|
|
132
|
+
return brushToString(this.i.ik);
|
|
133
|
+
}
|
|
134
|
+
set uncheckedBorderColor(v) {
|
|
135
|
+
this.i.ik = stringToBrush(v);
|
|
136
|
+
this._a("uncheckedBorderColor", brushToString(this.i.ik));
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Gets the actual border color of the checkbox when in the unchecked state.
|
|
140
|
+
*/
|
|
141
|
+
get actualUncheckedBorderColor() {
|
|
142
|
+
return brushToString(this.i.ig);
|
|
143
|
+
}
|
|
144
|
+
set actualUncheckedBorderColor(v) {
|
|
145
|
+
this.i.ig = stringToBrush(v);
|
|
146
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.ig));
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Gets or sets the border color of the checkbox when in the checked state.
|
|
150
|
+
*/
|
|
151
|
+
get checkedBorderColor() {
|
|
152
|
+
return brushToString(this.i.ii);
|
|
153
|
+
}
|
|
154
|
+
set checkedBorderColor(v) {
|
|
155
|
+
this.i.ii = stringToBrush(v);
|
|
156
|
+
this._a("checkedBorderColor", brushToString(this.i.ii));
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Gets the actual border color of the checkbox when in the checked state.
|
|
160
|
+
*/
|
|
161
|
+
get actualCheckedBorderColor() {
|
|
162
|
+
return brushToString(this.i.id);
|
|
163
|
+
}
|
|
164
|
+
set actualCheckedBorderColor(v) {
|
|
165
|
+
this.i.id = stringToBrush(v);
|
|
166
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.id));
|
|
167
|
+
}
|
|
168
|
+
exportVisualData() {
|
|
169
|
+
let iv = this.i.cu();
|
|
170
|
+
return (iv);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
export { IgcToolActionCheckboxComponent };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
2
|
+
import { ToolActionCheckboxGroup } from "./ToolActionCheckboxGroup";
|
|
3
|
+
export declare class IgcToolActionCheckboxGroupComponent extends IgcToolActionComponent {
|
|
4
|
+
protected createImplementation(): ToolActionCheckboxGroup;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): ToolActionCheckboxGroup;
|
|
9
|
+
constructor();
|
|
10
|
+
connectedCallback(): void;
|
|
11
|
+
disconnectedCallback(): void;
|
|
12
|
+
private static _observedAttributesIgcToolActionCheckboxGroupComponent;
|
|
13
|
+
static get observedAttributes(): string[];
|
|
14
|
+
static htmlTagName: string;
|
|
15
|
+
protected static _isElementRegistered: boolean;
|
|
16
|
+
static register(): void;
|
|
17
|
+
/**
|
|
18
|
+
* Gets or sets the font for the selected checkbox display text.
|
|
19
|
+
* When null, defaults to the ToolPanel's cell text style with a slightly smaller font size.
|
|
20
|
+
*/
|
|
21
|
+
get selectedTextStyle(): string;
|
|
22
|
+
set selectedTextStyle(v: string);
|
|
23
|
+
/**
|
|
24
|
+
* Gets or sets the color for the selected checkbox display text.
|
|
25
|
+
* When null, defaults to a lightened version of the ToolPanel's text color.
|
|
26
|
+
*/
|
|
27
|
+
get selectedTextColor(): string;
|
|
28
|
+
set selectedTextColor(v: string);
|
|
29
|
+
/**
|
|
30
|
+
* Gets the resolved color for the selected checkbox display text.
|
|
31
|
+
*/
|
|
32
|
+
get actualSelectedTextColor(): string;
|
|
33
|
+
set actualSelectedTextColor(v: string);
|
|
34
|
+
exportVisualData(): any;
|
|
35
|
+
}
|