igniteui-webcomponents-layouts 7.1.1-beta.2 → 7.1.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/entry-points.json +28 -0
- package/esm2022/lib/ComboEditor.d.ts +1 -0
- package/esm2022/lib/ComboEditor.js +7 -0
- package/esm2022/lib/ComboEditorBridge.d.ts +20 -0
- package/esm2022/lib/ComboEditorBridge.js +159 -0
- package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.d.ts +13 -0
- package/esm2022/lib/ComboEditorCloneDataSourceFilterOperation.js +20 -0
- package/esm2022/lib/ComboEditorDataSourceNotificationHandler.d.ts +1 -0
- package/esm2022/lib/ComboEditorDataSourceNotificationHandler.js +7 -0
- package/esm2022/lib/ComboEditorGotFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ComboEditorGotFocusEventArgs.js +14 -0
- package/esm2022/lib/ComboEditorLostFocusEventArgs.d.ts +7 -0
- package/esm2022/lib/ComboEditorLostFocusEventArgs.js +14 -0
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.d.ts +20 -0
- package/esm2022/lib/ComboEditorMultipleDataSourceNotifier.js +59 -0
- package/esm2022/lib/ComboEditorSelectedItemChangeType.d.ts +13 -0
- package/esm2022/lib/ComboEditorSelectedItemChangeType.js +20 -0
- package/esm2022/lib/ComboEditorTextChangedEventArgs.d.ts +12 -0
- package/esm2022/lib/ComboEditorTextChangedEventArgs.js +27 -0
- package/esm2022/lib/ComboEditorValueChangedEventArgs.d.ts +12 -0
- package/esm2022/lib/ComboEditorValueChangedEventArgs.js +27 -0
- package/esm2022/lib/ComboEditorView.d.ts +1 -0
- package/esm2022/lib/ComboEditorView.js +7 -0
- package/esm2022/lib/ComboEditorView_combined.d.ts +483 -0
- package/esm2022/lib/ComboEditorView_combined.js +2563 -0
- package/esm2022/lib/ComboEditorVisualModelExport.d.ts +72 -0
- package/esm2022/lib/ComboEditorVisualModelExport.js +181 -0
- package/esm2022/lib/DrillDownRequestedEventArgs.d.ts +1 -0
- package/esm2022/lib/DrillDownRequestedEventArgs.js +7 -0
- package/esm2022/lib/ExpansionPanelUtilities.d.ts +12 -0
- package/esm2022/lib/ExpansionPanelUtilities.js +35 -0
- package/esm2022/lib/ExpansionPanelView.d.ts +1 -0
- package/esm2022/lib/ExpansionPanelView.js +7 -0
- package/esm2022/lib/ExpansionPanelView_combined.d.ts +156 -0
- package/esm2022/lib/ExpansionPanelView_combined.js +708 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
- package/esm2022/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
- package/esm2022/lib/IExternalListPanel.d.ts +17 -0
- package/esm2022/lib/IExternalListPanel.js +11 -0
- package/esm2022/lib/IExternalToolPanel.d.ts +13 -0
- package/esm2022/lib/IExternalToolPanel.js +11 -0
- package/esm2022/lib/IExternalToolbar.d.ts +13 -0
- package/esm2022/lib/IExternalToolbar.js +11 -0
- package/esm2022/lib/IListPanelView.d.ts +27 -0
- package/esm2022/lib/IListPanelView.js +11 -0
- package/esm2022/lib/IListPanelViewportManager.d.ts +11 -0
- package/esm2022/lib/IListPanelViewportManager.js +11 -0
- package/esm2022/lib/INativeUIToolPanelBridge.d.ts +38 -0
- package/esm2022/lib/INativeUIToolPanelBridge.js +12 -0
- package/esm2022/lib/INativeUIToolbarBridge.d.ts +31 -0
- package/esm2022/lib/INativeUIToolbarBridge.js +12 -0
- package/esm2022/lib/IPropertyEditorPanelView.d.ts +26 -0
- package/esm2022/lib/IPropertyEditorPanelView.js +11 -0
- package/esm2022/lib/IToolPanelView.d.ts +32 -0
- package/esm2022/lib/IToolPanelView.js +11 -0
- package/esm2022/lib/IToolbarView.d.ts +26 -0
- package/esm2022/lib/IToolbarView.js +11 -0
- package/esm2022/lib/LayoutPrimaryKeyValue.d.ts +21 -0
- package/esm2022/lib/LayoutPrimaryKeyValue.js +101 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.d.ts +30 -0
- package/esm2022/lib/LayoutSelectedItemsCollection.js +157 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.d.ts +31 -0
- package/esm2022/lib/LayoutSelectedKeysCollection.js +158 -0
- package/esm2022/lib/ListPanel.d.ts +1 -0
- package/esm2022/lib/ListPanel.js +7 -0
- package/esm2022/lib/ListPanelActivationManager.d.ts +1 -0
- package/esm2022/lib/ListPanelActivationManager.js +7 -0
- package/esm2022/lib/ListPanelActivationMode.d.ts +18 -0
- package/esm2022/lib/ListPanelActivationMode.js +25 -0
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.d.ts +13 -0
- package/esm2022/lib/ListPanelActiveRowChangedEventArgs.js +31 -0
- package/esm2022/lib/ListPanelColumnDefinition.d.ts +8 -0
- package/esm2022/lib/ListPanelColumnDefinition.js +18 -0
- package/esm2022/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelContentRebindEventArgs.js +24 -0
- package/esm2022/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelContentRecycledEventArgs.js +24 -0
- package/esm2022/lib/ListPanelContentRefreshedEventArgs.d.ts +8 -0
- package/esm2022/lib/ListPanelContentRefreshedEventArgs.js +17 -0
- package/esm2022/lib/ListPanelDataBindingEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/ListPanelDataSourceNotificationBridge.d.ts +1 -0
- package/esm2022/lib/ListPanelDataSourceNotificationBridge.js +7 -0
- package/esm2022/lib/ListPanelItemEventArgs.d.ts +1 -0
- package/esm2022/lib/ListPanelItemEventArgs.js +7 -0
- package/esm2022/lib/ListPanelItemModel.d.ts +1 -0
- package/esm2022/lib/ListPanelItemModel.js +7 -0
- package/esm2022/lib/ListPanelItemPresenter.d.ts +9 -0
- package/esm2022/lib/ListPanelItemPresenter.js +18 -0
- package/esm2022/lib/ListPanelItemVisualData.d.ts +15 -0
- package/esm2022/lib/ListPanelItemVisualData.js +37 -0
- package/esm2022/lib/ListPanelLayoutPanel.d.ts +1 -0
- package/esm2022/lib/ListPanelLayoutPanel.js +7 -0
- package/esm2022/lib/ListPanelOrientation.d.ts +10 -0
- package/esm2022/lib/ListPanelOrientation.js +17 -0
- package/esm2022/lib/ListPanelPrimaryKeyValue.d.ts +19 -0
- package/esm2022/lib/ListPanelPrimaryKeyValue.js +85 -0
- package/esm2022/lib/ListPanelRowRange.d.ts +14 -0
- package/esm2022/lib/ListPanelRowRange.js +36 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.d.ts +28 -0
- package/esm2022/lib/ListPanelScrollerKeyboardListener.js +67 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.d.ts +17 -0
- package/esm2022/lib/ListPanelSelectedItemsChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedItemsCollection.d.ts +14 -0
- package/esm2022/lib/ListPanelSelectedItemsCollection.js +40 -0
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.d.ts +17 -0
- package/esm2022/lib/ListPanelSelectedKeysChangedEventArgs.js +38 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.d.ts +31 -0
- package/esm2022/lib/ListPanelSelectedKeysCollection.js +158 -0
- package/esm2022/lib/ListPanelSelectionBehavior.d.ts +18 -0
- package/esm2022/lib/ListPanelSelectionBehavior.js +25 -0
- package/esm2022/lib/ListPanelSelectionChangedEventArgs.d.ts +7 -0
- package/esm2022/lib/ListPanelSelectionChangedEventArgs.js +14 -0
- package/esm2022/lib/ListPanelSelectionManager.d.ts +1 -0
- package/esm2022/lib/ListPanelSelectionManager.js +7 -0
- package/esm2022/lib/ListPanelSelectionMode.d.ts +22 -0
- package/esm2022/lib/ListPanelSelectionMode.js +29 -0
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelTemplateHeightRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.d.ts +1 -0
- package/esm2022/lib/ListPanelTemplateItemUpdatingEventArgs.js +7 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.d.ts +10 -0
- package/esm2022/lib/ListPanelTemplateWidthRequestedEventArgs.js +20 -0
- package/esm2022/lib/ListPanelView.d.ts +1 -0
- package/esm2022/lib/ListPanelView.js +7 -0
- package/esm2022/lib/ListPanelView_combined.d.ts +577 -0
- package/esm2022/lib/ListPanelView_combined.js +3942 -0
- package/esm2022/lib/ListPanelViewportChangedEventArgs.d.ts +15 -0
- package/esm2022/lib/ListPanelViewportChangedEventArgs.js +25 -0
- package/esm2022/lib/ListPanelVisualData.d.ts +17 -0
- package/esm2022/lib/ListPanelVisualData.js +47 -0
- package/esm2022/lib/ListPanelVisualModel.d.ts +13 -0
- package/esm2022/lib/ListPanelVisualModel.js +25 -0
- package/esm2022/lib/NativeUIContentRefreshedEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIContentRefreshedEventArgs.js +14 -0
- package/esm2022/lib/NativeUILayoutFactory.d.ts +1 -0
- package/esm2022/lib/NativeUILayoutFactory.js +7 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.d.ts +2400 -0
- package/esm2022/lib/NativeUILayoutFactory_combined.js +14724 -0
- package/esm2022/lib/NativeUIToolPanel.d.ts +1 -0
- package/esm2022/lib/NativeUIToolPanel.js +7 -0
- package/esm2022/lib/NativeUIToolbar.d.ts +1 -0
- package/esm2022/lib/NativeUIToolbar.js +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuClosingEventArgs.js +14 -0
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.d.ts +7 -0
- package/esm2022/lib/NativeUIToolbarSubMenuOpeningEventArgs.js +14 -0
- package/esm2022/lib/NestedActionMode.d.ts +11 -0
- package/esm2022/lib/NestedActionMode.js +18 -0
- package/esm2022/lib/OnCollapsedEventArgs.d.ts +7 -0
- package/esm2022/lib/OnCollapsedEventArgs.js +14 -0
- package/esm2022/lib/OnExpandedEventArgs.d.ts +7 -0
- package/esm2022/lib/OnExpandedEventArgs.js +14 -0
- package/esm2022/lib/PanelAnimationRequest.d.ts +1 -0
- package/esm2022/lib/PanelAnimationRequest.js +7 -0
- package/esm2022/lib/PanelInfo.d.ts +1 -0
- package/esm2022/lib/PanelInfo.js +7 -0
- package/esm2022/lib/PropertyEditorDataSource.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDataSource.js +7 -0
- package/esm2022/lib/PropertyEditorDataSource_combined.d.ts +162 -0
- package/esm2022/lib/PropertyEditorDataSource_combined.js +694 -0
- package/esm2022/lib/PropertyEditorDescriptionObject.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDescriptionObject.js +7 -0
- package/esm2022/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
- package/esm2022/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
- package/esm2022/lib/PropertyEditorPanel.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPanel.js +7 -0
- package/esm2022/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
- package/esm2022/lib/PropertyEditorPanelColumnDefinition.js +53 -0
- package/esm2022/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
- package/esm2022/lib/PropertyEditorPanelColumnFieldType.js +11 -0
- package/esm2022/lib/PropertyEditorPanelColumnType.d.ts +12 -0
- package/esm2022/lib/PropertyEditorPanelColumnType.js +11 -0
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelComboBoxBridgeItem.js +24 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelDataBindingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
- package/esm2022/lib/PropertyEditorPanelDropDownDataListItem.js +19 -0
- package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
- package/esm2022/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +20 -0
- package/esm2022/lib/PropertyEditorPanelUpdateMode.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPanelUpdateMode.js +17 -0
- package/esm2022/lib/PropertyEditorPanelView.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPanelView.js +7 -0
- package/esm2022/lib/PropertyEditorPanelView_combined.d.ts +177 -0
- package/esm2022/lib/PropertyEditorPanelView_combined.js +1105 -0
- package/esm2022/lib/PropertyEditorPropertyDescription.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescription.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +14 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +10 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +24 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCoercingValueEventArgs.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +16 -0
- package/esm2022/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +38 -0
- package/esm2022/lib/PropertyEditorTreeTransformer.d.ts +21 -0
- package/esm2022/lib/PropertyEditorTreeTransformer.js +243 -0
- package/esm2022/lib/PropertyEditorValueType.d.ts +33 -0
- package/esm2022/lib/PropertyEditorValueType.js +40 -0
- package/esm2022/lib/ToolAction.d.ts +1 -0
- package/esm2022/lib/ToolAction.js +7 -0
- package/esm2022/lib/ToolActionButton.d.ts +1 -0
- package/esm2022/lib/ToolActionButton.js +7 -0
- package/esm2022/lib/ToolActionButtonDisplayType.d.ts +13 -0
- package/esm2022/lib/ToolActionButtonDisplayType.js +20 -0
- package/esm2022/lib/ToolActionButtonGroupDisplayType.d.ts +12 -0
- package/esm2022/lib/ToolActionButtonGroupDisplayType.js +19 -0
- package/esm2022/lib/ToolActionButtonPair.d.ts +1 -0
- package/esm2022/lib/ToolActionButtonPair.js +7 -0
- package/esm2022/lib/ToolActionButtonPairVisualData.d.ts +20 -0
- package/esm2022/lib/ToolActionButtonPairVisualData.js +37 -0
- package/esm2022/lib/ToolActionButtonVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionButtonVisualData.js +24 -0
- package/esm2022/lib/ToolActionCheckbox.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckbox.js +7 -0
- package/esm2022/lib/ToolActionCheckboxGroup.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckboxGroup.js +7 -0
- package/esm2022/lib/ToolActionCheckboxGroupVisualData.d.ts +13 -0
- package/esm2022/lib/ToolActionCheckboxGroupVisualData.js +23 -0
- package/esm2022/lib/ToolActionCheckboxList.d.ts +1 -0
- package/esm2022/lib/ToolActionCheckboxList.js +7 -0
- package/esm2022/lib/ToolActionCheckboxListIndexType.d.ts +9 -0
- package/esm2022/lib/ToolActionCheckboxListIndexType.js +16 -0
- package/esm2022/lib/ToolActionCheckboxListVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionCheckboxListVisualData.js +24 -0
- package/esm2022/lib/ToolActionCheckboxVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionCheckboxVisualData.js +24 -0
- package/esm2022/lib/ToolActionCollection.d.ts +1 -0
- package/esm2022/lib/ToolActionCollection.js +7 -0
- package/esm2022/lib/ToolActionColorEditor.d.ts +1 -0
- package/esm2022/lib/ToolActionColorEditor.js +7 -0
- package/esm2022/lib/ToolActionColorEditorVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionColorEditorVisualData.js +24 -0
- package/esm2022/lib/ToolActionCombo.d.ts +1 -0
- package/esm2022/lib/ToolActionCombo.js +7 -0
- package/esm2022/lib/ToolActionComboVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionComboVisualData.js +24 -0
- package/esm2022/lib/ToolActionEventDetail.d.ts +16 -0
- package/esm2022/lib/ToolActionEventDetail.js +25 -0
- package/esm2022/lib/ToolActionEventDetailCollection.d.ts +10 -0
- package/esm2022/lib/ToolActionEventDetailCollection.js +19 -0
- package/esm2022/lib/ToolActionFieldSelector.d.ts +1 -0
- package/esm2022/lib/ToolActionFieldSelector.js +7 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/esm2022/lib/ToolActionFieldSelectorAggregationsCollection.js +158 -0
- package/esm2022/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/esm2022/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregation.js +38 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/esm2022/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +158 -0
- package/esm2022/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/esm2022/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/esm2022/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +24 -0
- package/esm2022/lib/ToolActionGroupHeader.d.ts +1 -0
- package/esm2022/lib/ToolActionGroupHeader.js +7 -0
- package/esm2022/lib/ToolActionGroupHeaderVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionGroupHeaderVisualData.js +24 -0
- package/esm2022/lib/ToolActionIconButton.d.ts +1 -0
- package/esm2022/lib/ToolActionIconButton.js +7 -0
- package/esm2022/lib/ToolActionIconMenu.d.ts +1 -0
- package/esm2022/lib/ToolActionIconMenu.js +7 -0
- package/esm2022/lib/ToolActionIconMenuVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionIconMenuVisualData.js +24 -0
- package/esm2022/lib/ToolActionLabel.d.ts +1 -0
- package/esm2022/lib/ToolActionLabel.js +7 -0
- package/esm2022/lib/ToolActionLabelVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionLabelVisualData.js +24 -0
- package/esm2022/lib/ToolActionMeasurementContext.d.ts +17 -0
- package/esm2022/lib/ToolActionMeasurementContext.js +30 -0
- package/esm2022/lib/ToolActionNumberInput.d.ts +1 -0
- package/esm2022/lib/ToolActionNumberInput.js +7 -0
- package/esm2022/lib/ToolActionNumberInputVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionNumberInputVisualData.js +24 -0
- package/esm2022/lib/ToolActionPerformedEventArgs.d.ts +13 -0
- package/esm2022/lib/ToolActionPerformedEventArgs.js +22 -0
- package/esm2022/lib/ToolActionPopupOpeningEventArgs.d.ts +1 -0
- package/esm2022/lib/ToolActionPopupOpeningEventArgs.js +7 -0
- package/esm2022/lib/ToolActionRadio.d.ts +1 -0
- package/esm2022/lib/ToolActionRadio.js +7 -0
- package/esm2022/lib/ToolActionRadioGroup.d.ts +1 -0
- package/esm2022/lib/ToolActionRadioGroup.js +7 -0
- package/esm2022/lib/ToolActionRadioGroupVisualData.d.ts +13 -0
- package/esm2022/lib/ToolActionRadioGroupVisualData.js +23 -0
- package/esm2022/lib/ToolActionRadioVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionRadioVisualData.js +24 -0
- package/esm2022/lib/ToolActionSeparator.d.ts +1 -0
- package/esm2022/lib/ToolActionSeparator.js +7 -0
- package/esm2022/lib/ToolActionSeparatorVisualData.d.ts +9 -0
- package/esm2022/lib/ToolActionSeparatorVisualData.js +18 -0
- package/esm2022/lib/ToolActionSubPanel.d.ts +1 -0
- package/esm2022/lib/ToolActionSubPanel.js +7 -0
- package/esm2022/lib/ToolActionSubPanelVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionSubPanelVisualData.js +24 -0
- package/esm2022/lib/ToolActionTextInput.d.ts +1 -0
- package/esm2022/lib/ToolActionTextInput.js +7 -0
- package/esm2022/lib/ToolActionTextInputVisualData.d.ts +11 -0
- package/esm2022/lib/ToolActionTextInputVisualData.js +24 -0
- package/esm2022/lib/ToolActionVisualData.d.ts +26 -0
- package/esm2022/lib/ToolActionVisualData.js +58 -0
- package/esm2022/lib/ToolCommandEventArgs.d.ts +11 -0
- package/esm2022/lib/ToolCommandEventArgs.js +19 -0
- package/esm2022/lib/ToolContextBinding.d.ts +25 -0
- package/esm2022/lib/ToolContextBinding.js +74 -0
- package/esm2022/lib/ToolContextBindingCollection.d.ts +12 -0
- package/esm2022/lib/ToolContextBindingCollection.js +26 -0
- package/esm2022/lib/ToolPanel.d.ts +1 -0
- package/esm2022/lib/ToolPanel.js +7 -0
- package/esm2022/lib/ToolPanelContentRefreshedEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolPanelContentRefreshedEventArgs.js +17 -0
- package/esm2022/lib/ToolPanelContext.d.ts +21 -0
- package/esm2022/lib/ToolPanelContext.js +74 -0
- package/esm2022/lib/ToolPanelContextChangedEventArgs.d.ts +10 -0
- package/esm2022/lib/ToolPanelContextChangedEventArgs.js +20 -0
- package/esm2022/lib/ToolPanelContextSwappedEventArgs.d.ts +7 -0
- package/esm2022/lib/ToolPanelContextSwappedEventArgs.js +14 -0
- package/esm2022/lib/ToolPanelDropdownMenuVisualData.d.ts +1 -0
- package/esm2022/lib/ToolPanelDropdownMenuVisualData.js +7 -0
- package/esm2022/lib/ToolPanelIconRepository.d.ts +13 -0
- package/esm2022/lib/ToolPanelIconRepository.js +30 -0
- package/esm2022/lib/ToolPanelOrientation.d.ts +10 -0
- package/esm2022/lib/ToolPanelOrientation.js +17 -0
- package/esm2022/lib/ToolPanelView.d.ts +1 -0
- package/esm2022/lib/ToolPanelView.js +7 -0
- package/esm2022/lib/ToolPanelVisualData.d.ts +1 -0
- package/esm2022/lib/ToolPanelVisualData.js +7 -0
- package/esm2022/lib/ToolPanelVisualData_combined.d.ts +24 -0
- package/esm2022/lib/ToolPanelVisualData_combined.js +70 -0
- package/esm2022/lib/ToolPanelsPresenter.d.ts +1 -0
- package/esm2022/lib/ToolPanelsPresenter.js +7 -0
- package/esm2022/lib/Toolbar.d.ts +1 -0
- package/esm2022/lib/Toolbar.js +7 -0
- package/esm2022/lib/ToolbarContextAccessor.d.ts +1 -0
- package/esm2022/lib/ToolbarContextAccessor.js +7 -0
- package/esm2022/lib/ToolbarIconManager.d.ts +10 -0
- package/esm2022/lib/ToolbarIconManager.js +38 -0
- package/esm2022/lib/ToolbarOrientation.d.ts +10 -0
- package/esm2022/lib/ToolbarOrientation.js +17 -0
- package/esm2022/lib/ToolbarSubMenuClosingEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolbarSubMenuClosingEventArgs.js +17 -0
- package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.d.ts +8 -0
- package/esm2022/lib/ToolbarSubMenuOpeningEventArgs.js +17 -0
- package/esm2022/lib/ToolbarView.d.ts +1 -0
- package/esm2022/lib/ToolbarView.js +7 -0
- package/esm2022/lib/TooltipTextPresenter.d.ts +44 -0
- package/esm2022/lib/TooltipTextPresenter.js +176 -0
- package/esm2022/lib/XExpansionPanel.d.ts +1 -0
- package/esm2022/lib/XExpansionPanel.js +7 -0
- package/esm2022/lib/XToolPanelBridge.d.ts +1 -0
- package/esm2022/lib/XToolPanelBridge.js +7 -0
- package/esm2022/lib/XToolbarBridge.d.ts +1 -0
- package/esm2022/lib/XToolbarBridge.js +7 -0
- package/esm2022/lib/combo-editor-entrypoint.d.ts +1 -0
- package/esm2022/lib/combo-editor-entrypoint.js +4 -0
- package/esm2022/lib/igc-combo-editor-component.d.ts +500 -0
- package/esm2022/lib/igc-combo-editor-component.js +1497 -0
- package/esm2022/lib/igc-combo-editor-got-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-combo-editor-got-focus-event-args.js +30 -0
- package/esm2022/lib/igc-combo-editor-lost-focus-event-args.d.ts +12 -0
- package/esm2022/lib/igc-combo-editor-lost-focus-event-args.js +30 -0
- package/esm2022/lib/igc-combo-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-combo-editor-module.js +21 -0
- package/esm2022/lib/igc-combo-editor-text-changed-event-args.d.ts +13 -0
- package/esm2022/lib/igc-combo-editor-text-changed-event-args.js +26 -0
- package/esm2022/lib/igc-combo-editor-value-changed-event-args.d.ts +13 -0
- package/esm2022/lib/igc-combo-editor-value-changed-event-args.js +26 -0
- package/esm2022/lib/igc-layout-primary-key-value-module.d.ts +3 -0
- package/esm2022/lib/igc-layout-primary-key-value-module.js +15 -0
- package/esm2022/lib/igc-layout-primary-key-value.d.ts +31 -0
- package/esm2022/lib/igc-layout-primary-key-value.js +66 -0
- package/esm2022/lib/igc-layout-selected-items-collection.d.ts +6 -0
- package/esm2022/lib/igc-layout-selected-items-collection.js +30 -0
- package/esm2022/lib/igc-layout-selected-keys-collection.d.ts +8 -0
- package/esm2022/lib/igc-layout-selected-keys-collection.js +53 -0
- package/esm2022/lib/igc-list-panel-active-row-changed-event-args.d.ts +25 -0
- package/esm2022/lib/igc-list-panel-active-row-changed-event-args.js +51 -0
- package/esm2022/lib/igc-list-panel-component.d.ts +345 -0
- package/esm2022/lib/igc-list-panel-component.js +1118 -0
- package/esm2022/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
- package/esm2022/lib/igc-list-panel-content-rebind-event-args.js +42 -0
- package/esm2022/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
- package/esm2022/lib/igc-list-panel-content-recycled-event-args.js +42 -0
- package/esm2022/lib/igc-list-panel-content-refreshed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-list-panel-content-refreshed-event-args.js +30 -0
- package/esm2022/lib/igc-list-panel-item-event-args.d.ts +25 -0
- package/esm2022/lib/igc-list-panel-item-event-args.js +79 -0
- package/esm2022/lib/igc-list-panel-item-model.d.ts +31 -0
- package/esm2022/lib/igc-list-panel-item-model.js +93 -0
- package/esm2022/lib/igc-list-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-list-panel-module.js +17 -0
- package/esm2022/lib/igc-list-panel-primary-key-value-module.d.ts +3 -0
- package/esm2022/lib/igc-list-panel-primary-key-value-module.js +15 -0
- package/esm2022/lib/igc-list-panel-primary-key-value.d.ts +31 -0
- package/esm2022/lib/igc-list-panel-primary-key-value.js +66 -0
- package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.d.ts +34 -0
- package/esm2022/lib/igc-list-panel-selected-items-changed-event-args.js +136 -0
- package/esm2022/lib/igc-list-panel-selected-items-collection.d.ts +6 -0
- package/esm2022/lib/igc-list-panel-selected-items-collection.js +30 -0
- package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.d.ts +34 -0
- package/esm2022/lib/igc-list-panel-selected-keys-changed-event-args.js +136 -0
- package/esm2022/lib/igc-list-panel-selected-keys-collection.d.ts +8 -0
- package/esm2022/lib/igc-list-panel-selected-keys-collection.js +53 -0
- package/esm2022/lib/igc-list-panel-selection-changed-event-args.d.ts +15 -0
- package/esm2022/lib/igc-list-panel-selection-changed-event-args.js +33 -0
- package/esm2022/lib/igc-list-panel-template-height-requested-event-args.d.ts +18 -0
- package/esm2022/lib/igc-list-panel-template-height-requested-event-args.js +48 -0
- package/esm2022/lib/igc-list-panel-template-item-updating-event-args.d.ts +19 -0
- package/esm2022/lib/igc-list-panel-template-item-updating-event-args.js +65 -0
- package/esm2022/lib/igc-list-panel-template-width-requested-event-args.d.ts +18 -0
- package/esm2022/lib/igc-list-panel-template-width-requested-event-args.js +48 -0
- package/esm2022/lib/igc-on-collapsed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-on-collapsed-event-args.js +30 -0
- package/esm2022/lib/igc-on-expanded-event-args.d.ts +12 -0
- package/esm2022/lib/igc-on-expanded-event-args.js +30 -0
- package/esm2022/lib/igc-property-editor-data-source.d.ts +18 -0
- package/esm2022/lib/igc-property-editor-data-source.js +50 -0
- package/esm2022/lib/igc-property-editor-description-object-collection.d.ts +8 -0
- package/esm2022/lib/igc-property-editor-description-object-collection.js +53 -0
- package/esm2022/lib/igc-property-editor-description-object.d.ts +19 -0
- package/esm2022/lib/igc-property-editor-description-object.js +81 -0
- package/esm2022/lib/igc-property-editor-panel-component.d.ts +121 -0
- package/esm2022/lib/igc-property-editor-panel-component.js +456 -0
- package/esm2022/lib/igc-property-editor-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-property-editor-panel-module.js +21 -0
- package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
- package/esm2022/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
- package/esm2022/lib/igc-property-editor-property-description-changed-event-args.d.ts +14 -0
- package/esm2022/lib/igc-property-editor-property-description-changed-event-args.js +36 -0
- package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.d.ts +21 -0
- package/esm2022/lib/igc-property-editor-property-description-coercing-value-event-args.js +93 -0
- package/esm2022/lib/igc-property-editor-property-description-collection.d.ts +8 -0
- package/esm2022/lib/igc-property-editor-property-description-collection.js +53 -0
- package/esm2022/lib/igc-property-editor-property-description-component.d.ts +117 -0
- package/esm2022/lib/igc-property-editor-property-description-component.js +592 -0
- package/esm2022/lib/igc-property-editor-property-description-module.d.ts +3 -0
- package/esm2022/lib/igc-property-editor-property-description-module.js +16 -0
- package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +18 -0
- package/esm2022/lib/igc-property-editor-property-description-target-property-updating-event-args.js +48 -0
- package/esm2022/lib/igc-tool-action-button-component.d.ts +29 -0
- package/esm2022/lib/igc-tool-action-button-component.js +92 -0
- package/esm2022/lib/igc-tool-action-button-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-button-module.js +16 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.d.ts +171 -0
- package/esm2022/lib/igc-tool-action-button-pair-component.js +401 -0
- package/esm2022/lib/igc-tool-action-button-pair-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-button-pair-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.d.ts +71 -0
- package/esm2022/lib/igc-tool-action-checkbox-component.js +173 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.d.ts +35 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-group-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.d.ts +97 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-component.js +259 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-list-module.js +16 -0
- package/esm2022/lib/igc-tool-action-checkbox-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-checkbox-module.js +16 -0
- package/esm2022/lib/igc-tool-action-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-color-editor-component.js +81 -0
- package/esm2022/lib/igc-tool-action-color-editor-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-color-editor-module.js +16 -0
- package/esm2022/lib/igc-tool-action-combo-component.d.ts +40 -0
- package/esm2022/lib/igc-tool-action-combo-component.js +135 -0
- package/esm2022/lib/igc-tool-action-combo-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-combo-module.js +16 -0
- package/esm2022/lib/igc-tool-action-component.d.ts +358 -0
- package/esm2022/lib/igc-tool-action-component.js +1018 -0
- package/esm2022/lib/igc-tool-action-event-detail-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-event-detail-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-event-detail.d.ts +30 -0
- package/esm2022/lib/igc-tool-action-event-detail.js +88 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/esm2022/lib/igc-tool-action-field-selector-component.js +259 -0
- package/esm2022/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2022/lib/igc-tool-action-group-header-component.d.ts +28 -0
- package/esm2022/lib/igc-tool-action-group-header-component.js +91 -0
- package/esm2022/lib/igc-tool-action-group-header-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-group-header-module.js +16 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.d.ts +52 -0
- package/esm2022/lib/igc-tool-action-icon-button-component.js +183 -0
- package/esm2022/lib/igc-tool-action-icon-button-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-icon-button-module.js +16 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.d.ts +33 -0
- package/esm2022/lib/igc-tool-action-icon-menu-component.js +101 -0
- package/esm2022/lib/igc-tool-action-icon-menu-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-icon-menu-module.js +16 -0
- package/esm2022/lib/igc-tool-action-label-component.d.ts +18 -0
- package/esm2022/lib/igc-tool-action-label-component.js +71 -0
- package/esm2022/lib/igc-tool-action-label-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-label-module.js +16 -0
- package/esm2022/lib/igc-tool-action-number-input-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-number-input-component.js +81 -0
- package/esm2022/lib/igc-tool-action-number-input-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-number-input-module.js +16 -0
- package/esm2022/lib/igc-tool-action-performed-event-args.d.ts +21 -0
- package/esm2022/lib/igc-tool-action-performed-event-args.js +94 -0
- package/esm2022/lib/igc-tool-action-popup-opening-event-args.d.ts +17 -0
- package/esm2022/lib/igc-tool-action-popup-opening-event-args.js +55 -0
- package/esm2022/lib/igc-tool-action-radio-component.d.ts +90 -0
- package/esm2022/lib/igc-tool-action-radio-component.js +206 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.d.ts +35 -0
- package/esm2022/lib/igc-tool-action-radio-group-component.js +109 -0
- package/esm2022/lib/igc-tool-action-radio-group-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-radio-group-module.js +16 -0
- package/esm2022/lib/igc-tool-action-radio-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-radio-module.js +16 -0
- package/esm2022/lib/igc-tool-action-separator-component.d.ts +28 -0
- package/esm2022/lib/igc-tool-action-separator-component.js +91 -0
- package/esm2022/lib/igc-tool-action-separator-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-separator-module.js +16 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-sub-panel-component.js +81 -0
- package/esm2022/lib/igc-tool-action-sub-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-sub-panel-module.js +16 -0
- package/esm2022/lib/igc-tool-action-text-input-component.d.ts +23 -0
- package/esm2022/lib/igc-tool-action-text-input-component.js +80 -0
- package/esm2022/lib/igc-tool-action-text-input-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-action-text-input-module.js +16 -0
- package/esm2022/lib/igc-tool-command-event-args.d.ts +17 -0
- package/esm2022/lib/igc-tool-command-event-args.js +43 -0
- package/esm2022/lib/igc-tool-context-binding-collection.d.ts +8 -0
- package/esm2022/lib/igc-tool-context-binding-collection.js +53 -0
- package/esm2022/lib/igc-tool-context-binding.d.ts +25 -0
- package/esm2022/lib/igc-tool-context-binding.js +85 -0
- package/esm2022/lib/igc-tool-panel-component.d.ts +471 -0
- package/esm2022/lib/igc-tool-panel-component.js +1260 -0
- package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.d.ts +12 -0
- package/esm2022/lib/igc-tool-panel-content-refreshed-event-args.js +30 -0
- package/esm2022/lib/igc-tool-panel-context-changed-event-args.d.ts +18 -0
- package/esm2022/lib/igc-tool-panel-context-changed-event-args.js +48 -0
- package/esm2022/lib/igc-tool-panel-context-swapped-event-args.d.ts +12 -0
- package/esm2022/lib/igc-tool-panel-context-swapped-event-args.js +30 -0
- package/esm2022/lib/igc-tool-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-tool-panel-module.js +59 -0
- package/esm2022/lib/igc-toolbar-component.d.ts +404 -0
- package/esm2022/lib/igc-toolbar-component.js +1127 -0
- package/esm2022/lib/igc-toolbar-module.d.ts +3 -0
- package/esm2022/lib/igc-toolbar-module.js +19 -0
- package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.d.ts +12 -0
- package/esm2022/lib/igc-toolbar-sub-menu-closing-event-args.js +30 -0
- package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.d.ts +12 -0
- package/esm2022/lib/igc-toolbar-sub-menu-opening-event-args.js +30 -0
- package/esm2022/lib/igc-x-expansion-panel-component.d.ts +173 -0
- package/esm2022/lib/igc-x-expansion-panel-component.js +505 -0
- package/esm2022/lib/igc-x-expansion-panel-module.d.ts +3 -0
- package/esm2022/lib/igc-x-expansion-panel-module.js +17 -0
- package/esm2022/lib/list-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/list-panel-entrypoint.js +4 -0
- package/esm2022/lib/property-editor-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/property-editor-panel-entrypoint.js +4 -0
- package/esm2022/lib/tool-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/tool-panel-entrypoint.js +4 -0
- package/esm2022/lib/toolbar-entrypoint.d.ts +1 -0
- package/esm2022/lib/toolbar-entrypoint.js +4 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.d.ts +1 -0
- package/esm2022/lib/x-expansion-panel-entrypoint.js +4 -0
- package/esm2022/public_api.d.ts +276 -0
- package/esm2022/public_api.js +276 -0
- package/package.json +40 -9
- package/fesm2022/igniteui-webcomponents-layouts.mjs +0 -40866
- package/igniteui-webcomponents-layouts.d.ts +0 -9552
|
@@ -0,0 +1,1105 @@
|
|
|
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, INotifyPropertyChanged_$type, PropertyChangedEventArgs, runOn, delegateCombine, typeCast, delegateRemove, fromEn, enumGetBox, fromEnum, String_$type, EnumUtil } from "igniteui-webcomponents-core";
|
|
8
|
+
import { RenderingContext } from "igniteui-webcomponents-core";
|
|
9
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
10
|
+
import { DOMExecutionContext } from "igniteui-webcomponents-core";
|
|
11
|
+
import { CanvasViewRenderer } from "igniteui-webcomponents-core";
|
|
12
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
13
|
+
import { Size } from "igniteui-webcomponents-core";
|
|
14
|
+
import { NativeUI } from "igniteui-webcomponents-core";
|
|
15
|
+
import { FontUtil } from "igniteui-webcomponents-core";
|
|
16
|
+
import { SRProvider } from "igniteui-webcomponents-core";
|
|
17
|
+
import { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescriptionCollection";
|
|
18
|
+
import { PropertyEditorPanelUpdateMode_$type } from "./PropertyEditorPanelUpdateMode";
|
|
19
|
+
import { List$1 } from "igniteui-webcomponents-core";
|
|
20
|
+
import { ObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
21
|
+
import { PropertyEditorPanelColumnDefinition } from "./PropertyEditorPanelColumnDefinition";
|
|
22
|
+
import { ComponentRenderer } from "igniteui-webcomponents-core";
|
|
23
|
+
import { DeviceUtils } from "igniteui-webcomponents-core";
|
|
24
|
+
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
25
|
+
import { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription";
|
|
26
|
+
import { NativeUIInputsFactory } from "igniteui-webcomponents-core";
|
|
27
|
+
import { NativeUILayoutFactory } from "./NativeUILayoutFactory";
|
|
28
|
+
import { LocalDataSource } from "igniteui-webcomponents-core";
|
|
29
|
+
import { PropertyEditorValueType_$type } from "./PropertyEditorValueType";
|
|
30
|
+
import { PropertyEditorDataSource } from "./PropertyEditorDataSource";
|
|
31
|
+
import { ToolActionCollection } from "./ToolActionCollection";
|
|
32
|
+
import { PropertyEditorPanelComboBoxBridgeItem } from "./PropertyEditorPanelComboBoxBridgeItem";
|
|
33
|
+
import { ToolActionNumberInput } from "./ToolActionNumberInput";
|
|
34
|
+
import { ToolActionColorEditor } from "./ToolActionColorEditor";
|
|
35
|
+
import { ToolActionTextInput } from "./ToolActionTextInput";
|
|
36
|
+
import { ToolActionCheckbox } from "./ToolActionCheckbox";
|
|
37
|
+
import { ToolActionCombo } from "./ToolActionCombo";
|
|
38
|
+
import { ToolActionButton } from "./ToolActionButton";
|
|
39
|
+
import { ToolActionSeparator } from "./ToolActionSeparator";
|
|
40
|
+
import { ToolActionGroupHeader } from "./ToolActionGroupHeader";
|
|
41
|
+
import { Guid } from "igniteui-webcomponents-core";
|
|
42
|
+
import { CSSColorUtil } from "igniteui-webcomponents-core";
|
|
43
|
+
import { LayoutSelectedItemsCollection } from "./LayoutSelectedItemsCollection";
|
|
44
|
+
import { IAcceptsDataSeriesToDescriptionCustomizations_$type } from "igniteui-webcomponents-core";
|
|
45
|
+
import { PropertyEditorTreeTransformer } from "./PropertyEditorTreeTransformer";
|
|
46
|
+
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
47
|
+
import { stringReplace, stringContains } from "igniteui-webcomponents-core";
|
|
48
|
+
import { stringSplit } from "igniteui-webcomponents-core";
|
|
49
|
+
/**
|
|
50
|
+
* @hidden
|
|
51
|
+
*/
|
|
52
|
+
class PropertyEditorPanelView extends Base {
|
|
53
|
+
static { this.$t = markType(PropertyEditorPanelView, 'PropertyEditorPanelView'); }
|
|
54
|
+
constructor() {
|
|
55
|
+
super();
|
|
56
|
+
this.n = null;
|
|
57
|
+
this.m = null;
|
|
58
|
+
this.a = null;
|
|
59
|
+
this.i = null;
|
|
60
|
+
this.l = null;
|
|
61
|
+
this.e = null;
|
|
62
|
+
this.k = null;
|
|
63
|
+
this.b = ((() => {
|
|
64
|
+
let $ret = new FontInfo();
|
|
65
|
+
$ret.q = "Verdana";
|
|
66
|
+
$ret.f = 13;
|
|
67
|
+
$ret.t = "Normal";
|
|
68
|
+
$ret.v = "Normal";
|
|
69
|
+
$ret.r = "Normal";
|
|
70
|
+
return $ret;
|
|
71
|
+
})());
|
|
72
|
+
this.aa = new Size();
|
|
73
|
+
this.c = null;
|
|
74
|
+
this._gridExternal = null;
|
|
75
|
+
this.f = false;
|
|
76
|
+
this.j = null;
|
|
77
|
+
}
|
|
78
|
+
p() {
|
|
79
|
+
return this.i;
|
|
80
|
+
}
|
|
81
|
+
v() {
|
|
82
|
+
}
|
|
83
|
+
t(a) {
|
|
84
|
+
if (a == null) {
|
|
85
|
+
this.i = null;
|
|
86
|
+
return;
|
|
87
|
+
}
|
|
88
|
+
this.a.k = new DOMExecutionContext(a);
|
|
89
|
+
this.i = a;
|
|
90
|
+
this.l = this.i.createElement("canvas");
|
|
91
|
+
this.e = new RenderingContext(new CanvasViewRenderer(), this.i.get2DCanvasContext(this.l));
|
|
92
|
+
this.k = this.i.createElement("div");
|
|
93
|
+
this.y();
|
|
94
|
+
NativeUIComponent.av(this.p(), 18, (b) => {
|
|
95
|
+
let c = b;
|
|
96
|
+
this.a.bw(c, this.n);
|
|
97
|
+
c.ao.setStyleProperty("width", "100%");
|
|
98
|
+
c.ao.setStyleProperty("height", "100%");
|
|
99
|
+
this.i.append(c.ao);
|
|
100
|
+
});
|
|
101
|
+
let b = Math.round(a.rootWrapper.width());
|
|
102
|
+
let c = Math.round(a.rootWrapper.height());
|
|
103
|
+
this.i.rootWrapper.setStyleProperty("position", "relative");
|
|
104
|
+
}
|
|
105
|
+
y() {
|
|
106
|
+
}
|
|
107
|
+
x() {
|
|
108
|
+
if (this.i != null) {
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
s() {
|
|
112
|
+
if (this.i == null) {
|
|
113
|
+
return;
|
|
114
|
+
}
|
|
115
|
+
let a = this.i.rootWrapper.width();
|
|
116
|
+
let b = this.i.rootWrapper.height();
|
|
117
|
+
this.aa = new Size(1, a, b);
|
|
118
|
+
if (this.a.l != null) {
|
|
119
|
+
this.a.cj();
|
|
120
|
+
this.a.l.b6(this.aa);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
z() {
|
|
124
|
+
let a = this.i;
|
|
125
|
+
if (null == a) {
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
let b = a.rootWrapper;
|
|
129
|
+
if (null != b) {
|
|
130
|
+
NativeUI.r(b, this.a.cr);
|
|
131
|
+
NativeUI.n(b, this.a.co);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
d() {
|
|
135
|
+
return this.b;
|
|
136
|
+
}
|
|
137
|
+
u() {
|
|
138
|
+
}
|
|
139
|
+
w() {
|
|
140
|
+
}
|
|
141
|
+
r() {
|
|
142
|
+
}
|
|
143
|
+
g() {
|
|
144
|
+
return this.aa.width;
|
|
145
|
+
}
|
|
146
|
+
h(a) {
|
|
147
|
+
this.c = this.a.y();
|
|
148
|
+
return FontUtil.measureStringWidth(a, this.c, this.e);
|
|
149
|
+
}
|
|
150
|
+
q(a, b) {
|
|
151
|
+
if (this.j == null) {
|
|
152
|
+
this.j = this.i.createElement("div");
|
|
153
|
+
}
|
|
154
|
+
b(this.j.getNativeElement());
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
export { PropertyEditorPanelView };
|
|
158
|
+
/**
|
|
159
|
+
* @hidden
|
|
160
|
+
*/
|
|
161
|
+
class PropertyEditorPanel extends Base {
|
|
162
|
+
static { this.$t = markType(PropertyEditorPanel, 'PropertyEditorPanel', Base.$, [INotifyPropertyChanged_$type]); }
|
|
163
|
+
get aa() {
|
|
164
|
+
if (this.z == null) {
|
|
165
|
+
this.z = new SRProvider(this.p.i);
|
|
166
|
+
this.z.cb("Layouts");
|
|
167
|
+
}
|
|
168
|
+
return this.z;
|
|
169
|
+
}
|
|
170
|
+
constructor() {
|
|
171
|
+
super();
|
|
172
|
+
this.p = null;
|
|
173
|
+
this.l = null;
|
|
174
|
+
this.v = null;
|
|
175
|
+
this.ac = false;
|
|
176
|
+
this.ad = false;
|
|
177
|
+
this.z = null;
|
|
178
|
+
this.propertyChanged = null;
|
|
179
|
+
this.aj = false;
|
|
180
|
+
this.q = null;
|
|
181
|
+
this.r = new PropertyEditorPropertyDescriptionCollection();
|
|
182
|
+
this.aw = -1;
|
|
183
|
+
this.n = 0;
|
|
184
|
+
this.au = DeviceUtils.g(38);
|
|
185
|
+
this.w = null;
|
|
186
|
+
this.a1 = null;
|
|
187
|
+
this.d = null;
|
|
188
|
+
this.ar = null;
|
|
189
|
+
this.k = null;
|
|
190
|
+
this.ai = false;
|
|
191
|
+
this.aq = new Dictionary$2(String_$type, PropertyEditorPropertyDescription.$, 0);
|
|
192
|
+
this.at = null;
|
|
193
|
+
this.a5 = null;
|
|
194
|
+
this.ah = true;
|
|
195
|
+
this.ab = false;
|
|
196
|
+
this.g = null;
|
|
197
|
+
this.h = null;
|
|
198
|
+
this.e = null;
|
|
199
|
+
this.a0 = null;
|
|
200
|
+
this.a6 = null;
|
|
201
|
+
this.ae = false;
|
|
202
|
+
this.ag = false;
|
|
203
|
+
this.af = false;
|
|
204
|
+
this.cm = PropertyEditorPanel.cp;
|
|
205
|
+
this.cn = PropertyEditorPanel.cq;
|
|
206
|
+
this.ay = 0;
|
|
207
|
+
this.ax = -1;
|
|
208
|
+
this.m = null;
|
|
209
|
+
NativeUIInputsFactory.n();
|
|
210
|
+
NativeUILayoutFactory.g();
|
|
211
|
+
this.at = new ObservableCollection$1(PropertyEditorPanelColumnDefinition.$, 0);
|
|
212
|
+
let a = new PropertyEditorPanelView();
|
|
213
|
+
a.a = this;
|
|
214
|
+
this.p = a;
|
|
215
|
+
this.p.v();
|
|
216
|
+
let b = this.properties;
|
|
217
|
+
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.ca));
|
|
218
|
+
}
|
|
219
|
+
ca(a, b) {
|
|
220
|
+
if (b.oldItems != null) {
|
|
221
|
+
for (let c of fromEn(b.oldItems)) {
|
|
222
|
+
if (typeCast(INotifyPropertyChanged_$type, c) !== null) {
|
|
223
|
+
let d = c;
|
|
224
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.bx));
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
if (b.newItems != null) {
|
|
229
|
+
for (let e of fromEn(b.newItems)) {
|
|
230
|
+
if (typeCast(INotifyPropertyChanged_$type, e) !== null) {
|
|
231
|
+
let f = e;
|
|
232
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.bx));
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
this.an();
|
|
237
|
+
if (this.properties.count > 0 && this.actualProperties != this.properties) {
|
|
238
|
+
this.actualProperties = this.properties;
|
|
239
|
+
}
|
|
240
|
+
if (this.d != null) {
|
|
241
|
+
this.d.notifyClearItems();
|
|
242
|
+
}
|
|
243
|
+
this.b5();
|
|
244
|
+
}
|
|
245
|
+
b5() {
|
|
246
|
+
if (!this.aj) {
|
|
247
|
+
if (this.l != null) {
|
|
248
|
+
this.cj();
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
bx(a, b) {
|
|
253
|
+
if (!this.aj) {
|
|
254
|
+
this.an();
|
|
255
|
+
if (this.l != null) {
|
|
256
|
+
this.cj();
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
notifySizeChanged() {
|
|
261
|
+
this.p.s();
|
|
262
|
+
}
|
|
263
|
+
bw(a, b) {
|
|
264
|
+
this.l = a;
|
|
265
|
+
if (null != this.l) {
|
|
266
|
+
this.l.bt = runOn(this, this.b9);
|
|
267
|
+
this.cl();
|
|
268
|
+
if (this.actualProperties != null) {
|
|
269
|
+
this.a1 = this.actualProperties;
|
|
270
|
+
let c = this.actualProperties;
|
|
271
|
+
c = this.actualProperties.toArray();
|
|
272
|
+
let d = new LocalDataSource();
|
|
273
|
+
d.dataSource = c;
|
|
274
|
+
this.d = d;
|
|
275
|
+
this.br();
|
|
276
|
+
}
|
|
277
|
+
if (this.actualProperties != null) {
|
|
278
|
+
this.cj();
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
b9(a, b) {
|
|
283
|
+
this.aj = true;
|
|
284
|
+
if (this.aq.containsKey(b.a.commandId)) {
|
|
285
|
+
let c = this.aq.item(b.a.commandId);
|
|
286
|
+
this.b3(c, b);
|
|
287
|
+
}
|
|
288
|
+
this.aj = false;
|
|
289
|
+
}
|
|
290
|
+
b3(a, b) {
|
|
291
|
+
switch (a.w) {
|
|
292
|
+
case 0: break;
|
|
293
|
+
case 19:
|
|
294
|
+
case 1:
|
|
295
|
+
this.ch(a, b);
|
|
296
|
+
this.b7(a);
|
|
297
|
+
break;
|
|
298
|
+
case 11:
|
|
299
|
+
case 12:
|
|
300
|
+
case 13:
|
|
301
|
+
case 14:
|
|
302
|
+
case 2:
|
|
303
|
+
case 3:
|
|
304
|
+
case 4:
|
|
305
|
+
case 5:
|
|
306
|
+
case 6:
|
|
307
|
+
case 23:
|
|
308
|
+
this.ci(a, b);
|
|
309
|
+
this.b7(a);
|
|
310
|
+
break;
|
|
311
|
+
case 7:
|
|
312
|
+
this.ce(a, b);
|
|
313
|
+
this.b7(a);
|
|
314
|
+
break;
|
|
315
|
+
case 8:
|
|
316
|
+
case 9:
|
|
317
|
+
case 10:
|
|
318
|
+
case 16:
|
|
319
|
+
case 17:
|
|
320
|
+
case 18:
|
|
321
|
+
case 22: break;
|
|
322
|
+
case 15:
|
|
323
|
+
this.cg(a, b);
|
|
324
|
+
this.b7(a);
|
|
325
|
+
break;
|
|
326
|
+
case 20:
|
|
327
|
+
this.cf(a, b);
|
|
328
|
+
break;
|
|
329
|
+
default: return;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
cf(a, b) {
|
|
333
|
+
a.a6();
|
|
334
|
+
}
|
|
335
|
+
cg(a, b) {
|
|
336
|
+
let c = b.a.argumentsList[0].value;
|
|
337
|
+
if (c != null && c.length > 0) {
|
|
338
|
+
let d = c[0];
|
|
339
|
+
a.ar = d;
|
|
340
|
+
a.aa = true;
|
|
341
|
+
a.a5();
|
|
342
|
+
}
|
|
343
|
+
else {
|
|
344
|
+
a.ar = null;
|
|
345
|
+
a.aa = true;
|
|
346
|
+
a.a5();
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
ce(a, b) {
|
|
350
|
+
let c = b.a.argumentsList[0].value;
|
|
351
|
+
a.ar = c;
|
|
352
|
+
a.aa = true;
|
|
353
|
+
a.a5();
|
|
354
|
+
}
|
|
355
|
+
ci(a, b) {
|
|
356
|
+
let c = b.a.argumentsList[0].value;
|
|
357
|
+
a.ar = c;
|
|
358
|
+
a.aa = true;
|
|
359
|
+
a.a5();
|
|
360
|
+
}
|
|
361
|
+
ch(a, b) {
|
|
362
|
+
let c = b.a.argumentsList[0].value;
|
|
363
|
+
a.ar = c;
|
|
364
|
+
a.aa = true;
|
|
365
|
+
a.a5();
|
|
366
|
+
}
|
|
367
|
+
cl() {
|
|
368
|
+
if (this.l != null) {
|
|
369
|
+
if (this.ak && this.am) {
|
|
370
|
+
this.l.bv = 2;
|
|
371
|
+
}
|
|
372
|
+
else if (this.ak) {
|
|
373
|
+
this.l.bv = 1;
|
|
374
|
+
}
|
|
375
|
+
else {
|
|
376
|
+
this.l.bv = 0;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
destroy() {
|
|
381
|
+
this.provideContainer(null);
|
|
382
|
+
}
|
|
383
|
+
provideContainer(a) {
|
|
384
|
+
this.p.t(a);
|
|
385
|
+
}
|
|
386
|
+
b4(a) {
|
|
387
|
+
}
|
|
388
|
+
get actualProperties() {
|
|
389
|
+
return this.q;
|
|
390
|
+
}
|
|
391
|
+
set actualProperties(a) {
|
|
392
|
+
let b = this.q;
|
|
393
|
+
this.q = a;
|
|
394
|
+
if (b != this.q) {
|
|
395
|
+
this.b6("ActualProperties", b, this.q);
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
get properties() {
|
|
399
|
+
return this.r;
|
|
400
|
+
}
|
|
401
|
+
set properties(a) {
|
|
402
|
+
let b = this.r;
|
|
403
|
+
this.r = a;
|
|
404
|
+
if (b != this.r) {
|
|
405
|
+
this.b6("Properties", b, this.r);
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
get az() {
|
|
409
|
+
return this.aw;
|
|
410
|
+
}
|
|
411
|
+
set az(a) {
|
|
412
|
+
let b = this.aw;
|
|
413
|
+
this.aw = a;
|
|
414
|
+
if (b != this.aw) {
|
|
415
|
+
this.b6("RowHeight", b, this.aw);
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
get o() {
|
|
419
|
+
return this.n;
|
|
420
|
+
}
|
|
421
|
+
set o(a) {
|
|
422
|
+
let b = this.n;
|
|
423
|
+
this.n = a;
|
|
424
|
+
if (b != this.n) {
|
|
425
|
+
this.b6("UpdateMode", enumGetBox(PropertyEditorPanelUpdateMode_$type, b), enumGetBox(PropertyEditorPanelUpdateMode_$type, this.n));
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
get av() {
|
|
429
|
+
return this.au;
|
|
430
|
+
}
|
|
431
|
+
set av(a) {
|
|
432
|
+
this.au = a;
|
|
433
|
+
}
|
|
434
|
+
get x() {
|
|
435
|
+
return this.w;
|
|
436
|
+
}
|
|
437
|
+
set x(a) {
|
|
438
|
+
let b = this.w;
|
|
439
|
+
this.w = a;
|
|
440
|
+
if (b != this.w) {
|
|
441
|
+
this.b6("CellTextStyle", b, this.w);
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
y() {
|
|
445
|
+
if (this.x == null) {
|
|
446
|
+
return this.p.d();
|
|
447
|
+
}
|
|
448
|
+
return this.x;
|
|
449
|
+
}
|
|
450
|
+
b6(a, b, c) {
|
|
451
|
+
if (this.propertyChanged != null) {
|
|
452
|
+
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
453
|
+
}
|
|
454
|
+
this.cb(a, b, c);
|
|
455
|
+
}
|
|
456
|
+
cb(a, b, c) {
|
|
457
|
+
switch (a) {
|
|
458
|
+
case "DescriptionType":
|
|
459
|
+
if (this.be == null) {
|
|
460
|
+
if (this.properties == null) {
|
|
461
|
+
this.actualProperties = null;
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
if (this.be != null) {
|
|
465
|
+
if (this.m == null) {
|
|
466
|
+
this.m = new PropertyEditorDataSource();
|
|
467
|
+
}
|
|
468
|
+
this.m.n = this.be;
|
|
469
|
+
}
|
|
470
|
+
if (this.properties == null || this.properties.count == 0) {
|
|
471
|
+
if (this.m.h != null) {
|
|
472
|
+
this.actualProperties = this.m.h;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
else {
|
|
476
|
+
if (this.properties != null && this.properties.count > 0) {
|
|
477
|
+
this.an();
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
break;
|
|
481
|
+
case "ComponentRenderer":
|
|
482
|
+
if (b != null) {
|
|
483
|
+
if (this.ab) {
|
|
484
|
+
this.ab = false;
|
|
485
|
+
b.removeTargetPropertyUpdatingListener(runOn(this, this.ap));
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
if (b != c) {
|
|
489
|
+
this.ah = true;
|
|
490
|
+
}
|
|
491
|
+
if (this.f == null) {
|
|
492
|
+
this.i = this.j;
|
|
493
|
+
}
|
|
494
|
+
else {
|
|
495
|
+
this.i = this.f.context;
|
|
496
|
+
}
|
|
497
|
+
break;
|
|
498
|
+
case "Target":
|
|
499
|
+
if (ComponentRenderer.defaultInstance != null && this.f == null) {
|
|
500
|
+
this.f = ComponentRenderer.defaultInstance;
|
|
501
|
+
}
|
|
502
|
+
break;
|
|
503
|
+
case "DescriptionContext":
|
|
504
|
+
if (this.f == null) {
|
|
505
|
+
this.i = c;
|
|
506
|
+
}
|
|
507
|
+
break;
|
|
508
|
+
case "ActualContext":
|
|
509
|
+
if (this.i == null) {
|
|
510
|
+
if (this.properties == null) {
|
|
511
|
+
this.actualProperties = null;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
if (this.i != null) {
|
|
515
|
+
if (this.m == null) {
|
|
516
|
+
this.m = new PropertyEditorDataSource();
|
|
517
|
+
}
|
|
518
|
+
this.m.b = this.i;
|
|
519
|
+
}
|
|
520
|
+
if (this.properties == null || this.properties.count == 0) {
|
|
521
|
+
if (this.m.h != null) {
|
|
522
|
+
this.actualProperties = this.m.h;
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
else {
|
|
526
|
+
if (this.properties != null && this.properties.count > 0) {
|
|
527
|
+
this.an();
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
break;
|
|
531
|
+
case "Properties":
|
|
532
|
+
this.actualProperties = this.properties;
|
|
533
|
+
break;
|
|
534
|
+
case "IsWrappingEnabled":
|
|
535
|
+
this.cl();
|
|
536
|
+
this.cj();
|
|
537
|
+
break;
|
|
538
|
+
case "IsHorizontal":
|
|
539
|
+
this.cl();
|
|
540
|
+
break;
|
|
541
|
+
case "ActualProperties":
|
|
542
|
+
if (this.l != null) {
|
|
543
|
+
let d = this.a1 != this.actualProperties;
|
|
544
|
+
this.a1 = this.actualProperties;
|
|
545
|
+
let e = this.actualProperties;
|
|
546
|
+
e = this.actualProperties.toArray();
|
|
547
|
+
let f = new LocalDataSource();
|
|
548
|
+
f.dataSource = e;
|
|
549
|
+
this.d = f;
|
|
550
|
+
this.br();
|
|
551
|
+
if (this.d != null) {
|
|
552
|
+
let g = this.d;
|
|
553
|
+
g.schemaChanged = delegateCombine(g.schemaChanged, runOn(this, this.b8));
|
|
554
|
+
}
|
|
555
|
+
if (d) {
|
|
556
|
+
this.cj();
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
break;
|
|
560
|
+
case "RowHeight":
|
|
561
|
+
if (this.l != null) {
|
|
562
|
+
this.av = this.az;
|
|
563
|
+
}
|
|
564
|
+
break;
|
|
565
|
+
case "CellTextStyle":
|
|
566
|
+
this.cd();
|
|
567
|
+
break;
|
|
568
|
+
case "BackgroundColor":
|
|
569
|
+
case "TextColor":
|
|
570
|
+
this.cd();
|
|
571
|
+
break;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
an() {
|
|
575
|
+
let a = this.aj;
|
|
576
|
+
this.aj = true;
|
|
577
|
+
let b = false;
|
|
578
|
+
for (let c of fromEnum(this.properties)) {
|
|
579
|
+
let d = c.a3;
|
|
580
|
+
if (this.m != null) {
|
|
581
|
+
let e = this.m.e(d, false);
|
|
582
|
+
if (e != null) {
|
|
583
|
+
if (c.z(e)) {
|
|
584
|
+
b = true;
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
if (b) {
|
|
590
|
+
this.cj();
|
|
591
|
+
}
|
|
592
|
+
else if (this.l != null) {
|
|
593
|
+
this.cd();
|
|
594
|
+
}
|
|
595
|
+
this.aj = a;
|
|
596
|
+
return b;
|
|
597
|
+
}
|
|
598
|
+
cd() {
|
|
599
|
+
if (!this.ai && this.k != null) {
|
|
600
|
+
this.ai = true;
|
|
601
|
+
this.k.enqueueAction(runOn(this, this.bt));
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
bt() {
|
|
605
|
+
this.aq.clear();
|
|
606
|
+
this.ai = false;
|
|
607
|
+
if (this.ar == null) {
|
|
608
|
+
this.ar = new List$1(List$1.$.specialize(NativeUIComponent.$), 0);
|
|
609
|
+
}
|
|
610
|
+
if (this.d == null) {
|
|
611
|
+
return;
|
|
612
|
+
}
|
|
613
|
+
let a = this.d.actualCount;
|
|
614
|
+
let b = new ToolActionCollection();
|
|
615
|
+
for (let c = 0; c < a; c++) {
|
|
616
|
+
let d = this.d.getItemAtIndex(c);
|
|
617
|
+
let e = this.u(d);
|
|
618
|
+
if (e == null) {
|
|
619
|
+
continue;
|
|
620
|
+
}
|
|
621
|
+
b.add(e);
|
|
622
|
+
}
|
|
623
|
+
this.ck(b);
|
|
624
|
+
}
|
|
625
|
+
ck(a) {
|
|
626
|
+
this.l.bu = a;
|
|
627
|
+
}
|
|
628
|
+
a4(a) {
|
|
629
|
+
if (a == null) {
|
|
630
|
+
return null;
|
|
631
|
+
}
|
|
632
|
+
let b = new List$1(PropertyEditorPanelComboBoxBridgeItem.$, 0);
|
|
633
|
+
for (let c = 0; c < a.length; c++) {
|
|
634
|
+
b.add(((() => {
|
|
635
|
+
let $ret = new PropertyEditorPanelComboBoxBridgeItem();
|
|
636
|
+
$ret.label = a[c];
|
|
637
|
+
return $ret;
|
|
638
|
+
})()));
|
|
639
|
+
}
|
|
640
|
+
return b;
|
|
641
|
+
}
|
|
642
|
+
c(a) {
|
|
643
|
+
return a.c;
|
|
644
|
+
}
|
|
645
|
+
bm(a) {
|
|
646
|
+
if (a.az != null) {
|
|
647
|
+
return a.az;
|
|
648
|
+
}
|
|
649
|
+
if (a.a3 != null) {
|
|
650
|
+
return a.a3;
|
|
651
|
+
}
|
|
652
|
+
return a.az;
|
|
653
|
+
}
|
|
654
|
+
u(a) {
|
|
655
|
+
let b = a;
|
|
656
|
+
let c = null;
|
|
657
|
+
switch (b.w) {
|
|
658
|
+
case 0: break;
|
|
659
|
+
case 19:
|
|
660
|
+
case 1:
|
|
661
|
+
let d = new ToolActionNumberInput();
|
|
662
|
+
d.hz = b.ar != null ? b.ar : NaN;
|
|
663
|
+
d.fb = this.bm(b);
|
|
664
|
+
c = d;
|
|
665
|
+
if (b.a4 != null) {
|
|
666
|
+
c.e5 = b.a4;
|
|
667
|
+
}
|
|
668
|
+
break;
|
|
669
|
+
case 4:
|
|
670
|
+
case 5:
|
|
671
|
+
let e = new ToolActionColorEditor();
|
|
672
|
+
e.h3 = CSSColorUtil.g(b.ar);
|
|
673
|
+
e.fb = this.bm(b);
|
|
674
|
+
c = e;
|
|
675
|
+
if (b.a4 != null) {
|
|
676
|
+
c.e5 = b.a4;
|
|
677
|
+
}
|
|
678
|
+
break;
|
|
679
|
+
case 11:
|
|
680
|
+
case 12:
|
|
681
|
+
case 13:
|
|
682
|
+
case 14:
|
|
683
|
+
case 2:
|
|
684
|
+
case 3:
|
|
685
|
+
case 6:
|
|
686
|
+
case 23:
|
|
687
|
+
let f = new ToolActionTextInput();
|
|
688
|
+
f.hz = b.ar;
|
|
689
|
+
f.fb = this.bm(b);
|
|
690
|
+
c = f;
|
|
691
|
+
if (b.a4 != null) {
|
|
692
|
+
c.e5 = b.a4;
|
|
693
|
+
}
|
|
694
|
+
break;
|
|
695
|
+
case 7:
|
|
696
|
+
let g = new ToolActionCheckbox();
|
|
697
|
+
g.hy = b.ar != null ? b.ar : false;
|
|
698
|
+
g.fb = this.bm(b);
|
|
699
|
+
c = g;
|
|
700
|
+
if (b.a4 != null) {
|
|
701
|
+
c.e5 = b.a4;
|
|
702
|
+
}
|
|
703
|
+
break;
|
|
704
|
+
case 8:
|
|
705
|
+
case 9:
|
|
706
|
+
case 10:
|
|
707
|
+
case 16:
|
|
708
|
+
case 17:
|
|
709
|
+
case 18:
|
|
710
|
+
case 22: return null;
|
|
711
|
+
case 15:
|
|
712
|
+
let h = new ToolActionCombo();
|
|
713
|
+
h.itemsSource = this.a4(this.c(b));
|
|
714
|
+
h.fb = this.bm(b);
|
|
715
|
+
c = h;
|
|
716
|
+
if (b.a4 != null) {
|
|
717
|
+
c.e5 = b.a4;
|
|
718
|
+
}
|
|
719
|
+
if (b.ar != null) {
|
|
720
|
+
h.hx = new LayoutSelectedItemsCollection();
|
|
721
|
+
h.hx.add1(b.ar);
|
|
722
|
+
}
|
|
723
|
+
break;
|
|
724
|
+
case 20:
|
|
725
|
+
let i = new ToolActionButton();
|
|
726
|
+
i.fb = this.bm(b);
|
|
727
|
+
if (b.ar != null && typeof b.ar === 'string') {
|
|
728
|
+
i.fb = b.ar;
|
|
729
|
+
}
|
|
730
|
+
c = i;
|
|
731
|
+
if (b.a4 != null) {
|
|
732
|
+
c.e5 = b.a4;
|
|
733
|
+
}
|
|
734
|
+
break;
|
|
735
|
+
case 24:
|
|
736
|
+
let j = new ToolActionSeparator();
|
|
737
|
+
j.hz = 5;
|
|
738
|
+
c = j;
|
|
739
|
+
break;
|
|
740
|
+
case 25:
|
|
741
|
+
let k = new ToolActionGroupHeader();
|
|
742
|
+
c = k;
|
|
743
|
+
c.fb = this.bm(b);
|
|
744
|
+
if (b.a4 != null) {
|
|
745
|
+
c.e5 = b.a4;
|
|
746
|
+
}
|
|
747
|
+
break;
|
|
748
|
+
default: return null;
|
|
749
|
+
}
|
|
750
|
+
let l = this.bl(b.a3);
|
|
751
|
+
if (l == null) {
|
|
752
|
+
l = b.a0;
|
|
753
|
+
}
|
|
754
|
+
if (l == null) {
|
|
755
|
+
let m = this.aj;
|
|
756
|
+
this.aj = true;
|
|
757
|
+
b.a0 = Guid.newGuid().toString();
|
|
758
|
+
l = b.a0;
|
|
759
|
+
this.aj = m;
|
|
760
|
+
}
|
|
761
|
+
if (c == null) {
|
|
762
|
+
return null;
|
|
763
|
+
}
|
|
764
|
+
c.er = this.be + "_" + l;
|
|
765
|
+
this.aq.item(c.er, b);
|
|
766
|
+
return c;
|
|
767
|
+
}
|
|
768
|
+
bl(a) {
|
|
769
|
+
if (a == null) {
|
|
770
|
+
return null;
|
|
771
|
+
}
|
|
772
|
+
return stringReplace(stringReplace(stringReplace(stringReplace(stringReplace(a, ".", "__dot__"), "[", "__ob__"), "]", "__cb__"), " ", "__sp__"), "*", "__star__");
|
|
773
|
+
}
|
|
774
|
+
b8(a, b) {
|
|
775
|
+
this.ad = true;
|
|
776
|
+
this.br();
|
|
777
|
+
this.ad = false;
|
|
778
|
+
}
|
|
779
|
+
cj() {
|
|
780
|
+
if (this.l == null) {
|
|
781
|
+
return;
|
|
782
|
+
}
|
|
783
|
+
this.cd();
|
|
784
|
+
this.p.r();
|
|
785
|
+
}
|
|
786
|
+
cs() {
|
|
787
|
+
if (this.l != null) {
|
|
788
|
+
return this.l.bg(new Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY));
|
|
789
|
+
}
|
|
790
|
+
else {
|
|
791
|
+
return new Size(1, 0, 0);
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
a2(a) {
|
|
795
|
+
return a.i;
|
|
796
|
+
}
|
|
797
|
+
b7(a) {
|
|
798
|
+
if (this.a3 != null && this.f != null) {
|
|
799
|
+
if (this.o == 2) {
|
|
800
|
+
let b = this.a();
|
|
801
|
+
let c = this.a2(this.a3);
|
|
802
|
+
if (typeCast(IAcceptsDataSeriesToDescriptionCustomizations_$type, c) !== null) {
|
|
803
|
+
c.onCustomizationsChanged(b);
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
else {
|
|
807
|
+
if (this.ah) {
|
|
808
|
+
this.ab = true;
|
|
809
|
+
this.ah = false;
|
|
810
|
+
this.f.addTargetPropertyUpdatingListener(runOn(this, this.ap));
|
|
811
|
+
}
|
|
812
|
+
let d = this.a5 == null;
|
|
813
|
+
this.a5 = this.bg();
|
|
814
|
+
if (d) {
|
|
815
|
+
this.p.q(this.a3, (e) => this.f.loadJsonOverlay(this.a5, (f) => e, (f) => this.a3));
|
|
816
|
+
}
|
|
817
|
+
else {
|
|
818
|
+
this.p.q(this.a3, (e) => this.f.loadJsonDelta(this.a5, (f) => e, false));
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
a() {
|
|
824
|
+
let a = this.actualProperties;
|
|
825
|
+
let b = new PropertyEditorTreeTransformer(this.i, this.be, true);
|
|
826
|
+
this.bu(a, "", b, this.be);
|
|
827
|
+
return b.a();
|
|
828
|
+
}
|
|
829
|
+
static b(a, b, c) {
|
|
830
|
+
let d = new PropertyEditorTreeTransformer(a, b, true);
|
|
831
|
+
PropertyEditorPanel.bv(c, "", d, b);
|
|
832
|
+
return d.a();
|
|
833
|
+
}
|
|
834
|
+
ap(a, b, c) {
|
|
835
|
+
let d = this.actualProperties;
|
|
836
|
+
for (let e = 0; e < d.count; e++) {
|
|
837
|
+
let f = d._inner[e].a3;
|
|
838
|
+
if (this.ao(f, a)) {
|
|
839
|
+
d._inner[e].a9(a, b, c);
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
if (this.al) {
|
|
843
|
+
return true;
|
|
844
|
+
}
|
|
845
|
+
return false;
|
|
846
|
+
}
|
|
847
|
+
ao(a, b) {
|
|
848
|
+
if (a == null && b == null) {
|
|
849
|
+
return true;
|
|
850
|
+
}
|
|
851
|
+
if (a == null) {
|
|
852
|
+
return false;
|
|
853
|
+
}
|
|
854
|
+
if (b == null) {
|
|
855
|
+
return false;
|
|
856
|
+
}
|
|
857
|
+
let c = stringSplit(a, ['.', '['], 0);
|
|
858
|
+
let d = stringSplit(b, ['.', '['], 0);
|
|
859
|
+
if (c.length != d.length) {
|
|
860
|
+
return false;
|
|
861
|
+
}
|
|
862
|
+
for (let e = 0; e < c.length; e++) {
|
|
863
|
+
let f = c[e];
|
|
864
|
+
let g = d[e];
|
|
865
|
+
if (stringContains(f, "]")) {
|
|
866
|
+
if (!stringContains(g, "]")) {
|
|
867
|
+
return false;
|
|
868
|
+
}
|
|
869
|
+
g = stringReplace(g, "]", "");
|
|
870
|
+
let h = this.as(f);
|
|
871
|
+
if (!h.contains(g)) {
|
|
872
|
+
return false;
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
else {
|
|
876
|
+
if (!Base.equalsStatic(f, g)) {
|
|
877
|
+
return false;
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
return true;
|
|
882
|
+
}
|
|
883
|
+
as(a) {
|
|
884
|
+
let b = new List$1(String_$type, 0);
|
|
885
|
+
if (stringContains(a, "]")) {
|
|
886
|
+
a = stringReplace(a, "]", "");
|
|
887
|
+
let c = a.split(',');
|
|
888
|
+
for (let d = 0; d < c.length; d++) {
|
|
889
|
+
let e = c[d];
|
|
890
|
+
if (stringContains(e, "as")) {
|
|
891
|
+
let f = e.indexOf("as");
|
|
892
|
+
let g = e.substr(0, f).trim();
|
|
893
|
+
b.add(g);
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
return b;
|
|
897
|
+
}
|
|
898
|
+
b.add(a);
|
|
899
|
+
return b;
|
|
900
|
+
}
|
|
901
|
+
bg() {
|
|
902
|
+
if (this.actualProperties == null) {
|
|
903
|
+
return null;
|
|
904
|
+
}
|
|
905
|
+
let a = this.actualProperties;
|
|
906
|
+
let b = new PropertyEditorTreeTransformer(this.i, this.be, false);
|
|
907
|
+
this.bu(a, "", b, this.be);
|
|
908
|
+
return b.j();
|
|
909
|
+
}
|
|
910
|
+
bu(a, b, c, d) {
|
|
911
|
+
for (let e = 0; e < a.count; e++) {
|
|
912
|
+
let f = a._inner[e];
|
|
913
|
+
let g = f.ac;
|
|
914
|
+
let h = f.w;
|
|
915
|
+
let i = f.m;
|
|
916
|
+
let j = f.i;
|
|
917
|
+
let k = f.ar;
|
|
918
|
+
if (g) {
|
|
919
|
+
h = f.v;
|
|
920
|
+
i = f.l;
|
|
921
|
+
j = f.h;
|
|
922
|
+
k = f.ap;
|
|
923
|
+
}
|
|
924
|
+
if (h == 20 || h == 25 || h == 24) {
|
|
925
|
+
continue;
|
|
926
|
+
}
|
|
927
|
+
if (i != null && i.count > 0) {
|
|
928
|
+
for (let l = 0; l < i.count; l++) {
|
|
929
|
+
let m = i._inner[l];
|
|
930
|
+
let n = b + f.a3 + "[" + l + "]";
|
|
931
|
+
this.bu(m.a, n, c, m.b);
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
else if (j != null) {
|
|
935
|
+
let o = b + f.a3;
|
|
936
|
+
this.bu(j.a, o, c, j.b);
|
|
937
|
+
}
|
|
938
|
+
else {
|
|
939
|
+
if (h == 15 && k == null) {
|
|
940
|
+
continue;
|
|
941
|
+
}
|
|
942
|
+
c.k(b + f.a3, k, d);
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
static bv(a, b, c, d) {
|
|
947
|
+
for (let e = 0; e < a.length; e++) {
|
|
948
|
+
let f = a[e];
|
|
949
|
+
let g = f.useCoercedValue;
|
|
950
|
+
let h = f.valueType;
|
|
951
|
+
let i = f.complexValues;
|
|
952
|
+
let j = f.complexValue;
|
|
953
|
+
let k = f.primitiveValue;
|
|
954
|
+
if (g) {
|
|
955
|
+
h = f.coercedValueType;
|
|
956
|
+
i = f.coercedComplexValues;
|
|
957
|
+
j = f.coercedComplexValue;
|
|
958
|
+
k = f.coercedPrimitiveValue;
|
|
959
|
+
}
|
|
960
|
+
let l = 0;
|
|
961
|
+
let m = EnumUtil.tryParse$1(PropertyEditorValueType_$type, h, true, l);
|
|
962
|
+
l = m.p2;
|
|
963
|
+
if (l == 20 || l == 25 || l == 24) {
|
|
964
|
+
continue;
|
|
965
|
+
}
|
|
966
|
+
if (i != null && i.length > 0) {
|
|
967
|
+
for (let n = 0; n < i.length; n++) {
|
|
968
|
+
let o = i[n];
|
|
969
|
+
let p = b + f.propertyPath + "[" + n + "]";
|
|
970
|
+
PropertyEditorPanel.bv(o.properties, p, c, o.descriptionType);
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
else if (j != null) {
|
|
974
|
+
let q = b + f.propertyPath;
|
|
975
|
+
PropertyEditorPanel.bv(j.properties, q, c, j.descriptionType);
|
|
976
|
+
}
|
|
977
|
+
else {
|
|
978
|
+
c.k(b + f.propertyPath, k, d);
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
b1(a, b, c) {
|
|
983
|
+
if (this.l != null) {
|
|
984
|
+
this.cd();
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
by() {
|
|
988
|
+
if (this.l != null) {
|
|
989
|
+
this.cd();
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
bz(a, b) {
|
|
993
|
+
if (this.l != null) {
|
|
994
|
+
this.cd();
|
|
995
|
+
}
|
|
996
|
+
;
|
|
997
|
+
}
|
|
998
|
+
b0(a, b) {
|
|
999
|
+
if (this.l != null) {
|
|
1000
|
+
this.cd();
|
|
1001
|
+
}
|
|
1002
|
+
;
|
|
1003
|
+
}
|
|
1004
|
+
get i() {
|
|
1005
|
+
return this.g;
|
|
1006
|
+
}
|
|
1007
|
+
set i(a) {
|
|
1008
|
+
let b = this.g;
|
|
1009
|
+
this.g = a;
|
|
1010
|
+
this.b6("ActualContext", b, this.g);
|
|
1011
|
+
}
|
|
1012
|
+
get j() {
|
|
1013
|
+
return this.h;
|
|
1014
|
+
}
|
|
1015
|
+
set j(a) {
|
|
1016
|
+
let b = this.h;
|
|
1017
|
+
this.h = a;
|
|
1018
|
+
this.b6("DescriptionContext", b, this.h);
|
|
1019
|
+
}
|
|
1020
|
+
get f() {
|
|
1021
|
+
return this.e;
|
|
1022
|
+
}
|
|
1023
|
+
set f(a) {
|
|
1024
|
+
let b = this.e;
|
|
1025
|
+
this.e = a;
|
|
1026
|
+
this.b6("ComponentRenderer", b, this.e);
|
|
1027
|
+
}
|
|
1028
|
+
get a3() {
|
|
1029
|
+
return this.a0;
|
|
1030
|
+
}
|
|
1031
|
+
set a3(a) {
|
|
1032
|
+
let b = this.a0;
|
|
1033
|
+
this.a0 = a;
|
|
1034
|
+
this.b6("Target", b, this.a0);
|
|
1035
|
+
}
|
|
1036
|
+
get be() {
|
|
1037
|
+
return this.a6;
|
|
1038
|
+
}
|
|
1039
|
+
set be(a) {
|
|
1040
|
+
let b = this.a6;
|
|
1041
|
+
this.a6 = a;
|
|
1042
|
+
this.b6("DescriptionType", b, this.a6);
|
|
1043
|
+
}
|
|
1044
|
+
get ak() {
|
|
1045
|
+
return this.ae;
|
|
1046
|
+
}
|
|
1047
|
+
set ak(a) {
|
|
1048
|
+
let b = this.ae;
|
|
1049
|
+
this.ae = a;
|
|
1050
|
+
this.b6("IsHorizontal", b, this.ae);
|
|
1051
|
+
}
|
|
1052
|
+
get am() {
|
|
1053
|
+
return this.ag;
|
|
1054
|
+
}
|
|
1055
|
+
set am(a) {
|
|
1056
|
+
let b = this.ag;
|
|
1057
|
+
this.ag = a;
|
|
1058
|
+
this.b6("IsWrappingEnabled", b, this.ag);
|
|
1059
|
+
}
|
|
1060
|
+
get al() {
|
|
1061
|
+
return this.af;
|
|
1062
|
+
}
|
|
1063
|
+
set al(a) {
|
|
1064
|
+
let b = this.af;
|
|
1065
|
+
this.af = a;
|
|
1066
|
+
this.b6("IsIndirectModeEnabled", b, this.af);
|
|
1067
|
+
}
|
|
1068
|
+
static { this.cp = BrushUtil.l(255, 248, 248, 248); }
|
|
1069
|
+
get co() {
|
|
1070
|
+
return this.cm;
|
|
1071
|
+
}
|
|
1072
|
+
set co(a) {
|
|
1073
|
+
let b = this.cm;
|
|
1074
|
+
this.cm = a;
|
|
1075
|
+
if (b != this.cm) {
|
|
1076
|
+
this.b6("BackgroundColor", b, a);
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
static { this.cq = BrushUtil.l(255, 24, 29, 31); }
|
|
1080
|
+
get cr() {
|
|
1081
|
+
return this.cn;
|
|
1082
|
+
}
|
|
1083
|
+
set cr(a) {
|
|
1084
|
+
let b = this.cn;
|
|
1085
|
+
this.cn = a;
|
|
1086
|
+
if (b != this.cn) {
|
|
1087
|
+
this.b6("TextColor", b, a);
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
br() {
|
|
1091
|
+
let a = this.d;
|
|
1092
|
+
if (null != a) {
|
|
1093
|
+
if (null == a.actualSchema) {
|
|
1094
|
+
this.ax = -1;
|
|
1095
|
+
return;
|
|
1096
|
+
}
|
|
1097
|
+
let b = a.actualCount;
|
|
1098
|
+
this.ax = b;
|
|
1099
|
+
}
|
|
1100
|
+
else {
|
|
1101
|
+
this.ax = -1;
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
export { PropertyEditorPanel };
|