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,483 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
3
|
+
import { Rect } from "igniteui-webcomponents-core";
|
|
4
|
+
import { NativeUIGrid } from "igniteui-webcomponents-core";
|
|
5
|
+
import { ListPanel } from "./ListPanel";
|
|
6
|
+
import { NativeUIPopup } from "igniteui-webcomponents-core";
|
|
7
|
+
import { NativeUIInput } from "igniteui-webcomponents-core";
|
|
8
|
+
import { NativeUIContent } from "igniteui-webcomponents-core";
|
|
9
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
10
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
11
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
12
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
13
|
+
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
14
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
15
|
+
import { IDataSource } from "igniteui-webcomponents-core";
|
|
16
|
+
import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
|
|
17
|
+
import { ComboEditorTextChangedEventArgs } from "./ComboEditorTextChangedEventArgs";
|
|
18
|
+
import { ComboEditorValueChangedEventArgs } from "./ComboEditorValueChangedEventArgs";
|
|
19
|
+
import { ComboEditorVisualModelExport } from "./ComboEditorVisualModelExport";
|
|
20
|
+
import { ComboEditorGotFocusEventArgs } from "./ComboEditorGotFocusEventArgs";
|
|
21
|
+
import { ComboEditorLostFocusEventArgs } from "./ComboEditorLostFocusEventArgs";
|
|
22
|
+
import { KeyEventArgs } from "igniteui-webcomponents-core";
|
|
23
|
+
import { InputChangeEventArgs } from "igniteui-webcomponents-inputs";
|
|
24
|
+
import { NativeUIKeyEventArgs } from "igniteui-webcomponents-core";
|
|
25
|
+
import { NativeUIInputChangingEventArgs } from "igniteui-webcomponents-core";
|
|
26
|
+
import { IDataSourceUpdateNotifier } from "igniteui-webcomponents-core";
|
|
27
|
+
/**
|
|
28
|
+
* @hidden
|
|
29
|
+
*/
|
|
30
|
+
export declare class ComboEditorView extends Base {
|
|
31
|
+
static $t: Type;
|
|
32
|
+
constructor(a: ComboEditor);
|
|
33
|
+
g(): void;
|
|
34
|
+
r(): Rect;
|
|
35
|
+
f(a: NativeUIGrid, b: (arg1: ListPanel) => void): void;
|
|
36
|
+
i(): void;
|
|
37
|
+
private b;
|
|
38
|
+
h(): void;
|
|
39
|
+
private q;
|
|
40
|
+
a: ComboEditor;
|
|
41
|
+
c: DomRenderer;
|
|
42
|
+
k(a: NativeUIInput): void;
|
|
43
|
+
l(a: string): void;
|
|
44
|
+
o(): void;
|
|
45
|
+
n(): void;
|
|
46
|
+
p(): void;
|
|
47
|
+
j(a: DomRenderer): void;
|
|
48
|
+
d(): any;
|
|
49
|
+
m(a: NativeUIContent, b: FontInfo): void;
|
|
50
|
+
e(a: NativeUIGrid, b: ListPanel): void;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* @hidden
|
|
54
|
+
*/
|
|
55
|
+
export declare class ComboEditor extends Base implements INotifyPropertyChanged {
|
|
56
|
+
static $t: Type;
|
|
57
|
+
static ag: BaseControlTheme;
|
|
58
|
+
d0: any;
|
|
59
|
+
kl: Brush;
|
|
60
|
+
km: Brush;
|
|
61
|
+
c8: number;
|
|
62
|
+
k6: Thickness;
|
|
63
|
+
ji: CornerRadius;
|
|
64
|
+
kn: Brush;
|
|
65
|
+
c9: number;
|
|
66
|
+
ko: Brush;
|
|
67
|
+
da: number;
|
|
68
|
+
db: number;
|
|
69
|
+
kp: Brush;
|
|
70
|
+
dc: number;
|
|
71
|
+
dd: number;
|
|
72
|
+
kq: Brush;
|
|
73
|
+
de: number;
|
|
74
|
+
kr: Brush;
|
|
75
|
+
df: number;
|
|
76
|
+
dg: number;
|
|
77
|
+
dh: number;
|
|
78
|
+
static ki: Brush;
|
|
79
|
+
static kk: Brush;
|
|
80
|
+
static kj: Brush;
|
|
81
|
+
constructor();
|
|
82
|
+
private gz;
|
|
83
|
+
private bi;
|
|
84
|
+
private get bj();
|
|
85
|
+
protected aa(): ComboEditorView;
|
|
86
|
+
protected iq(a: string, b: any, c: any): void;
|
|
87
|
+
private a0;
|
|
88
|
+
private get a1();
|
|
89
|
+
ab: ComboEditorView;
|
|
90
|
+
focus(a: boolean): void;
|
|
91
|
+
setName(a: string): void;
|
|
92
|
+
private bl;
|
|
93
|
+
get disallowTabFocus(): boolean;
|
|
94
|
+
set disallowTabFocus(a: boolean);
|
|
95
|
+
private c;
|
|
96
|
+
get g(): string[];
|
|
97
|
+
set g(a: string[]);
|
|
98
|
+
private ju;
|
|
99
|
+
get kg(): Brush;
|
|
100
|
+
set kg(a: Brush);
|
|
101
|
+
private jj;
|
|
102
|
+
get j5(): Brush;
|
|
103
|
+
set j5(a: Brush);
|
|
104
|
+
private af;
|
|
105
|
+
get ai(): BaseControlTheme;
|
|
106
|
+
set ai(a: BaseControlTheme);
|
|
107
|
+
private ae;
|
|
108
|
+
get ah(): BaseControlTheme;
|
|
109
|
+
set ah(a: BaseControlTheme);
|
|
110
|
+
private jv;
|
|
111
|
+
get kh(): Brush;
|
|
112
|
+
set kh(a: Brush);
|
|
113
|
+
private jk;
|
|
114
|
+
get j6(): Brush;
|
|
115
|
+
set j6(a: Brush);
|
|
116
|
+
private cm;
|
|
117
|
+
get c6(): number;
|
|
118
|
+
set c6(a: number);
|
|
119
|
+
private cc;
|
|
120
|
+
get cw(): number;
|
|
121
|
+
set cw(a: number);
|
|
122
|
+
private k3;
|
|
123
|
+
get k5(): Thickness;
|
|
124
|
+
set k5(a: Thickness);
|
|
125
|
+
private k2;
|
|
126
|
+
get k4(): Thickness;
|
|
127
|
+
set k4(a: Thickness);
|
|
128
|
+
private jf;
|
|
129
|
+
get jh(): CornerRadius;
|
|
130
|
+
set jh(a: CornerRadius);
|
|
131
|
+
private je;
|
|
132
|
+
get jg(): CornerRadius;
|
|
133
|
+
set jg(a: CornerRadius);
|
|
134
|
+
private b;
|
|
135
|
+
get f(): string[];
|
|
136
|
+
set f(a: string[]);
|
|
137
|
+
private al;
|
|
138
|
+
get density(): ControlDisplayDensity;
|
|
139
|
+
set density(a: ControlDisplayDensity);
|
|
140
|
+
private ak;
|
|
141
|
+
get am(): ControlDisplayDensity;
|
|
142
|
+
set am(a: ControlDisplayDensity);
|
|
143
|
+
private bw;
|
|
144
|
+
get dropDownButtonVisible(): boolean;
|
|
145
|
+
set dropDownButtonVisible(a: boolean);
|
|
146
|
+
private jw;
|
|
147
|
+
get kt(): Brush;
|
|
148
|
+
set kt(a: Brush);
|
|
149
|
+
private jl;
|
|
150
|
+
get j7(): Brush;
|
|
151
|
+
set j7(a: Brush);
|
|
152
|
+
private cn;
|
|
153
|
+
get di(): number;
|
|
154
|
+
set di(a: number);
|
|
155
|
+
private cd;
|
|
156
|
+
get cx(): number;
|
|
157
|
+
set cx(a: number);
|
|
158
|
+
private jx;
|
|
159
|
+
get ku(): Brush;
|
|
160
|
+
set ku(a: Brush);
|
|
161
|
+
private jm;
|
|
162
|
+
get j8(): Brush;
|
|
163
|
+
set j8(a: Brush);
|
|
164
|
+
private co;
|
|
165
|
+
get dj(): number;
|
|
166
|
+
set dj(a: number);
|
|
167
|
+
private ce;
|
|
168
|
+
get cy(): number;
|
|
169
|
+
set cy(a: number);
|
|
170
|
+
private cp;
|
|
171
|
+
get dk(): number;
|
|
172
|
+
set dk(a: number);
|
|
173
|
+
private cf;
|
|
174
|
+
get cz(): number;
|
|
175
|
+
set cz(a: number);
|
|
176
|
+
private jy;
|
|
177
|
+
get kv(): Brush;
|
|
178
|
+
set kv(a: Brush);
|
|
179
|
+
private jn;
|
|
180
|
+
get j9(): Brush;
|
|
181
|
+
set j9(a: Brush);
|
|
182
|
+
private cq;
|
|
183
|
+
get dl(): number;
|
|
184
|
+
set dl(a: number);
|
|
185
|
+
private cg;
|
|
186
|
+
get c0(): number;
|
|
187
|
+
set c0(a: number);
|
|
188
|
+
private cr;
|
|
189
|
+
get dm(): number;
|
|
190
|
+
set dm(a: number);
|
|
191
|
+
private ch;
|
|
192
|
+
get c1(): number;
|
|
193
|
+
set c1(a: number);
|
|
194
|
+
private du;
|
|
195
|
+
get itemsSource(): any;
|
|
196
|
+
set itemsSource(a: any);
|
|
197
|
+
get actualDataSource(): IDataSource;
|
|
198
|
+
private f2;
|
|
199
|
+
get f0(): string;
|
|
200
|
+
set f0(a: string);
|
|
201
|
+
private jz;
|
|
202
|
+
get kw(): Brush;
|
|
203
|
+
set kw(a: Brush);
|
|
204
|
+
private jo;
|
|
205
|
+
get ka(): Brush;
|
|
206
|
+
set ka(a: Brush);
|
|
207
|
+
static ay: FontInfo;
|
|
208
|
+
private as;
|
|
209
|
+
get a2(): FontInfo;
|
|
210
|
+
set a2(a: FontInfo);
|
|
211
|
+
private ap;
|
|
212
|
+
get av(): FontInfo;
|
|
213
|
+
set av(a: FontInfo);
|
|
214
|
+
private bs;
|
|
215
|
+
get actualLabelVisible(): boolean;
|
|
216
|
+
set actualLabelVisible(a: boolean);
|
|
217
|
+
private f5;
|
|
218
|
+
get f6(): string;
|
|
219
|
+
set f6(a: string);
|
|
220
|
+
private er;
|
|
221
|
+
get actualNoMatchesFoundLabel(): string;
|
|
222
|
+
set actualNoMatchesFoundLabel(a: string);
|
|
223
|
+
private j0;
|
|
224
|
+
get kx(): Brush;
|
|
225
|
+
set kx(a: Brush);
|
|
226
|
+
static readonly et: string;
|
|
227
|
+
private jp;
|
|
228
|
+
get kb(): Brush;
|
|
229
|
+
set kb(a: Brush);
|
|
230
|
+
private j1;
|
|
231
|
+
get ky(): Brush;
|
|
232
|
+
set ky(a: Brush);
|
|
233
|
+
private jq;
|
|
234
|
+
get kc(): Brush;
|
|
235
|
+
set kc(a: Brush);
|
|
236
|
+
static az: FontInfo;
|
|
237
|
+
private at;
|
|
238
|
+
get a3(): FontInfo;
|
|
239
|
+
set a3(a: FontInfo);
|
|
240
|
+
private aq;
|
|
241
|
+
get aw(): FontInfo;
|
|
242
|
+
set aw(a: FontInfo);
|
|
243
|
+
private gd;
|
|
244
|
+
get gc(): string;
|
|
245
|
+
set gc(a: string);
|
|
246
|
+
static ks: Brush;
|
|
247
|
+
private j2;
|
|
248
|
+
get kz(): Brush;
|
|
249
|
+
set kz(a: Brush);
|
|
250
|
+
private jr;
|
|
251
|
+
get kd(): Brush;
|
|
252
|
+
set kd(a: Brush);
|
|
253
|
+
private au;
|
|
254
|
+
get a4(): FontInfo;
|
|
255
|
+
set a4(a: FontInfo);
|
|
256
|
+
private ar;
|
|
257
|
+
get ax(): FontInfo;
|
|
258
|
+
set ax(a: FontInfo);
|
|
259
|
+
private j3;
|
|
260
|
+
get k0(): Brush;
|
|
261
|
+
set k0(a: Brush);
|
|
262
|
+
private js;
|
|
263
|
+
get ke(): Brush;
|
|
264
|
+
set ke(a: Brush);
|
|
265
|
+
private cs;
|
|
266
|
+
get dn(): number;
|
|
267
|
+
set dn(a: number);
|
|
268
|
+
private ci;
|
|
269
|
+
get c2(): number;
|
|
270
|
+
set c2(a: number);
|
|
271
|
+
private j4;
|
|
272
|
+
get k1(): Brush;
|
|
273
|
+
set k1(a: Brush);
|
|
274
|
+
private jt;
|
|
275
|
+
get kf(): Brush;
|
|
276
|
+
set kf(a: Brush);
|
|
277
|
+
private ct;
|
|
278
|
+
get dp(): number;
|
|
279
|
+
set dp(a: number);
|
|
280
|
+
private cj;
|
|
281
|
+
get c3(): number;
|
|
282
|
+
set c3(a: number);
|
|
283
|
+
private cu;
|
|
284
|
+
get dq(): number;
|
|
285
|
+
set dq(a: number);
|
|
286
|
+
private ck;
|
|
287
|
+
get c4(): number;
|
|
288
|
+
set c4(a: number);
|
|
289
|
+
private cv;
|
|
290
|
+
get dr(): number;
|
|
291
|
+
set dr(a: number);
|
|
292
|
+
private cl;
|
|
293
|
+
get c5(): number;
|
|
294
|
+
set c5(a: number);
|
|
295
|
+
private bk;
|
|
296
|
+
get bu(): boolean;
|
|
297
|
+
set bu(a: boolean);
|
|
298
|
+
private d6;
|
|
299
|
+
get gh(): string;
|
|
300
|
+
set gh(a: string);
|
|
301
|
+
private d5;
|
|
302
|
+
get text(): string;
|
|
303
|
+
set text(a: string);
|
|
304
|
+
private d;
|
|
305
|
+
get j(): string[];
|
|
306
|
+
set j(a: string[]);
|
|
307
|
+
private a;
|
|
308
|
+
get e(): string[];
|
|
309
|
+
set e(a: string[]);
|
|
310
|
+
private dv;
|
|
311
|
+
get value(): any;
|
|
312
|
+
set value(a: any);
|
|
313
|
+
private q;
|
|
314
|
+
get s(): InputGroupDisplayType;
|
|
315
|
+
set s(a: InputGroupDisplayType);
|
|
316
|
+
private dx;
|
|
317
|
+
fu(): string;
|
|
318
|
+
private dy;
|
|
319
|
+
private fr;
|
|
320
|
+
private ft;
|
|
321
|
+
private h;
|
|
322
|
+
i(): string[];
|
|
323
|
+
h9(a: any): void;
|
|
324
|
+
private b2;
|
|
325
|
+
private ip;
|
|
326
|
+
iz(a: string): void;
|
|
327
|
+
jd(): void;
|
|
328
|
+
private i4;
|
|
329
|
+
closeUp(): void;
|
|
330
|
+
destroy(): void;
|
|
331
|
+
dropDown(): void;
|
|
332
|
+
select(): void;
|
|
333
|
+
notifySizeChanged(): void;
|
|
334
|
+
provideRenderer(a: DomRenderer): void;
|
|
335
|
+
dw(): any;
|
|
336
|
+
fk(): string;
|
|
337
|
+
u(): ComboEditorVisualModelExport;
|
|
338
|
+
private bn;
|
|
339
|
+
get b4(): boolean;
|
|
340
|
+
set b4(a: boolean);
|
|
341
|
+
private bq;
|
|
342
|
+
get b9(): boolean;
|
|
343
|
+
set b9(a: boolean);
|
|
344
|
+
private br;
|
|
345
|
+
get cb(): boolean;
|
|
346
|
+
set cb(a: boolean);
|
|
347
|
+
gotFocus: (sender: any, args: ComboEditorGotFocusEventArgs) => void;
|
|
348
|
+
lostFocus: (sender: any, args: ComboEditorLostFocusEventArgs) => void;
|
|
349
|
+
textValueChanged: (sender: any, args: ComboEditorTextChangedEventArgs) => void;
|
|
350
|
+
selectedValueChanged: (sender: any, args: ComboEditorValueChangedEventArgs) => void;
|
|
351
|
+
keyDown: (sender: any, args: KeyEventArgs) => void;
|
|
352
|
+
change: (sender: any, args: InputChangeEventArgs) => void;
|
|
353
|
+
changing: (sender: any, args: InputChangeEventArgs) => void;
|
|
354
|
+
h2(a: ComboEditorGotFocusEventArgs): void;
|
|
355
|
+
h5(a: ComboEditorLostFocusEventArgs): void;
|
|
356
|
+
id(a: ComboEditorTextChangedEventArgs): void;
|
|
357
|
+
private ia;
|
|
358
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
359
|
+
protected h7(a: string, b: any, c: any): void;
|
|
360
|
+
h4(a: NativeUIKeyEventArgs): void;
|
|
361
|
+
hr(a: NativeUIInputChangingEventArgs): void;
|
|
362
|
+
private a6;
|
|
363
|
+
private a9;
|
|
364
|
+
private a7;
|
|
365
|
+
private bd;
|
|
366
|
+
private bg;
|
|
367
|
+
private ac;
|
|
368
|
+
private static readonly d2;
|
|
369
|
+
private static readonly d4;
|
|
370
|
+
private static readonly d3;
|
|
371
|
+
private d7;
|
|
372
|
+
private ca;
|
|
373
|
+
private dt;
|
|
374
|
+
private b6;
|
|
375
|
+
private l;
|
|
376
|
+
private v;
|
|
377
|
+
private b5;
|
|
378
|
+
private b1;
|
|
379
|
+
private b0;
|
|
380
|
+
private by;
|
|
381
|
+
private ba;
|
|
382
|
+
private a5;
|
|
383
|
+
get ad(): ListPanel;
|
|
384
|
+
private get b7();
|
|
385
|
+
get bh(): NativeUIPopup;
|
|
386
|
+
ie(a: NativeUIGrid): void;
|
|
387
|
+
h1(): void;
|
|
388
|
+
hq(): void;
|
|
389
|
+
protected h6(): void;
|
|
390
|
+
private n;
|
|
391
|
+
private gw;
|
|
392
|
+
private gx;
|
|
393
|
+
private g1;
|
|
394
|
+
get bb(): NativeUIGrid;
|
|
395
|
+
private b3;
|
|
396
|
+
private g2;
|
|
397
|
+
get be(): NativeUIInput;
|
|
398
|
+
private g3;
|
|
399
|
+
private ih;
|
|
400
|
+
hu(a: number, b: number): void;
|
|
401
|
+
hx(a: number, b: any, c: any): void;
|
|
402
|
+
ht(): void;
|
|
403
|
+
hv(a: number, b: any): void;
|
|
404
|
+
hw(a: number, b: any): void;
|
|
405
|
+
h0(a: number, b: number): void;
|
|
406
|
+
ib(a: number, b: any, c: any): void;
|
|
407
|
+
hs(): void;
|
|
408
|
+
h3(a: number, b: any): void;
|
|
409
|
+
h8(a: number, b: any): void;
|
|
410
|
+
g6(): void;
|
|
411
|
+
private m;
|
|
412
|
+
private bz;
|
|
413
|
+
private hb;
|
|
414
|
+
private hd;
|
|
415
|
+
private hn;
|
|
416
|
+
private hp;
|
|
417
|
+
private hy;
|
|
418
|
+
private hz;
|
|
419
|
+
private im;
|
|
420
|
+
private io;
|
|
421
|
+
private is;
|
|
422
|
+
iu(a: number): void;
|
|
423
|
+
private ds;
|
|
424
|
+
private ix;
|
|
425
|
+
private i1;
|
|
426
|
+
private i0;
|
|
427
|
+
private i2;
|
|
428
|
+
i6(): void;
|
|
429
|
+
private i3;
|
|
430
|
+
private i5;
|
|
431
|
+
private i7;
|
|
432
|
+
private i8;
|
|
433
|
+
private i9;
|
|
434
|
+
private gu;
|
|
435
|
+
private fs;
|
|
436
|
+
private ig;
|
|
437
|
+
private ii;
|
|
438
|
+
private ij;
|
|
439
|
+
bo: boolean;
|
|
440
|
+
private ik;
|
|
441
|
+
private il;
|
|
442
|
+
gy(): void;
|
|
443
|
+
g7(a: boolean): void;
|
|
444
|
+
private ja;
|
|
445
|
+
private jb;
|
|
446
|
+
private gv;
|
|
447
|
+
iw(a: boolean): void;
|
|
448
|
+
private b8;
|
|
449
|
+
private jc;
|
|
450
|
+
private g9;
|
|
451
|
+
private iv;
|
|
452
|
+
private get bc();
|
|
453
|
+
private ic;
|
|
454
|
+
private ha;
|
|
455
|
+
private hc;
|
|
456
|
+
private he;
|
|
457
|
+
private bp;
|
|
458
|
+
private hf;
|
|
459
|
+
private hg;
|
|
460
|
+
private hh;
|
|
461
|
+
private hi;
|
|
462
|
+
private hj;
|
|
463
|
+
private hk;
|
|
464
|
+
private bm;
|
|
465
|
+
private a8;
|
|
466
|
+
private bf;
|
|
467
|
+
private hl;
|
|
468
|
+
private hm;
|
|
469
|
+
}
|
|
470
|
+
/**
|
|
471
|
+
* @hidden
|
|
472
|
+
*/
|
|
473
|
+
export declare class ComboEditorDataSourceNotificationHandler extends Base implements IDataSourceUpdateNotifier {
|
|
474
|
+
static $t: Type;
|
|
475
|
+
private a;
|
|
476
|
+
private b;
|
|
477
|
+
constructor(a: ComboEditor, b: boolean);
|
|
478
|
+
rangeActualized(a: number, b: number): void;
|
|
479
|
+
notifySetItem(a: number, b: any, c: any): void;
|
|
480
|
+
notifyClearItems(): void;
|
|
481
|
+
notifyInsertItem(a: number, b: any): void;
|
|
482
|
+
notifyRemoveItem(a: number, b: any): void;
|
|
483
|
+
}
|