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,72 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { BrushAppearanceData } from "igniteui-webcomponents-core";
|
|
3
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
4
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
5
|
+
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
6
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
7
|
+
import { ListPanelVisualData } from "./ListPanelVisualData";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare class ComboEditorVisualModelExport extends Base {
|
|
12
|
+
static $t: Type;
|
|
13
|
+
n: boolean;
|
|
14
|
+
x: number;
|
|
15
|
+
aa: number;
|
|
16
|
+
ab: number;
|
|
17
|
+
v: number;
|
|
18
|
+
a: BrushAppearanceData;
|
|
19
|
+
j: BaseControlTheme;
|
|
20
|
+
b: BrushAppearanceData;
|
|
21
|
+
p: number;
|
|
22
|
+
ay: Thickness;
|
|
23
|
+
ax: CornerRadius;
|
|
24
|
+
k: ControlDisplayDensity;
|
|
25
|
+
private _dropDownButtonVisible;
|
|
26
|
+
get dropDownButtonVisible(): boolean;
|
|
27
|
+
set dropDownButtonVisible(a: boolean);
|
|
28
|
+
q: number;
|
|
29
|
+
ae: string;
|
|
30
|
+
c: BrushAppearanceData;
|
|
31
|
+
ah: string;
|
|
32
|
+
ai: string;
|
|
33
|
+
aj: string;
|
|
34
|
+
w: number;
|
|
35
|
+
af: string;
|
|
36
|
+
ag: string;
|
|
37
|
+
private _actualLabelVisible;
|
|
38
|
+
get actualLabelVisible(): boolean;
|
|
39
|
+
set actualLabelVisible(a: boolean);
|
|
40
|
+
private _actualNoMatchesFoundLabel;
|
|
41
|
+
get actualNoMatchesFoundLabel(): string;
|
|
42
|
+
set actualNoMatchesFoundLabel(a: string);
|
|
43
|
+
d: BrushAppearanceData;
|
|
44
|
+
e: BrushAppearanceData;
|
|
45
|
+
am: string;
|
|
46
|
+
an: string;
|
|
47
|
+
ao: string;
|
|
48
|
+
y: number;
|
|
49
|
+
ak: string;
|
|
50
|
+
al: string;
|
|
51
|
+
ap: string;
|
|
52
|
+
private _rowSeparatorsVisible;
|
|
53
|
+
get rowSeparatorsVisible(): boolean;
|
|
54
|
+
set rowSeparatorsVisible(a: boolean);
|
|
55
|
+
f: BrushAppearanceData;
|
|
56
|
+
au: string;
|
|
57
|
+
av: string;
|
|
58
|
+
aw: string;
|
|
59
|
+
z: number;
|
|
60
|
+
as: string;
|
|
61
|
+
at: string;
|
|
62
|
+
g: BrushAppearanceData;
|
|
63
|
+
r: number;
|
|
64
|
+
h: BrushAppearanceData;
|
|
65
|
+
s: number;
|
|
66
|
+
t: number;
|
|
67
|
+
u: number;
|
|
68
|
+
ar: string;
|
|
69
|
+
ac: any;
|
|
70
|
+
i: ListPanelVisualData;
|
|
71
|
+
aq(): string;
|
|
72
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
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, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { StringBuilder } from "igniteui-webcomponents-core";
|
|
9
|
+
import { stringIsNullOrEmpty } from "igniteui-webcomponents-core";
|
|
10
|
+
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
class ComboEditorVisualModelExport extends Base {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.n = false;
|
|
18
|
+
this.x = 0;
|
|
19
|
+
this.aa = 0;
|
|
20
|
+
this.ab = 0;
|
|
21
|
+
this.v = 0;
|
|
22
|
+
this.a = null;
|
|
23
|
+
this.j = 0;
|
|
24
|
+
this.b = null;
|
|
25
|
+
this.p = 0;
|
|
26
|
+
this.ay = null;
|
|
27
|
+
this.ax = null;
|
|
28
|
+
this.k = 0;
|
|
29
|
+
this._dropDownButtonVisible = false;
|
|
30
|
+
this.q = 0;
|
|
31
|
+
this.ae = null;
|
|
32
|
+
this.c = null;
|
|
33
|
+
this.ah = null;
|
|
34
|
+
this.ai = null;
|
|
35
|
+
this.aj = null;
|
|
36
|
+
this.w = 0;
|
|
37
|
+
this.af = null;
|
|
38
|
+
this.ag = null;
|
|
39
|
+
this._actualLabelVisible = false;
|
|
40
|
+
this._actualNoMatchesFoundLabel = null;
|
|
41
|
+
this.d = null;
|
|
42
|
+
this.e = null;
|
|
43
|
+
this.am = null;
|
|
44
|
+
this.an = null;
|
|
45
|
+
this.ao = null;
|
|
46
|
+
this.y = 0;
|
|
47
|
+
this.ak = null;
|
|
48
|
+
this.al = null;
|
|
49
|
+
this.ap = null;
|
|
50
|
+
this._rowSeparatorsVisible = false;
|
|
51
|
+
this.f = null;
|
|
52
|
+
this.au = null;
|
|
53
|
+
this.av = null;
|
|
54
|
+
this.aw = null;
|
|
55
|
+
this.z = 0;
|
|
56
|
+
this.as = null;
|
|
57
|
+
this.at = null;
|
|
58
|
+
this.g = null;
|
|
59
|
+
this.r = 0;
|
|
60
|
+
this.h = null;
|
|
61
|
+
this.s = 0;
|
|
62
|
+
this.t = 0;
|
|
63
|
+
this.u = 0;
|
|
64
|
+
this.ar = null;
|
|
65
|
+
this.ac = null;
|
|
66
|
+
this.i = null;
|
|
67
|
+
}
|
|
68
|
+
static { this.$t = markType(ComboEditorVisualModelExport, 'ComboEditorVisualModelExport'); }
|
|
69
|
+
get dropDownButtonVisible() {
|
|
70
|
+
return this._dropDownButtonVisible;
|
|
71
|
+
}
|
|
72
|
+
set dropDownButtonVisible(a) {
|
|
73
|
+
this._dropDownButtonVisible = a;
|
|
74
|
+
}
|
|
75
|
+
get actualLabelVisible() {
|
|
76
|
+
return this._actualLabelVisible;
|
|
77
|
+
}
|
|
78
|
+
set actualLabelVisible(a) {
|
|
79
|
+
this._actualLabelVisible = a;
|
|
80
|
+
}
|
|
81
|
+
get actualNoMatchesFoundLabel() {
|
|
82
|
+
return this._actualNoMatchesFoundLabel;
|
|
83
|
+
}
|
|
84
|
+
set actualNoMatchesFoundLabel(a) {
|
|
85
|
+
this._actualNoMatchesFoundLabel = a;
|
|
86
|
+
}
|
|
87
|
+
get rowSeparatorsVisible() {
|
|
88
|
+
return this._rowSeparatorsVisible;
|
|
89
|
+
}
|
|
90
|
+
set rowSeparatorsVisible(a) {
|
|
91
|
+
this._rowSeparatorsVisible = a;
|
|
92
|
+
}
|
|
93
|
+
aq() {
|
|
94
|
+
let a = new StringBuilder(0);
|
|
95
|
+
a.m("{");
|
|
96
|
+
a.m("actualBackgroundColor : " + this.a.serialize() + ", ");
|
|
97
|
+
a.m("actualBaseTheme : " + this.j + ", ");
|
|
98
|
+
a.m("actualBorderColor : " + this.b.serialize() + ", ");
|
|
99
|
+
a.m("actualBorderWidth : " + this.p + ", ");
|
|
100
|
+
a.m("actualContentPadding : { left: " + this.ay.left + ",top: " + this.ay.top + ",right: " + this.ay.right + ",bottom: " + this.ay.bottom + "},");
|
|
101
|
+
a.m("actualDensity : " + this.k + ", ");
|
|
102
|
+
a.m("dropDownButtonVisible : " + this.dropDownButtonVisible + ", ");
|
|
103
|
+
a.m("actualFocusUnderlineOpacity : " + this.q + ", ");
|
|
104
|
+
a.m("label : \"" + this.ae + "\", ");
|
|
105
|
+
a.m("actualLabelTextColor : " + this.c.serialize() + ", ");
|
|
106
|
+
if (!stringIsNullOrEmpty(this.ah)) {
|
|
107
|
+
a.m("labelFontStyle : \"" + this.ah + "\", ");
|
|
108
|
+
}
|
|
109
|
+
if (!stringIsNullOrEmpty(this.ai)) {
|
|
110
|
+
a.m("labelFontVariant : \"" + this.ai + "\", ");
|
|
111
|
+
}
|
|
112
|
+
if (!stringIsNullOrEmpty(this.aj)) {
|
|
113
|
+
a.m("labelFontWeight : \"" + this.aj + "\", ");
|
|
114
|
+
}
|
|
115
|
+
if (!stringIsNullOrEmpty(this.af)) {
|
|
116
|
+
a.m("labelFontFamily : \"" + this.af + "\", ");
|
|
117
|
+
}
|
|
118
|
+
if (!stringIsNullOrEmpty(this.ag)) {
|
|
119
|
+
a.m("labelFontStretch : \"" + this.ag + "\", ");
|
|
120
|
+
}
|
|
121
|
+
if (!isNaN_(this.w)) {
|
|
122
|
+
a.m("labelFontSize : " + this.w + ", ");
|
|
123
|
+
}
|
|
124
|
+
a.m("actualLabelVisible : " + this.actualLabelVisible + ", ");
|
|
125
|
+
a.m("actualNoMatchesFoundLabel :\"" + this.actualNoMatchesFoundLabel + "\", ");
|
|
126
|
+
a.m("actualNoMatchesFoundLabelBackgroundColor : " + this.d.serialize() + ", ");
|
|
127
|
+
a.m("actualNoMatchesFoundLabelTextColor : " + this.e.serialize() + ", ");
|
|
128
|
+
if (!stringIsNullOrEmpty(this.am)) {
|
|
129
|
+
a.m("noMatchesFoundLabelFontStyle : \"" + this.am + "\", ");
|
|
130
|
+
}
|
|
131
|
+
if (!stringIsNullOrEmpty(this.an)) {
|
|
132
|
+
a.m("noMatchesFoundLabelFontVariant : \"" + this.an + "\", ");
|
|
133
|
+
}
|
|
134
|
+
if (!stringIsNullOrEmpty(this.ao)) {
|
|
135
|
+
a.m("noMatchesFoundLabelFontWeight : \"" + this.ao + "\", ");
|
|
136
|
+
}
|
|
137
|
+
if (!stringIsNullOrEmpty(this.ak)) {
|
|
138
|
+
a.m("noMatchesFoundLabelFontFamily : \"" + this.ak + "\", ");
|
|
139
|
+
}
|
|
140
|
+
if (!stringIsNullOrEmpty(this.al)) {
|
|
141
|
+
a.m("noMatchesFoundLabelFontStretch : \"" + this.al + "\", ");
|
|
142
|
+
}
|
|
143
|
+
if (!isNaN_(this.y)) {
|
|
144
|
+
a.m("noMatchesFoundLabelFontSize : " + this.y + ", ");
|
|
145
|
+
}
|
|
146
|
+
a.m("placeholder : \"" + this.ap + "\", ");
|
|
147
|
+
a.m("rowSeparatorsVisible : " + this.rowSeparatorsVisible + ", ");
|
|
148
|
+
a.m("actualTextColor : " + this.f.serialize() + ", ");
|
|
149
|
+
if (!stringIsNullOrEmpty(this.au)) {
|
|
150
|
+
a.m("textStyleFontStyle : \"" + this.au + "\", ");
|
|
151
|
+
}
|
|
152
|
+
if (!stringIsNullOrEmpty(this.av)) {
|
|
153
|
+
a.m("textStyleFontVariant : \"" + this.av + "\", ");
|
|
154
|
+
}
|
|
155
|
+
if (!stringIsNullOrEmpty(this.aw)) {
|
|
156
|
+
a.m("textStyleFontWeight : \"" + this.aw + "\", ");
|
|
157
|
+
}
|
|
158
|
+
if (!stringIsNullOrEmpty(this.as)) {
|
|
159
|
+
a.m("textStyleFontFamily : \"" + this.as + "\", ");
|
|
160
|
+
}
|
|
161
|
+
if (!stringIsNullOrEmpty(this.at)) {
|
|
162
|
+
a.m("textStyleFontStretch : \"" + this.at + "\", ");
|
|
163
|
+
}
|
|
164
|
+
if (!isNaN_(this.z)) {
|
|
165
|
+
a.m("textStyleFontSize : " + this.z + ", ");
|
|
166
|
+
}
|
|
167
|
+
a.m("actualUnderlineColor : " + this.g.serialize() + ", ");
|
|
168
|
+
a.m("actualUnderlineOpacity : " + this.r + ", ");
|
|
169
|
+
a.m("actualUnderlineRippleColor : " + this.h.serialize() + ", ");
|
|
170
|
+
a.m("actualUnderlineRippleOpacity : " + this.s + ", ");
|
|
171
|
+
a.m("actualUnderlineRippleWidth : " + this.t + ", ");
|
|
172
|
+
a.m("actualUnderlineWidth : " + this.u + ", ");
|
|
173
|
+
a.m("text : \"" + this.ar + "\", ");
|
|
174
|
+
if (this.ac != null) {
|
|
175
|
+
a.m("value : \"" + this.ac.toString() + "\", ");
|
|
176
|
+
}
|
|
177
|
+
a.m("}");
|
|
178
|
+
return a.toString();
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
export { ComboEditorVisualModelExport };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DrillDownRequestedEventArgs } from "./NativeUILayoutFactory_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { DrillDownRequestedEventArgs } from "./NativeUILayoutFactory_combined";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DomWrapper, NormalizedEvent } from "igniteui-webcomponents-core";
|
|
3
|
+
import { ModifierKeys } from "igniteui-webcomponents-core";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class ExpansionPanelUtilities extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
static a(a: DomWrapper): boolean;
|
|
10
|
+
static b(a: DomWrapper, b: boolean): void;
|
|
11
|
+
static c(a: NormalizedEvent): ModifierKeys;
|
|
12
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
class ExpansionPanelUtilities extends Base {
|
|
12
|
+
static { this.$t = markType(ExpansionPanelUtilities, 'ExpansionPanelUtilities'); }
|
|
13
|
+
static a(a) {
|
|
14
|
+
let b = a.getNativeElement();
|
|
15
|
+
return b.checked;
|
|
16
|
+
}
|
|
17
|
+
static b(a, b) {
|
|
18
|
+
let c = a.getNativeElement();
|
|
19
|
+
c.checked = b;
|
|
20
|
+
}
|
|
21
|
+
static c(a) {
|
|
22
|
+
let b = 0;
|
|
23
|
+
if (a.altKey) {
|
|
24
|
+
b |= 1;
|
|
25
|
+
}
|
|
26
|
+
if (a.shiftKey) {
|
|
27
|
+
b |= 4;
|
|
28
|
+
}
|
|
29
|
+
if (a.ctrlKey) {
|
|
30
|
+
b |= 2;
|
|
31
|
+
}
|
|
32
|
+
return b;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
export { ExpansionPanelUtilities };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ExpansionPanelView } from "./ExpansionPanelView_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
export { ExpansionPanelView } from "./ExpansionPanelView_combined";
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
2
|
+
import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core";
|
|
3
|
+
import { AnimationKeyFrameEffect } from "igniteui-webcomponents-core";
|
|
4
|
+
import { AnimationKeyFrameEffectTiming } from "igniteui-webcomponents-core";
|
|
5
|
+
import { Brush } from "igniteui-webcomponents-core";
|
|
6
|
+
import { OnCollapsedEventArgs } from "./OnCollapsedEventArgs";
|
|
7
|
+
import { OnExpandedEventArgs } from "./OnExpandedEventArgs";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare class ExpansionPanelView extends Base {
|
|
12
|
+
static $t: Type;
|
|
13
|
+
private j;
|
|
14
|
+
private q;
|
|
15
|
+
private g;
|
|
16
|
+
private f;
|
|
17
|
+
private p;
|
|
18
|
+
private l;
|
|
19
|
+
private o;
|
|
20
|
+
private n;
|
|
21
|
+
private m;
|
|
22
|
+
private static readonly al;
|
|
23
|
+
private static readonly t;
|
|
24
|
+
private static readonly s;
|
|
25
|
+
protected get r(): DomWrapper;
|
|
26
|
+
protected get h(): XExpansionPanel;
|
|
27
|
+
protected get k(): DomRenderer;
|
|
28
|
+
protected ab(): void;
|
|
29
|
+
aj(): void;
|
|
30
|
+
ak(): void;
|
|
31
|
+
a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
32
|
+
b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
33
|
+
c(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
34
|
+
d(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
35
|
+
e(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
36
|
+
u(): void;
|
|
37
|
+
i(): number;
|
|
38
|
+
ac(a: DomRenderer): void;
|
|
39
|
+
private ag;
|
|
40
|
+
private ah;
|
|
41
|
+
private ai;
|
|
42
|
+
protected y(a: DomWrapper): void;
|
|
43
|
+
z(a: XExpansionPanel): void;
|
|
44
|
+
aa(): void;
|
|
45
|
+
af(a: any): void;
|
|
46
|
+
v(a: DomWrapper): void;
|
|
47
|
+
ae(a: any): void;
|
|
48
|
+
ad(a: any): void;
|
|
49
|
+
private w;
|
|
50
|
+
private x;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* @hidden
|
|
54
|
+
*/
|
|
55
|
+
export declare class XExpansionPanel extends Base implements INotifyPropertyChanged {
|
|
56
|
+
static $t: Type;
|
|
57
|
+
private c;
|
|
58
|
+
constructor();
|
|
59
|
+
onCollapsed: (sender: any, args: OnCollapsedEventArgs) => void;
|
|
60
|
+
onExpanded: (sender: any, args: OnExpandedEventArgs) => void;
|
|
61
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
62
|
+
protected aw(a: string, b: any, c: any): void;
|
|
63
|
+
g: ExpansionPanelView;
|
|
64
|
+
private ab;
|
|
65
|
+
get ac(): string;
|
|
66
|
+
set ac(a: string);
|
|
67
|
+
private bb;
|
|
68
|
+
get bq(): Brush;
|
|
69
|
+
set bq(a: Brush);
|
|
70
|
+
static bs: Brush;
|
|
71
|
+
private a4;
|
|
72
|
+
get bj(): Brush;
|
|
73
|
+
set bj(a: Brush);
|
|
74
|
+
private a9;
|
|
75
|
+
get bo(): Brush;
|
|
76
|
+
set bo(a: Brush);
|
|
77
|
+
private ba;
|
|
78
|
+
get bp(): Brush;
|
|
79
|
+
set bp(a: Brush);
|
|
80
|
+
private t;
|
|
81
|
+
get aj(): string;
|
|
82
|
+
set aj(a: string);
|
|
83
|
+
private be;
|
|
84
|
+
get bz(): Brush;
|
|
85
|
+
set bz(a: Brush);
|
|
86
|
+
static bt: Brush;
|
|
87
|
+
private a5;
|
|
88
|
+
get bk(): Brush;
|
|
89
|
+
set bk(a: Brush);
|
|
90
|
+
private bc;
|
|
91
|
+
get bx(): Brush;
|
|
92
|
+
set bx(a: Brush);
|
|
93
|
+
private bd;
|
|
94
|
+
get by(): Brush;
|
|
95
|
+
set by(a: Brush);
|
|
96
|
+
private p;
|
|
97
|
+
get s(): number;
|
|
98
|
+
set s(a: number);
|
|
99
|
+
static r: number;
|
|
100
|
+
private o;
|
|
101
|
+
get q(): number;
|
|
102
|
+
set q(a: number);
|
|
103
|
+
private m;
|
|
104
|
+
get n(): boolean;
|
|
105
|
+
set n(a: boolean);
|
|
106
|
+
private bf;
|
|
107
|
+
get b6(): Brush;
|
|
108
|
+
set b6(a: Brush);
|
|
109
|
+
static bu: Brush;
|
|
110
|
+
private a6;
|
|
111
|
+
get bl(): Brush;
|
|
112
|
+
set bl(a: Brush);
|
|
113
|
+
private bg;
|
|
114
|
+
get b7(): Brush;
|
|
115
|
+
set b7(a: Brush);
|
|
116
|
+
private bh;
|
|
117
|
+
get b8(): Brush;
|
|
118
|
+
set b8(a: Brush);
|
|
119
|
+
static bw: Brush;
|
|
120
|
+
private a8;
|
|
121
|
+
get bn(): Brush;
|
|
122
|
+
set bn(a: Brush);
|
|
123
|
+
static bv: Brush;
|
|
124
|
+
private a7;
|
|
125
|
+
get bm(): Brush;
|
|
126
|
+
set bm(a: Brush);
|
|
127
|
+
static br: Brush;
|
|
128
|
+
private a3;
|
|
129
|
+
get bi(): Brush;
|
|
130
|
+
set bi(a: Brush);
|
|
131
|
+
protected f(): ExpansionPanelView;
|
|
132
|
+
protected ax(a: string, b: any, c: any): void;
|
|
133
|
+
private h;
|
|
134
|
+
private i;
|
|
135
|
+
private j;
|
|
136
|
+
private k;
|
|
137
|
+
private l;
|
|
138
|
+
private a;
|
|
139
|
+
private b;
|
|
140
|
+
private at;
|
|
141
|
+
private b0;
|
|
142
|
+
private b1;
|
|
143
|
+
private b2;
|
|
144
|
+
private b3;
|
|
145
|
+
private b4;
|
|
146
|
+
private b5;
|
|
147
|
+
ar(): void;
|
|
148
|
+
destroy(): void;
|
|
149
|
+
au(): void;
|
|
150
|
+
notifySizeChanged(): void;
|
|
151
|
+
provideHeader(a: any): void;
|
|
152
|
+
provideContentAreaOuter(a: any): void;
|
|
153
|
+
provideContentAreaInner(a: any): void;
|
|
154
|
+
provideRenderer(a: DomRenderer): void;
|
|
155
|
+
a2(): void;
|
|
156
|
+
}
|