igniteui-angular-core 21.0.0 → 21.0.1-beta.0
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 +4403 -2941
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/BrushUtil.js +52 -20
- package/esm2015/lib/CategoryChartDescriptionModule.js +6 -0
- package/esm2015/lib/ComponentRendererSerializationProvider.js +167 -0
- package/esm2015/lib/ComponentRenderer_combined.js +853 -965
- package/esm2015/lib/DashboardTileDescriptionModule.js +6 -0
- package/esm2015/lib/DataPieChartDescriptionModule.js +6 -0
- package/esm2015/lib/DescriptionSerializer.js +50 -50
- package/esm2015/lib/DescriptionSerializerBuilder.js +4 -4
- package/esm2015/lib/FinancialChartDescriptionModule.js +6 -0
- package/esm2015/lib/FlatDataProvider_combined.js +3 -0
- package/esm2015/lib/FontDefaults.js +5 -5
- package/esm2015/lib/IComponentRendererSerializationProvider.js +11 -0
- package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +18 -0
- package/esm2015/lib/NativeUIButtonGroup.js +8 -2
- package/esm2015/lib/NativeUICheckboxList.js +48 -10
- package/esm2015/lib/PopupView_combined.js +3 -3
- package/esm2015/lib/SVGNode_combined.js +2 -2
- package/esm2015/lib/ToolActionCheckboxListInfo.js +1 -0
- package/esm2015/lib/WebBadgeDescription.js +16 -8
- package/esm2015/lib/WebBadgeDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
- package/esm2015/lib/WebCalendarBaseDescription.js +19 -11
- package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
- package/esm2015/lib/WebCalendarDescription.js +5 -13
- package/esm2015/lib/WebCalendarDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebComboDescription.js +78 -70
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDatePickerDescription.js +8 -8
- package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
- package/esm2015/lib/WebDateValidationContextDescription.js +26 -0
- package/esm2015/lib/WebDateValidationContextDescriptionMetadata.js +39 -0
- package/esm2015/lib/WebEntityTypeDescription.js +42 -0
- package/esm2015/lib/WebEntityTypeDescriptionMetadata.js +49 -0
- package/esm2015/lib/WebExpressionTreeDetailDescription.js +68 -0
- package/esm2015/lib/WebExpressionTreeDetailDescriptionMetadata.js +51 -0
- package/esm2015/lib/WebExpressionTreeEventArgsDescription.js +36 -0
- package/esm2015/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebFieldTypeDescription.js +98 -0
- package/esm2015/lib/WebFieldTypeDescriptionMetadata.js +60 -0
- package/esm2015/lib/WebFilteringOptionsDescription.js +24 -0
- package/esm2015/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +327 -335
- package/esm2015/lib/WebGridDescription.js +49 -49
- package/esm2015/lib/WebGridToolbarExporterDescription.js +16 -8
- package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
- package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm2015/lib/WebInputBaseDescription.js +20 -28
- package/esm2015/lib/WebInputBaseDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebInputDescription.js +14 -6
- package/esm2015/lib/WebInputDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebMaskInputBaseDescription.js +18 -2
- package/esm2015/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebMaskInputDescription.js +7 -15
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebPivotGridDescription.js +41 -41
- package/esm2015/lib/WebQueryBuilderDescription.js +98 -0
- package/esm2015/lib/WebQueryBuilderDescriptionMetadata.js +66 -0
- package/esm2015/lib/WebQueryBuilderDescriptionModule.js +30 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescription.js +42 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebQueryBuilderHeaderDescriptionModule.js +20 -0
- package/esm2015/lib/WebQueryBuilderSearchValueContextDescription.js +52 -0
- package/esm2015/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebRadioDescription.js +8 -8
- package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRowIslandDescription.js +348 -356
- package/esm2015/lib/WebRowIslandDescriptionMetadata.js +4 -7
- package/esm2015/lib/WebThemeProviderDescription.js +42 -0
- package/esm2015/lib/WebThemeProviderDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebThemeProviderDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeGridDescription.js +27 -27
- package/esm2015/lib/componentUtil.js +9 -8
- package/esm2015/public_api.js +23 -0
- package/esm5/lib/BrushUtil.js +52 -20
- package/esm5/lib/CategoryChartDescriptionModule.js +6 -0
- package/esm5/lib/ComponentRendererSerializationProvider.js +168 -0
- package/esm5/lib/ComponentRenderer_combined.js +856 -964
- package/esm5/lib/DashboardTileDescriptionModule.js +6 -0
- package/esm5/lib/DataPieChartDescriptionModule.js +6 -0
- package/esm5/lib/DescriptionSerializer.js +50 -50
- package/esm5/lib/DescriptionSerializerBuilder.js +4 -4
- package/esm5/lib/FinancialChartDescriptionModule.js +6 -0
- package/esm5/lib/FlatDataProvider_combined.js +3 -0
- package/esm5/lib/FontDefaults.js +5 -5
- package/esm5/lib/IComponentRendererSerializationProvider.js +11 -0
- package/esm5/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +18 -0
- package/esm5/lib/NativeUIButtonGroup.js +11 -1
- package/esm5/lib/NativeUICheckboxList.js +63 -5
- package/esm5/lib/PopupView_combined.js +3 -3
- package/esm5/lib/SVGNode_combined.js +2 -2
- package/esm5/lib/ToolActionCheckboxListInfo.js +1 -0
- package/esm5/lib/WebBadgeDescription.js +20 -8
- package/esm5/lib/WebBadgeDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
- package/esm5/lib/WebCalendarBaseDescription.js +23 -11
- package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
- package/esm5/lib/WebCalendarDescription.js +4 -16
- package/esm5/lib/WebCalendarDescriptionMetadata.js +0 -3
- package/esm5/lib/WebComboDescription.js +82 -70
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDatePickerDescription.js +9 -9
- package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -1
- package/esm5/lib/WebDateTimeInputDescription.js +25 -25
- package/esm5/lib/WebDateValidationContextDescription.js +31 -0
- package/esm5/lib/WebDateValidationContextDescriptionMetadata.js +43 -0
- package/esm5/lib/WebEntityTypeDescription.js +56 -0
- package/esm5/lib/WebEntityTypeDescriptionMetadata.js +53 -0
- package/esm5/lib/WebExpressionTreeDetailDescription.js +94 -0
- package/esm5/lib/WebExpressionTreeDetailDescriptionMetadata.js +55 -0
- package/esm5/lib/WebExpressionTreeEventArgsDescription.js +46 -0
- package/esm5/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +49 -0
- package/esm5/lib/WebFieldTypeDescription.js +140 -0
- package/esm5/lib/WebFieldTypeDescriptionMetadata.js +64 -0
- package/esm5/lib/WebFilteringOptionsDescription.js +38 -1
- package/esm5/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +327 -339
- package/esm5/lib/WebGridDescription.js +49 -49
- package/esm5/lib/WebGridToolbarExporterDescription.js +20 -8
- package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
- package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
- package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm5/lib/WebInputBaseDescription.js +20 -32
- package/esm5/lib/WebInputBaseDescriptionMetadata.js +0 -1
- package/esm5/lib/WebInputDescription.js +18 -6
- package/esm5/lib/WebInputDescriptionMetadata.js +1 -0
- package/esm5/lib/WebMaskInputBaseDescription.js +25 -1
- package/esm5/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
- package/esm5/lib/WebMaskInputDescription.js +7 -19
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +0 -1
- package/esm5/lib/WebPivotGridDescription.js +41 -41
- package/esm5/lib/WebQueryBuilderDescription.js +140 -0
- package/esm5/lib/WebQueryBuilderDescriptionMetadata.js +70 -0
- package/esm5/lib/WebQueryBuilderDescriptionModule.js +34 -0
- package/esm5/lib/WebQueryBuilderHeaderDescription.js +56 -0
- package/esm5/lib/WebQueryBuilderHeaderDescriptionMetadata.js +52 -0
- package/esm5/lib/WebQueryBuilderHeaderDescriptionModule.js +24 -0
- package/esm5/lib/WebQueryBuilderSearchValueContextDescription.js +70 -0
- package/esm5/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +52 -0
- package/esm5/lib/WebRadioDescription.js +12 -12
- package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRowIslandDescription.js +352 -364
- package/esm5/lib/WebRowIslandDescriptionMetadata.js +4 -7
- package/esm5/lib/WebThemeProviderDescription.js +56 -0
- package/esm5/lib/WebThemeProviderDescriptionMetadata.js +50 -0
- package/esm5/lib/WebThemeProviderDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeGridDescription.js +27 -27
- package/esm5/lib/componentUtil.js +9 -8
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-angular-core.js +4064 -2864
- package/fesm5/igniteui-angular-core.js +4381 -2942
- package/lib/BrushUtil.d.ts +14 -12
- package/lib/ComponentRendererSerializationProvider.d.ts +14 -0
- package/lib/ComponentRenderer_combined.d.ts +141 -141
- package/lib/DescriptionSerializerBuilder.d.ts +4 -4
- package/lib/IComponentRendererSerializationProvider.d.ts +13 -0
- package/lib/INativeUICheckboxListBridge.d.ts +1 -0
- package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +27 -27
- package/lib/NativeUIBuiltInProperties.d.ts +6 -1
- package/lib/NativeUIButton.d.ts +3 -0
- package/lib/NativeUIButtonGroup.d.ts +2 -0
- package/lib/NativeUICheckboxList.d.ts +15 -4
- package/lib/ToolActionCheckboxListInfo.d.ts +1 -0
- package/lib/WebBadgeDescription.d.ts +6 -3
- package/lib/WebCalendarBaseDescription.d.ts +8 -4
- package/lib/WebCalendarDescription.d.ts +2 -6
- package/lib/WebComboDescription.d.ts +28 -25
- package/lib/WebDatePickerDescription.d.ts +3 -3
- package/lib/WebDateTimeInputDescription.d.ts +9 -9
- package/lib/WebDateValidationContextDescription.d.ts +11 -0
- package/lib/WebDateValidationContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebEntityTypeDescription.d.ts +18 -0
- package/lib/WebEntityTypeDescriptionMetadata.d.ts +13 -0
- package/lib/WebExpressionTreeDetailDescription.d.ts +29 -0
- package/lib/WebExpressionTreeDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebExpressionTreeEventArgsDescription.d.ts +17 -0
- package/lib/WebExpressionTreeEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebFieldTypeDescription.d.ts +41 -0
- package/lib/WebFieldTypeDescriptionMetadata.d.ts +13 -0
- package/lib/WebFilteringOptionsDescription.d.ts +9 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +113 -117
- package/lib/WebGridDescription.d.ts +18 -18
- package/lib/WebGridToolbarExporterDescription.d.ts +6 -3
- package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
- package/lib/WebHierarchicalGridDescription.d.ts +5 -5
- package/lib/WebInputBaseDescription.d.ts +7 -10
- package/lib/WebInputDescription.d.ts +5 -2
- package/lib/WebMaskInputBaseDescription.d.ts +6 -0
- package/lib/WebMaskInputDescription.d.ts +3 -6
- package/lib/WebPivotGridDescription.d.ts +15 -15
- package/lib/WebQueryBuilderDescription.d.ts +41 -0
- package/lib/WebQueryBuilderDescriptionMetadata.d.ts +15 -0
- package/lib/WebQueryBuilderDescriptionModule.d.ts +9 -0
- package/lib/WebQueryBuilderHeaderDescription.d.ts +17 -0
- package/lib/WebQueryBuilderHeaderDescriptionMetadata.d.ts +13 -0
- package/lib/WebQueryBuilderHeaderDescriptionModule.d.ts +9 -0
- package/lib/WebQueryBuilderSearchValueContextDescription.d.ts +23 -0
- package/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.d.ts +13 -0
- package/lib/WebRadioDescription.d.ts +3 -3
- package/lib/WebRowIslandDescription.d.ts +122 -126
- package/lib/WebThemeProviderDescription.d.ts +17 -0
- package/lib/WebThemeProviderDescriptionMetadata.d.ts +13 -0
- package/lib/WebThemeProviderDescriptionModule.d.ts +9 -0
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/package.json +1 -1
- package/public_api.d.ts +23 -0
|
@@ -18,7 +18,6 @@ import { DescriptionRef } from "./DescriptionRef";
|
|
|
18
18
|
import { TypeDescriptionPropretyTransforms } from "./TypeDescriptionPropretyTransforms";
|
|
19
19
|
import { DescriptionSerializerBuilder } from "./DescriptionSerializerBuilder";
|
|
20
20
|
import { DescriptionSerializer } from "./DescriptionSerializer";
|
|
21
|
-
import { DataSourceLocalDataProvider } from "./DataSourceLocalDataProvider";
|
|
22
21
|
import { JsonDictionaryParser } from "./JsonDictionaryParser";
|
|
23
22
|
import { DescriptionTreeBuilder } from "./DescriptionTreeBuilder";
|
|
24
23
|
import { JsonDictionaryObject } from "./JsonDictionaryObject";
|
|
@@ -50,7 +49,7 @@ import { DescriptionRefTargetInfo } from "./DescriptionRefTargetInfo";
|
|
|
50
49
|
import { FontRegistry } from "./FontRegistry";
|
|
51
50
|
import { truncate } from "./number";
|
|
52
51
|
import { ComponentRendererAdapter } from "./ComponentRendererAdapter";
|
|
53
|
-
import { stringIsNullOrEmpty,
|
|
52
|
+
import { stringIsNullOrEmpty, stringEndsWith, stringStartsWith, stringReplace } from "./string";
|
|
54
53
|
import { dateTryParse, dateParse } from "./dateExtended";
|
|
55
54
|
/**
|
|
56
55
|
* @hidden
|
|
@@ -62,44 +61,45 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
62
61
|
this._adapter = null;
|
|
63
62
|
this._context = null;
|
|
64
63
|
this._isProceedOnErrorEnabled = false;
|
|
64
|
+
this.v = null;
|
|
65
|
+
this.w = null;
|
|
65
66
|
this.t = null;
|
|
66
|
-
this.u = null;
|
|
67
67
|
this._preserveKeyOrder = false;
|
|
68
68
|
this._allowNullForRemove = false;
|
|
69
69
|
this._cleanupUnusedOnRender = false;
|
|
70
70
|
this._skipSystemRefsClean = 0;
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.bm = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
71
|
+
this.bz = new List$1(String_$type, 0);
|
|
72
|
+
this.bg = new Dictionary$2(String_$type, DateColumnCache.$, 0);
|
|
73
|
+
this.bi = new Dictionary$2(String_$type, Dictionary$2.$.specialize(String_$type, Base.$), 0);
|
|
74
|
+
this.bs = new Dictionary$2(String_$type, Dictionary$2.$.specialize(Base.$, String_$type), 0);
|
|
75
|
+
this.b1 = new List$1(Delegate_$type, 0);
|
|
76
|
+
this.b3 = new List$1(Delegate_$type, 0);
|
|
77
|
+
this.bm = new Dictionary$2(Base.$, Description.$, 0);
|
|
79
78
|
this.bn = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.bj = new Dictionary$2(Base.$,
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
79
|
+
this.bo = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
80
|
+
this.bl = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
81
|
+
this.bj = new Dictionary$2(Base.$, String_$type, 0);
|
|
82
|
+
this.bk = new Dictionary$2(Base.$, Number_$type, 0);
|
|
83
|
+
this.bf = new Dictionary$2(Base.$, DescriptionTreeNode.$, 0);
|
|
84
|
+
this.bt = new Dictionary$2(Base.$, ContainerState.$, 0);
|
|
85
|
+
this.bp = new Dictionary$2(Base.$, Queue$1.$.specialize(Queue$1.$.specialize(DescriptionTreeAction.$)), 0);
|
|
86
|
+
this.bh = new Dictionary$2(Base.$, List$1.$.specialize(Delegate_$type), 0);
|
|
87
|
+
this.bd = new Dictionary$2(Base.$, Boolean_$type, 0);
|
|
88
|
+
this.br = new Dictionary$2(String_$type, DescriptionRef.$, 0);
|
|
89
|
+
this.bu = new Dictionary$2(String_$type, Base.$, 0);
|
|
90
|
+
this.bw = new Dictionary$2(String_$type, Base.$, 0);
|
|
91
|
+
this.bq = new Dictionary$2(Base.$, String_$type, 0);
|
|
92
|
+
this.be = new Dictionary$2(String_$type, Delegate_$type, 0);
|
|
93
|
+
this.cd = null;
|
|
94
|
+
this.b5 = new List$1(Delegate_$type, 0);
|
|
95
|
+
this.bv = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
|
|
96
|
+
this.b0 = new List$1(Delegate_$type, 0);
|
|
94
97
|
this.b4 = new List$1(Delegate_$type, 0);
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
97
|
-
this.b3 = new List$1(Delegate_$type, 0);
|
|
98
|
-
this.b1 = new List$1(Delegate_$type, 0);
|
|
99
|
-
this.bx = null;
|
|
98
|
+
this.b2 = new List$1(Delegate_$type, 0);
|
|
99
|
+
this.by = null;
|
|
100
100
|
this.o = null;
|
|
101
101
|
this._shouldNamespaceSystemRefValues = false;
|
|
102
|
-
this.
|
|
102
|
+
this.z = false;
|
|
103
103
|
let a = this.s();
|
|
104
104
|
this.adapter = a;
|
|
105
105
|
let adapter_ = this.adapter;
|
|
@@ -111,8 +111,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
111
111
|
ComponentRenderer.platform = 2;
|
|
112
112
|
}
|
|
113
113
|
this.context = new TypeDescriptionContext(this.adapter, ComponentRenderer.platform);
|
|
114
|
-
this.
|
|
115
|
-
this.
|
|
114
|
+
this.v = new TypeDescriptionPropretyTransforms();
|
|
115
|
+
this.w = new TypeDescriptionCleanups(this);
|
|
116
116
|
}
|
|
117
117
|
static get defaultInstance() {
|
|
118
118
|
return ComponentRenderer._defaultInstance;
|
|
@@ -141,185 +141,73 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
141
141
|
s() {
|
|
142
142
|
return (new ComponentRendererAdapter());
|
|
143
143
|
}
|
|
144
|
+
get serializationProvider() {
|
|
145
|
+
return this.t;
|
|
146
|
+
}
|
|
147
|
+
set serializationProvider(a) {
|
|
148
|
+
this.t = a;
|
|
149
|
+
}
|
|
144
150
|
toJson(a) {
|
|
151
|
+
if (this.t == null) {
|
|
152
|
+
this.bz.add("No serialization provider available");
|
|
153
|
+
return null;
|
|
154
|
+
}
|
|
145
155
|
let b = new DescriptionSerializerBuilder();
|
|
146
156
|
let c = new DescriptionSerializer();
|
|
147
|
-
b.
|
|
148
|
-
b.
|
|
149
|
-
b.
|
|
150
|
-
b.
|
|
157
|
+
b.appendLine("{");
|
|
158
|
+
b.increaseTabLevel();
|
|
159
|
+
b.appendLine("\"descriptions\": {");
|
|
160
|
+
b.increaseTabLevel();
|
|
151
161
|
let d = true;
|
|
152
|
-
for (let e of fromEnum(this.
|
|
162
|
+
for (let e of fromEnum(this.bf.keys)) {
|
|
153
163
|
if (d) {
|
|
154
164
|
d = false;
|
|
155
165
|
}
|
|
156
166
|
else {
|
|
157
|
-
b.
|
|
167
|
+
b.appendLine(",");
|
|
158
168
|
}
|
|
159
169
|
let f = e;
|
|
160
|
-
let g = this.
|
|
170
|
+
let g = this.bf.item(e);
|
|
161
171
|
let h = "root";
|
|
162
172
|
h = a(f);
|
|
163
173
|
if (stringIsNullOrEmpty(h)) {
|
|
164
174
|
h = "root";
|
|
165
175
|
}
|
|
166
|
-
b.
|
|
167
|
-
b.
|
|
176
|
+
b.append("\"" + h + "\"");
|
|
177
|
+
b.append(": ");
|
|
168
178
|
c.y(this.context, g, b);
|
|
169
179
|
}
|
|
170
|
-
b.
|
|
171
|
-
b.
|
|
172
|
-
b.
|
|
173
|
-
if (this.
|
|
174
|
-
b.
|
|
180
|
+
b.appendLine("");
|
|
181
|
+
b.decreaseTabLevel();
|
|
182
|
+
b.append("}");
|
|
183
|
+
if (this.bw.count > 0) {
|
|
184
|
+
b.append(",");
|
|
175
185
|
}
|
|
176
|
-
b.
|
|
177
|
-
if (this.
|
|
186
|
+
b.appendLine("");
|
|
187
|
+
if (this.bw.count > 0) {
|
|
178
188
|
d = true;
|
|
179
|
-
b.
|
|
180
|
-
b.
|
|
181
|
-
for (let i of fromEnum(this.
|
|
182
|
-
if (!this.
|
|
189
|
+
b.appendLine("refs: {");
|
|
190
|
+
b.increaseTabLevel();
|
|
191
|
+
for (let i of fromEnum(this.bw.keys)) {
|
|
192
|
+
if (!this.t.canSerializeRef(i, this.bw.item(i))) {
|
|
183
193
|
continue;
|
|
184
194
|
}
|
|
185
195
|
if (d) {
|
|
186
196
|
d = false;
|
|
187
197
|
}
|
|
188
198
|
else {
|
|
189
|
-
b.
|
|
199
|
+
b.appendLine(",");
|
|
190
200
|
}
|
|
191
|
-
this.
|
|
201
|
+
this.t.serializeRef(b, i, this.bw.item(i));
|
|
192
202
|
}
|
|
193
|
-
b.
|
|
194
|
-
b.
|
|
195
|
-
b.
|
|
203
|
+
b.appendLine("");
|
|
204
|
+
b.decreaseTabLevel();
|
|
205
|
+
b.appendLine("}");
|
|
196
206
|
}
|
|
197
|
-
b.
|
|
198
|
-
b.
|
|
207
|
+
b.decreaseTabLevel();
|
|
208
|
+
b.appendLine("}");
|
|
199
209
|
return b.toString();
|
|
200
210
|
}
|
|
201
|
-
gi(a, b, c) {
|
|
202
|
-
a.e("\"" + b + "\": ");
|
|
203
|
-
this.gj(a, c);
|
|
204
|
-
}
|
|
205
|
-
gj(a, b) {
|
|
206
|
-
if (this.ao(b)) {
|
|
207
|
-
if (typeof b === 'string') {
|
|
208
|
-
a.e(b == null ? "null" : "\"" + b.toString() + "\"");
|
|
209
|
-
}
|
|
210
|
-
else if (typeof b === 'number') {
|
|
211
|
-
a.e(b == null ? "null" : b.toString());
|
|
212
|
-
}
|
|
213
|
-
else if (typeof b === 'number') {
|
|
214
|
-
a.e(b == null ? "null" : b.toString());
|
|
215
|
-
}
|
|
216
|
-
else if (typeof b === 'number') {
|
|
217
|
-
a.e(b == null ? "null" : b.toString());
|
|
218
|
-
}
|
|
219
|
-
else if (typeof b === 'number') {
|
|
220
|
-
a.e(b == null ? "null" : b.toString());
|
|
221
|
-
}
|
|
222
|
-
else if (typeof b === 'number') {
|
|
223
|
-
a.e(b == null ? "null" : b.toString());
|
|
224
|
-
}
|
|
225
|
-
else if (typeof b === 'number') {
|
|
226
|
-
a.e(b == null ? "null" : b.toString());
|
|
227
|
-
}
|
|
228
|
-
else if (typeof b === 'number') {
|
|
229
|
-
a.e(b == null ? "null" : b.toString());
|
|
230
|
-
}
|
|
231
|
-
else if (typeCast(Date_$type, b) !== null) {
|
|
232
|
-
let v_ = b;
|
|
233
|
-
a.e("\"" + (v_.toJSON()) + "\"");
|
|
234
|
-
}
|
|
235
|
-
else if (typeCast(Boolean_$type, b) !== null) {
|
|
236
|
-
a.e(b == null ? "null" : b.toString().toLowerCase());
|
|
237
|
-
}
|
|
238
|
-
else {
|
|
239
|
-
a.e("null");
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
else {
|
|
243
|
-
if (b == null) {
|
|
244
|
-
a.e("null");
|
|
245
|
-
return;
|
|
246
|
-
}
|
|
247
|
-
if (this.al(b)) {
|
|
248
|
-
a.f("[");
|
|
249
|
-
a.i();
|
|
250
|
-
let c = new DataSourceLocalDataProvider();
|
|
251
|
-
c.dataSource = b;
|
|
252
|
-
for (let d = 0; d < c.actualCount; d++) {
|
|
253
|
-
if (d > 0) {
|
|
254
|
-
a.f(",");
|
|
255
|
-
}
|
|
256
|
-
this.gh(a, c, d);
|
|
257
|
-
}
|
|
258
|
-
a.f("");
|
|
259
|
-
a.h();
|
|
260
|
-
a.e("]");
|
|
261
|
-
}
|
|
262
|
-
else {
|
|
263
|
-
let e = [b];
|
|
264
|
-
let f = new DataSourceLocalDataProvider();
|
|
265
|
-
f.dataSource = e;
|
|
266
|
-
this.gh(a, f, 0);
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
gh(a, b, c) {
|
|
271
|
-
a.f("{");
|
|
272
|
-
a.i();
|
|
273
|
-
let d = b.actualSchema;
|
|
274
|
-
for (let e = 0; e < d.propertyNames.length; e++) {
|
|
275
|
-
if (e > 0) {
|
|
276
|
-
a.f(",");
|
|
277
|
-
}
|
|
278
|
-
let f = d.propertyNames[e];
|
|
279
|
-
if (stringStartsWith(f, "[")) {
|
|
280
|
-
f = f.substr(1, f.length - 2);
|
|
281
|
-
}
|
|
282
|
-
a.e("\"" + f + "\"");
|
|
283
|
-
a.e(": ");
|
|
284
|
-
let g = b.getItemValue(b.getItemAtIndex(c), d.propertyNames[e]);
|
|
285
|
-
switch (d.propertyTypes[e]) {
|
|
286
|
-
case 0:
|
|
287
|
-
a.e(g == null ? "null" : "\"" + g.toString() + "\"");
|
|
288
|
-
break;
|
|
289
|
-
case 2:
|
|
290
|
-
a.e(g == null ? "null" : "\"" + g.toString() + "\"");
|
|
291
|
-
break;
|
|
292
|
-
case 10:
|
|
293
|
-
case 6:
|
|
294
|
-
case 5:
|
|
295
|
-
case 1:
|
|
296
|
-
case 3:
|
|
297
|
-
case 4:
|
|
298
|
-
case 7:
|
|
299
|
-
a.e(g == null ? "null" : g.toString());
|
|
300
|
-
break;
|
|
301
|
-
case 8:
|
|
302
|
-
let v_ = g;
|
|
303
|
-
a.e("\"" + (v_.toJSON()) + "\"");
|
|
304
|
-
break;
|
|
305
|
-
case 11:
|
|
306
|
-
this.gj(a, g);
|
|
307
|
-
break;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
a.h();
|
|
311
|
-
a.f("}");
|
|
312
|
-
}
|
|
313
|
-
ab(a, b) {
|
|
314
|
-
if (b == null) {
|
|
315
|
-
return true;
|
|
316
|
-
}
|
|
317
|
-
let v_ = b;
|
|
318
|
-
if ((typeof v_ === 'function')) {
|
|
319
|
-
return false;
|
|
320
|
-
}
|
|
321
|
-
return true;
|
|
322
|
-
}
|
|
323
211
|
createObjectFromJson(a, b) {
|
|
324
212
|
let c = new JsonDictionaryParser();
|
|
325
213
|
let d = c.parse(a);
|
|
@@ -330,16 +218,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
330
218
|
return null;
|
|
331
219
|
}
|
|
332
220
|
let h = DescriptionTreeBuilder.createTree(this.context, g.result);
|
|
333
|
-
let i = this.
|
|
221
|
+
let i = this.bt.item(b);
|
|
334
222
|
if (h.c("Type")) {
|
|
335
223
|
let j = h.a("Type").b;
|
|
336
|
-
return this.
|
|
224
|
+
return this.c5(j, h, b, i, true, -1, null);
|
|
337
225
|
}
|
|
338
226
|
else {
|
|
339
|
-
return this.
|
|
227
|
+
return this.c1(typeCast(JsonDictionaryObject.$, d), null, null);
|
|
340
228
|
}
|
|
341
229
|
}
|
|
342
|
-
|
|
230
|
+
ap(a) {
|
|
343
231
|
if (typeof a === 'string') {
|
|
344
232
|
return true;
|
|
345
233
|
}
|
|
@@ -354,7 +242,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
354
242
|
}
|
|
355
243
|
return false;
|
|
356
244
|
}
|
|
357
|
-
|
|
245
|
+
am(a) {
|
|
358
246
|
if (typeCast(Array_$type, a) !== null) {
|
|
359
247
|
return true;
|
|
360
248
|
}
|
|
@@ -364,13 +252,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
364
252
|
return false;
|
|
365
253
|
}
|
|
366
254
|
loadJson(a, b) {
|
|
367
|
-
this.
|
|
255
|
+
this.fb(a, b, null, false, false, false);
|
|
368
256
|
}
|
|
369
257
|
loadJsonOverlay(a, b, c) {
|
|
370
|
-
this.
|
|
258
|
+
this.fb(a, b, c, true, false, true);
|
|
371
259
|
}
|
|
372
260
|
loadJsonDelta(a, b, c) {
|
|
373
|
-
this.
|
|
261
|
+
this.fb(a, b, null, true, c, false);
|
|
374
262
|
}
|
|
375
263
|
get preserveKeyOrder() {
|
|
376
264
|
return this._preserveKeyOrder;
|
|
@@ -378,10 +266,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
378
266
|
set preserveKeyOrder(a) {
|
|
379
267
|
this._preserveKeyOrder = a;
|
|
380
268
|
}
|
|
381
|
-
|
|
269
|
+
a9() {
|
|
382
270
|
return false;
|
|
383
271
|
}
|
|
384
|
-
|
|
272
|
+
fk(a) {
|
|
385
273
|
}
|
|
386
274
|
get allowNullForRemove() {
|
|
387
275
|
return this._allowNullForRemove;
|
|
@@ -401,35 +289,35 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
401
289
|
set skipSystemRefsClean(a) {
|
|
402
290
|
this._skipSystemRefsClean = a;
|
|
403
291
|
}
|
|
404
|
-
|
|
405
|
-
this.
|
|
292
|
+
fd(a) {
|
|
293
|
+
this.bz.add(a);
|
|
406
294
|
}
|
|
407
295
|
hasErrors() {
|
|
408
|
-
return this.
|
|
296
|
+
return this.bz.count > 0;
|
|
409
297
|
}
|
|
410
298
|
getErrors() {
|
|
411
|
-
return this.
|
|
299
|
+
return this.bz.toArray();
|
|
412
300
|
}
|
|
413
301
|
clearErrors() {
|
|
414
|
-
this.
|
|
302
|
+
this.bz.clear();
|
|
415
303
|
}
|
|
416
|
-
|
|
304
|
+
fb(a, b, c, d, e, f) {
|
|
417
305
|
let g = new JsonDictionaryParser();
|
|
418
306
|
let h = g.parse(a);
|
|
419
307
|
let i = new DescriptionSerializer();
|
|
420
308
|
i.i = this.isProceedOnErrorEnabled;
|
|
421
|
-
i.g = this.
|
|
309
|
+
i.g = this.a9();
|
|
422
310
|
let j = null;
|
|
423
311
|
if (typeCast(JsonDictionaryObject.$, h) !== null) {
|
|
424
312
|
let k = h;
|
|
425
313
|
if (k.g("skipAlterDataCasing")) {
|
|
426
314
|
let l = k.item("skipAlterDataCasing");
|
|
427
315
|
if (l.value) {
|
|
428
|
-
this.
|
|
316
|
+
this.fk(true);
|
|
429
317
|
}
|
|
430
318
|
}
|
|
431
319
|
else {
|
|
432
|
-
this.
|
|
320
|
+
this.fk(false);
|
|
433
321
|
}
|
|
434
322
|
let m = null;
|
|
435
323
|
if (k.g("animationIdleRef") || k.g("hasAnimations")) {
|
|
@@ -456,7 +344,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
456
344
|
}
|
|
457
345
|
j = u;
|
|
458
346
|
let v = false;
|
|
459
|
-
let w = this.
|
|
347
|
+
let w = this.cb();
|
|
460
348
|
if (w != null) {
|
|
461
349
|
v = true;
|
|
462
350
|
}
|
|
@@ -466,7 +354,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
466
354
|
x = i.d(this.context, t, v, w, false);
|
|
467
355
|
}
|
|
468
356
|
catch (y) {
|
|
469
|
-
this.
|
|
357
|
+
this.fd("error deserializing item: " + y.toString());
|
|
470
358
|
return;
|
|
471
359
|
}
|
|
472
360
|
}
|
|
@@ -477,35 +365,35 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
477
365
|
continue;
|
|
478
366
|
}
|
|
479
367
|
if (f) {
|
|
480
|
-
if (!this.
|
|
368
|
+
if (!this.bx.containsKey(u)) {
|
|
481
369
|
let z = null;
|
|
482
370
|
if (this.isProceedOnErrorEnabled) {
|
|
483
371
|
try {
|
|
484
372
|
z = i.d(this.context, t, v, w, true);
|
|
485
373
|
}
|
|
486
374
|
catch (aa) {
|
|
487
|
-
this.
|
|
375
|
+
this.fd("error deserializing item: " + aa.toString());
|
|
488
376
|
return;
|
|
489
377
|
}
|
|
490
378
|
}
|
|
491
379
|
else {
|
|
492
380
|
z = i.d(this.context, t, v, w, true);
|
|
493
381
|
}
|
|
494
|
-
this.
|
|
382
|
+
this.gc(z.result, u, d, true, this.cleanupUnusedOnRender, m, n);
|
|
495
383
|
m = null;
|
|
496
384
|
let ab = c(s);
|
|
497
|
-
let ac = this.
|
|
498
|
-
this.
|
|
385
|
+
let ac = this.bx.item(u);
|
|
386
|
+
this.e2(this.bf.item(u), ab, ac, u);
|
|
499
387
|
}
|
|
500
388
|
}
|
|
501
|
-
this.
|
|
389
|
+
this.gc(x.result, u, d, e, this.cleanupUnusedOnRender, m, n);
|
|
502
390
|
m = null;
|
|
503
391
|
}
|
|
504
392
|
}
|
|
505
393
|
}
|
|
506
394
|
if (k.g("refs") && j != null) {
|
|
507
395
|
let ad = k.item("refs");
|
|
508
|
-
let ae = this.
|
|
396
|
+
let ae = this.az(ad);
|
|
509
397
|
if (!ae && typeCast(JsonDictionaryObject.$, ad) !== null) {
|
|
510
398
|
let af = ad;
|
|
511
399
|
let ag = af.e();
|
|
@@ -522,7 +410,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
522
410
|
this.provideRefValue(j, ai, am);
|
|
523
411
|
}
|
|
524
412
|
else {
|
|
525
|
-
let an = this.
|
|
413
|
+
let an = this.c1(aj, null, null);
|
|
526
414
|
this.provideRefValue(j, ai, an);
|
|
527
415
|
}
|
|
528
416
|
}
|
|
@@ -530,7 +418,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
530
418
|
}
|
|
531
419
|
if (k.g("refMessages") && j != null) {
|
|
532
420
|
let ao = k.item("refMessages");
|
|
533
|
-
let ap = this.
|
|
421
|
+
let ap = this.az(ao);
|
|
534
422
|
if (!ap && typeCast(JsonDictionaryArray.$, ao) !== null) {
|
|
535
423
|
let aq = ao;
|
|
536
424
|
if (aq.items != null && aq.items.length > 0) {
|
|
@@ -540,61 +428,61 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
540
428
|
if (typeCast(JsonDictionaryObject.$, at) !== null && at.g("descriptionKey")) {
|
|
541
429
|
as = b(at.item("descriptionKey").value.toString());
|
|
542
430
|
}
|
|
543
|
-
this.
|
|
431
|
+
this.fp(as, at);
|
|
544
432
|
}
|
|
545
433
|
}
|
|
546
434
|
}
|
|
547
435
|
}
|
|
548
436
|
if (k.g("modules") && j != null) {
|
|
549
437
|
let au = k.item("modules");
|
|
550
|
-
this.
|
|
438
|
+
this.av(au);
|
|
551
439
|
}
|
|
552
440
|
if (k.g("strings") && j != null) {
|
|
553
441
|
let av = k.item("strings");
|
|
554
|
-
this.
|
|
442
|
+
this.a3(av);
|
|
555
443
|
}
|
|
556
444
|
if (k.g("onInit") && j != null) {
|
|
557
445
|
let aw = k.item("onInit");
|
|
558
|
-
this.
|
|
446
|
+
this.aw(aw);
|
|
559
447
|
}
|
|
560
448
|
if (k.g("onViewInit") && j != null) {
|
|
561
449
|
let ax = k.item("onViewInit");
|
|
562
|
-
this.
|
|
450
|
+
this.ax(ax);
|
|
563
451
|
}
|
|
564
452
|
}
|
|
565
453
|
}
|
|
566
|
-
|
|
454
|
+
fp(a, b) {
|
|
567
455
|
if (typeCast(JsonDictionaryObject.$, b) !== null) {
|
|
568
456
|
let c = b;
|
|
569
457
|
if (c.g("type")) {
|
|
570
458
|
let d = c.item("type").value;
|
|
571
459
|
switch (d) {
|
|
572
460
|
case "refChanged":
|
|
573
|
-
this.
|
|
461
|
+
this.fe(a, c);
|
|
574
462
|
break;
|
|
575
463
|
case "refClearItems":
|
|
576
|
-
this.
|
|
464
|
+
this.ff(a, c);
|
|
577
465
|
break;
|
|
578
466
|
case "refNotifyInsertItem":
|
|
579
|
-
this.
|
|
467
|
+
this.fg(a, c);
|
|
580
468
|
break;
|
|
581
469
|
case "refNotifyRemoveItem":
|
|
582
|
-
this.
|
|
470
|
+
this.fh(a, c);
|
|
583
471
|
break;
|
|
584
472
|
case "refNotifySetItem":
|
|
585
|
-
this.
|
|
473
|
+
this.fi(a, c);
|
|
586
474
|
break;
|
|
587
475
|
case "refNotifyUpdateItem":
|
|
588
|
-
this.
|
|
476
|
+
this.fj(a, c);
|
|
589
477
|
break;
|
|
590
478
|
}
|
|
591
479
|
}
|
|
592
480
|
}
|
|
593
481
|
}
|
|
594
|
-
|
|
482
|
+
fj(a, b) {
|
|
595
483
|
throw new NotImplementedException(0);
|
|
596
484
|
}
|
|
597
|
-
|
|
485
|
+
fi(a, b) {
|
|
598
486
|
if (!b.g("refName")) {
|
|
599
487
|
return;
|
|
600
488
|
}
|
|
@@ -622,38 +510,38 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
622
510
|
let h = null;
|
|
623
511
|
let i = this.h(b, d);
|
|
624
512
|
if (b.g("oldItem")) {
|
|
625
|
-
g = this.
|
|
513
|
+
g = this.c1(b.item("oldItem"), i, null);
|
|
626
514
|
}
|
|
627
515
|
if (b.g("newItem")) {
|
|
628
|
-
h = this.
|
|
516
|
+
h = this.c1(b.item("newItem"), i, null);
|
|
629
517
|
}
|
|
630
518
|
let j = null;
|
|
631
519
|
let k = null;
|
|
632
520
|
if (g != null) {
|
|
633
|
-
j = this.
|
|
521
|
+
j = this.d5(g);
|
|
634
522
|
}
|
|
635
523
|
if (h != null) {
|
|
636
|
-
k = this.
|
|
524
|
+
k = this.d5(h);
|
|
637
525
|
}
|
|
638
|
-
let l = this.
|
|
526
|
+
let l = this.di(a, d);
|
|
639
527
|
if (l == null) {
|
|
640
528
|
return;
|
|
641
529
|
}
|
|
642
|
-
if (this.
|
|
643
|
-
let m = this.
|
|
530
|
+
if (this.bi.containsKey(d)) {
|
|
531
|
+
let m = this.bi.item(d);
|
|
644
532
|
if (k != null) {
|
|
645
533
|
m.item(k, h);
|
|
646
534
|
}
|
|
647
535
|
}
|
|
648
|
-
if (this.
|
|
649
|
-
let n = this.
|
|
536
|
+
if (this.bs.containsKey(d)) {
|
|
537
|
+
let n = this.bs.item(d);
|
|
650
538
|
if (k != null && h != null) {
|
|
651
539
|
n.item(h, k);
|
|
652
540
|
}
|
|
653
541
|
}
|
|
654
|
-
this.
|
|
655
|
-
if (this.
|
|
656
|
-
if (this.
|
|
542
|
+
this.gi(l, e, h);
|
|
543
|
+
if (this.ai) {
|
|
544
|
+
if (this.d9(a) == "DataGrid") {
|
|
657
545
|
let o = ComponentRendererMethodHelper.call("notifySetItem").argument().asInt(e).argument().asEmbeddedRef(((() => {
|
|
658
546
|
let $ret = new EmbeddedRefDescription();
|
|
659
547
|
$ret.refType = "uuid";
|
|
@@ -689,9 +577,9 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
689
577
|
});
|
|
690
578
|
}
|
|
691
579
|
}
|
|
692
|
-
if (this.
|
|
693
|
-
let q = this.
|
|
694
|
-
let r = this.
|
|
580
|
+
if (this.bi.containsKey(d)) {
|
|
581
|
+
let q = this.bi.item(d);
|
|
582
|
+
let r = this.bs.item(d);
|
|
695
583
|
let s = null;
|
|
696
584
|
if (j != null && q.containsKey(j)) {
|
|
697
585
|
s = q.item(j);
|
|
@@ -704,7 +592,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
704
592
|
}
|
|
705
593
|
}
|
|
706
594
|
}
|
|
707
|
-
|
|
595
|
+
fh(a, b) {
|
|
708
596
|
if (!b.g("refName")) {
|
|
709
597
|
return;
|
|
710
598
|
}
|
|
@@ -731,20 +619,20 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
731
619
|
let g = null;
|
|
732
620
|
let h = this.h(b, d);
|
|
733
621
|
if (b.g("oldItem")) {
|
|
734
|
-
g = this.
|
|
622
|
+
g = this.c1(b.item("oldItem"), h, null);
|
|
735
623
|
}
|
|
736
624
|
let i = null;
|
|
737
625
|
let j = null;
|
|
738
626
|
if (g != null) {
|
|
739
|
-
i = this.
|
|
627
|
+
i = this.d5(g);
|
|
740
628
|
}
|
|
741
|
-
let k = this.
|
|
629
|
+
let k = this.di(a, d);
|
|
742
630
|
if (k == null) {
|
|
743
631
|
return;
|
|
744
632
|
}
|
|
745
|
-
this.
|
|
746
|
-
if (this.
|
|
747
|
-
if (this.
|
|
633
|
+
this.fw(k, e);
|
|
634
|
+
if (this.ai) {
|
|
635
|
+
if (this.d9(a) == "DataGrid") {
|
|
748
636
|
let l = ComponentRendererMethodHelper.call("notifyRemoveItem").argument().asInt(e).argument().asEmbeddedRef(((() => {
|
|
749
637
|
let $ret = new EmbeddedRefDescription();
|
|
750
638
|
$ret.refType = "uuid";
|
|
@@ -770,9 +658,9 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
770
658
|
});
|
|
771
659
|
}
|
|
772
660
|
}
|
|
773
|
-
if (this.
|
|
774
|
-
let n = this.
|
|
775
|
-
let o = this.
|
|
661
|
+
if (this.bi.containsKey(d)) {
|
|
662
|
+
let n = this.bi.item(d);
|
|
663
|
+
let o = this.bs.item(d);
|
|
776
664
|
let p = null;
|
|
777
665
|
if (i != null && n.containsKey(i)) {
|
|
778
666
|
p = n.item(i);
|
|
@@ -785,7 +673,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
785
673
|
}
|
|
786
674
|
}
|
|
787
675
|
}
|
|
788
|
-
|
|
676
|
+
fg(a, b) {
|
|
789
677
|
if (!b.g("refName")) {
|
|
790
678
|
return;
|
|
791
679
|
}
|
|
@@ -812,31 +700,31 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
812
700
|
let g = null;
|
|
813
701
|
let h = this.h(b, d);
|
|
814
702
|
if (b.g("newItem")) {
|
|
815
|
-
g = this.
|
|
703
|
+
g = this.c1(b.item("newItem"), h, null);
|
|
816
704
|
}
|
|
817
705
|
let i = null;
|
|
818
706
|
if (g != null) {
|
|
819
|
-
i = this.
|
|
707
|
+
i = this.d5(g);
|
|
820
708
|
}
|
|
821
|
-
let j = this.
|
|
709
|
+
let j = this.di(a, d);
|
|
822
710
|
if (j == null) {
|
|
823
711
|
return;
|
|
824
712
|
}
|
|
825
|
-
if (this.
|
|
826
|
-
let k = this.
|
|
713
|
+
if (this.bi.containsKey(d)) {
|
|
714
|
+
let k = this.bi.item(d);
|
|
827
715
|
if (i != null) {
|
|
828
716
|
k.item(i, g);
|
|
829
717
|
}
|
|
830
718
|
}
|
|
831
|
-
if (this.
|
|
832
|
-
let l = this.
|
|
719
|
+
if (this.bs.containsKey(d)) {
|
|
720
|
+
let l = this.bs.item(d);
|
|
833
721
|
if (g != null && i != null) {
|
|
834
722
|
l.item(g, i);
|
|
835
723
|
}
|
|
836
724
|
}
|
|
837
|
-
this.
|
|
838
|
-
if (this.
|
|
839
|
-
if (this.
|
|
725
|
+
this.e8(j, e, g);
|
|
726
|
+
if (this.ai) {
|
|
727
|
+
if (this.d9(a) == "DataGrid") {
|
|
840
728
|
let m = ComponentRendererMethodHelper.call("notifyInsertItem").argument().asInt(e).argument().asEmbeddedRef(((() => {
|
|
841
729
|
let $ret = new EmbeddedRefDescription();
|
|
842
730
|
$ret.refType = "uuid";
|
|
@@ -863,23 +751,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
863
751
|
}
|
|
864
752
|
}
|
|
865
753
|
}
|
|
866
|
-
get
|
|
754
|
+
get ai() {
|
|
867
755
|
return true;
|
|
868
756
|
}
|
|
869
|
-
|
|
757
|
+
d5(a) {
|
|
870
758
|
if (a == null) {
|
|
871
759
|
return null;
|
|
872
760
|
}
|
|
873
|
-
if (this.
|
|
874
|
-
return this.
|
|
761
|
+
if (this.ag(a, "___id")) {
|
|
762
|
+
return this.db(a, "___id").toString();
|
|
875
763
|
}
|
|
876
764
|
let b = Guid.newGuid().toString();
|
|
877
|
-
this.
|
|
765
|
+
this.gj(a, "___id", b);
|
|
878
766
|
return b;
|
|
879
767
|
}
|
|
880
768
|
h(a, b) {
|
|
881
|
-
if (this.
|
|
882
|
-
return this.
|
|
769
|
+
if (this.bg.containsKey(b)) {
|
|
770
|
+
return this.bg.item(b);
|
|
883
771
|
}
|
|
884
772
|
if (a.g("dateCache")) {
|
|
885
773
|
let c = a.item("dateCache");
|
|
@@ -887,15 +775,15 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
887
775
|
let d = c;
|
|
888
776
|
if (d.items != null && d.items.length > 0) {
|
|
889
777
|
let e = new DateColumnCache();
|
|
890
|
-
this.
|
|
891
|
-
this.
|
|
778
|
+
this.bg.item(b, e);
|
|
779
|
+
this.e7(d, e);
|
|
892
780
|
return e;
|
|
893
781
|
}
|
|
894
782
|
}
|
|
895
783
|
}
|
|
896
784
|
return null;
|
|
897
785
|
}
|
|
898
|
-
|
|
786
|
+
e7(a, b) {
|
|
899
787
|
for (let c = 0; c < a.items.length; c++) {
|
|
900
788
|
let d = a.items[c];
|
|
901
789
|
if (typeCast(JsonDictionaryValue.$, d) !== null) {
|
|
@@ -905,11 +793,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
905
793
|
}
|
|
906
794
|
else if (typeCast(JsonDictionaryArray.$, d) !== null) {
|
|
907
795
|
let e = b.a(c);
|
|
908
|
-
this.
|
|
796
|
+
this.e7(d, e);
|
|
909
797
|
}
|
|
910
798
|
}
|
|
911
799
|
}
|
|
912
|
-
|
|
800
|
+
ff(a, b) {
|
|
913
801
|
if (!b.g("refName")) {
|
|
914
802
|
return;
|
|
915
803
|
}
|
|
@@ -919,10 +807,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
919
807
|
}
|
|
920
808
|
let d = c.value;
|
|
921
809
|
let e = b.item("refValue");
|
|
922
|
-
this.
|
|
923
|
-
this.
|
|
924
|
-
let f = this.
|
|
925
|
-
let g = this.
|
|
810
|
+
this.bi.item(d, new Dictionary$2(String_$type, Base.$, 0));
|
|
811
|
+
this.bs.item(d, new Dictionary$2(Base.$, String_$type, 0));
|
|
812
|
+
let f = this.bi.item(d);
|
|
813
|
+
let g = this.bs.item(d);
|
|
926
814
|
let h = null;
|
|
927
815
|
if (b.g("dateCache")) {
|
|
928
816
|
h = this.h(b, d);
|
|
@@ -951,18 +839,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
951
839
|
}
|
|
952
840
|
}
|
|
953
841
|
if (b.g("dataIntents")) {
|
|
954
|
-
this.
|
|
842
|
+
this.fo(b.item("dataIntents"), d, e, j);
|
|
955
843
|
}
|
|
956
|
-
let q = this.
|
|
844
|
+
let q = this.di(a, d);
|
|
957
845
|
if (q != null) {
|
|
958
|
-
this.
|
|
846
|
+
this.ge(q, j.items.length);
|
|
959
847
|
for (let r = 0; r < j.items.length; r++) {
|
|
960
|
-
let s = this.
|
|
961
|
-
this.
|
|
848
|
+
let s = this.da(i, r);
|
|
849
|
+
this.gi(q, r, s);
|
|
962
850
|
}
|
|
963
851
|
}
|
|
964
|
-
if (this.
|
|
965
|
-
if (this.
|
|
852
|
+
if (this.ai) {
|
|
853
|
+
if (this.d9(a) == "DataGrid") {
|
|
966
854
|
let t = ComponentRendererMethodHelper.call("notifyClearItems").$return().asVoid().build();
|
|
967
855
|
this.executeMethod(a, t, (u) => {
|
|
968
856
|
});
|
|
@@ -979,7 +867,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
979
867
|
}
|
|
980
868
|
}
|
|
981
869
|
}
|
|
982
|
-
|
|
870
|
+
fe(a, b) {
|
|
983
871
|
if (!b.g("refName")) {
|
|
984
872
|
return;
|
|
985
873
|
}
|
|
@@ -989,10 +877,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
989
877
|
}
|
|
990
878
|
let d = c.value;
|
|
991
879
|
let e = b.item("refValue");
|
|
992
|
-
this.
|
|
993
|
-
this.
|
|
994
|
-
let f = this.
|
|
995
|
-
let g = this.
|
|
880
|
+
this.bi.item(d, new Dictionary$2(String_$type, Base.$, 0));
|
|
881
|
+
this.bs.item(d, new Dictionary$2(Base.$, String_$type, 0));
|
|
882
|
+
let f = this.bi.item(d);
|
|
883
|
+
let g = this.bs.item(d);
|
|
996
884
|
let h = null;
|
|
997
885
|
if (b.g("dateCache")) {
|
|
998
886
|
h = this.h(b, d);
|
|
@@ -1001,38 +889,38 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1001
889
|
let j = null;
|
|
1002
890
|
if (typeCast(JsonDictionaryArray.$, e) !== null) {
|
|
1003
891
|
j = e;
|
|
1004
|
-
i = this.
|
|
892
|
+
i = this.c8(d, j, f, g, h);
|
|
1005
893
|
}
|
|
1006
|
-
i = this.
|
|
894
|
+
i = this.d3(i);
|
|
1007
895
|
if (b.g("dataIntents")) {
|
|
1008
|
-
this.
|
|
896
|
+
this.fo(b.item("dataIntents"), d, i, j);
|
|
1009
897
|
}
|
|
1010
898
|
if (i != null) {
|
|
1011
|
-
this.
|
|
899
|
+
this.z = true;
|
|
1012
900
|
}
|
|
1013
901
|
this.provideRefValue(a, d, i);
|
|
1014
902
|
if (i != null) {
|
|
1015
|
-
this.
|
|
903
|
+
this.z = false;
|
|
1016
904
|
}
|
|
1017
905
|
}
|
|
1018
|
-
|
|
906
|
+
c8(a, b, c, d, e) {
|
|
1019
907
|
let f = null;
|
|
1020
908
|
if (b.items != null && b.items.length > 0) {
|
|
1021
909
|
let g = this.a(b, null, e);
|
|
1022
910
|
f = g;
|
|
1023
|
-
this.
|
|
911
|
+
this.ep(a, b, g, c, d);
|
|
1024
912
|
}
|
|
1025
913
|
return f;
|
|
1026
914
|
}
|
|
1027
|
-
|
|
915
|
+
ep(a, b, c, d, e) {
|
|
1028
916
|
for (let f = 0; f < b.items.length; f++) {
|
|
1029
917
|
let g = c[f];
|
|
1030
918
|
let h = b.items[f];
|
|
1031
919
|
if (typeCast(JsonDictionaryArray.$, h) !== null) {
|
|
1032
|
-
this.
|
|
920
|
+
this.ep(a, h, g, d, e);
|
|
1033
921
|
}
|
|
1034
922
|
else {
|
|
1035
|
-
let i = this.
|
|
923
|
+
let i = this.d5(g);
|
|
1036
924
|
if (i != null) {
|
|
1037
925
|
d.item(i, g);
|
|
1038
926
|
if (g != null) {
|
|
@@ -1042,16 +930,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1042
930
|
}
|
|
1043
931
|
}
|
|
1044
932
|
}
|
|
1045
|
-
|
|
933
|
+
fo(a, b, c, d) {
|
|
1046
934
|
if (a != null && a.g("subProps") && a.item("subProps").value) {
|
|
1047
935
|
if (d.items != null && d.items.length > 0 && d.items[0] != null) {
|
|
1048
936
|
if (typeCast(JsonDictionaryArray.$, d.items[0]) !== null) {
|
|
1049
937
|
for (let e = 0; e < d.items.length; e++) {
|
|
1050
|
-
this.
|
|
938
|
+
this.fo(a.item("subIntents"), b, this.da(c, 0), d.items[e]);
|
|
1051
939
|
}
|
|
1052
940
|
}
|
|
1053
941
|
else {
|
|
1054
|
-
this.
|
|
942
|
+
this.fo(a.item("subIntents"), b, this.da(c, 0), d.items[0]);
|
|
1055
943
|
}
|
|
1056
944
|
}
|
|
1057
945
|
return;
|
|
@@ -1062,7 +950,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1062
950
|
let g = i[h];
|
|
1063
951
|
if (a.g(g) && a.item(g).g("subProps") && a.item(g).item("subProps").value) {
|
|
1064
952
|
if (d.items != null && d.items.length > 0 && d.items[0].g(g)) {
|
|
1065
|
-
this.
|
|
953
|
+
this.fo(a.item("subIntents"), b, this.db(this.da(c, 0), g), d.items[0].item(g));
|
|
1066
954
|
}
|
|
1067
955
|
}
|
|
1068
956
|
else {
|
|
@@ -1092,63 +980,63 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1092
980
|
this.provideRefValue(a, d, i);
|
|
1093
981
|
}
|
|
1094
982
|
else {
|
|
1095
|
-
let j = this.
|
|
983
|
+
let j = this.c1(f, null, null);
|
|
1096
984
|
this.provideRefValue(a, d, j);
|
|
1097
985
|
}
|
|
1098
986
|
}
|
|
1099
987
|
addMemberPathTransformer(a) {
|
|
1100
|
-
this.
|
|
988
|
+
this.b1.add(a);
|
|
1101
989
|
}
|
|
1102
990
|
removeMemberPathTransformer(a) {
|
|
1103
|
-
this.
|
|
991
|
+
this.b1.remove(a);
|
|
1104
992
|
}
|
|
1105
993
|
addReferenceResolver(a) {
|
|
1106
|
-
this.
|
|
994
|
+
this.b3.add(a);
|
|
1107
995
|
}
|
|
1108
996
|
removeReferenceResolver(a) {
|
|
1109
|
-
this.
|
|
997
|
+
this.b3.remove(a);
|
|
1110
998
|
}
|
|
1111
999
|
f(a) {
|
|
1112
|
-
if (this.
|
|
1000
|
+
if (this.b3.count == 0) {
|
|
1113
1001
|
return null;
|
|
1114
1002
|
}
|
|
1115
1003
|
let b = new ComponentRendererReferenceResolverEventArgs();
|
|
1116
|
-
for (let c = 0; c < this.
|
|
1117
|
-
this.
|
|
1004
|
+
for (let c = 0; c < this.b3.count; c++) {
|
|
1005
|
+
this.b3._inner[c](a, b);
|
|
1118
1006
|
}
|
|
1119
1007
|
return b;
|
|
1120
1008
|
}
|
|
1121
|
-
|
|
1122
|
-
if (this.
|
|
1009
|
+
cb() {
|
|
1010
|
+
if (this.b1.count > 0) {
|
|
1123
1011
|
return (a) => {
|
|
1124
1012
|
let b = a;
|
|
1125
|
-
for (let c = 0; c < this.
|
|
1126
|
-
b = this.
|
|
1013
|
+
for (let c = 0; c < this.b1.count; c++) {
|
|
1014
|
+
b = this.b1._inner[c](b);
|
|
1127
1015
|
}
|
|
1128
1016
|
return b;
|
|
1129
1017
|
};
|
|
1130
1018
|
}
|
|
1131
1019
|
return null;
|
|
1132
1020
|
}
|
|
1133
|
-
|
|
1021
|
+
az(a) {
|
|
1134
1022
|
return false;
|
|
1135
1023
|
}
|
|
1136
|
-
|
|
1024
|
+
ay(a) {
|
|
1137
1025
|
return false;
|
|
1138
1026
|
}
|
|
1139
|
-
|
|
1027
|
+
av(a) {
|
|
1140
1028
|
return false;
|
|
1141
1029
|
}
|
|
1142
|
-
|
|
1030
|
+
a3(a) {
|
|
1143
1031
|
return false;
|
|
1144
1032
|
}
|
|
1145
|
-
|
|
1033
|
+
aw(a) {
|
|
1146
1034
|
return false;
|
|
1147
1035
|
}
|
|
1148
|
-
|
|
1036
|
+
ax(a) {
|
|
1149
1037
|
return false;
|
|
1150
1038
|
}
|
|
1151
|
-
|
|
1039
|
+
d7(a, b, c) {
|
|
1152
1040
|
let d = a;
|
|
1153
1041
|
if (c != null) {
|
|
1154
1042
|
d = c.k(b);
|
|
@@ -1163,23 +1051,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1163
1051
|
}
|
|
1164
1052
|
return d;
|
|
1165
1053
|
}
|
|
1166
|
-
|
|
1054
|
+
e2(a, b, c, d) {
|
|
1167
1055
|
if (!c.b(b)) {
|
|
1168
|
-
c.k(d, this.
|
|
1056
|
+
c.k(d, this.bf.item(d).g, b, this.bf.item(d), runOn(this, this.fr), -1);
|
|
1169
1057
|
}
|
|
1170
1058
|
for (let e of fromEnum(a.f())) {
|
|
1171
|
-
this.
|
|
1059
|
+
this.e3(this.d7(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
|
|
1172
1060
|
}
|
|
1173
1061
|
}
|
|
1174
|
-
|
|
1062
|
+
e3(a, b, c, d, e, f) {
|
|
1175
1063
|
if (typeCast(DescriptionTreeNode.$, b) !== null) {
|
|
1176
1064
|
let g = b;
|
|
1177
1065
|
let h = this.adapter.getPropertyValue(c, a);
|
|
1178
1066
|
if (!d.b(h) && !d.a(g.g)) {
|
|
1179
|
-
d.k(e, g.g, h, g, runOn(this, this.
|
|
1067
|
+
d.k(e, g.g, h, g, runOn(this, this.fr), f);
|
|
1180
1068
|
}
|
|
1181
1069
|
for (let i of fromEnum(g.f())) {
|
|
1182
|
-
this.
|
|
1070
|
+
this.e3(a + "." + this.d7(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
|
|
1183
1071
|
}
|
|
1184
1072
|
}
|
|
1185
1073
|
if (typeCast(Array_$type, b) !== null) {
|
|
@@ -1201,24 +1089,24 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1201
1089
|
if (j.containsKey(k)) {
|
|
1202
1090
|
let s = j.item(k);
|
|
1203
1091
|
if (!d.b(r) && !d.a(s.g)) {
|
|
1204
|
-
d.k(e, s.g, r, s, runOn(this, this.
|
|
1092
|
+
d.k(e, s.g, r, s, runOn(this, this.fr), f);
|
|
1205
1093
|
}
|
|
1206
1094
|
for (let t of fromEnum(s.f())) {
|
|
1207
|
-
this.
|
|
1095
|
+
this.e3(a + "." + t.c, t.b, c, d, e, s.g);
|
|
1208
1096
|
}
|
|
1209
1097
|
}
|
|
1210
1098
|
k++;
|
|
1211
1099
|
});
|
|
1212
1100
|
if (l > 0 && k == 0) {
|
|
1213
|
-
let r = this.
|
|
1101
|
+
let r = this.ed(a);
|
|
1214
1102
|
this.adapter.forPropertyValueItem(c, r, (s) => {
|
|
1215
1103
|
if (j.containsKey(k)) {
|
|
1216
1104
|
let t = j.item(k);
|
|
1217
1105
|
if (!d.b(s) && !d.a(t.g)) {
|
|
1218
|
-
d.k(e, t.g, s, t, runOn(this, this.
|
|
1106
|
+
d.k(e, t.g, s, t, runOn(this, this.fr), f);
|
|
1219
1107
|
}
|
|
1220
1108
|
for (let u of fromEnum(t.f())) {
|
|
1221
|
-
this.
|
|
1109
|
+
this.e3(r + "." + u.c, u.b, c, d, e, t.g);
|
|
1222
1110
|
}
|
|
1223
1111
|
}
|
|
1224
1112
|
k++;
|
|
@@ -1226,7 +1114,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1226
1114
|
}
|
|
1227
1115
|
}
|
|
1228
1116
|
}
|
|
1229
|
-
|
|
1117
|
+
ed(a) {
|
|
1230
1118
|
let b = a.lastIndexOf('.');
|
|
1231
1119
|
let c = null;
|
|
1232
1120
|
let d = a;
|
|
@@ -1234,13 +1122,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1234
1122
|
c = a.substr(0, b);
|
|
1235
1123
|
d = a.substr(b + 1);
|
|
1236
1124
|
}
|
|
1237
|
-
d = "actual" + this.
|
|
1125
|
+
d = "actual" + this.ea(d);
|
|
1238
1126
|
if (c != null) {
|
|
1239
1127
|
return c + "." + d;
|
|
1240
1128
|
}
|
|
1241
1129
|
return d;
|
|
1242
1130
|
}
|
|
1243
|
-
|
|
1131
|
+
ea(a) {
|
|
1244
1132
|
return a.substr(0, 1).toUpperCase() + a.substr(1);
|
|
1245
1133
|
}
|
|
1246
1134
|
a(a, b, c) {
|
|
@@ -1274,47 +1162,47 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1274
1162
|
d[k] = m;
|
|
1275
1163
|
}
|
|
1276
1164
|
else if (typeCast(JsonDictionaryValue.$, a.items[k]) !== null) {
|
|
1277
|
-
let n = this.
|
|
1165
|
+
let n = this.c2(a.items[k], e, b);
|
|
1278
1166
|
d[k] = n;
|
|
1279
1167
|
}
|
|
1280
1168
|
else {
|
|
1281
|
-
let o = this.
|
|
1169
|
+
let o = this.c1(a.items[k], e, b);
|
|
1282
1170
|
d[k] = o;
|
|
1283
1171
|
}
|
|
1284
1172
|
}
|
|
1285
1173
|
return d;
|
|
1286
1174
|
}
|
|
1287
|
-
|
|
1175
|
+
ag(v_, key_) {
|
|
1288
1176
|
if (v_ == null) {
|
|
1289
1177
|
return false;
|
|
1290
1178
|
}
|
|
1291
1179
|
return (v_[key_] !== undefined ? true : false);
|
|
1292
1180
|
}
|
|
1293
|
-
|
|
1181
|
+
db(v_, key_) {
|
|
1294
1182
|
if (v_ == null) {
|
|
1295
1183
|
return null;
|
|
1296
1184
|
}
|
|
1297
1185
|
return v_[key_] ? v_[key_] : null;
|
|
1298
1186
|
}
|
|
1299
|
-
|
|
1187
|
+
gj(v_, key_, value_) {
|
|
1300
1188
|
if (v_ == null) {
|
|
1301
1189
|
return;
|
|
1302
1190
|
}
|
|
1303
1191
|
v_[key_] = value_;
|
|
1304
1192
|
}
|
|
1305
|
-
|
|
1193
|
+
d3(a) {
|
|
1306
1194
|
let b = a;
|
|
1307
1195
|
if (b == null) {
|
|
1308
1196
|
return null;
|
|
1309
1197
|
}
|
|
1310
1198
|
return b;
|
|
1311
1199
|
}
|
|
1312
|
-
|
|
1200
|
+
gi(ds_, index_, item_) {
|
|
1313
1201
|
ds_[index_] = item_;
|
|
1314
1202
|
}
|
|
1315
|
-
|
|
1316
|
-
if (this.
|
|
1317
|
-
let b = this.
|
|
1203
|
+
d9(a) {
|
|
1204
|
+
if (this.bf.containsKey(a)) {
|
|
1205
|
+
let b = this.bf.item(a);
|
|
1318
1206
|
if (b != null) {
|
|
1319
1207
|
if (b.c("Type")) {
|
|
1320
1208
|
return b.a("Type").toString();
|
|
@@ -1323,19 +1211,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1323
1211
|
}
|
|
1324
1212
|
return null;
|
|
1325
1213
|
}
|
|
1326
|
-
|
|
1214
|
+
ge(ds_, length_) {
|
|
1327
1215
|
ds_.length = length_;
|
|
1328
1216
|
}
|
|
1329
|
-
|
|
1217
|
+
fw(ds_, index_) {
|
|
1330
1218
|
ds_.splice(index_, 1);
|
|
1331
1219
|
}
|
|
1332
|
-
|
|
1220
|
+
e8(ds_, index_, newItem_) {
|
|
1333
1221
|
ds_.splice(index_, 0, newItem_);
|
|
1334
1222
|
}
|
|
1335
|
-
|
|
1223
|
+
da(ds_, index_) {
|
|
1336
1224
|
return ds_[index_];
|
|
1337
1225
|
}
|
|
1338
|
-
|
|
1226
|
+
c1(a, b, c) {
|
|
1339
1227
|
if (a == null) {
|
|
1340
1228
|
return null;
|
|
1341
1229
|
}
|
|
@@ -1345,7 +1233,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1345
1233
|
for (let f = 0; f < e.length; f++) {
|
|
1346
1234
|
let key_ = e[f];
|
|
1347
1235
|
if (typeCast(JsonDictionaryObject.$, a.item(key_)) !== null) {
|
|
1348
|
-
let val_ = this.
|
|
1236
|
+
let val_ = this.c1(a.item(key_), b, c != null ? c + "." + key_ : key_);
|
|
1349
1237
|
dict_[key_] = val_;
|
|
1350
1238
|
}
|
|
1351
1239
|
else if (typeCast(JsonDictionaryArray.$, a.item(key_)) !== null) {
|
|
@@ -1358,20 +1246,20 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1358
1246
|
if (typeof val_ === 'string' && stringStartsWith(val_, "@d:")) {
|
|
1359
1247
|
val_ = val_.substr(3);
|
|
1360
1248
|
}
|
|
1361
|
-
val_ = this.
|
|
1249
|
+
val_ = this.c3(val_);
|
|
1362
1250
|
}
|
|
1363
1251
|
dict_[key_] = val_;
|
|
1364
1252
|
}
|
|
1365
1253
|
}
|
|
1366
1254
|
return dict_;
|
|
1367
1255
|
}
|
|
1368
|
-
|
|
1256
|
+
c2(a, b, c) {
|
|
1369
1257
|
let val_ = a.value;
|
|
1370
1258
|
if (b != null && b.c(c)) {
|
|
1371
1259
|
if (typeof val_ === 'string' && stringStartsWith(val_, "@d:")) {
|
|
1372
1260
|
val_ = val_.substr(3);
|
|
1373
1261
|
}
|
|
1374
|
-
val_ = this.
|
|
1262
|
+
val_ = this.c3(val_);
|
|
1375
1263
|
}
|
|
1376
1264
|
if (typeof val_ === 'string') {
|
|
1377
1265
|
let d = val_;
|
|
@@ -1384,7 +1272,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1384
1272
|
}
|
|
1385
1273
|
return val_;
|
|
1386
1274
|
}
|
|
1387
|
-
|
|
1275
|
+
c3(val_) {
|
|
1388
1276
|
if (typeof val_ === 'string') {
|
|
1389
1277
|
let a;
|
|
1390
1278
|
if (((() => { let b = dateTryParse(val_, a); a = b.p1; return b.ret; })())) {
|
|
@@ -1397,44 +1285,44 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1397
1285
|
let b = Convert.toDateTime(val_);
|
|
1398
1286
|
return b;
|
|
1399
1287
|
}
|
|
1400
|
-
get
|
|
1401
|
-
return this.
|
|
1288
|
+
get bx() {
|
|
1289
|
+
return this.bt;
|
|
1402
1290
|
}
|
|
1403
1291
|
cleanup(a, b) {
|
|
1404
|
-
this.
|
|
1405
|
-
this.
|
|
1292
|
+
this.cd = a;
|
|
1293
|
+
this.gc(null, a, false, false, b, null, 0);
|
|
1406
1294
|
}
|
|
1407
1295
|
render(a, b) {
|
|
1408
|
-
this.
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
if (!this.
|
|
1412
|
-
this.
|
|
1413
|
-
this.
|
|
1414
|
-
}
|
|
1415
|
-
this.
|
|
1416
|
-
this.
|
|
1417
|
-
this.
|
|
1418
|
-
this.
|
|
1419
|
-
this.
|
|
1420
|
-
this.
|
|
1421
|
-
this.
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1296
|
+
this.gc(a, b, false, false, this.cleanupUnusedOnRender, null, 0);
|
|
1297
|
+
}
|
|
1298
|
+
gc(a, b, c, d, e, f, g) {
|
|
1299
|
+
if (!this.bt.containsKey(b)) {
|
|
1300
|
+
this.bt.item(b, new ContainerState());
|
|
1301
|
+
this.bt.item(b).i = b;
|
|
1302
|
+
}
|
|
1303
|
+
this.bm.item(b, a);
|
|
1304
|
+
this.bn.item(b, c);
|
|
1305
|
+
this.bo.item(b, d);
|
|
1306
|
+
this.bl.item(b, e);
|
|
1307
|
+
this.bj.item(b, f);
|
|
1308
|
+
this.bk.item(b, g);
|
|
1309
|
+
this.fl(b, () => this.ga(b));
|
|
1310
|
+
}
|
|
1311
|
+
fl(a, b) {
|
|
1424
1312
|
this.adapter.onUIThread(a, b);
|
|
1425
1313
|
}
|
|
1426
|
-
|
|
1427
|
-
if (this.
|
|
1428
|
-
let b = this.
|
|
1429
|
-
let c = this.
|
|
1430
|
-
let d = this.
|
|
1431
|
-
let e = this.
|
|
1432
|
-
let f = this.
|
|
1433
|
-
this.
|
|
1314
|
+
ga(a) {
|
|
1315
|
+
if (this.bm.containsKey(a)) {
|
|
1316
|
+
let b = this.bn.containsKey(a) ? this.bn.item(a) : false;
|
|
1317
|
+
let c = this.bo.containsKey(a) ? this.bo.item(a) : false;
|
|
1318
|
+
let d = this.bm.item(a);
|
|
1319
|
+
let e = this.bj.containsKey(a) ? this.bj.item(a) : null;
|
|
1320
|
+
let f = this.bk.containsKey(a) ? this.bk.item(a) : 0;
|
|
1321
|
+
this.bm.removeItem(a);
|
|
1434
1322
|
let g = DescriptionTreeBuilder.createTreeWithOptions(this.context, d, this.preserveKeyOrder);
|
|
1435
1323
|
let h = null;
|
|
1436
|
-
if (this.
|
|
1437
|
-
h = this.
|
|
1324
|
+
if (this.bf.containsKey(a)) {
|
|
1325
|
+
h = this.bf.item(a);
|
|
1438
1326
|
this.o = h;
|
|
1439
1327
|
}
|
|
1440
1328
|
let i = DescriptionTreeReconciler.c(h, g, b);
|
|
@@ -1448,32 +1336,32 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1448
1336
|
}
|
|
1449
1337
|
if (c) {
|
|
1450
1338
|
let k = DescriptionTreeReconciler.a(h, i);
|
|
1451
|
-
if (!this.
|
|
1452
|
-
this.
|
|
1339
|
+
if (!this.bt.containsKey(a)) {
|
|
1340
|
+
this.bt.addItem(a, ((() => {
|
|
1453
1341
|
let $ret = new ContainerState();
|
|
1454
1342
|
$ret.i = a;
|
|
1455
1343
|
return $ret;
|
|
1456
1344
|
})()));
|
|
1457
1345
|
}
|
|
1458
|
-
let l = this.
|
|
1346
|
+
let l = this.bt.item(a);
|
|
1459
1347
|
if (k.a.count > 0) {
|
|
1460
1348
|
for (let m of fromEnum(k.a)) {
|
|
1461
1349
|
if (l.a(m)) {
|
|
1462
1350
|
let n = l.j(m);
|
|
1463
|
-
this.
|
|
1351
|
+
this.ez(a, n, l);
|
|
1464
1352
|
}
|
|
1465
1353
|
}
|
|
1466
1354
|
}
|
|
1467
1355
|
if (k.c.count > 0) {
|
|
1468
1356
|
for (let o of fromEnum(k.c)) {
|
|
1469
|
-
let p = this.
|
|
1357
|
+
let p = this.de(a, l, o);
|
|
1470
1358
|
let q = this.adapter.getPropertyValue(p, o.j);
|
|
1471
1359
|
if (q != null) {
|
|
1472
1360
|
if (!l.b(q)) {
|
|
1473
1361
|
let r = o.g;
|
|
1474
1362
|
if (typeCast(DescriptionTreeNode.$, r) !== null) {
|
|
1475
1363
|
let s = r.g;
|
|
1476
|
-
l.k(a, s, q, r, runOn(this, this.
|
|
1364
|
+
l.k(a, s, q, r, runOn(this, this.fr), o.c.g);
|
|
1477
1365
|
}
|
|
1478
1366
|
}
|
|
1479
1367
|
}
|
|
@@ -1487,7 +1375,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1487
1375
|
let v = t.g;
|
|
1488
1376
|
if (typeCast(DescriptionTreeNode.$, v) !== null) {
|
|
1489
1377
|
let w = v.g;
|
|
1490
|
-
this.
|
|
1378
|
+
this.bf.item(a, v);
|
|
1491
1379
|
}
|
|
1492
1380
|
}
|
|
1493
1381
|
}
|
|
@@ -1512,7 +1400,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1512
1400
|
if (z.count == 0) {
|
|
1513
1401
|
continue;
|
|
1514
1402
|
}
|
|
1515
|
-
let ad = this.
|
|
1403
|
+
let ad = this.de(a, l, x);
|
|
1516
1404
|
let ae = this.adapter.getPropertyValue(ad, x.j);
|
|
1517
1405
|
if (ae != null) {
|
|
1518
1406
|
let af = 0;
|
|
@@ -1522,7 +1410,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1522
1410
|
let ah = z.item(this.adapter.getPropertyValue(ag, "Name").toString());
|
|
1523
1411
|
if (typeCast(DescriptionTreeNode.$, ah) !== null) {
|
|
1524
1412
|
let ai = ah.g;
|
|
1525
|
-
l.k(a, ai, ag, ah, runOn(this, this.
|
|
1413
|
+
l.k(a, ai, ag, ah, runOn(this, this.fr), x.c.g);
|
|
1526
1414
|
}
|
|
1527
1415
|
}
|
|
1528
1416
|
}
|
|
@@ -1533,11 +1421,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1533
1421
|
}
|
|
1534
1422
|
}
|
|
1535
1423
|
else {
|
|
1536
|
-
this.
|
|
1424
|
+
this.bf.item(a, g);
|
|
1537
1425
|
}
|
|
1538
1426
|
if (!c) {
|
|
1539
|
-
if (e != null && this.
|
|
1540
|
-
let ag = this.
|
|
1427
|
+
if (e != null && this.al(e)) {
|
|
1428
|
+
let ag = this.bw.item(e);
|
|
1541
1429
|
if (ag != null) {
|
|
1542
1430
|
let ah = GlobalAnimationState.d.i();
|
|
1543
1431
|
if (f > 0) {
|
|
@@ -1548,75 +1436,75 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1548
1436
|
}
|
|
1549
1437
|
}
|
|
1550
1438
|
}
|
|
1551
|
-
this.
|
|
1439
|
+
this.gb(a, i);
|
|
1552
1440
|
}
|
|
1553
|
-
if (this.
|
|
1554
|
-
this.
|
|
1441
|
+
if (this.bl.item(a)) {
|
|
1442
|
+
this.f8(a);
|
|
1555
1443
|
}
|
|
1556
1444
|
}
|
|
1557
|
-
if (this.
|
|
1558
|
-
if (this.
|
|
1559
|
-
this.
|
|
1445
|
+
if (this.cd != null) {
|
|
1446
|
+
if (this.bt.containsKey(a)) {
|
|
1447
|
+
this.bt.removeItem(a);
|
|
1560
1448
|
}
|
|
1561
|
-
if (this.
|
|
1562
|
-
this.
|
|
1449
|
+
if (this.bm.containsKey(this.cd)) {
|
|
1450
|
+
this.bm.removeItem(this.cd);
|
|
1563
1451
|
}
|
|
1564
|
-
if (this.
|
|
1565
|
-
this.
|
|
1452
|
+
if (this.bn.containsKey(this.cd)) {
|
|
1453
|
+
this.bn.removeItem(this.cd);
|
|
1566
1454
|
}
|
|
1567
|
-
if (this.
|
|
1568
|
-
this.
|
|
1455
|
+
if (this.bo.containsKey(this.cd)) {
|
|
1456
|
+
this.bo.removeItem(this.cd);
|
|
1569
1457
|
}
|
|
1570
|
-
if (this.
|
|
1571
|
-
this.
|
|
1458
|
+
if (this.bl.containsKey(this.cd)) {
|
|
1459
|
+
this.bl.removeItem(this.cd);
|
|
1572
1460
|
}
|
|
1573
|
-
if (this.
|
|
1574
|
-
this.
|
|
1461
|
+
if (this.bf.containsKey(this.cd)) {
|
|
1462
|
+
this.bf.removeItem(this.cd);
|
|
1575
1463
|
}
|
|
1576
|
-
if (this.
|
|
1577
|
-
this.
|
|
1464
|
+
if (this.bp.containsKey(this.cd)) {
|
|
1465
|
+
this.bp.removeItem(this.cd);
|
|
1578
1466
|
}
|
|
1579
|
-
if (this.
|
|
1580
|
-
this.
|
|
1467
|
+
if (this.bh.containsKey(this.cd)) {
|
|
1468
|
+
this.bh.removeItem(this.cd);
|
|
1581
1469
|
}
|
|
1582
|
-
if (this.
|
|
1583
|
-
this.
|
|
1470
|
+
if (this.bd.containsKey(this.cd)) {
|
|
1471
|
+
this.bd.removeItem(this.cd);
|
|
1584
1472
|
}
|
|
1585
|
-
if (this.
|
|
1586
|
-
this.
|
|
1473
|
+
if (this.bk.containsKey(this.cd)) {
|
|
1474
|
+
this.bk.removeItem(this.cd);
|
|
1587
1475
|
}
|
|
1588
|
-
if (this.
|
|
1589
|
-
this.
|
|
1476
|
+
if (this.bj.containsKey(this.cd)) {
|
|
1477
|
+
this.bj.removeItem(this.cd);
|
|
1590
1478
|
}
|
|
1591
|
-
this.
|
|
1479
|
+
this.cd = null;
|
|
1592
1480
|
}
|
|
1593
1481
|
this.o = null;
|
|
1594
1482
|
}
|
|
1595
1483
|
getTargetValue(a, b, c) {
|
|
1596
|
-
let d = this.context.getMetadata(a, this.
|
|
1484
|
+
let d = this.context.getMetadata(a, this.ea(b));
|
|
1597
1485
|
let e = d.k(ComponentRenderer.platform);
|
|
1598
1486
|
return this.adapter.getPropertyValue(c, e);
|
|
1599
1487
|
}
|
|
1600
1488
|
setTargetValue(a, b, c, d, e) {
|
|
1601
|
-
let f = this.context.getMetadata(a, this.
|
|
1489
|
+
let f = this.context.getMetadata(a, this.ea(b));
|
|
1602
1490
|
let g = f.k(ComponentRenderer.platform);
|
|
1603
1491
|
this.adapter.setPropertyValue(c, g, f, d, e, null);
|
|
1604
1492
|
}
|
|
1605
1493
|
createHandlerWithDescription(a, b, c, d, e) {
|
|
1606
1494
|
if (e != null) {
|
|
1607
|
-
this.
|
|
1495
|
+
this.ev(a, b, c, d, (f, g, h) => {
|
|
1608
1496
|
let i = this.i(g, h, 8);
|
|
1609
1497
|
let j = DescriptionTreeBuilder.createTree(this.context, i);
|
|
1610
1498
|
e(i);
|
|
1611
1499
|
});
|
|
1612
1500
|
}
|
|
1613
1501
|
else {
|
|
1614
|
-
this.
|
|
1502
|
+
this.ev(a, b, c, d, null);
|
|
1615
1503
|
}
|
|
1616
1504
|
}
|
|
1617
1505
|
createHandlerWithJSON(a, b, c, d, e) {
|
|
1618
1506
|
if (e != null) {
|
|
1619
|
-
this.
|
|
1507
|
+
this.ev(a, b, c, d, (f, g, h) => {
|
|
1620
1508
|
let i = this.i(g, h, 8);
|
|
1621
1509
|
let j = new DescriptionSerializer();
|
|
1622
1510
|
let k = j.r(this.context, i);
|
|
@@ -1624,33 +1512,33 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1624
1512
|
});
|
|
1625
1513
|
}
|
|
1626
1514
|
else {
|
|
1627
|
-
this.
|
|
1515
|
+
this.ev(a, b, c, d, null);
|
|
1628
1516
|
}
|
|
1629
1517
|
}
|
|
1630
1518
|
createHandlerWithRaw(a, b, c, d, e) {
|
|
1631
1519
|
if (e != null) {
|
|
1632
|
-
this.
|
|
1520
|
+
this.ev(a, b, c, d, (f, g, h) => e(g));
|
|
1633
1521
|
}
|
|
1634
1522
|
else {
|
|
1635
|
-
this.
|
|
1523
|
+
this.ev(a, b, c, d, null);
|
|
1636
1524
|
}
|
|
1637
1525
|
}
|
|
1638
|
-
|
|
1526
|
+
ev(a, b, c, d, e) {
|
|
1639
1527
|
if (e != null) {
|
|
1640
|
-
let f = this.
|
|
1528
|
+
let f = this.ea(d);
|
|
1641
1529
|
let g = this.context.getMetadata(c, f);
|
|
1642
1530
|
let h = this.context.z(c, f);
|
|
1643
1531
|
if (h != null) {
|
|
1644
1532
|
let i = (j, k) => e(j, k, h);
|
|
1645
|
-
this.
|
|
1533
|
+
this.be.item(b, i);
|
|
1646
1534
|
let j = this.adapter.createHandler(f, g.specificExternalType, h, this.context, i);
|
|
1647
|
-
this.
|
|
1535
|
+
this.fr(null, b, j, true);
|
|
1648
1536
|
}
|
|
1649
1537
|
}
|
|
1650
1538
|
else {
|
|
1651
|
-
if (this.
|
|
1652
|
-
this.adapter.disposeHandler(this.
|
|
1653
|
-
this.
|
|
1539
|
+
if (this.be.containsKey(b)) {
|
|
1540
|
+
this.adapter.disposeHandler(this.be.item(b));
|
|
1541
|
+
this.fr(null, b, null, true);
|
|
1654
1542
|
}
|
|
1655
1543
|
}
|
|
1656
1544
|
}
|
|
@@ -1664,22 +1552,22 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1664
1552
|
}
|
|
1665
1553
|
}
|
|
1666
1554
|
executeMethod(a, b, c) {
|
|
1667
|
-
this.
|
|
1555
|
+
this.fl(a, () => {
|
|
1668
1556
|
let d = new JsonDictionaryParser();
|
|
1669
1557
|
let e = d.parse(b);
|
|
1670
|
-
if (!this.
|
|
1558
|
+
if (!this.bf.containsKey(a)) {
|
|
1671
1559
|
c(null);
|
|
1672
1560
|
return;
|
|
1673
1561
|
}
|
|
1674
|
-
if (!this.
|
|
1675
|
-
this.
|
|
1676
|
-
this.
|
|
1562
|
+
if (!this.bt.containsKey(a)) {
|
|
1563
|
+
this.bt.item(a, new ContainerState());
|
|
1564
|
+
this.bt.item(a).i = a;
|
|
1677
1565
|
}
|
|
1678
|
-
let f = this.
|
|
1566
|
+
let f = this.bt.item(a);
|
|
1679
1567
|
let g = new DescriptionSerializer();
|
|
1680
1568
|
g.i = this.isProceedOnErrorEnabled;
|
|
1681
|
-
g.g = this.
|
|
1682
|
-
let h = this.
|
|
1569
|
+
g.g = this.a9();
|
|
1570
|
+
let h = this.bf.item(a);
|
|
1683
1571
|
let i = null;
|
|
1684
1572
|
let j = new List$1(Base.$, 0);
|
|
1685
1573
|
let k = new List$1(TypeDescriptionMetadata.$, 0);
|
|
@@ -1687,15 +1575,15 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1687
1575
|
let l = null;
|
|
1688
1576
|
let m = e;
|
|
1689
1577
|
if (m.g("targetRef")) {
|
|
1690
|
-
l = this.
|
|
1578
|
+
l = this.d4(m, "targetRef");
|
|
1691
1579
|
}
|
|
1692
1580
|
let n = null;
|
|
1693
1581
|
if (m.g("methodName")) {
|
|
1694
|
-
n = this.
|
|
1582
|
+
n = this.d4(m, "methodName");
|
|
1695
1583
|
}
|
|
1696
1584
|
if (l != null) {
|
|
1697
|
-
if (this.
|
|
1698
|
-
i = this.
|
|
1585
|
+
if (this.bu.containsKey(l)) {
|
|
1586
|
+
i = this.bu.item(l);
|
|
1699
1587
|
}
|
|
1700
1588
|
}
|
|
1701
1589
|
else {
|
|
@@ -1708,13 +1596,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1708
1596
|
let r = this.m(h, q, g);
|
|
1709
1597
|
let s = null;
|
|
1710
1598
|
if (typeCast(DescriptionTreeNode.$, r.g) !== null && r.g.i == "EmbeddedRef") {
|
|
1711
|
-
s = this.
|
|
1599
|
+
s = this.dg(a, r.g);
|
|
1712
1600
|
}
|
|
1713
1601
|
else {
|
|
1714
|
-
s = this.
|
|
1602
|
+
s = this.c9(r, a, f);
|
|
1715
1603
|
}
|
|
1716
1604
|
if (r.d.knownType == 8 && r.d.specificType == "string") {
|
|
1717
|
-
s = this.
|
|
1605
|
+
s = this.cm(r.d.specificExternalType, s, r.d);
|
|
1718
1606
|
}
|
|
1719
1607
|
j.add1(s);
|
|
1720
1608
|
k.add(r.d);
|
|
@@ -1727,7 +1615,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1727
1615
|
t = v.d;
|
|
1728
1616
|
}
|
|
1729
1617
|
this.adapter.executeMethod(i, n, j.toArray(), k.toArray(), (w) => {
|
|
1730
|
-
let x = this.
|
|
1618
|
+
let x = this.eb(w, t);
|
|
1731
1619
|
c(x);
|
|
1732
1620
|
});
|
|
1733
1621
|
}
|
|
@@ -1735,15 +1623,15 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1735
1623
|
}
|
|
1736
1624
|
executeMethodWithBuilder(a, b, c) {
|
|
1737
1625
|
let d = new JsonDictionaryParser();
|
|
1738
|
-
if (!this.
|
|
1739
|
-
this.
|
|
1740
|
-
this.
|
|
1626
|
+
if (!this.bt.containsKey(a)) {
|
|
1627
|
+
this.bt.item(a, new ContainerState());
|
|
1628
|
+
this.bt.item(a).i = a;
|
|
1741
1629
|
}
|
|
1742
|
-
let e = this.
|
|
1630
|
+
let e = this.bt.item(a);
|
|
1743
1631
|
let f = new DescriptionSerializer();
|
|
1744
1632
|
f.i = this.isProceedOnErrorEnabled;
|
|
1745
|
-
f.g = this.
|
|
1746
|
-
let g = this.
|
|
1633
|
+
f.g = this.a9();
|
|
1634
|
+
let g = this.bf.item(a);
|
|
1747
1635
|
let h = null;
|
|
1748
1636
|
let i = new List$1(Base.$, 0);
|
|
1749
1637
|
let j = new List$1(TypeDescriptionMetadata.$, 0);
|
|
@@ -1751,8 +1639,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1751
1639
|
let k = b.targetRef;
|
|
1752
1640
|
let l = b.methodName;
|
|
1753
1641
|
if (k != null) {
|
|
1754
|
-
if (this.
|
|
1755
|
-
h = this.
|
|
1642
|
+
if (this.bu.containsKey(k)) {
|
|
1643
|
+
h = this.bu.item(k);
|
|
1756
1644
|
}
|
|
1757
1645
|
}
|
|
1758
1646
|
else {
|
|
@@ -1764,13 +1652,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1764
1652
|
let p = this.l(g, o, f);
|
|
1765
1653
|
let q = null;
|
|
1766
1654
|
if (typeCast(DescriptionTreeNode.$, p.g) !== null && p.g.i == "EmbeddedRef") {
|
|
1767
|
-
q = this.
|
|
1655
|
+
q = this.dg(a, p.g);
|
|
1768
1656
|
}
|
|
1769
1657
|
else {
|
|
1770
|
-
q = this.
|
|
1658
|
+
q = this.c9(p, a, e);
|
|
1771
1659
|
}
|
|
1772
1660
|
if (p.d.knownType == 8 && p.d.specificType == "string") {
|
|
1773
|
-
q = this.
|
|
1661
|
+
q = this.cm(p.d.specificExternalType, q, p.d);
|
|
1774
1662
|
}
|
|
1775
1663
|
i.add1(q);
|
|
1776
1664
|
j.add(p.d);
|
|
@@ -1781,12 +1669,12 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1781
1669
|
r = s.d;
|
|
1782
1670
|
}
|
|
1783
1671
|
this.adapter.executeMethod(h, l, i.toArray(), j.toArray(), (t) => {
|
|
1784
|
-
let u = this.
|
|
1672
|
+
let u = this.eb(t, r);
|
|
1785
1673
|
c(u);
|
|
1786
1674
|
});
|
|
1787
1675
|
}
|
|
1788
1676
|
}
|
|
1789
|
-
|
|
1677
|
+
dg(a, b) {
|
|
1790
1678
|
if (b.i == "EmbeddedRef") {
|
|
1791
1679
|
let c = "uuid";
|
|
1792
1680
|
let d = null;
|
|
@@ -1799,25 +1687,25 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1799
1687
|
}
|
|
1800
1688
|
}
|
|
1801
1689
|
if (d != null) {
|
|
1802
|
-
for (let f = 0; f < this.
|
|
1803
|
-
let g = this.
|
|
1690
|
+
for (let f = 0; f < this.b0.count; f++) {
|
|
1691
|
+
let g = this.b0._inner[f](a, c, d);
|
|
1804
1692
|
if (g != null) {
|
|
1805
1693
|
return g;
|
|
1806
1694
|
}
|
|
1807
1695
|
}
|
|
1808
1696
|
if (c == "uuid") {
|
|
1809
|
-
let h = this.
|
|
1697
|
+
let h = this.dh(a, c, d);
|
|
1810
1698
|
if (h != null) {
|
|
1811
1699
|
return h;
|
|
1812
1700
|
}
|
|
1813
1701
|
}
|
|
1814
1702
|
if (c == "name") {
|
|
1815
1703
|
let i = d;
|
|
1816
|
-
if (this.
|
|
1817
|
-
return this.
|
|
1704
|
+
if (this.bu.containsKey(i)) {
|
|
1705
|
+
return this.bu.item(i);
|
|
1818
1706
|
}
|
|
1819
|
-
if (this.
|
|
1820
|
-
return this.
|
|
1707
|
+
if (this.bw.containsKey(i)) {
|
|
1708
|
+
return this.bw.item(i);
|
|
1821
1709
|
}
|
|
1822
1710
|
}
|
|
1823
1711
|
return null;
|
|
@@ -1825,10 +1713,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1825
1713
|
}
|
|
1826
1714
|
return null;
|
|
1827
1715
|
}
|
|
1828
|
-
|
|
1829
|
-
if (this.
|
|
1830
|
-
for (let d of fromEnum(this.
|
|
1831
|
-
let e = this.
|
|
1716
|
+
dh(a, b, c) {
|
|
1717
|
+
if (this.bi != null) {
|
|
1718
|
+
for (let d of fromEnum(this.bi.keys)) {
|
|
1719
|
+
let e = this.bi.item(d);
|
|
1832
1720
|
if (e.containsKey(c)) {
|
|
1833
1721
|
return e.item(c);
|
|
1834
1722
|
}
|
|
@@ -1836,7 +1724,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1836
1724
|
}
|
|
1837
1725
|
return null;
|
|
1838
1726
|
}
|
|
1839
|
-
static
|
|
1727
|
+
static b8(a) {
|
|
1840
1728
|
if (typeCast(Date_$type, a) !== null) {
|
|
1841
1729
|
return a.getTime();
|
|
1842
1730
|
}
|
|
@@ -1845,21 +1733,21 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1845
1733
|
}
|
|
1846
1734
|
return a;
|
|
1847
1735
|
}
|
|
1848
|
-
|
|
1736
|
+
dj(a, b) {
|
|
1849
1737
|
if (a == null) {
|
|
1850
1738
|
return null;
|
|
1851
1739
|
}
|
|
1852
|
-
if (this.
|
|
1740
|
+
if (this.bq.containsKey(a)) {
|
|
1853
1741
|
if (b) {
|
|
1854
1742
|
let c = new EmbeddedRefDescription();
|
|
1855
1743
|
c.refType = "name";
|
|
1856
|
-
c.value = this.
|
|
1744
|
+
c.value = this.bq.item(a);
|
|
1857
1745
|
return c;
|
|
1858
1746
|
}
|
|
1859
|
-
return this.
|
|
1747
|
+
return this.bq.item(a);
|
|
1860
1748
|
}
|
|
1861
|
-
for (let d = 0; d < this.
|
|
1862
|
-
let e = this.
|
|
1749
|
+
for (let d = 0; d < this.b4.count; d++) {
|
|
1750
|
+
let e = this.b4._inner[d](a);
|
|
1863
1751
|
if (e != null) {
|
|
1864
1752
|
let f = new EmbeddedRefDescription();
|
|
1865
1753
|
f.refType = "uuid";
|
|
@@ -1867,8 +1755,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1867
1755
|
return f;
|
|
1868
1756
|
}
|
|
1869
1757
|
}
|
|
1870
|
-
for (let g of fromEnum(this.
|
|
1871
|
-
let h = this.
|
|
1758
|
+
for (let g of fromEnum(this.bs.keys)) {
|
|
1759
|
+
let h = this.bs.item(g);
|
|
1872
1760
|
if (h.containsKey(a)) {
|
|
1873
1761
|
let i = h.item(a);
|
|
1874
1762
|
let j = new EmbeddedRefDescription();
|
|
@@ -1935,10 +1823,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1935
1823
|
}
|
|
1936
1824
|
break;
|
|
1937
1825
|
case 9:
|
|
1938
|
-
m = this.
|
|
1826
|
+
m = this.c4(l, i.collectionElementType);
|
|
1939
1827
|
break;
|
|
1940
1828
|
case 10:
|
|
1941
|
-
m = this.
|
|
1829
|
+
m = this.c4(l, i.specificExternalType);
|
|
1942
1830
|
break;
|
|
1943
1831
|
case 6: break;
|
|
1944
1832
|
case 16: break;
|
|
@@ -1948,20 +1836,20 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1948
1836
|
case 24:
|
|
1949
1837
|
switch (i.specificExternalType) {
|
|
1950
1838
|
case "int":
|
|
1951
|
-
m = truncate(this.
|
|
1839
|
+
m = truncate(this.b7(ComponentRenderer.b8(l)));
|
|
1952
1840
|
break;
|
|
1953
1841
|
default:
|
|
1954
|
-
m = this.
|
|
1842
|
+
m = this.b7(ComponentRenderer.b8(l));
|
|
1955
1843
|
break;
|
|
1956
1844
|
}
|
|
1957
1845
|
break;
|
|
1958
1846
|
case 1:
|
|
1959
1847
|
switch (i.specificExternalType) {
|
|
1960
1848
|
case "int":
|
|
1961
|
-
m = truncate(ComponentRenderer.
|
|
1849
|
+
m = truncate(ComponentRenderer.b8(l));
|
|
1962
1850
|
break;
|
|
1963
1851
|
default:
|
|
1964
|
-
m = ComponentRenderer.
|
|
1852
|
+
m = ComponentRenderer.b8(l);
|
|
1965
1853
|
break;
|
|
1966
1854
|
}
|
|
1967
1855
|
break;
|
|
@@ -1996,17 +1884,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
1996
1884
|
m = CSSColorUtil.d(l);
|
|
1997
1885
|
break;
|
|
1998
1886
|
case 17:
|
|
1999
|
-
if (this.
|
|
1887
|
+
if (this.ap(l)) {
|
|
2000
1888
|
m = l;
|
|
2001
1889
|
}
|
|
2002
|
-
m = this.
|
|
1890
|
+
m = this.dj(l, false);
|
|
2003
1891
|
break;
|
|
2004
1892
|
case 20:
|
|
2005
|
-
m = this.
|
|
1893
|
+
m = this.dj(l, false);
|
|
2006
1894
|
break;
|
|
2007
1895
|
}
|
|
2008
1896
|
if (m != null) {
|
|
2009
|
-
if (this.
|
|
1897
|
+
if (this.a9()) {
|
|
2010
1898
|
this.context.ah(d, i.propertyName, i, m);
|
|
2011
1899
|
}
|
|
2012
1900
|
else {
|
|
@@ -2026,13 +1914,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2026
1914
|
else if (c == 1) {
|
|
2027
1915
|
return ((() => {
|
|
2028
1916
|
let $ret = new NumberDescription();
|
|
2029
|
-
$ret.value = ComponentRenderer.
|
|
1917
|
+
$ret.value = ComponentRenderer.b8(a);
|
|
2030
1918
|
return $ret;
|
|
2031
1919
|
})());
|
|
2032
1920
|
}
|
|
2033
1921
|
else if (c == 24) {
|
|
2034
|
-
let n = ComponentRenderer.
|
|
2035
|
-
n = this.
|
|
1922
|
+
let n = ComponentRenderer.b8(a);
|
|
1923
|
+
n = this.b7(n);
|
|
2036
1924
|
return ((() => {
|
|
2037
1925
|
let $ret = new NumberDescription();
|
|
2038
1926
|
$ret.value = n;
|
|
@@ -2043,8 +1931,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2043
1931
|
let o = PlatformAPIHelper.n(a);
|
|
2044
1932
|
return ((() => {
|
|
2045
1933
|
let $ret = new PointDescription();
|
|
2046
|
-
$ret.x = this.
|
|
2047
|
-
$ret.y = this.
|
|
1934
|
+
$ret.x = this.b7(o.x);
|
|
1935
|
+
$ret.y = this.b7(o.y);
|
|
2048
1936
|
return $ret;
|
|
2049
1937
|
})());
|
|
2050
1938
|
}
|
|
@@ -2061,8 +1949,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2061
1949
|
let q = PlatformAPIHelper.q(a);
|
|
2062
1950
|
return ((() => {
|
|
2063
1951
|
let $ret = new SizeDescription();
|
|
2064
|
-
$ret.width = this.
|
|
2065
|
-
$ret.height = this.
|
|
1952
|
+
$ret.width = this.b7(q.width);
|
|
1953
|
+
$ret.height = this.b7(q.height);
|
|
2066
1954
|
return $ret;
|
|
2067
1955
|
})());
|
|
2068
1956
|
}
|
|
@@ -2079,10 +1967,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2079
1967
|
let s = PlatformAPIHelper.p(a);
|
|
2080
1968
|
return ((() => {
|
|
2081
1969
|
let $ret = new RectDescription();
|
|
2082
|
-
$ret.left = this.
|
|
2083
|
-
$ret.top = this.
|
|
2084
|
-
$ret.width = this.
|
|
2085
|
-
$ret.height = this.
|
|
1970
|
+
$ret.left = this.b7(s.left);
|
|
1971
|
+
$ret.top = this.b7(s.top);
|
|
1972
|
+
$ret.width = this.b7(s.width);
|
|
1973
|
+
$ret.height = this.b7(s.height);
|
|
2086
1974
|
return $ret;
|
|
2087
1975
|
})());
|
|
2088
1976
|
}
|
|
@@ -2114,20 +2002,20 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2114
2002
|
})());
|
|
2115
2003
|
}
|
|
2116
2004
|
else if (c == 17) {
|
|
2117
|
-
let w = this.
|
|
2005
|
+
let w = this.dj(a, true);
|
|
2118
2006
|
return w;
|
|
2119
2007
|
}
|
|
2120
2008
|
return null;
|
|
2121
2009
|
}
|
|
2122
|
-
|
|
2010
|
+
b7(a) {
|
|
2123
2011
|
throw new NotImplementedException(0);
|
|
2124
2012
|
}
|
|
2125
|
-
|
|
2013
|
+
c4(a, b) {
|
|
2126
2014
|
if (a == null) {
|
|
2127
2015
|
return null;
|
|
2128
2016
|
}
|
|
2129
2017
|
let c = this.adapter.publicCollectionAsObjectArray(a);
|
|
2130
|
-
let d = this.
|
|
2018
|
+
let d = this.ao(b);
|
|
2131
2019
|
let e = new Array(c.length);
|
|
2132
2020
|
for (let f = 0; f < c.length; f++) {
|
|
2133
2021
|
if (!d) {
|
|
@@ -2147,7 +2035,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2147
2035
|
}
|
|
2148
2036
|
return e;
|
|
2149
2037
|
}
|
|
2150
|
-
|
|
2038
|
+
eb(a, b) {
|
|
2151
2039
|
let c = new JsonDictionaryObject();
|
|
2152
2040
|
c.item("knownType", ((() => {
|
|
2153
2041
|
let $ret = new JsonDictionaryValue();
|
|
@@ -2185,7 +2073,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2185
2073
|
c.item("result", ((() => {
|
|
2186
2074
|
let $ret = new JsonDictionaryValue();
|
|
2187
2075
|
$ret.e = 0;
|
|
2188
|
-
$ret.value = this.
|
|
2076
|
+
$ret.value = this.b7(ComponentRenderer.b8(a));
|
|
2189
2077
|
return $ret;
|
|
2190
2078
|
})()));
|
|
2191
2079
|
break;
|
|
@@ -2193,7 +2081,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2193
2081
|
c.item("result", ((() => {
|
|
2194
2082
|
let $ret = new JsonDictionaryValue();
|
|
2195
2083
|
$ret.e = 0;
|
|
2196
|
-
$ret.value = ComponentRenderer.
|
|
2084
|
+
$ret.value = ComponentRenderer.b8(a);
|
|
2197
2085
|
return $ret;
|
|
2198
2086
|
})()));
|
|
2199
2087
|
break;
|
|
@@ -2217,7 +2105,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2217
2105
|
c.item("result", ((() => {
|
|
2218
2106
|
let $ret = new JsonDictionaryValue();
|
|
2219
2107
|
$ret.e = 2;
|
|
2220
|
-
$ret.value = this.
|
|
2108
|
+
$ret.value = this.dk(a);
|
|
2221
2109
|
return $ret;
|
|
2222
2110
|
})()));
|
|
2223
2111
|
break;
|
|
@@ -2225,7 +2113,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2225
2113
|
c.item("result", ((() => {
|
|
2226
2114
|
let $ret = new JsonDictionaryValue();
|
|
2227
2115
|
$ret.e = 2;
|
|
2228
|
-
$ret.value = this.
|
|
2116
|
+
$ret.value = this.dm(a);
|
|
2229
2117
|
return $ret;
|
|
2230
2118
|
})()));
|
|
2231
2119
|
break;
|
|
@@ -2233,7 +2121,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2233
2121
|
c.item("result", ((() => {
|
|
2234
2122
|
let $ret = new JsonDictionaryValue();
|
|
2235
2123
|
$ret.e = 2;
|
|
2236
|
-
$ret.value = this.
|
|
2124
|
+
$ret.value = this.dl(a);
|
|
2237
2125
|
return $ret;
|
|
2238
2126
|
})()));
|
|
2239
2127
|
break;
|
|
@@ -2252,7 +2140,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2252
2140
|
c.item("result", ((() => {
|
|
2253
2141
|
let $ret = new JsonDictionaryValue();
|
|
2254
2142
|
$ret.e = 2;
|
|
2255
|
-
$ret.value = this.
|
|
2143
|
+
$ret.value = this.dq(a);
|
|
2256
2144
|
return $ret;
|
|
2257
2145
|
})()));
|
|
2258
2146
|
break;
|
|
@@ -2260,22 +2148,22 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2260
2148
|
c.item("result", ((() => {
|
|
2261
2149
|
let $ret = new JsonDictionaryValue();
|
|
2262
2150
|
$ret.e = 2;
|
|
2263
|
-
$ret.value = this.
|
|
2151
|
+
$ret.value = this.dt(a);
|
|
2264
2152
|
return $ret;
|
|
2265
2153
|
})()));
|
|
2266
2154
|
break;
|
|
2267
2155
|
case 27:
|
|
2268
|
-
c.item("result", this.
|
|
2156
|
+
c.item("result", this.ds(a));
|
|
2269
2157
|
break;
|
|
2270
2158
|
case 12:
|
|
2271
|
-
c.item("result", this.
|
|
2159
|
+
c.item("result", this.dv(a));
|
|
2272
2160
|
break;
|
|
2273
2161
|
case 13: break;
|
|
2274
2162
|
case 26:
|
|
2275
2163
|
c.item("result", ((() => {
|
|
2276
2164
|
let $ret = new JsonDictionaryValue();
|
|
2277
2165
|
$ret.e = 2;
|
|
2278
|
-
$ret.value = this.
|
|
2166
|
+
$ret.value = this.dr(a);
|
|
2279
2167
|
return $ret;
|
|
2280
2168
|
})()));
|
|
2281
2169
|
break;
|
|
@@ -2283,7 +2171,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2283
2171
|
c.item("result", ((() => {
|
|
2284
2172
|
let $ret = new JsonDictionaryValue();
|
|
2285
2173
|
$ret.e = 2;
|
|
2286
|
-
$ret.value = this.
|
|
2174
|
+
$ret.value = this.du(a);
|
|
2287
2175
|
return $ret;
|
|
2288
2176
|
})()));
|
|
2289
2177
|
break;
|
|
@@ -2292,7 +2180,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2292
2180
|
c.item("result", ((() => {
|
|
2293
2181
|
let $ret = new JsonDictionaryValue();
|
|
2294
2182
|
$ret.e = 2;
|
|
2295
|
-
$ret.value = this.
|
|
2183
|
+
$ret.value = this.dn(a);
|
|
2296
2184
|
return $ret;
|
|
2297
2185
|
})()));
|
|
2298
2186
|
break;
|
|
@@ -2304,7 +2192,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2304
2192
|
c.item("result", ((() => {
|
|
2305
2193
|
let $ret = new JsonDictionaryValue();
|
|
2306
2194
|
$ret.e = 2;
|
|
2307
|
-
$ret.value = this.
|
|
2195
|
+
$ret.value = this.dw(a);
|
|
2308
2196
|
return $ret;
|
|
2309
2197
|
})()));
|
|
2310
2198
|
break;
|
|
@@ -2313,47 +2201,47 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2313
2201
|
c.item("result", ((() => {
|
|
2314
2202
|
let $ret = new JsonDictionaryValue();
|
|
2315
2203
|
$ret.e = 2;
|
|
2316
|
-
$ret.value = this.
|
|
2204
|
+
$ret.value = this.dp(a);
|
|
2317
2205
|
return $ret;
|
|
2318
2206
|
})()));
|
|
2319
2207
|
break;
|
|
2320
2208
|
}
|
|
2321
2209
|
return c.b();
|
|
2322
2210
|
}
|
|
2323
|
-
|
|
2211
|
+
dp(a) {
|
|
2324
2212
|
return this.adapter.serializeDoubleCollection(a);
|
|
2325
2213
|
}
|
|
2326
|
-
|
|
2214
|
+
dw(a) {
|
|
2327
2215
|
return this.adapter.serializeTimespan(a);
|
|
2328
2216
|
}
|
|
2329
|
-
|
|
2217
|
+
dn(a) {
|
|
2330
2218
|
return this.adapter.serializeColorCollection(a);
|
|
2331
2219
|
}
|
|
2332
|
-
|
|
2220
|
+
du(a) {
|
|
2333
2221
|
return this.adapter.serializeRect(a);
|
|
2334
2222
|
}
|
|
2335
|
-
|
|
2223
|
+
dr(a) {
|
|
2336
2224
|
return this.adapter.serializePixelRect(a);
|
|
2337
2225
|
}
|
|
2338
|
-
|
|
2226
|
+
dv(a) {
|
|
2339
2227
|
return this.adapter.serializeSize(a);
|
|
2340
2228
|
}
|
|
2341
|
-
|
|
2229
|
+
ds(a) {
|
|
2342
2230
|
return this.adapter.serializePixelSize(a);
|
|
2343
2231
|
}
|
|
2344
|
-
|
|
2232
|
+
dt(a) {
|
|
2345
2233
|
return this.adapter.serializePoint(a);
|
|
2346
2234
|
}
|
|
2347
|
-
|
|
2235
|
+
dq(a) {
|
|
2348
2236
|
return this.adapter.serializePixelPoint(a);
|
|
2349
2237
|
}
|
|
2350
|
-
|
|
2238
|
+
dl(a) {
|
|
2351
2239
|
return this.adapter.serializeBrushCollection(a);
|
|
2352
2240
|
}
|
|
2353
|
-
|
|
2241
|
+
dm(a) {
|
|
2354
2242
|
return this.adapter.serializeColor(a);
|
|
2355
2243
|
}
|
|
2356
|
-
|
|
2244
|
+
dk(a) {
|
|
2357
2245
|
return this.adapter.serializeBrush(a);
|
|
2358
2246
|
}
|
|
2359
2247
|
m(a, b, c) {
|
|
@@ -2364,16 +2252,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2364
2252
|
let e = new TypeDescriptionMetadata();
|
|
2365
2253
|
e.propertyName = "*argument";
|
|
2366
2254
|
let f = 17;
|
|
2367
|
-
let g = this.
|
|
2255
|
+
let g = this.d4(b, "knownType");
|
|
2368
2256
|
let h = EnumUtil.tryParse$1(TypeDescriptionWellKnownType_$type, g, true, f);
|
|
2369
2257
|
f = h.p2;
|
|
2370
2258
|
e.knownType = f;
|
|
2371
|
-
e.specificExternalType = this.
|
|
2372
|
-
e.specificType = this.
|
|
2373
|
-
e.collectionElementType = this.
|
|
2259
|
+
e.specificExternalType = this.d4(b, "specificExternalType");
|
|
2260
|
+
e.specificType = this.d4(b, "specificType");
|
|
2261
|
+
e.collectionElementType = this.d4(b, "collectionElementType");
|
|
2374
2262
|
d.d = e;
|
|
2375
2263
|
let i = null;
|
|
2376
|
-
i = this.
|
|
2264
|
+
i = this.c7(e, b, c);
|
|
2377
2265
|
d.g = i;
|
|
2378
2266
|
return d;
|
|
2379
2267
|
}
|
|
@@ -2390,7 +2278,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2390
2278
|
e.specificType = b.au;
|
|
2391
2279
|
e.collectionElementType = b.as;
|
|
2392
2280
|
d.d = e;
|
|
2393
|
-
let g = this.
|
|
2281
|
+
let g = this.c0(e.knownType, e.specificType, e.specificExternalType, e.collectionElementType, b.ak, c);
|
|
2394
2282
|
d.g = g;
|
|
2395
2283
|
return d;
|
|
2396
2284
|
}
|
|
@@ -2411,7 +2299,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2411
2299
|
c.g = f;
|
|
2412
2300
|
return c;
|
|
2413
2301
|
}
|
|
2414
|
-
|
|
2302
|
+
d4(a, b) {
|
|
2415
2303
|
if (typeCast(JsonDictionaryObject.$, a) !== null) {
|
|
2416
2304
|
let c = a;
|
|
2417
2305
|
if (c.g(b)) {
|
|
@@ -2420,17 +2308,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2420
2308
|
}
|
|
2421
2309
|
return null;
|
|
2422
2310
|
}
|
|
2423
|
-
|
|
2311
|
+
c7(a, b, c) {
|
|
2424
2312
|
if (typeCast(JsonDictionaryObject.$, b) !== null) {
|
|
2425
2313
|
let d = b;
|
|
2426
2314
|
if (d.g("value")) {
|
|
2427
2315
|
let e = (d.item("value")) != null ? (d.item("value")) : null;
|
|
2428
|
-
return this.
|
|
2316
|
+
return this.c0(a.knownType, a.specificType, a.specificExternalType, a.collectionElementType, e, c);
|
|
2429
2317
|
}
|
|
2430
2318
|
}
|
|
2431
2319
|
return null;
|
|
2432
2320
|
}
|
|
2433
|
-
|
|
2321
|
+
c0(a, b, c, d, e, f) {
|
|
2434
2322
|
if (typeCast(JsonDictionaryObject.$, e) !== null) {
|
|
2435
2323
|
let g = e;
|
|
2436
2324
|
if (g.g("type") || g.g("refType")) {
|
|
@@ -2473,7 +2361,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2473
2361
|
let r;
|
|
2474
2362
|
let s;
|
|
2475
2363
|
let t;
|
|
2476
|
-
let u = this.
|
|
2364
|
+
let u = this.e6(o, n, b, c, q, r, s, t);
|
|
2477
2365
|
q = u.p4;
|
|
2478
2366
|
r = u.p5;
|
|
2479
2367
|
s = u.p6;
|
|
@@ -2481,7 +2369,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2481
2369
|
if (m.items != null) {
|
|
2482
2370
|
for (let v = 0; v < m.items.length; v++) {
|
|
2483
2371
|
let w = m.items[v];
|
|
2484
|
-
let x = this.
|
|
2372
|
+
let x = this.c0(q, r, s, t, w, f);
|
|
2485
2373
|
p[v] = x;
|
|
2486
2374
|
}
|
|
2487
2375
|
}
|
|
@@ -2505,7 +2393,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2505
2393
|
}
|
|
2506
2394
|
return e;
|
|
2507
2395
|
}
|
|
2508
|
-
|
|
2396
|
+
e6(a, b, c, d, e, f, g, h) {
|
|
2509
2397
|
if (a) {
|
|
2510
2398
|
e = 8;
|
|
2511
2399
|
f = b;
|
|
@@ -2593,51 +2481,51 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2593
2481
|
};
|
|
2594
2482
|
}
|
|
2595
2483
|
g(a) {
|
|
2596
|
-
if (!this.
|
|
2597
|
-
this.
|
|
2484
|
+
if (!this.bt.containsKey(a)) {
|
|
2485
|
+
this.bt.addItem(a, ((() => {
|
|
2598
2486
|
let $ret = new ContainerState();
|
|
2599
2487
|
$ret.i = a;
|
|
2600
2488
|
return $ret;
|
|
2601
2489
|
})()));
|
|
2602
2490
|
}
|
|
2603
|
-
let b = this.
|
|
2491
|
+
let b = this.bt.item(a);
|
|
2604
2492
|
return b;
|
|
2605
2493
|
}
|
|
2606
|
-
|
|
2607
|
-
if (!this.
|
|
2608
|
-
this.
|
|
2494
|
+
di(a, b) {
|
|
2495
|
+
if (!this.bt.containsKey(a)) {
|
|
2496
|
+
this.bt.addItem(a, ((() => {
|
|
2609
2497
|
let $ret = new ContainerState();
|
|
2610
2498
|
$ret.i = a;
|
|
2611
2499
|
return $ret;
|
|
2612
2500
|
})()));
|
|
2613
2501
|
}
|
|
2614
|
-
let c = this.
|
|
2502
|
+
let c = this.bt.item(a);
|
|
2615
2503
|
if (!this.hasRef(b)) {
|
|
2616
|
-
if (this.
|
|
2617
|
-
return this.
|
|
2504
|
+
if (this.bu.containsKey(b)) {
|
|
2505
|
+
return this.bu.item(b);
|
|
2618
2506
|
}
|
|
2619
2507
|
return null;
|
|
2620
2508
|
}
|
|
2621
2509
|
let d = this.k(b);
|
|
2622
|
-
let e = this.
|
|
2510
|
+
let e = this.dd(d);
|
|
2623
2511
|
return e;
|
|
2624
2512
|
}
|
|
2625
2513
|
resolveRefValue(a, b, c) {
|
|
2626
|
-
this.
|
|
2627
|
-
if (!this.
|
|
2628
|
-
this.
|
|
2514
|
+
this.fl(a, () => {
|
|
2515
|
+
if (!this.bt.containsKey(a)) {
|
|
2516
|
+
this.bt.addItem(a, ((() => {
|
|
2629
2517
|
let $ret = new ContainerState();
|
|
2630
2518
|
$ret.i = a;
|
|
2631
2519
|
return $ret;
|
|
2632
2520
|
})()));
|
|
2633
2521
|
}
|
|
2634
|
-
let d = this.
|
|
2522
|
+
let d = this.bt.item(a);
|
|
2635
2523
|
if (!this.hasRef(b)) {
|
|
2636
|
-
if (this.
|
|
2637
|
-
c(this.
|
|
2524
|
+
if (this.bu.containsKey(b)) {
|
|
2525
|
+
c(this.bu.item(b));
|
|
2638
2526
|
return;
|
|
2639
2527
|
}
|
|
2640
|
-
if (!this.
|
|
2528
|
+
if (!this.an(a)) {
|
|
2641
2529
|
this.queueForIdle(a, () => this.resolveRefValue(a, b, c));
|
|
2642
2530
|
return;
|
|
2643
2531
|
}
|
|
@@ -2645,234 +2533,234 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2645
2533
|
return;
|
|
2646
2534
|
}
|
|
2647
2535
|
let e = this.k(b);
|
|
2648
|
-
let f = this.
|
|
2536
|
+
let f = this.dd(e);
|
|
2649
2537
|
c(f);
|
|
2650
2538
|
});
|
|
2651
2539
|
}
|
|
2652
2540
|
resolveRefName(a, b, c) {
|
|
2653
|
-
this.
|
|
2654
|
-
if (!this.
|
|
2655
|
-
this.
|
|
2541
|
+
this.fl(a, () => {
|
|
2542
|
+
if (!this.bt.containsKey(a)) {
|
|
2543
|
+
this.bt.addItem(a, ((() => {
|
|
2656
2544
|
let $ret = new ContainerState();
|
|
2657
2545
|
$ret.i = a;
|
|
2658
2546
|
return $ret;
|
|
2659
2547
|
})()));
|
|
2660
2548
|
}
|
|
2661
|
-
let d = this.
|
|
2662
|
-
if (b != null && this.
|
|
2663
|
-
c(this.
|
|
2549
|
+
let d = this.bt.item(a);
|
|
2550
|
+
if (b != null && this.bq.containsKey(b)) {
|
|
2551
|
+
c(this.bq.item(b));
|
|
2664
2552
|
return;
|
|
2665
2553
|
}
|
|
2666
2554
|
c(null);
|
|
2667
2555
|
});
|
|
2668
2556
|
}
|
|
2669
2557
|
provideRefValue(a, b, c) {
|
|
2670
|
-
this.
|
|
2671
|
-
if (!this.
|
|
2672
|
-
this.
|
|
2558
|
+
this.fl(a, () => {
|
|
2559
|
+
if (!this.bt.containsKey(a)) {
|
|
2560
|
+
this.bt.addItem(a, ((() => {
|
|
2673
2561
|
let $ret = new ContainerState();
|
|
2674
2562
|
$ret.i = a;
|
|
2675
2563
|
return $ret;
|
|
2676
2564
|
})()));
|
|
2677
2565
|
}
|
|
2678
|
-
let d = this.
|
|
2679
|
-
this.
|
|
2566
|
+
let d = this.bt.item(a);
|
|
2567
|
+
this.fr(a, b, c, true);
|
|
2680
2568
|
});
|
|
2681
2569
|
}
|
|
2682
2570
|
removeRefValue(a, b) {
|
|
2683
|
-
this.
|
|
2684
|
-
if (!this.
|
|
2685
|
-
this.
|
|
2571
|
+
this.fl(a, () => {
|
|
2572
|
+
if (!this.bt.containsKey(a)) {
|
|
2573
|
+
this.bt.addItem(a, ((() => {
|
|
2686
2574
|
let $ret = new ContainerState();
|
|
2687
2575
|
$ret.i = a;
|
|
2688
2576
|
return $ret;
|
|
2689
2577
|
})()));
|
|
2690
2578
|
}
|
|
2691
|
-
let c = this.
|
|
2579
|
+
let c = this.bt.item(a);
|
|
2692
2580
|
this.removeRefValueCore(a, b, true);
|
|
2693
2581
|
});
|
|
2694
2582
|
}
|
|
2695
|
-
|
|
2696
|
-
let b = this.
|
|
2583
|
+
f8(a) {
|
|
2584
|
+
let b = this.bt.item(a);
|
|
2697
2585
|
let c = new List$1(String_$type, 0);
|
|
2698
|
-
for (let d of fromEnum(this.
|
|
2699
|
-
if (this.
|
|
2586
|
+
for (let d of fromEnum(this.br.keys)) {
|
|
2587
|
+
if (this.br.item(d).c == 0) {
|
|
2700
2588
|
c.add(d);
|
|
2701
2589
|
}
|
|
2702
2590
|
}
|
|
2703
2591
|
for (let e = 0; e < c.count; e++) {
|
|
2704
|
-
if (this.
|
|
2705
|
-
if (this.
|
|
2592
|
+
if (this.bu.containsKey(c._inner[e])) {
|
|
2593
|
+
if (this.cd == null) {
|
|
2706
2594
|
continue;
|
|
2707
2595
|
}
|
|
2708
2596
|
}
|
|
2709
2597
|
let f = this.shouldNamespaceSystemRefValues;
|
|
2710
2598
|
this.shouldNamespaceSystemRefValues = false;
|
|
2711
|
-
this.removeRefValueCore(a, c._inner[e], this.
|
|
2599
|
+
this.removeRefValueCore(a, c._inner[e], this.bw.containsKey(c._inner[e]));
|
|
2712
2600
|
this.shouldNamespaceSystemRefValues = f;
|
|
2713
|
-
if (this.
|
|
2714
|
-
for (let g = 0; g < this.
|
|
2715
|
-
this.
|
|
2601
|
+
if (this.by != null && this.by.count > 0) {
|
|
2602
|
+
for (let g = 0; g < this.by.count; g++) {
|
|
2603
|
+
this.by._inner[g](a, c._inner[e]);
|
|
2716
2604
|
}
|
|
2717
2605
|
}
|
|
2718
2606
|
}
|
|
2719
2607
|
}
|
|
2720
2608
|
clearRefValues(a) {
|
|
2721
|
-
this.
|
|
2722
|
-
if (!this.
|
|
2723
|
-
this.
|
|
2609
|
+
this.fl(a, () => {
|
|
2610
|
+
if (!this.bt.containsKey(a)) {
|
|
2611
|
+
this.bt.addItem(a, ((() => {
|
|
2724
2612
|
let $ret = new ContainerState();
|
|
2725
2613
|
$ret.i = a;
|
|
2726
2614
|
return $ret;
|
|
2727
2615
|
})()));
|
|
2728
2616
|
}
|
|
2729
|
-
let b = this.
|
|
2617
|
+
let b = this.bt.item(a);
|
|
2730
2618
|
this.clearUserRefValues();
|
|
2731
2619
|
});
|
|
2732
2620
|
}
|
|
2733
|
-
|
|
2734
|
-
if (this.
|
|
2621
|
+
an(a) {
|
|
2622
|
+
if (this.bd.containsKey(a) && this.bd.item(a)) {
|
|
2735
2623
|
return false;
|
|
2736
2624
|
}
|
|
2737
|
-
if (this.
|
|
2625
|
+
if (this.bp.containsKey(a) && this.bp.item(a).count > 0) {
|
|
2738
2626
|
return false;
|
|
2739
2627
|
}
|
|
2740
2628
|
return true;
|
|
2741
2629
|
}
|
|
2742
2630
|
queueForIdle(a, b) {
|
|
2743
|
-
this.
|
|
2744
|
-
if (this.
|
|
2631
|
+
this.fl(a, () => {
|
|
2632
|
+
if (this.an(a)) {
|
|
2745
2633
|
b();
|
|
2746
2634
|
}
|
|
2747
2635
|
else {
|
|
2748
|
-
if (!this.
|
|
2749
|
-
this.
|
|
2636
|
+
if (!this.bh.containsKey(a)) {
|
|
2637
|
+
this.bh.item(a, new List$1(Delegate_$type, 0));
|
|
2750
2638
|
}
|
|
2751
|
-
this.
|
|
2639
|
+
this.bh.item(a).add(b);
|
|
2752
2640
|
}
|
|
2753
2641
|
});
|
|
2754
2642
|
}
|
|
2755
2643
|
tryFlushIdleActions(a) {
|
|
2756
|
-
if (this.
|
|
2757
|
-
if (this.
|
|
2758
|
-
let b = new List$1(Delegate_$type, 1, this.
|
|
2759
|
-
this.
|
|
2644
|
+
if (this.an(a)) {
|
|
2645
|
+
if (this.bh.containsKey(a)) {
|
|
2646
|
+
let b = new List$1(Delegate_$type, 1, this.bh.item(a));
|
|
2647
|
+
this.bh.item(a).clear();
|
|
2760
2648
|
for (let c = 0; c < b.count; c++) {
|
|
2761
2649
|
b._inner[c]();
|
|
2762
2650
|
}
|
|
2763
2651
|
}
|
|
2764
2652
|
}
|
|
2765
2653
|
}
|
|
2766
|
-
|
|
2767
|
-
let c = this.
|
|
2768
|
-
this.
|
|
2654
|
+
gb(a, b) {
|
|
2655
|
+
let c = this.bt.item(a);
|
|
2656
|
+
this.fm(a, c, b);
|
|
2769
2657
|
}
|
|
2770
|
-
|
|
2658
|
+
gh(a, b) {
|
|
2771
2659
|
if (this.isProceedOnErrorEnabled) {
|
|
2772
2660
|
try {
|
|
2773
|
-
this.
|
|
2661
|
+
this.e1(a, b, true);
|
|
2774
2662
|
}
|
|
2775
2663
|
catch (c) {
|
|
2776
|
-
this.
|
|
2777
|
-
this.
|
|
2664
|
+
this.fd("error running actions: " + c.toString());
|
|
2665
|
+
this.bd.item(a, false);
|
|
2778
2666
|
}
|
|
2779
2667
|
}
|
|
2780
2668
|
else {
|
|
2781
|
-
this.
|
|
2669
|
+
this.e1(a, b, true);
|
|
2782
2670
|
}
|
|
2783
2671
|
}
|
|
2784
|
-
|
|
2672
|
+
gn(a, b) {
|
|
2785
2673
|
if (this.isProceedOnErrorEnabled) {
|
|
2786
2674
|
try {
|
|
2787
|
-
this.
|
|
2675
|
+
this.e1(a, b, false);
|
|
2788
2676
|
}
|
|
2789
2677
|
catch (c) {
|
|
2790
|
-
this.
|
|
2791
|
-
this.
|
|
2678
|
+
this.fd("error running actions: " + c.toString());
|
|
2679
|
+
this.bd.item(a, false);
|
|
2792
2680
|
}
|
|
2793
2681
|
}
|
|
2794
2682
|
else {
|
|
2795
|
-
this.
|
|
2683
|
+
this.e1(a, b, false);
|
|
2796
2684
|
}
|
|
2797
2685
|
}
|
|
2798
|
-
|
|
2686
|
+
e1(a, b, c) {
|
|
2799
2687
|
if (!c) {
|
|
2800
|
-
if (this.
|
|
2688
|
+
if (this.bd.containsKey(a) && this.bd.item(a)) {
|
|
2801
2689
|
return;
|
|
2802
2690
|
}
|
|
2803
2691
|
}
|
|
2804
|
-
this.
|
|
2692
|
+
this.bd.item(a, true);
|
|
2805
2693
|
let d = true;
|
|
2806
|
-
while (d && this.
|
|
2807
|
-
while (this.
|
|
2808
|
-
this.
|
|
2694
|
+
while (d && this.bp.containsKey(a) && this.bp.item(a).count > 0) {
|
|
2695
|
+
while (this.bp.item(a).count > 0 && this.bp.item(a).c().count < 1) {
|
|
2696
|
+
this.bp.item(a).b();
|
|
2809
2697
|
}
|
|
2810
|
-
if (this.
|
|
2698
|
+
if (this.bp.item(a).count < 1) {
|
|
2811
2699
|
break;
|
|
2812
2700
|
}
|
|
2813
|
-
let e = this.
|
|
2701
|
+
let e = this.bp.item(a).c();
|
|
2814
2702
|
while (e.count > 0) {
|
|
2815
2703
|
let f = e.b();
|
|
2816
|
-
d = this.
|
|
2704
|
+
d = this.as(a, b, f);
|
|
2817
2705
|
if (!d) {
|
|
2818
2706
|
break;
|
|
2819
2707
|
}
|
|
2820
2708
|
}
|
|
2821
2709
|
}
|
|
2822
2710
|
if (d) {
|
|
2823
|
-
this.
|
|
2711
|
+
this.bd.item(a, false);
|
|
2824
2712
|
}
|
|
2825
|
-
if (this.
|
|
2713
|
+
if (this.an(a)) {
|
|
2826
2714
|
this.tryFlushIdleActions(a);
|
|
2827
2715
|
}
|
|
2828
2716
|
}
|
|
2829
|
-
|
|
2717
|
+
fm(a, b, c) {
|
|
2830
2718
|
let d = new Queue$1(DescriptionTreeAction.$);
|
|
2831
2719
|
for (let e = 0; e < c.count; e++) {
|
|
2832
2720
|
d.g(c._inner[e]);
|
|
2833
2721
|
}
|
|
2834
|
-
if (!this.
|
|
2835
|
-
this.
|
|
2722
|
+
if (!this.bp.containsKey(a)) {
|
|
2723
|
+
this.bp.addItem(a, new Queue$1(Queue$1.$.specialize(DescriptionTreeAction.$)));
|
|
2836
2724
|
}
|
|
2837
|
-
this.
|
|
2838
|
-
this.
|
|
2725
|
+
this.bp.item(a).g(d);
|
|
2726
|
+
this.gn(a, b);
|
|
2839
2727
|
}
|
|
2840
|
-
|
|
2728
|
+
fn(a, b, c) {
|
|
2841
2729
|
for (let d = 0; d < c.count; d++) {
|
|
2842
|
-
this.
|
|
2730
|
+
this.as(a, b, c._inner[d]);
|
|
2843
2731
|
}
|
|
2844
2732
|
}
|
|
2845
|
-
|
|
2733
|
+
as(a, b, c) {
|
|
2846
2734
|
switch (c.a) {
|
|
2847
|
-
case 5: return this.
|
|
2848
|
-
case 2: return this.
|
|
2849
|
-
case 4: return this.
|
|
2850
|
-
case 3: return this.
|
|
2851
|
-
case 1: return this.
|
|
2852
|
-
case 0: return this.
|
|
2735
|
+
case 5: return this.at(a, b, c);
|
|
2736
|
+
case 2: return this.au(a, b, c);
|
|
2737
|
+
case 4: return this.a0(a, b, c);
|
|
2738
|
+
case 3: return this.a1(a, b, c);
|
|
2739
|
+
case 1: return this.a2(a, b, c);
|
|
2740
|
+
case 0: return this.a4(a, b, c);
|
|
2853
2741
|
}
|
|
2854
2742
|
return true;
|
|
2855
2743
|
}
|
|
2856
|
-
|
|
2857
|
-
let d = this.
|
|
2858
|
-
this.
|
|
2744
|
+
a4(a, b, c) {
|
|
2745
|
+
let d = this.de(a, b, c);
|
|
2746
|
+
this.bb(a, b, c, d);
|
|
2859
2747
|
return true;
|
|
2860
2748
|
}
|
|
2861
|
-
|
|
2862
|
-
let e = this.
|
|
2863
|
-
e = this.
|
|
2749
|
+
bb(a, b, c, d) {
|
|
2750
|
+
let e = this.c9(c, a, b);
|
|
2751
|
+
e = this.v.transform(ComponentRenderer.platform, e, c);
|
|
2864
2752
|
if (typeCast(TypeDescriptionPropretyTransformsMultipleSets.$, e) !== null) {
|
|
2865
2753
|
let f = e;
|
|
2866
2754
|
for (let g of fromEnum(f.a)) {
|
|
2867
|
-
this.
|
|
2755
|
+
this.bc(a, b, c, d, g.c, g.a);
|
|
2868
2756
|
}
|
|
2869
2757
|
return true;
|
|
2870
2758
|
}
|
|
2871
2759
|
let h = false;
|
|
2872
|
-
if (this.
|
|
2873
|
-
for (let i = 0; i < this.
|
|
2874
|
-
let j = this.
|
|
2875
|
-
let k = this.
|
|
2760
|
+
if (this.b5 != null && this.b5.count > 0) {
|
|
2761
|
+
for (let i = 0; i < this.b5.count; i++) {
|
|
2762
|
+
let j = this.b5._inner[i];
|
|
2763
|
+
let k = this.d8(a, c);
|
|
2876
2764
|
if (j(k, d, e)) {
|
|
2877
2765
|
h = true;
|
|
2878
2766
|
}
|
|
@@ -2881,10 +2769,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2881
2769
|
if (h) {
|
|
2882
2770
|
return true;
|
|
2883
2771
|
}
|
|
2884
|
-
this.
|
|
2772
|
+
this.bc(a, b, c, d, c.i(ComponentRenderer.platform), e);
|
|
2885
2773
|
return true;
|
|
2886
2774
|
}
|
|
2887
|
-
|
|
2775
|
+
bc(a, b, c, d, e, f) {
|
|
2888
2776
|
let g = false;
|
|
2889
2777
|
if (e == "Type" || e == "type") {
|
|
2890
2778
|
let h = false;
|
|
@@ -2901,18 +2789,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2901
2789
|
return true;
|
|
2902
2790
|
}
|
|
2903
2791
|
if (c.d != null && c.d.knownType == 9) {
|
|
2904
|
-
this.
|
|
2792
|
+
this.a8(a, b, e, c.d, f, d);
|
|
2905
2793
|
}
|
|
2906
2794
|
else {
|
|
2907
|
-
this.
|
|
2795
|
+
this.gk(a, b, e, c.d, f, c.h, d);
|
|
2908
2796
|
}
|
|
2909
2797
|
return true;
|
|
2910
2798
|
}
|
|
2911
|
-
|
|
2799
|
+
d8(a, b) {
|
|
2912
2800
|
let c = b.c;
|
|
2913
2801
|
let d = "";
|
|
2914
|
-
if (c != this.
|
|
2915
|
-
let e = this.
|
|
2802
|
+
if (c != this.bf.item(a)) {
|
|
2803
|
+
let e = this.d6(a, c);
|
|
2916
2804
|
d = e;
|
|
2917
2805
|
}
|
|
2918
2806
|
if (d.length > 0) {
|
|
@@ -2922,7 +2810,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2922
2810
|
return d;
|
|
2923
2811
|
}
|
|
2924
2812
|
p(a, b) {
|
|
2925
|
-
let c = this.
|
|
2813
|
+
let c = this.ee(this.bf.item(a), b);
|
|
2926
2814
|
if (c.c) {
|
|
2927
2815
|
return c.d;
|
|
2928
2816
|
}
|
|
@@ -2930,7 +2818,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2930
2818
|
}
|
|
2931
2819
|
q(a, b) {
|
|
2932
2820
|
if (this.o != null) {
|
|
2933
|
-
let c = this.
|
|
2821
|
+
let c = this.ee(this.o, b);
|
|
2934
2822
|
if (c.c) {
|
|
2935
2823
|
return c.d;
|
|
2936
2824
|
}
|
|
@@ -2938,17 +2826,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2938
2826
|
}
|
|
2939
2827
|
return null;
|
|
2940
2828
|
}
|
|
2941
|
-
|
|
2829
|
+
d6(a, b) {
|
|
2942
2830
|
if (b == null) {
|
|
2943
2831
|
return "";
|
|
2944
2832
|
}
|
|
2945
|
-
let c = this.
|
|
2833
|
+
let c = this.ef("", this.bf.item(a), b);
|
|
2946
2834
|
if (c.c) {
|
|
2947
2835
|
return c.d;
|
|
2948
2836
|
}
|
|
2949
2837
|
return "";
|
|
2950
2838
|
}
|
|
2951
|
-
|
|
2839
|
+
ef(a, b, c) {
|
|
2952
2840
|
if (b == c) {
|
|
2953
2841
|
return new Tuple$2(Boolean_$type, String_$type, true, a);
|
|
2954
2842
|
}
|
|
@@ -2965,7 +2853,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2965
2853
|
}
|
|
2966
2854
|
else {
|
|
2967
2855
|
let g = a + f.c;
|
|
2968
|
-
let h = this.
|
|
2856
|
+
let h = this.ef(g, f.b, c);
|
|
2969
2857
|
if (h.c) {
|
|
2970
2858
|
return h;
|
|
2971
2859
|
}
|
|
@@ -2982,7 +2870,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2982
2870
|
}
|
|
2983
2871
|
else {
|
|
2984
2872
|
let l = a + f.c + "[" + j + "]";
|
|
2985
|
-
let m = this.
|
|
2873
|
+
let m = this.ef(l, k, c);
|
|
2986
2874
|
if (m.c) {
|
|
2987
2875
|
return m;
|
|
2988
2876
|
}
|
|
@@ -2993,7 +2881,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
2993
2881
|
}
|
|
2994
2882
|
return new Tuple$2(Boolean_$type, String_$type, false, a);
|
|
2995
2883
|
}
|
|
2996
|
-
|
|
2884
|
+
ee(a, b) {
|
|
2997
2885
|
if (a.g == b) {
|
|
2998
2886
|
return new Tuple$2(Boolean_$type, DescriptionTreeNode.$, true, a);
|
|
2999
2887
|
}
|
|
@@ -3005,7 +2893,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3005
2893
|
return new Tuple$2(Boolean_$type, DescriptionTreeNode.$, true, e.b);
|
|
3006
2894
|
}
|
|
3007
2895
|
else {
|
|
3008
|
-
let f = this.
|
|
2896
|
+
let f = this.ee(e.b, b);
|
|
3009
2897
|
if (f.c) {
|
|
3010
2898
|
return f;
|
|
3011
2899
|
}
|
|
@@ -3020,7 +2908,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3020
2908
|
return new Tuple$2(Boolean_$type, DescriptionTreeNode.$, true, i);
|
|
3021
2909
|
}
|
|
3022
2910
|
else {
|
|
3023
|
-
let j = this.
|
|
2911
|
+
let j = this.ee(i, b);
|
|
3024
2912
|
if (j.c) {
|
|
3025
2913
|
return j;
|
|
3026
2914
|
}
|
|
@@ -3031,56 +2919,56 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3031
2919
|
}
|
|
3032
2920
|
return new Tuple$2(Boolean_$type, DescriptionTreeNode.$, false, null);
|
|
3033
2921
|
}
|
|
3034
|
-
|
|
3035
|
-
if (this.
|
|
3036
|
-
for (let g of fromEnum(this.
|
|
2922
|
+
a8(a, b, c, d, e, f) {
|
|
2923
|
+
if (this.bv.containsKey(c)) {
|
|
2924
|
+
for (let g of fromEnum(this.bv.item(c))) {
|
|
3037
2925
|
g(c, f, e);
|
|
3038
2926
|
}
|
|
3039
2927
|
}
|
|
3040
2928
|
this.adapter.setOrUpdateCollectionOnTarget(a, c, d, this.context, f, e);
|
|
3041
2929
|
return true;
|
|
3042
2930
|
}
|
|
3043
|
-
|
|
2931
|
+
c9(a, b, c) {
|
|
3044
2932
|
if (a.d == null) {
|
|
3045
2933
|
return a.g;
|
|
3046
2934
|
}
|
|
3047
2935
|
switch (a.d.knownType) {
|
|
3048
|
-
case 10: return this.
|
|
3049
|
-
case 7: return this.
|
|
3050
|
-
case 4: return this.
|
|
3051
|
-
case 6: return this.
|
|
3052
|
-
case 23: return this.
|
|
3053
|
-
case 9: return this.
|
|
3054
|
-
case 5: return this.
|
|
3055
|
-
case 16: return this.
|
|
3056
|
-
case 20: return this.
|
|
3057
|
-
case 22: return this.
|
|
2936
|
+
case 10: return this.ce(a, b, c);
|
|
2937
|
+
case 7: return this.cf(a);
|
|
2938
|
+
case 4: return this.cg(a);
|
|
2939
|
+
case 6: return this.ch(a);
|
|
2940
|
+
case 23: return this.cl(a);
|
|
2941
|
+
case 9: return this.ce(a, b, c);
|
|
2942
|
+
case 5: return this.ci(a);
|
|
2943
|
+
case 16: return this.cj(a);
|
|
2944
|
+
case 20: return this.dx(a, c);
|
|
2945
|
+
case 22: return this.d0(a, c);
|
|
3058
2946
|
case 15: return null;
|
|
3059
|
-
case 3: return this.
|
|
3060
|
-
case 19: return this.
|
|
3061
|
-
case 8: return this.
|
|
2947
|
+
case 3: return this.ck(a);
|
|
2948
|
+
case 19: return this.dy(a, c);
|
|
2949
|
+
case 8: return this.cn(a, b, c);
|
|
3062
2950
|
case 13: return null;
|
|
3063
|
-
case 18: return this.
|
|
3064
|
-
case 24: return this.
|
|
3065
|
-
case 1: return this.
|
|
3066
|
-
case 25: return this.
|
|
3067
|
-
case 11: return this.
|
|
3068
|
-
case 26: return this.
|
|
3069
|
-
case 14: return this.
|
|
3070
|
-
case 27: return this.
|
|
3071
|
-
case 12: return this.
|
|
3072
|
-
case 2: return this.
|
|
3073
|
-
case 21: return this.
|
|
3074
|
-
case 17: return this.
|
|
2951
|
+
case 18: return this.dz(a, c);
|
|
2952
|
+
case 24: return this.cp(a);
|
|
2953
|
+
case 1: return this.co(a);
|
|
2954
|
+
case 25: return this.cq(a);
|
|
2955
|
+
case 11: return this.ct(a);
|
|
2956
|
+
case 26: return this.cr(a);
|
|
2957
|
+
case 14: return this.cu(a);
|
|
2958
|
+
case 27: return this.cs(a);
|
|
2959
|
+
case 12: return this.cv(a);
|
|
2960
|
+
case 2: return this.cw(a);
|
|
2961
|
+
case 21: return this.cx(a);
|
|
2962
|
+
case 17: return this.cy(a, b, c);
|
|
3075
2963
|
case 0: return null;
|
|
3076
2964
|
}
|
|
3077
2965
|
return null;
|
|
3078
2966
|
}
|
|
3079
|
-
|
|
3080
|
-
let d = this.
|
|
2967
|
+
cy(a, b, c) {
|
|
2968
|
+
let d = this.cz(a.g, a, b, c);
|
|
3081
2969
|
return d;
|
|
3082
2970
|
}
|
|
3083
|
-
|
|
2971
|
+
cz(a, b, c, d) {
|
|
3084
2972
|
if (typeof a === 'string') {
|
|
3085
2973
|
if (stringStartsWith(a, "@d:")) {
|
|
3086
2974
|
let v_ = a.substr(3);
|
|
@@ -3091,7 +2979,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3091
2979
|
let e = a;
|
|
3092
2980
|
let f = new Array(e.length);
|
|
3093
2981
|
for (let g = 0; g < e.length; g++) {
|
|
3094
|
-
let h = this.
|
|
2982
|
+
let h = this.cz(e[g], b, c, d);
|
|
3095
2983
|
f[g] = h;
|
|
3096
2984
|
}
|
|
3097
2985
|
a = f;
|
|
@@ -3099,38 +2987,38 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3099
2987
|
if (typeCast(DescriptionTreeNode.$, a) !== null) {
|
|
3100
2988
|
let i = a;
|
|
3101
2989
|
if (i.i == "EmbeddedRef") {
|
|
3102
|
-
return this.
|
|
2990
|
+
return this.c5(i.i, a, c, d, false, b.c.g, b.d);
|
|
3103
2991
|
}
|
|
3104
2992
|
}
|
|
3105
2993
|
return a;
|
|
3106
2994
|
}
|
|
3107
|
-
|
|
2995
|
+
cx(a) {
|
|
3108
2996
|
return a.g;
|
|
3109
2997
|
}
|
|
3110
|
-
|
|
2998
|
+
cw(a) {
|
|
3111
2999
|
return a.g != null ? a.g.toString() : null;
|
|
3112
3000
|
}
|
|
3113
|
-
|
|
3001
|
+
cv(a) {
|
|
3114
3002
|
let b = a.g;
|
|
3115
3003
|
let width_ = b.width;
|
|
3116
3004
|
let height_ = b.height;
|
|
3117
3005
|
let c = { width: width_, height: height_ };
|
|
3118
3006
|
return c;
|
|
3119
3007
|
}
|
|
3120
|
-
|
|
3008
|
+
cs(a) {
|
|
3121
3009
|
let b = a.g;
|
|
3122
3010
|
let c = null;
|
|
3123
3011
|
if (b != null) {
|
|
3124
3012
|
c = new SizeDescription();
|
|
3125
|
-
c.width = this.
|
|
3126
|
-
c.height = this.
|
|
3013
|
+
c.width = this.b9(c.width);
|
|
3014
|
+
c.height = this.b9(c.height);
|
|
3127
3015
|
}
|
|
3128
3016
|
let width_ = c.width;
|
|
3129
3017
|
let height_ = c.height;
|
|
3130
3018
|
let d = { width: width_, height: height_ };
|
|
3131
3019
|
return d;
|
|
3132
3020
|
}
|
|
3133
|
-
|
|
3021
|
+
cu(a) {
|
|
3134
3022
|
let b = a.g;
|
|
3135
3023
|
let top_ = b.top;
|
|
3136
3024
|
let left_ = b.left;
|
|
@@ -3139,15 +3027,15 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3139
3027
|
let c = { left: left_, top: top_, width: width_, height: height_ };
|
|
3140
3028
|
return c;
|
|
3141
3029
|
}
|
|
3142
|
-
|
|
3030
|
+
cr(a) {
|
|
3143
3031
|
let b = a.g;
|
|
3144
3032
|
let c = null;
|
|
3145
3033
|
if (b != null) {
|
|
3146
3034
|
c = new RectDescription();
|
|
3147
|
-
c.left = this.
|
|
3148
|
-
c.top = this.
|
|
3149
|
-
c.width = this.
|
|
3150
|
-
c.height = this.
|
|
3035
|
+
c.left = this.b9(c.left);
|
|
3036
|
+
c.top = this.b9(c.top);
|
|
3037
|
+
c.width = this.b9(c.width);
|
|
3038
|
+
c.height = this.b9(c.height);
|
|
3151
3039
|
}
|
|
3152
3040
|
let top_ = c.top;
|
|
3153
3041
|
let left_ = c.left;
|
|
@@ -3156,27 +3044,27 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3156
3044
|
let d = { left: left_, top: top_, width: width_, height: height_ };
|
|
3157
3045
|
return d;
|
|
3158
3046
|
}
|
|
3159
|
-
|
|
3047
|
+
ct(a) {
|
|
3160
3048
|
let b = a.g;
|
|
3161
3049
|
let x_ = b.x;
|
|
3162
3050
|
let y_ = b.y;
|
|
3163
3051
|
let c = { x: x_, y: y_ };
|
|
3164
3052
|
return c;
|
|
3165
3053
|
}
|
|
3166
|
-
|
|
3054
|
+
cq(a) {
|
|
3167
3055
|
let b = a.g;
|
|
3168
3056
|
let c = null;
|
|
3169
3057
|
if (b != null) {
|
|
3170
3058
|
c = new PointDescription();
|
|
3171
|
-
c.x = this.
|
|
3172
|
-
c.y = this.
|
|
3059
|
+
c.x = this.b9(c.x);
|
|
3060
|
+
c.y = this.b9(c.y);
|
|
3173
3061
|
}
|
|
3174
3062
|
let x_ = c.x;
|
|
3175
3063
|
let y_ = c.y;
|
|
3176
3064
|
let d = { x: x_, y: y_ };
|
|
3177
3065
|
return d;
|
|
3178
3066
|
}
|
|
3179
|
-
|
|
3067
|
+
cp(a) {
|
|
3180
3068
|
if (a.g == null) {
|
|
3181
3069
|
if (a.d != null && ((a.d.specificType == "double" || a.d.specificType == "float") || (a.d.specificExternalType == "double" || a.d.specificExternalType == "float"))) {
|
|
3182
3070
|
return NaN;
|
|
@@ -3199,7 +3087,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3199
3087
|
if (a.d != null && a.d.specificExternalType != null) {
|
|
3200
3088
|
switch (a.d.specificExternalType) {
|
|
3201
3089
|
case "double":
|
|
3202
|
-
b = this.
|
|
3090
|
+
b = this.b9(b);
|
|
3203
3091
|
break;
|
|
3204
3092
|
case "int":
|
|
3205
3093
|
if (typeof b === 'number') {
|
|
@@ -3208,7 +3096,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3208
3096
|
else {
|
|
3209
3097
|
b = truncate(b);
|
|
3210
3098
|
}
|
|
3211
|
-
b = truncate(this.
|
|
3099
|
+
b = truncate(this.b9(typeGetValue(b)));
|
|
3212
3100
|
break;
|
|
3213
3101
|
case "float":
|
|
3214
3102
|
if (typeof b === 'number') {
|
|
@@ -3217,7 +3105,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3217
3105
|
else {
|
|
3218
3106
|
b = b;
|
|
3219
3107
|
}
|
|
3220
|
-
b = this.
|
|
3108
|
+
b = this.b9(b);
|
|
3221
3109
|
break;
|
|
3222
3110
|
case "short":
|
|
3223
3111
|
if (typeof b === 'number') {
|
|
@@ -3226,7 +3114,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3226
3114
|
else {
|
|
3227
3115
|
b = truncate(b);
|
|
3228
3116
|
}
|
|
3229
|
-
b = truncate(this.
|
|
3117
|
+
b = truncate(this.b9(typeGetValue(b)));
|
|
3230
3118
|
break;
|
|
3231
3119
|
case "long":
|
|
3232
3120
|
if (typeof b === 'number') {
|
|
@@ -3235,16 +3123,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3235
3123
|
else {
|
|
3236
3124
|
b = truncate(b);
|
|
3237
3125
|
}
|
|
3238
|
-
b = truncate(this.
|
|
3126
|
+
b = truncate(this.b9(typeGetValue(b)));
|
|
3239
3127
|
break;
|
|
3240
3128
|
}
|
|
3241
3129
|
}
|
|
3242
3130
|
return b;
|
|
3243
3131
|
}
|
|
3244
|
-
|
|
3132
|
+
b9(a) {
|
|
3245
3133
|
throw new NotImplementedException(0);
|
|
3246
3134
|
}
|
|
3247
|
-
|
|
3135
|
+
co(a) {
|
|
3248
3136
|
if (a.g == null) {
|
|
3249
3137
|
if (a.d != null && ((a.d.specificType == "double" || a.d.specificType == "float") || (a.d.specificExternalType == "double" || a.d.specificExternalType == "float"))) {
|
|
3250
3138
|
return NaN;
|
|
@@ -3303,18 +3191,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3303
3191
|
return b;
|
|
3304
3192
|
}
|
|
3305
3193
|
j(a) {
|
|
3306
|
-
if (this.
|
|
3307
|
-
let b = this.
|
|
3194
|
+
if (this.br.containsKey(a)) {
|
|
3195
|
+
let b = this.br.item(a);
|
|
3308
3196
|
return b;
|
|
3309
3197
|
}
|
|
3310
3198
|
let c = new DescriptionRef(a);
|
|
3311
|
-
this.
|
|
3199
|
+
this.br.addItem(a, c);
|
|
3312
3200
|
return c;
|
|
3313
3201
|
}
|
|
3314
|
-
|
|
3202
|
+
dz(a, b) {
|
|
3315
3203
|
return a.g == null ? null : this.j(a.g);
|
|
3316
3204
|
}
|
|
3317
|
-
|
|
3205
|
+
cn(a, b, c) {
|
|
3318
3206
|
let d = a.d.specificType;
|
|
3319
3207
|
if (d == null) {
|
|
3320
3208
|
d = a.d.specificExternalType;
|
|
@@ -3325,54 +3213,54 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3325
3213
|
d = e.a("Type").b;
|
|
3326
3214
|
}
|
|
3327
3215
|
}
|
|
3328
|
-
let f = this.
|
|
3216
|
+
let f = this.c5(d, a.g, b, c, false, a.c.g, a.d);
|
|
3329
3217
|
return f;
|
|
3330
3218
|
}
|
|
3331
|
-
|
|
3219
|
+
dy(a, b) {
|
|
3332
3220
|
return a.g == null ? null : this.j(a.g);
|
|
3333
3221
|
}
|
|
3334
|
-
|
|
3222
|
+
ck(a) {
|
|
3335
3223
|
if (typeof a.g === 'string') {
|
|
3336
3224
|
let v_ = a.g;
|
|
3337
3225
|
a.g = new Date(v_);
|
|
3338
3226
|
}
|
|
3339
3227
|
return a.g;
|
|
3340
3228
|
}
|
|
3341
|
-
|
|
3229
|
+
dx(a, b) {
|
|
3342
3230
|
return a.g == null ? null : this.j(a.g);
|
|
3343
3231
|
}
|
|
3344
|
-
|
|
3232
|
+
d0(a, b) {
|
|
3345
3233
|
return a.g == null ? null : this.j(a.g);
|
|
3346
3234
|
}
|
|
3347
|
-
|
|
3235
|
+
d2(a) {
|
|
3348
3236
|
return a;
|
|
3349
3237
|
}
|
|
3350
|
-
|
|
3238
|
+
cj(a) {
|
|
3351
3239
|
let b = a.g;
|
|
3352
3240
|
if (b == null) {
|
|
3353
3241
|
return null;
|
|
3354
3242
|
}
|
|
3355
3243
|
let c = new Array(b.length);
|
|
3356
3244
|
for (let d = 0; d < b.length; d++) {
|
|
3357
|
-
c[d] = this.
|
|
3245
|
+
c[d] = this.d2(b[d]);
|
|
3358
3246
|
}
|
|
3359
3247
|
return c;
|
|
3360
3248
|
}
|
|
3361
|
-
|
|
3362
|
-
return this.
|
|
3249
|
+
ci(a) {
|
|
3250
|
+
return this.d2(a.g);
|
|
3363
3251
|
}
|
|
3364
|
-
|
|
3252
|
+
ch(a) {
|
|
3365
3253
|
let b = a.g;
|
|
3366
3254
|
if (b == null) {
|
|
3367
3255
|
return null;
|
|
3368
3256
|
}
|
|
3369
3257
|
let c = new Array(b.length);
|
|
3370
3258
|
for (let d = 0; d < b.length; d++) {
|
|
3371
|
-
c[d] = this.
|
|
3259
|
+
c[d] = this.d1(b[d]);
|
|
3372
3260
|
}
|
|
3373
3261
|
return c;
|
|
3374
3262
|
}
|
|
3375
|
-
|
|
3263
|
+
cl(a) {
|
|
3376
3264
|
let b = a.g;
|
|
3377
3265
|
if (b == null) {
|
|
3378
3266
|
return null;
|
|
@@ -3383,65 +3271,65 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3383
3271
|
}
|
|
3384
3272
|
return c;
|
|
3385
3273
|
}
|
|
3386
|
-
|
|
3274
|
+
d1(a) {
|
|
3387
3275
|
return a;
|
|
3388
3276
|
}
|
|
3389
|
-
|
|
3390
|
-
return this.
|
|
3277
|
+
cg(a) {
|
|
3278
|
+
return this.d1(a.g);
|
|
3391
3279
|
}
|
|
3392
|
-
|
|
3280
|
+
cf(a) {
|
|
3393
3281
|
return a.g;
|
|
3394
3282
|
}
|
|
3395
3283
|
addTargetPropertyUpdatingListener(a) {
|
|
3396
|
-
this.
|
|
3284
|
+
this.b5.add(a);
|
|
3397
3285
|
}
|
|
3398
3286
|
removeTargetPropertyUpdatingListener(a) {
|
|
3399
|
-
this.
|
|
3287
|
+
this.b5.remove(a);
|
|
3400
3288
|
}
|
|
3401
3289
|
addPropertyUpdatingListener(a, b) {
|
|
3402
|
-
if (!this.
|
|
3403
|
-
this.
|
|
3290
|
+
if (!this.bv.containsKey(a)) {
|
|
3291
|
+
this.bv.addItem(a, new List$1(Delegate_$type, 0));
|
|
3404
3292
|
}
|
|
3405
|
-
this.
|
|
3293
|
+
this.bv.item(a).add(b);
|
|
3406
3294
|
}
|
|
3407
3295
|
addReferenceLookupListener(a) {
|
|
3408
|
-
this.
|
|
3296
|
+
this.b0.add(a);
|
|
3409
3297
|
}
|
|
3410
3298
|
removeReferenceLookupListener(a) {
|
|
3411
|
-
this.
|
|
3299
|
+
this.b0.remove(a);
|
|
3412
3300
|
}
|
|
3413
3301
|
addReferenceReverseLookupListener(a) {
|
|
3414
|
-
this.
|
|
3302
|
+
this.b4.add(a);
|
|
3415
3303
|
}
|
|
3416
3304
|
removeReferenceReverseLookupListener(a) {
|
|
3417
|
-
this.
|
|
3305
|
+
this.b4.remove(a);
|
|
3418
3306
|
}
|
|
3419
3307
|
removePropertyUpdatingListener(a, b) {
|
|
3420
|
-
if (this.
|
|
3421
|
-
this.
|
|
3422
|
-
if (this.
|
|
3423
|
-
this.
|
|
3308
|
+
if (this.bv.containsKey(a)) {
|
|
3309
|
+
this.bv.item(a).remove(b);
|
|
3310
|
+
if (this.bv.item(a).count == 0) {
|
|
3311
|
+
this.bv.removeItem(a);
|
|
3424
3312
|
}
|
|
3425
3313
|
}
|
|
3426
3314
|
}
|
|
3427
3315
|
addNamespaceLookupListener(a) {
|
|
3428
|
-
this.
|
|
3316
|
+
this.b2.add(a);
|
|
3429
3317
|
}
|
|
3430
3318
|
removeNamespaceLookupListener(a) {
|
|
3431
|
-
this.
|
|
3319
|
+
this.b2.remove(a);
|
|
3432
3320
|
}
|
|
3433
3321
|
addCleanupListener(a) {
|
|
3434
|
-
if (this.
|
|
3435
|
-
this.
|
|
3322
|
+
if (this.by == null) {
|
|
3323
|
+
this.by = new List$1(Delegate_$type, 0);
|
|
3436
3324
|
}
|
|
3437
|
-
this.
|
|
3325
|
+
this.by.add(a);
|
|
3438
3326
|
}
|
|
3439
3327
|
removeCleanupListener(a) {
|
|
3440
|
-
if (this.
|
|
3441
|
-
this.
|
|
3328
|
+
if (this.by != null) {
|
|
3329
|
+
this.by.remove(a);
|
|
3442
3330
|
}
|
|
3443
3331
|
}
|
|
3444
|
-
|
|
3332
|
+
ce(a, b, c) {
|
|
3445
3333
|
if (a.g == null) {
|
|
3446
3334
|
return null;
|
|
3447
3335
|
}
|
|
@@ -3465,12 +3353,12 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3465
3353
|
h = i.a("Type").b;
|
|
3466
3354
|
}
|
|
3467
3355
|
}
|
|
3468
|
-
let j = this.
|
|
3356
|
+
let j = this.c5(h, g, b, c, false, a.c.g, a.d);
|
|
3469
3357
|
e.add1(j);
|
|
3470
3358
|
}
|
|
3471
3359
|
return e.toArray();
|
|
3472
3360
|
}
|
|
3473
|
-
|
|
3361
|
+
gk(a, b, c, d, e, f, g) {
|
|
3474
3362
|
if (e == null && f != null) {
|
|
3475
3363
|
if (d.knownType == 20 || d.knownType == 19 || d.knownType == 18 || d.knownType == 22) {
|
|
3476
3364
|
if (f != null && typeof f === 'string') {
|
|
@@ -3495,13 +3383,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3495
3383
|
}
|
|
3496
3384
|
}
|
|
3497
3385
|
}
|
|
3498
|
-
if (this.
|
|
3386
|
+
if (this.ak(e)) {
|
|
3499
3387
|
let l = e;
|
|
3500
|
-
if (l.e != null && l.e.length > 0 && this.
|
|
3388
|
+
if (l.e != null && l.e.length > 0 && this.bu.containsKey(l.e)) {
|
|
3501
3389
|
l.a = true;
|
|
3502
3390
|
}
|
|
3503
|
-
e = this.
|
|
3504
|
-
this.
|
|
3391
|
+
e = this.dd(e);
|
|
3392
|
+
this.gl(g, c, d, e, f, l);
|
|
3505
3393
|
}
|
|
3506
3394
|
else {
|
|
3507
3395
|
this.adapter.onPendingRef(g, c, d, e);
|
|
@@ -3509,11 +3397,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3509
3397
|
let m = null;
|
|
3510
3398
|
m = (n, o) => {
|
|
3511
3399
|
let p = n;
|
|
3512
|
-
if (p.e != null && p.e.length > 0 && this.
|
|
3400
|
+
if (p.e != null && p.e.length > 0 && this.bu.containsKey(p.e)) {
|
|
3513
3401
|
p.a = true;
|
|
3514
3402
|
}
|
|
3515
|
-
let q = this.
|
|
3516
|
-
this.
|
|
3403
|
+
let q = this.dd(n);
|
|
3404
|
+
this.gl(g, c, d, q, o.b, p);
|
|
3517
3405
|
};
|
|
3518
3406
|
if (!j) {
|
|
3519
3407
|
i.g(a, g, c, m);
|
|
@@ -3532,10 +3420,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3532
3420
|
}
|
|
3533
3421
|
return;
|
|
3534
3422
|
}
|
|
3535
|
-
this.
|
|
3423
|
+
this.gl(g, c, d, e, f, null);
|
|
3536
3424
|
}
|
|
3537
|
-
|
|
3538
|
-
return this.
|
|
3425
|
+
al(a) {
|
|
3426
|
+
return this.bw.containsKey(a);
|
|
3539
3427
|
}
|
|
3540
3428
|
get shouldNamespaceSystemRefValues() {
|
|
3541
3429
|
return this._shouldNamespaceSystemRefValues;
|
|
@@ -3543,144 +3431,144 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3543
3431
|
set shouldNamespaceSystemRefValues(a) {
|
|
3544
3432
|
this._shouldNamespaceSystemRefValues = a;
|
|
3545
3433
|
}
|
|
3546
|
-
|
|
3434
|
+
fr(a, b, c, d) {
|
|
3547
3435
|
let e = null;
|
|
3548
3436
|
if (d) {
|
|
3549
|
-
if (this.
|
|
3550
|
-
e = this.
|
|
3437
|
+
if (this.bw.containsKey(b)) {
|
|
3438
|
+
e = this.bw.item(b);
|
|
3551
3439
|
}
|
|
3552
|
-
this.
|
|
3440
|
+
this.bw.item(b, c);
|
|
3553
3441
|
if (c != null) {
|
|
3554
|
-
if (e != null && this.
|
|
3555
|
-
this.
|
|
3442
|
+
if (e != null && this.bq.containsKey(e)) {
|
|
3443
|
+
this.bq.removeItem(e);
|
|
3556
3444
|
}
|
|
3557
|
-
if (e != null && !this.
|
|
3558
|
-
this.
|
|
3445
|
+
if (e != null && !this.z && this.bi.containsKey(b)) {
|
|
3446
|
+
this.bi.removeItem(b);
|
|
3559
3447
|
}
|
|
3560
|
-
if (e != null && !this.
|
|
3561
|
-
this.
|
|
3448
|
+
if (e != null && !this.z && this.bs.containsKey(b)) {
|
|
3449
|
+
this.bs.removeItem(b);
|
|
3562
3450
|
}
|
|
3563
|
-
if (e != null && !this.
|
|
3564
|
-
this.
|
|
3451
|
+
if (e != null && !this.z && this.bg.containsKey(b)) {
|
|
3452
|
+
this.bg.removeItem(b);
|
|
3565
3453
|
}
|
|
3566
|
-
this.
|
|
3454
|
+
this.bq.item(c, b);
|
|
3567
3455
|
}
|
|
3568
3456
|
}
|
|
3569
3457
|
else {
|
|
3570
3458
|
if (this.shouldNamespaceSystemRefValues) {
|
|
3571
3459
|
let f = "";
|
|
3572
|
-
if (this.
|
|
3573
|
-
for (let g = 0; g < this.
|
|
3574
|
-
f = this.
|
|
3460
|
+
if (this.b2 != null && this.b2.count > 0) {
|
|
3461
|
+
for (let g = 0; g < this.b2.count; g++) {
|
|
3462
|
+
f = this.b2._inner[g](a);
|
|
3575
3463
|
}
|
|
3576
3464
|
}
|
|
3577
3465
|
if (!stringIsNullOrEmpty(f)) {
|
|
3578
3466
|
b = f + "/" + b;
|
|
3579
3467
|
}
|
|
3580
3468
|
}
|
|
3581
|
-
if (this.
|
|
3582
|
-
e = this.
|
|
3469
|
+
if (this.bu.containsKey(b)) {
|
|
3470
|
+
e = this.bu.item(b);
|
|
3583
3471
|
}
|
|
3584
|
-
this.
|
|
3472
|
+
this.bu.item(b, c);
|
|
3585
3473
|
if (c != null) {
|
|
3586
|
-
this.
|
|
3474
|
+
this.bq.item(c, b);
|
|
3587
3475
|
}
|
|
3588
|
-
if (this.
|
|
3589
|
-
this.
|
|
3476
|
+
if (this.br.containsKey(b)) {
|
|
3477
|
+
this.br.item(b).a = true;
|
|
3590
3478
|
}
|
|
3591
3479
|
}
|
|
3592
|
-
if (this.
|
|
3593
|
-
this.
|
|
3480
|
+
if (this.br.containsKey(b)) {
|
|
3481
|
+
this.br.item(b).f(e, c);
|
|
3594
3482
|
}
|
|
3595
3483
|
}
|
|
3596
3484
|
removeRefValueCore(a, b, c) {
|
|
3597
3485
|
let d = null;
|
|
3598
3486
|
if (c) {
|
|
3599
|
-
if (this.
|
|
3600
|
-
d = this.
|
|
3487
|
+
if (this.bw.containsKey(b)) {
|
|
3488
|
+
d = this.bw.item(b);
|
|
3601
3489
|
}
|
|
3602
|
-
this.
|
|
3603
|
-
if (d != null && this.
|
|
3604
|
-
this.
|
|
3490
|
+
this.bw.removeItem(b);
|
|
3491
|
+
if (d != null && this.bq.containsKey(d)) {
|
|
3492
|
+
this.bq.removeItem(d);
|
|
3605
3493
|
}
|
|
3606
|
-
if (d != null && this.
|
|
3607
|
-
this.
|
|
3494
|
+
if (d != null && this.bi.containsKey(b)) {
|
|
3495
|
+
this.bi.removeItem(b);
|
|
3608
3496
|
}
|
|
3609
|
-
if (d != null && this.
|
|
3610
|
-
this.
|
|
3497
|
+
if (d != null && this.bs.containsKey(b)) {
|
|
3498
|
+
this.bs.removeItem(b);
|
|
3611
3499
|
}
|
|
3612
|
-
if (d != null && this.
|
|
3613
|
-
this.
|
|
3500
|
+
if (d != null && this.bg.containsKey(b)) {
|
|
3501
|
+
this.bg.removeItem(b);
|
|
3614
3502
|
}
|
|
3615
3503
|
}
|
|
3616
3504
|
else {
|
|
3617
3505
|
if (this.shouldNamespaceSystemRefValues) {
|
|
3618
3506
|
let e = "";
|
|
3619
|
-
if (this.
|
|
3620
|
-
for (let f = 0; f < this.
|
|
3621
|
-
e = this.
|
|
3507
|
+
if (this.b2 != null && this.b2.count > 0) {
|
|
3508
|
+
for (let f = 0; f < this.b2.count; f++) {
|
|
3509
|
+
e = this.b2._inner[f](a);
|
|
3622
3510
|
}
|
|
3623
3511
|
}
|
|
3624
3512
|
if (!stringIsNullOrEmpty(e)) {
|
|
3625
3513
|
b = e + "/" + b;
|
|
3626
3514
|
}
|
|
3627
3515
|
}
|
|
3628
|
-
if (this.
|
|
3629
|
-
d = this.
|
|
3516
|
+
if (this.bu.containsKey(b)) {
|
|
3517
|
+
d = this.bu.item(b);
|
|
3630
3518
|
}
|
|
3631
|
-
this.
|
|
3632
|
-
if (d != null && this.
|
|
3633
|
-
this.
|
|
3519
|
+
this.bu.removeItem(b);
|
|
3520
|
+
if (d != null && this.bq.containsKey(d)) {
|
|
3521
|
+
this.bq.removeItem(d);
|
|
3634
3522
|
}
|
|
3635
|
-
if (d != null && this.
|
|
3636
|
-
this.
|
|
3523
|
+
if (d != null && this.bi.containsKey(b)) {
|
|
3524
|
+
this.bi.removeItem(b);
|
|
3637
3525
|
}
|
|
3638
|
-
if (d != null && this.
|
|
3639
|
-
this.
|
|
3526
|
+
if (d != null && this.bs.containsKey(b)) {
|
|
3527
|
+
this.bs.removeItem(b);
|
|
3640
3528
|
}
|
|
3641
|
-
if (d != null && this.
|
|
3642
|
-
this.
|
|
3529
|
+
if (d != null && this.bg.containsKey(b)) {
|
|
3530
|
+
this.bg.removeItem(b);
|
|
3643
3531
|
}
|
|
3644
3532
|
}
|
|
3645
|
-
if (this.
|
|
3646
|
-
this.
|
|
3647
|
-
if (this.
|
|
3648
|
-
this.
|
|
3649
|
-
this.
|
|
3533
|
+
if (this.br.containsKey(b)) {
|
|
3534
|
+
this.br.item(b).f(d, this.dd(this.br.item(b)));
|
|
3535
|
+
if (this.br.item(b).c <= 0) {
|
|
3536
|
+
this.br.item(b).h();
|
|
3537
|
+
this.br.removeItem(b);
|
|
3650
3538
|
}
|
|
3651
3539
|
}
|
|
3652
3540
|
}
|
|
3653
3541
|
clearUserRefValues() {
|
|
3654
3542
|
let a = new List$1(String_$type, 0);
|
|
3655
|
-
for (let b of fromEnum(this.
|
|
3543
|
+
for (let b of fromEnum(this.bw.keys)) {
|
|
3656
3544
|
a.add(b);
|
|
3657
3545
|
}
|
|
3658
3546
|
for (let c of fromEnum(a)) {
|
|
3659
3547
|
this.removeRefValueCore(null, c, true);
|
|
3660
3548
|
}
|
|
3661
3549
|
}
|
|
3662
|
-
|
|
3663
|
-
return this.
|
|
3550
|
+
ak(a) {
|
|
3551
|
+
return this.bw.containsKey(a.e) || this.bu.containsKey(a.e);
|
|
3664
3552
|
}
|
|
3665
|
-
|
|
3666
|
-
if (this.
|
|
3667
|
-
return this.
|
|
3553
|
+
dd(a) {
|
|
3554
|
+
if (this.bw.containsKey(a.e)) {
|
|
3555
|
+
return this.bw.item(a.e);
|
|
3668
3556
|
}
|
|
3669
|
-
if (this.
|
|
3670
|
-
return this.
|
|
3557
|
+
if (this.bu.containsKey(a.e)) {
|
|
3558
|
+
return this.bu.item(a.e);
|
|
3671
3559
|
}
|
|
3672
3560
|
return null;
|
|
3673
3561
|
}
|
|
3674
3562
|
hasRef(a) {
|
|
3675
|
-
return this.
|
|
3563
|
+
return this.br.containsKey(a);
|
|
3676
3564
|
}
|
|
3677
3565
|
k(a) {
|
|
3678
|
-
return this.
|
|
3566
|
+
return this.br.item(a);
|
|
3679
3567
|
}
|
|
3680
3568
|
getMissingRefs() {
|
|
3681
3569
|
let a = new List$1(String_$type, 0);
|
|
3682
|
-
for (let b of fromEnum(this.
|
|
3683
|
-
if (!this.
|
|
3570
|
+
for (let b of fromEnum(this.br.keys)) {
|
|
3571
|
+
if (!this.ak(this.br.item(b))) {
|
|
3684
3572
|
a.add(b);
|
|
3685
3573
|
}
|
|
3686
3574
|
}
|
|
@@ -3688,8 +3576,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3688
3576
|
}
|
|
3689
3577
|
getRefChangeInfos(a) {
|
|
3690
3578
|
let b = new List$1(DescriptionRefTargetInfo.$, 0);
|
|
3691
|
-
if (this.
|
|
3692
|
-
for (let c of fromEnum(this.
|
|
3579
|
+
if (this.br.containsKey(a)) {
|
|
3580
|
+
for (let c of fromEnum(this.br.item(a).b)) {
|
|
3693
3581
|
b.add(((() => {
|
|
3694
3582
|
let $ret = new DescriptionRefTargetInfo();
|
|
3695
3583
|
$ret.container = c.b;
|
|
@@ -3701,29 +3589,29 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3701
3589
|
}
|
|
3702
3590
|
return b.toArray();
|
|
3703
3591
|
}
|
|
3704
|
-
|
|
3592
|
+
de(a, b, c) {
|
|
3705
3593
|
return b.j(c.c.g);
|
|
3706
3594
|
}
|
|
3707
|
-
|
|
3708
|
-
let d = this.
|
|
3709
|
-
this.
|
|
3595
|
+
a2(a, b, c) {
|
|
3596
|
+
let d = this.de(a, b, c);
|
|
3597
|
+
this.a7(a, b, c, d);
|
|
3710
3598
|
return true;
|
|
3711
3599
|
}
|
|
3712
|
-
|
|
3600
|
+
a7(a, b, c, d) {
|
|
3713
3601
|
this.adapter.resetPropertyOnTarget(a, c.i(ComponentRenderer.platform), c.d, d);
|
|
3714
3602
|
return true;
|
|
3715
3603
|
}
|
|
3716
|
-
|
|
3604
|
+
a1(a, b, c) {
|
|
3717
3605
|
if (c.c == null) {
|
|
3718
|
-
return this.
|
|
3606
|
+
return this.a6(a, b, c);
|
|
3719
3607
|
}
|
|
3720
3608
|
else {
|
|
3721
|
-
let d = this.
|
|
3722
|
-
this.
|
|
3609
|
+
let d = this.de(a, b, c);
|
|
3610
|
+
this.gd(a, b, c, d);
|
|
3723
3611
|
}
|
|
3724
3612
|
return true;
|
|
3725
3613
|
}
|
|
3726
|
-
|
|
3614
|
+
gd(a, b, c, d) {
|
|
3727
3615
|
let e = c.i(ComponentRenderer.platform);
|
|
3728
3616
|
let f = c.d.collectionElementType;
|
|
3729
3617
|
if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
|
|
@@ -3735,22 +3623,22 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3735
3623
|
if (f == null) {
|
|
3736
3624
|
f = c.d.specificExternalType;
|
|
3737
3625
|
}
|
|
3738
|
-
let h = this.
|
|
3626
|
+
let h = this.c5(f, c.g, a, b, false, c.c.g, c.d);
|
|
3739
3627
|
this.adapter.replaceItemInCollection(e, c.d, d, c.e, h);
|
|
3740
3628
|
if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
|
|
3741
3629
|
let i = c.h.g;
|
|
3742
3630
|
if (i >= 0) {
|
|
3743
3631
|
let j = b.j(i);
|
|
3744
3632
|
if (j != null) {
|
|
3745
|
-
this.
|
|
3633
|
+
this.ez(a, j, b);
|
|
3746
3634
|
}
|
|
3747
3635
|
}
|
|
3748
3636
|
}
|
|
3749
3637
|
}
|
|
3750
|
-
|
|
3638
|
+
a6(a, b, c) {
|
|
3751
3639
|
let d = this.adapter.getRootObject(a);
|
|
3752
3640
|
if (d != null) {
|
|
3753
|
-
this.
|
|
3641
|
+
this.ez(a, d, b);
|
|
3754
3642
|
}
|
|
3755
3643
|
if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
|
|
3756
3644
|
throw new NotImplementedException(0);
|
|
@@ -3761,79 +3649,79 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3761
3649
|
if (this.isProceedOnErrorEnabled) {
|
|
3762
3650
|
try {
|
|
3763
3651
|
let h = this.adapter.getRootObject(a);
|
|
3764
|
-
b.k(a, e.g, h, e, runOn(this, this.
|
|
3765
|
-
let i = this.
|
|
3766
|
-
this.
|
|
3652
|
+
b.k(a, e.g, h, e, runOn(this, this.fr), -1);
|
|
3653
|
+
let i = this.b6(e);
|
|
3654
|
+
this.fn(a, b, i);
|
|
3767
3655
|
}
|
|
3768
3656
|
catch (j) {
|
|
3769
|
-
this.
|
|
3770
|
-
this.
|
|
3657
|
+
this.fd("error processing actions on resume: " + j.toString());
|
|
3658
|
+
this.bd.item(a, false);
|
|
3771
3659
|
f = true;
|
|
3772
3660
|
return;
|
|
3773
3661
|
}
|
|
3774
3662
|
}
|
|
3775
3663
|
else {
|
|
3776
3664
|
let k = this.adapter.getRootObject(a);
|
|
3777
|
-
b.k(a, e.g, k, e, runOn(this, this.
|
|
3778
|
-
let l = this.
|
|
3779
|
-
this.
|
|
3665
|
+
b.k(a, e.g, k, e, runOn(this, this.fr), -1);
|
|
3666
|
+
let l = this.b6(e);
|
|
3667
|
+
this.fn(a, b, l);
|
|
3780
3668
|
}
|
|
3781
3669
|
f = true;
|
|
3782
3670
|
if (g) {
|
|
3783
|
-
this.
|
|
3671
|
+
this.gh(a, b);
|
|
3784
3672
|
}
|
|
3785
3673
|
});
|
|
3786
3674
|
return f;
|
|
3787
3675
|
}
|
|
3788
|
-
|
|
3676
|
+
ez(a, b, c) {
|
|
3789
3677
|
if (this.isProceedOnErrorEnabled) {
|
|
3790
3678
|
try {
|
|
3791
|
-
this.
|
|
3679
|
+
this.e0(a, b, c);
|
|
3792
3680
|
}
|
|
3793
3681
|
catch (d) {
|
|
3794
|
-
this.
|
|
3682
|
+
this.fd("error destroying object: " + d.toString());
|
|
3795
3683
|
return;
|
|
3796
3684
|
}
|
|
3797
3685
|
}
|
|
3798
3686
|
else {
|
|
3799
|
-
this.
|
|
3687
|
+
this.e0(a, b, c);
|
|
3800
3688
|
}
|
|
3801
3689
|
}
|
|
3802
|
-
|
|
3803
|
-
let d = this.
|
|
3690
|
+
e0(a, b, c) {
|
|
3691
|
+
let d = this.cc(a, b, c);
|
|
3804
3692
|
if (this.isProceedOnErrorEnabled) {
|
|
3805
3693
|
try {
|
|
3806
|
-
this.
|
|
3694
|
+
this.w.d(a, ComponentRenderer.platform, b);
|
|
3807
3695
|
}
|
|
3808
3696
|
catch (e) {
|
|
3809
|
-
this.
|
|
3697
|
+
this.fd("error cleaning up object object: " + e.toString());
|
|
3810
3698
|
return;
|
|
3811
3699
|
}
|
|
3812
3700
|
}
|
|
3813
3701
|
else {
|
|
3814
|
-
this.
|
|
3702
|
+
this.w.d(a, ComponentRenderer.platform, b);
|
|
3815
3703
|
}
|
|
3816
|
-
for (let f of fromEnum(this.
|
|
3704
|
+
for (let f of fromEnum(this.br.values)) {
|
|
3817
3705
|
f.i(b);
|
|
3818
3706
|
}
|
|
3819
3707
|
if (d != -1) {
|
|
3820
3708
|
c.l(this, a, d, runOn(this, this.removeRefValueCore));
|
|
3821
3709
|
}
|
|
3822
3710
|
}
|
|
3823
|
-
|
|
3711
|
+
cc(a, b, c) {
|
|
3824
3712
|
return c.h(b);
|
|
3825
3713
|
}
|
|
3826
|
-
|
|
3714
|
+
a0(a, b, c) {
|
|
3827
3715
|
if (c.c == null) {
|
|
3828
|
-
return this.
|
|
3716
|
+
return this.a5(a, b, c);
|
|
3829
3717
|
}
|
|
3830
3718
|
else {
|
|
3831
|
-
let d = this.
|
|
3832
|
-
this.
|
|
3719
|
+
let d = this.de(a, b, c);
|
|
3720
|
+
this.fy(a, b, c, d);
|
|
3833
3721
|
}
|
|
3834
3722
|
return true;
|
|
3835
3723
|
}
|
|
3836
|
-
|
|
3724
|
+
fy(a, b, c, d) {
|
|
3837
3725
|
let e = c.i(ComponentRenderer.platform);
|
|
3838
3726
|
this.adapter.removeItemFromCollection(e, c.d, d, c.f);
|
|
3839
3727
|
if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
|
|
@@ -3841,36 +3729,36 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3841
3729
|
if (f >= 0) {
|
|
3842
3730
|
let g = b.j(f);
|
|
3843
3731
|
if (g != null) {
|
|
3844
|
-
this.
|
|
3732
|
+
this.ez(a, g, b);
|
|
3845
3733
|
}
|
|
3846
3734
|
}
|
|
3847
3735
|
}
|
|
3848
3736
|
}
|
|
3849
|
-
|
|
3737
|
+
a5(a, b, c) {
|
|
3850
3738
|
let d = this.adapter.getRootObject(a);
|
|
3851
3739
|
if (d != null) {
|
|
3852
|
-
this.
|
|
3740
|
+
this.ez(a, d, b);
|
|
3853
3741
|
}
|
|
3854
3742
|
let e = false;
|
|
3855
3743
|
this.adapter.removeRootItem(a, this.context, (f) => {
|
|
3856
3744
|
e = true;
|
|
3857
3745
|
if (f) {
|
|
3858
|
-
this.
|
|
3746
|
+
this.gh(a, b);
|
|
3859
3747
|
}
|
|
3860
3748
|
});
|
|
3861
3749
|
return e;
|
|
3862
3750
|
}
|
|
3863
|
-
|
|
3751
|
+
au(a, b, c) {
|
|
3864
3752
|
if (c.c == null) {
|
|
3865
|
-
return this.
|
|
3753
|
+
return this.aa(a, b, c);
|
|
3866
3754
|
}
|
|
3867
3755
|
else {
|
|
3868
|
-
let d = this.
|
|
3869
|
-
this.
|
|
3756
|
+
let d = this.de(a, b, c);
|
|
3757
|
+
this.eh(a, b, c, d);
|
|
3870
3758
|
}
|
|
3871
3759
|
return true;
|
|
3872
3760
|
}
|
|
3873
|
-
|
|
3761
|
+
aa(a, b, c) {
|
|
3874
3762
|
if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
|
|
3875
3763
|
throw new NotImplementedException(0);
|
|
3876
3764
|
}
|
|
@@ -3880,31 +3768,31 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3880
3768
|
if (this.isProceedOnErrorEnabled) {
|
|
3881
3769
|
try {
|
|
3882
3770
|
let g = this.adapter.getRootObject(a);
|
|
3883
|
-
b.k(a, d.g, g, d, runOn(this, this.
|
|
3884
|
-
let h = this.
|
|
3885
|
-
this.
|
|
3771
|
+
b.k(a, d.g, g, d, runOn(this, this.fr), -1);
|
|
3772
|
+
let h = this.b6(d);
|
|
3773
|
+
this.fn(a, b, h);
|
|
3886
3774
|
}
|
|
3887
3775
|
catch (i) {
|
|
3888
|
-
this.
|
|
3889
|
-
this.
|
|
3776
|
+
this.fd("error resuming actions" + i.toString());
|
|
3777
|
+
this.bd.item(a, false);
|
|
3890
3778
|
e = true;
|
|
3891
3779
|
return;
|
|
3892
3780
|
}
|
|
3893
3781
|
}
|
|
3894
3782
|
else {
|
|
3895
3783
|
let j = this.adapter.getRootObject(a);
|
|
3896
|
-
b.k(a, d.g, j, d, runOn(this, this.
|
|
3897
|
-
let k = this.
|
|
3898
|
-
this.
|
|
3784
|
+
b.k(a, d.g, j, d, runOn(this, this.fr), -1);
|
|
3785
|
+
let k = this.b6(d);
|
|
3786
|
+
this.fn(a, b, k);
|
|
3899
3787
|
}
|
|
3900
3788
|
e = true;
|
|
3901
3789
|
if (f) {
|
|
3902
|
-
this.
|
|
3790
|
+
this.gh(a, b);
|
|
3903
3791
|
}
|
|
3904
3792
|
});
|
|
3905
3793
|
return e;
|
|
3906
3794
|
}
|
|
3907
|
-
|
|
3795
|
+
eh(a, b, c, d) {
|
|
3908
3796
|
let e = c.i(ComponentRenderer.platform);
|
|
3909
3797
|
let f = c.d.collectionElementType;
|
|
3910
3798
|
if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
|
|
@@ -3916,11 +3804,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3916
3804
|
if (f == null) {
|
|
3917
3805
|
f = c.d.specificExternalType;
|
|
3918
3806
|
}
|
|
3919
|
-
let h = this.
|
|
3807
|
+
let h = this.c5(f, c.g, a, b, false, c.c.g, c.d);
|
|
3920
3808
|
this.adapter.addItemToCollection(e, c.d, d, c.e, h);
|
|
3921
3809
|
}
|
|
3922
|
-
|
|
3923
|
-
if (this.
|
|
3810
|
+
c5(a, b, c, d, e, f, g) {
|
|
3811
|
+
if (this.ao(a)) {
|
|
3924
3812
|
return b;
|
|
3925
3813
|
}
|
|
3926
3814
|
let h = null;
|
|
@@ -3932,17 +3820,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3932
3820
|
if (!stringIsNullOrEmpty(j)) {
|
|
3933
3821
|
if (this.shouldNamespaceSystemRefValues) {
|
|
3934
3822
|
let k = "";
|
|
3935
|
-
if (this.
|
|
3936
|
-
for (let l = 0; l < this.
|
|
3937
|
-
k = this.
|
|
3823
|
+
if (this.b2 != null && this.b2.count > 0) {
|
|
3824
|
+
for (let l = 0; l < this.b2.count; l++) {
|
|
3825
|
+
k = this.b2._inner[l](c);
|
|
3938
3826
|
}
|
|
3939
3827
|
}
|
|
3940
3828
|
if (!stringIsNullOrEmpty(k)) {
|
|
3941
3829
|
j = k + "/" + j;
|
|
3942
3830
|
}
|
|
3943
3831
|
}
|
|
3944
|
-
if (this.
|
|
3945
|
-
let m = this.
|
|
3832
|
+
if (this.bu.containsKey(j)) {
|
|
3833
|
+
let m = this.bu.item(j);
|
|
3946
3834
|
h = m;
|
|
3947
3835
|
}
|
|
3948
3836
|
}
|
|
@@ -3971,40 +3859,40 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
3971
3859
|
}
|
|
3972
3860
|
}
|
|
3973
3861
|
if (p != null) {
|
|
3974
|
-
for (let r = 0; r < this.
|
|
3975
|
-
let s = this.
|
|
3862
|
+
for (let r = 0; r < this.b0.count; r++) {
|
|
3863
|
+
let s = this.b0._inner[r](c, o, p);
|
|
3976
3864
|
if (s != null) {
|
|
3977
3865
|
return s;
|
|
3978
3866
|
}
|
|
3979
3867
|
}
|
|
3980
3868
|
if (o == "uuid") {
|
|
3981
|
-
for (let t of fromEnum(this.
|
|
3982
|
-
if (this.
|
|
3983
|
-
return this.
|
|
3869
|
+
for (let t of fromEnum(this.bi.keys)) {
|
|
3870
|
+
if (this.bi.item(t).containsKey(p)) {
|
|
3871
|
+
return this.bi.item(t).item(p);
|
|
3984
3872
|
}
|
|
3985
3873
|
}
|
|
3986
3874
|
}
|
|
3987
3875
|
if (o == "name") {
|
|
3988
3876
|
let u = p;
|
|
3989
|
-
if (this.
|
|
3990
|
-
return this.
|
|
3877
|
+
if (this.bu.containsKey(u)) {
|
|
3878
|
+
return this.bu.item(u);
|
|
3991
3879
|
}
|
|
3992
3880
|
}
|
|
3993
3881
|
return null;
|
|
3994
3882
|
}
|
|
3995
3883
|
}
|
|
3996
3884
|
else {
|
|
3997
|
-
if (!this.
|
|
3998
|
-
this.
|
|
3885
|
+
if (!this.bt.containsKey(c)) {
|
|
3886
|
+
this.bt.addItem(c, ((() => {
|
|
3999
3887
|
let $ret = new ContainerState();
|
|
4000
3888
|
$ret.i = c;
|
|
4001
3889
|
return $ret;
|
|
4002
3890
|
})()));
|
|
4003
|
-
d = this.
|
|
3891
|
+
d = this.bt.item(c);
|
|
4004
3892
|
}
|
|
4005
|
-
d.k(c, n.g, h, n, runOn(this, this.
|
|
4006
|
-
let v = this.
|
|
4007
|
-
this.
|
|
3893
|
+
d.k(c, n.g, h, n, runOn(this, this.fr), f);
|
|
3894
|
+
let v = this.b6(n);
|
|
3895
|
+
this.fn(c, d, v);
|
|
4008
3896
|
if (e) {
|
|
4009
3897
|
d.l(this, c, n.g, runOn(this, this.removeRefValueCore));
|
|
4010
3898
|
}
|
|
@@ -4018,23 +3906,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
4018
3906
|
return y;
|
|
4019
3907
|
}
|
|
4020
3908
|
if (!w && typeof b === 'string' && a.toLowerCase() != "string") {
|
|
4021
|
-
return this.
|
|
3909
|
+
return this.cm(a, b, g);
|
|
4022
3910
|
}
|
|
4023
3911
|
if (w) {
|
|
4024
3912
|
return b;
|
|
4025
3913
|
}
|
|
4026
3914
|
return h;
|
|
4027
3915
|
}
|
|
4028
|
-
|
|
3916
|
+
ao(a) {
|
|
4029
3917
|
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";
|
|
4030
3918
|
}
|
|
4031
|
-
|
|
4032
|
-
return this.context.t(a, b, c, this.
|
|
3919
|
+
cm(a, b, c) {
|
|
3920
|
+
return this.context.t(a, b, c, this.ab());
|
|
4033
3921
|
}
|
|
4034
|
-
|
|
3922
|
+
ab() {
|
|
4035
3923
|
return true;
|
|
4036
3924
|
}
|
|
4037
|
-
|
|
3925
|
+
b6(a) {
|
|
4038
3926
|
let b = a.f();
|
|
4039
3927
|
let c = new List$1(DescriptionTreeAction.$, 0);
|
|
4040
3928
|
for (let d = 0; d < b.count; d++) {
|
|
@@ -4054,17 +3942,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
4054
3942
|
}
|
|
4055
3943
|
return c;
|
|
4056
3944
|
}
|
|
4057
|
-
|
|
3945
|
+
at(a, b, c) {
|
|
4058
3946
|
if (c.c == null) {
|
|
4059
|
-
return this.
|
|
3947
|
+
return this.af(a, b, c);
|
|
4060
3948
|
}
|
|
4061
3949
|
else {
|
|
4062
|
-
let d = this.
|
|
4063
|
-
this.
|
|
3950
|
+
let d = this.de(a, b, c);
|
|
3951
|
+
this.er(a, b, c, d);
|
|
4064
3952
|
}
|
|
4065
3953
|
return true;
|
|
4066
3954
|
}
|
|
4067
|
-
|
|
3955
|
+
er(a, b, c, d) {
|
|
4068
3956
|
let e = c.i(ComponentRenderer.platform);
|
|
4069
3957
|
this.adapter.clearCollection(d, e, c.d);
|
|
4070
3958
|
if (c.h != null && typeCast(Array_$type, c.h) !== null) {
|
|
@@ -4076,37 +3964,37 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
4076
3964
|
if (i >= 0) {
|
|
4077
3965
|
let j = b.j(i);
|
|
4078
3966
|
if (j != null) {
|
|
4079
|
-
this.
|
|
3967
|
+
this.ez(a, j, b);
|
|
4080
3968
|
}
|
|
4081
3969
|
}
|
|
4082
3970
|
}
|
|
4083
3971
|
}
|
|
4084
3972
|
}
|
|
4085
3973
|
}
|
|
4086
|
-
|
|
4087
|
-
if (this.
|
|
4088
|
-
for (let g of fromEnum(this.
|
|
3974
|
+
gl(a, b, c, d, e, f) {
|
|
3975
|
+
if (this.bv.containsKey(b)) {
|
|
3976
|
+
for (let g of fromEnum(this.bv.item(b))) {
|
|
4089
3977
|
g(b, a, d);
|
|
4090
3978
|
}
|
|
4091
3979
|
}
|
|
4092
3980
|
this.adapter.setPropertyValue(a, b, c, d, e, f);
|
|
4093
3981
|
}
|
|
4094
|
-
|
|
3982
|
+
dc(a, b) {
|
|
4095
3983
|
return this.adapter.getPropertyValue(a, b);
|
|
4096
3984
|
}
|
|
4097
|
-
|
|
4098
|
-
return this.
|
|
3985
|
+
af(a, b, c) {
|
|
3986
|
+
return this.ae(a, b);
|
|
4099
3987
|
}
|
|
4100
|
-
|
|
3988
|
+
ae(a, b) {
|
|
4101
3989
|
let c = this.adapter.getRootObject(a);
|
|
4102
3990
|
if (c != null) {
|
|
4103
|
-
this.
|
|
3991
|
+
this.ez(a, c, b);
|
|
4104
3992
|
}
|
|
4105
3993
|
let d = false;
|
|
4106
3994
|
this.adapter.clearContainer(a, this.context, (e) => {
|
|
4107
3995
|
d = true;
|
|
4108
3996
|
if (e) {
|
|
4109
|
-
this.
|
|
3997
|
+
this.gh(a, b);
|
|
4110
3998
|
}
|
|
4111
3999
|
});
|
|
4112
4000
|
return d;
|
|
@@ -4118,7 +4006,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
4118
4006
|
this.executeMethod(a, c.build(), (d) => b());
|
|
4119
4007
|
}
|
|
4120
4008
|
catch (d) {
|
|
4121
|
-
this.
|
|
4009
|
+
this.fd("error flushing container: " + d.toString());
|
|
4122
4010
|
b();
|
|
4123
4011
|
}
|
|
4124
4012
|
}
|
|
@@ -4158,13 +4046,13 @@ export let TypeDescriptionCleanups = /*@__PURE__*/ (() => {
|
|
|
4158
4046
|
let d = this.c(c);
|
|
4159
4047
|
if (d != null) {
|
|
4160
4048
|
let e = this.a.context.getMetadata(d, "CrossingAxisRef");
|
|
4161
|
-
let f = this.a.
|
|
4049
|
+
let f = this.a.cc(b, c, this.a.g(b));
|
|
4162
4050
|
if (e != null && f >= 0) {
|
|
4163
4051
|
let g = this.a.q(b, f);
|
|
4164
4052
|
if (g != null && g.c("CrossingAxisRef")) {
|
|
4165
4053
|
let h = g.a("CrossingAxisRef").b;
|
|
4166
4054
|
let i = e.k(ComponentRenderer.platform);
|
|
4167
|
-
this.a.
|
|
4055
|
+
this.a.gk(b, this.a.g(b), "CrossingAxis", e, null, h, c);
|
|
4168
4056
|
}
|
|
4169
4057
|
}
|
|
4170
4058
|
}
|
|
@@ -4295,7 +4183,7 @@ export let ContainerState = /*@__PURE__*/ (() => {
|
|
|
4295
4183
|
for (let f = 0; f < e.count; f++) {
|
|
4296
4184
|
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))) {
|
|
4297
4185
|
if (this.e.containsKey(e._inner[f])) {
|
|
4298
|
-
a.
|
|
4186
|
+
a.ez(b, this.e.item(e._inner[f]), this);
|
|
4299
4187
|
}
|
|
4300
4188
|
}
|
|
4301
4189
|
}
|