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,345 @@
|
|
|
1
|
+
import { ListPanel } from "./ListPanel";
|
|
2
|
+
import { IDataSource } from "igniteui-webcomponents-core";
|
|
3
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
4
|
+
import { IgcListPanelTemplateItemUpdatingEventArgs } from './igc-list-panel-template-item-updating-event-args';
|
|
5
|
+
import { ListPanelOrientation } from './ListPanelOrientation';
|
|
6
|
+
import { IgcListPanelContentRefreshedEventArgs } from './igc-list-panel-content-refreshed-event-args';
|
|
7
|
+
import { IgcListPanelTemplateWidthRequestedEventArgs } from './igc-list-panel-template-width-requested-event-args';
|
|
8
|
+
import { IgcListPanelTemplateHeightRequestedEventArgs } from './igc-list-panel-template-height-requested-event-args';
|
|
9
|
+
import { IExternalListPanel } from './IExternalListPanel';
|
|
10
|
+
import { ScrollbarStyle } from "igniteui-webcomponents-core";
|
|
11
|
+
import { IgcListPanelItemEventArgs } from './igc-list-panel-item-event-args';
|
|
12
|
+
import { IgcListPanelActiveRowChangedEventArgs } from './igc-list-panel-active-row-changed-event-args';
|
|
13
|
+
import { IgcListPanelSelectionChangedEventArgs } from './igc-list-panel-selection-changed-event-args';
|
|
14
|
+
import { IgcListPanelSelectedKeysChangedEventArgs } from './igc-list-panel-selected-keys-changed-event-args';
|
|
15
|
+
import { IgcListPanelSelectedItemsChangedEventArgs } from './igc-list-panel-selected-items-changed-event-args';
|
|
16
|
+
import { IgcListPanelPrimaryKeyValue } from './igc-list-panel-primary-key-value';
|
|
17
|
+
import { IgcListPanelSelectedKeysCollection } from './igc-list-panel-selected-keys-collection';
|
|
18
|
+
import { ListPanelSelectionMode } from './ListPanelSelectionMode';
|
|
19
|
+
import { ListPanelActivationMode } from './ListPanelActivationMode';
|
|
20
|
+
import { ListPanelSelectionBehavior } from './ListPanelSelectionBehavior';
|
|
21
|
+
import { IgcListPanelSelectedItemsCollection } from './igc-list-panel-selected-items-collection';
|
|
22
|
+
import { IgcListPanelContentRecycledEventArgs } from './igc-list-panel-content-recycled-event-args';
|
|
23
|
+
import { IgcListPanelContentRebindEventArgs } from './igc-list-panel-content-rebind-event-args';
|
|
24
|
+
export declare class IgcListPanelComponent extends IgcHTMLElement implements IExternalListPanel {
|
|
25
|
+
private _implementation;
|
|
26
|
+
private _height;
|
|
27
|
+
private _width;
|
|
28
|
+
private _scroller;
|
|
29
|
+
setScrollbarStyle(style: ScrollbarStyle): void;
|
|
30
|
+
setScrollbarColor(color: any): void;
|
|
31
|
+
set height(value: string);
|
|
32
|
+
get height(): string;
|
|
33
|
+
set width(value: string);
|
|
34
|
+
get width(): string;
|
|
35
|
+
private ensureStretch;
|
|
36
|
+
createLocalDataSource(itemsSource: any, schemaIncludedProperties: string[]): IDataSource;
|
|
37
|
+
onContentSizeChanged(): void;
|
|
38
|
+
private _webComponentWrapper;
|
|
39
|
+
private _webComponentRenderer;
|
|
40
|
+
private _content;
|
|
41
|
+
constructor();
|
|
42
|
+
moveViewportTo(x: number, y: number): void;
|
|
43
|
+
onScroll(): void;
|
|
44
|
+
onScrollStart(): void;
|
|
45
|
+
onScrollStop(): void;
|
|
46
|
+
_scrollTo(x: number, y: number): void;
|
|
47
|
+
updateStyle(): void;
|
|
48
|
+
destroy(): void;
|
|
49
|
+
protected createImplementation(): ListPanel;
|
|
50
|
+
get i(): ListPanel;
|
|
51
|
+
private _disconnected;
|
|
52
|
+
disconnectedCallback(): void;
|
|
53
|
+
notifySizeChanged(): void;
|
|
54
|
+
connectedCallback(): void;
|
|
55
|
+
afterContentInit(): void;
|
|
56
|
+
private _dataSource;
|
|
57
|
+
set dataSource(value: any);
|
|
58
|
+
get dataSource(): any;
|
|
59
|
+
private _settingAttributes;
|
|
60
|
+
protected _attached: boolean;
|
|
61
|
+
private _queuedSetAttributes;
|
|
62
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
63
|
+
protected _flushQueuedAttributes(): void;
|
|
64
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
65
|
+
private static _observedAttributesIgcListPanelComponent;
|
|
66
|
+
static get observedAttributes(): string[];
|
|
67
|
+
private _updatingFromAttribute;
|
|
68
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
69
|
+
static htmlTagName: string;
|
|
70
|
+
protected static _isElementRegistered: boolean;
|
|
71
|
+
static register(): void;
|
|
72
|
+
/**
|
|
73
|
+
* Sets or gets the grid selection mode.
|
|
74
|
+
*/
|
|
75
|
+
get selectionMode(): ListPanelSelectionMode;
|
|
76
|
+
set selectionMode(v: ListPanelSelectionMode);
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets whether the active row style will be applied to rows when made active.
|
|
79
|
+
*/
|
|
80
|
+
get isActiveRowStyleEnabled(): boolean;
|
|
81
|
+
set isActiveRowStyleEnabled(v: boolean);
|
|
82
|
+
/**
|
|
83
|
+
* Gets or sets the background color to use for the cells when they are selected
|
|
84
|
+
*/
|
|
85
|
+
get selectedBackground(): string;
|
|
86
|
+
set selectedBackground(v: string);
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets the background color to use.
|
|
89
|
+
*/
|
|
90
|
+
get normalBackground(): string;
|
|
91
|
+
set normalBackground(v: string);
|
|
92
|
+
/**
|
|
93
|
+
* Gets or sets the activation border color to use.
|
|
94
|
+
*/
|
|
95
|
+
get activationBorder(): string;
|
|
96
|
+
set activationBorder(v: string);
|
|
97
|
+
/**
|
|
98
|
+
* Gets or sets the amount of left activation border to use for the cell content for this column.
|
|
99
|
+
*/
|
|
100
|
+
get activationBorderLeftWidth(): number;
|
|
101
|
+
set activationBorderLeftWidth(v: number);
|
|
102
|
+
/**
|
|
103
|
+
* Gets or sets the amount of top activation border to use for the cell content for this column.
|
|
104
|
+
*/
|
|
105
|
+
get activationBorderTopWidth(): number;
|
|
106
|
+
set activationBorderTopWidth(v: number);
|
|
107
|
+
/**
|
|
108
|
+
* Gets or sets the amount of right activation border to use for the cell content of this column.
|
|
109
|
+
*/
|
|
110
|
+
get activationBorderRightWidth(): number;
|
|
111
|
+
set activationBorderRightWidth(v: number);
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the amount of bottom activation border to use for the cell content of this column.
|
|
114
|
+
*/
|
|
115
|
+
get activationBorderBottomWidth(): number;
|
|
116
|
+
set activationBorderBottomWidth(v: number);
|
|
117
|
+
/**
|
|
118
|
+
* Sets or gets the grid selection mode.
|
|
119
|
+
*/
|
|
120
|
+
get activationMode(): ListPanelActivationMode;
|
|
121
|
+
set activationMode(v: ListPanelActivationMode);
|
|
122
|
+
/**
|
|
123
|
+
* Sets or gets how selection behaves in the grid.
|
|
124
|
+
*/
|
|
125
|
+
get selectionBehavior(): ListPanelSelectionBehavior;
|
|
126
|
+
set selectionBehavior(v: ListPanelSelectionBehavior);
|
|
127
|
+
/**
|
|
128
|
+
* Sets or gets the user provided primary key to assume for the data. Certain functionality of the grid requires a way to uniquely identify items in order to work correctly.
|
|
129
|
+
* If a primary key cannot be inferred from the data source, you may need to provide one here.
|
|
130
|
+
*/
|
|
131
|
+
get primaryKey(): string[];
|
|
132
|
+
set primaryKey(v: string[]);
|
|
133
|
+
/**
|
|
134
|
+
* Gets either the inferred primary key from the data source, or the user provided primary key, if present. Represents the actual primary key that the grid will use in operations that require it.
|
|
135
|
+
*/
|
|
136
|
+
get actualPrimaryKey(): string[];
|
|
137
|
+
set actualPrimaryKey(v: string[]);
|
|
138
|
+
private _selectedItems;
|
|
139
|
+
/**
|
|
140
|
+
* Gets which items are currently selected in the grid. Collection can be updated to programatically select items.
|
|
141
|
+
*/
|
|
142
|
+
get selectedItems(): IgcListPanelSelectedItemsCollection;
|
|
143
|
+
set selectedItems(v: IgcListPanelSelectedItemsCollection);
|
|
144
|
+
private _selectedKeys;
|
|
145
|
+
/**
|
|
146
|
+
* Gets which primary key values are currently selected in the grid. Collection can be updated to programatically select items.
|
|
147
|
+
*/
|
|
148
|
+
get selectedKeys(): IgcListPanelSelectedKeysCollection;
|
|
149
|
+
set selectedKeys(v: IgcListPanelSelectedKeysCollection);
|
|
150
|
+
/**
|
|
151
|
+
* Gets either the filtered properties to include in the schema of the data source.
|
|
152
|
+
*/
|
|
153
|
+
get schemaIncludedProperties(): string[];
|
|
154
|
+
set schemaIncludedProperties(v: string[]);
|
|
155
|
+
/**
|
|
156
|
+
* Gets or sets the spacing between items.
|
|
157
|
+
*/
|
|
158
|
+
get itemSpacing(): number;
|
|
159
|
+
set itemSpacing(v: number);
|
|
160
|
+
/**
|
|
161
|
+
* Gets or Sets the property name that contains the values.
|
|
162
|
+
*/
|
|
163
|
+
get rowHeight(): number;
|
|
164
|
+
set rowHeight(v: number);
|
|
165
|
+
get actualRowHeight(): number;
|
|
166
|
+
set actualRowHeight(v: number);
|
|
167
|
+
/**
|
|
168
|
+
* Gets or Sets the property name that contains the values.
|
|
169
|
+
*/
|
|
170
|
+
get cellTextStyle(): string;
|
|
171
|
+
set cellTextStyle(v: string);
|
|
172
|
+
get hasUnevenSizes(): boolean;
|
|
173
|
+
/**
|
|
174
|
+
* Gets or sets the style of scrollbar.
|
|
175
|
+
*/
|
|
176
|
+
get scrollbarStyle(): ScrollbarStyle;
|
|
177
|
+
set scrollbarStyle(v: ScrollbarStyle);
|
|
178
|
+
/**
|
|
179
|
+
* Gets or sets the scrollbar background color.
|
|
180
|
+
*/
|
|
181
|
+
get scrollbarBackground(): string;
|
|
182
|
+
set scrollbarBackground(v: string);
|
|
183
|
+
/**
|
|
184
|
+
* Gets or sets the color to use for the background of the component.
|
|
185
|
+
*/
|
|
186
|
+
get backgroundColor(): string;
|
|
187
|
+
set backgroundColor(v: string);
|
|
188
|
+
/**
|
|
189
|
+
* Gets or sets the color to use for the background of the component.
|
|
190
|
+
*/
|
|
191
|
+
get orientation(): ListPanelOrientation;
|
|
192
|
+
set orientation(v: ListPanelOrientation);
|
|
193
|
+
/**
|
|
194
|
+
* Gets or sets the color to use for the background of the component.
|
|
195
|
+
*/
|
|
196
|
+
get isCustomRowHeightEnabled(): boolean;
|
|
197
|
+
set isCustomRowHeightEnabled(v: boolean);
|
|
198
|
+
/**
|
|
199
|
+
* Gets or sets the color to use for the text of the component.
|
|
200
|
+
*/
|
|
201
|
+
get textColor(): string;
|
|
202
|
+
set textColor(v: string);
|
|
203
|
+
/**
|
|
204
|
+
* Gets or sets the position of the active row.
|
|
205
|
+
*/
|
|
206
|
+
get activeRow(): number;
|
|
207
|
+
set activeRow(v: number);
|
|
208
|
+
/**
|
|
209
|
+
* Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.
|
|
210
|
+
*/
|
|
211
|
+
get notifyOnAllSelectionChanges(): boolean;
|
|
212
|
+
set notifyOnAllSelectionChanges(v: boolean);
|
|
213
|
+
findByName(name: string): any;
|
|
214
|
+
protected __p: string;
|
|
215
|
+
protected _hasUserValues: Set<string>;
|
|
216
|
+
protected get hasUserValues(): Set<string>;
|
|
217
|
+
protected __m(propertyName: string): void;
|
|
218
|
+
protected _stylingContainer: any;
|
|
219
|
+
protected _stylingParent: any;
|
|
220
|
+
protected _inStyling: boolean;
|
|
221
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
222
|
+
getRowKey(primaryKey: string[], rowIndex: number): IgcListPanelPrimaryKeyValue;
|
|
223
|
+
getItemKey(primaryKey: string[], item_: any): IgcListPanelPrimaryKeyValue;
|
|
224
|
+
/**
|
|
225
|
+
* Gets the last visible index in the grid.
|
|
226
|
+
|
|
227
|
+
*/
|
|
228
|
+
getLastVisibleIndex(): number;
|
|
229
|
+
/**
|
|
230
|
+
* Gets the first visible index in the grid.
|
|
231
|
+
|
|
232
|
+
*/
|
|
233
|
+
getFirstVisibleIndex(): number;
|
|
234
|
+
/**
|
|
235
|
+
* Invalidates the bound data for the rows currently visible.
|
|
236
|
+
|
|
237
|
+
*/
|
|
238
|
+
invalidateVisibleItems(): void;
|
|
239
|
+
notifySetItem(index: number, oldItem: any, newItem: any): void;
|
|
240
|
+
/**
|
|
241
|
+
* Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined.
|
|
242
|
+
* This should not be called if the data that the grid is bound to is already observable.
|
|
243
|
+
|
|
244
|
+
*/
|
|
245
|
+
notifyClearItems(): void;
|
|
246
|
+
notifyInsertItem(index: number, newItem: any): void;
|
|
247
|
+
notifyRemoveItem(index: number, oldItem: any): void;
|
|
248
|
+
/**
|
|
249
|
+
* Returns the data index of an item within the bound data source.
|
|
250
|
+
|
|
251
|
+
* @param item * The item from which to get the index.
|
|
252
|
+
*/
|
|
253
|
+
dataIndexOfItem(item: any): number;
|
|
254
|
+
dataIndexOfPrimaryKey(key: any[]): number;
|
|
255
|
+
exportVisualData(): any;
|
|
256
|
+
exportSerializedVisualData(): string;
|
|
257
|
+
/**
|
|
258
|
+
* Selects all of the rows in the grid.
|
|
259
|
+
|
|
260
|
+
*/
|
|
261
|
+
selectAllRows(): void;
|
|
262
|
+
/**
|
|
263
|
+
* Scrolls the grid to given row, by index
|
|
264
|
+
|
|
265
|
+
* @param rowNumber * The row index to scroll to.
|
|
266
|
+
*/
|
|
267
|
+
scrollToRowByIndex(rowNumber: number): void;
|
|
268
|
+
/**
|
|
269
|
+
* Scrolls the grid so that a row is the last visible, by index.
|
|
270
|
+
|
|
271
|
+
* @param rowNumber * The row index to scroll to.
|
|
272
|
+
*/
|
|
273
|
+
scrollToLastRowByIndex(rowNumber: number): void;
|
|
274
|
+
/**
|
|
275
|
+
* Deselects all currently selected rows.
|
|
276
|
+
|
|
277
|
+
*/
|
|
278
|
+
deselectAllRows(): void;
|
|
279
|
+
private _itemRecycled;
|
|
280
|
+
private _itemRecycled_wrapped;
|
|
281
|
+
/**
|
|
282
|
+
* Called when item content is recycled.
|
|
283
|
+
*/
|
|
284
|
+
get itemRecycled(): (s: IgcListPanelComponent, e: IgcListPanelContentRecycledEventArgs) => void;
|
|
285
|
+
set itemRecycled(ev: (s: IgcListPanelComponent, e: IgcListPanelContentRecycledEventArgs) => void);
|
|
286
|
+
private _itemRebind;
|
|
287
|
+
private _itemRebind_wrapped;
|
|
288
|
+
/**
|
|
289
|
+
* Called when item content is rebound.
|
|
290
|
+
*/
|
|
291
|
+
get itemRebind(): (s: IgcListPanelComponent, e: IgcListPanelContentRebindEventArgs) => void;
|
|
292
|
+
set itemRebind(ev: (s: IgcListPanelComponent, e: IgcListPanelContentRebindEventArgs) => void);
|
|
293
|
+
private _selectedItemsChanged;
|
|
294
|
+
private _selectedItemsChanged_wrapped;
|
|
295
|
+
/**
|
|
296
|
+
* Called when the selected items change.
|
|
297
|
+
*/
|
|
298
|
+
get selectedItemsChanged(): (s: IgcListPanelComponent, e: IgcListPanelSelectedItemsChangedEventArgs) => void;
|
|
299
|
+
set selectedItemsChanged(ev: (s: IgcListPanelComponent, e: IgcListPanelSelectedItemsChangedEventArgs) => void);
|
|
300
|
+
private _selectedKeysChanged;
|
|
301
|
+
private _selectedKeysChanged_wrapped;
|
|
302
|
+
/**
|
|
303
|
+
* Called when the selected keys change.
|
|
304
|
+
*/
|
|
305
|
+
get selectedKeysChanged(): (s: IgcListPanelComponent, e: IgcListPanelSelectedKeysChangedEventArgs) => void;
|
|
306
|
+
set selectedKeysChanged(ev: (s: IgcListPanelComponent, e: IgcListPanelSelectedKeysChangedEventArgs) => void);
|
|
307
|
+
private _selectionChanged;
|
|
308
|
+
private _selectionChanged_wrapped;
|
|
309
|
+
/**
|
|
310
|
+
* Called when an individual selection operation has been made.
|
|
311
|
+
*/
|
|
312
|
+
get selectionChanged(): (s: IgcListPanelComponent, e: IgcListPanelSelectionChangedEventArgs) => void;
|
|
313
|
+
set selectionChanged(ev: (s: IgcListPanelComponent, e: IgcListPanelSelectionChangedEventArgs) => void);
|
|
314
|
+
private _activeRowChanged;
|
|
315
|
+
private _activeRowChanged_wrapped;
|
|
316
|
+
/**
|
|
317
|
+
* Called when the active row changes.
|
|
318
|
+
*/
|
|
319
|
+
get activeRowChanged(): (s: IgcListPanelComponent, e: IgcListPanelActiveRowChangedEventArgs) => void;
|
|
320
|
+
set activeRowChanged(ev: (s: IgcListPanelComponent, e: IgcListPanelActiveRowChangedEventArgs) => void);
|
|
321
|
+
private _contentRefreshed;
|
|
322
|
+
private _contentRefreshed_wrapped;
|
|
323
|
+
get contentRefreshed(): (s: IgcListPanelComponent, e: IgcListPanelContentRefreshedEventArgs) => void;
|
|
324
|
+
set contentRefreshed(ev: (s: IgcListPanelComponent, e: IgcListPanelContentRefreshedEventArgs) => void);
|
|
325
|
+
private _rowUpdating;
|
|
326
|
+
private _rowUpdating_wrapped;
|
|
327
|
+
get rowUpdating(): (s: IgcListPanelComponent, e: IgcListPanelTemplateItemUpdatingEventArgs) => void;
|
|
328
|
+
set rowUpdating(ev: (s: IgcListPanelComponent, e: IgcListPanelTemplateItemUpdatingEventArgs) => void);
|
|
329
|
+
private _itemWidthRequested;
|
|
330
|
+
private _itemWidthRequested_wrapped;
|
|
331
|
+
get itemWidthRequested(): (s: IgcListPanelComponent, e: IgcListPanelTemplateWidthRequestedEventArgs) => void;
|
|
332
|
+
set itemWidthRequested(ev: (s: IgcListPanelComponent, e: IgcListPanelTemplateWidthRequestedEventArgs) => void);
|
|
333
|
+
private _itemHeightRequested;
|
|
334
|
+
private _itemHeightRequested_wrapped;
|
|
335
|
+
get itemHeightRequested(): (s: IgcListPanelComponent, e: IgcListPanelTemplateHeightRequestedEventArgs) => void;
|
|
336
|
+
set itemHeightRequested(ev: (s: IgcListPanelComponent, e: IgcListPanelTemplateHeightRequestedEventArgs) => void);
|
|
337
|
+
private _itemClicked;
|
|
338
|
+
private _itemClicked_wrapped;
|
|
339
|
+
get itemClicked(): (s: IgcListPanelComponent, e: IgcListPanelItemEventArgs) => void;
|
|
340
|
+
set itemClicked(ev: (s: IgcListPanelComponent, e: IgcListPanelItemEventArgs) => void);
|
|
341
|
+
private _actualPrimaryKeyChange;
|
|
342
|
+
private _actualPrimaryKeyChange_wrapped;
|
|
343
|
+
get actualPrimaryKeyChange(): (s: IgcListPanelComponent, e: string[]) => void;
|
|
344
|
+
set actualPrimaryKeyChange(ev: (s: IgcListPanelComponent, e: string[]) => void);
|
|
345
|
+
}
|