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,694 @@
|
|
|
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 { Base, INotifyPropertyChanged_$type, PropertyChangedEventArgs, String_$type, typeCast, markType, enumGetBox, EventArgs } from "igniteui-webcomponents-core";
|
|
8
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
|
+
import { PropertyEditorValueType_$type } from "./PropertyEditorValueType";
|
|
10
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
11
|
+
import { stringEndsWith, stringContains, stringReplace } from "igniteui-webcomponents-core";
|
|
12
|
+
import { stringSplit } from "igniteui-webcomponents-core";
|
|
13
|
+
import { PropertyEditorPropertyDescriptionButtonClickEventArgs } from "./PropertyEditorPropertyDescriptionButtonClickEventArgs";
|
|
14
|
+
import { PropertyEditorPropertyDescriptionChangedEventArgs } from "./PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
15
|
+
import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs";
|
|
16
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
class PropertyEditorDataSource extends Base {
|
|
21
|
+
constructor() {
|
|
22
|
+
super(...arguments);
|
|
23
|
+
this.k = null;
|
|
24
|
+
this.a = null;
|
|
25
|
+
this.g = null;
|
|
26
|
+
this.propertyChanged = null;
|
|
27
|
+
this.j = null;
|
|
28
|
+
}
|
|
29
|
+
static { this.$t = markType(PropertyEditorDataSource, 'PropertyEditorDataSource', Base.$, [INotifyPropertyChanged_$type]); }
|
|
30
|
+
get n() {
|
|
31
|
+
return this.k;
|
|
32
|
+
}
|
|
33
|
+
set n(a) {
|
|
34
|
+
let b = this.k;
|
|
35
|
+
this.k = a;
|
|
36
|
+
this.p("DescriptionType", b, this.k);
|
|
37
|
+
}
|
|
38
|
+
get b() {
|
|
39
|
+
return this.a;
|
|
40
|
+
}
|
|
41
|
+
set b(a) {
|
|
42
|
+
let b = this.a;
|
|
43
|
+
this.a = a;
|
|
44
|
+
this.p("Context", b, this.a);
|
|
45
|
+
}
|
|
46
|
+
get h() {
|
|
47
|
+
return this.g;
|
|
48
|
+
}
|
|
49
|
+
set h(a) {
|
|
50
|
+
let b = this.g;
|
|
51
|
+
this.g = a;
|
|
52
|
+
this.p("Data", b, this.g);
|
|
53
|
+
}
|
|
54
|
+
p(a, b, c) {
|
|
55
|
+
if (this.propertyChanged != null) {
|
|
56
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
57
|
+
}
|
|
58
|
+
this.q(a, b, c);
|
|
59
|
+
}
|
|
60
|
+
q(a, b, c) {
|
|
61
|
+
switch (a) {
|
|
62
|
+
case "DescriptionType":
|
|
63
|
+
this.r();
|
|
64
|
+
break;
|
|
65
|
+
case "Context":
|
|
66
|
+
this.r();
|
|
67
|
+
break;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
static d(a, b, c) {
|
|
71
|
+
let d = new PropertyEditorDataSource();
|
|
72
|
+
d.j = c;
|
|
73
|
+
d.b = a;
|
|
74
|
+
d.n = b;
|
|
75
|
+
d.j = null;
|
|
76
|
+
return d;
|
|
77
|
+
}
|
|
78
|
+
f(a) {
|
|
79
|
+
let b = new PropertyEditorPropertyDescription();
|
|
80
|
+
b.a3 = a.propertyName;
|
|
81
|
+
b.w = this.i(a);
|
|
82
|
+
b.a2 = a.specificExternalType != null ? a.specificExternalType : a.specificType;
|
|
83
|
+
if (a.knownType == 9) {
|
|
84
|
+
b.ay = a.collectionElementType;
|
|
85
|
+
if (this.j != null && this.j.containsKey(b.ay)) {
|
|
86
|
+
b.e = this.j.item(b.ay);
|
|
87
|
+
}
|
|
88
|
+
else {
|
|
89
|
+
b.e = PropertyEditorDataSource.d(this.a, b.ay, this.j);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
if (b.w == 8) {
|
|
93
|
+
if (this.j != null && this.j.containsKey(b.a2)) {
|
|
94
|
+
b.e = this.j.item(b.a2);
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
b.e = PropertyEditorDataSource.d(this.a, b.a2, this.j);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
if (b.w == 15) {
|
|
101
|
+
b.c = this.a.c(this.n, b.a3);
|
|
102
|
+
b.d = b.d;
|
|
103
|
+
}
|
|
104
|
+
return b;
|
|
105
|
+
}
|
|
106
|
+
i(a) {
|
|
107
|
+
switch (a.knownType) {
|
|
108
|
+
case 10: return 10;
|
|
109
|
+
case 7: return 7;
|
|
110
|
+
case 4: return 4;
|
|
111
|
+
case 6: return 6;
|
|
112
|
+
case 23: return 23;
|
|
113
|
+
case 9: return 9;
|
|
114
|
+
case 5: return 5;
|
|
115
|
+
case 16: return 14;
|
|
116
|
+
case 20: return 18;
|
|
117
|
+
case 22: return 22;
|
|
118
|
+
case 15: return 0;
|
|
119
|
+
case 3: return 3;
|
|
120
|
+
case 19: return 17;
|
|
121
|
+
case 8:
|
|
122
|
+
if (a.specificExternalType == "string") {
|
|
123
|
+
return 15;
|
|
124
|
+
}
|
|
125
|
+
return 8;
|
|
126
|
+
case 13: return 0;
|
|
127
|
+
case 18: return 0;
|
|
128
|
+
case 1: return 1;
|
|
129
|
+
case 11: return 11;
|
|
130
|
+
case 14: return 13;
|
|
131
|
+
case 12: return 12;
|
|
132
|
+
case 2: return 2;
|
|
133
|
+
case 21: return 19;
|
|
134
|
+
case 17: return 0;
|
|
135
|
+
case 0: return 0;
|
|
136
|
+
}
|
|
137
|
+
return 0;
|
|
138
|
+
}
|
|
139
|
+
r() {
|
|
140
|
+
let a = new PropertyEditorPropertyDescriptionCollection();
|
|
141
|
+
if (this.n != null && this.b != null) {
|
|
142
|
+
let b = false;
|
|
143
|
+
if (this.j == null) {
|
|
144
|
+
b = true;
|
|
145
|
+
this.j = new Dictionary$2(String_$type, PropertyEditorDataSource.$, 0);
|
|
146
|
+
}
|
|
147
|
+
this.j.item(this.n, this);
|
|
148
|
+
let c = this.b.getAllProperties(this.n);
|
|
149
|
+
if (c == null) {
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
for (let d = 0; d < c.length; d++) {
|
|
153
|
+
if (stringEndsWith(c[d], "@names")) {
|
|
154
|
+
continue;
|
|
155
|
+
}
|
|
156
|
+
if (stringEndsWith(c[d], "@args")) {
|
|
157
|
+
continue;
|
|
158
|
+
}
|
|
159
|
+
if (stringEndsWith(c[d], "@nameBinding")) {
|
|
160
|
+
continue;
|
|
161
|
+
}
|
|
162
|
+
if (stringEndsWith(c[d], "@ngQueryList")) {
|
|
163
|
+
continue;
|
|
164
|
+
}
|
|
165
|
+
if (stringEndsWith(c[d], "@mustSetInCode")) {
|
|
166
|
+
continue;
|
|
167
|
+
}
|
|
168
|
+
if (stringEndsWith(c[d], "@stringUnion")) {
|
|
169
|
+
continue;
|
|
170
|
+
}
|
|
171
|
+
if (stringEndsWith(c[d], "@constantValues")) {
|
|
172
|
+
continue;
|
|
173
|
+
}
|
|
174
|
+
let e = this.b.getMetadata(this.n, c[d]);
|
|
175
|
+
let f = this.f(e);
|
|
176
|
+
if (f.w == 0) {
|
|
177
|
+
continue;
|
|
178
|
+
}
|
|
179
|
+
a.add(f);
|
|
180
|
+
}
|
|
181
|
+
if (b) {
|
|
182
|
+
this.j = null;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
this.h = a;
|
|
186
|
+
}
|
|
187
|
+
e(a, b) {
|
|
188
|
+
if (a == null) {
|
|
189
|
+
return null;
|
|
190
|
+
}
|
|
191
|
+
let c = stringSplit(a, ['.', '['], 0);
|
|
192
|
+
let d = new List$1(String_$type, 1, c);
|
|
193
|
+
let e = null;
|
|
194
|
+
let f = null;
|
|
195
|
+
let g = null;
|
|
196
|
+
while (d.count > 0) {
|
|
197
|
+
let h = d._inner[0];
|
|
198
|
+
d.removeAt(0);
|
|
199
|
+
let i = false;
|
|
200
|
+
if (stringContains(h, "]")) {
|
|
201
|
+
h = stringReplace(h, "]", "");
|
|
202
|
+
i = true;
|
|
203
|
+
let j = h.split(',');
|
|
204
|
+
h = j[0].trim();
|
|
205
|
+
if (stringContains(h, "as")) {
|
|
206
|
+
let k = h.indexOf("as");
|
|
207
|
+
g = h.substr(0, k).trim();
|
|
208
|
+
f = h.substr(k + 2).trim();
|
|
209
|
+
}
|
|
210
|
+
if (f != null && f != this.n) {
|
|
211
|
+
let l = this.c();
|
|
212
|
+
l.n = f;
|
|
213
|
+
e = l;
|
|
214
|
+
continue;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
if (b) {
|
|
218
|
+
i = true;
|
|
219
|
+
}
|
|
220
|
+
if (e != null && typeCast(PropertyEditorPropertyDescription.$, e) !== null) {
|
|
221
|
+
let m = e.aq(h, i);
|
|
222
|
+
if (m == null) {
|
|
223
|
+
return null;
|
|
224
|
+
}
|
|
225
|
+
e = m;
|
|
226
|
+
}
|
|
227
|
+
else {
|
|
228
|
+
if (e != null) {
|
|
229
|
+
let n = e;
|
|
230
|
+
let o = n.e(h, i);
|
|
231
|
+
if (o == null) {
|
|
232
|
+
return null;
|
|
233
|
+
}
|
|
234
|
+
e = o;
|
|
235
|
+
}
|
|
236
|
+
else {
|
|
237
|
+
if (this.h == null) {
|
|
238
|
+
return null;
|
|
239
|
+
}
|
|
240
|
+
for (let p = 0; p < this.h.count; p++) {
|
|
241
|
+
if (Base.equalsStatic(this.h._inner[p].a3, h)) {
|
|
242
|
+
e = this.h._inner[p];
|
|
243
|
+
break;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
if (e == null) {
|
|
247
|
+
return null;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
return typeCast(PropertyEditorPropertyDescription.$, e);
|
|
253
|
+
}
|
|
254
|
+
c() {
|
|
255
|
+
return ((() => {
|
|
256
|
+
let $ret = new PropertyEditorDataSource();
|
|
257
|
+
$ret.b = this.b;
|
|
258
|
+
$ret.n = this.n;
|
|
259
|
+
return $ret;
|
|
260
|
+
})());
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
export { PropertyEditorDataSource };
|
|
264
|
+
/**
|
|
265
|
+
* @hidden
|
|
266
|
+
*/
|
|
267
|
+
class PropertyEditorPropertyDescription extends Base {
|
|
268
|
+
constructor() {
|
|
269
|
+
super(...arguments);
|
|
270
|
+
this.au = null;
|
|
271
|
+
this.aw = null;
|
|
272
|
+
this.at = null;
|
|
273
|
+
this.ax = null;
|
|
274
|
+
this.u = 0;
|
|
275
|
+
this.t = 0;
|
|
276
|
+
this.av = null;
|
|
277
|
+
this.x = false;
|
|
278
|
+
this.as = null;
|
|
279
|
+
this.a = null;
|
|
280
|
+
this.b = null;
|
|
281
|
+
this.aa = false;
|
|
282
|
+
this.ao = null;
|
|
283
|
+
this.an = null;
|
|
284
|
+
this.ag = NaN;
|
|
285
|
+
this.ad = NaN;
|
|
286
|
+
this.ae = NaN;
|
|
287
|
+
this.af = NaN;
|
|
288
|
+
this.ah = NaN;
|
|
289
|
+
this.g = null;
|
|
290
|
+
this.f = null;
|
|
291
|
+
this.k = new PropertyEditorDescriptionObjectCollection();
|
|
292
|
+
this.j = new PropertyEditorDescriptionObjectCollection();
|
|
293
|
+
this.y = false;
|
|
294
|
+
this.q = new PropertyEditorPropertyDescriptionCollection();
|
|
295
|
+
this.e = null;
|
|
296
|
+
this.propertyChanged = null;
|
|
297
|
+
this.buttonClicked = null;
|
|
298
|
+
this.changed = null;
|
|
299
|
+
this.targetPropertyUpdating = null;
|
|
300
|
+
this.coercingValue = null;
|
|
301
|
+
}
|
|
302
|
+
static { this.$t = markType(PropertyEditorPropertyDescription, 'PropertyEditorPropertyDescription', Base.$, [INotifyPropertyChanged_$type]); }
|
|
303
|
+
get a0() {
|
|
304
|
+
return this.au;
|
|
305
|
+
}
|
|
306
|
+
set a0(a) {
|
|
307
|
+
let b = this.au;
|
|
308
|
+
this.au = a;
|
|
309
|
+
if (b != this.au) {
|
|
310
|
+
this.a8("Name", b, a);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
get a3() {
|
|
314
|
+
return this.aw;
|
|
315
|
+
}
|
|
316
|
+
set a3(a) {
|
|
317
|
+
let b = this.aw;
|
|
318
|
+
this.aw = a;
|
|
319
|
+
if (this.aw != b) {
|
|
320
|
+
this.a8("PropertyPath", b, a);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
get az() {
|
|
324
|
+
return this.at;
|
|
325
|
+
}
|
|
326
|
+
set az(a) {
|
|
327
|
+
let b = this.at;
|
|
328
|
+
this.at = a;
|
|
329
|
+
if (this.at != b) {
|
|
330
|
+
this.a8("Label", b, a);
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
get a4() {
|
|
334
|
+
return this.ax;
|
|
335
|
+
}
|
|
336
|
+
set a4(a) {
|
|
337
|
+
let b = this.ax;
|
|
338
|
+
this.ax = a;
|
|
339
|
+
if (this.ax != b) {
|
|
340
|
+
this.a8("Subtitle", b, a);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
get w() {
|
|
344
|
+
return this.u;
|
|
345
|
+
}
|
|
346
|
+
set w(a) {
|
|
347
|
+
let b = this.u;
|
|
348
|
+
this.u = a;
|
|
349
|
+
if (this.u != b) {
|
|
350
|
+
this.a8("ValueType", enumGetBox(PropertyEditorValueType_$type, b), enumGetBox(PropertyEditorValueType_$type, a));
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
get v() {
|
|
354
|
+
return this.t;
|
|
355
|
+
}
|
|
356
|
+
set v(a) {
|
|
357
|
+
let b = this.t;
|
|
358
|
+
this.t = a;
|
|
359
|
+
if (this.t != b) {
|
|
360
|
+
this.a8("CoercedValueType", enumGetBox(PropertyEditorValueType_$type, b), enumGetBox(PropertyEditorValueType_$type, a));
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
get a2() {
|
|
364
|
+
return this.av;
|
|
365
|
+
}
|
|
366
|
+
set a2(a) {
|
|
367
|
+
let b = this.av;
|
|
368
|
+
this.av = a;
|
|
369
|
+
if (this.av != b) {
|
|
370
|
+
this.a8("PropertyDescriptionType", b, a);
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
get ab() {
|
|
374
|
+
return this.x;
|
|
375
|
+
}
|
|
376
|
+
set ab(a) {
|
|
377
|
+
let b = this.x;
|
|
378
|
+
this.x = a;
|
|
379
|
+
if (this.x != b) {
|
|
380
|
+
this.a8("ShouldOverrideDefaultEditor", b, a);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
get ay() {
|
|
384
|
+
return this.as;
|
|
385
|
+
}
|
|
386
|
+
set ay(a) {
|
|
387
|
+
let b = this.as;
|
|
388
|
+
this.as = a;
|
|
389
|
+
if (this.as != b) {
|
|
390
|
+
this.a8("ElementDescriptionType", b, a);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
get c() {
|
|
394
|
+
return this.a;
|
|
395
|
+
}
|
|
396
|
+
set c(a) {
|
|
397
|
+
let b = this.a;
|
|
398
|
+
this.a = a;
|
|
399
|
+
if (this.a != b) {
|
|
400
|
+
this.a8("DropDownNames", b, a);
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
get d() {
|
|
404
|
+
return this.b;
|
|
405
|
+
}
|
|
406
|
+
set d(a) {
|
|
407
|
+
let b = this.b;
|
|
408
|
+
this.b = a;
|
|
409
|
+
if (this.b != b) {
|
|
410
|
+
this.a8("DropDownValues", b, a);
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
get ar() {
|
|
414
|
+
return this.ao;
|
|
415
|
+
}
|
|
416
|
+
set ar(a) {
|
|
417
|
+
let b = this.ao;
|
|
418
|
+
this.ao = a;
|
|
419
|
+
if (this.ao != b) {
|
|
420
|
+
this.a8("PrimitiveValue", b, a);
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
get ap() {
|
|
424
|
+
return this.an;
|
|
425
|
+
}
|
|
426
|
+
set ap(a) {
|
|
427
|
+
let b = this.an;
|
|
428
|
+
this.an = a;
|
|
429
|
+
if (this.ao != b) {
|
|
430
|
+
this.a8("CoercedPrimitiveValue", b, a);
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
get al() {
|
|
434
|
+
return this.ag;
|
|
435
|
+
}
|
|
436
|
+
set al(a) {
|
|
437
|
+
let b = this.ag;
|
|
438
|
+
this.ag = a;
|
|
439
|
+
if (this.ag != b) {
|
|
440
|
+
this.a8("Min", b, a);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
get ai() {
|
|
444
|
+
return this.ad;
|
|
445
|
+
}
|
|
446
|
+
set ai(a) {
|
|
447
|
+
let b = this.ad;
|
|
448
|
+
this.ad = a;
|
|
449
|
+
if (this.ad != b) {
|
|
450
|
+
this.a8("EditorWidth", b, a);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
get aj() {
|
|
454
|
+
return this.ae;
|
|
455
|
+
}
|
|
456
|
+
set aj(a) {
|
|
457
|
+
let b = this.ae;
|
|
458
|
+
this.ae = a;
|
|
459
|
+
if (this.ae != b) {
|
|
460
|
+
this.a8("LabelWidth", b, a);
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
get ak() {
|
|
464
|
+
return this.af;
|
|
465
|
+
}
|
|
466
|
+
set ak(a) {
|
|
467
|
+
let b = this.af;
|
|
468
|
+
this.af = a;
|
|
469
|
+
if (this.af != b) {
|
|
470
|
+
this.a8("Max", b, a);
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
get am() {
|
|
474
|
+
return this.ah;
|
|
475
|
+
}
|
|
476
|
+
set am(a) {
|
|
477
|
+
let b = this.ah;
|
|
478
|
+
this.ah = a;
|
|
479
|
+
if (this.ah != b) {
|
|
480
|
+
this.a8("Step", b, a);
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
get i() {
|
|
484
|
+
return this.g;
|
|
485
|
+
}
|
|
486
|
+
set i(a) {
|
|
487
|
+
let b = this.g;
|
|
488
|
+
this.g = a;
|
|
489
|
+
if (this.g != b) {
|
|
490
|
+
this.a8("ComplexValue", b, a);
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
get h() {
|
|
494
|
+
return this.f;
|
|
495
|
+
}
|
|
496
|
+
set h(a) {
|
|
497
|
+
let b = this.f;
|
|
498
|
+
this.f = a;
|
|
499
|
+
if (this.f != b) {
|
|
500
|
+
this.a8("CoercedComplexValue", b, a);
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
get m() {
|
|
504
|
+
return this.k;
|
|
505
|
+
}
|
|
506
|
+
set m(a) {
|
|
507
|
+
let b = this.k;
|
|
508
|
+
this.k = a;
|
|
509
|
+
if (this.k != b) {
|
|
510
|
+
this.a8("ComplexValues", b, a);
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
get l() {
|
|
514
|
+
return this.j;
|
|
515
|
+
}
|
|
516
|
+
set l(a) {
|
|
517
|
+
let b = this.j;
|
|
518
|
+
this.j = a;
|
|
519
|
+
if (this.j != b) {
|
|
520
|
+
this.a8("CoercedComplexValues", b, a);
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
get ac() {
|
|
524
|
+
return this.y;
|
|
525
|
+
}
|
|
526
|
+
set ac(a) {
|
|
527
|
+
let b = this.y;
|
|
528
|
+
this.y = a;
|
|
529
|
+
if (this.y != b) {
|
|
530
|
+
this.a8("UseCoercedValue", b, a);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
get r() {
|
|
534
|
+
return this.q;
|
|
535
|
+
}
|
|
536
|
+
set r(a) {
|
|
537
|
+
let b = this.q;
|
|
538
|
+
this.q = a;
|
|
539
|
+
if (this.q != b) {
|
|
540
|
+
this.a8("Properties", b, a);
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
a8(a, b, c) {
|
|
544
|
+
if (a == "PrimitiveValue") {
|
|
545
|
+
this.a7();
|
|
546
|
+
}
|
|
547
|
+
if (this.propertyChanged != null) {
|
|
548
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
z(a) {
|
|
552
|
+
let b = false;
|
|
553
|
+
if (a == null) {
|
|
554
|
+
return false;
|
|
555
|
+
}
|
|
556
|
+
if (a.c != null && (this.c == null || !this.ab)) {
|
|
557
|
+
this.c = a.c;
|
|
558
|
+
}
|
|
559
|
+
if (a.d != null && (this.d == null || !this.ab)) {
|
|
560
|
+
this.d = a.d;
|
|
561
|
+
}
|
|
562
|
+
if (a.ay != null && (this.ay == null || !this.ab)) {
|
|
563
|
+
this.ay = a.ay;
|
|
564
|
+
}
|
|
565
|
+
if (a.a2 != null && (this.a2 == null || !this.ab)) {
|
|
566
|
+
this.a2 = a.a2;
|
|
567
|
+
}
|
|
568
|
+
if (a.w != 0 && (this.w == 0 || !this.ab)) {
|
|
569
|
+
this.w = a.w;
|
|
570
|
+
b = true;
|
|
571
|
+
}
|
|
572
|
+
if (a.v != 0 && (this.v == 0 || !this.ab)) {
|
|
573
|
+
this.v = a.v;
|
|
574
|
+
b = true;
|
|
575
|
+
}
|
|
576
|
+
if (a.ac) {
|
|
577
|
+
this.ac = a.ac;
|
|
578
|
+
}
|
|
579
|
+
return true;
|
|
580
|
+
}
|
|
581
|
+
aq(a, b) {
|
|
582
|
+
if (b) {
|
|
583
|
+
return this.e;
|
|
584
|
+
}
|
|
585
|
+
if (this.e != null) {
|
|
586
|
+
return this.e.e(a, false);
|
|
587
|
+
}
|
|
588
|
+
return null;
|
|
589
|
+
}
|
|
590
|
+
a6() {
|
|
591
|
+
if (this.buttonClicked != null) {
|
|
592
|
+
this.buttonClicked(this, new PropertyEditorPropertyDescriptionButtonClickEventArgs());
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
a5() {
|
|
596
|
+
if (this.changed != null) {
|
|
597
|
+
this.changed(this, ((() => {
|
|
598
|
+
let $ret = new PropertyEditorPropertyDescriptionChangedEventArgs();
|
|
599
|
+
$ret.newValue = this.ar;
|
|
600
|
+
return $ret;
|
|
601
|
+
})()));
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
a9(a, b, c) {
|
|
605
|
+
if (this.targetPropertyUpdating != null) {
|
|
606
|
+
this.targetPropertyUpdating(this, ((() => {
|
|
607
|
+
let $ret = new PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs();
|
|
608
|
+
$ret.propertyPath = a;
|
|
609
|
+
$ret.target = b;
|
|
610
|
+
$ret.value = c;
|
|
611
|
+
return $ret;
|
|
612
|
+
})()));
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
a7() {
|
|
616
|
+
if (this.coercingValue != null) {
|
|
617
|
+
let a = ((() => {
|
|
618
|
+
let $ret = new PropertyEditorPropertyDescriptionCoercingValueEventArgs();
|
|
619
|
+
$ret.value = this.ar;
|
|
620
|
+
$ret.complexValue = this.i;
|
|
621
|
+
$ret.complexValues = this.m;
|
|
622
|
+
return $ret;
|
|
623
|
+
})());
|
|
624
|
+
this.coercingValue(this, a);
|
|
625
|
+
this.ap = a.value;
|
|
626
|
+
this.h = a.complexValue;
|
|
627
|
+
this.l = a.complexValues;
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
export { PropertyEditorPropertyDescription };
|
|
632
|
+
/**
|
|
633
|
+
* @hidden
|
|
634
|
+
*/
|
|
635
|
+
class PropertyEditorPropertyDescriptionCoercingValueEventArgs extends EventArgs {
|
|
636
|
+
constructor() {
|
|
637
|
+
super(...arguments);
|
|
638
|
+
this._value = null;
|
|
639
|
+
this._complexValue = null;
|
|
640
|
+
this._complexValues = null;
|
|
641
|
+
}
|
|
642
|
+
static { this.$t = markType(PropertyEditorPropertyDescriptionCoercingValueEventArgs, 'PropertyEditorPropertyDescriptionCoercingValueEventArgs', EventArgs.$); }
|
|
643
|
+
get value() {
|
|
644
|
+
return this._value;
|
|
645
|
+
}
|
|
646
|
+
set value(a) {
|
|
647
|
+
this._value = a;
|
|
648
|
+
}
|
|
649
|
+
get complexValue() {
|
|
650
|
+
return this._complexValue;
|
|
651
|
+
}
|
|
652
|
+
set complexValue(a) {
|
|
653
|
+
this._complexValue = a;
|
|
654
|
+
}
|
|
655
|
+
get complexValues() {
|
|
656
|
+
return this._complexValues;
|
|
657
|
+
}
|
|
658
|
+
set complexValues(a) {
|
|
659
|
+
this._complexValues = a;
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
export { PropertyEditorPropertyDescriptionCoercingValueEventArgs };
|
|
663
|
+
/**
|
|
664
|
+
* @hidden
|
|
665
|
+
*/
|
|
666
|
+
class PropertyEditorDescriptionObject extends Base {
|
|
667
|
+
constructor() {
|
|
668
|
+
super(...arguments);
|
|
669
|
+
this.b = null;
|
|
670
|
+
this.a = null;
|
|
671
|
+
}
|
|
672
|
+
static { this.$t = markType(PropertyEditorDescriptionObject, 'PropertyEditorDescriptionObject'); }
|
|
673
|
+
}
|
|
674
|
+
export { PropertyEditorDescriptionObject };
|
|
675
|
+
/**
|
|
676
|
+
* @hidden
|
|
677
|
+
*/
|
|
678
|
+
class PropertyEditorDescriptionObjectCollection extends ObservableCollection$1 {
|
|
679
|
+
static { this.$t = markType(PropertyEditorDescriptionObjectCollection, 'PropertyEditorDescriptionObjectCollection', ObservableCollection$1.$.specialize(PropertyEditorDescriptionObject.$)); }
|
|
680
|
+
constructor() {
|
|
681
|
+
super(PropertyEditorDescriptionObject.$, 0);
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
export { PropertyEditorDescriptionObjectCollection };
|
|
685
|
+
/**
|
|
686
|
+
* @hidden
|
|
687
|
+
*/
|
|
688
|
+
class PropertyEditorPropertyDescriptionCollection extends ObservableCollection$1 {
|
|
689
|
+
static { this.$t = markType(PropertyEditorPropertyDescriptionCollection, 'PropertyEditorPropertyDescriptionCollection', ObservableCollection$1.$.specialize(PropertyEditorPropertyDescription.$)); }
|
|
690
|
+
constructor() {
|
|
691
|
+
super(PropertyEditorPropertyDescription.$, 0);
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
export { PropertyEditorPropertyDescriptionCollection };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PropertyEditorDescriptionObject } from "./PropertyEditorDataSource_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { PropertyEditorDescriptionObject } from "./PropertyEditorDataSource_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PropertyEditorDescriptionObjectCollection } from "./PropertyEditorDataSource_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { PropertyEditorDescriptionObjectCollection } from "./PropertyEditorDataSource_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PropertyEditorPanel } from "./PropertyEditorPanelView_combined";
|