igniteui-angular-core 18.2.0 → 19.0.1
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/bundles/igniteui-angular-core.umd.js +12567 -12110
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/ButtonDescription.js +479 -471
- package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
- package/esm2015/lib/ComponentRendererReferenceResolverEventArgs.js +33 -0
- package/esm2015/lib/ComponentRenderer_combined.js +589 -556
- package/esm2015/lib/ComponentSizeHelpers.js +53 -0
- package/esm2015/lib/DOMExecutionContext.js +10 -4
- package/esm2015/lib/DescriptionTreeReconciler.js +48 -46
- package/esm2015/lib/FunnelChartDescription.js +130 -114
- package/esm2015/lib/FunnelChartDescriptionMetadata.js +4 -0
- package/esm2015/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +22 -30
- package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +39 -0
- package/esm2015/lib/GridBridge.js +2 -2
- package/esm2015/lib/IDataSeriesAdapterRule_combined.js +14 -6
- package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm2015/lib/{WebValidatorHandlerDescription.js → ListPanelContentRebindEventArgsDescription.js} +13 -5
- package/esm2015/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgsDescription.js +34 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/ListPanelDescription.js +54 -38
- package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +7 -1
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +18 -12
- package/esm2015/lib/NativeUIButtonGroup.js +2 -2
- package/esm2015/lib/NativeUICheckbox.js +8 -8
- package/esm2015/lib/NativeUICheckboxList.js +14 -14
- package/esm2015/lib/NativeUICombo.js +6 -6
- package/esm2015/lib/NativeUIElementBridge.js +2 -2
- package/esm2015/lib/NativeUIGrid.js +2 -2
- package/esm2015/lib/NativeUIIcon.js +4 -4
- package/esm2015/lib/NativeUIIconButton.js +16 -16
- package/esm2015/lib/NativeUIInput.js +14 -14
- package/esm2015/lib/NativeUIPopup.js +4 -4
- package/esm2015/lib/NativeUISlider.js +14 -14
- package/esm2015/lib/ScrollbarStyle.js +5 -1
- package/esm2015/lib/ScrollerView_combined.js +12 -0
- package/esm2015/lib/ToolActionButtonDescription.js +6 -6
- package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionButtonPairDescription.js +104 -104
- package/esm2015/lib/ToolActionButtonPairInfoDescription.js +43 -43
- package/esm2015/lib/ToolActionCheckboxDescription.js +23 -23
- package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionCheckboxListDescription.js +21 -21
- package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +15 -15
- package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionComboDescription.js +11 -11
- package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm2015/lib/ToolActionDescription.js +172 -156
- package/esm2015/lib/ToolActionDescriptionMetadata.js +2 -0
- package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm2015/lib/ToolActionIconButtonDescription.js +29 -29
- package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionInfoDescription.js +74 -58
- package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +2 -0
- package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioDescription.js +30 -30
- package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
- package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolPanelDescription.js +251 -235
- package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
- package/esm2015/lib/ToolbarDescription.js +165 -149
- package/esm2015/lib/ToolbarDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebAvatarDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebButtonDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCarouselDescriptionMetadata.js +2 -2
- package/esm2015/lib/WebCheckboxBaseDescription.js +31 -23
- package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebCheckboxDescription.js +3 -3
- package/esm2015/lib/WebColumnDescription.js +146 -138
- package/esm2015/lib/WebColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebColumnGroupDescription.js +12 -12
- package/esm2015/lib/WebComboDescription.js +59 -51
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDatePickerDescription.js +56 -48
- package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
- package/esm2015/lib/WebDockManagerDescription.js +31 -23
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +3 -2
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/WebIconButtonDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebInputBaseDescription.js +24 -16
- package/esm2015/lib/WebInputBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebInputDescription.js +36 -36
- package/esm2015/lib/WebInputDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebLinearProgressDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebMaskInputBaseDescription.js +3 -3
- package/esm2015/lib/WebMaskInputDescription.js +10 -10
- package/esm2015/lib/WebNavDrawerDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRadioDescription.js +31 -23
- package/esm2015/lib/WebRadioDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebRadioGroupDescription.js +12 -4
- package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -1
- package/esm2015/lib/WebRatingDescription.js +22 -14
- package/esm2015/lib/WebRatingDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSelectDescription.js +43 -35
- package/esm2015/lib/WebSelectDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebSliderDescription.js +17 -9
- package/esm2015/lib/WebSliderDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescriptionMetadata.js +4 -4
- package/esm2015/lib/WebTabsDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebTextareaDescription.js +45 -37
- package/esm2015/lib/WebTextareaDescriptionMetadata.js +5 -4
- package/esm2015/lib/angular-renderer.js +21 -1
- package/esm2015/lib/igx-component-renderer-container-component.js +5 -1
- package/esm2015/lib/type.js +3 -2
- package/esm2015/public_api.js +8 -7
- package/esm5/lib/ButtonDescription.js +483 -471
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
- package/esm5/lib/ComponentRendererReferenceResolverEventArgs.js +43 -0
- package/esm5/lib/ComponentRenderer_combined.js +588 -555
- package/esm5/lib/ComponentSizeHelpers.js +57 -0
- package/esm5/lib/DOMExecutionContext.js +14 -4
- package/esm5/lib/DescriptionTreeReconciler.js +48 -46
- package/esm5/lib/FunnelChartDescription.js +137 -113
- package/esm5/lib/FunnelChartDescriptionMetadata.js +4 -0
- package/esm5/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +23 -35
- package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +43 -0
- package/esm5/lib/GridBridge.js +2 -2
- package/esm5/lib/IDataSeriesAdapterRule_combined.js +14 -6
- package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm5/lib/ListPanelContentRebindEventArgsDescription.js +44 -0
- package/esm5/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/ListPanelContentRecycledEventArgsDescription.js +44 -0
- package/esm5/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/ListPanelDescription.js +62 -38
- package/esm5/lib/ListPanelDescriptionMetadata_combined.js +7 -1
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +17 -7
- package/esm5/lib/NativeUIButtonGroup.js +2 -2
- package/esm5/lib/NativeUICheckbox.js +8 -8
- package/esm5/lib/NativeUICheckboxList.js +14 -14
- package/esm5/lib/NativeUICombo.js +6 -6
- package/esm5/lib/NativeUIElementBridge.js +2 -2
- package/esm5/lib/NativeUIGrid.js +2 -2
- package/esm5/lib/NativeUIIcon.js +4 -4
- package/esm5/lib/NativeUIIconButton.js +8 -8
- package/esm5/lib/NativeUIInput.js +14 -14
- package/esm5/lib/NativeUIPopup.js +4 -4
- package/esm5/lib/NativeUISlider.js +14 -14
- package/esm5/lib/ScrollbarStyle.js +5 -1
- package/esm5/lib/ScrollerView_combined.js +12 -0
- package/esm5/lib/ToolActionButtonDescription.js +6 -6
- package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm5/lib/ToolActionButtonPairDescription.js +104 -104
- package/esm5/lib/ToolActionButtonPairInfoDescription.js +43 -43
- package/esm5/lib/ToolActionCheckboxDescription.js +23 -23
- package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm5/lib/ToolActionCheckboxListDescription.js +21 -21
- package/esm5/lib/ToolActionCheckboxListInfoDescription.js +15 -15
- package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm5/lib/ToolActionComboDescription.js +11 -11
- package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm5/lib/ToolActionDescription.js +180 -156
- package/esm5/lib/ToolActionDescriptionMetadata.js +2 -0
- package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm5/lib/ToolActionIconButtonDescription.js +29 -29
- package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm5/lib/ToolActionInfoDescription.js +81 -57
- package/esm5/lib/ToolActionInfoDescriptionMetadata.js +2 -0
- package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm5/lib/ToolActionRadioDescription.js +30 -30
- package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm5/lib/ToolActionTextInputDescription.js +3 -3
- package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm5/lib/ToolPanelDescription.js +259 -235
- package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
- package/esm5/lib/ToolbarDescription.js +173 -149
- package/esm5/lib/ToolbarDescriptionMetadata.js +3 -0
- package/esm5/lib/WebAvatarDescriptionMetadata.js +1 -1
- package/esm5/lib/WebButtonDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCarouselDescriptionMetadata.js +2 -2
- package/esm5/lib/WebCheckboxBaseDescription.js +35 -23
- package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
- package/esm5/lib/WebCheckboxDescription.js +3 -3
- package/esm5/lib/WebColumnDescription.js +150 -138
- package/esm5/lib/WebColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebColumnGroupDescription.js +12 -12
- package/esm5/lib/WebComboDescription.js +63 -51
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDatePickerDescription.js +60 -48
- package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDateTimeInputDescription.js +25 -25
- package/esm5/lib/WebDockManagerDescription.js +35 -23
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +3 -2
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/WebIconButtonDescriptionMetadata.js +1 -1
- package/esm5/lib/WebInputBaseDescription.js +28 -16
- package/esm5/lib/WebInputBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/WebInputDescription.js +36 -36
- package/esm5/lib/WebInputDescriptionMetadata.js +1 -1
- package/esm5/lib/WebLinearProgressDescriptionMetadata.js +1 -1
- package/esm5/lib/WebMaskInputBaseDescription.js +3 -3
- package/esm5/lib/WebMaskInputDescription.js +10 -10
- package/esm5/lib/WebNavDrawerDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRadioDescription.js +35 -23
- package/esm5/lib/WebRadioDescriptionMetadata.js +2 -1
- package/esm5/lib/WebRadioGroupDescription.js +15 -3
- package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -1
- package/esm5/lib/WebRatingDescription.js +26 -14
- package/esm5/lib/WebRatingDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSelectDescription.js +47 -35
- package/esm5/lib/WebSelectDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSliderBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/WebSliderDescription.js +21 -9
- package/esm5/lib/WebSliderDescriptionMetadata.js +1 -0
- package/esm5/lib/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescriptionMetadata.js +4 -4
- package/esm5/lib/WebTabsDescriptionMetadata.js +1 -1
- package/esm5/lib/WebTextareaDescription.js +49 -37
- package/esm5/lib/WebTextareaDescriptionMetadata.js +5 -4
- package/esm5/lib/angular-renderer.js +21 -2
- package/esm5/lib/igx-component-renderer-container-component.js +5 -1
- package/esm5/lib/type.js +6 -2
- package/esm5/public_api.js +8 -7
- package/fesm2015/igniteui-angular-core.js +11407 -11058
- package/fesm5/igniteui-angular-core.js +12560 -12104
- package/lib/ButtonDescription.d.ts +177 -174
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +26 -26
- package/lib/ComponentRendererReferenceResolverEventArgs.d.ts +13 -0
- package/lib/ComponentRenderer_combined.d.ts +115 -110
- package/lib/ComponentSizeHelpers.d.ts +15 -0
- package/lib/DOMExecutionContext.d.ts +3 -1
- package/lib/FunnelChartDescription.d.ts +46 -40
- package/lib/FunnelChartSelectedItemsChangedEventArgsDescription.d.ts +20 -0
- package/lib/{WebGridActionButtonDescriptionMetadata.d.ts → FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/IDataLegend.d.ts +1 -0
- package/lib/ILegendSeries.d.ts +1 -0
- package/lib/{WebValidatorHandlerDescription.d.ts → ListPanelContentRebindEventArgsDescription.d.ts} +4 -1
- package/lib/{WebValidatorHandlerDescriptionMetadata.d.ts → ListPanelContentRebindEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/ListPanelContentRecycledEventArgsDescription.d.ts +14 -0
- package/lib/{WebChildGridRowDescriptionMetadata.d.ts → ListPanelContentRecycledEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/ListPanelDescription.d.ts +19 -13
- package/lib/NativeUIBuiltInProperties.d.ts +49 -48
- package/lib/NativeUIButton.d.ts +12 -10
- package/lib/NativeUIIconButton.d.ts +6 -6
- package/lib/ScrollbarStyle.d.ts +5 -1
- package/lib/ToolActionButtonDescription.d.ts +2 -2
- package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
- package/lib/ToolActionButtonPairDescription.d.ts +37 -37
- package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
- package/lib/ToolActionCheckboxDescription.d.ts +9 -9
- package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
- package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
- package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
- package/lib/ToolActionColorEditorDescription.d.ts +1 -1
- package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
- package/lib/ToolActionComboDescription.d.ts +4 -4
- package/lib/ToolActionComboInfoDescription.d.ts +4 -4
- package/lib/ToolActionDescription.d.ts +60 -54
- package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
- package/lib/ToolActionIconButtonDescription.d.ts +11 -11
- package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
- package/lib/ToolActionIconMenuDescription.d.ts +3 -3
- package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
- package/lib/ToolActionInfoDescription.d.ts +28 -22
- package/lib/ToolActionNumberInputDescription.d.ts +1 -1
- package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
- package/lib/ToolActionRadioDescription.d.ts +11 -11
- package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
- package/lib/ToolActionTextInputDescription.d.ts +1 -1
- package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
- package/lib/ToolPanelDescription.d.ts +91 -85
- package/lib/ToolbarDescription.d.ts +59 -53
- package/lib/WebCheckboxBaseDescription.d.ts +12 -9
- package/lib/WebCheckboxDescription.d.ts +1 -1
- package/lib/WebColumnDescription.d.ts +53 -50
- package/lib/WebColumnGroupDescription.d.ts +4 -4
- package/lib/WebComboDescription.d.ts +21 -18
- package/lib/WebDatePickerDescription.d.ts +20 -17
- package/lib/WebDateTimeInputDescription.d.ts +9 -9
- package/lib/WebDockManagerDescription.d.ts +11 -8
- package/lib/WebInputBaseDescription.d.ts +9 -6
- package/lib/WebInputDescription.d.ts +13 -13
- package/lib/WebMaskInputBaseDescription.d.ts +1 -1
- package/lib/WebMaskInputDescription.d.ts +4 -4
- package/lib/WebRadioDescription.d.ts +12 -9
- package/lib/WebRadioGroupDescription.d.ts +4 -1
- package/lib/WebRatingDescription.d.ts +8 -5
- package/lib/WebSelectDescription.d.ts +16 -13
- package/lib/WebSliderDescription.d.ts +6 -3
- package/lib/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebTextareaDescription.d.ts +16 -13
- package/lib/angular-renderer.d.ts +2 -0
- package/lib/dom.d.ts +2 -0
- package/lib/type.d.ts +2 -1
- package/package.json +4 -4
- package/public_api.d.ts +8 -7
- package/esm2015/lib/WebChildGridRowDescriptionMetadata.js +0 -48
- package/esm2015/lib/WebChildGridRowDescriptionModule.js +0 -20
- package/esm2015/lib/WebGridActionButtonDescription.js +0 -66
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -47
- package/esm2015/lib/WebValidatorHandlerDescriptionMetadata.js +0 -39
- package/esm5/lib/WebChildGridRowDescriptionMetadata.js +0 -52
- package/esm5/lib/WebChildGridRowDescriptionModule.js +0 -24
- package/esm5/lib/WebGridActionButtonDescription.js +0 -92
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -51
- package/esm5/lib/WebValidatorHandlerDescription.js +0 -31
- package/esm5/lib/WebValidatorHandlerDescriptionMetadata.js +0 -43
- package/lib/WebChildGridRowDescription.d.ts +0 -24
- package/lib/WebChildGridRowDescriptionModule.d.ts +0 -9
- package/lib/WebGridActionButtonDescription.d.ts +0 -26
|
@@ -9,6 +9,7 @@ import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
|
9
9
|
import { TypeDescriptionCleanups } from "./TypeDescriptionCleanups";
|
|
10
10
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
11
11
|
import { List$1 } from "./List$1";
|
|
12
|
+
import { ComponentRendererReferenceResolverEventArgs } from "./ComponentRendererReferenceResolverEventArgs";
|
|
12
13
|
import { Description } from "./Description";
|
|
13
14
|
import { DescriptionTreeNode } from "./DescriptionTreeNode";
|
|
14
15
|
import { Queue$1 } from "./Queue$1";
|
|
@@ -44,34 +45,35 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
44
45
|
this._adapter = null;
|
|
45
46
|
this._context = null;
|
|
46
47
|
this._isProceedOnErrorEnabled = false;
|
|
47
|
-
this.j = null;
|
|
48
48
|
this.k = null;
|
|
49
|
+
this.l = null;
|
|
49
50
|
this._preserveKeyOrder = false;
|
|
50
51
|
this._allowNullForRemove = false;
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.a2 = new Dictionary$2(Base.$,
|
|
52
|
+
this.bf = new List$1(Delegate_$type, 0);
|
|
53
|
+
this.bh = new List$1(Delegate_$type, 0);
|
|
54
|
+
this.a2 = new Dictionary$2(Base.$, Description.$, 0);
|
|
54
55
|
this.a3 = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
this.az = new Dictionary$2(Base.$,
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
56
|
+
this.a4 = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
57
|
+
this.a1 = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
58
|
+
this.az = new Dictionary$2(Base.$, String_$type, 0);
|
|
59
|
+
this.a0 = new Dictionary$2(Base.$, Number_$type, 0);
|
|
60
|
+
this.ax = new Dictionary$2(Base.$, DescriptionTreeNode.$, 0);
|
|
61
|
+
this.a8 = new Dictionary$2(Base.$, ContainerState.$, 0);
|
|
62
|
+
this.a5 = new Dictionary$2(Base.$, Queue$1.$.specialize(Queue$1.$.specialize(DescriptionTreeAction.$)), 0);
|
|
63
|
+
this.ay = new Dictionary$2(Base.$, List$1.$.specialize(Delegate_$type), 0);
|
|
64
|
+
this.aw = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
65
|
+
this.a7 = new Dictionary$2(String_$type, DescriptionRef.$, 0);
|
|
66
|
+
this.a9 = new Dictionary$2(String_$type, Base.$, 0);
|
|
67
|
+
this.bb = new Dictionary$2(String_$type, Base.$, 0);
|
|
68
|
+
this.a6 = new Dictionary$2(Base.$, String_$type, 0);
|
|
69
|
+
this.bn = null;
|
|
70
|
+
this.bi = new List$1(Delegate_$type, 0);
|
|
71
|
+
this.ba = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
|
|
72
|
+
this.be = new List$1(Delegate_$type, 0);
|
|
68
73
|
this.bg = new List$1(Delegate_$type, 0);
|
|
69
|
-
this.
|
|
70
|
-
this.bd = new List$1(Delegate_$type, 0);
|
|
71
|
-
this.bf = new List$1(Delegate_$type, 0);
|
|
72
|
-
this.bc = null;
|
|
74
|
+
this.bd = null;
|
|
73
75
|
this._shouldNamespaceSystemRefValues = false;
|
|
74
|
-
let a = this.
|
|
76
|
+
let a = this.j();
|
|
75
77
|
this.adapter = a;
|
|
76
78
|
let adapter_ = this.adapter;
|
|
77
79
|
let b = (adapter_._platform);
|
|
@@ -82,8 +84,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
82
84
|
ComponentRenderer.platform = 2;
|
|
83
85
|
}
|
|
84
86
|
this.context = new TypeDescriptionContext(this.adapter, ComponentRenderer.platform);
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
+
this.k = new TypeDescriptionPropretyTransforms();
|
|
88
|
+
this.l = new TypeDescriptionCleanups();
|
|
87
89
|
}
|
|
88
90
|
static get defaultInstance() {
|
|
89
91
|
return ComponentRenderer._defaultInstance;
|
|
@@ -109,7 +111,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
109
111
|
set isProceedOnErrorEnabled(a) {
|
|
110
112
|
this._isProceedOnErrorEnabled = a;
|
|
111
113
|
}
|
|
112
|
-
|
|
114
|
+
j() {
|
|
113
115
|
return (new ComponentRendererAdapter());
|
|
114
116
|
}
|
|
115
117
|
toJson(a) {
|
|
@@ -120,7 +122,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
120
122
|
b.f("\"descriptions\": {");
|
|
121
123
|
b.i();
|
|
122
124
|
let d = true;
|
|
123
|
-
for (let e of fromEnum(this.
|
|
125
|
+
for (let e of fromEnum(this.ax.keys)) {
|
|
124
126
|
if (d) {
|
|
125
127
|
d = false;
|
|
126
128
|
}
|
|
@@ -128,7 +130,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
128
130
|
b.f(",");
|
|
129
131
|
}
|
|
130
132
|
let f = e;
|
|
131
|
-
let g = this.
|
|
133
|
+
let g = this.ax.item(e);
|
|
132
134
|
let h = "root";
|
|
133
135
|
h = a(f);
|
|
134
136
|
if (stringIsNullOrEmpty(h)) {
|
|
@@ -141,16 +143,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
141
143
|
b.f("");
|
|
142
144
|
b.h();
|
|
143
145
|
b.e("}");
|
|
144
|
-
if (this.
|
|
146
|
+
if (this.bb.count > 0) {
|
|
145
147
|
b.e(",");
|
|
146
148
|
}
|
|
147
149
|
b.f("");
|
|
148
|
-
if (this.
|
|
150
|
+
if (this.bb.count > 0) {
|
|
149
151
|
d = true;
|
|
150
152
|
b.f("refs: {");
|
|
151
153
|
b.i();
|
|
152
|
-
for (let i of fromEnum(this.
|
|
153
|
-
if (!this.
|
|
154
|
+
for (let i of fromEnum(this.bb.keys)) {
|
|
155
|
+
if (!this.r(i, this.bb.item(i))) {
|
|
154
156
|
continue;
|
|
155
157
|
}
|
|
156
158
|
if (d) {
|
|
@@ -159,7 +161,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
159
161
|
else {
|
|
160
162
|
b.f(",");
|
|
161
163
|
}
|
|
162
|
-
this.
|
|
164
|
+
this.ek(b, i, this.bb.item(i));
|
|
163
165
|
}
|
|
164
166
|
b.f("");
|
|
165
167
|
b.h();
|
|
@@ -169,12 +171,12 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
169
171
|
b.f("}");
|
|
170
172
|
return b.toString();
|
|
171
173
|
}
|
|
172
|
-
|
|
174
|
+
ek(a, b, c) {
|
|
173
175
|
a.e("\"" + b + "\": ");
|
|
174
|
-
this.
|
|
176
|
+
this.el(a, c);
|
|
175
177
|
}
|
|
176
|
-
|
|
177
|
-
if (this.
|
|
178
|
+
el(a, b) {
|
|
179
|
+
if (this.aa(b)) {
|
|
178
180
|
if (typeof b === 'string') {
|
|
179
181
|
a.e(b == null ? "null" : "\"" + b.toString() + "\"");
|
|
180
182
|
}
|
|
@@ -215,7 +217,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
215
217
|
a.e("null");
|
|
216
218
|
return;
|
|
217
219
|
}
|
|
218
|
-
if (this.
|
|
220
|
+
if (this.x(b)) {
|
|
219
221
|
a.f("[");
|
|
220
222
|
a.i();
|
|
221
223
|
let c = new DataSourceLocalDataProvider();
|
|
@@ -224,7 +226,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
224
226
|
if (d > 0) {
|
|
225
227
|
a.f(",");
|
|
226
228
|
}
|
|
227
|
-
this.
|
|
229
|
+
this.ej(a, c, d);
|
|
228
230
|
}
|
|
229
231
|
a.f("");
|
|
230
232
|
a.h();
|
|
@@ -234,11 +236,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
234
236
|
let e = [b];
|
|
235
237
|
let f = new DataSourceLocalDataProvider();
|
|
236
238
|
f.dataSource = e;
|
|
237
|
-
this.
|
|
239
|
+
this.ej(a, f, 0);
|
|
238
240
|
}
|
|
239
241
|
}
|
|
240
242
|
}
|
|
241
|
-
|
|
243
|
+
aa(a) {
|
|
242
244
|
if (typeof a === 'string') {
|
|
243
245
|
return true;
|
|
244
246
|
}
|
|
@@ -253,7 +255,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
253
255
|
}
|
|
254
256
|
return false;
|
|
255
257
|
}
|
|
256
|
-
|
|
258
|
+
x(a) {
|
|
257
259
|
if (typeCast(Array_$type, a) !== null) {
|
|
258
260
|
return true;
|
|
259
261
|
}
|
|
@@ -262,7 +264,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
262
264
|
}
|
|
263
265
|
return false;
|
|
264
266
|
}
|
|
265
|
-
|
|
267
|
+
ej(a, b, c) {
|
|
266
268
|
a.f("{");
|
|
267
269
|
a.i();
|
|
268
270
|
let d = b.actualSchema;
|
|
@@ -298,14 +300,14 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
298
300
|
a.e("\"" + (v_.toJSON()) + "\"");
|
|
299
301
|
break;
|
|
300
302
|
case 11:
|
|
301
|
-
this.
|
|
303
|
+
this.el(a, g);
|
|
302
304
|
break;
|
|
303
305
|
}
|
|
304
306
|
}
|
|
305
307
|
a.h();
|
|
306
308
|
a.f("}");
|
|
307
309
|
}
|
|
308
|
-
|
|
310
|
+
r(a, b) {
|
|
309
311
|
if (b == null) {
|
|
310
312
|
return true;
|
|
311
313
|
}
|
|
@@ -325,23 +327,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
325
327
|
return null;
|
|
326
328
|
}
|
|
327
329
|
let h = DescriptionTreeBuilder.createTree(this.context, g.result);
|
|
328
|
-
let i = this.
|
|
330
|
+
let i = this.a8.item(b);
|
|
329
331
|
if (h.c("Type")) {
|
|
330
332
|
let j = h.a("Type").b;
|
|
331
|
-
return this.
|
|
333
|
+
return this.b8(j, h, b, i, true, -1, null);
|
|
332
334
|
}
|
|
333
335
|
else {
|
|
334
|
-
return this.
|
|
336
|
+
return this.b7(typeCast(JsonDictionaryObject.$, d));
|
|
335
337
|
}
|
|
336
338
|
}
|
|
337
339
|
loadJson(a, b) {
|
|
338
|
-
this.
|
|
340
|
+
this.dq(a, b, null, false, false, false);
|
|
339
341
|
}
|
|
340
342
|
loadJsonOverlay(a, b, c) {
|
|
341
|
-
this.
|
|
343
|
+
this.dq(a, b, c, true, false, true);
|
|
342
344
|
}
|
|
343
345
|
loadJsonDelta(a, b, c) {
|
|
344
|
-
this.
|
|
346
|
+
this.dq(a, b, null, true, c, false);
|
|
345
347
|
}
|
|
346
348
|
get preserveKeyOrder() {
|
|
347
349
|
return this._preserveKeyOrder;
|
|
@@ -349,10 +351,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
349
351
|
set preserveKeyOrder(a) {
|
|
350
352
|
this._preserveKeyOrder = a;
|
|
351
353
|
}
|
|
352
|
-
|
|
354
|
+
at() {
|
|
353
355
|
return false;
|
|
354
356
|
}
|
|
355
|
-
|
|
357
|
+
ds(a) {
|
|
356
358
|
}
|
|
357
359
|
get allowNullForRemove() {
|
|
358
360
|
return this._allowNullForRemove;
|
|
@@ -360,23 +362,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
360
362
|
set allowNullForRemove(a) {
|
|
361
363
|
this._allowNullForRemove = a;
|
|
362
364
|
}
|
|
363
|
-
|
|
365
|
+
dq(a, b, c, d, e, f) {
|
|
364
366
|
let g = new JsonDictionaryParser();
|
|
365
367
|
let h = g.parse(a);
|
|
366
368
|
let i = new DescriptionSerializer();
|
|
367
369
|
i.h = this.isProceedOnErrorEnabled;
|
|
368
|
-
i.g = this.
|
|
370
|
+
i.g = this.at();
|
|
369
371
|
let j = null;
|
|
370
372
|
if (typeCast(JsonDictionaryObject.$, h) !== null) {
|
|
371
373
|
let k = h;
|
|
372
374
|
if (k.g("skipAlterDataCasing")) {
|
|
373
375
|
let l = k.item("skipAlterDataCasing");
|
|
374
376
|
if (l.value) {
|
|
375
|
-
this.
|
|
377
|
+
this.ds(true);
|
|
376
378
|
}
|
|
377
379
|
}
|
|
378
380
|
else {
|
|
379
|
-
this.
|
|
381
|
+
this.ds(false);
|
|
380
382
|
}
|
|
381
383
|
let m = null;
|
|
382
384
|
if (k.g("animationIdleRef") || k.g("hasAnimations")) {
|
|
@@ -403,7 +405,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
403
405
|
}
|
|
404
406
|
j = u;
|
|
405
407
|
let v = false;
|
|
406
|
-
let w = this.
|
|
408
|
+
let w = this.bl();
|
|
407
409
|
if (w != null) {
|
|
408
410
|
v = true;
|
|
409
411
|
}
|
|
@@ -423,7 +425,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
423
425
|
continue;
|
|
424
426
|
}
|
|
425
427
|
if (f) {
|
|
426
|
-
if (!this.
|
|
428
|
+
if (!this.bc.containsKey(u)) {
|
|
427
429
|
let z = null;
|
|
428
430
|
if (this.isProceedOnErrorEnabled) {
|
|
429
431
|
try {
|
|
@@ -436,21 +438,21 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
436
438
|
else {
|
|
437
439
|
z = i.d(this.context, t, v, w, true);
|
|
438
440
|
}
|
|
439
|
-
this.
|
|
441
|
+
this.ee(z.result, u, d, true, false, m, n);
|
|
440
442
|
m = null;
|
|
441
443
|
let ab = c(s);
|
|
442
|
-
let ac = this.
|
|
443
|
-
this.
|
|
444
|
+
let ac = this.bc.item(u);
|
|
445
|
+
this.dj(this.ax.item(u), ab, ac, u);
|
|
444
446
|
}
|
|
445
447
|
}
|
|
446
|
-
this.
|
|
448
|
+
this.ee(x.result, u, d, e, false, m, n);
|
|
447
449
|
m = null;
|
|
448
450
|
}
|
|
449
451
|
}
|
|
450
452
|
}
|
|
451
453
|
if (k.g("refs") && j != null) {
|
|
452
454
|
let ad = k.item("refs");
|
|
453
|
-
let ae = this.
|
|
455
|
+
let ae = this.aj(ad);
|
|
454
456
|
if (!ae && typeCast(JsonDictionaryObject.$, ad) !== null) {
|
|
455
457
|
let af = ad;
|
|
456
458
|
let ag = af.e();
|
|
@@ -467,7 +469,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
467
469
|
this.provideRefValue(j, ai, am);
|
|
468
470
|
}
|
|
469
471
|
else {
|
|
470
|
-
let an = this.
|
|
472
|
+
let an = this.b7(aj);
|
|
471
473
|
this.provideRefValue(j, ai, an);
|
|
472
474
|
}
|
|
473
475
|
}
|
|
@@ -475,19 +477,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
475
477
|
}
|
|
476
478
|
if (k.g("modules") && j != null) {
|
|
477
479
|
let ao = k.item("modules");
|
|
478
|
-
this.
|
|
480
|
+
this.ag(ao);
|
|
479
481
|
}
|
|
480
482
|
if (k.g("strings") && j != null) {
|
|
481
483
|
let ap = k.item("strings");
|
|
482
|
-
this.
|
|
484
|
+
this.an(ap);
|
|
483
485
|
}
|
|
484
486
|
if (k.g("onInit") && j != null) {
|
|
485
487
|
let aq = k.item("onInit");
|
|
486
|
-
this.
|
|
488
|
+
this.ah(aq);
|
|
487
489
|
}
|
|
488
490
|
if (k.g("onViewInit") && j != null) {
|
|
489
491
|
let ar = k.item("onViewInit");
|
|
490
|
-
this.
|
|
492
|
+
this.ai(ar);
|
|
491
493
|
}
|
|
492
494
|
}
|
|
493
495
|
}
|
|
@@ -505,44 +507,60 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
505
507
|
this.provideRefValue(a, d, i);
|
|
506
508
|
}
|
|
507
509
|
else {
|
|
508
|
-
let j = this.
|
|
510
|
+
let j = this.b7(f);
|
|
509
511
|
this.provideRefValue(a, d, j);
|
|
510
512
|
}
|
|
511
513
|
}
|
|
512
514
|
addMemberPathTransformer(a) {
|
|
513
|
-
this.
|
|
515
|
+
this.bf.add(a);
|
|
514
516
|
}
|
|
515
517
|
removeMemberPathTransformer(a) {
|
|
516
|
-
this.
|
|
518
|
+
this.bf.remove(a);
|
|
519
|
+
}
|
|
520
|
+
addReferenceResolver(a) {
|
|
521
|
+
this.bh.add(a);
|
|
522
|
+
}
|
|
523
|
+
removeReferenceResolver(a) {
|
|
524
|
+
this.bh.remove(a);
|
|
525
|
+
}
|
|
526
|
+
e(a) {
|
|
527
|
+
if (this.bh.count == 0) {
|
|
528
|
+
return null;
|
|
529
|
+
}
|
|
530
|
+
let b = new ComponentRendererReferenceResolverEventArgs();
|
|
531
|
+
for (let c = 0; c < this.bh.count; c++) {
|
|
532
|
+
this.bh._inner[c](a, b);
|
|
533
|
+
}
|
|
534
|
+
return b;
|
|
517
535
|
}
|
|
518
|
-
|
|
519
|
-
if (this.
|
|
536
|
+
bl() {
|
|
537
|
+
if (this.bf.count > 0) {
|
|
520
538
|
return (a) => {
|
|
521
539
|
let b = a;
|
|
522
|
-
for (let c = 0; c < this.
|
|
523
|
-
b = this.
|
|
540
|
+
for (let c = 0; c < this.bf.count; c++) {
|
|
541
|
+
b = this.bf._inner[c](b);
|
|
524
542
|
}
|
|
525
543
|
return b;
|
|
526
544
|
};
|
|
527
545
|
}
|
|
528
546
|
return null;
|
|
529
547
|
}
|
|
530
|
-
|
|
548
|
+
aj(a) {
|
|
531
549
|
return false;
|
|
532
550
|
}
|
|
533
|
-
|
|
551
|
+
ag(a) {
|
|
534
552
|
return false;
|
|
535
553
|
}
|
|
536
|
-
|
|
554
|
+
an(a) {
|
|
537
555
|
return false;
|
|
538
556
|
}
|
|
539
|
-
|
|
557
|
+
ah(a) {
|
|
540
558
|
return false;
|
|
541
559
|
}
|
|
542
|
-
|
|
560
|
+
ai(a) {
|
|
543
561
|
return false;
|
|
544
562
|
}
|
|
545
|
-
|
|
563
|
+
cy(a, b, c) {
|
|
546
564
|
let d = a;
|
|
547
565
|
if (c != null) {
|
|
548
566
|
d = c.k(b);
|
|
@@ -557,23 +575,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
557
575
|
}
|
|
558
576
|
return d;
|
|
559
577
|
}
|
|
560
|
-
|
|
578
|
+
dj(a, b, c, d) {
|
|
561
579
|
if (!c.b(b)) {
|
|
562
|
-
c.k(d, this.
|
|
580
|
+
c.k(d, this.ax.item(d).g, b, this.ax.item(d), runOn(this, this.dx), -1);
|
|
563
581
|
}
|
|
564
582
|
for (let e of fromEnum(a.f())) {
|
|
565
|
-
this.
|
|
583
|
+
this.dk(this.cy(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
|
|
566
584
|
}
|
|
567
585
|
}
|
|
568
|
-
|
|
586
|
+
dk(a, b, c, d, e, f) {
|
|
569
587
|
if (typeCast(DescriptionTreeNode.$, b) !== null) {
|
|
570
588
|
let g = b;
|
|
571
589
|
let h = this.adapter.getPropertyValue(c, a);
|
|
572
590
|
if (!d.b(h) && !d.a(g.g)) {
|
|
573
|
-
d.k(e, g.g, h, g, runOn(this, this.
|
|
591
|
+
d.k(e, g.g, h, g, runOn(this, this.dx), f);
|
|
574
592
|
}
|
|
575
593
|
for (let i of fromEnum(g.f())) {
|
|
576
|
-
this.
|
|
594
|
+
this.dk(a + "." + this.cy(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
|
|
577
595
|
}
|
|
578
596
|
}
|
|
579
597
|
if (typeCast(Array_$type, b) !== null) {
|
|
@@ -595,24 +613,24 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
595
613
|
if (j.containsKey(k)) {
|
|
596
614
|
let s = j.item(k);
|
|
597
615
|
if (!d.b(r) && !d.a(s.g)) {
|
|
598
|
-
d.k(e, s.g, r, s, runOn(this, this.
|
|
616
|
+
d.k(e, s.g, r, s, runOn(this, this.dx), f);
|
|
599
617
|
}
|
|
600
618
|
for (let t of fromEnum(s.f())) {
|
|
601
|
-
this.
|
|
619
|
+
this.dk(a + "." + t.c, t.b, c, d, e, s.g);
|
|
602
620
|
}
|
|
603
621
|
}
|
|
604
622
|
k++;
|
|
605
623
|
});
|
|
606
624
|
if (l > 0 && k == 0) {
|
|
607
|
-
let r = this.
|
|
625
|
+
let r = this.c3(a);
|
|
608
626
|
this.adapter.forPropertyValueItem(c, r, (s) => {
|
|
609
627
|
if (j.containsKey(k)) {
|
|
610
628
|
let t = j.item(k);
|
|
611
629
|
if (!d.b(s) && !d.a(t.g)) {
|
|
612
|
-
d.k(e, t.g, s, t, runOn(this, this.
|
|
630
|
+
d.k(e, t.g, s, t, runOn(this, this.dx), f);
|
|
613
631
|
}
|
|
614
632
|
for (let u of fromEnum(t.f())) {
|
|
615
|
-
this.
|
|
633
|
+
this.dk(r + "." + u.c, u.b, c, d, e, t.g);
|
|
616
634
|
}
|
|
617
635
|
}
|
|
618
636
|
k++;
|
|
@@ -620,7 +638,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
620
638
|
}
|
|
621
639
|
}
|
|
622
640
|
}
|
|
623
|
-
|
|
641
|
+
c3(a) {
|
|
624
642
|
let b = a.lastIndexOf('.');
|
|
625
643
|
let c = null;
|
|
626
644
|
let d = a;
|
|
@@ -628,24 +646,24 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
628
646
|
c = a.substr(0, b);
|
|
629
647
|
d = a.substr(b + 1);
|
|
630
648
|
}
|
|
631
|
-
d = "actual" + this.
|
|
649
|
+
d = "actual" + this.c0(d);
|
|
632
650
|
if (c != null) {
|
|
633
651
|
return c + "." + d;
|
|
634
652
|
}
|
|
635
653
|
return d;
|
|
636
654
|
}
|
|
637
|
-
|
|
655
|
+
c0(a) {
|
|
638
656
|
return a.substr(0, 1).toUpperCase() + a.substr(1);
|
|
639
657
|
}
|
|
640
658
|
a(a) {
|
|
641
659
|
let b = new Array(a.items.length);
|
|
642
660
|
for (let c = 0; c < a.items.length; c++) {
|
|
643
|
-
let d = this.
|
|
661
|
+
let d = this.b7(a.items[c]);
|
|
644
662
|
b[c] = d;
|
|
645
663
|
}
|
|
646
664
|
return b;
|
|
647
665
|
}
|
|
648
|
-
|
|
666
|
+
b7(a) {
|
|
649
667
|
if (a == null) {
|
|
650
668
|
return null;
|
|
651
669
|
}
|
|
@@ -655,7 +673,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
655
673
|
for (let d = 0; d < c.length; d++) {
|
|
656
674
|
let key_ = c[d];
|
|
657
675
|
if (typeCast(JsonDictionaryObject.$, a.item(key_)) !== null) {
|
|
658
|
-
let val_ = this.
|
|
676
|
+
let val_ = this.b7(a.item(key_));
|
|
659
677
|
dict_[key_] = val_;
|
|
660
678
|
}
|
|
661
679
|
else if (typeCast(JsonDictionaryArray.$, a.item(key_)) !== null) {
|
|
@@ -669,44 +687,44 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
669
687
|
}
|
|
670
688
|
return dict_;
|
|
671
689
|
}
|
|
672
|
-
get
|
|
673
|
-
return this.
|
|
690
|
+
get bc() {
|
|
691
|
+
return this.a8;
|
|
674
692
|
}
|
|
675
693
|
cleanup(a, b) {
|
|
676
|
-
this.
|
|
677
|
-
this.
|
|
694
|
+
this.bn = a;
|
|
695
|
+
this.ee(null, a, false, false, b, null, 0);
|
|
678
696
|
}
|
|
679
697
|
render(a, b) {
|
|
680
|
-
this.
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
if (!this.
|
|
684
|
-
this.
|
|
685
|
-
this.
|
|
686
|
-
}
|
|
687
|
-
this.
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
690
|
-
this.
|
|
691
|
-
this.
|
|
692
|
-
this.
|
|
693
|
-
this.
|
|
694
|
-
}
|
|
695
|
-
|
|
698
|
+
this.ee(a, b, false, false, false, null, 0);
|
|
699
|
+
}
|
|
700
|
+
ee(a, b, c, d, e, f, g) {
|
|
701
|
+
if (!this.a8.containsKey(b)) {
|
|
702
|
+
this.a8.item(b, new ContainerState());
|
|
703
|
+
this.a8.item(b).i = b;
|
|
704
|
+
}
|
|
705
|
+
this.a2.item(b, a);
|
|
706
|
+
this.a3.item(b, c);
|
|
707
|
+
this.a4.item(b, d);
|
|
708
|
+
this.a1.item(b, e);
|
|
709
|
+
this.az.item(b, f);
|
|
710
|
+
this.a0.item(b, g);
|
|
711
|
+
this.dt(b, () => this.ec(b));
|
|
712
|
+
}
|
|
713
|
+
dt(a, b) {
|
|
696
714
|
this.adapter.onUIThread(a, b);
|
|
697
715
|
}
|
|
698
|
-
|
|
699
|
-
if (this.
|
|
700
|
-
let b = this.
|
|
701
|
-
let c = this.
|
|
702
|
-
let d = this.
|
|
703
|
-
let e = this.
|
|
704
|
-
let f = this.
|
|
705
|
-
this.
|
|
716
|
+
ec(a) {
|
|
717
|
+
if (this.a2.containsKey(a)) {
|
|
718
|
+
let b = this.a3.containsKey(a) ? this.a3.item(a) : false;
|
|
719
|
+
let c = this.a4.containsKey(a) ? this.a4.item(a) : false;
|
|
720
|
+
let d = this.a2.item(a);
|
|
721
|
+
let e = this.az.containsKey(a) ? this.az.item(a) : null;
|
|
722
|
+
let f = this.a0.containsKey(a) ? this.a0.item(a) : 0;
|
|
723
|
+
this.a2.removeItem(a);
|
|
706
724
|
let g = DescriptionTreeBuilder.createTreeWithOptions(this.context, d, this.preserveKeyOrder);
|
|
707
725
|
let h = null;
|
|
708
|
-
if (this.
|
|
709
|
-
h = this.
|
|
726
|
+
if (this.ax.containsKey(a)) {
|
|
727
|
+
h = this.ax.item(a);
|
|
710
728
|
}
|
|
711
729
|
let i = DescriptionTreeReconciler.c(h, g, b);
|
|
712
730
|
if (!c && b) {
|
|
@@ -719,32 +737,32 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
719
737
|
}
|
|
720
738
|
if (c) {
|
|
721
739
|
let k = DescriptionTreeReconciler.a(h, i);
|
|
722
|
-
if (!this.
|
|
723
|
-
this.
|
|
740
|
+
if (!this.a8.containsKey(a)) {
|
|
741
|
+
this.a8.addItem(a, ((() => {
|
|
724
742
|
let $ret = new ContainerState();
|
|
725
743
|
$ret.i = a;
|
|
726
744
|
return $ret;
|
|
727
745
|
})()));
|
|
728
746
|
}
|
|
729
|
-
let l = this.
|
|
747
|
+
let l = this.a8.item(a);
|
|
730
748
|
if (k.a.count > 0) {
|
|
731
749
|
for (let m of fromEnum(k.a)) {
|
|
732
750
|
if (l.a(m)) {
|
|
733
751
|
let n = l.j(m);
|
|
734
|
-
this.
|
|
752
|
+
this.dh(a, n, l);
|
|
735
753
|
}
|
|
736
754
|
}
|
|
737
755
|
}
|
|
738
756
|
if (k.c.count > 0) {
|
|
739
757
|
for (let o of fromEnum(k.c)) {
|
|
740
|
-
let p = this.
|
|
758
|
+
let p = this.ce(a, l, o);
|
|
741
759
|
let q = this.adapter.getPropertyValue(p, o.j);
|
|
742
760
|
if (q != null) {
|
|
743
761
|
if (!l.b(q)) {
|
|
744
762
|
let r = o.g;
|
|
745
763
|
if (typeCast(DescriptionTreeNode.$, r) !== null) {
|
|
746
764
|
let s = r.g;
|
|
747
|
-
l.k(a, s, q, r, runOn(this, this.
|
|
765
|
+
l.k(a, s, q, r, runOn(this, this.dx), o.c.g);
|
|
748
766
|
}
|
|
749
767
|
}
|
|
750
768
|
}
|
|
@@ -758,7 +776,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
758
776
|
let v = t.g;
|
|
759
777
|
if (typeCast(DescriptionTreeNode.$, v) !== null) {
|
|
760
778
|
let w = v.g;
|
|
761
|
-
this.
|
|
779
|
+
this.ax.item(a, v);
|
|
762
780
|
}
|
|
763
781
|
}
|
|
764
782
|
}
|
|
@@ -783,7 +801,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
783
801
|
if (z.count == 0) {
|
|
784
802
|
continue;
|
|
785
803
|
}
|
|
786
|
-
let ad = this.
|
|
804
|
+
let ad = this.ce(a, l, x);
|
|
787
805
|
let ae = this.adapter.getPropertyValue(ad, x.j);
|
|
788
806
|
if (ae != null) {
|
|
789
807
|
let af = 0;
|
|
@@ -793,7 +811,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
793
811
|
let ah = z.item(this.adapter.getPropertyValue(ag, "Name").toString());
|
|
794
812
|
if (typeCast(DescriptionTreeNode.$, ah) !== null) {
|
|
795
813
|
let ai = ah.g;
|
|
796
|
-
l.k(a, ai, ag, ah, runOn(this, this.
|
|
814
|
+
l.k(a, ai, ag, ah, runOn(this, this.dx), x.c.g);
|
|
797
815
|
}
|
|
798
816
|
}
|
|
799
817
|
}
|
|
@@ -804,11 +822,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
804
822
|
}
|
|
805
823
|
}
|
|
806
824
|
else {
|
|
807
|
-
this.
|
|
825
|
+
this.ax.item(a, g);
|
|
808
826
|
}
|
|
809
827
|
if (!c) {
|
|
810
|
-
if (e != null && this.
|
|
811
|
-
let ag = this.
|
|
828
|
+
if (e != null && this.w(e)) {
|
|
829
|
+
let ag = this.bb.item(e);
|
|
812
830
|
if (ag != null) {
|
|
813
831
|
let ah = GlobalAnimationState.d.i();
|
|
814
832
|
if (f > 0) {
|
|
@@ -819,71 +837,71 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
819
837
|
}
|
|
820
838
|
}
|
|
821
839
|
}
|
|
822
|
-
this.
|
|
840
|
+
this.ed(a, i);
|
|
823
841
|
}
|
|
824
|
-
if (this.
|
|
825
|
-
this.
|
|
826
|
-
if (this.
|
|
827
|
-
this.
|
|
842
|
+
if (this.a1.item(a)) {
|
|
843
|
+
this.ea(a);
|
|
844
|
+
if (this.a8.containsKey(a)) {
|
|
845
|
+
this.a8.removeItem(a);
|
|
828
846
|
}
|
|
829
847
|
}
|
|
830
848
|
}
|
|
831
|
-
if (this.
|
|
832
|
-
if (this.
|
|
833
|
-
this.
|
|
849
|
+
if (this.bn != null) {
|
|
850
|
+
if (this.a2.containsKey(this.bn)) {
|
|
851
|
+
this.a2.removeItem(this.bn);
|
|
834
852
|
}
|
|
835
|
-
if (this.
|
|
836
|
-
this.
|
|
853
|
+
if (this.a3.containsKey(this.bn)) {
|
|
854
|
+
this.a3.removeItem(this.bn);
|
|
837
855
|
}
|
|
838
|
-
if (this.
|
|
839
|
-
this.
|
|
856
|
+
if (this.a4.containsKey(this.bn)) {
|
|
857
|
+
this.a4.removeItem(this.bn);
|
|
840
858
|
}
|
|
841
|
-
if (this.
|
|
842
|
-
this.
|
|
859
|
+
if (this.a1.containsKey(this.bn)) {
|
|
860
|
+
this.a1.removeItem(this.bn);
|
|
843
861
|
}
|
|
844
|
-
if (this.
|
|
845
|
-
this.
|
|
862
|
+
if (this.ax.containsKey(this.bn)) {
|
|
863
|
+
this.ax.removeItem(this.bn);
|
|
846
864
|
}
|
|
847
|
-
if (this.
|
|
848
|
-
this.
|
|
865
|
+
if (this.a5.containsKey(this.bn)) {
|
|
866
|
+
this.a5.removeItem(this.bn);
|
|
849
867
|
}
|
|
850
|
-
if (this.
|
|
851
|
-
this.
|
|
868
|
+
if (this.ay.containsKey(this.bn)) {
|
|
869
|
+
this.ay.removeItem(this.bn);
|
|
852
870
|
}
|
|
853
|
-
if (this.
|
|
854
|
-
this.
|
|
871
|
+
if (this.aw.containsKey(this.bn)) {
|
|
872
|
+
this.aw.removeItem(this.bn);
|
|
855
873
|
}
|
|
856
|
-
if (this.
|
|
857
|
-
this.
|
|
874
|
+
if (this.a0.containsKey(this.bn)) {
|
|
875
|
+
this.a0.removeItem(this.bn);
|
|
858
876
|
}
|
|
859
|
-
if (this.
|
|
860
|
-
this.
|
|
877
|
+
if (this.az.containsKey(this.bn)) {
|
|
878
|
+
this.az.removeItem(this.bn);
|
|
861
879
|
}
|
|
862
|
-
this.
|
|
880
|
+
this.bn = null;
|
|
863
881
|
}
|
|
864
882
|
}
|
|
865
883
|
getTargetValue(a, b, c) {
|
|
866
|
-
let d = this.context.getMetadata(a, this.
|
|
884
|
+
let d = this.context.getMetadata(a, this.c0(b));
|
|
867
885
|
let e = d.k(ComponentRenderer.platform);
|
|
868
886
|
return this.adapter.getPropertyValue(c, e);
|
|
869
887
|
}
|
|
870
888
|
setTargetValue(a, b, c, d, e) {
|
|
871
|
-
let f = this.context.getMetadata(a, this.
|
|
889
|
+
let f = this.context.getMetadata(a, this.c0(b));
|
|
872
890
|
let g = f.k(ComponentRenderer.platform);
|
|
873
891
|
this.adapter.setPropertyValue(c, g, f, d, e, null);
|
|
874
892
|
}
|
|
875
893
|
executeMethod(a, b, c) {
|
|
876
894
|
let d = new JsonDictionaryParser();
|
|
877
895
|
let e = d.parse(b);
|
|
878
|
-
if (!this.
|
|
879
|
-
this.
|
|
880
|
-
this.
|
|
896
|
+
if (!this.a8.containsKey(a)) {
|
|
897
|
+
this.a8.item(a, new ContainerState());
|
|
898
|
+
this.a8.item(a).i = a;
|
|
881
899
|
}
|
|
882
|
-
let f = this.
|
|
900
|
+
let f = this.a8.item(a);
|
|
883
901
|
let g = new DescriptionSerializer();
|
|
884
902
|
g.h = this.isProceedOnErrorEnabled;
|
|
885
|
-
g.g = this.
|
|
886
|
-
let h = this.
|
|
903
|
+
g.g = this.at();
|
|
904
|
+
let h = this.ax.item(a);
|
|
887
905
|
let i = null;
|
|
888
906
|
let j = new List$1(Base.$, 0);
|
|
889
907
|
let k = new List$1(TypeDescriptionMetadata.$, 0);
|
|
@@ -891,15 +909,15 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
891
909
|
let l = null;
|
|
892
910
|
let m = e;
|
|
893
911
|
if (m.g("targetRef")) {
|
|
894
|
-
l = this.
|
|
912
|
+
l = this.cw(m, "targetRef");
|
|
895
913
|
}
|
|
896
914
|
let n = null;
|
|
897
915
|
if (m.g("methodName")) {
|
|
898
|
-
n = this.
|
|
916
|
+
n = this.cw(m, "methodName");
|
|
899
917
|
}
|
|
900
918
|
if (l != null) {
|
|
901
|
-
if (this.
|
|
902
|
-
i = this.
|
|
919
|
+
if (this.a9.containsKey(l)) {
|
|
920
|
+
i = this.a9.item(l);
|
|
903
921
|
}
|
|
904
922
|
}
|
|
905
923
|
else {
|
|
@@ -909,16 +927,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
909
927
|
let o = m.item("args");
|
|
910
928
|
for (let p = 0; p < o.items.length; p++) {
|
|
911
929
|
let q = o.items[p];
|
|
912
|
-
let r = this.
|
|
930
|
+
let r = this.h(h, q, g);
|
|
913
931
|
let s = null;
|
|
914
932
|
if (typeCast(DescriptionTreeNode.$, r.g) !== null && r.g.i == "EmbeddedRef") {
|
|
915
|
-
s = this.
|
|
933
|
+
s = this.cg(a, r.g);
|
|
916
934
|
}
|
|
917
935
|
else {
|
|
918
|
-
s = this.
|
|
936
|
+
s = this.cb(r, a, f);
|
|
919
937
|
}
|
|
920
938
|
if (r.d.knownType == 8 && r.d.specificType == "string") {
|
|
921
|
-
s = this.
|
|
939
|
+
s = this.bw(r.d.specificExternalType, s, r.d);
|
|
922
940
|
}
|
|
923
941
|
j.add1(s);
|
|
924
942
|
k.add(r.d);
|
|
@@ -927,16 +945,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
927
945
|
let t = null;
|
|
928
946
|
if (m.g("return")) {
|
|
929
947
|
let u = m.item("return");
|
|
930
|
-
let v = this.
|
|
948
|
+
let v = this.h(h, u, g);
|
|
931
949
|
t = v.d;
|
|
932
950
|
}
|
|
933
951
|
this.adapter.executeMethod(i, n, j.toArray(), k.toArray(), (w) => {
|
|
934
|
-
let x = this.
|
|
952
|
+
let x = this.c1(w, t);
|
|
935
953
|
c(x);
|
|
936
954
|
});
|
|
937
955
|
}
|
|
938
956
|
}
|
|
939
|
-
|
|
957
|
+
cg(a, b) {
|
|
940
958
|
if (b.i == "EmbeddedRef") {
|
|
941
959
|
let c = "uuid";
|
|
942
960
|
let d = null;
|
|
@@ -949,19 +967,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
949
967
|
}
|
|
950
968
|
}
|
|
951
969
|
if (d != null) {
|
|
952
|
-
for (let f = 0; f < this.
|
|
953
|
-
let g = this.
|
|
970
|
+
for (let f = 0; f < this.be.count; f++) {
|
|
971
|
+
let g = this.be._inner[f](a, c, d);
|
|
954
972
|
if (g != null) {
|
|
955
973
|
return g;
|
|
956
974
|
}
|
|
957
975
|
}
|
|
958
976
|
if (c == "name") {
|
|
959
977
|
let h = d;
|
|
960
|
-
if (this.
|
|
961
|
-
return this.
|
|
978
|
+
if (this.a9.containsKey(h)) {
|
|
979
|
+
return this.a9.item(h);
|
|
962
980
|
}
|
|
963
|
-
if (this.
|
|
964
|
-
return this.
|
|
981
|
+
if (this.bb.containsKey(h)) {
|
|
982
|
+
return this.bb.item(h);
|
|
965
983
|
}
|
|
966
984
|
}
|
|
967
985
|
return null;
|
|
@@ -969,7 +987,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
969
987
|
}
|
|
970
988
|
return null;
|
|
971
989
|
}
|
|
972
|
-
static
|
|
990
|
+
static bk(a) {
|
|
973
991
|
if (typeCast(Date_$type, a) !== null) {
|
|
974
992
|
return a.getTime();
|
|
975
993
|
}
|
|
@@ -978,7 +996,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
978
996
|
}
|
|
979
997
|
return a;
|
|
980
998
|
}
|
|
981
|
-
|
|
999
|
+
c1(a, b) {
|
|
982
1000
|
let c = new JsonDictionaryObject();
|
|
983
1001
|
c.item("knownType", ((() => {
|
|
984
1002
|
let $ret = new JsonDictionaryValue();
|
|
@@ -1016,7 +1034,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1016
1034
|
c.item("result", ((() => {
|
|
1017
1035
|
let $ret = new JsonDictionaryValue();
|
|
1018
1036
|
$ret.e = 0;
|
|
1019
|
-
$ret.value = ComponentRenderer.
|
|
1037
|
+
$ret.value = ComponentRenderer.bk(a);
|
|
1020
1038
|
return $ret;
|
|
1021
1039
|
})()));
|
|
1022
1040
|
break;
|
|
@@ -1040,7 +1058,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1040
1058
|
c.item("result", ((() => {
|
|
1041
1059
|
let $ret = new JsonDictionaryValue();
|
|
1042
1060
|
$ret.e = 2;
|
|
1043
|
-
$ret.value = this.
|
|
1061
|
+
$ret.value = this.ch(a);
|
|
1044
1062
|
return $ret;
|
|
1045
1063
|
})()));
|
|
1046
1064
|
break;
|
|
@@ -1048,7 +1066,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1048
1066
|
c.item("result", ((() => {
|
|
1049
1067
|
let $ret = new JsonDictionaryValue();
|
|
1050
1068
|
$ret.e = 2;
|
|
1051
|
-
$ret.value = this.
|
|
1069
|
+
$ret.value = this.cj(a);
|
|
1052
1070
|
return $ret;
|
|
1053
1071
|
})()));
|
|
1054
1072
|
break;
|
|
@@ -1056,7 +1074,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1056
1074
|
c.item("result", ((() => {
|
|
1057
1075
|
let $ret = new JsonDictionaryValue();
|
|
1058
1076
|
$ret.e = 2;
|
|
1059
|
-
$ret.value = this.
|
|
1077
|
+
$ret.value = this.ci(a);
|
|
1060
1078
|
return $ret;
|
|
1061
1079
|
})()));
|
|
1062
1080
|
break;
|
|
@@ -1075,19 +1093,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1075
1093
|
c.item("result", ((() => {
|
|
1076
1094
|
let $ret = new JsonDictionaryValue();
|
|
1077
1095
|
$ret.e = 2;
|
|
1078
|
-
$ret.value = this.
|
|
1096
|
+
$ret.value = this.cm(a);
|
|
1079
1097
|
return $ret;
|
|
1080
1098
|
})()));
|
|
1081
1099
|
break;
|
|
1082
1100
|
case 12:
|
|
1083
|
-
c.item("result", this.
|
|
1101
|
+
c.item("result", this.co(a));
|
|
1084
1102
|
break;
|
|
1085
1103
|
case 13: break;
|
|
1086
1104
|
case 14:
|
|
1087
1105
|
c.item("result", ((() => {
|
|
1088
1106
|
let $ret = new JsonDictionaryValue();
|
|
1089
1107
|
$ret.e = 2;
|
|
1090
|
-
$ret.value = this.
|
|
1108
|
+
$ret.value = this.cn(a);
|
|
1091
1109
|
return $ret;
|
|
1092
1110
|
})()));
|
|
1093
1111
|
break;
|
|
@@ -1096,7 +1114,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1096
1114
|
c.item("result", ((() => {
|
|
1097
1115
|
let $ret = new JsonDictionaryValue();
|
|
1098
1116
|
$ret.e = 2;
|
|
1099
|
-
$ret.value = this.
|
|
1117
|
+
$ret.value = this.ck(a);
|
|
1100
1118
|
return $ret;
|
|
1101
1119
|
})()));
|
|
1102
1120
|
break;
|
|
@@ -1108,7 +1126,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1108
1126
|
c.item("result", ((() => {
|
|
1109
1127
|
let $ret = new JsonDictionaryValue();
|
|
1110
1128
|
$ret.e = 2;
|
|
1111
|
-
$ret.value = this.
|
|
1129
|
+
$ret.value = this.cp(a);
|
|
1112
1130
|
return $ret;
|
|
1113
1131
|
})()));
|
|
1114
1132
|
break;
|
|
@@ -1117,41 +1135,41 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1117
1135
|
c.item("result", ((() => {
|
|
1118
1136
|
let $ret = new JsonDictionaryValue();
|
|
1119
1137
|
$ret.e = 2;
|
|
1120
|
-
$ret.value = this.
|
|
1138
|
+
$ret.value = this.cl(a);
|
|
1121
1139
|
return $ret;
|
|
1122
1140
|
})()));
|
|
1123
1141
|
break;
|
|
1124
1142
|
}
|
|
1125
1143
|
return c.b();
|
|
1126
1144
|
}
|
|
1127
|
-
|
|
1145
|
+
cl(a) {
|
|
1128
1146
|
return this.adapter.serializeDoubleCollection(a);
|
|
1129
1147
|
}
|
|
1130
|
-
|
|
1148
|
+
cp(a) {
|
|
1131
1149
|
return this.adapter.serializeTimespan(a);
|
|
1132
1150
|
}
|
|
1133
|
-
|
|
1151
|
+
ck(a) {
|
|
1134
1152
|
return this.adapter.serializeColorCollection(a);
|
|
1135
1153
|
}
|
|
1136
|
-
|
|
1154
|
+
cn(a) {
|
|
1137
1155
|
return this.adapter.serializeRect(a);
|
|
1138
1156
|
}
|
|
1139
|
-
|
|
1157
|
+
co(a) {
|
|
1140
1158
|
return this.adapter.serializeSize(a);
|
|
1141
1159
|
}
|
|
1142
|
-
|
|
1160
|
+
cm(a) {
|
|
1143
1161
|
return this.adapter.serializePoint(a);
|
|
1144
1162
|
}
|
|
1145
|
-
|
|
1163
|
+
ci(a) {
|
|
1146
1164
|
return this.adapter.serializeBrushCollection(a);
|
|
1147
1165
|
}
|
|
1148
|
-
|
|
1166
|
+
cj(a) {
|
|
1149
1167
|
return this.adapter.serializeColor(a);
|
|
1150
1168
|
}
|
|
1151
|
-
|
|
1169
|
+
ch(a) {
|
|
1152
1170
|
return this.adapter.serializeBrush(a);
|
|
1153
1171
|
}
|
|
1154
|
-
|
|
1172
|
+
h(a, b, c) {
|
|
1155
1173
|
let d = new DescriptionTreeAction();
|
|
1156
1174
|
d.a = 0;
|
|
1157
1175
|
d.c = a;
|
|
@@ -1159,20 +1177,20 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1159
1177
|
let e = new TypeDescriptionMetadata();
|
|
1160
1178
|
e.propertyName = "*argument";
|
|
1161
1179
|
let f;
|
|
1162
|
-
let g = this.
|
|
1180
|
+
let g = this.cw(b, "knownType");
|
|
1163
1181
|
let h = EnumUtil.tryParse$1(TypeDescriptionWellKnownType_$type, g, true, f);
|
|
1164
1182
|
f = h.p2;
|
|
1165
1183
|
e.knownType = f;
|
|
1166
|
-
e.specificExternalType = this.
|
|
1167
|
-
e.specificType = this.
|
|
1168
|
-
e.collectionElementType = this.
|
|
1184
|
+
e.specificExternalType = this.cw(b, "specificExternalType");
|
|
1185
|
+
e.specificType = this.cw(b, "specificType");
|
|
1186
|
+
e.collectionElementType = this.cw(b, "collectionElementType");
|
|
1169
1187
|
d.d = e;
|
|
1170
1188
|
let i = null;
|
|
1171
|
-
i = this.
|
|
1189
|
+
i = this.ca(e, b, c);
|
|
1172
1190
|
d.g = i;
|
|
1173
1191
|
return d;
|
|
1174
1192
|
}
|
|
1175
|
-
|
|
1193
|
+
cw(a, b) {
|
|
1176
1194
|
if (typeCast(JsonDictionaryObject.$, a) !== null) {
|
|
1177
1195
|
let c = a;
|
|
1178
1196
|
if (c.g(b)) {
|
|
@@ -1181,17 +1199,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1181
1199
|
}
|
|
1182
1200
|
return null;
|
|
1183
1201
|
}
|
|
1184
|
-
|
|
1202
|
+
ca(a, b, c) {
|
|
1185
1203
|
if (typeCast(JsonDictionaryObject.$, b) !== null) {
|
|
1186
1204
|
let d = b;
|
|
1187
1205
|
if (d.g("value")) {
|
|
1188
1206
|
let e = (d.item("value")) != null ? (d.item("value")) : null;
|
|
1189
|
-
return this.
|
|
1207
|
+
return this.b6(a.knownType, a.specificType, a.specificExternalType, a.collectionElementType, e, c);
|
|
1190
1208
|
}
|
|
1191
1209
|
}
|
|
1192
1210
|
return null;
|
|
1193
1211
|
}
|
|
1194
|
-
|
|
1212
|
+
b6(a, b, c, d, e, f) {
|
|
1195
1213
|
if (typeCast(JsonDictionaryObject.$, e) !== null) {
|
|
1196
1214
|
let g = e;
|
|
1197
1215
|
if (g.g("type") || g.g("refType")) {
|
|
@@ -1234,7 +1252,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1234
1252
|
let r;
|
|
1235
1253
|
let s;
|
|
1236
1254
|
let t;
|
|
1237
|
-
let u = this.
|
|
1255
|
+
let u = this.dm(o, n, b, c, q, r, s, t);
|
|
1238
1256
|
q = u.p4;
|
|
1239
1257
|
r = u.p5;
|
|
1240
1258
|
s = u.p6;
|
|
@@ -1242,7 +1260,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1242
1260
|
if (m.items != null) {
|
|
1243
1261
|
for (let v = 0; v < m.items.length; v++) {
|
|
1244
1262
|
let w = m.items[v];
|
|
1245
|
-
let x = this.
|
|
1263
|
+
let x = this.b6(q, r, s, t, w, f);
|
|
1246
1264
|
p[v] = x;
|
|
1247
1265
|
}
|
|
1248
1266
|
}
|
|
@@ -1253,7 +1271,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1253
1271
|
}
|
|
1254
1272
|
return e;
|
|
1255
1273
|
}
|
|
1256
|
-
|
|
1274
|
+
dm(a, b, c, d, e, f, g, h) {
|
|
1257
1275
|
if (a) {
|
|
1258
1276
|
e = 8;
|
|
1259
1277
|
f = b;
|
|
@@ -1341,242 +1359,242 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1341
1359
|
};
|
|
1342
1360
|
}
|
|
1343
1361
|
resolveRefValue(a, b, c) {
|
|
1344
|
-
this.
|
|
1345
|
-
if (!this.
|
|
1346
|
-
this.
|
|
1362
|
+
this.dt(a, () => {
|
|
1363
|
+
if (!this.a8.containsKey(a)) {
|
|
1364
|
+
this.a8.addItem(a, ((() => {
|
|
1347
1365
|
let $ret = new ContainerState();
|
|
1348
1366
|
$ret.i = a;
|
|
1349
1367
|
return $ret;
|
|
1350
1368
|
})()));
|
|
1351
1369
|
}
|
|
1352
|
-
let d = this.
|
|
1370
|
+
let d = this.a8.item(a);
|
|
1353
1371
|
if (!this.hasRef(b)) {
|
|
1354
|
-
if (this.
|
|
1355
|
-
c(this.
|
|
1372
|
+
if (this.a9.containsKey(b)) {
|
|
1373
|
+
c(this.a9.item(b));
|
|
1356
1374
|
return;
|
|
1357
1375
|
}
|
|
1358
|
-
if (!this.
|
|
1376
|
+
if (!this.y(a)) {
|
|
1359
1377
|
this.queueForIdle(a, () => this.resolveRefValue(a, b, c));
|
|
1360
1378
|
return;
|
|
1361
1379
|
}
|
|
1362
1380
|
c(null);
|
|
1363
1381
|
return;
|
|
1364
1382
|
}
|
|
1365
|
-
let e = this.
|
|
1366
|
-
let f = this.
|
|
1383
|
+
let e = this.g(b);
|
|
1384
|
+
let f = this.cd(e);
|
|
1367
1385
|
c(f);
|
|
1368
1386
|
});
|
|
1369
1387
|
}
|
|
1370
1388
|
resolveRefName(a, b, c) {
|
|
1371
|
-
this.
|
|
1372
|
-
if (!this.
|
|
1373
|
-
this.
|
|
1389
|
+
this.dt(a, () => {
|
|
1390
|
+
if (!this.a8.containsKey(a)) {
|
|
1391
|
+
this.a8.addItem(a, ((() => {
|
|
1374
1392
|
let $ret = new ContainerState();
|
|
1375
1393
|
$ret.i = a;
|
|
1376
1394
|
return $ret;
|
|
1377
1395
|
})()));
|
|
1378
1396
|
}
|
|
1379
|
-
let d = this.
|
|
1380
|
-
if (b != null && this.
|
|
1381
|
-
c(this.
|
|
1397
|
+
let d = this.a8.item(a);
|
|
1398
|
+
if (b != null && this.a6.containsKey(b)) {
|
|
1399
|
+
c(this.a6.item(b));
|
|
1382
1400
|
return;
|
|
1383
1401
|
}
|
|
1384
1402
|
c(null);
|
|
1385
1403
|
});
|
|
1386
1404
|
}
|
|
1387
1405
|
provideRefValue(a, b, c) {
|
|
1388
|
-
this.
|
|
1389
|
-
if (!this.
|
|
1390
|
-
this.
|
|
1406
|
+
this.dt(a, () => {
|
|
1407
|
+
if (!this.a8.containsKey(a)) {
|
|
1408
|
+
this.a8.addItem(a, ((() => {
|
|
1391
1409
|
let $ret = new ContainerState();
|
|
1392
1410
|
$ret.i = a;
|
|
1393
1411
|
return $ret;
|
|
1394
1412
|
})()));
|
|
1395
1413
|
}
|
|
1396
|
-
let d = this.
|
|
1397
|
-
this.
|
|
1414
|
+
let d = this.a8.item(a);
|
|
1415
|
+
this.dx(a, b, c, true);
|
|
1398
1416
|
});
|
|
1399
1417
|
}
|
|
1400
1418
|
removeRefValue(a, b) {
|
|
1401
|
-
this.
|
|
1402
|
-
if (!this.
|
|
1403
|
-
this.
|
|
1419
|
+
this.dt(a, () => {
|
|
1420
|
+
if (!this.a8.containsKey(a)) {
|
|
1421
|
+
this.a8.addItem(a, ((() => {
|
|
1404
1422
|
let $ret = new ContainerState();
|
|
1405
1423
|
$ret.i = a;
|
|
1406
1424
|
return $ret;
|
|
1407
1425
|
})()));
|
|
1408
1426
|
}
|
|
1409
|
-
let c = this.
|
|
1427
|
+
let c = this.a8.item(a);
|
|
1410
1428
|
this.removeRefValueCore(a, b, true);
|
|
1411
1429
|
});
|
|
1412
1430
|
}
|
|
1413
|
-
|
|
1414
|
-
let b = this.
|
|
1431
|
+
ea(a) {
|
|
1432
|
+
let b = this.a8.item(a);
|
|
1415
1433
|
let c = new List$1(String_$type, 0);
|
|
1416
|
-
for (let d of fromEnum(this.
|
|
1417
|
-
if (this.
|
|
1434
|
+
for (let d of fromEnum(this.a7.keys)) {
|
|
1435
|
+
if (this.a7.item(d).c == 0) {
|
|
1418
1436
|
c.add(d);
|
|
1419
1437
|
}
|
|
1420
1438
|
}
|
|
1421
1439
|
for (let e = 0; e < c.count; e++) {
|
|
1422
1440
|
let f = this.shouldNamespaceSystemRefValues;
|
|
1423
1441
|
this.shouldNamespaceSystemRefValues = false;
|
|
1424
|
-
this.removeRefValueCore(a, c._inner[e], this.
|
|
1442
|
+
this.removeRefValueCore(a, c._inner[e], this.bb.containsKey(c._inner[e]));
|
|
1425
1443
|
this.shouldNamespaceSystemRefValues = f;
|
|
1426
|
-
if (this.
|
|
1427
|
-
for (let g = 0; g < this.
|
|
1428
|
-
this.
|
|
1444
|
+
if (this.bd != null && this.bd.count > 0) {
|
|
1445
|
+
for (let g = 0; g < this.bd.count; g++) {
|
|
1446
|
+
this.bd._inner[g](a, c._inner[e]);
|
|
1429
1447
|
}
|
|
1430
1448
|
}
|
|
1431
1449
|
}
|
|
1432
1450
|
}
|
|
1433
1451
|
clearRefValues(a) {
|
|
1434
|
-
this.
|
|
1435
|
-
if (!this.
|
|
1436
|
-
this.
|
|
1452
|
+
this.dt(a, () => {
|
|
1453
|
+
if (!this.a8.containsKey(a)) {
|
|
1454
|
+
this.a8.addItem(a, ((() => {
|
|
1437
1455
|
let $ret = new ContainerState();
|
|
1438
1456
|
$ret.i = a;
|
|
1439
1457
|
return $ret;
|
|
1440
1458
|
})()));
|
|
1441
1459
|
}
|
|
1442
|
-
let b = this.
|
|
1460
|
+
let b = this.a8.item(a);
|
|
1443
1461
|
this.clearUserRefValues();
|
|
1444
1462
|
});
|
|
1445
1463
|
}
|
|
1446
|
-
|
|
1447
|
-
if (this.
|
|
1464
|
+
y(a) {
|
|
1465
|
+
if (this.aw.containsKey(a) && this.aw.item(a)) {
|
|
1448
1466
|
return false;
|
|
1449
1467
|
}
|
|
1450
|
-
if (this.
|
|
1468
|
+
if (this.a5.containsKey(a) && this.a5.item(a).count > 0) {
|
|
1451
1469
|
return false;
|
|
1452
1470
|
}
|
|
1453
1471
|
return true;
|
|
1454
1472
|
}
|
|
1455
1473
|
queueForIdle(a, b) {
|
|
1456
|
-
this.
|
|
1457
|
-
if (this.
|
|
1474
|
+
this.dt(a, () => {
|
|
1475
|
+
if (this.y(a)) {
|
|
1458
1476
|
b();
|
|
1459
1477
|
}
|
|
1460
1478
|
else {
|
|
1461
|
-
if (!this.
|
|
1462
|
-
this.
|
|
1479
|
+
if (!this.ay.containsKey(a)) {
|
|
1480
|
+
this.ay.item(a, new List$1(Delegate_$type, 0));
|
|
1463
1481
|
}
|
|
1464
|
-
this.
|
|
1482
|
+
this.ay.item(a).add(b);
|
|
1465
1483
|
}
|
|
1466
1484
|
});
|
|
1467
1485
|
}
|
|
1468
1486
|
tryFlushIdleActions(a) {
|
|
1469
|
-
if (this.
|
|
1470
|
-
if (this.
|
|
1471
|
-
let b = new List$1(Delegate_$type, 1, this.
|
|
1472
|
-
this.
|
|
1487
|
+
if (this.y(a)) {
|
|
1488
|
+
if (this.ay.containsKey(a)) {
|
|
1489
|
+
let b = new List$1(Delegate_$type, 1, this.ay.item(a));
|
|
1490
|
+
this.ay.item(a).clear();
|
|
1473
1491
|
for (let c = 0; c < b.count; c++) {
|
|
1474
1492
|
b._inner[c]();
|
|
1475
1493
|
}
|
|
1476
1494
|
}
|
|
1477
1495
|
}
|
|
1478
1496
|
}
|
|
1479
|
-
|
|
1480
|
-
let c = this.
|
|
1481
|
-
this.
|
|
1497
|
+
ed(a, b) {
|
|
1498
|
+
let c = this.a8.item(a);
|
|
1499
|
+
this.du(a, c, b);
|
|
1482
1500
|
}
|
|
1483
|
-
|
|
1501
|
+
ei(a, b) {
|
|
1484
1502
|
if (this.isProceedOnErrorEnabled) {
|
|
1485
1503
|
try {
|
|
1486
|
-
this.
|
|
1504
|
+
this.di(a, b, true);
|
|
1487
1505
|
}
|
|
1488
1506
|
catch (c) {
|
|
1489
|
-
this.
|
|
1507
|
+
this.aw.item(a, false);
|
|
1490
1508
|
}
|
|
1491
1509
|
}
|
|
1492
1510
|
else {
|
|
1493
|
-
this.
|
|
1511
|
+
this.di(a, b, true);
|
|
1494
1512
|
}
|
|
1495
1513
|
}
|
|
1496
|
-
|
|
1514
|
+
ep(a, b) {
|
|
1497
1515
|
if (this.isProceedOnErrorEnabled) {
|
|
1498
1516
|
try {
|
|
1499
|
-
this.
|
|
1517
|
+
this.di(a, b, false);
|
|
1500
1518
|
}
|
|
1501
1519
|
catch (c) {
|
|
1502
|
-
this.
|
|
1520
|
+
this.aw.item(a, false);
|
|
1503
1521
|
}
|
|
1504
1522
|
}
|
|
1505
1523
|
else {
|
|
1506
|
-
this.
|
|
1524
|
+
this.di(a, b, false);
|
|
1507
1525
|
}
|
|
1508
1526
|
}
|
|
1509
|
-
|
|
1527
|
+
di(a, b, c) {
|
|
1510
1528
|
if (!c) {
|
|
1511
|
-
if (this.
|
|
1529
|
+
if (this.aw.containsKey(a) && this.aw.item(a)) {
|
|
1512
1530
|
return;
|
|
1513
1531
|
}
|
|
1514
1532
|
}
|
|
1515
|
-
this.
|
|
1533
|
+
this.aw.item(a, true);
|
|
1516
1534
|
let d = true;
|
|
1517
|
-
while (d && this.
|
|
1518
|
-
while (this.
|
|
1519
|
-
this.
|
|
1535
|
+
while (d && this.a5.item(a).count > 0) {
|
|
1536
|
+
while (this.a5.item(a).count > 0 && this.a5.item(a).c().count < 1) {
|
|
1537
|
+
this.a5.item(a).b();
|
|
1520
1538
|
}
|
|
1521
|
-
if (this.
|
|
1539
|
+
if (this.a5.item(a).count < 1) {
|
|
1522
1540
|
break;
|
|
1523
1541
|
}
|
|
1524
|
-
let e = this.
|
|
1542
|
+
let e = this.a5.item(a).c();
|
|
1525
1543
|
while (e.count > 0) {
|
|
1526
1544
|
let f = e.b();
|
|
1527
|
-
d = this.
|
|
1545
|
+
d = this.ad(a, b, f);
|
|
1528
1546
|
if (!d) {
|
|
1529
1547
|
break;
|
|
1530
1548
|
}
|
|
1531
1549
|
}
|
|
1532
1550
|
}
|
|
1533
1551
|
if (d) {
|
|
1534
|
-
this.
|
|
1552
|
+
this.aw.item(a, false);
|
|
1535
1553
|
}
|
|
1536
|
-
if (this.
|
|
1554
|
+
if (this.y(a)) {
|
|
1537
1555
|
this.tryFlushIdleActions(a);
|
|
1538
1556
|
}
|
|
1539
1557
|
}
|
|
1540
|
-
|
|
1558
|
+
du(a, b, c) {
|
|
1541
1559
|
let d = new Queue$1(DescriptionTreeAction.$);
|
|
1542
1560
|
for (let e = 0; e < c.count; e++) {
|
|
1543
1561
|
d.g(c._inner[e]);
|
|
1544
1562
|
}
|
|
1545
|
-
if (!this.
|
|
1546
|
-
this.
|
|
1563
|
+
if (!this.a5.containsKey(a)) {
|
|
1564
|
+
this.a5.addItem(a, new Queue$1(Queue$1.$.specialize(DescriptionTreeAction.$)));
|
|
1547
1565
|
}
|
|
1548
|
-
this.
|
|
1549
|
-
this.
|
|
1566
|
+
this.a5.item(a).g(d);
|
|
1567
|
+
this.ep(a, b);
|
|
1550
1568
|
}
|
|
1551
|
-
|
|
1569
|
+
dv(a, b, c) {
|
|
1552
1570
|
for (let d = 0; d < c.count; d++) {
|
|
1553
|
-
this.
|
|
1571
|
+
this.ad(a, b, c._inner[d]);
|
|
1554
1572
|
}
|
|
1555
1573
|
}
|
|
1556
|
-
|
|
1574
|
+
ad(a, b, c) {
|
|
1557
1575
|
switch (c.a) {
|
|
1558
|
-
case 5: return this.
|
|
1559
|
-
case 2: return this.
|
|
1560
|
-
case 4: return this.
|
|
1561
|
-
case 3: return this.
|
|
1562
|
-
case 1: return this.
|
|
1563
|
-
case 0: return this.
|
|
1576
|
+
case 5: return this.ae(a, b, c);
|
|
1577
|
+
case 2: return this.af(a, b, c);
|
|
1578
|
+
case 4: return this.ak(a, b, c);
|
|
1579
|
+
case 3: return this.al(a, b, c);
|
|
1580
|
+
case 1: return this.am(a, b, c);
|
|
1581
|
+
case 0: return this.ao(a, b, c);
|
|
1564
1582
|
}
|
|
1565
1583
|
return true;
|
|
1566
1584
|
}
|
|
1567
|
-
|
|
1568
|
-
let d = this.
|
|
1569
|
-
this.
|
|
1585
|
+
ao(a, b, c) {
|
|
1586
|
+
let d = this.ce(a, b, c);
|
|
1587
|
+
this.av(a, b, c, d);
|
|
1570
1588
|
return true;
|
|
1571
1589
|
}
|
|
1572
|
-
|
|
1573
|
-
let e = this.
|
|
1574
|
-
e = this.
|
|
1590
|
+
av(a, b, c, d) {
|
|
1591
|
+
let e = this.cb(c, a, b);
|
|
1592
|
+
e = this.k.transform(ComponentRenderer.platform, e, c);
|
|
1575
1593
|
let f = false;
|
|
1576
|
-
if (this.
|
|
1577
|
-
for (let g = 0; g < this.
|
|
1578
|
-
let h = this.
|
|
1579
|
-
let i = this.
|
|
1594
|
+
if (this.bi != null && this.bi.count > 0) {
|
|
1595
|
+
for (let g = 0; g < this.bi.count; g++) {
|
|
1596
|
+
let h = this.bi._inner[g];
|
|
1597
|
+
let i = this.cz(a, c);
|
|
1580
1598
|
if (h(i, d, e)) {
|
|
1581
1599
|
f = true;
|
|
1582
1600
|
}
|
|
@@ -1589,18 +1607,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1589
1607
|
return true;
|
|
1590
1608
|
}
|
|
1591
1609
|
if (c.d != null && c.d.knownType == 9) {
|
|
1592
|
-
this.
|
|
1610
|
+
this.as(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
|
|
1593
1611
|
}
|
|
1594
1612
|
else {
|
|
1595
|
-
this.
|
|
1613
|
+
this.em(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
|
|
1596
1614
|
}
|
|
1597
1615
|
return true;
|
|
1598
1616
|
}
|
|
1599
|
-
|
|
1617
|
+
cz(a, b) {
|
|
1600
1618
|
let c = b.c;
|
|
1601
1619
|
let d = "";
|
|
1602
|
-
if (c != this.
|
|
1603
|
-
let e = this.
|
|
1620
|
+
if (c != this.ax.item(a)) {
|
|
1621
|
+
let e = this.cx(a, c);
|
|
1604
1622
|
d = e;
|
|
1605
1623
|
}
|
|
1606
1624
|
if (d.length > 0) {
|
|
@@ -1609,17 +1627,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1609
1627
|
d += b.j;
|
|
1610
1628
|
return d;
|
|
1611
1629
|
}
|
|
1612
|
-
|
|
1630
|
+
cx(a, b) {
|
|
1613
1631
|
if (b == null) {
|
|
1614
1632
|
return "";
|
|
1615
1633
|
}
|
|
1616
|
-
let c = this.
|
|
1634
|
+
let c = this.c4("", this.ax.item(a), b);
|
|
1617
1635
|
if (c.c) {
|
|
1618
1636
|
return c.d;
|
|
1619
1637
|
}
|
|
1620
1638
|
return "";
|
|
1621
1639
|
}
|
|
1622
|
-
|
|
1640
|
+
c4(a, b, c) {
|
|
1623
1641
|
if (b == c) {
|
|
1624
1642
|
return new Tuple$2(Boolean_$type, String_$type, true, a);
|
|
1625
1643
|
}
|
|
@@ -1636,7 +1654,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1636
1654
|
}
|
|
1637
1655
|
else {
|
|
1638
1656
|
let g = a + f.c;
|
|
1639
|
-
let h = this.
|
|
1657
|
+
let h = this.c4(g, f.b, c);
|
|
1640
1658
|
if (h.c) {
|
|
1641
1659
|
return h;
|
|
1642
1660
|
}
|
|
@@ -1653,7 +1671,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1653
1671
|
}
|
|
1654
1672
|
else {
|
|
1655
1673
|
let l = a + f.c + "[" + j + "]";
|
|
1656
|
-
let m = this.
|
|
1674
|
+
let m = this.c4(l, k, c);
|
|
1657
1675
|
if (m.c) {
|
|
1658
1676
|
return m;
|
|
1659
1677
|
}
|
|
@@ -1664,52 +1682,52 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1664
1682
|
}
|
|
1665
1683
|
return new Tuple$2(Boolean_$type, String_$type, false, a);
|
|
1666
1684
|
}
|
|
1667
|
-
|
|
1668
|
-
if (this.
|
|
1669
|
-
for (let g of fromEnum(this.
|
|
1685
|
+
as(a, b, c, d, e, f) {
|
|
1686
|
+
if (this.ba.containsKey(c)) {
|
|
1687
|
+
for (let g of fromEnum(this.ba.item(c))) {
|
|
1670
1688
|
g(c, f, e);
|
|
1671
1689
|
}
|
|
1672
1690
|
}
|
|
1673
1691
|
this.adapter.setOrUpdateCollectionOnTarget(a, c, d, this.context, f, e);
|
|
1674
1692
|
return true;
|
|
1675
1693
|
}
|
|
1676
|
-
|
|
1694
|
+
cb(a, b, c) {
|
|
1677
1695
|
if (a.d == null) {
|
|
1678
1696
|
return a.g;
|
|
1679
1697
|
}
|
|
1680
1698
|
switch (a.d.knownType) {
|
|
1681
|
-
case 10: return this.
|
|
1682
|
-
case 7: return this.
|
|
1683
|
-
case 4: return this.
|
|
1684
|
-
case 6: return this.
|
|
1685
|
-
case 23: return this.
|
|
1686
|
-
case 9: return this.
|
|
1687
|
-
case 5: return this.
|
|
1688
|
-
case 16: return this.
|
|
1689
|
-
case 20: return this.
|
|
1690
|
-
case 22: return this.
|
|
1699
|
+
case 10: return this.bo(a, b, c);
|
|
1700
|
+
case 7: return this.bp(a);
|
|
1701
|
+
case 4: return this.bq(a);
|
|
1702
|
+
case 6: return this.br(a);
|
|
1703
|
+
case 23: return this.bv(a);
|
|
1704
|
+
case 9: return this.bo(a, b, c);
|
|
1705
|
+
case 5: return this.bs(a);
|
|
1706
|
+
case 16: return this.bt(a);
|
|
1707
|
+
case 20: return this.cq(a, c);
|
|
1708
|
+
case 22: return this.ct(a, c);
|
|
1691
1709
|
case 15: return null;
|
|
1692
|
-
case 3: return this.
|
|
1693
|
-
case 19: return this.
|
|
1694
|
-
case 8: return this.
|
|
1710
|
+
case 3: return this.bu(a);
|
|
1711
|
+
case 19: return this.cr(a, c);
|
|
1712
|
+
case 8: return this.bx(a, b, c);
|
|
1695
1713
|
case 13: return null;
|
|
1696
|
-
case 18: return this.
|
|
1697
|
-
case 1: return this.
|
|
1698
|
-
case 11: return this.
|
|
1699
|
-
case 14: return this.
|
|
1700
|
-
case 12: return this.
|
|
1701
|
-
case 2: return this.
|
|
1702
|
-
case 21: return this.
|
|
1703
|
-
case 17: return this.
|
|
1714
|
+
case 18: return this.cs(a, c);
|
|
1715
|
+
case 1: return this.by(a);
|
|
1716
|
+
case 11: return this.bz(a);
|
|
1717
|
+
case 14: return this.b0(a);
|
|
1718
|
+
case 12: return this.b1(a);
|
|
1719
|
+
case 2: return this.b2(a);
|
|
1720
|
+
case 21: return this.b3(a);
|
|
1721
|
+
case 17: return this.b4(a, b, c);
|
|
1704
1722
|
case 0: return null;
|
|
1705
1723
|
}
|
|
1706
1724
|
return null;
|
|
1707
1725
|
}
|
|
1708
|
-
|
|
1709
|
-
let d = this.
|
|
1726
|
+
b4(a, b, c) {
|
|
1727
|
+
let d = this.b5(a.g, a, b, c);
|
|
1710
1728
|
return d;
|
|
1711
1729
|
}
|
|
1712
|
-
|
|
1730
|
+
b5(a, b, c, d) {
|
|
1713
1731
|
if (typeof a === 'string') {
|
|
1714
1732
|
if (stringStartsWith(a, "@d:")) {
|
|
1715
1733
|
let v_ = a.substr(3);
|
|
@@ -1720,7 +1738,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1720
1738
|
let e = a;
|
|
1721
1739
|
let f = new Array(e.length);
|
|
1722
1740
|
for (let g = 0; g < e.length; g++) {
|
|
1723
|
-
let h = this.
|
|
1741
|
+
let h = this.b5(e[g], b, c, d);
|
|
1724
1742
|
f[g] = h;
|
|
1725
1743
|
}
|
|
1726
1744
|
a = f;
|
|
@@ -1728,25 +1746,25 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1728
1746
|
if (typeCast(DescriptionTreeNode.$, a) !== null) {
|
|
1729
1747
|
let i = a;
|
|
1730
1748
|
if (i.i == "EmbeddedRef") {
|
|
1731
|
-
return this.
|
|
1749
|
+
return this.b8(i.i, a, c, d, false, b.c.g, b.d);
|
|
1732
1750
|
}
|
|
1733
1751
|
}
|
|
1734
1752
|
return a;
|
|
1735
1753
|
}
|
|
1736
|
-
|
|
1754
|
+
b3(a) {
|
|
1737
1755
|
return a.g;
|
|
1738
1756
|
}
|
|
1739
|
-
|
|
1757
|
+
b2(a) {
|
|
1740
1758
|
return a.g != null ? a.g.toString() : null;
|
|
1741
1759
|
}
|
|
1742
|
-
|
|
1760
|
+
b1(a) {
|
|
1743
1761
|
let b = a.g;
|
|
1744
1762
|
let width_ = b.width;
|
|
1745
1763
|
let height_ = b.height;
|
|
1746
1764
|
let c = { width: width_, height: height_ };
|
|
1747
1765
|
return c;
|
|
1748
1766
|
}
|
|
1749
|
-
|
|
1767
|
+
b0(a) {
|
|
1750
1768
|
let b = a.g;
|
|
1751
1769
|
let top_ = b.top;
|
|
1752
1770
|
let left_ = b.left;
|
|
@@ -1755,14 +1773,14 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1755
1773
|
let c = { left: left_, top: top_, width: width_, height: height_ };
|
|
1756
1774
|
return c;
|
|
1757
1775
|
}
|
|
1758
|
-
|
|
1776
|
+
bz(a) {
|
|
1759
1777
|
let b = a.g;
|
|
1760
1778
|
let x_ = b.x;
|
|
1761
1779
|
let y_ = b.y;
|
|
1762
1780
|
let c = { x: x_, y: y_ };
|
|
1763
1781
|
return c;
|
|
1764
1782
|
}
|
|
1765
|
-
|
|
1783
|
+
by(a) {
|
|
1766
1784
|
if (a.g == null) {
|
|
1767
1785
|
if (a.d != null && ((a.d.specificType == "double" || a.d.specificType == "float") || (a.d.specificExternalType == "double" || a.d.specificExternalType == "float"))) {
|
|
1768
1786
|
return NaN;
|
|
@@ -1791,19 +1809,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1791
1809
|
}
|
|
1792
1810
|
return b;
|
|
1793
1811
|
}
|
|
1794
|
-
|
|
1795
|
-
if (this.
|
|
1796
|
-
let b = this.
|
|
1812
|
+
f(a) {
|
|
1813
|
+
if (this.a7.containsKey(a)) {
|
|
1814
|
+
let b = this.a7.item(a);
|
|
1797
1815
|
return b;
|
|
1798
1816
|
}
|
|
1799
1817
|
let c = new DescriptionRef(a);
|
|
1800
|
-
this.
|
|
1818
|
+
this.a7.addItem(a, c);
|
|
1801
1819
|
return c;
|
|
1802
1820
|
}
|
|
1803
|
-
|
|
1804
|
-
return a.g == null ? null : this.
|
|
1821
|
+
cs(a, b) {
|
|
1822
|
+
return a.g == null ? null : this.f(a.g);
|
|
1805
1823
|
}
|
|
1806
|
-
|
|
1824
|
+
bx(a, b, c) {
|
|
1807
1825
|
let d = a.d.specificType;
|
|
1808
1826
|
if (d == null) {
|
|
1809
1827
|
d = a.d.specificExternalType;
|
|
@@ -1814,54 +1832,54 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1814
1832
|
d = e.a("Type").b;
|
|
1815
1833
|
}
|
|
1816
1834
|
}
|
|
1817
|
-
let f = this.
|
|
1835
|
+
let f = this.b8(d, a.g, b, c, false, a.c.g, a.d);
|
|
1818
1836
|
return f;
|
|
1819
1837
|
}
|
|
1820
|
-
|
|
1821
|
-
return a.g == null ? null : this.
|
|
1838
|
+
cr(a, b) {
|
|
1839
|
+
return a.g == null ? null : this.f(a.g);
|
|
1822
1840
|
}
|
|
1823
|
-
|
|
1841
|
+
bu(a) {
|
|
1824
1842
|
if (typeof a.g === 'string') {
|
|
1825
1843
|
let v_ = a.g;
|
|
1826
1844
|
a.g = new Date(v_);
|
|
1827
1845
|
}
|
|
1828
1846
|
return a.g;
|
|
1829
1847
|
}
|
|
1830
|
-
|
|
1831
|
-
return a.g == null ? null : this.
|
|
1848
|
+
cq(a, b) {
|
|
1849
|
+
return a.g == null ? null : this.f(a.g);
|
|
1832
1850
|
}
|
|
1833
|
-
|
|
1834
|
-
return a.g == null ? null : this.
|
|
1851
|
+
ct(a, b) {
|
|
1852
|
+
return a.g == null ? null : this.f(a.g);
|
|
1835
1853
|
}
|
|
1836
|
-
|
|
1854
|
+
cv(a) {
|
|
1837
1855
|
return a;
|
|
1838
1856
|
}
|
|
1839
|
-
|
|
1857
|
+
bt(a) {
|
|
1840
1858
|
let b = a.g;
|
|
1841
1859
|
if (b == null) {
|
|
1842
1860
|
return null;
|
|
1843
1861
|
}
|
|
1844
1862
|
let c = new Array(b.length);
|
|
1845
1863
|
for (let d = 0; d < b.length; d++) {
|
|
1846
|
-
c[d] = this.
|
|
1864
|
+
c[d] = this.cv(b[d]);
|
|
1847
1865
|
}
|
|
1848
1866
|
return c;
|
|
1849
1867
|
}
|
|
1850
|
-
|
|
1851
|
-
return this.
|
|
1868
|
+
bs(a) {
|
|
1869
|
+
return this.cv(a.g);
|
|
1852
1870
|
}
|
|
1853
|
-
|
|
1871
|
+
br(a) {
|
|
1854
1872
|
let b = a.g;
|
|
1855
1873
|
if (b == null) {
|
|
1856
1874
|
return null;
|
|
1857
1875
|
}
|
|
1858
1876
|
let c = new Array(b.length);
|
|
1859
1877
|
for (let d = 0; d < b.length; d++) {
|
|
1860
|
-
c[d] = this.
|
|
1878
|
+
c[d] = this.cu(b[d]);
|
|
1861
1879
|
}
|
|
1862
1880
|
return c;
|
|
1863
1881
|
}
|
|
1864
|
-
|
|
1882
|
+
bv(a) {
|
|
1865
1883
|
let b = a.g;
|
|
1866
1884
|
if (b == null) {
|
|
1867
1885
|
return null;
|
|
@@ -1872,59 +1890,59 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1872
1890
|
}
|
|
1873
1891
|
return c;
|
|
1874
1892
|
}
|
|
1875
|
-
|
|
1893
|
+
cu(a) {
|
|
1876
1894
|
return a;
|
|
1877
1895
|
}
|
|
1878
|
-
|
|
1879
|
-
return this.
|
|
1896
|
+
bq(a) {
|
|
1897
|
+
return this.cu(a.g);
|
|
1880
1898
|
}
|
|
1881
|
-
|
|
1899
|
+
bp(a) {
|
|
1882
1900
|
return a.g;
|
|
1883
1901
|
}
|
|
1884
1902
|
addTargetPropertyUpdatingListener(a) {
|
|
1885
|
-
this.
|
|
1903
|
+
this.bi.add(a);
|
|
1886
1904
|
}
|
|
1887
1905
|
removeTargetPropertyUpdatingListener(a) {
|
|
1888
|
-
this.
|
|
1906
|
+
this.bi.remove(a);
|
|
1889
1907
|
}
|
|
1890
1908
|
addPropertyUpdatingListener(a, b) {
|
|
1891
|
-
if (!this.
|
|
1892
|
-
this.
|
|
1909
|
+
if (!this.ba.containsKey(a)) {
|
|
1910
|
+
this.ba.addItem(a, new List$1(Delegate_$type, 0));
|
|
1893
1911
|
}
|
|
1894
|
-
this.
|
|
1912
|
+
this.ba.item(a).add(b);
|
|
1895
1913
|
}
|
|
1896
1914
|
addReferenceLookupListener(a) {
|
|
1897
|
-
this.
|
|
1915
|
+
this.be.add(a);
|
|
1898
1916
|
}
|
|
1899
1917
|
removeReferenceLookupListener(a) {
|
|
1900
|
-
this.
|
|
1918
|
+
this.be.remove(a);
|
|
1901
1919
|
}
|
|
1902
1920
|
removePropertyUpdatingListener(a, b) {
|
|
1903
|
-
if (this.
|
|
1904
|
-
this.
|
|
1905
|
-
if (this.
|
|
1906
|
-
this.
|
|
1921
|
+
if (this.ba.containsKey(a)) {
|
|
1922
|
+
this.ba.item(a).remove(b);
|
|
1923
|
+
if (this.ba.item(a).count == 0) {
|
|
1924
|
+
this.ba.removeItem(a);
|
|
1907
1925
|
}
|
|
1908
1926
|
}
|
|
1909
1927
|
}
|
|
1910
1928
|
addNamespaceLookupListener(a) {
|
|
1911
|
-
this.
|
|
1929
|
+
this.bg.add(a);
|
|
1912
1930
|
}
|
|
1913
1931
|
removeNamespaceLookupListener(a) {
|
|
1914
|
-
this.
|
|
1932
|
+
this.bg.remove(a);
|
|
1915
1933
|
}
|
|
1916
1934
|
addCleanupListener(a) {
|
|
1917
|
-
if (this.
|
|
1918
|
-
this.
|
|
1935
|
+
if (this.bd == null) {
|
|
1936
|
+
this.bd = new List$1(Delegate_$type, 0);
|
|
1919
1937
|
}
|
|
1920
|
-
this.
|
|
1938
|
+
this.bd.add(a);
|
|
1921
1939
|
}
|
|
1922
1940
|
removeCleanupListener(a) {
|
|
1923
|
-
if (this.
|
|
1924
|
-
this.
|
|
1941
|
+
if (this.bd != null) {
|
|
1942
|
+
this.bd.remove(a);
|
|
1925
1943
|
}
|
|
1926
1944
|
}
|
|
1927
|
-
|
|
1945
|
+
bo(a, b, c) {
|
|
1928
1946
|
if (a.g == null) {
|
|
1929
1947
|
return null;
|
|
1930
1948
|
}
|
|
@@ -1948,18 +1966,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1948
1966
|
h = i.a("Type").b;
|
|
1949
1967
|
}
|
|
1950
1968
|
}
|
|
1951
|
-
let j = this.
|
|
1969
|
+
let j = this.b8(h, d[g], b, c, false, a.c.g, a.d);
|
|
1952
1970
|
e.add1(j);
|
|
1953
1971
|
}
|
|
1954
1972
|
return e.toArray();
|
|
1955
1973
|
}
|
|
1956
|
-
|
|
1974
|
+
em(a, b, c, d, e, f, g) {
|
|
1957
1975
|
if (typeCast(DescriptionRef.$, e) !== null) {
|
|
1958
1976
|
let h = e;
|
|
1959
1977
|
let i = false;
|
|
1960
1978
|
if (f != null && typeof f === 'string') {
|
|
1961
1979
|
if (this.hasRef(f)) {
|
|
1962
|
-
let j = this.
|
|
1980
|
+
let j = this.g(f);
|
|
1963
1981
|
if (Base.equalsStatic(j, e)) {
|
|
1964
1982
|
i = true;
|
|
1965
1983
|
}
|
|
@@ -1968,13 +1986,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1968
1986
|
}
|
|
1969
1987
|
}
|
|
1970
1988
|
}
|
|
1971
|
-
if (this.
|
|
1989
|
+
if (this.v(e)) {
|
|
1972
1990
|
let k = e;
|
|
1973
|
-
if (k.e != null && k.e.length > 0 && this.
|
|
1991
|
+
if (k.e != null && k.e.length > 0 && this.a9.containsKey(k.e)) {
|
|
1974
1992
|
k.a = true;
|
|
1975
1993
|
}
|
|
1976
|
-
e = this.
|
|
1977
|
-
this.
|
|
1994
|
+
e = this.cd(e);
|
|
1995
|
+
this.en(g, c, d, e, f, k);
|
|
1978
1996
|
}
|
|
1979
1997
|
else {
|
|
1980
1998
|
this.adapter.onPendingRef(g, c, d, e);
|
|
@@ -1982,21 +2000,33 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1982
2000
|
let l = null;
|
|
1983
2001
|
l = (m, n) => {
|
|
1984
2002
|
let o = m;
|
|
1985
|
-
if (o.e != null && o.e.length > 0 && this.
|
|
2003
|
+
if (o.e != null && o.e.length > 0 && this.a9.containsKey(o.e)) {
|
|
1986
2004
|
o.a = true;
|
|
1987
2005
|
}
|
|
1988
|
-
let p = this.
|
|
1989
|
-
this.
|
|
2006
|
+
let p = this.cd(m);
|
|
2007
|
+
this.en(g, c, d, p, n.b, o);
|
|
1990
2008
|
};
|
|
1991
2009
|
if (!i) {
|
|
1992
2010
|
h.g(a, g, c, l);
|
|
2011
|
+
if (typeCast(DescriptionRef.$, e) !== null) {
|
|
2012
|
+
let m = e;
|
|
2013
|
+
let n = false;
|
|
2014
|
+
if (m.e != null && m.e.length > 0) {
|
|
2015
|
+
let o = this.e(m.e);
|
|
2016
|
+
if (o != null && o.found) {
|
|
2017
|
+
n = true;
|
|
2018
|
+
let p = o.referenceValue;
|
|
2019
|
+
this.provideRefValue(a, m.e, p);
|
|
2020
|
+
}
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
1993
2023
|
}
|
|
1994
2024
|
return;
|
|
1995
2025
|
}
|
|
1996
|
-
this.
|
|
2026
|
+
this.en(g, c, d, e, f, null);
|
|
1997
2027
|
}
|
|
1998
|
-
|
|
1999
|
-
return this.
|
|
2028
|
+
w(a) {
|
|
2029
|
+
return this.bb.containsKey(a);
|
|
2000
2030
|
}
|
|
2001
2031
|
get shouldNamespaceSystemRefValues() {
|
|
2002
2032
|
return this._shouldNamespaceSystemRefValues;
|
|
@@ -2004,114 +2034,117 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2004
2034
|
set shouldNamespaceSystemRefValues(a) {
|
|
2005
2035
|
this._shouldNamespaceSystemRefValues = a;
|
|
2006
2036
|
}
|
|
2007
|
-
|
|
2037
|
+
dx(a, b, c, d) {
|
|
2008
2038
|
let e = null;
|
|
2009
2039
|
if (d) {
|
|
2010
|
-
if (this.
|
|
2011
|
-
e = this.
|
|
2040
|
+
if (this.bb.containsKey(b)) {
|
|
2041
|
+
e = this.bb.item(b);
|
|
2012
2042
|
}
|
|
2013
|
-
this.
|
|
2043
|
+
this.bb.item(b, c);
|
|
2014
2044
|
if (c != null) {
|
|
2015
|
-
this.
|
|
2045
|
+
if (e != null && this.a6.containsKey(e)) {
|
|
2046
|
+
this.a6.removeItem(e);
|
|
2047
|
+
}
|
|
2048
|
+
this.a6.item(c, b);
|
|
2016
2049
|
}
|
|
2017
2050
|
}
|
|
2018
2051
|
else {
|
|
2019
2052
|
if (this.shouldNamespaceSystemRefValues) {
|
|
2020
2053
|
let f = "";
|
|
2021
|
-
if (this.
|
|
2022
|
-
for (let g = 0; g < this.
|
|
2023
|
-
f = this.
|
|
2054
|
+
if (this.bg != null && this.bg.count > 0) {
|
|
2055
|
+
for (let g = 0; g < this.bg.count; g++) {
|
|
2056
|
+
f = this.bg._inner[g](a);
|
|
2024
2057
|
}
|
|
2025
2058
|
}
|
|
2026
2059
|
if (!stringIsNullOrEmpty(f)) {
|
|
2027
2060
|
b = f + "/" + b;
|
|
2028
2061
|
}
|
|
2029
2062
|
}
|
|
2030
|
-
if (this.
|
|
2031
|
-
e = this.
|
|
2063
|
+
if (this.a9.containsKey(b)) {
|
|
2064
|
+
e = this.a9.item(b);
|
|
2032
2065
|
}
|
|
2033
|
-
this.
|
|
2066
|
+
this.a9.item(b, c);
|
|
2034
2067
|
if (c != null) {
|
|
2035
|
-
this.
|
|
2068
|
+
this.a6.item(c, b);
|
|
2036
2069
|
}
|
|
2037
|
-
if (this.
|
|
2038
|
-
this.
|
|
2070
|
+
if (this.a7.containsKey(b)) {
|
|
2071
|
+
this.a7.item(b).a = true;
|
|
2039
2072
|
}
|
|
2040
2073
|
}
|
|
2041
|
-
if (this.
|
|
2042
|
-
this.
|
|
2074
|
+
if (this.a7.containsKey(b)) {
|
|
2075
|
+
this.a7.item(b).f(e, c);
|
|
2043
2076
|
}
|
|
2044
2077
|
}
|
|
2045
2078
|
removeRefValueCore(a, b, c) {
|
|
2046
2079
|
let d = null;
|
|
2047
2080
|
if (c) {
|
|
2048
|
-
if (this.
|
|
2049
|
-
d = this.
|
|
2081
|
+
if (this.bb.containsKey(b)) {
|
|
2082
|
+
d = this.bb.item(b);
|
|
2050
2083
|
}
|
|
2051
|
-
this.
|
|
2052
|
-
if (d != null && this.
|
|
2053
|
-
this.
|
|
2084
|
+
this.bb.removeItem(b);
|
|
2085
|
+
if (d != null && this.a6.containsKey(d)) {
|
|
2086
|
+
this.a6.removeItem(d);
|
|
2054
2087
|
}
|
|
2055
2088
|
}
|
|
2056
2089
|
else {
|
|
2057
2090
|
if (this.shouldNamespaceSystemRefValues) {
|
|
2058
2091
|
let e = "";
|
|
2059
|
-
if (this.
|
|
2060
|
-
for (let f = 0; f < this.
|
|
2061
|
-
e = this.
|
|
2092
|
+
if (this.bg != null && this.bg.count > 0) {
|
|
2093
|
+
for (let f = 0; f < this.bg.count; f++) {
|
|
2094
|
+
e = this.bg._inner[f](a);
|
|
2062
2095
|
}
|
|
2063
2096
|
}
|
|
2064
2097
|
if (!stringIsNullOrEmpty(e)) {
|
|
2065
2098
|
b = e + "/" + b;
|
|
2066
2099
|
}
|
|
2067
2100
|
}
|
|
2068
|
-
if (this.
|
|
2069
|
-
d = this.
|
|
2101
|
+
if (this.a9.containsKey(b)) {
|
|
2102
|
+
d = this.a9.item(b);
|
|
2070
2103
|
}
|
|
2071
|
-
this.
|
|
2072
|
-
if (d != null && this.
|
|
2073
|
-
this.
|
|
2104
|
+
this.a9.removeItem(b);
|
|
2105
|
+
if (d != null && this.a6.containsKey(d)) {
|
|
2106
|
+
this.a6.removeItem(d);
|
|
2074
2107
|
}
|
|
2075
2108
|
}
|
|
2076
|
-
if (this.
|
|
2077
|
-
this.
|
|
2078
|
-
if (this.
|
|
2079
|
-
this.
|
|
2080
|
-
this.
|
|
2109
|
+
if (this.a7.containsKey(b)) {
|
|
2110
|
+
this.a7.item(b).f(d, this.cd(this.a7.item(b)));
|
|
2111
|
+
if (this.a7.item(b).c <= 0) {
|
|
2112
|
+
this.a7.item(b).h();
|
|
2113
|
+
this.a7.removeItem(b);
|
|
2081
2114
|
}
|
|
2082
2115
|
}
|
|
2083
2116
|
}
|
|
2084
2117
|
clearUserRefValues() {
|
|
2085
2118
|
let a = new List$1(String_$type, 0);
|
|
2086
|
-
for (let b of fromEnum(this.
|
|
2119
|
+
for (let b of fromEnum(this.bb.keys)) {
|
|
2087
2120
|
a.add(b);
|
|
2088
2121
|
}
|
|
2089
2122
|
for (let c of fromEnum(a)) {
|
|
2090
2123
|
this.removeRefValueCore(null, c, true);
|
|
2091
2124
|
}
|
|
2092
2125
|
}
|
|
2093
|
-
|
|
2094
|
-
return this.
|
|
2126
|
+
v(a) {
|
|
2127
|
+
return this.bb.containsKey(a.e) || this.a9.containsKey(a.e);
|
|
2095
2128
|
}
|
|
2096
|
-
|
|
2097
|
-
if (this.
|
|
2098
|
-
return this.
|
|
2129
|
+
cd(a) {
|
|
2130
|
+
if (this.bb.containsKey(a.e)) {
|
|
2131
|
+
return this.bb.item(a.e);
|
|
2099
2132
|
}
|
|
2100
|
-
if (this.
|
|
2101
|
-
return this.
|
|
2133
|
+
if (this.a9.containsKey(a.e)) {
|
|
2134
|
+
return this.a9.item(a.e);
|
|
2102
2135
|
}
|
|
2103
2136
|
return null;
|
|
2104
2137
|
}
|
|
2105
2138
|
hasRef(a) {
|
|
2106
|
-
return this.
|
|
2139
|
+
return this.a7.containsKey(a);
|
|
2107
2140
|
}
|
|
2108
|
-
|
|
2109
|
-
return this.
|
|
2141
|
+
g(a) {
|
|
2142
|
+
return this.a7.item(a);
|
|
2110
2143
|
}
|
|
2111
2144
|
getMissingRefs() {
|
|
2112
2145
|
let a = new List$1(String_$type, 0);
|
|
2113
|
-
for (let b of fromEnum(this.
|
|
2114
|
-
if (!this.
|
|
2146
|
+
for (let b of fromEnum(this.a7.keys)) {
|
|
2147
|
+
if (!this.v(this.a7.item(b))) {
|
|
2115
2148
|
a.add(b);
|
|
2116
2149
|
}
|
|
2117
2150
|
}
|
|
@@ -2119,8 +2152,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2119
2152
|
}
|
|
2120
2153
|
getRefChangeInfos(a) {
|
|
2121
2154
|
let b = new List$1(DescriptionRefTargetInfo.$, 0);
|
|
2122
|
-
if (this.
|
|
2123
|
-
for (let c of fromEnum(this.
|
|
2155
|
+
if (this.a7.containsKey(a)) {
|
|
2156
|
+
for (let c of fromEnum(this.a7.item(a).b)) {
|
|
2124
2157
|
b.add(((() => {
|
|
2125
2158
|
let $ret = new DescriptionRefTargetInfo();
|
|
2126
2159
|
$ret.container = c.b;
|
|
@@ -2132,29 +2165,29 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2132
2165
|
}
|
|
2133
2166
|
return b.toArray();
|
|
2134
2167
|
}
|
|
2135
|
-
|
|
2168
|
+
ce(a, b, c) {
|
|
2136
2169
|
return b.j(c.c.g);
|
|
2137
2170
|
}
|
|
2138
|
-
|
|
2139
|
-
let d = this.
|
|
2140
|
-
this.
|
|
2171
|
+
am(a, b, c) {
|
|
2172
|
+
let d = this.ce(a, b, c);
|
|
2173
|
+
this.ar(a, b, c, d);
|
|
2141
2174
|
return true;
|
|
2142
2175
|
}
|
|
2143
|
-
|
|
2176
|
+
ar(a, b, c, d) {
|
|
2144
2177
|
this.adapter.resetPropertyOnTarget(a, c.i(ComponentRenderer.platform), c.d, d);
|
|
2145
2178
|
return true;
|
|
2146
2179
|
}
|
|
2147
|
-
|
|
2180
|
+
al(a, b, c) {
|
|
2148
2181
|
if (c.c == null) {
|
|
2149
|
-
return this.
|
|
2182
|
+
return this.aq(a, b, c);
|
|
2150
2183
|
}
|
|
2151
2184
|
else {
|
|
2152
|
-
let d = this.
|
|
2153
|
-
this.
|
|
2185
|
+
let d = this.ce(a, b, c);
|
|
2186
|
+
this.ef(a, b, c, d);
|
|
2154
2187
|
}
|
|
2155
2188
|
return true;
|
|
2156
2189
|
}
|
|
2157
|
-
|
|
2190
|
+
ef(a, b, c, d) {
|
|
2158
2191
|
let e = c.i(ComponentRenderer.platform);
|
|
2159
2192
|
let f = c.d.collectionElementType;
|
|
2160
2193
|
if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
|
|
@@ -2166,22 +2199,22 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2166
2199
|
if (f == null) {
|
|
2167
2200
|
f = c.d.specificExternalType;
|
|
2168
2201
|
}
|
|
2169
|
-
let h = this.
|
|
2202
|
+
let h = this.b8(f, c.g, a, b, false, c.c.g, c.d);
|
|
2170
2203
|
this.adapter.replaceItemInCollection(e, c.d, d, c.e, h);
|
|
2171
2204
|
if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
|
|
2172
2205
|
let i = c.h.g;
|
|
2173
2206
|
if (i >= 0) {
|
|
2174
2207
|
let j = b.j(i);
|
|
2175
2208
|
if (j != null) {
|
|
2176
|
-
this.
|
|
2209
|
+
this.dh(a, j, b);
|
|
2177
2210
|
}
|
|
2178
2211
|
}
|
|
2179
2212
|
}
|
|
2180
2213
|
}
|
|
2181
|
-
|
|
2214
|
+
aq(a, b, c) {
|
|
2182
2215
|
let d = this.adapter.getRootObject(a);
|
|
2183
2216
|
if (d != null) {
|
|
2184
|
-
this.
|
|
2217
|
+
this.dh(a, d, b);
|
|
2185
2218
|
}
|
|
2186
2219
|
if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
|
|
2187
2220
|
throw new NotImplementedException(0);
|
|
@@ -2190,40 +2223,40 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2190
2223
|
let f = false;
|
|
2191
2224
|
this.adapter.replaceRootItem(a, e.i, this.context, (g) => {
|
|
2192
2225
|
let h = this.adapter.getRootObject(a);
|
|
2193
|
-
b.k(a, e.g, h, e, runOn(this, this.
|
|
2194
|
-
let i = this.
|
|
2195
|
-
this.
|
|
2226
|
+
b.k(a, e.g, h, e, runOn(this, this.dx), -1);
|
|
2227
|
+
let i = this.bj(e);
|
|
2228
|
+
this.dv(a, b, i);
|
|
2196
2229
|
f = true;
|
|
2197
2230
|
if (g) {
|
|
2198
|
-
this.
|
|
2231
|
+
this.ei(a, b);
|
|
2199
2232
|
}
|
|
2200
2233
|
});
|
|
2201
2234
|
return f;
|
|
2202
2235
|
}
|
|
2203
|
-
|
|
2204
|
-
let d = this.
|
|
2205
|
-
for (let e of fromEnum(this.
|
|
2236
|
+
dh(a, b, c) {
|
|
2237
|
+
let d = this.bm(a, b, c);
|
|
2238
|
+
for (let e of fromEnum(this.a7.values)) {
|
|
2206
2239
|
e.i(b);
|
|
2207
2240
|
}
|
|
2208
2241
|
if (d != -1) {
|
|
2209
2242
|
c.l(this, a, d, runOn(this, this.removeRefValueCore));
|
|
2210
2243
|
}
|
|
2211
|
-
this.
|
|
2244
|
+
this.l.b(ComponentRenderer.platform, b);
|
|
2212
2245
|
}
|
|
2213
|
-
|
|
2246
|
+
bm(a, b, c) {
|
|
2214
2247
|
return c.h(b);
|
|
2215
2248
|
}
|
|
2216
|
-
|
|
2249
|
+
ak(a, b, c) {
|
|
2217
2250
|
if (c.c == null) {
|
|
2218
|
-
return this.
|
|
2251
|
+
return this.ap(a, b, c);
|
|
2219
2252
|
}
|
|
2220
2253
|
else {
|
|
2221
|
-
let d = this.
|
|
2222
|
-
this.
|
|
2254
|
+
let d = this.ce(a, b, c);
|
|
2255
|
+
this.d1(a, b, c, d);
|
|
2223
2256
|
}
|
|
2224
2257
|
return true;
|
|
2225
2258
|
}
|
|
2226
|
-
|
|
2259
|
+
d1(a, b, c, d) {
|
|
2227
2260
|
let e = c.i(ComponentRenderer.platform);
|
|
2228
2261
|
this.adapter.removeItemFromCollection(e, c.d, d, c.f);
|
|
2229
2262
|
if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
|
|
@@ -2231,36 +2264,36 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2231
2264
|
if (f >= 0) {
|
|
2232
2265
|
let g = b.j(f);
|
|
2233
2266
|
if (g != null) {
|
|
2234
|
-
this.
|
|
2267
|
+
this.dh(a, g, b);
|
|
2235
2268
|
}
|
|
2236
2269
|
}
|
|
2237
2270
|
}
|
|
2238
2271
|
}
|
|
2239
|
-
|
|
2272
|
+
ap(a, b, c) {
|
|
2240
2273
|
let d = this.adapter.getRootObject(a);
|
|
2241
2274
|
if (d != null) {
|
|
2242
|
-
this.
|
|
2275
|
+
this.dh(a, d, b);
|
|
2243
2276
|
}
|
|
2244
2277
|
let e = false;
|
|
2245
2278
|
this.adapter.removeRootItem(a, this.context, (f) => {
|
|
2246
2279
|
e = true;
|
|
2247
2280
|
if (f) {
|
|
2248
|
-
this.
|
|
2281
|
+
this.ei(a, b);
|
|
2249
2282
|
}
|
|
2250
2283
|
});
|
|
2251
2284
|
return e;
|
|
2252
2285
|
}
|
|
2253
|
-
|
|
2286
|
+
af(a, b, c) {
|
|
2254
2287
|
if (c.c == null) {
|
|
2255
|
-
return this.
|
|
2288
|
+
return this.o(a, b, c);
|
|
2256
2289
|
}
|
|
2257
2290
|
else {
|
|
2258
|
-
let d = this.
|
|
2259
|
-
this.
|
|
2291
|
+
let d = this.ce(a, b, c);
|
|
2292
|
+
this.c6(a, b, c, d);
|
|
2260
2293
|
}
|
|
2261
2294
|
return true;
|
|
2262
2295
|
}
|
|
2263
|
-
|
|
2296
|
+
o(a, b, c) {
|
|
2264
2297
|
if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
|
|
2265
2298
|
throw new NotImplementedException(0);
|
|
2266
2299
|
}
|
|
@@ -2268,17 +2301,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2268
2301
|
let e = false;
|
|
2269
2302
|
this.adapter.replaceRootItem(a, d.i, this.context, (f) => {
|
|
2270
2303
|
let g = this.adapter.getRootObject(a);
|
|
2271
|
-
b.k(a, d.g, g, d, runOn(this, this.
|
|
2272
|
-
let h = this.
|
|
2273
|
-
this.
|
|
2304
|
+
b.k(a, d.g, g, d, runOn(this, this.dx), -1);
|
|
2305
|
+
let h = this.bj(d);
|
|
2306
|
+
this.dv(a, b, h);
|
|
2274
2307
|
e = true;
|
|
2275
2308
|
if (f) {
|
|
2276
|
-
this.
|
|
2309
|
+
this.ei(a, b);
|
|
2277
2310
|
}
|
|
2278
2311
|
});
|
|
2279
2312
|
return e;
|
|
2280
2313
|
}
|
|
2281
|
-
|
|
2314
|
+
c6(a, b, c, d) {
|
|
2282
2315
|
let e = c.i(ComponentRenderer.platform);
|
|
2283
2316
|
let f = c.d.collectionElementType;
|
|
2284
2317
|
if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
|
|
@@ -2290,11 +2323,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2290
2323
|
if (f == null) {
|
|
2291
2324
|
f = c.d.specificExternalType;
|
|
2292
2325
|
}
|
|
2293
|
-
let h = this.
|
|
2326
|
+
let h = this.b8(f, c.g, a, b, false, c.c.g, c.d);
|
|
2294
2327
|
this.adapter.addItemToCollection(e, c.d, d, c.e, h);
|
|
2295
2328
|
}
|
|
2296
|
-
|
|
2297
|
-
if (this.
|
|
2329
|
+
b8(a, b, c, d, e, f, g) {
|
|
2330
|
+
if (this.z(a)) {
|
|
2298
2331
|
return b;
|
|
2299
2332
|
}
|
|
2300
2333
|
let h = null;
|
|
@@ -2306,17 +2339,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2306
2339
|
if (!stringIsNullOrEmpty(j)) {
|
|
2307
2340
|
if (this.shouldNamespaceSystemRefValues) {
|
|
2308
2341
|
let k = "";
|
|
2309
|
-
if (this.
|
|
2310
|
-
for (let l = 0; l < this.
|
|
2311
|
-
k = this.
|
|
2342
|
+
if (this.bg != null && this.bg.count > 0) {
|
|
2343
|
+
for (let l = 0; l < this.bg.count; l++) {
|
|
2344
|
+
k = this.bg._inner[l](c);
|
|
2312
2345
|
}
|
|
2313
2346
|
}
|
|
2314
2347
|
if (!stringIsNullOrEmpty(k)) {
|
|
2315
2348
|
j = k + "/" + j;
|
|
2316
2349
|
}
|
|
2317
2350
|
}
|
|
2318
|
-
if (this.
|
|
2319
|
-
let m = this.
|
|
2351
|
+
if (this.a9.containsKey(j)) {
|
|
2352
|
+
let m = this.a9.item(j);
|
|
2320
2353
|
h = m;
|
|
2321
2354
|
}
|
|
2322
2355
|
}
|
|
@@ -2345,33 +2378,33 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2345
2378
|
}
|
|
2346
2379
|
}
|
|
2347
2380
|
if (p != null) {
|
|
2348
|
-
for (let r = 0; r < this.
|
|
2349
|
-
let s = this.
|
|
2381
|
+
for (let r = 0; r < this.be.count; r++) {
|
|
2382
|
+
let s = this.be._inner[r](c, o, p);
|
|
2350
2383
|
if (s != null) {
|
|
2351
2384
|
return s;
|
|
2352
2385
|
}
|
|
2353
2386
|
}
|
|
2354
2387
|
if (o == "name") {
|
|
2355
2388
|
let t = p;
|
|
2356
|
-
if (this.
|
|
2357
|
-
return this.
|
|
2389
|
+
if (this.a9.containsKey(t)) {
|
|
2390
|
+
return this.a9.item(t);
|
|
2358
2391
|
}
|
|
2359
2392
|
}
|
|
2360
2393
|
return null;
|
|
2361
2394
|
}
|
|
2362
2395
|
}
|
|
2363
2396
|
else {
|
|
2364
|
-
if (!this.
|
|
2365
|
-
this.
|
|
2397
|
+
if (!this.a8.containsKey(c)) {
|
|
2398
|
+
this.a8.addItem(c, ((() => {
|
|
2366
2399
|
let $ret = new ContainerState();
|
|
2367
2400
|
$ret.i = c;
|
|
2368
2401
|
return $ret;
|
|
2369
2402
|
})()));
|
|
2370
|
-
d = this.
|
|
2403
|
+
d = this.a8.item(c);
|
|
2371
2404
|
}
|
|
2372
|
-
d.k(c, n.g, h, n, runOn(this, this.
|
|
2373
|
-
let u = this.
|
|
2374
|
-
this.
|
|
2405
|
+
d.k(c, n.g, h, n, runOn(this, this.dx), f);
|
|
2406
|
+
let u = this.bj(n);
|
|
2407
|
+
this.dv(c, d, u);
|
|
2375
2408
|
if (e) {
|
|
2376
2409
|
d.l(this, c, n.g, runOn(this, this.removeRefValueCore));
|
|
2377
2410
|
}
|
|
@@ -2385,23 +2418,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2385
2418
|
return x;
|
|
2386
2419
|
}
|
|
2387
2420
|
if (!v && typeof b === 'string' && a.toLowerCase() != "string") {
|
|
2388
|
-
return this.
|
|
2421
|
+
return this.bw(a, b, g);
|
|
2389
2422
|
}
|
|
2390
2423
|
if (v) {
|
|
2391
2424
|
return b;
|
|
2392
2425
|
}
|
|
2393
2426
|
return h;
|
|
2394
2427
|
}
|
|
2395
|
-
|
|
2428
|
+
z(a) {
|
|
2396
2429
|
return a == "int" || a == "Int32" || a == "short" || a == "Int16" || a == "double" || a == "Double" || a == "float" || a == "Float" || a == "Single" || a == "single" || a == "DateTime" || a == "decimal" || a == "Decimal" || a == "long" || a == "Int64" || a == "byte" || a == "bool" || a == "string" || a == "String";
|
|
2397
2430
|
}
|
|
2398
|
-
|
|
2399
|
-
return this.context.t(a, b, c, this.
|
|
2431
|
+
bw(a, b, c) {
|
|
2432
|
+
return this.context.t(a, b, c, this.p());
|
|
2400
2433
|
}
|
|
2401
|
-
|
|
2434
|
+
p() {
|
|
2402
2435
|
return true;
|
|
2403
2436
|
}
|
|
2404
|
-
|
|
2437
|
+
bj(a) {
|
|
2405
2438
|
let b = a.f();
|
|
2406
2439
|
let c = new List$1(DescriptionTreeAction.$, 0);
|
|
2407
2440
|
for (let d = 0; d < b.count; d++) {
|
|
@@ -2421,17 +2454,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2421
2454
|
}
|
|
2422
2455
|
return c;
|
|
2423
2456
|
}
|
|
2424
|
-
|
|
2457
|
+
ae(a, b, c) {
|
|
2425
2458
|
if (c.c == null) {
|
|
2426
|
-
return this.
|
|
2459
|
+
return this.t(a, b, c);
|
|
2427
2460
|
}
|
|
2428
2461
|
else {
|
|
2429
|
-
let d = this.
|
|
2430
|
-
this.
|
|
2462
|
+
let d = this.ce(a, b, c);
|
|
2463
|
+
this.de(a, b, c, d);
|
|
2431
2464
|
}
|
|
2432
2465
|
return true;
|
|
2433
2466
|
}
|
|
2434
|
-
|
|
2467
|
+
de(a, b, c, d) {
|
|
2435
2468
|
let e = c.i(ComponentRenderer.platform);
|
|
2436
2469
|
this.adapter.clearCollection(d, e, c.d);
|
|
2437
2470
|
if (c.h != null && typeCast(Array_$type, c.h) !== null) {
|
|
@@ -2443,37 +2476,37 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2443
2476
|
if (i >= 0) {
|
|
2444
2477
|
let j = b.j(i);
|
|
2445
2478
|
if (j != null) {
|
|
2446
|
-
this.
|
|
2479
|
+
this.dh(a, j, b);
|
|
2447
2480
|
}
|
|
2448
2481
|
}
|
|
2449
2482
|
}
|
|
2450
2483
|
}
|
|
2451
2484
|
}
|
|
2452
2485
|
}
|
|
2453
|
-
|
|
2454
|
-
if (this.
|
|
2455
|
-
for (let g of fromEnum(this.
|
|
2486
|
+
en(a, b, c, d, e, f) {
|
|
2487
|
+
if (this.ba.containsKey(b)) {
|
|
2488
|
+
for (let g of fromEnum(this.ba.item(b))) {
|
|
2456
2489
|
g(b, a, d);
|
|
2457
2490
|
}
|
|
2458
2491
|
}
|
|
2459
2492
|
this.adapter.setPropertyValue(a, b, c, d, e, f);
|
|
2460
2493
|
}
|
|
2461
|
-
|
|
2494
|
+
cc(a, b) {
|
|
2462
2495
|
return this.adapter.getPropertyValue(a, b);
|
|
2463
2496
|
}
|
|
2464
|
-
|
|
2465
|
-
return this.
|
|
2497
|
+
t(a, b, c) {
|
|
2498
|
+
return this.s(a, b);
|
|
2466
2499
|
}
|
|
2467
|
-
|
|
2500
|
+
s(a, b) {
|
|
2468
2501
|
let c = this.adapter.getRootObject(a);
|
|
2469
2502
|
if (c != null) {
|
|
2470
|
-
this.
|
|
2503
|
+
this.dh(a, c, b);
|
|
2471
2504
|
}
|
|
2472
2505
|
let d = false;
|
|
2473
2506
|
this.adapter.clearContainer(a, this.context, (e) => {
|
|
2474
2507
|
d = true;
|
|
2475
2508
|
if (e) {
|
|
2476
|
-
this.
|
|
2509
|
+
this.ei(a, b);
|
|
2477
2510
|
}
|
|
2478
2511
|
});
|
|
2479
2512
|
return d;
|
|
@@ -2531,7 +2564,7 @@ export let ContainerState = /*@__PURE__*/ (() => {
|
|
|
2531
2564
|
for (let f = 0; f < e.count; f++) {
|
|
2532
2565
|
if (!this.g.containsKey(e._inner[f]) || this.g.item(e._inner[f]).count < 1 || (this.g.item(e._inner[f]).count == 1 && this.g.item(e._inner[f]).contains(c))) {
|
|
2533
2566
|
if (this.e.containsKey(e._inner[f])) {
|
|
2534
|
-
a.
|
|
2567
|
+
a.dh(b, this.e.item(e._inner[f]), this);
|
|
2535
2568
|
}
|
|
2536
2569
|
}
|
|
2537
2570
|
}
|