igniteui-webcomponents-layouts 7.1.1-beta.2 → 7.1.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entry-points.json +28 -0
- package/esm2022/lib/ComboEditor.d.ts +1 -0
- package/esm2022/lib/ComboEditor.js +7 -0
- package/esm2022/lib/ComboEditorBridge.d.ts +20 -0
- package/esm2022/lib/ComboEditorBridge.js +159 -0
- package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.d.ts +13 -0
- package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.js +20 -0
- package/esm2022/lib/ComboEditorDataSourceNotificationHandler.d.ts +1 -0
- package/esm2022/lib/ComboEditorDataSourceNotificationHandler.js +7 -0
- package/esm2022/lib/ComboEditorGotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ComboEditorGotFocusEventArgs.js +14 -0
- package/esm2022/lib/ComboEditorLostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ComboEditorLostFocusEventArgs.js +14 -0
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.d.ts +20 -0
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.js +59 -0
- package/esm2022/lib/ComboEditorSelectedItemChangeType.d.ts +13 -0
- package/esm2022/lib/ComboEditorSelectedItemChangeType.js +20 -0
- package/esm2022/lib/ComboEditorTextChangedEventArgs.d.ts +12 -0
- package/esm2022/lib/ComboEditorTextChangedEventArgs.js +27 -0
- package/esm2022/lib/ComboEditorValueChangedEventArgs.d.ts +12 -0
- package/esm2022/lib/ComboEditorValueChangedEventArgs.js +27 -0
- package/esm2022/lib/ComboEditorView.d.ts +1 -0
- package/esm2022/lib/ComboEditorView.js +7 -0
- package/esm2022/lib/ComboEditorView_combined.d.ts +483 -0
- package/esm2022/lib/ComboEditorView_combined.js +2563 -0
- package/esm2022/lib/ComboEditorVisualModelExport.d.ts +72 -0
- package/esm2022/lib/ComboEditorVisualModelExport.js +181 -0
- package/esm2022/lib/DrillDownRequestedEventArgs.d.ts +1 -0
- package/esm2022/lib/DrillDownRequestedEventArgs.js +7 -0
- package/esm2022/lib/ExpansionPanelUtilities.d.ts +12 -0
- package/esm2022/lib/ExpansionPanelUtilities.js +35 -0
- package/esm2022/lib/ExpansionPanelView.d.ts +1 -0
- package/esm2022/lib/ExpansionPanelView.js +7 -0
- package/esm2022/lib/ExpansionPanelView_combined.d.ts +156 -0
- package/esm2022/lib/ExpansionPanelView_combined.js +708 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
- package/esm2022/lib/IExternalListPanel.d.ts +17 -0
- package/esm2022/lib/IExternalListPanel.js +11 -0
- package/esm2022/lib/IExternalToolPanel.d.ts +13 -0
- package/esm2022/lib/IExternalToolPanel.js +11 -0
- package/esm2022/lib/IExternalToolbar.d.ts +13 -0
- package/esm2022/lib/IExternalToolbar.js +11 -0
- package/esm2022/lib/IListPanelView.d.ts +27 -0
- package/esm2022/lib/IListPanelView.js +11 -0
- package/esm2022/lib/IListPanelViewportManager.d.ts +11 -0
- package/esm2022/lib/IListPanelViewportManager.js +11 -0
- package/esm2022/lib/INativeUIToolPanelBridge.d.ts +38 -0
- package/esm2022/lib/INativeUIToolPanelBridge.js +12 -0
- package/esm2022/lib/INativeUIToolbarBridge.d.ts +31 -0
- package/esm2022/lib/INativeUIToolbarBridge.js +12 -0
- package/esm2022/lib/IPropertyEditorPanelView.d.ts +26 -0
- package/esm2022/lib/IPropertyEditorPanelView.js +11 -0
- package/esm2022/lib/IToolPanelView.d.ts +32 -0
- package/esm2022/lib/IToolPanelView.js +11 -0
- package/esm2022/lib/IToolbarView.d.ts +26 -0
- package/esm2022/lib/IToolbarView.js +11 -0
- package/esm2022/lib/LayoutPrimaryKeyValue.d.ts +21 -0
- package/esm2022/lib/LayoutPrimaryKeyValue.js +101 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.d.ts +30 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.js +157 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.d.ts +31 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.js +158 -0
- package/esm2022/lib/ListPanel.d.ts +1 -0
- package/esm2022/lib/ListPanel.js +7 -0
- package/esm2022/lib/ListPanelActivationManager.d.ts +1 -0
- package/esm2022/lib/ListPanelActivationManager.js +7 -0
- package/esm2022/lib/ListPanelActivationMode.d.ts +18 -0
- package/esm2022/lib/ListPanelActivationMode.js +25 -0
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.d.ts +13 -0
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.js +31 -0
- package/esm2022/lib/ListPanelColumnDefinition.d.ts +8 -0
- package/esm2022/lib/ListPanelColumnDefinition.js +18 -0
- package/esm2022/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelContentRebindEventArgs.js +24 -0
- package/esm2022/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelContentRecycledEventArgs.js +24 -0
- package/esm2022/lib/ListPanelContentRefreshedEventArgs.d.ts +8 -0
- package/esm2022/lib/ListPanelContentRefreshedEventArgs.js +17 -0
- package/esm2022/lib/ListPanelDataBindingEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/ListPanelDataSourceNotificationBridge.d.ts +1 -0
- package/esm2022/lib/ListPanelDataSourceNotificationBridge.js +7 -0
- package/esm2022/lib/ListPanelItemEventArgs.d.ts +1 -0
- package/esm2022/lib/ListPanelItemEventArgs.js +7 -0
- package/esm2022/lib/ListPanelItemModel.d.ts +1 -0
- package/esm2022/lib/ListPanelItemModel.js +7 -0
- package/esm2022/lib/ListPanelItemPresenter.d.ts +9 -0
- package/esm2022/lib/ListPanelItemPresenter.js +18 -0
- package/esm2022/lib/ListPanelItemVisualData.d.ts +15 -0
- package/esm2022/lib/ListPanelItemVisualData.js +37 -0
- package/esm2022/lib/ListPanelLayoutPanel.d.ts +1 -0
- package/esm2022/lib/ListPanelLayoutPanel.js +7 -0
- package/esm2022/lib/ListPanelOrientation.d.ts +10 -0
- package/esm2022/lib/ListPanelOrientation.js +17 -0
- package/esm2022/lib/ListPanelPrimaryKeyValue.d.ts +19 -0
- package/esm2022/lib/ListPanelPrimaryKeyValue.js +85 -0
- package/esm2022/lib/ListPanelRowRange.d.ts +14 -0
- package/esm2022/lib/ListPanelRowRange.js +36 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.d.ts +28 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.js +67 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.d.ts +17 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedItemsCollection.d.ts +14 -0
- package/esm2022/lib/ListPanelSelectedItemsCollection.js +40 -0
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.d.ts +17 -0
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.d.ts +31 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.js +158 -0
- package/esm2022/lib/ListPanelSelectionBehavior.d.ts +18 -0
- package/esm2022/lib/ListPanelSelectionBehavior.js +25 -0
- package/esm2022/lib/ListPanelSelectionChangedEventArgs.d.ts +7 -0
- package/esm2022/lib/ListPanelSelectionChangedEventArgs.js +14 -0
- package/esm2022/lib/ListPanelSelectionManager.d.ts +1 -0
- package/esm2022/lib/ListPanelSelectionManager.js +7 -0
- package/esm2022/lib/ListPanelSelectionMode.d.ts +22 -0
- package/esm2022/lib/ListPanelSelectionMode.js +29 -0
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.d.ts +1 -0
- package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.js +7 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelView.d.ts +1 -0
- package/esm2022/lib/ListPanelView.js +7 -0
- package/esm2022/lib/ListPanelView_combined.d.ts +577 -0
- package/esm2022/lib/ListPanelView_combined.js +3942 -0
- package/esm2022/lib/ListPanelViewportChangedEventArgs.d.ts +15 -0
- package/esm2022/lib/ListPanelViewportChangedEventArgs.js +25 -0
- package/esm2022/lib/ListPanelVisualData.d.ts +17 -0
- package/esm2022/lib/ListPanelVisualData.js +47 -0
- package/esm2022/lib/ListPanelVisualModel.d.ts +13 -0
- package/esm2022/lib/ListPanelVisualModel.js +25 -0
- package/esm2022/lib/NativeUIContentRefreshedEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIContentRefreshedEventArgs.js +14 -0
- package/esm2022/lib/NativeUILayoutFactory.d.ts +1 -0
- package/esm2022/lib/NativeUILayoutFactory.js +7 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.d.ts +2400 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.js +14724 -0
- package/esm2022/lib/NativeUIToolPanel.d.ts +1 -0
- package/esm2022/lib/NativeUIToolPanel.js +7 -0
- package/esm2022/lib/NativeUIToolbar.d.ts +1 -0
- package/esm2022/lib/NativeUIToolbar.js +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.js +14 -0
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.js +14 -0
- package/esm2022/lib/NestedActionMode.d.ts +11 -0
- package/esm2022/lib/NestedActionMode.js +18 -0
- package/esm2022/lib/OnCollapsedEventArgs.d.ts +7 -0
- package/esm2022/lib/OnCollapsedEventArgs.js +14 -0
- package/esm2022/lib/OnExpandedEventArgs.d.ts +7 -0
- package/esm2022/lib/OnExpandedEventArgs.js +14 -0
- package/esm2022/lib/PanelAnimationRequest.d.ts +1 -0
- package/esm2022/lib/PanelAnimationRequest.js +7 -0
- package/esm2022/lib/PanelInfo.d.ts +1 -0
- package/esm2022/lib/PanelInfo.js +7 -0
- package/esm2022/lib/PropertyEditorDataSource.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDataSource.js +7 -0
- package/esm2022/lib/PropertyEditorDataSource_combined.d.ts +162 -0
- package/esm2022/lib/PropertyEditorDataSource_combined.js +694 -0
- package/esm2022/lib/PropertyEditorDescriptionObject.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDescriptionObject.js +7 -0
- package/esm2022/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
- package/esm2022/lib/PropertyEditorPanel.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPanel.js +7 -0
- package/esm2022/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
- package/esm2022/lib/PropertyEditorPanelColumnDefinition.js +53 -0
- package/esm2022/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
- package/esm2022/lib/PropertyEditorPanelColumnFieldType.js +11 -0
- package/esm2022/lib/PropertyEditorPanelColumnType.d.ts +12 -0
- package/esm2022/lib/PropertyEditorPanelColumnType.js +11 -0
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.js +24 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.js +19 -0
- package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
- package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelUpdateMode.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelUpdateMode.js +17 -0
- package/esm2022/lib/PropertyEditorPanelView.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPanelView.js +7 -0
- package/esm2022/lib/PropertyEditorPanelView_combined.d.ts +177 -0
- package/esm2022/lib/PropertyEditorPanelView_combined.js +1105 -0
- package/esm2022/lib/PropertyEditorPropertyDescription.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescription.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +14 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +24 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +16 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +38 -0
- package/esm2022/lib/PropertyEditorTreeTransformer.d.ts +21 -0
- package/esm2022/lib/PropertyEditorTreeTransformer.js +243 -0
- package/esm2022/lib/PropertyEditorValueType.d.ts +33 -0
- package/esm2022/lib/PropertyEditorValueType.js +40 -0
- package/esm2022/lib/ToolAction.d.ts +1 -0
- package/esm2022/lib/ToolAction.js +7 -0
- package/esm2022/lib/ToolActionButton.d.ts +1 -0
- package/esm2022/lib/ToolActionButton.js +7 -0
- package/esm2022/lib/ToolActionButtonDisplayType.d.ts +13 -0
- package/esm2022/lib/ToolActionButtonDisplayType.js +20 -0
- package/esm2022/lib/ToolActionButtonGroupDisplayType.d.ts +12 -0
- package/esm2022/lib/ToolActionButtonGroupDisplayType.js +19 -0
- package/esm2022/lib/ToolActionButtonPair.d.ts +1 -0
- package/esm2022/lib/ToolActionButtonPair.js +7 -0
- package/esm2022/lib/ToolActionButtonPairVisualData.d.ts +20 -0
- package/esm2022/lib/ToolActionButtonPairVisualData.js +37 -0
- package/esm2022/lib/ToolActionButtonVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionButtonVisualData.js +24 -0
- package/esm2022/lib/ToolActionCheckbox.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckbox.js +7 -0
- package/esm2022/lib/ToolActionCheckboxGroup.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckboxGroup.js +7 -0
- package/esm2022/lib/ToolActionCheckboxGroupVisualData.d.ts +13 -0
- package/esm2022/lib/ToolActionCheckboxGroupVisualData.js +23 -0
- package/esm2022/lib/ToolActionCheckboxList.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckboxList.js +7 -0
- package/esm2022/lib/ToolActionCheckboxListIndexType.d.ts +9 -0
- package/esm2022/lib/ToolActionCheckboxListIndexType.js +16 -0
- package/esm2022/lib/ToolActionCheckboxListVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionCheckboxListVisualData.js +24 -0
- package/esm2022/lib/ToolActionCheckboxVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionCheckboxVisualData.js +24 -0
- package/esm2022/lib/ToolActionCollection.d.ts +1 -0
- package/esm2022/lib/ToolActionCollection.js +7 -0
- package/esm2022/lib/ToolActionColorEditor.d.ts +1 -0
- package/esm2022/lib/ToolActionColorEditor.js +7 -0
- package/esm2022/lib/ToolActionColorEditorVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionColorEditorVisualData.js +24 -0
- package/esm2022/lib/ToolActionCombo.d.ts +1 -0
- package/esm2022/lib/ToolActionCombo.js +7 -0
- package/esm2022/lib/ToolActionComboVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionComboVisualData.js +24 -0
- package/esm2022/lib/ToolActionEventDetail.d.ts +16 -0
- package/esm2022/lib/ToolActionEventDetail.js +25 -0
- package/esm2022/lib/ToolActionEventDetailCollection.d.ts +10 -0
- package/esm2022/lib/ToolActionEventDetailCollection.js +19 -0
- package/esm2022/lib/ToolActionFieldSelector.d.ts +1 -0
- package/esm2022/lib/ToolActionFieldSelector.js +7 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.js +158 -0
- package/esm2022/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/esm2022/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +158 -0
- package/esm2022/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/esm2022/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +24 -0
- package/esm2022/lib/ToolActionGroupHeader.d.ts +1 -0
- package/esm2022/lib/ToolActionGroupHeader.js +7 -0
- package/esm2022/lib/ToolActionGroupHeaderVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionGroupHeaderVisualData.js +24 -0
- package/esm2022/lib/ToolActionIconButton.d.ts +1 -0
- package/esm2022/lib/ToolActionIconButton.js +7 -0
- package/esm2022/lib/ToolActionIconMenu.d.ts +1 -0
- package/esm2022/lib/ToolActionIconMenu.js +7 -0
- package/esm2022/lib/ToolActionIconMenuVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionIconMenuVisualData.js +24 -0
- package/esm2022/lib/ToolActionLabel.d.ts +1 -0
- package/esm2022/lib/ToolActionLabel.js +7 -0
- package/esm2022/lib/ToolActionLabelVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionLabelVisualData.js +24 -0
- package/esm2022/lib/ToolActionMeasurementContext.d.ts +17 -0
- package/esm2022/lib/ToolActionMeasurementContext.js +30 -0
- package/esm2022/lib/ToolActionNumberInput.d.ts +1 -0
- package/esm2022/lib/ToolActionNumberInput.js +7 -0
- package/esm2022/lib/ToolActionNumberInputVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionNumberInputVisualData.js +24 -0
- package/esm2022/lib/ToolActionPerformedEventArgs.d.ts +13 -0
- package/esm2022/lib/ToolActionPerformedEventArgs.js +22 -0
- package/esm2022/lib/ToolActionPopupOpeningEventArgs.d.ts +1 -0
- package/esm2022/lib/ToolActionPopupOpeningEventArgs.js +7 -0
- package/esm2022/lib/ToolActionRadio.d.ts +1 -0
- package/esm2022/lib/ToolActionRadio.js +7 -0
- package/esm2022/lib/ToolActionRadioGroup.d.ts +1 -0
- package/esm2022/lib/ToolActionRadioGroup.js +7 -0
- package/esm2022/lib/ToolActionRadioGroupVisualData.d.ts +13 -0
- package/esm2022/lib/ToolActionRadioGroupVisualData.js +23 -0
- package/esm2022/lib/ToolActionRadioVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionRadioVisualData.js +24 -0
- package/esm2022/lib/ToolActionSeparator.d.ts +1 -0
- package/esm2022/lib/ToolActionSeparator.js +7 -0
- package/esm2022/lib/ToolActionSeparatorVisualData.d.ts +9 -0
- package/esm2022/lib/ToolActionSeparatorVisualData.js +18 -0
- package/esm2022/lib/ToolActionSubPanel.d.ts +1 -0
- package/esm2022/lib/ToolActionSubPanel.js +7 -0
- package/esm2022/lib/ToolActionSubPanelVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionSubPanelVisualData.js +24 -0
- package/esm2022/lib/ToolActionTextInput.d.ts +1 -0
- package/esm2022/lib/ToolActionTextInput.js +7 -0
- package/esm2022/lib/ToolActionTextInputVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionTextInputVisualData.js +24 -0
- package/esm2022/lib/ToolActionVisualData.d.ts +26 -0
- package/esm2022/lib/ToolActionVisualData.js +58 -0
- package/esm2022/lib/ToolCommandEventArgs.d.ts +11 -0
- package/esm2022/lib/ToolCommandEventArgs.js +19 -0
- package/esm2022/lib/ToolContextBinding.d.ts +25 -0
- package/esm2022/lib/ToolContextBinding.js +74 -0
- package/esm2022/lib/ToolContextBindingCollection.d.ts +12 -0
- package/esm2022/lib/ToolContextBindingCollection.js +26 -0
- package/esm2022/lib/ToolPanel.d.ts +1 -0
- package/esm2022/lib/ToolPanel.js +7 -0
- package/esm2022/lib/ToolPanelContentRefreshedEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolPanelContentRefreshedEventArgs.js +17 -0
- package/esm2022/lib/ToolPanelContext.d.ts +21 -0
- package/esm2022/lib/ToolPanelContext.js +74 -0
- package/esm2022/lib/ToolPanelContextChangedEventArgs.d.ts +10 -0
- package/esm2022/lib/ToolPanelContextChangedEventArgs.js +20 -0
- package/esm2022/lib/ToolPanelContextSwappedEventArgs.d.ts +7 -0
- package/esm2022/lib/ToolPanelContextSwappedEventArgs.js +14 -0
- package/esm2022/lib/ToolPanelDropdownMenuVisualData.d.ts +1 -0
- package/esm2022/lib/ToolPanelDropdownMenuVisualData.js +7 -0
- package/esm2022/lib/ToolPanelIconRepository.d.ts +13 -0
- package/esm2022/lib/ToolPanelIconRepository.js +30 -0
- package/esm2022/lib/ToolPanelOrientation.d.ts +10 -0
- package/esm2022/lib/ToolPanelOrientation.js +17 -0
- package/esm2022/lib/ToolPanelView.d.ts +1 -0
- package/esm2022/lib/ToolPanelView.js +7 -0
- package/esm2022/lib/ToolPanelVisualData.d.ts +1 -0
- package/esm2022/lib/ToolPanelVisualData.js +7 -0
- package/esm2022/lib/ToolPanelVisualData_combined.d.ts +24 -0
- package/esm2022/lib/ToolPanelVisualData_combined.js +70 -0
- package/esm2022/lib/ToolPanelsPresenter.d.ts +1 -0
- package/esm2022/lib/ToolPanelsPresenter.js +7 -0
- package/esm2022/lib/Toolbar.d.ts +1 -0
- package/esm2022/lib/Toolbar.js +7 -0
- package/esm2022/lib/ToolbarContextAccessor.d.ts +1 -0
- package/esm2022/lib/ToolbarContextAccessor.js +7 -0
- package/esm2022/lib/ToolbarIconManager.d.ts +10 -0
- package/esm2022/lib/ToolbarIconManager.js +38 -0
- package/esm2022/lib/ToolbarOrientation.d.ts +10 -0
- package/esm2022/lib/ToolbarOrientation.js +17 -0
- package/esm2022/lib/ToolbarSubMenuClosingEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolbarSubMenuClosingEventArgs.js +17 -0
- package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.js +17 -0
- package/esm2022/lib/ToolbarView.d.ts +1 -0
- package/esm2022/lib/ToolbarView.js +7 -0
- package/esm2022/lib/TooltipTextPresenter.d.ts +44 -0
- package/esm2022/lib/TooltipTextPresenter.js +176 -0
- package/esm2022/lib/XExpansionPanel.d.ts +1 -0
- package/esm2022/lib/XExpansionPanel.js +7 -0
- package/esm2022/lib/XToolPanelBridge.d.ts +1 -0
- package/esm2022/lib/XToolPanelBridge.js +7 -0
- package/esm2022/lib/XToolbarBridge.d.ts +1 -0
- package/esm2022/lib/XToolbarBridge.js +7 -0
- package/esm2022/lib/combo-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/combo-editor-entrypoint.js +4 -0
- package/esm2022/lib/igc-combo-editor-component.d.ts +500 -0
- package/esm2022/lib/igc-combo-editor-component.js +1497 -0
- package/esm2022/lib/igc-combo-editor-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-combo-editor-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-combo-editor-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-combo-editor-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-combo-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-combo-editor-module.js +21 -0
- package/esm2022/lib/igc-combo-editor-text-changed-event-args.d.ts +13 -0
- package/esm2022/lib/igc-combo-editor-text-changed-event-args.js +26 -0
- package/esm2022/lib/igc-combo-editor-value-changed-event-args.d.ts +13 -0
- package/esm2022/lib/igc-combo-editor-value-changed-event-args.js +26 -0
- package/esm2022/lib/igc-layout-primary-key-value-module.d.ts +3 -0
- package/esm2022/lib/igc-layout-primary-key-value-module.js +15 -0
- package/esm2022/lib/igc-layout-primary-key-value.d.ts +31 -0
- package/esm2022/lib/igc-layout-primary-key-value.js +66 -0
- package/esm2022/lib/igc-layout-selected-items-collection.d.ts +6 -0
- package/esm2022/lib/igc-layout-selected-items-collection.js +30 -0
- package/esm2022/lib/igc-layout-selected-keys-collection.d.ts +8 -0
- package/esm2022/lib/igc-layout-selected-keys-collection.js +53 -0
- package/esm2022/lib/igc-list-panel-active-row-changed-event-args.d.ts +25 -0
- package/esm2022/lib/igc-list-panel-active-row-changed-event-args.js +51 -0
- package/esm2022/lib/igc-list-panel-component.d.ts +345 -0
- package/esm2022/lib/igc-list-panel-component.js +1118 -0
- package/esm2022/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
- package/esm2022/lib/igc-list-panel-content-rebind-event-args.js +42 -0
- package/esm2022/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
- package/esm2022/lib/igc-list-panel-content-recycled-event-args.js +42 -0
- package/esm2022/lib/igc-list-panel-content-refreshed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-list-panel-content-refreshed-event-args.js +30 -0
- package/esm2022/lib/igc-list-panel-item-event-args.d.ts +25 -0
- package/esm2022/lib/igc-list-panel-item-event-args.js +79 -0
- package/esm2022/lib/igc-list-panel-item-model.d.ts +31 -0
- package/esm2022/lib/igc-list-panel-item-model.js +93 -0
- package/esm2022/lib/igc-list-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-list-panel-module.js +17 -0
- package/esm2022/lib/igc-list-panel-primary-key-value-module.d.ts +3 -0
- package/esm2022/lib/igc-list-panel-primary-key-value-module.js +15 -0
- package/esm2022/lib/igc-list-panel-primary-key-value.d.ts +31 -0
- package/esm2022/lib/igc-list-panel-primary-key-value.js +66 -0
- package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.d.ts +34 -0
- package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.js +136 -0
- package/esm2022/lib/igc-list-panel-selected-items-collection.d.ts +6 -0
- package/esm2022/lib/igc-list-panel-selected-items-collection.js +30 -0
- package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.d.ts +34 -0
- package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.js +136 -0
- package/esm2022/lib/igc-list-panel-selected-keys-collection.d.ts +8 -0
- package/esm2022/lib/igc-list-panel-selected-keys-collection.js +53 -0
- package/esm2022/lib/igc-list-panel-selection-changed-event-args.d.ts +15 -0
- package/esm2022/lib/igc-list-panel-selection-changed-event-args.js +33 -0
- package/esm2022/lib/igc-list-panel-template-height-requested-event-args.d.ts +18 -0
- package/esm2022/lib/igc-list-panel-template-height-requested-event-args.js +48 -0
- package/esm2022/lib/igc-list-panel-template-item-updating-event-args.d.ts +19 -0
- package/esm2022/lib/igc-list-panel-template-item-updating-event-args.js +65 -0
- package/esm2022/lib/igc-list-panel-template-width-requested-event-args.d.ts +18 -0
- package/esm2022/lib/igc-list-panel-template-width-requested-event-args.js +48 -0
- package/esm2022/lib/igc-on-collapsed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-on-collapsed-event-args.js +30 -0
- package/esm2022/lib/igc-on-expanded-event-args.d.ts +12 -0
- package/esm2022/lib/igc-on-expanded-event-args.js +30 -0
- package/esm2022/lib/igc-property-editor-data-source.d.ts +18 -0
- package/esm2022/lib/igc-property-editor-data-source.js +50 -0
- package/esm2022/lib/igc-property-editor-description-object-collection.d.ts +8 -0
- package/esm2022/lib/igc-property-editor-description-object-collection.js +53 -0
- package/esm2022/lib/igc-property-editor-description-object.d.ts +19 -0
- package/esm2022/lib/igc-property-editor-description-object.js +81 -0
- package/esm2022/lib/igc-property-editor-panel-component.d.ts +121 -0
- package/esm2022/lib/igc-property-editor-panel-component.js +456 -0
- package/esm2022/lib/igc-property-editor-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-property-editor-panel-module.js +21 -0
- package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
- package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
- package/esm2022/lib/igc-property-editor-property-description-changed-event-args.d.ts +14 -0
- package/esm2022/lib/igc-property-editor-property-description-changed-event-args.js +36 -0
- package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.d.ts +21 -0
- package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.js +93 -0
- package/esm2022/lib/igc-property-editor-property-description-collection.d.ts +8 -0
- package/esm2022/lib/igc-property-editor-property-description-collection.js +53 -0
- package/esm2022/lib/igc-property-editor-property-description-component.d.ts +117 -0
- package/esm2022/lib/igc-property-editor-property-description-component.js +592 -0
- package/esm2022/lib/igc-property-editor-property-description-module.d.ts +3 -0
- package/esm2022/lib/igc-property-editor-property-description-module.js +16 -0
- package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +18 -0
- package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.js +48 -0
- package/esm2022/lib/igc-tool-action-button-component.d.ts +29 -0
- package/esm2022/lib/igc-tool-action-button-component.js +92 -0
- package/esm2022/lib/igc-tool-action-button-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-button-module.js +16 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.d.ts +171 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.js +401 -0
- package/esm2022/lib/igc-tool-action-button-pair-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-button-pair-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.d.ts +71 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.js +173 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.d.ts +35 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.d.ts +97 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.js +259 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-module.js +16 -0
- package/esm2022/lib/igc-tool-action-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.js +81 -0
- package/esm2022/lib/igc-tool-action-color-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-color-editor-module.js +16 -0
- package/esm2022/lib/igc-tool-action-combo-component.d.ts +40 -0
- package/esm2022/lib/igc-tool-action-combo-component.js +135 -0
- package/esm2022/lib/igc-tool-action-combo-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-combo-module.js +16 -0
- package/esm2022/lib/igc-tool-action-component.d.ts +358 -0
- package/esm2022/lib/igc-tool-action-component.js +1018 -0
- package/esm2022/lib/igc-tool-action-event-detail-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-event-detail-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-event-detail.d.ts +30 -0
- package/esm2022/lib/igc-tool-action-event-detail.js +88 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.js +259 -0
- package/esm2022/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-group-header-component.d.ts +28 -0
- package/esm2022/lib/igc-tool-action-group-header-component.js +91 -0
- package/esm2022/lib/igc-tool-action-group-header-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-group-header-module.js +16 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.d.ts +52 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.js +183 -0
- package/esm2022/lib/igc-tool-action-icon-button-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-icon-button-module.js +16 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.d.ts +33 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.js +101 -0
- package/esm2022/lib/igc-tool-action-icon-menu-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-icon-menu-module.js +16 -0
- package/esm2022/lib/igc-tool-action-label-component.d.ts +18 -0
- package/esm2022/lib/igc-tool-action-label-component.js +71 -0
- package/esm2022/lib/igc-tool-action-label-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-label-module.js +16 -0
- package/esm2022/lib/igc-tool-action-number-input-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-number-input-component.js +81 -0
- package/esm2022/lib/igc-tool-action-number-input-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-number-input-module.js +16 -0
- package/esm2022/lib/igc-tool-action-performed-event-args.d.ts +21 -0
- package/esm2022/lib/igc-tool-action-performed-event-args.js +94 -0
- package/esm2022/lib/igc-tool-action-popup-opening-event-args.d.ts +17 -0
- package/esm2022/lib/igc-tool-action-popup-opening-event-args.js +55 -0
- package/esm2022/lib/igc-tool-action-radio-component.d.ts +90 -0
- package/esm2022/lib/igc-tool-action-radio-component.js +206 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.d.ts +35 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-radio-group-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-radio-group-module.js +16 -0
- package/esm2022/lib/igc-tool-action-radio-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-radio-module.js +16 -0
- package/esm2022/lib/igc-tool-action-separator-component.d.ts +28 -0
- package/esm2022/lib/igc-tool-action-separator-component.js +91 -0
- package/esm2022/lib/igc-tool-action-separator-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-separator-module.js +16 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.js +81 -0
- package/esm2022/lib/igc-tool-action-sub-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-sub-panel-module.js +16 -0
- package/esm2022/lib/igc-tool-action-text-input-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-text-input-component.js +80 -0
- package/esm2022/lib/igc-tool-action-text-input-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-text-input-module.js +16 -0
- package/esm2022/lib/igc-tool-command-event-args.d.ts +17 -0
- package/esm2022/lib/igc-tool-command-event-args.js +43 -0
- package/esm2022/lib/igc-tool-context-binding-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-context-binding-collection.js +53 -0
- package/esm2022/lib/igc-tool-context-binding.d.ts +25 -0
- package/esm2022/lib/igc-tool-context-binding.js +85 -0
- package/esm2022/lib/igc-tool-panel-component.d.ts +471 -0
- package/esm2022/lib/igc-tool-panel-component.js +1260 -0
- package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.js +30 -0
- package/esm2022/lib/igc-tool-panel-context-changed-event-args.d.ts +18 -0
- package/esm2022/lib/igc-tool-panel-context-changed-event-args.js +48 -0
- package/esm2022/lib/igc-tool-panel-context-swapped-event-args.d.ts +12 -0
- package/esm2022/lib/igc-tool-panel-context-swapped-event-args.js +30 -0
- package/esm2022/lib/igc-tool-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-panel-module.js +59 -0
- package/esm2022/lib/igc-toolbar-component.d.ts +404 -0
- package/esm2022/lib/igc-toolbar-component.js +1127 -0
- package/esm2022/lib/igc-toolbar-module.d.ts +3 -0
- package/esm2022/lib/igc-toolbar-module.js +19 -0
- package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.d.ts +12 -0
- package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.js +30 -0
- package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.d.ts +12 -0
- package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.js +30 -0
- package/esm2022/lib/igc-x-expansion-panel-component.d.ts +173 -0
- package/esm2022/lib/igc-x-expansion-panel-component.js +505 -0
- package/esm2022/lib/igc-x-expansion-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-x-expansion-panel-module.js +17 -0
- package/esm2022/lib/list-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/list-panel-entrypoint.js +4 -0
- package/esm2022/lib/property-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/property-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/tool-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/tool-panel-entrypoint.js +4 -0
- package/esm2022/lib/toolbar-entrypoint.d.ts +1 -0
- package/esm2022/lib/toolbar-entrypoint.js +4 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +276 -0
- package/esm2022/public_api.js +276 -0
- package/package.json +40 -9
- package/fesm2022/igniteui-webcomponents-layouts.mjs +0 -40866
- package/igniteui-webcomponents-layouts.d.ts +0 -9552
|
@@ -0,0 +1,1118 @@
|
|
|
1
|
+
import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal, enumToString, getAllPropertyNames, fromSpinal } from "igniteui-webcomponents-core";
|
|
2
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
3
|
+
import { WebComponentRenderer, WebComponentWrapper } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Base, delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
5
|
+
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
6
|
+
import { ListPanel } from "./ListPanel";
|
|
7
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
8
|
+
import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
9
|
+
import { IgcListPanelTemplateItemUpdatingEventArgs } from './igc-list-panel-template-item-updating-event-args';
|
|
10
|
+
import { ListPanelOrientation_$type } from './ListPanelOrientation';
|
|
11
|
+
import { IgcListPanelContentRefreshedEventArgs } from './igc-list-panel-content-refreshed-event-args';
|
|
12
|
+
import { IgcListPanelTemplateWidthRequestedEventArgs } from './igc-list-panel-template-width-requested-event-args';
|
|
13
|
+
import { IgcListPanelTemplateHeightRequestedEventArgs } from './igc-list-panel-template-height-requested-event-args';
|
|
14
|
+
import { LocalDataSource } from "igniteui-webcomponents-core";
|
|
15
|
+
import { Scroller } from "igniteui-webcomponents-core";
|
|
16
|
+
import { ScrollbarStyle_$type } from "igniteui-webcomponents-core";
|
|
17
|
+
import { ListPanelScrollerKeyboardListener } from './ListPanelScrollerKeyboardListener';
|
|
18
|
+
import { IgcListPanelItemEventArgs } from './igc-list-panel-item-event-args';
|
|
19
|
+
import { IgcListPanelActiveRowChangedEventArgs } from './igc-list-panel-active-row-changed-event-args';
|
|
20
|
+
import { IgcListPanelSelectionChangedEventArgs } from './igc-list-panel-selection-changed-event-args';
|
|
21
|
+
import { IgcListPanelSelectedKeysChangedEventArgs } from './igc-list-panel-selected-keys-changed-event-args';
|
|
22
|
+
import { IgcListPanelSelectedItemsChangedEventArgs } from './igc-list-panel-selected-items-changed-event-args';
|
|
23
|
+
import { IgcListPanelPrimaryKeyValue } from './igc-list-panel-primary-key-value';
|
|
24
|
+
import { IgcListPanelSelectedKeysCollection } from './igc-list-panel-selected-keys-collection';
|
|
25
|
+
import { ListPanelPrimaryKeyValue } from './ListPanelPrimaryKeyValue';
|
|
26
|
+
import { ListPanelSelectedKeysCollection as ListPanelSelectedKeysCollection_internal } from './ListPanelSelectedKeysCollection';
|
|
27
|
+
import { ListPanelSelectionMode_$type } from './ListPanelSelectionMode';
|
|
28
|
+
import { ListPanelActivationMode_$type } from './ListPanelActivationMode';
|
|
29
|
+
import { ListPanelSelectionBehavior_$type } from './ListPanelSelectionBehavior';
|
|
30
|
+
import { IgcListPanelSelectedItemsCollection } from './igc-list-panel-selected-items-collection';
|
|
31
|
+
import { ListPanelSelectedItemsCollection as ListPanelSelectedItemsCollection_internal } from './ListPanelSelectedItemsCollection';
|
|
32
|
+
import { IgcListPanelContentRecycledEventArgs } from './igc-list-panel-content-recycled-event-args';
|
|
33
|
+
import { IgcListPanelContentRebindEventArgs } from './igc-list-panel-content-rebind-event-args';
|
|
34
|
+
class IgcListPanelComponent extends IgcHTMLElement {
|
|
35
|
+
setScrollbarStyle(style) {
|
|
36
|
+
if (this._scroller) {
|
|
37
|
+
this._scroller.scrollbarStyle = style;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
setScrollbarColor(color) {
|
|
41
|
+
if (this._scroller) {
|
|
42
|
+
this._scroller.scrollbarBrush = color;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
set height(value) {
|
|
46
|
+
this._height = value;
|
|
47
|
+
this.style.height = value;
|
|
48
|
+
this.notifySizeChanged();
|
|
49
|
+
}
|
|
50
|
+
get height() {
|
|
51
|
+
return this._height;
|
|
52
|
+
}
|
|
53
|
+
set width(value) {
|
|
54
|
+
this._width = value;
|
|
55
|
+
this.style.width = value;
|
|
56
|
+
this.notifySizeChanged();
|
|
57
|
+
}
|
|
58
|
+
get width() {
|
|
59
|
+
return this._width;
|
|
60
|
+
}
|
|
61
|
+
ensureStretch() {
|
|
62
|
+
this.width = "100%";
|
|
63
|
+
this.height = "100%";
|
|
64
|
+
}
|
|
65
|
+
createLocalDataSource(itemsSource, schemaIncludedProperties) {
|
|
66
|
+
let lds = new LocalDataSource();
|
|
67
|
+
lds.schemaIncludedProperties = schemaIncludedProperties;
|
|
68
|
+
lds.dataSource = itemsSource;
|
|
69
|
+
return lds;
|
|
70
|
+
}
|
|
71
|
+
onContentSizeChanged() {
|
|
72
|
+
var width = this.i.absoluteWidth;
|
|
73
|
+
var height = this.i.absoluteHeight;
|
|
74
|
+
if (this._scroller != null &&
|
|
75
|
+
!isNaN(width) && !isNaN(height)) {
|
|
76
|
+
this._scroller.contentWidth = width;
|
|
77
|
+
this._scroller.contentHeight = height;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
constructor() {
|
|
81
|
+
super();
|
|
82
|
+
this._implementation = null;
|
|
83
|
+
this._scroller = null;
|
|
84
|
+
this._disconnected = false;
|
|
85
|
+
this._dataSource = null;
|
|
86
|
+
this._settingAttributes = false;
|
|
87
|
+
this._attached = false;
|
|
88
|
+
this._queuedSetAttributes = [];
|
|
89
|
+
this._updatingFromAttribute = false;
|
|
90
|
+
this._selectedItems = null;
|
|
91
|
+
this._selectedKeys = null;
|
|
92
|
+
this.__p = null;
|
|
93
|
+
this._hasUserValues = new Set();
|
|
94
|
+
this._stylingContainer = null;
|
|
95
|
+
this._stylingParent = null;
|
|
96
|
+
this._inStyling = false;
|
|
97
|
+
this._itemRecycled = null;
|
|
98
|
+
this._itemRecycled_wrapped = null;
|
|
99
|
+
this._itemRebind = null;
|
|
100
|
+
this._itemRebind_wrapped = null;
|
|
101
|
+
this._selectedItemsChanged = null;
|
|
102
|
+
this._selectedItemsChanged_wrapped = null;
|
|
103
|
+
this._selectedKeysChanged = null;
|
|
104
|
+
this._selectedKeysChanged_wrapped = null;
|
|
105
|
+
this._selectionChanged = null;
|
|
106
|
+
this._selectionChanged_wrapped = null;
|
|
107
|
+
this._activeRowChanged = null;
|
|
108
|
+
this._activeRowChanged_wrapped = null;
|
|
109
|
+
this._contentRefreshed = null;
|
|
110
|
+
this._contentRefreshed_wrapped = null;
|
|
111
|
+
this._rowUpdating = null;
|
|
112
|
+
this._rowUpdating_wrapped = null;
|
|
113
|
+
this._itemWidthRequested = null;
|
|
114
|
+
this._itemWidthRequested_wrapped = null;
|
|
115
|
+
this._itemHeightRequested = null;
|
|
116
|
+
this._itemHeightRequested_wrapped = null;
|
|
117
|
+
this._itemClicked = null;
|
|
118
|
+
this._itemClicked_wrapped = null;
|
|
119
|
+
this._actualPrimaryKeyChange = null;
|
|
120
|
+
this._actualPrimaryKeyChange_wrapped = null;
|
|
121
|
+
if (this._styling) {
|
|
122
|
+
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
123
|
+
}
|
|
124
|
+
this._implementation = this.createImplementation();
|
|
125
|
+
this._implementation.externalObject = this;
|
|
126
|
+
this._webComponentRenderer = new WebComponentRenderer(this, document, true, {});
|
|
127
|
+
this._webComponentWrapper = this._webComponentRenderer.createElement("div");
|
|
128
|
+
this._webComponentRenderer.updateRoot(this._webComponentWrapper);
|
|
129
|
+
this._webComponentWrapper.setStyleProperty("display", "block");
|
|
130
|
+
this._webComponentWrapper.setStyleProperty("width", "100%");
|
|
131
|
+
this._webComponentWrapper.setStyleProperty("height", "100%");
|
|
132
|
+
this.i.externalListPanel = this;
|
|
133
|
+
this.i.provideContainer(this._webComponentRenderer);
|
|
134
|
+
this.i.viewportManager = this;
|
|
135
|
+
let scroller = new Scroller();
|
|
136
|
+
scroller.scrollbarStyle = this.scrollbarStyle;
|
|
137
|
+
this._scroller = scroller;
|
|
138
|
+
this._scroller.keyboardListener = new ListPanelScrollerKeyboardListener(this.i);
|
|
139
|
+
scroller.provideContainer(this._webComponentRenderer);
|
|
140
|
+
this._content = (this.i.view.contentGrid);
|
|
141
|
+
scroller.provideContent(new WebComponentWrapper(this._content, this._webComponentRenderer));
|
|
142
|
+
scroller.onScrolling = () => this.onScroll();
|
|
143
|
+
scroller.onScrollStart = () => this.onScrollStart();
|
|
144
|
+
scroller.onScrollStop = () => this.onScrollStop();
|
|
145
|
+
scroller.viewportWidth = this._webComponentRenderer.rootWrapper.width();
|
|
146
|
+
scroller.viewportHeight = this._webComponentRenderer.rootWrapper.height();
|
|
147
|
+
this.notifySizeChanged();
|
|
148
|
+
this._webComponentRenderer.addSizeWatcher(() => {
|
|
149
|
+
this.notifySizeChanged();
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
moveViewportTo(x, y) {
|
|
153
|
+
this._scroller.scrollTo(x, y);
|
|
154
|
+
}
|
|
155
|
+
onScroll() {
|
|
156
|
+
let top = this._scroller.scrollTop;
|
|
157
|
+
let left = this._scroller.scrollLeft;
|
|
158
|
+
let width = this._scroller.viewportWidth;
|
|
159
|
+
let height = this._scroller.viewportHeight;
|
|
160
|
+
//console.log("top:" + top);
|
|
161
|
+
this.i.setViewport(left, top, left + width, top + height);
|
|
162
|
+
}
|
|
163
|
+
onScrollStart() {
|
|
164
|
+
//this.i.notifyScrollStart();
|
|
165
|
+
}
|
|
166
|
+
onScrollStop() {
|
|
167
|
+
//this.i.notifyScrollStop();
|
|
168
|
+
}
|
|
169
|
+
_scrollTo(x, y) {
|
|
170
|
+
this._scroller.scrollTo(x, y);
|
|
171
|
+
//let width = this._scroller.viewportWidth;
|
|
172
|
+
//let height = this._scroller.viewportHeight;
|
|
173
|
+
//this._grid.setViewport(x, y, x + width, y + height);
|
|
174
|
+
}
|
|
175
|
+
// supports angular themes or custom properties set in CSS
|
|
176
|
+
updateStyle() {
|
|
177
|
+
this._styling(this, this);
|
|
178
|
+
}
|
|
179
|
+
destroy() {
|
|
180
|
+
this._implementation.destroy();
|
|
181
|
+
this._webComponentRenderer.destroy();
|
|
182
|
+
}
|
|
183
|
+
createImplementation() {
|
|
184
|
+
return new ListPanel();
|
|
185
|
+
}
|
|
186
|
+
get i() {
|
|
187
|
+
return this._implementation;
|
|
188
|
+
}
|
|
189
|
+
disconnectedCallback() {
|
|
190
|
+
if (!this._disconnected) {
|
|
191
|
+
if (this.i) {
|
|
192
|
+
if (this._scroller) {
|
|
193
|
+
this._scroller.onDetachedFromUI();
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
this._disconnected = true;
|
|
198
|
+
}
|
|
199
|
+
notifySizeChanged() {
|
|
200
|
+
if (this._webComponentRenderer) {
|
|
201
|
+
var width = this._webComponentRenderer.rootWrapper.width();
|
|
202
|
+
var height = this._webComponentRenderer.rootWrapper.height();
|
|
203
|
+
this._scroller.viewportWidth = width;
|
|
204
|
+
this._scroller.viewportHeight = height;
|
|
205
|
+
this._scroller.onViewportSizeChanged(width, height, true);
|
|
206
|
+
}
|
|
207
|
+
this.i.notifySizeChanged();
|
|
208
|
+
}
|
|
209
|
+
connectedCallback() {
|
|
210
|
+
if (this._disconnected) {
|
|
211
|
+
this._disconnected = false;
|
|
212
|
+
if (this.i) {
|
|
213
|
+
if (this._scroller) {
|
|
214
|
+
this._scroller.onAttachedToUI();
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
return;
|
|
218
|
+
}
|
|
219
|
+
this.classList.add("ig-list-panel");
|
|
220
|
+
this.classList.add("igc-list-panel");
|
|
221
|
+
var rootWrapper = this._webComponentRenderer.rootWrapper;
|
|
222
|
+
var rootElement = rootWrapper.getNativeElement();
|
|
223
|
+
this.appendChild(rootElement);
|
|
224
|
+
this._attached = true;
|
|
225
|
+
this.style.display = "block";
|
|
226
|
+
this.style.height = this._height;
|
|
227
|
+
this.style.width = this._width;
|
|
228
|
+
this._flushQueuedAttributes();
|
|
229
|
+
// supports themes or custom properties set in CSS
|
|
230
|
+
this._styling(this, this);
|
|
231
|
+
this.afterContentInit();
|
|
232
|
+
}
|
|
233
|
+
afterContentInit() {
|
|
234
|
+
this.notifySizeChanged();
|
|
235
|
+
}
|
|
236
|
+
set dataSource(value) {
|
|
237
|
+
this._dataSource = value;
|
|
238
|
+
if (this._implementation != null) {
|
|
239
|
+
this._implementation.itemsSource = this._dataSource;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
get dataSource() {
|
|
243
|
+
return this._dataSource;
|
|
244
|
+
}
|
|
245
|
+
_enqueueSetAttribute(attrName, attrValue) {
|
|
246
|
+
this._queuedSetAttributes.push({ attrName: attrName, attrValue: attrValue });
|
|
247
|
+
}
|
|
248
|
+
_flushQueuedAttributes() {
|
|
249
|
+
this._settingAttributes = true;
|
|
250
|
+
for (let i = 0; i < this._queuedSetAttributes.length; i++) {
|
|
251
|
+
this.setAttribute(this._queuedSetAttributes[i].attrName, this._queuedSetAttributes[i].attrValue);
|
|
252
|
+
}
|
|
253
|
+
this._settingAttributes = false;
|
|
254
|
+
this._queuedSetAttributes.length = 0;
|
|
255
|
+
}
|
|
256
|
+
_a(attrName, attrValue) {
|
|
257
|
+
if (this._updatingFromAttribute) {
|
|
258
|
+
return;
|
|
259
|
+
}
|
|
260
|
+
if (attrValue) {
|
|
261
|
+
attrValue = attrValue.toString();
|
|
262
|
+
}
|
|
263
|
+
this._settingAttributes = true;
|
|
264
|
+
attrName = toSpinal(attrName);
|
|
265
|
+
if (this._attached) {
|
|
266
|
+
this.setAttribute(attrName, attrValue);
|
|
267
|
+
}
|
|
268
|
+
else {
|
|
269
|
+
this._enqueueSetAttribute(attrName, attrValue);
|
|
270
|
+
}
|
|
271
|
+
this._settingAttributes = false;
|
|
272
|
+
}
|
|
273
|
+
static { this._observedAttributesIgcListPanelComponent = null; }
|
|
274
|
+
static get observedAttributes() {
|
|
275
|
+
if (IgcListPanelComponent._observedAttributesIgcListPanelComponent == null) {
|
|
276
|
+
let names = getAllPropertyNames(IgcListPanelComponent);
|
|
277
|
+
for (let i = 0; i < names.length; i++) {
|
|
278
|
+
names[i] = toSpinal(names[i]);
|
|
279
|
+
}
|
|
280
|
+
IgcListPanelComponent._observedAttributesIgcListPanelComponent = names;
|
|
281
|
+
}
|
|
282
|
+
return IgcListPanelComponent._observedAttributesIgcListPanelComponent;
|
|
283
|
+
}
|
|
284
|
+
attributeChangedCallback(name, oldValue, newValue) {
|
|
285
|
+
if (this._settingAttributes) {
|
|
286
|
+
return;
|
|
287
|
+
}
|
|
288
|
+
let setName = fromSpinal(name);
|
|
289
|
+
this._updatingFromAttribute = true;
|
|
290
|
+
this[setName] = newValue;
|
|
291
|
+
this._updatingFromAttribute = false;
|
|
292
|
+
}
|
|
293
|
+
static { this.htmlTagName = "igc-list-panel"; }
|
|
294
|
+
static { this._isElementRegistered = false; }
|
|
295
|
+
static register() {
|
|
296
|
+
if (!IgcListPanelComponent._isElementRegistered) {
|
|
297
|
+
IgcListPanelComponent._isElementRegistered = true;
|
|
298
|
+
RegisterElementHelper.registerElement(IgcListPanelComponent.htmlTagName, IgcListPanelComponent);
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* Sets or gets the grid selection mode.
|
|
303
|
+
*/
|
|
304
|
+
get selectionMode() {
|
|
305
|
+
return this.i.as;
|
|
306
|
+
}
|
|
307
|
+
set selectionMode(v) {
|
|
308
|
+
this.i.as = ensureEnum(ListPanelSelectionMode_$type, v);
|
|
309
|
+
this._a("selectionMode", enumToString(ListPanelSelectionMode_$type, this.i.as));
|
|
310
|
+
}
|
|
311
|
+
/**
|
|
312
|
+
* Gets or sets whether the active row style will be applied to rows when made active.
|
|
313
|
+
*/
|
|
314
|
+
get isActiveRowStyleEnabled() {
|
|
315
|
+
return this.i.by;
|
|
316
|
+
}
|
|
317
|
+
set isActiveRowStyleEnabled(v) {
|
|
318
|
+
this.i.by = ensureBool(v);
|
|
319
|
+
this._a("isActiveRowStyleEnabled", this.i.by);
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Gets or sets the background color to use for the cells when they are selected
|
|
323
|
+
*/
|
|
324
|
+
get selectedBackground() {
|
|
325
|
+
return brushToString(this.i.h8);
|
|
326
|
+
}
|
|
327
|
+
set selectedBackground(v) {
|
|
328
|
+
this.i.h8 = stringToBrush(v);
|
|
329
|
+
this._a("selectedBackground", brushToString(this.i.h8));
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* Gets or sets the background color to use.
|
|
333
|
+
*/
|
|
334
|
+
get normalBackground() {
|
|
335
|
+
return brushToString(this.i.h6);
|
|
336
|
+
}
|
|
337
|
+
set normalBackground(v) {
|
|
338
|
+
this.i.h6 = stringToBrush(v);
|
|
339
|
+
this._a("normalBackground", brushToString(this.i.h6));
|
|
340
|
+
}
|
|
341
|
+
/**
|
|
342
|
+
* Gets or sets the activation border color to use.
|
|
343
|
+
*/
|
|
344
|
+
get activationBorder() {
|
|
345
|
+
return brushToString(this.i.h2);
|
|
346
|
+
}
|
|
347
|
+
set activationBorder(v) {
|
|
348
|
+
this.i.h2 = stringToBrush(v);
|
|
349
|
+
this._a("activationBorder", brushToString(this.i.h2));
|
|
350
|
+
}
|
|
351
|
+
/**
|
|
352
|
+
* Gets or sets the amount of left activation border to use for the cell content for this column.
|
|
353
|
+
*/
|
|
354
|
+
get activationBorderLeftWidth() {
|
|
355
|
+
return this.i.dt;
|
|
356
|
+
}
|
|
357
|
+
set activationBorderLeftWidth(v) {
|
|
358
|
+
this.i.dt = +v;
|
|
359
|
+
this._a("activationBorderLeftWidth", this.i.dt);
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Gets or sets the amount of top activation border to use for the cell content for this column.
|
|
363
|
+
*/
|
|
364
|
+
get activationBorderTopWidth() {
|
|
365
|
+
return this.i.dv;
|
|
366
|
+
}
|
|
367
|
+
set activationBorderTopWidth(v) {
|
|
368
|
+
this.i.dv = +v;
|
|
369
|
+
this._a("activationBorderTopWidth", this.i.dv);
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* Gets or sets the amount of right activation border to use for the cell content of this column.
|
|
373
|
+
*/
|
|
374
|
+
get activationBorderRightWidth() {
|
|
375
|
+
return this.i.du;
|
|
376
|
+
}
|
|
377
|
+
set activationBorderRightWidth(v) {
|
|
378
|
+
this.i.du = +v;
|
|
379
|
+
this._a("activationBorderRightWidth", this.i.du);
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
* Gets or sets the amount of bottom activation border to use for the cell content of this column.
|
|
383
|
+
*/
|
|
384
|
+
get activationBorderBottomWidth() {
|
|
385
|
+
return this.i.ds;
|
|
386
|
+
}
|
|
387
|
+
set activationBorderBottomWidth(v) {
|
|
388
|
+
this.i.ds = +v;
|
|
389
|
+
this._a("activationBorderBottomWidth", this.i.ds);
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* Sets or gets the grid selection mode.
|
|
393
|
+
*/
|
|
394
|
+
get activationMode() {
|
|
395
|
+
return this.i.r;
|
|
396
|
+
}
|
|
397
|
+
set activationMode(v) {
|
|
398
|
+
this.i.r = ensureEnum(ListPanelActivationMode_$type, v);
|
|
399
|
+
this._a("activationMode", enumToString(ListPanelActivationMode_$type, this.i.r));
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* Sets or gets how selection behaves in the grid.
|
|
403
|
+
*/
|
|
404
|
+
get selectionBehavior() {
|
|
405
|
+
return this.i.an;
|
|
406
|
+
}
|
|
407
|
+
set selectionBehavior(v) {
|
|
408
|
+
this.i.an = ensureEnum(ListPanelSelectionBehavior_$type, v);
|
|
409
|
+
this._a("selectionBehavior", enumToString(ListPanelSelectionBehavior_$type, this.i.an));
|
|
410
|
+
}
|
|
411
|
+
/**
|
|
412
|
+
* 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.
|
|
413
|
+
* If a primary key cannot be inferred from the data source, you may need to provide one here.
|
|
414
|
+
*/
|
|
415
|
+
get primaryKey() {
|
|
416
|
+
return this.i.f;
|
|
417
|
+
}
|
|
418
|
+
set primaryKey(v) {
|
|
419
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
420
|
+
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
421
|
+
v = v.split(re);
|
|
422
|
+
}
|
|
423
|
+
this.i.f = v;
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* 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.
|
|
427
|
+
*/
|
|
428
|
+
get actualPrimaryKey() {
|
|
429
|
+
return this.i.d;
|
|
430
|
+
}
|
|
431
|
+
set actualPrimaryKey(v) {
|
|
432
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
433
|
+
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
434
|
+
v = v.split(re);
|
|
435
|
+
}
|
|
436
|
+
this.i.d = v;
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* Gets which items are currently selected in the grid. Collection can be updated to programatically select items.
|
|
440
|
+
*/
|
|
441
|
+
get selectedItems() {
|
|
442
|
+
if (this._selectedItems === null) {
|
|
443
|
+
let coll = new IgcListPanelSelectedItemsCollection();
|
|
444
|
+
let innerColl = this.i.ai;
|
|
445
|
+
if (!innerColl) {
|
|
446
|
+
innerColl = new ListPanelSelectedItemsCollection_internal();
|
|
447
|
+
}
|
|
448
|
+
this._selectedItems = coll._fromInner(innerColl);
|
|
449
|
+
}
|
|
450
|
+
return this._selectedItems;
|
|
451
|
+
}
|
|
452
|
+
set selectedItems(v) {
|
|
453
|
+
if (this._selectedItems !== null) {
|
|
454
|
+
this._selectedItems._setSyncTarget(null);
|
|
455
|
+
this._selectedItems = null;
|
|
456
|
+
}
|
|
457
|
+
let coll = new IgcListPanelSelectedItemsCollection();
|
|
458
|
+
this._selectedItems = coll._fromOuter(v);
|
|
459
|
+
let syncColl = new SyncableObservableCollection$1(Base.$type);
|
|
460
|
+
let innerColl = this.i.ai;
|
|
461
|
+
if (!innerColl) {
|
|
462
|
+
innerColl = new ListPanelSelectedItemsCollection_internal();
|
|
463
|
+
}
|
|
464
|
+
syncColl._inner = innerColl;
|
|
465
|
+
syncColl.clear();
|
|
466
|
+
this._selectedItems._setSyncTarget(syncColl);
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Gets which primary key values are currently selected in the grid. Collection can be updated to programatically select items.
|
|
470
|
+
*/
|
|
471
|
+
get selectedKeys() {
|
|
472
|
+
if (this._selectedKeys === null) {
|
|
473
|
+
let coll = new IgcListPanelSelectedKeysCollection();
|
|
474
|
+
let innerColl = this.i.al;
|
|
475
|
+
if (!innerColl) {
|
|
476
|
+
innerColl = new ListPanelSelectedKeysCollection_internal();
|
|
477
|
+
}
|
|
478
|
+
this._selectedKeys = coll._fromInner(innerColl);
|
|
479
|
+
}
|
|
480
|
+
return this._selectedKeys;
|
|
481
|
+
}
|
|
482
|
+
set selectedKeys(v) {
|
|
483
|
+
if (this._selectedKeys !== null) {
|
|
484
|
+
this._selectedKeys._setSyncTarget(null);
|
|
485
|
+
this._selectedKeys = null;
|
|
486
|
+
}
|
|
487
|
+
let coll = new IgcListPanelSelectedKeysCollection();
|
|
488
|
+
this._selectedKeys = coll._fromOuter(v);
|
|
489
|
+
let syncColl = new SyncableObservableCollection$1(ListPanelPrimaryKeyValue.$type);
|
|
490
|
+
let innerColl = this.i.al;
|
|
491
|
+
if (!innerColl) {
|
|
492
|
+
innerColl = new ListPanelSelectedKeysCollection_internal();
|
|
493
|
+
}
|
|
494
|
+
syncColl._inner = innerColl;
|
|
495
|
+
syncColl.clear();
|
|
496
|
+
this._selectedKeys._setSyncTarget(syncColl);
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* Gets either the filtered properties to include in the schema of the data source.
|
|
500
|
+
*/
|
|
501
|
+
get schemaIncludedProperties() {
|
|
502
|
+
return this.i.g;
|
|
503
|
+
}
|
|
504
|
+
set schemaIncludedProperties(v) {
|
|
505
|
+
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
506
|
+
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
507
|
+
v = v.split(re);
|
|
508
|
+
}
|
|
509
|
+
this.i.g = v;
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* Gets or sets the spacing between items.
|
|
513
|
+
*/
|
|
514
|
+
get itemSpacing() {
|
|
515
|
+
return this.i.c9;
|
|
516
|
+
}
|
|
517
|
+
set itemSpacing(v) {
|
|
518
|
+
this.i.c9 = +v;
|
|
519
|
+
this._a("itemSpacing", this.i.c9);
|
|
520
|
+
}
|
|
521
|
+
/**
|
|
522
|
+
* Gets or Sets the property name that contains the values.
|
|
523
|
+
*/
|
|
524
|
+
get rowHeight() {
|
|
525
|
+
return this.i.ef;
|
|
526
|
+
}
|
|
527
|
+
set rowHeight(v) {
|
|
528
|
+
this.i.ef = +v;
|
|
529
|
+
this._a("rowHeight", this.i.ef);
|
|
530
|
+
}
|
|
531
|
+
get actualRowHeight() {
|
|
532
|
+
return this.i.c6;
|
|
533
|
+
}
|
|
534
|
+
set actualRowHeight(v) {
|
|
535
|
+
this.i.c6 = +v;
|
|
536
|
+
this._a("actualRowHeight", this.i.c6);
|
|
537
|
+
}
|
|
538
|
+
/**
|
|
539
|
+
* Gets or Sets the property name that contains the values.
|
|
540
|
+
*/
|
|
541
|
+
get cellTextStyle() {
|
|
542
|
+
if (this.i.a4 == null) {
|
|
543
|
+
return null;
|
|
544
|
+
}
|
|
545
|
+
return this.i.a4.fontString;
|
|
546
|
+
}
|
|
547
|
+
set cellTextStyle(v) {
|
|
548
|
+
let fi = new FontInfo();
|
|
549
|
+
fi.fontString = v;
|
|
550
|
+
this.i.a4 = fi;
|
|
551
|
+
this._a("cellTextStyle", this.i.a4 != null ? this.i.a4.fontString : "");
|
|
552
|
+
}
|
|
553
|
+
get hasUnevenSizes() {
|
|
554
|
+
return this.i.bw;
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* Gets or sets the style of scrollbar.
|
|
558
|
+
*/
|
|
559
|
+
get scrollbarStyle() {
|
|
560
|
+
return this.i.a0;
|
|
561
|
+
}
|
|
562
|
+
set scrollbarStyle(v) {
|
|
563
|
+
this.i.a0 = ensureEnum(ScrollbarStyle_$type, v);
|
|
564
|
+
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.a0));
|
|
565
|
+
}
|
|
566
|
+
/**
|
|
567
|
+
* Gets or sets the scrollbar background color.
|
|
568
|
+
*/
|
|
569
|
+
get scrollbarBackground() {
|
|
570
|
+
return brushToString(this.i.h7);
|
|
571
|
+
}
|
|
572
|
+
set scrollbarBackground(v) {
|
|
573
|
+
this.i.h7 = stringToBrush(v);
|
|
574
|
+
this._a("scrollbarBackground", brushToString(this.i.h7));
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* Gets or sets the color to use for the background of the component.
|
|
578
|
+
*/
|
|
579
|
+
get backgroundColor() {
|
|
580
|
+
return brushToString(this.i.h3);
|
|
581
|
+
}
|
|
582
|
+
set backgroundColor(v) {
|
|
583
|
+
this.i.h3 = stringToBrush(v);
|
|
584
|
+
this._a("backgroundColor", brushToString(this.i.h3));
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* Gets or sets the color to use for the background of the component.
|
|
588
|
+
*/
|
|
589
|
+
get orientation() {
|
|
590
|
+
return this.i.ad;
|
|
591
|
+
}
|
|
592
|
+
set orientation(v) {
|
|
593
|
+
this.i.ad = ensureEnum(ListPanelOrientation_$type, v);
|
|
594
|
+
this._a("orientation", enumToString(ListPanelOrientation_$type, this.i.ad));
|
|
595
|
+
}
|
|
596
|
+
/**
|
|
597
|
+
* Gets or sets the color to use for the background of the component.
|
|
598
|
+
*/
|
|
599
|
+
get isCustomRowHeightEnabled() {
|
|
600
|
+
return this.i.b0;
|
|
601
|
+
}
|
|
602
|
+
set isCustomRowHeightEnabled(v) {
|
|
603
|
+
this.i.b0 = ensureBool(v);
|
|
604
|
+
this._a("isCustomRowHeightEnabled", this.i.b0);
|
|
605
|
+
}
|
|
606
|
+
/**
|
|
607
|
+
* Gets or sets the color to use for the text of the component.
|
|
608
|
+
*/
|
|
609
|
+
get textColor() {
|
|
610
|
+
return brushToString(this.i.h9);
|
|
611
|
+
}
|
|
612
|
+
set textColor(v) {
|
|
613
|
+
this.i.h9 = stringToBrush(v);
|
|
614
|
+
this._a("textColor", brushToString(this.i.h9));
|
|
615
|
+
}
|
|
616
|
+
/**
|
|
617
|
+
* Gets or sets the position of the active row.
|
|
618
|
+
*/
|
|
619
|
+
get activeRow() {
|
|
620
|
+
return this.i.dw;
|
|
621
|
+
}
|
|
622
|
+
set activeRow(v) {
|
|
623
|
+
this.i.dw = +v;
|
|
624
|
+
this._a("activeRow", this.i.dw);
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.
|
|
628
|
+
*/
|
|
629
|
+
get notifyOnAllSelectionChanges() {
|
|
630
|
+
return this.i.b3;
|
|
631
|
+
}
|
|
632
|
+
set notifyOnAllSelectionChanges(v) {
|
|
633
|
+
this.i.b3 = ensureBool(v);
|
|
634
|
+
this._a("notifyOnAllSelectionChanges", this.i.b3);
|
|
635
|
+
}
|
|
636
|
+
findByName(name) {
|
|
637
|
+
if (this.findEphemera) {
|
|
638
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
639
|
+
return this.findEphemera(name);
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
if (this.selectedKeys != null && this.selectedKeys.findByName && this.selectedKeys.findByName(name)) {
|
|
643
|
+
return this.selectedKeys.findByName(name);
|
|
644
|
+
}
|
|
645
|
+
return null;
|
|
646
|
+
}
|
|
647
|
+
get hasUserValues() {
|
|
648
|
+
return this._hasUserValues;
|
|
649
|
+
}
|
|
650
|
+
__m(propertyName) {
|
|
651
|
+
if (!this._inStyling) {
|
|
652
|
+
this._hasUserValues.add(propertyName);
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
_styling(container, component, parent) {
|
|
656
|
+
if (this._inStyling) {
|
|
657
|
+
return;
|
|
658
|
+
}
|
|
659
|
+
this._inStyling = true;
|
|
660
|
+
this._stylingContainer = container;
|
|
661
|
+
this._stylingParent = component;
|
|
662
|
+
let genericPrefix = "";
|
|
663
|
+
let typeName = this.i.$type.name;
|
|
664
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
665
|
+
typeName = typeName.substring(3);
|
|
666
|
+
}
|
|
667
|
+
genericPrefix = toSpinal("ListPanelComponent");
|
|
668
|
+
let additionalPrefixes = [];
|
|
669
|
+
let prefix = toSpinal(typeName);
|
|
670
|
+
additionalPrefixes.push(prefix + "-");
|
|
671
|
+
let b = this.i.$type.baseType;
|
|
672
|
+
while (b && b.name != "Object" &&
|
|
673
|
+
b.name != "Base" &&
|
|
674
|
+
b.name != "Control" &&
|
|
675
|
+
b.Name != "DependencyObject" &&
|
|
676
|
+
b.Name != "FrameworkElement") {
|
|
677
|
+
typeName = b.name;
|
|
678
|
+
if (typeName.indexOf("Xam") === 0) {
|
|
679
|
+
typeName = typeName.substring(3);
|
|
680
|
+
}
|
|
681
|
+
let basePrefix = toSpinal(typeName);
|
|
682
|
+
additionalPrefixes.push(basePrefix + "-");
|
|
683
|
+
b = b.baseType;
|
|
684
|
+
}
|
|
685
|
+
if (parent) {
|
|
686
|
+
let parentTypeName = parent.i.$type.name;
|
|
687
|
+
if (parentTypeName.indexOf("Xam") === 0) {
|
|
688
|
+
parentTypeName = parentTypeName.substring(3);
|
|
689
|
+
}
|
|
690
|
+
let parentPrefix = toSpinal(parentTypeName);
|
|
691
|
+
additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
|
|
692
|
+
additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
|
|
693
|
+
}
|
|
694
|
+
initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
|
|
695
|
+
if (this._otherStyling) {
|
|
696
|
+
this._otherStyling(container, component, parent);
|
|
697
|
+
}
|
|
698
|
+
this._inStyling = false;
|
|
699
|
+
}
|
|
700
|
+
getRowKey(primaryKey, rowIndex) {
|
|
701
|
+
let iv = this.i.af(primaryKey, rowIndex);
|
|
702
|
+
let ret = null;
|
|
703
|
+
if (iv && iv.externalObject) {
|
|
704
|
+
ret = iv.externalObject;
|
|
705
|
+
}
|
|
706
|
+
else {
|
|
707
|
+
if (iv) {
|
|
708
|
+
let e = new IgcListPanelPrimaryKeyValue();
|
|
709
|
+
e._implementation = iv;
|
|
710
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
711
|
+
ret = e;
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
return ret;
|
|
715
|
+
}
|
|
716
|
+
getItemKey(primaryKey, item_) {
|
|
717
|
+
let iv = this.i.ae(primaryKey, item_);
|
|
718
|
+
let ret = null;
|
|
719
|
+
if (iv && iv.externalObject) {
|
|
720
|
+
ret = iv.externalObject;
|
|
721
|
+
}
|
|
722
|
+
else {
|
|
723
|
+
if (iv) {
|
|
724
|
+
let e = new IgcListPanelPrimaryKeyValue();
|
|
725
|
+
e._implementation = iv;
|
|
726
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
727
|
+
ret = e;
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
return ret;
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* Gets the last visible index in the grid.
|
|
734
|
+
|
|
735
|
+
*/
|
|
736
|
+
getLastVisibleIndex() {
|
|
737
|
+
let iv = this.i.d5();
|
|
738
|
+
return (iv);
|
|
739
|
+
}
|
|
740
|
+
/**
|
|
741
|
+
* Gets the first visible index in the grid.
|
|
742
|
+
|
|
743
|
+
*/
|
|
744
|
+
getFirstVisibleIndex() {
|
|
745
|
+
let iv = this.i.d3();
|
|
746
|
+
return (iv);
|
|
747
|
+
}
|
|
748
|
+
/**
|
|
749
|
+
* Invalidates the bound data for the rows currently visible.
|
|
750
|
+
|
|
751
|
+
*/
|
|
752
|
+
invalidateVisibleItems() {
|
|
753
|
+
this.i.f7();
|
|
754
|
+
}
|
|
755
|
+
notifySetItem(index, oldItem, newItem) {
|
|
756
|
+
this.i.gd(index, oldItem, newItem);
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
* Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined.
|
|
760
|
+
* This should not be called if the data that the grid is bound to is already observable.
|
|
761
|
+
|
|
762
|
+
*/
|
|
763
|
+
notifyClearItems() {
|
|
764
|
+
this.i.ga();
|
|
765
|
+
}
|
|
766
|
+
notifyInsertItem(index, newItem) {
|
|
767
|
+
this.i.gb(index, newItem);
|
|
768
|
+
}
|
|
769
|
+
notifyRemoveItem(index, oldItem) {
|
|
770
|
+
this.i.gc(index, oldItem);
|
|
771
|
+
}
|
|
772
|
+
/**
|
|
773
|
+
* Returns the data index of an item within the bound data source.
|
|
774
|
+
|
|
775
|
+
* @param item * The item from which to get the index.
|
|
776
|
+
*/
|
|
777
|
+
dataIndexOfItem(item) {
|
|
778
|
+
let iv = this.i.dy(item);
|
|
779
|
+
return (iv);
|
|
780
|
+
}
|
|
781
|
+
dataIndexOfPrimaryKey(key) {
|
|
782
|
+
let iv = this.i.dz(key);
|
|
783
|
+
return (iv);
|
|
784
|
+
}
|
|
785
|
+
exportVisualData() {
|
|
786
|
+
let iv = this.i.ei();
|
|
787
|
+
return (iv);
|
|
788
|
+
}
|
|
789
|
+
exportSerializedVisualData() {
|
|
790
|
+
let iv = this.i.e0();
|
|
791
|
+
return (iv);
|
|
792
|
+
}
|
|
793
|
+
/**
|
|
794
|
+
* Selects all of the rows in the grid.
|
|
795
|
+
|
|
796
|
+
*/
|
|
797
|
+
selectAllRows() {
|
|
798
|
+
this.i.hl();
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* Scrolls the grid to given row, by index
|
|
802
|
+
|
|
803
|
+
* @param rowNumber * The row index to scroll to.
|
|
804
|
+
*/
|
|
805
|
+
scrollToRowByIndex(rowNumber) {
|
|
806
|
+
this.i.hj(rowNumber);
|
|
807
|
+
}
|
|
808
|
+
/**
|
|
809
|
+
* Scrolls the grid so that a row is the last visible, by index.
|
|
810
|
+
|
|
811
|
+
* @param rowNumber * The row index to scroll to.
|
|
812
|
+
*/
|
|
813
|
+
scrollToLastRowByIndex(rowNumber) {
|
|
814
|
+
this.i.hh(rowNumber);
|
|
815
|
+
}
|
|
816
|
+
/**
|
|
817
|
+
* Deselects all currently selected rows.
|
|
818
|
+
|
|
819
|
+
*/
|
|
820
|
+
deselectAllRows() {
|
|
821
|
+
this.i.fq();
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* Called when item content is recycled.
|
|
825
|
+
*/
|
|
826
|
+
get itemRecycled() {
|
|
827
|
+
return this._itemRecycled;
|
|
828
|
+
}
|
|
829
|
+
set itemRecycled(ev) {
|
|
830
|
+
if (this._itemRecycled_wrapped !== null) {
|
|
831
|
+
this.i.itemRecycled = delegateRemove(this.i.itemRecycled, this._itemRecycled_wrapped);
|
|
832
|
+
this._itemRecycled_wrapped = null;
|
|
833
|
+
this._itemRecycled = null;
|
|
834
|
+
}
|
|
835
|
+
this._itemRecycled = ev;
|
|
836
|
+
this._itemRecycled_wrapped = (o, e) => {
|
|
837
|
+
let outerArgs = new IgcListPanelContentRecycledEventArgs();
|
|
838
|
+
outerArgs._provideImplementation(e);
|
|
839
|
+
if (this.beforeItemRecycled) {
|
|
840
|
+
this.beforeItemRecycled(this, outerArgs);
|
|
841
|
+
}
|
|
842
|
+
if (this._itemRecycled) {
|
|
843
|
+
this._itemRecycled(this, outerArgs);
|
|
844
|
+
}
|
|
845
|
+
};
|
|
846
|
+
this.i.itemRecycled = delegateCombine(this.i.itemRecycled, this._itemRecycled_wrapped);
|
|
847
|
+
;
|
|
848
|
+
}
|
|
849
|
+
/**
|
|
850
|
+
* Called when item content is rebound.
|
|
851
|
+
*/
|
|
852
|
+
get itemRebind() {
|
|
853
|
+
return this._itemRebind;
|
|
854
|
+
}
|
|
855
|
+
set itemRebind(ev) {
|
|
856
|
+
if (this._itemRebind_wrapped !== null) {
|
|
857
|
+
this.i.itemRebind = delegateRemove(this.i.itemRebind, this._itemRebind_wrapped);
|
|
858
|
+
this._itemRebind_wrapped = null;
|
|
859
|
+
this._itemRebind = null;
|
|
860
|
+
}
|
|
861
|
+
this._itemRebind = ev;
|
|
862
|
+
this._itemRebind_wrapped = (o, e) => {
|
|
863
|
+
let outerArgs = new IgcListPanelContentRebindEventArgs();
|
|
864
|
+
outerArgs._provideImplementation(e);
|
|
865
|
+
if (this.beforeItemRebind) {
|
|
866
|
+
this.beforeItemRebind(this, outerArgs);
|
|
867
|
+
}
|
|
868
|
+
if (this._itemRebind) {
|
|
869
|
+
this._itemRebind(this, outerArgs);
|
|
870
|
+
}
|
|
871
|
+
};
|
|
872
|
+
this.i.itemRebind = delegateCombine(this.i.itemRebind, this._itemRebind_wrapped);
|
|
873
|
+
;
|
|
874
|
+
}
|
|
875
|
+
/**
|
|
876
|
+
* Called when the selected items change.
|
|
877
|
+
*/
|
|
878
|
+
get selectedItemsChanged() {
|
|
879
|
+
return this._selectedItemsChanged;
|
|
880
|
+
}
|
|
881
|
+
set selectedItemsChanged(ev) {
|
|
882
|
+
if (this._selectedItemsChanged_wrapped !== null) {
|
|
883
|
+
this.i.selectedItemsChanged = delegateRemove(this.i.selectedItemsChanged, this._selectedItemsChanged_wrapped);
|
|
884
|
+
this._selectedItemsChanged_wrapped = null;
|
|
885
|
+
this._selectedItemsChanged = null;
|
|
886
|
+
}
|
|
887
|
+
this._selectedItemsChanged = ev;
|
|
888
|
+
this._selectedItemsChanged_wrapped = (o, e) => {
|
|
889
|
+
let outerArgs = new IgcListPanelSelectedItemsChangedEventArgs();
|
|
890
|
+
outerArgs._provideImplementation(e);
|
|
891
|
+
if (this.beforeSelectedItemsChanged) {
|
|
892
|
+
this.beforeSelectedItemsChanged(this, outerArgs);
|
|
893
|
+
}
|
|
894
|
+
if (this._selectedItemsChanged) {
|
|
895
|
+
this._selectedItemsChanged(this, outerArgs);
|
|
896
|
+
}
|
|
897
|
+
};
|
|
898
|
+
this.i.selectedItemsChanged = delegateCombine(this.i.selectedItemsChanged, this._selectedItemsChanged_wrapped);
|
|
899
|
+
;
|
|
900
|
+
}
|
|
901
|
+
/**
|
|
902
|
+
* Called when the selected keys change.
|
|
903
|
+
*/
|
|
904
|
+
get selectedKeysChanged() {
|
|
905
|
+
return this._selectedKeysChanged;
|
|
906
|
+
}
|
|
907
|
+
set selectedKeysChanged(ev) {
|
|
908
|
+
if (this._selectedKeysChanged_wrapped !== null) {
|
|
909
|
+
this.i.selectedKeysChanged = delegateRemove(this.i.selectedKeysChanged, this._selectedKeysChanged_wrapped);
|
|
910
|
+
this._selectedKeysChanged_wrapped = null;
|
|
911
|
+
this._selectedKeysChanged = null;
|
|
912
|
+
}
|
|
913
|
+
this._selectedKeysChanged = ev;
|
|
914
|
+
this._selectedKeysChanged_wrapped = (o, e) => {
|
|
915
|
+
let outerArgs = new IgcListPanelSelectedKeysChangedEventArgs();
|
|
916
|
+
outerArgs._provideImplementation(e);
|
|
917
|
+
if (this.beforeSelectedKeysChanged) {
|
|
918
|
+
this.beforeSelectedKeysChanged(this, outerArgs);
|
|
919
|
+
}
|
|
920
|
+
if (this._selectedKeysChanged) {
|
|
921
|
+
this._selectedKeysChanged(this, outerArgs);
|
|
922
|
+
}
|
|
923
|
+
};
|
|
924
|
+
this.i.selectedKeysChanged = delegateCombine(this.i.selectedKeysChanged, this._selectedKeysChanged_wrapped);
|
|
925
|
+
;
|
|
926
|
+
}
|
|
927
|
+
/**
|
|
928
|
+
* Called when an individual selection operation has been made.
|
|
929
|
+
*/
|
|
930
|
+
get selectionChanged() {
|
|
931
|
+
return this._selectionChanged;
|
|
932
|
+
}
|
|
933
|
+
set selectionChanged(ev) {
|
|
934
|
+
if (this._selectionChanged_wrapped !== null) {
|
|
935
|
+
this.i.selectionChanged = delegateRemove(this.i.selectionChanged, this._selectionChanged_wrapped);
|
|
936
|
+
this._selectionChanged_wrapped = null;
|
|
937
|
+
this._selectionChanged = null;
|
|
938
|
+
}
|
|
939
|
+
this._selectionChanged = ev;
|
|
940
|
+
this._selectionChanged_wrapped = (o, e) => {
|
|
941
|
+
let outerArgs = new IgcListPanelSelectionChangedEventArgs();
|
|
942
|
+
outerArgs._provideImplementation(e);
|
|
943
|
+
if (this.beforeSelectionChanged) {
|
|
944
|
+
this.beforeSelectionChanged(this, outerArgs);
|
|
945
|
+
}
|
|
946
|
+
if (this._selectionChanged) {
|
|
947
|
+
this._selectionChanged(this, outerArgs);
|
|
948
|
+
}
|
|
949
|
+
};
|
|
950
|
+
this.i.selectionChanged = delegateCombine(this.i.selectionChanged, this._selectionChanged_wrapped);
|
|
951
|
+
;
|
|
952
|
+
}
|
|
953
|
+
/**
|
|
954
|
+
* Called when the active row changes.
|
|
955
|
+
*/
|
|
956
|
+
get activeRowChanged() {
|
|
957
|
+
return this._activeRowChanged;
|
|
958
|
+
}
|
|
959
|
+
set activeRowChanged(ev) {
|
|
960
|
+
if (this._activeRowChanged_wrapped !== null) {
|
|
961
|
+
this.i.activeRowChanged = delegateRemove(this.i.activeRowChanged, this._activeRowChanged_wrapped);
|
|
962
|
+
this._activeRowChanged_wrapped = null;
|
|
963
|
+
this._activeRowChanged = null;
|
|
964
|
+
}
|
|
965
|
+
this._activeRowChanged = ev;
|
|
966
|
+
this._activeRowChanged_wrapped = (o, e) => {
|
|
967
|
+
let outerArgs = new IgcListPanelActiveRowChangedEventArgs();
|
|
968
|
+
outerArgs._provideImplementation(e);
|
|
969
|
+
if (this.beforeActiveRowChanged) {
|
|
970
|
+
this.beforeActiveRowChanged(this, outerArgs);
|
|
971
|
+
}
|
|
972
|
+
if (this._activeRowChanged) {
|
|
973
|
+
this._activeRowChanged(this, outerArgs);
|
|
974
|
+
}
|
|
975
|
+
};
|
|
976
|
+
this.i.activeRowChanged = delegateCombine(this.i.activeRowChanged, this._activeRowChanged_wrapped);
|
|
977
|
+
;
|
|
978
|
+
}
|
|
979
|
+
get contentRefreshed() {
|
|
980
|
+
return this._contentRefreshed;
|
|
981
|
+
}
|
|
982
|
+
set contentRefreshed(ev) {
|
|
983
|
+
if (this._contentRefreshed_wrapped !== null) {
|
|
984
|
+
this.i.contentRefreshed = delegateRemove(this.i.contentRefreshed, this._contentRefreshed_wrapped);
|
|
985
|
+
this._contentRefreshed_wrapped = null;
|
|
986
|
+
this._contentRefreshed = null;
|
|
987
|
+
}
|
|
988
|
+
this._contentRefreshed = ev;
|
|
989
|
+
this._contentRefreshed_wrapped = (o, e) => {
|
|
990
|
+
let outerArgs = new IgcListPanelContentRefreshedEventArgs();
|
|
991
|
+
outerArgs._provideImplementation(e);
|
|
992
|
+
if (this.beforeContentRefreshed) {
|
|
993
|
+
this.beforeContentRefreshed(this, outerArgs);
|
|
994
|
+
}
|
|
995
|
+
if (this._contentRefreshed) {
|
|
996
|
+
this._contentRefreshed(this, outerArgs);
|
|
997
|
+
}
|
|
998
|
+
};
|
|
999
|
+
this.i.contentRefreshed = delegateCombine(this.i.contentRefreshed, this._contentRefreshed_wrapped);
|
|
1000
|
+
;
|
|
1001
|
+
}
|
|
1002
|
+
get rowUpdating() {
|
|
1003
|
+
return this._rowUpdating;
|
|
1004
|
+
}
|
|
1005
|
+
set rowUpdating(ev) {
|
|
1006
|
+
if (this._rowUpdating_wrapped !== null) {
|
|
1007
|
+
this.i.rowUpdating = delegateRemove(this.i.rowUpdating, this._rowUpdating_wrapped);
|
|
1008
|
+
this._rowUpdating_wrapped = null;
|
|
1009
|
+
this._rowUpdating = null;
|
|
1010
|
+
}
|
|
1011
|
+
this._rowUpdating = ev;
|
|
1012
|
+
this._rowUpdating_wrapped = (o, e) => {
|
|
1013
|
+
let outerArgs = new IgcListPanelTemplateItemUpdatingEventArgs();
|
|
1014
|
+
outerArgs._provideImplementation(e);
|
|
1015
|
+
if (this.beforeRowUpdating) {
|
|
1016
|
+
this.beforeRowUpdating(this, outerArgs);
|
|
1017
|
+
}
|
|
1018
|
+
if (this._rowUpdating) {
|
|
1019
|
+
this._rowUpdating(this, outerArgs);
|
|
1020
|
+
}
|
|
1021
|
+
};
|
|
1022
|
+
this.i.rowUpdating = delegateCombine(this.i.rowUpdating, this._rowUpdating_wrapped);
|
|
1023
|
+
;
|
|
1024
|
+
}
|
|
1025
|
+
get itemWidthRequested() {
|
|
1026
|
+
return this._itemWidthRequested;
|
|
1027
|
+
}
|
|
1028
|
+
set itemWidthRequested(ev) {
|
|
1029
|
+
if (this._itemWidthRequested_wrapped !== null) {
|
|
1030
|
+
this.i.itemWidthRequested = delegateRemove(this.i.itemWidthRequested, this._itemWidthRequested_wrapped);
|
|
1031
|
+
this._itemWidthRequested_wrapped = null;
|
|
1032
|
+
this._itemWidthRequested = null;
|
|
1033
|
+
}
|
|
1034
|
+
this._itemWidthRequested = ev;
|
|
1035
|
+
this._itemWidthRequested_wrapped = (o, e) => {
|
|
1036
|
+
let outerArgs = new IgcListPanelTemplateWidthRequestedEventArgs();
|
|
1037
|
+
outerArgs._provideImplementation(e);
|
|
1038
|
+
if (this.beforeItemWidthRequested) {
|
|
1039
|
+
this.beforeItemWidthRequested(this, outerArgs);
|
|
1040
|
+
}
|
|
1041
|
+
if (this._itemWidthRequested) {
|
|
1042
|
+
this._itemWidthRequested(this, outerArgs);
|
|
1043
|
+
}
|
|
1044
|
+
};
|
|
1045
|
+
this.i.itemWidthRequested = delegateCombine(this.i.itemWidthRequested, this._itemWidthRequested_wrapped);
|
|
1046
|
+
;
|
|
1047
|
+
}
|
|
1048
|
+
get itemHeightRequested() {
|
|
1049
|
+
return this._itemHeightRequested;
|
|
1050
|
+
}
|
|
1051
|
+
set itemHeightRequested(ev) {
|
|
1052
|
+
if (this._itemHeightRequested_wrapped !== null) {
|
|
1053
|
+
this.i.itemHeightRequested = delegateRemove(this.i.itemHeightRequested, this._itemHeightRequested_wrapped);
|
|
1054
|
+
this._itemHeightRequested_wrapped = null;
|
|
1055
|
+
this._itemHeightRequested = null;
|
|
1056
|
+
}
|
|
1057
|
+
this._itemHeightRequested = ev;
|
|
1058
|
+
this._itemHeightRequested_wrapped = (o, e) => {
|
|
1059
|
+
let outerArgs = new IgcListPanelTemplateHeightRequestedEventArgs();
|
|
1060
|
+
outerArgs._provideImplementation(e);
|
|
1061
|
+
if (this.beforeItemHeightRequested) {
|
|
1062
|
+
this.beforeItemHeightRequested(this, outerArgs);
|
|
1063
|
+
}
|
|
1064
|
+
if (this._itemHeightRequested) {
|
|
1065
|
+
this._itemHeightRequested(this, outerArgs);
|
|
1066
|
+
}
|
|
1067
|
+
};
|
|
1068
|
+
this.i.itemHeightRequested = delegateCombine(this.i.itemHeightRequested, this._itemHeightRequested_wrapped);
|
|
1069
|
+
;
|
|
1070
|
+
}
|
|
1071
|
+
get itemClicked() {
|
|
1072
|
+
return this._itemClicked;
|
|
1073
|
+
}
|
|
1074
|
+
set itemClicked(ev) {
|
|
1075
|
+
if (this._itemClicked_wrapped !== null) {
|
|
1076
|
+
this.i.itemClicked = delegateRemove(this.i.itemClicked, this._itemClicked_wrapped);
|
|
1077
|
+
this._itemClicked_wrapped = null;
|
|
1078
|
+
this._itemClicked = null;
|
|
1079
|
+
}
|
|
1080
|
+
this._itemClicked = ev;
|
|
1081
|
+
this._itemClicked_wrapped = (o, e) => {
|
|
1082
|
+
let outerArgs = new IgcListPanelItemEventArgs();
|
|
1083
|
+
outerArgs._provideImplementation(e);
|
|
1084
|
+
if (this.beforeItemClicked) {
|
|
1085
|
+
this.beforeItemClicked(this, outerArgs);
|
|
1086
|
+
}
|
|
1087
|
+
if (this._itemClicked) {
|
|
1088
|
+
this._itemClicked(this, outerArgs);
|
|
1089
|
+
}
|
|
1090
|
+
};
|
|
1091
|
+
this.i.itemClicked = delegateCombine(this.i.itemClicked, this._itemClicked_wrapped);
|
|
1092
|
+
;
|
|
1093
|
+
}
|
|
1094
|
+
get actualPrimaryKeyChange() {
|
|
1095
|
+
return this._actualPrimaryKeyChange;
|
|
1096
|
+
}
|
|
1097
|
+
set actualPrimaryKeyChange(ev) {
|
|
1098
|
+
if (this._actualPrimaryKeyChange_wrapped !== null) {
|
|
1099
|
+
this.i.propertyChanged = delegateRemove(this.i.propertyChanged, this._actualPrimaryKeyChange_wrapped);
|
|
1100
|
+
this._actualPrimaryKeyChange_wrapped = null;
|
|
1101
|
+
this._actualPrimaryKeyChange = null;
|
|
1102
|
+
}
|
|
1103
|
+
this._actualPrimaryKeyChange = ev;
|
|
1104
|
+
this._actualPrimaryKeyChange_wrapped = (o, e) => {
|
|
1105
|
+
let ext = this.actualPrimaryKey;
|
|
1106
|
+
if (e.propertyName == 'D') {
|
|
1107
|
+
if (this.beforeActualPrimaryKeyChange) {
|
|
1108
|
+
this.beforeActualPrimaryKeyChange(this, ext);
|
|
1109
|
+
}
|
|
1110
|
+
if (this._actualPrimaryKeyChange) {
|
|
1111
|
+
this._actualPrimaryKeyChange(this, ext);
|
|
1112
|
+
}
|
|
1113
|
+
}
|
|
1114
|
+
};
|
|
1115
|
+
this.i.propertyChanged = delegateCombine(this.i.propertyChanged, this._actualPrimaryKeyChange_wrapped);
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
export { IgcListPanelComponent };
|