@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1181 → 0.9.0-SNAPSHOT.1187
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.
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
}
|
|
269
269
|
function get_buttonColor() {
|
|
270
270
|
var tmp0_safe_receiver = this.a2t();
|
|
271
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
271
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2x();
|
|
272
272
|
}
|
|
273
273
|
function get_cardBackgroundColor() {
|
|
274
274
|
return get_cardBackgroundColor_0(this.a2t());
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
}
|
|
279
279
|
function get_multiselectOptionSelectedColor() {
|
|
280
280
|
var tmp0_safe_receiver = this.a2t();
|
|
281
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
281
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2y();
|
|
282
282
|
}
|
|
283
283
|
function get_textColor() {
|
|
284
284
|
return get_textColor_0(this.a2t());
|
|
@@ -2067,11 +2067,11 @@
|
|
|
2067
2067
|
var tmp0_safe_receiver_0 = parser.o2t('style');
|
|
2068
2068
|
tmp_1.o2w_1 = tmp0_safe_receiver_0 == null ? null : Companion_getInstance_10().x2v(tmp0_safe_receiver_0);
|
|
2069
2069
|
var tmp_2 = $this;
|
|
2070
|
-
var tmp1_safe_receiver = Companion_getInstance_22().
|
|
2071
|
-
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
2070
|
+
var tmp1_safe_receiver = Companion_getInstance_22().z2w(parser.o2t('gravity'));
|
|
2071
|
+
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.horizontal;
|
|
2072
2072
|
tmp_2.p2w_1 = tmp2_elvis_lhs == null ? Companion_getInstance_11().z2v_1 : tmp2_elvis_lhs;
|
|
2073
2073
|
var tmp_3 = $this;
|
|
2074
|
-
var tmp3_safe_receiver = Companion_getInstance_16().
|
|
2074
|
+
var tmp3_safe_receiver = Companion_getInstance_16().a2x(parser.o2t('width'));
|
|
2075
2075
|
var tmp_4;
|
|
2076
2076
|
if (tmp3_safe_receiver == null) {
|
|
2077
2077
|
tmp_4 = null;
|
|
@@ -2102,8 +2102,8 @@
|
|
|
2102
2102
|
tmp_7.s2w_1 = tmp7_elvis_lhs == null ? Companion_getInstance_11().b2w_1 : tmp7_elvis_lhs;
|
|
2103
2103
|
$this.t2w_1 = parser.o2t('icon');
|
|
2104
2104
|
var tmp_8 = $this;
|
|
2105
|
-
var tmp8_safe_receiver = Companion_getInstance_22().
|
|
2106
|
-
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : tmp8_safe_receiver.
|
|
2105
|
+
var tmp8_safe_receiver = Companion_getInstance_22().z2w(parser.o2t('icon-gravity'));
|
|
2106
|
+
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : tmp8_safe_receiver.horizontal;
|
|
2107
2107
|
tmp_8.v2w_1 = tmp9_elvis_lhs == null ? Companion_getInstance_11().c2w_1 : tmp9_elvis_lhs;
|
|
2108
2108
|
var tmp_9 = $this;
|
|
2109
2109
|
var tmp10_safe_receiver = parser.o2t('icon-size');
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
}
|
|
2155
2155
|
function Button$defaultTextStyles$delegate$lambda$lambda_0(this$0) {
|
|
2156
2156
|
return function () {
|
|
2157
|
-
var tmp0_subject = this$0.
|
|
2157
|
+
var tmp0_subject = this$0.b2x();
|
|
2158
2158
|
var tmp0 = tmp0_subject.d4_1;
|
|
2159
2159
|
var tmp;
|
|
2160
2160
|
switch (tmp0) {
|
|
@@ -2163,7 +2163,7 @@
|
|
|
2163
2163
|
tmp = get_primaryTextColor_0(this$0.a2t());
|
|
2164
2164
|
break;
|
|
2165
2165
|
case 1:
|
|
2166
|
-
tmp = this$0.
|
|
2166
|
+
tmp = this$0.c2x();
|
|
2167
2167
|
break;
|
|
2168
2168
|
default:
|
|
2169
2169
|
noWhenBranchMatchedException();
|
|
@@ -2228,11 +2228,11 @@
|
|
|
2228
2228
|
protoOf(Button).q2v = function () {
|
|
2229
2229
|
return this.n2w_1;
|
|
2230
2230
|
};
|
|
2231
|
-
protoOf(Button).
|
|
2231
|
+
protoOf(Button).b2x = function () {
|
|
2232
2232
|
var tmp0_elvis_lhs = this.o2w_1;
|
|
2233
2233
|
return tmp0_elvis_lhs == null ? get_buttonStyle_0(this.a2t()) : tmp0_elvis_lhs;
|
|
2234
2234
|
};
|
|
2235
|
-
protoOf(Button).
|
|
2235
|
+
protoOf(Button).c2x = function () {
|
|
2236
2236
|
var tmp0_elvis_lhs = this.r2w_1;
|
|
2237
2237
|
var tmp;
|
|
2238
2238
|
if (tmp0_elvis_lhs == null) {
|
|
@@ -2243,7 +2243,7 @@
|
|
|
2243
2243
|
var tmp$ret$0;
|
|
2244
2244
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Button.<get-buttonColor>.<anonymous>' call
|
|
2245
2245
|
var tmp0_safe_receiver = tmp0_let;
|
|
2246
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2246
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2x();
|
|
2247
2247
|
tmp$ret$0 = tmp1_elvis_lhs == null ? get_primaryColor_0(tmp0_let) : tmp1_elvis_lhs;
|
|
2248
2248
|
tmp$ret$1 = tmp$ret$0;
|
|
2249
2249
|
tmp = tmp$ret$1;
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
return tmp;
|
|
2254
2254
|
};
|
|
2255
2255
|
protoOf(Button).i2s = function () {
|
|
2256
|
-
return (protoOf(Content).i2s.call(this) ? true : !this.
|
|
2256
|
+
return (protoOf(Content).i2s.call(this) ? true : !this.d2x()) ? true : this.b2x().equals(Style_UNKNOWN_getInstance());
|
|
2257
2257
|
};
|
|
2258
2258
|
protoOf(Button)._getAnalyticsEvents = function (type) {
|
|
2259
2259
|
var tmp0_subject = type;
|
|
@@ -2297,8 +2297,8 @@
|
|
|
2297
2297
|
}
|
|
2298
2298
|
function Companion_9() {
|
|
2299
2299
|
Companion_instance_9 = this;
|
|
2300
|
-
this.
|
|
2301
|
-
this.
|
|
2300
|
+
this.e2x_1 = 'card';
|
|
2301
|
+
this.f2x_1 = 'card-background-color';
|
|
2302
2302
|
}
|
|
2303
2303
|
var Companion_instance_9;
|
|
2304
2304
|
function Companion_getInstance_12() {
|
|
@@ -2313,7 +2313,7 @@
|
|
|
2313
2313
|
var tmp = get_XMLNS_CONTENT();
|
|
2314
2314
|
Companion_getInstance_12();
|
|
2315
2315
|
parser.u2r(2, tmp, 'card');
|
|
2316
|
-
$this.
|
|
2316
|
+
$this.o2x_1 = toColorOrNull(parser.o2t(get_XML_BACKGROUND_COLOR()));
|
|
2317
2317
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2318
2318
|
// Inline function 'kotlin.contracts.contract' call
|
|
2319
2319
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -2333,8 +2333,8 @@
|
|
|
2333
2333
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2334
2334
|
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
2335
2335
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2336
|
-
$this.
|
|
2337
|
-
$this.
|
|
2336
|
+
$this.q2x_1 = tmp1__anonymous__uwfjfc;
|
|
2337
|
+
$this.r2x_1 = uri;
|
|
2338
2338
|
var tmp_1 = $this;
|
|
2339
2339
|
var tmp$ret$9;
|
|
2340
2340
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -2414,20 +2414,20 @@
|
|
|
2414
2414
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
2415
2415
|
tmp$ret$8 = tmp$ret$7;
|
|
2416
2416
|
tmp$ret$9 = tmp$ret$8;
|
|
2417
|
-
tmp_1.
|
|
2417
|
+
tmp_1.p2x_1 = tmp$ret$9;
|
|
2418
2418
|
return $this;
|
|
2419
2419
|
}
|
|
2420
2420
|
function Card_init_$Create$(parent, parser) {
|
|
2421
2421
|
return Card_init_$Init$(parent, parser, objectCreate(protoOf(Card)));
|
|
2422
2422
|
}
|
|
2423
2423
|
protoOf(Card).t2s = function () {
|
|
2424
|
-
return this.
|
|
2424
|
+
return this.p2x_1;
|
|
2425
2425
|
};
|
|
2426
2426
|
protoOf(Card).p2v = function () {
|
|
2427
|
-
return this.
|
|
2427
|
+
return this.q2x_1;
|
|
2428
2428
|
};
|
|
2429
2429
|
protoOf(Card).q2v = function () {
|
|
2430
|
-
return this.
|
|
2430
|
+
return this.r2x_1;
|
|
2431
2431
|
};
|
|
2432
2432
|
protoOf(Card).i2s = function () {
|
|
2433
2433
|
var tmp;
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
});
|
|
2452
2452
|
function Companion_10() {
|
|
2453
2453
|
Companion_instance_10 = this;
|
|
2454
|
-
this.
|
|
2454
|
+
this.s2x_1 = 'category';
|
|
2455
2455
|
}
|
|
2456
2456
|
var Companion_instance_10;
|
|
2457
2457
|
function Companion_getInstance_13() {
|
|
@@ -2466,8 +2466,8 @@
|
|
|
2466
2466
|
var tmp = get_XMLNS_MANIFEST();
|
|
2467
2467
|
Companion_getInstance_13();
|
|
2468
2468
|
parser.u2r(2, tmp, 'category');
|
|
2469
|
-
$this.
|
|
2470
|
-
$this.
|
|
2469
|
+
$this.u2x_1 = parser.o2t('id');
|
|
2470
|
+
$this.x2x_1 = parser.o2t('banner');
|
|
2471
2471
|
var label = null;
|
|
2472
2472
|
var tmp_0 = $this;
|
|
2473
2473
|
var tmp$ret$4;
|
|
@@ -2523,15 +2523,15 @@
|
|
|
2523
2523
|
tmp$ret$2 = tmp0_apply;
|
|
2524
2524
|
tmp$ret$3 = tmp$ret$2.u7();
|
|
2525
2525
|
tmp$ret$4 = tmp$ret$3;
|
|
2526
|
-
tmp_0.
|
|
2527
|
-
$this.
|
|
2526
|
+
tmp_0.w2x_1 = tmp$ret$4;
|
|
2527
|
+
$this.v2x_1 = label;
|
|
2528
2528
|
return $this;
|
|
2529
2529
|
}
|
|
2530
2530
|
function Category_init_$Create$(manifest, parser) {
|
|
2531
2531
|
return Category_init_$Init$(manifest, parser, objectCreate(protoOf(Category)));
|
|
2532
2532
|
}
|
|
2533
|
-
protoOf(Category).
|
|
2534
|
-
return this.a2p().
|
|
2533
|
+
protoOf(Category).y2x = function () {
|
|
2534
|
+
return this.a2p().z2x();
|
|
2535
2535
|
};
|
|
2536
2536
|
function Category() {
|
|
2537
2537
|
Companion_getInstance_13();
|
|
@@ -2687,16 +2687,16 @@
|
|
|
2687
2687
|
tmp_0.c2s_1 = tmp$ret$5;
|
|
2688
2688
|
var tmp_3 = $this;
|
|
2689
2689
|
var tmp4_safe_receiver = parser.o2t('required-device-type');
|
|
2690
|
-
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2690
|
+
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().j2y(tmp4_safe_receiver);
|
|
2691
2691
|
var tmp_4;
|
|
2692
2692
|
if (tmp6_elvis_lhs == null) {
|
|
2693
2693
|
var tmp5_safe_receiver = parser.o2t('restrictTo');
|
|
2694
|
-
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2694
|
+
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().j2y(tmp5_safe_receiver);
|
|
2695
2695
|
} else {
|
|
2696
2696
|
tmp_4 = tmp6_elvis_lhs;
|
|
2697
2697
|
}
|
|
2698
2698
|
var tmp7_elvis_lhs = tmp_4;
|
|
2699
|
-
tmp_3.d2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().
|
|
2699
|
+
tmp_3.d2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().i2y_1 : tmp7_elvis_lhs;
|
|
2700
2700
|
var tmp_5 = $this;
|
|
2701
2701
|
var tmp8_safe_receiver = parser.o2t('required-android-version');
|
|
2702
2702
|
var tmp_6;
|
|
@@ -2708,7 +2708,7 @@
|
|
|
2708
2708
|
// Inline function 'kotlin.contracts.contract' call
|
|
2709
2709
|
var tmp$ret$6;
|
|
2710
2710
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2711
|
-
var tmp0_elvis_lhs_0 = Companion_getInstance_42().
|
|
2711
|
+
var tmp0_elvis_lhs_0 = Companion_getInstance_42().k2y(tmp8_safe_receiver);
|
|
2712
2712
|
var tmp_7;
|
|
2713
2713
|
var tmp_8 = tmp0_elvis_lhs_0;
|
|
2714
2714
|
if ((tmp_8 == null ? null : new Version(tmp_8)) == null) {
|
|
@@ -2732,7 +2732,7 @@
|
|
|
2732
2732
|
// Inline function 'kotlin.contracts.contract' call
|
|
2733
2733
|
var tmp$ret$8;
|
|
2734
2734
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2735
|
-
var tmp0_elvis_lhs_1 = Companion_getInstance_42().
|
|
2735
|
+
var tmp0_elvis_lhs_1 = Companion_getInstance_42().k2y(tmp9_safe_receiver);
|
|
2736
2736
|
var tmp_11;
|
|
2737
2737
|
var tmp_12 = tmp0_elvis_lhs_1;
|
|
2738
2738
|
if ((tmp_12 == null ? null : new Version(tmp_12)) == null) {
|
|
@@ -2758,7 +2758,7 @@
|
|
|
2758
2758
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
2759
2759
|
version = version === VOID ? get_SCHEMA_VERSION() : version;
|
|
2760
2760
|
requiredFeatures = requiredFeatures === VOID ? emptySet() : requiredFeatures;
|
|
2761
|
-
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().
|
|
2761
|
+
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().i2y_1 : requiredDeviceType;
|
|
2762
2762
|
requiredAndroidVersion = requiredAndroidVersion === VOID ? null : requiredAndroidVersion;
|
|
2763
2763
|
requiredIosVersion = requiredIosVersion === VOID ? null : requiredIosVersion;
|
|
2764
2764
|
invisibleIf = invisibleIf === VOID ? null : invisibleIf;
|
|
@@ -3060,9 +3060,9 @@
|
|
|
3060
3060
|
var DeviceType_UNKNOWN_instance;
|
|
3061
3061
|
function Companion_12() {
|
|
3062
3062
|
Companion_instance_12 = this;
|
|
3063
|
-
this.
|
|
3063
|
+
this.i2y_1 = toSet(values_1());
|
|
3064
3064
|
}
|
|
3065
|
-
protoOf(Companion_12).
|
|
3065
|
+
protoOf(Companion_12).j2y = function (_this__u8e3s4) {
|
|
3066
3066
|
var tmp$ret$2;
|
|
3067
3067
|
// Inline function 'kotlin.collections.mapTo' call
|
|
3068
3068
|
var tmp0_mapTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -3139,7 +3139,7 @@
|
|
|
3139
3139
|
function Companion_13() {
|
|
3140
3140
|
Companion_instance_13 = this;
|
|
3141
3141
|
}
|
|
3142
|
-
protoOf(Companion_13).
|
|
3142
|
+
protoOf(Companion_13).a2x = function (_this__u8e3s4) {
|
|
3143
3143
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
3144
3144
|
var tmp;
|
|
3145
3145
|
if (tmp0_safe_receiver == null) {
|
|
@@ -3210,13 +3210,26 @@
|
|
|
3210
3210
|
}
|
|
3211
3211
|
function Percent(value) {
|
|
3212
3212
|
Dimension.call(this);
|
|
3213
|
-
this.
|
|
3213
|
+
this.value = value;
|
|
3214
3214
|
}
|
|
3215
|
+
protoOf(Percent).o1 = function () {
|
|
3216
|
+
return this.value;
|
|
3217
|
+
};
|
|
3218
|
+
protoOf(Percent).s2 = function () {
|
|
3219
|
+
return this.value;
|
|
3220
|
+
};
|
|
3221
|
+
protoOf(Percent).u2y = function (value) {
|
|
3222
|
+
return new Percent(value);
|
|
3223
|
+
};
|
|
3224
|
+
protoOf(Percent).copy = function (value, $super) {
|
|
3225
|
+
value = value === VOID ? this.value : value;
|
|
3226
|
+
return this.u2y(value);
|
|
3227
|
+
};
|
|
3215
3228
|
protoOf(Percent).toString = function () {
|
|
3216
|
-
return 'Percent(value=' + this.
|
|
3229
|
+
return 'Percent(value=' + this.value + ')';
|
|
3217
3230
|
};
|
|
3218
3231
|
protoOf(Percent).hashCode = function () {
|
|
3219
|
-
return getNumberHashCode(this.
|
|
3232
|
+
return getNumberHashCode(this.value);
|
|
3220
3233
|
};
|
|
3221
3234
|
protoOf(Percent).equals = function (other) {
|
|
3222
3235
|
if (this === other)
|
|
@@ -3224,19 +3237,32 @@
|
|
|
3224
3237
|
if (!(other instanceof Percent))
|
|
3225
3238
|
return false;
|
|
3226
3239
|
var tmp0_other_with_cast = other instanceof Percent ? other : THROW_CCE();
|
|
3227
|
-
if (!equals(this.
|
|
3240
|
+
if (!equals(this.value, tmp0_other_with_cast.value))
|
|
3228
3241
|
return false;
|
|
3229
3242
|
return true;
|
|
3230
3243
|
};
|
|
3231
3244
|
function Pixels(value) {
|
|
3232
3245
|
Dimension.call(this);
|
|
3233
|
-
this.
|
|
3246
|
+
this.value = value;
|
|
3234
3247
|
}
|
|
3248
|
+
protoOf(Pixels).o1 = function () {
|
|
3249
|
+
return this.value;
|
|
3250
|
+
};
|
|
3251
|
+
protoOf(Pixels).s2 = function () {
|
|
3252
|
+
return this.value;
|
|
3253
|
+
};
|
|
3254
|
+
protoOf(Pixels).v2y = function (value) {
|
|
3255
|
+
return new Pixels(value);
|
|
3256
|
+
};
|
|
3257
|
+
protoOf(Pixels).copy = function (value, $super) {
|
|
3258
|
+
value = value === VOID ? this.value : value;
|
|
3259
|
+
return this.v2y(value);
|
|
3260
|
+
};
|
|
3235
3261
|
protoOf(Pixels).toString = function () {
|
|
3236
|
-
return 'Pixels(value=' + this.
|
|
3262
|
+
return 'Pixels(value=' + this.value + ')';
|
|
3237
3263
|
};
|
|
3238
3264
|
protoOf(Pixels).hashCode = function () {
|
|
3239
|
-
return this.
|
|
3265
|
+
return this.value;
|
|
3240
3266
|
};
|
|
3241
3267
|
protoOf(Pixels).equals = function (other) {
|
|
3242
3268
|
if (this === other)
|
|
@@ -3244,7 +3270,7 @@
|
|
|
3244
3270
|
if (!(other instanceof Pixels))
|
|
3245
3271
|
return false;
|
|
3246
3272
|
var tmp0_other_with_cast = other instanceof Pixels ? other : THROW_CCE();
|
|
3247
|
-
if (!(this.
|
|
3273
|
+
if (!(this.value === tmp0_other_with_cast.value))
|
|
3248
3274
|
return false;
|
|
3249
3275
|
return true;
|
|
3250
3276
|
};
|
|
@@ -3264,7 +3290,7 @@
|
|
|
3264
3290
|
Companion_instance_14 = this;
|
|
3265
3291
|
this.FOLLOWUP = new EventId('followup', 'send');
|
|
3266
3292
|
}
|
|
3267
|
-
protoOf(Companion_14).
|
|
3293
|
+
protoOf(Companion_14).w2y = function () {
|
|
3268
3294
|
return this.FOLLOWUP;
|
|
3269
3295
|
};
|
|
3270
3296
|
protoOf(Companion_14).o2v = function (raw) {
|
|
@@ -3410,7 +3436,7 @@
|
|
|
3410
3436
|
};
|
|
3411
3437
|
function Companion_15() {
|
|
3412
3438
|
Companion_instance_15 = this;
|
|
3413
|
-
this.
|
|
3439
|
+
this.x2y_1 = 'fallback';
|
|
3414
3440
|
}
|
|
3415
3441
|
var Companion_instance_15;
|
|
3416
3442
|
function Companion_getInstance_18() {
|
|
@@ -3518,14 +3544,14 @@
|
|
|
3518
3544
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3519
3545
|
tmp$ret$7 = tmp$ret$6;
|
|
3520
3546
|
tmp$ret$8 = tmp$ret$7;
|
|
3521
|
-
tmp_1.
|
|
3547
|
+
tmp_1.t2y_1 = tmp$ret$8;
|
|
3522
3548
|
return $this;
|
|
3523
3549
|
}
|
|
3524
3550
|
function Fallback_init_$Create$(parent, parser) {
|
|
3525
3551
|
return Fallback_init_$Init$(parent, parser, objectCreate(protoOf(Fallback)));
|
|
3526
3552
|
}
|
|
3527
3553
|
protoOf(Fallback).t2s = function () {
|
|
3528
|
-
return take(this.
|
|
3554
|
+
return take(this.t2y_1, 1);
|
|
3529
3555
|
};
|
|
3530
3556
|
protoOf(Fallback).c2t = function () {
|
|
3531
3557
|
var tmp$ret$3;
|
|
@@ -3561,7 +3587,7 @@
|
|
|
3561
3587
|
});
|
|
3562
3588
|
function Companion_16() {
|
|
3563
3589
|
Companion_instance_16 = this;
|
|
3564
|
-
this.
|
|
3590
|
+
this.y2y_1 = 'width';
|
|
3565
3591
|
}
|
|
3566
3592
|
var Companion_instance_16;
|
|
3567
3593
|
function Companion_getInstance_19() {
|
|
@@ -3574,11 +3600,11 @@
|
|
|
3574
3600
|
Item.call($this);
|
|
3575
3601
|
Companion_getInstance_59();
|
|
3576
3602
|
parser.u2r(2, get_XMLNS_CONTENT(), 'item');
|
|
3577
|
-
$this.
|
|
3603
|
+
$this.a2z_1 = flow;
|
|
3578
3604
|
var tmp = $this;
|
|
3579
3605
|
var tmp_0 = Companion_getInstance_16();
|
|
3580
3606
|
Companion_getInstance_19();
|
|
3581
|
-
tmp.
|
|
3607
|
+
tmp.b2z_1 = tmp_0.a2x(parser.o2t('width'));
|
|
3582
3608
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseVisibilityAttrs' call
|
|
3583
3609
|
// Inline function 'kotlin.contracts.contract' call
|
|
3584
3610
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Item.<init>.<anonymous>' call
|
|
@@ -3605,7 +3631,7 @@
|
|
|
3605
3631
|
tmp$ret$1 = tmp_3;
|
|
3606
3632
|
tmp_2 = tmp$ret$1;
|
|
3607
3633
|
}
|
|
3608
|
-
tmp_1.
|
|
3634
|
+
tmp_1.c2z_1 = tmp_2;
|
|
3609
3635
|
var tmp_4 = $this;
|
|
3610
3636
|
var tmp1_safe_receiver = tmp1__anonymous__uwfjfc;
|
|
3611
3637
|
var tmp_5;
|
|
@@ -3627,7 +3653,7 @@
|
|
|
3627
3653
|
tmp$ret$3 = tmp_6;
|
|
3628
3654
|
tmp_5 = tmp$ret$3;
|
|
3629
3655
|
}
|
|
3630
|
-
tmp_4.
|
|
3656
|
+
tmp_4.d2z_1 = tmp_5;
|
|
3631
3657
|
var tmp_7 = $this;
|
|
3632
3658
|
var tmp$ret$12;
|
|
3633
3659
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -3707,7 +3733,7 @@
|
|
|
3707
3733
|
tmp$ret$10 = tmp$ret$9.u7();
|
|
3708
3734
|
tmp$ret$11 = tmp$ret$10;
|
|
3709
3735
|
tmp$ret$12 = tmp$ret$11;
|
|
3710
|
-
tmp_7.
|
|
3736
|
+
tmp_7.e2z_1 = tmp$ret$12;
|
|
3711
3737
|
return $this;
|
|
3712
3738
|
}
|
|
3713
3739
|
function Item_init_$Create$(flow, parser) {
|
|
@@ -3716,11 +3742,11 @@
|
|
|
3716
3742
|
function Item_init_$Init$_0(flow, content, $this) {
|
|
3717
3743
|
BaseModel.call($this, flow);
|
|
3718
3744
|
Item.call($this);
|
|
3719
|
-
$this.
|
|
3720
|
-
$this.
|
|
3721
|
-
$this.
|
|
3722
|
-
$this.
|
|
3723
|
-
$this.
|
|
3745
|
+
$this.a2z_1 = flow;
|
|
3746
|
+
$this.b2z_1 = null;
|
|
3747
|
+
$this.c2z_1 = null;
|
|
3748
|
+
$this.d2z_1 = null;
|
|
3749
|
+
$this.e2z_1 = listOfNotNull(content($this));
|
|
3724
3750
|
return $this;
|
|
3725
3751
|
}
|
|
3726
3752
|
function Item_init_$Create$_0(flow, content) {
|
|
@@ -3728,10 +3754,10 @@
|
|
|
3728
3754
|
}
|
|
3729
3755
|
function Companion_17() {
|
|
3730
3756
|
Companion_instance_17 = this;
|
|
3731
|
-
this.
|
|
3732
|
-
this.
|
|
3733
|
-
this.
|
|
3734
|
-
this.
|
|
3757
|
+
this.f2z_1 = 'flow';
|
|
3758
|
+
this.g2z_1 = 'item-width';
|
|
3759
|
+
this.h2z_1 = new Percent(1.0);
|
|
3760
|
+
this.i2z_1 = Horizontal_START_getInstance();
|
|
3735
3761
|
}
|
|
3736
3762
|
var Companion_instance_17;
|
|
3737
3763
|
function Companion_getInstance_20() {
|
|
@@ -3749,18 +3775,18 @@
|
|
|
3749
3775
|
var tmp_0 = $this;
|
|
3750
3776
|
var tmp_1 = Companion_getInstance_16();
|
|
3751
3777
|
Companion_getInstance_20();
|
|
3752
|
-
var tmp0_elvis_lhs = tmp_1.
|
|
3753
|
-
tmp_0.
|
|
3778
|
+
var tmp0_elvis_lhs = tmp_1.a2x(parser.o2t('item-width'));
|
|
3779
|
+
tmp_0.r2z_1 = tmp0_elvis_lhs == null ? Companion_getInstance_20().h2z_1 : tmp0_elvis_lhs;
|
|
3754
3780
|
var tmp_2 = $this;
|
|
3755
3781
|
var tmp1_safe_receiver = parser.o2t('row-gravity');
|
|
3756
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().
|
|
3757
|
-
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
3758
|
-
tmp_2.
|
|
3782
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().z2w(tmp1_safe_receiver);
|
|
3783
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
3784
|
+
tmp_2.s2z_1 = tmp3_elvis_lhs == null ? Companion_getInstance_20().i2z_1 : tmp3_elvis_lhs;
|
|
3759
3785
|
var tmp_3 = $this;
|
|
3760
3786
|
var tmp$ret$0;
|
|
3761
3787
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
3762
3788
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
3763
|
-
tmp_3.
|
|
3789
|
+
tmp_3.t2z_1 = tmp$ret$0;
|
|
3764
3790
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
3765
3791
|
$l$loop_1: while (true) {
|
|
3766
3792
|
var tmp_4 = parser.h();
|
|
@@ -3779,7 +3805,7 @@
|
|
|
3779
3805
|
if (tmp1_subject === 'item') {
|
|
3780
3806
|
var tmp2_this = $this;
|
|
3781
3807
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3782
|
-
var tmp0_plusAssign = tmp2_this.
|
|
3808
|
+
var tmp0_plusAssign = tmp2_this.t2z_1;
|
|
3783
3809
|
var tmp1_plusAssign = Item_init_$Create$($this, parser);
|
|
3784
3810
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
3785
3811
|
}
|
|
@@ -3790,12 +3816,12 @@
|
|
|
3790
3816
|
var item = Item_init_$Create$_0($this, Flow$_init_$lambda_98n0kd(parser));
|
|
3791
3817
|
var tmp$ret$1;
|
|
3792
3818
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3793
|
-
var tmp2_isNotEmpty = item.
|
|
3819
|
+
var tmp2_isNotEmpty = item.e2z_1;
|
|
3794
3820
|
tmp$ret$1 = !tmp2_isNotEmpty.m();
|
|
3795
3821
|
if (tmp$ret$1) {
|
|
3796
3822
|
var tmp3_this = $this;
|
|
3797
3823
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3798
|
-
var tmp3_plusAssign = tmp3_this.
|
|
3824
|
+
var tmp3_plusAssign = tmp3_this.t2z_1;
|
|
3799
3825
|
tmp3_plusAssign.b(item);
|
|
3800
3826
|
}
|
|
3801
3827
|
}
|
|
@@ -3811,13 +3837,13 @@
|
|
|
3811
3837
|
return Flow_init_$Init$(parent, parser, objectCreate(protoOf(Flow)));
|
|
3812
3838
|
}
|
|
3813
3839
|
protoOf(Item).g2t = function () {
|
|
3814
|
-
return this.
|
|
3840
|
+
return this.c2z_1;
|
|
3815
3841
|
};
|
|
3816
3842
|
protoOf(Item).h2t = function () {
|
|
3817
|
-
return this.
|
|
3843
|
+
return this.d2z_1;
|
|
3818
3844
|
};
|
|
3819
3845
|
protoOf(Item).t2s = function () {
|
|
3820
|
-
return this.
|
|
3846
|
+
return this.e2z_1;
|
|
3821
3847
|
};
|
|
3822
3848
|
function Item() {
|
|
3823
3849
|
Companion_getInstance_19();
|
|
@@ -3869,7 +3895,7 @@
|
|
|
3869
3895
|
}
|
|
3870
3896
|
function Companion_18() {
|
|
3871
3897
|
Companion_instance_18 = this;
|
|
3872
|
-
this.
|
|
3898
|
+
this.u2z_1 = 'form';
|
|
3873
3899
|
}
|
|
3874
3900
|
var Companion_instance_18;
|
|
3875
3901
|
function Companion_getInstance_21() {
|
|
@@ -3963,14 +3989,14 @@
|
|
|
3963
3989
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3964
3990
|
tmp$ret$7 = tmp$ret$6;
|
|
3965
3991
|
tmp$ret$8 = tmp$ret$7;
|
|
3966
|
-
tmp_0.
|
|
3992
|
+
tmp_0.d30_1 = tmp$ret$8;
|
|
3967
3993
|
return $this;
|
|
3968
3994
|
}
|
|
3969
3995
|
function Form_init_$Create$(parent, parser) {
|
|
3970
3996
|
return Form_init_$Init$(parent, parser, objectCreate(protoOf(Form)));
|
|
3971
3997
|
}
|
|
3972
3998
|
protoOf(Form).t2s = function () {
|
|
3973
|
-
return this.
|
|
3999
|
+
return this.d30_1;
|
|
3974
4000
|
};
|
|
3975
4001
|
protoOf(Form).c2t = function () {
|
|
3976
4002
|
var tmp$ret$3;
|
|
@@ -4012,6 +4038,23 @@
|
|
|
4012
4038
|
var Horizontal_START_instance;
|
|
4013
4039
|
var Horizontal_CENTER_instance;
|
|
4014
4040
|
var Horizontal_END_instance;
|
|
4041
|
+
function values_2() {
|
|
4042
|
+
return [Horizontal_START_getInstance(), Horizontal_CENTER_getInstance(), Horizontal_END_getInstance()];
|
|
4043
|
+
}
|
|
4044
|
+
function valueOf_1(value) {
|
|
4045
|
+
switch (value) {
|
|
4046
|
+
case 'START':
|
|
4047
|
+
return Horizontal_START_getInstance();
|
|
4048
|
+
case 'CENTER':
|
|
4049
|
+
return Horizontal_CENTER_getInstance();
|
|
4050
|
+
case 'END':
|
|
4051
|
+
return Horizontal_END_getInstance();
|
|
4052
|
+
default:
|
|
4053
|
+
Horizontal_initEntries();
|
|
4054
|
+
THROW_ISE();
|
|
4055
|
+
break;
|
|
4056
|
+
}
|
|
4057
|
+
}
|
|
4015
4058
|
var Horizontal_entriesInitialized;
|
|
4016
4059
|
function Horizontal_initEntries() {
|
|
4017
4060
|
if (Horizontal_entriesInitialized)
|
|
@@ -4024,6 +4067,23 @@
|
|
|
4024
4067
|
var Vertical_TOP_instance;
|
|
4025
4068
|
var Vertical_CENTER_instance;
|
|
4026
4069
|
var Vertical_BOTTOM_instance;
|
|
4070
|
+
function values_3() {
|
|
4071
|
+
return [Vertical_TOP_getInstance(), Vertical_CENTER_getInstance(), Vertical_BOTTOM_getInstance()];
|
|
4072
|
+
}
|
|
4073
|
+
function valueOf_2(value) {
|
|
4074
|
+
switch (value) {
|
|
4075
|
+
case 'TOP':
|
|
4076
|
+
return Vertical_TOP_getInstance();
|
|
4077
|
+
case 'CENTER':
|
|
4078
|
+
return Vertical_CENTER_getInstance();
|
|
4079
|
+
case 'BOTTOM':
|
|
4080
|
+
return Vertical_BOTTOM_getInstance();
|
|
4081
|
+
default:
|
|
4082
|
+
Vertical_initEntries();
|
|
4083
|
+
THROW_ISE();
|
|
4084
|
+
break;
|
|
4085
|
+
}
|
|
4086
|
+
}
|
|
4027
4087
|
var Vertical_entriesInitialized;
|
|
4028
4088
|
function Vertical_initEntries() {
|
|
4029
4089
|
if (Vertical_entriesInitialized)
|
|
@@ -4035,9 +4095,12 @@
|
|
|
4035
4095
|
}
|
|
4036
4096
|
function Companion_19() {
|
|
4037
4097
|
Companion_instance_19 = this;
|
|
4038
|
-
this.
|
|
4098
|
+
this.CENTER = new Gravity(Horizontal_CENTER_getInstance(), Vertical_CENTER_getInstance());
|
|
4039
4099
|
}
|
|
4040
|
-
protoOf(Companion_19).
|
|
4100
|
+
protoOf(Companion_19).e30 = function () {
|
|
4101
|
+
return this.CENTER;
|
|
4102
|
+
};
|
|
4103
|
+
protoOf(Companion_19).z2w = function (_this__u8e3s4) {
|
|
4041
4104
|
if (_this__u8e3s4 == null)
|
|
4042
4105
|
return null;
|
|
4043
4106
|
var tmp;
|
|
@@ -4140,9 +4203,13 @@
|
|
|
4140
4203
|
function Horizontal(name, ordinal) {
|
|
4141
4204
|
Enum.call(this, name, ordinal);
|
|
4142
4205
|
}
|
|
4206
|
+
defineProp(protoOf(Horizontal), 'name', protoOf(Horizontal).id);
|
|
4207
|
+
defineProp(protoOf(Horizontal), 'ordinal', protoOf(Horizontal).jd);
|
|
4143
4208
|
function Vertical(name, ordinal) {
|
|
4144
4209
|
Enum.call(this, name, ordinal);
|
|
4145
4210
|
}
|
|
4211
|
+
defineProp(protoOf(Vertical), 'name', protoOf(Vertical).id);
|
|
4212
|
+
defineProp(protoOf(Vertical), 'ordinal', protoOf(Vertical).jd);
|
|
4146
4213
|
function Horizontal_START_getInstance() {
|
|
4147
4214
|
Horizontal_initEntries();
|
|
4148
4215
|
return Horizontal_START_instance;
|
|
@@ -4169,16 +4236,50 @@
|
|
|
4169
4236
|
}
|
|
4170
4237
|
function Gravity(horizontal, vertical) {
|
|
4171
4238
|
Companion_getInstance_22();
|
|
4172
|
-
this.
|
|
4173
|
-
this.
|
|
4239
|
+
this.horizontal = horizontal;
|
|
4240
|
+
this.vertical = vertical;
|
|
4174
4241
|
}
|
|
4242
|
+
protoOf(Gravity).j30 = function () {
|
|
4243
|
+
return this.horizontal;
|
|
4244
|
+
};
|
|
4245
|
+
protoOf(Gravity).k30 = function () {
|
|
4246
|
+
return this.vertical;
|
|
4247
|
+
};
|
|
4248
|
+
protoOf(Gravity).l30 = function () {
|
|
4249
|
+
return this.horizontal.equals(Horizontal_START_getInstance());
|
|
4250
|
+
};
|
|
4251
|
+
protoOf(Gravity).m30 = function () {
|
|
4252
|
+
return this.horizontal.equals(Horizontal_END_getInstance());
|
|
4253
|
+
};
|
|
4254
|
+
protoOf(Gravity).n30 = function () {
|
|
4255
|
+
return this.horizontal.equals(Horizontal_CENTER_getInstance());
|
|
4256
|
+
};
|
|
4257
|
+
protoOf(Gravity).o30 = function () {
|
|
4258
|
+
return this.vertical.equals(Vertical_TOP_getInstance());
|
|
4259
|
+
};
|
|
4260
|
+
protoOf(Gravity).p30 = function () {
|
|
4261
|
+
return this.vertical.equals(Vertical_BOTTOM_getInstance());
|
|
4262
|
+
};
|
|
4263
|
+
protoOf(Gravity).q30 = function () {
|
|
4264
|
+
return this.vertical.equals(Vertical_CENTER_getInstance());
|
|
4265
|
+
};
|
|
4266
|
+
protoOf(Gravity).r30 = function () {
|
|
4267
|
+
return this.isCenterX ? this.isCenterY : false;
|
|
4268
|
+
};
|
|
4269
|
+
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).l30);
|
|
4270
|
+
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).m30);
|
|
4271
|
+
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).n30);
|
|
4272
|
+
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).o30);
|
|
4273
|
+
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).p30);
|
|
4274
|
+
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).q30);
|
|
4275
|
+
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).r30);
|
|
4175
4276
|
function HasAnalyticsEvents() {
|
|
4176
4277
|
}
|
|
4177
4278
|
function Companion_20() {
|
|
4178
4279
|
Companion_instance_20 = this;
|
|
4179
|
-
this.
|
|
4180
|
-
this.
|
|
4181
|
-
this.
|
|
4280
|
+
this.s30_1 = 'image';
|
|
4281
|
+
this.t30_1 = Horizontal_CENTER_getInstance();
|
|
4282
|
+
this.u30_1 = new Percent(1.0);
|
|
4182
4283
|
}
|
|
4183
4284
|
var Companion_instance_20;
|
|
4184
4285
|
function Companion_getInstance_23() {
|
|
@@ -4193,7 +4294,7 @@
|
|
|
4193
4294
|
var tmp = get_XMLNS_CONTENT();
|
|
4194
4295
|
Companion_getInstance_23();
|
|
4195
4296
|
parser.u2r(2, tmp, 'image');
|
|
4196
|
-
$this.
|
|
4297
|
+
$this.f31_1 = parser.o2t('resource');
|
|
4197
4298
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
4198
4299
|
// Inline function 'kotlin.contracts.contract' call
|
|
4199
4300
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -4213,14 +4314,14 @@
|
|
|
4213
4314
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4214
4315
|
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
4215
4316
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4216
|
-
$this.
|
|
4217
|
-
$this.
|
|
4317
|
+
$this.d31_1 = tmp1__anonymous__uwfjfc;
|
|
4318
|
+
$this.e31_1 = uri;
|
|
4218
4319
|
var tmp_1 = $this;
|
|
4219
|
-
var tmp0_safe_receiver_0 = Companion_getInstance_22().
|
|
4220
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
4221
|
-
tmp_1.
|
|
4320
|
+
var tmp0_safe_receiver_0 = Companion_getInstance_22().z2w(parser.o2t('gravity'));
|
|
4321
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.horizontal;
|
|
4322
|
+
tmp_1.gravity = tmp1_elvis_lhs == null ? Companion_getInstance_23().t30_1 : tmp1_elvis_lhs;
|
|
4222
4323
|
var tmp_2 = $this;
|
|
4223
|
-
var tmp2_safe_receiver = Companion_getInstance_16().
|
|
4324
|
+
var tmp2_safe_receiver = Companion_getInstance_16().a2x(parser.o2t('width'));
|
|
4224
4325
|
var tmp_3;
|
|
4225
4326
|
if (tmp2_safe_receiver == null) {
|
|
4226
4327
|
tmp_3 = null;
|
|
@@ -4241,18 +4342,47 @@
|
|
|
4241
4342
|
tmp_3 = tmp$ret$2;
|
|
4242
4343
|
}
|
|
4243
4344
|
var tmp3_elvis_lhs = tmp_3;
|
|
4244
|
-
tmp_2.
|
|
4345
|
+
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().u30_1 : tmp3_elvis_lhs;
|
|
4245
4346
|
skipTag(parser);
|
|
4246
4347
|
return $this;
|
|
4247
4348
|
}
|
|
4248
4349
|
function Image_init_$Create$(parent, parser) {
|
|
4249
4350
|
return Image_init_$Init$(parent, parser, objectCreate(protoOf(Image)));
|
|
4250
4351
|
}
|
|
4352
|
+
function Image_init_$Init$_0(parent, resource, gravity, width, $this) {
|
|
4353
|
+
parent = parent === VOID ? createTestManifest() : parent;
|
|
4354
|
+
resource = resource === VOID ? null : resource;
|
|
4355
|
+
gravity = gravity === VOID ? Companion_getInstance_23().t30_1 : gravity;
|
|
4356
|
+
width = width === VOID ? Companion_getInstance_23().u30_1 : width;
|
|
4357
|
+
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
4358
|
+
Image.call($this);
|
|
4359
|
+
$this.f31_1 = resource;
|
|
4360
|
+
$this.gravity = gravity;
|
|
4361
|
+
$this.width = width;
|
|
4362
|
+
$this.d31_1 = emptyList();
|
|
4363
|
+
$this.e31_1 = null;
|
|
4364
|
+
return $this;
|
|
4365
|
+
}
|
|
4366
|
+
function createTestImage(parent, resource, gravity, width) {
|
|
4367
|
+
return Image_init_$Init$_0(parent, resource, gravity, width, objectCreate(protoOf(Image)));
|
|
4368
|
+
}
|
|
4251
4369
|
protoOf(Image).p2v = function () {
|
|
4252
|
-
return this.
|
|
4370
|
+
return this.d31_1;
|
|
4253
4371
|
};
|
|
4254
4372
|
protoOf(Image).q2v = function () {
|
|
4255
|
-
return this.
|
|
4373
|
+
return this.e31_1;
|
|
4374
|
+
};
|
|
4375
|
+
protoOf(Image).g31 = function () {
|
|
4376
|
+
return this.f31_1;
|
|
4377
|
+
};
|
|
4378
|
+
protoOf(Image).h31 = function () {
|
|
4379
|
+
return getResource(this, this.f31_1);
|
|
4380
|
+
};
|
|
4381
|
+
protoOf(Image).i31 = function () {
|
|
4382
|
+
return this.gravity;
|
|
4383
|
+
};
|
|
4384
|
+
protoOf(Image).j31 = function () {
|
|
4385
|
+
return this.width;
|
|
4256
4386
|
};
|
|
4257
4387
|
protoOf(Image).i2s = function () {
|
|
4258
4388
|
var tmp;
|
|
@@ -4261,7 +4391,7 @@
|
|
|
4261
4391
|
} else {
|
|
4262
4392
|
var tmp$ret$0;
|
|
4263
4393
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
4264
|
-
var tmp0_isNullOrEmpty = this.
|
|
4394
|
+
var tmp0_isNullOrEmpty = this.f31_1;
|
|
4265
4395
|
// Inline function 'kotlin.contracts.contract' call
|
|
4266
4396
|
tmp$ret$0 = tmp0_isNullOrEmpty == null ? true : charSequenceLength(tmp0_isNullOrEmpty) === 0;
|
|
4267
4397
|
tmp = tmp$ret$0;
|
|
@@ -4271,6 +4401,7 @@
|
|
|
4271
4401
|
function Image() {
|
|
4272
4402
|
Companion_getInstance_23();
|
|
4273
4403
|
}
|
|
4404
|
+
defineProp(protoOf(Image), 'resource', protoOf(Image).h31);
|
|
4274
4405
|
var ImageScaleType_FIT_instance;
|
|
4275
4406
|
var ImageScaleType_FILL_instance;
|
|
4276
4407
|
var ImageScaleType_FILL_X_instance;
|
|
@@ -4278,7 +4409,7 @@
|
|
|
4278
4409
|
function Companion_21() {
|
|
4279
4410
|
Companion_instance_21 = this;
|
|
4280
4411
|
}
|
|
4281
|
-
protoOf(Companion_21).
|
|
4412
|
+
protoOf(Companion_21).k31 = function (_this__u8e3s4) {
|
|
4282
4413
|
var tmp0_subject = _this__u8e3s4;
|
|
4283
4414
|
switch (tmp0_subject) {
|
|
4284
4415
|
case 'fit':
|
|
@@ -4336,9 +4467,9 @@
|
|
|
4336
4467
|
var Type_HIDDEN_instance;
|
|
4337
4468
|
function Companion_22() {
|
|
4338
4469
|
Companion_instance_22 = this;
|
|
4339
|
-
this.
|
|
4470
|
+
this.l31_1 = Type_TEXT_getInstance();
|
|
4340
4471
|
}
|
|
4341
|
-
protoOf(Companion_22).
|
|
4472
|
+
protoOf(Companion_22).m31 = function (_this__u8e3s4) {
|
|
4342
4473
|
var tmp0_subject = _this__u8e3s4;
|
|
4343
4474
|
switch (tmp0_subject) {
|
|
4344
4475
|
case 'email':
|
|
@@ -4373,7 +4504,7 @@
|
|
|
4373
4504
|
}
|
|
4374
4505
|
function Companion_23() {
|
|
4375
4506
|
Companion_instance_23 = this;
|
|
4376
|
-
this.
|
|
4507
|
+
this.n31_1 = 'input';
|
|
4377
4508
|
}
|
|
4378
4509
|
var Companion_instance_23;
|
|
4379
4510
|
function Companion_getInstance_26() {
|
|
@@ -4390,14 +4521,14 @@
|
|
|
4390
4521
|
parser.u2r(2, tmp, 'input');
|
|
4391
4522
|
var tmp_0 = $this;
|
|
4392
4523
|
var tmp0_safe_receiver = parser.o2t('type');
|
|
4393
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().
|
|
4394
|
-
tmp_0.
|
|
4395
|
-
$this.
|
|
4396
|
-
$this.
|
|
4524
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().m31(tmp0_safe_receiver);
|
|
4525
|
+
tmp_0.w31_1 = tmp1_elvis_lhs == null ? Companion_getInstance_25().l31_1 : tmp1_elvis_lhs;
|
|
4526
|
+
$this.x31_1 = parser.o2t('name');
|
|
4527
|
+
$this.y31_1 = parser.o2t('value');
|
|
4397
4528
|
var tmp_1 = $this;
|
|
4398
4529
|
var tmp2_safe_receiver = parser.o2t('required');
|
|
4399
4530
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
4400
|
-
tmp_1.
|
|
4531
|
+
tmp_1.z31_1 = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
4401
4532
|
var label = null;
|
|
4402
4533
|
var placeholder = null;
|
|
4403
4534
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -4426,8 +4557,8 @@
|
|
|
4426
4557
|
continue $l$loop_1;
|
|
4427
4558
|
skipTag(parser);
|
|
4428
4559
|
}
|
|
4429
|
-
$this.
|
|
4430
|
-
$this.
|
|
4560
|
+
$this.a32_1 = label;
|
|
4561
|
+
$this.b32_1 = placeholder;
|
|
4431
4562
|
return $this;
|
|
4432
4563
|
}
|
|
4433
4564
|
function Input_init_$Create$(parent, parser) {
|
|
@@ -4457,7 +4588,7 @@
|
|
|
4457
4588
|
}
|
|
4458
4589
|
function Companion_24() {
|
|
4459
4590
|
Companion_instance_24 = this;
|
|
4460
|
-
this.
|
|
4591
|
+
this.c32_1 = 'link';
|
|
4461
4592
|
}
|
|
4462
4593
|
var Companion_instance_24;
|
|
4463
4594
|
function Companion_getInstance_27() {
|
|
@@ -4469,7 +4600,7 @@
|
|
|
4469
4600
|
var tmp$ret$0;
|
|
4470
4601
|
// Inline function 'kotlin.getValue' call
|
|
4471
4602
|
var tmp0_getValue = defaultTextStyles$factory_0();
|
|
4472
|
-
tmp$ret$0 = $this.
|
|
4603
|
+
tmp$ret$0 = $this.n32_1.o1();
|
|
4473
4604
|
return tmp$ret$0;
|
|
4474
4605
|
}
|
|
4475
4606
|
function Link_init_$Init$(parent, parser, $this) {
|
|
@@ -4498,19 +4629,19 @@
|
|
|
4498
4629
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4499
4630
|
tmp$ret$0 = Companion_getInstance_17().o2v(tmp0_toEventIds);
|
|
4500
4631
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4501
|
-
$this.
|
|
4502
|
-
$this.
|
|
4632
|
+
$this.l32_1 = tmp1__anonymous__uwfjfc;
|
|
4633
|
+
$this.m32_1 = uri;
|
|
4503
4634
|
var tmp_1 = $this;
|
|
4504
4635
|
var tmp$ret$1;
|
|
4505
4636
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
4506
4637
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
4507
|
-
tmp_1.
|
|
4638
|
+
tmp_1.p32_1 = tmp$ret$1;
|
|
4508
4639
|
var tmp_2 = $this;
|
|
4509
4640
|
var tmp_3 = _get_defaultTextStyles__fjozb5_0($this);
|
|
4510
4641
|
var tmp_4 = get_XMLNS_CONTENT();
|
|
4511
4642
|
Companion_getInstance_27();
|
|
4512
4643
|
var tmp0_elvis_lhs = parseTextChild(parser, tmp_3, tmp_4, 'link', Link$_init_$lambda_v5gdv3(parser, $this));
|
|
4513
|
-
tmp_2.
|
|
4644
|
+
tmp_2.o32_1 = tmp0_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5_0($this)) : tmp0_elvis_lhs;
|
|
4514
4645
|
return $this;
|
|
4515
4646
|
}
|
|
4516
4647
|
function Link_init_$Create$(parent, parser) {
|
|
@@ -4536,7 +4667,7 @@
|
|
|
4536
4667
|
Companion_getInstance_6();
|
|
4537
4668
|
if (tmp1_subject === 'events') {
|
|
4538
4669
|
var tmp2_this = this$0;
|
|
4539
|
-
var tmp0_plusAssign = tmp2_this.
|
|
4670
|
+
var tmp0_plusAssign = tmp2_this.p32_1;
|
|
4540
4671
|
var tmp1_plusAssign = Companion_getInstance_6().y2r($parser, this$0);
|
|
4541
4672
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
4542
4673
|
tmp_0 = Unit_getInstance();
|
|
@@ -4547,13 +4678,13 @@
|
|
|
4547
4678
|
};
|
|
4548
4679
|
}
|
|
4549
4680
|
protoOf(Link).p2v = function () {
|
|
4550
|
-
return this.
|
|
4681
|
+
return this.l32_1;
|
|
4551
4682
|
};
|
|
4552
4683
|
protoOf(Link).q2v = function () {
|
|
4553
|
-
return this.
|
|
4684
|
+
return this.m32_1;
|
|
4554
4685
|
};
|
|
4555
4686
|
protoOf(Link).i2s = function () {
|
|
4556
|
-
return protoOf(Content).i2s.call(this) ? true : !this.
|
|
4687
|
+
return protoOf(Content).i2s.call(this) ? true : !this.d2x();
|
|
4557
4688
|
};
|
|
4558
4689
|
protoOf(Link)._getAnalyticsEvents = function (type) {
|
|
4559
4690
|
var tmp0_subject = type;
|
|
@@ -4562,7 +4693,7 @@
|
|
|
4562
4693
|
if (tmp0 === 3) {
|
|
4563
4694
|
var tmp$ret$2;
|
|
4564
4695
|
// Inline function 'kotlin.collections.filter' call
|
|
4565
|
-
var tmp1_filter = this.
|
|
4696
|
+
var tmp1_filter = this.p32_1;
|
|
4566
4697
|
var tmp$ret$1;
|
|
4567
4698
|
// Inline function 'kotlin.collections.filterTo' call
|
|
4568
4699
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -4588,7 +4719,7 @@
|
|
|
4588
4719
|
function Link() {
|
|
4589
4720
|
Companion_getInstance_27();
|
|
4590
4721
|
var tmp = this;
|
|
4591
|
-
tmp.
|
|
4722
|
+
tmp.n32_1 = lazy(Link$defaultTextStyles$delegate$lambda(this));
|
|
4592
4723
|
}
|
|
4593
4724
|
function defaultTextStyles$factory_0() {
|
|
4594
4725
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
@@ -4596,20 +4727,20 @@
|
|
|
4596
4727
|
}, null);
|
|
4597
4728
|
}
|
|
4598
4729
|
function Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4599
|
-
this.
|
|
4600
|
-
this.
|
|
4601
|
-
this.
|
|
4602
|
-
this.
|
|
4730
|
+
this.y32_1 = $manifest;
|
|
4731
|
+
this.z32_1 = $fileName;
|
|
4732
|
+
this.a33_1 = $parseFile;
|
|
4733
|
+
this.b33_1 = $src;
|
|
4603
4734
|
CoroutineImpl.call(this, resultContinuation);
|
|
4604
4735
|
}
|
|
4605
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).
|
|
4736
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).e33 = function ($this$async, $completion) {
|
|
4606
4737
|
var tmp = this.a11($this$async, $completion);
|
|
4607
4738
|
tmp.de_1 = Unit_getInstance();
|
|
4608
4739
|
tmp.ee_1 = null;
|
|
4609
4740
|
return tmp.ue();
|
|
4610
4741
|
};
|
|
4611
4742
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).if = function (p1, $completion) {
|
|
4612
|
-
return this.
|
|
4743
|
+
return this.e33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4613
4744
|
};
|
|
4614
4745
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).ue = function () {
|
|
4615
4746
|
var suspendResult = this.de_1;
|
|
@@ -4619,9 +4750,9 @@
|
|
|
4619
4750
|
switch (tmp) {
|
|
4620
4751
|
case 0:
|
|
4621
4752
|
this.ce_1 = 2;
|
|
4622
|
-
this.
|
|
4753
|
+
this.d33_1 = Companion_getInstance_48();
|
|
4623
4754
|
this.be_1 = 1;
|
|
4624
|
-
suspendResult = this.
|
|
4755
|
+
suspendResult = this.a33_1(this.b33_1, this);
|
|
4625
4756
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4626
4757
|
return suspendResult;
|
|
4627
4758
|
}
|
|
@@ -4629,7 +4760,7 @@
|
|
|
4629
4760
|
continue $sm;
|
|
4630
4761
|
case 1:
|
|
4631
4762
|
var ARGUMENT = suspendResult;
|
|
4632
|
-
return this.
|
|
4763
|
+
return this.d33_1.j33(this.y32_1, this.z32_1, ARGUMENT);
|
|
4633
4764
|
case 2:
|
|
4634
4765
|
throw this.ee_1;
|
|
4635
4766
|
}
|
|
@@ -4645,33 +4776,33 @@
|
|
|
4645
4776
|
while (true);
|
|
4646
4777
|
};
|
|
4647
4778
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).a11 = function ($this$async, completion) {
|
|
4648
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.
|
|
4649
|
-
i.
|
|
4779
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.y32_1, this.z32_1, this.a33_1, this.b33_1, completion);
|
|
4780
|
+
i.c33_1 = $this$async;
|
|
4650
4781
|
return i;
|
|
4651
4782
|
};
|
|
4652
4783
|
function Manifest$Companion$parse$slambda$slambda$slambda_0($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4653
4784
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation);
|
|
4654
4785
|
var l = function ($this$async, $completion) {
|
|
4655
|
-
return i.
|
|
4786
|
+
return i.e33($this$async, $completion);
|
|
4656
4787
|
};
|
|
4657
4788
|
l.$arity = 1;
|
|
4658
4789
|
return l;
|
|
4659
4790
|
}
|
|
4660
4791
|
function Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4661
|
-
this.
|
|
4662
|
-
this.
|
|
4663
|
-
this.
|
|
4664
|
-
this.
|
|
4792
|
+
this.s33_1 = $manifest;
|
|
4793
|
+
this.t33_1 = $id;
|
|
4794
|
+
this.u33_1 = $parseFile;
|
|
4795
|
+
this.v33_1 = $src;
|
|
4665
4796
|
CoroutineImpl.call(this, resultContinuation);
|
|
4666
4797
|
}
|
|
4667
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).
|
|
4798
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).x33 = function ($this$async, $completion) {
|
|
4668
4799
|
var tmp = this.a11($this$async, $completion);
|
|
4669
4800
|
tmp.de_1 = Unit_getInstance();
|
|
4670
4801
|
tmp.ee_1 = null;
|
|
4671
4802
|
return tmp.ue();
|
|
4672
4803
|
};
|
|
4673
4804
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).if = function (p1, $completion) {
|
|
4674
|
-
return this.
|
|
4805
|
+
return this.x33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4675
4806
|
};
|
|
4676
4807
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).ue = function () {
|
|
4677
4808
|
var suspendResult = this.de_1;
|
|
@@ -4682,7 +4813,7 @@
|
|
|
4682
4813
|
case 0:
|
|
4683
4814
|
this.ce_1 = 2;
|
|
4684
4815
|
this.be_1 = 1;
|
|
4685
|
-
suspendResult = this.
|
|
4816
|
+
suspendResult = this.u33_1(this.v33_1, this);
|
|
4686
4817
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4687
4818
|
return suspendResult;
|
|
4688
4819
|
}
|
|
@@ -4690,7 +4821,7 @@
|
|
|
4690
4821
|
continue $sm;
|
|
4691
4822
|
case 1:
|
|
4692
4823
|
var ARGUMENT = suspendResult;
|
|
4693
|
-
return Tip_init_$Create$(this.
|
|
4824
|
+
return Tip_init_$Create$(this.s33_1, this.t33_1, ARGUMENT);
|
|
4694
4825
|
case 2:
|
|
4695
4826
|
throw this.ee_1;
|
|
4696
4827
|
}
|
|
@@ -4706,21 +4837,21 @@
|
|
|
4706
4837
|
while (true);
|
|
4707
4838
|
};
|
|
4708
4839
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).a11 = function ($this$async, completion) {
|
|
4709
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.
|
|
4710
|
-
i.
|
|
4840
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.s33_1, this.t33_1, this.u33_1, this.v33_1, completion);
|
|
4841
|
+
i.w33_1 = $this$async;
|
|
4711
4842
|
return i;
|
|
4712
4843
|
};
|
|
4713
4844
|
function Manifest$Companion$parse$slambda$slambda$slambda_2($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4714
4845
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation);
|
|
4715
4846
|
var l = function ($this$async, $completion) {
|
|
4716
|
-
return i.
|
|
4847
|
+
return i.x33($this$async, $completion);
|
|
4717
4848
|
};
|
|
4718
4849
|
l.$arity = 1;
|
|
4719
4850
|
return l;
|
|
4720
4851
|
}
|
|
4721
4852
|
function Manifest$Companion$parse$slambda$slambda($manifest, $parseFile, resultContinuation) {
|
|
4722
|
-
this.
|
|
4723
|
-
this.
|
|
4853
|
+
this.g34_1 = $manifest;
|
|
4854
|
+
this.h34_1 = $parseFile;
|
|
4724
4855
|
CoroutineImpl.call(this, resultContinuation);
|
|
4725
4856
|
}
|
|
4726
4857
|
protoOf(Manifest$Companion$parse$slambda$slambda).z10 = function ($this$launch, $completion) {
|
|
@@ -4741,14 +4872,14 @@
|
|
|
4741
4872
|
case 0:
|
|
4742
4873
|
this.ce_1 = 2;
|
|
4743
4874
|
this.be_1 = 1;
|
|
4744
|
-
var tmp1_map = this.
|
|
4875
|
+
var tmp1_map = this.g34_1.k2u_1;
|
|
4745
4876
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4746
4877
|
var tmp0_iterator = tmp1_map.f();
|
|
4747
4878
|
while (tmp0_iterator.g()) {
|
|
4748
4879
|
var item = tmp0_iterator.h();
|
|
4749
4880
|
var fileName = item.s2();
|
|
4750
4881
|
var src = item.t2();
|
|
4751
|
-
tmp0_mapTo.b(async(this.
|
|
4882
|
+
tmp0_mapTo.b(async(this.i34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_0(this.g34_1, fileName, this.h34_1, src, null)));
|
|
4752
4883
|
}
|
|
4753
4884
|
|
|
4754
4885
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -4760,7 +4891,7 @@
|
|
|
4760
4891
|
case 1:
|
|
4761
4892
|
var ARGUMENT = suspendResult;
|
|
4762
4893
|
var ARGUMENT_0 = filterNotNull(ARGUMENT);
|
|
4763
|
-
_set_pages__j2nojl(this.
|
|
4894
|
+
_set_pages__j2nojl(this.g34_1, ARGUMENT_0);
|
|
4764
4895
|
return Unit_getInstance();
|
|
4765
4896
|
case 2:
|
|
4766
4897
|
throw this.ee_1;
|
|
@@ -4777,8 +4908,8 @@
|
|
|
4777
4908
|
while (true);
|
|
4778
4909
|
};
|
|
4779
4910
|
protoOf(Manifest$Companion$parse$slambda$slambda).a11 = function ($this$launch, completion) {
|
|
4780
|
-
var i = new Manifest$Companion$parse$slambda$slambda(this.
|
|
4781
|
-
i.
|
|
4911
|
+
var i = new Manifest$Companion$parse$slambda$slambda(this.g34_1, this.h34_1, completion);
|
|
4912
|
+
i.i34_1 = $this$launch;
|
|
4782
4913
|
return i;
|
|
4783
4914
|
};
|
|
4784
4915
|
function Manifest$Companion$parse$slambda$slambda_0($manifest, $parseFile, resultContinuation) {
|
|
@@ -4790,8 +4921,8 @@
|
|
|
4790
4921
|
return l;
|
|
4791
4922
|
}
|
|
4792
4923
|
function Manifest$Companion$parse$slambda$slambda_1($manifest, $parseFile, resultContinuation) {
|
|
4793
|
-
this.
|
|
4794
|
-
this.
|
|
4924
|
+
this.r34_1 = $manifest;
|
|
4925
|
+
this.s34_1 = $parseFile;
|
|
4795
4926
|
CoroutineImpl.call(this, resultContinuation);
|
|
4796
4927
|
}
|
|
4797
4928
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).z10 = function ($this$launch, $completion) {
|
|
@@ -4812,14 +4943,14 @@
|
|
|
4812
4943
|
case 0:
|
|
4813
4944
|
this.ce_1 = 2;
|
|
4814
4945
|
this.be_1 = 1;
|
|
4815
|
-
var tmp1_map = this.
|
|
4946
|
+
var tmp1_map = this.r34_1.l2u_1;
|
|
4816
4947
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4817
4948
|
var tmp0_iterator = tmp1_map.f();
|
|
4818
4949
|
while (tmp0_iterator.g()) {
|
|
4819
4950
|
var item = tmp0_iterator.h();
|
|
4820
4951
|
var id = item.s2();
|
|
4821
4952
|
var src = item.t2();
|
|
4822
|
-
tmp0_mapTo.b(async(this.
|
|
4953
|
+
tmp0_mapTo.b(async(this.t34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_2(this.r34_1, id, this.s34_1, src, null)));
|
|
4823
4954
|
}
|
|
4824
4955
|
|
|
4825
4956
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -4835,11 +4966,11 @@
|
|
|
4835
4966
|
var tmp0_iterator_0 = tmp3_associateBy.f();
|
|
4836
4967
|
while (tmp0_iterator_0.g()) {
|
|
4837
4968
|
var element = tmp0_iterator_0.h();
|
|
4838
|
-
tmp2_associateByTo.u2(element.
|
|
4969
|
+
tmp2_associateByTo.u2(element.v34_1, element);
|
|
4839
4970
|
}
|
|
4840
4971
|
|
|
4841
4972
|
var ARGUMENT = tmp2_associateByTo;
|
|
4842
|
-
_set_tips__9ug36n(this.
|
|
4973
|
+
_set_tips__9ug36n(this.r34_1, ARGUMENT);
|
|
4843
4974
|
return Unit_getInstance();
|
|
4844
4975
|
case 2:
|
|
4845
4976
|
throw this.ee_1;
|
|
@@ -4856,8 +4987,8 @@
|
|
|
4856
4987
|
while (true);
|
|
4857
4988
|
};
|
|
4858
4989
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).a11 = function ($this$launch, completion) {
|
|
4859
|
-
var i = new Manifest$Companion$parse$slambda$slambda_1(this.
|
|
4860
|
-
i.
|
|
4990
|
+
var i = new Manifest$Companion$parse$slambda$slambda_1(this.r34_1, this.s34_1, completion);
|
|
4991
|
+
i.t34_1 = $this$launch;
|
|
4861
4992
|
return i;
|
|
4862
4993
|
};
|
|
4863
4994
|
function Manifest$Companion$parse$slambda$slambda_2($manifest, $parseFile, resultContinuation) {
|
|
@@ -4869,19 +5000,19 @@
|
|
|
4869
5000
|
return l;
|
|
4870
5001
|
}
|
|
4871
5002
|
function Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation) {
|
|
4872
|
-
this.
|
|
4873
|
-
this.
|
|
4874
|
-
this.
|
|
5003
|
+
this.g35_1 = $config;
|
|
5004
|
+
this.h35_1 = $manifest;
|
|
5005
|
+
this.i35_1 = $parseFile;
|
|
4875
5006
|
CoroutineImpl.call(this, resultContinuation);
|
|
4876
5007
|
}
|
|
4877
|
-
protoOf(Manifest$Companion$parse$slambda).
|
|
5008
|
+
protoOf(Manifest$Companion$parse$slambda).k35 = function ($this$coroutineScope, $completion) {
|
|
4878
5009
|
var tmp = this.a11($this$coroutineScope, $completion);
|
|
4879
5010
|
tmp.de_1 = Unit_getInstance();
|
|
4880
5011
|
tmp.ee_1 = null;
|
|
4881
5012
|
return tmp.ue();
|
|
4882
5013
|
};
|
|
4883
5014
|
protoOf(Manifest$Companion$parse$slambda).if = function (p1, $completion) {
|
|
4884
|
-
return this.
|
|
5015
|
+
return this.k35((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4885
5016
|
};
|
|
4886
5017
|
protoOf(Manifest$Companion$parse$slambda).ue = function () {
|
|
4887
5018
|
var suspendResult = this.de_1;
|
|
@@ -4890,16 +5021,16 @@
|
|
|
4890
5021
|
var tmp = this.be_1;
|
|
4891
5022
|
if (tmp === 0) {
|
|
4892
5023
|
this.ce_1 = 1;
|
|
4893
|
-
if (this.
|
|
4894
|
-
launch(this.
|
|
5024
|
+
if (this.g35_1.o2q_1) {
|
|
5025
|
+
launch(this.j35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_0(this.h35_1, this.i35_1, null));
|
|
4895
5026
|
} else {
|
|
4896
|
-
_set_pages__j2nojl(this.
|
|
5027
|
+
_set_pages__j2nojl(this.h35_1, emptyList());
|
|
4897
5028
|
}
|
|
4898
5029
|
var tmp_0;
|
|
4899
|
-
if (this.
|
|
4900
|
-
tmp_0 = launch(this.
|
|
5030
|
+
if (this.g35_1.p2q_1) {
|
|
5031
|
+
tmp_0 = launch(this.j35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_2(this.h35_1, this.i35_1, null));
|
|
4901
5032
|
} else {
|
|
4902
|
-
_set_tips__9ug36n(this.
|
|
5033
|
+
_set_tips__9ug36n(this.h35_1, emptyMap());
|
|
4903
5034
|
tmp_0 = Unit_getInstance();
|
|
4904
5035
|
}
|
|
4905
5036
|
return tmp_0;
|
|
@@ -4913,24 +5044,24 @@
|
|
|
4913
5044
|
while (true);
|
|
4914
5045
|
};
|
|
4915
5046
|
protoOf(Manifest$Companion$parse$slambda).a11 = function ($this$coroutineScope, completion) {
|
|
4916
|
-
var i = new Manifest$Companion$parse$slambda(this.
|
|
4917
|
-
i.
|
|
5047
|
+
var i = new Manifest$Companion$parse$slambda(this.g35_1, this.h35_1, this.i35_1, completion);
|
|
5048
|
+
i.j35_1 = $this$coroutineScope;
|
|
4918
5049
|
return i;
|
|
4919
5050
|
};
|
|
4920
5051
|
function Manifest$Companion$parse$slambda_0($config, $manifest, $parseFile, resultContinuation) {
|
|
4921
5052
|
var i = new Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation);
|
|
4922
5053
|
var l = function ($this$coroutineScope, $completion) {
|
|
4923
|
-
return i.
|
|
5054
|
+
return i.k35($this$coroutineScope, $completion);
|
|
4924
5055
|
};
|
|
4925
5056
|
l.$arity = 1;
|
|
4926
5057
|
return l;
|
|
4927
5058
|
}
|
|
4928
5059
|
function $parseCOROUTINE$0(_this__u8e3s4, fileName, config, parseFile, resultContinuation) {
|
|
4929
5060
|
CoroutineImpl.call(this, resultContinuation);
|
|
4930
|
-
this.
|
|
4931
|
-
this.
|
|
4932
|
-
this.
|
|
4933
|
-
this.
|
|
5061
|
+
this.t35_1 = _this__u8e3s4;
|
|
5062
|
+
this.u35_1 = fileName;
|
|
5063
|
+
this.v35_1 = config;
|
|
5064
|
+
this.w35_1 = parseFile;
|
|
4934
5065
|
}
|
|
4935
5066
|
protoOf($parseCOROUTINE$0).ue = function () {
|
|
4936
5067
|
var suspendResult = this.de_1;
|
|
@@ -4941,17 +5072,17 @@
|
|
|
4941
5072
|
case 0:
|
|
4942
5073
|
this.ce_1 = 3;
|
|
4943
5074
|
this.be_1 = 1;
|
|
4944
|
-
suspendResult = this.
|
|
5075
|
+
suspendResult = this.w35_1(this.u35_1, this);
|
|
4945
5076
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4946
5077
|
return suspendResult;
|
|
4947
5078
|
}
|
|
4948
5079
|
|
|
4949
5080
|
continue $sm;
|
|
4950
5081
|
case 1:
|
|
4951
|
-
this.
|
|
4952
|
-
this.
|
|
5082
|
+
this.x35_1 = suspendResult;
|
|
5083
|
+
this.y35_1 = Manifest_init_$Create$(this.x35_1, this.v35_1);
|
|
4953
5084
|
this.be_1 = 2;
|
|
4954
|
-
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.
|
|
5085
|
+
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.v35_1, this.y35_1, this.w35_1, null), this);
|
|
4955
5086
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4956
5087
|
return suspendResult;
|
|
4957
5088
|
}
|
|
@@ -4959,7 +5090,7 @@
|
|
|
4959
5090
|
continue $sm;
|
|
4960
5091
|
case 2:
|
|
4961
5092
|
;
|
|
4962
|
-
return this.
|
|
5093
|
+
return this.y35_1;
|
|
4963
5094
|
case 3:
|
|
4964
5095
|
throw this.ee_1;
|
|
4965
5096
|
}
|
|
@@ -4981,9 +5112,9 @@
|
|
|
4981
5112
|
var Type_UNKNOWN_instance_0;
|
|
4982
5113
|
function Companion_25() {
|
|
4983
5114
|
Companion_instance_25 = this;
|
|
4984
|
-
this.
|
|
5115
|
+
this.z35_1 = Type_TRACT_getInstance();
|
|
4985
5116
|
}
|
|
4986
|
-
protoOf(Companion_25).
|
|
5117
|
+
protoOf(Companion_25).a36 = function (value) {
|
|
4987
5118
|
var tmp0_subject = value;
|
|
4988
5119
|
switch (tmp0_subject) {
|
|
4989
5120
|
case 'article':
|
|
@@ -5007,10 +5138,10 @@
|
|
|
5007
5138
|
new Companion_25();
|
|
5008
5139
|
return Companion_instance_25;
|
|
5009
5140
|
}
|
|
5010
|
-
function
|
|
5141
|
+
function values_4() {
|
|
5011
5142
|
return [Type_ARTICLE_getInstance(), Type_CYOA_getInstance(), Type_LESSON_getInstance(), Type_TRACT_getInstance(), Type_UNKNOWN_getInstance_0()];
|
|
5012
5143
|
}
|
|
5013
|
-
function
|
|
5144
|
+
function valueOf_3(value) {
|
|
5014
5145
|
switch (value) {
|
|
5015
5146
|
case 'ARTICLE':
|
|
5016
5147
|
return Type_ARTICLE_getInstance();
|
|
@@ -5057,7 +5188,7 @@
|
|
|
5057
5188
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.color' call
|
|
5058
5189
|
tmp$ret$2 = toPlatformColor(Companion_getInstance_0().k2j(255 / 255.0, 255 / 255.0, 255 / 255.0, 1.0));
|
|
5059
5190
|
tmp_1.e2q_1 = tmp$ret$2;
|
|
5060
|
-
this.f2q_1 = Companion_getInstance_22().
|
|
5191
|
+
this.f2q_1 = Companion_getInstance_22().CENTER;
|
|
5061
5192
|
this.g2q_1 = ImageScaleType_FILL_getInstance();
|
|
5062
5193
|
this.h2q_1 = Style_CONTAINED_getInstance();
|
|
5063
5194
|
var tmp_2 = this;
|
|
@@ -5080,10 +5211,10 @@
|
|
|
5080
5211
|
return Companion_instance_26;
|
|
5081
5212
|
}
|
|
5082
5213
|
function _set_pages__j2nojl($this, _set____db54di) {
|
|
5083
|
-
return $this.h2u_1.
|
|
5214
|
+
return $this.h2u_1.b36($this, pages$factory(), _set____db54di);
|
|
5084
5215
|
}
|
|
5085
5216
|
function _set_tips__9ug36n($this, _set____db54di) {
|
|
5086
|
-
return $this.j2u_1.
|
|
5217
|
+
return $this.j2u_1.b36($this, tips$factory(), _set____db54di);
|
|
5087
5218
|
}
|
|
5088
5219
|
function Manifest_init_$Init$(parser, config, $this) {
|
|
5089
5220
|
BaseModel.call($this);
|
|
@@ -5096,8 +5227,8 @@
|
|
|
5096
5227
|
var tmp0_safe_receiver = parser.o2t('locale');
|
|
5097
5228
|
tmp.locale = tmp0_safe_receiver == null ? null : toLocaleOrNull(tmp0_safe_receiver);
|
|
5098
5229
|
var tmp_0 = $this;
|
|
5099
|
-
var tmp1_elvis_lhs = Companion_getInstance_28().
|
|
5100
|
-
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().
|
|
5230
|
+
var tmp1_elvis_lhs = Companion_getInstance_28().a36(parser.o2t('type'));
|
|
5231
|
+
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().z35_1 : tmp1_elvis_lhs;
|
|
5101
5232
|
var tmp_1 = $this;
|
|
5102
5233
|
var tmp$ret$0;
|
|
5103
5234
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
@@ -5125,11 +5256,11 @@
|
|
|
5125
5256
|
$this.w2t_1 = parser.n2v(null, get_XML_BACKGROUND_IMAGE());
|
|
5126
5257
|
var tmp_7 = $this;
|
|
5127
5258
|
var tmp10_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
5128
|
-
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().
|
|
5259
|
+
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().z2w(tmp10_safe_receiver);
|
|
5129
5260
|
tmp_7.x2t_1 = tmp11_elvis_lhs == null ? Companion_getInstance_29().f2q_1 : tmp11_elvis_lhs;
|
|
5130
5261
|
var tmp_8 = $this;
|
|
5131
5262
|
var tmp12_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
5132
|
-
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().
|
|
5263
|
+
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().k31(tmp12_safe_receiver);
|
|
5133
5264
|
tmp_8.y2t_1 = tmp13_elvis_lhs == null ? Companion_getInstance_29().g2q_1 : tmp13_elvis_lhs;
|
|
5134
5265
|
var tmp_9 = $this;
|
|
5135
5266
|
var tmp_10 = get_XMLNS_CONTENT();
|
|
@@ -5252,13 +5383,13 @@
|
|
|
5252
5383
|
var tmp3_this = $this;
|
|
5253
5384
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5254
5385
|
var tmp2_plusAssign = tmp3_this.aemImports;
|
|
5255
|
-
var tmp3_plusAssign = result.
|
|
5386
|
+
var tmp3_plusAssign = result.e36_1;
|
|
5256
5387
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
5257
5388
|
|
|
5258
5389
|
var tmp4_this = $this;
|
|
5259
5390
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5260
5391
|
var tmp4_plusAssign = tmp4_this.k2u_1;
|
|
5261
|
-
var tmp5_plusAssign = result.
|
|
5392
|
+
var tmp5_plusAssign = result.f36_1;
|
|
5262
5393
|
addAll(tmp4_plusAssign, tmp5_plusAssign);
|
|
5263
5394
|
|
|
5264
5395
|
break;
|
|
@@ -5301,7 +5432,7 @@
|
|
|
5301
5432
|
Companion_getInstance_49();
|
|
5302
5433
|
if (tmp7_subject === 'items') {
|
|
5303
5434
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5304
|
-
var tmp12_plusAssign = Companion_getInstance_49().
|
|
5435
|
+
var tmp12_plusAssign = Companion_getInstance_49().d36(parser, $this);
|
|
5305
5436
|
addAll(shareables, tmp12_plusAssign);
|
|
5306
5437
|
}
|
|
5307
5438
|
}
|
|
@@ -5345,7 +5476,7 @@
|
|
|
5345
5476
|
}
|
|
5346
5477
|
function Manifest_init_$Init$_0(config, type, code, locale, primaryColor, primaryTextColor, navBarColor, navBarControlColor, backgroundColor, cardBackgroundColor, categoryLabelColor, pageControlColor, multiselectOptionSelectedColor, textColor, textScale, resources, shareables, tips, pages, $this) {
|
|
5347
5478
|
config = config === VOID ? createParserConfig() : config;
|
|
5348
|
-
type = type === VOID ? Companion_getInstance_28().
|
|
5479
|
+
type = type === VOID ? Companion_getInstance_28().z35_1 : type;
|
|
5349
5480
|
code = code === VOID ? null : code;
|
|
5350
5481
|
locale = locale === VOID ? null : locale;
|
|
5351
5482
|
primaryColor = primaryColor === VOID ? Companion_getInstance_29().c2q_1 : primaryColor;
|
|
@@ -5460,7 +5591,7 @@
|
|
|
5460
5591
|
var element_0 = tmp0_iterator_0.h();
|
|
5461
5592
|
var tmp$ret$6;
|
|
5462
5593
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5463
|
-
tmp$ret$6 = element_0.
|
|
5594
|
+
tmp$ret$6 = element_0.v34_1;
|
|
5464
5595
|
tmp4_associateByTo.u2(tmp$ret$6, element_0);
|
|
5465
5596
|
}
|
|
5466
5597
|
tmp$ret$7 = tmp4_associateByTo;
|
|
@@ -5527,12 +5658,12 @@
|
|
|
5527
5658
|
var tmp$ret$0;
|
|
5528
5659
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5529
5660
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
5530
|
-
tmp.
|
|
5661
|
+
tmp.e36_1 = tmp$ret$0;
|
|
5531
5662
|
var tmp_0 = this;
|
|
5532
5663
|
var tmp$ret$1;
|
|
5533
5664
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5534
5665
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
5535
|
-
tmp_0.
|
|
5666
|
+
tmp_0.f36_1 = tmp$ret$1;
|
|
5536
5667
|
}
|
|
5537
5668
|
function parsePages(_this__u8e3s4, $this) {
|
|
5538
5669
|
var tmp$ret$4;
|
|
@@ -5572,7 +5703,7 @@
|
|
|
5572
5703
|
var fileName = _this__u8e3s4.o2t('filename');
|
|
5573
5704
|
var tmp3_this = tmp0_also;
|
|
5574
5705
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5575
|
-
var tmp0_plusAssign = tmp3_this.
|
|
5706
|
+
var tmp0_plusAssign = tmp3_this.f36_1;
|
|
5576
5707
|
var tmp1_plusAssign = to(fileName, src);
|
|
5577
5708
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
5578
5709
|
}
|
|
@@ -5607,7 +5738,7 @@
|
|
|
5607
5738
|
// Inline function 'kotlin.let' call
|
|
5608
5739
|
// Inline function 'kotlin.contracts.contract' call
|
|
5609
5740
|
var tmp0_this = tmp0_also;
|
|
5610
|
-
var tmp0_plusAssign_0 = tmp0_this.
|
|
5741
|
+
var tmp0_plusAssign_0 = tmp0_this.e36_1;
|
|
5611
5742
|
tmp0_plusAssign_0.b(tmp6_safe_receiver);
|
|
5612
5743
|
tmp$ret$3 = Unit_getInstance();
|
|
5613
5744
|
}
|
|
@@ -5735,10 +5866,10 @@
|
|
|
5735
5866
|
defineProp(protoOf(Type_1), 'name', protoOf(Type_1).id);
|
|
5736
5867
|
defineProp(protoOf(Type_1), 'ordinal', protoOf(Type_1).jd);
|
|
5737
5868
|
function sam$kotlin_Comparator$0(function_0) {
|
|
5738
|
-
this.
|
|
5869
|
+
this.m36_1 = function_0;
|
|
5739
5870
|
}
|
|
5740
5871
|
protoOf(sam$kotlin_Comparator$0).wc = function (a, b) {
|
|
5741
|
-
return this.
|
|
5872
|
+
return this.m36_1(a, b);
|
|
5742
5873
|
};
|
|
5743
5874
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
5744
5875
|
return this.wc(a, b);
|
|
@@ -5748,11 +5879,11 @@
|
|
|
5748
5879
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
5749
5880
|
var tmp$ret$0;
|
|
5750
5881
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5751
|
-
tmp$ret$0 = a.
|
|
5882
|
+
tmp$ret$0 = a.j36_1;
|
|
5752
5883
|
var tmp = tmp$ret$0;
|
|
5753
5884
|
var tmp$ret$1;
|
|
5754
5885
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5755
|
-
tmp$ret$1 = b.
|
|
5886
|
+
tmp$ret$1 = b.j36_1;
|
|
5756
5887
|
tmp$ret$2 = compareValues(tmp, tmp$ret$1);
|
|
5757
5888
|
return tmp$ret$2;
|
|
5758
5889
|
}
|
|
@@ -5776,97 +5907,97 @@
|
|
|
5776
5907
|
Type_initEntries_1();
|
|
5777
5908
|
return Type_UNKNOWN_instance_0;
|
|
5778
5909
|
}
|
|
5779
|
-
protoOf(Manifest).
|
|
5910
|
+
protoOf(Manifest).n36 = function () {
|
|
5780
5911
|
return this.q2t_1;
|
|
5781
5912
|
};
|
|
5782
|
-
protoOf(Manifest).
|
|
5913
|
+
protoOf(Manifest).o36 = function () {
|
|
5783
5914
|
return this.code;
|
|
5784
5915
|
};
|
|
5785
|
-
protoOf(Manifest).
|
|
5916
|
+
protoOf(Manifest).p36 = function () {
|
|
5786
5917
|
return this.locale;
|
|
5787
5918
|
};
|
|
5788
5919
|
protoOf(Manifest).k1c = function () {
|
|
5789
5920
|
return this.type;
|
|
5790
5921
|
};
|
|
5791
|
-
protoOf(Manifest).
|
|
5922
|
+
protoOf(Manifest).q36 = function () {
|
|
5792
5923
|
return this.dismissListeners;
|
|
5793
5924
|
};
|
|
5794
|
-
protoOf(Manifest).
|
|
5925
|
+
protoOf(Manifest).a2y = function () {
|
|
5795
5926
|
return this.r2t_1;
|
|
5796
5927
|
};
|
|
5797
|
-
protoOf(Manifest).
|
|
5928
|
+
protoOf(Manifest).b2y = function () {
|
|
5798
5929
|
return this.s2t_1;
|
|
5799
5930
|
};
|
|
5800
|
-
protoOf(Manifest).
|
|
5931
|
+
protoOf(Manifest).r36 = function () {
|
|
5801
5932
|
var tmp0_elvis_lhs = this.t2t_1;
|
|
5802
5933
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? get_DEFAULT_LESSON_NAV_BAR_COLOR() : this.r2t_1 : tmp0_elvis_lhs;
|
|
5803
5934
|
};
|
|
5804
|
-
protoOf(Manifest).
|
|
5935
|
+
protoOf(Manifest).s36 = function () {
|
|
5805
5936
|
var tmp0_elvis_lhs = this.u2t_1;
|
|
5806
5937
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? this.r2t_1 : this.s2t_1 : tmp0_elvis_lhs;
|
|
5807
5938
|
};
|
|
5808
|
-
protoOf(Manifest).
|
|
5939
|
+
protoOf(Manifest).t36 = function () {
|
|
5809
5940
|
return this.v2t_1;
|
|
5810
5941
|
};
|
|
5811
|
-
protoOf(Manifest).
|
|
5942
|
+
protoOf(Manifest).u36 = function () {
|
|
5812
5943
|
return this.u2v(this.w2t_1);
|
|
5813
5944
|
};
|
|
5814
|
-
protoOf(Manifest).
|
|
5945
|
+
protoOf(Manifest).v36 = function () {
|
|
5815
5946
|
return this.x2t_1;
|
|
5816
5947
|
};
|
|
5817
|
-
protoOf(Manifest).
|
|
5948
|
+
protoOf(Manifest).w36 = function () {
|
|
5818
5949
|
return this.y2t_1;
|
|
5819
5950
|
};
|
|
5820
|
-
protoOf(Manifest).
|
|
5951
|
+
protoOf(Manifest).d2y = function () {
|
|
5821
5952
|
var tmp0_elvis_lhs = this.z2t_1;
|
|
5822
5953
|
return tmp0_elvis_lhs == null ? this.v2t_1 : tmp0_elvis_lhs;
|
|
5823
5954
|
};
|
|
5824
|
-
protoOf(Manifest).
|
|
5955
|
+
protoOf(Manifest).z2x = function () {
|
|
5825
5956
|
var tmp0_elvis_lhs = this.a2u_1;
|
|
5826
5957
|
return tmp0_elvis_lhs == null ? this.e2u_1 : tmp0_elvis_lhs;
|
|
5827
5958
|
};
|
|
5828
|
-
protoOf(Manifest).
|
|
5959
|
+
protoOf(Manifest).x36 = function () {
|
|
5829
5960
|
return this.b2u_1;
|
|
5830
5961
|
};
|
|
5831
|
-
protoOf(Manifest).
|
|
5962
|
+
protoOf(Manifest).c2y = function () {
|
|
5832
5963
|
return Companion_getInstance_29().h2q_1;
|
|
5833
5964
|
};
|
|
5834
|
-
protoOf(Manifest).
|
|
5965
|
+
protoOf(Manifest).e2y = function () {
|
|
5835
5966
|
var tmp0_elvis_lhs = this.c2u_1;
|
|
5836
5967
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
5837
5968
|
};
|
|
5838
|
-
protoOf(Manifest).
|
|
5969
|
+
protoOf(Manifest).f2y = function () {
|
|
5839
5970
|
return this.d2u_1;
|
|
5840
5971
|
};
|
|
5841
|
-
protoOf(Manifest).
|
|
5972
|
+
protoOf(Manifest).y2x = function () {
|
|
5842
5973
|
return this.e2u_1;
|
|
5843
5974
|
};
|
|
5844
|
-
protoOf(Manifest).
|
|
5975
|
+
protoOf(Manifest).g2y = function () {
|
|
5845
5976
|
return this.f2u_1;
|
|
5846
5977
|
};
|
|
5847
|
-
protoOf(Manifest).
|
|
5978
|
+
protoOf(Manifest).y36 = function () {
|
|
5848
5979
|
var tmp0_safe_receiver = this.g2u_1;
|
|
5849
5980
|
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.text;
|
|
5850
5981
|
};
|
|
5851
|
-
protoOf(Manifest).
|
|
5982
|
+
protoOf(Manifest).m37 = function () {
|
|
5852
5983
|
return this.aemImports;
|
|
5853
5984
|
};
|
|
5854
|
-
protoOf(Manifest).
|
|
5985
|
+
protoOf(Manifest).n37 = function () {
|
|
5855
5986
|
return this.categories;
|
|
5856
5987
|
};
|
|
5857
|
-
protoOf(Manifest).
|
|
5858
|
-
return this.h2u_1.
|
|
5988
|
+
protoOf(Manifest).o37 = function () {
|
|
5989
|
+
return this.h2u_1.p37(this, pages$factory_0());
|
|
5859
5990
|
};
|
|
5860
|
-
protoOf(Manifest).
|
|
5991
|
+
protoOf(Manifest).q37 = function () {
|
|
5861
5992
|
return this.i2u_1;
|
|
5862
5993
|
};
|
|
5863
|
-
protoOf(Manifest).
|
|
5994
|
+
protoOf(Manifest).r37 = function () {
|
|
5864
5995
|
return this.shareables;
|
|
5865
5996
|
};
|
|
5866
5997
|
protoOf(Manifest).c2t = function () {
|
|
5867
|
-
return this.j2u_1.
|
|
5998
|
+
return this.j2u_1.p37(this, tips$factory_0());
|
|
5868
5999
|
};
|
|
5869
|
-
protoOf(Manifest).
|
|
6000
|
+
protoOf(Manifest).s37 = function () {
|
|
5870
6001
|
var tmp$ret$12;
|
|
5871
6002
|
// Inline function 'kotlin.collections.buildSet' call
|
|
5872
6003
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -5947,7 +6078,7 @@
|
|
|
5947
6078
|
protoOf(Manifest).a2p = function () {
|
|
5948
6079
|
return this;
|
|
5949
6080
|
};
|
|
5950
|
-
protoOf(Manifest).
|
|
6081
|
+
protoOf(Manifest).t37 = function () {
|
|
5951
6082
|
var tmp;
|
|
5952
6083
|
var tmp$ret$0;
|
|
5953
6084
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
@@ -5987,7 +6118,7 @@
|
|
|
5987
6118
|
}
|
|
5988
6119
|
return tmp;
|
|
5989
6120
|
};
|
|
5990
|
-
protoOf(Manifest).
|
|
6121
|
+
protoOf(Manifest).u37 = function (category) {
|
|
5991
6122
|
var tmp$ret$1;
|
|
5992
6123
|
$l$block: {
|
|
5993
6124
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -5997,7 +6128,7 @@
|
|
|
5997
6128
|
var element = tmp0_iterator.h();
|
|
5998
6129
|
var tmp$ret$0;
|
|
5999
6130
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>' call
|
|
6000
|
-
tmp$ret$0 = element.
|
|
6131
|
+
tmp$ret$0 = element.u2x_1 == category;
|
|
6001
6132
|
if (tmp$ret$0) {
|
|
6002
6133
|
tmp$ret$1 = element;
|
|
6003
6134
|
break $l$block;
|
|
@@ -6041,7 +6172,7 @@
|
|
|
6041
6172
|
}
|
|
6042
6173
|
return tmp;
|
|
6043
6174
|
};
|
|
6044
|
-
protoOf(Manifest).
|
|
6175
|
+
protoOf(Manifest).v37 = function (id) {
|
|
6045
6176
|
var tmp0_safe_receiver = id;
|
|
6046
6177
|
var tmp;
|
|
6047
6178
|
if (tmp0_safe_receiver == null) {
|
|
@@ -6075,14 +6206,14 @@
|
|
|
6075
6206
|
}
|
|
6076
6207
|
return tmp;
|
|
6077
6208
|
};
|
|
6078
|
-
protoOf(Manifest).
|
|
6209
|
+
protoOf(Manifest).w37 = function (id) {
|
|
6079
6210
|
var tmp$ret$0;
|
|
6080
6211
|
// Inline function 'kotlin.collections.get' call
|
|
6081
6212
|
var tmp0_get = this.c2t();
|
|
6082
6213
|
tmp$ret$0 = (isInterface(tmp0_get, Map) ? tmp0_get : THROW_CCE()).c2(id);
|
|
6083
6214
|
return tmp$ret$0;
|
|
6084
6215
|
};
|
|
6085
|
-
protoOf(Manifest).
|
|
6216
|
+
protoOf(Manifest).x37 = function () {
|
|
6086
6217
|
var tmp$ret$0;
|
|
6087
6218
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
6088
6219
|
var tmp0_toTypedArray = this._pages;
|
|
@@ -6094,12 +6225,12 @@
|
|
|
6094
6225
|
this.h2u_1 = setOnce();
|
|
6095
6226
|
this.j2u_1 = setOnce();
|
|
6096
6227
|
}
|
|
6097
|
-
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).
|
|
6098
|
-
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).
|
|
6099
|
-
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).
|
|
6100
|
-
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).
|
|
6101
|
-
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).
|
|
6102
|
-
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).
|
|
6228
|
+
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).u36);
|
|
6229
|
+
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).y36);
|
|
6230
|
+
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).o37);
|
|
6231
|
+
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).s37);
|
|
6232
|
+
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).t37);
|
|
6233
|
+
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).x37);
|
|
6103
6234
|
function get_backgroundColor(_this__u8e3s4) {
|
|
6104
6235
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6105
6236
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.v2t_1;
|
|
@@ -6138,7 +6269,7 @@
|
|
|
6138
6269
|
function Companion_27() {
|
|
6139
6270
|
Companion_instance_27 = this;
|
|
6140
6271
|
}
|
|
6141
|
-
protoOf(Companion_27).
|
|
6272
|
+
protoOf(Companion_27).y37 = function (_this__u8e3s4) {
|
|
6142
6273
|
var tmp0_subject = _this__u8e3s4;
|
|
6143
6274
|
var tmp;
|
|
6144
6275
|
Companion_getInstance_31();
|
|
@@ -6172,12 +6303,12 @@
|
|
|
6172
6303
|
}
|
|
6173
6304
|
function Companion_28() {
|
|
6174
6305
|
Companion_instance_28 = this;
|
|
6175
|
-
this.
|
|
6176
|
-
this.
|
|
6177
|
-
this.
|
|
6178
|
-
this.
|
|
6179
|
-
this.
|
|
6180
|
-
this.
|
|
6306
|
+
this.z37_1 = 'selected-color';
|
|
6307
|
+
this.a38_1 = 'value';
|
|
6308
|
+
this.b38_1 = 'style';
|
|
6309
|
+
this.c38_1 = 'card';
|
|
6310
|
+
this.d38_1 = 'flat';
|
|
6311
|
+
this.e38_1 = Style_CARD_getInstance();
|
|
6181
6312
|
}
|
|
6182
6313
|
var Companion_instance_28;
|
|
6183
6314
|
function Companion_getInstance_31() {
|
|
@@ -6188,20 +6319,20 @@
|
|
|
6188
6319
|
function Option_init_$Init$(multiselect, parser, $this) {
|
|
6189
6320
|
Content_init_$Init$(multiselect, parser, $this);
|
|
6190
6321
|
Option.call($this);
|
|
6191
|
-
$this.
|
|
6322
|
+
$this.n38_1 = multiselect;
|
|
6192
6323
|
Companion_getInstance_59();
|
|
6193
6324
|
parser.u2r(2, get_XMLNS_CONTENT(), 'option');
|
|
6194
6325
|
var tmp = $this;
|
|
6195
6326
|
var tmp_0 = Companion_getInstance_30();
|
|
6196
6327
|
Companion_getInstance_31();
|
|
6197
|
-
tmp.
|
|
6328
|
+
tmp.o38_1 = tmp_0.y37(parser.o2t('style'));
|
|
6198
6329
|
var tmp_1 = $this;
|
|
6199
6330
|
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
6200
|
-
tmp_1.
|
|
6331
|
+
tmp_1.p38_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
6201
6332
|
var tmp_2 = $this;
|
|
6202
6333
|
Companion_getInstance_31();
|
|
6203
6334
|
var tmp1_safe_receiver = parser.o2t('selected-color');
|
|
6204
|
-
tmp_2.
|
|
6335
|
+
tmp_2.q38_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
6205
6336
|
var tmp_3 = $this;
|
|
6206
6337
|
var tmp$ret$0;
|
|
6207
6338
|
// Inline function 'kotlin.text.orEmpty' call
|
|
@@ -6209,12 +6340,12 @@
|
|
|
6209
6340
|
var tmp0_orEmpty = parser.o2t('value');
|
|
6210
6341
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6211
6342
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6212
|
-
tmp_3.
|
|
6343
|
+
tmp_3.r38_1 = tmp$ret$0;
|
|
6213
6344
|
var tmp_4 = $this;
|
|
6214
6345
|
var tmp$ret$1;
|
|
6215
6346
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6216
6347
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6217
|
-
tmp_4.
|
|
6348
|
+
tmp_4.s38_1 = tmp$ret$1;
|
|
6218
6349
|
var tmp_5 = $this;
|
|
6219
6350
|
var tmp$ret$9;
|
|
6220
6351
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -6252,7 +6383,7 @@
|
|
|
6252
6383
|
if (tmp1_subject === 'events') {
|
|
6253
6384
|
var tmp2_this = $this;
|
|
6254
6385
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6255
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6386
|
+
var tmp0_plusAssign = tmp2_this.s38_1;
|
|
6256
6387
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
6257
6388
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
6258
6389
|
}
|
|
@@ -6304,7 +6435,7 @@
|
|
|
6304
6435
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
6305
6436
|
tmp$ret$8 = tmp$ret$7;
|
|
6306
6437
|
tmp$ret$9 = tmp$ret$8;
|
|
6307
|
-
tmp_5.
|
|
6438
|
+
tmp_5.t38_1 = tmp$ret$9;
|
|
6308
6439
|
return $this;
|
|
6309
6440
|
}
|
|
6310
6441
|
function Option_init_$Create$(multiselect, parser) {
|
|
@@ -6323,11 +6454,11 @@
|
|
|
6323
6454
|
}
|
|
6324
6455
|
function Companion_29() {
|
|
6325
6456
|
Companion_instance_29 = this;
|
|
6326
|
-
this.
|
|
6327
|
-
this.
|
|
6328
|
-
this.
|
|
6329
|
-
this.
|
|
6330
|
-
this.
|
|
6457
|
+
this.u38_1 = 'multiselect';
|
|
6458
|
+
this.v38_1 = 'multiselect-option-background-color';
|
|
6459
|
+
this.w38_1 = 'multiselect-option-selected-color';
|
|
6460
|
+
this.x38_1 = 'option-background-color';
|
|
6461
|
+
this.y38_1 = 'option-selected-color';
|
|
6331
6462
|
}
|
|
6332
6463
|
var Companion_instance_29;
|
|
6333
6464
|
function Companion_getInstance_32() {
|
|
@@ -6348,31 +6479,31 @@
|
|
|
6348
6479
|
var tmp0_orEmpty = parser.o2t('state');
|
|
6349
6480
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6350
6481
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6351
|
-
tmp_0.
|
|
6482
|
+
tmp_0.h39_1 = tmp$ret$0;
|
|
6352
6483
|
var tmp_1 = $this;
|
|
6353
6484
|
var tmp0_safe_receiver = parser.o2t('columns');
|
|
6354
6485
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
6355
|
-
tmp_1.
|
|
6486
|
+
tmp_1.i39_1 = tmp1_elvis_lhs == null ? 1 : tmp1_elvis_lhs;
|
|
6356
6487
|
var tmp_2 = $this;
|
|
6357
6488
|
var tmp2_safe_receiver = parser.o2t('selection-limit');
|
|
6358
6489
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
6359
|
-
tmp_2.
|
|
6490
|
+
tmp_2.j39_1 = coerceAtLeast(tmp3_elvis_lhs == null ? 1 : tmp3_elvis_lhs, 1);
|
|
6360
6491
|
var tmp_3 = $this;
|
|
6361
|
-
var tmp4_elvis_lhs = Companion_getInstance_30().
|
|
6362
|
-
tmp_3.
|
|
6492
|
+
var tmp4_elvis_lhs = Companion_getInstance_30().y37(parser.o2t('option-style'));
|
|
6493
|
+
tmp_3.k39_1 = tmp4_elvis_lhs == null ? Companion_getInstance_31().e38_1 : tmp4_elvis_lhs;
|
|
6363
6494
|
var tmp_4 = $this;
|
|
6364
6495
|
Companion_getInstance_32();
|
|
6365
6496
|
var tmp5_safe_receiver = parser.o2t('option-background-color');
|
|
6366
|
-
tmp_4.
|
|
6497
|
+
tmp_4.l39_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
6367
6498
|
var tmp_5 = $this;
|
|
6368
6499
|
Companion_getInstance_32();
|
|
6369
6500
|
var tmp6_safe_receiver = parser.o2t('option-selected-color');
|
|
6370
|
-
tmp_5.
|
|
6501
|
+
tmp_5.m39_1 = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
6371
6502
|
var tmp_6 = $this;
|
|
6372
6503
|
var tmp$ret$1;
|
|
6373
6504
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6374
6505
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6375
|
-
tmp_6.
|
|
6506
|
+
tmp_6.n39_1 = tmp$ret$1;
|
|
6376
6507
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
6377
6508
|
$l$loop_1: while (true) {
|
|
6378
6509
|
var tmp_7 = parser.h();
|
|
@@ -6391,7 +6522,7 @@
|
|
|
6391
6522
|
if (tmp1_subject === 'option') {
|
|
6392
6523
|
var tmp2_this = $this;
|
|
6393
6524
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6394
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6525
|
+
var tmp0_plusAssign = tmp2_this.n39_1;
|
|
6395
6526
|
var tmp1_plusAssign = Option_init_$Create$($this, parser);
|
|
6396
6527
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
6397
6528
|
}
|
|
@@ -6408,7 +6539,7 @@
|
|
|
6408
6539
|
return Multiselect_init_$Init$(parent, parser, objectCreate(protoOf(Multiselect)));
|
|
6409
6540
|
}
|
|
6410
6541
|
protoOf(Option).t2s = function () {
|
|
6411
|
-
return this.
|
|
6542
|
+
return this.t38_1;
|
|
6412
6543
|
};
|
|
6413
6544
|
protoOf(Option)._getAnalyticsEvents = function (type) {
|
|
6414
6545
|
var tmp0_subject = type;
|
|
@@ -6417,7 +6548,7 @@
|
|
|
6417
6548
|
if (tmp0 === 3) {
|
|
6418
6549
|
var tmp$ret$2;
|
|
6419
6550
|
// Inline function 'kotlin.collections.filter' call
|
|
6420
|
-
var tmp1_filter = this.
|
|
6551
|
+
var tmp1_filter = this.s38_1;
|
|
6421
6552
|
var tmp$ret$1;
|
|
6422
6553
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6423
6554
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -6465,8 +6596,8 @@
|
|
|
6465
6596
|
}
|
|
6466
6597
|
function Companion_30() {
|
|
6467
6598
|
Companion_instance_30 = this;
|
|
6468
|
-
this.
|
|
6469
|
-
this.
|
|
6599
|
+
this.o39_1 = 'paragraph';
|
|
6600
|
+
this.p39_1 = 'fallback';
|
|
6470
6601
|
}
|
|
6471
6602
|
var Companion_instance_30;
|
|
6472
6603
|
function Companion_getInstance_33() {
|
|
@@ -6560,14 +6691,14 @@
|
|
|
6560
6691
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
6561
6692
|
tmp$ret$7 = tmp$ret$6;
|
|
6562
6693
|
tmp$ret$8 = tmp$ret$7;
|
|
6563
|
-
tmp_0.
|
|
6694
|
+
tmp_0.y39_1 = tmp$ret$8;
|
|
6564
6695
|
return $this;
|
|
6565
6696
|
}
|
|
6566
6697
|
function Paragraph_init_$Create$(parent, parser) {
|
|
6567
6698
|
return Paragraph_init_$Init$(parent, parser, objectCreate(protoOf(Paragraph)));
|
|
6568
6699
|
}
|
|
6569
6700
|
protoOf(Paragraph).t2s = function () {
|
|
6570
|
-
return this.
|
|
6701
|
+
return this.y39_1;
|
|
6571
6702
|
};
|
|
6572
6703
|
protoOf(Paragraph).c2t = function () {
|
|
6573
6704
|
var tmp$ret$3;
|
|
@@ -6760,7 +6891,7 @@
|
|
|
6760
6891
|
}
|
|
6761
6892
|
function Companion_31() {
|
|
6762
6893
|
Companion_instance_31 = this;
|
|
6763
|
-
this.
|
|
6894
|
+
this.z39_1 = 'resource';
|
|
6764
6895
|
}
|
|
6765
6896
|
var Companion_instance_31;
|
|
6766
6897
|
function Companion_getInstance_34() {
|
|
@@ -6786,7 +6917,7 @@
|
|
|
6786
6917
|
protoOf(Resource).id = function () {
|
|
6787
6918
|
return this.name;
|
|
6788
6919
|
};
|
|
6789
|
-
protoOf(Resource).
|
|
6920
|
+
protoOf(Resource).a3a = function () {
|
|
6790
6921
|
return this.localName;
|
|
6791
6922
|
};
|
|
6792
6923
|
function Resource() {
|
|
@@ -6796,9 +6927,9 @@
|
|
|
6796
6927
|
var Mode_FIXED_instance;
|
|
6797
6928
|
function Companion_32() {
|
|
6798
6929
|
Companion_instance_32 = this;
|
|
6799
|
-
this.
|
|
6930
|
+
this.b3a_1 = Mode_AUTO_getInstance();
|
|
6800
6931
|
}
|
|
6801
|
-
protoOf(Companion_32).
|
|
6932
|
+
protoOf(Companion_32).c3a = function (_this__u8e3s4) {
|
|
6802
6933
|
var tmp0_subject = _this__u8e3s4;
|
|
6803
6934
|
switch (tmp0_subject) {
|
|
6804
6935
|
case 'auto':
|
|
@@ -6827,7 +6958,7 @@
|
|
|
6827
6958
|
}
|
|
6828
6959
|
function Companion_33() {
|
|
6829
6960
|
Companion_instance_33 = this;
|
|
6830
|
-
this.
|
|
6961
|
+
this.d3a_1 = 'spacer';
|
|
6831
6962
|
}
|
|
6832
6963
|
var Companion_instance_33;
|
|
6833
6964
|
function Companion_getInstance_36() {
|
|
@@ -6844,13 +6975,13 @@
|
|
|
6844
6975
|
parser.u2r(2, tmp, 'spacer');
|
|
6845
6976
|
var tmp_0 = $this;
|
|
6846
6977
|
var tmp0_safe_receiver = parser.o2t('mode');
|
|
6847
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().
|
|
6848
|
-
tmp_0.
|
|
6978
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().c3a(tmp0_safe_receiver);
|
|
6979
|
+
tmp_0.m3a_1 = tmp1_elvis_lhs == null ? Companion_getInstance_35().b3a_1 : tmp1_elvis_lhs;
|
|
6849
6980
|
var tmp_1 = $this;
|
|
6850
6981
|
var tmp2_safe_receiver = parser.o2t('height');
|
|
6851
6982
|
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
6852
6983
|
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : coerceAtLeast(tmp3_safe_receiver, 0);
|
|
6853
|
-
tmp_1.
|
|
6984
|
+
tmp_1.n3a_1 = tmp4_elvis_lhs == null ? 0 : tmp4_elvis_lhs;
|
|
6854
6985
|
skipTag(parser);
|
|
6855
6986
|
return $this;
|
|
6856
6987
|
}
|
|
@@ -6873,7 +7004,7 @@
|
|
|
6873
7004
|
}
|
|
6874
7005
|
function Companion_34() {
|
|
6875
7006
|
Companion_instance_34 = this;
|
|
6876
|
-
this.
|
|
7007
|
+
this.o3a_1 = 1.0;
|
|
6877
7008
|
}
|
|
6878
7009
|
var Companion_instance_34;
|
|
6879
7010
|
function Companion_getInstance_37() {
|
|
@@ -6885,37 +7016,37 @@
|
|
|
6885
7016
|
}
|
|
6886
7017
|
function get_primaryColor_0(_this__u8e3s4) {
|
|
6887
7018
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6888
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7019
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a2y();
|
|
6889
7020
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().c2q_1 : tmp1_elvis_lhs;
|
|
6890
7021
|
}
|
|
6891
7022
|
function get_multiselectOptionBackgroundColor_0(_this__u8e3s4) {
|
|
6892
7023
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6893
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7024
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e2y();
|
|
6894
7025
|
return tmp1_elvis_lhs == null ? get_backgroundColor(get_manifest(_this__u8e3s4)) : tmp1_elvis_lhs;
|
|
6895
7026
|
}
|
|
6896
7027
|
function get_primaryTextColor_0(_this__u8e3s4) {
|
|
6897
7028
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6898
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7029
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2y();
|
|
6899
7030
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().d2q_1 : tmp1_elvis_lhs;
|
|
6900
7031
|
}
|
|
6901
7032
|
function get_buttonStyle_0(_this__u8e3s4) {
|
|
6902
7033
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6903
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7034
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2y();
|
|
6904
7035
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().h2q_1 : tmp1_elvis_lhs;
|
|
6905
7036
|
}
|
|
6906
7037
|
function get_cardBackgroundColor_0(_this__u8e3s4) {
|
|
6907
7038
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6908
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7039
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.d2y();
|
|
6909
7040
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp1_elvis_lhs;
|
|
6910
7041
|
}
|
|
6911
7042
|
function get_textColor_0(_this__u8e3s4) {
|
|
6912
7043
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6913
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7044
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y2x();
|
|
6914
7045
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().i2q_1 : tmp1_elvis_lhs;
|
|
6915
7046
|
}
|
|
6916
7047
|
function get_textScale_0(_this__u8e3s4) {
|
|
6917
7048
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6918
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7049
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g2y();
|
|
6919
7050
|
var tmp;
|
|
6920
7051
|
if (tmp1_elvis_lhs == null) {
|
|
6921
7052
|
Companion_getInstance_37();
|
|
@@ -6927,7 +7058,7 @@
|
|
|
6927
7058
|
}
|
|
6928
7059
|
function get_textAlign_0(_this__u8e3s4) {
|
|
6929
7060
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6930
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7061
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h2y();
|
|
6931
7062
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().j2q_1 : tmp1_elvis_lhs;
|
|
6932
7063
|
}
|
|
6933
7064
|
function stylesOverride(_this__u8e3s4, textAlign, textColor, textScale) {
|
|
@@ -6945,27 +7076,27 @@
|
|
|
6945
7076
|
}
|
|
6946
7077
|
function StylesOverride(parent, _textAlign, _textColor, _textScale) {
|
|
6947
7078
|
BaseModel.call(this, parent);
|
|
6948
|
-
this.
|
|
6949
|
-
this.
|
|
6950
|
-
this.
|
|
7079
|
+
this.q3a_1 = _textAlign;
|
|
7080
|
+
this.r3a_1 = _textColor;
|
|
7081
|
+
this.s3a_1 = _textScale;
|
|
6951
7082
|
}
|
|
6952
|
-
protoOf(StylesOverride).
|
|
6953
|
-
var tmp0_safe_receiver = this.
|
|
7083
|
+
protoOf(StylesOverride).h2y = function () {
|
|
7084
|
+
var tmp0_safe_receiver = this.q3a_1;
|
|
6954
7085
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
6955
7086
|
return tmp1_elvis_lhs == null ? get_textAlign.call(this) : tmp1_elvis_lhs;
|
|
6956
7087
|
};
|
|
6957
|
-
protoOf(StylesOverride).
|
|
6958
|
-
var tmp0_safe_receiver = this.
|
|
7088
|
+
protoOf(StylesOverride).y2x = function () {
|
|
7089
|
+
var tmp0_safe_receiver = this.r3a_1;
|
|
6959
7090
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
6960
7091
|
return tmp1_elvis_lhs == null ? get_textColor.call(this) : tmp1_elvis_lhs;
|
|
6961
7092
|
};
|
|
6962
|
-
protoOf(StylesOverride).
|
|
6963
|
-
return get_textScale.call(this) * this.
|
|
7093
|
+
protoOf(StylesOverride).g2y = function () {
|
|
7094
|
+
return get_textScale.call(this) * this.s3a_1;
|
|
6964
7095
|
};
|
|
6965
7096
|
function Tab_init_$Init$(parent, parser, $this) {
|
|
6966
7097
|
BaseModel.call($this, parent);
|
|
6967
7098
|
Tab.call($this);
|
|
6968
|
-
$this.
|
|
7099
|
+
$this.u3a_1 = parent;
|
|
6969
7100
|
Companion_getInstance_59();
|
|
6970
7101
|
parser.u2r(2, get_XMLNS_CONTENT(), 'tab');
|
|
6971
7102
|
var tmp = $this;
|
|
@@ -6985,12 +7116,12 @@
|
|
|
6985
7116
|
var tmp0_orEmpty = tmp1_safe_receiver == null ? null : toSet_0(tmp1_safe_receiver);
|
|
6986
7117
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6987
7118
|
tmp$ret$1 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
6988
|
-
tmp.
|
|
7119
|
+
tmp.v3a_1 = tmp$ret$1;
|
|
6989
7120
|
var tmp_1 = $this;
|
|
6990
7121
|
var tmp$ret$2;
|
|
6991
7122
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6992
7123
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
6993
|
-
tmp_1.
|
|
7124
|
+
tmp_1.y3a_1 = tmp$ret$2;
|
|
6994
7125
|
var label = null;
|
|
6995
7126
|
var tmp_2 = $this;
|
|
6996
7127
|
var tmp$ret$10;
|
|
@@ -7029,7 +7160,7 @@
|
|
|
7029
7160
|
if (tmp1_subject === 'events') {
|
|
7030
7161
|
var tmp2_this = $this;
|
|
7031
7162
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
7032
|
-
var tmp0_plusAssign = tmp2_this.
|
|
7163
|
+
var tmp0_plusAssign = tmp2_this.y3a_1;
|
|
7033
7164
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
7034
7165
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
7035
7166
|
}
|
|
@@ -7085,8 +7216,8 @@
|
|
|
7085
7216
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
7086
7217
|
tmp$ret$9 = tmp$ret$8;
|
|
7087
7218
|
tmp$ret$10 = tmp$ret$9;
|
|
7088
|
-
tmp_2.
|
|
7089
|
-
$this.
|
|
7219
|
+
tmp_2.x3a_1 = tmp$ret$10;
|
|
7220
|
+
$this.w3a_1 = label;
|
|
7090
7221
|
return $this;
|
|
7091
7222
|
}
|
|
7092
7223
|
function Tab_init_$Create$(parent, parser) {
|
|
@@ -7094,7 +7225,7 @@
|
|
|
7094
7225
|
}
|
|
7095
7226
|
function Companion_35() {
|
|
7096
7227
|
Companion_instance_35 = this;
|
|
7097
|
-
this.
|
|
7228
|
+
this.z3a_1 = 'tabs';
|
|
7098
7229
|
}
|
|
7099
7230
|
var Companion_instance_35;
|
|
7100
7231
|
function Companion_getInstance_38() {
|
|
@@ -7148,14 +7279,14 @@
|
|
|
7148
7279
|
tmp$ret$0 = tmp0_apply;
|
|
7149
7280
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
7150
7281
|
tmp$ret$2 = tmp$ret$1;
|
|
7151
|
-
tmp_0.
|
|
7282
|
+
tmp_0.i3b_1 = tmp$ret$2;
|
|
7152
7283
|
return $this;
|
|
7153
7284
|
}
|
|
7154
7285
|
function Tabs_init_$Create$(parent, parser) {
|
|
7155
7286
|
return Tabs_init_$Init$(parent, parser, objectCreate(protoOf(Tabs)));
|
|
7156
7287
|
}
|
|
7157
7288
|
protoOf(Tab).t2s = function () {
|
|
7158
|
-
return this.
|
|
7289
|
+
return this.x3a_1;
|
|
7159
7290
|
};
|
|
7160
7291
|
protoOf(Tab)._getAnalyticsEvents = function (type) {
|
|
7161
7292
|
var tmp0_subject = type;
|
|
@@ -7164,7 +7295,7 @@
|
|
|
7164
7295
|
if (tmp0 === 3) {
|
|
7165
7296
|
var tmp$ret$2;
|
|
7166
7297
|
// Inline function 'kotlin.collections.filter' call
|
|
7167
|
-
var tmp1_filter = this.
|
|
7298
|
+
var tmp1_filter = this.y3a_1;
|
|
7168
7299
|
var tmp$ret$1;
|
|
7169
7300
|
// Inline function 'kotlin.collections.filterTo' call
|
|
7170
7301
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -7198,7 +7329,7 @@
|
|
|
7198
7329
|
protoOf(Tabs).c2t = function () {
|
|
7199
7330
|
var tmp$ret$6;
|
|
7200
7331
|
// Inline function 'kotlin.collections.flatMap' call
|
|
7201
|
-
var tmp1_flatMap = this.
|
|
7332
|
+
var tmp1_flatMap = this.i3b_1;
|
|
7202
7333
|
var tmp$ret$5;
|
|
7203
7334
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
7204
7335
|
var tmp0_flatMapTo = ArrayList_init_$Create$();
|
|
@@ -7244,7 +7375,7 @@
|
|
|
7244
7375
|
function Companion_36() {
|
|
7245
7376
|
Companion_instance_36 = this;
|
|
7246
7377
|
}
|
|
7247
|
-
protoOf(Companion_36).
|
|
7378
|
+
protoOf(Companion_36).j3b = function (_this__u8e3s4) {
|
|
7248
7379
|
var tmp0_subject = _this__u8e3s4;
|
|
7249
7380
|
switch (tmp0_subject) {
|
|
7250
7381
|
case 'start':
|
|
@@ -7264,10 +7395,10 @@
|
|
|
7264
7395
|
new Companion_36();
|
|
7265
7396
|
return Companion_instance_36;
|
|
7266
7397
|
}
|
|
7267
|
-
function
|
|
7398
|
+
function values_5() {
|
|
7268
7399
|
return [Align_START_getInstance(), Align_CENTER_getInstance(), Align_END_getInstance()];
|
|
7269
7400
|
}
|
|
7270
|
-
function
|
|
7401
|
+
function valueOf_4(value) {
|
|
7271
7402
|
switch (value) {
|
|
7272
7403
|
case 'START':
|
|
7273
7404
|
return Align_START_getInstance();
|
|
@@ -7310,7 +7441,7 @@
|
|
|
7310
7441
|
function Companion_37() {
|
|
7311
7442
|
Companion_instance_37 = this;
|
|
7312
7443
|
}
|
|
7313
|
-
protoOf(Companion_37).
|
|
7444
|
+
protoOf(Companion_37).k3b = function (_this__u8e3s4) {
|
|
7314
7445
|
var tmp$ret$3;
|
|
7315
7446
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
7316
7447
|
var tmp0_mapNotNullTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -7347,10 +7478,10 @@
|
|
|
7347
7478
|
new Companion_37();
|
|
7348
7479
|
return Companion_instance_37;
|
|
7349
7480
|
}
|
|
7350
|
-
function
|
|
7481
|
+
function values_6() {
|
|
7351
7482
|
return [Style_BOLD_getInstance(), Style_ITALIC_getInstance(), Style_UNDERLINE_getInstance()];
|
|
7352
7483
|
}
|
|
7353
|
-
function
|
|
7484
|
+
function valueOf_5(value) {
|
|
7354
7485
|
switch (value) {
|
|
7355
7486
|
case 'BOLD':
|
|
7356
7487
|
return Style_BOLD_getInstance();
|
|
@@ -7376,9 +7507,9 @@
|
|
|
7376
7507
|
}
|
|
7377
7508
|
function Companion_38() {
|
|
7378
7509
|
Companion_instance_38 = this;
|
|
7379
|
-
this.
|
|
7380
|
-
this.
|
|
7381
|
-
this.
|
|
7510
|
+
this.l3b_1 = 'text';
|
|
7511
|
+
this.m3b_1 = 40;
|
|
7512
|
+
this.n3b_1 = 0;
|
|
7382
7513
|
}
|
|
7383
7514
|
var Companion_instance_38;
|
|
7384
7515
|
function Companion_getInstance_41() {
|
|
@@ -7395,10 +7526,10 @@
|
|
|
7395
7526
|
parser.u2r(2, tmp, 'text');
|
|
7396
7527
|
var tmp_0 = $this;
|
|
7397
7528
|
var tmp0_safe_receiver = parser.o2t('text-align');
|
|
7398
|
-
tmp_0.
|
|
7529
|
+
tmp_0.h37_1 = tmp0_safe_receiver == null ? null : Companion_getInstance_39().j3b(tmp0_safe_receiver);
|
|
7399
7530
|
var tmp_1 = $this;
|
|
7400
7531
|
var tmp1_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
7401
|
-
tmp_1.
|
|
7532
|
+
tmp_1.i37_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
7402
7533
|
var tmp_2 = $this;
|
|
7403
7534
|
var tmp2_safe_receiver = parser.o2t(get_XML_TEXT_SCALE());
|
|
7404
7535
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toDoubleOrNull(tmp2_safe_receiver);
|
|
@@ -7409,12 +7540,12 @@
|
|
|
7409
7540
|
} else {
|
|
7410
7541
|
tmp_3 = tmp3_elvis_lhs;
|
|
7411
7542
|
}
|
|
7412
|
-
tmp_2.
|
|
7543
|
+
tmp_2.j37_1 = tmp_3;
|
|
7413
7544
|
var tmp_4 = $this;
|
|
7414
7545
|
var tmp$ret$0;
|
|
7415
7546
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
7416
7547
|
var tmp4_safe_receiver = parser.o2t('text-style');
|
|
7417
|
-
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().
|
|
7548
|
+
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().k3b(tmp4_safe_receiver);
|
|
7418
7549
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
7419
7550
|
tmp$ret$0 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
7420
7551
|
tmp_4.textStyles = tmp$ret$0;
|
|
@@ -7449,7 +7580,7 @@
|
|
|
7449
7580
|
tmp_8 = tmp7_elvis_lhs;
|
|
7450
7581
|
}
|
|
7451
7582
|
tmp_5.minimumLines = tmp_8;
|
|
7452
|
-
$this.
|
|
7583
|
+
$this.k37_1 = parser.o2t('start-image');
|
|
7453
7584
|
var tmp_9 = $this;
|
|
7454
7585
|
var tmp8_safe_receiver = parser.o2t('start-image-size');
|
|
7455
7586
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : toIntOrNull(tmp8_safe_receiver);
|
|
@@ -7461,7 +7592,7 @@
|
|
|
7461
7592
|
tmp_10 = tmp9_elvis_lhs;
|
|
7462
7593
|
}
|
|
7463
7594
|
tmp_9.startImageSize = tmp_10;
|
|
7464
|
-
$this.
|
|
7595
|
+
$this.l37_1 = parser.o2t('end-image');
|
|
7465
7596
|
var tmp_11 = $this;
|
|
7466
7597
|
var tmp10_safe_receiver = parser.o2t('end-image-size');
|
|
7467
7598
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
@@ -7473,7 +7604,7 @@
|
|
|
7473
7604
|
tmp_12 = tmp11_elvis_lhs;
|
|
7474
7605
|
}
|
|
7475
7606
|
tmp_11.endImageSize = tmp_12;
|
|
7476
|
-
$this.text = parser.
|
|
7607
|
+
$this.text = parser.o3b();
|
|
7477
7608
|
return $this;
|
|
7478
7609
|
}
|
|
7479
7610
|
function Text_init_$Create$(parent, parser) {
|
|
@@ -7498,18 +7629,18 @@
|
|
|
7498
7629
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
7499
7630
|
Text.call($this);
|
|
7500
7631
|
$this.text = text;
|
|
7501
|
-
$this.
|
|
7502
|
-
$this.
|
|
7503
|
-
$this.
|
|
7632
|
+
$this.h37_1 = textAlign;
|
|
7633
|
+
$this.i37_1 = textColor;
|
|
7634
|
+
$this.j37_1 = textScale;
|
|
7504
7635
|
$this.textStyles = textStyles;
|
|
7505
7636
|
var tmp_0 = $this;
|
|
7506
7637
|
Companion_getInstance_41();
|
|
7507
7638
|
tmp_0.minimumLines = 0;
|
|
7508
|
-
$this.
|
|
7639
|
+
$this.k37_1 = startImage;
|
|
7509
7640
|
var tmp_1 = $this;
|
|
7510
7641
|
Companion_getInstance_41();
|
|
7511
7642
|
tmp_1.startImageSize = 40;
|
|
7512
|
-
$this.
|
|
7643
|
+
$this.l37_1 = endImage;
|
|
7513
7644
|
var tmp_2 = $this;
|
|
7514
7645
|
Companion_getInstance_41();
|
|
7515
7646
|
tmp_2.endImageSize = 40;
|
|
@@ -7555,46 +7686,46 @@
|
|
|
7555
7686
|
protoOf(Text).c1d = function () {
|
|
7556
7687
|
return this.text;
|
|
7557
7688
|
};
|
|
7558
|
-
protoOf(Text).
|
|
7559
|
-
var tmp0_elvis_lhs = this.
|
|
7689
|
+
protoOf(Text).h2y = function () {
|
|
7690
|
+
var tmp0_elvis_lhs = this.h37_1;
|
|
7560
7691
|
return tmp0_elvis_lhs == null ? get_textAlign_0(this.a2t()) : tmp0_elvis_lhs;
|
|
7561
7692
|
};
|
|
7562
|
-
protoOf(Text).
|
|
7563
|
-
var tmp0_elvis_lhs = this.
|
|
7693
|
+
protoOf(Text).y2x = function () {
|
|
7694
|
+
var tmp0_elvis_lhs = this.i37_1;
|
|
7564
7695
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
7565
7696
|
};
|
|
7566
|
-
protoOf(Text).
|
|
7567
|
-
return this.
|
|
7697
|
+
protoOf(Text).g2y = function () {
|
|
7698
|
+
return this.j37_1 * get_textScale_0(this.a2t());
|
|
7568
7699
|
};
|
|
7569
|
-
protoOf(Text).
|
|
7700
|
+
protoOf(Text).t3b = function () {
|
|
7570
7701
|
return this.textStyles;
|
|
7571
7702
|
};
|
|
7572
|
-
protoOf(Text).
|
|
7703
|
+
protoOf(Text).u3b = function () {
|
|
7573
7704
|
return this.minimumLines;
|
|
7574
7705
|
};
|
|
7575
|
-
protoOf(Text).
|
|
7576
|
-
return this.
|
|
7706
|
+
protoOf(Text).v3b = function () {
|
|
7707
|
+
return this.k37_1;
|
|
7577
7708
|
};
|
|
7578
|
-
protoOf(Text).
|
|
7579
|
-
return getResource(this, this.
|
|
7709
|
+
protoOf(Text).w3b = function () {
|
|
7710
|
+
return getResource(this, this.k37_1);
|
|
7580
7711
|
};
|
|
7581
|
-
protoOf(Text).
|
|
7712
|
+
protoOf(Text).x3b = function () {
|
|
7582
7713
|
return this.startImageSize;
|
|
7583
7714
|
};
|
|
7584
|
-
protoOf(Text).
|
|
7585
|
-
return this.
|
|
7715
|
+
protoOf(Text).y3b = function () {
|
|
7716
|
+
return this.l37_1;
|
|
7586
7717
|
};
|
|
7587
|
-
protoOf(Text).
|
|
7588
|
-
return getResource(this, this.
|
|
7718
|
+
protoOf(Text).z3b = function () {
|
|
7719
|
+
return getResource(this, this.l37_1);
|
|
7589
7720
|
};
|
|
7590
|
-
protoOf(Text).
|
|
7721
|
+
protoOf(Text).a3c = function () {
|
|
7591
7722
|
return this.endImageSize;
|
|
7592
7723
|
};
|
|
7593
7724
|
function Text() {
|
|
7594
7725
|
Companion_getInstance_41();
|
|
7595
7726
|
}
|
|
7596
|
-
defineProp(protoOf(Text), 'startImage', protoOf(Text).
|
|
7597
|
-
defineProp(protoOf(Text), 'endImage', protoOf(Text).
|
|
7727
|
+
defineProp(protoOf(Text), 'startImage', protoOf(Text).w3b);
|
|
7728
|
+
defineProp(protoOf(Text), 'endImage', protoOf(Text).z3b);
|
|
7598
7729
|
function parseTextChild(_this__u8e3s4, parent, parentNamespace, parentName, block) {
|
|
7599
7730
|
var tmp;
|
|
7600
7731
|
if (block === VOID) {
|
|
@@ -7731,7 +7862,7 @@
|
|
|
7731
7862
|
}
|
|
7732
7863
|
return tmp;
|
|
7733
7864
|
};
|
|
7734
|
-
protoOf(Companion_39).
|
|
7865
|
+
protoOf(Companion_39).k2y = function (_this__u8e3s4) {
|
|
7735
7866
|
var tmp;
|
|
7736
7867
|
try {
|
|
7737
7868
|
tmp = this.f2r(_this__u8e3s4);
|
|
@@ -7800,8 +7931,8 @@
|
|
|
7800
7931
|
return tmp0_elvis_lhs == null ? compareTo(_Version___get_version__impl__iv3bqm($this).i(), _Version___get_version__impl__iv3bqm(other).i()) : tmp0_elvis_lhs;
|
|
7801
7932
|
}
|
|
7802
7933
|
function Version__compareTo_impl_crux23_0($this, other) {
|
|
7803
|
-
var tmp = $this.
|
|
7804
|
-
return Version__compareTo_impl_crux23(tmp, other instanceof Version ? other.
|
|
7934
|
+
var tmp = $this.b3c_1;
|
|
7935
|
+
return Version__compareTo_impl_crux23(tmp, other instanceof Version ? other.b3c_1 : THROW_CCE());
|
|
7805
7936
|
}
|
|
7806
7937
|
function Version__toString_impl_cjmhtj($this) {
|
|
7807
7938
|
return joinToString(_Version___get_version__impl__iv3bqm($this), '.');
|
|
@@ -7812,37 +7943,37 @@
|
|
|
7812
7943
|
function Version__equals_impl_tebety($this, other) {
|
|
7813
7944
|
if (!(other instanceof Version))
|
|
7814
7945
|
return false;
|
|
7815
|
-
var tmp0_other_with_cast = other instanceof Version ? other.
|
|
7946
|
+
var tmp0_other_with_cast = other instanceof Version ? other.b3c_1 : THROW_CCE();
|
|
7816
7947
|
if (!equals($this, tmp0_other_with_cast))
|
|
7817
7948
|
return false;
|
|
7818
7949
|
return true;
|
|
7819
7950
|
}
|
|
7820
7951
|
function Version(version) {
|
|
7821
7952
|
Companion_getInstance_42();
|
|
7822
|
-
this.
|
|
7953
|
+
this.b3c_1 = version;
|
|
7823
7954
|
}
|
|
7824
|
-
protoOf(Version).
|
|
7825
|
-
return Version__compareTo_impl_crux23(this.
|
|
7955
|
+
protoOf(Version).c3c = function (other) {
|
|
7956
|
+
return Version__compareTo_impl_crux23(this.b3c_1, other);
|
|
7826
7957
|
};
|
|
7827
7958
|
protoOf(Version).a6 = function (other) {
|
|
7828
7959
|
return Version__compareTo_impl_crux23_0(this, other);
|
|
7829
7960
|
};
|
|
7830
7961
|
protoOf(Version).toString = function () {
|
|
7831
|
-
return Version__toString_impl_cjmhtj(this.
|
|
7962
|
+
return Version__toString_impl_cjmhtj(this.b3c_1);
|
|
7832
7963
|
};
|
|
7833
7964
|
protoOf(Version).hashCode = function () {
|
|
7834
|
-
return Version__hashCode_impl_yaseme(this.
|
|
7965
|
+
return Version__hashCode_impl_yaseme(this.b3c_1);
|
|
7835
7966
|
};
|
|
7836
7967
|
protoOf(Version).equals = function (other) {
|
|
7837
|
-
return Version__equals_impl_tebety(this.
|
|
7968
|
+
return Version__equals_impl_tebety(this.b3c_1, other);
|
|
7838
7969
|
};
|
|
7839
7970
|
var Provider_YOUTUBE_instance;
|
|
7840
7971
|
var Provider_UNKNOWN_instance;
|
|
7841
7972
|
function Companion_40() {
|
|
7842
7973
|
Companion_instance_40 = this;
|
|
7843
|
-
this.
|
|
7974
|
+
this.d3c_1 = Provider_UNKNOWN_getInstance();
|
|
7844
7975
|
}
|
|
7845
|
-
protoOf(Companion_40).
|
|
7976
|
+
protoOf(Companion_40).a36 = function (value) {
|
|
7846
7977
|
var tmp0_subject = value;
|
|
7847
7978
|
return tmp0_subject === 'youtube' ? Provider_YOUTUBE_getInstance() : null;
|
|
7848
7979
|
};
|
|
@@ -7864,10 +7995,10 @@
|
|
|
7864
7995
|
}
|
|
7865
7996
|
function Companion_41() {
|
|
7866
7997
|
Companion_instance_41 = this;
|
|
7867
|
-
this.
|
|
7868
|
-
this.
|
|
7869
|
-
this.
|
|
7870
|
-
this.
|
|
7998
|
+
this.e3c_1 = 'video';
|
|
7999
|
+
this.f3c_1 = new AspectRatio(16, 9);
|
|
8000
|
+
this.g3c_1 = Horizontal_CENTER_getInstance();
|
|
8001
|
+
this.h3c_1 = new Percent(1.0);
|
|
7871
8002
|
}
|
|
7872
8003
|
var Companion_instance_41;
|
|
7873
8004
|
function Companion_getInstance_44() {
|
|
@@ -7886,18 +8017,18 @@
|
|
|
7886
8017
|
Companion_getInstance_44();
|
|
7887
8018
|
parser.u2r(2, tmp, 'video');
|
|
7888
8019
|
var tmp_0 = $this;
|
|
7889
|
-
var tmp0_elvis_lhs = Companion_getInstance_43().
|
|
7890
|
-
tmp_0.
|
|
7891
|
-
$this.
|
|
8020
|
+
var tmp0_elvis_lhs = Companion_getInstance_43().a36(parser.o2t('provider'));
|
|
8021
|
+
tmp_0.q3c_1 = tmp0_elvis_lhs == null ? Companion_getInstance_43().d3c_1 : tmp0_elvis_lhs;
|
|
8022
|
+
$this.r3c_1 = parser.o2t('video-id');
|
|
7892
8023
|
var tmp_1 = $this;
|
|
7893
8024
|
var tmp1_elvis_lhs = Companion_getInstance_8().r2v(parser.o2t('aspect-ratio'));
|
|
7894
|
-
tmp_1.
|
|
8025
|
+
tmp_1.s3c_1 = tmp1_elvis_lhs == null ? Companion_getInstance_44().f3c_1 : tmp1_elvis_lhs;
|
|
7895
8026
|
var tmp_2 = $this;
|
|
7896
|
-
var tmp2_safe_receiver = Companion_getInstance_22().
|
|
7897
|
-
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
7898
|
-
tmp_2.
|
|
8027
|
+
var tmp2_safe_receiver = Companion_getInstance_22().z2w(parser.o2t('gravity'));
|
|
8028
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
8029
|
+
tmp_2.t3c_1 = tmp3_elvis_lhs == null ? Companion_getInstance_44().g3c_1 : tmp3_elvis_lhs;
|
|
7899
8030
|
var tmp_3 = $this;
|
|
7900
|
-
var tmp4_safe_receiver = Companion_getInstance_16().
|
|
8031
|
+
var tmp4_safe_receiver = Companion_getInstance_16().a2x(parser.o2t('width'));
|
|
7901
8032
|
var tmp_4;
|
|
7902
8033
|
if (tmp4_safe_receiver == null) {
|
|
7903
8034
|
tmp_4 = null;
|
|
@@ -7918,7 +8049,7 @@
|
|
|
7918
8049
|
tmp_4 = tmp$ret$1;
|
|
7919
8050
|
}
|
|
7920
8051
|
var tmp5_elvis_lhs = tmp_4;
|
|
7921
|
-
tmp_3.
|
|
8052
|
+
tmp_3.u3c_1 = tmp5_elvis_lhs == null ? Companion_getInstance_44().h3c_1 : tmp5_elvis_lhs;
|
|
7922
8053
|
skipTag(parser);
|
|
7923
8054
|
return $this;
|
|
7924
8055
|
}
|
|
@@ -7934,7 +8065,7 @@
|
|
|
7934
8065
|
return Provider_UNKNOWN_instance;
|
|
7935
8066
|
}
|
|
7936
8067
|
protoOf(Video).i2s = function () {
|
|
7937
|
-
return (protoOf(Content).i2s.call(this) ? true : this.
|
|
8068
|
+
return (protoOf(Content).i2s.call(this) ? true : this.q3c_1.equals(Provider_UNKNOWN_getInstance())) ? true : this.r3c_1 == null;
|
|
7938
8069
|
};
|
|
7939
8070
|
function Video() {
|
|
7940
8071
|
Companion_getInstance_44();
|
|
@@ -7988,12 +8119,12 @@
|
|
|
7988
8119
|
var tmp$ret$0;
|
|
7989
8120
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
7990
8121
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
7991
|
-
tmp_0.
|
|
8122
|
+
tmp_0.n3d_1 = tmp$ret$0;
|
|
7992
8123
|
var tmp_1 = $this;
|
|
7993
8124
|
var tmp$ret$1;
|
|
7994
8125
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
7995
8126
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
7996
|
-
tmp_1.
|
|
8127
|
+
tmp_1.o3d_1 = tmp$ret$1;
|
|
7997
8128
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
7998
8129
|
$l$loop_4: while (true) {
|
|
7999
8130
|
var tmp_2 = parser.h();
|
|
@@ -8013,7 +8144,7 @@
|
|
|
8013
8144
|
if (tmp1_subject === 'events') {
|
|
8014
8145
|
var tmp2_this = $this;
|
|
8015
8146
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8016
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8147
|
+
var tmp0_plusAssign = tmp2_this.n3d_1;
|
|
8017
8148
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
8018
8149
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8019
8150
|
}
|
|
@@ -8022,7 +8153,7 @@
|
|
|
8022
8153
|
if (tmp3_subject === 'content') {
|
|
8023
8154
|
var tmp4_this = $this;
|
|
8024
8155
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8025
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8156
|
+
var tmp3_plusAssign = tmp4_this.o3d_1;
|
|
8026
8157
|
var tmp$ret$10;
|
|
8027
8158
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8028
8159
|
var tmp$ret$9;
|
|
@@ -8116,13 +8247,13 @@
|
|
|
8116
8247
|
function LessonPage_init_$Create$(manifest, fileName, parser) {
|
|
8117
8248
|
return LessonPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(LessonPage)));
|
|
8118
8249
|
}
|
|
8119
|
-
protoOf(LessonPage).
|
|
8120
|
-
return this.
|
|
8250
|
+
protoOf(LessonPage).p3d = function () {
|
|
8251
|
+
return this.n3d_1;
|
|
8121
8252
|
};
|
|
8122
8253
|
protoOf(LessonPage).t2s = function () {
|
|
8123
|
-
return this.
|
|
8254
|
+
return this.o3d_1;
|
|
8124
8255
|
};
|
|
8125
|
-
protoOf(LessonPage).
|
|
8256
|
+
protoOf(LessonPage).q3d = function (type) {
|
|
8126
8257
|
return type.equals(Type_LESSON_getInstance());
|
|
8127
8258
|
};
|
|
8128
8259
|
function LessonPage() {
|
|
@@ -8135,9 +8266,9 @@
|
|
|
8135
8266
|
});
|
|
8136
8267
|
function Companion_42() {
|
|
8137
8268
|
Companion_instance_42 = this;
|
|
8138
|
-
this.
|
|
8139
|
-
this.
|
|
8140
|
-
this.
|
|
8269
|
+
this.q3e_1 = 'card';
|
|
8270
|
+
this.r3e_1 = 'id';
|
|
8271
|
+
this.s3e_1 = 'content';
|
|
8141
8272
|
}
|
|
8142
8273
|
var Companion_instance_42;
|
|
8143
8274
|
function Companion_getInstance_45() {
|
|
@@ -8148,27 +8279,27 @@
|
|
|
8148
8279
|
function Card_init_$Init$_0(page, parser, $this) {
|
|
8149
8280
|
BaseModel.call($this, page);
|
|
8150
8281
|
Card_0.call($this);
|
|
8151
|
-
$this.
|
|
8282
|
+
$this.u3e_1 = page;
|
|
8152
8283
|
Companion_getInstance_59();
|
|
8153
8284
|
var tmp = get_XMLNS_PAGE();
|
|
8154
8285
|
Companion_getInstance_45();
|
|
8155
8286
|
parser.u2r(2, tmp, 'card');
|
|
8156
8287
|
var tmp_0 = $this;
|
|
8157
8288
|
Companion_getInstance_45();
|
|
8158
|
-
tmp_0.
|
|
8289
|
+
tmp_0.v3e_1 = parser.o2t('id');
|
|
8159
8290
|
var tmp_1 = $this;
|
|
8160
8291
|
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
8161
|
-
tmp_1.
|
|
8292
|
+
tmp_1.w3e_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
8162
8293
|
var tmp_2 = $this;
|
|
8163
8294
|
var tmp$ret$0;
|
|
8164
8295
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8165
8296
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8166
|
-
tmp_2.
|
|
8297
|
+
tmp_2.x3e_1 = tmp$ret$0;
|
|
8167
8298
|
var tmp_3 = $this;
|
|
8168
8299
|
var tmp$ret$1;
|
|
8169
8300
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8170
8301
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8171
|
-
tmp_3.
|
|
8302
|
+
tmp_3.y3e_1 = tmp$ret$1;
|
|
8172
8303
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8173
8304
|
$l$loop_4: while (true) {
|
|
8174
8305
|
var tmp_4 = parser.h();
|
|
@@ -8188,7 +8319,7 @@
|
|
|
8188
8319
|
if (tmp1_subject === 'events') {
|
|
8189
8320
|
var tmp2_this = $this;
|
|
8190
8321
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8191
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8322
|
+
var tmp0_plusAssign = tmp2_this.x3e_1;
|
|
8192
8323
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
8193
8324
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8194
8325
|
}
|
|
@@ -8198,7 +8329,7 @@
|
|
|
8198
8329
|
if (tmp3_subject === 'content') {
|
|
8199
8330
|
var tmp4_this = $this;
|
|
8200
8331
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8201
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8332
|
+
var tmp3_plusAssign = tmp4_this.y3e_1;
|
|
8202
8333
|
var tmp$ret$10;
|
|
8203
8334
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8204
8335
|
var tmp$ret$9;
|
|
@@ -8294,7 +8425,7 @@
|
|
|
8294
8425
|
}
|
|
8295
8426
|
function Companion_43() {
|
|
8296
8427
|
Companion_instance_43 = this;
|
|
8297
|
-
this.
|
|
8428
|
+
this.z3e_1 = 'cardcollection';
|
|
8298
8429
|
}
|
|
8299
8430
|
var Companion_instance_43;
|
|
8300
8431
|
function Companion_getInstance_46() {
|
|
@@ -8311,17 +8442,17 @@
|
|
|
8311
8442
|
parser.u2r(2, tmp, 'page');
|
|
8312
8443
|
var tmp_0 = Companion_getInstance_48();
|
|
8313
8444
|
Companion_getInstance_46();
|
|
8314
|
-
tmp_0.
|
|
8445
|
+
tmp_0.a3f(parser, 'cardcollection');
|
|
8315
8446
|
var tmp_1 = $this;
|
|
8316
8447
|
var tmp$ret$0;
|
|
8317
8448
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8318
8449
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8319
|
-
tmp_1.
|
|
8450
|
+
tmp_1.t3f_1 = tmp$ret$0;
|
|
8320
8451
|
var tmp_2 = $this;
|
|
8321
8452
|
var tmp$ret$1;
|
|
8322
8453
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8323
8454
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8324
|
-
tmp_2.
|
|
8455
|
+
tmp_2.u3f_1 = tmp$ret$1;
|
|
8325
8456
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8326
8457
|
$l$loop_1: while (true) {
|
|
8327
8458
|
var tmp_3 = parser.h();
|
|
@@ -8341,7 +8472,7 @@
|
|
|
8341
8472
|
if (tmp1_subject === 'events') {
|
|
8342
8473
|
var tmp2_this = $this;
|
|
8343
8474
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8344
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8475
|
+
var tmp0_plusAssign = tmp2_this.t3f_1;
|
|
8345
8476
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
8346
8477
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8347
8478
|
}
|
|
@@ -8350,7 +8481,7 @@
|
|
|
8350
8481
|
if (tmp3_subject === 'cards') {
|
|
8351
8482
|
var tmp4_this = $this;
|
|
8352
8483
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8353
|
-
var tmp2_plusAssign = tmp4_this.
|
|
8484
|
+
var tmp2_plusAssign = tmp4_this.u3f_1;
|
|
8354
8485
|
var tmp3_plusAssign = parseCards($this, parser);
|
|
8355
8486
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
8356
8487
|
}
|
|
@@ -8412,7 +8543,7 @@
|
|
|
8412
8543
|
return tmp$ret$2;
|
|
8413
8544
|
}
|
|
8414
8545
|
protoOf(Card_0).t2s = function () {
|
|
8415
|
-
return this.
|
|
8546
|
+
return this.y3e_1;
|
|
8416
8547
|
};
|
|
8417
8548
|
protoOf(Card_0)._getAnalyticsEvents = function (type) {
|
|
8418
8549
|
var tmp0_subject = type;
|
|
@@ -8422,7 +8553,7 @@
|
|
|
8422
8553
|
case 1:
|
|
8423
8554
|
var tmp$ret$2;
|
|
8424
8555
|
// Inline function 'kotlin.collections.filter' call
|
|
8425
|
-
var tmp1_filter = this.
|
|
8556
|
+
var tmp1_filter = this.x3e_1;
|
|
8426
8557
|
var tmp$ret$1;
|
|
8427
8558
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8428
8559
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -8444,7 +8575,7 @@
|
|
|
8444
8575
|
case 2:
|
|
8445
8576
|
var tmp$ret$5;
|
|
8446
8577
|
// Inline function 'kotlin.collections.filter' call
|
|
8447
|
-
var tmp3_filter = this.
|
|
8578
|
+
var tmp3_filter = this.x3e_1;
|
|
8448
8579
|
var tmp$ret$4;
|
|
8449
8580
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8450
8581
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -8478,10 +8609,10 @@
|
|
|
8478
8609
|
defineProp(protoOf(Card_0), 'content', function () {
|
|
8479
8610
|
return this.b2t();
|
|
8480
8611
|
});
|
|
8481
|
-
protoOf(CardCollectionPage).
|
|
8482
|
-
return this.
|
|
8612
|
+
protoOf(CardCollectionPage).p3d = function () {
|
|
8613
|
+
return this.t3f_1;
|
|
8483
8614
|
};
|
|
8484
|
-
protoOf(CardCollectionPage).
|
|
8615
|
+
protoOf(CardCollectionPage).q3d = function (type) {
|
|
8485
8616
|
return type.equals(Type_CYOA_getInstance());
|
|
8486
8617
|
};
|
|
8487
8618
|
function CardCollectionPage() {
|
|
@@ -8517,7 +8648,7 @@
|
|
|
8517
8648
|
}
|
|
8518
8649
|
function Companion_44() {
|
|
8519
8650
|
Companion_instance_44 = this;
|
|
8520
|
-
this.
|
|
8651
|
+
this.v3f_1 = 'content';
|
|
8521
8652
|
}
|
|
8522
8653
|
var Companion_instance_44;
|
|
8523
8654
|
function Companion_getInstance_47() {
|
|
@@ -8534,17 +8665,17 @@
|
|
|
8534
8665
|
parser.u2r(2, tmp, 'page');
|
|
8535
8666
|
var tmp_0 = Companion_getInstance_48();
|
|
8536
8667
|
Companion_getInstance_47();
|
|
8537
|
-
tmp_0.
|
|
8668
|
+
tmp_0.a3f(parser, 'content');
|
|
8538
8669
|
var tmp_1 = $this;
|
|
8539
8670
|
var tmp$ret$0;
|
|
8540
8671
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8541
8672
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8542
|
-
tmp_1.
|
|
8673
|
+
tmp_1.o3g_1 = tmp$ret$0;
|
|
8543
8674
|
var tmp_2 = $this;
|
|
8544
8675
|
var tmp$ret$1;
|
|
8545
8676
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8546
8677
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8547
|
-
tmp_2.
|
|
8678
|
+
tmp_2.p3g_1 = tmp$ret$1;
|
|
8548
8679
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8549
8680
|
$l$loop_4: while (true) {
|
|
8550
8681
|
var tmp_3 = parser.h();
|
|
@@ -8564,7 +8695,7 @@
|
|
|
8564
8695
|
if (tmp1_subject === 'events') {
|
|
8565
8696
|
var tmp2_this = $this;
|
|
8566
8697
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8567
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8698
|
+
var tmp0_plusAssign = tmp2_this.o3g_1;
|
|
8568
8699
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
8569
8700
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8570
8701
|
}
|
|
@@ -8573,7 +8704,7 @@
|
|
|
8573
8704
|
if (tmp3_subject === 'content') {
|
|
8574
8705
|
var tmp4_this = $this;
|
|
8575
8706
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8576
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8707
|
+
var tmp3_plusAssign = tmp4_this.p3g_1;
|
|
8577
8708
|
var tmp$ret$10;
|
|
8578
8709
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8579
8710
|
var tmp$ret$9;
|
|
@@ -8667,13 +8798,13 @@
|
|
|
8667
8798
|
function ContentPage_init_$Create$(manifest, fileName, parser) {
|
|
8668
8799
|
return ContentPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(ContentPage)));
|
|
8669
8800
|
}
|
|
8670
|
-
protoOf(ContentPage).
|
|
8671
|
-
return this.
|
|
8801
|
+
protoOf(ContentPage).p3d = function () {
|
|
8802
|
+
return this.o3g_1;
|
|
8672
8803
|
};
|
|
8673
8804
|
protoOf(ContentPage).t2s = function () {
|
|
8674
|
-
return this.
|
|
8805
|
+
return this.p3g_1;
|
|
8675
8806
|
};
|
|
8676
|
-
protoOf(ContentPage).
|
|
8807
|
+
protoOf(ContentPage).q3d = function (type) {
|
|
8677
8808
|
return type.equals(Type_CYOA_getInstance());
|
|
8678
8809
|
};
|
|
8679
8810
|
function ContentPage() {
|
|
@@ -8687,16 +8818,16 @@
|
|
|
8687
8818
|
});
|
|
8688
8819
|
function Companion_45() {
|
|
8689
8820
|
Companion_instance_45 = this;
|
|
8690
|
-
this.
|
|
8821
|
+
this.f33_1 = 'page';
|
|
8691
8822
|
var tmp = this;
|
|
8692
8823
|
var tmp$ret$0;
|
|
8693
8824
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.color' call
|
|
8694
8825
|
tmp$ret$0 = toPlatformColor(Companion_getInstance_0().k2j(0 / 255.0, 0 / 255.0, 0 / 255.0, 0.0));
|
|
8695
|
-
tmp.
|
|
8696
|
-
this.
|
|
8697
|
-
this.
|
|
8826
|
+
tmp.g33_1 = tmp$ret$0;
|
|
8827
|
+
this.h33_1 = Companion_getInstance_22().CENTER;
|
|
8828
|
+
this.i33_1 = ImageScaleType_FILL_X_getInstance();
|
|
8698
8829
|
}
|
|
8699
|
-
protoOf(Companion_45).
|
|
8830
|
+
protoOf(Companion_45).j33 = function (manifest, fileName, parser) {
|
|
8700
8831
|
Companion_getInstance_59();
|
|
8701
8832
|
parser.u2r(2, null, 'page');
|
|
8702
8833
|
var tmp0_subject = parser.w2r();
|
|
@@ -8738,7 +8869,7 @@
|
|
|
8738
8869
|
var tmp_2;
|
|
8739
8870
|
var tmp$ret$0;
|
|
8740
8871
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.page.Companion.parse.<anonymous>' call
|
|
8741
|
-
tmp$ret$0 = tmp1_safe_receiver.
|
|
8872
|
+
tmp$ret$0 = tmp1_safe_receiver.q3d(manifest.type);
|
|
8742
8873
|
if (tmp$ret$0) {
|
|
8743
8874
|
tmp_2 = tmp1_safe_receiver;
|
|
8744
8875
|
} else {
|
|
@@ -8749,7 +8880,7 @@
|
|
|
8749
8880
|
}
|
|
8750
8881
|
return tmp_1;
|
|
8751
8882
|
};
|
|
8752
|
-
protoOf(Companion_45).
|
|
8883
|
+
protoOf(Companion_45).a3f = function (_this__u8e3s4, type) {
|
|
8753
8884
|
var actual = _this__u8e3s4.n2v(get_XMLNS_XSI(), 'type');
|
|
8754
8885
|
if (!(type === actual))
|
|
8755
8886
|
throw new XmlPullParserException('expected ' + type + ' not ' + actual);
|
|
@@ -8766,9 +8897,9 @@
|
|
|
8766
8897
|
Companion_getInstance_59();
|
|
8767
8898
|
Companion_getInstance_48();
|
|
8768
8899
|
parser.u2r(2, null, 'page');
|
|
8769
|
-
$this.
|
|
8770
|
-
$this.
|
|
8771
|
-
$this.
|
|
8900
|
+
$this.u3d_1 = parser.o2t('id');
|
|
8901
|
+
$this.v3d_1 = fileName;
|
|
8902
|
+
$this.w3d_1 = parser.n2v(get_XMLNS_CYOA(), 'parent');
|
|
8772
8903
|
var tmp = $this;
|
|
8773
8904
|
var tmp0_safe_receiver = parser.o2t('hidden');
|
|
8774
8905
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
@@ -8787,44 +8918,44 @@
|
|
|
8787
8918
|
tmp_1.dismissListeners = toSet_0(tmp$ret$1);
|
|
8788
8919
|
var tmp_2 = $this;
|
|
8789
8920
|
var tmp2_safe_receiver = parser.o2t(get_XML_PRIMARY_COLOR());
|
|
8790
|
-
tmp_2.
|
|
8921
|
+
tmp_2.x3d_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
8791
8922
|
var tmp_3 = $this;
|
|
8792
8923
|
var tmp3_safe_receiver = parser.o2t(get_XML_PRIMARY_TEXT_COLOR());
|
|
8793
|
-
tmp_3.
|
|
8924
|
+
tmp_3.y3d_1 = tmp3_safe_receiver == null ? null : toColorOrNull(tmp3_safe_receiver);
|
|
8794
8925
|
var tmp_4 = $this;
|
|
8795
8926
|
var tmp4_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
8796
8927
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toColorOrNull(tmp4_safe_receiver);
|
|
8797
|
-
tmp_4.
|
|
8798
|
-
$this.
|
|
8928
|
+
tmp_4.z3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().g33_1 : tmp5_elvis_lhs;
|
|
8929
|
+
$this.a3e_1 = parser.o2t(get_XML_BACKGROUND_IMAGE());
|
|
8799
8930
|
var tmp_5 = $this;
|
|
8800
8931
|
var tmp6_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
8801
|
-
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().
|
|
8802
|
-
tmp_5.
|
|
8932
|
+
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().z2w(tmp6_safe_receiver);
|
|
8933
|
+
tmp_5.b3e_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().h33_1 : tmp7_elvis_lhs;
|
|
8803
8934
|
var tmp_6 = $this;
|
|
8804
8935
|
var tmp8_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
8805
|
-
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().
|
|
8806
|
-
tmp_6.
|
|
8936
|
+
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().k31(tmp8_safe_receiver);
|
|
8937
|
+
tmp_6.c3e_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().i33_1 : tmp9_elvis_lhs;
|
|
8807
8938
|
var tmp_7 = $this;
|
|
8808
8939
|
var tmp10_safe_receiver = parser.o2t(get_XML_CONTROL_COLOR());
|
|
8809
|
-
tmp_7.
|
|
8940
|
+
tmp_7.d3e_1 = tmp10_safe_receiver == null ? null : toColorOrNull(tmp10_safe_receiver);
|
|
8810
8941
|
var tmp_8 = $this;
|
|
8811
8942
|
var tmp_9 = get_XMLNS_CONTENT();
|
|
8812
8943
|
Companion_getInstance_12();
|
|
8813
8944
|
var tmp11_safe_receiver = parser.n2v(tmp_9, 'card-background-color');
|
|
8814
|
-
tmp_8.
|
|
8945
|
+
tmp_8.e3e_1 = tmp11_safe_receiver == null ? null : toColorOrNull(tmp11_safe_receiver);
|
|
8815
8946
|
var tmp_10 = $this;
|
|
8816
8947
|
var tmp_11 = get_XMLNS_CONTENT();
|
|
8817
8948
|
Companion_getInstance_32();
|
|
8818
8949
|
var tmp12_safe_receiver = parser.n2v(tmp_11, 'multiselect-option-background-color');
|
|
8819
|
-
tmp_10.
|
|
8950
|
+
tmp_10.f3e_1 = tmp12_safe_receiver == null ? null : toColorOrNull(tmp12_safe_receiver);
|
|
8820
8951
|
var tmp_12 = $this;
|
|
8821
8952
|
var tmp_13 = get_XMLNS_CONTENT();
|
|
8822
8953
|
Companion_getInstance_32();
|
|
8823
8954
|
var tmp13_safe_receiver = parser.n2v(tmp_13, 'multiselect-option-selected-color');
|
|
8824
|
-
tmp_12.
|
|
8955
|
+
tmp_12.g3e_1 = tmp13_safe_receiver == null ? null : toColorOrNull(tmp13_safe_receiver);
|
|
8825
8956
|
var tmp_14 = $this;
|
|
8826
8957
|
var tmp14_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
8827
|
-
tmp_14.
|
|
8958
|
+
tmp_14.h3e_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
8828
8959
|
var tmp_15 = $this;
|
|
8829
8960
|
var tmp15_safe_receiver = parser.o2t(get_XML_TEXT_SCALE());
|
|
8830
8961
|
var tmp16_elvis_lhs = tmp15_safe_receiver == null ? null : toDoubleOrNull(tmp15_safe_receiver);
|
|
@@ -8835,7 +8966,7 @@
|
|
|
8835
8966
|
} else {
|
|
8836
8967
|
tmp_16 = tmp16_elvis_lhs;
|
|
8837
8968
|
}
|
|
8838
|
-
tmp_15.
|
|
8969
|
+
tmp_15.i3e_1 = tmp_16;
|
|
8839
8970
|
return $this;
|
|
8840
8971
|
}
|
|
8841
8972
|
function Page_init_$Init$_0(manifest, id, fileName, parentPage, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, controlColor, cardBackgroundColor, textColor, textScale, $this) {
|
|
@@ -8844,10 +8975,10 @@
|
|
|
8844
8975
|
fileName = fileName === VOID ? null : fileName;
|
|
8845
8976
|
parentPage = parentPage === VOID ? null : parentPage;
|
|
8846
8977
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
8847
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
8978
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().g33_1 : backgroundColor;
|
|
8848
8979
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
8849
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
8850
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
8980
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().h33_1 : backgroundImageGravity;
|
|
8981
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().i33_1 : backgroundImageScaleType;
|
|
8851
8982
|
controlColor = controlColor === VOID ? null : controlColor;
|
|
8852
8983
|
cardBackgroundColor = cardBackgroundColor === VOID ? null : cardBackgroundColor;
|
|
8853
8984
|
textColor = textColor === VOID ? null : textColor;
|
|
@@ -8861,30 +8992,30 @@
|
|
|
8861
8992
|
textScale = tmp;
|
|
8862
8993
|
BaseModel.call($this, manifest);
|
|
8863
8994
|
Page.call($this);
|
|
8864
|
-
$this.
|
|
8865
|
-
$this.
|
|
8866
|
-
$this.
|
|
8995
|
+
$this.u3d_1 = id;
|
|
8996
|
+
$this.v3d_1 = fileName;
|
|
8997
|
+
$this.w3d_1 = parentPage;
|
|
8867
8998
|
$this.isHidden = false;
|
|
8868
8999
|
$this.listeners = emptySet();
|
|
8869
9000
|
$this.dismissListeners = emptySet();
|
|
8870
|
-
$this.
|
|
8871
|
-
$this.
|
|
8872
|
-
$this.
|
|
8873
|
-
$this.
|
|
8874
|
-
$this.
|
|
8875
|
-
$this.
|
|
8876
|
-
$this.
|
|
8877
|
-
$this.
|
|
8878
|
-
$this.
|
|
8879
|
-
$this.
|
|
8880
|
-
$this.
|
|
8881
|
-
$this.
|
|
9001
|
+
$this.x3d_1 = primaryColor;
|
|
9002
|
+
$this.y3d_1 = null;
|
|
9003
|
+
$this.z3d_1 = backgroundColor;
|
|
9004
|
+
$this.a3e_1 = backgroundImage;
|
|
9005
|
+
$this.b3e_1 = backgroundImageGravity;
|
|
9006
|
+
$this.c3e_1 = backgroundImageScaleType;
|
|
9007
|
+
$this.d3e_1 = controlColor;
|
|
9008
|
+
$this.e3e_1 = cardBackgroundColor;
|
|
9009
|
+
$this.f3e_1 = null;
|
|
9010
|
+
$this.g3e_1 = null;
|
|
9011
|
+
$this.h3e_1 = textColor;
|
|
9012
|
+
$this.i3e_1 = textScale;
|
|
8882
9013
|
return $this;
|
|
8883
9014
|
}
|
|
8884
9015
|
function Page$id$delegate$lambda(this$0) {
|
|
8885
9016
|
return function () {
|
|
8886
|
-
var tmp0_elvis_lhs = this$0.
|
|
8887
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.
|
|
9017
|
+
var tmp0_elvis_lhs = this$0.u3d_1;
|
|
9018
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.v3d_1 : tmp0_elvis_lhs;
|
|
8888
9019
|
return tmp1_elvis_lhs == null ? '' + this$0.a2p().code + '-' + this$0.position : tmp1_elvis_lhs;
|
|
8889
9020
|
};
|
|
8890
9021
|
}
|
|
@@ -8897,76 +9028,76 @@
|
|
|
8897
9028
|
var tmp$ret$0;
|
|
8898
9029
|
// Inline function 'kotlin.getValue' call
|
|
8899
9030
|
var tmp0_getValue = id$factory();
|
|
8900
|
-
tmp$ret$0 = this.
|
|
9031
|
+
tmp$ret$0 = this.s3d_1.o1();
|
|
8901
9032
|
return tmp$ret$0;
|
|
8902
9033
|
};
|
|
8903
|
-
protoOf(Page).
|
|
9034
|
+
protoOf(Page).j3e = function () {
|
|
8904
9035
|
var tmp$ret$0;
|
|
8905
9036
|
// Inline function 'kotlin.getValue' call
|
|
8906
9037
|
var tmp0_getValue = position$factory();
|
|
8907
|
-
tmp$ret$0 = this.
|
|
9038
|
+
tmp$ret$0 = this.t3d_1.o1();
|
|
8908
9039
|
return tmp$ret$0;
|
|
8909
9040
|
};
|
|
8910
|
-
protoOf(Page).
|
|
8911
|
-
return this.
|
|
9041
|
+
protoOf(Page).k3e = function () {
|
|
9042
|
+
return this.v3d_1;
|
|
8912
9043
|
};
|
|
8913
|
-
protoOf(Page).
|
|
8914
|
-
return this.a2p().findPage(this.
|
|
9044
|
+
protoOf(Page).l3e = function () {
|
|
9045
|
+
return this.a2p().findPage(this.w3d_1);
|
|
8915
9046
|
};
|
|
8916
|
-
protoOf(Page).
|
|
9047
|
+
protoOf(Page).m3e = function () {
|
|
8917
9048
|
return this.isHidden;
|
|
8918
9049
|
};
|
|
8919
|
-
protoOf(Page).
|
|
9050
|
+
protoOf(Page).n3e = function () {
|
|
8920
9051
|
return this.listeners;
|
|
8921
9052
|
};
|
|
8922
|
-
protoOf(Page).
|
|
9053
|
+
protoOf(Page).q36 = function () {
|
|
8923
9054
|
return this.dismissListeners;
|
|
8924
9055
|
};
|
|
8925
|
-
protoOf(Page).
|
|
8926
|
-
var tmp0_elvis_lhs = this.
|
|
9056
|
+
protoOf(Page).a2y = function () {
|
|
9057
|
+
var tmp0_elvis_lhs = this.x3d_1;
|
|
8927
9058
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
8928
9059
|
};
|
|
8929
|
-
protoOf(Page).
|
|
8930
|
-
var tmp0_elvis_lhs = this.
|
|
9060
|
+
protoOf(Page).b2y = function () {
|
|
9061
|
+
var tmp0_elvis_lhs = this.y3d_1;
|
|
8931
9062
|
return tmp0_elvis_lhs == null ? get_primaryTextColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
8932
9063
|
};
|
|
8933
|
-
protoOf(Page).
|
|
8934
|
-
return this.
|
|
9064
|
+
protoOf(Page).t36 = function () {
|
|
9065
|
+
return this.z3d_1;
|
|
8935
9066
|
};
|
|
8936
|
-
protoOf(Page).
|
|
8937
|
-
return this.
|
|
9067
|
+
protoOf(Page).o3e = function () {
|
|
9068
|
+
return this.a3e_1;
|
|
8938
9069
|
};
|
|
8939
|
-
protoOf(Page).
|
|
8940
|
-
return getResource(this, this.
|
|
9070
|
+
protoOf(Page).u36 = function () {
|
|
9071
|
+
return getResource(this, this.a3e_1);
|
|
8941
9072
|
};
|
|
8942
|
-
protoOf(Page).
|
|
8943
|
-
return this.
|
|
9073
|
+
protoOf(Page).v36 = function () {
|
|
9074
|
+
return this.b3e_1;
|
|
8944
9075
|
};
|
|
8945
|
-
protoOf(Page).
|
|
8946
|
-
return this.
|
|
9076
|
+
protoOf(Page).w36 = function () {
|
|
9077
|
+
return this.c3e_1;
|
|
8947
9078
|
};
|
|
8948
|
-
protoOf(Page).
|
|
8949
|
-
var tmp0_elvis_lhs = this.
|
|
9079
|
+
protoOf(Page).p3e = function () {
|
|
9080
|
+
var tmp0_elvis_lhs = this.d3e_1;
|
|
8950
9081
|
return tmp0_elvis_lhs == null ? this.a2p().b2u_1 : tmp0_elvis_lhs;
|
|
8951
9082
|
};
|
|
8952
|
-
protoOf(Page).
|
|
8953
|
-
var tmp0_elvis_lhs = this.
|
|
8954
|
-
return tmp0_elvis_lhs == null ? this.a2p().
|
|
9083
|
+
protoOf(Page).d2y = function () {
|
|
9084
|
+
var tmp0_elvis_lhs = this.e3e_1;
|
|
9085
|
+
return tmp0_elvis_lhs == null ? this.a2p().d2y() : tmp0_elvis_lhs;
|
|
8955
9086
|
};
|
|
8956
|
-
protoOf(Page).
|
|
8957
|
-
var tmp0_elvis_lhs = this.
|
|
9087
|
+
protoOf(Page).e2y = function () {
|
|
9088
|
+
var tmp0_elvis_lhs = this.f3e_1;
|
|
8958
9089
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
8959
9090
|
};
|
|
8960
|
-
protoOf(Page).
|
|
8961
|
-
var tmp0_elvis_lhs = this.
|
|
9091
|
+
protoOf(Page).f2y = function () {
|
|
9092
|
+
var tmp0_elvis_lhs = this.g3e_1;
|
|
8962
9093
|
return tmp0_elvis_lhs == null ? get_multiselectOptionSelectedColor.call(this) : tmp0_elvis_lhs;
|
|
8963
9094
|
};
|
|
8964
|
-
protoOf(Page).
|
|
8965
|
-
var tmp0_elvis_lhs = this.
|
|
9095
|
+
protoOf(Page).y2x = function () {
|
|
9096
|
+
var tmp0_elvis_lhs = this.h3e_1;
|
|
8966
9097
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
8967
9098
|
};
|
|
8968
|
-
protoOf(Page).
|
|
8969
|
-
return this.
|
|
9099
|
+
protoOf(Page).g2y = function () {
|
|
9100
|
+
return this.i3e_1 * get_textScale_0(this.a2t());
|
|
8970
9101
|
};
|
|
8971
9102
|
protoOf(Page)._getAnalyticsEvents = function (type) {
|
|
8972
9103
|
var tmp0_subject = type;
|
|
@@ -8976,7 +9107,7 @@
|
|
|
8976
9107
|
case 1:
|
|
8977
9108
|
var tmp$ret$2;
|
|
8978
9109
|
// Inline function 'kotlin.collections.filter' call
|
|
8979
|
-
var tmp1_filter = this.
|
|
9110
|
+
var tmp1_filter = this.p3d();
|
|
8980
9111
|
var tmp$ret$1;
|
|
8981
9112
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8982
9113
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -8998,7 +9129,7 @@
|
|
|
8998
9129
|
case 2:
|
|
8999
9130
|
var tmp$ret$5;
|
|
9000
9131
|
// Inline function 'kotlin.collections.filter' call
|
|
9001
|
-
var tmp3_filter = this.
|
|
9132
|
+
var tmp3_filter = this.p3d();
|
|
9002
9133
|
var tmp$ret$4;
|
|
9003
9134
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9004
9135
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -9026,14 +9157,14 @@
|
|
|
9026
9157
|
function Page() {
|
|
9027
9158
|
Companion_getInstance_48();
|
|
9028
9159
|
var tmp = this;
|
|
9029
|
-
tmp.
|
|
9160
|
+
tmp.s3d_1 = lazy(Page$id$delegate$lambda(this));
|
|
9030
9161
|
var tmp_0 = this;
|
|
9031
|
-
tmp_0.
|
|
9162
|
+
tmp_0.t3d_1 = lazy(Page$position$delegate$lambda(this));
|
|
9032
9163
|
}
|
|
9033
9164
|
defineProp(protoOf(Page), 'id', protoOf(Page).q2u);
|
|
9034
|
-
defineProp(protoOf(Page), 'position', protoOf(Page).
|
|
9035
|
-
defineProp(protoOf(Page), 'parentPage', protoOf(Page).
|
|
9036
|
-
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).
|
|
9165
|
+
defineProp(protoOf(Page), 'position', protoOf(Page).j3e);
|
|
9166
|
+
defineProp(protoOf(Page), 'parentPage', protoOf(Page).l3e);
|
|
9167
|
+
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).u36);
|
|
9037
9168
|
function id$factory() {
|
|
9038
9169
|
return getPropertyCallableRef('id', 1, KProperty1, function (receiver) {
|
|
9039
9170
|
return receiver.id;
|
|
@@ -9050,9 +9181,9 @@
|
|
|
9050
9181
|
var XMLNS_SHAREABLE;
|
|
9051
9182
|
function Companion_46() {
|
|
9052
9183
|
Companion_instance_46 = this;
|
|
9053
|
-
this.
|
|
9184
|
+
this.c36_1 = 'items';
|
|
9054
9185
|
}
|
|
9055
|
-
protoOf(Companion_46).
|
|
9186
|
+
protoOf(Companion_46).d36 = function (_this__u8e3s4, manifest) {
|
|
9056
9187
|
var tmp$ret$4;
|
|
9057
9188
|
// Inline function 'kotlin.collections.buildList' call
|
|
9058
9189
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -9081,7 +9212,7 @@
|
|
|
9081
9212
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.shareable.Companion.parseShareableItems.<anonymous>.<anonymous>' call
|
|
9082
9213
|
var tmp0_subject = _this__u8e3s4.w2r();
|
|
9083
9214
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
9084
|
-
var tmp1_safe_receiver = Companion_getInstance_49().
|
|
9215
|
+
var tmp1_safe_receiver = Companion_getInstance_49().q3g(manifest, _this__u8e3s4);
|
|
9085
9216
|
if (tmp1_safe_receiver == null)
|
|
9086
9217
|
null;
|
|
9087
9218
|
else {
|
|
@@ -9105,9 +9236,9 @@
|
|
|
9105
9236
|
tmp$ret$4 = tmp$ret$3;
|
|
9106
9237
|
return tmp$ret$4;
|
|
9107
9238
|
};
|
|
9108
|
-
protoOf(Companion_46).
|
|
9239
|
+
protoOf(Companion_46).q3g = function (manifest, parser) {
|
|
9109
9240
|
Companion_getInstance_59();
|
|
9110
|
-
parser.
|
|
9241
|
+
parser.r3g(2, get_XMLNS_SHAREABLE());
|
|
9111
9242
|
var tmp0_subject = parser.w2r();
|
|
9112
9243
|
var tmp;
|
|
9113
9244
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
@@ -9135,23 +9266,23 @@
|
|
|
9135
9266
|
BaseModel.call($this, parent);
|
|
9136
9267
|
Shareable.call($this);
|
|
9137
9268
|
Companion_getInstance_59();
|
|
9138
|
-
parser.
|
|
9139
|
-
$this.
|
|
9269
|
+
parser.r3g(2, get_XMLNS_SHAREABLE());
|
|
9270
|
+
$this.i36_1 = parser.o2t('id');
|
|
9140
9271
|
var tmp = $this;
|
|
9141
9272
|
var tmp0_safe_receiver = parser.o2t('order');
|
|
9142
9273
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
9143
|
-
tmp.
|
|
9274
|
+
tmp.j36_1 = tmp1_elvis_lhs == null ? 2147483647 : tmp1_elvis_lhs;
|
|
9144
9275
|
return $this;
|
|
9145
9276
|
}
|
|
9146
9277
|
protoOf(Shareable).q2u = function () {
|
|
9147
|
-
return this.
|
|
9278
|
+
return this.i36_1;
|
|
9148
9279
|
};
|
|
9149
9280
|
function Shareable() {
|
|
9150
9281
|
Companion_getInstance_49();
|
|
9151
9282
|
}
|
|
9152
9283
|
function Companion_47() {
|
|
9153
9284
|
Companion_instance_47 = this;
|
|
9154
|
-
this.
|
|
9285
|
+
this.s3g_1 = 'image';
|
|
9155
9286
|
}
|
|
9156
9287
|
var Companion_instance_47;
|
|
9157
9288
|
function Companion_getInstance_50() {
|
|
@@ -9166,7 +9297,7 @@
|
|
|
9166
9297
|
var tmp = get_XMLNS_SHAREABLE();
|
|
9167
9298
|
Companion_getInstance_50();
|
|
9168
9299
|
parser.u2r(2, tmp, 'image');
|
|
9169
|
-
$this.
|
|
9300
|
+
$this.w3g_1 = parser.o2t('resource');
|
|
9170
9301
|
var description = null;
|
|
9171
9302
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
9172
9303
|
$l$loop_1: while (true) {
|
|
@@ -9192,7 +9323,7 @@
|
|
|
9192
9323
|
continue $l$loop_1;
|
|
9193
9324
|
skipTag(parser);
|
|
9194
9325
|
}
|
|
9195
|
-
$this.
|
|
9326
|
+
$this.x3g_1 = description;
|
|
9196
9327
|
return $this;
|
|
9197
9328
|
}
|
|
9198
9329
|
function ShareableImage_init_$Create$(manifest, parser) {
|
|
@@ -9200,7 +9331,7 @@
|
|
|
9200
9331
|
}
|
|
9201
9332
|
protoOf(ShareableImage).q2u = function () {
|
|
9202
9333
|
var tmp0_elvis_lhs = protoOf(Shareable).q2u.call(this);
|
|
9203
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9334
|
+
return tmp0_elvis_lhs == null ? this.w3g_1 : tmp0_elvis_lhs;
|
|
9204
9335
|
};
|
|
9205
9336
|
function ShareableImage() {
|
|
9206
9337
|
Companion_getInstance_50();
|
|
@@ -9211,7 +9342,7 @@
|
|
|
9211
9342
|
var XMLNS_TRAINING;
|
|
9212
9343
|
function Companion_48() {
|
|
9213
9344
|
Companion_instance_48 = this;
|
|
9214
|
-
this.
|
|
9345
|
+
this.y3g_1 = 'tip';
|
|
9215
9346
|
}
|
|
9216
9347
|
var Companion_instance_48;
|
|
9217
9348
|
function Companion_getInstance_51() {
|
|
@@ -9226,18 +9357,18 @@
|
|
|
9226
9357
|
var tmp = get_XMLNS_TRAINING();
|
|
9227
9358
|
Companion_getInstance_51();
|
|
9228
9359
|
parser.u2r(2, tmp, 'tip');
|
|
9229
|
-
$this.
|
|
9360
|
+
$this.h3h_1 = parser.n2v(null, 'id');
|
|
9230
9361
|
skipTag(parser);
|
|
9231
9362
|
return $this;
|
|
9232
9363
|
}
|
|
9233
9364
|
function InlineTip_init_$Create$(parent, parser) {
|
|
9234
9365
|
return InlineTip_init_$Init$(parent, parser, objectCreate(protoOf(InlineTip)));
|
|
9235
9366
|
}
|
|
9236
|
-
protoOf(InlineTip).
|
|
9237
|
-
return this.a2p().
|
|
9367
|
+
protoOf(InlineTip).i3h = function () {
|
|
9368
|
+
return this.a2p().w37(this.h3h_1);
|
|
9238
9369
|
};
|
|
9239
9370
|
protoOf(InlineTip).c2t = function () {
|
|
9240
|
-
return listOfNotNull(this.
|
|
9371
|
+
return listOfNotNull(this.i3h());
|
|
9241
9372
|
};
|
|
9242
9373
|
function InlineTip() {
|
|
9243
9374
|
Companion_getInstance_51();
|
|
@@ -9249,9 +9380,9 @@
|
|
|
9249
9380
|
var Type_QUOTE_instance;
|
|
9250
9381
|
function Companion_49() {
|
|
9251
9382
|
Companion_instance_49 = this;
|
|
9252
|
-
this.
|
|
9383
|
+
this.j3h_1 = Type_TIP_getInstance();
|
|
9253
9384
|
}
|
|
9254
|
-
protoOf(Companion_49).
|
|
9385
|
+
protoOf(Companion_49).m31 = function (_this__u8e3s4) {
|
|
9255
9386
|
var tmp0_subject = _this__u8e3s4;
|
|
9256
9387
|
switch (tmp0_subject) {
|
|
9257
9388
|
case 'tip':
|
|
@@ -9292,11 +9423,11 @@
|
|
|
9292
9423
|
Tip.call($this);
|
|
9293
9424
|
Companion_getInstance_59();
|
|
9294
9425
|
parser.u2r(2, get_XMLNS_TRAINING(), 'tip');
|
|
9295
|
-
$this.
|
|
9426
|
+
$this.v34_1 = id;
|
|
9296
9427
|
var tmp = $this;
|
|
9297
9428
|
var tmp0_safe_receiver = parser.n2v(null, 'type');
|
|
9298
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().
|
|
9299
|
-
tmp.
|
|
9429
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().m31(tmp0_safe_receiver);
|
|
9430
|
+
tmp.w34_1 = tmp1_elvis_lhs == null ? Companion_getInstance_52().j3h_1 : tmp1_elvis_lhs;
|
|
9300
9431
|
var tmp_0 = $this;
|
|
9301
9432
|
var tmp$ret$2;
|
|
9302
9433
|
// Inline function 'kotlin.collections.buildList' call
|
|
@@ -9336,7 +9467,7 @@
|
|
|
9336
9467
|
tmp$ret$0 = tmp0_apply;
|
|
9337
9468
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
9338
9469
|
tmp$ret$2 = tmp$ret$1;
|
|
9339
|
-
tmp_0.
|
|
9470
|
+
tmp_0.x34_1 = tmp$ret$2;
|
|
9340
9471
|
return $this;
|
|
9341
9472
|
}
|
|
9342
9473
|
function Tip_init_$Create$(manifest, id, parser) {
|
|
@@ -9409,20 +9540,20 @@
|
|
|
9409
9540
|
Type_initEntries_2();
|
|
9410
9541
|
return Type_QUOTE_instance;
|
|
9411
9542
|
}
|
|
9412
|
-
protoOf(Tip).
|
|
9543
|
+
protoOf(Tip).a2y = function () {
|
|
9413
9544
|
return Companion_getInstance_29().c2q_1;
|
|
9414
9545
|
};
|
|
9415
|
-
protoOf(Tip).
|
|
9546
|
+
protoOf(Tip).b2y = function () {
|
|
9416
9547
|
return Companion_getInstance_29().d2q_1;
|
|
9417
9548
|
};
|
|
9418
|
-
protoOf(Tip).
|
|
9549
|
+
protoOf(Tip).y2x = function () {
|
|
9419
9550
|
return Companion_getInstance_29().i2q_1;
|
|
9420
9551
|
};
|
|
9421
9552
|
function Tip() {
|
|
9422
9553
|
}
|
|
9423
9554
|
function Companion_50() {
|
|
9424
9555
|
Companion_instance_50 = this;
|
|
9425
|
-
this.
|
|
9556
|
+
this.k3h_1 = 'page';
|
|
9426
9557
|
}
|
|
9427
9558
|
var Companion_instance_50;
|
|
9428
9559
|
function Companion_getInstance_53() {
|
|
@@ -9437,8 +9568,8 @@
|
|
|
9437
9568
|
var tmp = get_XMLNS_TRAINING();
|
|
9438
9569
|
Companion_getInstance_53();
|
|
9439
9570
|
parser.u2r(2, tmp, 'page');
|
|
9440
|
-
$this.
|
|
9441
|
-
$this.
|
|
9571
|
+
$this.m3h_1 = tip;
|
|
9572
|
+
$this.n3h_1 = position;
|
|
9442
9573
|
var tmp_0 = $this;
|
|
9443
9574
|
var tmp$ret$8;
|
|
9444
9575
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -9518,14 +9649,14 @@
|
|
|
9518
9649
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
9519
9650
|
tmp$ret$7 = tmp$ret$6;
|
|
9520
9651
|
tmp$ret$8 = tmp$ret$7;
|
|
9521
|
-
tmp_0.
|
|
9652
|
+
tmp_0.o3h_1 = tmp$ret$8;
|
|
9522
9653
|
return $this;
|
|
9523
9654
|
}
|
|
9524
9655
|
function TipPage_init_$Create$(tip, position, parser) {
|
|
9525
9656
|
return TipPage_init_$Init$(tip, position, parser, objectCreate(protoOf(TipPage)));
|
|
9526
9657
|
}
|
|
9527
9658
|
protoOf(TipPage).t2s = function () {
|
|
9528
|
-
return this.
|
|
9659
|
+
return this.o3h_1;
|
|
9529
9660
|
};
|
|
9530
9661
|
function TipPage() {
|
|
9531
9662
|
Companion_getInstance_53();
|
|
@@ -9538,7 +9669,7 @@
|
|
|
9538
9669
|
});
|
|
9539
9670
|
function Companion_51() {
|
|
9540
9671
|
Companion_instance_51 = this;
|
|
9541
|
-
this.
|
|
9672
|
+
this.p3h_1 = 'call-to-action';
|
|
9542
9673
|
}
|
|
9543
9674
|
var Companion_instance_51;
|
|
9544
9675
|
function Companion_getInstance_54() {
|
|
@@ -9549,10 +9680,10 @@
|
|
|
9549
9680
|
function CallToAction_init_$Init$(parent, $this) {
|
|
9550
9681
|
BaseModel.call($this, parent);
|
|
9551
9682
|
CallToAction.call($this);
|
|
9552
|
-
$this.
|
|
9683
|
+
$this.r3h_1 = parent;
|
|
9553
9684
|
$this.label = null;
|
|
9554
|
-
$this.
|
|
9555
|
-
$this.
|
|
9685
|
+
$this.s3h_1 = null;
|
|
9686
|
+
$this.t3h_1 = null;
|
|
9556
9687
|
return $this;
|
|
9557
9688
|
}
|
|
9558
9689
|
function CallToAction_init_$Create$(parent) {
|
|
@@ -9565,11 +9696,11 @@
|
|
|
9565
9696
|
var tmp = get_XMLNS_TRACT();
|
|
9566
9697
|
Companion_getInstance_54();
|
|
9567
9698
|
parser.u2r(2, tmp, 'call-to-action');
|
|
9568
|
-
$this.
|
|
9699
|
+
$this.r3h_1 = page;
|
|
9569
9700
|
var tmp_0 = $this;
|
|
9570
9701
|
var tmp0_safe_receiver = parser.o2t('control-color');
|
|
9571
|
-
tmp_0.
|
|
9572
|
-
$this.
|
|
9702
|
+
tmp_0.s3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9703
|
+
$this.t3h_1 = parser.n2v(get_XMLNS_TRAINING(), 'tip');
|
|
9573
9704
|
var tmp_1 = $this;
|
|
9574
9705
|
var tmp_2 = get_XMLNS_TRACT();
|
|
9575
9706
|
Companion_getInstance_54();
|
|
@@ -9586,41 +9717,41 @@
|
|
|
9586
9717
|
tip = tip === VOID ? null : tip;
|
|
9587
9718
|
BaseModel.call($this, page);
|
|
9588
9719
|
CallToAction.call($this);
|
|
9589
|
-
$this.
|
|
9720
|
+
$this.r3h_1 = page;
|
|
9590
9721
|
var tmp = $this;
|
|
9591
9722
|
var tmp0_safe_receiver = label;
|
|
9592
9723
|
tmp.label = tmp0_safe_receiver == null ? null : tmp0_safe_receiver($this);
|
|
9593
|
-
$this.
|
|
9594
|
-
$this.
|
|
9724
|
+
$this.s3h_1 = controlColor;
|
|
9725
|
+
$this.t3h_1 = tip;
|
|
9595
9726
|
return $this;
|
|
9596
9727
|
}
|
|
9597
9728
|
function createTestCallToAction(page, label, controlColor, tip) {
|
|
9598
9729
|
return CallToAction_init_$Init$_1(page, label, controlColor, tip, objectCreate(protoOf(CallToAction)));
|
|
9599
9730
|
}
|
|
9600
|
-
protoOf(CallToAction).
|
|
9731
|
+
protoOf(CallToAction).u3h = function () {
|
|
9601
9732
|
return this.label;
|
|
9602
9733
|
};
|
|
9603
|
-
protoOf(CallToAction).
|
|
9604
|
-
var tmp0_elvis_lhs = this.
|
|
9734
|
+
protoOf(CallToAction).p3e = function () {
|
|
9735
|
+
var tmp0_elvis_lhs = this.s3h_1;
|
|
9605
9736
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
9606
9737
|
};
|
|
9607
|
-
protoOf(CallToAction).
|
|
9608
|
-
return this.
|
|
9738
|
+
protoOf(CallToAction).v3h = function () {
|
|
9739
|
+
return this.t3h_1;
|
|
9609
9740
|
};
|
|
9610
|
-
protoOf(CallToAction).
|
|
9611
|
-
return this.a2p().
|
|
9741
|
+
protoOf(CallToAction).i3h = function () {
|
|
9742
|
+
return this.a2p().w37(this.t3h_1);
|
|
9612
9743
|
};
|
|
9613
9744
|
function CallToAction() {
|
|
9614
9745
|
Companion_getInstance_54();
|
|
9615
9746
|
}
|
|
9616
|
-
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).
|
|
9747
|
+
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).i3h);
|
|
9617
9748
|
function get_XMLNS_TRACT() {
|
|
9618
9749
|
return XMLNS_TRACT;
|
|
9619
9750
|
}
|
|
9620
9751
|
var XMLNS_TRACT;
|
|
9621
9752
|
function Companion_52() {
|
|
9622
9753
|
Companion_instance_52 = this;
|
|
9623
|
-
this.
|
|
9754
|
+
this.w3h_1 = 'header';
|
|
9624
9755
|
}
|
|
9625
9756
|
var Companion_instance_52;
|
|
9626
9757
|
function Companion_getInstance_55() {
|
|
@@ -9637,8 +9768,8 @@
|
|
|
9637
9768
|
parser.u2r(2, tmp, 'header');
|
|
9638
9769
|
var tmp_0 = $this;
|
|
9639
9770
|
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
9640
|
-
tmp_0.
|
|
9641
|
-
$this.
|
|
9771
|
+
tmp_0.y3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9772
|
+
$this.z3h_1 = parser.n2v(get_XMLNS_TRAINING(), 'tip');
|
|
9642
9773
|
var number = null;
|
|
9643
9774
|
var title = null;
|
|
9644
9775
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -9674,32 +9805,32 @@
|
|
|
9674
9805
|
function Header_init_$Create$(page, parser) {
|
|
9675
9806
|
return Header_init_$Init$(page, parser, objectCreate(protoOf(Header)));
|
|
9676
9807
|
}
|
|
9677
|
-
protoOf(Header).
|
|
9678
|
-
var tmp0_elvis_lhs = this.
|
|
9679
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9808
|
+
protoOf(Header).t36 = function () {
|
|
9809
|
+
var tmp0_elvis_lhs = this.y3h_1;
|
|
9810
|
+
return tmp0_elvis_lhs == null ? this.a2y() : tmp0_elvis_lhs;
|
|
9680
9811
|
};
|
|
9681
|
-
protoOf(Header).
|
|
9682
|
-
return this.
|
|
9812
|
+
protoOf(Header).y2x = function () {
|
|
9813
|
+
return this.b2y();
|
|
9683
9814
|
};
|
|
9684
|
-
protoOf(Header).
|
|
9815
|
+
protoOf(Header).a3i = function () {
|
|
9685
9816
|
return this.number;
|
|
9686
9817
|
};
|
|
9687
|
-
protoOf(Header).
|
|
9818
|
+
protoOf(Header).y36 = function () {
|
|
9688
9819
|
return this.title;
|
|
9689
9820
|
};
|
|
9690
|
-
protoOf(Header).
|
|
9691
|
-
return this.
|
|
9821
|
+
protoOf(Header).v3h = function () {
|
|
9822
|
+
return this.z3h_1;
|
|
9692
9823
|
};
|
|
9693
|
-
protoOf(Header).
|
|
9694
|
-
return this.a2p().
|
|
9824
|
+
protoOf(Header).i3h = function () {
|
|
9825
|
+
return this.a2p().w37(this.z3h_1);
|
|
9695
9826
|
};
|
|
9696
9827
|
function Header() {
|
|
9697
9828
|
Companion_getInstance_55();
|
|
9698
9829
|
}
|
|
9699
|
-
defineProp(protoOf(Header), 'tip', protoOf(Header).
|
|
9830
|
+
defineProp(protoOf(Header), 'tip', protoOf(Header).i3h);
|
|
9700
9831
|
function Companion_53() {
|
|
9701
9832
|
Companion_instance_53 = this;
|
|
9702
|
-
this.
|
|
9833
|
+
this.b3i_1 = 'hero';
|
|
9703
9834
|
}
|
|
9704
9835
|
var Companion_instance_53;
|
|
9705
9836
|
function Companion_getInstance_56() {
|
|
@@ -9711,7 +9842,7 @@
|
|
|
9711
9842
|
var tmp$ret$0;
|
|
9712
9843
|
// Inline function 'kotlin.getValue' call
|
|
9713
9844
|
var tmp0_getValue = headingParent$factory();
|
|
9714
|
-
tmp$ret$0 = $this.
|
|
9845
|
+
tmp$ret$0 = $this.d3i_1.o1();
|
|
9715
9846
|
return tmp$ret$0;
|
|
9716
9847
|
}
|
|
9717
9848
|
function Hero_init_$Init$(page, parser, $this) {
|
|
@@ -9725,7 +9856,7 @@
|
|
|
9725
9856
|
var tmp$ret$0;
|
|
9726
9857
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
9727
9858
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
9728
|
-
tmp_0.
|
|
9859
|
+
tmp_0.f3i_1 = tmp$ret$0;
|
|
9729
9860
|
var heading = null;
|
|
9730
9861
|
var tmp_1 = $this;
|
|
9731
9862
|
var tmp$ret$8;
|
|
@@ -9764,7 +9895,7 @@
|
|
|
9764
9895
|
if (tmp1_subject === 'events') {
|
|
9765
9896
|
var tmp2_this = $this;
|
|
9766
9897
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
9767
|
-
var tmp0_plusAssign = tmp2_this.
|
|
9898
|
+
var tmp0_plusAssign = tmp2_this.f3i_1;
|
|
9768
9899
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
9769
9900
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
9770
9901
|
}
|
|
@@ -9820,7 +9951,7 @@
|
|
|
9820
9951
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
9821
9952
|
tmp$ret$7 = tmp$ret$6;
|
|
9822
9953
|
tmp$ret$8 = tmp$ret$7;
|
|
9823
|
-
tmp_1.
|
|
9954
|
+
tmp_1.e3i_1 = tmp$ret$8;
|
|
9824
9955
|
$this.heading = heading;
|
|
9825
9956
|
return $this;
|
|
9826
9957
|
}
|
|
@@ -9833,11 +9964,11 @@
|
|
|
9833
9964
|
heading = heading === VOID ? null : heading;
|
|
9834
9965
|
BaseModel.call($this, page);
|
|
9835
9966
|
Hero.call($this);
|
|
9836
|
-
$this.
|
|
9967
|
+
$this.f3i_1 = analyticsEvents;
|
|
9837
9968
|
var tmp = $this;
|
|
9838
9969
|
var tmp0_safe_receiver = heading;
|
|
9839
9970
|
tmp.heading = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(_get_headingParent__2ts5bv($this));
|
|
9840
|
-
$this.
|
|
9971
|
+
$this.e3i_1 = emptyList();
|
|
9841
9972
|
return $this;
|
|
9842
9973
|
}
|
|
9843
9974
|
function createTestHero(page, analyticsEvents, heading) {
|
|
@@ -9853,14 +9984,14 @@
|
|
|
9853
9984
|
return stylesOverride(this$0, VOID, Hero$headingParent$delegate$lambda$lambda(this$0));
|
|
9854
9985
|
};
|
|
9855
9986
|
}
|
|
9856
|
-
protoOf(Hero).
|
|
9987
|
+
protoOf(Hero).g3i = function () {
|
|
9857
9988
|
return this.heading;
|
|
9858
9989
|
};
|
|
9859
9990
|
protoOf(Hero).t2s = function () {
|
|
9860
|
-
return this.
|
|
9991
|
+
return this.e3i_1;
|
|
9861
9992
|
};
|
|
9862
|
-
protoOf(Hero).
|
|
9863
|
-
return this.
|
|
9993
|
+
protoOf(Hero).p3d = function () {
|
|
9994
|
+
return this.f3i_1;
|
|
9864
9995
|
};
|
|
9865
9996
|
protoOf(Hero)._getAnalyticsEvents = function (type) {
|
|
9866
9997
|
var tmp0_subject = type;
|
|
@@ -9870,7 +10001,7 @@
|
|
|
9870
10001
|
case 1:
|
|
9871
10002
|
var tmp$ret$2;
|
|
9872
10003
|
// Inline function 'kotlin.collections.filter' call
|
|
9873
|
-
var tmp1_filter = this.
|
|
10004
|
+
var tmp1_filter = this.f3i_1;
|
|
9874
10005
|
var tmp$ret$1;
|
|
9875
10006
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9876
10007
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -9892,7 +10023,7 @@
|
|
|
9892
10023
|
case 2:
|
|
9893
10024
|
var tmp$ret$5;
|
|
9894
10025
|
// Inline function 'kotlin.collections.filter' call
|
|
9895
|
-
var tmp3_filter = this.
|
|
10026
|
+
var tmp3_filter = this.f3i_1;
|
|
9896
10027
|
var tmp$ret$4;
|
|
9897
10028
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9898
10029
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -9920,7 +10051,7 @@
|
|
|
9920
10051
|
function Hero() {
|
|
9921
10052
|
Companion_getInstance_56();
|
|
9922
10053
|
var tmp = this;
|
|
9923
|
-
tmp.
|
|
10054
|
+
tmp.d3i_1 = lazy(Hero$headingParent$delegate$lambda(this));
|
|
9924
10055
|
}
|
|
9925
10056
|
defineProp(protoOf(Hero), '_content', function () {
|
|
9926
10057
|
return this.t2s();
|
|
@@ -9935,7 +10066,7 @@
|
|
|
9935
10066
|
}
|
|
9936
10067
|
function Companion_54() {
|
|
9937
10068
|
Companion_instance_54 = this;
|
|
9938
|
-
this.
|
|
10069
|
+
this.h3i_1 = 'modal';
|
|
9939
10070
|
}
|
|
9940
10071
|
var Companion_instance_54;
|
|
9941
10072
|
function Companion_getInstance_57() {
|
|
@@ -10050,47 +10181,47 @@
|
|
|
10050
10181
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
10051
10182
|
tmp$ret$8 = tmp$ret$7;
|
|
10052
10183
|
tmp$ret$9 = tmp$ret$8;
|
|
10053
|
-
tmp_2.
|
|
10184
|
+
tmp_2.d3j_1 = tmp$ret$9;
|
|
10054
10185
|
$this.title = title;
|
|
10055
10186
|
return $this;
|
|
10056
10187
|
}
|
|
10057
10188
|
function Modal_init_$Create$(parent, parser) {
|
|
10058
10189
|
return Modal_init_$Init$(parent, parser, objectCreate(protoOf(Modal)));
|
|
10059
10190
|
}
|
|
10060
|
-
protoOf(Modal).
|
|
10191
|
+
protoOf(Modal).e3j = function () {
|
|
10061
10192
|
return this.page;
|
|
10062
10193
|
};
|
|
10063
10194
|
protoOf(Modal).q2u = function () {
|
|
10064
10195
|
return this.page.id + '-' + _get_position__iahqv2(this);
|
|
10065
10196
|
};
|
|
10066
|
-
protoOf(Modal).
|
|
10197
|
+
protoOf(Modal).y36 = function () {
|
|
10067
10198
|
return this.title;
|
|
10068
10199
|
};
|
|
10069
10200
|
protoOf(Modal).t2s = function () {
|
|
10070
|
-
return this.
|
|
10201
|
+
return this.d3j_1;
|
|
10071
10202
|
};
|
|
10072
|
-
protoOf(Modal).
|
|
10203
|
+
protoOf(Modal).n3e = function () {
|
|
10073
10204
|
return this.listeners;
|
|
10074
10205
|
};
|
|
10075
|
-
protoOf(Modal).
|
|
10206
|
+
protoOf(Modal).q36 = function () {
|
|
10076
10207
|
return this.dismissListeners;
|
|
10077
10208
|
};
|
|
10078
|
-
protoOf(Modal).
|
|
10209
|
+
protoOf(Modal).a2y = function () {
|
|
10079
10210
|
return get_TRANSPARENT();
|
|
10080
10211
|
};
|
|
10081
|
-
protoOf(Modal).
|
|
10212
|
+
protoOf(Modal).b2y = function () {
|
|
10082
10213
|
return get_WHITE();
|
|
10083
10214
|
};
|
|
10084
|
-
protoOf(Modal).
|
|
10215
|
+
protoOf(Modal).c2x = function () {
|
|
10085
10216
|
return get_WHITE();
|
|
10086
10217
|
};
|
|
10087
|
-
protoOf(Modal).
|
|
10218
|
+
protoOf(Modal).c2y = function () {
|
|
10088
10219
|
return Style_OUTLINED_getInstance();
|
|
10089
10220
|
};
|
|
10090
|
-
protoOf(Modal).
|
|
10221
|
+
protoOf(Modal).h2y = function () {
|
|
10091
10222
|
return Align_CENTER_getInstance();
|
|
10092
10223
|
};
|
|
10093
|
-
protoOf(Modal).
|
|
10224
|
+
protoOf(Modal).y2x = function () {
|
|
10094
10225
|
return get_WHITE();
|
|
10095
10226
|
};
|
|
10096
10227
|
function Modal() {
|
|
@@ -10105,11 +10236,11 @@
|
|
|
10105
10236
|
});
|
|
10106
10237
|
function Companion_55() {
|
|
10107
10238
|
Companion_instance_55 = this;
|
|
10108
|
-
this.
|
|
10109
|
-
this.
|
|
10110
|
-
this.
|
|
10111
|
-
this.
|
|
10112
|
-
this.
|
|
10239
|
+
this.f3j_1 = 'card';
|
|
10240
|
+
this.g3j_1 = 'label';
|
|
10241
|
+
this.h3j_1 = 'hidden';
|
|
10242
|
+
this.i3j_1 = ImageScaleType_FILL_X_getInstance();
|
|
10243
|
+
this.j3j_1 = Companion_getInstance_22().CENTER;
|
|
10113
10244
|
}
|
|
10114
10245
|
var Companion_instance_55;
|
|
10115
10246
|
function Companion_getInstance_58() {
|
|
@@ -10121,7 +10252,7 @@
|
|
|
10121
10252
|
var tmp$ret$0;
|
|
10122
10253
|
// Inline function 'kotlin.getValue' call
|
|
10123
10254
|
var tmp0_getValue = labelParent$factory();
|
|
10124
|
-
tmp$ret$0 = $this.
|
|
10255
|
+
tmp$ret$0 = $this.q3j_1.o1();
|
|
10125
10256
|
return tmp$ret$0;
|
|
10126
10257
|
}
|
|
10127
10258
|
function Card_init_$Init$_1(page, position, parser, $this) {
|
|
@@ -10152,24 +10283,24 @@
|
|
|
10152
10283
|
tmp_2.dismissListeners = toSet_0(tmp$ret$1);
|
|
10153
10284
|
var tmp_3 = $this;
|
|
10154
10285
|
var tmp2_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
10155
|
-
tmp_3.
|
|
10156
|
-
$this.
|
|
10286
|
+
tmp_3.l3j_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
10287
|
+
$this.m3j_1 = parser.o2t(get_XML_BACKGROUND_IMAGE());
|
|
10157
10288
|
var tmp_4 = $this;
|
|
10158
10289
|
var tmp3_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
10159
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().
|
|
10160
|
-
tmp_4.
|
|
10290
|
+
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().z2w(tmp3_safe_receiver);
|
|
10291
|
+
tmp_4.n3j_1 = tmp4_elvis_lhs == null ? Companion_getInstance_58().j3j_1 : tmp4_elvis_lhs;
|
|
10161
10292
|
var tmp_5 = $this;
|
|
10162
10293
|
var tmp5_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
10163
|
-
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().
|
|
10164
|
-
tmp_5.
|
|
10294
|
+
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().k31(tmp5_safe_receiver);
|
|
10295
|
+
tmp_5.o3j_1 = tmp6_elvis_lhs == null ? Companion_getInstance_58().i3j_1 : tmp6_elvis_lhs;
|
|
10165
10296
|
var tmp_6 = $this;
|
|
10166
10297
|
var tmp7_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
10167
|
-
tmp_6.
|
|
10298
|
+
tmp_6.p3j_1 = tmp7_safe_receiver == null ? null : toColorOrNull(tmp7_safe_receiver);
|
|
10168
10299
|
var tmp_7 = $this;
|
|
10169
10300
|
var tmp$ret$2;
|
|
10170
10301
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
10171
10302
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
10172
|
-
tmp_7.
|
|
10303
|
+
tmp_7.s3j_1 = tmp$ret$2;
|
|
10173
10304
|
var label = null;
|
|
10174
10305
|
var tmp_8 = $this;
|
|
10175
10306
|
var tmp$ret$10;
|
|
@@ -10208,7 +10339,7 @@
|
|
|
10208
10339
|
if (tmp1_subject === 'events') {
|
|
10209
10340
|
var tmp2_this = $this;
|
|
10210
10341
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10211
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10342
|
+
var tmp0_plusAssign = tmp2_this.s3j_1;
|
|
10212
10343
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
10213
10344
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
10214
10345
|
}
|
|
@@ -10269,7 +10400,7 @@
|
|
|
10269
10400
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
10270
10401
|
tmp$ret$9 = tmp$ret$8;
|
|
10271
10402
|
tmp$ret$10 = tmp$ret$9;
|
|
10272
|
-
tmp_8.
|
|
10403
|
+
tmp_8.r3j_1 = tmp$ret$10;
|
|
10273
10404
|
$this.label = label;
|
|
10274
10405
|
return $this;
|
|
10275
10406
|
}
|
|
@@ -10278,7 +10409,7 @@
|
|
|
10278
10409
|
}
|
|
10279
10410
|
function TractPage$Card$labelParent$delegate$lambda$lambda(this$0) {
|
|
10280
10411
|
return function () {
|
|
10281
|
-
return this$0.
|
|
10412
|
+
return this$0.a2y();
|
|
10282
10413
|
};
|
|
10283
10414
|
}
|
|
10284
10415
|
function TractPage$Card$labelParent$delegate$lambda(this$0) {
|
|
@@ -10295,7 +10426,7 @@
|
|
|
10295
10426
|
parser.u2r(2, tmp, 'page');
|
|
10296
10427
|
var tmp_0 = $this;
|
|
10297
10428
|
var tmp0_safe_receiver = parser.o2t('card-text-color');
|
|
10298
|
-
tmp_0.
|
|
10429
|
+
tmp_0.b3j_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
10299
10430
|
var header = null;
|
|
10300
10431
|
var hero = null;
|
|
10301
10432
|
var tmp_1 = $this;
|
|
@@ -10373,11 +10504,11 @@
|
|
|
10373
10504
|
function TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, $this) {
|
|
10374
10505
|
manifest = manifest === VOID ? createTestManifest() : manifest;
|
|
10375
10506
|
fileName = fileName === VOID ? null : fileName;
|
|
10376
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
10507
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().g33_1 : backgroundColor;
|
|
10377
10508
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
10378
10509
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
10379
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
10380
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
10510
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().h33_1 : backgroundImageGravity;
|
|
10511
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().i33_1 : backgroundImageScaleType;
|
|
10381
10512
|
textColor = textColor === VOID ? null : textColor;
|
|
10382
10513
|
var tmp;
|
|
10383
10514
|
if (textScale === VOID) {
|
|
@@ -10393,7 +10524,7 @@
|
|
|
10393
10524
|
callToAction = callToAction === VOID ? null : callToAction;
|
|
10394
10525
|
Page_init_$Init$_0(manifest, VOID, fileName, VOID, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, VOID, cardBackgroundColor, textColor, textScale, $this);
|
|
10395
10526
|
TractPage.call($this);
|
|
10396
|
-
$this.
|
|
10527
|
+
$this.b3j_1 = cardTextColor;
|
|
10397
10528
|
$this.header = null;
|
|
10398
10529
|
$this.hero = null;
|
|
10399
10530
|
var tmp_0 = $this;
|
|
@@ -10414,16 +10545,16 @@
|
|
|
10414
10545
|
function createTestTractPage(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction) {
|
|
10415
10546
|
return TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, objectCreate(protoOf(TractPage)));
|
|
10416
10547
|
}
|
|
10417
|
-
protoOf(Card_1).
|
|
10548
|
+
protoOf(Card_1).e3j = function () {
|
|
10418
10549
|
return this.page;
|
|
10419
10550
|
};
|
|
10420
10551
|
protoOf(Card_1).q2u = function () {
|
|
10421
10552
|
return this.page.id + '-' + this.position;
|
|
10422
10553
|
};
|
|
10423
|
-
protoOf(Card_1).
|
|
10554
|
+
protoOf(Card_1).j3e = function () {
|
|
10424
10555
|
return this.position;
|
|
10425
10556
|
};
|
|
10426
|
-
protoOf(Card_1).
|
|
10557
|
+
protoOf(Card_1).t3j = function () {
|
|
10427
10558
|
var tmp$ret$1;
|
|
10428
10559
|
// Inline function 'kotlin.takeUnless' call
|
|
10429
10560
|
var tmp0_takeUnless = this.page.visibleCards.l1(this);
|
|
@@ -10440,40 +10571,40 @@
|
|
|
10440
10571
|
tmp$ret$1 = tmp;
|
|
10441
10572
|
return tmp$ret$1;
|
|
10442
10573
|
};
|
|
10443
|
-
protoOf(Card_1).
|
|
10574
|
+
protoOf(Card_1).u3j = function () {
|
|
10444
10575
|
return equals(this, lastOrNull(this.page.visibleCards));
|
|
10445
10576
|
};
|
|
10446
|
-
protoOf(Card_1).
|
|
10577
|
+
protoOf(Card_1).m3e = function () {
|
|
10447
10578
|
return this.isHidden;
|
|
10448
10579
|
};
|
|
10449
|
-
protoOf(Card_1).
|
|
10580
|
+
protoOf(Card_1).n3e = function () {
|
|
10450
10581
|
return this.listeners;
|
|
10451
10582
|
};
|
|
10452
|
-
protoOf(Card_1).
|
|
10583
|
+
protoOf(Card_1).q36 = function () {
|
|
10453
10584
|
return this.dismissListeners;
|
|
10454
10585
|
};
|
|
10455
|
-
protoOf(Card_1).
|
|
10456
|
-
var tmp0_elvis_lhs = this.
|
|
10457
|
-
return tmp0_elvis_lhs == null ? this.page.
|
|
10586
|
+
protoOf(Card_1).t36 = function () {
|
|
10587
|
+
var tmp0_elvis_lhs = this.l3j_1;
|
|
10588
|
+
return tmp0_elvis_lhs == null ? this.page.d2y() : tmp0_elvis_lhs;
|
|
10458
10589
|
};
|
|
10459
|
-
protoOf(Card_1).
|
|
10460
|
-
return getResource(this, this.
|
|
10590
|
+
protoOf(Card_1).u36 = function () {
|
|
10591
|
+
return getResource(this, this.m3j_1);
|
|
10461
10592
|
};
|
|
10462
|
-
protoOf(Card_1).
|
|
10463
|
-
return this.
|
|
10593
|
+
protoOf(Card_1).v36 = function () {
|
|
10594
|
+
return this.n3j_1;
|
|
10464
10595
|
};
|
|
10465
|
-
protoOf(Card_1).
|
|
10466
|
-
return this.
|
|
10596
|
+
protoOf(Card_1).w36 = function () {
|
|
10597
|
+
return this.o3j_1;
|
|
10467
10598
|
};
|
|
10468
|
-
protoOf(Card_1).
|
|
10469
|
-
var tmp0_elvis_lhs = this.
|
|
10599
|
+
protoOf(Card_1).y2x = function () {
|
|
10600
|
+
var tmp0_elvis_lhs = this.p3j_1;
|
|
10470
10601
|
return tmp0_elvis_lhs == null ? this.page.cardTextColor : tmp0_elvis_lhs;
|
|
10471
10602
|
};
|
|
10472
|
-
protoOf(Card_1).
|
|
10603
|
+
protoOf(Card_1).u3h = function () {
|
|
10473
10604
|
return this.label;
|
|
10474
10605
|
};
|
|
10475
10606
|
protoOf(Card_1).t2s = function () {
|
|
10476
|
-
return this.
|
|
10607
|
+
return this.r3j_1;
|
|
10477
10608
|
};
|
|
10478
10609
|
protoOf(Card_1).c2t = function () {
|
|
10479
10610
|
var tmp$ret$3;
|
|
@@ -10498,8 +10629,8 @@
|
|
|
10498
10629
|
tmp$ret$3 = tmp$ret$2;
|
|
10499
10630
|
return tmp$ret$3;
|
|
10500
10631
|
};
|
|
10501
|
-
protoOf(Card_1).
|
|
10502
|
-
return this.
|
|
10632
|
+
protoOf(Card_1).p3d = function () {
|
|
10633
|
+
return this.s3j_1;
|
|
10503
10634
|
};
|
|
10504
10635
|
protoOf(Card_1)._getAnalyticsEvents = function (type) {
|
|
10505
10636
|
var tmp0_subject = type;
|
|
@@ -10509,7 +10640,7 @@
|
|
|
10509
10640
|
case 1:
|
|
10510
10641
|
var tmp$ret$2;
|
|
10511
10642
|
// Inline function 'kotlin.collections.filter' call
|
|
10512
|
-
var tmp1_filter = this.
|
|
10643
|
+
var tmp1_filter = this.s3j_1;
|
|
10513
10644
|
var tmp$ret$1;
|
|
10514
10645
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10515
10646
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -10531,7 +10662,7 @@
|
|
|
10531
10662
|
case 2:
|
|
10532
10663
|
var tmp$ret$5;
|
|
10533
10664
|
// Inline function 'kotlin.collections.filter' call
|
|
10534
|
-
var tmp3_filter = this.
|
|
10665
|
+
var tmp3_filter = this.s3j_1;
|
|
10535
10666
|
var tmp$ret$4;
|
|
10536
10667
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10537
10668
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -10559,12 +10690,12 @@
|
|
|
10559
10690
|
function Card_1() {
|
|
10560
10691
|
Companion_getInstance_58();
|
|
10561
10692
|
var tmp = this;
|
|
10562
|
-
tmp.
|
|
10693
|
+
tmp.q3j_1 = lazy(TractPage$Card$labelParent$delegate$lambda(this));
|
|
10563
10694
|
}
|
|
10564
10695
|
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).q2u);
|
|
10565
|
-
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).
|
|
10566
|
-
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).
|
|
10567
|
-
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).
|
|
10696
|
+
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).t3j);
|
|
10697
|
+
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).u3j);
|
|
10698
|
+
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).u36);
|
|
10568
10699
|
defineProp(protoOf(Card_1), '_content', function () {
|
|
10569
10700
|
return this.t2s();
|
|
10570
10701
|
});
|
|
@@ -10660,25 +10791,25 @@
|
|
|
10660
10791
|
tmp$ret$2 = tmp$ret$1;
|
|
10661
10792
|
return tmp$ret$2;
|
|
10662
10793
|
}
|
|
10663
|
-
protoOf(TractPage).
|
|
10794
|
+
protoOf(TractPage).v3j = function () {
|
|
10664
10795
|
return equals(lastOrNull(this.a2p()._pages), this);
|
|
10665
10796
|
};
|
|
10666
|
-
protoOf(TractPage).
|
|
10667
|
-
return this.
|
|
10797
|
+
protoOf(TractPage).p3d = function () {
|
|
10798
|
+
return this.a3j_1;
|
|
10668
10799
|
};
|
|
10669
|
-
protoOf(TractPage).
|
|
10800
|
+
protoOf(TractPage).w3j = function () {
|
|
10670
10801
|
return this.header;
|
|
10671
10802
|
};
|
|
10672
|
-
protoOf(TractPage).
|
|
10803
|
+
protoOf(TractPage).x3j = function () {
|
|
10673
10804
|
return this.hero;
|
|
10674
10805
|
};
|
|
10675
|
-
protoOf(TractPage).
|
|
10806
|
+
protoOf(TractPage).y3j = function () {
|
|
10676
10807
|
return this.modals;
|
|
10677
10808
|
};
|
|
10678
|
-
protoOf(TractPage).
|
|
10809
|
+
protoOf(TractPage).z3j = function () {
|
|
10679
10810
|
return this.callToAction;
|
|
10680
10811
|
};
|
|
10681
|
-
protoOf(TractPage).
|
|
10812
|
+
protoOf(TractPage).q3d = function (type) {
|
|
10682
10813
|
return type.equals(Type_TRACT_getInstance());
|
|
10683
10814
|
};
|
|
10684
10815
|
protoOf(TractPage).findModal = function (id) {
|
|
@@ -10701,10 +10832,10 @@
|
|
|
10701
10832
|
}
|
|
10702
10833
|
return tmp$ret$1;
|
|
10703
10834
|
};
|
|
10704
|
-
protoOf(TractPage).
|
|
10835
|
+
protoOf(TractPage).a3k = function () {
|
|
10705
10836
|
return this.cards;
|
|
10706
10837
|
};
|
|
10707
|
-
protoOf(TractPage).
|
|
10838
|
+
protoOf(TractPage).b3k = function () {
|
|
10708
10839
|
var tmp$ret$2;
|
|
10709
10840
|
// Inline function 'kotlin.collections.filter' call
|
|
10710
10841
|
var tmp1_filter = this.cards;
|
|
@@ -10725,16 +10856,16 @@
|
|
|
10725
10856
|
tmp$ret$2 = tmp$ret$1;
|
|
10726
10857
|
return tmp$ret$2;
|
|
10727
10858
|
};
|
|
10728
|
-
protoOf(TractPage).
|
|
10729
|
-
var tmp0_elvis_lhs = this.
|
|
10730
|
-
return tmp0_elvis_lhs == null ? this.
|
|
10859
|
+
protoOf(TractPage).c3k = function () {
|
|
10860
|
+
var tmp0_elvis_lhs = this.b3j_1;
|
|
10861
|
+
return tmp0_elvis_lhs == null ? this.y2x() : tmp0_elvis_lhs;
|
|
10731
10862
|
};
|
|
10732
10863
|
function TractPage() {
|
|
10733
|
-
this.
|
|
10864
|
+
this.a3j_1 = emptyList();
|
|
10734
10865
|
}
|
|
10735
|
-
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).
|
|
10736
|
-
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).
|
|
10737
|
-
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).
|
|
10866
|
+
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).v3j);
|
|
10867
|
+
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).b3k);
|
|
10868
|
+
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).c3k);
|
|
10738
10869
|
function labelParent$factory() {
|
|
10739
10870
|
return getPropertyCallableRef('labelParent', 1, KProperty1, function (receiver) {
|
|
10740
10871
|
return _get_labelParent__664ln7(receiver);
|
|
@@ -10770,11 +10901,11 @@
|
|
|
10770
10901
|
return EMPTY_instance;
|
|
10771
10902
|
}
|
|
10772
10903
|
function SetOnceProperty() {
|
|
10773
|
-
this.
|
|
10904
|
+
this.d3k_1 = EMPTY_getInstance();
|
|
10774
10905
|
}
|
|
10775
|
-
protoOf(SetOnceProperty).
|
|
10906
|
+
protoOf(SetOnceProperty).e3k = function (thisRef, property) {
|
|
10776
10907
|
// Inline function 'kotlin.check' call
|
|
10777
|
-
var tmp0_check = !(this.
|
|
10908
|
+
var tmp0_check = !(this.d3k_1 === EMPTY_getInstance());
|
|
10778
10909
|
// Inline function 'kotlin.contracts.contract' call
|
|
10779
10910
|
if (!tmp0_check) {
|
|
10780
10911
|
var tmp$ret$0;
|
|
@@ -10783,15 +10914,15 @@
|
|
|
10783
10914
|
var message = tmp$ret$0;
|
|
10784
10915
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
10785
10916
|
}
|
|
10786
|
-
var tmp = this.
|
|
10917
|
+
var tmp = this.d3k_1;
|
|
10787
10918
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
10788
10919
|
};
|
|
10789
|
-
protoOf(SetOnceProperty).
|
|
10790
|
-
return this.
|
|
10920
|
+
protoOf(SetOnceProperty).p37 = function (thisRef, property) {
|
|
10921
|
+
return this.e3k(isObject(thisRef) ? thisRef : THROW_CCE(), property);
|
|
10791
10922
|
};
|
|
10792
|
-
protoOf(SetOnceProperty).
|
|
10923
|
+
protoOf(SetOnceProperty).f3k = function (thisRef, property, value) {
|
|
10793
10924
|
// Inline function 'kotlin.check' call
|
|
10794
|
-
var tmp0_check = this.
|
|
10925
|
+
var tmp0_check = this.d3k_1 === EMPTY_getInstance();
|
|
10795
10926
|
// Inline function 'kotlin.contracts.contract' call
|
|
10796
10927
|
if (!tmp0_check) {
|
|
10797
10928
|
var tmp$ret$0;
|
|
@@ -10800,11 +10931,11 @@
|
|
|
10800
10931
|
var message = tmp$ret$0;
|
|
10801
10932
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
10802
10933
|
}
|
|
10803
|
-
this.
|
|
10934
|
+
this.d3k_1 = value;
|
|
10804
10935
|
};
|
|
10805
|
-
protoOf(SetOnceProperty).
|
|
10936
|
+
protoOf(SetOnceProperty).b36 = function (thisRef, property, value) {
|
|
10806
10937
|
var tmp = isObject(thisRef) ? thisRef : THROW_CCE();
|
|
10807
|
-
return this.
|
|
10938
|
+
return this.f3k(tmp, property, (value == null ? true : isObject(value)) ? value : THROW_CCE());
|
|
10808
10939
|
};
|
|
10809
10940
|
function get_isHttpUrl(_this__u8e3s4) {
|
|
10810
10941
|
var tmp$ret$0;
|
|
@@ -10836,15 +10967,15 @@
|
|
|
10836
10967
|
}
|
|
10837
10968
|
function QName(uri, local) {
|
|
10838
10969
|
uri = uri === VOID ? null : uri;
|
|
10839
|
-
this.
|
|
10840
|
-
this.
|
|
10970
|
+
this.g3k_1 = uri;
|
|
10971
|
+
this.h3k_1 = local;
|
|
10841
10972
|
}
|
|
10842
10973
|
protoOf(QName).toString = function () {
|
|
10843
|
-
return 'QName(uri=' + this.
|
|
10974
|
+
return 'QName(uri=' + this.g3k_1 + ', local=' + this.h3k_1 + ')';
|
|
10844
10975
|
};
|
|
10845
10976
|
protoOf(QName).hashCode = function () {
|
|
10846
|
-
var result = this.
|
|
10847
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
10977
|
+
var result = this.g3k_1 == null ? 0 : getStringHashCode(this.g3k_1);
|
|
10978
|
+
result = imul(result, 31) + getStringHashCode(this.h3k_1) | 0;
|
|
10848
10979
|
return result;
|
|
10849
10980
|
};
|
|
10850
10981
|
protoOf(QName).equals = function (other) {
|
|
@@ -10853,9 +10984,9 @@
|
|
|
10853
10984
|
if (!(other instanceof QName))
|
|
10854
10985
|
return false;
|
|
10855
10986
|
var tmp0_other_with_cast = other instanceof QName ? other : THROW_CCE();
|
|
10856
|
-
if (!(this.
|
|
10987
|
+
if (!(this.g3k_1 == tmp0_other_with_cast.g3k_1))
|
|
10857
10988
|
return false;
|
|
10858
|
-
if (!(this.
|
|
10989
|
+
if (!(this.h3k_1 === tmp0_other_with_cast.h3k_1))
|
|
10859
10990
|
return false;
|
|
10860
10991
|
return true;
|
|
10861
10992
|
};
|
|
@@ -10863,63 +10994,63 @@
|
|
|
10863
10994
|
qname = qname === VOID ? null : qname;
|
|
10864
10995
|
content = content === VOID ? null : content;
|
|
10865
10996
|
attrs = attrs === VOID ? null : attrs;
|
|
10866
|
-
this.
|
|
10867
|
-
this.
|
|
10868
|
-
this.
|
|
10869
|
-
this.
|
|
10997
|
+
this.i3k_1 = type;
|
|
10998
|
+
this.j3k_1 = qname;
|
|
10999
|
+
this.k3k_1 = content;
|
|
11000
|
+
this.l3k_1 = attrs;
|
|
10870
11001
|
}
|
|
10871
11002
|
function enqueueEvent($this, event) {
|
|
10872
11003
|
var tmp$ret$0;
|
|
10873
11004
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
10874
|
-
var tmp0_isNotEmpty = $this.
|
|
11005
|
+
var tmp0_isNotEmpty = $this.o3k_1;
|
|
10875
11006
|
tmp$ret$0 = charSequenceLength(tmp0_isNotEmpty) > 0;
|
|
10876
11007
|
if (tmp$ret$0) {
|
|
10877
11008
|
var tmp0_this = $this;
|
|
10878
11009
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10879
|
-
var tmp1_plusAssign = tmp0_this.
|
|
11010
|
+
var tmp1_plusAssign = tmp0_this.n3k_1;
|
|
10880
11011
|
Companion_getInstance_59();
|
|
10881
|
-
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.
|
|
11012
|
+
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.o3k_1.toString());
|
|
10882
11013
|
tmp1_plusAssign.b(tmp2_plusAssign);
|
|
10883
|
-
$this.
|
|
11014
|
+
$this.o3k_1.jb();
|
|
10884
11015
|
}
|
|
10885
11016
|
var tmp1_this = $this;
|
|
10886
11017
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10887
|
-
var tmp3_plusAssign = tmp1_this.
|
|
11018
|
+
var tmp3_plusAssign = tmp1_this.n3k_1;
|
|
10888
11019
|
tmp3_plusAssign.b(event);
|
|
10889
11020
|
}
|
|
10890
11021
|
function SaxXmlPullParser() {
|
|
10891
11022
|
var tmp = this;
|
|
10892
11023
|
Companion_getInstance_59();
|
|
10893
|
-
tmp.
|
|
11024
|
+
tmp.m3k_1 = new ParserEvent(0);
|
|
10894
11025
|
var tmp_0 = this;
|
|
10895
11026
|
var tmp$ret$0;
|
|
10896
11027
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
10897
11028
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
10898
|
-
tmp_0.
|
|
10899
|
-
this.
|
|
11029
|
+
tmp_0.n3k_1 = tmp$ret$0;
|
|
11030
|
+
this.o3k_1 = StringBuilder_init_$Create$();
|
|
10900
11031
|
}
|
|
10901
11032
|
protoOf(SaxXmlPullParser).v2r = function () {
|
|
10902
|
-
return this.
|
|
11033
|
+
return this.m3k_1.i3k_1;
|
|
10903
11034
|
};
|
|
10904
11035
|
protoOf(SaxXmlPullParser).w2r = function () {
|
|
10905
|
-
var tmp0_safe_receiver = this.
|
|
10906
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11036
|
+
var tmp0_safe_receiver = this.m3k_1.j3k_1;
|
|
11037
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g3k_1;
|
|
10907
11038
|
};
|
|
10908
11039
|
protoOf(SaxXmlPullParser).id = function () {
|
|
10909
|
-
var tmp0_safe_receiver = this.
|
|
10910
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11040
|
+
var tmp0_safe_receiver = this.m3k_1.j3k_1;
|
|
11041
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h3k_1;
|
|
10911
11042
|
};
|
|
10912
11043
|
protoOf(SaxXmlPullParser).u2r = function (type, namespace, name) {
|
|
10913
11044
|
var tmp$ret$0;
|
|
10914
11045
|
// Inline function 'kotlin.with' call
|
|
10915
|
-
var tmp0_with = this.
|
|
11046
|
+
var tmp0_with = this.m3k_1;
|
|
10916
11047
|
// Inline function 'kotlin.contracts.contract' call
|
|
10917
|
-
if (!(tmp0_with.
|
|
11048
|
+
if (!(tmp0_with.i3k_1 === type))
|
|
10918
11049
|
throw new XmlPullParserException('expected ' + type);
|
|
10919
11050
|
var tmp;
|
|
10920
11051
|
if (!(namespace == null)) {
|
|
10921
|
-
var tmp0_safe_receiver = tmp0_with.
|
|
10922
|
-
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11052
|
+
var tmp0_safe_receiver = tmp0_with.j3k_1;
|
|
11053
|
+
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g3k_1));
|
|
10923
11054
|
} else {
|
|
10924
11055
|
tmp = false;
|
|
10925
11056
|
}
|
|
@@ -10928,8 +11059,8 @@
|
|
|
10928
11059
|
var tmp_0;
|
|
10929
11060
|
var tmp_1;
|
|
10930
11061
|
if (!(name == null)) {
|
|
10931
|
-
var tmp1_safe_receiver = tmp0_with.
|
|
10932
|
-
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
11062
|
+
var tmp1_safe_receiver = tmp0_with.j3k_1;
|
|
11063
|
+
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.h3k_1) == name);
|
|
10933
11064
|
} else {
|
|
10934
11065
|
tmp_1 = false;
|
|
10935
11066
|
}
|
|
@@ -10942,12 +11073,12 @@
|
|
|
10942
11073
|
protoOf(SaxXmlPullParser).h = function () {
|
|
10943
11074
|
var tmp$ret$0;
|
|
10944
11075
|
// Inline function 'kotlin.also' call
|
|
10945
|
-
var tmp0_also = removeFirst(this.
|
|
11076
|
+
var tmp0_also = removeFirst(this.n3k_1);
|
|
10946
11077
|
// Inline function 'kotlin.contracts.contract' call
|
|
10947
11078
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.next.<anonymous>' call
|
|
10948
|
-
this.
|
|
11079
|
+
this.m3k_1 = tmp0_also;
|
|
10949
11080
|
tmp$ret$0 = tmp0_also;
|
|
10950
|
-
return tmp$ret$0.
|
|
11081
|
+
return tmp$ret$0.i3k_1;
|
|
10951
11082
|
};
|
|
10952
11083
|
protoOf(SaxXmlPullParser).o2p = function () {
|
|
10953
11084
|
var tmp;
|
|
@@ -10956,7 +11087,7 @@
|
|
|
10956
11087
|
if (tmp_0 === 4) {
|
|
10957
11088
|
var tmp$ret$0;
|
|
10958
11089
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
10959
|
-
var tmp0_isNullOrBlank = this.
|
|
11090
|
+
var tmp0_isNullOrBlank = this.m3k_1.k3k_1;
|
|
10960
11091
|
// Inline function 'kotlin.contracts.contract' call
|
|
10961
11092
|
tmp$ret$0 = tmp0_isNullOrBlank == null ? true : isBlank(tmp0_isNullOrBlank);
|
|
10962
11093
|
tmp = tmp$ret$0;
|
|
@@ -10966,23 +11097,23 @@
|
|
|
10966
11097
|
if (tmp) {
|
|
10967
11098
|
this.h();
|
|
10968
11099
|
}
|
|
10969
|
-
var event = this.
|
|
11100
|
+
var event = this.m3k_1;
|
|
10970
11101
|
var tmp_1;
|
|
10971
11102
|
Companion_getInstance_59();
|
|
10972
|
-
if (!(event.
|
|
11103
|
+
if (!(event.i3k_1 === 2)) {
|
|
10973
11104
|
Companion_getInstance_59();
|
|
10974
|
-
tmp_1 = !(event.
|
|
11105
|
+
tmp_1 = !(event.i3k_1 === 3);
|
|
10975
11106
|
} else {
|
|
10976
11107
|
tmp_1 = false;
|
|
10977
11108
|
}
|
|
10978
11109
|
if (tmp_1) {
|
|
10979
|
-
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.
|
|
11110
|
+
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.i3k_1);
|
|
10980
11111
|
}
|
|
10981
|
-
return event.
|
|
11112
|
+
return event.i3k_1;
|
|
10982
11113
|
};
|
|
10983
|
-
protoOf(SaxXmlPullParser).
|
|
11114
|
+
protoOf(SaxXmlPullParser).o3b = function () {
|
|
10984
11115
|
Companion_getInstance_59();
|
|
10985
|
-
this.
|
|
11116
|
+
this.r3g(2);
|
|
10986
11117
|
var tmp0_subject = this.h();
|
|
10987
11118
|
var tmp;
|
|
10988
11119
|
Companion_getInstance_59();
|
|
@@ -10991,7 +11122,7 @@
|
|
|
10991
11122
|
// Inline function 'kotlin.also' call
|
|
10992
11123
|
var tmp$ret$0;
|
|
10993
11124
|
// Inline function 'kotlin.text.orEmpty' call
|
|
10994
|
-
var tmp0_orEmpty = this.
|
|
11125
|
+
var tmp0_orEmpty = this.m3k_1.k3k_1;
|
|
10995
11126
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
10996
11127
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
10997
11128
|
var tmp1_also = tmp$ret$0;
|
|
@@ -11026,13 +11157,13 @@
|
|
|
11026
11157
|
protoOf(SaxXmlPullParser).n2v = function (namespace, name) {
|
|
11027
11158
|
var tmp$ret$1;
|
|
11028
11159
|
// Inline function 'kotlin.takeIf' call
|
|
11029
|
-
var tmp0_takeIf = this.
|
|
11160
|
+
var tmp0_takeIf = this.m3k_1;
|
|
11030
11161
|
// Inline function 'kotlin.contracts.contract' call
|
|
11031
11162
|
var tmp;
|
|
11032
11163
|
var tmp$ret$0;
|
|
11033
11164
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.getAttributeValue.<anonymous>' call
|
|
11034
11165
|
Companion_getInstance_59();
|
|
11035
|
-
tmp$ret$0 = tmp0_takeIf.
|
|
11166
|
+
tmp$ret$0 = tmp0_takeIf.i3k_1 === 2;
|
|
11036
11167
|
if (tmp$ret$0) {
|
|
11037
11168
|
tmp = tmp0_takeIf;
|
|
11038
11169
|
} else {
|
|
@@ -11047,27 +11178,27 @@
|
|
|
11047
11178
|
tmp_0 = tmp0_elvis_lhs;
|
|
11048
11179
|
}
|
|
11049
11180
|
var event = tmp_0;
|
|
11050
|
-
var tmp1_safe_receiver = event.
|
|
11181
|
+
var tmp1_safe_receiver = event.l3k_1;
|
|
11051
11182
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver.c2(new QName(namespace, name));
|
|
11052
11183
|
};
|
|
11053
|
-
protoOf(SaxXmlPullParser).
|
|
11184
|
+
protoOf(SaxXmlPullParser).p3k = function (qname, attrs) {
|
|
11054
11185
|
Companion_getInstance_59();
|
|
11055
11186
|
enqueueEvent(this, new ParserEvent(2, qname, VOID, attrs));
|
|
11056
11187
|
};
|
|
11057
|
-
protoOf(SaxXmlPullParser).
|
|
11058
|
-
this.
|
|
11188
|
+
protoOf(SaxXmlPullParser).q3k = function (text) {
|
|
11189
|
+
this.o3k_1.ib(text);
|
|
11059
11190
|
};
|
|
11060
|
-
protoOf(SaxXmlPullParser).
|
|
11191
|
+
protoOf(SaxXmlPullParser).r3k = function (qname) {
|
|
11061
11192
|
Companion_getInstance_59();
|
|
11062
11193
|
enqueueEvent(this, new ParserEvent(3, qname));
|
|
11063
11194
|
};
|
|
11064
11195
|
function Companion_56() {
|
|
11065
11196
|
Companion_instance_56 = this;
|
|
11066
|
-
this.
|
|
11067
|
-
this.
|
|
11068
|
-
this.
|
|
11069
|
-
this.
|
|
11070
|
-
this.
|
|
11197
|
+
this.s3k_1 = 0;
|
|
11198
|
+
this.t3k_1 = 1;
|
|
11199
|
+
this.u3k_1 = 2;
|
|
11200
|
+
this.v3k_1 = 3;
|
|
11201
|
+
this.w3k_1 = 4;
|
|
11071
11202
|
}
|
|
11072
11203
|
var Companion_instance_56;
|
|
11073
11204
|
function Companion_getInstance_59() {
|
|
@@ -11121,26 +11252,26 @@
|
|
|
11121
11252
|
}
|
|
11122
11253
|
var SAX_OPTIONS;
|
|
11123
11254
|
function InternalSAXParser($outer) {
|
|
11124
|
-
this.
|
|
11255
|
+
this.x3k_1 = $outer;
|
|
11125
11256
|
SAXParser.call(this, true, get_SAX_OPTIONS());
|
|
11126
11257
|
}
|
|
11127
|
-
protoOf(InternalSAXParser).
|
|
11128
|
-
return this.
|
|
11258
|
+
protoOf(InternalSAXParser).y3k = function (tag) {
|
|
11259
|
+
return this.x3k_1.p3k(new QName(tag.uri, tag.local), convert(tag.attributes, this.x3k_1));
|
|
11129
11260
|
};
|
|
11130
11261
|
protoOf(InternalSAXParser).onopentag = function (tag) {
|
|
11131
|
-
return this.
|
|
11262
|
+
return this.y3k(tag);
|
|
11132
11263
|
};
|
|
11133
|
-
protoOf(InternalSAXParser).
|
|
11134
|
-
return this.
|
|
11264
|
+
protoOf(InternalSAXParser).z3k = function (tagName) {
|
|
11265
|
+
return this.x3k_1.r3k(new QName(VOID, tagName));
|
|
11135
11266
|
};
|
|
11136
11267
|
protoOf(InternalSAXParser).onclosetag = function (tagName) {
|
|
11137
|
-
return this.
|
|
11268
|
+
return this.z3k(tagName);
|
|
11138
11269
|
};
|
|
11139
|
-
protoOf(InternalSAXParser).
|
|
11140
|
-
return this.
|
|
11270
|
+
protoOf(InternalSAXParser).a3l = function (t) {
|
|
11271
|
+
return this.x3k_1.q3k(t);
|
|
11141
11272
|
};
|
|
11142
11273
|
protoOf(InternalSAXParser).ontext = function (t) {
|
|
11143
|
-
return this.
|
|
11274
|
+
return this.a3l(t);
|
|
11144
11275
|
};
|
|
11145
11276
|
function convert(_this__u8e3s4, $this) {
|
|
11146
11277
|
var tmp$ret$7;
|
|
@@ -11208,16 +11339,16 @@
|
|
|
11208
11339
|
tmp0_apply.write(xml);
|
|
11209
11340
|
tmp0_apply.close();
|
|
11210
11341
|
tmp$ret$0 = tmp0_apply;
|
|
11211
|
-
tmp.
|
|
11342
|
+
tmp.e3l_1 = tmp$ret$0;
|
|
11212
11343
|
}
|
|
11213
11344
|
function SAX_OPTIONS$1() {
|
|
11214
|
-
this.
|
|
11345
|
+
this.f3l_1 = true;
|
|
11215
11346
|
}
|
|
11216
|
-
protoOf(SAX_OPTIONS$1).
|
|
11217
|
-
return this.
|
|
11347
|
+
protoOf(SAX_OPTIONS$1).g3l = function () {
|
|
11348
|
+
return this.f3l_1;
|
|
11218
11349
|
};
|
|
11219
11350
|
defineProp(protoOf(SAX_OPTIONS$1), 'xmlns', function () {
|
|
11220
|
-
return this.
|
|
11351
|
+
return this.g3l();
|
|
11221
11352
|
});
|
|
11222
11353
|
var properties_initialized_JsXmlPullParser_kt_u4cdem;
|
|
11223
11354
|
function _init_properties_JsXmlPullParser_kt__2zt5j4() {
|
|
@@ -11229,8 +11360,8 @@
|
|
|
11229
11360
|
}
|
|
11230
11361
|
function $getXmlParserCOROUTINE$1(_this__u8e3s4, fileName, resultContinuation) {
|
|
11231
11362
|
CoroutineImpl.call(this, resultContinuation);
|
|
11232
|
-
this.
|
|
11233
|
-
this.
|
|
11363
|
+
this.p3l_1 = _this__u8e3s4;
|
|
11364
|
+
this.q3l_1 = fileName;
|
|
11234
11365
|
}
|
|
11235
11366
|
protoOf($getXmlParserCOROUTINE$1).ue = function () {
|
|
11236
11367
|
var suspendResult = this.de_1;
|
|
@@ -11241,7 +11372,7 @@
|
|
|
11241
11372
|
case 0:
|
|
11242
11373
|
this.ce_1 = 2;
|
|
11243
11374
|
this.be_1 = 1;
|
|
11244
|
-
suspendResult = await_0(this.
|
|
11375
|
+
suspendResult = await_0(this.p3l_1.readFile(this.q3l_1), this);
|
|
11245
11376
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
11246
11377
|
return suspendResult;
|
|
11247
11378
|
}
|
|
@@ -11274,14 +11405,14 @@
|
|
|
11274
11405
|
function JsXmlPullParserFactory() {
|
|
11275
11406
|
XmlPullParserFactory.call(this);
|
|
11276
11407
|
}
|
|
11277
|
-
protoOf(JsXmlPullParserFactory).
|
|
11408
|
+
protoOf(JsXmlPullParserFactory).r3l = function (fileName, $completion) {
|
|
11278
11409
|
var tmp = new $getXmlParserCOROUTINE$1(this, fileName, $completion);
|
|
11279
11410
|
tmp.de_1 = Unit_getInstance();
|
|
11280
11411
|
tmp.ee_1 = null;
|
|
11281
11412
|
return tmp.ue();
|
|
11282
11413
|
};
|
|
11283
11414
|
protoOf(JsXmlPullParserFactory).n2p = function (fileName, $completion) {
|
|
11284
|
-
return this.
|
|
11415
|
+
return this.r3l(fileName, $completion);
|
|
11285
11416
|
};
|
|
11286
11417
|
function XmlPullParserException(s) {
|
|
11287
11418
|
Exception_init_$Init$(s, this);
|
|
@@ -11307,21 +11438,21 @@
|
|
|
11307
11438
|
protoOf(Button).k2t = isGone;
|
|
11308
11439
|
protoOf(Button).l2t = isGoneFlow;
|
|
11309
11440
|
protoOf(Button).getAnalyticsEvents = getAnalyticsEvents;
|
|
11310
|
-
protoOf(Button).
|
|
11441
|
+
protoOf(Button).d2x = get_isClickable;
|
|
11311
11442
|
protoOf(Card).i2t = isInvisible;
|
|
11312
11443
|
protoOf(Card).j2t = isInvisibleFlow;
|
|
11313
11444
|
protoOf(Card).k2t = isGone;
|
|
11314
11445
|
protoOf(Card).l2t = isGoneFlow;
|
|
11315
11446
|
protoOf(Card).b2t = get_content;
|
|
11316
|
-
protoOf(Category).
|
|
11317
|
-
protoOf(Category).
|
|
11318
|
-
protoOf(Category).
|
|
11319
|
-
protoOf(Category).
|
|
11320
|
-
protoOf(Category).
|
|
11321
|
-
protoOf(Category).
|
|
11322
|
-
protoOf(Category).
|
|
11323
|
-
protoOf(Category).
|
|
11324
|
-
protoOf(Category).
|
|
11447
|
+
protoOf(Category).a2y = get_primaryColor;
|
|
11448
|
+
protoOf(Category).b2y = get_primaryTextColor;
|
|
11449
|
+
protoOf(Category).c2y = get_buttonStyle;
|
|
11450
|
+
protoOf(Category).c2x = get_buttonColor;
|
|
11451
|
+
protoOf(Category).d2y = get_cardBackgroundColor;
|
|
11452
|
+
protoOf(Category).e2y = get_multiselectOptionBackgroundColor;
|
|
11453
|
+
protoOf(Category).f2y = get_multiselectOptionSelectedColor;
|
|
11454
|
+
protoOf(Category).g2y = get_textScale;
|
|
11455
|
+
protoOf(Category).h2y = get_textAlign;
|
|
11325
11456
|
protoOf(Fallback).i2t = isInvisible;
|
|
11326
11457
|
protoOf(Fallback).j2t = isInvisibleFlow;
|
|
11327
11458
|
protoOf(Fallback).k2t = isGone;
|
|
@@ -11343,6 +11474,7 @@
|
|
|
11343
11474
|
protoOf(Image).j2t = isInvisibleFlow;
|
|
11344
11475
|
protoOf(Image).k2t = isGone;
|
|
11345
11476
|
protoOf(Image).l2t = isGoneFlow;
|
|
11477
|
+
protoOf(Image).d2x = get_isClickable;
|
|
11346
11478
|
protoOf(Input).i2t = isInvisible;
|
|
11347
11479
|
protoOf(Input).j2t = isInvisibleFlow;
|
|
11348
11480
|
protoOf(Input).k2t = isGone;
|
|
@@ -11352,9 +11484,9 @@
|
|
|
11352
11484
|
protoOf(Link).k2t = isGone;
|
|
11353
11485
|
protoOf(Link).l2t = isGoneFlow;
|
|
11354
11486
|
protoOf(Link).getAnalyticsEvents = getAnalyticsEvents;
|
|
11355
|
-
protoOf(Link).
|
|
11356
|
-
protoOf(Manifest).
|
|
11357
|
-
protoOf(Manifest).
|
|
11487
|
+
protoOf(Link).d2x = get_isClickable;
|
|
11488
|
+
protoOf(Manifest).c2x = get_buttonColor;
|
|
11489
|
+
protoOf(Manifest).h2y = get_textAlign;
|
|
11358
11490
|
protoOf(Option).i2t = isInvisible;
|
|
11359
11491
|
protoOf(Option).j2t = isInvisibleFlow;
|
|
11360
11492
|
protoOf(Option).k2t = isGone;
|
|
@@ -11374,13 +11506,13 @@
|
|
|
11374
11506
|
protoOf(Spacer).j2t = isInvisibleFlow;
|
|
11375
11507
|
protoOf(Spacer).k2t = isGone;
|
|
11376
11508
|
protoOf(Spacer).l2t = isGoneFlow;
|
|
11377
|
-
protoOf(StylesOverride).
|
|
11378
|
-
protoOf(StylesOverride).
|
|
11379
|
-
protoOf(StylesOverride).
|
|
11380
|
-
protoOf(StylesOverride).
|
|
11381
|
-
protoOf(StylesOverride).
|
|
11382
|
-
protoOf(StylesOverride).
|
|
11383
|
-
protoOf(StylesOverride).
|
|
11509
|
+
protoOf(StylesOverride).a2y = get_primaryColor;
|
|
11510
|
+
protoOf(StylesOverride).b2y = get_primaryTextColor;
|
|
11511
|
+
protoOf(StylesOverride).c2y = get_buttonStyle;
|
|
11512
|
+
protoOf(StylesOverride).c2x = get_buttonColor;
|
|
11513
|
+
protoOf(StylesOverride).d2y = get_cardBackgroundColor;
|
|
11514
|
+
protoOf(StylesOverride).e2y = get_multiselectOptionBackgroundColor;
|
|
11515
|
+
protoOf(StylesOverride).f2y = get_multiselectOptionSelectedColor;
|
|
11384
11516
|
protoOf(Tab).b2t = get_content;
|
|
11385
11517
|
protoOf(Tab).getAnalyticsEvents = getAnalyticsEvents;
|
|
11386
11518
|
protoOf(Tabs).i2t = isInvisible;
|
|
@@ -11395,72 +11527,72 @@
|
|
|
11395
11527
|
protoOf(Video).j2t = isInvisibleFlow;
|
|
11396
11528
|
protoOf(Video).k2t = isGone;
|
|
11397
11529
|
protoOf(Video).l2t = isGoneFlow;
|
|
11398
|
-
protoOf(Page).
|
|
11399
|
-
protoOf(Page).
|
|
11400
|
-
protoOf(Page).
|
|
11530
|
+
protoOf(Page).c2y = get_buttonStyle;
|
|
11531
|
+
protoOf(Page).c2x = get_buttonColor;
|
|
11532
|
+
protoOf(Page).h2y = get_textAlign;
|
|
11401
11533
|
protoOf(Page).getAnalyticsEvents = getAnalyticsEvents;
|
|
11402
|
-
protoOf(LessonPage).
|
|
11403
|
-
protoOf(LessonPage).
|
|
11404
|
-
protoOf(LessonPage).
|
|
11534
|
+
protoOf(LessonPage).c2y = get_buttonStyle;
|
|
11535
|
+
protoOf(LessonPage).c2x = get_buttonColor;
|
|
11536
|
+
protoOf(LessonPage).h2y = get_textAlign;
|
|
11405
11537
|
protoOf(LessonPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11406
11538
|
protoOf(LessonPage).b2t = get_content;
|
|
11407
11539
|
protoOf(Card_0).b2t = get_content;
|
|
11408
11540
|
protoOf(Card_0).getAnalyticsEvents = getAnalyticsEvents;
|
|
11409
|
-
protoOf(CardCollectionPage).
|
|
11410
|
-
protoOf(CardCollectionPage).
|
|
11411
|
-
protoOf(CardCollectionPage).
|
|
11541
|
+
protoOf(CardCollectionPage).c2y = get_buttonStyle;
|
|
11542
|
+
protoOf(CardCollectionPage).c2x = get_buttonColor;
|
|
11543
|
+
protoOf(CardCollectionPage).h2y = get_textAlign;
|
|
11412
11544
|
protoOf(CardCollectionPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11413
|
-
protoOf(ContentPage).
|
|
11414
|
-
protoOf(ContentPage).
|
|
11415
|
-
protoOf(ContentPage).
|
|
11545
|
+
protoOf(ContentPage).c2y = get_buttonStyle;
|
|
11546
|
+
protoOf(ContentPage).c2x = get_buttonColor;
|
|
11547
|
+
protoOf(ContentPage).h2y = get_textAlign;
|
|
11416
11548
|
protoOf(ContentPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11417
11549
|
protoOf(ContentPage).b2t = get_content;
|
|
11418
11550
|
protoOf(InlineTip).i2t = isInvisible;
|
|
11419
11551
|
protoOf(InlineTip).j2t = isInvisibleFlow;
|
|
11420
11552
|
protoOf(InlineTip).k2t = isGone;
|
|
11421
11553
|
protoOf(InlineTip).l2t = isGoneFlow;
|
|
11422
|
-
protoOf(Tip).
|
|
11423
|
-
protoOf(Tip).
|
|
11424
|
-
protoOf(Tip).
|
|
11425
|
-
protoOf(Tip).
|
|
11426
|
-
protoOf(Tip).
|
|
11427
|
-
protoOf(Tip).
|
|
11428
|
-
protoOf(Tip).
|
|
11554
|
+
protoOf(Tip).c2y = get_buttonStyle;
|
|
11555
|
+
protoOf(Tip).c2x = get_buttonColor;
|
|
11556
|
+
protoOf(Tip).d2y = get_cardBackgroundColor;
|
|
11557
|
+
protoOf(Tip).e2y = get_multiselectOptionBackgroundColor;
|
|
11558
|
+
protoOf(Tip).f2y = get_multiselectOptionSelectedColor;
|
|
11559
|
+
protoOf(Tip).g2y = get_textScale;
|
|
11560
|
+
protoOf(Tip).h2y = get_textAlign;
|
|
11429
11561
|
protoOf(TipPage).b2t = get_content;
|
|
11430
|
-
protoOf(Header).
|
|
11431
|
-
protoOf(Header).
|
|
11432
|
-
protoOf(Header).
|
|
11433
|
-
protoOf(Header).
|
|
11434
|
-
protoOf(Header).
|
|
11435
|
-
protoOf(Header).
|
|
11436
|
-
protoOf(Header).
|
|
11437
|
-
protoOf(Header).
|
|
11438
|
-
protoOf(Header).
|
|
11562
|
+
protoOf(Header).a2y = get_primaryColor;
|
|
11563
|
+
protoOf(Header).b2y = get_primaryTextColor;
|
|
11564
|
+
protoOf(Header).c2y = get_buttonStyle;
|
|
11565
|
+
protoOf(Header).c2x = get_buttonColor;
|
|
11566
|
+
protoOf(Header).d2y = get_cardBackgroundColor;
|
|
11567
|
+
protoOf(Header).e2y = get_multiselectOptionBackgroundColor;
|
|
11568
|
+
protoOf(Header).f2y = get_multiselectOptionSelectedColor;
|
|
11569
|
+
protoOf(Header).g2y = get_textScale;
|
|
11570
|
+
protoOf(Header).h2y = get_textAlign;
|
|
11439
11571
|
protoOf(Hero).b2t = get_content;
|
|
11440
11572
|
protoOf(Hero).getAnalyticsEvents = getAnalyticsEvents;
|
|
11441
11573
|
protoOf(Modal).b2t = get_content;
|
|
11442
|
-
protoOf(Modal).
|
|
11443
|
-
protoOf(Modal).
|
|
11444
|
-
protoOf(Modal).
|
|
11445
|
-
protoOf(Modal).
|
|
11446
|
-
protoOf(Card_1).
|
|
11447
|
-
protoOf(Card_1).
|
|
11448
|
-
protoOf(Card_1).
|
|
11449
|
-
protoOf(Card_1).
|
|
11450
|
-
protoOf(Card_1).
|
|
11451
|
-
protoOf(Card_1).
|
|
11452
|
-
protoOf(Card_1).
|
|
11453
|
-
protoOf(Card_1).
|
|
11454
|
-
protoOf(Card_1).
|
|
11574
|
+
protoOf(Modal).d2y = get_cardBackgroundColor;
|
|
11575
|
+
protoOf(Modal).e2y = get_multiselectOptionBackgroundColor;
|
|
11576
|
+
protoOf(Modal).f2y = get_multiselectOptionSelectedColor;
|
|
11577
|
+
protoOf(Modal).g2y = get_textScale;
|
|
11578
|
+
protoOf(Card_1).a2y = get_primaryColor;
|
|
11579
|
+
protoOf(Card_1).b2y = get_primaryTextColor;
|
|
11580
|
+
protoOf(Card_1).c2y = get_buttonStyle;
|
|
11581
|
+
protoOf(Card_1).c2x = get_buttonColor;
|
|
11582
|
+
protoOf(Card_1).d2y = get_cardBackgroundColor;
|
|
11583
|
+
protoOf(Card_1).e2y = get_multiselectOptionBackgroundColor;
|
|
11584
|
+
protoOf(Card_1).f2y = get_multiselectOptionSelectedColor;
|
|
11585
|
+
protoOf(Card_1).g2y = get_textScale;
|
|
11586
|
+
protoOf(Card_1).h2y = get_textAlign;
|
|
11455
11587
|
protoOf(Card_1).b2t = get_content;
|
|
11456
11588
|
protoOf(Card_1).getAnalyticsEvents = getAnalyticsEvents;
|
|
11457
|
-
protoOf(TractPage).
|
|
11458
|
-
protoOf(TractPage).
|
|
11459
|
-
protoOf(TractPage).
|
|
11589
|
+
protoOf(TractPage).c2y = get_buttonStyle;
|
|
11590
|
+
protoOf(TractPage).c2x = get_buttonColor;
|
|
11591
|
+
protoOf(TractPage).h2y = get_textAlign;
|
|
11460
11592
|
protoOf(TractPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11461
|
-
protoOf(SaxXmlPullParser).
|
|
11593
|
+
protoOf(SaxXmlPullParser).r3g = require$default;
|
|
11462
11594
|
protoOf(SaxXmlPullParser).o2t = getAttributeValue;
|
|
11463
|
-
protoOf(JsXmlPullParser).
|
|
11595
|
+
protoOf(JsXmlPullParser).r3g = require$default;
|
|
11464
11596
|
protoOf(JsXmlPullParser).o2t = getAttributeValue;
|
|
11465
11597
|
//endregion
|
|
11466
11598
|
//region block: init
|
|
@@ -11553,6 +11685,16 @@
|
|
|
11553
11685
|
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11554
11686
|
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11555
11687
|
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11688
|
+
$org$cru$godtools$shared$tool$parser$model.Dimension = Dimension;
|
|
11689
|
+
$org$cru$godtools$shared$tool$parser$model.Dimension.Percent = Percent;
|
|
11690
|
+
$org$cru$godtools$shared$tool$parser$model.Dimension.Pixels = Pixels;
|
|
11691
|
+
var $org = _.org || (_.org = {});
|
|
11692
|
+
var $org$cru = $org.cru || ($org.cru = {});
|
|
11693
|
+
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
11694
|
+
var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
|
|
11695
|
+
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11696
|
+
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11697
|
+
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11556
11698
|
$org$cru$godtools$shared$tool$parser$model.EventId = EventId;
|
|
11557
11699
|
defineProp($org$cru$godtools$shared$tool$parser$model.EventId, 'Companion', Companion_getInstance_17);
|
|
11558
11700
|
var $org = _.org || (_.org = {});
|
|
@@ -11562,6 +11704,36 @@
|
|
|
11562
11704
|
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11563
11705
|
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11564
11706
|
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11707
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity = Gravity;
|
|
11708
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity, 'Companion', Companion_getInstance_22);
|
|
11709
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal = Horizontal;
|
|
11710
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal.values = values_2;
|
|
11711
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal.valueOf = valueOf_1;
|
|
11712
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal, 'START', Horizontal_START_getInstance);
|
|
11713
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal, 'CENTER', Horizontal_CENTER_getInstance);
|
|
11714
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Horizontal, 'END', Horizontal_END_getInstance);
|
|
11715
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Vertical = Vertical;
|
|
11716
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Vertical.values = values_3;
|
|
11717
|
+
$org$cru$godtools$shared$tool$parser$model.Gravity.Vertical.valueOf = valueOf_2;
|
|
11718
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Vertical, 'TOP', Vertical_TOP_getInstance);
|
|
11719
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Vertical, 'CENTER', Vertical_CENTER_getInstance);
|
|
11720
|
+
defineProp($org$cru$godtools$shared$tool$parser$model.Gravity.Vertical, 'BOTTOM', Vertical_BOTTOM_getInstance);
|
|
11721
|
+
var $org = _.org || (_.org = {});
|
|
11722
|
+
var $org$cru = $org.cru || ($org.cru = {});
|
|
11723
|
+
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
11724
|
+
var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
|
|
11725
|
+
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11726
|
+
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11727
|
+
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11728
|
+
var $org = _.org || (_.org = {});
|
|
11729
|
+
var $org$cru = $org.cru || ($org.cru = {});
|
|
11730
|
+
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
11731
|
+
var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
|
|
11732
|
+
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11733
|
+
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11734
|
+
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11735
|
+
$org$cru$godtools$shared$tool$parser$model.Image = Image;
|
|
11736
|
+
$org$cru$godtools$shared$tool$parser$model.Image.createTestImage = createTestImage;
|
|
11565
11737
|
var $org = _.org || (_.org = {});
|
|
11566
11738
|
var $org$cru = $org.cru || ($org.cru = {});
|
|
11567
11739
|
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
@@ -11572,8 +11744,8 @@
|
|
|
11572
11744
|
$org$cru$godtools$shared$tool$parser$model.Manifest = Manifest;
|
|
11573
11745
|
$org$cru$godtools$shared$tool$parser$model.Manifest.createTestManifest = createTestManifest;
|
|
11574
11746
|
$org$cru$godtools$shared$tool$parser$model.Manifest.Type = Type_1;
|
|
11575
|
-
$org$cru$godtools$shared$tool$parser$model.Manifest.Type.values =
|
|
11576
|
-
$org$cru$godtools$shared$tool$parser$model.Manifest.Type.valueOf =
|
|
11747
|
+
$org$cru$godtools$shared$tool$parser$model.Manifest.Type.values = values_4;
|
|
11748
|
+
$org$cru$godtools$shared$tool$parser$model.Manifest.Type.valueOf = valueOf_3;
|
|
11577
11749
|
defineProp($org$cru$godtools$shared$tool$parser$model.Manifest.Type, 'ARTICLE', Type_ARTICLE_getInstance);
|
|
11578
11750
|
defineProp($org$cru$godtools$shared$tool$parser$model.Manifest.Type, 'CYOA', Type_CYOA_getInstance);
|
|
11579
11751
|
defineProp($org$cru$godtools$shared$tool$parser$model.Manifest.Type, 'LESSON', Type_LESSON_getInstance);
|
|
@@ -11604,14 +11776,14 @@
|
|
|
11604
11776
|
$org$cru$godtools$shared$tool$parser$model.Text = Text;
|
|
11605
11777
|
$org$cru$godtools$shared$tool$parser$model.Text.createTestText = createTestText;
|
|
11606
11778
|
$org$cru$godtools$shared$tool$parser$model.Text.Align = Align;
|
|
11607
|
-
$org$cru$godtools$shared$tool$parser$model.Text.Align.values =
|
|
11608
|
-
$org$cru$godtools$shared$tool$parser$model.Text.Align.valueOf =
|
|
11779
|
+
$org$cru$godtools$shared$tool$parser$model.Text.Align.values = values_5;
|
|
11780
|
+
$org$cru$godtools$shared$tool$parser$model.Text.Align.valueOf = valueOf_4;
|
|
11609
11781
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Align, 'START', Align_START_getInstance);
|
|
11610
11782
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Align, 'CENTER', Align_CENTER_getInstance);
|
|
11611
11783
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Align, 'END', Align_END_getInstance);
|
|
11612
11784
|
$org$cru$godtools$shared$tool$parser$model.Text.Style = Style_1;
|
|
11613
|
-
$org$cru$godtools$shared$tool$parser$model.Text.Style.values =
|
|
11614
|
-
$org$cru$godtools$shared$tool$parser$model.Text.Style.valueOf =
|
|
11785
|
+
$org$cru$godtools$shared$tool$parser$model.Text.Style.values = values_6;
|
|
11786
|
+
$org$cru$godtools$shared$tool$parser$model.Text.Style.valueOf = valueOf_5;
|
|
11615
11787
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Style, 'BOLD', Style_BOLD_getInstance);
|
|
11616
11788
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Style, 'ITALIC', Style_ITALIC_getInstance);
|
|
11617
11789
|
defineProp($org$cru$godtools$shared$tool$parser$model.Text.Style, 'UNDERLINE', Style_UNDERLINE_getInstance);
|