igniteui-webcomponents-layouts 7.1.1-beta.2 → 7.1.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entry-points.json +28 -0
- package/esm2022/lib/ComboEditor.d.ts +1 -0
- package/esm2022/lib/ComboEditor.js +7 -0
- package/esm2022/lib/ComboEditorBridge.d.ts +20 -0
- package/esm2022/lib/ComboEditorBridge.js +159 -0
- package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.d.ts +13 -0
- package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.js +20 -0
- package/esm2022/lib/ComboEditorDataSourceNotificationHandler.d.ts +1 -0
- package/esm2022/lib/ComboEditorDataSourceNotificationHandler.js +7 -0
- package/esm2022/lib/ComboEditorGotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ComboEditorGotFocusEventArgs.js +14 -0
- package/esm2022/lib/ComboEditorLostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ComboEditorLostFocusEventArgs.js +14 -0
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.d.ts +20 -0
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.js +59 -0
- package/esm2022/lib/ComboEditorSelectedItemChangeType.d.ts +13 -0
- package/esm2022/lib/ComboEditorSelectedItemChangeType.js +20 -0
- package/esm2022/lib/ComboEditorTextChangedEventArgs.d.ts +12 -0
- package/esm2022/lib/ComboEditorTextChangedEventArgs.js +27 -0
- package/esm2022/lib/ComboEditorValueChangedEventArgs.d.ts +12 -0
- package/esm2022/lib/ComboEditorValueChangedEventArgs.js +27 -0
- package/esm2022/lib/ComboEditorView.d.ts +1 -0
- package/esm2022/lib/ComboEditorView.js +7 -0
- package/esm2022/lib/ComboEditorView_combined.d.ts +483 -0
- package/esm2022/lib/ComboEditorView_combined.js +2563 -0
- package/esm2022/lib/ComboEditorVisualModelExport.d.ts +72 -0
- package/esm2022/lib/ComboEditorVisualModelExport.js +181 -0
- package/esm2022/lib/DrillDownRequestedEventArgs.d.ts +1 -0
- package/esm2022/lib/DrillDownRequestedEventArgs.js +7 -0
- package/esm2022/lib/ExpansionPanelUtilities.d.ts +12 -0
- package/esm2022/lib/ExpansionPanelUtilities.js +35 -0
- package/esm2022/lib/ExpansionPanelView.d.ts +1 -0
- package/esm2022/lib/ExpansionPanelView.js +7 -0
- package/esm2022/lib/ExpansionPanelView_combined.d.ts +156 -0
- package/esm2022/lib/ExpansionPanelView_combined.js +708 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
- package/esm2022/lib/IExternalListPanel.d.ts +17 -0
- package/esm2022/lib/IExternalListPanel.js +11 -0
- package/esm2022/lib/IExternalToolPanel.d.ts +13 -0
- package/esm2022/lib/IExternalToolPanel.js +11 -0
- package/esm2022/lib/IExternalToolbar.d.ts +13 -0
- package/esm2022/lib/IExternalToolbar.js +11 -0
- package/esm2022/lib/IListPanelView.d.ts +27 -0
- package/esm2022/lib/IListPanelView.js +11 -0
- package/esm2022/lib/IListPanelViewportManager.d.ts +11 -0
- package/esm2022/lib/IListPanelViewportManager.js +11 -0
- package/esm2022/lib/INativeUIToolPanelBridge.d.ts +38 -0
- package/esm2022/lib/INativeUIToolPanelBridge.js +12 -0
- package/esm2022/lib/INativeUIToolbarBridge.d.ts +31 -0
- package/esm2022/lib/INativeUIToolbarBridge.js +12 -0
- package/esm2022/lib/IPropertyEditorPanelView.d.ts +26 -0
- package/esm2022/lib/IPropertyEditorPanelView.js +11 -0
- package/esm2022/lib/IToolPanelView.d.ts +32 -0
- package/esm2022/lib/IToolPanelView.js +11 -0
- package/esm2022/lib/IToolbarView.d.ts +26 -0
- package/esm2022/lib/IToolbarView.js +11 -0
- package/esm2022/lib/LayoutPrimaryKeyValue.d.ts +21 -0
- package/esm2022/lib/LayoutPrimaryKeyValue.js +101 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.d.ts +30 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.js +157 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.d.ts +31 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.js +158 -0
- package/esm2022/lib/ListPanel.d.ts +1 -0
- package/esm2022/lib/ListPanel.js +7 -0
- package/esm2022/lib/ListPanelActivationManager.d.ts +1 -0
- package/esm2022/lib/ListPanelActivationManager.js +7 -0
- package/esm2022/lib/ListPanelActivationMode.d.ts +18 -0
- package/esm2022/lib/ListPanelActivationMode.js +25 -0
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.d.ts +13 -0
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.js +31 -0
- package/esm2022/lib/ListPanelColumnDefinition.d.ts +8 -0
- package/esm2022/lib/ListPanelColumnDefinition.js +18 -0
- package/esm2022/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelContentRebindEventArgs.js +24 -0
- package/esm2022/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelContentRecycledEventArgs.js +24 -0
- package/esm2022/lib/ListPanelContentRefreshedEventArgs.d.ts +8 -0
- package/esm2022/lib/ListPanelContentRefreshedEventArgs.js +17 -0
- package/esm2022/lib/ListPanelDataBindingEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/ListPanelDataSourceNotificationBridge.d.ts +1 -0
- package/esm2022/lib/ListPanelDataSourceNotificationBridge.js +7 -0
- package/esm2022/lib/ListPanelItemEventArgs.d.ts +1 -0
- package/esm2022/lib/ListPanelItemEventArgs.js +7 -0
- package/esm2022/lib/ListPanelItemModel.d.ts +1 -0
- package/esm2022/lib/ListPanelItemModel.js +7 -0
- package/esm2022/lib/ListPanelItemPresenter.d.ts +9 -0
- package/esm2022/lib/ListPanelItemPresenter.js +18 -0
- package/esm2022/lib/ListPanelItemVisualData.d.ts +15 -0
- package/esm2022/lib/ListPanelItemVisualData.js +37 -0
- package/esm2022/lib/ListPanelLayoutPanel.d.ts +1 -0
- package/esm2022/lib/ListPanelLayoutPanel.js +7 -0
- package/esm2022/lib/ListPanelOrientation.d.ts +10 -0
- package/esm2022/lib/ListPanelOrientation.js +17 -0
- package/esm2022/lib/ListPanelPrimaryKeyValue.d.ts +19 -0
- package/esm2022/lib/ListPanelPrimaryKeyValue.js +85 -0
- package/esm2022/lib/ListPanelRowRange.d.ts +14 -0
- package/esm2022/lib/ListPanelRowRange.js +36 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.d.ts +28 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.js +67 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.d.ts +17 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedItemsCollection.d.ts +14 -0
- package/esm2022/lib/ListPanelSelectedItemsCollection.js +40 -0
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.d.ts +17 -0
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.d.ts +31 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.js +158 -0
- package/esm2022/lib/ListPanelSelectionBehavior.d.ts +18 -0
- package/esm2022/lib/ListPanelSelectionBehavior.js +25 -0
- package/esm2022/lib/ListPanelSelectionChangedEventArgs.d.ts +7 -0
- package/esm2022/lib/ListPanelSelectionChangedEventArgs.js +14 -0
- package/esm2022/lib/ListPanelSelectionManager.d.ts +1 -0
- package/esm2022/lib/ListPanelSelectionManager.js +7 -0
- package/esm2022/lib/ListPanelSelectionMode.d.ts +22 -0
- package/esm2022/lib/ListPanelSelectionMode.js +29 -0
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.d.ts +1 -0
- package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.js +7 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelView.d.ts +1 -0
- package/esm2022/lib/ListPanelView.js +7 -0
- package/esm2022/lib/ListPanelView_combined.d.ts +577 -0
- package/esm2022/lib/ListPanelView_combined.js +3942 -0
- package/esm2022/lib/ListPanelViewportChangedEventArgs.d.ts +15 -0
- package/esm2022/lib/ListPanelViewportChangedEventArgs.js +25 -0
- package/esm2022/lib/ListPanelVisualData.d.ts +17 -0
- package/esm2022/lib/ListPanelVisualData.js +47 -0
- package/esm2022/lib/ListPanelVisualModel.d.ts +13 -0
- package/esm2022/lib/ListPanelVisualModel.js +25 -0
- package/esm2022/lib/NativeUIContentRefreshedEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIContentRefreshedEventArgs.js +14 -0
- package/esm2022/lib/NativeUILayoutFactory.d.ts +1 -0
- package/esm2022/lib/NativeUILayoutFactory.js +7 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.d.ts +2412 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.js +14824 -0
- package/esm2022/lib/NativeUIToolPanel.d.ts +1 -0
- package/esm2022/lib/NativeUIToolPanel.js +7 -0
- package/esm2022/lib/NativeUIToolbar.d.ts +1 -0
- package/esm2022/lib/NativeUIToolbar.js +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.js +14 -0
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.js +14 -0
- package/esm2022/lib/NestedActionMode.d.ts +11 -0
- package/esm2022/lib/NestedActionMode.js +18 -0
- package/esm2022/lib/OnCollapsedEventArgs.d.ts +7 -0
- package/esm2022/lib/OnCollapsedEventArgs.js +14 -0
- package/esm2022/lib/OnExpandedEventArgs.d.ts +7 -0
- package/esm2022/lib/OnExpandedEventArgs.js +14 -0
- package/esm2022/lib/PanelAnimationRequest.d.ts +1 -0
- package/esm2022/lib/PanelAnimationRequest.js +7 -0
- package/esm2022/lib/PanelInfo.d.ts +1 -0
- package/esm2022/lib/PanelInfo.js +7 -0
- package/esm2022/lib/PropertyEditorDataSource.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDataSource.js +7 -0
- package/esm2022/lib/PropertyEditorDataSource_combined.d.ts +162 -0
- package/esm2022/lib/PropertyEditorDataSource_combined.js +694 -0
- package/esm2022/lib/PropertyEditorDescriptionObject.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDescriptionObject.js +7 -0
- package/esm2022/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
- package/esm2022/lib/PropertyEditorPanel.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPanel.js +7 -0
- package/esm2022/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
- package/esm2022/lib/PropertyEditorPanelColumnDefinition.js +53 -0
- package/esm2022/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
- package/esm2022/lib/PropertyEditorPanelColumnFieldType.js +11 -0
- package/esm2022/lib/PropertyEditorPanelColumnType.d.ts +12 -0
- package/esm2022/lib/PropertyEditorPanelColumnType.js +11 -0
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.js +24 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.js +19 -0
- package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
- package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelUpdateMode.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelUpdateMode.js +17 -0
- package/esm2022/lib/PropertyEditorPanelView.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPanelView.js +7 -0
- package/esm2022/lib/PropertyEditorPanelView_combined.d.ts +177 -0
- package/esm2022/lib/PropertyEditorPanelView_combined.js +1105 -0
- package/esm2022/lib/PropertyEditorPropertyDescription.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescription.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +14 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +24 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +16 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +38 -0
- package/esm2022/lib/PropertyEditorTreeTransformer.d.ts +21 -0
- package/esm2022/lib/PropertyEditorTreeTransformer.js +243 -0
- package/esm2022/lib/PropertyEditorValueType.d.ts +33 -0
- package/esm2022/lib/PropertyEditorValueType.js +40 -0
- package/esm2022/lib/ToolAction.d.ts +1 -0
- package/esm2022/lib/ToolAction.js +7 -0
- package/esm2022/lib/ToolActionButton.d.ts +1 -0
- package/esm2022/lib/ToolActionButton.js +7 -0
- package/esm2022/lib/ToolActionButtonDisplayType.d.ts +13 -0
- package/esm2022/lib/ToolActionButtonDisplayType.js +20 -0
- package/esm2022/lib/ToolActionButtonGroupDisplayType.d.ts +12 -0
- package/esm2022/lib/ToolActionButtonGroupDisplayType.js +19 -0
- package/esm2022/lib/ToolActionButtonPair.d.ts +1 -0
- package/esm2022/lib/ToolActionButtonPair.js +7 -0
- package/esm2022/lib/ToolActionButtonPairVisualData.d.ts +20 -0
- package/esm2022/lib/ToolActionButtonPairVisualData.js +37 -0
- package/esm2022/lib/ToolActionButtonVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionButtonVisualData.js +24 -0
- package/esm2022/lib/ToolActionCheckbox.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckbox.js +7 -0
- package/esm2022/lib/ToolActionCheckboxGroup.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckboxGroup.js +7 -0
- package/esm2022/lib/ToolActionCheckboxGroupVisualData.d.ts +13 -0
- package/esm2022/lib/ToolActionCheckboxGroupVisualData.js +23 -0
- package/esm2022/lib/ToolActionCheckboxList.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckboxList.js +7 -0
- package/esm2022/lib/ToolActionCheckboxListIndexType.d.ts +9 -0
- package/esm2022/lib/ToolActionCheckboxListIndexType.js +16 -0
- package/esm2022/lib/ToolActionCheckboxListVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionCheckboxListVisualData.js +24 -0
- package/esm2022/lib/ToolActionCheckboxVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionCheckboxVisualData.js +24 -0
- package/esm2022/lib/ToolActionCollection.d.ts +1 -0
- package/esm2022/lib/ToolActionCollection.js +7 -0
- package/esm2022/lib/ToolActionColorEditor.d.ts +1 -0
- package/esm2022/lib/ToolActionColorEditor.js +7 -0
- package/esm2022/lib/ToolActionColorEditorVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionColorEditorVisualData.js +24 -0
- package/esm2022/lib/ToolActionCombo.d.ts +1 -0
- package/esm2022/lib/ToolActionCombo.js +7 -0
- package/esm2022/lib/ToolActionComboVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionComboVisualData.js +24 -0
- package/esm2022/lib/ToolActionEventDetail.d.ts +16 -0
- package/esm2022/lib/ToolActionEventDetail.js +25 -0
- package/esm2022/lib/ToolActionEventDetailCollection.d.ts +10 -0
- package/esm2022/lib/ToolActionEventDetailCollection.js +19 -0
- package/esm2022/lib/ToolActionFieldSelector.d.ts +1 -0
- package/esm2022/lib/ToolActionFieldSelector.js +7 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.js +158 -0
- package/esm2022/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/esm2022/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +158 -0
- package/esm2022/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/esm2022/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +24 -0
- package/esm2022/lib/ToolActionGroupHeader.d.ts +1 -0
- package/esm2022/lib/ToolActionGroupHeader.js +7 -0
- package/esm2022/lib/ToolActionGroupHeaderVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionGroupHeaderVisualData.js +24 -0
- package/esm2022/lib/ToolActionIconButton.d.ts +1 -0
- package/esm2022/lib/ToolActionIconButton.js +7 -0
- package/esm2022/lib/ToolActionIconMenu.d.ts +1 -0
- package/esm2022/lib/ToolActionIconMenu.js +7 -0
- package/esm2022/lib/ToolActionIconMenuVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionIconMenuVisualData.js +24 -0
- package/esm2022/lib/ToolActionLabel.d.ts +1 -0
- package/esm2022/lib/ToolActionLabel.js +7 -0
- package/esm2022/lib/ToolActionLabelVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionLabelVisualData.js +24 -0
- package/esm2022/lib/ToolActionMeasurementContext.d.ts +17 -0
- package/esm2022/lib/ToolActionMeasurementContext.js +30 -0
- package/esm2022/lib/ToolActionNumberInput.d.ts +1 -0
- package/esm2022/lib/ToolActionNumberInput.js +7 -0
- package/esm2022/lib/ToolActionNumberInputVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionNumberInputVisualData.js +24 -0
- package/esm2022/lib/ToolActionPerformedEventArgs.d.ts +13 -0
- package/esm2022/lib/ToolActionPerformedEventArgs.js +22 -0
- package/esm2022/lib/ToolActionPopupOpeningEventArgs.d.ts +1 -0
- package/esm2022/lib/ToolActionPopupOpeningEventArgs.js +7 -0
- package/esm2022/lib/ToolActionRadio.d.ts +1 -0
- package/esm2022/lib/ToolActionRadio.js +7 -0
- package/esm2022/lib/ToolActionRadioGroup.d.ts +1 -0
- package/esm2022/lib/ToolActionRadioGroup.js +7 -0
- package/esm2022/lib/ToolActionRadioGroupVisualData.d.ts +13 -0
- package/esm2022/lib/ToolActionRadioGroupVisualData.js +23 -0
- package/esm2022/lib/ToolActionRadioVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionRadioVisualData.js +24 -0
- package/esm2022/lib/ToolActionSeparator.d.ts +1 -0
- package/esm2022/lib/ToolActionSeparator.js +7 -0
- package/esm2022/lib/ToolActionSeparatorVisualData.d.ts +9 -0
- package/esm2022/lib/ToolActionSeparatorVisualData.js +18 -0
- package/esm2022/lib/ToolActionSubPanel.d.ts +1 -0
- package/esm2022/lib/ToolActionSubPanel.js +7 -0
- package/esm2022/lib/ToolActionSubPanelVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionSubPanelVisualData.js +24 -0
- package/esm2022/lib/ToolActionTextInput.d.ts +1 -0
- package/esm2022/lib/ToolActionTextInput.js +7 -0
- package/esm2022/lib/ToolActionTextInputVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionTextInputVisualData.js +24 -0
- package/esm2022/lib/ToolActionVisualData.d.ts +26 -0
- package/esm2022/lib/ToolActionVisualData.js +58 -0
- package/esm2022/lib/ToolCommandEventArgs.d.ts +11 -0
- package/esm2022/lib/ToolCommandEventArgs.js +19 -0
- package/esm2022/lib/ToolContextBinding.d.ts +25 -0
- package/esm2022/lib/ToolContextBinding.js +74 -0
- package/esm2022/lib/ToolContextBindingCollection.d.ts +12 -0
- package/esm2022/lib/ToolContextBindingCollection.js +26 -0
- package/esm2022/lib/ToolPanel.d.ts +1 -0
- package/esm2022/lib/ToolPanel.js +7 -0
- package/esm2022/lib/ToolPanelContentRefreshedEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolPanelContentRefreshedEventArgs.js +17 -0
- package/esm2022/lib/ToolPanelContext.d.ts +21 -0
- package/esm2022/lib/ToolPanelContext.js +74 -0
- package/esm2022/lib/ToolPanelContextChangedEventArgs.d.ts +10 -0
- package/esm2022/lib/ToolPanelContextChangedEventArgs.js +20 -0
- package/esm2022/lib/ToolPanelContextSwappedEventArgs.d.ts +7 -0
- package/esm2022/lib/ToolPanelContextSwappedEventArgs.js +14 -0
- package/esm2022/lib/ToolPanelDropdownMenuVisualData.d.ts +1 -0
- package/esm2022/lib/ToolPanelDropdownMenuVisualData.js +7 -0
- package/esm2022/lib/ToolPanelIconRepository.d.ts +13 -0
- package/esm2022/lib/ToolPanelIconRepository.js +30 -0
- package/esm2022/lib/ToolPanelOrientation.d.ts +10 -0
- package/esm2022/lib/ToolPanelOrientation.js +17 -0
- package/esm2022/lib/ToolPanelView.d.ts +1 -0
- package/esm2022/lib/ToolPanelView.js +7 -0
- package/esm2022/lib/ToolPanelVisualData.d.ts +1 -0
- package/esm2022/lib/ToolPanelVisualData.js +7 -0
- package/esm2022/lib/ToolPanelVisualData_combined.d.ts +24 -0
- package/esm2022/lib/ToolPanelVisualData_combined.js +70 -0
- package/esm2022/lib/ToolPanelsPresenter.d.ts +1 -0
- package/esm2022/lib/ToolPanelsPresenter.js +7 -0
- package/esm2022/lib/Toolbar.d.ts +1 -0
- package/esm2022/lib/Toolbar.js +7 -0
- package/esm2022/lib/ToolbarContextAccessor.d.ts +1 -0
- package/esm2022/lib/ToolbarContextAccessor.js +7 -0
- package/esm2022/lib/ToolbarIconManager.d.ts +10 -0
- package/esm2022/lib/ToolbarIconManager.js +38 -0
- package/esm2022/lib/ToolbarOrientation.d.ts +10 -0
- package/esm2022/lib/ToolbarOrientation.js +17 -0
- package/esm2022/lib/ToolbarSubMenuClosingEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolbarSubMenuClosingEventArgs.js +17 -0
- package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.js +17 -0
- package/esm2022/lib/ToolbarView.d.ts +1 -0
- package/esm2022/lib/ToolbarView.js +7 -0
- package/esm2022/lib/TooltipTextPresenter.d.ts +44 -0
- package/esm2022/lib/TooltipTextPresenter.js +176 -0
- package/esm2022/lib/XExpansionPanel.d.ts +1 -0
- package/esm2022/lib/XExpansionPanel.js +7 -0
- package/esm2022/lib/XToolPanelBridge.d.ts +1 -0
- package/esm2022/lib/XToolPanelBridge.js +7 -0
- package/esm2022/lib/XToolbarBridge.d.ts +1 -0
- package/esm2022/lib/XToolbarBridge.js +7 -0
- package/esm2022/lib/combo-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/combo-editor-entrypoint.js +4 -0
- package/esm2022/lib/igc-combo-editor-component.d.ts +500 -0
- package/esm2022/lib/igc-combo-editor-component.js +1497 -0
- package/esm2022/lib/igc-combo-editor-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-combo-editor-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-combo-editor-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-combo-editor-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-combo-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-combo-editor-module.js +21 -0
- package/esm2022/lib/igc-combo-editor-text-changed-event-args.d.ts +13 -0
- package/esm2022/lib/igc-combo-editor-text-changed-event-args.js +26 -0
- package/esm2022/lib/igc-combo-editor-value-changed-event-args.d.ts +13 -0
- package/esm2022/lib/igc-combo-editor-value-changed-event-args.js +26 -0
- package/esm2022/lib/igc-layout-primary-key-value-module.d.ts +3 -0
- package/esm2022/lib/igc-layout-primary-key-value-module.js +15 -0
- package/esm2022/lib/igc-layout-primary-key-value.d.ts +31 -0
- package/esm2022/lib/igc-layout-primary-key-value.js +66 -0
- package/esm2022/lib/igc-layout-selected-items-collection.d.ts +6 -0
- package/esm2022/lib/igc-layout-selected-items-collection.js +30 -0
- package/esm2022/lib/igc-layout-selected-keys-collection.d.ts +8 -0
- package/esm2022/lib/igc-layout-selected-keys-collection.js +53 -0
- package/esm2022/lib/igc-list-panel-active-row-changed-event-args.d.ts +25 -0
- package/esm2022/lib/igc-list-panel-active-row-changed-event-args.js +51 -0
- package/esm2022/lib/igc-list-panel-component.d.ts +345 -0
- package/esm2022/lib/igc-list-panel-component.js +1118 -0
- package/esm2022/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
- package/esm2022/lib/igc-list-panel-content-rebind-event-args.js +42 -0
- package/esm2022/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
- package/esm2022/lib/igc-list-panel-content-recycled-event-args.js +42 -0
- package/esm2022/lib/igc-list-panel-content-refreshed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-list-panel-content-refreshed-event-args.js +30 -0
- package/esm2022/lib/igc-list-panel-item-event-args.d.ts +25 -0
- package/esm2022/lib/igc-list-panel-item-event-args.js +79 -0
- package/esm2022/lib/igc-list-panel-item-model.d.ts +31 -0
- package/esm2022/lib/igc-list-panel-item-model.js +93 -0
- package/esm2022/lib/igc-list-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-list-panel-module.js +17 -0
- package/esm2022/lib/igc-list-panel-primary-key-value-module.d.ts +3 -0
- package/esm2022/lib/igc-list-panel-primary-key-value-module.js +15 -0
- package/esm2022/lib/igc-list-panel-primary-key-value.d.ts +31 -0
- package/esm2022/lib/igc-list-panel-primary-key-value.js +66 -0
- package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.d.ts +34 -0
- package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.js +136 -0
- package/esm2022/lib/igc-list-panel-selected-items-collection.d.ts +6 -0
- package/esm2022/lib/igc-list-panel-selected-items-collection.js +30 -0
- package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.d.ts +34 -0
- package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.js +136 -0
- package/esm2022/lib/igc-list-panel-selected-keys-collection.d.ts +8 -0
- package/esm2022/lib/igc-list-panel-selected-keys-collection.js +53 -0
- package/esm2022/lib/igc-list-panel-selection-changed-event-args.d.ts +15 -0
- package/esm2022/lib/igc-list-panel-selection-changed-event-args.js +33 -0
- package/esm2022/lib/igc-list-panel-template-height-requested-event-args.d.ts +18 -0
- package/esm2022/lib/igc-list-panel-template-height-requested-event-args.js +48 -0
- package/esm2022/lib/igc-list-panel-template-item-updating-event-args.d.ts +19 -0
- package/esm2022/lib/igc-list-panel-template-item-updating-event-args.js +65 -0
- package/esm2022/lib/igc-list-panel-template-width-requested-event-args.d.ts +18 -0
- package/esm2022/lib/igc-list-panel-template-width-requested-event-args.js +48 -0
- package/esm2022/lib/igc-on-collapsed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-on-collapsed-event-args.js +30 -0
- package/esm2022/lib/igc-on-expanded-event-args.d.ts +12 -0
- package/esm2022/lib/igc-on-expanded-event-args.js +30 -0
- package/esm2022/lib/igc-property-editor-data-source.d.ts +18 -0
- package/esm2022/lib/igc-property-editor-data-source.js +50 -0
- package/esm2022/lib/igc-property-editor-description-object-collection.d.ts +8 -0
- package/esm2022/lib/igc-property-editor-description-object-collection.js +53 -0
- package/esm2022/lib/igc-property-editor-description-object.d.ts +19 -0
- package/esm2022/lib/igc-property-editor-description-object.js +81 -0
- package/esm2022/lib/igc-property-editor-panel-component.d.ts +121 -0
- package/esm2022/lib/igc-property-editor-panel-component.js +456 -0
- package/esm2022/lib/igc-property-editor-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-property-editor-panel-module.js +21 -0
- package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
- package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
- package/esm2022/lib/igc-property-editor-property-description-changed-event-args.d.ts +14 -0
- package/esm2022/lib/igc-property-editor-property-description-changed-event-args.js +36 -0
- package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.d.ts +21 -0
- package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.js +93 -0
- package/esm2022/lib/igc-property-editor-property-description-collection.d.ts +8 -0
- package/esm2022/lib/igc-property-editor-property-description-collection.js +53 -0
- package/esm2022/lib/igc-property-editor-property-description-component.d.ts +117 -0
- package/esm2022/lib/igc-property-editor-property-description-component.js +592 -0
- package/esm2022/lib/igc-property-editor-property-description-module.d.ts +3 -0
- package/esm2022/lib/igc-property-editor-property-description-module.js +16 -0
- package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +18 -0
- package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.js +48 -0
- package/esm2022/lib/igc-tool-action-button-component.d.ts +29 -0
- package/esm2022/lib/igc-tool-action-button-component.js +92 -0
- package/esm2022/lib/igc-tool-action-button-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-button-module.js +16 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.d.ts +171 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.js +401 -0
- package/esm2022/lib/igc-tool-action-button-pair-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-button-pair-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.d.ts +71 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.js +173 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.d.ts +35 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.d.ts +97 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.js +259 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-module.js +16 -0
- package/esm2022/lib/igc-tool-action-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.js +81 -0
- package/esm2022/lib/igc-tool-action-color-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-color-editor-module.js +16 -0
- package/esm2022/lib/igc-tool-action-combo-component.d.ts +40 -0
- package/esm2022/lib/igc-tool-action-combo-component.js +135 -0
- package/esm2022/lib/igc-tool-action-combo-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-combo-module.js +16 -0
- package/esm2022/lib/igc-tool-action-component.d.ts +358 -0
- package/esm2022/lib/igc-tool-action-component.js +1018 -0
- package/esm2022/lib/igc-tool-action-event-detail-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-event-detail-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-event-detail.d.ts +30 -0
- package/esm2022/lib/igc-tool-action-event-detail.js +88 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.js +259 -0
- package/esm2022/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-group-header-component.d.ts +28 -0
- package/esm2022/lib/igc-tool-action-group-header-component.js +91 -0
- package/esm2022/lib/igc-tool-action-group-header-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-group-header-module.js +16 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.d.ts +52 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.js +183 -0
- package/esm2022/lib/igc-tool-action-icon-button-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-icon-button-module.js +16 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.d.ts +33 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.js +101 -0
- package/esm2022/lib/igc-tool-action-icon-menu-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-icon-menu-module.js +16 -0
- package/esm2022/lib/igc-tool-action-label-component.d.ts +18 -0
- package/esm2022/lib/igc-tool-action-label-component.js +71 -0
- package/esm2022/lib/igc-tool-action-label-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-label-module.js +16 -0
- package/esm2022/lib/igc-tool-action-number-input-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-number-input-component.js +81 -0
- package/esm2022/lib/igc-tool-action-number-input-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-number-input-module.js +16 -0
- package/esm2022/lib/igc-tool-action-performed-event-args.d.ts +21 -0
- package/esm2022/lib/igc-tool-action-performed-event-args.js +94 -0
- package/esm2022/lib/igc-tool-action-popup-opening-event-args.d.ts +17 -0
- package/esm2022/lib/igc-tool-action-popup-opening-event-args.js +55 -0
- package/esm2022/lib/igc-tool-action-radio-component.d.ts +90 -0
- package/esm2022/lib/igc-tool-action-radio-component.js +206 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.d.ts +35 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-radio-group-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-radio-group-module.js +16 -0
- package/esm2022/lib/igc-tool-action-radio-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-radio-module.js +16 -0
- package/esm2022/lib/igc-tool-action-separator-component.d.ts +28 -0
- package/esm2022/lib/igc-tool-action-separator-component.js +91 -0
- package/esm2022/lib/igc-tool-action-separator-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-separator-module.js +16 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.js +81 -0
- package/esm2022/lib/igc-tool-action-sub-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-sub-panel-module.js +16 -0
- package/esm2022/lib/igc-tool-action-text-input-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-text-input-component.js +80 -0
- package/esm2022/lib/igc-tool-action-text-input-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-text-input-module.js +16 -0
- package/esm2022/lib/igc-tool-command-event-args.d.ts +17 -0
- package/esm2022/lib/igc-tool-command-event-args.js +43 -0
- package/esm2022/lib/igc-tool-context-binding-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-context-binding-collection.js +53 -0
- package/esm2022/lib/igc-tool-context-binding.d.ts +25 -0
- package/esm2022/lib/igc-tool-context-binding.js +85 -0
- package/esm2022/lib/igc-tool-panel-component.d.ts +471 -0
- package/esm2022/lib/igc-tool-panel-component.js +1260 -0
- package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.js +30 -0
- package/esm2022/lib/igc-tool-panel-context-changed-event-args.d.ts +18 -0
- package/esm2022/lib/igc-tool-panel-context-changed-event-args.js +48 -0
- package/esm2022/lib/igc-tool-panel-context-swapped-event-args.d.ts +12 -0
- package/esm2022/lib/igc-tool-panel-context-swapped-event-args.js +30 -0
- package/esm2022/lib/igc-tool-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-panel-module.js +59 -0
- package/esm2022/lib/igc-toolbar-component.d.ts +404 -0
- package/esm2022/lib/igc-toolbar-component.js +1127 -0
- package/esm2022/lib/igc-toolbar-module.d.ts +3 -0
- package/esm2022/lib/igc-toolbar-module.js +19 -0
- package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.d.ts +12 -0
- package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.js +30 -0
- package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.d.ts +12 -0
- package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.js +30 -0
- package/esm2022/lib/igc-x-expansion-panel-component.d.ts +173 -0
- package/esm2022/lib/igc-x-expansion-panel-component.js +505 -0
- package/esm2022/lib/igc-x-expansion-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-x-expansion-panel-module.js +17 -0
- package/esm2022/lib/list-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/list-panel-entrypoint.js +4 -0
- package/esm2022/lib/property-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/property-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/tool-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/tool-panel-entrypoint.js +4 -0
- package/esm2022/lib/toolbar-entrypoint.d.ts +1 -0
- package/esm2022/lib/toolbar-entrypoint.js +4 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +276 -0
- package/esm2022/public_api.js +276 -0
- package/package.json +40 -9
- package/fesm2022/igniteui-webcomponents-layouts.mjs +0 -40866
- package/igniteui-webcomponents-layouts.d.ts +0 -9552
|
@@ -0,0 +1,592 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
3
|
+
import { PropertyEditorValueType_$type } from "./PropertyEditorValueType";
|
|
4
|
+
import { IgcPropertyEditorDescriptionObject } from "./igc-property-editor-description-object";
|
|
5
|
+
import { IgcPropertyEditorDescriptionObjectCollection } from "./igc-property-editor-description-object-collection";
|
|
6
|
+
import { IgcPropertyEditorPropertyDescriptionCollection } from "./igc-property-editor-property-description-collection";
|
|
7
|
+
import { IgcPropertyEditorPropertyDescriptionButtonClickEventArgs } from "./igc-property-editor-property-description-button-click-event-args";
|
|
8
|
+
import { IgcPropertyEditorPropertyDescriptionChangedEventArgs } from "./igc-property-editor-property-description-changed-event-args";
|
|
9
|
+
import { IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs } from "./igc-property-editor-property-description-target-property-updating-event-args";
|
|
10
|
+
import { IgcPropertyEditorPropertyDescriptionCoercingValueEventArgs } from "./igc-property-editor-property-description-coercing-value-event-args";
|
|
11
|
+
import { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription";
|
|
12
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
13
|
+
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureEnum, enumToString, ensureBool, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
14
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
15
|
+
import { PropertyEditorDescriptionObjectCollection as PropertyEditorDescriptionObjectCollection_internal } from "./PropertyEditorDescriptionObjectCollection";
|
|
16
|
+
import { PropertyEditorDescriptionObject } from "./PropertyEditorDescriptionObject";
|
|
17
|
+
import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
18
|
+
import { PropertyEditorPropertyDescriptionCollection as PropertyEditorPropertyDescriptionCollection_internal } from "./PropertyEditorPropertyDescriptionCollection";
|
|
19
|
+
class IgcPropertyEditorPropertyDescriptionComponent extends IgcHTMLElement {
|
|
20
|
+
createImplementation() {
|
|
21
|
+
return new PropertyEditorPropertyDescription();
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @hidden
|
|
25
|
+
*/
|
|
26
|
+
get i() {
|
|
27
|
+
return this._implementation;
|
|
28
|
+
} /**
|
|
29
|
+
* @hidden
|
|
30
|
+
*/
|
|
31
|
+
static _createFromInternal(internal) {
|
|
32
|
+
if (!internal) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
if (!internal.$type) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
let name = internal.$type.name;
|
|
39
|
+
let externalName = "Igc" + name + "Component";
|
|
40
|
+
if (!TypeRegistrar.isRegistered(externalName)) {
|
|
41
|
+
return null;
|
|
42
|
+
}
|
|
43
|
+
return TypeRegistrar.create(externalName);
|
|
44
|
+
}
|
|
45
|
+
onImplementationCreated() {
|
|
46
|
+
}
|
|
47
|
+
constructor() {
|
|
48
|
+
super();
|
|
49
|
+
this._settingAttributes = false;
|
|
50
|
+
this._attached = false;
|
|
51
|
+
this._queuedSetAttributes = [];
|
|
52
|
+
this._updatingFromAttribute = false;
|
|
53
|
+
this._complexValues = null;
|
|
54
|
+
this._coercedComplexValues = null;
|
|
55
|
+
this._properties = null;
|
|
56
|
+
this.__p = null;
|
|
57
|
+
this._hasUserValues = new Set();
|
|
58
|
+
this._stylingContainer = null;
|
|
59
|
+
this._stylingParent = null;
|
|
60
|
+
this._inStyling = false;
|
|
61
|
+
this._buttonClicked = null;
|
|
62
|
+
this._buttonClicked_wrapped = null;
|
|
63
|
+
this._changed = null;
|
|
64
|
+
this._changed_wrapped = null;
|
|
65
|
+
this._targetPropertyUpdating = null;
|
|
66
|
+
this._targetPropertyUpdating_wrapped = null;
|
|
67
|
+
this._coercingValue = null;
|
|
68
|
+
this._coercingValue_wrapped = null;
|
|
69
|
+
if (this._styling) {
|
|
70
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
71
|
+
}
|
|
72
|
+
this._implementation = this.createImplementation();
|
|
73
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
74
|
+
this.onImplementationCreated();
|
|
75
|
+
if (this._initializeAdapters) {
|
|
76
|
+
this._initializeAdapters();
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
80
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
81
|
+
}
|
|
82
|
+
_flushQueuedAttributes() {
|
|
83
|
+
this._settingAttributes = true;
|
|
84
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
85
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
86
|
+
}
|
|
87
|
+
this._settingAttributes = false;
|
|
88
|
+
this._queuedSetAttributes.length = 0;
|
|
89
|
+
}
|
|
90
|
+
_a(attrName, attrValue) {
|
|
91
|
+
if (this._updatingFromAttribute) {
|
|
92
|
+
return;
|
|
93
|
+
}
|
|
94
|
+
if (attrValue) {
|
|
95
|
+
attrValue = attrValue.toString();
|
|
96
|
+
}
|
|
97
|
+
this._settingAttributes = true;
|
|
98
|
+
attrName = toSpinal(attrName);
|
|
99
|
+
if (this._attached) {
|
|
100
|
+
this.setAttribute(attrName, attrValue);
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
104
|
+
}
|
|
105
|
+
this._settingAttributes = false;
|
|
106
|
+
}
|
|
107
|
+
connectedCallback() {
|
|
108
|
+
if (super["connectedCallback"]) {
|
|
109
|
+
super["connectedCallback"]();
|
|
110
|
+
}
|
|
111
|
+
if (this.i.connectedCallback) {
|
|
112
|
+
this.i.connectedCallback();
|
|
113
|
+
}
|
|
114
|
+
if (!this._attached) {
|
|
115
|
+
this._attached = true;
|
|
116
|
+
this._flushQueuedAttributes();
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
disconnectedCallback() {
|
|
120
|
+
if (super["disconnectedCallback"]) {
|
|
121
|
+
super["disconnectedCallback"]();
|
|
122
|
+
}
|
|
123
|
+
if (this.i.disconnectedCallback) {
|
|
124
|
+
this.i.disconnectedCallback();
|
|
125
|
+
}
|
|
126
|
+
if (this._attached) {
|
|
127
|
+
this._attached = false;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
static { this._observedAttributesIgcPropertyEditorPropertyDescriptionComponent = null; }
|
|
131
|
+
static get observedAttributes() {
|
|
132
|
+
if (IgcPropertyEditorPropertyDescriptionComponent._observedAttributesIgcPropertyEditorPropertyDescriptionComponent == null) {
|
|
133
|
+
let names = getAllPropertyNames(IgcPropertyEditorPropertyDescriptionComponent);
|
|
134
|
+
for (let i = 0; i < names.length; i++) {
|
|
135
|
+
names[i] = toSpinal(names[i]);
|
|
136
|
+
}
|
|
137
|
+
IgcPropertyEditorPropertyDescriptionComponent._observedAttributesIgcPropertyEditorPropertyDescriptionComponent = names;
|
|
138
|
+
}
|
|
139
|
+
return IgcPropertyEditorPropertyDescriptionComponent._observedAttributesIgcPropertyEditorPropertyDescriptionComponent;
|
|
140
|
+
}
|
|
141
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
142
|
+
if (this._settingAttributes) {
|
|
143
|
+
return;
|
|
144
|
+
}
|
|
145
|
+
let setName = fromSpinal(name);
|
|
146
|
+
this._updatingFromAttribute = true;
|
|
147
|
+
this[setName] = newValue;
|
|
148
|
+
this._updatingFromAttribute = false;
|
|
149
|
+
}
|
|
150
|
+
static { this.htmlTagName = "igc-property-editor-property-description"; }
|
|
151
|
+
static { this._isElementRegistered = false; }
|
|
152
|
+
static register() {
|
|
153
|
+
if (!IgcPropertyEditorPropertyDescriptionComponent._isElementRegistered) {
|
|
154
|
+
IgcPropertyEditorPropertyDescriptionComponent._isElementRegistered = true;
|
|
155
|
+
RegisterElementHelper.registerElement(IgcPropertyEditorPropertyDescriptionComponent.htmlTagName, IgcPropertyEditorPropertyDescriptionComponent);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Gets or sets the unique name of the mapping.
|
|
160
|
+
*/
|
|
161
|
+
get name() {
|
|
162
|
+
return this.i.a0;
|
|
163
|
+
}
|
|
164
|
+
set name(v) {
|
|
165
|
+
this.i.a0 = v;
|
|
166
|
+
}
|
|
167
|
+
get propertyPath() {
|
|
168
|
+
return this.i.a3;
|
|
169
|
+
}
|
|
170
|
+
set propertyPath(v) {
|
|
171
|
+
this.i.a3 = v;
|
|
172
|
+
}
|
|
173
|
+
get label() {
|
|
174
|
+
return this.i.az;
|
|
175
|
+
}
|
|
176
|
+
set label(v) {
|
|
177
|
+
this.i.az = v;
|
|
178
|
+
}
|
|
179
|
+
get subtitle() {
|
|
180
|
+
return this.i.a4;
|
|
181
|
+
}
|
|
182
|
+
set subtitle(v) {
|
|
183
|
+
this.i.a4 = v;
|
|
184
|
+
}
|
|
185
|
+
get valueType() {
|
|
186
|
+
return this.i.w;
|
|
187
|
+
}
|
|
188
|
+
set valueType(v) {
|
|
189
|
+
this.i.w = ensureEnum(PropertyEditorValueType_$type, v);
|
|
190
|
+
this._a("valueType", enumToString(PropertyEditorValueType_$type, this.i.w));
|
|
191
|
+
}
|
|
192
|
+
get coercedValueType() {
|
|
193
|
+
return this.i.v;
|
|
194
|
+
}
|
|
195
|
+
set coercedValueType(v) {
|
|
196
|
+
this.i.v = ensureEnum(PropertyEditorValueType_$type, v);
|
|
197
|
+
this._a("coercedValueType", enumToString(PropertyEditorValueType_$type, this.i.v));
|
|
198
|
+
}
|
|
199
|
+
get propertyDescriptionType() {
|
|
200
|
+
return this.i.a2;
|
|
201
|
+
}
|
|
202
|
+
set propertyDescriptionType(v) {
|
|
203
|
+
this.i.a2 = v;
|
|
204
|
+
}
|
|
205
|
+
get shouldOverrideDefaultEditor() {
|
|
206
|
+
return this.i.ab;
|
|
207
|
+
}
|
|
208
|
+
set shouldOverrideDefaultEditor(v) {
|
|
209
|
+
this.i.ab = ensureBool(v);
|
|
210
|
+
this._a("shouldOverrideDefaultEditor", this.i.ab);
|
|
211
|
+
}
|
|
212
|
+
get elementDescriptionType() {
|
|
213
|
+
return this.i.ay;
|
|
214
|
+
}
|
|
215
|
+
set elementDescriptionType(v) {
|
|
216
|
+
this.i.ay = v;
|
|
217
|
+
}
|
|
218
|
+
get dropDownNames() {
|
|
219
|
+
return this.i.c;
|
|
220
|
+
}
|
|
221
|
+
set dropDownNames(v) {
|
|
222
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
223
|
+
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
224
|
+
v = v.split(re);
|
|
225
|
+
}
|
|
226
|
+
this.i.c = v;
|
|
227
|
+
}
|
|
228
|
+
get dropDownValues() {
|
|
229
|
+
return this.i.d;
|
|
230
|
+
}
|
|
231
|
+
set dropDownValues(v) {
|
|
232
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
233
|
+
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
234
|
+
v = v.split(re);
|
|
235
|
+
}
|
|
236
|
+
this.i.d = v;
|
|
237
|
+
}
|
|
238
|
+
get primitiveValue() {
|
|
239
|
+
return this.i.ar;
|
|
240
|
+
}
|
|
241
|
+
set primitiveValue(v) {
|
|
242
|
+
this.i.ar = v;
|
|
243
|
+
}
|
|
244
|
+
get coercedPrimitiveValue() {
|
|
245
|
+
return this.i.ap;
|
|
246
|
+
}
|
|
247
|
+
set coercedPrimitiveValue(v) {
|
|
248
|
+
this.i.ap = v;
|
|
249
|
+
}
|
|
250
|
+
get min() {
|
|
251
|
+
return this.i.al;
|
|
252
|
+
}
|
|
253
|
+
set min(v) {
|
|
254
|
+
this.i.al = +v;
|
|
255
|
+
this._a("min", this.i.al);
|
|
256
|
+
}
|
|
257
|
+
get editorWidth() {
|
|
258
|
+
return this.i.ai;
|
|
259
|
+
}
|
|
260
|
+
set editorWidth(v) {
|
|
261
|
+
this.i.ai = +v;
|
|
262
|
+
this._a("editorWidth", this.i.ai);
|
|
263
|
+
}
|
|
264
|
+
get labelWidth() {
|
|
265
|
+
return this.i.aj;
|
|
266
|
+
}
|
|
267
|
+
set labelWidth(v) {
|
|
268
|
+
this.i.aj = +v;
|
|
269
|
+
this._a("labelWidth", this.i.aj);
|
|
270
|
+
}
|
|
271
|
+
get max() {
|
|
272
|
+
return this.i.ak;
|
|
273
|
+
}
|
|
274
|
+
set max(v) {
|
|
275
|
+
this.i.ak = +v;
|
|
276
|
+
this._a("max", this.i.ak);
|
|
277
|
+
}
|
|
278
|
+
get step() {
|
|
279
|
+
return this.i.am;
|
|
280
|
+
}
|
|
281
|
+
set step(v) {
|
|
282
|
+
this.i.am = +v;
|
|
283
|
+
this._a("step", this.i.am);
|
|
284
|
+
}
|
|
285
|
+
get complexValue() {
|
|
286
|
+
const r = this.i.i;
|
|
287
|
+
if (r == null) {
|
|
288
|
+
return null;
|
|
289
|
+
}
|
|
290
|
+
if (!r.externalObject) {
|
|
291
|
+
let e = new IgcPropertyEditorDescriptionObject();
|
|
292
|
+
if (r.$type) {
|
|
293
|
+
e._implementation = r;
|
|
294
|
+
}
|
|
295
|
+
else {
|
|
296
|
+
if (e.i.setNativeElement) {
|
|
297
|
+
e.i.setNativeElement(r);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
301
|
+
}
|
|
302
|
+
return r.externalObject;
|
|
303
|
+
}
|
|
304
|
+
set complexValue(v) {
|
|
305
|
+
v == null ? this.i.i = null : this.i.i = v.i;
|
|
306
|
+
}
|
|
307
|
+
get coercedComplexValue() {
|
|
308
|
+
const r = this.i.h;
|
|
309
|
+
if (r == null) {
|
|
310
|
+
return null;
|
|
311
|
+
}
|
|
312
|
+
if (!r.externalObject) {
|
|
313
|
+
let e = new IgcPropertyEditorDescriptionObject();
|
|
314
|
+
if (r.$type) {
|
|
315
|
+
e._implementation = r;
|
|
316
|
+
}
|
|
317
|
+
else {
|
|
318
|
+
if (e.i.setNativeElement) {
|
|
319
|
+
e.i.setNativeElement(r);
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
323
|
+
}
|
|
324
|
+
return r.externalObject;
|
|
325
|
+
}
|
|
326
|
+
set coercedComplexValue(v) {
|
|
327
|
+
v == null ? this.i.h = null : this.i.h = v.i;
|
|
328
|
+
}
|
|
329
|
+
get complexValues() {
|
|
330
|
+
if (this._complexValues === null) {
|
|
331
|
+
let coll = new IgcPropertyEditorDescriptionObjectCollection();
|
|
332
|
+
let innerColl = this.i.m;
|
|
333
|
+
if (!innerColl) {
|
|
334
|
+
innerColl = new PropertyEditorDescriptionObjectCollection_internal();
|
|
335
|
+
}
|
|
336
|
+
this._complexValues = coll._fromInner(innerColl);
|
|
337
|
+
this.i.m = innerColl;
|
|
338
|
+
}
|
|
339
|
+
return this._complexValues;
|
|
340
|
+
}
|
|
341
|
+
set complexValues(v) {
|
|
342
|
+
if (this._complexValues !== null) {
|
|
343
|
+
this._complexValues._setSyncTarget(null);
|
|
344
|
+
this._complexValues = null;
|
|
345
|
+
}
|
|
346
|
+
let coll = new IgcPropertyEditorDescriptionObjectCollection();
|
|
347
|
+
this._complexValues = coll._fromOuter(v);
|
|
348
|
+
let syncColl = new SyncableObservableCollection$1(PropertyEditorDescriptionObject.$type);
|
|
349
|
+
let innerColl = this.i.m;
|
|
350
|
+
if (!innerColl) {
|
|
351
|
+
innerColl = new PropertyEditorDescriptionObjectCollection_internal();
|
|
352
|
+
}
|
|
353
|
+
syncColl._inner = innerColl;
|
|
354
|
+
syncColl.clear();
|
|
355
|
+
this._complexValues._setSyncTarget(syncColl);
|
|
356
|
+
this.i.m = innerColl;
|
|
357
|
+
}
|
|
358
|
+
get coercedComplexValues() {
|
|
359
|
+
if (this._coercedComplexValues === null) {
|
|
360
|
+
let coll = new IgcPropertyEditorDescriptionObjectCollection();
|
|
361
|
+
let innerColl = this.i.l;
|
|
362
|
+
if (!innerColl) {
|
|
363
|
+
innerColl = new PropertyEditorDescriptionObjectCollection_internal();
|
|
364
|
+
}
|
|
365
|
+
this._coercedComplexValues = coll._fromInner(innerColl);
|
|
366
|
+
this.i.l = innerColl;
|
|
367
|
+
}
|
|
368
|
+
return this._coercedComplexValues;
|
|
369
|
+
}
|
|
370
|
+
set coercedComplexValues(v) {
|
|
371
|
+
if (this._coercedComplexValues !== null) {
|
|
372
|
+
this._coercedComplexValues._setSyncTarget(null);
|
|
373
|
+
this._coercedComplexValues = null;
|
|
374
|
+
}
|
|
375
|
+
let coll = new IgcPropertyEditorDescriptionObjectCollection();
|
|
376
|
+
this._coercedComplexValues = coll._fromOuter(v);
|
|
377
|
+
let syncColl = new SyncableObservableCollection$1(PropertyEditorDescriptionObject.$type);
|
|
378
|
+
let innerColl = this.i.l;
|
|
379
|
+
if (!innerColl) {
|
|
380
|
+
innerColl = new PropertyEditorDescriptionObjectCollection_internal();
|
|
381
|
+
}
|
|
382
|
+
syncColl._inner = innerColl;
|
|
383
|
+
syncColl.clear();
|
|
384
|
+
this._coercedComplexValues._setSyncTarget(syncColl);
|
|
385
|
+
this.i.l = innerColl;
|
|
386
|
+
}
|
|
387
|
+
get useCoercedValue() {
|
|
388
|
+
return this.i.ac;
|
|
389
|
+
}
|
|
390
|
+
set useCoercedValue(v) {
|
|
391
|
+
this.i.ac = ensureBool(v);
|
|
392
|
+
this._a("useCoercedValue", this.i.ac);
|
|
393
|
+
}
|
|
394
|
+
get properties() {
|
|
395
|
+
if (this._properties === null) {
|
|
396
|
+
let coll = new IgcPropertyEditorPropertyDescriptionCollection();
|
|
397
|
+
let innerColl = this.i.r;
|
|
398
|
+
if (!innerColl) {
|
|
399
|
+
innerColl = new PropertyEditorPropertyDescriptionCollection_internal();
|
|
400
|
+
}
|
|
401
|
+
this._properties = coll._fromInner(innerColl);
|
|
402
|
+
this.i.r = innerColl;
|
|
403
|
+
}
|
|
404
|
+
return this._properties;
|
|
405
|
+
}
|
|
406
|
+
set properties(v) {
|
|
407
|
+
if (this._properties !== null) {
|
|
408
|
+
this._properties._setSyncTarget(null);
|
|
409
|
+
this._properties = null;
|
|
410
|
+
}
|
|
411
|
+
let coll = new IgcPropertyEditorPropertyDescriptionCollection();
|
|
412
|
+
this._properties = coll._fromOuter(v);
|
|
413
|
+
let syncColl = new SyncableObservableCollection$1(PropertyEditorPropertyDescription.$type);
|
|
414
|
+
let innerColl = this.i.r;
|
|
415
|
+
if (!innerColl) {
|
|
416
|
+
innerColl = new PropertyEditorPropertyDescriptionCollection_internal();
|
|
417
|
+
}
|
|
418
|
+
syncColl._inner = innerColl;
|
|
419
|
+
syncColl.clear();
|
|
420
|
+
this._properties._setSyncTarget(syncColl);
|
|
421
|
+
this.i.r = innerColl;
|
|
422
|
+
}
|
|
423
|
+
findByName(name) {
|
|
424
|
+
if (this.findEphemera) {
|
|
425
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
426
|
+
return this.findEphemera(name);
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
if (this.complexValue && this.complexValue.name && this.complexValue.name == name) {
|
|
430
|
+
return this.complexValue;
|
|
431
|
+
}
|
|
432
|
+
if (this.coercedComplexValue && this.coercedComplexValue.name && this.coercedComplexValue.name == name) {
|
|
433
|
+
return this.coercedComplexValue;
|
|
434
|
+
}
|
|
435
|
+
if (this.complexValues != null && this.complexValues.findByName && this.complexValues.findByName(name)) {
|
|
436
|
+
return this.complexValues.findByName(name);
|
|
437
|
+
}
|
|
438
|
+
if (this.coercedComplexValues != null && this.coercedComplexValues.findByName && this.coercedComplexValues.findByName(name)) {
|
|
439
|
+
return this.coercedComplexValues.findByName(name);
|
|
440
|
+
}
|
|
441
|
+
if (this.properties != null && this.properties.findByName && this.properties.findByName(name)) {
|
|
442
|
+
return this.properties.findByName(name);
|
|
443
|
+
}
|
|
444
|
+
return null;
|
|
445
|
+
}
|
|
446
|
+
get hasUserValues() {
|
|
447
|
+
return this._hasUserValues;
|
|
448
|
+
}
|
|
449
|
+
__m(propertyName) {
|
|
450
|
+
if (!this._inStyling) {
|
|
451
|
+
this._hasUserValues.add(propertyName);
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
_styling(container, component, parent) {
|
|
455
|
+
if (this._inStyling) {
|
|
456
|
+
return;
|
|
457
|
+
}
|
|
458
|
+
this._inStyling = true;
|
|
459
|
+
this._stylingContainer = container;
|
|
460
|
+
this._stylingParent = component;
|
|
461
|
+
let genericPrefix = "";
|
|
462
|
+
let typeName = this.i.$type.name;
|
|
463
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
464
|
+
typeName = typeName.substring(3);
|
|
465
|
+
}
|
|
466
|
+
genericPrefix = toSpinal("PropertyEditorPropertyDescriptionComponent");
|
|
467
|
+
let additionalPrefixes = [];
|
|
468
|
+
let prefix = toSpinal(typeName);
|
|
469
|
+
additionalPrefixes.push(prefix + "-");
|
|
470
|
+
let b = this.i.$type.baseType;
|
|
471
|
+
while (b && b.name != "Object" &&
|
|
472
|
+
b.name != "Base" &&
|
|
473
|
+
b.name != "Control" &&
|
|
474
|
+
b.Name != "DependencyObject" &&
|
|
475
|
+
b.Name != "FrameworkElement") {
|
|
476
|
+
typeName = b.name;
|
|
477
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
478
|
+
typeName = typeName.substring(3);
|
|
479
|
+
}
|
|
480
|
+
let basePrefix = toSpinal(typeName);
|
|
481
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
482
|
+
b = b.baseType;
|
|
483
|
+
}
|
|
484
|
+
if (parent) {
|
|
485
|
+
let parentTypeName = parent.i.$type.name;
|
|
486
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
487
|
+
parentTypeName = parentTypeName.substring(3);
|
|
488
|
+
}
|
|
489
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
490
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
491
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
492
|
+
}
|
|
493
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
494
|
+
if (this._otherStyling) {
|
|
495
|
+
this._otherStyling(container, component, parent);
|
|
496
|
+
}
|
|
497
|
+
this._inStyling = false;
|
|
498
|
+
}
|
|
499
|
+
get buttonClicked() {
|
|
500
|
+
return this._buttonClicked;
|
|
501
|
+
}
|
|
502
|
+
set buttonClicked(ev) {
|
|
503
|
+
if (this._buttonClicked_wrapped !== null) {
|
|
504
|
+
this.i.buttonClicked = delegateRemove(this.i.buttonClicked, this._buttonClicked_wrapped);
|
|
505
|
+
this._buttonClicked_wrapped = null;
|
|
506
|
+
this._buttonClicked = null;
|
|
507
|
+
}
|
|
508
|
+
this._buttonClicked = ev;
|
|
509
|
+
this._buttonClicked_wrapped = (o, e) => {
|
|
510
|
+
let outerArgs = new IgcPropertyEditorPropertyDescriptionButtonClickEventArgs();
|
|
511
|
+
outerArgs._provideImplementation(e);
|
|
512
|
+
if (this.beforeButtonClicked) {
|
|
513
|
+
this.beforeButtonClicked(this, outerArgs);
|
|
514
|
+
}
|
|
515
|
+
if (this._buttonClicked) {
|
|
516
|
+
this._buttonClicked(this, outerArgs);
|
|
517
|
+
}
|
|
518
|
+
};
|
|
519
|
+
this.i.buttonClicked = delegateCombine(this.i.buttonClicked, this._buttonClicked_wrapped);
|
|
520
|
+
;
|
|
521
|
+
}
|
|
522
|
+
get changed() {
|
|
523
|
+
return this._changed;
|
|
524
|
+
}
|
|
525
|
+
set changed(ev) {
|
|
526
|
+
if (this._changed_wrapped !== null) {
|
|
527
|
+
this.i.changed = delegateRemove(this.i.changed, this._changed_wrapped);
|
|
528
|
+
this._changed_wrapped = null;
|
|
529
|
+
this._changed = null;
|
|
530
|
+
}
|
|
531
|
+
this._changed = ev;
|
|
532
|
+
this._changed_wrapped = (o, e) => {
|
|
533
|
+
let outerArgs = new IgcPropertyEditorPropertyDescriptionChangedEventArgs();
|
|
534
|
+
outerArgs._provideImplementation(e);
|
|
535
|
+
if (this.beforeChanged) {
|
|
536
|
+
this.beforeChanged(this, outerArgs);
|
|
537
|
+
}
|
|
538
|
+
if (this._changed) {
|
|
539
|
+
this._changed(this, outerArgs);
|
|
540
|
+
}
|
|
541
|
+
};
|
|
542
|
+
this.i.changed = delegateCombine(this.i.changed, this._changed_wrapped);
|
|
543
|
+
;
|
|
544
|
+
}
|
|
545
|
+
get targetPropertyUpdating() {
|
|
546
|
+
return this._targetPropertyUpdating;
|
|
547
|
+
}
|
|
548
|
+
set targetPropertyUpdating(ev) {
|
|
549
|
+
if (this._targetPropertyUpdating_wrapped !== null) {
|
|
550
|
+
this.i.targetPropertyUpdating = delegateRemove(this.i.targetPropertyUpdating, this._targetPropertyUpdating_wrapped);
|
|
551
|
+
this._targetPropertyUpdating_wrapped = null;
|
|
552
|
+
this._targetPropertyUpdating = null;
|
|
553
|
+
}
|
|
554
|
+
this._targetPropertyUpdating = ev;
|
|
555
|
+
this._targetPropertyUpdating_wrapped = (o, e) => {
|
|
556
|
+
let outerArgs = new IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs();
|
|
557
|
+
outerArgs._provideImplementation(e);
|
|
558
|
+
if (this.beforeTargetPropertyUpdating) {
|
|
559
|
+
this.beforeTargetPropertyUpdating(this, outerArgs);
|
|
560
|
+
}
|
|
561
|
+
if (this._targetPropertyUpdating) {
|
|
562
|
+
this._targetPropertyUpdating(this, outerArgs);
|
|
563
|
+
}
|
|
564
|
+
};
|
|
565
|
+
this.i.targetPropertyUpdating = delegateCombine(this.i.targetPropertyUpdating, this._targetPropertyUpdating_wrapped);
|
|
566
|
+
;
|
|
567
|
+
}
|
|
568
|
+
get coercingValue() {
|
|
569
|
+
return this._coercingValue;
|
|
570
|
+
}
|
|
571
|
+
set coercingValue(ev) {
|
|
572
|
+
if (this._coercingValue_wrapped !== null) {
|
|
573
|
+
this.i.coercingValue = delegateRemove(this.i.coercingValue, this._coercingValue_wrapped);
|
|
574
|
+
this._coercingValue_wrapped = null;
|
|
575
|
+
this._coercingValue = null;
|
|
576
|
+
}
|
|
577
|
+
this._coercingValue = ev;
|
|
578
|
+
this._coercingValue_wrapped = (o, e) => {
|
|
579
|
+
let outerArgs = new IgcPropertyEditorPropertyDescriptionCoercingValueEventArgs();
|
|
580
|
+
outerArgs._provideImplementation(e);
|
|
581
|
+
if (this.beforeCoercingValue) {
|
|
582
|
+
this.beforeCoercingValue(this, outerArgs);
|
|
583
|
+
}
|
|
584
|
+
if (this._coercingValue) {
|
|
585
|
+
this._coercingValue(this, outerArgs);
|
|
586
|
+
}
|
|
587
|
+
};
|
|
588
|
+
this.i.coercingValue = delegateCombine(this.i.coercingValue, this._coercingValue_wrapped);
|
|
589
|
+
;
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
export { IgcPropertyEditorPropertyDescriptionComponent };
|
|
@@ -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 { IgcPropertyEditorPropertyDescriptionComponent } from './igc-property-editor-property-description-component';
|
|
8
|
+
import { PropertyEditorPropertyDescription } from './PropertyEditorPropertyDescription';
|
|
9
|
+
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
+
export class IgcPropertyEditorPropertyDescriptionModule {
|
|
11
|
+
static register() {
|
|
12
|
+
IgcPropertyEditorPropertyDescriptionComponent.register();
|
|
13
|
+
TypeRegistrar.registerCons("IgcPropertyEditorPropertyDescriptionComponent", IgcPropertyEditorPropertyDescriptionComponent);
|
|
14
|
+
TypeRegistrar.register("PropertyEditorPropertyDescription", PropertyEditorPropertyDescription.$type);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs as PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs";
|
|
2
|
+
export declare class IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs {
|
|
3
|
+
protected createImplementation(): PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
get i(): PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
get target(): any;
|
|
13
|
+
set target(v: any);
|
|
14
|
+
get value(): any;
|
|
15
|
+
set value(v: any);
|
|
16
|
+
get propertyPath(): string;
|
|
17
|
+
set propertyPath(v: string);
|
|
18
|
+
}
|
package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs as PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs";
|
|
2
|
+
export class IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs {
|
|
3
|
+
createImplementation() {
|
|
4
|
+
return new PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal();
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* @hidden
|
|
8
|
+
*/
|
|
9
|
+
get i() {
|
|
10
|
+
return this._implementation;
|
|
11
|
+
}
|
|
12
|
+
onImplementationCreated() {
|
|
13
|
+
}
|
|
14
|
+
constructor() {
|
|
15
|
+
this._implementation = this.createImplementation();
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
|
+
this.onImplementationCreated();
|
|
18
|
+
if (this._initializeAdapters) {
|
|
19
|
+
this._initializeAdapters();
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
_provideImplementation(i) {
|
|
23
|
+
this._implementation = i;
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
|
+
this.onImplementationCreated();
|
|
26
|
+
if (this._initializeAdapters) {
|
|
27
|
+
this._initializeAdapters();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
get target() {
|
|
31
|
+
return this.i.target;
|
|
32
|
+
}
|
|
33
|
+
set target(v) {
|
|
34
|
+
this.i.target = v;
|
|
35
|
+
}
|
|
36
|
+
get value() {
|
|
37
|
+
return this.i.value;
|
|
38
|
+
}
|
|
39
|
+
set value(v) {
|
|
40
|
+
this.i.value = v;
|
|
41
|
+
}
|
|
42
|
+
get propertyPath() {
|
|
43
|
+
return this.i.propertyPath;
|
|
44
|
+
}
|
|
45
|
+
set propertyPath(v) {
|
|
46
|
+
this.i.propertyPath = v;
|
|
47
|
+
}
|
|
48
|
+
}
|