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,708 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
8
|
+
import { ElevationHelper } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NativeUI } from "igniteui-webcomponents-core";
|
|
10
|
+
import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
|
|
11
|
+
import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
|
|
12
|
+
import { KeyFrameAnimationFactory } from "igniteui-webcomponents-core";
|
|
13
|
+
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
14
|
+
import { ExpansionPanelUtilities } from "./ExpansionPanelUtilities";
|
|
15
|
+
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
16
|
+
import { OnCollapsedEventArgs } from "./OnCollapsedEventArgs";
|
|
17
|
+
import { OnExpandedEventArgs } from "./OnExpandedEventArgs";
|
|
18
|
+
import { AnimationKeyFrameProperty } from "igniteui-webcomponents-core";
|
|
19
|
+
import { TranslateTransform } from "igniteui-webcomponents-core";
|
|
20
|
+
import { stringEmpty } from "igniteui-webcomponents-core";
|
|
21
|
+
/**
|
|
22
|
+
* @hidden
|
|
23
|
+
*/
|
|
24
|
+
class ExpansionPanelView extends Base {
|
|
25
|
+
constructor() {
|
|
26
|
+
super(...arguments);
|
|
27
|
+
this.j = null;
|
|
28
|
+
this.q = null;
|
|
29
|
+
this.g = null;
|
|
30
|
+
this.f = null;
|
|
31
|
+
this.p = null;
|
|
32
|
+
this.l = null;
|
|
33
|
+
this.o = null;
|
|
34
|
+
this.n = null;
|
|
35
|
+
this.m = null;
|
|
36
|
+
}
|
|
37
|
+
static { this.$t = markType(ExpansionPanelView, 'ExpansionPanelView'); }
|
|
38
|
+
static { this.al = BrushUtil.l(255, 33, 150, 243); }
|
|
39
|
+
static { this.t = "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"; }
|
|
40
|
+
static { this.s = "M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"; }
|
|
41
|
+
get r() {
|
|
42
|
+
return this.q;
|
|
43
|
+
}
|
|
44
|
+
get h() {
|
|
45
|
+
return this.g;
|
|
46
|
+
}
|
|
47
|
+
get k() {
|
|
48
|
+
return this.j;
|
|
49
|
+
}
|
|
50
|
+
ab() {
|
|
51
|
+
this.r.setStyleProperty("display", "flex");
|
|
52
|
+
this.r.setStyleProperty("flexDirection", "column");
|
|
53
|
+
this.r.setStyleProperty("flexWrap", "no-wrap");
|
|
54
|
+
this.r.setStyleProperty("alignItems", "left");
|
|
55
|
+
}
|
|
56
|
+
aj() {
|
|
57
|
+
let a = this.h;
|
|
58
|
+
let b = ElevationHelper.e(a.q, a.bn, a.bm, a.bi);
|
|
59
|
+
this.r.setStyleProperty("box-shadow", b);
|
|
60
|
+
}
|
|
61
|
+
ak() {
|
|
62
|
+
if (null == this.r) {
|
|
63
|
+
return;
|
|
64
|
+
}
|
|
65
|
+
this.aj();
|
|
66
|
+
this.ah();
|
|
67
|
+
this.ai();
|
|
68
|
+
this.ag();
|
|
69
|
+
if (null != this.p) {
|
|
70
|
+
NativeUI.n(this.p, this.h.bl);
|
|
71
|
+
}
|
|
72
|
+
if (null != this.l) {
|
|
73
|
+
NativeUI.r(this.l, this.h.bj);
|
|
74
|
+
}
|
|
75
|
+
if (null != this.o) {
|
|
76
|
+
NativeUI.r(this.o, this.h.bk);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
a(a) {
|
|
80
|
+
return new AnimationKeyFrameEffect(0, this.l, 0, null, a);
|
|
81
|
+
}
|
|
82
|
+
b(a) {
|
|
83
|
+
return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
|
|
84
|
+
}
|
|
85
|
+
c(a) {
|
|
86
|
+
return new AnimationKeyFrameEffect(0, this.p, 0, null, a);
|
|
87
|
+
}
|
|
88
|
+
d(a) {
|
|
89
|
+
return new AnimationKeyFrameEffect(0, this.m, 0, null, a);
|
|
90
|
+
}
|
|
91
|
+
e(a) {
|
|
92
|
+
return new AnimationKeyFrameEffect(0, this.n, 0, null, a);
|
|
93
|
+
}
|
|
94
|
+
u() {
|
|
95
|
+
if (KeyFrameAnimationFactory.h == null) {
|
|
96
|
+
KeyFrameAnimationFactory.h = this.k;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
i() {
|
|
100
|
+
return this.m.outerHeight();
|
|
101
|
+
}
|
|
102
|
+
ac(a) {
|
|
103
|
+
if (a == null) {
|
|
104
|
+
this.j = null;
|
|
105
|
+
return;
|
|
106
|
+
}
|
|
107
|
+
this.j = a;
|
|
108
|
+
let b = a.rootWrapper;
|
|
109
|
+
this.y(b);
|
|
110
|
+
}
|
|
111
|
+
ag() {
|
|
112
|
+
if (null == this.f) {
|
|
113
|
+
return;
|
|
114
|
+
}
|
|
115
|
+
let a = this.h.n;
|
|
116
|
+
if (a) {
|
|
117
|
+
this.f.svgPath = ExpansionPanelView.s;
|
|
118
|
+
}
|
|
119
|
+
else {
|
|
120
|
+
this.f.svgPath = ExpansionPanelView.t;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
ah() {
|
|
124
|
+
if (null != this.l) {
|
|
125
|
+
let a = this.h.ac;
|
|
126
|
+
this.l.setRawText(a);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
ai() {
|
|
130
|
+
if (null != this.o) {
|
|
131
|
+
let a = this.h.aj;
|
|
132
|
+
this.o.setRawText(a);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
y(a) {
|
|
136
|
+
this.q = a;
|
|
137
|
+
this.ab();
|
|
138
|
+
}
|
|
139
|
+
z(a) {
|
|
140
|
+
this.g = a;
|
|
141
|
+
}
|
|
142
|
+
aa() {
|
|
143
|
+
}
|
|
144
|
+
af(a) {
|
|
145
|
+
let b = this.k;
|
|
146
|
+
this.p = a;
|
|
147
|
+
let c = b.createElement("div");
|
|
148
|
+
this.p.append(c);
|
|
149
|
+
this.v(c);
|
|
150
|
+
let d = b.createElement("div");
|
|
151
|
+
d.setStyleProperty("display", "flex");
|
|
152
|
+
d.setStyleProperty("flex-direction", "column");
|
|
153
|
+
d.setStyleProperty("justify-content", "space-evenly");
|
|
154
|
+
d.setStyleProperty("align-items", "flex-start");
|
|
155
|
+
this.p.append(d);
|
|
156
|
+
let e = b.createElement("div");
|
|
157
|
+
d.append(e);
|
|
158
|
+
this.l = b.createElement("label");
|
|
159
|
+
e.append(this.l);
|
|
160
|
+
let f = b.createElement("div");
|
|
161
|
+
d.append(f);
|
|
162
|
+
this.o = b.createElement("label");
|
|
163
|
+
f.append(this.o);
|
|
164
|
+
this.p.setAttribute("tabindex", "0");
|
|
165
|
+
this.p.setStyleProperty("display", "flex");
|
|
166
|
+
this.p.setStyleProperty("flex-direction", "row");
|
|
167
|
+
c.setStyleProperty("display", "flex");
|
|
168
|
+
c.setStyleProperty("justify-content", "center");
|
|
169
|
+
c.setStyleProperty("flex-direction", "column");
|
|
170
|
+
c.setStyleProperty("margin", "0px 10px 0px 10px");
|
|
171
|
+
c.setStyleProperty("flex", "none | 0 | content");
|
|
172
|
+
this.ak();
|
|
173
|
+
this.p.listen("click", runOn(this, this.w));
|
|
174
|
+
this.p.listen("keydown", runOn(this, this.x));
|
|
175
|
+
}
|
|
176
|
+
v(a) {
|
|
177
|
+
if (this.f != null) {
|
|
178
|
+
return;
|
|
179
|
+
}
|
|
180
|
+
this.j.getPortal(a, "XIcon", (b) => {
|
|
181
|
+
let c = b.componentRef;
|
|
182
|
+
this.f = (c.i);
|
|
183
|
+
this.f.fill = ExpansionPanelView.al;
|
|
184
|
+
this.ag();
|
|
185
|
+
}, false);
|
|
186
|
+
}
|
|
187
|
+
ae(a) {
|
|
188
|
+
let b = this.k;
|
|
189
|
+
this.n = a;
|
|
190
|
+
this.n.setAttribute("tabindex", "1");
|
|
191
|
+
this.n.setStyleProperty("overflow", "hidden");
|
|
192
|
+
}
|
|
193
|
+
ad(a) {
|
|
194
|
+
let b = this.k;
|
|
195
|
+
this.m = a;
|
|
196
|
+
}
|
|
197
|
+
w(a) {
|
|
198
|
+
let b = a.originalEvent;
|
|
199
|
+
let c = b.target;
|
|
200
|
+
this.h.a2();
|
|
201
|
+
}
|
|
202
|
+
x(a) {
|
|
203
|
+
let b = BaseDOMEventProxy.c4(a);
|
|
204
|
+
let c = ExpansionPanelUtilities.c(a);
|
|
205
|
+
switch (b) {
|
|
206
|
+
case 9:
|
|
207
|
+
case 3:
|
|
208
|
+
this.h.a2();
|
|
209
|
+
a.preventDefault();
|
|
210
|
+
break;
|
|
211
|
+
case 17:
|
|
212
|
+
if (c == 1) {
|
|
213
|
+
this.h.au();
|
|
214
|
+
a.preventDefault();
|
|
215
|
+
}
|
|
216
|
+
break;
|
|
217
|
+
case 15:
|
|
218
|
+
if (c == 1) {
|
|
219
|
+
this.h.ar();
|
|
220
|
+
a.preventDefault();
|
|
221
|
+
}
|
|
222
|
+
break;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
export { ExpansionPanelView };
|
|
227
|
+
/**
|
|
228
|
+
* @hidden
|
|
229
|
+
*/
|
|
230
|
+
class XExpansionPanel extends Base {
|
|
231
|
+
static { this.$t = markType(XExpansionPanel, 'XExpansionPanel', Base.$, [INotifyPropertyChanged_$type]); }
|
|
232
|
+
constructor() {
|
|
233
|
+
super();
|
|
234
|
+
this.c = null;
|
|
235
|
+
this.onCollapsed = null;
|
|
236
|
+
this.onExpanded = null;
|
|
237
|
+
this.propertyChanged = null;
|
|
238
|
+
this.g = null;
|
|
239
|
+
this.ab = "Caption";
|
|
240
|
+
this.bb = null;
|
|
241
|
+
this.a4 = XExpansionPanel.bs;
|
|
242
|
+
this.a9 = null;
|
|
243
|
+
this.ba = null;
|
|
244
|
+
this.t = stringEmpty();
|
|
245
|
+
this.be = null;
|
|
246
|
+
this.a5 = XExpansionPanel.bt;
|
|
247
|
+
this.bc = null;
|
|
248
|
+
this.bd = null;
|
|
249
|
+
this.p = -1;
|
|
250
|
+
this.o = XExpansionPanel.r;
|
|
251
|
+
this.m = true;
|
|
252
|
+
this.bf = null;
|
|
253
|
+
this.a6 = XExpansionPanel.bu;
|
|
254
|
+
this.bg = null;
|
|
255
|
+
this.bh = null;
|
|
256
|
+
this.a8 = XExpansionPanel.bw;
|
|
257
|
+
this.a7 = XExpansionPanel.bv;
|
|
258
|
+
this.a3 = XExpansionPanel.br;
|
|
259
|
+
let a = this.f();
|
|
260
|
+
this.g = a;
|
|
261
|
+
a.z(this);
|
|
262
|
+
}
|
|
263
|
+
aw(a, b, c) {
|
|
264
|
+
if (this.propertyChanged != null) {
|
|
265
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
266
|
+
}
|
|
267
|
+
this.ax(a, b, c);
|
|
268
|
+
}
|
|
269
|
+
get ac() {
|
|
270
|
+
return this.ab;
|
|
271
|
+
}
|
|
272
|
+
set ac(a) {
|
|
273
|
+
if (a == this.ab) {
|
|
274
|
+
return;
|
|
275
|
+
}
|
|
276
|
+
let b = this.ab;
|
|
277
|
+
this.ab = a;
|
|
278
|
+
this.aw("Caption", b, this.ab);
|
|
279
|
+
}
|
|
280
|
+
get bq() {
|
|
281
|
+
return this.bb;
|
|
282
|
+
}
|
|
283
|
+
set bq(a) {
|
|
284
|
+
let b = this.bb;
|
|
285
|
+
this.bb = a;
|
|
286
|
+
if (b != this.bb) {
|
|
287
|
+
this.aw("CaptionTextColor", b, a);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
static { this.bs = BrushUtil.l(188, 0, 0, 0); }
|
|
291
|
+
get bj() {
|
|
292
|
+
return this.a4;
|
|
293
|
+
}
|
|
294
|
+
set bj(a) {
|
|
295
|
+
let b = this.a4;
|
|
296
|
+
this.a4 = a;
|
|
297
|
+
if (b != this.a4) {
|
|
298
|
+
this.aw("ActualCaptionTextColor", b, a);
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
get bo() {
|
|
302
|
+
return this.a9;
|
|
303
|
+
}
|
|
304
|
+
set bo(a) {
|
|
305
|
+
let b = this.a9;
|
|
306
|
+
this.a9 = a;
|
|
307
|
+
if (b != this.a9) {
|
|
308
|
+
this.aw("CaptionCollapsedTextColor", b, a);
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
get bp() {
|
|
312
|
+
return this.ba;
|
|
313
|
+
}
|
|
314
|
+
set bp(a) {
|
|
315
|
+
let b = this.ba;
|
|
316
|
+
this.ba = a;
|
|
317
|
+
if (b != this.ba) {
|
|
318
|
+
this.aw("CaptionExpandedTextColor", b, a);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
get aj() {
|
|
322
|
+
return this.t;
|
|
323
|
+
}
|
|
324
|
+
set aj(a) {
|
|
325
|
+
if (a == this.t) {
|
|
326
|
+
return;
|
|
327
|
+
}
|
|
328
|
+
let b = this.t;
|
|
329
|
+
this.t = a;
|
|
330
|
+
this.aw("DescriptionText", b, this.t);
|
|
331
|
+
}
|
|
332
|
+
get bz() {
|
|
333
|
+
return this.be;
|
|
334
|
+
}
|
|
335
|
+
set bz(a) {
|
|
336
|
+
let b = this.be;
|
|
337
|
+
this.be = a;
|
|
338
|
+
if (b != this.be) {
|
|
339
|
+
this.aw("DescriptionTextColor", b, a);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
static { this.bt = BrushUtil.l(188, 0, 0, 0); }
|
|
343
|
+
get bk() {
|
|
344
|
+
return this.a5;
|
|
345
|
+
}
|
|
346
|
+
set bk(a) {
|
|
347
|
+
let b = this.a5;
|
|
348
|
+
this.a5 = a;
|
|
349
|
+
if (b != this.a5) {
|
|
350
|
+
this.aw("ActualDescriptionTextColor", b, a);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
get bx() {
|
|
354
|
+
return this.bc;
|
|
355
|
+
}
|
|
356
|
+
set bx(a) {
|
|
357
|
+
let b = this.bc;
|
|
358
|
+
this.bc = a;
|
|
359
|
+
if (b != this.bc) {
|
|
360
|
+
this.aw("DescriptionCollapsedTextColor", b, a);
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
get by() {
|
|
364
|
+
return this.bd;
|
|
365
|
+
}
|
|
366
|
+
set by(a) {
|
|
367
|
+
let b = this.bd;
|
|
368
|
+
this.bd = a;
|
|
369
|
+
if (b != this.bd) {
|
|
370
|
+
this.aw("DescriptionExpandedTextColor", b, a);
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
get s() {
|
|
374
|
+
return this.p;
|
|
375
|
+
}
|
|
376
|
+
set s(a) {
|
|
377
|
+
let b = this.p;
|
|
378
|
+
this.p = a;
|
|
379
|
+
if (b != this.p) {
|
|
380
|
+
this.aw("Elevation", b, a);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
static { this.r = 2; }
|
|
384
|
+
get q() {
|
|
385
|
+
return this.o;
|
|
386
|
+
}
|
|
387
|
+
set q(a) {
|
|
388
|
+
let b = this.o;
|
|
389
|
+
this.o = a;
|
|
390
|
+
if (b != this.o) {
|
|
391
|
+
this.aw("ActualElevation", b, a);
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
get n() {
|
|
395
|
+
return this.m;
|
|
396
|
+
}
|
|
397
|
+
set n(a) {
|
|
398
|
+
if (a == this.m) {
|
|
399
|
+
return;
|
|
400
|
+
}
|
|
401
|
+
this.at();
|
|
402
|
+
let b = this.m;
|
|
403
|
+
this.m = a;
|
|
404
|
+
let c = this.h(this.m);
|
|
405
|
+
let d = this.i(this.m);
|
|
406
|
+
let e = this.j(this.m);
|
|
407
|
+
let f = this.k(this.m);
|
|
408
|
+
let g = this.l(this.m);
|
|
409
|
+
c.play();
|
|
410
|
+
d.play();
|
|
411
|
+
e.play();
|
|
412
|
+
f.play();
|
|
413
|
+
g.play();
|
|
414
|
+
c.finished.f((h) => c.commitStyles());
|
|
415
|
+
d.finished.f((h) => d.commitStyles());
|
|
416
|
+
e.finished.f((h) => e.commitStyles());
|
|
417
|
+
f.finished.f((h) => f.commitStyles());
|
|
418
|
+
g.finished.f((h) => {
|
|
419
|
+
g.commitStyles();
|
|
420
|
+
this.aw("Expanded", b, this.m);
|
|
421
|
+
if (this.m) {
|
|
422
|
+
if (this.onExpanded != null) {
|
|
423
|
+
this.onExpanded(this, new OnExpandedEventArgs());
|
|
424
|
+
}
|
|
425
|
+
else if (this.onCollapsed != null) {
|
|
426
|
+
this.onCollapsed(this, new OnCollapsedEventArgs());
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
});
|
|
430
|
+
}
|
|
431
|
+
get b6() {
|
|
432
|
+
return this.bf;
|
|
433
|
+
}
|
|
434
|
+
set b6(a) {
|
|
435
|
+
let b = this.bf;
|
|
436
|
+
this.bf = a;
|
|
437
|
+
if (b != this.bf) {
|
|
438
|
+
this.aw("HeaderBackgroundColor", b, a);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
static { this.bu = BrushUtil.l(255, 245, 245, 245); }
|
|
442
|
+
get bl() {
|
|
443
|
+
return this.a6;
|
|
444
|
+
}
|
|
445
|
+
set bl(a) {
|
|
446
|
+
let b = this.a6;
|
|
447
|
+
this.a6 = a;
|
|
448
|
+
if (b != this.a6) {
|
|
449
|
+
this.aw("ActualHeaderBackgroundColor", b, a);
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
get b7() {
|
|
453
|
+
return this.bg;
|
|
454
|
+
}
|
|
455
|
+
set b7(a) {
|
|
456
|
+
let b = this.bg;
|
|
457
|
+
this.bg = a;
|
|
458
|
+
if (b != this.bg) {
|
|
459
|
+
this.aw("HeaderCollapsedBackgroundColor", b, a);
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
get b8() {
|
|
463
|
+
return this.bh;
|
|
464
|
+
}
|
|
465
|
+
set b8(a) {
|
|
466
|
+
let b = this.bh;
|
|
467
|
+
this.bh = a;
|
|
468
|
+
if (b != this.bh) {
|
|
469
|
+
this.aw("HeaderExpandedBackgroundColor", b, a);
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
static { this.bw = BrushUtil.l(66, 0, 0, 0); }
|
|
473
|
+
get bn() {
|
|
474
|
+
return this.a8;
|
|
475
|
+
}
|
|
476
|
+
set bn(a) {
|
|
477
|
+
let b = this.a8;
|
|
478
|
+
this.a8 = a;
|
|
479
|
+
if (b != this.a8) {
|
|
480
|
+
this.aw("ActualUmbraShadowColor", b, a);
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
static { this.bv = BrushUtil.l(30, 0, 0, 0); }
|
|
484
|
+
get bm() {
|
|
485
|
+
return this.a7;
|
|
486
|
+
}
|
|
487
|
+
set bm(a) {
|
|
488
|
+
let b = this.a7;
|
|
489
|
+
this.a7 = a;
|
|
490
|
+
if (b != this.a7) {
|
|
491
|
+
this.aw("ActualPenumbraShadowColor", b, a);
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
static { this.br = BrushUtil.l(20, 0, 0, 0); }
|
|
495
|
+
get bi() {
|
|
496
|
+
return this.a3;
|
|
497
|
+
}
|
|
498
|
+
set bi(a) {
|
|
499
|
+
let b = this.a3;
|
|
500
|
+
this.a3 = a;
|
|
501
|
+
if (b != this.a3) {
|
|
502
|
+
this.aw("ActualAmbientShadowColor", b, a);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
f() {
|
|
506
|
+
return new ExpansionPanelView();
|
|
507
|
+
}
|
|
508
|
+
ax(a, b, c) {
|
|
509
|
+
switch (a) {
|
|
510
|
+
case "CaptionTextColor":
|
|
511
|
+
case "CaptionExpandedTextColor":
|
|
512
|
+
case "CaptionCollapsedTextColor":
|
|
513
|
+
case "DescriptionTextColor":
|
|
514
|
+
case "DescriptionExpandedTextColor":
|
|
515
|
+
case "DescriptionCollapsedTextColor":
|
|
516
|
+
case "HeaderBackgroundColor":
|
|
517
|
+
case "HeaderCollapsedBackgroundColor":
|
|
518
|
+
case "HeaderExpandedBackgroundColor":
|
|
519
|
+
case "Expanded":
|
|
520
|
+
let d = this.bl;
|
|
521
|
+
let e = this.b4();
|
|
522
|
+
let f = this.bj;
|
|
523
|
+
let g = this.b0();
|
|
524
|
+
let h = this.bk;
|
|
525
|
+
let i = this.b2();
|
|
526
|
+
let j = (d != e) || (f != g) || (h != i);
|
|
527
|
+
if (j) {
|
|
528
|
+
this.bl = e;
|
|
529
|
+
this.bj = g;
|
|
530
|
+
this.bk = i;
|
|
531
|
+
}
|
|
532
|
+
else if (a == "Expanded") {
|
|
533
|
+
this.g.ak();
|
|
534
|
+
}
|
|
535
|
+
break;
|
|
536
|
+
case "Elevation":
|
|
537
|
+
this.q = this.s == -1 ? XExpansionPanel.r : this.s;
|
|
538
|
+
break;
|
|
539
|
+
case "ActualElevation":
|
|
540
|
+
case "ActualHeaderBackgroundColor":
|
|
541
|
+
case "ActualCaptionTextColor":
|
|
542
|
+
case "ActualDescriptionTextColor":
|
|
543
|
+
case "ActualUmbraShadowColor":
|
|
544
|
+
case "ActualPenumbraShadowColor":
|
|
545
|
+
case "ActualAmbientShadowColor":
|
|
546
|
+
case "Caption":
|
|
547
|
+
case "DescriptionText":
|
|
548
|
+
this.g.ak();
|
|
549
|
+
break;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
h(a) {
|
|
553
|
+
let b = this.bj;
|
|
554
|
+
let c = this.b1(a);
|
|
555
|
+
let d = a ? this.b() : this.a();
|
|
556
|
+
let e = this.g.a(d);
|
|
557
|
+
let f = [new AnimationKeyFrameProperty(7, b)];
|
|
558
|
+
let g = [new AnimationKeyFrameProperty(7, c)];
|
|
559
|
+
e.m(...f);
|
|
560
|
+
e.m(...g);
|
|
561
|
+
return KeyFrameAnimationFactory.f.c(e);
|
|
562
|
+
}
|
|
563
|
+
i(a) {
|
|
564
|
+
let b = this.bk;
|
|
565
|
+
let c = this.b3(a);
|
|
566
|
+
let d = a ? this.b() : this.a();
|
|
567
|
+
let e = this.g.b(d);
|
|
568
|
+
let f = [new AnimationKeyFrameProperty(7, b)];
|
|
569
|
+
let g = [new AnimationKeyFrameProperty(7, c)];
|
|
570
|
+
e.m(...f);
|
|
571
|
+
e.m(...g);
|
|
572
|
+
return KeyFrameAnimationFactory.f.c(e);
|
|
573
|
+
}
|
|
574
|
+
j(a) {
|
|
575
|
+
let b = this.bl;
|
|
576
|
+
let c = this.b5(a);
|
|
577
|
+
let d = a ? this.b() : this.a();
|
|
578
|
+
let e = this.g.c(d);
|
|
579
|
+
let f = [new AnimationKeyFrameProperty(2, b)];
|
|
580
|
+
let g = [new AnimationKeyFrameProperty(2, c)];
|
|
581
|
+
e.m(...f);
|
|
582
|
+
e.m(...g);
|
|
583
|
+
return KeyFrameAnimationFactory.f.c(e);
|
|
584
|
+
}
|
|
585
|
+
k(a) {
|
|
586
|
+
let b = this.g.i();
|
|
587
|
+
if (b <= 0) {
|
|
588
|
+
b = 500;
|
|
589
|
+
}
|
|
590
|
+
let c = a ? -b : 0;
|
|
591
|
+
let d = a ? 0 : -b;
|
|
592
|
+
let e = a ? 0 : 1;
|
|
593
|
+
let f = a ? 1 : 0;
|
|
594
|
+
let g = a ? this.b() : this.a();
|
|
595
|
+
let h = new TranslateTransform();
|
|
596
|
+
h.k = c;
|
|
597
|
+
let i = new TranslateTransform();
|
|
598
|
+
i.k = d;
|
|
599
|
+
let j = this.g.d(g);
|
|
600
|
+
let k = [new AnimationKeyFrameProperty(14, h), new AnimationKeyFrameProperty(1, e)];
|
|
601
|
+
let l = [new AnimationKeyFrameProperty(14, i), new AnimationKeyFrameProperty(1, f)];
|
|
602
|
+
j.m(...k);
|
|
603
|
+
j.m(...l);
|
|
604
|
+
return KeyFrameAnimationFactory.f.c(j);
|
|
605
|
+
}
|
|
606
|
+
l(a) {
|
|
607
|
+
let b = this.g.i();
|
|
608
|
+
if (b <= 0) {
|
|
609
|
+
b = 500;
|
|
610
|
+
}
|
|
611
|
+
let c = a ? 0 : b;
|
|
612
|
+
let d = a ? b : 0;
|
|
613
|
+
let e = a ? this.b() : this.a();
|
|
614
|
+
let f = this.g.e(e);
|
|
615
|
+
let g = [new AnimationKeyFrameProperty(10, c)];
|
|
616
|
+
let h = [new AnimationKeyFrameProperty(10, d)];
|
|
617
|
+
f.m(...g);
|
|
618
|
+
f.m(...h);
|
|
619
|
+
return KeyFrameAnimationFactory.f.c(f);
|
|
620
|
+
}
|
|
621
|
+
a() {
|
|
622
|
+
let a = new AnimationKeyFrameEffectTiming();
|
|
623
|
+
a.g = 300;
|
|
624
|
+
a.b = 3;
|
|
625
|
+
return a;
|
|
626
|
+
}
|
|
627
|
+
b() {
|
|
628
|
+
let a = new AnimationKeyFrameEffectTiming();
|
|
629
|
+
a.g = 300;
|
|
630
|
+
a.b = 3;
|
|
631
|
+
return a;
|
|
632
|
+
}
|
|
633
|
+
at() {
|
|
634
|
+
this.g.u();
|
|
635
|
+
}
|
|
636
|
+
b0() {
|
|
637
|
+
return this.b1(this.n);
|
|
638
|
+
}
|
|
639
|
+
b1(a) {
|
|
640
|
+
let b;
|
|
641
|
+
let c = null;
|
|
642
|
+
c = a ? this.bp : this.bo;
|
|
643
|
+
if (null != c) {
|
|
644
|
+
b = c;
|
|
645
|
+
}
|
|
646
|
+
else {
|
|
647
|
+
b = null != this.bq ? this.bq : XExpansionPanel.bs;
|
|
648
|
+
}
|
|
649
|
+
return b;
|
|
650
|
+
}
|
|
651
|
+
b2() {
|
|
652
|
+
return this.b3(this.n);
|
|
653
|
+
}
|
|
654
|
+
b3(a) {
|
|
655
|
+
let b;
|
|
656
|
+
let c = null;
|
|
657
|
+
c = a ? this.by : this.bx;
|
|
658
|
+
if (null != c) {
|
|
659
|
+
b = c;
|
|
660
|
+
}
|
|
661
|
+
else {
|
|
662
|
+
b = null != this.bz ? this.bz : XExpansionPanel.bt;
|
|
663
|
+
}
|
|
664
|
+
return b;
|
|
665
|
+
}
|
|
666
|
+
b4() {
|
|
667
|
+
return this.b5(this.n);
|
|
668
|
+
}
|
|
669
|
+
b5(a) {
|
|
670
|
+
let b;
|
|
671
|
+
let c = null;
|
|
672
|
+
c = a ? this.b8 : this.b7;
|
|
673
|
+
if (null != c) {
|
|
674
|
+
b = c;
|
|
675
|
+
}
|
|
676
|
+
else {
|
|
677
|
+
b = null != this.b6 ? this.b6 : XExpansionPanel.bu;
|
|
678
|
+
}
|
|
679
|
+
return b;
|
|
680
|
+
}
|
|
681
|
+
ar() {
|
|
682
|
+
this.n = false;
|
|
683
|
+
}
|
|
684
|
+
destroy() {
|
|
685
|
+
this.provideRenderer(null);
|
|
686
|
+
}
|
|
687
|
+
au() {
|
|
688
|
+
this.n = true;
|
|
689
|
+
}
|
|
690
|
+
notifySizeChanged() {
|
|
691
|
+
}
|
|
692
|
+
provideHeader(a) {
|
|
693
|
+
this.g.af(a);
|
|
694
|
+
}
|
|
695
|
+
provideContentAreaOuter(a) {
|
|
696
|
+
this.g.ae(a);
|
|
697
|
+
}
|
|
698
|
+
provideContentAreaInner(a) {
|
|
699
|
+
this.g.ad(a);
|
|
700
|
+
}
|
|
701
|
+
provideRenderer(a) {
|
|
702
|
+
this.g.ac(a);
|
|
703
|
+
}
|
|
704
|
+
a2() {
|
|
705
|
+
this.n = !this.n;
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
export { XExpansionPanel };
|