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,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { ToolActionEventDetail as ToolActionEventDetail_internal } from './ToolActionEventDetail';
|
|
4
|
+
import { IgcToolActionEventDetail as IgcToolActionEventDetail } from './igc-tool-action-event-detail';
|
|
5
|
+
export declare class IgcToolActionEventDetailCollection extends IgCollection<IgcToolActionEventDetail, ToolActionEventDetail_internal> {
|
|
6
|
+
constructor(list?: IgcToolActionEventDetail[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcToolActionEventDetail, ToolActionEventDetail_internal>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
3
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
4
|
+
import { ToolActionEventDetail as ToolActionEventDetail_internal } from './ToolActionEventDetail';
|
|
5
|
+
import { IgcToolActionEventDetail as IgcToolActionEventDetail } from './igc-tool-action-event-detail';
|
|
6
|
+
export class IgcToolActionEventDetailCollection extends IgCollection {
|
|
7
|
+
constructor(list) {
|
|
8
|
+
super();
|
|
9
|
+
if (!IgcToolActionEventDetail.$type) {
|
|
10
|
+
IgcToolActionEventDetail.$type = markType(IgcToolActionEventDetail, "IgcToolActionEventDetail");
|
|
11
|
+
}
|
|
12
|
+
if (list) {
|
|
13
|
+
for (let i = 0; i < list.length; i++) {
|
|
14
|
+
this.add(list[i]);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
_createInnerColl() {
|
|
19
|
+
if (!IgcToolActionEventDetail.$type) {
|
|
20
|
+
IgcToolActionEventDetail.$type = markType(IgcToolActionEventDetail, "IgcToolActionEventDetail");
|
|
21
|
+
}
|
|
22
|
+
let coll = new SyncableObservableCollection$2(IgcToolActionEventDetail.$type, ToolActionEventDetail_internal.$type, 0);
|
|
23
|
+
coll.compare = (ext, int) => {
|
|
24
|
+
let comp = ext;
|
|
25
|
+
if (comp._implementation) {
|
|
26
|
+
comp = comp._implementation;
|
|
27
|
+
}
|
|
28
|
+
if (comp.equals) {
|
|
29
|
+
return comp.equals(int);
|
|
30
|
+
}
|
|
31
|
+
return comp === int;
|
|
32
|
+
};
|
|
33
|
+
coll.createTo = (ext) => {
|
|
34
|
+
return ext._implementation;
|
|
35
|
+
};
|
|
36
|
+
coll.createFrom = (int) => {
|
|
37
|
+
let ext = int.externalObject;
|
|
38
|
+
if (!ext) {
|
|
39
|
+
ext = new IgcToolActionEventDetail();
|
|
40
|
+
if (ext) {
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
return ext;
|
|
50
|
+
};
|
|
51
|
+
return coll;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ToolActionType } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ToolActionEventDetail as ToolActionEventDetail_internal } from "./ToolActionEventDetail";
|
|
3
|
+
export declare class IgcToolActionEventDetail {
|
|
4
|
+
protected createImplementation(): ToolActionEventDetail_internal;
|
|
5
|
+
protected _implementation: any;
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i(): ToolActionEventDetail_internal;
|
|
10
|
+
private onImplementationCreated;
|
|
11
|
+
constructor();
|
|
12
|
+
protected _provideImplementation(i: any): void;
|
|
13
|
+
get actionId(): string;
|
|
14
|
+
set actionId(v: string);
|
|
15
|
+
get actionType(): ToolActionType;
|
|
16
|
+
set actionType(v: ToolActionType);
|
|
17
|
+
get isModified(): boolean;
|
|
18
|
+
set isModified(v: boolean);
|
|
19
|
+
get boolValue(): boolean;
|
|
20
|
+
set boolValue(v: boolean);
|
|
21
|
+
get numberValue(): number;
|
|
22
|
+
set numberValue(v: number);
|
|
23
|
+
get dateTimeValue(): Date;
|
|
24
|
+
set dateTimeValue(v: Date);
|
|
25
|
+
get untypedValue(): any;
|
|
26
|
+
set untypedValue(v: any);
|
|
27
|
+
get stringValue(): string;
|
|
28
|
+
set stringValue(v: string);
|
|
29
|
+
findByName(name: string): any;
|
|
30
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { ToolActionType_$type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ToolActionEventDetail as ToolActionEventDetail_internal } from "./ToolActionEventDetail";
|
|
3
|
+
import { ensureEnum, ensureBool } from "igniteui-webcomponents-core";
|
|
4
|
+
export class IgcToolActionEventDetail {
|
|
5
|
+
createImplementation() {
|
|
6
|
+
return new ToolActionEventDetail_internal();
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i() {
|
|
12
|
+
return this._implementation;
|
|
13
|
+
}
|
|
14
|
+
onImplementationCreated() {
|
|
15
|
+
}
|
|
16
|
+
constructor() {
|
|
17
|
+
this._implementation = this.createImplementation();
|
|
18
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
19
|
+
this.onImplementationCreated();
|
|
20
|
+
if (this._initializeAdapters) {
|
|
21
|
+
this._initializeAdapters();
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
_provideImplementation(i) {
|
|
25
|
+
this._implementation = i;
|
|
26
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
27
|
+
this.onImplementationCreated();
|
|
28
|
+
if (this._initializeAdapters) {
|
|
29
|
+
this._initializeAdapters();
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
get actionId() {
|
|
33
|
+
return this.i.g;
|
|
34
|
+
}
|
|
35
|
+
set actionId(v) {
|
|
36
|
+
this.i.g = v;
|
|
37
|
+
}
|
|
38
|
+
get actionType() {
|
|
39
|
+
return this.i.a;
|
|
40
|
+
}
|
|
41
|
+
set actionType(v) {
|
|
42
|
+
this.i.a = ensureEnum(ToolActionType_$type, v);
|
|
43
|
+
}
|
|
44
|
+
get isModified() {
|
|
45
|
+
return this.i.c;
|
|
46
|
+
}
|
|
47
|
+
set isModified(v) {
|
|
48
|
+
this.i.c = ensureBool(v);
|
|
49
|
+
}
|
|
50
|
+
get boolValue() {
|
|
51
|
+
return this.i.b;
|
|
52
|
+
}
|
|
53
|
+
set boolValue(v) {
|
|
54
|
+
this.i.b = ensureBool(v);
|
|
55
|
+
}
|
|
56
|
+
get numberValue() {
|
|
57
|
+
return this.i.e;
|
|
58
|
+
}
|
|
59
|
+
set numberValue(v) {
|
|
60
|
+
this.i.e = +v;
|
|
61
|
+
}
|
|
62
|
+
get dateTimeValue() {
|
|
63
|
+
return this.i.d;
|
|
64
|
+
}
|
|
65
|
+
set dateTimeValue(v) {
|
|
66
|
+
this.i.d = v;
|
|
67
|
+
}
|
|
68
|
+
get untypedValue() {
|
|
69
|
+
return this.i.f;
|
|
70
|
+
}
|
|
71
|
+
set untypedValue(v) {
|
|
72
|
+
this.i.f = v;
|
|
73
|
+
}
|
|
74
|
+
get stringValue() {
|
|
75
|
+
return this.i.h;
|
|
76
|
+
}
|
|
77
|
+
set stringValue(v) {
|
|
78
|
+
this.i.h = v;
|
|
79
|
+
}
|
|
80
|
+
findByName(name) {
|
|
81
|
+
if (this.findEphemera) {
|
|
82
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
83
|
+
return this.findEphemera(name);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
return null;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { IgcToolActionFieldSelectorAggregation } from './igc-tool-action-field-selector-aggregation';
|
|
8
|
+
import { ToolActionFieldSelectorAggregation } from './ToolActionFieldSelectorAggregation';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcToolActionFieldSelectorAggregationModule {
|
|
11
|
+
static register() {
|
|
12
|
+
TypeRegistrar.registerCons("IgcToolActionFieldSelectorAggregation", IgcToolActionFieldSelectorAggregation);
|
|
13
|
+
TypeRegistrar.register("ToolActionFieldSelectorAggregation", ToolActionFieldSelectorAggregation.$type);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { DataSourceSummaryOperand } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ToolActionFieldSelectorAggregation as ToolActionFieldSelectorAggregation_internal } from "./ToolActionFieldSelectorAggregation";
|
|
3
|
+
export declare class IgcToolActionFieldSelectorAggregation {
|
|
4
|
+
protected createImplementation(): ToolActionFieldSelectorAggregation_internal;
|
|
5
|
+
protected _implementation: any;
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i(): ToolActionFieldSelectorAggregation_internal;
|
|
10
|
+
private onImplementationCreated;
|
|
11
|
+
constructor();
|
|
12
|
+
protected _provideImplementation(i: any): void;
|
|
13
|
+
get label(): string;
|
|
14
|
+
set label(v: string);
|
|
15
|
+
get name(): string;
|
|
16
|
+
set name(v: string);
|
|
17
|
+
get operand(): DataSourceSummaryOperand;
|
|
18
|
+
set operand(v: DataSourceSummaryOperand);
|
|
19
|
+
findByName(name: string): any;
|
|
20
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { DataSourceSummaryOperand_$type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ToolActionFieldSelectorAggregation as ToolActionFieldSelectorAggregation_internal } from "./ToolActionFieldSelectorAggregation";
|
|
3
|
+
import { ensureEnum } from "igniteui-webcomponents-core";
|
|
4
|
+
export class IgcToolActionFieldSelectorAggregation {
|
|
5
|
+
createImplementation() {
|
|
6
|
+
return new ToolActionFieldSelectorAggregation_internal();
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i() {
|
|
12
|
+
return this._implementation;
|
|
13
|
+
}
|
|
14
|
+
onImplementationCreated() {
|
|
15
|
+
}
|
|
16
|
+
constructor() {
|
|
17
|
+
this._implementation = this.createImplementation();
|
|
18
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
19
|
+
this.onImplementationCreated();
|
|
20
|
+
if (this._initializeAdapters) {
|
|
21
|
+
this._initializeAdapters();
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
_provideImplementation(i) {
|
|
25
|
+
this._implementation = i;
|
|
26
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
27
|
+
this.onImplementationCreated();
|
|
28
|
+
if (this._initializeAdapters) {
|
|
29
|
+
this._initializeAdapters();
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
get label() {
|
|
33
|
+
return this.i.label;
|
|
34
|
+
}
|
|
35
|
+
set label(v) {
|
|
36
|
+
this.i.label = v;
|
|
37
|
+
}
|
|
38
|
+
get name() {
|
|
39
|
+
return this.i.name;
|
|
40
|
+
}
|
|
41
|
+
set name(v) {
|
|
42
|
+
this.i.name = v;
|
|
43
|
+
}
|
|
44
|
+
get operand() {
|
|
45
|
+
return this.i.operand;
|
|
46
|
+
}
|
|
47
|
+
set operand(v) {
|
|
48
|
+
this.i.operand = ensureEnum(DataSourceSummaryOperand_$type, v);
|
|
49
|
+
}
|
|
50
|
+
findByName(name) {
|
|
51
|
+
if (this.findEphemera) {
|
|
52
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
53
|
+
return this.findEphemera(name);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return null;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { ToolActionFieldSelectorAggregation as ToolActionFieldSelectorAggregation_internal } from './ToolActionFieldSelectorAggregation';
|
|
4
|
+
import { IgcToolActionFieldSelectorAggregation as IgcToolActionFieldSelectorAggregation } from './igc-tool-action-field-selector-aggregation';
|
|
5
|
+
export declare class IgcToolActionFieldSelectorAggregationsCollection extends IgCollection<IgcToolActionFieldSelectorAggregation, ToolActionFieldSelectorAggregation_internal> {
|
|
6
|
+
constructor(list?: IgcToolActionFieldSelectorAggregation[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcToolActionFieldSelectorAggregation, ToolActionFieldSelectorAggregation_internal>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
3
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
4
|
+
import { ToolActionFieldSelectorAggregation as ToolActionFieldSelectorAggregation_internal } from './ToolActionFieldSelectorAggregation';
|
|
5
|
+
import { IgcToolActionFieldSelectorAggregation as IgcToolActionFieldSelectorAggregation } from './igc-tool-action-field-selector-aggregation';
|
|
6
|
+
export class IgcToolActionFieldSelectorAggregationsCollection extends IgCollection {
|
|
7
|
+
constructor(list) {
|
|
8
|
+
super();
|
|
9
|
+
if (!IgcToolActionFieldSelectorAggregation.$type) {
|
|
10
|
+
IgcToolActionFieldSelectorAggregation.$type = markType(IgcToolActionFieldSelectorAggregation, "IgcToolActionFieldSelectorAggregation");
|
|
11
|
+
}
|
|
12
|
+
if (list) {
|
|
13
|
+
for (let i = 0; i < list.length; i++) {
|
|
14
|
+
this.add(list[i]);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
_createInnerColl() {
|
|
19
|
+
if (!IgcToolActionFieldSelectorAggregation.$type) {
|
|
20
|
+
IgcToolActionFieldSelectorAggregation.$type = markType(IgcToolActionFieldSelectorAggregation, "IgcToolActionFieldSelectorAggregation");
|
|
21
|
+
}
|
|
22
|
+
let coll = new SyncableObservableCollection$2(IgcToolActionFieldSelectorAggregation.$type, ToolActionFieldSelectorAggregation_internal.$type, 0);
|
|
23
|
+
coll.compare = (ext, int) => {
|
|
24
|
+
let comp = ext;
|
|
25
|
+
if (comp._implementation) {
|
|
26
|
+
comp = comp._implementation;
|
|
27
|
+
}
|
|
28
|
+
if (comp.equals) {
|
|
29
|
+
return comp.equals(int);
|
|
30
|
+
}
|
|
31
|
+
return comp === int;
|
|
32
|
+
};
|
|
33
|
+
coll.createTo = (ext) => {
|
|
34
|
+
return ext._implementation;
|
|
35
|
+
};
|
|
36
|
+
coll.createFrom = (int) => {
|
|
37
|
+
let ext = int.externalObject;
|
|
38
|
+
if (!ext) {
|
|
39
|
+
ext = new IgcToolActionFieldSelectorAggregation();
|
|
40
|
+
if (ext) {
|
|
41
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
42
|
+
ext._implementation.setNativeElement(int);
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
ext._implementation = int;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
return ext;
|
|
50
|
+
};
|
|
51
|
+
return coll;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { IDataSource } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ToolActionFieldSelectorType } from "./ToolActionFieldSelectorType";
|
|
3
|
+
import { IgcToolActionFieldSelectorAggregationsCollection } from "./igc-tool-action-field-selector-aggregations-collection";
|
|
4
|
+
import { IgcToolActionFieldSelectorSelectedAggregationsCollection } from "./igc-tool-action-field-selector-selected-aggregations-collection";
|
|
5
|
+
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
6
|
+
import { ToolActionFieldSelector } from "./ToolActionFieldSelector";
|
|
7
|
+
export declare class IgcToolActionFieldSelectorComponent extends IgcToolActionComponent {
|
|
8
|
+
protected createImplementation(): ToolActionFieldSelector;
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i(): ToolActionFieldSelector;
|
|
13
|
+
constructor();
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
private static _observedAttributesIgcToolActionFieldSelectorComponent;
|
|
17
|
+
static get observedAttributes(): string[];
|
|
18
|
+
static htmlTagName: string;
|
|
19
|
+
protected static _isElementRegistered: boolean;
|
|
20
|
+
static register(): void;
|
|
21
|
+
/**
|
|
22
|
+
* Gets or sets if the tool action is checked.
|
|
23
|
+
*/
|
|
24
|
+
get dataSource(): IDataSource;
|
|
25
|
+
set dataSource(v: IDataSource);
|
|
26
|
+
get legendTarget(): any;
|
|
27
|
+
set legendTarget(v: any);
|
|
28
|
+
/**
|
|
29
|
+
* Gets or sets if the tool action is checked.
|
|
30
|
+
*/
|
|
31
|
+
get fieldType(): ToolActionFieldSelectorType;
|
|
32
|
+
set fieldType(v: ToolActionFieldSelectorType);
|
|
33
|
+
/**
|
|
34
|
+
* Gets or sets if the list only takes one selection at a time.
|
|
35
|
+
*/
|
|
36
|
+
get singleSelection(): boolean;
|
|
37
|
+
set singleSelection(v: boolean);
|
|
38
|
+
private _aggregations;
|
|
39
|
+
/**
|
|
40
|
+
* Gets or sets a list of aggregations to use, if null a default list is used instead.
|
|
41
|
+
* If list provided has custom aggregations the data source is never updated.
|
|
42
|
+
*/
|
|
43
|
+
get aggregations(): IgcToolActionFieldSelectorAggregationsCollection;
|
|
44
|
+
set aggregations(v: IgcToolActionFieldSelectorAggregationsCollection);
|
|
45
|
+
/**
|
|
46
|
+
* Gets or sets if the data source has to be updated when changes are made.
|
|
47
|
+
*/
|
|
48
|
+
get updateDataSource(): boolean;
|
|
49
|
+
set updateDataSource(v: boolean);
|
|
50
|
+
private _selectedAggregations;
|
|
51
|
+
/**
|
|
52
|
+
* Used to set default values when using custom aggregations, will be overriden otherwise
|
|
53
|
+
*/
|
|
54
|
+
get selectedAggregations(): IgcToolActionFieldSelectorSelectedAggregationsCollection;
|
|
55
|
+
set selectedAggregations(v: IgcToolActionFieldSelectorSelectedAggregationsCollection);
|
|
56
|
+
get paddingLeft(): number;
|
|
57
|
+
set paddingLeft(v: number);
|
|
58
|
+
get actualPaddingLeft(): number;
|
|
59
|
+
set actualPaddingLeft(v: number);
|
|
60
|
+
get paddingRight(): number;
|
|
61
|
+
set paddingRight(v: number);
|
|
62
|
+
get actualPaddingRight(): number;
|
|
63
|
+
set actualPaddingRight(v: number);
|
|
64
|
+
get paddingBottom(): number;
|
|
65
|
+
set paddingBottom(v: number);
|
|
66
|
+
get actualPaddingBottom(): number;
|
|
67
|
+
set actualPaddingBottom(v: number);
|
|
68
|
+
get paddingTop(): number;
|
|
69
|
+
set paddingTop(v: number);
|
|
70
|
+
get actualPaddingTop(): number;
|
|
71
|
+
set actualPaddingTop(v: number);
|
|
72
|
+
findByName(name: string): any;
|
|
73
|
+
}
|
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
import { ToolActionFieldSelectorType_$type } from "./ToolActionFieldSelectorType";
|
|
2
|
+
import { IgcToolActionFieldSelectorAggregationsCollection } from "./igc-tool-action-field-selector-aggregations-collection";
|
|
3
|
+
import { IgcToolActionFieldSelectorSelectedAggregationsCollection } from "./igc-tool-action-field-selector-selected-aggregations-collection";
|
|
4
|
+
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
5
|
+
import { ToolActionFieldSelector } from "./ToolActionFieldSelector";
|
|
6
|
+
import { getAllPropertyNames, toSpinal, ensureEnum, enumToString, ensureBool } from "igniteui-webcomponents-core";
|
|
7
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
8
|
+
import { ToolActionFieldSelectorAggregationsCollection as ToolActionFieldSelectorAggregationsCollection_internal } from "./ToolActionFieldSelectorAggregationsCollection";
|
|
9
|
+
import { ToolActionFieldSelectorAggregation } from "./ToolActionFieldSelectorAggregation";
|
|
10
|
+
import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
11
|
+
import { ToolActionFieldSelectorSelectedAggregationsCollection as ToolActionFieldSelectorSelectedAggregationsCollection_internal } from "./ToolActionFieldSelectorSelectedAggregationsCollection";
|
|
12
|
+
import { ToolActionFieldSelectorSelectedAggregation } from "./ToolActionFieldSelectorSelectedAggregation";
|
|
13
|
+
class IgcToolActionFieldSelectorComponent extends IgcToolActionComponent {
|
|
14
|
+
createImplementation() {
|
|
15
|
+
return new ToolActionFieldSelector();
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
get i() {
|
|
21
|
+
return this._implementation;
|
|
22
|
+
}
|
|
23
|
+
constructor() {
|
|
24
|
+
super();
|
|
25
|
+
this._aggregations = null;
|
|
26
|
+
this._selectedAggregations = null;
|
|
27
|
+
}
|
|
28
|
+
connectedCallback() {
|
|
29
|
+
if (super["connectedCallback"]) {
|
|
30
|
+
super["connectedCallback"]();
|
|
31
|
+
}
|
|
32
|
+
if (this.i.connectedCallback) {
|
|
33
|
+
this.i.connectedCallback();
|
|
34
|
+
}
|
|
35
|
+
if (this.updateContentChildren) {
|
|
36
|
+
this.updateContentChildren();
|
|
37
|
+
}
|
|
38
|
+
else if (this._updateAdapters) {
|
|
39
|
+
this._updateAdapters();
|
|
40
|
+
}
|
|
41
|
+
if (!this._attached) {
|
|
42
|
+
this._attached = true;
|
|
43
|
+
this._flushQueuedAttributes();
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
disconnectedCallback() {
|
|
47
|
+
if (super["disconnectedCallback"]) {
|
|
48
|
+
super["disconnectedCallback"]();
|
|
49
|
+
}
|
|
50
|
+
if (this.i.disconnectedCallback) {
|
|
51
|
+
this.i.disconnectedCallback();
|
|
52
|
+
}
|
|
53
|
+
if (this._attached) {
|
|
54
|
+
this._attached = false;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
static { this._observedAttributesIgcToolActionFieldSelectorComponent = null; }
|
|
58
|
+
static get observedAttributes() {
|
|
59
|
+
if (IgcToolActionFieldSelectorComponent._observedAttributesIgcToolActionFieldSelectorComponent == null) {
|
|
60
|
+
let names = getAllPropertyNames(IgcToolActionFieldSelectorComponent);
|
|
61
|
+
for (let i = 0; i < names.length; i++) {
|
|
62
|
+
names[i] = toSpinal(names[i]);
|
|
63
|
+
}
|
|
64
|
+
IgcToolActionFieldSelectorComponent._observedAttributesIgcToolActionFieldSelectorComponent = names;
|
|
65
|
+
}
|
|
66
|
+
return IgcToolActionFieldSelectorComponent._observedAttributesIgcToolActionFieldSelectorComponent;
|
|
67
|
+
}
|
|
68
|
+
static { this.htmlTagName = "igc-tool-action-field-selector"; }
|
|
69
|
+
static { this._isElementRegistered = false; }
|
|
70
|
+
static register() {
|
|
71
|
+
if (!IgcToolActionFieldSelectorComponent._isElementRegistered) {
|
|
72
|
+
IgcToolActionFieldSelectorComponent._isElementRegistered = true;
|
|
73
|
+
RegisterElementHelper.registerElement(IgcToolActionFieldSelectorComponent.htmlTagName, IgcToolActionFieldSelectorComponent);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Gets or sets if the tool action is checked.
|
|
78
|
+
*/
|
|
79
|
+
get dataSource() {
|
|
80
|
+
return this.i.h5;
|
|
81
|
+
}
|
|
82
|
+
set dataSource(v) {
|
|
83
|
+
this.i.h5 = v;
|
|
84
|
+
}
|
|
85
|
+
get legendTarget() {
|
|
86
|
+
return this.i.i1;
|
|
87
|
+
}
|
|
88
|
+
set legendTarget(v) {
|
|
89
|
+
this.i.i1 = v;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Gets or sets if the tool action is checked.
|
|
93
|
+
*/
|
|
94
|
+
get fieldType() {
|
|
95
|
+
return this.i.h9;
|
|
96
|
+
}
|
|
97
|
+
set fieldType(v) {
|
|
98
|
+
this.i.h9 = ensureEnum(ToolActionFieldSelectorType_$type, v);
|
|
99
|
+
this._a("fieldType", enumToString(ToolActionFieldSelectorType_$type, this.i.h9));
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Gets or sets if the list only takes one selection at a time.
|
|
103
|
+
*/
|
|
104
|
+
get singleSelection() {
|
|
105
|
+
return this.i.ik;
|
|
106
|
+
}
|
|
107
|
+
set singleSelection(v) {
|
|
108
|
+
this.i.ik = ensureBool(v);
|
|
109
|
+
this._a("singleSelection", this.i.ik);
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Gets or sets a list of aggregations to use, if null a default list is used instead.
|
|
113
|
+
* If list provided has custom aggregations the data source is never updated.
|
|
114
|
+
*/
|
|
115
|
+
get aggregations() {
|
|
116
|
+
if (this._aggregations === null) {
|
|
117
|
+
let coll = new IgcToolActionFieldSelectorAggregationsCollection();
|
|
118
|
+
let innerColl = this.i.h6;
|
|
119
|
+
if (!innerColl) {
|
|
120
|
+
innerColl = new ToolActionFieldSelectorAggregationsCollection_internal();
|
|
121
|
+
}
|
|
122
|
+
this._aggregations = coll._fromInner(innerColl);
|
|
123
|
+
this.i.h6 = innerColl;
|
|
124
|
+
}
|
|
125
|
+
return this._aggregations;
|
|
126
|
+
}
|
|
127
|
+
set aggregations(v) {
|
|
128
|
+
if (this._aggregations !== null) {
|
|
129
|
+
this._aggregations._setSyncTarget(null);
|
|
130
|
+
this._aggregations = null;
|
|
131
|
+
}
|
|
132
|
+
let coll = new IgcToolActionFieldSelectorAggregationsCollection();
|
|
133
|
+
this._aggregations = coll._fromOuter(v);
|
|
134
|
+
let syncColl = new SyncableObservableCollection$1(ToolActionFieldSelectorAggregation.$type);
|
|
135
|
+
let innerColl = this.i.h6;
|
|
136
|
+
if (!innerColl) {
|
|
137
|
+
innerColl = new ToolActionFieldSelectorAggregationsCollection_internal();
|
|
138
|
+
}
|
|
139
|
+
syncColl._inner = innerColl;
|
|
140
|
+
syncColl.clear();
|
|
141
|
+
this._aggregations._setSyncTarget(syncColl);
|
|
142
|
+
this.i.h6 = innerColl;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Gets or sets if the data source has to be updated when changes are made.
|
|
146
|
+
*/
|
|
147
|
+
get updateDataSource() {
|
|
148
|
+
return this.i.il;
|
|
149
|
+
}
|
|
150
|
+
set updateDataSource(v) {
|
|
151
|
+
this.i.il = ensureBool(v);
|
|
152
|
+
this._a("updateDataSource", this.i.il);
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* Used to set default values when using custom aggregations, will be overriden otherwise
|
|
156
|
+
*/
|
|
157
|
+
get selectedAggregations() {
|
|
158
|
+
if (this._selectedAggregations === null) {
|
|
159
|
+
let coll = new IgcToolActionFieldSelectorSelectedAggregationsCollection();
|
|
160
|
+
let innerColl = this.i.h8;
|
|
161
|
+
if (!innerColl) {
|
|
162
|
+
innerColl = new ToolActionFieldSelectorSelectedAggregationsCollection_internal();
|
|
163
|
+
}
|
|
164
|
+
this._selectedAggregations = coll._fromInner(innerColl);
|
|
165
|
+
this.i.h8 = innerColl;
|
|
166
|
+
}
|
|
167
|
+
return this._selectedAggregations;
|
|
168
|
+
}
|
|
169
|
+
set selectedAggregations(v) {
|
|
170
|
+
if (this._selectedAggregations !== null) {
|
|
171
|
+
this._selectedAggregations._setSyncTarget(null);
|
|
172
|
+
this._selectedAggregations = null;
|
|
173
|
+
}
|
|
174
|
+
let coll = new IgcToolActionFieldSelectorSelectedAggregationsCollection();
|
|
175
|
+
this._selectedAggregations = coll._fromOuter(v);
|
|
176
|
+
let syncColl = new SyncableObservableCollection$1(ToolActionFieldSelectorSelectedAggregation.$type);
|
|
177
|
+
let innerColl = this.i.h8;
|
|
178
|
+
if (!innerColl) {
|
|
179
|
+
innerColl = new ToolActionFieldSelectorSelectedAggregationsCollection_internal();
|
|
180
|
+
}
|
|
181
|
+
syncColl._inner = innerColl;
|
|
182
|
+
syncColl.clear();
|
|
183
|
+
this._selectedAggregations._setSyncTarget(syncColl);
|
|
184
|
+
this.i.h8 = innerColl;
|
|
185
|
+
}
|
|
186
|
+
get paddingLeft() {
|
|
187
|
+
return this.i.iv;
|
|
188
|
+
}
|
|
189
|
+
set paddingLeft(v) {
|
|
190
|
+
this.i.iv = +v;
|
|
191
|
+
this._a("paddingLeft", this.i.iv);
|
|
192
|
+
}
|
|
193
|
+
get actualPaddingLeft() {
|
|
194
|
+
return this.i.ir;
|
|
195
|
+
}
|
|
196
|
+
set actualPaddingLeft(v) {
|
|
197
|
+
this.i.ir = +v;
|
|
198
|
+
this._a("actualPaddingLeft", this.i.ir);
|
|
199
|
+
}
|
|
200
|
+
get paddingRight() {
|
|
201
|
+
return this.i.iw;
|
|
202
|
+
}
|
|
203
|
+
set paddingRight(v) {
|
|
204
|
+
this.i.iw = +v;
|
|
205
|
+
this._a("paddingRight", this.i.iw);
|
|
206
|
+
}
|
|
207
|
+
get actualPaddingRight() {
|
|
208
|
+
return this.i.is;
|
|
209
|
+
}
|
|
210
|
+
set actualPaddingRight(v) {
|
|
211
|
+
this.i.is = +v;
|
|
212
|
+
this._a("actualPaddingRight", this.i.is);
|
|
213
|
+
}
|
|
214
|
+
get paddingBottom() {
|
|
215
|
+
return this.i.iu;
|
|
216
|
+
}
|
|
217
|
+
set paddingBottom(v) {
|
|
218
|
+
this.i.iu = +v;
|
|
219
|
+
this._a("paddingBottom", this.i.iu);
|
|
220
|
+
}
|
|
221
|
+
get actualPaddingBottom() {
|
|
222
|
+
return this.i.iq;
|
|
223
|
+
}
|
|
224
|
+
set actualPaddingBottom(v) {
|
|
225
|
+
this.i.iq = +v;
|
|
226
|
+
this._a("actualPaddingBottom", this.i.iq);
|
|
227
|
+
}
|
|
228
|
+
get paddingTop() {
|
|
229
|
+
return this.i.ix;
|
|
230
|
+
}
|
|
231
|
+
set paddingTop(v) {
|
|
232
|
+
this.i.ix = +v;
|
|
233
|
+
this._a("paddingTop", this.i.ix);
|
|
234
|
+
}
|
|
235
|
+
get actualPaddingTop() {
|
|
236
|
+
return this.i.it;
|
|
237
|
+
}
|
|
238
|
+
set actualPaddingTop(v) {
|
|
239
|
+
this.i.it = +v;
|
|
240
|
+
this._a("actualPaddingTop", this.i.it);
|
|
241
|
+
}
|
|
242
|
+
findByName(name) {
|
|
243
|
+
var baseResult = super.findByName(name);
|
|
244
|
+
if (baseResult) {
|
|
245
|
+
return baseResult;
|
|
246
|
+
}
|
|
247
|
+
if (this.dataSource && this.dataSource.name && this.dataSource.name == name) {
|
|
248
|
+
return this.dataSource;
|
|
249
|
+
}
|
|
250
|
+
if (this.aggregations != null && this.aggregations.findByName && this.aggregations.findByName(name)) {
|
|
251
|
+
return this.aggregations.findByName(name);
|
|
252
|
+
}
|
|
253
|
+
if (this.selectedAggregations != null && this.selectedAggregations.findByName && this.selectedAggregations.findByName(name)) {
|
|
254
|
+
return this.selectedAggregations.findByName(name);
|
|
255
|
+
}
|
|
256
|
+
return null;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
export { IgcToolActionFieldSelectorComponent };
|