@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1237 → 0.9.0-SNAPSHOT.1241
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.
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
}
|
|
276
276
|
function get_buttonColor() {
|
|
277
277
|
var tmp0_safe_receiver = this.z2s();
|
|
278
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
278
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g2x();
|
|
279
279
|
}
|
|
280
280
|
function get_cardBackgroundColor() {
|
|
281
281
|
return get_cardBackgroundColor_0(this.z2s());
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
}
|
|
286
286
|
function get_multiselectOptionSelectedColor() {
|
|
287
287
|
var tmp0_safe_receiver = this.z2s();
|
|
288
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
288
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n2y();
|
|
289
289
|
}
|
|
290
290
|
function get_textColor() {
|
|
291
291
|
return get_textColor_0(this.z2s());
|
|
@@ -2064,6 +2064,23 @@
|
|
|
2064
2064
|
new Companion_6();
|
|
2065
2065
|
return Companion_instance_6;
|
|
2066
2066
|
}
|
|
2067
|
+
function values_1() {
|
|
2068
|
+
return [Type_EVENT_getInstance(), Type_URL_getInstance(), Type_UNKNOWN_getInstance()];
|
|
2069
|
+
}
|
|
2070
|
+
function valueOf_1(value) {
|
|
2071
|
+
switch (value) {
|
|
2072
|
+
case 'EVENT':
|
|
2073
|
+
return Type_EVENT_getInstance();
|
|
2074
|
+
case 'URL':
|
|
2075
|
+
return Type_URL_getInstance();
|
|
2076
|
+
case 'UNKNOWN':
|
|
2077
|
+
return Type_UNKNOWN_getInstance();
|
|
2078
|
+
default:
|
|
2079
|
+
Type_initEntries();
|
|
2080
|
+
THROW_ISE();
|
|
2081
|
+
break;
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
2067
2084
|
var Type_entriesInitialized;
|
|
2068
2085
|
function Type_initEntries() {
|
|
2069
2086
|
if (Type_entriesInitialized)
|
|
@@ -2098,6 +2115,23 @@
|
|
|
2098
2115
|
new Companion_7();
|
|
2099
2116
|
return Companion_instance_7;
|
|
2100
2117
|
}
|
|
2118
|
+
function values_2() {
|
|
2119
|
+
return [Style_CONTAINED_getInstance(), Style_OUTLINED_getInstance(), Style_UNKNOWN_getInstance()];
|
|
2120
|
+
}
|
|
2121
|
+
function valueOf_2(value) {
|
|
2122
|
+
switch (value) {
|
|
2123
|
+
case 'CONTAINED':
|
|
2124
|
+
return Style_CONTAINED_getInstance();
|
|
2125
|
+
case 'OUTLINED':
|
|
2126
|
+
return Style_OUTLINED_getInstance();
|
|
2127
|
+
case 'UNKNOWN':
|
|
2128
|
+
return Style_UNKNOWN_getInstance();
|
|
2129
|
+
default:
|
|
2130
|
+
Style_initEntries();
|
|
2131
|
+
THROW_ISE();
|
|
2132
|
+
break;
|
|
2133
|
+
}
|
|
2134
|
+
}
|
|
2101
2135
|
var Style_entriesInitialized;
|
|
2102
2136
|
function Style_initEntries() {
|
|
2103
2137
|
if (Style_entriesInitialized)
|
|
@@ -2127,7 +2161,7 @@
|
|
|
2127
2161
|
var tmp$ret$0;
|
|
2128
2162
|
// Inline function 'kotlin.getValue' call
|
|
2129
2163
|
var tmp0_getValue = defaultTextStyles$factory();
|
|
2130
|
-
tmp$ret$0 = $this.
|
|
2164
|
+
tmp$ret$0 = $this.y2w_1.o1();
|
|
2131
2165
|
return tmp$ret$0;
|
|
2132
2166
|
}
|
|
2133
2167
|
function Button_init_$Init$(parent, parser, $this) {
|
|
@@ -2163,11 +2197,11 @@
|
|
|
2163
2197
|
var tmp0_safe_receiver_0 = parser.n2t('style');
|
|
2164
2198
|
tmp_1.v2w_1 = tmp0_safe_receiver_0 == null ? null : Companion_getInstance_10().e2w(tmp0_safe_receiver_0);
|
|
2165
2199
|
var tmp_2 = $this;
|
|
2166
|
-
var tmp1_safe_receiver = Companion_getInstance_22().
|
|
2200
|
+
var tmp1_safe_receiver = Companion_getInstance_22().a2x(parser.n2t('gravity'));
|
|
2167
2201
|
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.horizontal;
|
|
2168
|
-
tmp_2.
|
|
2202
|
+
tmp_2.gravity = tmp2_elvis_lhs == null ? Companion_getInstance_11().g2w_1 : tmp2_elvis_lhs;
|
|
2169
2203
|
var tmp_3 = $this;
|
|
2170
|
-
var tmp3_safe_receiver = Companion_getInstance_16().
|
|
2204
|
+
var tmp3_safe_receiver = Companion_getInstance_16().b2x(parser.n2t('width'));
|
|
2171
2205
|
var tmp_4;
|
|
2172
2206
|
if (tmp3_safe_receiver == null) {
|
|
2173
2207
|
tmp_4 = null;
|
|
@@ -2188,19 +2222,19 @@
|
|
|
2188
2222
|
tmp_4 = tmp$ret$2;
|
|
2189
2223
|
}
|
|
2190
2224
|
var tmp4_elvis_lhs = tmp_4;
|
|
2191
|
-
tmp_3.
|
|
2225
|
+
tmp_3.width = tmp4_elvis_lhs == null ? Companion_getInstance_11().h2w_1 : tmp4_elvis_lhs;
|
|
2192
2226
|
var tmp_6 = $this;
|
|
2193
2227
|
var tmp5_safe_receiver = parser.n2t('color');
|
|
2194
|
-
tmp_6.
|
|
2228
|
+
tmp_6.w2w_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
2195
2229
|
var tmp_7 = $this;
|
|
2196
2230
|
var tmp6_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
2197
2231
|
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
2198
|
-
tmp_7.
|
|
2199
|
-
$this.
|
|
2232
|
+
tmp_7.backgroundColor = tmp7_elvis_lhs == null ? Companion_getInstance_11().i2w_1 : tmp7_elvis_lhs;
|
|
2233
|
+
$this.x2w_1 = parser.n2t('icon');
|
|
2200
2234
|
var tmp_8 = $this;
|
|
2201
|
-
var tmp8_safe_receiver = Companion_getInstance_22().
|
|
2235
|
+
var tmp8_safe_receiver = Companion_getInstance_22().a2x(parser.n2t('icon-gravity'));
|
|
2202
2236
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : tmp8_safe_receiver.horizontal;
|
|
2203
|
-
tmp_8.
|
|
2237
|
+
tmp_8.iconGravity = tmp9_elvis_lhs == null ? Companion_getInstance_11().j2w_1 : tmp9_elvis_lhs;
|
|
2204
2238
|
var tmp_9 = $this;
|
|
2205
2239
|
var tmp10_safe_receiver = parser.n2t('icon-size');
|
|
2206
2240
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
@@ -2211,20 +2245,20 @@
|
|
|
2211
2245
|
} else {
|
|
2212
2246
|
tmp_10 = tmp11_elvis_lhs;
|
|
2213
2247
|
}
|
|
2214
|
-
tmp_9.
|
|
2248
|
+
tmp_9.iconSize = tmp_10;
|
|
2215
2249
|
var tmp_11 = $this;
|
|
2216
2250
|
var tmp$ret$3;
|
|
2217
2251
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
2218
2252
|
tmp$ret$3 = ArrayList_init_$Create$();
|
|
2219
|
-
tmp_11.
|
|
2253
|
+
tmp_11.z2w_1 = tmp$ret$3;
|
|
2220
2254
|
var tmp_12 = $this;
|
|
2221
2255
|
var tmp_13 = _get_defaultTextStyles__fjozb5($this);
|
|
2222
2256
|
var tmp_14 = get_XMLNS_CONTENT();
|
|
2223
2257
|
Companion_getInstance_11();
|
|
2224
2258
|
var tmp12_elvis_lhs = parseTextChild(parser, tmp_13, tmp_14, 'button', Button$_init_$lambda_iw8cbr(parser, $this));
|
|
2225
|
-
tmp_12.
|
|
2259
|
+
tmp_12.text = tmp12_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5($this)) : tmp12_elvis_lhs;
|
|
2226
2260
|
// Inline function 'kotlin.collections.forEach' call
|
|
2227
|
-
var tmp2_forEach = $this.
|
|
2261
|
+
var tmp2_forEach = $this.z2w_1;
|
|
2228
2262
|
var tmp0_iterator = tmp2_forEach.f();
|
|
2229
2263
|
while (tmp0_iterator.g()) {
|
|
2230
2264
|
var element = tmp0_iterator.h();
|
|
@@ -2245,12 +2279,14 @@
|
|
|
2245
2279
|
function Style(name, ordinal) {
|
|
2246
2280
|
Enum.call(this, name, ordinal);
|
|
2247
2281
|
}
|
|
2282
|
+
defineProp(protoOf(Style), 'name', protoOf(Style).id);
|
|
2283
|
+
defineProp(protoOf(Style), 'ordinal', protoOf(Style).jd);
|
|
2248
2284
|
function Button$defaultTextStyles$delegate$lambda$lambda() {
|
|
2249
2285
|
return Align_CENTER_getInstance();
|
|
2250
2286
|
}
|
|
2251
2287
|
function Button$defaultTextStyles$delegate$lambda$lambda_0(this$0) {
|
|
2252
2288
|
return function () {
|
|
2253
|
-
var tmp0_subject = this$0.
|
|
2289
|
+
var tmp0_subject = this$0.style;
|
|
2254
2290
|
var tmp0 = tmp0_subject.d4_1;
|
|
2255
2291
|
var tmp;
|
|
2256
2292
|
switch (tmp0) {
|
|
@@ -2259,7 +2295,7 @@
|
|
|
2259
2295
|
tmp = get_primaryTextColor_0(this$0.z2s());
|
|
2260
2296
|
break;
|
|
2261
2297
|
case 1:
|
|
2262
|
-
tmp = this$0.
|
|
2298
|
+
tmp = this$0.buttonColor;
|
|
2263
2299
|
break;
|
|
2264
2300
|
default:
|
|
2265
2301
|
noWhenBranchMatchedException();
|
|
@@ -2284,7 +2320,7 @@
|
|
|
2284
2320
|
Companion_getInstance_6();
|
|
2285
2321
|
if (tmp1_subject === 'events') {
|
|
2286
2322
|
var tmp2_this = this$0;
|
|
2287
|
-
var tmp0_plusAssign = tmp2_this.
|
|
2323
|
+
var tmp0_plusAssign = tmp2_this.z2w_1;
|
|
2288
2324
|
var tmp1_plusAssign = Companion_getInstance_6().x2r($parser, this$0);
|
|
2289
2325
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
2290
2326
|
tmp_0 = Unit_getInstance();
|
|
@@ -2324,12 +2360,18 @@
|
|
|
2324
2360
|
protoOf(Button).r2v = function () {
|
|
2325
2361
|
return this.u2w_1;
|
|
2326
2362
|
};
|
|
2327
|
-
protoOf(Button).
|
|
2363
|
+
protoOf(Button).e2x = function () {
|
|
2328
2364
|
var tmp0_elvis_lhs = this.v2w_1;
|
|
2329
2365
|
return tmp0_elvis_lhs == null ? get_buttonStyle_0(this.z2s()) : tmp0_elvis_lhs;
|
|
2330
2366
|
};
|
|
2331
|
-
protoOf(Button).
|
|
2332
|
-
|
|
2367
|
+
protoOf(Button).f2x = function () {
|
|
2368
|
+
return this.gravity;
|
|
2369
|
+
};
|
|
2370
|
+
protoOf(Button).x2v = function () {
|
|
2371
|
+
return this.width;
|
|
2372
|
+
};
|
|
2373
|
+
protoOf(Button).g2x = function () {
|
|
2374
|
+
var tmp0_elvis_lhs = this.w2w_1;
|
|
2333
2375
|
var tmp;
|
|
2334
2376
|
if (tmp0_elvis_lhs == null) {
|
|
2335
2377
|
var tmp$ret$1;
|
|
@@ -2339,7 +2381,7 @@
|
|
|
2339
2381
|
var tmp$ret$0;
|
|
2340
2382
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Button.<get-buttonColor>.<anonymous>' call
|
|
2341
2383
|
var tmp0_safe_receiver = tmp0_let;
|
|
2342
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2384
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g2x();
|
|
2343
2385
|
tmp$ret$0 = tmp1_elvis_lhs == null ? get_primaryColor_0(tmp0_let) : tmp1_elvis_lhs;
|
|
2344
2386
|
tmp$ret$1 = tmp$ret$0;
|
|
2345
2387
|
tmp = tmp$ret$1;
|
|
@@ -2348,8 +2390,26 @@
|
|
|
2348
2390
|
}
|
|
2349
2391
|
return tmp;
|
|
2350
2392
|
};
|
|
2393
|
+
protoOf(Button).h2x = function () {
|
|
2394
|
+
return this.backgroundColor;
|
|
2395
|
+
};
|
|
2396
|
+
protoOf(Button).i2x = function () {
|
|
2397
|
+
return getResource(this, this.x2w_1);
|
|
2398
|
+
};
|
|
2399
|
+
protoOf(Button).j2x = function () {
|
|
2400
|
+
return this.iconGravity;
|
|
2401
|
+
};
|
|
2402
|
+
protoOf(Button).k2x = function () {
|
|
2403
|
+
return this.iconSize;
|
|
2404
|
+
};
|
|
2405
|
+
protoOf(Button).z1c = function () {
|
|
2406
|
+
return this.text;
|
|
2407
|
+
};
|
|
2351
2408
|
protoOf(Button).h2s = function () {
|
|
2352
|
-
return (protoOf(Content).h2s.call(this) ? true : !this.isClickable) ? true : this.
|
|
2409
|
+
return (protoOf(Content).h2s.call(this) ? true : !this.isClickable) ? true : this.style.equals(Style_UNKNOWN_getInstance());
|
|
2410
|
+
};
|
|
2411
|
+
protoOf(Button).l2x = function () {
|
|
2412
|
+
return this.z2w_1;
|
|
2353
2413
|
};
|
|
2354
2414
|
protoOf(Button)._getAnalyticsEvents = function (type) {
|
|
2355
2415
|
var tmp0_subject = type;
|
|
@@ -2358,7 +2418,7 @@
|
|
|
2358
2418
|
if (tmp0 === 3) {
|
|
2359
2419
|
var tmp$ret$2;
|
|
2360
2420
|
// Inline function 'kotlin.collections.filter' call
|
|
2361
|
-
var tmp1_filter = this.
|
|
2421
|
+
var tmp1_filter = this.z2w_1;
|
|
2362
2422
|
var tmp$ret$1;
|
|
2363
2423
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2364
2424
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -2384,7 +2444,7 @@
|
|
|
2384
2444
|
function Button() {
|
|
2385
2445
|
Companion_getInstance_11();
|
|
2386
2446
|
var tmp = this;
|
|
2387
|
-
tmp.
|
|
2447
|
+
tmp.y2w_1 = lazy(Button$defaultTextStyles$delegate$lambda(this));
|
|
2388
2448
|
}
|
|
2389
2449
|
defineProp(protoOf(Button), '_events', function () {
|
|
2390
2450
|
return this.q2v();
|
|
@@ -2392,6 +2452,9 @@
|
|
|
2392
2452
|
defineProp(protoOf(Button), 'url', function () {
|
|
2393
2453
|
return this.r2v();
|
|
2394
2454
|
});
|
|
2455
|
+
defineProp(protoOf(Button), 'style', protoOf(Button).e2x);
|
|
2456
|
+
defineProp(protoOf(Button), 'buttonColor', protoOf(Button).g2x);
|
|
2457
|
+
defineProp(protoOf(Button), 'icon', protoOf(Button).i2x);
|
|
2395
2458
|
defineProp(protoOf(Button), 'isClickable', function () {
|
|
2396
2459
|
return this.u2v();
|
|
2397
2460
|
});
|
|
@@ -2405,8 +2468,8 @@
|
|
|
2405
2468
|
}
|
|
2406
2469
|
function Companion_9() {
|
|
2407
2470
|
Companion_instance_9 = this;
|
|
2408
|
-
this.
|
|
2409
|
-
this.
|
|
2471
|
+
this.m2x_1 = 'card';
|
|
2472
|
+
this.n2x_1 = 'card-background-color';
|
|
2410
2473
|
}
|
|
2411
2474
|
var Companion_instance_9;
|
|
2412
2475
|
function Companion_getInstance_12() {
|
|
@@ -2421,7 +2484,7 @@
|
|
|
2421
2484
|
var tmp = get_XMLNS_CONTENT();
|
|
2422
2485
|
Companion_getInstance_12();
|
|
2423
2486
|
parser.t2r(2, tmp, 'card');
|
|
2424
|
-
$this.
|
|
2487
|
+
$this.w2x_1 = toColorOrNull(parser.n2t(get_XML_BACKGROUND_COLOR()));
|
|
2425
2488
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2426
2489
|
// Inline function 'kotlin.contracts.contract' call
|
|
2427
2490
|
var rawUrl = parser.n2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -2441,8 +2504,8 @@
|
|
|
2441
2504
|
var tmp0_toEventIds = parser.n2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2442
2505
|
tmp$ret$0 = Companion_getInstance_17().j2v(tmp0_toEventIds);
|
|
2443
2506
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2444
|
-
$this.
|
|
2445
|
-
$this.
|
|
2507
|
+
$this.y2x_1 = tmp1__anonymous__uwfjfc;
|
|
2508
|
+
$this.z2x_1 = uri;
|
|
2446
2509
|
var tmp_1 = $this;
|
|
2447
2510
|
var tmp$ret$9;
|
|
2448
2511
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -2522,20 +2585,20 @@
|
|
|
2522
2585
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
2523
2586
|
tmp$ret$8 = tmp$ret$7;
|
|
2524
2587
|
tmp$ret$9 = tmp$ret$8;
|
|
2525
|
-
tmp_1.
|
|
2588
|
+
tmp_1.x2x_1 = tmp$ret$9;
|
|
2526
2589
|
return $this;
|
|
2527
2590
|
}
|
|
2528
2591
|
function Card_init_$Create$(parent, parser) {
|
|
2529
2592
|
return Card_init_$Init$(parent, parser, objectCreate(protoOf(Card)));
|
|
2530
2593
|
}
|
|
2531
2594
|
protoOf(Card).s2s = function () {
|
|
2532
|
-
return this.
|
|
2595
|
+
return this.x2x_1;
|
|
2533
2596
|
};
|
|
2534
2597
|
protoOf(Card).q2v = function () {
|
|
2535
|
-
return this.
|
|
2598
|
+
return this.y2x_1;
|
|
2536
2599
|
};
|
|
2537
2600
|
protoOf(Card).r2v = function () {
|
|
2538
|
-
return this.
|
|
2601
|
+
return this.z2x_1;
|
|
2539
2602
|
};
|
|
2540
2603
|
protoOf(Card).h2s = function () {
|
|
2541
2604
|
var tmp;
|
|
@@ -2571,7 +2634,7 @@
|
|
|
2571
2634
|
});
|
|
2572
2635
|
function Companion_10() {
|
|
2573
2636
|
Companion_instance_10 = this;
|
|
2574
|
-
this.
|
|
2637
|
+
this.a2y_1 = 'category';
|
|
2575
2638
|
}
|
|
2576
2639
|
var Companion_instance_10;
|
|
2577
2640
|
function Companion_getInstance_13() {
|
|
@@ -2586,8 +2649,8 @@
|
|
|
2586
2649
|
var tmp = get_XMLNS_MANIFEST();
|
|
2587
2650
|
Companion_getInstance_13();
|
|
2588
2651
|
parser.t2r(2, tmp, 'category');
|
|
2589
|
-
$this.
|
|
2590
|
-
$this.
|
|
2652
|
+
$this.c2y_1 = parser.n2t('id');
|
|
2653
|
+
$this.f2y_1 = parser.n2t('banner');
|
|
2591
2654
|
var label = null;
|
|
2592
2655
|
var tmp_0 = $this;
|
|
2593
2656
|
var tmp$ret$4;
|
|
@@ -2643,15 +2706,15 @@
|
|
|
2643
2706
|
tmp$ret$2 = tmp0_apply;
|
|
2644
2707
|
tmp$ret$3 = tmp$ret$2.u7();
|
|
2645
2708
|
tmp$ret$4 = tmp$ret$3;
|
|
2646
|
-
tmp_0.
|
|
2647
|
-
$this.
|
|
2709
|
+
tmp_0.e2y_1 = tmp$ret$4;
|
|
2710
|
+
$this.d2y_1 = label;
|
|
2648
2711
|
return $this;
|
|
2649
2712
|
}
|
|
2650
2713
|
function Category_init_$Create$(manifest, parser) {
|
|
2651
2714
|
return Category_init_$Init$(manifest, parser, objectCreate(protoOf(Category)));
|
|
2652
2715
|
}
|
|
2653
|
-
protoOf(Category).
|
|
2654
|
-
return this.x2o().
|
|
2716
|
+
protoOf(Category).g2y = function () {
|
|
2717
|
+
return this.x2o().h2y();
|
|
2655
2718
|
};
|
|
2656
2719
|
function Category() {
|
|
2657
2720
|
Companion_getInstance_13();
|
|
@@ -2682,6 +2745,10 @@
|
|
|
2682
2745
|
return XMLNS_CONTENT;
|
|
2683
2746
|
}
|
|
2684
2747
|
var XMLNS_CONTENT;
|
|
2748
|
+
function get_XML_BACKGROUND_COLOR() {
|
|
2749
|
+
return XML_BACKGROUND_COLOR;
|
|
2750
|
+
}
|
|
2751
|
+
var XML_BACKGROUND_COLOR;
|
|
2685
2752
|
function get_SCHEMA_VERSION() {
|
|
2686
2753
|
return SCHEMA_VERSION;
|
|
2687
2754
|
}
|
|
@@ -2702,10 +2769,6 @@
|
|
|
2702
2769
|
return XML_PRIMARY_TEXT_COLOR;
|
|
2703
2770
|
}
|
|
2704
2771
|
var XML_PRIMARY_TEXT_COLOR;
|
|
2705
|
-
function get_XML_BACKGROUND_COLOR() {
|
|
2706
|
-
return XML_BACKGROUND_COLOR;
|
|
2707
|
-
}
|
|
2708
|
-
var XML_BACKGROUND_COLOR;
|
|
2709
2772
|
function get_XML_BACKGROUND_IMAGE() {
|
|
2710
2773
|
return XML_BACKGROUND_IMAGE;
|
|
2711
2774
|
}
|
|
@@ -2807,16 +2870,16 @@
|
|
|
2807
2870
|
tmp_0.b2s_1 = tmp$ret$5;
|
|
2808
2871
|
var tmp_3 = $this;
|
|
2809
2872
|
var tmp4_safe_receiver = parser.n2t('required-device-type');
|
|
2810
|
-
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2873
|
+
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().r2y(tmp4_safe_receiver);
|
|
2811
2874
|
var tmp_4;
|
|
2812
2875
|
if (tmp6_elvis_lhs == null) {
|
|
2813
2876
|
var tmp5_safe_receiver = parser.n2t('restrictTo');
|
|
2814
|
-
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2877
|
+
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().r2y(tmp5_safe_receiver);
|
|
2815
2878
|
} else {
|
|
2816
2879
|
tmp_4 = tmp6_elvis_lhs;
|
|
2817
2880
|
}
|
|
2818
2881
|
var tmp7_elvis_lhs = tmp_4;
|
|
2819
|
-
tmp_3.c2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().
|
|
2882
|
+
tmp_3.c2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().q2y_1 : tmp7_elvis_lhs;
|
|
2820
2883
|
var tmp_5 = $this;
|
|
2821
2884
|
var tmp8_safe_receiver = parser.n2t('required-android-version');
|
|
2822
2885
|
var tmp_6;
|
|
@@ -2828,7 +2891,7 @@
|
|
|
2828
2891
|
// Inline function 'kotlin.contracts.contract' call
|
|
2829
2892
|
var tmp$ret$6;
|
|
2830
2893
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2831
|
-
var tmp0_elvis_lhs_0 = Companion_getInstance_42().
|
|
2894
|
+
var tmp0_elvis_lhs_0 = Companion_getInstance_42().s2y(tmp8_safe_receiver);
|
|
2832
2895
|
var tmp_7;
|
|
2833
2896
|
var tmp_8 = tmp0_elvis_lhs_0;
|
|
2834
2897
|
if ((tmp_8 == null ? null : new Version(tmp_8)) == null) {
|
|
@@ -2852,7 +2915,7 @@
|
|
|
2852
2915
|
// Inline function 'kotlin.contracts.contract' call
|
|
2853
2916
|
var tmp$ret$8;
|
|
2854
2917
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2855
|
-
var tmp0_elvis_lhs_1 = Companion_getInstance_42().
|
|
2918
|
+
var tmp0_elvis_lhs_1 = Companion_getInstance_42().s2y(tmp9_safe_receiver);
|
|
2856
2919
|
var tmp_11;
|
|
2857
2920
|
var tmp_12 = tmp0_elvis_lhs_1;
|
|
2858
2921
|
if ((tmp_12 == null ? null : new Version(tmp_12)) == null) {
|
|
@@ -2878,7 +2941,7 @@
|
|
|
2878
2941
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
2879
2942
|
version = version === VOID ? get_SCHEMA_VERSION() : version;
|
|
2880
2943
|
requiredFeatures = requiredFeatures === VOID ? emptySet() : requiredFeatures;
|
|
2881
|
-
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().
|
|
2944
|
+
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().q2y_1 : requiredDeviceType;
|
|
2882
2945
|
requiredAndroidVersion = requiredAndroidVersion === VOID ? null : requiredAndroidVersion;
|
|
2883
2946
|
requiredIosVersion = requiredIosVersion === VOID ? null : requiredIosVersion;
|
|
2884
2947
|
invisibleIf = invisibleIf === VOID ? null : invisibleIf;
|
|
@@ -3180,9 +3243,9 @@
|
|
|
3180
3243
|
var DeviceType_UNKNOWN_instance;
|
|
3181
3244
|
function Companion_12() {
|
|
3182
3245
|
Companion_instance_12 = this;
|
|
3183
|
-
this.
|
|
3246
|
+
this.q2y_1 = toSet(values_3());
|
|
3184
3247
|
}
|
|
3185
|
-
protoOf(Companion_12).
|
|
3248
|
+
protoOf(Companion_12).r2y = function (_this__u8e3s4) {
|
|
3186
3249
|
var tmp$ret$2;
|
|
3187
3250
|
// Inline function 'kotlin.collections.mapTo' call
|
|
3188
3251
|
var tmp0_mapTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -3208,7 +3271,7 @@
|
|
|
3208
3271
|
new Companion_12();
|
|
3209
3272
|
return Companion_instance_12;
|
|
3210
3273
|
}
|
|
3211
|
-
function
|
|
3274
|
+
function values_3() {
|
|
3212
3275
|
return [DeviceType_ANDROID_getInstance(), DeviceType_IOS_getInstance(), DeviceType_MOBILE_getInstance(), DeviceType_WEB_getInstance(), DeviceType_UNKNOWN_getInstance()];
|
|
3213
3276
|
}
|
|
3214
3277
|
var DeviceType_entriesInitialized;
|
|
@@ -3259,7 +3322,7 @@
|
|
|
3259
3322
|
function Companion_13() {
|
|
3260
3323
|
Companion_instance_13 = this;
|
|
3261
3324
|
}
|
|
3262
|
-
protoOf(Companion_13).
|
|
3325
|
+
protoOf(Companion_13).b2x = function (_this__u8e3s4) {
|
|
3263
3326
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
3264
3327
|
var tmp;
|
|
3265
3328
|
if (tmp0_safe_receiver == null) {
|
|
@@ -3338,12 +3401,12 @@
|
|
|
3338
3401
|
protoOf(Percent).s2 = function () {
|
|
3339
3402
|
return this.value;
|
|
3340
3403
|
};
|
|
3341
|
-
protoOf(Percent).
|
|
3404
|
+
protoOf(Percent).c2z = function (value) {
|
|
3342
3405
|
return new Percent(value);
|
|
3343
3406
|
};
|
|
3344
3407
|
protoOf(Percent).copy = function (value, $super) {
|
|
3345
3408
|
value = value === VOID ? this.value : value;
|
|
3346
|
-
return this.
|
|
3409
|
+
return this.c2z(value);
|
|
3347
3410
|
};
|
|
3348
3411
|
protoOf(Percent).toString = function () {
|
|
3349
3412
|
return 'Percent(value=' + this.value + ')';
|
|
@@ -3371,12 +3434,12 @@
|
|
|
3371
3434
|
protoOf(Pixels).s2 = function () {
|
|
3372
3435
|
return this.value;
|
|
3373
3436
|
};
|
|
3374
|
-
protoOf(Pixels).
|
|
3437
|
+
protoOf(Pixels).d2z = function (value) {
|
|
3375
3438
|
return new Pixels(value);
|
|
3376
3439
|
};
|
|
3377
3440
|
protoOf(Pixels).copy = function (value, $super) {
|
|
3378
3441
|
value = value === VOID ? this.value : value;
|
|
3379
|
-
return this.
|
|
3442
|
+
return this.d2z(value);
|
|
3380
3443
|
};
|
|
3381
3444
|
protoOf(Pixels).toString = function () {
|
|
3382
3445
|
return 'Pixels(value=' + this.value + ')';
|
|
@@ -3410,7 +3473,7 @@
|
|
|
3410
3473
|
Companion_instance_14 = this;
|
|
3411
3474
|
this.FOLLOWUP = new EventId('followup', 'send');
|
|
3412
3475
|
}
|
|
3413
|
-
protoOf(Companion_14).
|
|
3476
|
+
protoOf(Companion_14).e2z = function () {
|
|
3414
3477
|
return this.FOLLOWUP;
|
|
3415
3478
|
};
|
|
3416
3479
|
protoOf(Companion_14).j2v = function (raw) {
|
|
@@ -3556,7 +3619,7 @@
|
|
|
3556
3619
|
};
|
|
3557
3620
|
function Companion_15() {
|
|
3558
3621
|
Companion_instance_15 = this;
|
|
3559
|
-
this.
|
|
3622
|
+
this.f2z_1 = 'fallback';
|
|
3560
3623
|
}
|
|
3561
3624
|
var Companion_instance_15;
|
|
3562
3625
|
function Companion_getInstance_18() {
|
|
@@ -3664,14 +3727,14 @@
|
|
|
3664
3727
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3665
3728
|
tmp$ret$7 = tmp$ret$6;
|
|
3666
3729
|
tmp$ret$8 = tmp$ret$7;
|
|
3667
|
-
tmp_1.
|
|
3730
|
+
tmp_1.b2z_1 = tmp$ret$8;
|
|
3668
3731
|
return $this;
|
|
3669
3732
|
}
|
|
3670
3733
|
function Fallback_init_$Create$(parent, parser) {
|
|
3671
3734
|
return Fallback_init_$Init$(parent, parser, objectCreate(protoOf(Fallback)));
|
|
3672
3735
|
}
|
|
3673
3736
|
protoOf(Fallback).s2s = function () {
|
|
3674
|
-
return take(this.
|
|
3737
|
+
return take(this.b2z_1, 1);
|
|
3675
3738
|
};
|
|
3676
3739
|
protoOf(Fallback).b2t = function () {
|
|
3677
3740
|
var tmp$ret$3;
|
|
@@ -3707,7 +3770,7 @@
|
|
|
3707
3770
|
});
|
|
3708
3771
|
function Companion_16() {
|
|
3709
3772
|
Companion_instance_16 = this;
|
|
3710
|
-
this.
|
|
3773
|
+
this.g2z_1 = 'width';
|
|
3711
3774
|
}
|
|
3712
3775
|
var Companion_instance_16;
|
|
3713
3776
|
function Companion_getInstance_19() {
|
|
@@ -3720,11 +3783,11 @@
|
|
|
3720
3783
|
Item.call($this);
|
|
3721
3784
|
Companion_getInstance_59();
|
|
3722
3785
|
parser.t2r(2, get_XMLNS_CONTENT(), 'item');
|
|
3723
|
-
$this.
|
|
3786
|
+
$this.i2z_1 = flow;
|
|
3724
3787
|
var tmp = $this;
|
|
3725
3788
|
var tmp_0 = Companion_getInstance_16();
|
|
3726
3789
|
Companion_getInstance_19();
|
|
3727
|
-
tmp.
|
|
3790
|
+
tmp.j2z_1 = tmp_0.b2x(parser.n2t('width'));
|
|
3728
3791
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseVisibilityAttrs' call
|
|
3729
3792
|
// Inline function 'kotlin.contracts.contract' call
|
|
3730
3793
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Item.<init>.<anonymous>' call
|
|
@@ -3751,7 +3814,7 @@
|
|
|
3751
3814
|
tmp$ret$1 = tmp_3;
|
|
3752
3815
|
tmp_2 = tmp$ret$1;
|
|
3753
3816
|
}
|
|
3754
|
-
tmp_1.
|
|
3817
|
+
tmp_1.k2z_1 = tmp_2;
|
|
3755
3818
|
var tmp_4 = $this;
|
|
3756
3819
|
var tmp1_safe_receiver = tmp1__anonymous__uwfjfc;
|
|
3757
3820
|
var tmp_5;
|
|
@@ -3773,7 +3836,7 @@
|
|
|
3773
3836
|
tmp$ret$3 = tmp_6;
|
|
3774
3837
|
tmp_5 = tmp$ret$3;
|
|
3775
3838
|
}
|
|
3776
|
-
tmp_4.
|
|
3839
|
+
tmp_4.l2z_1 = tmp_5;
|
|
3777
3840
|
var tmp_7 = $this;
|
|
3778
3841
|
var tmp$ret$12;
|
|
3779
3842
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -3853,7 +3916,7 @@
|
|
|
3853
3916
|
tmp$ret$10 = tmp$ret$9.u7();
|
|
3854
3917
|
tmp$ret$11 = tmp$ret$10;
|
|
3855
3918
|
tmp$ret$12 = tmp$ret$11;
|
|
3856
|
-
tmp_7.
|
|
3919
|
+
tmp_7.m2z_1 = tmp$ret$12;
|
|
3857
3920
|
return $this;
|
|
3858
3921
|
}
|
|
3859
3922
|
function Item_init_$Create$(flow, parser) {
|
|
@@ -3862,11 +3925,11 @@
|
|
|
3862
3925
|
function Item_init_$Init$_0(flow, content, $this) {
|
|
3863
3926
|
BaseModel.call($this, flow);
|
|
3864
3927
|
Item.call($this);
|
|
3865
|
-
$this.
|
|
3866
|
-
$this.h2z_1 = null;
|
|
3867
|
-
$this.i2z_1 = null;
|
|
3928
|
+
$this.i2z_1 = flow;
|
|
3868
3929
|
$this.j2z_1 = null;
|
|
3869
|
-
$this.k2z_1 =
|
|
3930
|
+
$this.k2z_1 = null;
|
|
3931
|
+
$this.l2z_1 = null;
|
|
3932
|
+
$this.m2z_1 = listOfNotNull(content($this));
|
|
3870
3933
|
return $this;
|
|
3871
3934
|
}
|
|
3872
3935
|
function Item_init_$Create$_0(flow, content) {
|
|
@@ -3874,10 +3937,10 @@
|
|
|
3874
3937
|
}
|
|
3875
3938
|
function Companion_17() {
|
|
3876
3939
|
Companion_instance_17 = this;
|
|
3877
|
-
this.
|
|
3878
|
-
this.
|
|
3879
|
-
this.
|
|
3880
|
-
this.
|
|
3940
|
+
this.n2z_1 = 'flow';
|
|
3941
|
+
this.o2z_1 = 'item-width';
|
|
3942
|
+
this.p2z_1 = new Percent(1.0);
|
|
3943
|
+
this.q2z_1 = Horizontal_START_getInstance();
|
|
3881
3944
|
}
|
|
3882
3945
|
var Companion_instance_17;
|
|
3883
3946
|
function Companion_getInstance_20() {
|
|
@@ -3895,18 +3958,18 @@
|
|
|
3895
3958
|
var tmp_0 = $this;
|
|
3896
3959
|
var tmp_1 = Companion_getInstance_16();
|
|
3897
3960
|
Companion_getInstance_20();
|
|
3898
|
-
var tmp0_elvis_lhs = tmp_1.
|
|
3899
|
-
tmp_0.
|
|
3961
|
+
var tmp0_elvis_lhs = tmp_1.b2x(parser.n2t('item-width'));
|
|
3962
|
+
tmp_0.z2z_1 = tmp0_elvis_lhs == null ? Companion_getInstance_20().p2z_1 : tmp0_elvis_lhs;
|
|
3900
3963
|
var tmp_2 = $this;
|
|
3901
3964
|
var tmp1_safe_receiver = parser.n2t('row-gravity');
|
|
3902
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().
|
|
3965
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp1_safe_receiver);
|
|
3903
3966
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
3904
|
-
tmp_2.
|
|
3967
|
+
tmp_2.a30_1 = tmp3_elvis_lhs == null ? Companion_getInstance_20().q2z_1 : tmp3_elvis_lhs;
|
|
3905
3968
|
var tmp_3 = $this;
|
|
3906
3969
|
var tmp$ret$0;
|
|
3907
3970
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
3908
3971
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
3909
|
-
tmp_3.
|
|
3972
|
+
tmp_3.b30_1 = tmp$ret$0;
|
|
3910
3973
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
3911
3974
|
$l$loop_1: while (true) {
|
|
3912
3975
|
var tmp_4 = parser.h();
|
|
@@ -3925,7 +3988,7 @@
|
|
|
3925
3988
|
if (tmp1_subject === 'item') {
|
|
3926
3989
|
var tmp2_this = $this;
|
|
3927
3990
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3928
|
-
var tmp0_plusAssign = tmp2_this.
|
|
3991
|
+
var tmp0_plusAssign = tmp2_this.b30_1;
|
|
3929
3992
|
var tmp1_plusAssign = Item_init_$Create$($this, parser);
|
|
3930
3993
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
3931
3994
|
}
|
|
@@ -3936,12 +3999,12 @@
|
|
|
3936
3999
|
var item = Item_init_$Create$_0($this, Flow$_init_$lambda_98n0kd(parser));
|
|
3937
4000
|
var tmp$ret$1;
|
|
3938
4001
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3939
|
-
var tmp2_isNotEmpty = item.
|
|
4002
|
+
var tmp2_isNotEmpty = item.m2z_1;
|
|
3940
4003
|
tmp$ret$1 = !tmp2_isNotEmpty.m();
|
|
3941
4004
|
if (tmp$ret$1) {
|
|
3942
4005
|
var tmp3_this = $this;
|
|
3943
4006
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3944
|
-
var tmp3_plusAssign = tmp3_this.
|
|
4007
|
+
var tmp3_plusAssign = tmp3_this.b30_1;
|
|
3945
4008
|
tmp3_plusAssign.b(item);
|
|
3946
4009
|
}
|
|
3947
4010
|
}
|
|
@@ -3957,13 +4020,13 @@
|
|
|
3957
4020
|
return Flow_init_$Init$(parent, parser, objectCreate(protoOf(Flow)));
|
|
3958
4021
|
}
|
|
3959
4022
|
protoOf(Item).f2t = function () {
|
|
3960
|
-
return this.
|
|
4023
|
+
return this.k2z_1;
|
|
3961
4024
|
};
|
|
3962
4025
|
protoOf(Item).g2t = function () {
|
|
3963
|
-
return this.
|
|
4026
|
+
return this.l2z_1;
|
|
3964
4027
|
};
|
|
3965
4028
|
protoOf(Item).s2s = function () {
|
|
3966
|
-
return this.
|
|
4029
|
+
return this.m2z_1;
|
|
3967
4030
|
};
|
|
3968
4031
|
function Item() {
|
|
3969
4032
|
Companion_getInstance_19();
|
|
@@ -4015,7 +4078,7 @@
|
|
|
4015
4078
|
}
|
|
4016
4079
|
function Companion_18() {
|
|
4017
4080
|
Companion_instance_18 = this;
|
|
4018
|
-
this.
|
|
4081
|
+
this.c30_1 = 'form';
|
|
4019
4082
|
}
|
|
4020
4083
|
var Companion_instance_18;
|
|
4021
4084
|
function Companion_getInstance_21() {
|
|
@@ -4109,14 +4172,14 @@
|
|
|
4109
4172
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
4110
4173
|
tmp$ret$7 = tmp$ret$6;
|
|
4111
4174
|
tmp$ret$8 = tmp$ret$7;
|
|
4112
|
-
tmp_0.
|
|
4175
|
+
tmp_0.l30_1 = tmp$ret$8;
|
|
4113
4176
|
return $this;
|
|
4114
4177
|
}
|
|
4115
4178
|
function Form_init_$Create$(parent, parser) {
|
|
4116
4179
|
return Form_init_$Init$(parent, parser, objectCreate(protoOf(Form)));
|
|
4117
4180
|
}
|
|
4118
4181
|
protoOf(Form).s2s = function () {
|
|
4119
|
-
return this.
|
|
4182
|
+
return this.l30_1;
|
|
4120
4183
|
};
|
|
4121
4184
|
protoOf(Form).b2t = function () {
|
|
4122
4185
|
var tmp$ret$3;
|
|
@@ -4158,10 +4221,10 @@
|
|
|
4158
4221
|
var Horizontal_START_instance;
|
|
4159
4222
|
var Horizontal_CENTER_instance;
|
|
4160
4223
|
var Horizontal_END_instance;
|
|
4161
|
-
function
|
|
4224
|
+
function values_4() {
|
|
4162
4225
|
return [Horizontal_START_getInstance(), Horizontal_CENTER_getInstance(), Horizontal_END_getInstance()];
|
|
4163
4226
|
}
|
|
4164
|
-
function
|
|
4227
|
+
function valueOf_3(value) {
|
|
4165
4228
|
switch (value) {
|
|
4166
4229
|
case 'START':
|
|
4167
4230
|
return Horizontal_START_getInstance();
|
|
@@ -4187,10 +4250,10 @@
|
|
|
4187
4250
|
var Vertical_TOP_instance;
|
|
4188
4251
|
var Vertical_CENTER_instance;
|
|
4189
4252
|
var Vertical_BOTTOM_instance;
|
|
4190
|
-
function
|
|
4253
|
+
function values_5() {
|
|
4191
4254
|
return [Vertical_TOP_getInstance(), Vertical_CENTER_getInstance(), Vertical_BOTTOM_getInstance()];
|
|
4192
4255
|
}
|
|
4193
|
-
function
|
|
4256
|
+
function valueOf_4(value) {
|
|
4194
4257
|
switch (value) {
|
|
4195
4258
|
case 'TOP':
|
|
4196
4259
|
return Vertical_TOP_getInstance();
|
|
@@ -4217,10 +4280,10 @@
|
|
|
4217
4280
|
Companion_instance_19 = this;
|
|
4218
4281
|
this.CENTER = new Gravity(Horizontal_CENTER_getInstance(), Vertical_CENTER_getInstance());
|
|
4219
4282
|
}
|
|
4220
|
-
protoOf(Companion_19).
|
|
4283
|
+
protoOf(Companion_19).m30 = function () {
|
|
4221
4284
|
return this.CENTER;
|
|
4222
4285
|
};
|
|
4223
|
-
protoOf(Companion_19).
|
|
4286
|
+
protoOf(Companion_19).a2x = function (_this__u8e3s4) {
|
|
4224
4287
|
if (_this__u8e3s4 == null)
|
|
4225
4288
|
return null;
|
|
4226
4289
|
var tmp;
|
|
@@ -4359,47 +4422,47 @@
|
|
|
4359
4422
|
this.horizontal = horizontal;
|
|
4360
4423
|
this.vertical = vertical;
|
|
4361
4424
|
}
|
|
4362
|
-
protoOf(Gravity).
|
|
4425
|
+
protoOf(Gravity).r30 = function () {
|
|
4363
4426
|
return this.horizontal;
|
|
4364
4427
|
};
|
|
4365
|
-
protoOf(Gravity).
|
|
4428
|
+
protoOf(Gravity).s30 = function () {
|
|
4366
4429
|
return this.vertical;
|
|
4367
4430
|
};
|
|
4368
|
-
protoOf(Gravity).
|
|
4431
|
+
protoOf(Gravity).t30 = function () {
|
|
4369
4432
|
return this.horizontal.equals(Horizontal_START_getInstance());
|
|
4370
4433
|
};
|
|
4371
|
-
protoOf(Gravity).
|
|
4434
|
+
protoOf(Gravity).u30 = function () {
|
|
4372
4435
|
return this.horizontal.equals(Horizontal_END_getInstance());
|
|
4373
4436
|
};
|
|
4374
|
-
protoOf(Gravity).
|
|
4437
|
+
protoOf(Gravity).v30 = function () {
|
|
4375
4438
|
return this.horizontal.equals(Horizontal_CENTER_getInstance());
|
|
4376
4439
|
};
|
|
4377
|
-
protoOf(Gravity).
|
|
4440
|
+
protoOf(Gravity).w30 = function () {
|
|
4378
4441
|
return this.vertical.equals(Vertical_TOP_getInstance());
|
|
4379
4442
|
};
|
|
4380
|
-
protoOf(Gravity).
|
|
4443
|
+
protoOf(Gravity).x30 = function () {
|
|
4381
4444
|
return this.vertical.equals(Vertical_BOTTOM_getInstance());
|
|
4382
4445
|
};
|
|
4383
|
-
protoOf(Gravity).
|
|
4446
|
+
protoOf(Gravity).y30 = function () {
|
|
4384
4447
|
return this.vertical.equals(Vertical_CENTER_getInstance());
|
|
4385
4448
|
};
|
|
4386
|
-
protoOf(Gravity).
|
|
4449
|
+
protoOf(Gravity).z30 = function () {
|
|
4387
4450
|
return this.isCenterX ? this.isCenterY : false;
|
|
4388
4451
|
};
|
|
4389
|
-
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).
|
|
4390
|
-
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).
|
|
4391
|
-
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).
|
|
4392
|
-
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).
|
|
4393
|
-
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).
|
|
4394
|
-
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).
|
|
4395
|
-
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).
|
|
4452
|
+
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).t30);
|
|
4453
|
+
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).u30);
|
|
4454
|
+
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).v30);
|
|
4455
|
+
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).w30);
|
|
4456
|
+
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).x30);
|
|
4457
|
+
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).y30);
|
|
4458
|
+
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).z30);
|
|
4396
4459
|
function HasAnalyticsEvents() {
|
|
4397
4460
|
}
|
|
4398
4461
|
function Companion_20() {
|
|
4399
4462
|
Companion_instance_20 = this;
|
|
4400
|
-
this.
|
|
4401
|
-
this.
|
|
4402
|
-
this.
|
|
4463
|
+
this.a31_1 = 'image';
|
|
4464
|
+
this.b31_1 = Horizontal_CENTER_getInstance();
|
|
4465
|
+
this.c31_1 = new Percent(1.0);
|
|
4403
4466
|
}
|
|
4404
4467
|
var Companion_instance_20;
|
|
4405
4468
|
function Companion_getInstance_23() {
|
|
@@ -4414,7 +4477,7 @@
|
|
|
4414
4477
|
var tmp = get_XMLNS_CONTENT();
|
|
4415
4478
|
Companion_getInstance_23();
|
|
4416
4479
|
parser.t2r(2, tmp, 'image');
|
|
4417
|
-
$this.
|
|
4480
|
+
$this.n31_1 = parser.n2t('resource');
|
|
4418
4481
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
4419
4482
|
// Inline function 'kotlin.contracts.contract' call
|
|
4420
4483
|
var rawUrl = parser.n2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -4434,14 +4497,14 @@
|
|
|
4434
4497
|
var tmp0_toEventIds = parser.n2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4435
4498
|
tmp$ret$0 = Companion_getInstance_17().j2v(tmp0_toEventIds);
|
|
4436
4499
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4437
|
-
$this.
|
|
4438
|
-
$this.
|
|
4500
|
+
$this.l31_1 = tmp1__anonymous__uwfjfc;
|
|
4501
|
+
$this.m31_1 = uri;
|
|
4439
4502
|
var tmp_1 = $this;
|
|
4440
|
-
var tmp0_safe_receiver_0 = Companion_getInstance_22().
|
|
4503
|
+
var tmp0_safe_receiver_0 = Companion_getInstance_22().a2x(parser.n2t('gravity'));
|
|
4441
4504
|
var tmp1_elvis_lhs = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.horizontal;
|
|
4442
|
-
tmp_1.gravity = tmp1_elvis_lhs == null ? Companion_getInstance_23().
|
|
4505
|
+
tmp_1.gravity = tmp1_elvis_lhs == null ? Companion_getInstance_23().b31_1 : tmp1_elvis_lhs;
|
|
4443
4506
|
var tmp_2 = $this;
|
|
4444
|
-
var tmp2_safe_receiver = Companion_getInstance_16().
|
|
4507
|
+
var tmp2_safe_receiver = Companion_getInstance_16().b2x(parser.n2t('width'));
|
|
4445
4508
|
var tmp_3;
|
|
4446
4509
|
if (tmp2_safe_receiver == null) {
|
|
4447
4510
|
tmp_3 = null;
|
|
@@ -4462,7 +4525,7 @@
|
|
|
4462
4525
|
tmp_3 = tmp$ret$2;
|
|
4463
4526
|
}
|
|
4464
4527
|
var tmp3_elvis_lhs = tmp_3;
|
|
4465
|
-
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().
|
|
4528
|
+
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().c31_1 : tmp3_elvis_lhs;
|
|
4466
4529
|
skipTag(parser);
|
|
4467
4530
|
return $this;
|
|
4468
4531
|
}
|
|
@@ -4472,40 +4535,40 @@
|
|
|
4472
4535
|
function Image_init_$Init$_0(parent, resource, gravity, width, $this) {
|
|
4473
4536
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
4474
4537
|
resource = resource === VOID ? null : resource;
|
|
4475
|
-
gravity = gravity === VOID ? Companion_getInstance_23().
|
|
4476
|
-
width = width === VOID ? Companion_getInstance_23().
|
|
4538
|
+
gravity = gravity === VOID ? Companion_getInstance_23().b31_1 : gravity;
|
|
4539
|
+
width = width === VOID ? Companion_getInstance_23().c31_1 : width;
|
|
4477
4540
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
4478
4541
|
Image.call($this);
|
|
4479
|
-
$this.
|
|
4542
|
+
$this.n31_1 = resource;
|
|
4480
4543
|
$this.gravity = gravity;
|
|
4481
4544
|
$this.width = width;
|
|
4482
|
-
$this.
|
|
4483
|
-
$this.
|
|
4545
|
+
$this.l31_1 = emptyList();
|
|
4546
|
+
$this.m31_1 = null;
|
|
4484
4547
|
return $this;
|
|
4485
4548
|
}
|
|
4486
4549
|
function createTestImage(parent, resource, gravity, width) {
|
|
4487
4550
|
return Image_init_$Init$_0(parent, resource, gravity, width, objectCreate(protoOf(Image)));
|
|
4488
4551
|
}
|
|
4489
4552
|
protoOf(Image).q2v = function () {
|
|
4490
|
-
return this.
|
|
4553
|
+
return this.l31_1;
|
|
4491
4554
|
};
|
|
4492
4555
|
protoOf(Image).r2v = function () {
|
|
4493
|
-
return this.
|
|
4556
|
+
return this.m31_1;
|
|
4494
4557
|
};
|
|
4495
4558
|
protoOf(Image).k2v = function () {
|
|
4496
|
-
return this.
|
|
4559
|
+
return this.n31_1;
|
|
4497
4560
|
};
|
|
4498
4561
|
protoOf(Image).l2v = function () {
|
|
4499
|
-
var tmp0_elvis_lhs = getResource(this, this.
|
|
4562
|
+
var tmp0_elvis_lhs = getResource(this, this.n31_1);
|
|
4500
4563
|
var tmp;
|
|
4501
4564
|
if (tmp0_elvis_lhs == null) {
|
|
4502
4565
|
var tmp_0;
|
|
4503
|
-
if (this.
|
|
4566
|
+
if (this.n31_1 == null) {
|
|
4504
4567
|
tmp_0 = null;
|
|
4505
4568
|
} else if (this.x2o().p2t_1.m2q_1) {
|
|
4506
|
-
var message = 'tool: ' + this.x2o().code + ' locale: ' + this.x2o().locale + ' resource: ' + this.
|
|
4569
|
+
var message = 'tool: ' + this.x2o().code + ' locale: ' + this.x2o().locale + ' resource: ' + this.n31_1;
|
|
4507
4570
|
Napier_getInstance().q2l(message, new DeprecationException('Legacy Manifest missing Image Resource ' + message), 'Image');
|
|
4508
|
-
tmp_0 = Resource_init_$Create$_0(this.x2o(), this.
|
|
4571
|
+
tmp_0 = Resource_init_$Create$_0(this.x2o(), this.n31_1);
|
|
4509
4572
|
} else {
|
|
4510
4573
|
tmp_0 = null;
|
|
4511
4574
|
}
|
|
@@ -4515,7 +4578,7 @@
|
|
|
4515
4578
|
}
|
|
4516
4579
|
return tmp;
|
|
4517
4580
|
};
|
|
4518
|
-
protoOf(Image).
|
|
4581
|
+
protoOf(Image).f2x = function () {
|
|
4519
4582
|
return this.gravity;
|
|
4520
4583
|
};
|
|
4521
4584
|
protoOf(Image).x2v = function () {
|
|
@@ -4528,7 +4591,7 @@
|
|
|
4528
4591
|
} else {
|
|
4529
4592
|
var tmp$ret$0;
|
|
4530
4593
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
4531
|
-
var tmp0_isNullOrEmpty = this.
|
|
4594
|
+
var tmp0_isNullOrEmpty = this.n31_1;
|
|
4532
4595
|
// Inline function 'kotlin.contracts.contract' call
|
|
4533
4596
|
tmp$ret$0 = tmp0_isNullOrEmpty == null ? true : charSequenceLength(tmp0_isNullOrEmpty) === 0;
|
|
4534
4597
|
tmp = tmp$ret$0;
|
|
@@ -4558,7 +4621,7 @@
|
|
|
4558
4621
|
function Companion_21() {
|
|
4559
4622
|
Companion_instance_21 = this;
|
|
4560
4623
|
}
|
|
4561
|
-
protoOf(Companion_21).
|
|
4624
|
+
protoOf(Companion_21).o31 = function (_this__u8e3s4) {
|
|
4562
4625
|
var tmp0_subject = _this__u8e3s4;
|
|
4563
4626
|
switch (tmp0_subject) {
|
|
4564
4627
|
case 'fit':
|
|
@@ -4641,9 +4704,9 @@
|
|
|
4641
4704
|
var Type_HIDDEN_instance;
|
|
4642
4705
|
function Companion_22() {
|
|
4643
4706
|
Companion_instance_22 = this;
|
|
4644
|
-
this.
|
|
4707
|
+
this.p31_1 = Type_TEXT_getInstance();
|
|
4645
4708
|
}
|
|
4646
|
-
protoOf(Companion_22).
|
|
4709
|
+
protoOf(Companion_22).q31 = function (_this__u8e3s4) {
|
|
4647
4710
|
var tmp0_subject = _this__u8e3s4;
|
|
4648
4711
|
switch (tmp0_subject) {
|
|
4649
4712
|
case 'email':
|
|
@@ -4665,10 +4728,10 @@
|
|
|
4665
4728
|
new Companion_22();
|
|
4666
4729
|
return Companion_instance_22;
|
|
4667
4730
|
}
|
|
4668
|
-
function
|
|
4731
|
+
function values_6() {
|
|
4669
4732
|
return [Type_TEXT_getInstance(), Type_EMAIL_getInstance(), Type_PHONE_getInstance(), Type_HIDDEN_getInstance()];
|
|
4670
4733
|
}
|
|
4671
|
-
function
|
|
4734
|
+
function valueOf_5(value) {
|
|
4672
4735
|
switch (value) {
|
|
4673
4736
|
case 'TEXT':
|
|
4674
4737
|
return Type_TEXT_getInstance();
|
|
@@ -4697,7 +4760,7 @@
|
|
|
4697
4760
|
}
|
|
4698
4761
|
function Companion_23() {
|
|
4699
4762
|
Companion_instance_23 = this;
|
|
4700
|
-
this.
|
|
4763
|
+
this.r31_1 = 'input';
|
|
4701
4764
|
}
|
|
4702
4765
|
var Companion_instance_23;
|
|
4703
4766
|
function Companion_getInstance_26() {
|
|
@@ -4714,8 +4777,8 @@
|
|
|
4714
4777
|
parser.t2r(2, tmp, 'input');
|
|
4715
4778
|
var tmp_0 = $this;
|
|
4716
4779
|
var tmp0_safe_receiver = parser.n2t('type');
|
|
4717
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().
|
|
4718
|
-
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_25().
|
|
4780
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().q31(tmp0_safe_receiver);
|
|
4781
|
+
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_25().p31_1 : tmp1_elvis_lhs;
|
|
4719
4782
|
$this.name = parser.n2t('name');
|
|
4720
4783
|
$this.value = parser.n2t('value');
|
|
4721
4784
|
var tmp_1 = $this;
|
|
@@ -4789,13 +4852,13 @@
|
|
|
4789
4852
|
protoOf(Input).o1 = function () {
|
|
4790
4853
|
return this.value;
|
|
4791
4854
|
};
|
|
4792
|
-
protoOf(Input).
|
|
4855
|
+
protoOf(Input).c32 = function () {
|
|
4793
4856
|
return this.isRequired;
|
|
4794
4857
|
};
|
|
4795
|
-
protoOf(Input).
|
|
4858
|
+
protoOf(Input).d32 = function () {
|
|
4796
4859
|
return this.label;
|
|
4797
4860
|
};
|
|
4798
|
-
protoOf(Input).
|
|
4861
|
+
protoOf(Input).e32 = function () {
|
|
4799
4862
|
return this.placeholder;
|
|
4800
4863
|
};
|
|
4801
4864
|
protoOf(Input).validateValue = function (raw) {
|
|
@@ -4850,7 +4913,7 @@
|
|
|
4850
4913
|
}
|
|
4851
4914
|
function Companion_24() {
|
|
4852
4915
|
Companion_instance_24 = this;
|
|
4853
|
-
this.
|
|
4916
|
+
this.f32_1 = 'link';
|
|
4854
4917
|
}
|
|
4855
4918
|
var Companion_instance_24;
|
|
4856
4919
|
function Companion_getInstance_27() {
|
|
@@ -4862,7 +4925,7 @@
|
|
|
4862
4925
|
var tmp$ret$0;
|
|
4863
4926
|
// Inline function 'kotlin.getValue' call
|
|
4864
4927
|
var tmp0_getValue = defaultTextStyles$factory_0();
|
|
4865
|
-
tmp$ret$0 = $this.
|
|
4928
|
+
tmp$ret$0 = $this.q32_1.o1();
|
|
4866
4929
|
return tmp$ret$0;
|
|
4867
4930
|
}
|
|
4868
4931
|
function Link_init_$Init$(parent, parser, $this) {
|
|
@@ -4891,19 +4954,19 @@
|
|
|
4891
4954
|
var tmp0_toEventIds = parser.n2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4892
4955
|
tmp$ret$0 = Companion_getInstance_17().j2v(tmp0_toEventIds);
|
|
4893
4956
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4894
|
-
$this.
|
|
4895
|
-
$this.
|
|
4957
|
+
$this.o32_1 = tmp1__anonymous__uwfjfc;
|
|
4958
|
+
$this.p32_1 = uri;
|
|
4896
4959
|
var tmp_1 = $this;
|
|
4897
4960
|
var tmp$ret$1;
|
|
4898
4961
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
4899
4962
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
4900
|
-
tmp_1.
|
|
4963
|
+
tmp_1.s32_1 = tmp$ret$1;
|
|
4901
4964
|
var tmp_2 = $this;
|
|
4902
4965
|
var tmp_3 = _get_defaultTextStyles__fjozb5_0($this);
|
|
4903
4966
|
var tmp_4 = get_XMLNS_CONTENT();
|
|
4904
4967
|
Companion_getInstance_27();
|
|
4905
4968
|
var tmp0_elvis_lhs = parseTextChild(parser, tmp_3, tmp_4, 'link', Link$_init_$lambda_v5gdv3(parser, $this));
|
|
4906
|
-
tmp_2.
|
|
4969
|
+
tmp_2.r32_1 = tmp0_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5_0($this)) : tmp0_elvis_lhs;
|
|
4907
4970
|
return $this;
|
|
4908
4971
|
}
|
|
4909
4972
|
function Link_init_$Create$(parent, parser) {
|
|
@@ -4929,7 +4992,7 @@
|
|
|
4929
4992
|
Companion_getInstance_6();
|
|
4930
4993
|
if (tmp1_subject === 'events') {
|
|
4931
4994
|
var tmp2_this = this$0;
|
|
4932
|
-
var tmp0_plusAssign = tmp2_this.
|
|
4995
|
+
var tmp0_plusAssign = tmp2_this.s32_1;
|
|
4933
4996
|
var tmp1_plusAssign = Companion_getInstance_6().x2r($parser, this$0);
|
|
4934
4997
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
4935
4998
|
tmp_0 = Unit_getInstance();
|
|
@@ -4940,10 +5003,10 @@
|
|
|
4940
5003
|
};
|
|
4941
5004
|
}
|
|
4942
5005
|
protoOf(Link).q2v = function () {
|
|
4943
|
-
return this.
|
|
5006
|
+
return this.o32_1;
|
|
4944
5007
|
};
|
|
4945
5008
|
protoOf(Link).r2v = function () {
|
|
4946
|
-
return this.
|
|
5009
|
+
return this.p32_1;
|
|
4947
5010
|
};
|
|
4948
5011
|
protoOf(Link).h2s = function () {
|
|
4949
5012
|
return protoOf(Content).h2s.call(this) ? true : !this.isClickable;
|
|
@@ -4955,7 +5018,7 @@
|
|
|
4955
5018
|
if (tmp0 === 3) {
|
|
4956
5019
|
var tmp$ret$2;
|
|
4957
5020
|
// Inline function 'kotlin.collections.filter' call
|
|
4958
|
-
var tmp1_filter = this.
|
|
5021
|
+
var tmp1_filter = this.s32_1;
|
|
4959
5022
|
var tmp$ret$1;
|
|
4960
5023
|
// Inline function 'kotlin.collections.filterTo' call
|
|
4961
5024
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -4981,7 +5044,7 @@
|
|
|
4981
5044
|
function Link() {
|
|
4982
5045
|
Companion_getInstance_27();
|
|
4983
5046
|
var tmp = this;
|
|
4984
|
-
tmp.
|
|
5047
|
+
tmp.q32_1 = lazy(Link$defaultTextStyles$delegate$lambda(this));
|
|
4985
5048
|
}
|
|
4986
5049
|
defineProp(protoOf(Link), '_events', function () {
|
|
4987
5050
|
return this.q2v();
|
|
@@ -5001,20 +5064,20 @@
|
|
|
5001
5064
|
}, null);
|
|
5002
5065
|
}
|
|
5003
5066
|
function Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
5004
|
-
this.
|
|
5005
|
-
this.
|
|
5006
|
-
this.
|
|
5007
|
-
this.
|
|
5067
|
+
this.b33_1 = $manifest;
|
|
5068
|
+
this.c33_1 = $fileName;
|
|
5069
|
+
this.d33_1 = $parseFile;
|
|
5070
|
+
this.e33_1 = $src;
|
|
5008
5071
|
CoroutineImpl.call(this, resultContinuation);
|
|
5009
5072
|
}
|
|
5010
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).
|
|
5073
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).h33 = function ($this$async, $completion) {
|
|
5011
5074
|
var tmp = this.x10($this$async, $completion);
|
|
5012
5075
|
tmp.ae_1 = Unit_getInstance();
|
|
5013
5076
|
tmp.be_1 = null;
|
|
5014
5077
|
return tmp.re();
|
|
5015
5078
|
};
|
|
5016
5079
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).ff = function (p1, $completion) {
|
|
5017
|
-
return this.
|
|
5080
|
+
return this.h33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5018
5081
|
};
|
|
5019
5082
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).re = function () {
|
|
5020
5083
|
var suspendResult = this.ae_1;
|
|
@@ -5024,9 +5087,9 @@
|
|
|
5024
5087
|
switch (tmp) {
|
|
5025
5088
|
case 0:
|
|
5026
5089
|
this.zd_1 = 2;
|
|
5027
|
-
this.
|
|
5090
|
+
this.g33_1 = Companion_getInstance_48();
|
|
5028
5091
|
this.yd_1 = 1;
|
|
5029
|
-
suspendResult = this.
|
|
5092
|
+
suspendResult = this.d33_1(this.e33_1, this);
|
|
5030
5093
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5031
5094
|
return suspendResult;
|
|
5032
5095
|
}
|
|
@@ -5034,7 +5097,7 @@
|
|
|
5034
5097
|
continue $sm;
|
|
5035
5098
|
case 1:
|
|
5036
5099
|
var ARGUMENT = suspendResult;
|
|
5037
|
-
return this.
|
|
5100
|
+
return this.g33_1.m33(this.b33_1, this.c33_1, ARGUMENT);
|
|
5038
5101
|
case 2:
|
|
5039
5102
|
throw this.be_1;
|
|
5040
5103
|
}
|
|
@@ -5050,33 +5113,33 @@
|
|
|
5050
5113
|
while (true);
|
|
5051
5114
|
};
|
|
5052
5115
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).x10 = function ($this$async, completion) {
|
|
5053
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.
|
|
5054
|
-
i.
|
|
5116
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.b33_1, this.c33_1, this.d33_1, this.e33_1, completion);
|
|
5117
|
+
i.f33_1 = $this$async;
|
|
5055
5118
|
return i;
|
|
5056
5119
|
};
|
|
5057
5120
|
function Manifest$Companion$parse$slambda$slambda$slambda_0($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
5058
5121
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation);
|
|
5059
5122
|
var l = function ($this$async, $completion) {
|
|
5060
|
-
return i.
|
|
5123
|
+
return i.h33($this$async, $completion);
|
|
5061
5124
|
};
|
|
5062
5125
|
l.$arity = 1;
|
|
5063
5126
|
return l;
|
|
5064
5127
|
}
|
|
5065
5128
|
function Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
5066
|
-
this.
|
|
5067
|
-
this.
|
|
5068
|
-
this.
|
|
5069
|
-
this.
|
|
5129
|
+
this.v33_1 = $manifest;
|
|
5130
|
+
this.w33_1 = $id;
|
|
5131
|
+
this.x33_1 = $parseFile;
|
|
5132
|
+
this.y33_1 = $src;
|
|
5070
5133
|
CoroutineImpl.call(this, resultContinuation);
|
|
5071
5134
|
}
|
|
5072
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).
|
|
5135
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).a34 = function ($this$async, $completion) {
|
|
5073
5136
|
var tmp = this.x10($this$async, $completion);
|
|
5074
5137
|
tmp.ae_1 = Unit_getInstance();
|
|
5075
5138
|
tmp.be_1 = null;
|
|
5076
5139
|
return tmp.re();
|
|
5077
5140
|
};
|
|
5078
5141
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).ff = function (p1, $completion) {
|
|
5079
|
-
return this.
|
|
5142
|
+
return this.a34((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5080
5143
|
};
|
|
5081
5144
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).re = function () {
|
|
5082
5145
|
var suspendResult = this.ae_1;
|
|
@@ -5087,7 +5150,7 @@
|
|
|
5087
5150
|
case 0:
|
|
5088
5151
|
this.zd_1 = 2;
|
|
5089
5152
|
this.yd_1 = 1;
|
|
5090
|
-
suspendResult = this.
|
|
5153
|
+
suspendResult = this.x33_1(this.y33_1, this);
|
|
5091
5154
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5092
5155
|
return suspendResult;
|
|
5093
5156
|
}
|
|
@@ -5095,7 +5158,7 @@
|
|
|
5095
5158
|
continue $sm;
|
|
5096
5159
|
case 1:
|
|
5097
5160
|
var ARGUMENT = suspendResult;
|
|
5098
|
-
return Tip_init_$Create$(this.
|
|
5161
|
+
return Tip_init_$Create$(this.v33_1, this.w33_1, ARGUMENT);
|
|
5099
5162
|
case 2:
|
|
5100
5163
|
throw this.be_1;
|
|
5101
5164
|
}
|
|
@@ -5111,21 +5174,21 @@
|
|
|
5111
5174
|
while (true);
|
|
5112
5175
|
};
|
|
5113
5176
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).x10 = function ($this$async, completion) {
|
|
5114
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.
|
|
5115
|
-
i.
|
|
5177
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.v33_1, this.w33_1, this.x33_1, this.y33_1, completion);
|
|
5178
|
+
i.z33_1 = $this$async;
|
|
5116
5179
|
return i;
|
|
5117
5180
|
};
|
|
5118
5181
|
function Manifest$Companion$parse$slambda$slambda$slambda_2($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
5119
5182
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation);
|
|
5120
5183
|
var l = function ($this$async, $completion) {
|
|
5121
|
-
return i.
|
|
5184
|
+
return i.a34($this$async, $completion);
|
|
5122
5185
|
};
|
|
5123
5186
|
l.$arity = 1;
|
|
5124
5187
|
return l;
|
|
5125
5188
|
}
|
|
5126
5189
|
function Manifest$Companion$parse$slambda$slambda($manifest, $parseFile, resultContinuation) {
|
|
5127
|
-
this.
|
|
5128
|
-
this.
|
|
5190
|
+
this.j34_1 = $manifest;
|
|
5191
|
+
this.k34_1 = $parseFile;
|
|
5129
5192
|
CoroutineImpl.call(this, resultContinuation);
|
|
5130
5193
|
}
|
|
5131
5194
|
protoOf(Manifest$Companion$parse$slambda$slambda).w10 = function ($this$launch, $completion) {
|
|
@@ -5146,14 +5209,14 @@
|
|
|
5146
5209
|
case 0:
|
|
5147
5210
|
this.zd_1 = 2;
|
|
5148
5211
|
this.yd_1 = 1;
|
|
5149
|
-
var tmp1_map = this.
|
|
5212
|
+
var tmp1_map = this.j34_1.j2u_1;
|
|
5150
5213
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
5151
5214
|
var tmp0_iterator = tmp1_map.f();
|
|
5152
5215
|
while (tmp0_iterator.g()) {
|
|
5153
5216
|
var item = tmp0_iterator.h();
|
|
5154
5217
|
var fileName = item.s2();
|
|
5155
5218
|
var src = item.t2();
|
|
5156
|
-
tmp0_mapTo.b(async(this.
|
|
5219
|
+
tmp0_mapTo.b(async(this.l34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_0(this.j34_1, fileName, this.k34_1, src, null)));
|
|
5157
5220
|
}
|
|
5158
5221
|
|
|
5159
5222
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -5165,7 +5228,7 @@
|
|
|
5165
5228
|
case 1:
|
|
5166
5229
|
var ARGUMENT = suspendResult;
|
|
5167
5230
|
var ARGUMENT_0 = filterNotNull(ARGUMENT);
|
|
5168
|
-
_set_pages__j2nojl(this.
|
|
5231
|
+
_set_pages__j2nojl(this.j34_1, ARGUMENT_0);
|
|
5169
5232
|
return Unit_getInstance();
|
|
5170
5233
|
case 2:
|
|
5171
5234
|
throw this.be_1;
|
|
@@ -5182,8 +5245,8 @@
|
|
|
5182
5245
|
while (true);
|
|
5183
5246
|
};
|
|
5184
5247
|
protoOf(Manifest$Companion$parse$slambda$slambda).x10 = function ($this$launch, completion) {
|
|
5185
|
-
var i = new Manifest$Companion$parse$slambda$slambda(this.
|
|
5186
|
-
i.
|
|
5248
|
+
var i = new Manifest$Companion$parse$slambda$slambda(this.j34_1, this.k34_1, completion);
|
|
5249
|
+
i.l34_1 = $this$launch;
|
|
5187
5250
|
return i;
|
|
5188
5251
|
};
|
|
5189
5252
|
function Manifest$Companion$parse$slambda$slambda_0($manifest, $parseFile, resultContinuation) {
|
|
@@ -5195,8 +5258,8 @@
|
|
|
5195
5258
|
return l;
|
|
5196
5259
|
}
|
|
5197
5260
|
function Manifest$Companion$parse$slambda$slambda_1($manifest, $parseFile, resultContinuation) {
|
|
5198
|
-
this.
|
|
5199
|
-
this.
|
|
5261
|
+
this.u34_1 = $manifest;
|
|
5262
|
+
this.v34_1 = $parseFile;
|
|
5200
5263
|
CoroutineImpl.call(this, resultContinuation);
|
|
5201
5264
|
}
|
|
5202
5265
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).w10 = function ($this$launch, $completion) {
|
|
@@ -5217,14 +5280,14 @@
|
|
|
5217
5280
|
case 0:
|
|
5218
5281
|
this.zd_1 = 2;
|
|
5219
5282
|
this.yd_1 = 1;
|
|
5220
|
-
var tmp1_map = this.
|
|
5283
|
+
var tmp1_map = this.u34_1.k2u_1;
|
|
5221
5284
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
5222
5285
|
var tmp0_iterator = tmp1_map.f();
|
|
5223
5286
|
while (tmp0_iterator.g()) {
|
|
5224
5287
|
var item = tmp0_iterator.h();
|
|
5225
5288
|
var id = item.s2();
|
|
5226
5289
|
var src = item.t2();
|
|
5227
|
-
tmp0_mapTo.b(async(this.
|
|
5290
|
+
tmp0_mapTo.b(async(this.w34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_2(this.u34_1, id, this.v34_1, src, null)));
|
|
5228
5291
|
}
|
|
5229
5292
|
|
|
5230
5293
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -5240,11 +5303,11 @@
|
|
|
5240
5303
|
var tmp0_iterator_0 = tmp3_associateBy.f();
|
|
5241
5304
|
while (tmp0_iterator_0.g()) {
|
|
5242
5305
|
var element = tmp0_iterator_0.h();
|
|
5243
|
-
tmp2_associateByTo.u2(element.
|
|
5306
|
+
tmp2_associateByTo.u2(element.y34_1, element);
|
|
5244
5307
|
}
|
|
5245
5308
|
|
|
5246
5309
|
var ARGUMENT = tmp2_associateByTo;
|
|
5247
|
-
_set_tips__9ug36n(this.
|
|
5310
|
+
_set_tips__9ug36n(this.u34_1, ARGUMENT);
|
|
5248
5311
|
return Unit_getInstance();
|
|
5249
5312
|
case 2:
|
|
5250
5313
|
throw this.be_1;
|
|
@@ -5261,8 +5324,8 @@
|
|
|
5261
5324
|
while (true);
|
|
5262
5325
|
};
|
|
5263
5326
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).x10 = function ($this$launch, completion) {
|
|
5264
|
-
var i = new Manifest$Companion$parse$slambda$slambda_1(this.
|
|
5265
|
-
i.
|
|
5327
|
+
var i = new Manifest$Companion$parse$slambda$slambda_1(this.u34_1, this.v34_1, completion);
|
|
5328
|
+
i.w34_1 = $this$launch;
|
|
5266
5329
|
return i;
|
|
5267
5330
|
};
|
|
5268
5331
|
function Manifest$Companion$parse$slambda$slambda_2($manifest, $parseFile, resultContinuation) {
|
|
@@ -5274,19 +5337,19 @@
|
|
|
5274
5337
|
return l;
|
|
5275
5338
|
}
|
|
5276
5339
|
function Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation) {
|
|
5277
|
-
this.
|
|
5278
|
-
this.
|
|
5279
|
-
this.
|
|
5340
|
+
this.j35_1 = $config;
|
|
5341
|
+
this.k35_1 = $manifest;
|
|
5342
|
+
this.l35_1 = $parseFile;
|
|
5280
5343
|
CoroutineImpl.call(this, resultContinuation);
|
|
5281
5344
|
}
|
|
5282
|
-
protoOf(Manifest$Companion$parse$slambda).
|
|
5345
|
+
protoOf(Manifest$Companion$parse$slambda).n35 = function ($this$coroutineScope, $completion) {
|
|
5283
5346
|
var tmp = this.x10($this$coroutineScope, $completion);
|
|
5284
5347
|
tmp.ae_1 = Unit_getInstance();
|
|
5285
5348
|
tmp.be_1 = null;
|
|
5286
5349
|
return tmp.re();
|
|
5287
5350
|
};
|
|
5288
5351
|
protoOf(Manifest$Companion$parse$slambda).ff = function (p1, $completion) {
|
|
5289
|
-
return this.
|
|
5352
|
+
return this.n35((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5290
5353
|
};
|
|
5291
5354
|
protoOf(Manifest$Companion$parse$slambda).re = function () {
|
|
5292
5355
|
var suspendResult = this.ae_1;
|
|
@@ -5295,16 +5358,16 @@
|
|
|
5295
5358
|
var tmp = this.yd_1;
|
|
5296
5359
|
if (tmp === 0) {
|
|
5297
5360
|
this.zd_1 = 1;
|
|
5298
|
-
if (this.
|
|
5299
|
-
launch(this.
|
|
5361
|
+
if (this.j35_1.k2q_1) {
|
|
5362
|
+
launch(this.m35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_0(this.k35_1, this.l35_1, null));
|
|
5300
5363
|
} else {
|
|
5301
|
-
_set_pages__j2nojl(this.
|
|
5364
|
+
_set_pages__j2nojl(this.k35_1, emptyList());
|
|
5302
5365
|
}
|
|
5303
5366
|
var tmp_0;
|
|
5304
|
-
if (this.
|
|
5305
|
-
tmp_0 = launch(this.
|
|
5367
|
+
if (this.j35_1.l2q_1) {
|
|
5368
|
+
tmp_0 = launch(this.m35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_2(this.k35_1, this.l35_1, null));
|
|
5306
5369
|
} else {
|
|
5307
|
-
_set_tips__9ug36n(this.
|
|
5370
|
+
_set_tips__9ug36n(this.k35_1, emptyMap());
|
|
5308
5371
|
tmp_0 = Unit_getInstance();
|
|
5309
5372
|
}
|
|
5310
5373
|
return tmp_0;
|
|
@@ -5318,24 +5381,24 @@
|
|
|
5318
5381
|
while (true);
|
|
5319
5382
|
};
|
|
5320
5383
|
protoOf(Manifest$Companion$parse$slambda).x10 = function ($this$coroutineScope, completion) {
|
|
5321
|
-
var i = new Manifest$Companion$parse$slambda(this.
|
|
5322
|
-
i.
|
|
5384
|
+
var i = new Manifest$Companion$parse$slambda(this.j35_1, this.k35_1, this.l35_1, completion);
|
|
5385
|
+
i.m35_1 = $this$coroutineScope;
|
|
5323
5386
|
return i;
|
|
5324
5387
|
};
|
|
5325
5388
|
function Manifest$Companion$parse$slambda_0($config, $manifest, $parseFile, resultContinuation) {
|
|
5326
5389
|
var i = new Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation);
|
|
5327
5390
|
var l = function ($this$coroutineScope, $completion) {
|
|
5328
|
-
return i.
|
|
5391
|
+
return i.n35($this$coroutineScope, $completion);
|
|
5329
5392
|
};
|
|
5330
5393
|
l.$arity = 1;
|
|
5331
5394
|
return l;
|
|
5332
5395
|
}
|
|
5333
5396
|
function $parseCOROUTINE$0(_this__u8e3s4, fileName, config, parseFile, resultContinuation) {
|
|
5334
5397
|
CoroutineImpl.call(this, resultContinuation);
|
|
5335
|
-
this.
|
|
5336
|
-
this.
|
|
5337
|
-
this.
|
|
5338
|
-
this.
|
|
5398
|
+
this.w35_1 = _this__u8e3s4;
|
|
5399
|
+
this.x35_1 = fileName;
|
|
5400
|
+
this.y35_1 = config;
|
|
5401
|
+
this.z35_1 = parseFile;
|
|
5339
5402
|
}
|
|
5340
5403
|
protoOf($parseCOROUTINE$0).re = function () {
|
|
5341
5404
|
var suspendResult = this.ae_1;
|
|
@@ -5346,17 +5409,17 @@
|
|
|
5346
5409
|
case 0:
|
|
5347
5410
|
this.zd_1 = 3;
|
|
5348
5411
|
this.yd_1 = 1;
|
|
5349
|
-
suspendResult = this.
|
|
5412
|
+
suspendResult = this.z35_1(this.x35_1, this);
|
|
5350
5413
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5351
5414
|
return suspendResult;
|
|
5352
5415
|
}
|
|
5353
5416
|
|
|
5354
5417
|
continue $sm;
|
|
5355
5418
|
case 1:
|
|
5356
|
-
this.
|
|
5357
|
-
this.
|
|
5419
|
+
this.a36_1 = suspendResult;
|
|
5420
|
+
this.b36_1 = Manifest_init_$Create$(this.a36_1, this.y35_1);
|
|
5358
5421
|
this.yd_1 = 2;
|
|
5359
|
-
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.
|
|
5422
|
+
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.y35_1, this.b36_1, this.z35_1, null), this);
|
|
5360
5423
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5361
5424
|
return suspendResult;
|
|
5362
5425
|
}
|
|
@@ -5364,7 +5427,7 @@
|
|
|
5364
5427
|
continue $sm;
|
|
5365
5428
|
case 2:
|
|
5366
5429
|
;
|
|
5367
|
-
return this.
|
|
5430
|
+
return this.b36_1;
|
|
5368
5431
|
case 3:
|
|
5369
5432
|
throw this.be_1;
|
|
5370
5433
|
}
|
|
@@ -5386,9 +5449,9 @@
|
|
|
5386
5449
|
var Type_UNKNOWN_instance_0;
|
|
5387
5450
|
function Companion_25() {
|
|
5388
5451
|
Companion_instance_25 = this;
|
|
5389
|
-
this.
|
|
5452
|
+
this.c36_1 = Type_TRACT_getInstance();
|
|
5390
5453
|
}
|
|
5391
|
-
protoOf(Companion_25).
|
|
5454
|
+
protoOf(Companion_25).d36 = function (value) {
|
|
5392
5455
|
var tmp0_subject = value;
|
|
5393
5456
|
switch (tmp0_subject) {
|
|
5394
5457
|
case 'article':
|
|
@@ -5412,10 +5475,10 @@
|
|
|
5412
5475
|
new Companion_25();
|
|
5413
5476
|
return Companion_instance_25;
|
|
5414
5477
|
}
|
|
5415
|
-
function
|
|
5478
|
+
function values_7() {
|
|
5416
5479
|
return [Type_ARTICLE_getInstance(), Type_CYOA_getInstance(), Type_LESSON_getInstance(), Type_TRACT_getInstance(), Type_UNKNOWN_getInstance_0()];
|
|
5417
5480
|
}
|
|
5418
|
-
function
|
|
5481
|
+
function valueOf_6(value) {
|
|
5419
5482
|
switch (value) {
|
|
5420
5483
|
case 'ARTICLE':
|
|
5421
5484
|
return Type_ARTICLE_getInstance();
|
|
@@ -5484,10 +5547,10 @@
|
|
|
5484
5547
|
return Companion_instance_26;
|
|
5485
5548
|
}
|
|
5486
5549
|
function _set_pages__j2nojl($this, _set____db54di) {
|
|
5487
|
-
return $this.g2u_1.
|
|
5550
|
+
return $this.g2u_1.e36($this, pages$factory(), _set____db54di);
|
|
5488
5551
|
}
|
|
5489
5552
|
function _set_tips__9ug36n($this, _set____db54di) {
|
|
5490
|
-
return $this.i2u_1.
|
|
5553
|
+
return $this.i2u_1.e36($this, tips$factory(), _set____db54di);
|
|
5491
5554
|
}
|
|
5492
5555
|
function Manifest_init_$Init$(parser, config, $this) {
|
|
5493
5556
|
BaseModel.call($this);
|
|
@@ -5500,8 +5563,8 @@
|
|
|
5500
5563
|
var tmp0_safe_receiver = parser.n2t('locale');
|
|
5501
5564
|
tmp.locale = tmp0_safe_receiver == null ? null : toLocaleOrNull(tmp0_safe_receiver);
|
|
5502
5565
|
var tmp_0 = $this;
|
|
5503
|
-
var tmp1_elvis_lhs = Companion_getInstance_28().
|
|
5504
|
-
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().
|
|
5566
|
+
var tmp1_elvis_lhs = Companion_getInstance_28().d36(parser.n2t('type'));
|
|
5567
|
+
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().c36_1 : tmp1_elvis_lhs;
|
|
5505
5568
|
var tmp_1 = $this;
|
|
5506
5569
|
var tmp$ret$0;
|
|
5507
5570
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
@@ -5529,11 +5592,11 @@
|
|
|
5529
5592
|
$this.v2t_1 = parser.i2v(null, get_XML_BACKGROUND_IMAGE());
|
|
5530
5593
|
var tmp_7 = $this;
|
|
5531
5594
|
var tmp10_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
5532
|
-
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().
|
|
5595
|
+
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp10_safe_receiver);
|
|
5533
5596
|
tmp_7.w2t_1 = tmp11_elvis_lhs == null ? Companion_getInstance_29().c2q_1 : tmp11_elvis_lhs;
|
|
5534
5597
|
var tmp_8 = $this;
|
|
5535
5598
|
var tmp12_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
5536
|
-
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().
|
|
5599
|
+
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().o31(tmp12_safe_receiver);
|
|
5537
5600
|
tmp_8.x2t_1 = tmp13_elvis_lhs == null ? Companion_getInstance_29().d2q_1 : tmp13_elvis_lhs;
|
|
5538
5601
|
var tmp_9 = $this;
|
|
5539
5602
|
var tmp_10 = get_XMLNS_CONTENT();
|
|
@@ -5656,13 +5719,13 @@
|
|
|
5656
5719
|
var tmp3_this = $this;
|
|
5657
5720
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5658
5721
|
var tmp2_plusAssign = tmp3_this.aemImports;
|
|
5659
|
-
var tmp3_plusAssign = result.
|
|
5722
|
+
var tmp3_plusAssign = result.h36_1;
|
|
5660
5723
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
5661
5724
|
|
|
5662
5725
|
var tmp4_this = $this;
|
|
5663
5726
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5664
5727
|
var tmp4_plusAssign = tmp4_this.j2u_1;
|
|
5665
|
-
var tmp5_plusAssign = result.
|
|
5728
|
+
var tmp5_plusAssign = result.i36_1;
|
|
5666
5729
|
addAll(tmp4_plusAssign, tmp5_plusAssign);
|
|
5667
5730
|
|
|
5668
5731
|
break;
|
|
@@ -5705,7 +5768,7 @@
|
|
|
5705
5768
|
Companion_getInstance_49();
|
|
5706
5769
|
if (tmp7_subject === 'items') {
|
|
5707
5770
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5708
|
-
var tmp12_plusAssign = Companion_getInstance_49().
|
|
5771
|
+
var tmp12_plusAssign = Companion_getInstance_49().g36(parser, $this);
|
|
5709
5772
|
addAll(shareables, tmp12_plusAssign);
|
|
5710
5773
|
}
|
|
5711
5774
|
}
|
|
@@ -5749,7 +5812,7 @@
|
|
|
5749
5812
|
}
|
|
5750
5813
|
function Manifest_init_$Init$_0(config, type, code, locale, primaryColor, primaryTextColor, navBarColor, navBarControlColor, backgroundColor, cardBackgroundColor, categoryLabelColor, pageControlColor, multiselectOptionBackgroundColor, multiselectOptionSelectedColor, textColor, textScale, resources, shareables, tips, pages, $this) {
|
|
5751
5814
|
config = config === VOID ? createParserConfig() : config;
|
|
5752
|
-
type = type === VOID ? Companion_getInstance_28().
|
|
5815
|
+
type = type === VOID ? Companion_getInstance_28().c36_1 : type;
|
|
5753
5816
|
code = code === VOID ? null : code;
|
|
5754
5817
|
locale = locale === VOID ? null : locale;
|
|
5755
5818
|
primaryColor = primaryColor === VOID ? Companion_getInstance_29().z2p_1 : primaryColor;
|
|
@@ -5865,7 +5928,7 @@
|
|
|
5865
5928
|
var element_0 = tmp0_iterator_0.h();
|
|
5866
5929
|
var tmp$ret$6;
|
|
5867
5930
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5868
|
-
tmp$ret$6 = element_0.
|
|
5931
|
+
tmp$ret$6 = element_0.y34_1;
|
|
5869
5932
|
tmp4_associateByTo.u2(tmp$ret$6, element_0);
|
|
5870
5933
|
}
|
|
5871
5934
|
tmp$ret$7 = tmp4_associateByTo;
|
|
@@ -5932,12 +5995,12 @@
|
|
|
5932
5995
|
var tmp$ret$0;
|
|
5933
5996
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5934
5997
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
5935
|
-
tmp.
|
|
5998
|
+
tmp.h36_1 = tmp$ret$0;
|
|
5936
5999
|
var tmp_0 = this;
|
|
5937
6000
|
var tmp$ret$1;
|
|
5938
6001
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5939
6002
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
5940
|
-
tmp_0.
|
|
6003
|
+
tmp_0.i36_1 = tmp$ret$1;
|
|
5941
6004
|
}
|
|
5942
6005
|
function parsePages(_this__u8e3s4, $this) {
|
|
5943
6006
|
var tmp$ret$4;
|
|
@@ -5977,7 +6040,7 @@
|
|
|
5977
6040
|
var fileName = _this__u8e3s4.n2t('filename');
|
|
5978
6041
|
var tmp3_this = tmp0_also;
|
|
5979
6042
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5980
|
-
var tmp0_plusAssign = tmp3_this.
|
|
6043
|
+
var tmp0_plusAssign = tmp3_this.i36_1;
|
|
5981
6044
|
var tmp1_plusAssign = to(fileName, src);
|
|
5982
6045
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
5983
6046
|
}
|
|
@@ -6012,7 +6075,7 @@
|
|
|
6012
6075
|
// Inline function 'kotlin.let' call
|
|
6013
6076
|
// Inline function 'kotlin.contracts.contract' call
|
|
6014
6077
|
var tmp0_this = tmp0_also;
|
|
6015
|
-
var tmp0_plusAssign_0 = tmp0_this.
|
|
6078
|
+
var tmp0_plusAssign_0 = tmp0_this.h36_1;
|
|
6016
6079
|
tmp0_plusAssign_0.b(tmp6_safe_receiver);
|
|
6017
6080
|
tmp$ret$3 = Unit_getInstance();
|
|
6018
6081
|
}
|
|
@@ -6140,10 +6203,10 @@
|
|
|
6140
6203
|
defineProp(protoOf(Type_1), 'name', protoOf(Type_1).id);
|
|
6141
6204
|
defineProp(protoOf(Type_1), 'ordinal', protoOf(Type_1).jd);
|
|
6142
6205
|
function sam$kotlin_Comparator$0(function_0) {
|
|
6143
|
-
this.
|
|
6206
|
+
this.p36_1 = function_0;
|
|
6144
6207
|
}
|
|
6145
6208
|
protoOf(sam$kotlin_Comparator$0).wc = function (a, b) {
|
|
6146
|
-
return this.
|
|
6209
|
+
return this.p36_1(a, b);
|
|
6147
6210
|
};
|
|
6148
6211
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
6149
6212
|
return this.wc(a, b);
|
|
@@ -6153,11 +6216,11 @@
|
|
|
6153
6216
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
6154
6217
|
var tmp$ret$0;
|
|
6155
6218
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
6156
|
-
tmp$ret$0 = a.
|
|
6219
|
+
tmp$ret$0 = a.m36_1;
|
|
6157
6220
|
var tmp = tmp$ret$0;
|
|
6158
6221
|
var tmp$ret$1;
|
|
6159
6222
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
6160
|
-
tmp$ret$1 = b.
|
|
6223
|
+
tmp$ret$1 = b.m36_1;
|
|
6161
6224
|
tmp$ret$2 = compareValues(tmp, tmp$ret$1);
|
|
6162
6225
|
return tmp$ret$2;
|
|
6163
6226
|
}
|
|
@@ -6181,36 +6244,36 @@
|
|
|
6181
6244
|
Type_initEntries_1();
|
|
6182
6245
|
return Type_UNKNOWN_instance_0;
|
|
6183
6246
|
}
|
|
6184
|
-
protoOf(Manifest).
|
|
6247
|
+
protoOf(Manifest).q36 = function () {
|
|
6185
6248
|
return this.p2t_1;
|
|
6186
6249
|
};
|
|
6187
|
-
protoOf(Manifest).
|
|
6250
|
+
protoOf(Manifest).r36 = function () {
|
|
6188
6251
|
return this.code;
|
|
6189
6252
|
};
|
|
6190
|
-
protoOf(Manifest).
|
|
6253
|
+
protoOf(Manifest).s36 = function () {
|
|
6191
6254
|
return this.locale;
|
|
6192
6255
|
};
|
|
6193
6256
|
protoOf(Manifest).h1c = function () {
|
|
6194
6257
|
return this.type;
|
|
6195
6258
|
};
|
|
6196
|
-
protoOf(Manifest).
|
|
6259
|
+
protoOf(Manifest).t36 = function () {
|
|
6197
6260
|
return this._dismissListeners;
|
|
6198
6261
|
};
|
|
6199
|
-
protoOf(Manifest).
|
|
6262
|
+
protoOf(Manifest).i2y = function () {
|
|
6200
6263
|
return this.q2t_1;
|
|
6201
6264
|
};
|
|
6202
|
-
protoOf(Manifest).
|
|
6265
|
+
protoOf(Manifest).j2y = function () {
|
|
6203
6266
|
return this.r2t_1;
|
|
6204
6267
|
};
|
|
6205
|
-
protoOf(Manifest).
|
|
6268
|
+
protoOf(Manifest).u36 = function () {
|
|
6206
6269
|
var tmp0_elvis_lhs = this.s2t_1;
|
|
6207
6270
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? get_DEFAULT_LESSON_NAV_BAR_COLOR() : this.q2t_1 : tmp0_elvis_lhs;
|
|
6208
6271
|
};
|
|
6209
|
-
protoOf(Manifest).
|
|
6272
|
+
protoOf(Manifest).v36 = function () {
|
|
6210
6273
|
var tmp0_elvis_lhs = this.t2t_1;
|
|
6211
6274
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? this.q2t_1 : this.r2t_1 : tmp0_elvis_lhs;
|
|
6212
6275
|
};
|
|
6213
|
-
protoOf(Manifest).
|
|
6276
|
+
protoOf(Manifest).h2x = function () {
|
|
6214
6277
|
return this.u2t_1;
|
|
6215
6278
|
};
|
|
6216
6279
|
protoOf(Manifest).w36 = function () {
|
|
@@ -6222,31 +6285,31 @@
|
|
|
6222
6285
|
protoOf(Manifest).y36 = function () {
|
|
6223
6286
|
return this.x2t_1;
|
|
6224
6287
|
};
|
|
6225
|
-
protoOf(Manifest).
|
|
6288
|
+
protoOf(Manifest).l2y = function () {
|
|
6226
6289
|
var tmp0_elvis_lhs = this.y2t_1;
|
|
6227
6290
|
return tmp0_elvis_lhs == null ? this.u2t_1 : tmp0_elvis_lhs;
|
|
6228
6291
|
};
|
|
6229
|
-
protoOf(Manifest).
|
|
6292
|
+
protoOf(Manifest).h2y = function () {
|
|
6230
6293
|
var tmp0_elvis_lhs = this.z2t_1;
|
|
6231
6294
|
return tmp0_elvis_lhs == null ? this.d2u_1 : tmp0_elvis_lhs;
|
|
6232
6295
|
};
|
|
6233
6296
|
protoOf(Manifest).z36 = function () {
|
|
6234
6297
|
return this.a2u_1;
|
|
6235
6298
|
};
|
|
6236
|
-
protoOf(Manifest).
|
|
6299
|
+
protoOf(Manifest).k2y = function () {
|
|
6237
6300
|
return Companion_getInstance_29().e2q_1;
|
|
6238
6301
|
};
|
|
6239
|
-
protoOf(Manifest).
|
|
6302
|
+
protoOf(Manifest).m2y = function () {
|
|
6240
6303
|
var tmp0_elvis_lhs = this.b2u_1;
|
|
6241
6304
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
6242
6305
|
};
|
|
6243
|
-
protoOf(Manifest).
|
|
6306
|
+
protoOf(Manifest).n2y = function () {
|
|
6244
6307
|
return this.c2u_1;
|
|
6245
6308
|
};
|
|
6246
|
-
protoOf(Manifest).
|
|
6309
|
+
protoOf(Manifest).g2y = function () {
|
|
6247
6310
|
return this.d2u_1;
|
|
6248
6311
|
};
|
|
6249
|
-
protoOf(Manifest).
|
|
6312
|
+
protoOf(Manifest).o2y = function () {
|
|
6250
6313
|
return this.e2u_1;
|
|
6251
6314
|
};
|
|
6252
6315
|
protoOf(Manifest).a37 = function () {
|
|
@@ -6402,7 +6465,7 @@
|
|
|
6402
6465
|
var element = tmp0_iterator.h();
|
|
6403
6466
|
var tmp$ret$0;
|
|
6404
6467
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>' call
|
|
6405
|
-
tmp$ret$0 = element.
|
|
6468
|
+
tmp$ret$0 = element.c2y_1 == category;
|
|
6406
6469
|
if (tmp$ret$0) {
|
|
6407
6470
|
tmp$ret$1 = element;
|
|
6408
6471
|
break $l$block;
|
|
@@ -7369,39 +7432,39 @@
|
|
|
7369
7432
|
}
|
|
7370
7433
|
function Styles() {
|
|
7371
7434
|
}
|
|
7372
|
-
function
|
|
7435
|
+
function get_buttonStyle_0(_this__u8e3s4) {
|
|
7373
7436
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7374
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7375
|
-
return tmp1_elvis_lhs == null ? Companion_getInstance_29().
|
|
7437
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.k2y();
|
|
7438
|
+
return tmp1_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp1_elvis_lhs;
|
|
7376
7439
|
}
|
|
7377
|
-
function
|
|
7440
|
+
function get_primaryColor_0(_this__u8e3s4) {
|
|
7378
7441
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7379
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7380
|
-
return tmp1_elvis_lhs == null ?
|
|
7442
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.i2y();
|
|
7443
|
+
return tmp1_elvis_lhs == null ? Companion_getInstance_29().z2p_1 : tmp1_elvis_lhs;
|
|
7381
7444
|
}
|
|
7382
7445
|
function get_primaryTextColor_0(_this__u8e3s4) {
|
|
7383
7446
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7384
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7447
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.j2y();
|
|
7385
7448
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().a2q_1 : tmp1_elvis_lhs;
|
|
7386
7449
|
}
|
|
7387
|
-
function
|
|
7450
|
+
function get_multiselectOptionBackgroundColor_0(_this__u8e3s4) {
|
|
7388
7451
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7389
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7390
|
-
return tmp1_elvis_lhs == null ?
|
|
7452
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.m2y();
|
|
7453
|
+
return tmp1_elvis_lhs == null ? get_backgroundColor(get_manifest(_this__u8e3s4)) : tmp1_elvis_lhs;
|
|
7391
7454
|
}
|
|
7392
7455
|
function get_cardBackgroundColor_0(_this__u8e3s4) {
|
|
7393
7456
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7394
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7457
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.l2y();
|
|
7395
7458
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().b2q_1 : tmp1_elvis_lhs;
|
|
7396
7459
|
}
|
|
7397
7460
|
function get_textColor_0(_this__u8e3s4) {
|
|
7398
7461
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7399
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7462
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g2y();
|
|
7400
7463
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().f2q_1 : tmp1_elvis_lhs;
|
|
7401
7464
|
}
|
|
7402
7465
|
function get_textScale_0(_this__u8e3s4) {
|
|
7403
7466
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7404
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7467
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.o2y();
|
|
7405
7468
|
var tmp;
|
|
7406
7469
|
if (tmp1_elvis_lhs == null) {
|
|
7407
7470
|
Companion_getInstance_37();
|
|
@@ -7413,7 +7476,7 @@
|
|
|
7413
7476
|
}
|
|
7414
7477
|
function get_textAlign_0(_this__u8e3s4) {
|
|
7415
7478
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7416
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7479
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.p2y();
|
|
7417
7480
|
return tmp1_elvis_lhs == null ? Companion_getInstance_37().k3a_1 : tmp1_elvis_lhs;
|
|
7418
7481
|
}
|
|
7419
7482
|
function stylesOverride(_this__u8e3s4, textAlign, textColor, textScale) {
|
|
@@ -7435,17 +7498,17 @@
|
|
|
7435
7498
|
this.o3a_1 = _textColor;
|
|
7436
7499
|
this.p3a_1 = _textScale;
|
|
7437
7500
|
}
|
|
7438
|
-
protoOf(StylesOverride).
|
|
7501
|
+
protoOf(StylesOverride).p2y = function () {
|
|
7439
7502
|
var tmp0_safe_receiver = this.n3a_1;
|
|
7440
7503
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7441
7504
|
return tmp1_elvis_lhs == null ? get_textAlign.call(this) : tmp1_elvis_lhs;
|
|
7442
7505
|
};
|
|
7443
|
-
protoOf(StylesOverride).
|
|
7506
|
+
protoOf(StylesOverride).g2y = function () {
|
|
7444
7507
|
var tmp0_safe_receiver = this.o3a_1;
|
|
7445
7508
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7446
7509
|
return tmp1_elvis_lhs == null ? get_textColor.call(this) : tmp1_elvis_lhs;
|
|
7447
7510
|
};
|
|
7448
|
-
protoOf(StylesOverride).
|
|
7511
|
+
protoOf(StylesOverride).o2y = function () {
|
|
7449
7512
|
return get_textScale.call(this) * this.p3a_1;
|
|
7450
7513
|
};
|
|
7451
7514
|
function Tab_init_$Init$(parent, parser, $this) {
|
|
@@ -7750,10 +7813,10 @@
|
|
|
7750
7813
|
new Companion_36();
|
|
7751
7814
|
return Companion_instance_36;
|
|
7752
7815
|
}
|
|
7753
|
-
function
|
|
7816
|
+
function values_8() {
|
|
7754
7817
|
return [Align_START_getInstance(), Align_CENTER_getInstance(), Align_END_getInstance()];
|
|
7755
7818
|
}
|
|
7756
|
-
function
|
|
7819
|
+
function valueOf_7(value) {
|
|
7757
7820
|
switch (value) {
|
|
7758
7821
|
case 'START':
|
|
7759
7822
|
return Align_START_getInstance();
|
|
@@ -7833,10 +7896,10 @@
|
|
|
7833
7896
|
new Companion_37();
|
|
7834
7897
|
return Companion_instance_37;
|
|
7835
7898
|
}
|
|
7836
|
-
function
|
|
7899
|
+
function values_9() {
|
|
7837
7900
|
return [Style_BOLD_getInstance(), Style_ITALIC_getInstance(), Style_UNDERLINE_getInstance()];
|
|
7838
7901
|
}
|
|
7839
|
-
function
|
|
7902
|
+
function valueOf_8(value) {
|
|
7840
7903
|
switch (value) {
|
|
7841
7904
|
case 'BOLD':
|
|
7842
7905
|
return Style_BOLD_getInstance();
|
|
@@ -8041,15 +8104,15 @@
|
|
|
8041
8104
|
protoOf(Text).z1c = function () {
|
|
8042
8105
|
return this.text;
|
|
8043
8106
|
};
|
|
8044
|
-
protoOf(Text).
|
|
8107
|
+
protoOf(Text).p2y = function () {
|
|
8045
8108
|
var tmp0_elvis_lhs = this.j37_1;
|
|
8046
8109
|
return tmp0_elvis_lhs == null ? get_textAlign_0(this.z2s()) : tmp0_elvis_lhs;
|
|
8047
8110
|
};
|
|
8048
|
-
protoOf(Text).
|
|
8111
|
+
protoOf(Text).g2y = function () {
|
|
8049
8112
|
var tmp0_elvis_lhs = this.k37_1;
|
|
8050
8113
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
8051
8114
|
};
|
|
8052
|
-
protoOf(Text).
|
|
8115
|
+
protoOf(Text).o2y = function () {
|
|
8053
8116
|
return this.l37_1 * get_textScale_0(this.z2s());
|
|
8054
8117
|
};
|
|
8055
8118
|
protoOf(Text).q3b = function () {
|
|
@@ -8086,9 +8149,9 @@
|
|
|
8086
8149
|
function Text() {
|
|
8087
8150
|
Companion_getInstance_41();
|
|
8088
8151
|
}
|
|
8089
|
-
defineProp(protoOf(Text), 'textAlign', protoOf(Text).
|
|
8090
|
-
defineProp(protoOf(Text), 'textColor', protoOf(Text).
|
|
8091
|
-
defineProp(protoOf(Text), 'textScale', protoOf(Text).
|
|
8152
|
+
defineProp(protoOf(Text), 'textAlign', protoOf(Text).p2y);
|
|
8153
|
+
defineProp(protoOf(Text), 'textColor', protoOf(Text).g2y);
|
|
8154
|
+
defineProp(protoOf(Text), 'textScale', protoOf(Text).o2y);
|
|
8092
8155
|
defineProp(protoOf(Text), 'startImage', protoOf(Text).t3b);
|
|
8093
8156
|
defineProp(protoOf(Text), 'endImage', protoOf(Text).w3b);
|
|
8094
8157
|
defineProp(protoOf(Text), 'textStyles', protoOf(Text).y3b);
|
|
@@ -8228,7 +8291,7 @@
|
|
|
8228
8291
|
}
|
|
8229
8292
|
return tmp;
|
|
8230
8293
|
};
|
|
8231
|
-
protoOf(Companion_39).
|
|
8294
|
+
protoOf(Companion_39).s2y = function (_this__u8e3s4) {
|
|
8232
8295
|
var tmp;
|
|
8233
8296
|
try {
|
|
8234
8297
|
tmp = this.d2r(_this__u8e3s4);
|
|
@@ -8339,7 +8402,7 @@
|
|
|
8339
8402
|
Companion_instance_40 = this;
|
|
8340
8403
|
this.b3c_1 = Provider_UNKNOWN_getInstance();
|
|
8341
8404
|
}
|
|
8342
|
-
protoOf(Companion_40).
|
|
8405
|
+
protoOf(Companion_40).d36 = function (value) {
|
|
8343
8406
|
var tmp0_subject = value;
|
|
8344
8407
|
return tmp0_subject === 'youtube' ? Provider_YOUTUBE_getInstance() : null;
|
|
8345
8408
|
};
|
|
@@ -8350,10 +8413,10 @@
|
|
|
8350
8413
|
new Companion_40();
|
|
8351
8414
|
return Companion_instance_40;
|
|
8352
8415
|
}
|
|
8353
|
-
function
|
|
8416
|
+
function values_10() {
|
|
8354
8417
|
return [Provider_YOUTUBE_getInstance(), Provider_UNKNOWN_getInstance()];
|
|
8355
8418
|
}
|
|
8356
|
-
function
|
|
8419
|
+
function valueOf_9(value) {
|
|
8357
8420
|
switch (value) {
|
|
8358
8421
|
case 'YOUTUBE':
|
|
8359
8422
|
return Provider_YOUTUBE_getInstance();
|
|
@@ -8400,18 +8463,18 @@
|
|
|
8400
8463
|
Companion_getInstance_44();
|
|
8401
8464
|
parser.t2r(2, tmp, 'video');
|
|
8402
8465
|
var tmp_0 = $this;
|
|
8403
|
-
var tmp0_elvis_lhs = Companion_getInstance_43().
|
|
8466
|
+
var tmp0_elvis_lhs = Companion_getInstance_43().d36(parser.n2t('provider'));
|
|
8404
8467
|
tmp_0.provider = tmp0_elvis_lhs == null ? Companion_getInstance_43().b3c_1 : tmp0_elvis_lhs;
|
|
8405
8468
|
$this.videoId = parser.n2t('video-id');
|
|
8406
8469
|
var tmp_1 = $this;
|
|
8407
8470
|
var tmp1_elvis_lhs = Companion_getInstance_8().w2v(parser.n2t('aspect-ratio'));
|
|
8408
8471
|
tmp_1.aspectRatio = tmp1_elvis_lhs == null ? Companion_getInstance_44().d3c_1 : tmp1_elvis_lhs;
|
|
8409
8472
|
var tmp_2 = $this;
|
|
8410
|
-
var tmp2_safe_receiver = Companion_getInstance_22().
|
|
8473
|
+
var tmp2_safe_receiver = Companion_getInstance_22().a2x(parser.n2t('gravity'));
|
|
8411
8474
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
8412
8475
|
tmp_2.gravity = tmp3_elvis_lhs == null ? Companion_getInstance_44().e3c_1 : tmp3_elvis_lhs;
|
|
8413
8476
|
var tmp_3 = $this;
|
|
8414
|
-
var tmp4_safe_receiver = Companion_getInstance_16().
|
|
8477
|
+
var tmp4_safe_receiver = Companion_getInstance_16().b2x(parser.n2t('width'));
|
|
8415
8478
|
var tmp_4;
|
|
8416
8479
|
if (tmp4_safe_receiver == null) {
|
|
8417
8480
|
tmp_4 = null;
|
|
@@ -8456,7 +8519,7 @@
|
|
|
8456
8519
|
protoOf(Video).s3c = function () {
|
|
8457
8520
|
return this.aspectRatio;
|
|
8458
8521
|
};
|
|
8459
|
-
protoOf(Video).
|
|
8522
|
+
protoOf(Video).f2x = function () {
|
|
8460
8523
|
return this.gravity;
|
|
8461
8524
|
};
|
|
8462
8525
|
protoOf(Video).x2v = function () {
|
|
@@ -8645,13 +8708,13 @@
|
|
|
8645
8708
|
function LessonPage_init_$Create$(manifest, fileName, parser) {
|
|
8646
8709
|
return LessonPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(LessonPage)));
|
|
8647
8710
|
}
|
|
8648
|
-
protoOf(LessonPage).
|
|
8711
|
+
protoOf(LessonPage).l2x = function () {
|
|
8649
8712
|
return this.l3d_1;
|
|
8650
8713
|
};
|
|
8651
8714
|
protoOf(LessonPage).s2s = function () {
|
|
8652
8715
|
return this.m3d_1;
|
|
8653
8716
|
};
|
|
8654
|
-
protoOf(LessonPage).
|
|
8717
|
+
protoOf(LessonPage).n3d = function (type) {
|
|
8655
8718
|
return type.equals(Type_LESSON_getInstance());
|
|
8656
8719
|
};
|
|
8657
8720
|
function LessonPage() {
|
|
@@ -8664,9 +8727,9 @@
|
|
|
8664
8727
|
});
|
|
8665
8728
|
function Companion_42() {
|
|
8666
8729
|
Companion_instance_42 = this;
|
|
8667
|
-
this.
|
|
8668
|
-
this.
|
|
8669
|
-
this.
|
|
8730
|
+
this.o3e_1 = 'card';
|
|
8731
|
+
this.p3e_1 = 'id';
|
|
8732
|
+
this.q3e_1 = 'content';
|
|
8670
8733
|
}
|
|
8671
8734
|
var Companion_instance_42;
|
|
8672
8735
|
function Companion_getInstance_45() {
|
|
@@ -8677,27 +8740,27 @@
|
|
|
8677
8740
|
function Card_init_$Init$_0(page, parser, $this) {
|
|
8678
8741
|
BaseModel.call($this, page);
|
|
8679
8742
|
Card_0.call($this);
|
|
8680
|
-
$this.
|
|
8743
|
+
$this.s3e_1 = page;
|
|
8681
8744
|
Companion_getInstance_59();
|
|
8682
8745
|
var tmp = get_XMLNS_PAGE();
|
|
8683
8746
|
Companion_getInstance_45();
|
|
8684
8747
|
parser.t2r(2, tmp, 'card');
|
|
8685
8748
|
var tmp_0 = $this;
|
|
8686
8749
|
Companion_getInstance_45();
|
|
8687
|
-
tmp_0.
|
|
8750
|
+
tmp_0.t3e_1 = parser.n2t('id');
|
|
8688
8751
|
var tmp_1 = $this;
|
|
8689
8752
|
var tmp0_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
8690
|
-
tmp_1.
|
|
8753
|
+
tmp_1.u3e_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
8691
8754
|
var tmp_2 = $this;
|
|
8692
8755
|
var tmp$ret$0;
|
|
8693
8756
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8694
8757
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8695
|
-
tmp_2.
|
|
8758
|
+
tmp_2.v3e_1 = tmp$ret$0;
|
|
8696
8759
|
var tmp_3 = $this;
|
|
8697
8760
|
var tmp$ret$1;
|
|
8698
8761
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8699
8762
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8700
|
-
tmp_3.
|
|
8763
|
+
tmp_3.w3e_1 = tmp$ret$1;
|
|
8701
8764
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8702
8765
|
$l$loop_4: while (true) {
|
|
8703
8766
|
var tmp_4 = parser.h();
|
|
@@ -8717,7 +8780,7 @@
|
|
|
8717
8780
|
if (tmp1_subject === 'events') {
|
|
8718
8781
|
var tmp2_this = $this;
|
|
8719
8782
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8720
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8783
|
+
var tmp0_plusAssign = tmp2_this.v3e_1;
|
|
8721
8784
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
8722
8785
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8723
8786
|
}
|
|
@@ -8727,7 +8790,7 @@
|
|
|
8727
8790
|
if (tmp3_subject === 'content') {
|
|
8728
8791
|
var tmp4_this = $this;
|
|
8729
8792
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8730
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8793
|
+
var tmp3_plusAssign = tmp4_this.w3e_1;
|
|
8731
8794
|
var tmp$ret$10;
|
|
8732
8795
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8733
8796
|
var tmp$ret$9;
|
|
@@ -8823,7 +8886,7 @@
|
|
|
8823
8886
|
}
|
|
8824
8887
|
function Companion_43() {
|
|
8825
8888
|
Companion_instance_43 = this;
|
|
8826
|
-
this.
|
|
8889
|
+
this.x3e_1 = 'cardcollection';
|
|
8827
8890
|
}
|
|
8828
8891
|
var Companion_instance_43;
|
|
8829
8892
|
function Companion_getInstance_46() {
|
|
@@ -8840,17 +8903,17 @@
|
|
|
8840
8903
|
parser.t2r(2, tmp, 'page');
|
|
8841
8904
|
var tmp_0 = Companion_getInstance_48();
|
|
8842
8905
|
Companion_getInstance_46();
|
|
8843
|
-
tmp_0.
|
|
8906
|
+
tmp_0.y3e(parser, 'cardcollection');
|
|
8844
8907
|
var tmp_1 = $this;
|
|
8845
8908
|
var tmp$ret$0;
|
|
8846
8909
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8847
8910
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8848
|
-
tmp_1.
|
|
8911
|
+
tmp_1.r3f_1 = tmp$ret$0;
|
|
8849
8912
|
var tmp_2 = $this;
|
|
8850
8913
|
var tmp$ret$1;
|
|
8851
8914
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8852
8915
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8853
|
-
tmp_2.
|
|
8916
|
+
tmp_2.s3f_1 = tmp$ret$1;
|
|
8854
8917
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8855
8918
|
$l$loop_1: while (true) {
|
|
8856
8919
|
var tmp_3 = parser.h();
|
|
@@ -8870,7 +8933,7 @@
|
|
|
8870
8933
|
if (tmp1_subject === 'events') {
|
|
8871
8934
|
var tmp2_this = $this;
|
|
8872
8935
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8873
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8936
|
+
var tmp0_plusAssign = tmp2_this.r3f_1;
|
|
8874
8937
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
8875
8938
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8876
8939
|
}
|
|
@@ -8879,7 +8942,7 @@
|
|
|
8879
8942
|
if (tmp3_subject === 'cards') {
|
|
8880
8943
|
var tmp4_this = $this;
|
|
8881
8944
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8882
|
-
var tmp2_plusAssign = tmp4_this.
|
|
8945
|
+
var tmp2_plusAssign = tmp4_this.s3f_1;
|
|
8883
8946
|
var tmp3_plusAssign = parseCards($this, parser);
|
|
8884
8947
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
8885
8948
|
}
|
|
@@ -8941,7 +9004,7 @@
|
|
|
8941
9004
|
return tmp$ret$2;
|
|
8942
9005
|
}
|
|
8943
9006
|
protoOf(Card_0).s2s = function () {
|
|
8944
|
-
return this.
|
|
9007
|
+
return this.w3e_1;
|
|
8945
9008
|
};
|
|
8946
9009
|
protoOf(Card_0)._getAnalyticsEvents = function (type) {
|
|
8947
9010
|
var tmp0_subject = type;
|
|
@@ -8951,7 +9014,7 @@
|
|
|
8951
9014
|
case 1:
|
|
8952
9015
|
var tmp$ret$2;
|
|
8953
9016
|
// Inline function 'kotlin.collections.filter' call
|
|
8954
|
-
var tmp1_filter = this.
|
|
9017
|
+
var tmp1_filter = this.v3e_1;
|
|
8955
9018
|
var tmp$ret$1;
|
|
8956
9019
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8957
9020
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -8973,7 +9036,7 @@
|
|
|
8973
9036
|
case 2:
|
|
8974
9037
|
var tmp$ret$5;
|
|
8975
9038
|
// Inline function 'kotlin.collections.filter' call
|
|
8976
|
-
var tmp3_filter = this.
|
|
9039
|
+
var tmp3_filter = this.v3e_1;
|
|
8977
9040
|
var tmp$ret$4;
|
|
8978
9041
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8979
9042
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -9007,10 +9070,10 @@
|
|
|
9007
9070
|
defineProp(protoOf(Card_0), 'content', function () {
|
|
9008
9071
|
return this.a2t();
|
|
9009
9072
|
});
|
|
9010
|
-
protoOf(CardCollectionPage).
|
|
9011
|
-
return this.
|
|
9073
|
+
protoOf(CardCollectionPage).l2x = function () {
|
|
9074
|
+
return this.r3f_1;
|
|
9012
9075
|
};
|
|
9013
|
-
protoOf(CardCollectionPage).
|
|
9076
|
+
protoOf(CardCollectionPage).n3d = function (type) {
|
|
9014
9077
|
return type.equals(Type_CYOA_getInstance());
|
|
9015
9078
|
};
|
|
9016
9079
|
function CardCollectionPage() {
|
|
@@ -9046,7 +9109,7 @@
|
|
|
9046
9109
|
}
|
|
9047
9110
|
function Companion_44() {
|
|
9048
9111
|
Companion_instance_44 = this;
|
|
9049
|
-
this.
|
|
9112
|
+
this.t3f_1 = 'content';
|
|
9050
9113
|
}
|
|
9051
9114
|
var Companion_instance_44;
|
|
9052
9115
|
function Companion_getInstance_47() {
|
|
@@ -9063,17 +9126,17 @@
|
|
|
9063
9126
|
parser.t2r(2, tmp, 'page');
|
|
9064
9127
|
var tmp_0 = Companion_getInstance_48();
|
|
9065
9128
|
Companion_getInstance_47();
|
|
9066
|
-
tmp_0.
|
|
9129
|
+
tmp_0.y3e(parser, 'content');
|
|
9067
9130
|
var tmp_1 = $this;
|
|
9068
9131
|
var tmp$ret$0;
|
|
9069
9132
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
9070
9133
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
9071
|
-
tmp_1.
|
|
9134
|
+
tmp_1.m3g_1 = tmp$ret$0;
|
|
9072
9135
|
var tmp_2 = $this;
|
|
9073
9136
|
var tmp$ret$1;
|
|
9074
9137
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
9075
9138
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
9076
|
-
tmp_2.
|
|
9139
|
+
tmp_2.n3g_1 = tmp$ret$1;
|
|
9077
9140
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
9078
9141
|
$l$loop_4: while (true) {
|
|
9079
9142
|
var tmp_3 = parser.h();
|
|
@@ -9093,7 +9156,7 @@
|
|
|
9093
9156
|
if (tmp1_subject === 'events') {
|
|
9094
9157
|
var tmp2_this = $this;
|
|
9095
9158
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
9096
|
-
var tmp0_plusAssign = tmp2_this.
|
|
9159
|
+
var tmp0_plusAssign = tmp2_this.m3g_1;
|
|
9097
9160
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
9098
9161
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
9099
9162
|
}
|
|
@@ -9102,7 +9165,7 @@
|
|
|
9102
9165
|
if (tmp3_subject === 'content') {
|
|
9103
9166
|
var tmp4_this = $this;
|
|
9104
9167
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
9105
|
-
var tmp3_plusAssign = tmp4_this.
|
|
9168
|
+
var tmp3_plusAssign = tmp4_this.n3g_1;
|
|
9106
9169
|
var tmp$ret$10;
|
|
9107
9170
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
9108
9171
|
var tmp$ret$9;
|
|
@@ -9196,13 +9259,13 @@
|
|
|
9196
9259
|
function ContentPage_init_$Create$(manifest, fileName, parser) {
|
|
9197
9260
|
return ContentPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(ContentPage)));
|
|
9198
9261
|
}
|
|
9199
|
-
protoOf(ContentPage).
|
|
9200
|
-
return this.
|
|
9262
|
+
protoOf(ContentPage).l2x = function () {
|
|
9263
|
+
return this.m3g_1;
|
|
9201
9264
|
};
|
|
9202
9265
|
protoOf(ContentPage).s2s = function () {
|
|
9203
|
-
return this.
|
|
9266
|
+
return this.n3g_1;
|
|
9204
9267
|
};
|
|
9205
|
-
protoOf(ContentPage).
|
|
9268
|
+
protoOf(ContentPage).n3d = function (type) {
|
|
9206
9269
|
return type.equals(Type_CYOA_getInstance());
|
|
9207
9270
|
};
|
|
9208
9271
|
function ContentPage() {
|
|
@@ -9216,16 +9279,16 @@
|
|
|
9216
9279
|
});
|
|
9217
9280
|
function Companion_45() {
|
|
9218
9281
|
Companion_instance_45 = this;
|
|
9219
|
-
this.
|
|
9282
|
+
this.i33_1 = 'page';
|
|
9220
9283
|
var tmp = this;
|
|
9221
9284
|
var tmp$ret$0;
|
|
9222
9285
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.color' call
|
|
9223
9286
|
tmp$ret$0 = toPlatformColor(Companion_getInstance_0().h2j(0 / 255.0, 0 / 255.0, 0 / 255.0, 0.0));
|
|
9224
|
-
tmp.
|
|
9225
|
-
this.
|
|
9226
|
-
this.
|
|
9287
|
+
tmp.j33_1 = tmp$ret$0;
|
|
9288
|
+
this.k33_1 = Companion_getInstance_22().CENTER;
|
|
9289
|
+
this.l33_1 = ImageScaleType_FILL_X_getInstance();
|
|
9227
9290
|
}
|
|
9228
|
-
protoOf(Companion_45).
|
|
9291
|
+
protoOf(Companion_45).m33 = function (manifest, fileName, parser) {
|
|
9229
9292
|
Companion_getInstance_59();
|
|
9230
9293
|
parser.t2r(2, null, 'page');
|
|
9231
9294
|
var tmp0_subject = parser.v2r();
|
|
@@ -9267,7 +9330,7 @@
|
|
|
9267
9330
|
var tmp_2;
|
|
9268
9331
|
var tmp$ret$0;
|
|
9269
9332
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.page.Companion.parse.<anonymous>' call
|
|
9270
|
-
tmp$ret$0 = tmp1_safe_receiver.
|
|
9333
|
+
tmp$ret$0 = tmp1_safe_receiver.n3d(manifest.type);
|
|
9271
9334
|
if (tmp$ret$0) {
|
|
9272
9335
|
tmp_2 = tmp1_safe_receiver;
|
|
9273
9336
|
} else {
|
|
@@ -9278,7 +9341,7 @@
|
|
|
9278
9341
|
}
|
|
9279
9342
|
return tmp_1;
|
|
9280
9343
|
};
|
|
9281
|
-
protoOf(Companion_45).
|
|
9344
|
+
protoOf(Companion_45).y3e = function (_this__u8e3s4, type) {
|
|
9282
9345
|
var actual = _this__u8e3s4.i2v(get_XMLNS_XSI(), 'type');
|
|
9283
9346
|
if (!(type === actual))
|
|
9284
9347
|
throw new XmlPullParserException('expected ' + type + ' not ' + actual);
|
|
@@ -9295,9 +9358,9 @@
|
|
|
9295
9358
|
Companion_getInstance_59();
|
|
9296
9359
|
Companion_getInstance_48();
|
|
9297
9360
|
parser.t2r(2, null, 'page');
|
|
9298
|
-
$this.
|
|
9299
|
-
$this.
|
|
9300
|
-
$this.
|
|
9361
|
+
$this.r3d_1 = parser.n2t('id');
|
|
9362
|
+
$this.s3d_1 = fileName;
|
|
9363
|
+
$this.t3d_1 = parser.i2v(get_XMLNS_CYOA(), 'parent');
|
|
9301
9364
|
var tmp = $this;
|
|
9302
9365
|
var tmp0_safe_receiver = parser.n2t('hidden');
|
|
9303
9366
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
@@ -9316,44 +9379,44 @@
|
|
|
9316
9379
|
tmp_1._dismissListeners = toSet_0(tmp$ret$1);
|
|
9317
9380
|
var tmp_2 = $this;
|
|
9318
9381
|
var tmp2_safe_receiver = parser.n2t(get_XML_PRIMARY_COLOR());
|
|
9319
|
-
tmp_2.
|
|
9382
|
+
tmp_2.u3d_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
9320
9383
|
var tmp_3 = $this;
|
|
9321
9384
|
var tmp3_safe_receiver = parser.n2t(get_XML_PRIMARY_TEXT_COLOR());
|
|
9322
|
-
tmp_3.
|
|
9385
|
+
tmp_3.v3d_1 = tmp3_safe_receiver == null ? null : toColorOrNull(tmp3_safe_receiver);
|
|
9323
9386
|
var tmp_4 = $this;
|
|
9324
9387
|
var tmp4_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
9325
9388
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toColorOrNull(tmp4_safe_receiver);
|
|
9326
|
-
tmp_4.
|
|
9327
|
-
$this.
|
|
9389
|
+
tmp_4.w3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().j33_1 : tmp5_elvis_lhs;
|
|
9390
|
+
$this.x3d_1 = parser.n2t(get_XML_BACKGROUND_IMAGE());
|
|
9328
9391
|
var tmp_5 = $this;
|
|
9329
9392
|
var tmp6_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
9330
|
-
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().
|
|
9331
|
-
tmp_5.
|
|
9393
|
+
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp6_safe_receiver);
|
|
9394
|
+
tmp_5.y3d_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().k33_1 : tmp7_elvis_lhs;
|
|
9332
9395
|
var tmp_6 = $this;
|
|
9333
9396
|
var tmp8_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
9334
|
-
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().
|
|
9335
|
-
tmp_6.
|
|
9397
|
+
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().o31(tmp8_safe_receiver);
|
|
9398
|
+
tmp_6.z3d_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().l33_1 : tmp9_elvis_lhs;
|
|
9336
9399
|
var tmp_7 = $this;
|
|
9337
9400
|
var tmp10_safe_receiver = parser.n2t(get_XML_CONTROL_COLOR());
|
|
9338
|
-
tmp_7.
|
|
9401
|
+
tmp_7.a3e_1 = tmp10_safe_receiver == null ? null : toColorOrNull(tmp10_safe_receiver);
|
|
9339
9402
|
var tmp_8 = $this;
|
|
9340
9403
|
var tmp_9 = get_XMLNS_CONTENT();
|
|
9341
9404
|
Companion_getInstance_12();
|
|
9342
9405
|
var tmp11_safe_receiver = parser.i2v(tmp_9, 'card-background-color');
|
|
9343
|
-
tmp_8.
|
|
9406
|
+
tmp_8.b3e_1 = tmp11_safe_receiver == null ? null : toColorOrNull(tmp11_safe_receiver);
|
|
9344
9407
|
var tmp_10 = $this;
|
|
9345
9408
|
var tmp_11 = get_XMLNS_CONTENT();
|
|
9346
9409
|
Companion_getInstance_32();
|
|
9347
9410
|
var tmp12_safe_receiver = parser.i2v(tmp_11, 'multiselect-option-background-color');
|
|
9348
|
-
tmp_10.
|
|
9411
|
+
tmp_10.c3e_1 = tmp12_safe_receiver == null ? null : toColorOrNull(tmp12_safe_receiver);
|
|
9349
9412
|
var tmp_12 = $this;
|
|
9350
9413
|
var tmp_13 = get_XMLNS_CONTENT();
|
|
9351
9414
|
Companion_getInstance_32();
|
|
9352
9415
|
var tmp13_safe_receiver = parser.i2v(tmp_13, 'multiselect-option-selected-color');
|
|
9353
|
-
tmp_12.
|
|
9416
|
+
tmp_12.d3e_1 = tmp13_safe_receiver == null ? null : toColorOrNull(tmp13_safe_receiver);
|
|
9354
9417
|
var tmp_14 = $this;
|
|
9355
9418
|
var tmp14_safe_receiver = parser.n2t(get_XML_TEXT_COLOR());
|
|
9356
|
-
tmp_14.
|
|
9419
|
+
tmp_14.e3e_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
9357
9420
|
var tmp_15 = $this;
|
|
9358
9421
|
var tmp15_safe_receiver = parser.n2t(get_XML_TEXT_SCALE());
|
|
9359
9422
|
var tmp16_elvis_lhs = tmp15_safe_receiver == null ? null : toDoubleOrNull(tmp15_safe_receiver);
|
|
@@ -9364,7 +9427,7 @@
|
|
|
9364
9427
|
} else {
|
|
9365
9428
|
tmp_16 = tmp16_elvis_lhs;
|
|
9366
9429
|
}
|
|
9367
|
-
tmp_15.
|
|
9430
|
+
tmp_15.f3e_1 = tmp_16;
|
|
9368
9431
|
return $this;
|
|
9369
9432
|
}
|
|
9370
9433
|
function Page_init_$Init$_0(manifest, id, fileName, parentPage, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, controlColor, cardBackgroundColor, multiselectOptionBackgroundColor, multiselectOptionSelectedColor, textColor, textScale, $this) {
|
|
@@ -9373,10 +9436,10 @@
|
|
|
9373
9436
|
fileName = fileName === VOID ? null : fileName;
|
|
9374
9437
|
parentPage = parentPage === VOID ? null : parentPage;
|
|
9375
9438
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
9376
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
9439
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().j33_1 : backgroundColor;
|
|
9377
9440
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
9378
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
9379
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
9441
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().k33_1 : backgroundImageGravity;
|
|
9442
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().l33_1 : backgroundImageScaleType;
|
|
9380
9443
|
controlColor = controlColor === VOID ? null : controlColor;
|
|
9381
9444
|
cardBackgroundColor = cardBackgroundColor === VOID ? null : cardBackgroundColor;
|
|
9382
9445
|
multiselectOptionBackgroundColor = multiselectOptionBackgroundColor === VOID ? null : multiselectOptionBackgroundColor;
|
|
@@ -9392,30 +9455,30 @@
|
|
|
9392
9455
|
textScale = tmp;
|
|
9393
9456
|
BaseModel.call($this, manifest);
|
|
9394
9457
|
Page.call($this);
|
|
9395
|
-
$this.
|
|
9396
|
-
$this.
|
|
9397
|
-
$this.
|
|
9458
|
+
$this.r3d_1 = id;
|
|
9459
|
+
$this.s3d_1 = fileName;
|
|
9460
|
+
$this.t3d_1 = parentPage;
|
|
9398
9461
|
$this.isHidden = false;
|
|
9399
9462
|
$this._listeners = emptySet();
|
|
9400
9463
|
$this._dismissListeners = emptySet();
|
|
9401
|
-
$this.
|
|
9402
|
-
$this.
|
|
9403
|
-
$this.
|
|
9404
|
-
$this.
|
|
9405
|
-
$this.
|
|
9406
|
-
$this.
|
|
9407
|
-
$this.
|
|
9408
|
-
$this.
|
|
9409
|
-
$this.
|
|
9410
|
-
$this.
|
|
9411
|
-
$this.
|
|
9412
|
-
$this.
|
|
9464
|
+
$this.u3d_1 = primaryColor;
|
|
9465
|
+
$this.v3d_1 = null;
|
|
9466
|
+
$this.w3d_1 = backgroundColor;
|
|
9467
|
+
$this.x3d_1 = backgroundImage;
|
|
9468
|
+
$this.y3d_1 = backgroundImageGravity;
|
|
9469
|
+
$this.z3d_1 = backgroundImageScaleType;
|
|
9470
|
+
$this.a3e_1 = controlColor;
|
|
9471
|
+
$this.b3e_1 = cardBackgroundColor;
|
|
9472
|
+
$this.c3e_1 = multiselectOptionBackgroundColor;
|
|
9473
|
+
$this.d3e_1 = multiselectOptionSelectedColor;
|
|
9474
|
+
$this.e3e_1 = textColor;
|
|
9475
|
+
$this.f3e_1 = textScale;
|
|
9413
9476
|
return $this;
|
|
9414
9477
|
}
|
|
9415
9478
|
function Page$id$delegate$lambda(this$0) {
|
|
9416
9479
|
return function () {
|
|
9417
|
-
var tmp0_elvis_lhs = this$0.
|
|
9418
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.
|
|
9480
|
+
var tmp0_elvis_lhs = this$0.r3d_1;
|
|
9481
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.s3d_1 : tmp0_elvis_lhs;
|
|
9419
9482
|
return tmp1_elvis_lhs == null ? '' + this$0.x2o().code + '-' + this$0.position : tmp1_elvis_lhs;
|
|
9420
9483
|
};
|
|
9421
9484
|
}
|
|
@@ -9428,76 +9491,76 @@
|
|
|
9428
9491
|
var tmp$ret$0;
|
|
9429
9492
|
// Inline function 'kotlin.getValue' call
|
|
9430
9493
|
var tmp0_getValue = id$factory();
|
|
9431
|
-
tmp$ret$0 = this.
|
|
9494
|
+
tmp$ret$0 = this.p3d_1.o1();
|
|
9432
9495
|
return tmp$ret$0;
|
|
9433
9496
|
};
|
|
9434
|
-
protoOf(Page).
|
|
9497
|
+
protoOf(Page).g3e = function () {
|
|
9435
9498
|
var tmp$ret$0;
|
|
9436
9499
|
// Inline function 'kotlin.getValue' call
|
|
9437
9500
|
var tmp0_getValue = position$factory();
|
|
9438
|
-
tmp$ret$0 = this.
|
|
9501
|
+
tmp$ret$0 = this.q3d_1.o1();
|
|
9439
9502
|
return tmp$ret$0;
|
|
9440
9503
|
};
|
|
9504
|
+
protoOf(Page).h3e = function () {
|
|
9505
|
+
return this.s3d_1;
|
|
9506
|
+
};
|
|
9441
9507
|
protoOf(Page).i3e = function () {
|
|
9442
|
-
return this.t3d_1;
|
|
9508
|
+
return this.x2o().findPage(this.t3d_1);
|
|
9443
9509
|
};
|
|
9444
9510
|
protoOf(Page).j3e = function () {
|
|
9445
|
-
return this.x2o().findPage(this.u3d_1);
|
|
9446
|
-
};
|
|
9447
|
-
protoOf(Page).k3e = function () {
|
|
9448
9511
|
return this.isHidden;
|
|
9449
9512
|
};
|
|
9450
|
-
protoOf(Page).
|
|
9513
|
+
protoOf(Page).k3e = function () {
|
|
9451
9514
|
return this._listeners;
|
|
9452
9515
|
};
|
|
9453
|
-
protoOf(Page).
|
|
9516
|
+
protoOf(Page).t36 = function () {
|
|
9454
9517
|
return this._dismissListeners;
|
|
9455
9518
|
};
|
|
9456
|
-
protoOf(Page).
|
|
9457
|
-
var tmp0_elvis_lhs = this.
|
|
9519
|
+
protoOf(Page).i2y = function () {
|
|
9520
|
+
var tmp0_elvis_lhs = this.u3d_1;
|
|
9458
9521
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
9459
9522
|
};
|
|
9460
|
-
protoOf(Page).
|
|
9461
|
-
var tmp0_elvis_lhs = this.
|
|
9523
|
+
protoOf(Page).j2y = function () {
|
|
9524
|
+
var tmp0_elvis_lhs = this.v3d_1;
|
|
9462
9525
|
return tmp0_elvis_lhs == null ? get_primaryTextColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
9463
9526
|
};
|
|
9464
|
-
protoOf(Page).
|
|
9465
|
-
return this.
|
|
9527
|
+
protoOf(Page).h2x = function () {
|
|
9528
|
+
return this.w3d_1;
|
|
9466
9529
|
};
|
|
9467
|
-
protoOf(Page).
|
|
9468
|
-
return this.
|
|
9530
|
+
protoOf(Page).l3e = function () {
|
|
9531
|
+
return this.x3d_1;
|
|
9469
9532
|
};
|
|
9470
9533
|
protoOf(Page).w36 = function () {
|
|
9471
|
-
return getResource(this, this.
|
|
9534
|
+
return getResource(this, this.x3d_1);
|
|
9472
9535
|
};
|
|
9473
9536
|
protoOf(Page).x36 = function () {
|
|
9474
|
-
return this.
|
|
9537
|
+
return this.y3d_1;
|
|
9475
9538
|
};
|
|
9476
9539
|
protoOf(Page).y36 = function () {
|
|
9477
|
-
return this.
|
|
9540
|
+
return this.z3d_1;
|
|
9478
9541
|
};
|
|
9479
|
-
protoOf(Page).
|
|
9480
|
-
var tmp0_elvis_lhs = this.
|
|
9542
|
+
protoOf(Page).m3e = function () {
|
|
9543
|
+
var tmp0_elvis_lhs = this.a3e_1;
|
|
9481
9544
|
return tmp0_elvis_lhs == null ? this.x2o().a2u_1 : tmp0_elvis_lhs;
|
|
9482
9545
|
};
|
|
9483
|
-
protoOf(Page).
|
|
9484
|
-
var tmp0_elvis_lhs = this.
|
|
9485
|
-
return tmp0_elvis_lhs == null ? this.x2o().
|
|
9546
|
+
protoOf(Page).l2y = function () {
|
|
9547
|
+
var tmp0_elvis_lhs = this.b3e_1;
|
|
9548
|
+
return tmp0_elvis_lhs == null ? this.x2o().l2y() : tmp0_elvis_lhs;
|
|
9486
9549
|
};
|
|
9487
|
-
protoOf(Page).
|
|
9488
|
-
var tmp0_elvis_lhs = this.
|
|
9550
|
+
protoOf(Page).m2y = function () {
|
|
9551
|
+
var tmp0_elvis_lhs = this.c3e_1;
|
|
9489
9552
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
9490
9553
|
};
|
|
9491
|
-
protoOf(Page).
|
|
9492
|
-
var tmp0_elvis_lhs = this.
|
|
9554
|
+
protoOf(Page).n2y = function () {
|
|
9555
|
+
var tmp0_elvis_lhs = this.d3e_1;
|
|
9493
9556
|
return tmp0_elvis_lhs == null ? get_multiselectOptionSelectedColor.call(this) : tmp0_elvis_lhs;
|
|
9494
9557
|
};
|
|
9495
|
-
protoOf(Page).
|
|
9496
|
-
var tmp0_elvis_lhs = this.
|
|
9558
|
+
protoOf(Page).g2y = function () {
|
|
9559
|
+
var tmp0_elvis_lhs = this.e3e_1;
|
|
9497
9560
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
9498
9561
|
};
|
|
9499
|
-
protoOf(Page).
|
|
9500
|
-
return this.
|
|
9562
|
+
protoOf(Page).o2y = function () {
|
|
9563
|
+
return this.f3e_1 * get_textScale_0(this.z2s());
|
|
9501
9564
|
};
|
|
9502
9565
|
protoOf(Page)._getAnalyticsEvents = function (type) {
|
|
9503
9566
|
var tmp0_subject = type;
|
|
@@ -9507,7 +9570,7 @@
|
|
|
9507
9570
|
case 1:
|
|
9508
9571
|
var tmp$ret$2;
|
|
9509
9572
|
// Inline function 'kotlin.collections.filter' call
|
|
9510
|
-
var tmp1_filter = this.
|
|
9573
|
+
var tmp1_filter = this.l2x();
|
|
9511
9574
|
var tmp$ret$1;
|
|
9512
9575
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9513
9576
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -9529,7 +9592,7 @@
|
|
|
9529
9592
|
case 2:
|
|
9530
9593
|
var tmp$ret$5;
|
|
9531
9594
|
// Inline function 'kotlin.collections.filter' call
|
|
9532
|
-
var tmp3_filter = this.
|
|
9595
|
+
var tmp3_filter = this.l2x();
|
|
9533
9596
|
var tmp$ret$4;
|
|
9534
9597
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9535
9598
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -9561,7 +9624,7 @@
|
|
|
9561
9624
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
9562
9625
|
return tmp$ret$0;
|
|
9563
9626
|
};
|
|
9564
|
-
protoOf(Page).
|
|
9627
|
+
protoOf(Page).n3e = function () {
|
|
9565
9628
|
var tmp$ret$0;
|
|
9566
9629
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
9567
9630
|
var tmp0_toTypedArray = this._listeners;
|
|
@@ -9571,16 +9634,16 @@
|
|
|
9571
9634
|
function Page() {
|
|
9572
9635
|
Companion_getInstance_48();
|
|
9573
9636
|
var tmp = this;
|
|
9574
|
-
tmp.
|
|
9637
|
+
tmp.p3d_1 = lazy(Page$id$delegate$lambda(this));
|
|
9575
9638
|
var tmp_0 = this;
|
|
9576
|
-
tmp_0.
|
|
9639
|
+
tmp_0.q3d_1 = lazy(Page$position$delegate$lambda(this));
|
|
9577
9640
|
}
|
|
9578
9641
|
defineProp(protoOf(Page), 'id', protoOf(Page).p2u);
|
|
9579
|
-
defineProp(protoOf(Page), 'position', protoOf(Page).
|
|
9580
|
-
defineProp(protoOf(Page), 'parentPage', protoOf(Page).
|
|
9642
|
+
defineProp(protoOf(Page), 'position', protoOf(Page).g3e);
|
|
9643
|
+
defineProp(protoOf(Page), 'parentPage', protoOf(Page).i3e);
|
|
9581
9644
|
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).w36);
|
|
9582
9645
|
defineProp(protoOf(Page), 'dismissListeners', protoOf(Page).z37);
|
|
9583
|
-
defineProp(protoOf(Page), 'listeners', protoOf(Page).
|
|
9646
|
+
defineProp(protoOf(Page), 'listeners', protoOf(Page).n3e);
|
|
9584
9647
|
function id$factory() {
|
|
9585
9648
|
return getPropertyCallableRef('id', 1, KProperty1, function (receiver) {
|
|
9586
9649
|
return receiver.id;
|
|
@@ -9597,9 +9660,9 @@
|
|
|
9597
9660
|
var XMLNS_SHAREABLE;
|
|
9598
9661
|
function Companion_46() {
|
|
9599
9662
|
Companion_instance_46 = this;
|
|
9600
|
-
this.
|
|
9663
|
+
this.f36_1 = 'items';
|
|
9601
9664
|
}
|
|
9602
|
-
protoOf(Companion_46).
|
|
9665
|
+
protoOf(Companion_46).g36 = function (_this__u8e3s4, manifest) {
|
|
9603
9666
|
var tmp$ret$4;
|
|
9604
9667
|
// Inline function 'kotlin.collections.buildList' call
|
|
9605
9668
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -9628,7 +9691,7 @@
|
|
|
9628
9691
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.shareable.Companion.parseShareableItems.<anonymous>.<anonymous>' call
|
|
9629
9692
|
var tmp0_subject = _this__u8e3s4.v2r();
|
|
9630
9693
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
9631
|
-
var tmp1_safe_receiver = Companion_getInstance_49().
|
|
9694
|
+
var tmp1_safe_receiver = Companion_getInstance_49().o3g(manifest, _this__u8e3s4);
|
|
9632
9695
|
if (tmp1_safe_receiver == null)
|
|
9633
9696
|
null;
|
|
9634
9697
|
else {
|
|
@@ -9652,9 +9715,9 @@
|
|
|
9652
9715
|
tmp$ret$4 = tmp$ret$3;
|
|
9653
9716
|
return tmp$ret$4;
|
|
9654
9717
|
};
|
|
9655
|
-
protoOf(Companion_46).
|
|
9718
|
+
protoOf(Companion_46).o3g = function (manifest, parser) {
|
|
9656
9719
|
Companion_getInstance_59();
|
|
9657
|
-
parser.
|
|
9720
|
+
parser.p3g(2, get_XMLNS_SHAREABLE());
|
|
9658
9721
|
var tmp0_subject = parser.v2r();
|
|
9659
9722
|
var tmp;
|
|
9660
9723
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
@@ -9682,23 +9745,23 @@
|
|
|
9682
9745
|
BaseModel.call($this, parent);
|
|
9683
9746
|
Shareable.call($this);
|
|
9684
9747
|
Companion_getInstance_59();
|
|
9685
|
-
parser.
|
|
9686
|
-
$this.
|
|
9748
|
+
parser.p3g(2, get_XMLNS_SHAREABLE());
|
|
9749
|
+
$this.l36_1 = parser.n2t('id');
|
|
9687
9750
|
var tmp = $this;
|
|
9688
9751
|
var tmp0_safe_receiver = parser.n2t('order');
|
|
9689
9752
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
9690
|
-
tmp.
|
|
9753
|
+
tmp.m36_1 = tmp1_elvis_lhs == null ? 2147483647 : tmp1_elvis_lhs;
|
|
9691
9754
|
return $this;
|
|
9692
9755
|
}
|
|
9693
9756
|
protoOf(Shareable).p2u = function () {
|
|
9694
|
-
return this.
|
|
9757
|
+
return this.l36_1;
|
|
9695
9758
|
};
|
|
9696
9759
|
function Shareable() {
|
|
9697
9760
|
Companion_getInstance_49();
|
|
9698
9761
|
}
|
|
9699
9762
|
function Companion_47() {
|
|
9700
9763
|
Companion_instance_47 = this;
|
|
9701
|
-
this.
|
|
9764
|
+
this.q3g_1 = 'image';
|
|
9702
9765
|
}
|
|
9703
9766
|
var Companion_instance_47;
|
|
9704
9767
|
function Companion_getInstance_50() {
|
|
@@ -9713,7 +9776,7 @@
|
|
|
9713
9776
|
var tmp = get_XMLNS_SHAREABLE();
|
|
9714
9777
|
Companion_getInstance_50();
|
|
9715
9778
|
parser.t2r(2, tmp, 'image');
|
|
9716
|
-
$this.
|
|
9779
|
+
$this.u3g_1 = parser.n2t('resource');
|
|
9717
9780
|
var description = null;
|
|
9718
9781
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
9719
9782
|
$l$loop_1: while (true) {
|
|
@@ -9739,7 +9802,7 @@
|
|
|
9739
9802
|
continue $l$loop_1;
|
|
9740
9803
|
skipTag(parser);
|
|
9741
9804
|
}
|
|
9742
|
-
$this.
|
|
9805
|
+
$this.v3g_1 = description;
|
|
9743
9806
|
return $this;
|
|
9744
9807
|
}
|
|
9745
9808
|
function ShareableImage_init_$Create$(manifest, parser) {
|
|
@@ -9747,7 +9810,7 @@
|
|
|
9747
9810
|
}
|
|
9748
9811
|
protoOf(ShareableImage).p2u = function () {
|
|
9749
9812
|
var tmp0_elvis_lhs = protoOf(Shareable).p2u.call(this);
|
|
9750
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9813
|
+
return tmp0_elvis_lhs == null ? this.u3g_1 : tmp0_elvis_lhs;
|
|
9751
9814
|
};
|
|
9752
9815
|
function ShareableImage() {
|
|
9753
9816
|
Companion_getInstance_50();
|
|
@@ -9758,7 +9821,7 @@
|
|
|
9758
9821
|
var XMLNS_TRAINING;
|
|
9759
9822
|
function Companion_48() {
|
|
9760
9823
|
Companion_instance_48 = this;
|
|
9761
|
-
this.
|
|
9824
|
+
this.w3g_1 = 'tip';
|
|
9762
9825
|
}
|
|
9763
9826
|
var Companion_instance_48;
|
|
9764
9827
|
function Companion_getInstance_51() {
|
|
@@ -9793,7 +9856,7 @@
|
|
|
9793
9856
|
protoOf(InlineTip).p2u = function () {
|
|
9794
9857
|
return this.id;
|
|
9795
9858
|
};
|
|
9796
|
-
protoOf(InlineTip).
|
|
9859
|
+
protoOf(InlineTip).f3h = function () {
|
|
9797
9860
|
return this.x2o().y37(this.id);
|
|
9798
9861
|
};
|
|
9799
9862
|
protoOf(InlineTip).b2t = function () {
|
|
@@ -9802,7 +9865,7 @@
|
|
|
9802
9865
|
function InlineTip() {
|
|
9803
9866
|
Companion_getInstance_51();
|
|
9804
9867
|
}
|
|
9805
|
-
defineProp(protoOf(InlineTip), 'tip', protoOf(InlineTip).
|
|
9868
|
+
defineProp(protoOf(InlineTip), 'tip', protoOf(InlineTip).f3h);
|
|
9806
9869
|
var Type_ASK_instance;
|
|
9807
9870
|
var Type_CONSIDER_instance;
|
|
9808
9871
|
var Type_TIP_instance;
|
|
@@ -9810,9 +9873,9 @@
|
|
|
9810
9873
|
var Type_QUOTE_instance;
|
|
9811
9874
|
function Companion_49() {
|
|
9812
9875
|
Companion_instance_49 = this;
|
|
9813
|
-
this.
|
|
9876
|
+
this.g3h_1 = Type_TIP_getInstance();
|
|
9814
9877
|
}
|
|
9815
|
-
protoOf(Companion_49).
|
|
9878
|
+
protoOf(Companion_49).q31 = function (_this__u8e3s4) {
|
|
9816
9879
|
var tmp0_subject = _this__u8e3s4;
|
|
9817
9880
|
switch (tmp0_subject) {
|
|
9818
9881
|
case 'tip':
|
|
@@ -9853,11 +9916,11 @@
|
|
|
9853
9916
|
Tip.call($this);
|
|
9854
9917
|
Companion_getInstance_59();
|
|
9855
9918
|
parser.t2r(2, get_XMLNS_TRAINING(), 'tip');
|
|
9856
|
-
$this.
|
|
9919
|
+
$this.y34_1 = id;
|
|
9857
9920
|
var tmp = $this;
|
|
9858
9921
|
var tmp0_safe_receiver = parser.i2v(null, 'type');
|
|
9859
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().
|
|
9860
|
-
tmp.
|
|
9922
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().q31(tmp0_safe_receiver);
|
|
9923
|
+
tmp.z34_1 = tmp1_elvis_lhs == null ? Companion_getInstance_52().g3h_1 : tmp1_elvis_lhs;
|
|
9861
9924
|
var tmp_0 = $this;
|
|
9862
9925
|
var tmp$ret$2;
|
|
9863
9926
|
// Inline function 'kotlin.collections.buildList' call
|
|
@@ -9897,7 +9960,7 @@
|
|
|
9897
9960
|
tmp$ret$0 = tmp0_apply;
|
|
9898
9961
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
9899
9962
|
tmp$ret$2 = tmp$ret$1;
|
|
9900
|
-
tmp_0.
|
|
9963
|
+
tmp_0.a35_1 = tmp$ret$2;
|
|
9901
9964
|
return $this;
|
|
9902
9965
|
}
|
|
9903
9966
|
function Tip_init_$Create$(manifest, id, parser) {
|
|
@@ -9970,20 +10033,20 @@
|
|
|
9970
10033
|
Type_initEntries_2();
|
|
9971
10034
|
return Type_QUOTE_instance;
|
|
9972
10035
|
}
|
|
9973
|
-
protoOf(Tip).
|
|
10036
|
+
protoOf(Tip).i2y = function () {
|
|
9974
10037
|
return Companion_getInstance_29().z2p_1;
|
|
9975
10038
|
};
|
|
9976
|
-
protoOf(Tip).
|
|
10039
|
+
protoOf(Tip).j2y = function () {
|
|
9977
10040
|
return Companion_getInstance_29().a2q_1;
|
|
9978
10041
|
};
|
|
9979
|
-
protoOf(Tip).
|
|
10042
|
+
protoOf(Tip).g2y = function () {
|
|
9980
10043
|
return Companion_getInstance_29().f2q_1;
|
|
9981
10044
|
};
|
|
9982
10045
|
function Tip() {
|
|
9983
10046
|
}
|
|
9984
10047
|
function Companion_50() {
|
|
9985
10048
|
Companion_instance_50 = this;
|
|
9986
|
-
this.
|
|
10049
|
+
this.h3h_1 = 'page';
|
|
9987
10050
|
}
|
|
9988
10051
|
var Companion_instance_50;
|
|
9989
10052
|
function Companion_getInstance_53() {
|
|
@@ -9998,8 +10061,8 @@
|
|
|
9998
10061
|
var tmp = get_XMLNS_TRAINING();
|
|
9999
10062
|
Companion_getInstance_53();
|
|
10000
10063
|
parser.t2r(2, tmp, 'page');
|
|
10001
|
-
$this.
|
|
10002
|
-
$this.
|
|
10064
|
+
$this.j3h_1 = tip;
|
|
10065
|
+
$this.k3h_1 = position;
|
|
10003
10066
|
var tmp_0 = $this;
|
|
10004
10067
|
var tmp$ret$8;
|
|
10005
10068
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -10079,14 +10142,14 @@
|
|
|
10079
10142
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
10080
10143
|
tmp$ret$7 = tmp$ret$6;
|
|
10081
10144
|
tmp$ret$8 = tmp$ret$7;
|
|
10082
|
-
tmp_0.
|
|
10145
|
+
tmp_0.l3h_1 = tmp$ret$8;
|
|
10083
10146
|
return $this;
|
|
10084
10147
|
}
|
|
10085
10148
|
function TipPage_init_$Create$(tip, position, parser) {
|
|
10086
10149
|
return TipPage_init_$Init$(tip, position, parser, objectCreate(protoOf(TipPage)));
|
|
10087
10150
|
}
|
|
10088
10151
|
protoOf(TipPage).s2s = function () {
|
|
10089
|
-
return this.
|
|
10152
|
+
return this.l3h_1;
|
|
10090
10153
|
};
|
|
10091
10154
|
function TipPage() {
|
|
10092
10155
|
Companion_getInstance_53();
|
|
@@ -10099,7 +10162,7 @@
|
|
|
10099
10162
|
});
|
|
10100
10163
|
function Companion_51() {
|
|
10101
10164
|
Companion_instance_51 = this;
|
|
10102
|
-
this.
|
|
10165
|
+
this.m3h_1 = 'call-to-action';
|
|
10103
10166
|
}
|
|
10104
10167
|
var Companion_instance_51;
|
|
10105
10168
|
function Companion_getInstance_54() {
|
|
@@ -10110,10 +10173,10 @@
|
|
|
10110
10173
|
function CallToAction_init_$Init$(parent, $this) {
|
|
10111
10174
|
BaseModel.call($this, parent);
|
|
10112
10175
|
CallToAction.call($this);
|
|
10113
|
-
$this.
|
|
10176
|
+
$this.o3h_1 = parent;
|
|
10114
10177
|
$this.label = null;
|
|
10178
|
+
$this.p3h_1 = null;
|
|
10115
10179
|
$this.q3h_1 = null;
|
|
10116
|
-
$this.r3h_1 = null;
|
|
10117
10180
|
return $this;
|
|
10118
10181
|
}
|
|
10119
10182
|
function CallToAction_init_$Create$(parent) {
|
|
@@ -10126,11 +10189,11 @@
|
|
|
10126
10189
|
var tmp = get_XMLNS_TRACT();
|
|
10127
10190
|
Companion_getInstance_54();
|
|
10128
10191
|
parser.t2r(2, tmp, 'call-to-action');
|
|
10129
|
-
$this.
|
|
10192
|
+
$this.o3h_1 = page;
|
|
10130
10193
|
var tmp_0 = $this;
|
|
10131
10194
|
var tmp0_safe_receiver = parser.n2t('control-color');
|
|
10132
|
-
tmp_0.
|
|
10133
|
-
$this.
|
|
10195
|
+
tmp_0.p3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
10196
|
+
$this.q3h_1 = parser.i2v(get_XMLNS_TRAINING(), 'tip');
|
|
10134
10197
|
var tmp_1 = $this;
|
|
10135
10198
|
var tmp_2 = get_XMLNS_TRACT();
|
|
10136
10199
|
Companion_getInstance_54();
|
|
@@ -10147,41 +10210,41 @@
|
|
|
10147
10210
|
tip = tip === VOID ? null : tip;
|
|
10148
10211
|
BaseModel.call($this, page);
|
|
10149
10212
|
CallToAction.call($this);
|
|
10150
|
-
$this.
|
|
10213
|
+
$this.o3h_1 = page;
|
|
10151
10214
|
var tmp = $this;
|
|
10152
10215
|
var tmp0_safe_receiver = label;
|
|
10153
10216
|
tmp.label = tmp0_safe_receiver == null ? null : tmp0_safe_receiver($this);
|
|
10154
|
-
$this.
|
|
10155
|
-
$this.
|
|
10217
|
+
$this.p3h_1 = controlColor;
|
|
10218
|
+
$this.q3h_1 = tip;
|
|
10156
10219
|
return $this;
|
|
10157
10220
|
}
|
|
10158
10221
|
function createTestCallToAction(page, label, controlColor, tip) {
|
|
10159
10222
|
return CallToAction_init_$Init$_1(page, label, controlColor, tip, objectCreate(protoOf(CallToAction)));
|
|
10160
10223
|
}
|
|
10161
|
-
protoOf(CallToAction).
|
|
10224
|
+
protoOf(CallToAction).d32 = function () {
|
|
10162
10225
|
return this.label;
|
|
10163
10226
|
};
|
|
10164
|
-
protoOf(CallToAction).
|
|
10165
|
-
var tmp0_elvis_lhs = this.
|
|
10227
|
+
protoOf(CallToAction).m3e = function () {
|
|
10228
|
+
var tmp0_elvis_lhs = this.p3h_1;
|
|
10166
10229
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.z2s()) : tmp0_elvis_lhs;
|
|
10167
10230
|
};
|
|
10168
|
-
protoOf(CallToAction).
|
|
10169
|
-
return this.
|
|
10231
|
+
protoOf(CallToAction).r3h = function () {
|
|
10232
|
+
return this.q3h_1;
|
|
10170
10233
|
};
|
|
10171
|
-
protoOf(CallToAction).
|
|
10172
|
-
return this.x2o().y37(this.
|
|
10234
|
+
protoOf(CallToAction).f3h = function () {
|
|
10235
|
+
return this.x2o().y37(this.q3h_1);
|
|
10173
10236
|
};
|
|
10174
10237
|
function CallToAction() {
|
|
10175
10238
|
Companion_getInstance_54();
|
|
10176
10239
|
}
|
|
10177
|
-
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).
|
|
10240
|
+
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).f3h);
|
|
10178
10241
|
function get_XMLNS_TRACT() {
|
|
10179
10242
|
return XMLNS_TRACT;
|
|
10180
10243
|
}
|
|
10181
10244
|
var XMLNS_TRACT;
|
|
10182
10245
|
function Companion_52() {
|
|
10183
10246
|
Companion_instance_52 = this;
|
|
10184
|
-
this.
|
|
10247
|
+
this.s3h_1 = 'header';
|
|
10185
10248
|
}
|
|
10186
10249
|
var Companion_instance_52;
|
|
10187
10250
|
function Companion_getInstance_55() {
|
|
@@ -10198,8 +10261,8 @@
|
|
|
10198
10261
|
parser.t2r(2, tmp, 'header');
|
|
10199
10262
|
var tmp_0 = $this;
|
|
10200
10263
|
var tmp0_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
10201
|
-
tmp_0.
|
|
10202
|
-
$this.
|
|
10264
|
+
tmp_0.u3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
10265
|
+
$this.v3h_1 = parser.i2v(get_XMLNS_TRAINING(), 'tip');
|
|
10203
10266
|
var number = null;
|
|
10204
10267
|
var title = null;
|
|
10205
10268
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -10235,32 +10298,32 @@
|
|
|
10235
10298
|
function Header_init_$Create$(page, parser) {
|
|
10236
10299
|
return Header_init_$Init$(page, parser, objectCreate(protoOf(Header)));
|
|
10237
10300
|
}
|
|
10238
|
-
protoOf(Header).
|
|
10239
|
-
var tmp0_elvis_lhs = this.
|
|
10240
|
-
return tmp0_elvis_lhs == null ? this.
|
|
10301
|
+
protoOf(Header).h2x = function () {
|
|
10302
|
+
var tmp0_elvis_lhs = this.u3h_1;
|
|
10303
|
+
return tmp0_elvis_lhs == null ? this.i2y() : tmp0_elvis_lhs;
|
|
10241
10304
|
};
|
|
10242
|
-
protoOf(Header).
|
|
10243
|
-
return this.
|
|
10305
|
+
protoOf(Header).g2y = function () {
|
|
10306
|
+
return this.j2y();
|
|
10244
10307
|
};
|
|
10245
|
-
protoOf(Header).
|
|
10308
|
+
protoOf(Header).w3h = function () {
|
|
10246
10309
|
return this.number;
|
|
10247
10310
|
};
|
|
10248
10311
|
protoOf(Header).a37 = function () {
|
|
10249
10312
|
return this.title;
|
|
10250
10313
|
};
|
|
10251
|
-
protoOf(Header).
|
|
10252
|
-
return this.
|
|
10314
|
+
protoOf(Header).r3h = function () {
|
|
10315
|
+
return this.v3h_1;
|
|
10253
10316
|
};
|
|
10254
|
-
protoOf(Header).
|
|
10255
|
-
return this.x2o().y37(this.
|
|
10317
|
+
protoOf(Header).f3h = function () {
|
|
10318
|
+
return this.x2o().y37(this.v3h_1);
|
|
10256
10319
|
};
|
|
10257
10320
|
function Header() {
|
|
10258
10321
|
Companion_getInstance_55();
|
|
10259
10322
|
}
|
|
10260
|
-
defineProp(protoOf(Header), 'tip', protoOf(Header).
|
|
10323
|
+
defineProp(protoOf(Header), 'tip', protoOf(Header).f3h);
|
|
10261
10324
|
function Companion_53() {
|
|
10262
10325
|
Companion_instance_53 = this;
|
|
10263
|
-
this.
|
|
10326
|
+
this.x3h_1 = 'hero';
|
|
10264
10327
|
}
|
|
10265
10328
|
var Companion_instance_53;
|
|
10266
10329
|
function Companion_getInstance_56() {
|
|
@@ -10272,7 +10335,7 @@
|
|
|
10272
10335
|
var tmp$ret$0;
|
|
10273
10336
|
// Inline function 'kotlin.getValue' call
|
|
10274
10337
|
var tmp0_getValue = headingParent$factory();
|
|
10275
|
-
tmp$ret$0 = $this.
|
|
10338
|
+
tmp$ret$0 = $this.z3h_1.o1();
|
|
10276
10339
|
return tmp$ret$0;
|
|
10277
10340
|
}
|
|
10278
10341
|
function Hero_init_$Init$(page, parser, $this) {
|
|
@@ -10286,7 +10349,7 @@
|
|
|
10286
10349
|
var tmp$ret$0;
|
|
10287
10350
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
10288
10351
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
10289
|
-
tmp_0.
|
|
10352
|
+
tmp_0.b3i_1 = tmp$ret$0;
|
|
10290
10353
|
var heading = null;
|
|
10291
10354
|
var tmp_1 = $this;
|
|
10292
10355
|
var tmp$ret$8;
|
|
@@ -10325,7 +10388,7 @@
|
|
|
10325
10388
|
if (tmp1_subject === 'events') {
|
|
10326
10389
|
var tmp2_this = $this;
|
|
10327
10390
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10328
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10391
|
+
var tmp0_plusAssign = tmp2_this.b3i_1;
|
|
10329
10392
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
10330
10393
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
10331
10394
|
}
|
|
@@ -10381,7 +10444,7 @@
|
|
|
10381
10444
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
10382
10445
|
tmp$ret$7 = tmp$ret$6;
|
|
10383
10446
|
tmp$ret$8 = tmp$ret$7;
|
|
10384
|
-
tmp_1.
|
|
10447
|
+
tmp_1.a3i_1 = tmp$ret$8;
|
|
10385
10448
|
$this.heading = heading;
|
|
10386
10449
|
return $this;
|
|
10387
10450
|
}
|
|
@@ -10394,11 +10457,11 @@
|
|
|
10394
10457
|
heading = heading === VOID ? null : heading;
|
|
10395
10458
|
BaseModel.call($this, page);
|
|
10396
10459
|
Hero.call($this);
|
|
10397
|
-
$this.
|
|
10460
|
+
$this.b3i_1 = analyticsEvents;
|
|
10398
10461
|
var tmp = $this;
|
|
10399
10462
|
var tmp0_safe_receiver = heading;
|
|
10400
10463
|
tmp.heading = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(_get_headingParent__2ts5bv($this));
|
|
10401
|
-
$this.
|
|
10464
|
+
$this.a3i_1 = emptyList();
|
|
10402
10465
|
return $this;
|
|
10403
10466
|
}
|
|
10404
10467
|
function createTestHero(page, analyticsEvents, heading) {
|
|
@@ -10414,14 +10477,14 @@
|
|
|
10414
10477
|
return stylesOverride(this$0, VOID, Hero$headingParent$delegate$lambda$lambda(this$0));
|
|
10415
10478
|
};
|
|
10416
10479
|
}
|
|
10417
|
-
protoOf(Hero).
|
|
10480
|
+
protoOf(Hero).c3i = function () {
|
|
10418
10481
|
return this.heading;
|
|
10419
10482
|
};
|
|
10420
10483
|
protoOf(Hero).s2s = function () {
|
|
10421
|
-
return this.
|
|
10484
|
+
return this.a3i_1;
|
|
10422
10485
|
};
|
|
10423
|
-
protoOf(Hero).
|
|
10424
|
-
return this.
|
|
10486
|
+
protoOf(Hero).l2x = function () {
|
|
10487
|
+
return this.b3i_1;
|
|
10425
10488
|
};
|
|
10426
10489
|
protoOf(Hero)._getAnalyticsEvents = function (type) {
|
|
10427
10490
|
var tmp0_subject = type;
|
|
@@ -10431,7 +10494,7 @@
|
|
|
10431
10494
|
case 1:
|
|
10432
10495
|
var tmp$ret$2;
|
|
10433
10496
|
// Inline function 'kotlin.collections.filter' call
|
|
10434
|
-
var tmp1_filter = this.
|
|
10497
|
+
var tmp1_filter = this.b3i_1;
|
|
10435
10498
|
var tmp$ret$1;
|
|
10436
10499
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10437
10500
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -10453,7 +10516,7 @@
|
|
|
10453
10516
|
case 2:
|
|
10454
10517
|
var tmp$ret$5;
|
|
10455
10518
|
// Inline function 'kotlin.collections.filter' call
|
|
10456
|
-
var tmp3_filter = this.
|
|
10519
|
+
var tmp3_filter = this.b3i_1;
|
|
10457
10520
|
var tmp$ret$4;
|
|
10458
10521
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10459
10522
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -10481,7 +10544,7 @@
|
|
|
10481
10544
|
function Hero() {
|
|
10482
10545
|
Companion_getInstance_56();
|
|
10483
10546
|
var tmp = this;
|
|
10484
|
-
tmp.
|
|
10547
|
+
tmp.z3h_1 = lazy(Hero$headingParent$delegate$lambda(this));
|
|
10485
10548
|
}
|
|
10486
10549
|
defineProp(protoOf(Hero), '_content', function () {
|
|
10487
10550
|
return this.s2s();
|
|
@@ -10496,7 +10559,7 @@
|
|
|
10496
10559
|
}
|
|
10497
10560
|
function Companion_54() {
|
|
10498
10561
|
Companion_instance_54 = this;
|
|
10499
|
-
this.
|
|
10562
|
+
this.d3i_1 = 'modal';
|
|
10500
10563
|
}
|
|
10501
10564
|
var Companion_instance_54;
|
|
10502
10565
|
function Companion_getInstance_57() {
|
|
@@ -10611,14 +10674,14 @@
|
|
|
10611
10674
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
10612
10675
|
tmp$ret$8 = tmp$ret$7;
|
|
10613
10676
|
tmp$ret$9 = tmp$ret$8;
|
|
10614
|
-
tmp_2.
|
|
10677
|
+
tmp_2.z3i_1 = tmp$ret$9;
|
|
10615
10678
|
$this.title = title;
|
|
10616
10679
|
return $this;
|
|
10617
10680
|
}
|
|
10618
10681
|
function Modal_init_$Create$(parent, parser) {
|
|
10619
10682
|
return Modal_init_$Init$(parent, parser, objectCreate(protoOf(Modal)));
|
|
10620
10683
|
}
|
|
10621
|
-
protoOf(Modal).
|
|
10684
|
+
protoOf(Modal).a3j = function () {
|
|
10622
10685
|
return this.page;
|
|
10623
10686
|
};
|
|
10624
10687
|
protoOf(Modal).p2u = function () {
|
|
@@ -10628,30 +10691,30 @@
|
|
|
10628
10691
|
return this.title;
|
|
10629
10692
|
};
|
|
10630
10693
|
protoOf(Modal).s2s = function () {
|
|
10631
|
-
return this.
|
|
10694
|
+
return this.z3i_1;
|
|
10632
10695
|
};
|
|
10633
|
-
protoOf(Modal).
|
|
10696
|
+
protoOf(Modal).n3e = function () {
|
|
10634
10697
|
return this.listeners;
|
|
10635
10698
|
};
|
|
10636
10699
|
protoOf(Modal).z37 = function () {
|
|
10637
10700
|
return this.dismissListeners;
|
|
10638
10701
|
};
|
|
10639
|
-
protoOf(Modal).
|
|
10702
|
+
protoOf(Modal).i2y = function () {
|
|
10640
10703
|
return get_TRANSPARENT();
|
|
10641
10704
|
};
|
|
10642
|
-
protoOf(Modal).
|
|
10705
|
+
protoOf(Modal).j2y = function () {
|
|
10643
10706
|
return get_WHITE();
|
|
10644
10707
|
};
|
|
10645
|
-
protoOf(Modal).
|
|
10708
|
+
protoOf(Modal).g2x = function () {
|
|
10646
10709
|
return get_WHITE();
|
|
10647
10710
|
};
|
|
10648
|
-
protoOf(Modal).
|
|
10711
|
+
protoOf(Modal).k2y = function () {
|
|
10649
10712
|
return Style_OUTLINED_getInstance();
|
|
10650
10713
|
};
|
|
10651
|
-
protoOf(Modal).
|
|
10714
|
+
protoOf(Modal).p2y = function () {
|
|
10652
10715
|
return Align_CENTER_getInstance();
|
|
10653
10716
|
};
|
|
10654
|
-
protoOf(Modal).
|
|
10717
|
+
protoOf(Modal).g2y = function () {
|
|
10655
10718
|
return get_WHITE();
|
|
10656
10719
|
};
|
|
10657
10720
|
function Modal() {
|
|
@@ -10666,11 +10729,11 @@
|
|
|
10666
10729
|
});
|
|
10667
10730
|
function Companion_55() {
|
|
10668
10731
|
Companion_instance_55 = this;
|
|
10669
|
-
this.
|
|
10670
|
-
this.
|
|
10671
|
-
this.
|
|
10672
|
-
this.
|
|
10673
|
-
this.
|
|
10732
|
+
this.b3j_1 = 'card';
|
|
10733
|
+
this.c3j_1 = 'label';
|
|
10734
|
+
this.d3j_1 = 'hidden';
|
|
10735
|
+
this.e3j_1 = ImageScaleType_FILL_X_getInstance();
|
|
10736
|
+
this.f3j_1 = Companion_getInstance_22().CENTER;
|
|
10674
10737
|
}
|
|
10675
10738
|
var Companion_instance_55;
|
|
10676
10739
|
function Companion_getInstance_58() {
|
|
@@ -10682,7 +10745,7 @@
|
|
|
10682
10745
|
var tmp$ret$0;
|
|
10683
10746
|
// Inline function 'kotlin.getValue' call
|
|
10684
10747
|
var tmp0_getValue = labelParent$factory();
|
|
10685
|
-
tmp$ret$0 = $this.
|
|
10748
|
+
tmp$ret$0 = $this.m3j_1.o1();
|
|
10686
10749
|
return tmp$ret$0;
|
|
10687
10750
|
}
|
|
10688
10751
|
function Card_init_$Init$_1(page, position, parser, $this) {
|
|
@@ -10713,24 +10776,24 @@
|
|
|
10713
10776
|
tmp_2._dismissListeners = toSet_0(tmp$ret$1);
|
|
10714
10777
|
var tmp_3 = $this;
|
|
10715
10778
|
var tmp2_safe_receiver = parser.n2t(get_XML_BACKGROUND_COLOR());
|
|
10716
|
-
tmp_3.
|
|
10717
|
-
$this.
|
|
10779
|
+
tmp_3.h3j_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
10780
|
+
$this.i3j_1 = parser.n2t(get_XML_BACKGROUND_IMAGE());
|
|
10718
10781
|
var tmp_4 = $this;
|
|
10719
10782
|
var tmp3_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
10720
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().
|
|
10721
|
-
tmp_4.
|
|
10783
|
+
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().a2x(tmp3_safe_receiver);
|
|
10784
|
+
tmp_4.j3j_1 = tmp4_elvis_lhs == null ? Companion_getInstance_58().f3j_1 : tmp4_elvis_lhs;
|
|
10722
10785
|
var tmp_5 = $this;
|
|
10723
10786
|
var tmp5_safe_receiver = parser.n2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
10724
|
-
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().
|
|
10725
|
-
tmp_5.
|
|
10787
|
+
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().o31(tmp5_safe_receiver);
|
|
10788
|
+
tmp_5.k3j_1 = tmp6_elvis_lhs == null ? Companion_getInstance_58().e3j_1 : tmp6_elvis_lhs;
|
|
10726
10789
|
var tmp_6 = $this;
|
|
10727
10790
|
var tmp7_safe_receiver = parser.n2t(get_XML_TEXT_COLOR());
|
|
10728
|
-
tmp_6.
|
|
10791
|
+
tmp_6.l3j_1 = tmp7_safe_receiver == null ? null : toColorOrNull(tmp7_safe_receiver);
|
|
10729
10792
|
var tmp_7 = $this;
|
|
10730
10793
|
var tmp$ret$2;
|
|
10731
10794
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
10732
10795
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
10733
|
-
tmp_7.
|
|
10796
|
+
tmp_7.o3j_1 = tmp$ret$2;
|
|
10734
10797
|
var label = null;
|
|
10735
10798
|
var tmp_8 = $this;
|
|
10736
10799
|
var tmp$ret$10;
|
|
@@ -10769,7 +10832,7 @@
|
|
|
10769
10832
|
if (tmp1_subject === 'events') {
|
|
10770
10833
|
var tmp2_this = $this;
|
|
10771
10834
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10772
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10835
|
+
var tmp0_plusAssign = tmp2_this.o3j_1;
|
|
10773
10836
|
var tmp1_plusAssign = Companion_getInstance_6().x2r(parser, $this);
|
|
10774
10837
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
10775
10838
|
}
|
|
@@ -10830,7 +10893,7 @@
|
|
|
10830
10893
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
10831
10894
|
tmp$ret$9 = tmp$ret$8;
|
|
10832
10895
|
tmp$ret$10 = tmp$ret$9;
|
|
10833
|
-
tmp_8.
|
|
10896
|
+
tmp_8.n3j_1 = tmp$ret$10;
|
|
10834
10897
|
$this.label = label;
|
|
10835
10898
|
return $this;
|
|
10836
10899
|
}
|
|
@@ -10839,7 +10902,7 @@
|
|
|
10839
10902
|
}
|
|
10840
10903
|
function TractPage$Card$labelParent$delegate$lambda$lambda(this$0) {
|
|
10841
10904
|
return function () {
|
|
10842
|
-
return this$0.
|
|
10905
|
+
return this$0.i2y();
|
|
10843
10906
|
};
|
|
10844
10907
|
}
|
|
10845
10908
|
function TractPage$Card$labelParent$delegate$lambda(this$0) {
|
|
@@ -10856,7 +10919,7 @@
|
|
|
10856
10919
|
parser.t2r(2, tmp, 'page');
|
|
10857
10920
|
var tmp_0 = $this;
|
|
10858
10921
|
var tmp0_safe_receiver = parser.n2t('card-text-color');
|
|
10859
|
-
tmp_0.
|
|
10922
|
+
tmp_0.x3i_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
10860
10923
|
var header = null;
|
|
10861
10924
|
var hero = null;
|
|
10862
10925
|
var tmp_1 = $this;
|
|
@@ -10934,11 +10997,11 @@
|
|
|
10934
10997
|
function TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, $this) {
|
|
10935
10998
|
manifest = manifest === VOID ? createTestManifest() : manifest;
|
|
10936
10999
|
fileName = fileName === VOID ? null : fileName;
|
|
10937
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
11000
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().j33_1 : backgroundColor;
|
|
10938
11001
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
10939
11002
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
10940
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
10941
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
11003
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().k33_1 : backgroundImageGravity;
|
|
11004
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().l33_1 : backgroundImageScaleType;
|
|
10942
11005
|
textColor = textColor === VOID ? null : textColor;
|
|
10943
11006
|
var tmp;
|
|
10944
11007
|
if (textScale === VOID) {
|
|
@@ -10954,7 +11017,7 @@
|
|
|
10954
11017
|
callToAction = callToAction === VOID ? null : callToAction;
|
|
10955
11018
|
Page_init_$Init$_0(manifest, VOID, fileName, VOID, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, VOID, cardBackgroundColor, VOID, VOID, textColor, textScale, $this);
|
|
10956
11019
|
TractPage.call($this);
|
|
10957
|
-
$this.
|
|
11020
|
+
$this.x3i_1 = cardTextColor;
|
|
10958
11021
|
$this.header = null;
|
|
10959
11022
|
$this.hero = null;
|
|
10960
11023
|
var tmp_0 = $this;
|
|
@@ -10975,16 +11038,16 @@
|
|
|
10975
11038
|
function createTestTractPage(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction) {
|
|
10976
11039
|
return TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, objectCreate(protoOf(TractPage)));
|
|
10977
11040
|
}
|
|
10978
|
-
protoOf(Card_1).
|
|
11041
|
+
protoOf(Card_1).a3j = function () {
|
|
10979
11042
|
return this.page;
|
|
10980
11043
|
};
|
|
10981
11044
|
protoOf(Card_1).p2u = function () {
|
|
10982
11045
|
return this.page.id + '-' + this.position;
|
|
10983
11046
|
};
|
|
10984
|
-
protoOf(Card_1).
|
|
11047
|
+
protoOf(Card_1).g3e = function () {
|
|
10985
11048
|
return this.position;
|
|
10986
11049
|
};
|
|
10987
|
-
protoOf(Card_1).
|
|
11050
|
+
protoOf(Card_1).p3j = function () {
|
|
10988
11051
|
var tmp$ret$1;
|
|
10989
11052
|
// Inline function 'kotlin.takeUnless' call
|
|
10990
11053
|
var tmp0_takeUnless = this.page.visibleCards.l1(this);
|
|
@@ -11001,40 +11064,40 @@
|
|
|
11001
11064
|
tmp$ret$1 = tmp;
|
|
11002
11065
|
return tmp$ret$1;
|
|
11003
11066
|
};
|
|
11004
|
-
protoOf(Card_1).
|
|
11067
|
+
protoOf(Card_1).q3j = function () {
|
|
11005
11068
|
return equals(this, lastOrNull(this.page.visibleCards));
|
|
11006
11069
|
};
|
|
11007
|
-
protoOf(Card_1).
|
|
11070
|
+
protoOf(Card_1).j3e = function () {
|
|
11008
11071
|
return this.isHidden;
|
|
11009
11072
|
};
|
|
11010
|
-
protoOf(Card_1).
|
|
11073
|
+
protoOf(Card_1).k3e = function () {
|
|
11011
11074
|
return this._listeners;
|
|
11012
11075
|
};
|
|
11013
|
-
protoOf(Card_1).
|
|
11076
|
+
protoOf(Card_1).t36 = function () {
|
|
11014
11077
|
return this._dismissListeners;
|
|
11015
11078
|
};
|
|
11016
|
-
protoOf(Card_1).
|
|
11017
|
-
var tmp0_elvis_lhs = this.
|
|
11018
|
-
return tmp0_elvis_lhs == null ? this.page.
|
|
11079
|
+
protoOf(Card_1).h2x = function () {
|
|
11080
|
+
var tmp0_elvis_lhs = this.h3j_1;
|
|
11081
|
+
return tmp0_elvis_lhs == null ? this.page.l2y() : tmp0_elvis_lhs;
|
|
11019
11082
|
};
|
|
11020
11083
|
protoOf(Card_1).w36 = function () {
|
|
11021
|
-
return getResource(this, this.
|
|
11084
|
+
return getResource(this, this.i3j_1);
|
|
11022
11085
|
};
|
|
11023
11086
|
protoOf(Card_1).x36 = function () {
|
|
11024
|
-
return this.
|
|
11087
|
+
return this.j3j_1;
|
|
11025
11088
|
};
|
|
11026
11089
|
protoOf(Card_1).y36 = function () {
|
|
11027
|
-
return this.
|
|
11090
|
+
return this.k3j_1;
|
|
11028
11091
|
};
|
|
11029
|
-
protoOf(Card_1).
|
|
11030
|
-
var tmp0_elvis_lhs = this.
|
|
11092
|
+
protoOf(Card_1).g2y = function () {
|
|
11093
|
+
var tmp0_elvis_lhs = this.l3j_1;
|
|
11031
11094
|
return tmp0_elvis_lhs == null ? this.page.cardTextColor : tmp0_elvis_lhs;
|
|
11032
11095
|
};
|
|
11033
|
-
protoOf(Card_1).
|
|
11096
|
+
protoOf(Card_1).d32 = function () {
|
|
11034
11097
|
return this.label;
|
|
11035
11098
|
};
|
|
11036
11099
|
protoOf(Card_1).s2s = function () {
|
|
11037
|
-
return this.
|
|
11100
|
+
return this.n3j_1;
|
|
11038
11101
|
};
|
|
11039
11102
|
protoOf(Card_1).b2t = function () {
|
|
11040
11103
|
var tmp$ret$3;
|
|
@@ -11059,8 +11122,8 @@
|
|
|
11059
11122
|
tmp$ret$3 = tmp$ret$2;
|
|
11060
11123
|
return tmp$ret$3;
|
|
11061
11124
|
};
|
|
11062
|
-
protoOf(Card_1).
|
|
11063
|
-
return this.
|
|
11125
|
+
protoOf(Card_1).l2x = function () {
|
|
11126
|
+
return this.o3j_1;
|
|
11064
11127
|
};
|
|
11065
11128
|
protoOf(Card_1)._getAnalyticsEvents = function (type) {
|
|
11066
11129
|
var tmp0_subject = type;
|
|
@@ -11070,7 +11133,7 @@
|
|
|
11070
11133
|
case 1:
|
|
11071
11134
|
var tmp$ret$2;
|
|
11072
11135
|
// Inline function 'kotlin.collections.filter' call
|
|
11073
|
-
var tmp1_filter = this.
|
|
11136
|
+
var tmp1_filter = this.o3j_1;
|
|
11074
11137
|
var tmp$ret$1;
|
|
11075
11138
|
// Inline function 'kotlin.collections.filterTo' call
|
|
11076
11139
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -11092,7 +11155,7 @@
|
|
|
11092
11155
|
case 2:
|
|
11093
11156
|
var tmp$ret$5;
|
|
11094
11157
|
// Inline function 'kotlin.collections.filter' call
|
|
11095
|
-
var tmp3_filter = this.
|
|
11158
|
+
var tmp3_filter = this.o3j_1;
|
|
11096
11159
|
var tmp$ret$4;
|
|
11097
11160
|
// Inline function 'kotlin.collections.filterTo' call
|
|
11098
11161
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -11124,7 +11187,7 @@
|
|
|
11124
11187
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
11125
11188
|
return tmp$ret$0;
|
|
11126
11189
|
};
|
|
11127
|
-
protoOf(Card_1).
|
|
11190
|
+
protoOf(Card_1).n3e = function () {
|
|
11128
11191
|
var tmp$ret$0;
|
|
11129
11192
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
11130
11193
|
var tmp0_toTypedArray = this._listeners;
|
|
@@ -11134,18 +11197,18 @@
|
|
|
11134
11197
|
function Card_1() {
|
|
11135
11198
|
Companion_getInstance_58();
|
|
11136
11199
|
var tmp = this;
|
|
11137
|
-
tmp.
|
|
11200
|
+
tmp.m3j_1 = lazy(TractPage$Card$labelParent$delegate$lambda(this));
|
|
11138
11201
|
}
|
|
11139
11202
|
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).p2u);
|
|
11140
|
-
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).
|
|
11141
|
-
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).
|
|
11203
|
+
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).p3j);
|
|
11204
|
+
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).q3j);
|
|
11142
11205
|
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).w36);
|
|
11143
11206
|
defineProp(protoOf(Card_1), '_content', function () {
|
|
11144
11207
|
return this.s2s();
|
|
11145
11208
|
});
|
|
11146
11209
|
defineProp(protoOf(Card_1), 'tips', protoOf(Card_1).b2t);
|
|
11147
11210
|
defineProp(protoOf(Card_1), 'dismissListeners', protoOf(Card_1).z37);
|
|
11148
|
-
defineProp(protoOf(Card_1), 'listeners', protoOf(Card_1).
|
|
11211
|
+
defineProp(protoOf(Card_1), 'listeners', protoOf(Card_1).n3e);
|
|
11149
11212
|
defineProp(protoOf(Card_1), 'content', function () {
|
|
11150
11213
|
return this.a2t();
|
|
11151
11214
|
});
|
|
@@ -11237,25 +11300,25 @@
|
|
|
11237
11300
|
tmp$ret$2 = tmp$ret$1;
|
|
11238
11301
|
return tmp$ret$2;
|
|
11239
11302
|
}
|
|
11240
|
-
protoOf(TractPage).
|
|
11303
|
+
protoOf(TractPage).r3j = function () {
|
|
11241
11304
|
return equals(lastOrNull(this.x2o()._pages), this);
|
|
11242
11305
|
};
|
|
11243
|
-
protoOf(TractPage).
|
|
11244
|
-
return this.
|
|
11306
|
+
protoOf(TractPage).l2x = function () {
|
|
11307
|
+
return this.w3i_1;
|
|
11245
11308
|
};
|
|
11246
|
-
protoOf(TractPage).
|
|
11309
|
+
protoOf(TractPage).s3j = function () {
|
|
11247
11310
|
return this.header;
|
|
11248
11311
|
};
|
|
11249
|
-
protoOf(TractPage).
|
|
11312
|
+
protoOf(TractPage).t3j = function () {
|
|
11250
11313
|
return this.hero;
|
|
11251
11314
|
};
|
|
11252
|
-
protoOf(TractPage).
|
|
11315
|
+
protoOf(TractPage).u3j = function () {
|
|
11253
11316
|
return this._modals;
|
|
11254
11317
|
};
|
|
11255
|
-
protoOf(TractPage).
|
|
11318
|
+
protoOf(TractPage).v3j = function () {
|
|
11256
11319
|
return this.callToAction;
|
|
11257
11320
|
};
|
|
11258
|
-
protoOf(TractPage).
|
|
11321
|
+
protoOf(TractPage).n3d = function (type) {
|
|
11259
11322
|
return type.equals(Type_TRACT_getInstance());
|
|
11260
11323
|
};
|
|
11261
11324
|
protoOf(TractPage).findModal = function (id) {
|
|
@@ -11278,10 +11341,10 @@
|
|
|
11278
11341
|
}
|
|
11279
11342
|
return tmp$ret$1;
|
|
11280
11343
|
};
|
|
11281
|
-
protoOf(TractPage).
|
|
11344
|
+
protoOf(TractPage).w3j = function () {
|
|
11282
11345
|
return this._cards;
|
|
11283
11346
|
};
|
|
11284
|
-
protoOf(TractPage).
|
|
11347
|
+
protoOf(TractPage).x3j = function () {
|
|
11285
11348
|
var tmp$ret$2;
|
|
11286
11349
|
// Inline function 'kotlin.collections.filter' call
|
|
11287
11350
|
var tmp1_filter = this._cards;
|
|
@@ -11302,18 +11365,18 @@
|
|
|
11302
11365
|
tmp$ret$2 = tmp$ret$1;
|
|
11303
11366
|
return tmp$ret$2;
|
|
11304
11367
|
};
|
|
11305
|
-
protoOf(TractPage).
|
|
11306
|
-
var tmp0_elvis_lhs = this.
|
|
11307
|
-
return tmp0_elvis_lhs == null ? this.
|
|
11368
|
+
protoOf(TractPage).y3j = function () {
|
|
11369
|
+
var tmp0_elvis_lhs = this.x3i_1;
|
|
11370
|
+
return tmp0_elvis_lhs == null ? this.g2y() : tmp0_elvis_lhs;
|
|
11308
11371
|
};
|
|
11309
|
-
protoOf(TractPage).
|
|
11372
|
+
protoOf(TractPage).z3j = function () {
|
|
11310
11373
|
var tmp$ret$0;
|
|
11311
11374
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
11312
11375
|
var tmp0_toTypedArray = this._cards;
|
|
11313
11376
|
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
11314
11377
|
return tmp$ret$0;
|
|
11315
11378
|
};
|
|
11316
|
-
protoOf(TractPage).
|
|
11379
|
+
protoOf(TractPage).a3k = function () {
|
|
11317
11380
|
var tmp$ret$0;
|
|
11318
11381
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
11319
11382
|
var tmp0_toTypedArray = this._modals;
|
|
@@ -11321,13 +11384,13 @@
|
|
|
11321
11384
|
return tmp$ret$0;
|
|
11322
11385
|
};
|
|
11323
11386
|
function TractPage() {
|
|
11324
|
-
this.
|
|
11387
|
+
this.w3i_1 = emptyList();
|
|
11325
11388
|
}
|
|
11326
|
-
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).
|
|
11327
|
-
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).
|
|
11328
|
-
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).
|
|
11329
|
-
defineProp(protoOf(TractPage), 'cards', protoOf(TractPage).
|
|
11330
|
-
defineProp(protoOf(TractPage), 'modals', protoOf(TractPage).
|
|
11389
|
+
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).r3j);
|
|
11390
|
+
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).x3j);
|
|
11391
|
+
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).y3j);
|
|
11392
|
+
defineProp(protoOf(TractPage), 'cards', protoOf(TractPage).z3j);
|
|
11393
|
+
defineProp(protoOf(TractPage), 'modals', protoOf(TractPage).a3k);
|
|
11331
11394
|
function labelParent$factory() {
|
|
11332
11395
|
return getPropertyCallableRef('labelParent', 1, KProperty1, function (receiver) {
|
|
11333
11396
|
return _get_labelParent__664ln7(receiver);
|
|
@@ -11363,11 +11426,11 @@
|
|
|
11363
11426
|
return EMPTY_instance;
|
|
11364
11427
|
}
|
|
11365
11428
|
function SetOnceProperty() {
|
|
11366
|
-
this.
|
|
11429
|
+
this.b3k_1 = EMPTY_getInstance();
|
|
11367
11430
|
}
|
|
11368
|
-
protoOf(SetOnceProperty).
|
|
11431
|
+
protoOf(SetOnceProperty).c3k = function (thisRef, property) {
|
|
11369
11432
|
// Inline function 'kotlin.check' call
|
|
11370
|
-
var tmp0_check = !(this.
|
|
11433
|
+
var tmp0_check = !(this.b3k_1 === EMPTY_getInstance());
|
|
11371
11434
|
// Inline function 'kotlin.contracts.contract' call
|
|
11372
11435
|
if (!tmp0_check) {
|
|
11373
11436
|
var tmp$ret$0;
|
|
@@ -11376,15 +11439,15 @@
|
|
|
11376
11439
|
var message = tmp$ret$0;
|
|
11377
11440
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
11378
11441
|
}
|
|
11379
|
-
var tmp = this.
|
|
11442
|
+
var tmp = this.b3k_1;
|
|
11380
11443
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
11381
11444
|
};
|
|
11382
11445
|
protoOf(SetOnceProperty).r37 = function (thisRef, property) {
|
|
11383
|
-
return this.
|
|
11446
|
+
return this.c3k(isObject(thisRef) ? thisRef : THROW_CCE(), property);
|
|
11384
11447
|
};
|
|
11385
|
-
protoOf(SetOnceProperty).
|
|
11448
|
+
protoOf(SetOnceProperty).d3k = function (thisRef, property, value) {
|
|
11386
11449
|
// Inline function 'kotlin.check' call
|
|
11387
|
-
var tmp0_check = this.
|
|
11450
|
+
var tmp0_check = this.b3k_1 === EMPTY_getInstance();
|
|
11388
11451
|
// Inline function 'kotlin.contracts.contract' call
|
|
11389
11452
|
if (!tmp0_check) {
|
|
11390
11453
|
var tmp$ret$0;
|
|
@@ -11393,11 +11456,11 @@
|
|
|
11393
11456
|
var message = tmp$ret$0;
|
|
11394
11457
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
11395
11458
|
}
|
|
11396
|
-
this.
|
|
11459
|
+
this.b3k_1 = value;
|
|
11397
11460
|
};
|
|
11398
|
-
protoOf(SetOnceProperty).
|
|
11461
|
+
protoOf(SetOnceProperty).e36 = function (thisRef, property, value) {
|
|
11399
11462
|
var tmp = isObject(thisRef) ? thisRef : THROW_CCE();
|
|
11400
|
-
return this.
|
|
11463
|
+
return this.d3k(tmp, property, (value == null ? true : isObject(value)) ? value : THROW_CCE());
|
|
11401
11464
|
};
|
|
11402
11465
|
function get_hasUriScheme(_this__u8e3s4) {
|
|
11403
11466
|
return contains_1(_this__u8e3s4, _Char___init__impl__6a9atx(58));
|
|
@@ -11429,15 +11492,15 @@
|
|
|
11429
11492
|
}
|
|
11430
11493
|
function QName(uri, local) {
|
|
11431
11494
|
uri = uri === VOID ? null : uri;
|
|
11432
|
-
this.
|
|
11433
|
-
this.
|
|
11495
|
+
this.e3k_1 = uri;
|
|
11496
|
+
this.f3k_1 = local;
|
|
11434
11497
|
}
|
|
11435
11498
|
protoOf(QName).toString = function () {
|
|
11436
|
-
return 'QName(uri=' + this.
|
|
11499
|
+
return 'QName(uri=' + this.e3k_1 + ', local=' + this.f3k_1 + ')';
|
|
11437
11500
|
};
|
|
11438
11501
|
protoOf(QName).hashCode = function () {
|
|
11439
|
-
var result = this.
|
|
11440
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
11502
|
+
var result = this.e3k_1 == null ? 0 : getStringHashCode(this.e3k_1);
|
|
11503
|
+
result = imul(result, 31) + getStringHashCode(this.f3k_1) | 0;
|
|
11441
11504
|
return result;
|
|
11442
11505
|
};
|
|
11443
11506
|
protoOf(QName).equals = function (other) {
|
|
@@ -11446,9 +11509,9 @@
|
|
|
11446
11509
|
if (!(other instanceof QName))
|
|
11447
11510
|
return false;
|
|
11448
11511
|
var tmp0_other_with_cast = other instanceof QName ? other : THROW_CCE();
|
|
11449
|
-
if (!(this.
|
|
11512
|
+
if (!(this.e3k_1 == tmp0_other_with_cast.e3k_1))
|
|
11450
11513
|
return false;
|
|
11451
|
-
if (!(this.
|
|
11514
|
+
if (!(this.f3k_1 === tmp0_other_with_cast.f3k_1))
|
|
11452
11515
|
return false;
|
|
11453
11516
|
return true;
|
|
11454
11517
|
};
|
|
@@ -11456,63 +11519,63 @@
|
|
|
11456
11519
|
qname = qname === VOID ? null : qname;
|
|
11457
11520
|
content = content === VOID ? null : content;
|
|
11458
11521
|
attrs = attrs === VOID ? null : attrs;
|
|
11459
|
-
this.
|
|
11460
|
-
this.
|
|
11461
|
-
this.
|
|
11462
|
-
this.
|
|
11522
|
+
this.g3k_1 = type;
|
|
11523
|
+
this.h3k_1 = qname;
|
|
11524
|
+
this.i3k_1 = content;
|
|
11525
|
+
this.j3k_1 = attrs;
|
|
11463
11526
|
}
|
|
11464
11527
|
function enqueueEvent($this, event) {
|
|
11465
11528
|
var tmp$ret$0;
|
|
11466
11529
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
11467
|
-
var tmp0_isNotEmpty = $this.
|
|
11530
|
+
var tmp0_isNotEmpty = $this.m3k_1;
|
|
11468
11531
|
tmp$ret$0 = charSequenceLength(tmp0_isNotEmpty) > 0;
|
|
11469
11532
|
if (tmp$ret$0) {
|
|
11470
11533
|
var tmp0_this = $this;
|
|
11471
11534
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
11472
|
-
var tmp1_plusAssign = tmp0_this.
|
|
11535
|
+
var tmp1_plusAssign = tmp0_this.l3k_1;
|
|
11473
11536
|
Companion_getInstance_59();
|
|
11474
|
-
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.
|
|
11537
|
+
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.m3k_1.toString());
|
|
11475
11538
|
tmp1_plusAssign.b(tmp2_plusAssign);
|
|
11476
|
-
$this.
|
|
11539
|
+
$this.m3k_1.jb();
|
|
11477
11540
|
}
|
|
11478
11541
|
var tmp1_this = $this;
|
|
11479
11542
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
11480
|
-
var tmp3_plusAssign = tmp1_this.
|
|
11543
|
+
var tmp3_plusAssign = tmp1_this.l3k_1;
|
|
11481
11544
|
tmp3_plusAssign.b(event);
|
|
11482
11545
|
}
|
|
11483
11546
|
function SaxXmlPullParser() {
|
|
11484
11547
|
var tmp = this;
|
|
11485
11548
|
Companion_getInstance_59();
|
|
11486
|
-
tmp.
|
|
11549
|
+
tmp.k3k_1 = new ParserEvent(0);
|
|
11487
11550
|
var tmp_0 = this;
|
|
11488
11551
|
var tmp$ret$0;
|
|
11489
11552
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
11490
11553
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
11491
|
-
tmp_0.
|
|
11492
|
-
this.
|
|
11554
|
+
tmp_0.l3k_1 = tmp$ret$0;
|
|
11555
|
+
this.m3k_1 = StringBuilder_init_$Create$();
|
|
11493
11556
|
}
|
|
11494
11557
|
protoOf(SaxXmlPullParser).u2r = function () {
|
|
11495
|
-
return this.
|
|
11558
|
+
return this.k3k_1.g3k_1;
|
|
11496
11559
|
};
|
|
11497
11560
|
protoOf(SaxXmlPullParser).v2r = function () {
|
|
11498
|
-
var tmp0_safe_receiver = this.
|
|
11499
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11561
|
+
var tmp0_safe_receiver = this.k3k_1.h3k_1;
|
|
11562
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e3k_1;
|
|
11500
11563
|
};
|
|
11501
11564
|
protoOf(SaxXmlPullParser).id = function () {
|
|
11502
|
-
var tmp0_safe_receiver = this.
|
|
11503
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11565
|
+
var tmp0_safe_receiver = this.k3k_1.h3k_1;
|
|
11566
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f3k_1;
|
|
11504
11567
|
};
|
|
11505
11568
|
protoOf(SaxXmlPullParser).t2r = function (type, namespace, name) {
|
|
11506
11569
|
var tmp$ret$0;
|
|
11507
11570
|
// Inline function 'kotlin.with' call
|
|
11508
|
-
var tmp0_with = this.
|
|
11571
|
+
var tmp0_with = this.k3k_1;
|
|
11509
11572
|
// Inline function 'kotlin.contracts.contract' call
|
|
11510
|
-
if (!(tmp0_with.
|
|
11573
|
+
if (!(tmp0_with.g3k_1 === type))
|
|
11511
11574
|
throw new XmlPullParserException('expected ' + type);
|
|
11512
11575
|
var tmp;
|
|
11513
11576
|
if (!(namespace == null)) {
|
|
11514
|
-
var tmp0_safe_receiver = tmp0_with.
|
|
11515
|
-
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11577
|
+
var tmp0_safe_receiver = tmp0_with.h3k_1;
|
|
11578
|
+
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e3k_1));
|
|
11516
11579
|
} else {
|
|
11517
11580
|
tmp = false;
|
|
11518
11581
|
}
|
|
@@ -11521,8 +11584,8 @@
|
|
|
11521
11584
|
var tmp_0;
|
|
11522
11585
|
var tmp_1;
|
|
11523
11586
|
if (!(name == null)) {
|
|
11524
|
-
var tmp1_safe_receiver = tmp0_with.
|
|
11525
|
-
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
11587
|
+
var tmp1_safe_receiver = tmp0_with.h3k_1;
|
|
11588
|
+
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.f3k_1) == name);
|
|
11526
11589
|
} else {
|
|
11527
11590
|
tmp_1 = false;
|
|
11528
11591
|
}
|
|
@@ -11535,12 +11598,12 @@
|
|
|
11535
11598
|
protoOf(SaxXmlPullParser).h = function () {
|
|
11536
11599
|
var tmp$ret$0;
|
|
11537
11600
|
// Inline function 'kotlin.also' call
|
|
11538
|
-
var tmp0_also = removeFirst(this.
|
|
11601
|
+
var tmp0_also = removeFirst(this.l3k_1);
|
|
11539
11602
|
// Inline function 'kotlin.contracts.contract' call
|
|
11540
11603
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.next.<anonymous>' call
|
|
11541
|
-
this.
|
|
11604
|
+
this.k3k_1 = tmp0_also;
|
|
11542
11605
|
tmp$ret$0 = tmp0_also;
|
|
11543
|
-
return tmp$ret$0.
|
|
11606
|
+
return tmp$ret$0.g3k_1;
|
|
11544
11607
|
};
|
|
11545
11608
|
protoOf(SaxXmlPullParser).l2p = function () {
|
|
11546
11609
|
var tmp;
|
|
@@ -11549,7 +11612,7 @@
|
|
|
11549
11612
|
if (tmp_0 === 4) {
|
|
11550
11613
|
var tmp$ret$0;
|
|
11551
11614
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
11552
|
-
var tmp0_isNullOrBlank = this.
|
|
11615
|
+
var tmp0_isNullOrBlank = this.k3k_1.i3k_1;
|
|
11553
11616
|
// Inline function 'kotlin.contracts.contract' call
|
|
11554
11617
|
tmp$ret$0 = tmp0_isNullOrBlank == null ? true : isBlank(tmp0_isNullOrBlank);
|
|
11555
11618
|
tmp = tmp$ret$0;
|
|
@@ -11559,23 +11622,23 @@
|
|
|
11559
11622
|
if (tmp) {
|
|
11560
11623
|
this.h();
|
|
11561
11624
|
}
|
|
11562
|
-
var event = this.
|
|
11625
|
+
var event = this.k3k_1;
|
|
11563
11626
|
var tmp_1;
|
|
11564
11627
|
Companion_getInstance_59();
|
|
11565
|
-
if (!(event.
|
|
11628
|
+
if (!(event.g3k_1 === 2)) {
|
|
11566
11629
|
Companion_getInstance_59();
|
|
11567
|
-
tmp_1 = !(event.
|
|
11630
|
+
tmp_1 = !(event.g3k_1 === 3);
|
|
11568
11631
|
} else {
|
|
11569
11632
|
tmp_1 = false;
|
|
11570
11633
|
}
|
|
11571
11634
|
if (tmp_1) {
|
|
11572
|
-
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.
|
|
11635
|
+
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.g3k_1);
|
|
11573
11636
|
}
|
|
11574
|
-
return event.
|
|
11637
|
+
return event.g3k_1;
|
|
11575
11638
|
};
|
|
11576
11639
|
protoOf(SaxXmlPullParser).l3b = function () {
|
|
11577
11640
|
Companion_getInstance_59();
|
|
11578
|
-
this.
|
|
11641
|
+
this.p3g(2);
|
|
11579
11642
|
var tmp0_subject = this.h();
|
|
11580
11643
|
var tmp;
|
|
11581
11644
|
Companion_getInstance_59();
|
|
@@ -11584,7 +11647,7 @@
|
|
|
11584
11647
|
// Inline function 'kotlin.also' call
|
|
11585
11648
|
var tmp$ret$0;
|
|
11586
11649
|
// Inline function 'kotlin.text.orEmpty' call
|
|
11587
|
-
var tmp0_orEmpty = this.
|
|
11650
|
+
var tmp0_orEmpty = this.k3k_1.i3k_1;
|
|
11588
11651
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
11589
11652
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
11590
11653
|
var tmp1_also = tmp$ret$0;
|
|
@@ -11619,13 +11682,13 @@
|
|
|
11619
11682
|
protoOf(SaxXmlPullParser).i2v = function (namespace, name) {
|
|
11620
11683
|
var tmp$ret$1;
|
|
11621
11684
|
// Inline function 'kotlin.takeIf' call
|
|
11622
|
-
var tmp0_takeIf = this.
|
|
11685
|
+
var tmp0_takeIf = this.k3k_1;
|
|
11623
11686
|
// Inline function 'kotlin.contracts.contract' call
|
|
11624
11687
|
var tmp;
|
|
11625
11688
|
var tmp$ret$0;
|
|
11626
11689
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.getAttributeValue.<anonymous>' call
|
|
11627
11690
|
Companion_getInstance_59();
|
|
11628
|
-
tmp$ret$0 = tmp0_takeIf.
|
|
11691
|
+
tmp$ret$0 = tmp0_takeIf.g3k_1 === 2;
|
|
11629
11692
|
if (tmp$ret$0) {
|
|
11630
11693
|
tmp = tmp0_takeIf;
|
|
11631
11694
|
} else {
|
|
@@ -11640,27 +11703,27 @@
|
|
|
11640
11703
|
tmp_0 = tmp0_elvis_lhs;
|
|
11641
11704
|
}
|
|
11642
11705
|
var event = tmp_0;
|
|
11643
|
-
var tmp1_safe_receiver = event.
|
|
11706
|
+
var tmp1_safe_receiver = event.j3k_1;
|
|
11644
11707
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver.c2(new QName(namespace, name));
|
|
11645
11708
|
};
|
|
11646
|
-
protoOf(SaxXmlPullParser).
|
|
11709
|
+
protoOf(SaxXmlPullParser).n3k = function (qname, attrs) {
|
|
11647
11710
|
Companion_getInstance_59();
|
|
11648
11711
|
enqueueEvent(this, new ParserEvent(2, qname, VOID, attrs));
|
|
11649
11712
|
};
|
|
11650
|
-
protoOf(SaxXmlPullParser).
|
|
11651
|
-
this.
|
|
11713
|
+
protoOf(SaxXmlPullParser).o3k = function (text) {
|
|
11714
|
+
this.m3k_1.ib(text);
|
|
11652
11715
|
};
|
|
11653
|
-
protoOf(SaxXmlPullParser).
|
|
11716
|
+
protoOf(SaxXmlPullParser).p3k = function (qname) {
|
|
11654
11717
|
Companion_getInstance_59();
|
|
11655
11718
|
enqueueEvent(this, new ParserEvent(3, qname));
|
|
11656
11719
|
};
|
|
11657
11720
|
function Companion_56() {
|
|
11658
11721
|
Companion_instance_56 = this;
|
|
11659
|
-
this.
|
|
11660
|
-
this.
|
|
11661
|
-
this.
|
|
11662
|
-
this.
|
|
11663
|
-
this.
|
|
11722
|
+
this.q3k_1 = 0;
|
|
11723
|
+
this.r3k_1 = 1;
|
|
11724
|
+
this.s3k_1 = 2;
|
|
11725
|
+
this.t3k_1 = 3;
|
|
11726
|
+
this.u3k_1 = 4;
|
|
11664
11727
|
}
|
|
11665
11728
|
var Companion_instance_56;
|
|
11666
11729
|
function Companion_getInstance_59() {
|
|
@@ -11714,26 +11777,26 @@
|
|
|
11714
11777
|
}
|
|
11715
11778
|
var SAX_OPTIONS;
|
|
11716
11779
|
function InternalSAXParser($outer) {
|
|
11717
|
-
this.
|
|
11780
|
+
this.v3k_1 = $outer;
|
|
11718
11781
|
SAXParser.call(this, true, get_SAX_OPTIONS());
|
|
11719
11782
|
}
|
|
11720
|
-
protoOf(InternalSAXParser).
|
|
11721
|
-
return this.
|
|
11783
|
+
protoOf(InternalSAXParser).w3k = function (tag) {
|
|
11784
|
+
return this.v3k_1.n3k(new QName(tag.uri, tag.local), convert(tag.attributes, this.v3k_1));
|
|
11722
11785
|
};
|
|
11723
11786
|
protoOf(InternalSAXParser).onopentag = function (tag) {
|
|
11724
|
-
return this.
|
|
11787
|
+
return this.w3k(tag);
|
|
11725
11788
|
};
|
|
11726
|
-
protoOf(InternalSAXParser).
|
|
11727
|
-
return this.
|
|
11789
|
+
protoOf(InternalSAXParser).x3k = function (tagName) {
|
|
11790
|
+
return this.v3k_1.p3k(new QName(VOID, tagName));
|
|
11728
11791
|
};
|
|
11729
11792
|
protoOf(InternalSAXParser).onclosetag = function (tagName) {
|
|
11730
|
-
return this.
|
|
11793
|
+
return this.x3k(tagName);
|
|
11731
11794
|
};
|
|
11732
|
-
protoOf(InternalSAXParser).
|
|
11733
|
-
return this.
|
|
11795
|
+
protoOf(InternalSAXParser).y3k = function (t) {
|
|
11796
|
+
return this.v3k_1.o3k(t);
|
|
11734
11797
|
};
|
|
11735
11798
|
protoOf(InternalSAXParser).ontext = function (t) {
|
|
11736
|
-
return this.
|
|
11799
|
+
return this.y3k(t);
|
|
11737
11800
|
};
|
|
11738
11801
|
function convert(_this__u8e3s4, $this) {
|
|
11739
11802
|
var tmp$ret$7;
|
|
@@ -11801,16 +11864,16 @@
|
|
|
11801
11864
|
tmp0_apply.write(xml);
|
|
11802
11865
|
tmp0_apply.close();
|
|
11803
11866
|
tmp$ret$0 = tmp0_apply;
|
|
11804
|
-
tmp.
|
|
11867
|
+
tmp.c3l_1 = tmp$ret$0;
|
|
11805
11868
|
}
|
|
11806
11869
|
function SAX_OPTIONS$1() {
|
|
11807
|
-
this.
|
|
11870
|
+
this.d3l_1 = true;
|
|
11808
11871
|
}
|
|
11809
|
-
protoOf(SAX_OPTIONS$1).
|
|
11810
|
-
return this.
|
|
11872
|
+
protoOf(SAX_OPTIONS$1).e3l = function () {
|
|
11873
|
+
return this.d3l_1;
|
|
11811
11874
|
};
|
|
11812
11875
|
defineProp(protoOf(SAX_OPTIONS$1), 'xmlns', function () {
|
|
11813
|
-
return this.
|
|
11876
|
+
return this.e3l();
|
|
11814
11877
|
});
|
|
11815
11878
|
var properties_initialized_JsXmlPullParser_kt_u4cdem;
|
|
11816
11879
|
function _init_properties_JsXmlPullParser_kt__2zt5j4() {
|
|
@@ -11822,8 +11885,8 @@
|
|
|
11822
11885
|
}
|
|
11823
11886
|
function $getXmlParserCOROUTINE$1(_this__u8e3s4, fileName, resultContinuation) {
|
|
11824
11887
|
CoroutineImpl.call(this, resultContinuation);
|
|
11825
|
-
this.
|
|
11826
|
-
this.
|
|
11888
|
+
this.n3l_1 = _this__u8e3s4;
|
|
11889
|
+
this.o3l_1 = fileName;
|
|
11827
11890
|
}
|
|
11828
11891
|
protoOf($getXmlParserCOROUTINE$1).re = function () {
|
|
11829
11892
|
var suspendResult = this.ae_1;
|
|
@@ -11834,7 +11897,7 @@
|
|
|
11834
11897
|
case 0:
|
|
11835
11898
|
this.zd_1 = 2;
|
|
11836
11899
|
this.yd_1 = 1;
|
|
11837
|
-
suspendResult = await_0(this.
|
|
11900
|
+
suspendResult = await_0(this.n3l_1.readFile(this.o3l_1), this);
|
|
11838
11901
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
11839
11902
|
return suspendResult;
|
|
11840
11903
|
}
|
|
@@ -11867,14 +11930,14 @@
|
|
|
11867
11930
|
function JsXmlPullParserFactory() {
|
|
11868
11931
|
XmlPullParserFactory.call(this);
|
|
11869
11932
|
}
|
|
11870
|
-
protoOf(JsXmlPullParserFactory).
|
|
11933
|
+
protoOf(JsXmlPullParserFactory).p3l = function (fileName, $completion) {
|
|
11871
11934
|
var tmp = new $getXmlParserCOROUTINE$1(this, fileName, $completion);
|
|
11872
11935
|
tmp.ae_1 = Unit_getInstance();
|
|
11873
11936
|
tmp.be_1 = null;
|
|
11874
11937
|
return tmp.re();
|
|
11875
11938
|
};
|
|
11876
11939
|
protoOf(JsXmlPullParserFactory).k2p = function (fileName, $completion) {
|
|
11877
|
-
return this.
|
|
11940
|
+
return this.p3l(fileName, $completion);
|
|
11878
11941
|
};
|
|
11879
11942
|
function XmlPullParserException(s) {
|
|
11880
11943
|
Exception_init_$Init$(s, this);
|
|
@@ -11911,15 +11974,15 @@
|
|
|
11911
11974
|
protoOf(Card).a2t = get_content;
|
|
11912
11975
|
protoOf(Card).u2v = get_isClickable;
|
|
11913
11976
|
protoOf(Card).v2v = get_events;
|
|
11914
|
-
protoOf(Category).
|
|
11915
|
-
protoOf(Category).
|
|
11916
|
-
protoOf(Category).
|
|
11917
|
-
protoOf(Category).
|
|
11918
|
-
protoOf(Category).
|
|
11919
|
-
protoOf(Category).
|
|
11920
|
-
protoOf(Category).
|
|
11921
|
-
protoOf(Category).
|
|
11922
|
-
protoOf(Category).
|
|
11977
|
+
protoOf(Category).i2y = get_primaryColor;
|
|
11978
|
+
protoOf(Category).j2y = get_primaryTextColor;
|
|
11979
|
+
protoOf(Category).k2y = get_buttonStyle;
|
|
11980
|
+
protoOf(Category).g2x = get_buttonColor;
|
|
11981
|
+
protoOf(Category).l2y = get_cardBackgroundColor;
|
|
11982
|
+
protoOf(Category).m2y = get_multiselectOptionBackgroundColor;
|
|
11983
|
+
protoOf(Category).n2y = get_multiselectOptionSelectedColor;
|
|
11984
|
+
protoOf(Category).o2y = get_textScale;
|
|
11985
|
+
protoOf(Category).p2y = get_textAlign;
|
|
11923
11986
|
protoOf(Fallback).h2t = isInvisible;
|
|
11924
11987
|
protoOf(Fallback).i2t = isInvisibleFlow;
|
|
11925
11988
|
protoOf(Fallback).j2t = isGone;
|
|
@@ -11954,8 +12017,8 @@
|
|
|
11954
12017
|
protoOf(Link).getAnalyticsEvents = getAnalyticsEvents;
|
|
11955
12018
|
protoOf(Link).u2v = get_isClickable;
|
|
11956
12019
|
protoOf(Link).v2v = get_events;
|
|
11957
|
-
protoOf(Manifest).
|
|
11958
|
-
protoOf(Manifest).
|
|
12020
|
+
protoOf(Manifest).g2x = get_buttonColor;
|
|
12021
|
+
protoOf(Manifest).p2y = get_textAlign;
|
|
11959
12022
|
protoOf(Option).a2t = get_content;
|
|
11960
12023
|
protoOf(Option).getAnalyticsEvents = getAnalyticsEvents;
|
|
11961
12024
|
protoOf(Multiselect).h2t = isInvisible;
|
|
@@ -11971,13 +12034,13 @@
|
|
|
11971
12034
|
protoOf(Spacer).i2t = isInvisibleFlow;
|
|
11972
12035
|
protoOf(Spacer).j2t = isGone;
|
|
11973
12036
|
protoOf(Spacer).k2t = isGoneFlow;
|
|
11974
|
-
protoOf(StylesOverride).
|
|
11975
|
-
protoOf(StylesOverride).
|
|
11976
|
-
protoOf(StylesOverride).
|
|
11977
|
-
protoOf(StylesOverride).
|
|
11978
|
-
protoOf(StylesOverride).
|
|
11979
|
-
protoOf(StylesOverride).
|
|
11980
|
-
protoOf(StylesOverride).
|
|
12037
|
+
protoOf(StylesOverride).i2y = get_primaryColor;
|
|
12038
|
+
protoOf(StylesOverride).j2y = get_primaryTextColor;
|
|
12039
|
+
protoOf(StylesOverride).k2y = get_buttonStyle;
|
|
12040
|
+
protoOf(StylesOverride).g2x = get_buttonColor;
|
|
12041
|
+
protoOf(StylesOverride).l2y = get_cardBackgroundColor;
|
|
12042
|
+
protoOf(StylesOverride).m2y = get_multiselectOptionBackgroundColor;
|
|
12043
|
+
protoOf(StylesOverride).n2y = get_multiselectOptionSelectedColor;
|
|
11981
12044
|
protoOf(Tab).a2t = get_content;
|
|
11982
12045
|
protoOf(Tab).getAnalyticsEvents = getAnalyticsEvents;
|
|
11983
12046
|
protoOf(Tabs).h2t = isInvisible;
|
|
@@ -11992,83 +12055,83 @@
|
|
|
11992
12055
|
protoOf(Video).i2t = isInvisibleFlow;
|
|
11993
12056
|
protoOf(Video).j2t = isGone;
|
|
11994
12057
|
protoOf(Video).k2t = isGoneFlow;
|
|
11995
|
-
protoOf(Page).
|
|
11996
|
-
protoOf(Page).
|
|
11997
|
-
protoOf(Page).
|
|
12058
|
+
protoOf(Page).k2y = get_buttonStyle;
|
|
12059
|
+
protoOf(Page).g2x = get_buttonColor;
|
|
12060
|
+
protoOf(Page).p2y = get_textAlign;
|
|
11998
12061
|
protoOf(Page).getAnalyticsEvents = getAnalyticsEvents;
|
|
11999
|
-
protoOf(LessonPage).
|
|
12000
|
-
protoOf(LessonPage).
|
|
12001
|
-
protoOf(LessonPage).
|
|
12062
|
+
protoOf(LessonPage).k2y = get_buttonStyle;
|
|
12063
|
+
protoOf(LessonPage).g2x = get_buttonColor;
|
|
12064
|
+
protoOf(LessonPage).p2y = get_textAlign;
|
|
12002
12065
|
protoOf(LessonPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
12003
12066
|
protoOf(LessonPage).a2t = get_content;
|
|
12004
12067
|
protoOf(Card_0).a2t = get_content;
|
|
12005
12068
|
protoOf(Card_0).getAnalyticsEvents = getAnalyticsEvents;
|
|
12006
|
-
protoOf(CardCollectionPage).
|
|
12007
|
-
protoOf(CardCollectionPage).
|
|
12008
|
-
protoOf(CardCollectionPage).
|
|
12069
|
+
protoOf(CardCollectionPage).k2y = get_buttonStyle;
|
|
12070
|
+
protoOf(CardCollectionPage).g2x = get_buttonColor;
|
|
12071
|
+
protoOf(CardCollectionPage).p2y = get_textAlign;
|
|
12009
12072
|
protoOf(CardCollectionPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
12010
|
-
protoOf(ContentPage).
|
|
12011
|
-
protoOf(ContentPage).
|
|
12012
|
-
protoOf(ContentPage).
|
|
12073
|
+
protoOf(ContentPage).k2y = get_buttonStyle;
|
|
12074
|
+
protoOf(ContentPage).g2x = get_buttonColor;
|
|
12075
|
+
protoOf(ContentPage).p2y = get_textAlign;
|
|
12013
12076
|
protoOf(ContentPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
12014
12077
|
protoOf(ContentPage).a2t = get_content;
|
|
12015
12078
|
protoOf(InlineTip).h2t = isInvisible;
|
|
12016
12079
|
protoOf(InlineTip).i2t = isInvisibleFlow;
|
|
12017
12080
|
protoOf(InlineTip).j2t = isGone;
|
|
12018
12081
|
protoOf(InlineTip).k2t = isGoneFlow;
|
|
12019
|
-
protoOf(Tip).
|
|
12020
|
-
protoOf(Tip).
|
|
12021
|
-
protoOf(Tip).
|
|
12022
|
-
protoOf(Tip).
|
|
12023
|
-
protoOf(Tip).
|
|
12024
|
-
protoOf(Tip).
|
|
12025
|
-
protoOf(Tip).
|
|
12082
|
+
protoOf(Tip).k2y = get_buttonStyle;
|
|
12083
|
+
protoOf(Tip).g2x = get_buttonColor;
|
|
12084
|
+
protoOf(Tip).l2y = get_cardBackgroundColor;
|
|
12085
|
+
protoOf(Tip).m2y = get_multiselectOptionBackgroundColor;
|
|
12086
|
+
protoOf(Tip).n2y = get_multiselectOptionSelectedColor;
|
|
12087
|
+
protoOf(Tip).o2y = get_textScale;
|
|
12088
|
+
protoOf(Tip).p2y = get_textAlign;
|
|
12026
12089
|
protoOf(TipPage).a2t = get_content;
|
|
12027
|
-
protoOf(Header).
|
|
12028
|
-
protoOf(Header).
|
|
12029
|
-
protoOf(Header).
|
|
12030
|
-
protoOf(Header).
|
|
12031
|
-
protoOf(Header).
|
|
12032
|
-
protoOf(Header).
|
|
12033
|
-
protoOf(Header).
|
|
12034
|
-
protoOf(Header).
|
|
12035
|
-
protoOf(Header).
|
|
12090
|
+
protoOf(Header).i2y = get_primaryColor;
|
|
12091
|
+
protoOf(Header).j2y = get_primaryTextColor;
|
|
12092
|
+
protoOf(Header).k2y = get_buttonStyle;
|
|
12093
|
+
protoOf(Header).g2x = get_buttonColor;
|
|
12094
|
+
protoOf(Header).l2y = get_cardBackgroundColor;
|
|
12095
|
+
protoOf(Header).m2y = get_multiselectOptionBackgroundColor;
|
|
12096
|
+
protoOf(Header).n2y = get_multiselectOptionSelectedColor;
|
|
12097
|
+
protoOf(Header).o2y = get_textScale;
|
|
12098
|
+
protoOf(Header).p2y = get_textAlign;
|
|
12036
12099
|
protoOf(Hero).a2t = get_content;
|
|
12037
12100
|
protoOf(Hero).getAnalyticsEvents = getAnalyticsEvents;
|
|
12038
12101
|
protoOf(Modal).a2t = get_content;
|
|
12039
|
-
protoOf(Modal).
|
|
12040
|
-
protoOf(Modal).
|
|
12041
|
-
protoOf(Modal).
|
|
12042
|
-
protoOf(Modal).
|
|
12043
|
-
protoOf(Card_1).
|
|
12044
|
-
protoOf(Card_1).
|
|
12045
|
-
protoOf(Card_1).
|
|
12046
|
-
protoOf(Card_1).
|
|
12047
|
-
protoOf(Card_1).
|
|
12048
|
-
protoOf(Card_1).
|
|
12049
|
-
protoOf(Card_1).
|
|
12050
|
-
protoOf(Card_1).
|
|
12051
|
-
protoOf(Card_1).
|
|
12102
|
+
protoOf(Modal).l2y = get_cardBackgroundColor;
|
|
12103
|
+
protoOf(Modal).m2y = get_multiselectOptionBackgroundColor;
|
|
12104
|
+
protoOf(Modal).n2y = get_multiselectOptionSelectedColor;
|
|
12105
|
+
protoOf(Modal).o2y = get_textScale;
|
|
12106
|
+
protoOf(Card_1).i2y = get_primaryColor;
|
|
12107
|
+
protoOf(Card_1).j2y = get_primaryTextColor;
|
|
12108
|
+
protoOf(Card_1).k2y = get_buttonStyle;
|
|
12109
|
+
protoOf(Card_1).g2x = get_buttonColor;
|
|
12110
|
+
protoOf(Card_1).l2y = get_cardBackgroundColor;
|
|
12111
|
+
protoOf(Card_1).m2y = get_multiselectOptionBackgroundColor;
|
|
12112
|
+
protoOf(Card_1).n2y = get_multiselectOptionSelectedColor;
|
|
12113
|
+
protoOf(Card_1).o2y = get_textScale;
|
|
12114
|
+
protoOf(Card_1).p2y = get_textAlign;
|
|
12052
12115
|
protoOf(Card_1).a2t = get_content;
|
|
12053
12116
|
protoOf(Card_1).getAnalyticsEvents = getAnalyticsEvents;
|
|
12054
|
-
protoOf(TractPage).
|
|
12055
|
-
protoOf(TractPage).
|
|
12056
|
-
protoOf(TractPage).
|
|
12117
|
+
protoOf(TractPage).k2y = get_buttonStyle;
|
|
12118
|
+
protoOf(TractPage).g2x = get_buttonColor;
|
|
12119
|
+
protoOf(TractPage).p2y = get_textAlign;
|
|
12057
12120
|
protoOf(TractPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
12058
|
-
protoOf(SaxXmlPullParser).
|
|
12121
|
+
protoOf(SaxXmlPullParser).p3g = require$default;
|
|
12059
12122
|
protoOf(SaxXmlPullParser).n2t = getAttributeValue;
|
|
12060
|
-
protoOf(JsXmlPullParser).
|
|
12123
|
+
protoOf(JsXmlPullParser).p3g = require$default;
|
|
12061
12124
|
protoOf(JsXmlPullParser).n2t = getAttributeValue;
|
|
12062
12125
|
//endregion
|
|
12063
12126
|
//region block: init
|
|
12064
12127
|
XMLNS_ANALYTICS = 'https://mobile-content-api.cru.org/xmlns/analytics';
|
|
12065
12128
|
XMLNS_CONTENT = 'https://mobile-content-api.cru.org/xmlns/content';
|
|
12129
|
+
XML_BACKGROUND_COLOR = 'background-color';
|
|
12066
12130
|
SCHEMA_VERSION = 2;
|
|
12067
12131
|
XMLNS_MANIFEST = 'https://mobile-content-api.cru.org/xmlns/manifest';
|
|
12068
12132
|
XML_DISMISS_LISTENERS = 'dismiss-listeners';
|
|
12069
12133
|
XML_PRIMARY_COLOR = 'primary-color';
|
|
12070
12134
|
XML_PRIMARY_TEXT_COLOR = 'primary-text-color';
|
|
12071
|
-
XML_BACKGROUND_COLOR = 'background-color';
|
|
12072
12135
|
XML_BACKGROUND_IMAGE = 'background-image';
|
|
12073
12136
|
XML_BACKGROUND_IMAGE_GRAVITY = 'background-image-align';
|
|
12074
12137
|
XML_BACKGROUND_IMAGE_SCALE_TYPE = 'background-image-scale-type';
|
|
@@ -12158,6 +12221,20 @@
|
|
|
12158
12221
|
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
12159
12222
|
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
12160
12223
|
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
12224
|
+
$org$cru$godtools$shared$tool$parser$model.Button = Button;
|
|
12225
|
+
$org$cru$godtools$shared$tool$parser$model.Button.Style = Style;
|
|
12226
|
+
$org$cru$godtools$shared$tool$parser$model.Button.Style.values = values_2;
|
|
12227
|
+
$org$cru$godtools$shared$tool$parser$model.Button.Style.valueOf = valueOf_2;
|
|
12228
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Button.Style, 'CONTAINED', Style_CONTAINED_getInstance);
|
|
12229
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Button.Style, 'OUTLINED', Style_OUTLINED_getInstance);
|
|
12230
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Button.Style, 'UNKNOWN', Style_UNKNOWN_getInstance);
|
|
12231
|
+
var $org = _.org || (_.org = {});
|
|
12232
|
+
var $org$cru = $org.cru || ($org.cru = {});
|
|
12233
|
+
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
12234
|
+
var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
|
|
12235
|
+
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
12236
|
+
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
12237
|
+
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
12161
12238
|
var $org = _.org || (_.org = {});
|
|
12162
12239
|
var $org$cru = $org.cru || ($org.cru = {});
|
|
12163
12240
|
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
@@ -12203,14 +12280,14 @@
|
|
|
12203
12280
|
$org$cru$godtools$shared$tool$parser$model.Gravity = Gravity;
|
|
12204
12281
|
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity, 'Companion', Companion_getInstance_22);
|
|
12205
12282
|
$org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal = Horizontal;
|
|
12206
|
-
$org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal.values =
|
|
12207
|
-
$org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal.valueOf =
|
|
12283
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal.values = values_4;
|
|
12284
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal.valueOf = valueOf_3;
|
|
12208
12285
|
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal, 'START', Horizontal_START_getInstance);
|
|
12209
12286
|
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal, 'CENTER', Horizontal_CENTER_getInstance);
|
|
12210
12287
|
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal, 'END', Horizontal_END_getInstance);
|
|
12211
12288
|
$org$cru$godtools$shared$tool$parser$model.Gravity.Vertical = Vertical;
|
|
12212
|
-
$org$cru$godtools$shared$tool$parser$model.Gravity.Vertical.values =
|
|
12213
|
-
$org$cru$godtools$shared$tool$parser$model.Gravity.Vertical.valueOf =
|
|
12289
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Vertical.values = values_5;
|
|
12290
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Vertical.valueOf = valueOf_4;
|
|
12214
12291
|
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Vertical, 'TOP', Vertical_TOP_getInstance);
|
|
12215
12292
|
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Vertical, 'CENTER', Vertical_CENTER_getInstance);
|
|
12216
12293
|
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Vertical, 'BOTTOM', Vertical_BOTTOM_getInstance);
|
|
@@ -12242,8 +12319,8 @@
|
|
|
12242
12319
|
defineProp($org$cru$godtools$shared$tool$parser$model.Input.Error, 'Required', Required_getInstance);
|
|
12243
12320
|
defineProp($org$cru$godtools$shared$tool$parser$model.Input.Error, 'InvalidEmail', InvalidEmail_getInstance);
|
|
12244
12321
|
$org$cru$godtools$shared$tool$parser$model.Input.Type = Type_0;
|
|
12245
|
-
$org$cru$godtools$shared$tool$parser$model.Input.Type.values =
|
|
12246
|
-
$org$cru$godtools$shared$tool$parser$model.Input.Type.valueOf =
|
|
12322
|
+
$org$cru$godtools$shared$tool$parser$model.Input.Type.values = values_6;
|
|
12323
|
+
$org$cru$godtools$shared$tool$parser$model.Input.Type.valueOf = valueOf_5;
|
|
12247
12324
|
defineProp($org$cru$godtools$shared$tool$parser$model.Input.Type, 'TEXT', Type_TEXT_getInstance);
|
|
12248
12325
|
defineProp($org$cru$godtools$shared$tool$parser$model.Input.Type, 'EMAIL', Type_EMAIL_getInstance);
|
|
12249
12326
|
defineProp($org$cru$godtools$shared$tool$parser$model.Input.Type, 'PHONE', Type_PHONE_getInstance);
|
|
@@ -12258,8 +12335,8 @@
|
|
|
12258
12335
|
$org$cru$godtools$shared$tool$parser$model.Manifest = Manifest;
|
|
12259
12336
|
$org$cru$godtools$shared$tool$parser$model.Manifest.createTestManifest = createTestManifest;
|
|
12260
12337
|
$org$cru$godtools$shared$tool$parser$model.Manifest.Type = Type_1;
|
|
12261
|
-
$org$cru$godtools$shared$tool$parser$model.Manifest.Type.values =
|
|
12262
|
-
$org$cru$godtools$shared$tool$parser$model.Manifest.Type.valueOf =
|
|
12338
|
+
$org$cru$godtools$shared$tool$parser$model.Manifest.Type.values = values_7;
|
|
12339
|
+
$org$cru$godtools$shared$tool$parser$model.Manifest.Type.valueOf = valueOf_6;
|
|
12263
12340
|
defineProp($org$cru$godtools$shared$tool$parser$model.Manifest.Type, 'ARTICLE', Type_ARTICLE_getInstance);
|
|
12264
12341
|
defineProp($org$cru$godtools$shared$tool$parser$model.Manifest.Type, 'CYOA', Type_CYOA_getInstance);
|
|
12265
12342
|
defineProp($org$cru$godtools$shared$tool$parser$model.Manifest.Type, 'LESSON', Type_LESSON_getInstance);
|
|
@@ -12299,14 +12376,14 @@
|
|
|
12299
12376
|
$org$cru$godtools$shared$tool$parser$model.Text = Text;
|
|
12300
12377
|
$org$cru$godtools$shared$tool$parser$model.Text.createTestText = createTestText;
|
|
12301
12378
|
$org$cru$godtools$shared$tool$parser$model.Text.Align = Align;
|
|
12302
|
-
$org$cru$godtools$shared$tool$parser$model.Text.Align.values =
|
|
12303
|
-
$org$cru$godtools$shared$tool$parser$model.Text.Align.valueOf =
|
|
12379
|
+
$org$cru$godtools$shared$tool$parser$model.Text.Align.values = values_8;
|
|
12380
|
+
$org$cru$godtools$shared$tool$parser$model.Text.Align.valueOf = valueOf_7;
|
|
12304
12381
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Align, 'START', Align_START_getInstance);
|
|
12305
12382
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Align, 'CENTER', Align_CENTER_getInstance);
|
|
12306
12383
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Align, 'END', Align_END_getInstance);
|
|
12307
12384
|
$org$cru$godtools$shared$tool$parser$model.Text.Style = Style_1;
|
|
12308
|
-
$org$cru$godtools$shared$tool$parser$model.Text.Style.values =
|
|
12309
|
-
$org$cru$godtools$shared$tool$parser$model.Text.Style.valueOf =
|
|
12385
|
+
$org$cru$godtools$shared$tool$parser$model.Text.Style.values = values_9;
|
|
12386
|
+
$org$cru$godtools$shared$tool$parser$model.Text.Style.valueOf = valueOf_8;
|
|
12310
12387
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Style, 'BOLD', Style_BOLD_getInstance);
|
|
12311
12388
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Style, 'ITALIC', Style_ITALIC_getInstance);
|
|
12312
12389
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Style, 'UNDERLINE', Style_UNDERLINE_getInstance);
|
|
@@ -12319,8 +12396,8 @@
|
|
|
12319
12396
|
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
12320
12397
|
$org$cru$godtools$shared$tool$parser$model.Video = Video;
|
|
12321
12398
|
$org$cru$godtools$shared$tool$parser$model.Video.Provider = Provider;
|
|
12322
|
-
$org$cru$godtools$shared$tool$parser$model.Video.Provider.values =
|
|
12323
|
-
$org$cru$godtools$shared$tool$parser$model.Video.Provider.valueOf =
|
|
12399
|
+
$org$cru$godtools$shared$tool$parser$model.Video.Provider.values = values_10;
|
|
12400
|
+
$org$cru$godtools$shared$tool$parser$model.Video.Provider.valueOf = valueOf_9;
|
|
12324
12401
|
defineProp($org$cru$godtools$shared$tool$parser$model.Video.Provider, 'YOUTUBE', Provider_YOUTUBE_getInstance);
|
|
12325
12402
|
defineProp($org$cru$godtools$shared$tool$parser$model.Video.Provider, 'UNKNOWN', Provider_UNKNOWN_getInstance);
|
|
12326
12403
|
var $org = _.org || (_.org = {});
|