@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1188 → 0.9.0-SNAPSHOT.1198
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.
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
var lazy = kotlin_kotlin.$_$.x8;
|
|
98
98
|
var KProperty1 = kotlin_kotlin.$_$.x6;
|
|
99
99
|
var getPropertyCallableRef = kotlin_kotlin.$_$.s5;
|
|
100
|
+
var copyToArray = kotlin_kotlin.$_$.a3;
|
|
100
101
|
var interfaceMeta = kotlin_kotlin.$_$.v5;
|
|
101
102
|
var Companion_getInstance_0 = kotlin_com_github_ajalt_colormath_colormath.$_$.c;
|
|
102
103
|
var isBlank = kotlin_kotlin.$_$.g7;
|
|
@@ -119,7 +120,6 @@
|
|
|
119
120
|
var listOfNotNull = kotlin_kotlin.$_$.s3;
|
|
120
121
|
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.v;
|
|
121
122
|
var IllegalArgumentException = kotlin_kotlin.$_$.g8;
|
|
122
|
-
var copyToArray = kotlin_kotlin.$_$.a3;
|
|
123
123
|
var async = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.n;
|
|
124
124
|
var awaitAll = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.a;
|
|
125
125
|
var filterNotNull = kotlin_kotlin.$_$.h3;
|
|
@@ -233,17 +233,24 @@
|
|
|
233
233
|
setMetadataFor(Companion_4, 'Companion', objectMeta);
|
|
234
234
|
function get_isClickable() {
|
|
235
235
|
var tmp;
|
|
236
|
-
if (!(this.
|
|
236
|
+
if (!(this.url == null)) {
|
|
237
237
|
tmp = true;
|
|
238
238
|
} else {
|
|
239
239
|
var tmp$ret$0;
|
|
240
240
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
241
|
-
var tmp0_isNotEmpty = this.
|
|
241
|
+
var tmp0_isNotEmpty = this._events;
|
|
242
242
|
tmp$ret$0 = !tmp0_isNotEmpty.m();
|
|
243
243
|
tmp = tmp$ret$0;
|
|
244
244
|
}
|
|
245
245
|
return tmp;
|
|
246
246
|
}
|
|
247
|
+
function get_events() {
|
|
248
|
+
var tmp$ret$0;
|
|
249
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
250
|
+
var tmp0_toTypedArray = this._events;
|
|
251
|
+
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
252
|
+
return tmp$ret$0;
|
|
253
|
+
}
|
|
247
254
|
setMetadataFor(Clickable, 'Clickable', interfaceMeta);
|
|
248
255
|
setMetadataFor(Animation, 'Animation', classMeta, Content, [Content, Clickable]);
|
|
249
256
|
setMetadataFor(Companion_5, 'Companion', objectMeta);
|
|
@@ -268,7 +275,7 @@
|
|
|
268
275
|
}
|
|
269
276
|
function get_buttonColor() {
|
|
270
277
|
var tmp0_safe_receiver = this.x2s();
|
|
271
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
278
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2x();
|
|
272
279
|
}
|
|
273
280
|
function get_cardBackgroundColor() {
|
|
274
281
|
return get_cardBackgroundColor_0(this.x2s());
|
|
@@ -278,7 +285,7 @@
|
|
|
278
285
|
}
|
|
279
286
|
function get_multiselectOptionSelectedColor() {
|
|
280
287
|
var tmp0_safe_receiver = this.x2s();
|
|
281
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
288
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.d2y();
|
|
282
289
|
}
|
|
283
290
|
function get_textColor() {
|
|
284
291
|
return get_textColor_0(this.x2s());
|
|
@@ -1815,10 +1822,22 @@
|
|
|
1815
1822
|
function Animation() {
|
|
1816
1823
|
Companion_getInstance_7();
|
|
1817
1824
|
}
|
|
1825
|
+
defineProp(protoOf(Animation), '_events', function () {
|
|
1826
|
+
return this.m2v();
|
|
1827
|
+
});
|
|
1828
|
+
defineProp(protoOf(Animation), 'url', function () {
|
|
1829
|
+
return this.n2v();
|
|
1830
|
+
});
|
|
1831
|
+
defineProp(protoOf(Animation), 'isClickable', function () {
|
|
1832
|
+
return this.o2v();
|
|
1833
|
+
});
|
|
1834
|
+
defineProp(protoOf(Animation), 'events', function () {
|
|
1835
|
+
return this.p2v();
|
|
1836
|
+
});
|
|
1818
1837
|
function Companion_5() {
|
|
1819
1838
|
Companion_instance_5 = this;
|
|
1820
1839
|
}
|
|
1821
|
-
protoOf(Companion_5).
|
|
1840
|
+
protoOf(Companion_5).q2v = function (_this__u8e3s4) {
|
|
1822
1841
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
1823
1842
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : split(tmp0_safe_receiver, charArrayOf([_Char___init__impl__6a9atx(58)]));
|
|
1824
1843
|
var tmp;
|
|
@@ -1877,15 +1896,15 @@
|
|
|
1877
1896
|
}
|
|
1878
1897
|
function AspectRatio(width, height) {
|
|
1879
1898
|
Companion_getInstance_8();
|
|
1880
|
-
this.
|
|
1881
|
-
this.
|
|
1899
|
+
this.r2v_1 = width;
|
|
1900
|
+
this.s2v_1 = height;
|
|
1882
1901
|
}
|
|
1883
1902
|
protoOf(AspectRatio).toString = function () {
|
|
1884
|
-
return 'AspectRatio(width=' + this.
|
|
1903
|
+
return 'AspectRatio(width=' + this.r2v_1 + ', height=' + this.s2v_1 + ')';
|
|
1885
1904
|
};
|
|
1886
1905
|
protoOf(AspectRatio).hashCode = function () {
|
|
1887
|
-
var result = this.
|
|
1888
|
-
result = imul(result, 31) + this.
|
|
1906
|
+
var result = this.r2v_1;
|
|
1907
|
+
result = imul(result, 31) + this.s2v_1 | 0;
|
|
1889
1908
|
return result;
|
|
1890
1909
|
};
|
|
1891
1910
|
protoOf(AspectRatio).equals = function (other) {
|
|
@@ -1894,14 +1913,14 @@
|
|
|
1894
1913
|
if (!(other instanceof AspectRatio))
|
|
1895
1914
|
return false;
|
|
1896
1915
|
var tmp0_other_with_cast = other instanceof AspectRatio ? other : THROW_CCE();
|
|
1897
|
-
if (!(this.
|
|
1916
|
+
if (!(this.r2v_1 === tmp0_other_with_cast.r2v_1))
|
|
1898
1917
|
return false;
|
|
1899
|
-
if (!(this.
|
|
1918
|
+
if (!(this.s2v_1 === tmp0_other_with_cast.s2v_1))
|
|
1900
1919
|
return false;
|
|
1901
1920
|
return true;
|
|
1902
1921
|
};
|
|
1903
1922
|
function getResource(_this__u8e3s4, name) {
|
|
1904
|
-
return _this__u8e3s4.x2o().
|
|
1923
|
+
return _this__u8e3s4.x2o().t2v(name);
|
|
1905
1924
|
}
|
|
1906
1925
|
function get_manifest(_this__u8e3s4) {
|
|
1907
1926
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
@@ -1948,9 +1967,9 @@
|
|
|
1948
1967
|
var Type_UNKNOWN_instance;
|
|
1949
1968
|
function Companion_6() {
|
|
1950
1969
|
Companion_instance_6 = this;
|
|
1951
|
-
this.
|
|
1970
|
+
this.u2v_1 = Type_UNKNOWN_getInstance();
|
|
1952
1971
|
}
|
|
1953
|
-
protoOf(Companion_6).
|
|
1972
|
+
protoOf(Companion_6).v2v = function (_this__u8e3s4) {
|
|
1954
1973
|
var tmp0_subject = _this__u8e3s4;
|
|
1955
1974
|
switch (tmp0_subject) {
|
|
1956
1975
|
case 'event':
|
|
@@ -1984,7 +2003,7 @@
|
|
|
1984
2003
|
function Companion_7() {
|
|
1985
2004
|
Companion_instance_7 = this;
|
|
1986
2005
|
}
|
|
1987
|
-
protoOf(Companion_7).
|
|
2006
|
+
protoOf(Companion_7).w2v = function (_this__u8e3s4) {
|
|
1988
2007
|
var tmp0_subject = _this__u8e3s4;
|
|
1989
2008
|
switch (tmp0_subject) {
|
|
1990
2009
|
case 'contained':
|
|
@@ -2014,12 +2033,12 @@
|
|
|
2014
2033
|
}
|
|
2015
2034
|
function Companion_8() {
|
|
2016
2035
|
Companion_instance_8 = this;
|
|
2017
|
-
this.
|
|
2018
|
-
this.
|
|
2019
|
-
this.
|
|
2020
|
-
this.
|
|
2021
|
-
this.
|
|
2022
|
-
this.
|
|
2036
|
+
this.x2v_1 = 'button';
|
|
2037
|
+
this.y2v_1 = Horizontal_CENTER_getInstance();
|
|
2038
|
+
this.z2v_1 = new Percent(1.0);
|
|
2039
|
+
this.a2w_1 = get_TRANSPARENT();
|
|
2040
|
+
this.b2w_1 = Horizontal_START_getInstance();
|
|
2041
|
+
this.c2w_1 = 18;
|
|
2023
2042
|
}
|
|
2024
2043
|
var Companion_instance_8;
|
|
2025
2044
|
function Companion_getInstance_11() {
|
|
@@ -2031,7 +2050,7 @@
|
|
|
2031
2050
|
var tmp$ret$0;
|
|
2032
2051
|
// Inline function 'kotlin.getValue' call
|
|
2033
2052
|
var tmp0_getValue = defaultTextStyles$factory();
|
|
2034
|
-
tmp$ret$0 = $this.
|
|
2053
|
+
tmp$ret$0 = $this.v2w_1.o1();
|
|
2035
2054
|
return tmp$ret$0;
|
|
2036
2055
|
}
|
|
2037
2056
|
function Button_init_$Init$(parent, parser, $this) {
|
|
@@ -2041,7 +2060,7 @@
|
|
|
2041
2060
|
var tmp = get_XMLNS_CONTENT();
|
|
2042
2061
|
Companion_getInstance_11();
|
|
2043
2062
|
parser.r2r(2, tmp, 'button');
|
|
2044
|
-
var type = Companion_getInstance_9().
|
|
2063
|
+
var type = Companion_getInstance_9().v2v(parser.l2t('type'));
|
|
2045
2064
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2046
2065
|
// Inline function 'kotlin.contracts.contract' call
|
|
2047
2066
|
var rawUrl = parser.l2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -2061,17 +2080,17 @@
|
|
|
2061
2080
|
var tmp0_toEventIds = parser.l2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2062
2081
|
tmp$ret$0 = Companion_getInstance_17().l2v(tmp0_toEventIds);
|
|
2063
2082
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2064
|
-
$this.
|
|
2065
|
-
$this.
|
|
2083
|
+
$this.l2w_1 = (type == null ? true : equals(type, Type_EVENT_getInstance())) ? tmp1__anonymous__uwfjfc : emptyList();
|
|
2084
|
+
$this.m2w_1 = (type == null ? true : equals(type, Type_URL_getInstance())) ? uri : null;
|
|
2066
2085
|
var tmp_1 = $this;
|
|
2067
2086
|
var tmp0_safe_receiver_0 = parser.l2t('style');
|
|
2068
|
-
tmp_1.
|
|
2087
|
+
tmp_1.n2w_1 = tmp0_safe_receiver_0 == null ? null : Companion_getInstance_10().w2v(tmp0_safe_receiver_0);
|
|
2069
2088
|
var tmp_2 = $this;
|
|
2070
|
-
var tmp1_safe_receiver = Companion_getInstance_22().
|
|
2089
|
+
var tmp1_safe_receiver = Companion_getInstance_22().y2w(parser.l2t('gravity'));
|
|
2071
2090
|
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.horizontal;
|
|
2072
|
-
tmp_2.
|
|
2091
|
+
tmp_2.o2w_1 = tmp2_elvis_lhs == null ? Companion_getInstance_11().y2v_1 : tmp2_elvis_lhs;
|
|
2073
2092
|
var tmp_3 = $this;
|
|
2074
|
-
var tmp3_safe_receiver = Companion_getInstance_16().
|
|
2093
|
+
var tmp3_safe_receiver = Companion_getInstance_16().z2w(parser.l2t('width'));
|
|
2075
2094
|
var tmp_4;
|
|
2076
2095
|
if (tmp3_safe_receiver == null) {
|
|
2077
2096
|
tmp_4 = null;
|
|
@@ -2092,19 +2111,19 @@
|
|
|
2092
2111
|
tmp_4 = tmp$ret$2;
|
|
2093
2112
|
}
|
|
2094
2113
|
var tmp4_elvis_lhs = tmp_4;
|
|
2095
|
-
tmp_3.
|
|
2114
|
+
tmp_3.p2w_1 = tmp4_elvis_lhs == null ? Companion_getInstance_11().z2v_1 : tmp4_elvis_lhs;
|
|
2096
2115
|
var tmp_6 = $this;
|
|
2097
2116
|
var tmp5_safe_receiver = parser.l2t('color');
|
|
2098
|
-
tmp_6.
|
|
2117
|
+
tmp_6.q2w_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
2099
2118
|
var tmp_7 = $this;
|
|
2100
2119
|
var tmp6_safe_receiver = parser.l2t(get_XML_BACKGROUND_COLOR());
|
|
2101
2120
|
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
2102
|
-
tmp_7.
|
|
2103
|
-
$this.
|
|
2121
|
+
tmp_7.r2w_1 = tmp7_elvis_lhs == null ? Companion_getInstance_11().a2w_1 : tmp7_elvis_lhs;
|
|
2122
|
+
$this.s2w_1 = parser.l2t('icon');
|
|
2104
2123
|
var tmp_8 = $this;
|
|
2105
|
-
var tmp8_safe_receiver = Companion_getInstance_22().
|
|
2124
|
+
var tmp8_safe_receiver = Companion_getInstance_22().y2w(parser.l2t('icon-gravity'));
|
|
2106
2125
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : tmp8_safe_receiver.horizontal;
|
|
2107
|
-
tmp_8.
|
|
2126
|
+
tmp_8.u2w_1 = tmp9_elvis_lhs == null ? Companion_getInstance_11().b2w_1 : tmp9_elvis_lhs;
|
|
2108
2127
|
var tmp_9 = $this;
|
|
2109
2128
|
var tmp10_safe_receiver = parser.l2t('icon-size');
|
|
2110
2129
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
@@ -2115,20 +2134,20 @@
|
|
|
2115
2134
|
} else {
|
|
2116
2135
|
tmp_10 = tmp11_elvis_lhs;
|
|
2117
2136
|
}
|
|
2118
|
-
tmp_9.
|
|
2137
|
+
tmp_9.t2w_1 = tmp_10;
|
|
2119
2138
|
var tmp_11 = $this;
|
|
2120
2139
|
var tmp$ret$3;
|
|
2121
2140
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
2122
2141
|
tmp$ret$3 = ArrayList_init_$Create$();
|
|
2123
|
-
tmp_11.
|
|
2142
|
+
tmp_11.x2w_1 = tmp$ret$3;
|
|
2124
2143
|
var tmp_12 = $this;
|
|
2125
2144
|
var tmp_13 = _get_defaultTextStyles__fjozb5($this);
|
|
2126
2145
|
var tmp_14 = get_XMLNS_CONTENT();
|
|
2127
2146
|
Companion_getInstance_11();
|
|
2128
2147
|
var tmp12_elvis_lhs = parseTextChild(parser, tmp_13, tmp_14, 'button', Button$_init_$lambda_iw8cbr(parser, $this));
|
|
2129
|
-
tmp_12.
|
|
2148
|
+
tmp_12.w2w_1 = tmp12_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5($this)) : tmp12_elvis_lhs;
|
|
2130
2149
|
// Inline function 'kotlin.collections.forEach' call
|
|
2131
|
-
var tmp2_forEach = $this.
|
|
2150
|
+
var tmp2_forEach = $this.x2w_1;
|
|
2132
2151
|
var tmp0_iterator = tmp2_forEach.f();
|
|
2133
2152
|
while (tmp0_iterator.g()) {
|
|
2134
2153
|
var element = tmp0_iterator.h();
|
|
@@ -2154,7 +2173,7 @@
|
|
|
2154
2173
|
}
|
|
2155
2174
|
function Button$defaultTextStyles$delegate$lambda$lambda_0(this$0) {
|
|
2156
2175
|
return function () {
|
|
2157
|
-
var tmp0_subject = this$0.
|
|
2176
|
+
var tmp0_subject = this$0.a2x();
|
|
2158
2177
|
var tmp0 = tmp0_subject.d4_1;
|
|
2159
2178
|
var tmp;
|
|
2160
2179
|
switch (tmp0) {
|
|
@@ -2163,7 +2182,7 @@
|
|
|
2163
2182
|
tmp = get_primaryTextColor_0(this$0.x2s());
|
|
2164
2183
|
break;
|
|
2165
2184
|
case 1:
|
|
2166
|
-
tmp = this$0.
|
|
2185
|
+
tmp = this$0.b2x();
|
|
2167
2186
|
break;
|
|
2168
2187
|
default:
|
|
2169
2188
|
noWhenBranchMatchedException();
|
|
@@ -2188,7 +2207,7 @@
|
|
|
2188
2207
|
Companion_getInstance_6();
|
|
2189
2208
|
if (tmp1_subject === 'events') {
|
|
2190
2209
|
var tmp2_this = this$0;
|
|
2191
|
-
var tmp0_plusAssign = tmp2_this.
|
|
2210
|
+
var tmp0_plusAssign = tmp2_this.x2w_1;
|
|
2192
2211
|
var tmp1_plusAssign = Companion_getInstance_6().v2r($parser, this$0);
|
|
2193
2212
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
2194
2213
|
tmp_0 = Unit_getInstance();
|
|
@@ -2223,17 +2242,17 @@
|
|
|
2223
2242
|
return Style_UNKNOWN_instance;
|
|
2224
2243
|
}
|
|
2225
2244
|
protoOf(Button).m2v = function () {
|
|
2226
|
-
return this.
|
|
2245
|
+
return this.l2w_1;
|
|
2227
2246
|
};
|
|
2228
2247
|
protoOf(Button).n2v = function () {
|
|
2229
|
-
return this.
|
|
2248
|
+
return this.m2w_1;
|
|
2230
2249
|
};
|
|
2231
|
-
protoOf(Button).
|
|
2232
|
-
var tmp0_elvis_lhs = this.
|
|
2250
|
+
protoOf(Button).a2x = function () {
|
|
2251
|
+
var tmp0_elvis_lhs = this.n2w_1;
|
|
2233
2252
|
return tmp0_elvis_lhs == null ? get_buttonStyle_0(this.x2s()) : tmp0_elvis_lhs;
|
|
2234
2253
|
};
|
|
2235
|
-
protoOf(Button).
|
|
2236
|
-
var tmp0_elvis_lhs = this.
|
|
2254
|
+
protoOf(Button).b2x = function () {
|
|
2255
|
+
var tmp0_elvis_lhs = this.q2w_1;
|
|
2237
2256
|
var tmp;
|
|
2238
2257
|
if (tmp0_elvis_lhs == null) {
|
|
2239
2258
|
var tmp$ret$1;
|
|
@@ -2243,7 +2262,7 @@
|
|
|
2243
2262
|
var tmp$ret$0;
|
|
2244
2263
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Button.<get-buttonColor>.<anonymous>' call
|
|
2245
2264
|
var tmp0_safe_receiver = tmp0_let;
|
|
2246
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2265
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2x();
|
|
2247
2266
|
tmp$ret$0 = tmp1_elvis_lhs == null ? get_primaryColor_0(tmp0_let) : tmp1_elvis_lhs;
|
|
2248
2267
|
tmp$ret$1 = tmp$ret$0;
|
|
2249
2268
|
tmp = tmp$ret$1;
|
|
@@ -2253,7 +2272,7 @@
|
|
|
2253
2272
|
return tmp;
|
|
2254
2273
|
};
|
|
2255
2274
|
protoOf(Button).f2s = function () {
|
|
2256
|
-
return (protoOf(Content).f2s.call(this) ? true : !this.
|
|
2275
|
+
return (protoOf(Content).f2s.call(this) ? true : !this.isClickable) ? true : this.a2x().equals(Style_UNKNOWN_getInstance());
|
|
2257
2276
|
};
|
|
2258
2277
|
protoOf(Button)._getAnalyticsEvents = function (type) {
|
|
2259
2278
|
var tmp0_subject = type;
|
|
@@ -2262,7 +2281,7 @@
|
|
|
2262
2281
|
if (tmp0 === 3) {
|
|
2263
2282
|
var tmp$ret$2;
|
|
2264
2283
|
// Inline function 'kotlin.collections.filter' call
|
|
2265
|
-
var tmp1_filter = this.
|
|
2284
|
+
var tmp1_filter = this.x2w_1;
|
|
2266
2285
|
var tmp$ret$1;
|
|
2267
2286
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2268
2287
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -2288,8 +2307,20 @@
|
|
|
2288
2307
|
function Button() {
|
|
2289
2308
|
Companion_getInstance_11();
|
|
2290
2309
|
var tmp = this;
|
|
2291
|
-
tmp.
|
|
2310
|
+
tmp.v2w_1 = lazy(Button$defaultTextStyles$delegate$lambda(this));
|
|
2292
2311
|
}
|
|
2312
|
+
defineProp(protoOf(Button), '_events', function () {
|
|
2313
|
+
return this.m2v();
|
|
2314
|
+
});
|
|
2315
|
+
defineProp(protoOf(Button), 'url', function () {
|
|
2316
|
+
return this.n2v();
|
|
2317
|
+
});
|
|
2318
|
+
defineProp(protoOf(Button), 'isClickable', function () {
|
|
2319
|
+
return this.o2v();
|
|
2320
|
+
});
|
|
2321
|
+
defineProp(protoOf(Button), 'events', function () {
|
|
2322
|
+
return this.p2v();
|
|
2323
|
+
});
|
|
2293
2324
|
function defaultTextStyles$factory() {
|
|
2294
2325
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
2295
2326
|
return _get_defaultTextStyles__fjozb5(receiver);
|
|
@@ -2297,8 +2328,8 @@
|
|
|
2297
2328
|
}
|
|
2298
2329
|
function Companion_9() {
|
|
2299
2330
|
Companion_instance_9 = this;
|
|
2300
|
-
this.
|
|
2301
|
-
this.
|
|
2331
|
+
this.c2x_1 = 'card';
|
|
2332
|
+
this.d2x_1 = 'card-background-color';
|
|
2302
2333
|
}
|
|
2303
2334
|
var Companion_instance_9;
|
|
2304
2335
|
function Companion_getInstance_12() {
|
|
@@ -2313,7 +2344,7 @@
|
|
|
2313
2344
|
var tmp = get_XMLNS_CONTENT();
|
|
2314
2345
|
Companion_getInstance_12();
|
|
2315
2346
|
parser.r2r(2, tmp, 'card');
|
|
2316
|
-
$this.
|
|
2347
|
+
$this.m2x_1 = toColorOrNull(parser.l2t(get_XML_BACKGROUND_COLOR()));
|
|
2317
2348
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2318
2349
|
// Inline function 'kotlin.contracts.contract' call
|
|
2319
2350
|
var rawUrl = parser.l2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -2333,8 +2364,8 @@
|
|
|
2333
2364
|
var tmp0_toEventIds = parser.l2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2334
2365
|
tmp$ret$0 = Companion_getInstance_17().l2v(tmp0_toEventIds);
|
|
2335
2366
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2336
|
-
$this.
|
|
2337
|
-
$this.
|
|
2367
|
+
$this.o2x_1 = tmp1__anonymous__uwfjfc;
|
|
2368
|
+
$this.p2x_1 = uri;
|
|
2338
2369
|
var tmp_1 = $this;
|
|
2339
2370
|
var tmp$ret$9;
|
|
2340
2371
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -2414,20 +2445,20 @@
|
|
|
2414
2445
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
2415
2446
|
tmp$ret$8 = tmp$ret$7;
|
|
2416
2447
|
tmp$ret$9 = tmp$ret$8;
|
|
2417
|
-
tmp_1.
|
|
2448
|
+
tmp_1.n2x_1 = tmp$ret$9;
|
|
2418
2449
|
return $this;
|
|
2419
2450
|
}
|
|
2420
2451
|
function Card_init_$Create$(parent, parser) {
|
|
2421
2452
|
return Card_init_$Init$(parent, parser, objectCreate(protoOf(Card)));
|
|
2422
2453
|
}
|
|
2423
2454
|
protoOf(Card).q2s = function () {
|
|
2424
|
-
return this.
|
|
2455
|
+
return this.n2x_1;
|
|
2425
2456
|
};
|
|
2426
2457
|
protoOf(Card).m2v = function () {
|
|
2427
|
-
return this.
|
|
2458
|
+
return this.o2x_1;
|
|
2428
2459
|
};
|
|
2429
2460
|
protoOf(Card).n2v = function () {
|
|
2430
|
-
return this.
|
|
2461
|
+
return this.p2x_1;
|
|
2431
2462
|
};
|
|
2432
2463
|
protoOf(Card).f2s = function () {
|
|
2433
2464
|
var tmp;
|
|
@@ -2446,12 +2477,24 @@
|
|
|
2446
2477
|
defineProp(protoOf(Card), '_content', function () {
|
|
2447
2478
|
return this.q2s();
|
|
2448
2479
|
});
|
|
2480
|
+
defineProp(protoOf(Card), '_events', function () {
|
|
2481
|
+
return this.m2v();
|
|
2482
|
+
});
|
|
2483
|
+
defineProp(protoOf(Card), 'url', function () {
|
|
2484
|
+
return this.n2v();
|
|
2485
|
+
});
|
|
2449
2486
|
defineProp(protoOf(Card), 'content', function () {
|
|
2450
2487
|
return this.y2s();
|
|
2451
2488
|
});
|
|
2489
|
+
defineProp(protoOf(Card), 'isClickable', function () {
|
|
2490
|
+
return this.o2v();
|
|
2491
|
+
});
|
|
2492
|
+
defineProp(protoOf(Card), 'events', function () {
|
|
2493
|
+
return this.p2v();
|
|
2494
|
+
});
|
|
2452
2495
|
function Companion_10() {
|
|
2453
2496
|
Companion_instance_10 = this;
|
|
2454
|
-
this.
|
|
2497
|
+
this.q2x_1 = 'category';
|
|
2455
2498
|
}
|
|
2456
2499
|
var Companion_instance_10;
|
|
2457
2500
|
function Companion_getInstance_13() {
|
|
@@ -2466,8 +2509,8 @@
|
|
|
2466
2509
|
var tmp = get_XMLNS_MANIFEST();
|
|
2467
2510
|
Companion_getInstance_13();
|
|
2468
2511
|
parser.r2r(2, tmp, 'category');
|
|
2469
|
-
$this.
|
|
2470
|
-
$this.
|
|
2512
|
+
$this.s2x_1 = parser.l2t('id');
|
|
2513
|
+
$this.v2x_1 = parser.l2t('banner');
|
|
2471
2514
|
var label = null;
|
|
2472
2515
|
var tmp_0 = $this;
|
|
2473
2516
|
var tmp$ret$4;
|
|
@@ -2523,15 +2566,15 @@
|
|
|
2523
2566
|
tmp$ret$2 = tmp0_apply;
|
|
2524
2567
|
tmp$ret$3 = tmp$ret$2.u7();
|
|
2525
2568
|
tmp$ret$4 = tmp$ret$3;
|
|
2526
|
-
tmp_0.
|
|
2527
|
-
$this.
|
|
2569
|
+
tmp_0.u2x_1 = tmp$ret$4;
|
|
2570
|
+
$this.t2x_1 = label;
|
|
2528
2571
|
return $this;
|
|
2529
2572
|
}
|
|
2530
2573
|
function Category_init_$Create$(manifest, parser) {
|
|
2531
2574
|
return Category_init_$Init$(manifest, parser, objectCreate(protoOf(Category)));
|
|
2532
2575
|
}
|
|
2533
|
-
protoOf(Category).
|
|
2534
|
-
return this.x2o().
|
|
2576
|
+
protoOf(Category).w2x = function () {
|
|
2577
|
+
return this.x2o().x2x();
|
|
2535
2578
|
};
|
|
2536
2579
|
function Category() {
|
|
2537
2580
|
Companion_getInstance_13();
|
|
@@ -2687,16 +2730,16 @@
|
|
|
2687
2730
|
tmp_0.z2r_1 = tmp$ret$5;
|
|
2688
2731
|
var tmp_3 = $this;
|
|
2689
2732
|
var tmp4_safe_receiver = parser.l2t('required-device-type');
|
|
2690
|
-
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2733
|
+
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().h2y(tmp4_safe_receiver);
|
|
2691
2734
|
var tmp_4;
|
|
2692
2735
|
if (tmp6_elvis_lhs == null) {
|
|
2693
2736
|
var tmp5_safe_receiver = parser.l2t('restrictTo');
|
|
2694
|
-
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2737
|
+
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().h2y(tmp5_safe_receiver);
|
|
2695
2738
|
} else {
|
|
2696
2739
|
tmp_4 = tmp6_elvis_lhs;
|
|
2697
2740
|
}
|
|
2698
2741
|
var tmp7_elvis_lhs = tmp_4;
|
|
2699
|
-
tmp_3.a2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().
|
|
2742
|
+
tmp_3.a2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().g2y_1 : tmp7_elvis_lhs;
|
|
2700
2743
|
var tmp_5 = $this;
|
|
2701
2744
|
var tmp8_safe_receiver = parser.l2t('required-android-version');
|
|
2702
2745
|
var tmp_6;
|
|
@@ -2708,7 +2751,7 @@
|
|
|
2708
2751
|
// Inline function 'kotlin.contracts.contract' call
|
|
2709
2752
|
var tmp$ret$6;
|
|
2710
2753
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2711
|
-
var tmp0_elvis_lhs_0 = Companion_getInstance_42().
|
|
2754
|
+
var tmp0_elvis_lhs_0 = Companion_getInstance_42().i2y(tmp8_safe_receiver);
|
|
2712
2755
|
var tmp_7;
|
|
2713
2756
|
var tmp_8 = tmp0_elvis_lhs_0;
|
|
2714
2757
|
if ((tmp_8 == null ? null : new Version(tmp_8)) == null) {
|
|
@@ -2732,7 +2775,7 @@
|
|
|
2732
2775
|
// Inline function 'kotlin.contracts.contract' call
|
|
2733
2776
|
var tmp$ret$8;
|
|
2734
2777
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2735
|
-
var tmp0_elvis_lhs_1 = Companion_getInstance_42().
|
|
2778
|
+
var tmp0_elvis_lhs_1 = Companion_getInstance_42().i2y(tmp9_safe_receiver);
|
|
2736
2779
|
var tmp_11;
|
|
2737
2780
|
var tmp_12 = tmp0_elvis_lhs_1;
|
|
2738
2781
|
if ((tmp_12 == null ? null : new Version(tmp_12)) == null) {
|
|
@@ -2758,7 +2801,7 @@
|
|
|
2758
2801
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
2759
2802
|
version = version === VOID ? get_SCHEMA_VERSION() : version;
|
|
2760
2803
|
requiredFeatures = requiredFeatures === VOID ? emptySet() : requiredFeatures;
|
|
2761
|
-
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().
|
|
2804
|
+
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().g2y_1 : requiredDeviceType;
|
|
2762
2805
|
requiredAndroidVersion = requiredAndroidVersion === VOID ? null : requiredAndroidVersion;
|
|
2763
2806
|
requiredIosVersion = requiredIosVersion === VOID ? null : requiredIosVersion;
|
|
2764
2807
|
invisibleIf = invisibleIf === VOID ? null : invisibleIf;
|
|
@@ -3060,9 +3103,9 @@
|
|
|
3060
3103
|
var DeviceType_UNKNOWN_instance;
|
|
3061
3104
|
function Companion_12() {
|
|
3062
3105
|
Companion_instance_12 = this;
|
|
3063
|
-
this.
|
|
3106
|
+
this.g2y_1 = toSet(values_1());
|
|
3064
3107
|
}
|
|
3065
|
-
protoOf(Companion_12).
|
|
3108
|
+
protoOf(Companion_12).h2y = function (_this__u8e3s4) {
|
|
3066
3109
|
var tmp$ret$2;
|
|
3067
3110
|
// Inline function 'kotlin.collections.mapTo' call
|
|
3068
3111
|
var tmp0_mapTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -3139,7 +3182,7 @@
|
|
|
3139
3182
|
function Companion_13() {
|
|
3140
3183
|
Companion_instance_13 = this;
|
|
3141
3184
|
}
|
|
3142
|
-
protoOf(Companion_13).
|
|
3185
|
+
protoOf(Companion_13).z2w = function (_this__u8e3s4) {
|
|
3143
3186
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
3144
3187
|
var tmp;
|
|
3145
3188
|
if (tmp0_safe_receiver == null) {
|
|
@@ -3218,12 +3261,12 @@
|
|
|
3218
3261
|
protoOf(Percent).s2 = function () {
|
|
3219
3262
|
return this.value;
|
|
3220
3263
|
};
|
|
3221
|
-
protoOf(Percent).
|
|
3264
|
+
protoOf(Percent).s2y = function (value) {
|
|
3222
3265
|
return new Percent(value);
|
|
3223
3266
|
};
|
|
3224
3267
|
protoOf(Percent).copy = function (value, $super) {
|
|
3225
3268
|
value = value === VOID ? this.value : value;
|
|
3226
|
-
return this.
|
|
3269
|
+
return this.s2y(value);
|
|
3227
3270
|
};
|
|
3228
3271
|
protoOf(Percent).toString = function () {
|
|
3229
3272
|
return 'Percent(value=' + this.value + ')';
|
|
@@ -3251,12 +3294,12 @@
|
|
|
3251
3294
|
protoOf(Pixels).s2 = function () {
|
|
3252
3295
|
return this.value;
|
|
3253
3296
|
};
|
|
3254
|
-
protoOf(Pixels).
|
|
3297
|
+
protoOf(Pixels).t2y = function (value) {
|
|
3255
3298
|
return new Pixels(value);
|
|
3256
3299
|
};
|
|
3257
3300
|
protoOf(Pixels).copy = function (value, $super) {
|
|
3258
3301
|
value = value === VOID ? this.value : value;
|
|
3259
|
-
return this.
|
|
3302
|
+
return this.t2y(value);
|
|
3260
3303
|
};
|
|
3261
3304
|
protoOf(Pixels).toString = function () {
|
|
3262
3305
|
return 'Pixels(value=' + this.value + ')';
|
|
@@ -3290,7 +3333,7 @@
|
|
|
3290
3333
|
Companion_instance_14 = this;
|
|
3291
3334
|
this.FOLLOWUP = new EventId('followup', 'send');
|
|
3292
3335
|
}
|
|
3293
|
-
protoOf(Companion_14).
|
|
3336
|
+
protoOf(Companion_14).u2y = function () {
|
|
3294
3337
|
return this.FOLLOWUP;
|
|
3295
3338
|
};
|
|
3296
3339
|
protoOf(Companion_14).l2v = function (raw) {
|
|
@@ -3436,7 +3479,7 @@
|
|
|
3436
3479
|
};
|
|
3437
3480
|
function Companion_15() {
|
|
3438
3481
|
Companion_instance_15 = this;
|
|
3439
|
-
this.
|
|
3482
|
+
this.v2y_1 = 'fallback';
|
|
3440
3483
|
}
|
|
3441
3484
|
var Companion_instance_15;
|
|
3442
3485
|
function Companion_getInstance_18() {
|
|
@@ -3544,14 +3587,14 @@
|
|
|
3544
3587
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3545
3588
|
tmp$ret$7 = tmp$ret$6;
|
|
3546
3589
|
tmp$ret$8 = tmp$ret$7;
|
|
3547
|
-
tmp_1.
|
|
3590
|
+
tmp_1.r2y_1 = tmp$ret$8;
|
|
3548
3591
|
return $this;
|
|
3549
3592
|
}
|
|
3550
3593
|
function Fallback_init_$Create$(parent, parser) {
|
|
3551
3594
|
return Fallback_init_$Init$(parent, parser, objectCreate(protoOf(Fallback)));
|
|
3552
3595
|
}
|
|
3553
3596
|
protoOf(Fallback).q2s = function () {
|
|
3554
|
-
return take(this.
|
|
3597
|
+
return take(this.r2y_1, 1);
|
|
3555
3598
|
};
|
|
3556
3599
|
protoOf(Fallback).z2s = function () {
|
|
3557
3600
|
var tmp$ret$3;
|
|
@@ -3587,7 +3630,7 @@
|
|
|
3587
3630
|
});
|
|
3588
3631
|
function Companion_16() {
|
|
3589
3632
|
Companion_instance_16 = this;
|
|
3590
|
-
this.
|
|
3633
|
+
this.w2y_1 = 'width';
|
|
3591
3634
|
}
|
|
3592
3635
|
var Companion_instance_16;
|
|
3593
3636
|
function Companion_getInstance_19() {
|
|
@@ -3600,11 +3643,11 @@
|
|
|
3600
3643
|
Item.call($this);
|
|
3601
3644
|
Companion_getInstance_59();
|
|
3602
3645
|
parser.r2r(2, get_XMLNS_CONTENT(), 'item');
|
|
3603
|
-
$this.
|
|
3646
|
+
$this.y2y_1 = flow;
|
|
3604
3647
|
var tmp = $this;
|
|
3605
3648
|
var tmp_0 = Companion_getInstance_16();
|
|
3606
3649
|
Companion_getInstance_19();
|
|
3607
|
-
tmp.
|
|
3650
|
+
tmp.z2y_1 = tmp_0.z2w(parser.l2t('width'));
|
|
3608
3651
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseVisibilityAttrs' call
|
|
3609
3652
|
// Inline function 'kotlin.contracts.contract' call
|
|
3610
3653
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Item.<init>.<anonymous>' call
|
|
@@ -3631,7 +3674,7 @@
|
|
|
3631
3674
|
tmp$ret$1 = tmp_3;
|
|
3632
3675
|
tmp_2 = tmp$ret$1;
|
|
3633
3676
|
}
|
|
3634
|
-
tmp_1.
|
|
3677
|
+
tmp_1.a2z_1 = tmp_2;
|
|
3635
3678
|
var tmp_4 = $this;
|
|
3636
3679
|
var tmp1_safe_receiver = tmp1__anonymous__uwfjfc;
|
|
3637
3680
|
var tmp_5;
|
|
@@ -3653,7 +3696,7 @@
|
|
|
3653
3696
|
tmp$ret$3 = tmp_6;
|
|
3654
3697
|
tmp_5 = tmp$ret$3;
|
|
3655
3698
|
}
|
|
3656
|
-
tmp_4.
|
|
3699
|
+
tmp_4.b2z_1 = tmp_5;
|
|
3657
3700
|
var tmp_7 = $this;
|
|
3658
3701
|
var tmp$ret$12;
|
|
3659
3702
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -3733,7 +3776,7 @@
|
|
|
3733
3776
|
tmp$ret$10 = tmp$ret$9.u7();
|
|
3734
3777
|
tmp$ret$11 = tmp$ret$10;
|
|
3735
3778
|
tmp$ret$12 = tmp$ret$11;
|
|
3736
|
-
tmp_7.
|
|
3779
|
+
tmp_7.c2z_1 = tmp$ret$12;
|
|
3737
3780
|
return $this;
|
|
3738
3781
|
}
|
|
3739
3782
|
function Item_init_$Create$(flow, parser) {
|
|
@@ -3742,11 +3785,11 @@
|
|
|
3742
3785
|
function Item_init_$Init$_0(flow, content, $this) {
|
|
3743
3786
|
BaseModel.call($this, flow);
|
|
3744
3787
|
Item.call($this);
|
|
3745
|
-
$this.
|
|
3746
|
-
$this.y2y_1 = null;
|
|
3788
|
+
$this.y2y_1 = flow;
|
|
3747
3789
|
$this.z2y_1 = null;
|
|
3748
3790
|
$this.a2z_1 = null;
|
|
3749
|
-
$this.b2z_1 =
|
|
3791
|
+
$this.b2z_1 = null;
|
|
3792
|
+
$this.c2z_1 = listOfNotNull(content($this));
|
|
3750
3793
|
return $this;
|
|
3751
3794
|
}
|
|
3752
3795
|
function Item_init_$Create$_0(flow, content) {
|
|
@@ -3754,10 +3797,10 @@
|
|
|
3754
3797
|
}
|
|
3755
3798
|
function Companion_17() {
|
|
3756
3799
|
Companion_instance_17 = this;
|
|
3757
|
-
this.
|
|
3758
|
-
this.
|
|
3759
|
-
this.
|
|
3760
|
-
this.
|
|
3800
|
+
this.d2z_1 = 'flow';
|
|
3801
|
+
this.e2z_1 = 'item-width';
|
|
3802
|
+
this.f2z_1 = new Percent(1.0);
|
|
3803
|
+
this.g2z_1 = Horizontal_START_getInstance();
|
|
3761
3804
|
}
|
|
3762
3805
|
var Companion_instance_17;
|
|
3763
3806
|
function Companion_getInstance_20() {
|
|
@@ -3775,18 +3818,18 @@
|
|
|
3775
3818
|
var tmp_0 = $this;
|
|
3776
3819
|
var tmp_1 = Companion_getInstance_16();
|
|
3777
3820
|
Companion_getInstance_20();
|
|
3778
|
-
var tmp0_elvis_lhs = tmp_1.
|
|
3779
|
-
tmp_0.
|
|
3821
|
+
var tmp0_elvis_lhs = tmp_1.z2w(parser.l2t('item-width'));
|
|
3822
|
+
tmp_0.p2z_1 = tmp0_elvis_lhs == null ? Companion_getInstance_20().f2z_1 : tmp0_elvis_lhs;
|
|
3780
3823
|
var tmp_2 = $this;
|
|
3781
3824
|
var tmp1_safe_receiver = parser.l2t('row-gravity');
|
|
3782
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().
|
|
3825
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp1_safe_receiver);
|
|
3783
3826
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
3784
|
-
tmp_2.
|
|
3827
|
+
tmp_2.q2z_1 = tmp3_elvis_lhs == null ? Companion_getInstance_20().g2z_1 : tmp3_elvis_lhs;
|
|
3785
3828
|
var tmp_3 = $this;
|
|
3786
3829
|
var tmp$ret$0;
|
|
3787
3830
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
3788
3831
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
3789
|
-
tmp_3.
|
|
3832
|
+
tmp_3.r2z_1 = tmp$ret$0;
|
|
3790
3833
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
3791
3834
|
$l$loop_1: while (true) {
|
|
3792
3835
|
var tmp_4 = parser.h();
|
|
@@ -3805,7 +3848,7 @@
|
|
|
3805
3848
|
if (tmp1_subject === 'item') {
|
|
3806
3849
|
var tmp2_this = $this;
|
|
3807
3850
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3808
|
-
var tmp0_plusAssign = tmp2_this.
|
|
3851
|
+
var tmp0_plusAssign = tmp2_this.r2z_1;
|
|
3809
3852
|
var tmp1_plusAssign = Item_init_$Create$($this, parser);
|
|
3810
3853
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
3811
3854
|
}
|
|
@@ -3816,12 +3859,12 @@
|
|
|
3816
3859
|
var item = Item_init_$Create$_0($this, Flow$_init_$lambda_98n0kd(parser));
|
|
3817
3860
|
var tmp$ret$1;
|
|
3818
3861
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3819
|
-
var tmp2_isNotEmpty = item.
|
|
3862
|
+
var tmp2_isNotEmpty = item.c2z_1;
|
|
3820
3863
|
tmp$ret$1 = !tmp2_isNotEmpty.m();
|
|
3821
3864
|
if (tmp$ret$1) {
|
|
3822
3865
|
var tmp3_this = $this;
|
|
3823
3866
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3824
|
-
var tmp3_plusAssign = tmp3_this.
|
|
3867
|
+
var tmp3_plusAssign = tmp3_this.r2z_1;
|
|
3825
3868
|
tmp3_plusAssign.b(item);
|
|
3826
3869
|
}
|
|
3827
3870
|
}
|
|
@@ -3837,13 +3880,13 @@
|
|
|
3837
3880
|
return Flow_init_$Init$(parent, parser, objectCreate(protoOf(Flow)));
|
|
3838
3881
|
}
|
|
3839
3882
|
protoOf(Item).d2t = function () {
|
|
3840
|
-
return this.
|
|
3883
|
+
return this.a2z_1;
|
|
3841
3884
|
};
|
|
3842
3885
|
protoOf(Item).e2t = function () {
|
|
3843
|
-
return this.
|
|
3886
|
+
return this.b2z_1;
|
|
3844
3887
|
};
|
|
3845
3888
|
protoOf(Item).q2s = function () {
|
|
3846
|
-
return this.
|
|
3889
|
+
return this.c2z_1;
|
|
3847
3890
|
};
|
|
3848
3891
|
function Item() {
|
|
3849
3892
|
Companion_getInstance_19();
|
|
@@ -3895,7 +3938,7 @@
|
|
|
3895
3938
|
}
|
|
3896
3939
|
function Companion_18() {
|
|
3897
3940
|
Companion_instance_18 = this;
|
|
3898
|
-
this.
|
|
3941
|
+
this.s2z_1 = 'form';
|
|
3899
3942
|
}
|
|
3900
3943
|
var Companion_instance_18;
|
|
3901
3944
|
function Companion_getInstance_21() {
|
|
@@ -3989,14 +4032,14 @@
|
|
|
3989
4032
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3990
4033
|
tmp$ret$7 = tmp$ret$6;
|
|
3991
4034
|
tmp$ret$8 = tmp$ret$7;
|
|
3992
|
-
tmp_0.
|
|
4035
|
+
tmp_0.b30_1 = tmp$ret$8;
|
|
3993
4036
|
return $this;
|
|
3994
4037
|
}
|
|
3995
4038
|
function Form_init_$Create$(parent, parser) {
|
|
3996
4039
|
return Form_init_$Init$(parent, parser, objectCreate(protoOf(Form)));
|
|
3997
4040
|
}
|
|
3998
4041
|
protoOf(Form).q2s = function () {
|
|
3999
|
-
return this.
|
|
4042
|
+
return this.b30_1;
|
|
4000
4043
|
};
|
|
4001
4044
|
protoOf(Form).z2s = function () {
|
|
4002
4045
|
var tmp$ret$3;
|
|
@@ -4097,10 +4140,10 @@
|
|
|
4097
4140
|
Companion_instance_19 = this;
|
|
4098
4141
|
this.CENTER = new Gravity(Horizontal_CENTER_getInstance(), Vertical_CENTER_getInstance());
|
|
4099
4142
|
}
|
|
4100
|
-
protoOf(Companion_19).
|
|
4143
|
+
protoOf(Companion_19).c30 = function () {
|
|
4101
4144
|
return this.CENTER;
|
|
4102
4145
|
};
|
|
4103
|
-
protoOf(Companion_19).
|
|
4146
|
+
protoOf(Companion_19).y2w = function (_this__u8e3s4) {
|
|
4104
4147
|
if (_this__u8e3s4 == null)
|
|
4105
4148
|
return null;
|
|
4106
4149
|
var tmp;
|
|
@@ -4239,47 +4282,47 @@
|
|
|
4239
4282
|
this.horizontal = horizontal;
|
|
4240
4283
|
this.vertical = vertical;
|
|
4241
4284
|
}
|
|
4242
|
-
protoOf(Gravity).
|
|
4285
|
+
protoOf(Gravity).h30 = function () {
|
|
4243
4286
|
return this.horizontal;
|
|
4244
4287
|
};
|
|
4245
|
-
protoOf(Gravity).
|
|
4288
|
+
protoOf(Gravity).i30 = function () {
|
|
4246
4289
|
return this.vertical;
|
|
4247
4290
|
};
|
|
4248
|
-
protoOf(Gravity).
|
|
4291
|
+
protoOf(Gravity).j30 = function () {
|
|
4249
4292
|
return this.horizontal.equals(Horizontal_START_getInstance());
|
|
4250
4293
|
};
|
|
4251
|
-
protoOf(Gravity).
|
|
4294
|
+
protoOf(Gravity).k30 = function () {
|
|
4252
4295
|
return this.horizontal.equals(Horizontal_END_getInstance());
|
|
4253
4296
|
};
|
|
4254
|
-
protoOf(Gravity).
|
|
4297
|
+
protoOf(Gravity).l30 = function () {
|
|
4255
4298
|
return this.horizontal.equals(Horizontal_CENTER_getInstance());
|
|
4256
4299
|
};
|
|
4257
|
-
protoOf(Gravity).
|
|
4300
|
+
protoOf(Gravity).m30 = function () {
|
|
4258
4301
|
return this.vertical.equals(Vertical_TOP_getInstance());
|
|
4259
4302
|
};
|
|
4260
|
-
protoOf(Gravity).
|
|
4303
|
+
protoOf(Gravity).n30 = function () {
|
|
4261
4304
|
return this.vertical.equals(Vertical_BOTTOM_getInstance());
|
|
4262
4305
|
};
|
|
4263
|
-
protoOf(Gravity).
|
|
4306
|
+
protoOf(Gravity).o30 = function () {
|
|
4264
4307
|
return this.vertical.equals(Vertical_CENTER_getInstance());
|
|
4265
4308
|
};
|
|
4266
|
-
protoOf(Gravity).
|
|
4309
|
+
protoOf(Gravity).p30 = function () {
|
|
4267
4310
|
return this.isCenterX ? this.isCenterY : false;
|
|
4268
4311
|
};
|
|
4269
|
-
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).
|
|
4270
|
-
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).
|
|
4271
|
-
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).
|
|
4272
|
-
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).
|
|
4273
|
-
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).
|
|
4274
|
-
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).
|
|
4275
|
-
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).
|
|
4312
|
+
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).j30);
|
|
4313
|
+
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).k30);
|
|
4314
|
+
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).l30);
|
|
4315
|
+
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).m30);
|
|
4316
|
+
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).n30);
|
|
4317
|
+
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).o30);
|
|
4318
|
+
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).p30);
|
|
4276
4319
|
function HasAnalyticsEvents() {
|
|
4277
4320
|
}
|
|
4278
4321
|
function Companion_20() {
|
|
4279
4322
|
Companion_instance_20 = this;
|
|
4280
|
-
this.
|
|
4281
|
-
this.
|
|
4282
|
-
this.
|
|
4323
|
+
this.q30_1 = 'image';
|
|
4324
|
+
this.r30_1 = Horizontal_CENTER_getInstance();
|
|
4325
|
+
this.s30_1 = new Percent(1.0);
|
|
4283
4326
|
}
|
|
4284
4327
|
var Companion_instance_20;
|
|
4285
4328
|
function Companion_getInstance_23() {
|
|
@@ -4294,7 +4337,7 @@
|
|
|
4294
4337
|
var tmp = get_XMLNS_CONTENT();
|
|
4295
4338
|
Companion_getInstance_23();
|
|
4296
4339
|
parser.r2r(2, tmp, 'image');
|
|
4297
|
-
$this.
|
|
4340
|
+
$this.d31_1 = parser.l2t('resource');
|
|
4298
4341
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
4299
4342
|
// Inline function 'kotlin.contracts.contract' call
|
|
4300
4343
|
var rawUrl = parser.l2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -4314,14 +4357,14 @@
|
|
|
4314
4357
|
var tmp0_toEventIds = parser.l2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4315
4358
|
tmp$ret$0 = Companion_getInstance_17().l2v(tmp0_toEventIds);
|
|
4316
4359
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4317
|
-
$this.
|
|
4318
|
-
$this.
|
|
4360
|
+
$this.b31_1 = tmp1__anonymous__uwfjfc;
|
|
4361
|
+
$this.c31_1 = uri;
|
|
4319
4362
|
var tmp_1 = $this;
|
|
4320
|
-
var tmp0_safe_receiver_0 = Companion_getInstance_22().
|
|
4363
|
+
var tmp0_safe_receiver_0 = Companion_getInstance_22().y2w(parser.l2t('gravity'));
|
|
4321
4364
|
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().
|
|
4365
|
+
tmp_1.gravity = tmp1_elvis_lhs == null ? Companion_getInstance_23().r30_1 : tmp1_elvis_lhs;
|
|
4323
4366
|
var tmp_2 = $this;
|
|
4324
|
-
var tmp2_safe_receiver = Companion_getInstance_16().
|
|
4367
|
+
var tmp2_safe_receiver = Companion_getInstance_16().z2w(parser.l2t('width'));
|
|
4325
4368
|
var tmp_3;
|
|
4326
4369
|
if (tmp2_safe_receiver == null) {
|
|
4327
4370
|
tmp_3 = null;
|
|
@@ -4342,7 +4385,7 @@
|
|
|
4342
4385
|
tmp_3 = tmp$ret$2;
|
|
4343
4386
|
}
|
|
4344
4387
|
var tmp3_elvis_lhs = tmp_3;
|
|
4345
|
-
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().
|
|
4388
|
+
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().s30_1 : tmp3_elvis_lhs;
|
|
4346
4389
|
skipTag(parser);
|
|
4347
4390
|
return $this;
|
|
4348
4391
|
}
|
|
@@ -4352,36 +4395,36 @@
|
|
|
4352
4395
|
function Image_init_$Init$_0(parent, resource, gravity, width, $this) {
|
|
4353
4396
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
4354
4397
|
resource = resource === VOID ? null : resource;
|
|
4355
|
-
gravity = gravity === VOID ? Companion_getInstance_23().
|
|
4356
|
-
width = width === VOID ? Companion_getInstance_23().
|
|
4398
|
+
gravity = gravity === VOID ? Companion_getInstance_23().r30_1 : gravity;
|
|
4399
|
+
width = width === VOID ? Companion_getInstance_23().s30_1 : width;
|
|
4357
4400
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
4358
4401
|
Image.call($this);
|
|
4359
|
-
$this.
|
|
4402
|
+
$this.d31_1 = resource;
|
|
4360
4403
|
$this.gravity = gravity;
|
|
4361
4404
|
$this.width = width;
|
|
4362
|
-
$this.
|
|
4363
|
-
$this.
|
|
4405
|
+
$this.b31_1 = emptyList();
|
|
4406
|
+
$this.c31_1 = null;
|
|
4364
4407
|
return $this;
|
|
4365
4408
|
}
|
|
4366
4409
|
function createTestImage(parent, resource, gravity, width) {
|
|
4367
4410
|
return Image_init_$Init$_0(parent, resource, gravity, width, objectCreate(protoOf(Image)));
|
|
4368
4411
|
}
|
|
4369
4412
|
protoOf(Image).m2v = function () {
|
|
4370
|
-
return this.a31_1;
|
|
4371
|
-
};
|
|
4372
|
-
protoOf(Image).n2v = function () {
|
|
4373
4413
|
return this.b31_1;
|
|
4374
4414
|
};
|
|
4375
|
-
protoOf(Image).
|
|
4415
|
+
protoOf(Image).n2v = function () {
|
|
4376
4416
|
return this.c31_1;
|
|
4377
4417
|
};
|
|
4378
4418
|
protoOf(Image).e31 = function () {
|
|
4379
|
-
return
|
|
4419
|
+
return this.d31_1;
|
|
4380
4420
|
};
|
|
4381
4421
|
protoOf(Image).f31 = function () {
|
|
4382
|
-
return this.
|
|
4422
|
+
return getResource(this, this.d31_1);
|
|
4383
4423
|
};
|
|
4384
4424
|
protoOf(Image).g31 = function () {
|
|
4425
|
+
return this.gravity;
|
|
4426
|
+
};
|
|
4427
|
+
protoOf(Image).h31 = function () {
|
|
4385
4428
|
return this.width;
|
|
4386
4429
|
};
|
|
4387
4430
|
protoOf(Image).f2s = function () {
|
|
@@ -4391,7 +4434,7 @@
|
|
|
4391
4434
|
} else {
|
|
4392
4435
|
var tmp$ret$0;
|
|
4393
4436
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
4394
|
-
var tmp0_isNullOrEmpty = this.
|
|
4437
|
+
var tmp0_isNullOrEmpty = this.d31_1;
|
|
4395
4438
|
// Inline function 'kotlin.contracts.contract' call
|
|
4396
4439
|
tmp$ret$0 = tmp0_isNullOrEmpty == null ? true : charSequenceLength(tmp0_isNullOrEmpty) === 0;
|
|
4397
4440
|
tmp = tmp$ret$0;
|
|
@@ -4401,7 +4444,19 @@
|
|
|
4401
4444
|
function Image() {
|
|
4402
4445
|
Companion_getInstance_23();
|
|
4403
4446
|
}
|
|
4404
|
-
defineProp(protoOf(Image), '
|
|
4447
|
+
defineProp(protoOf(Image), '_events', function () {
|
|
4448
|
+
return this.m2v();
|
|
4449
|
+
});
|
|
4450
|
+
defineProp(protoOf(Image), 'url', function () {
|
|
4451
|
+
return this.n2v();
|
|
4452
|
+
});
|
|
4453
|
+
defineProp(protoOf(Image), 'resource', protoOf(Image).f31);
|
|
4454
|
+
defineProp(protoOf(Image), 'isClickable', function () {
|
|
4455
|
+
return this.o2v();
|
|
4456
|
+
});
|
|
4457
|
+
defineProp(protoOf(Image), 'events', function () {
|
|
4458
|
+
return this.p2v();
|
|
4459
|
+
});
|
|
4405
4460
|
var ImageScaleType_FIT_instance;
|
|
4406
4461
|
var ImageScaleType_FILL_instance;
|
|
4407
4462
|
var ImageScaleType_FILL_X_instance;
|
|
@@ -4409,7 +4464,7 @@
|
|
|
4409
4464
|
function Companion_21() {
|
|
4410
4465
|
Companion_instance_21 = this;
|
|
4411
4466
|
}
|
|
4412
|
-
protoOf(Companion_21).
|
|
4467
|
+
protoOf(Companion_21).i31 = function (_this__u8e3s4) {
|
|
4413
4468
|
var tmp0_subject = _this__u8e3s4;
|
|
4414
4469
|
switch (tmp0_subject) {
|
|
4415
4470
|
case 'fit':
|
|
@@ -4467,9 +4522,9 @@
|
|
|
4467
4522
|
var Type_HIDDEN_instance;
|
|
4468
4523
|
function Companion_22() {
|
|
4469
4524
|
Companion_instance_22 = this;
|
|
4470
|
-
this.
|
|
4525
|
+
this.j31_1 = Type_TEXT_getInstance();
|
|
4471
4526
|
}
|
|
4472
|
-
protoOf(Companion_22).
|
|
4527
|
+
protoOf(Companion_22).k31 = function (_this__u8e3s4) {
|
|
4473
4528
|
var tmp0_subject = _this__u8e3s4;
|
|
4474
4529
|
switch (tmp0_subject) {
|
|
4475
4530
|
case 'email':
|
|
@@ -4504,7 +4559,7 @@
|
|
|
4504
4559
|
}
|
|
4505
4560
|
function Companion_23() {
|
|
4506
4561
|
Companion_instance_23 = this;
|
|
4507
|
-
this.
|
|
4562
|
+
this.l31_1 = 'input';
|
|
4508
4563
|
}
|
|
4509
4564
|
var Companion_instance_23;
|
|
4510
4565
|
function Companion_getInstance_26() {
|
|
@@ -4521,14 +4576,14 @@
|
|
|
4521
4576
|
parser.r2r(2, tmp, 'input');
|
|
4522
4577
|
var tmp_0 = $this;
|
|
4523
4578
|
var tmp0_safe_receiver = parser.l2t('type');
|
|
4524
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().
|
|
4525
|
-
tmp_0.
|
|
4526
|
-
$this.
|
|
4527
|
-
$this.
|
|
4579
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().k31(tmp0_safe_receiver);
|
|
4580
|
+
tmp_0.u31_1 = tmp1_elvis_lhs == null ? Companion_getInstance_25().j31_1 : tmp1_elvis_lhs;
|
|
4581
|
+
$this.v31_1 = parser.l2t('name');
|
|
4582
|
+
$this.w31_1 = parser.l2t('value');
|
|
4528
4583
|
var tmp_1 = $this;
|
|
4529
4584
|
var tmp2_safe_receiver = parser.l2t('required');
|
|
4530
4585
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
4531
|
-
tmp_1.
|
|
4586
|
+
tmp_1.x31_1 = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
4532
4587
|
var label = null;
|
|
4533
4588
|
var placeholder = null;
|
|
4534
4589
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -4557,8 +4612,8 @@
|
|
|
4557
4612
|
continue $l$loop_1;
|
|
4558
4613
|
skipTag(parser);
|
|
4559
4614
|
}
|
|
4560
|
-
$this.
|
|
4561
|
-
$this.
|
|
4615
|
+
$this.y31_1 = label;
|
|
4616
|
+
$this.z31_1 = placeholder;
|
|
4562
4617
|
return $this;
|
|
4563
4618
|
}
|
|
4564
4619
|
function Input_init_$Create$(parent, parser) {
|
|
@@ -4588,7 +4643,7 @@
|
|
|
4588
4643
|
}
|
|
4589
4644
|
function Companion_24() {
|
|
4590
4645
|
Companion_instance_24 = this;
|
|
4591
|
-
this.
|
|
4646
|
+
this.a32_1 = 'link';
|
|
4592
4647
|
}
|
|
4593
4648
|
var Companion_instance_24;
|
|
4594
4649
|
function Companion_getInstance_27() {
|
|
@@ -4600,7 +4655,7 @@
|
|
|
4600
4655
|
var tmp$ret$0;
|
|
4601
4656
|
// Inline function 'kotlin.getValue' call
|
|
4602
4657
|
var tmp0_getValue = defaultTextStyles$factory_0();
|
|
4603
|
-
tmp$ret$0 = $this.
|
|
4658
|
+
tmp$ret$0 = $this.l32_1.o1();
|
|
4604
4659
|
return tmp$ret$0;
|
|
4605
4660
|
}
|
|
4606
4661
|
function Link_init_$Init$(parent, parser, $this) {
|
|
@@ -4629,19 +4684,19 @@
|
|
|
4629
4684
|
var tmp0_toEventIds = parser.l2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4630
4685
|
tmp$ret$0 = Companion_getInstance_17().l2v(tmp0_toEventIds);
|
|
4631
4686
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4632
|
-
$this.
|
|
4633
|
-
$this.
|
|
4687
|
+
$this.j32_1 = tmp1__anonymous__uwfjfc;
|
|
4688
|
+
$this.k32_1 = uri;
|
|
4634
4689
|
var tmp_1 = $this;
|
|
4635
4690
|
var tmp$ret$1;
|
|
4636
4691
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
4637
4692
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
4638
|
-
tmp_1.
|
|
4693
|
+
tmp_1.n32_1 = tmp$ret$1;
|
|
4639
4694
|
var tmp_2 = $this;
|
|
4640
4695
|
var tmp_3 = _get_defaultTextStyles__fjozb5_0($this);
|
|
4641
4696
|
var tmp_4 = get_XMLNS_CONTENT();
|
|
4642
4697
|
Companion_getInstance_27();
|
|
4643
4698
|
var tmp0_elvis_lhs = parseTextChild(parser, tmp_3, tmp_4, 'link', Link$_init_$lambda_v5gdv3(parser, $this));
|
|
4644
|
-
tmp_2.
|
|
4699
|
+
tmp_2.m32_1 = tmp0_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5_0($this)) : tmp0_elvis_lhs;
|
|
4645
4700
|
return $this;
|
|
4646
4701
|
}
|
|
4647
4702
|
function Link_init_$Create$(parent, parser) {
|
|
@@ -4667,7 +4722,7 @@
|
|
|
4667
4722
|
Companion_getInstance_6();
|
|
4668
4723
|
if (tmp1_subject === 'events') {
|
|
4669
4724
|
var tmp2_this = this$0;
|
|
4670
|
-
var tmp0_plusAssign = tmp2_this.
|
|
4725
|
+
var tmp0_plusAssign = tmp2_this.n32_1;
|
|
4671
4726
|
var tmp1_plusAssign = Companion_getInstance_6().v2r($parser, this$0);
|
|
4672
4727
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
4673
4728
|
tmp_0 = Unit_getInstance();
|
|
@@ -4678,13 +4733,13 @@
|
|
|
4678
4733
|
};
|
|
4679
4734
|
}
|
|
4680
4735
|
protoOf(Link).m2v = function () {
|
|
4681
|
-
return this.
|
|
4736
|
+
return this.j32_1;
|
|
4682
4737
|
};
|
|
4683
4738
|
protoOf(Link).n2v = function () {
|
|
4684
|
-
return this.
|
|
4739
|
+
return this.k32_1;
|
|
4685
4740
|
};
|
|
4686
4741
|
protoOf(Link).f2s = function () {
|
|
4687
|
-
return protoOf(Content).f2s.call(this) ? true : !this.
|
|
4742
|
+
return protoOf(Content).f2s.call(this) ? true : !this.isClickable;
|
|
4688
4743
|
};
|
|
4689
4744
|
protoOf(Link)._getAnalyticsEvents = function (type) {
|
|
4690
4745
|
var tmp0_subject = type;
|
|
@@ -4693,7 +4748,7 @@
|
|
|
4693
4748
|
if (tmp0 === 3) {
|
|
4694
4749
|
var tmp$ret$2;
|
|
4695
4750
|
// Inline function 'kotlin.collections.filter' call
|
|
4696
|
-
var tmp1_filter = this.
|
|
4751
|
+
var tmp1_filter = this.n32_1;
|
|
4697
4752
|
var tmp$ret$1;
|
|
4698
4753
|
// Inline function 'kotlin.collections.filterTo' call
|
|
4699
4754
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -4719,28 +4774,40 @@
|
|
|
4719
4774
|
function Link() {
|
|
4720
4775
|
Companion_getInstance_27();
|
|
4721
4776
|
var tmp = this;
|
|
4722
|
-
tmp.
|
|
4777
|
+
tmp.l32_1 = lazy(Link$defaultTextStyles$delegate$lambda(this));
|
|
4723
4778
|
}
|
|
4779
|
+
defineProp(protoOf(Link), '_events', function () {
|
|
4780
|
+
return this.m2v();
|
|
4781
|
+
});
|
|
4782
|
+
defineProp(protoOf(Link), 'url', function () {
|
|
4783
|
+
return this.n2v();
|
|
4784
|
+
});
|
|
4785
|
+
defineProp(protoOf(Link), 'isClickable', function () {
|
|
4786
|
+
return this.o2v();
|
|
4787
|
+
});
|
|
4788
|
+
defineProp(protoOf(Link), 'events', function () {
|
|
4789
|
+
return this.p2v();
|
|
4790
|
+
});
|
|
4724
4791
|
function defaultTextStyles$factory_0() {
|
|
4725
4792
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
4726
4793
|
return _get_defaultTextStyles__fjozb5_0(receiver);
|
|
4727
4794
|
}, null);
|
|
4728
4795
|
}
|
|
4729
4796
|
function Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4730
|
-
this.
|
|
4731
|
-
this.
|
|
4732
|
-
this.
|
|
4733
|
-
this.
|
|
4797
|
+
this.w32_1 = $manifest;
|
|
4798
|
+
this.x32_1 = $fileName;
|
|
4799
|
+
this.y32_1 = $parseFile;
|
|
4800
|
+
this.z32_1 = $src;
|
|
4734
4801
|
CoroutineImpl.call(this, resultContinuation);
|
|
4735
4802
|
}
|
|
4736
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).
|
|
4803
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).c33 = function ($this$async, $completion) {
|
|
4737
4804
|
var tmp = this.x10($this$async, $completion);
|
|
4738
4805
|
tmp.ae_1 = Unit_getInstance();
|
|
4739
4806
|
tmp.be_1 = null;
|
|
4740
4807
|
return tmp.re();
|
|
4741
4808
|
};
|
|
4742
4809
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).ff = function (p1, $completion) {
|
|
4743
|
-
return this.
|
|
4810
|
+
return this.c33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4744
4811
|
};
|
|
4745
4812
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).re = function () {
|
|
4746
4813
|
var suspendResult = this.ae_1;
|
|
@@ -4750,9 +4817,9 @@
|
|
|
4750
4817
|
switch (tmp) {
|
|
4751
4818
|
case 0:
|
|
4752
4819
|
this.zd_1 = 2;
|
|
4753
|
-
this.
|
|
4820
|
+
this.b33_1 = Companion_getInstance_48();
|
|
4754
4821
|
this.yd_1 = 1;
|
|
4755
|
-
suspendResult = this.
|
|
4822
|
+
suspendResult = this.y32_1(this.z32_1, this);
|
|
4756
4823
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4757
4824
|
return suspendResult;
|
|
4758
4825
|
}
|
|
@@ -4760,7 +4827,7 @@
|
|
|
4760
4827
|
continue $sm;
|
|
4761
4828
|
case 1:
|
|
4762
4829
|
var ARGUMENT = suspendResult;
|
|
4763
|
-
return this.
|
|
4830
|
+
return this.b33_1.h33(this.w32_1, this.x32_1, ARGUMENT);
|
|
4764
4831
|
case 2:
|
|
4765
4832
|
throw this.be_1;
|
|
4766
4833
|
}
|
|
@@ -4776,33 +4843,33 @@
|
|
|
4776
4843
|
while (true);
|
|
4777
4844
|
};
|
|
4778
4845
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).x10 = function ($this$async, completion) {
|
|
4779
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.
|
|
4780
|
-
i.
|
|
4846
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.w32_1, this.x32_1, this.y32_1, this.z32_1, completion);
|
|
4847
|
+
i.a33_1 = $this$async;
|
|
4781
4848
|
return i;
|
|
4782
4849
|
};
|
|
4783
4850
|
function Manifest$Companion$parse$slambda$slambda$slambda_0($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4784
4851
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation);
|
|
4785
4852
|
var l = function ($this$async, $completion) {
|
|
4786
|
-
return i.
|
|
4853
|
+
return i.c33($this$async, $completion);
|
|
4787
4854
|
};
|
|
4788
4855
|
l.$arity = 1;
|
|
4789
4856
|
return l;
|
|
4790
4857
|
}
|
|
4791
4858
|
function Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4792
|
-
this.
|
|
4793
|
-
this.
|
|
4794
|
-
this.
|
|
4795
|
-
this.
|
|
4859
|
+
this.q33_1 = $manifest;
|
|
4860
|
+
this.r33_1 = $id;
|
|
4861
|
+
this.s33_1 = $parseFile;
|
|
4862
|
+
this.t33_1 = $src;
|
|
4796
4863
|
CoroutineImpl.call(this, resultContinuation);
|
|
4797
4864
|
}
|
|
4798
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).
|
|
4865
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).v33 = function ($this$async, $completion) {
|
|
4799
4866
|
var tmp = this.x10($this$async, $completion);
|
|
4800
4867
|
tmp.ae_1 = Unit_getInstance();
|
|
4801
4868
|
tmp.be_1 = null;
|
|
4802
4869
|
return tmp.re();
|
|
4803
4870
|
};
|
|
4804
4871
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).ff = function (p1, $completion) {
|
|
4805
|
-
return this.
|
|
4872
|
+
return this.v33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4806
4873
|
};
|
|
4807
4874
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).re = function () {
|
|
4808
4875
|
var suspendResult = this.ae_1;
|
|
@@ -4813,7 +4880,7 @@
|
|
|
4813
4880
|
case 0:
|
|
4814
4881
|
this.zd_1 = 2;
|
|
4815
4882
|
this.yd_1 = 1;
|
|
4816
|
-
suspendResult = this.
|
|
4883
|
+
suspendResult = this.s33_1(this.t33_1, this);
|
|
4817
4884
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4818
4885
|
return suspendResult;
|
|
4819
4886
|
}
|
|
@@ -4821,7 +4888,7 @@
|
|
|
4821
4888
|
continue $sm;
|
|
4822
4889
|
case 1:
|
|
4823
4890
|
var ARGUMENT = suspendResult;
|
|
4824
|
-
return Tip_init_$Create$(this.
|
|
4891
|
+
return Tip_init_$Create$(this.q33_1, this.r33_1, ARGUMENT);
|
|
4825
4892
|
case 2:
|
|
4826
4893
|
throw this.be_1;
|
|
4827
4894
|
}
|
|
@@ -4837,21 +4904,21 @@
|
|
|
4837
4904
|
while (true);
|
|
4838
4905
|
};
|
|
4839
4906
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).x10 = function ($this$async, completion) {
|
|
4840
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.
|
|
4841
|
-
i.
|
|
4907
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.q33_1, this.r33_1, this.s33_1, this.t33_1, completion);
|
|
4908
|
+
i.u33_1 = $this$async;
|
|
4842
4909
|
return i;
|
|
4843
4910
|
};
|
|
4844
4911
|
function Manifest$Companion$parse$slambda$slambda$slambda_2($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4845
4912
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation);
|
|
4846
4913
|
var l = function ($this$async, $completion) {
|
|
4847
|
-
return i.
|
|
4914
|
+
return i.v33($this$async, $completion);
|
|
4848
4915
|
};
|
|
4849
4916
|
l.$arity = 1;
|
|
4850
4917
|
return l;
|
|
4851
4918
|
}
|
|
4852
4919
|
function Manifest$Companion$parse$slambda$slambda($manifest, $parseFile, resultContinuation) {
|
|
4853
|
-
this.
|
|
4854
|
-
this.
|
|
4920
|
+
this.e34_1 = $manifest;
|
|
4921
|
+
this.f34_1 = $parseFile;
|
|
4855
4922
|
CoroutineImpl.call(this, resultContinuation);
|
|
4856
4923
|
}
|
|
4857
4924
|
protoOf(Manifest$Companion$parse$slambda$slambda).w10 = function ($this$launch, $completion) {
|
|
@@ -4872,14 +4939,14 @@
|
|
|
4872
4939
|
case 0:
|
|
4873
4940
|
this.zd_1 = 2;
|
|
4874
4941
|
this.yd_1 = 1;
|
|
4875
|
-
var tmp1_map = this.
|
|
4942
|
+
var tmp1_map = this.e34_1.h2u_1;
|
|
4876
4943
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4877
4944
|
var tmp0_iterator = tmp1_map.f();
|
|
4878
4945
|
while (tmp0_iterator.g()) {
|
|
4879
4946
|
var item = tmp0_iterator.h();
|
|
4880
4947
|
var fileName = item.s2();
|
|
4881
4948
|
var src = item.t2();
|
|
4882
|
-
tmp0_mapTo.b(async(this.
|
|
4949
|
+
tmp0_mapTo.b(async(this.g34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_0(this.e34_1, fileName, this.f34_1, src, null)));
|
|
4883
4950
|
}
|
|
4884
4951
|
|
|
4885
4952
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -4891,7 +4958,7 @@
|
|
|
4891
4958
|
case 1:
|
|
4892
4959
|
var ARGUMENT = suspendResult;
|
|
4893
4960
|
var ARGUMENT_0 = filterNotNull(ARGUMENT);
|
|
4894
|
-
_set_pages__j2nojl(this.
|
|
4961
|
+
_set_pages__j2nojl(this.e34_1, ARGUMENT_0);
|
|
4895
4962
|
return Unit_getInstance();
|
|
4896
4963
|
case 2:
|
|
4897
4964
|
throw this.be_1;
|
|
@@ -4908,8 +4975,8 @@
|
|
|
4908
4975
|
while (true);
|
|
4909
4976
|
};
|
|
4910
4977
|
protoOf(Manifest$Companion$parse$slambda$slambda).x10 = function ($this$launch, completion) {
|
|
4911
|
-
var i = new Manifest$Companion$parse$slambda$slambda(this.
|
|
4912
|
-
i.
|
|
4978
|
+
var i = new Manifest$Companion$parse$slambda$slambda(this.e34_1, this.f34_1, completion);
|
|
4979
|
+
i.g34_1 = $this$launch;
|
|
4913
4980
|
return i;
|
|
4914
4981
|
};
|
|
4915
4982
|
function Manifest$Companion$parse$slambda$slambda_0($manifest, $parseFile, resultContinuation) {
|
|
@@ -4921,8 +4988,8 @@
|
|
|
4921
4988
|
return l;
|
|
4922
4989
|
}
|
|
4923
4990
|
function Manifest$Companion$parse$slambda$slambda_1($manifest, $parseFile, resultContinuation) {
|
|
4924
|
-
this.
|
|
4925
|
-
this.
|
|
4991
|
+
this.p34_1 = $manifest;
|
|
4992
|
+
this.q34_1 = $parseFile;
|
|
4926
4993
|
CoroutineImpl.call(this, resultContinuation);
|
|
4927
4994
|
}
|
|
4928
4995
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).w10 = function ($this$launch, $completion) {
|
|
@@ -4943,14 +5010,14 @@
|
|
|
4943
5010
|
case 0:
|
|
4944
5011
|
this.zd_1 = 2;
|
|
4945
5012
|
this.yd_1 = 1;
|
|
4946
|
-
var tmp1_map = this.
|
|
5013
|
+
var tmp1_map = this.p34_1.i2u_1;
|
|
4947
5014
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4948
5015
|
var tmp0_iterator = tmp1_map.f();
|
|
4949
5016
|
while (tmp0_iterator.g()) {
|
|
4950
5017
|
var item = tmp0_iterator.h();
|
|
4951
5018
|
var id = item.s2();
|
|
4952
5019
|
var src = item.t2();
|
|
4953
|
-
tmp0_mapTo.b(async(this.
|
|
5020
|
+
tmp0_mapTo.b(async(this.r34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_2(this.p34_1, id, this.q34_1, src, null)));
|
|
4954
5021
|
}
|
|
4955
5022
|
|
|
4956
5023
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -4966,11 +5033,11 @@
|
|
|
4966
5033
|
var tmp0_iterator_0 = tmp3_associateBy.f();
|
|
4967
5034
|
while (tmp0_iterator_0.g()) {
|
|
4968
5035
|
var element = tmp0_iterator_0.h();
|
|
4969
|
-
tmp2_associateByTo.u2(element.
|
|
5036
|
+
tmp2_associateByTo.u2(element.t34_1, element);
|
|
4970
5037
|
}
|
|
4971
5038
|
|
|
4972
5039
|
var ARGUMENT = tmp2_associateByTo;
|
|
4973
|
-
_set_tips__9ug36n(this.
|
|
5040
|
+
_set_tips__9ug36n(this.p34_1, ARGUMENT);
|
|
4974
5041
|
return Unit_getInstance();
|
|
4975
5042
|
case 2:
|
|
4976
5043
|
throw this.be_1;
|
|
@@ -4987,8 +5054,8 @@
|
|
|
4987
5054
|
while (true);
|
|
4988
5055
|
};
|
|
4989
5056
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).x10 = function ($this$launch, completion) {
|
|
4990
|
-
var i = new Manifest$Companion$parse$slambda$slambda_1(this.
|
|
4991
|
-
i.
|
|
5057
|
+
var i = new Manifest$Companion$parse$slambda$slambda_1(this.p34_1, this.q34_1, completion);
|
|
5058
|
+
i.r34_1 = $this$launch;
|
|
4992
5059
|
return i;
|
|
4993
5060
|
};
|
|
4994
5061
|
function Manifest$Companion$parse$slambda$slambda_2($manifest, $parseFile, resultContinuation) {
|
|
@@ -5000,19 +5067,19 @@
|
|
|
5000
5067
|
return l;
|
|
5001
5068
|
}
|
|
5002
5069
|
function Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation) {
|
|
5003
|
-
this.
|
|
5004
|
-
this.
|
|
5005
|
-
this.
|
|
5070
|
+
this.e35_1 = $config;
|
|
5071
|
+
this.f35_1 = $manifest;
|
|
5072
|
+
this.g35_1 = $parseFile;
|
|
5006
5073
|
CoroutineImpl.call(this, resultContinuation);
|
|
5007
5074
|
}
|
|
5008
|
-
protoOf(Manifest$Companion$parse$slambda).
|
|
5075
|
+
protoOf(Manifest$Companion$parse$slambda).i35 = function ($this$coroutineScope, $completion) {
|
|
5009
5076
|
var tmp = this.x10($this$coroutineScope, $completion);
|
|
5010
5077
|
tmp.ae_1 = Unit_getInstance();
|
|
5011
5078
|
tmp.be_1 = null;
|
|
5012
5079
|
return tmp.re();
|
|
5013
5080
|
};
|
|
5014
5081
|
protoOf(Manifest$Companion$parse$slambda).ff = function (p1, $completion) {
|
|
5015
|
-
return this.
|
|
5082
|
+
return this.i35((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5016
5083
|
};
|
|
5017
5084
|
protoOf(Manifest$Companion$parse$slambda).re = function () {
|
|
5018
5085
|
var suspendResult = this.ae_1;
|
|
@@ -5021,16 +5088,16 @@
|
|
|
5021
5088
|
var tmp = this.yd_1;
|
|
5022
5089
|
if (tmp === 0) {
|
|
5023
5090
|
this.zd_1 = 1;
|
|
5024
|
-
if (this.
|
|
5025
|
-
launch(this.
|
|
5091
|
+
if (this.e35_1.l2q_1) {
|
|
5092
|
+
launch(this.h35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_0(this.f35_1, this.g35_1, null));
|
|
5026
5093
|
} else {
|
|
5027
|
-
_set_pages__j2nojl(this.
|
|
5094
|
+
_set_pages__j2nojl(this.f35_1, emptyList());
|
|
5028
5095
|
}
|
|
5029
5096
|
var tmp_0;
|
|
5030
|
-
if (this.
|
|
5031
|
-
tmp_0 = launch(this.
|
|
5097
|
+
if (this.e35_1.m2q_1) {
|
|
5098
|
+
tmp_0 = launch(this.h35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_2(this.f35_1, this.g35_1, null));
|
|
5032
5099
|
} else {
|
|
5033
|
-
_set_tips__9ug36n(this.
|
|
5100
|
+
_set_tips__9ug36n(this.f35_1, emptyMap());
|
|
5034
5101
|
tmp_0 = Unit_getInstance();
|
|
5035
5102
|
}
|
|
5036
5103
|
return tmp_0;
|
|
@@ -5044,24 +5111,24 @@
|
|
|
5044
5111
|
while (true);
|
|
5045
5112
|
};
|
|
5046
5113
|
protoOf(Manifest$Companion$parse$slambda).x10 = function ($this$coroutineScope, completion) {
|
|
5047
|
-
var i = new Manifest$Companion$parse$slambda(this.
|
|
5048
|
-
i.
|
|
5114
|
+
var i = new Manifest$Companion$parse$slambda(this.e35_1, this.f35_1, this.g35_1, completion);
|
|
5115
|
+
i.h35_1 = $this$coroutineScope;
|
|
5049
5116
|
return i;
|
|
5050
5117
|
};
|
|
5051
5118
|
function Manifest$Companion$parse$slambda_0($config, $manifest, $parseFile, resultContinuation) {
|
|
5052
5119
|
var i = new Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation);
|
|
5053
5120
|
var l = function ($this$coroutineScope, $completion) {
|
|
5054
|
-
return i.
|
|
5121
|
+
return i.i35($this$coroutineScope, $completion);
|
|
5055
5122
|
};
|
|
5056
5123
|
l.$arity = 1;
|
|
5057
5124
|
return l;
|
|
5058
5125
|
}
|
|
5059
5126
|
function $parseCOROUTINE$0(_this__u8e3s4, fileName, config, parseFile, resultContinuation) {
|
|
5060
5127
|
CoroutineImpl.call(this, resultContinuation);
|
|
5061
|
-
this.
|
|
5062
|
-
this.
|
|
5063
|
-
this.
|
|
5064
|
-
this.
|
|
5128
|
+
this.r35_1 = _this__u8e3s4;
|
|
5129
|
+
this.s35_1 = fileName;
|
|
5130
|
+
this.t35_1 = config;
|
|
5131
|
+
this.u35_1 = parseFile;
|
|
5065
5132
|
}
|
|
5066
5133
|
protoOf($parseCOROUTINE$0).re = function () {
|
|
5067
5134
|
var suspendResult = this.ae_1;
|
|
@@ -5072,17 +5139,17 @@
|
|
|
5072
5139
|
case 0:
|
|
5073
5140
|
this.zd_1 = 3;
|
|
5074
5141
|
this.yd_1 = 1;
|
|
5075
|
-
suspendResult = this.
|
|
5142
|
+
suspendResult = this.u35_1(this.s35_1, this);
|
|
5076
5143
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5077
5144
|
return suspendResult;
|
|
5078
5145
|
}
|
|
5079
5146
|
|
|
5080
5147
|
continue $sm;
|
|
5081
5148
|
case 1:
|
|
5082
|
-
this.
|
|
5083
|
-
this.
|
|
5149
|
+
this.v35_1 = suspendResult;
|
|
5150
|
+
this.w35_1 = Manifest_init_$Create$(this.v35_1, this.t35_1);
|
|
5084
5151
|
this.yd_1 = 2;
|
|
5085
|
-
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.
|
|
5152
|
+
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.t35_1, this.w35_1, this.u35_1, null), this);
|
|
5086
5153
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5087
5154
|
return suspendResult;
|
|
5088
5155
|
}
|
|
@@ -5090,7 +5157,7 @@
|
|
|
5090
5157
|
continue $sm;
|
|
5091
5158
|
case 2:
|
|
5092
5159
|
;
|
|
5093
|
-
return this.
|
|
5160
|
+
return this.w35_1;
|
|
5094
5161
|
case 3:
|
|
5095
5162
|
throw this.be_1;
|
|
5096
5163
|
}
|
|
@@ -5112,9 +5179,9 @@
|
|
|
5112
5179
|
var Type_UNKNOWN_instance_0;
|
|
5113
5180
|
function Companion_25() {
|
|
5114
5181
|
Companion_instance_25 = this;
|
|
5115
|
-
this.
|
|
5182
|
+
this.x35_1 = Type_TRACT_getInstance();
|
|
5116
5183
|
}
|
|
5117
|
-
protoOf(Companion_25).
|
|
5184
|
+
protoOf(Companion_25).y35 = function (value) {
|
|
5118
5185
|
var tmp0_subject = value;
|
|
5119
5186
|
switch (tmp0_subject) {
|
|
5120
5187
|
case 'article':
|
|
@@ -5211,10 +5278,10 @@
|
|
|
5211
5278
|
return Companion_instance_26;
|
|
5212
5279
|
}
|
|
5213
5280
|
function _set_pages__j2nojl($this, _set____db54di) {
|
|
5214
|
-
return $this.e2u_1.
|
|
5281
|
+
return $this.e2u_1.z35($this, pages$factory(), _set____db54di);
|
|
5215
5282
|
}
|
|
5216
5283
|
function _set_tips__9ug36n($this, _set____db54di) {
|
|
5217
|
-
return $this.g2u_1.
|
|
5284
|
+
return $this.g2u_1.z35($this, tips$factory(), _set____db54di);
|
|
5218
5285
|
}
|
|
5219
5286
|
function Manifest_init_$Init$(parser, config, $this) {
|
|
5220
5287
|
BaseModel.call($this);
|
|
@@ -5227,14 +5294,14 @@
|
|
|
5227
5294
|
var tmp0_safe_receiver = parser.l2t('locale');
|
|
5228
5295
|
tmp.locale = tmp0_safe_receiver == null ? null : toLocaleOrNull(tmp0_safe_receiver);
|
|
5229
5296
|
var tmp_0 = $this;
|
|
5230
|
-
var tmp1_elvis_lhs = Companion_getInstance_28().
|
|
5231
|
-
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().
|
|
5297
|
+
var tmp1_elvis_lhs = Companion_getInstance_28().y35(parser.l2t('type'));
|
|
5298
|
+
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().x35_1 : tmp1_elvis_lhs;
|
|
5232
5299
|
var tmp_1 = $this;
|
|
5233
5300
|
var tmp$ret$0;
|
|
5234
5301
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
5235
5302
|
var tmp0_toEventIds = parser.l2t(get_XML_DISMISS_LISTENERS());
|
|
5236
5303
|
tmp$ret$0 = Companion_getInstance_17().l2v(tmp0_toEventIds);
|
|
5237
|
-
tmp_1.
|
|
5304
|
+
tmp_1._dismissListeners = toSet_0(tmp$ret$0);
|
|
5238
5305
|
var tmp_2 = $this;
|
|
5239
5306
|
var tmp2_safe_receiver = parser.l2t(get_XML_PRIMARY_COLOR());
|
|
5240
5307
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
@@ -5256,11 +5323,11 @@
|
|
|
5256
5323
|
$this.t2t_1 = parser.k2v(null, get_XML_BACKGROUND_IMAGE());
|
|
5257
5324
|
var tmp_7 = $this;
|
|
5258
5325
|
var tmp10_safe_receiver = parser.l2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
5259
|
-
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().
|
|
5326
|
+
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp10_safe_receiver);
|
|
5260
5327
|
tmp_7.u2t_1 = tmp11_elvis_lhs == null ? Companion_getInstance_29().c2q_1 : tmp11_elvis_lhs;
|
|
5261
5328
|
var tmp_8 = $this;
|
|
5262
5329
|
var tmp12_safe_receiver = parser.l2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
5263
|
-
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().
|
|
5330
|
+
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().i31(tmp12_safe_receiver);
|
|
5264
5331
|
tmp_8.v2t_1 = tmp13_elvis_lhs == null ? Companion_getInstance_29().d2q_1 : tmp13_elvis_lhs;
|
|
5265
5332
|
var tmp_9 = $this;
|
|
5266
5333
|
var tmp_10 = get_XMLNS_CONTENT();
|
|
@@ -5383,13 +5450,13 @@
|
|
|
5383
5450
|
var tmp3_this = $this;
|
|
5384
5451
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5385
5452
|
var tmp2_plusAssign = tmp3_this.aemImports;
|
|
5386
|
-
var tmp3_plusAssign = result.
|
|
5453
|
+
var tmp3_plusAssign = result.c36_1;
|
|
5387
5454
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
5388
5455
|
|
|
5389
5456
|
var tmp4_this = $this;
|
|
5390
5457
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5391
5458
|
var tmp4_plusAssign = tmp4_this.h2u_1;
|
|
5392
|
-
var tmp5_plusAssign = result.
|
|
5459
|
+
var tmp5_plusAssign = result.d36_1;
|
|
5393
5460
|
addAll(tmp4_plusAssign, tmp5_plusAssign);
|
|
5394
5461
|
|
|
5395
5462
|
break;
|
|
@@ -5432,7 +5499,7 @@
|
|
|
5432
5499
|
Companion_getInstance_49();
|
|
5433
5500
|
if (tmp7_subject === 'items') {
|
|
5434
5501
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5435
|
-
var tmp12_plusAssign = Companion_getInstance_49().
|
|
5502
|
+
var tmp12_plusAssign = Companion_getInstance_49().b36(parser, $this);
|
|
5436
5503
|
addAll(shareables, tmp12_plusAssign);
|
|
5437
5504
|
}
|
|
5438
5505
|
}
|
|
@@ -5476,7 +5543,7 @@
|
|
|
5476
5543
|
}
|
|
5477
5544
|
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) {
|
|
5478
5545
|
config = config === VOID ? createParserConfig() : config;
|
|
5479
|
-
type = type === VOID ? Companion_getInstance_28().
|
|
5546
|
+
type = type === VOID ? Companion_getInstance_28().x35_1 : type;
|
|
5480
5547
|
code = code === VOID ? null : code;
|
|
5481
5548
|
locale = locale === VOID ? null : locale;
|
|
5482
5549
|
primaryColor = primaryColor === VOID ? Companion_getInstance_29().z2p_1 : primaryColor;
|
|
@@ -5507,7 +5574,7 @@
|
|
|
5507
5574
|
$this.code = code;
|
|
5508
5575
|
$this.locale = locale;
|
|
5509
5576
|
$this.type = type;
|
|
5510
|
-
$this.
|
|
5577
|
+
$this._dismissListeners = emptySet();
|
|
5511
5578
|
$this.o2t_1 = primaryColor;
|
|
5512
5579
|
$this.p2t_1 = primaryTextColor;
|
|
5513
5580
|
$this.q2t_1 = navBarColor;
|
|
@@ -5591,7 +5658,7 @@
|
|
|
5591
5658
|
var element_0 = tmp0_iterator_0.h();
|
|
5592
5659
|
var tmp$ret$6;
|
|
5593
5660
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5594
|
-
tmp$ret$6 = element_0.
|
|
5661
|
+
tmp$ret$6 = element_0.t34_1;
|
|
5595
5662
|
tmp4_associateByTo.u2(tmp$ret$6, element_0);
|
|
5596
5663
|
}
|
|
5597
5664
|
tmp$ret$7 = tmp4_associateByTo;
|
|
@@ -5658,12 +5725,12 @@
|
|
|
5658
5725
|
var tmp$ret$0;
|
|
5659
5726
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5660
5727
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
5661
|
-
tmp.
|
|
5728
|
+
tmp.c36_1 = tmp$ret$0;
|
|
5662
5729
|
var tmp_0 = this;
|
|
5663
5730
|
var tmp$ret$1;
|
|
5664
5731
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5665
5732
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
5666
|
-
tmp_0.
|
|
5733
|
+
tmp_0.d36_1 = tmp$ret$1;
|
|
5667
5734
|
}
|
|
5668
5735
|
function parsePages(_this__u8e3s4, $this) {
|
|
5669
5736
|
var tmp$ret$4;
|
|
@@ -5703,7 +5770,7 @@
|
|
|
5703
5770
|
var fileName = _this__u8e3s4.l2t('filename');
|
|
5704
5771
|
var tmp3_this = tmp0_also;
|
|
5705
5772
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5706
|
-
var tmp0_plusAssign = tmp3_this.
|
|
5773
|
+
var tmp0_plusAssign = tmp3_this.d36_1;
|
|
5707
5774
|
var tmp1_plusAssign = to(fileName, src);
|
|
5708
5775
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
5709
5776
|
}
|
|
@@ -5738,7 +5805,7 @@
|
|
|
5738
5805
|
// Inline function 'kotlin.let' call
|
|
5739
5806
|
// Inline function 'kotlin.contracts.contract' call
|
|
5740
5807
|
var tmp0_this = tmp0_also;
|
|
5741
|
-
var tmp0_plusAssign_0 = tmp0_this.
|
|
5808
|
+
var tmp0_plusAssign_0 = tmp0_this.c36_1;
|
|
5742
5809
|
tmp0_plusAssign_0.b(tmp6_safe_receiver);
|
|
5743
5810
|
tmp$ret$3 = Unit_getInstance();
|
|
5744
5811
|
}
|
|
@@ -5866,10 +5933,10 @@
|
|
|
5866
5933
|
defineProp(protoOf(Type_1), 'name', protoOf(Type_1).id);
|
|
5867
5934
|
defineProp(protoOf(Type_1), 'ordinal', protoOf(Type_1).jd);
|
|
5868
5935
|
function sam$kotlin_Comparator$0(function_0) {
|
|
5869
|
-
this.
|
|
5936
|
+
this.k36_1 = function_0;
|
|
5870
5937
|
}
|
|
5871
5938
|
protoOf(sam$kotlin_Comparator$0).wc = function (a, b) {
|
|
5872
|
-
return this.
|
|
5939
|
+
return this.k36_1(a, b);
|
|
5873
5940
|
};
|
|
5874
5941
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
5875
5942
|
return this.wc(a, b);
|
|
@@ -5879,11 +5946,11 @@
|
|
|
5879
5946
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
5880
5947
|
var tmp$ret$0;
|
|
5881
5948
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5882
|
-
tmp$ret$0 = a.
|
|
5949
|
+
tmp$ret$0 = a.h36_1;
|
|
5883
5950
|
var tmp = tmp$ret$0;
|
|
5884
5951
|
var tmp$ret$1;
|
|
5885
5952
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5886
|
-
tmp$ret$1 = b.
|
|
5953
|
+
tmp$ret$1 = b.h36_1;
|
|
5887
5954
|
tmp$ret$2 = compareValues(tmp, tmp$ret$1);
|
|
5888
5955
|
return tmp$ret$2;
|
|
5889
5956
|
}
|
|
@@ -5907,97 +5974,97 @@
|
|
|
5907
5974
|
Type_initEntries_1();
|
|
5908
5975
|
return Type_UNKNOWN_instance_0;
|
|
5909
5976
|
}
|
|
5910
|
-
protoOf(Manifest).
|
|
5977
|
+
protoOf(Manifest).l36 = function () {
|
|
5911
5978
|
return this.n2t_1;
|
|
5912
5979
|
};
|
|
5913
|
-
protoOf(Manifest).
|
|
5980
|
+
protoOf(Manifest).m36 = function () {
|
|
5914
5981
|
return this.code;
|
|
5915
5982
|
};
|
|
5916
|
-
protoOf(Manifest).
|
|
5983
|
+
protoOf(Manifest).n36 = function () {
|
|
5917
5984
|
return this.locale;
|
|
5918
5985
|
};
|
|
5919
5986
|
protoOf(Manifest).h1c = function () {
|
|
5920
5987
|
return this.type;
|
|
5921
5988
|
};
|
|
5922
|
-
protoOf(Manifest).
|
|
5923
|
-
return this.
|
|
5989
|
+
protoOf(Manifest).o36 = function () {
|
|
5990
|
+
return this._dismissListeners;
|
|
5924
5991
|
};
|
|
5925
|
-
protoOf(Manifest).
|
|
5992
|
+
protoOf(Manifest).y2x = function () {
|
|
5926
5993
|
return this.o2t_1;
|
|
5927
5994
|
};
|
|
5928
|
-
protoOf(Manifest).
|
|
5995
|
+
protoOf(Manifest).z2x = function () {
|
|
5929
5996
|
return this.p2t_1;
|
|
5930
5997
|
};
|
|
5931
|
-
protoOf(Manifest).
|
|
5998
|
+
protoOf(Manifest).p36 = function () {
|
|
5932
5999
|
var tmp0_elvis_lhs = this.q2t_1;
|
|
5933
6000
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? get_DEFAULT_LESSON_NAV_BAR_COLOR() : this.o2t_1 : tmp0_elvis_lhs;
|
|
5934
6001
|
};
|
|
5935
|
-
protoOf(Manifest).
|
|
6002
|
+
protoOf(Manifest).q36 = function () {
|
|
5936
6003
|
var tmp0_elvis_lhs = this.r2t_1;
|
|
5937
6004
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? this.o2t_1 : this.p2t_1 : tmp0_elvis_lhs;
|
|
5938
6005
|
};
|
|
5939
|
-
protoOf(Manifest).q36 = function () {
|
|
5940
|
-
return this.s2t_1;
|
|
5941
|
-
};
|
|
5942
6006
|
protoOf(Manifest).r36 = function () {
|
|
5943
|
-
return this.
|
|
6007
|
+
return this.s2t_1;
|
|
5944
6008
|
};
|
|
5945
6009
|
protoOf(Manifest).s36 = function () {
|
|
5946
|
-
return this.
|
|
6010
|
+
return this.t2v(this.t2t_1);
|
|
5947
6011
|
};
|
|
5948
6012
|
protoOf(Manifest).t36 = function () {
|
|
6013
|
+
return this.u2t_1;
|
|
6014
|
+
};
|
|
6015
|
+
protoOf(Manifest).u36 = function () {
|
|
5949
6016
|
return this.v2t_1;
|
|
5950
6017
|
};
|
|
5951
|
-
protoOf(Manifest).
|
|
6018
|
+
protoOf(Manifest).b2y = function () {
|
|
5952
6019
|
var tmp0_elvis_lhs = this.w2t_1;
|
|
5953
6020
|
return tmp0_elvis_lhs == null ? this.s2t_1 : tmp0_elvis_lhs;
|
|
5954
6021
|
};
|
|
5955
|
-
protoOf(Manifest).
|
|
6022
|
+
protoOf(Manifest).x2x = function () {
|
|
5956
6023
|
var tmp0_elvis_lhs = this.x2t_1;
|
|
5957
6024
|
return tmp0_elvis_lhs == null ? this.b2u_1 : tmp0_elvis_lhs;
|
|
5958
6025
|
};
|
|
5959
|
-
protoOf(Manifest).
|
|
6026
|
+
protoOf(Manifest).v36 = function () {
|
|
5960
6027
|
return this.y2t_1;
|
|
5961
6028
|
};
|
|
5962
|
-
protoOf(Manifest).
|
|
6029
|
+
protoOf(Manifest).a2y = function () {
|
|
5963
6030
|
return Companion_getInstance_29().e2q_1;
|
|
5964
6031
|
};
|
|
5965
|
-
protoOf(Manifest).
|
|
6032
|
+
protoOf(Manifest).c2y = function () {
|
|
5966
6033
|
var tmp0_elvis_lhs = this.z2t_1;
|
|
5967
6034
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
5968
6035
|
};
|
|
5969
|
-
protoOf(Manifest).
|
|
6036
|
+
protoOf(Manifest).d2y = function () {
|
|
5970
6037
|
return this.a2u_1;
|
|
5971
6038
|
};
|
|
5972
|
-
protoOf(Manifest).
|
|
6039
|
+
protoOf(Manifest).w2x = function () {
|
|
5973
6040
|
return this.b2u_1;
|
|
5974
6041
|
};
|
|
5975
|
-
protoOf(Manifest).
|
|
6042
|
+
protoOf(Manifest).e2y = function () {
|
|
5976
6043
|
return this.c2u_1;
|
|
5977
6044
|
};
|
|
5978
|
-
protoOf(Manifest).
|
|
6045
|
+
protoOf(Manifest).w36 = function () {
|
|
5979
6046
|
var tmp0_safe_receiver = this.d2u_1;
|
|
5980
6047
|
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.text;
|
|
5981
6048
|
};
|
|
5982
|
-
protoOf(Manifest).
|
|
6049
|
+
protoOf(Manifest).k37 = function () {
|
|
5983
6050
|
return this.aemImports;
|
|
5984
6051
|
};
|
|
5985
|
-
protoOf(Manifest).
|
|
6052
|
+
protoOf(Manifest).l37 = function () {
|
|
5986
6053
|
return this.categories;
|
|
5987
6054
|
};
|
|
5988
|
-
protoOf(Manifest).
|
|
5989
|
-
return this.e2u_1.
|
|
6055
|
+
protoOf(Manifest).m37 = function () {
|
|
6056
|
+
return this.e2u_1.n37(this, pages$factory_0());
|
|
5990
6057
|
};
|
|
5991
|
-
protoOf(Manifest).
|
|
6058
|
+
protoOf(Manifest).o37 = function () {
|
|
5992
6059
|
return this.f2u_1;
|
|
5993
6060
|
};
|
|
5994
|
-
protoOf(Manifest).
|
|
6061
|
+
protoOf(Manifest).p37 = function () {
|
|
5995
6062
|
return this.shareables;
|
|
5996
6063
|
};
|
|
5997
6064
|
protoOf(Manifest).z2s = function () {
|
|
5998
|
-
return this.g2u_1.
|
|
6065
|
+
return this.g2u_1.n37(this, tips$factory_0());
|
|
5999
6066
|
};
|
|
6000
|
-
protoOf(Manifest).
|
|
6067
|
+
protoOf(Manifest).q37 = function () {
|
|
6001
6068
|
var tmp$ret$12;
|
|
6002
6069
|
// Inline function 'kotlin.collections.buildSet' call
|
|
6003
6070
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -6078,7 +6145,7 @@
|
|
|
6078
6145
|
protoOf(Manifest).x2o = function () {
|
|
6079
6146
|
return this;
|
|
6080
6147
|
};
|
|
6081
|
-
protoOf(Manifest).
|
|
6148
|
+
protoOf(Manifest).r37 = function () {
|
|
6082
6149
|
var tmp;
|
|
6083
6150
|
var tmp$ret$0;
|
|
6084
6151
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
@@ -6101,7 +6168,7 @@
|
|
|
6101
6168
|
}
|
|
6102
6169
|
return tmp;
|
|
6103
6170
|
};
|
|
6104
|
-
protoOf(Manifest).
|
|
6171
|
+
protoOf(Manifest).t2v = function (name) {
|
|
6105
6172
|
var tmp0_safe_receiver = name;
|
|
6106
6173
|
var tmp;
|
|
6107
6174
|
if (tmp0_safe_receiver == null) {
|
|
@@ -6118,7 +6185,7 @@
|
|
|
6118
6185
|
}
|
|
6119
6186
|
return tmp;
|
|
6120
6187
|
};
|
|
6121
|
-
protoOf(Manifest).
|
|
6188
|
+
protoOf(Manifest).s37 = function (category) {
|
|
6122
6189
|
var tmp$ret$1;
|
|
6123
6190
|
$l$block: {
|
|
6124
6191
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -6128,7 +6195,7 @@
|
|
|
6128
6195
|
var element = tmp0_iterator.h();
|
|
6129
6196
|
var tmp$ret$0;
|
|
6130
6197
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>' call
|
|
6131
|
-
tmp$ret$0 = element.
|
|
6198
|
+
tmp$ret$0 = element.s2x_1 == category;
|
|
6132
6199
|
if (tmp$ret$0) {
|
|
6133
6200
|
tmp$ret$1 = element;
|
|
6134
6201
|
break $l$block;
|
|
@@ -6172,7 +6239,7 @@
|
|
|
6172
6239
|
}
|
|
6173
6240
|
return tmp;
|
|
6174
6241
|
};
|
|
6175
|
-
protoOf(Manifest).
|
|
6242
|
+
protoOf(Manifest).t37 = function (id) {
|
|
6176
6243
|
var tmp0_safe_receiver = id;
|
|
6177
6244
|
var tmp;
|
|
6178
6245
|
if (tmp0_safe_receiver == null) {
|
|
@@ -6206,14 +6273,21 @@
|
|
|
6206
6273
|
}
|
|
6207
6274
|
return tmp;
|
|
6208
6275
|
};
|
|
6209
|
-
protoOf(Manifest).
|
|
6276
|
+
protoOf(Manifest).u37 = function (id) {
|
|
6210
6277
|
var tmp$ret$0;
|
|
6211
6278
|
// Inline function 'kotlin.collections.get' call
|
|
6212
6279
|
var tmp0_get = this.z2s();
|
|
6213
6280
|
tmp$ret$0 = (isInterface(tmp0_get, Map) ? tmp0_get : THROW_CCE()).c2(id);
|
|
6214
6281
|
return tmp$ret$0;
|
|
6215
6282
|
};
|
|
6216
|
-
protoOf(Manifest).
|
|
6283
|
+
protoOf(Manifest).v37 = function () {
|
|
6284
|
+
var tmp$ret$0;
|
|
6285
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
6286
|
+
var tmp0_toTypedArray = this._dismissListeners;
|
|
6287
|
+
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
6288
|
+
return tmp$ret$0;
|
|
6289
|
+
};
|
|
6290
|
+
protoOf(Manifest).w37 = function () {
|
|
6217
6291
|
var tmp$ret$0;
|
|
6218
6292
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
6219
6293
|
var tmp0_toTypedArray = this._pages;
|
|
@@ -6225,12 +6299,13 @@
|
|
|
6225
6299
|
this.e2u_1 = setOnce();
|
|
6226
6300
|
this.g2u_1 = setOnce();
|
|
6227
6301
|
}
|
|
6228
|
-
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).
|
|
6229
|
-
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).
|
|
6230
|
-
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).
|
|
6231
|
-
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).
|
|
6232
|
-
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).
|
|
6233
|
-
defineProp(protoOf(Manifest), '
|
|
6302
|
+
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).s36);
|
|
6303
|
+
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).w36);
|
|
6304
|
+
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).m37);
|
|
6305
|
+
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).q37);
|
|
6306
|
+
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).r37);
|
|
6307
|
+
defineProp(protoOf(Manifest), 'dismissListeners', protoOf(Manifest).v37);
|
|
6308
|
+
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).w37);
|
|
6234
6309
|
function get_backgroundColor(_this__u8e3s4) {
|
|
6235
6310
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
6236
6311
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.s2t_1;
|
|
@@ -6269,7 +6344,7 @@
|
|
|
6269
6344
|
function Companion_27() {
|
|
6270
6345
|
Companion_instance_27 = this;
|
|
6271
6346
|
}
|
|
6272
|
-
protoOf(Companion_27).
|
|
6347
|
+
protoOf(Companion_27).x37 = function (_this__u8e3s4) {
|
|
6273
6348
|
var tmp0_subject = _this__u8e3s4;
|
|
6274
6349
|
var tmp;
|
|
6275
6350
|
Companion_getInstance_31();
|
|
@@ -6303,12 +6378,12 @@
|
|
|
6303
6378
|
}
|
|
6304
6379
|
function Companion_28() {
|
|
6305
6380
|
Companion_instance_28 = this;
|
|
6306
|
-
this.
|
|
6307
|
-
this.
|
|
6308
|
-
this.
|
|
6309
|
-
this.
|
|
6310
|
-
this.
|
|
6311
|
-
this.
|
|
6381
|
+
this.y37_1 = 'selected-color';
|
|
6382
|
+
this.z37_1 = 'value';
|
|
6383
|
+
this.a38_1 = 'style';
|
|
6384
|
+
this.b38_1 = 'card';
|
|
6385
|
+
this.c38_1 = 'flat';
|
|
6386
|
+
this.d38_1 = Style_CARD_getInstance();
|
|
6312
6387
|
}
|
|
6313
6388
|
var Companion_instance_28;
|
|
6314
6389
|
function Companion_getInstance_31() {
|
|
@@ -6319,20 +6394,20 @@
|
|
|
6319
6394
|
function Option_init_$Init$(multiselect, parser, $this) {
|
|
6320
6395
|
Content_init_$Init$(multiselect, parser, $this);
|
|
6321
6396
|
Option.call($this);
|
|
6322
|
-
$this.
|
|
6397
|
+
$this.m38_1 = multiselect;
|
|
6323
6398
|
Companion_getInstance_59();
|
|
6324
6399
|
parser.r2r(2, get_XMLNS_CONTENT(), 'option');
|
|
6325
6400
|
var tmp = $this;
|
|
6326
6401
|
var tmp_0 = Companion_getInstance_30();
|
|
6327
6402
|
Companion_getInstance_31();
|
|
6328
|
-
tmp.
|
|
6403
|
+
tmp.n38_1 = tmp_0.x37(parser.l2t('style'));
|
|
6329
6404
|
var tmp_1 = $this;
|
|
6330
6405
|
var tmp0_safe_receiver = parser.l2t(get_XML_BACKGROUND_COLOR());
|
|
6331
|
-
tmp_1.
|
|
6406
|
+
tmp_1.o38_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
6332
6407
|
var tmp_2 = $this;
|
|
6333
6408
|
Companion_getInstance_31();
|
|
6334
6409
|
var tmp1_safe_receiver = parser.l2t('selected-color');
|
|
6335
|
-
tmp_2.
|
|
6410
|
+
tmp_2.p38_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
6336
6411
|
var tmp_3 = $this;
|
|
6337
6412
|
var tmp$ret$0;
|
|
6338
6413
|
// Inline function 'kotlin.text.orEmpty' call
|
|
@@ -6340,12 +6415,12 @@
|
|
|
6340
6415
|
var tmp0_orEmpty = parser.l2t('value');
|
|
6341
6416
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6342
6417
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6343
|
-
tmp_3.
|
|
6418
|
+
tmp_3.q38_1 = tmp$ret$0;
|
|
6344
6419
|
var tmp_4 = $this;
|
|
6345
6420
|
var tmp$ret$1;
|
|
6346
6421
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6347
6422
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6348
|
-
tmp_4.
|
|
6423
|
+
tmp_4.r38_1 = tmp$ret$1;
|
|
6349
6424
|
var tmp_5 = $this;
|
|
6350
6425
|
var tmp$ret$9;
|
|
6351
6426
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -6383,7 +6458,7 @@
|
|
|
6383
6458
|
if (tmp1_subject === 'events') {
|
|
6384
6459
|
var tmp2_this = $this;
|
|
6385
6460
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6386
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6461
|
+
var tmp0_plusAssign = tmp2_this.r38_1;
|
|
6387
6462
|
var tmp1_plusAssign = Companion_getInstance_6().v2r(parser, $this);
|
|
6388
6463
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
6389
6464
|
}
|
|
@@ -6435,7 +6510,7 @@
|
|
|
6435
6510
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
6436
6511
|
tmp$ret$8 = tmp$ret$7;
|
|
6437
6512
|
tmp$ret$9 = tmp$ret$8;
|
|
6438
|
-
tmp_5.
|
|
6513
|
+
tmp_5.s38_1 = tmp$ret$9;
|
|
6439
6514
|
return $this;
|
|
6440
6515
|
}
|
|
6441
6516
|
function Option_init_$Create$(multiselect, parser) {
|
|
@@ -6454,11 +6529,11 @@
|
|
|
6454
6529
|
}
|
|
6455
6530
|
function Companion_29() {
|
|
6456
6531
|
Companion_instance_29 = this;
|
|
6457
|
-
this.
|
|
6458
|
-
this.
|
|
6459
|
-
this.
|
|
6460
|
-
this.
|
|
6461
|
-
this.
|
|
6532
|
+
this.t38_1 = 'multiselect';
|
|
6533
|
+
this.u38_1 = 'multiselect-option-background-color';
|
|
6534
|
+
this.v38_1 = 'multiselect-option-selected-color';
|
|
6535
|
+
this.w38_1 = 'option-background-color';
|
|
6536
|
+
this.x38_1 = 'option-selected-color';
|
|
6462
6537
|
}
|
|
6463
6538
|
var Companion_instance_29;
|
|
6464
6539
|
function Companion_getInstance_32() {
|
|
@@ -6479,31 +6554,31 @@
|
|
|
6479
6554
|
var tmp0_orEmpty = parser.l2t('state');
|
|
6480
6555
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6481
6556
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6482
|
-
tmp_0.
|
|
6557
|
+
tmp_0.g39_1 = tmp$ret$0;
|
|
6483
6558
|
var tmp_1 = $this;
|
|
6484
6559
|
var tmp0_safe_receiver = parser.l2t('columns');
|
|
6485
6560
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
6486
|
-
tmp_1.
|
|
6561
|
+
tmp_1.h39_1 = tmp1_elvis_lhs == null ? 1 : tmp1_elvis_lhs;
|
|
6487
6562
|
var tmp_2 = $this;
|
|
6488
6563
|
var tmp2_safe_receiver = parser.l2t('selection-limit');
|
|
6489
6564
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
6490
|
-
tmp_2.
|
|
6565
|
+
tmp_2.i39_1 = coerceAtLeast(tmp3_elvis_lhs == null ? 1 : tmp3_elvis_lhs, 1);
|
|
6491
6566
|
var tmp_3 = $this;
|
|
6492
|
-
var tmp4_elvis_lhs = Companion_getInstance_30().
|
|
6493
|
-
tmp_3.
|
|
6567
|
+
var tmp4_elvis_lhs = Companion_getInstance_30().x37(parser.l2t('option-style'));
|
|
6568
|
+
tmp_3.j39_1 = tmp4_elvis_lhs == null ? Companion_getInstance_31().d38_1 : tmp4_elvis_lhs;
|
|
6494
6569
|
var tmp_4 = $this;
|
|
6495
6570
|
Companion_getInstance_32();
|
|
6496
6571
|
var tmp5_safe_receiver = parser.l2t('option-background-color');
|
|
6497
|
-
tmp_4.
|
|
6572
|
+
tmp_4.k39_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
6498
6573
|
var tmp_5 = $this;
|
|
6499
6574
|
Companion_getInstance_32();
|
|
6500
6575
|
var tmp6_safe_receiver = parser.l2t('option-selected-color');
|
|
6501
|
-
tmp_5.
|
|
6576
|
+
tmp_5.l39_1 = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
6502
6577
|
var tmp_6 = $this;
|
|
6503
6578
|
var tmp$ret$1;
|
|
6504
6579
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6505
6580
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6506
|
-
tmp_6.
|
|
6581
|
+
tmp_6.m39_1 = tmp$ret$1;
|
|
6507
6582
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
6508
6583
|
$l$loop_1: while (true) {
|
|
6509
6584
|
var tmp_7 = parser.h();
|
|
@@ -6522,7 +6597,7 @@
|
|
|
6522
6597
|
if (tmp1_subject === 'option') {
|
|
6523
6598
|
var tmp2_this = $this;
|
|
6524
6599
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6525
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6600
|
+
var tmp0_plusAssign = tmp2_this.m39_1;
|
|
6526
6601
|
var tmp1_plusAssign = Option_init_$Create$($this, parser);
|
|
6527
6602
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
6528
6603
|
}
|
|
@@ -6539,7 +6614,7 @@
|
|
|
6539
6614
|
return Multiselect_init_$Init$(parent, parser, objectCreate(protoOf(Multiselect)));
|
|
6540
6615
|
}
|
|
6541
6616
|
protoOf(Option).q2s = function () {
|
|
6542
|
-
return this.
|
|
6617
|
+
return this.s38_1;
|
|
6543
6618
|
};
|
|
6544
6619
|
protoOf(Option)._getAnalyticsEvents = function (type) {
|
|
6545
6620
|
var tmp0_subject = type;
|
|
@@ -6548,7 +6623,7 @@
|
|
|
6548
6623
|
if (tmp0 === 3) {
|
|
6549
6624
|
var tmp$ret$2;
|
|
6550
6625
|
// Inline function 'kotlin.collections.filter' call
|
|
6551
|
-
var tmp1_filter = this.
|
|
6626
|
+
var tmp1_filter = this.r38_1;
|
|
6552
6627
|
var tmp$ret$1;
|
|
6553
6628
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6554
6629
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -6596,8 +6671,8 @@
|
|
|
6596
6671
|
}
|
|
6597
6672
|
function Companion_30() {
|
|
6598
6673
|
Companion_instance_30 = this;
|
|
6599
|
-
this.
|
|
6600
|
-
this.
|
|
6674
|
+
this.n39_1 = 'paragraph';
|
|
6675
|
+
this.o39_1 = 'fallback';
|
|
6601
6676
|
}
|
|
6602
6677
|
var Companion_instance_30;
|
|
6603
6678
|
function Companion_getInstance_33() {
|
|
@@ -6691,14 +6766,34 @@
|
|
|
6691
6766
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
6692
6767
|
tmp$ret$7 = tmp$ret$6;
|
|
6693
6768
|
tmp$ret$8 = tmp$ret$7;
|
|
6694
|
-
tmp_0.
|
|
6769
|
+
tmp_0.x39_1 = tmp$ret$8;
|
|
6695
6770
|
return $this;
|
|
6696
6771
|
}
|
|
6697
6772
|
function Paragraph_init_$Create$(parent, parser) {
|
|
6698
6773
|
return Paragraph_init_$Init$(parent, parser, objectCreate(protoOf(Paragraph)));
|
|
6699
6774
|
}
|
|
6775
|
+
function Paragraph_init_$Init$_0(parent, content, $this) {
|
|
6776
|
+
parent = parent === VOID ? createTestManifest() : parent;
|
|
6777
|
+
var tmp;
|
|
6778
|
+
if (content === VOID) {
|
|
6779
|
+
tmp = Paragraph$_init_$lambda_67723n;
|
|
6780
|
+
} else {
|
|
6781
|
+
tmp = content;
|
|
6782
|
+
}
|
|
6783
|
+
content = tmp;
|
|
6784
|
+
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
6785
|
+
Paragraph.call($this);
|
|
6786
|
+
$this.x39_1 = content($this);
|
|
6787
|
+
return $this;
|
|
6788
|
+
}
|
|
6789
|
+
function createTestParagraph(parent, content) {
|
|
6790
|
+
return Paragraph_init_$Init$_0(parent, content, objectCreate(protoOf(Paragraph)));
|
|
6791
|
+
}
|
|
6792
|
+
function Paragraph$_init_$lambda_67723n(it) {
|
|
6793
|
+
return emptyList();
|
|
6794
|
+
}
|
|
6700
6795
|
protoOf(Paragraph).q2s = function () {
|
|
6701
|
-
return this.
|
|
6796
|
+
return this.x39_1;
|
|
6702
6797
|
};
|
|
6703
6798
|
protoOf(Paragraph).z2s = function () {
|
|
6704
6799
|
var tmp$ret$3;
|
|
@@ -6891,7 +6986,7 @@
|
|
|
6891
6986
|
}
|
|
6892
6987
|
function Companion_31() {
|
|
6893
6988
|
Companion_instance_31 = this;
|
|
6894
|
-
this.
|
|
6989
|
+
this.y39_1 = 'resource';
|
|
6895
6990
|
}
|
|
6896
6991
|
var Companion_instance_31;
|
|
6897
6992
|
function Companion_getInstance_34() {
|
|
@@ -6917,7 +7012,7 @@
|
|
|
6917
7012
|
protoOf(Resource).id = function () {
|
|
6918
7013
|
return this.name;
|
|
6919
7014
|
};
|
|
6920
|
-
protoOf(Resource).
|
|
7015
|
+
protoOf(Resource).z39 = function () {
|
|
6921
7016
|
return this.localName;
|
|
6922
7017
|
};
|
|
6923
7018
|
function Resource() {
|
|
@@ -6927,9 +7022,9 @@
|
|
|
6927
7022
|
var Mode_FIXED_instance;
|
|
6928
7023
|
function Companion_32() {
|
|
6929
7024
|
Companion_instance_32 = this;
|
|
6930
|
-
this.
|
|
7025
|
+
this.a3a_1 = Mode_AUTO_getInstance();
|
|
6931
7026
|
}
|
|
6932
|
-
protoOf(Companion_32).
|
|
7027
|
+
protoOf(Companion_32).b3a = function (_this__u8e3s4) {
|
|
6933
7028
|
var tmp0_subject = _this__u8e3s4;
|
|
6934
7029
|
switch (tmp0_subject) {
|
|
6935
7030
|
case 'auto':
|
|
@@ -6958,7 +7053,7 @@
|
|
|
6958
7053
|
}
|
|
6959
7054
|
function Companion_33() {
|
|
6960
7055
|
Companion_instance_33 = this;
|
|
6961
|
-
this.
|
|
7056
|
+
this.c3a_1 = 'spacer';
|
|
6962
7057
|
}
|
|
6963
7058
|
var Companion_instance_33;
|
|
6964
7059
|
function Companion_getInstance_36() {
|
|
@@ -6975,13 +7070,13 @@
|
|
|
6975
7070
|
parser.r2r(2, tmp, 'spacer');
|
|
6976
7071
|
var tmp_0 = $this;
|
|
6977
7072
|
var tmp0_safe_receiver = parser.l2t('mode');
|
|
6978
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().
|
|
6979
|
-
tmp_0.
|
|
7073
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().b3a(tmp0_safe_receiver);
|
|
7074
|
+
tmp_0.l3a_1 = tmp1_elvis_lhs == null ? Companion_getInstance_35().a3a_1 : tmp1_elvis_lhs;
|
|
6980
7075
|
var tmp_1 = $this;
|
|
6981
7076
|
var tmp2_safe_receiver = parser.l2t('height');
|
|
6982
7077
|
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
6983
7078
|
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : coerceAtLeast(tmp3_safe_receiver, 0);
|
|
6984
|
-
tmp_1.
|
|
7079
|
+
tmp_1.m3a_1 = tmp4_elvis_lhs == null ? 0 : tmp4_elvis_lhs;
|
|
6985
7080
|
skipTag(parser);
|
|
6986
7081
|
return $this;
|
|
6987
7082
|
}
|
|
@@ -7004,7 +7099,7 @@
|
|
|
7004
7099
|
}
|
|
7005
7100
|
function Companion_34() {
|
|
7006
7101
|
Companion_instance_34 = this;
|
|
7007
|
-
this.
|
|
7102
|
+
this.n3a_1 = 1.0;
|
|
7008
7103
|
}
|
|
7009
7104
|
var Companion_instance_34;
|
|
7010
7105
|
function Companion_getInstance_37() {
|
|
@@ -7016,37 +7111,37 @@
|
|
|
7016
7111
|
}
|
|
7017
7112
|
function get_primaryColor_0(_this__u8e3s4) {
|
|
7018
7113
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7019
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7114
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y2x();
|
|
7020
7115
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().z2p_1 : tmp1_elvis_lhs;
|
|
7021
7116
|
}
|
|
7022
7117
|
function get_multiselectOptionBackgroundColor_0(_this__u8e3s4) {
|
|
7023
7118
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7024
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7119
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2y();
|
|
7025
7120
|
return tmp1_elvis_lhs == null ? get_backgroundColor(get_manifest(_this__u8e3s4)) : tmp1_elvis_lhs;
|
|
7026
7121
|
}
|
|
7027
7122
|
function get_primaryTextColor_0(_this__u8e3s4) {
|
|
7028
7123
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7029
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7124
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.z2x();
|
|
7030
7125
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().a2q_1 : tmp1_elvis_lhs;
|
|
7031
7126
|
}
|
|
7032
7127
|
function get_buttonStyle_0(_this__u8e3s4) {
|
|
7033
7128
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7034
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7129
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a2y();
|
|
7035
7130
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp1_elvis_lhs;
|
|
7036
7131
|
}
|
|
7037
7132
|
function get_cardBackgroundColor_0(_this__u8e3s4) {
|
|
7038
7133
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7039
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7134
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2y();
|
|
7040
7135
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().b2q_1 : tmp1_elvis_lhs;
|
|
7041
7136
|
}
|
|
7042
7137
|
function get_textColor_0(_this__u8e3s4) {
|
|
7043
7138
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7044
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7139
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w2x();
|
|
7045
7140
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().f2q_1 : tmp1_elvis_lhs;
|
|
7046
7141
|
}
|
|
7047
7142
|
function get_textScale_0(_this__u8e3s4) {
|
|
7048
7143
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7049
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7144
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e2y();
|
|
7050
7145
|
var tmp;
|
|
7051
7146
|
if (tmp1_elvis_lhs == null) {
|
|
7052
7147
|
Companion_getInstance_37();
|
|
@@ -7058,7 +7153,7 @@
|
|
|
7058
7153
|
}
|
|
7059
7154
|
function get_textAlign_0(_this__u8e3s4) {
|
|
7060
7155
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7061
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7156
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2y();
|
|
7062
7157
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().g2q_1 : tmp1_elvis_lhs;
|
|
7063
7158
|
}
|
|
7064
7159
|
function stylesOverride(_this__u8e3s4, textAlign, textColor, textScale) {
|
|
@@ -7076,27 +7171,27 @@
|
|
|
7076
7171
|
}
|
|
7077
7172
|
function StylesOverride(parent, _textAlign, _textColor, _textScale) {
|
|
7078
7173
|
BaseModel.call(this, parent);
|
|
7079
|
-
this.
|
|
7080
|
-
this.
|
|
7081
|
-
this.
|
|
7174
|
+
this.p3a_1 = _textAlign;
|
|
7175
|
+
this.q3a_1 = _textColor;
|
|
7176
|
+
this.r3a_1 = _textScale;
|
|
7082
7177
|
}
|
|
7083
|
-
protoOf(StylesOverride).
|
|
7084
|
-
var tmp0_safe_receiver = this.
|
|
7178
|
+
protoOf(StylesOverride).f2y = function () {
|
|
7179
|
+
var tmp0_safe_receiver = this.p3a_1;
|
|
7085
7180
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7086
7181
|
return tmp1_elvis_lhs == null ? get_textAlign.call(this) : tmp1_elvis_lhs;
|
|
7087
7182
|
};
|
|
7088
|
-
protoOf(StylesOverride).
|
|
7089
|
-
var tmp0_safe_receiver = this.
|
|
7183
|
+
protoOf(StylesOverride).w2x = function () {
|
|
7184
|
+
var tmp0_safe_receiver = this.q3a_1;
|
|
7090
7185
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7091
7186
|
return tmp1_elvis_lhs == null ? get_textColor.call(this) : tmp1_elvis_lhs;
|
|
7092
7187
|
};
|
|
7093
|
-
protoOf(StylesOverride).
|
|
7094
|
-
return get_textScale.call(this) * this.
|
|
7188
|
+
protoOf(StylesOverride).e2y = function () {
|
|
7189
|
+
return get_textScale.call(this) * this.r3a_1;
|
|
7095
7190
|
};
|
|
7096
7191
|
function Tab_init_$Init$(parent, parser, $this) {
|
|
7097
7192
|
BaseModel.call($this, parent);
|
|
7098
7193
|
Tab.call($this);
|
|
7099
|
-
$this.
|
|
7194
|
+
$this.t3a_1 = parent;
|
|
7100
7195
|
Companion_getInstance_59();
|
|
7101
7196
|
parser.r2r(2, get_XMLNS_CONTENT(), 'tab');
|
|
7102
7197
|
var tmp = $this;
|
|
@@ -7116,12 +7211,12 @@
|
|
|
7116
7211
|
var tmp0_orEmpty = tmp1_safe_receiver == null ? null : toSet_0(tmp1_safe_receiver);
|
|
7117
7212
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
7118
7213
|
tmp$ret$1 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
7119
|
-
tmp.
|
|
7214
|
+
tmp.u3a_1 = tmp$ret$1;
|
|
7120
7215
|
var tmp_1 = $this;
|
|
7121
7216
|
var tmp$ret$2;
|
|
7122
7217
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
7123
7218
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
7124
|
-
tmp_1.
|
|
7219
|
+
tmp_1.x3a_1 = tmp$ret$2;
|
|
7125
7220
|
var label = null;
|
|
7126
7221
|
var tmp_2 = $this;
|
|
7127
7222
|
var tmp$ret$10;
|
|
@@ -7160,7 +7255,7 @@
|
|
|
7160
7255
|
if (tmp1_subject === 'events') {
|
|
7161
7256
|
var tmp2_this = $this;
|
|
7162
7257
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
7163
|
-
var tmp0_plusAssign = tmp2_this.
|
|
7258
|
+
var tmp0_plusAssign = tmp2_this.x3a_1;
|
|
7164
7259
|
var tmp1_plusAssign = Companion_getInstance_6().v2r(parser, $this);
|
|
7165
7260
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
7166
7261
|
}
|
|
@@ -7216,8 +7311,8 @@
|
|
|
7216
7311
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
7217
7312
|
tmp$ret$9 = tmp$ret$8;
|
|
7218
7313
|
tmp$ret$10 = tmp$ret$9;
|
|
7219
|
-
tmp_2.
|
|
7220
|
-
$this.
|
|
7314
|
+
tmp_2.w3a_1 = tmp$ret$10;
|
|
7315
|
+
$this.v3a_1 = label;
|
|
7221
7316
|
return $this;
|
|
7222
7317
|
}
|
|
7223
7318
|
function Tab_init_$Create$(parent, parser) {
|
|
@@ -7225,7 +7320,7 @@
|
|
|
7225
7320
|
}
|
|
7226
7321
|
function Companion_35() {
|
|
7227
7322
|
Companion_instance_35 = this;
|
|
7228
|
-
this.
|
|
7323
|
+
this.y3a_1 = 'tabs';
|
|
7229
7324
|
}
|
|
7230
7325
|
var Companion_instance_35;
|
|
7231
7326
|
function Companion_getInstance_38() {
|
|
@@ -7279,14 +7374,14 @@
|
|
|
7279
7374
|
tmp$ret$0 = tmp0_apply;
|
|
7280
7375
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
7281
7376
|
tmp$ret$2 = tmp$ret$1;
|
|
7282
|
-
tmp_0.
|
|
7377
|
+
tmp_0.h3b_1 = tmp$ret$2;
|
|
7283
7378
|
return $this;
|
|
7284
7379
|
}
|
|
7285
7380
|
function Tabs_init_$Create$(parent, parser) {
|
|
7286
7381
|
return Tabs_init_$Init$(parent, parser, objectCreate(protoOf(Tabs)));
|
|
7287
7382
|
}
|
|
7288
7383
|
protoOf(Tab).q2s = function () {
|
|
7289
|
-
return this.
|
|
7384
|
+
return this.w3a_1;
|
|
7290
7385
|
};
|
|
7291
7386
|
protoOf(Tab)._getAnalyticsEvents = function (type) {
|
|
7292
7387
|
var tmp0_subject = type;
|
|
@@ -7295,7 +7390,7 @@
|
|
|
7295
7390
|
if (tmp0 === 3) {
|
|
7296
7391
|
var tmp$ret$2;
|
|
7297
7392
|
// Inline function 'kotlin.collections.filter' call
|
|
7298
|
-
var tmp1_filter = this.
|
|
7393
|
+
var tmp1_filter = this.x3a_1;
|
|
7299
7394
|
var tmp$ret$1;
|
|
7300
7395
|
// Inline function 'kotlin.collections.filterTo' call
|
|
7301
7396
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -7329,7 +7424,7 @@
|
|
|
7329
7424
|
protoOf(Tabs).z2s = function () {
|
|
7330
7425
|
var tmp$ret$6;
|
|
7331
7426
|
// Inline function 'kotlin.collections.flatMap' call
|
|
7332
|
-
var tmp1_flatMap = this.
|
|
7427
|
+
var tmp1_flatMap = this.h3b_1;
|
|
7333
7428
|
var tmp$ret$5;
|
|
7334
7429
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
7335
7430
|
var tmp0_flatMapTo = ArrayList_init_$Create$();
|
|
@@ -7375,7 +7470,7 @@
|
|
|
7375
7470
|
function Companion_36() {
|
|
7376
7471
|
Companion_instance_36 = this;
|
|
7377
7472
|
}
|
|
7378
|
-
protoOf(Companion_36).
|
|
7473
|
+
protoOf(Companion_36).i3b = function (_this__u8e3s4) {
|
|
7379
7474
|
var tmp0_subject = _this__u8e3s4;
|
|
7380
7475
|
switch (tmp0_subject) {
|
|
7381
7476
|
case 'start':
|
|
@@ -7441,7 +7536,7 @@
|
|
|
7441
7536
|
function Companion_37() {
|
|
7442
7537
|
Companion_instance_37 = this;
|
|
7443
7538
|
}
|
|
7444
|
-
protoOf(Companion_37).
|
|
7539
|
+
protoOf(Companion_37).j3b = function (_this__u8e3s4) {
|
|
7445
7540
|
var tmp$ret$3;
|
|
7446
7541
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
7447
7542
|
var tmp0_mapNotNullTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -7507,9 +7602,9 @@
|
|
|
7507
7602
|
}
|
|
7508
7603
|
function Companion_38() {
|
|
7509
7604
|
Companion_instance_38 = this;
|
|
7510
|
-
this.
|
|
7511
|
-
this.
|
|
7512
|
-
this.
|
|
7605
|
+
this.k3b_1 = 'text';
|
|
7606
|
+
this.l3b_1 = 40;
|
|
7607
|
+
this.m3b_1 = 0;
|
|
7513
7608
|
}
|
|
7514
7609
|
var Companion_instance_38;
|
|
7515
7610
|
function Companion_getInstance_41() {
|
|
@@ -7526,10 +7621,10 @@
|
|
|
7526
7621
|
parser.r2r(2, tmp, 'text');
|
|
7527
7622
|
var tmp_0 = $this;
|
|
7528
7623
|
var tmp0_safe_receiver = parser.l2t('text-align');
|
|
7529
|
-
tmp_0.
|
|
7624
|
+
tmp_0.f37_1 = tmp0_safe_receiver == null ? null : Companion_getInstance_39().i3b(tmp0_safe_receiver);
|
|
7530
7625
|
var tmp_1 = $this;
|
|
7531
7626
|
var tmp1_safe_receiver = parser.l2t(get_XML_TEXT_COLOR());
|
|
7532
|
-
tmp_1.
|
|
7627
|
+
tmp_1.g37_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
7533
7628
|
var tmp_2 = $this;
|
|
7534
7629
|
var tmp2_safe_receiver = parser.l2t(get_XML_TEXT_SCALE());
|
|
7535
7630
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toDoubleOrNull(tmp2_safe_receiver);
|
|
@@ -7540,12 +7635,12 @@
|
|
|
7540
7635
|
} else {
|
|
7541
7636
|
tmp_3 = tmp3_elvis_lhs;
|
|
7542
7637
|
}
|
|
7543
|
-
tmp_2.
|
|
7638
|
+
tmp_2.h37_1 = tmp_3;
|
|
7544
7639
|
var tmp_4 = $this;
|
|
7545
7640
|
var tmp$ret$0;
|
|
7546
7641
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
7547
7642
|
var tmp4_safe_receiver = parser.l2t('text-style');
|
|
7548
|
-
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().
|
|
7643
|
+
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().j3b(tmp4_safe_receiver);
|
|
7549
7644
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
7550
7645
|
tmp$ret$0 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
7551
7646
|
tmp_4.textStyles = tmp$ret$0;
|
|
@@ -7580,7 +7675,7 @@
|
|
|
7580
7675
|
tmp_8 = tmp7_elvis_lhs;
|
|
7581
7676
|
}
|
|
7582
7677
|
tmp_5.minimumLines = tmp_8;
|
|
7583
|
-
$this.
|
|
7678
|
+
$this.i37_1 = parser.l2t('start-image');
|
|
7584
7679
|
var tmp_9 = $this;
|
|
7585
7680
|
var tmp8_safe_receiver = parser.l2t('start-image-size');
|
|
7586
7681
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : toIntOrNull(tmp8_safe_receiver);
|
|
@@ -7592,7 +7687,7 @@
|
|
|
7592
7687
|
tmp_10 = tmp9_elvis_lhs;
|
|
7593
7688
|
}
|
|
7594
7689
|
tmp_9.startImageSize = tmp_10;
|
|
7595
|
-
$this.
|
|
7690
|
+
$this.j37_1 = parser.l2t('end-image');
|
|
7596
7691
|
var tmp_11 = $this;
|
|
7597
7692
|
var tmp10_safe_receiver = parser.l2t('end-image-size');
|
|
7598
7693
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
@@ -7604,7 +7699,7 @@
|
|
|
7604
7699
|
tmp_12 = tmp11_elvis_lhs;
|
|
7605
7700
|
}
|
|
7606
7701
|
tmp_11.endImageSize = tmp_12;
|
|
7607
|
-
$this.text = parser.
|
|
7702
|
+
$this.text = parser.n3b();
|
|
7608
7703
|
return $this;
|
|
7609
7704
|
}
|
|
7610
7705
|
function Text_init_$Create$(parent, parser) {
|
|
@@ -7629,18 +7724,18 @@
|
|
|
7629
7724
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
7630
7725
|
Text.call($this);
|
|
7631
7726
|
$this.text = text;
|
|
7632
|
-
$this.
|
|
7633
|
-
$this.
|
|
7634
|
-
$this.
|
|
7727
|
+
$this.f37_1 = textAlign;
|
|
7728
|
+
$this.g37_1 = textColor;
|
|
7729
|
+
$this.h37_1 = textScale;
|
|
7635
7730
|
$this.textStyles = textStyles;
|
|
7636
7731
|
var tmp_0 = $this;
|
|
7637
7732
|
Companion_getInstance_41();
|
|
7638
7733
|
tmp_0.minimumLines = 0;
|
|
7639
|
-
$this.
|
|
7734
|
+
$this.i37_1 = startImage;
|
|
7640
7735
|
var tmp_1 = $this;
|
|
7641
7736
|
Companion_getInstance_41();
|
|
7642
7737
|
tmp_1.startImageSize = 40;
|
|
7643
|
-
$this.
|
|
7738
|
+
$this.j37_1 = endImage;
|
|
7644
7739
|
var tmp_2 = $this;
|
|
7645
7740
|
Companion_getInstance_41();
|
|
7646
7741
|
tmp_2.endImageSize = 40;
|
|
@@ -7686,46 +7781,46 @@
|
|
|
7686
7781
|
protoOf(Text).z1c = function () {
|
|
7687
7782
|
return this.text;
|
|
7688
7783
|
};
|
|
7689
|
-
protoOf(Text).
|
|
7690
|
-
var tmp0_elvis_lhs = this.
|
|
7784
|
+
protoOf(Text).f2y = function () {
|
|
7785
|
+
var tmp0_elvis_lhs = this.f37_1;
|
|
7691
7786
|
return tmp0_elvis_lhs == null ? get_textAlign_0(this.x2s()) : tmp0_elvis_lhs;
|
|
7692
7787
|
};
|
|
7693
|
-
protoOf(Text).
|
|
7694
|
-
var tmp0_elvis_lhs = this.
|
|
7788
|
+
protoOf(Text).w2x = function () {
|
|
7789
|
+
var tmp0_elvis_lhs = this.g37_1;
|
|
7695
7790
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.x2s()) : tmp0_elvis_lhs;
|
|
7696
7791
|
};
|
|
7697
|
-
protoOf(Text).
|
|
7698
|
-
return this.
|
|
7699
|
-
};
|
|
7700
|
-
protoOf(Text).q3b = function () {
|
|
7701
|
-
return this.textStyles;
|
|
7702
|
-
};
|
|
7703
|
-
protoOf(Text).r3b = function () {
|
|
7704
|
-
return this.minimumLines;
|
|
7792
|
+
protoOf(Text).e2y = function () {
|
|
7793
|
+
return this.h37_1 * get_textScale_0(this.x2s());
|
|
7705
7794
|
};
|
|
7706
7795
|
protoOf(Text).s3b = function () {
|
|
7707
|
-
return this.
|
|
7796
|
+
return this.textStyles;
|
|
7708
7797
|
};
|
|
7709
7798
|
protoOf(Text).t3b = function () {
|
|
7710
|
-
return
|
|
7799
|
+
return this.minimumLines;
|
|
7711
7800
|
};
|
|
7712
7801
|
protoOf(Text).u3b = function () {
|
|
7713
|
-
return this.
|
|
7802
|
+
return this.i37_1;
|
|
7714
7803
|
};
|
|
7715
7804
|
protoOf(Text).v3b = function () {
|
|
7716
|
-
return this.i37_1;
|
|
7805
|
+
return getResource(this, this.i37_1);
|
|
7717
7806
|
};
|
|
7718
7807
|
protoOf(Text).w3b = function () {
|
|
7719
|
-
return
|
|
7808
|
+
return this.startImageSize;
|
|
7720
7809
|
};
|
|
7721
7810
|
protoOf(Text).x3b = function () {
|
|
7811
|
+
return this.j37_1;
|
|
7812
|
+
};
|
|
7813
|
+
protoOf(Text).y3b = function () {
|
|
7814
|
+
return getResource(this, this.j37_1);
|
|
7815
|
+
};
|
|
7816
|
+
protoOf(Text).z3b = function () {
|
|
7722
7817
|
return this.endImageSize;
|
|
7723
7818
|
};
|
|
7724
7819
|
function Text() {
|
|
7725
7820
|
Companion_getInstance_41();
|
|
7726
7821
|
}
|
|
7727
|
-
defineProp(protoOf(Text), 'startImage', protoOf(Text).
|
|
7728
|
-
defineProp(protoOf(Text), 'endImage', protoOf(Text).
|
|
7822
|
+
defineProp(protoOf(Text), 'startImage', protoOf(Text).v3b);
|
|
7823
|
+
defineProp(protoOf(Text), 'endImage', protoOf(Text).y3b);
|
|
7729
7824
|
function parseTextChild(_this__u8e3s4, parent, parentNamespace, parentName, block) {
|
|
7730
7825
|
var tmp;
|
|
7731
7826
|
if (block === VOID) {
|
|
@@ -7862,7 +7957,7 @@
|
|
|
7862
7957
|
}
|
|
7863
7958
|
return tmp;
|
|
7864
7959
|
};
|
|
7865
|
-
protoOf(Companion_39).
|
|
7960
|
+
protoOf(Companion_39).i2y = function (_this__u8e3s4) {
|
|
7866
7961
|
var tmp;
|
|
7867
7962
|
try {
|
|
7868
7963
|
tmp = this.c2r(_this__u8e3s4);
|
|
@@ -7931,8 +8026,8 @@
|
|
|
7931
8026
|
return tmp0_elvis_lhs == null ? compareTo(_Version___get_version__impl__iv3bqm($this).i(), _Version___get_version__impl__iv3bqm(other).i()) : tmp0_elvis_lhs;
|
|
7932
8027
|
}
|
|
7933
8028
|
function Version__compareTo_impl_crux23_0($this, other) {
|
|
7934
|
-
var tmp = $this.
|
|
7935
|
-
return Version__compareTo_impl_crux23(tmp, other instanceof Version ? other.
|
|
8029
|
+
var tmp = $this.a3c_1;
|
|
8030
|
+
return Version__compareTo_impl_crux23(tmp, other instanceof Version ? other.a3c_1 : THROW_CCE());
|
|
7936
8031
|
}
|
|
7937
8032
|
function Version__toString_impl_cjmhtj($this) {
|
|
7938
8033
|
return joinToString(_Version___get_version__impl__iv3bqm($this), '.');
|
|
@@ -7943,37 +8038,37 @@
|
|
|
7943
8038
|
function Version__equals_impl_tebety($this, other) {
|
|
7944
8039
|
if (!(other instanceof Version))
|
|
7945
8040
|
return false;
|
|
7946
|
-
var tmp0_other_with_cast = other instanceof Version ? other.
|
|
8041
|
+
var tmp0_other_with_cast = other instanceof Version ? other.a3c_1 : THROW_CCE();
|
|
7947
8042
|
if (!equals($this, tmp0_other_with_cast))
|
|
7948
8043
|
return false;
|
|
7949
8044
|
return true;
|
|
7950
8045
|
}
|
|
7951
8046
|
function Version(version) {
|
|
7952
8047
|
Companion_getInstance_42();
|
|
7953
|
-
this.
|
|
8048
|
+
this.a3c_1 = version;
|
|
7954
8049
|
}
|
|
7955
|
-
protoOf(Version).
|
|
7956
|
-
return Version__compareTo_impl_crux23(this.
|
|
8050
|
+
protoOf(Version).b3c = function (other) {
|
|
8051
|
+
return Version__compareTo_impl_crux23(this.a3c_1, other);
|
|
7957
8052
|
};
|
|
7958
8053
|
protoOf(Version).a6 = function (other) {
|
|
7959
8054
|
return Version__compareTo_impl_crux23_0(this, other);
|
|
7960
8055
|
};
|
|
7961
8056
|
protoOf(Version).toString = function () {
|
|
7962
|
-
return Version__toString_impl_cjmhtj(this.
|
|
8057
|
+
return Version__toString_impl_cjmhtj(this.a3c_1);
|
|
7963
8058
|
};
|
|
7964
8059
|
protoOf(Version).hashCode = function () {
|
|
7965
|
-
return Version__hashCode_impl_yaseme(this.
|
|
8060
|
+
return Version__hashCode_impl_yaseme(this.a3c_1);
|
|
7966
8061
|
};
|
|
7967
8062
|
protoOf(Version).equals = function (other) {
|
|
7968
|
-
return Version__equals_impl_tebety(this.
|
|
8063
|
+
return Version__equals_impl_tebety(this.a3c_1, other);
|
|
7969
8064
|
};
|
|
7970
8065
|
var Provider_YOUTUBE_instance;
|
|
7971
8066
|
var Provider_UNKNOWN_instance;
|
|
7972
8067
|
function Companion_40() {
|
|
7973
8068
|
Companion_instance_40 = this;
|
|
7974
|
-
this.
|
|
8069
|
+
this.c3c_1 = Provider_UNKNOWN_getInstance();
|
|
7975
8070
|
}
|
|
7976
|
-
protoOf(Companion_40).
|
|
8071
|
+
protoOf(Companion_40).y35 = function (value) {
|
|
7977
8072
|
var tmp0_subject = value;
|
|
7978
8073
|
return tmp0_subject === 'youtube' ? Provider_YOUTUBE_getInstance() : null;
|
|
7979
8074
|
};
|
|
@@ -7995,10 +8090,10 @@
|
|
|
7995
8090
|
}
|
|
7996
8091
|
function Companion_41() {
|
|
7997
8092
|
Companion_instance_41 = this;
|
|
7998
|
-
this.
|
|
7999
|
-
this.
|
|
8000
|
-
this.
|
|
8001
|
-
this.
|
|
8093
|
+
this.d3c_1 = 'video';
|
|
8094
|
+
this.e3c_1 = new AspectRatio(16, 9);
|
|
8095
|
+
this.f3c_1 = Horizontal_CENTER_getInstance();
|
|
8096
|
+
this.g3c_1 = new Percent(1.0);
|
|
8002
8097
|
}
|
|
8003
8098
|
var Companion_instance_41;
|
|
8004
8099
|
function Companion_getInstance_44() {
|
|
@@ -8017,18 +8112,18 @@
|
|
|
8017
8112
|
Companion_getInstance_44();
|
|
8018
8113
|
parser.r2r(2, tmp, 'video');
|
|
8019
8114
|
var tmp_0 = $this;
|
|
8020
|
-
var tmp0_elvis_lhs = Companion_getInstance_43().
|
|
8021
|
-
tmp_0.
|
|
8022
|
-
$this.
|
|
8115
|
+
var tmp0_elvis_lhs = Companion_getInstance_43().y35(parser.l2t('provider'));
|
|
8116
|
+
tmp_0.p3c_1 = tmp0_elvis_lhs == null ? Companion_getInstance_43().c3c_1 : tmp0_elvis_lhs;
|
|
8117
|
+
$this.q3c_1 = parser.l2t('video-id');
|
|
8023
8118
|
var tmp_1 = $this;
|
|
8024
|
-
var tmp1_elvis_lhs = Companion_getInstance_8().
|
|
8025
|
-
tmp_1.
|
|
8119
|
+
var tmp1_elvis_lhs = Companion_getInstance_8().q2v(parser.l2t('aspect-ratio'));
|
|
8120
|
+
tmp_1.r3c_1 = tmp1_elvis_lhs == null ? Companion_getInstance_44().e3c_1 : tmp1_elvis_lhs;
|
|
8026
8121
|
var tmp_2 = $this;
|
|
8027
|
-
var tmp2_safe_receiver = Companion_getInstance_22().
|
|
8122
|
+
var tmp2_safe_receiver = Companion_getInstance_22().y2w(parser.l2t('gravity'));
|
|
8028
8123
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
8029
|
-
tmp_2.
|
|
8124
|
+
tmp_2.s3c_1 = tmp3_elvis_lhs == null ? Companion_getInstance_44().f3c_1 : tmp3_elvis_lhs;
|
|
8030
8125
|
var tmp_3 = $this;
|
|
8031
|
-
var tmp4_safe_receiver = Companion_getInstance_16().
|
|
8126
|
+
var tmp4_safe_receiver = Companion_getInstance_16().z2w(parser.l2t('width'));
|
|
8032
8127
|
var tmp_4;
|
|
8033
8128
|
if (tmp4_safe_receiver == null) {
|
|
8034
8129
|
tmp_4 = null;
|
|
@@ -8049,7 +8144,7 @@
|
|
|
8049
8144
|
tmp_4 = tmp$ret$1;
|
|
8050
8145
|
}
|
|
8051
8146
|
var tmp5_elvis_lhs = tmp_4;
|
|
8052
|
-
tmp_3.
|
|
8147
|
+
tmp_3.t3c_1 = tmp5_elvis_lhs == null ? Companion_getInstance_44().g3c_1 : tmp5_elvis_lhs;
|
|
8053
8148
|
skipTag(parser);
|
|
8054
8149
|
return $this;
|
|
8055
8150
|
}
|
|
@@ -8065,7 +8160,7 @@
|
|
|
8065
8160
|
return Provider_UNKNOWN_instance;
|
|
8066
8161
|
}
|
|
8067
8162
|
protoOf(Video).f2s = function () {
|
|
8068
|
-
return (protoOf(Content).f2s.call(this) ? true : this.
|
|
8163
|
+
return (protoOf(Content).f2s.call(this) ? true : this.p3c_1.equals(Provider_UNKNOWN_getInstance())) ? true : this.q3c_1 == null;
|
|
8069
8164
|
};
|
|
8070
8165
|
function Video() {
|
|
8071
8166
|
Companion_getInstance_44();
|
|
@@ -8119,12 +8214,12 @@
|
|
|
8119
8214
|
var tmp$ret$0;
|
|
8120
8215
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8121
8216
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8122
|
-
tmp_0.
|
|
8217
|
+
tmp_0.m3d_1 = tmp$ret$0;
|
|
8123
8218
|
var tmp_1 = $this;
|
|
8124
8219
|
var tmp$ret$1;
|
|
8125
8220
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8126
8221
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8127
|
-
tmp_1.
|
|
8222
|
+
tmp_1.n3d_1 = tmp$ret$1;
|
|
8128
8223
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8129
8224
|
$l$loop_4: while (true) {
|
|
8130
8225
|
var tmp_2 = parser.h();
|
|
@@ -8144,7 +8239,7 @@
|
|
|
8144
8239
|
if (tmp1_subject === 'events') {
|
|
8145
8240
|
var tmp2_this = $this;
|
|
8146
8241
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8147
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8242
|
+
var tmp0_plusAssign = tmp2_this.m3d_1;
|
|
8148
8243
|
var tmp1_plusAssign = Companion_getInstance_6().v2r(parser, $this);
|
|
8149
8244
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8150
8245
|
}
|
|
@@ -8153,7 +8248,7 @@
|
|
|
8153
8248
|
if (tmp3_subject === 'content') {
|
|
8154
8249
|
var tmp4_this = $this;
|
|
8155
8250
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8156
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8251
|
+
var tmp3_plusAssign = tmp4_this.n3d_1;
|
|
8157
8252
|
var tmp$ret$10;
|
|
8158
8253
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8159
8254
|
var tmp$ret$9;
|
|
@@ -8247,13 +8342,13 @@
|
|
|
8247
8342
|
function LessonPage_init_$Create$(manifest, fileName, parser) {
|
|
8248
8343
|
return LessonPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(LessonPage)));
|
|
8249
8344
|
}
|
|
8250
|
-
protoOf(LessonPage).
|
|
8251
|
-
return this.
|
|
8345
|
+
protoOf(LessonPage).o3d = function () {
|
|
8346
|
+
return this.m3d_1;
|
|
8252
8347
|
};
|
|
8253
8348
|
protoOf(LessonPage).q2s = function () {
|
|
8254
|
-
return this.
|
|
8349
|
+
return this.n3d_1;
|
|
8255
8350
|
};
|
|
8256
|
-
protoOf(LessonPage).
|
|
8351
|
+
protoOf(LessonPage).p3d = function (type) {
|
|
8257
8352
|
return type.equals(Type_LESSON_getInstance());
|
|
8258
8353
|
};
|
|
8259
8354
|
function LessonPage() {
|
|
@@ -8266,9 +8361,9 @@
|
|
|
8266
8361
|
});
|
|
8267
8362
|
function Companion_42() {
|
|
8268
8363
|
Companion_instance_42 = this;
|
|
8269
|
-
this.
|
|
8270
|
-
this.
|
|
8271
|
-
this.
|
|
8364
|
+
this.q3e_1 = 'card';
|
|
8365
|
+
this.r3e_1 = 'id';
|
|
8366
|
+
this.s3e_1 = 'content';
|
|
8272
8367
|
}
|
|
8273
8368
|
var Companion_instance_42;
|
|
8274
8369
|
function Companion_getInstance_45() {
|
|
@@ -8279,27 +8374,27 @@
|
|
|
8279
8374
|
function Card_init_$Init$_0(page, parser, $this) {
|
|
8280
8375
|
BaseModel.call($this, page);
|
|
8281
8376
|
Card_0.call($this);
|
|
8282
|
-
$this.
|
|
8377
|
+
$this.u3e_1 = page;
|
|
8283
8378
|
Companion_getInstance_59();
|
|
8284
8379
|
var tmp = get_XMLNS_PAGE();
|
|
8285
8380
|
Companion_getInstance_45();
|
|
8286
8381
|
parser.r2r(2, tmp, 'card');
|
|
8287
8382
|
var tmp_0 = $this;
|
|
8288
8383
|
Companion_getInstance_45();
|
|
8289
|
-
tmp_0.
|
|
8384
|
+
tmp_0.v3e_1 = parser.l2t('id');
|
|
8290
8385
|
var tmp_1 = $this;
|
|
8291
8386
|
var tmp0_safe_receiver = parser.l2t(get_XML_BACKGROUND_COLOR());
|
|
8292
|
-
tmp_1.
|
|
8387
|
+
tmp_1.w3e_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
8293
8388
|
var tmp_2 = $this;
|
|
8294
8389
|
var tmp$ret$0;
|
|
8295
8390
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8296
8391
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8297
|
-
tmp_2.
|
|
8392
|
+
tmp_2.x3e_1 = tmp$ret$0;
|
|
8298
8393
|
var tmp_3 = $this;
|
|
8299
8394
|
var tmp$ret$1;
|
|
8300
8395
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8301
8396
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8302
|
-
tmp_3.
|
|
8397
|
+
tmp_3.y3e_1 = tmp$ret$1;
|
|
8303
8398
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8304
8399
|
$l$loop_4: while (true) {
|
|
8305
8400
|
var tmp_4 = parser.h();
|
|
@@ -8319,7 +8414,7 @@
|
|
|
8319
8414
|
if (tmp1_subject === 'events') {
|
|
8320
8415
|
var tmp2_this = $this;
|
|
8321
8416
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8322
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8417
|
+
var tmp0_plusAssign = tmp2_this.x3e_1;
|
|
8323
8418
|
var tmp1_plusAssign = Companion_getInstance_6().v2r(parser, $this);
|
|
8324
8419
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8325
8420
|
}
|
|
@@ -8329,7 +8424,7 @@
|
|
|
8329
8424
|
if (tmp3_subject === 'content') {
|
|
8330
8425
|
var tmp4_this = $this;
|
|
8331
8426
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8332
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8427
|
+
var tmp3_plusAssign = tmp4_this.y3e_1;
|
|
8333
8428
|
var tmp$ret$10;
|
|
8334
8429
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8335
8430
|
var tmp$ret$9;
|
|
@@ -8425,7 +8520,7 @@
|
|
|
8425
8520
|
}
|
|
8426
8521
|
function Companion_43() {
|
|
8427
8522
|
Companion_instance_43 = this;
|
|
8428
|
-
this.
|
|
8523
|
+
this.z3e_1 = 'cardcollection';
|
|
8429
8524
|
}
|
|
8430
8525
|
var Companion_instance_43;
|
|
8431
8526
|
function Companion_getInstance_46() {
|
|
@@ -8442,17 +8537,17 @@
|
|
|
8442
8537
|
parser.r2r(2, tmp, 'page');
|
|
8443
8538
|
var tmp_0 = Companion_getInstance_48();
|
|
8444
8539
|
Companion_getInstance_46();
|
|
8445
|
-
tmp_0.
|
|
8540
|
+
tmp_0.a3f(parser, 'cardcollection');
|
|
8446
8541
|
var tmp_1 = $this;
|
|
8447
8542
|
var tmp$ret$0;
|
|
8448
8543
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8449
8544
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8450
|
-
tmp_1.
|
|
8545
|
+
tmp_1.t3f_1 = tmp$ret$0;
|
|
8451
8546
|
var tmp_2 = $this;
|
|
8452
8547
|
var tmp$ret$1;
|
|
8453
8548
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8454
8549
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8455
|
-
tmp_2.
|
|
8550
|
+
tmp_2.u3f_1 = tmp$ret$1;
|
|
8456
8551
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8457
8552
|
$l$loop_1: while (true) {
|
|
8458
8553
|
var tmp_3 = parser.h();
|
|
@@ -8472,7 +8567,7 @@
|
|
|
8472
8567
|
if (tmp1_subject === 'events') {
|
|
8473
8568
|
var tmp2_this = $this;
|
|
8474
8569
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8475
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8570
|
+
var tmp0_plusAssign = tmp2_this.t3f_1;
|
|
8476
8571
|
var tmp1_plusAssign = Companion_getInstance_6().v2r(parser, $this);
|
|
8477
8572
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8478
8573
|
}
|
|
@@ -8481,7 +8576,7 @@
|
|
|
8481
8576
|
if (tmp3_subject === 'cards') {
|
|
8482
8577
|
var tmp4_this = $this;
|
|
8483
8578
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8484
|
-
var tmp2_plusAssign = tmp4_this.
|
|
8579
|
+
var tmp2_plusAssign = tmp4_this.u3f_1;
|
|
8485
8580
|
var tmp3_plusAssign = parseCards($this, parser);
|
|
8486
8581
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
8487
8582
|
}
|
|
@@ -8543,7 +8638,7 @@
|
|
|
8543
8638
|
return tmp$ret$2;
|
|
8544
8639
|
}
|
|
8545
8640
|
protoOf(Card_0).q2s = function () {
|
|
8546
|
-
return this.
|
|
8641
|
+
return this.y3e_1;
|
|
8547
8642
|
};
|
|
8548
8643
|
protoOf(Card_0)._getAnalyticsEvents = function (type) {
|
|
8549
8644
|
var tmp0_subject = type;
|
|
@@ -8553,7 +8648,7 @@
|
|
|
8553
8648
|
case 1:
|
|
8554
8649
|
var tmp$ret$2;
|
|
8555
8650
|
// Inline function 'kotlin.collections.filter' call
|
|
8556
|
-
var tmp1_filter = this.
|
|
8651
|
+
var tmp1_filter = this.x3e_1;
|
|
8557
8652
|
var tmp$ret$1;
|
|
8558
8653
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8559
8654
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -8575,7 +8670,7 @@
|
|
|
8575
8670
|
case 2:
|
|
8576
8671
|
var tmp$ret$5;
|
|
8577
8672
|
// Inline function 'kotlin.collections.filter' call
|
|
8578
|
-
var tmp3_filter = this.
|
|
8673
|
+
var tmp3_filter = this.x3e_1;
|
|
8579
8674
|
var tmp$ret$4;
|
|
8580
8675
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8581
8676
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -8609,10 +8704,10 @@
|
|
|
8609
8704
|
defineProp(protoOf(Card_0), 'content', function () {
|
|
8610
8705
|
return this.y2s();
|
|
8611
8706
|
});
|
|
8612
|
-
protoOf(CardCollectionPage).
|
|
8613
|
-
return this.
|
|
8707
|
+
protoOf(CardCollectionPage).o3d = function () {
|
|
8708
|
+
return this.t3f_1;
|
|
8614
8709
|
};
|
|
8615
|
-
protoOf(CardCollectionPage).
|
|
8710
|
+
protoOf(CardCollectionPage).p3d = function (type) {
|
|
8616
8711
|
return type.equals(Type_CYOA_getInstance());
|
|
8617
8712
|
};
|
|
8618
8713
|
function CardCollectionPage() {
|
|
@@ -8648,7 +8743,7 @@
|
|
|
8648
8743
|
}
|
|
8649
8744
|
function Companion_44() {
|
|
8650
8745
|
Companion_instance_44 = this;
|
|
8651
|
-
this.
|
|
8746
|
+
this.v3f_1 = 'content';
|
|
8652
8747
|
}
|
|
8653
8748
|
var Companion_instance_44;
|
|
8654
8749
|
function Companion_getInstance_47() {
|
|
@@ -8665,17 +8760,17 @@
|
|
|
8665
8760
|
parser.r2r(2, tmp, 'page');
|
|
8666
8761
|
var tmp_0 = Companion_getInstance_48();
|
|
8667
8762
|
Companion_getInstance_47();
|
|
8668
|
-
tmp_0.
|
|
8763
|
+
tmp_0.a3f(parser, 'content');
|
|
8669
8764
|
var tmp_1 = $this;
|
|
8670
8765
|
var tmp$ret$0;
|
|
8671
8766
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8672
8767
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8673
|
-
tmp_1.
|
|
8768
|
+
tmp_1.o3g_1 = tmp$ret$0;
|
|
8674
8769
|
var tmp_2 = $this;
|
|
8675
8770
|
var tmp$ret$1;
|
|
8676
8771
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8677
8772
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8678
|
-
tmp_2.
|
|
8773
|
+
tmp_2.p3g_1 = tmp$ret$1;
|
|
8679
8774
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8680
8775
|
$l$loop_4: while (true) {
|
|
8681
8776
|
var tmp_3 = parser.h();
|
|
@@ -8695,7 +8790,7 @@
|
|
|
8695
8790
|
if (tmp1_subject === 'events') {
|
|
8696
8791
|
var tmp2_this = $this;
|
|
8697
8792
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8698
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8793
|
+
var tmp0_plusAssign = tmp2_this.o3g_1;
|
|
8699
8794
|
var tmp1_plusAssign = Companion_getInstance_6().v2r(parser, $this);
|
|
8700
8795
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8701
8796
|
}
|
|
@@ -8704,7 +8799,7 @@
|
|
|
8704
8799
|
if (tmp3_subject === 'content') {
|
|
8705
8800
|
var tmp4_this = $this;
|
|
8706
8801
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8707
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8802
|
+
var tmp3_plusAssign = tmp4_this.p3g_1;
|
|
8708
8803
|
var tmp$ret$10;
|
|
8709
8804
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8710
8805
|
var tmp$ret$9;
|
|
@@ -8798,13 +8893,13 @@
|
|
|
8798
8893
|
function ContentPage_init_$Create$(manifest, fileName, parser) {
|
|
8799
8894
|
return ContentPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(ContentPage)));
|
|
8800
8895
|
}
|
|
8801
|
-
protoOf(ContentPage).
|
|
8802
|
-
return this.
|
|
8896
|
+
protoOf(ContentPage).o3d = function () {
|
|
8897
|
+
return this.o3g_1;
|
|
8803
8898
|
};
|
|
8804
8899
|
protoOf(ContentPage).q2s = function () {
|
|
8805
|
-
return this.
|
|
8900
|
+
return this.p3g_1;
|
|
8806
8901
|
};
|
|
8807
|
-
protoOf(ContentPage).
|
|
8902
|
+
protoOf(ContentPage).p3d = function (type) {
|
|
8808
8903
|
return type.equals(Type_CYOA_getInstance());
|
|
8809
8904
|
};
|
|
8810
8905
|
function ContentPage() {
|
|
@@ -8818,16 +8913,16 @@
|
|
|
8818
8913
|
});
|
|
8819
8914
|
function Companion_45() {
|
|
8820
8915
|
Companion_instance_45 = this;
|
|
8821
|
-
this.
|
|
8916
|
+
this.d33_1 = 'page';
|
|
8822
8917
|
var tmp = this;
|
|
8823
8918
|
var tmp$ret$0;
|
|
8824
8919
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.color' call
|
|
8825
8920
|
tmp$ret$0 = toPlatformColor(Companion_getInstance_0().h2j(0 / 255.0, 0 / 255.0, 0 / 255.0, 0.0));
|
|
8826
|
-
tmp.
|
|
8827
|
-
this.
|
|
8828
|
-
this.
|
|
8921
|
+
tmp.e33_1 = tmp$ret$0;
|
|
8922
|
+
this.f33_1 = Companion_getInstance_22().CENTER;
|
|
8923
|
+
this.g33_1 = ImageScaleType_FILL_X_getInstance();
|
|
8829
8924
|
}
|
|
8830
|
-
protoOf(Companion_45).
|
|
8925
|
+
protoOf(Companion_45).h33 = function (manifest, fileName, parser) {
|
|
8831
8926
|
Companion_getInstance_59();
|
|
8832
8927
|
parser.r2r(2, null, 'page');
|
|
8833
8928
|
var tmp0_subject = parser.t2r();
|
|
@@ -8869,7 +8964,7 @@
|
|
|
8869
8964
|
var tmp_2;
|
|
8870
8965
|
var tmp$ret$0;
|
|
8871
8966
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.page.Companion.parse.<anonymous>' call
|
|
8872
|
-
tmp$ret$0 = tmp1_safe_receiver.
|
|
8967
|
+
tmp$ret$0 = tmp1_safe_receiver.p3d(manifest.type);
|
|
8873
8968
|
if (tmp$ret$0) {
|
|
8874
8969
|
tmp_2 = tmp1_safe_receiver;
|
|
8875
8970
|
} else {
|
|
@@ -8880,7 +8975,7 @@
|
|
|
8880
8975
|
}
|
|
8881
8976
|
return tmp_1;
|
|
8882
8977
|
};
|
|
8883
|
-
protoOf(Companion_45).
|
|
8978
|
+
protoOf(Companion_45).a3f = function (_this__u8e3s4, type) {
|
|
8884
8979
|
var actual = _this__u8e3s4.k2v(get_XMLNS_XSI(), 'type');
|
|
8885
8980
|
if (!(type === actual))
|
|
8886
8981
|
throw new XmlPullParserException('expected ' + type + ' not ' + actual);
|
|
@@ -8897,9 +8992,9 @@
|
|
|
8897
8992
|
Companion_getInstance_59();
|
|
8898
8993
|
Companion_getInstance_48();
|
|
8899
8994
|
parser.r2r(2, null, 'page');
|
|
8900
|
-
$this.
|
|
8901
|
-
$this.
|
|
8902
|
-
$this.
|
|
8995
|
+
$this.t3d_1 = parser.l2t('id');
|
|
8996
|
+
$this.u3d_1 = fileName;
|
|
8997
|
+
$this.v3d_1 = parser.k2v(get_XMLNS_CYOA(), 'parent');
|
|
8903
8998
|
var tmp = $this;
|
|
8904
8999
|
var tmp0_safe_receiver = parser.l2t('hidden');
|
|
8905
9000
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
@@ -8909,53 +9004,53 @@
|
|
|
8909
9004
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
8910
9005
|
var tmp0_toEventIds = parser.l2t(get_XML_LISTENERS());
|
|
8911
9006
|
tmp$ret$0 = Companion_getInstance_17().l2v(tmp0_toEventIds);
|
|
8912
|
-
tmp_0.
|
|
9007
|
+
tmp_0._listeners = toSet_0(tmp$ret$0);
|
|
8913
9008
|
var tmp_1 = $this;
|
|
8914
9009
|
var tmp$ret$1;
|
|
8915
9010
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
8916
9011
|
var tmp1_toEventIds = parser.l2t(get_XML_DISMISS_LISTENERS());
|
|
8917
9012
|
tmp$ret$1 = Companion_getInstance_17().l2v(tmp1_toEventIds);
|
|
8918
|
-
tmp_1.
|
|
9013
|
+
tmp_1._dismissListeners = toSet_0(tmp$ret$1);
|
|
8919
9014
|
var tmp_2 = $this;
|
|
8920
9015
|
var tmp2_safe_receiver = parser.l2t(get_XML_PRIMARY_COLOR());
|
|
8921
|
-
tmp_2.
|
|
9016
|
+
tmp_2.w3d_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
8922
9017
|
var tmp_3 = $this;
|
|
8923
9018
|
var tmp3_safe_receiver = parser.l2t(get_XML_PRIMARY_TEXT_COLOR());
|
|
8924
|
-
tmp_3.
|
|
9019
|
+
tmp_3.x3d_1 = tmp3_safe_receiver == null ? null : toColorOrNull(tmp3_safe_receiver);
|
|
8925
9020
|
var tmp_4 = $this;
|
|
8926
9021
|
var tmp4_safe_receiver = parser.l2t(get_XML_BACKGROUND_COLOR());
|
|
8927
9022
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toColorOrNull(tmp4_safe_receiver);
|
|
8928
|
-
tmp_4.
|
|
8929
|
-
$this.
|
|
9023
|
+
tmp_4.y3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().e33_1 : tmp5_elvis_lhs;
|
|
9024
|
+
$this.z3d_1 = parser.l2t(get_XML_BACKGROUND_IMAGE());
|
|
8930
9025
|
var tmp_5 = $this;
|
|
8931
9026
|
var tmp6_safe_receiver = parser.l2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
8932
|
-
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().
|
|
8933
|
-
tmp_5.
|
|
9027
|
+
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp6_safe_receiver);
|
|
9028
|
+
tmp_5.a3e_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().f33_1 : tmp7_elvis_lhs;
|
|
8934
9029
|
var tmp_6 = $this;
|
|
8935
9030
|
var tmp8_safe_receiver = parser.l2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
8936
|
-
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().
|
|
8937
|
-
tmp_6.
|
|
9031
|
+
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().i31(tmp8_safe_receiver);
|
|
9032
|
+
tmp_6.b3e_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().g33_1 : tmp9_elvis_lhs;
|
|
8938
9033
|
var tmp_7 = $this;
|
|
8939
9034
|
var tmp10_safe_receiver = parser.l2t(get_XML_CONTROL_COLOR());
|
|
8940
|
-
tmp_7.
|
|
9035
|
+
tmp_7.c3e_1 = tmp10_safe_receiver == null ? null : toColorOrNull(tmp10_safe_receiver);
|
|
8941
9036
|
var tmp_8 = $this;
|
|
8942
9037
|
var tmp_9 = get_XMLNS_CONTENT();
|
|
8943
9038
|
Companion_getInstance_12();
|
|
8944
9039
|
var tmp11_safe_receiver = parser.k2v(tmp_9, 'card-background-color');
|
|
8945
|
-
tmp_8.
|
|
9040
|
+
tmp_8.d3e_1 = tmp11_safe_receiver == null ? null : toColorOrNull(tmp11_safe_receiver);
|
|
8946
9041
|
var tmp_10 = $this;
|
|
8947
9042
|
var tmp_11 = get_XMLNS_CONTENT();
|
|
8948
9043
|
Companion_getInstance_32();
|
|
8949
9044
|
var tmp12_safe_receiver = parser.k2v(tmp_11, 'multiselect-option-background-color');
|
|
8950
|
-
tmp_10.
|
|
9045
|
+
tmp_10.e3e_1 = tmp12_safe_receiver == null ? null : toColorOrNull(tmp12_safe_receiver);
|
|
8951
9046
|
var tmp_12 = $this;
|
|
8952
9047
|
var tmp_13 = get_XMLNS_CONTENT();
|
|
8953
9048
|
Companion_getInstance_32();
|
|
8954
9049
|
var tmp13_safe_receiver = parser.k2v(tmp_13, 'multiselect-option-selected-color');
|
|
8955
|
-
tmp_12.
|
|
9050
|
+
tmp_12.f3e_1 = tmp13_safe_receiver == null ? null : toColorOrNull(tmp13_safe_receiver);
|
|
8956
9051
|
var tmp_14 = $this;
|
|
8957
9052
|
var tmp14_safe_receiver = parser.l2t(get_XML_TEXT_COLOR());
|
|
8958
|
-
tmp_14.
|
|
9053
|
+
tmp_14.g3e_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
8959
9054
|
var tmp_15 = $this;
|
|
8960
9055
|
var tmp15_safe_receiver = parser.l2t(get_XML_TEXT_SCALE());
|
|
8961
9056
|
var tmp16_elvis_lhs = tmp15_safe_receiver == null ? null : toDoubleOrNull(tmp15_safe_receiver);
|
|
@@ -8966,7 +9061,7 @@
|
|
|
8966
9061
|
} else {
|
|
8967
9062
|
tmp_16 = tmp16_elvis_lhs;
|
|
8968
9063
|
}
|
|
8969
|
-
tmp_15.
|
|
9064
|
+
tmp_15.h3e_1 = tmp_16;
|
|
8970
9065
|
return $this;
|
|
8971
9066
|
}
|
|
8972
9067
|
function Page_init_$Init$_0(manifest, id, fileName, parentPage, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, controlColor, cardBackgroundColor, textColor, textScale, $this) {
|
|
@@ -8975,10 +9070,10 @@
|
|
|
8975
9070
|
fileName = fileName === VOID ? null : fileName;
|
|
8976
9071
|
parentPage = parentPage === VOID ? null : parentPage;
|
|
8977
9072
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
8978
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
9073
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().e33_1 : backgroundColor;
|
|
8979
9074
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
8980
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
8981
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
9075
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().f33_1 : backgroundImageGravity;
|
|
9076
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().g33_1 : backgroundImageScaleType;
|
|
8982
9077
|
controlColor = controlColor === VOID ? null : controlColor;
|
|
8983
9078
|
cardBackgroundColor = cardBackgroundColor === VOID ? null : cardBackgroundColor;
|
|
8984
9079
|
textColor = textColor === VOID ? null : textColor;
|
|
@@ -8992,30 +9087,30 @@
|
|
|
8992
9087
|
textScale = tmp;
|
|
8993
9088
|
BaseModel.call($this, manifest);
|
|
8994
9089
|
Page.call($this);
|
|
8995
|
-
$this.
|
|
8996
|
-
$this.
|
|
8997
|
-
$this.
|
|
9090
|
+
$this.t3d_1 = id;
|
|
9091
|
+
$this.u3d_1 = fileName;
|
|
9092
|
+
$this.v3d_1 = parentPage;
|
|
8998
9093
|
$this.isHidden = false;
|
|
8999
|
-
$this.
|
|
9000
|
-
$this.
|
|
9001
|
-
$this.
|
|
9002
|
-
$this.
|
|
9003
|
-
$this.
|
|
9004
|
-
$this.
|
|
9005
|
-
$this.
|
|
9006
|
-
$this.
|
|
9007
|
-
$this.
|
|
9008
|
-
$this.
|
|
9009
|
-
$this.
|
|
9010
|
-
$this.
|
|
9011
|
-
$this.
|
|
9012
|
-
$this.
|
|
9094
|
+
$this._listeners = emptySet();
|
|
9095
|
+
$this._dismissListeners = emptySet();
|
|
9096
|
+
$this.w3d_1 = primaryColor;
|
|
9097
|
+
$this.x3d_1 = null;
|
|
9098
|
+
$this.y3d_1 = backgroundColor;
|
|
9099
|
+
$this.z3d_1 = backgroundImage;
|
|
9100
|
+
$this.a3e_1 = backgroundImageGravity;
|
|
9101
|
+
$this.b3e_1 = backgroundImageScaleType;
|
|
9102
|
+
$this.c3e_1 = controlColor;
|
|
9103
|
+
$this.d3e_1 = cardBackgroundColor;
|
|
9104
|
+
$this.e3e_1 = null;
|
|
9105
|
+
$this.f3e_1 = null;
|
|
9106
|
+
$this.g3e_1 = textColor;
|
|
9107
|
+
$this.h3e_1 = textScale;
|
|
9013
9108
|
return $this;
|
|
9014
9109
|
}
|
|
9015
9110
|
function Page$id$delegate$lambda(this$0) {
|
|
9016
9111
|
return function () {
|
|
9017
|
-
var tmp0_elvis_lhs = this$0.
|
|
9018
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.
|
|
9112
|
+
var tmp0_elvis_lhs = this$0.t3d_1;
|
|
9113
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.u3d_1 : tmp0_elvis_lhs;
|
|
9019
9114
|
return tmp1_elvis_lhs == null ? '' + this$0.x2o().code + '-' + this$0.position : tmp1_elvis_lhs;
|
|
9020
9115
|
};
|
|
9021
9116
|
}
|
|
@@ -9028,76 +9123,76 @@
|
|
|
9028
9123
|
var tmp$ret$0;
|
|
9029
9124
|
// Inline function 'kotlin.getValue' call
|
|
9030
9125
|
var tmp0_getValue = id$factory();
|
|
9031
|
-
tmp$ret$0 = this.
|
|
9126
|
+
tmp$ret$0 = this.r3d_1.o1();
|
|
9032
9127
|
return tmp$ret$0;
|
|
9033
9128
|
};
|
|
9034
|
-
protoOf(Page).
|
|
9129
|
+
protoOf(Page).i3e = function () {
|
|
9035
9130
|
var tmp$ret$0;
|
|
9036
9131
|
// Inline function 'kotlin.getValue' call
|
|
9037
9132
|
var tmp0_getValue = position$factory();
|
|
9038
|
-
tmp$ret$0 = this.
|
|
9133
|
+
tmp$ret$0 = this.s3d_1.o1();
|
|
9039
9134
|
return tmp$ret$0;
|
|
9040
9135
|
};
|
|
9041
|
-
protoOf(Page).
|
|
9042
|
-
return this.
|
|
9136
|
+
protoOf(Page).j3e = function () {
|
|
9137
|
+
return this.u3d_1;
|
|
9043
9138
|
};
|
|
9044
|
-
protoOf(Page).
|
|
9045
|
-
return this.x2o().findPage(this.
|
|
9139
|
+
protoOf(Page).k3e = function () {
|
|
9140
|
+
return this.x2o().findPage(this.v3d_1);
|
|
9046
9141
|
};
|
|
9047
|
-
protoOf(Page).
|
|
9142
|
+
protoOf(Page).l3e = function () {
|
|
9048
9143
|
return this.isHidden;
|
|
9049
9144
|
};
|
|
9050
|
-
protoOf(Page).
|
|
9051
|
-
return this.
|
|
9145
|
+
protoOf(Page).m3e = function () {
|
|
9146
|
+
return this._listeners;
|
|
9052
9147
|
};
|
|
9053
|
-
protoOf(Page).
|
|
9054
|
-
return this.
|
|
9148
|
+
protoOf(Page).o36 = function () {
|
|
9149
|
+
return this._dismissListeners;
|
|
9055
9150
|
};
|
|
9056
|
-
protoOf(Page).
|
|
9057
|
-
var tmp0_elvis_lhs = this.
|
|
9151
|
+
protoOf(Page).y2x = function () {
|
|
9152
|
+
var tmp0_elvis_lhs = this.w3d_1;
|
|
9058
9153
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.x2s()) : tmp0_elvis_lhs;
|
|
9059
9154
|
};
|
|
9060
|
-
protoOf(Page).
|
|
9061
|
-
var tmp0_elvis_lhs = this.
|
|
9155
|
+
protoOf(Page).z2x = function () {
|
|
9156
|
+
var tmp0_elvis_lhs = this.x3d_1;
|
|
9062
9157
|
return tmp0_elvis_lhs == null ? get_primaryTextColor_0(this.x2s()) : tmp0_elvis_lhs;
|
|
9063
9158
|
};
|
|
9064
|
-
protoOf(Page).q36 = function () {
|
|
9065
|
-
return this.w3d_1;
|
|
9066
|
-
};
|
|
9067
|
-
protoOf(Page).l3e = function () {
|
|
9068
|
-
return this.x3d_1;
|
|
9069
|
-
};
|
|
9070
9159
|
protoOf(Page).r36 = function () {
|
|
9071
|
-
return
|
|
9160
|
+
return this.y3d_1;
|
|
9161
|
+
};
|
|
9162
|
+
protoOf(Page).n3e = function () {
|
|
9163
|
+
return this.z3d_1;
|
|
9072
9164
|
};
|
|
9073
9165
|
protoOf(Page).s36 = function () {
|
|
9074
|
-
return this.
|
|
9166
|
+
return getResource(this, this.z3d_1);
|
|
9075
9167
|
};
|
|
9076
9168
|
protoOf(Page).t36 = function () {
|
|
9077
|
-
return this.
|
|
9169
|
+
return this.a3e_1;
|
|
9078
9170
|
};
|
|
9079
|
-
protoOf(Page).
|
|
9080
|
-
|
|
9081
|
-
return tmp0_elvis_lhs == null ? this.x2o().y2t_1 : tmp0_elvis_lhs;
|
|
9171
|
+
protoOf(Page).u36 = function () {
|
|
9172
|
+
return this.b3e_1;
|
|
9082
9173
|
};
|
|
9083
|
-
protoOf(Page).
|
|
9084
|
-
var tmp0_elvis_lhs = this.
|
|
9085
|
-
return tmp0_elvis_lhs == null ? this.x2o().
|
|
9174
|
+
protoOf(Page).o3e = function () {
|
|
9175
|
+
var tmp0_elvis_lhs = this.c3e_1;
|
|
9176
|
+
return tmp0_elvis_lhs == null ? this.x2o().y2t_1 : tmp0_elvis_lhs;
|
|
9086
9177
|
};
|
|
9087
9178
|
protoOf(Page).b2y = function () {
|
|
9088
|
-
var tmp0_elvis_lhs = this.
|
|
9089
|
-
return tmp0_elvis_lhs == null ?
|
|
9179
|
+
var tmp0_elvis_lhs = this.d3e_1;
|
|
9180
|
+
return tmp0_elvis_lhs == null ? this.x2o().b2y() : tmp0_elvis_lhs;
|
|
9090
9181
|
};
|
|
9091
9182
|
protoOf(Page).c2y = function () {
|
|
9092
|
-
var tmp0_elvis_lhs = this.
|
|
9183
|
+
var tmp0_elvis_lhs = this.e3e_1;
|
|
9184
|
+
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
9185
|
+
};
|
|
9186
|
+
protoOf(Page).d2y = function () {
|
|
9187
|
+
var tmp0_elvis_lhs = this.f3e_1;
|
|
9093
9188
|
return tmp0_elvis_lhs == null ? get_multiselectOptionSelectedColor.call(this) : tmp0_elvis_lhs;
|
|
9094
9189
|
};
|
|
9095
|
-
protoOf(Page).
|
|
9096
|
-
var tmp0_elvis_lhs = this.
|
|
9190
|
+
protoOf(Page).w2x = function () {
|
|
9191
|
+
var tmp0_elvis_lhs = this.g3e_1;
|
|
9097
9192
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.x2s()) : tmp0_elvis_lhs;
|
|
9098
9193
|
};
|
|
9099
|
-
protoOf(Page).
|
|
9100
|
-
return this.
|
|
9194
|
+
protoOf(Page).e2y = function () {
|
|
9195
|
+
return this.h3e_1 * get_textScale_0(this.x2s());
|
|
9101
9196
|
};
|
|
9102
9197
|
protoOf(Page)._getAnalyticsEvents = function (type) {
|
|
9103
9198
|
var tmp0_subject = type;
|
|
@@ -9107,7 +9202,7 @@
|
|
|
9107
9202
|
case 1:
|
|
9108
9203
|
var tmp$ret$2;
|
|
9109
9204
|
// Inline function 'kotlin.collections.filter' call
|
|
9110
|
-
var tmp1_filter = this.
|
|
9205
|
+
var tmp1_filter = this.o3d();
|
|
9111
9206
|
var tmp$ret$1;
|
|
9112
9207
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9113
9208
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -9129,7 +9224,7 @@
|
|
|
9129
9224
|
case 2:
|
|
9130
9225
|
var tmp$ret$5;
|
|
9131
9226
|
// Inline function 'kotlin.collections.filter' call
|
|
9132
|
-
var tmp3_filter = this.
|
|
9227
|
+
var tmp3_filter = this.o3d();
|
|
9133
9228
|
var tmp$ret$4;
|
|
9134
9229
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9135
9230
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -9154,17 +9249,33 @@
|
|
|
9154
9249
|
}
|
|
9155
9250
|
return tmp;
|
|
9156
9251
|
};
|
|
9252
|
+
protoOf(Page).v37 = function () {
|
|
9253
|
+
var tmp$ret$0;
|
|
9254
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
9255
|
+
var tmp0_toTypedArray = this._dismissListeners;
|
|
9256
|
+
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
9257
|
+
return tmp$ret$0;
|
|
9258
|
+
};
|
|
9259
|
+
protoOf(Page).p3e = function () {
|
|
9260
|
+
var tmp$ret$0;
|
|
9261
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
9262
|
+
var tmp0_toTypedArray = this._listeners;
|
|
9263
|
+
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
9264
|
+
return tmp$ret$0;
|
|
9265
|
+
};
|
|
9157
9266
|
function Page() {
|
|
9158
9267
|
Companion_getInstance_48();
|
|
9159
9268
|
var tmp = this;
|
|
9160
|
-
tmp.
|
|
9269
|
+
tmp.r3d_1 = lazy(Page$id$delegate$lambda(this));
|
|
9161
9270
|
var tmp_0 = this;
|
|
9162
|
-
tmp_0.
|
|
9271
|
+
tmp_0.s3d_1 = lazy(Page$position$delegate$lambda(this));
|
|
9163
9272
|
}
|
|
9164
9273
|
defineProp(protoOf(Page), 'id', protoOf(Page).n2u);
|
|
9165
|
-
defineProp(protoOf(Page), 'position', protoOf(Page).
|
|
9166
|
-
defineProp(protoOf(Page), 'parentPage', protoOf(Page).
|
|
9167
|
-
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).
|
|
9274
|
+
defineProp(protoOf(Page), 'position', protoOf(Page).i3e);
|
|
9275
|
+
defineProp(protoOf(Page), 'parentPage', protoOf(Page).k3e);
|
|
9276
|
+
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).s36);
|
|
9277
|
+
defineProp(protoOf(Page), 'dismissListeners', protoOf(Page).v37);
|
|
9278
|
+
defineProp(protoOf(Page), 'listeners', protoOf(Page).p3e);
|
|
9168
9279
|
function id$factory() {
|
|
9169
9280
|
return getPropertyCallableRef('id', 1, KProperty1, function (receiver) {
|
|
9170
9281
|
return receiver.id;
|
|
@@ -9181,9 +9292,9 @@
|
|
|
9181
9292
|
var XMLNS_SHAREABLE;
|
|
9182
9293
|
function Companion_46() {
|
|
9183
9294
|
Companion_instance_46 = this;
|
|
9184
|
-
this.
|
|
9295
|
+
this.a36_1 = 'items';
|
|
9185
9296
|
}
|
|
9186
|
-
protoOf(Companion_46).
|
|
9297
|
+
protoOf(Companion_46).b36 = function (_this__u8e3s4, manifest) {
|
|
9187
9298
|
var tmp$ret$4;
|
|
9188
9299
|
// Inline function 'kotlin.collections.buildList' call
|
|
9189
9300
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -9212,7 +9323,7 @@
|
|
|
9212
9323
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.shareable.Companion.parseShareableItems.<anonymous>.<anonymous>' call
|
|
9213
9324
|
var tmp0_subject = _this__u8e3s4.t2r();
|
|
9214
9325
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
9215
|
-
var tmp1_safe_receiver = Companion_getInstance_49().
|
|
9326
|
+
var tmp1_safe_receiver = Companion_getInstance_49().q3g(manifest, _this__u8e3s4);
|
|
9216
9327
|
if (tmp1_safe_receiver == null)
|
|
9217
9328
|
null;
|
|
9218
9329
|
else {
|
|
@@ -9236,9 +9347,9 @@
|
|
|
9236
9347
|
tmp$ret$4 = tmp$ret$3;
|
|
9237
9348
|
return tmp$ret$4;
|
|
9238
9349
|
};
|
|
9239
|
-
protoOf(Companion_46).
|
|
9350
|
+
protoOf(Companion_46).q3g = function (manifest, parser) {
|
|
9240
9351
|
Companion_getInstance_59();
|
|
9241
|
-
parser.
|
|
9352
|
+
parser.r3g(2, get_XMLNS_SHAREABLE());
|
|
9242
9353
|
var tmp0_subject = parser.t2r();
|
|
9243
9354
|
var tmp;
|
|
9244
9355
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
@@ -9266,23 +9377,23 @@
|
|
|
9266
9377
|
BaseModel.call($this, parent);
|
|
9267
9378
|
Shareable.call($this);
|
|
9268
9379
|
Companion_getInstance_59();
|
|
9269
|
-
parser.
|
|
9270
|
-
$this.
|
|
9380
|
+
parser.r3g(2, get_XMLNS_SHAREABLE());
|
|
9381
|
+
$this.g36_1 = parser.l2t('id');
|
|
9271
9382
|
var tmp = $this;
|
|
9272
9383
|
var tmp0_safe_receiver = parser.l2t('order');
|
|
9273
9384
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
9274
|
-
tmp.
|
|
9385
|
+
tmp.h36_1 = tmp1_elvis_lhs == null ? 2147483647 : tmp1_elvis_lhs;
|
|
9275
9386
|
return $this;
|
|
9276
9387
|
}
|
|
9277
9388
|
protoOf(Shareable).n2u = function () {
|
|
9278
|
-
return this.
|
|
9389
|
+
return this.g36_1;
|
|
9279
9390
|
};
|
|
9280
9391
|
function Shareable() {
|
|
9281
9392
|
Companion_getInstance_49();
|
|
9282
9393
|
}
|
|
9283
9394
|
function Companion_47() {
|
|
9284
9395
|
Companion_instance_47 = this;
|
|
9285
|
-
this.
|
|
9396
|
+
this.s3g_1 = 'image';
|
|
9286
9397
|
}
|
|
9287
9398
|
var Companion_instance_47;
|
|
9288
9399
|
function Companion_getInstance_50() {
|
|
@@ -9297,7 +9408,7 @@
|
|
|
9297
9408
|
var tmp = get_XMLNS_SHAREABLE();
|
|
9298
9409
|
Companion_getInstance_50();
|
|
9299
9410
|
parser.r2r(2, tmp, 'image');
|
|
9300
|
-
$this.
|
|
9411
|
+
$this.w3g_1 = parser.l2t('resource');
|
|
9301
9412
|
var description = null;
|
|
9302
9413
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
9303
9414
|
$l$loop_1: while (true) {
|
|
@@ -9323,7 +9434,7 @@
|
|
|
9323
9434
|
continue $l$loop_1;
|
|
9324
9435
|
skipTag(parser);
|
|
9325
9436
|
}
|
|
9326
|
-
$this.
|
|
9437
|
+
$this.x3g_1 = description;
|
|
9327
9438
|
return $this;
|
|
9328
9439
|
}
|
|
9329
9440
|
function ShareableImage_init_$Create$(manifest, parser) {
|
|
@@ -9331,7 +9442,7 @@
|
|
|
9331
9442
|
}
|
|
9332
9443
|
protoOf(ShareableImage).n2u = function () {
|
|
9333
9444
|
var tmp0_elvis_lhs = protoOf(Shareable).n2u.call(this);
|
|
9334
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9445
|
+
return tmp0_elvis_lhs == null ? this.w3g_1 : tmp0_elvis_lhs;
|
|
9335
9446
|
};
|
|
9336
9447
|
function ShareableImage() {
|
|
9337
9448
|
Companion_getInstance_50();
|
|
@@ -9342,7 +9453,7 @@
|
|
|
9342
9453
|
var XMLNS_TRAINING;
|
|
9343
9454
|
function Companion_48() {
|
|
9344
9455
|
Companion_instance_48 = this;
|
|
9345
|
-
this.
|
|
9456
|
+
this.y3g_1 = 'tip';
|
|
9346
9457
|
}
|
|
9347
9458
|
var Companion_instance_48;
|
|
9348
9459
|
function Companion_getInstance_51() {
|
|
@@ -9357,18 +9468,18 @@
|
|
|
9357
9468
|
var tmp = get_XMLNS_TRAINING();
|
|
9358
9469
|
Companion_getInstance_51();
|
|
9359
9470
|
parser.r2r(2, tmp, 'tip');
|
|
9360
|
-
$this.
|
|
9471
|
+
$this.h3h_1 = parser.k2v(null, 'id');
|
|
9361
9472
|
skipTag(parser);
|
|
9362
9473
|
return $this;
|
|
9363
9474
|
}
|
|
9364
9475
|
function InlineTip_init_$Create$(parent, parser) {
|
|
9365
9476
|
return InlineTip_init_$Init$(parent, parser, objectCreate(protoOf(InlineTip)));
|
|
9366
9477
|
}
|
|
9367
|
-
protoOf(InlineTip).
|
|
9368
|
-
return this.x2o().
|
|
9478
|
+
protoOf(InlineTip).i3h = function () {
|
|
9479
|
+
return this.x2o().u37(this.h3h_1);
|
|
9369
9480
|
};
|
|
9370
9481
|
protoOf(InlineTip).z2s = function () {
|
|
9371
|
-
return listOfNotNull(this.
|
|
9482
|
+
return listOfNotNull(this.i3h());
|
|
9372
9483
|
};
|
|
9373
9484
|
function InlineTip() {
|
|
9374
9485
|
Companion_getInstance_51();
|
|
@@ -9380,9 +9491,9 @@
|
|
|
9380
9491
|
var Type_QUOTE_instance;
|
|
9381
9492
|
function Companion_49() {
|
|
9382
9493
|
Companion_instance_49 = this;
|
|
9383
|
-
this.
|
|
9494
|
+
this.j3h_1 = Type_TIP_getInstance();
|
|
9384
9495
|
}
|
|
9385
|
-
protoOf(Companion_49).
|
|
9496
|
+
protoOf(Companion_49).k31 = function (_this__u8e3s4) {
|
|
9386
9497
|
var tmp0_subject = _this__u8e3s4;
|
|
9387
9498
|
switch (tmp0_subject) {
|
|
9388
9499
|
case 'tip':
|
|
@@ -9423,11 +9534,11 @@
|
|
|
9423
9534
|
Tip.call($this);
|
|
9424
9535
|
Companion_getInstance_59();
|
|
9425
9536
|
parser.r2r(2, get_XMLNS_TRAINING(), 'tip');
|
|
9426
|
-
$this.
|
|
9537
|
+
$this.t34_1 = id;
|
|
9427
9538
|
var tmp = $this;
|
|
9428
9539
|
var tmp0_safe_receiver = parser.k2v(null, 'type');
|
|
9429
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().
|
|
9430
|
-
tmp.
|
|
9540
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().k31(tmp0_safe_receiver);
|
|
9541
|
+
tmp.u34_1 = tmp1_elvis_lhs == null ? Companion_getInstance_52().j3h_1 : tmp1_elvis_lhs;
|
|
9431
9542
|
var tmp_0 = $this;
|
|
9432
9543
|
var tmp$ret$2;
|
|
9433
9544
|
// Inline function 'kotlin.collections.buildList' call
|
|
@@ -9467,7 +9578,7 @@
|
|
|
9467
9578
|
tmp$ret$0 = tmp0_apply;
|
|
9468
9579
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
9469
9580
|
tmp$ret$2 = tmp$ret$1;
|
|
9470
|
-
tmp_0.
|
|
9581
|
+
tmp_0.v34_1 = tmp$ret$2;
|
|
9471
9582
|
return $this;
|
|
9472
9583
|
}
|
|
9473
9584
|
function Tip_init_$Create$(manifest, id, parser) {
|
|
@@ -9540,20 +9651,20 @@
|
|
|
9540
9651
|
Type_initEntries_2();
|
|
9541
9652
|
return Type_QUOTE_instance;
|
|
9542
9653
|
}
|
|
9543
|
-
protoOf(Tip).
|
|
9654
|
+
protoOf(Tip).y2x = function () {
|
|
9544
9655
|
return Companion_getInstance_29().z2p_1;
|
|
9545
9656
|
};
|
|
9546
|
-
protoOf(Tip).
|
|
9657
|
+
protoOf(Tip).z2x = function () {
|
|
9547
9658
|
return Companion_getInstance_29().a2q_1;
|
|
9548
9659
|
};
|
|
9549
|
-
protoOf(Tip).
|
|
9660
|
+
protoOf(Tip).w2x = function () {
|
|
9550
9661
|
return Companion_getInstance_29().f2q_1;
|
|
9551
9662
|
};
|
|
9552
9663
|
function Tip() {
|
|
9553
9664
|
}
|
|
9554
9665
|
function Companion_50() {
|
|
9555
9666
|
Companion_instance_50 = this;
|
|
9556
|
-
this.
|
|
9667
|
+
this.k3h_1 = 'page';
|
|
9557
9668
|
}
|
|
9558
9669
|
var Companion_instance_50;
|
|
9559
9670
|
function Companion_getInstance_53() {
|
|
@@ -9568,8 +9679,8 @@
|
|
|
9568
9679
|
var tmp = get_XMLNS_TRAINING();
|
|
9569
9680
|
Companion_getInstance_53();
|
|
9570
9681
|
parser.r2r(2, tmp, 'page');
|
|
9571
|
-
$this.
|
|
9572
|
-
$this.
|
|
9682
|
+
$this.m3h_1 = tip;
|
|
9683
|
+
$this.n3h_1 = position;
|
|
9573
9684
|
var tmp_0 = $this;
|
|
9574
9685
|
var tmp$ret$8;
|
|
9575
9686
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -9649,14 +9760,14 @@
|
|
|
9649
9760
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
9650
9761
|
tmp$ret$7 = tmp$ret$6;
|
|
9651
9762
|
tmp$ret$8 = tmp$ret$7;
|
|
9652
|
-
tmp_0.
|
|
9763
|
+
tmp_0.o3h_1 = tmp$ret$8;
|
|
9653
9764
|
return $this;
|
|
9654
9765
|
}
|
|
9655
9766
|
function TipPage_init_$Create$(tip, position, parser) {
|
|
9656
9767
|
return TipPage_init_$Init$(tip, position, parser, objectCreate(protoOf(TipPage)));
|
|
9657
9768
|
}
|
|
9658
9769
|
protoOf(TipPage).q2s = function () {
|
|
9659
|
-
return this.
|
|
9770
|
+
return this.o3h_1;
|
|
9660
9771
|
};
|
|
9661
9772
|
function TipPage() {
|
|
9662
9773
|
Companion_getInstance_53();
|
|
@@ -9669,7 +9780,7 @@
|
|
|
9669
9780
|
});
|
|
9670
9781
|
function Companion_51() {
|
|
9671
9782
|
Companion_instance_51 = this;
|
|
9672
|
-
this.
|
|
9783
|
+
this.p3h_1 = 'call-to-action';
|
|
9673
9784
|
}
|
|
9674
9785
|
var Companion_instance_51;
|
|
9675
9786
|
function Companion_getInstance_54() {
|
|
@@ -9680,10 +9791,10 @@
|
|
|
9680
9791
|
function CallToAction_init_$Init$(parent, $this) {
|
|
9681
9792
|
BaseModel.call($this, parent);
|
|
9682
9793
|
CallToAction.call($this);
|
|
9683
|
-
$this.
|
|
9794
|
+
$this.r3h_1 = parent;
|
|
9684
9795
|
$this.label = null;
|
|
9685
|
-
$this.
|
|
9686
|
-
$this.
|
|
9796
|
+
$this.s3h_1 = null;
|
|
9797
|
+
$this.t3h_1 = null;
|
|
9687
9798
|
return $this;
|
|
9688
9799
|
}
|
|
9689
9800
|
function CallToAction_init_$Create$(parent) {
|
|
@@ -9696,11 +9807,11 @@
|
|
|
9696
9807
|
var tmp = get_XMLNS_TRACT();
|
|
9697
9808
|
Companion_getInstance_54();
|
|
9698
9809
|
parser.r2r(2, tmp, 'call-to-action');
|
|
9699
|
-
$this.
|
|
9810
|
+
$this.r3h_1 = page;
|
|
9700
9811
|
var tmp_0 = $this;
|
|
9701
9812
|
var tmp0_safe_receiver = parser.l2t('control-color');
|
|
9702
|
-
tmp_0.
|
|
9703
|
-
$this.
|
|
9813
|
+
tmp_0.s3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9814
|
+
$this.t3h_1 = parser.k2v(get_XMLNS_TRAINING(), 'tip');
|
|
9704
9815
|
var tmp_1 = $this;
|
|
9705
9816
|
var tmp_2 = get_XMLNS_TRACT();
|
|
9706
9817
|
Companion_getInstance_54();
|
|
@@ -9717,41 +9828,41 @@
|
|
|
9717
9828
|
tip = tip === VOID ? null : tip;
|
|
9718
9829
|
BaseModel.call($this, page);
|
|
9719
9830
|
CallToAction.call($this);
|
|
9720
|
-
$this.
|
|
9831
|
+
$this.r3h_1 = page;
|
|
9721
9832
|
var tmp = $this;
|
|
9722
9833
|
var tmp0_safe_receiver = label;
|
|
9723
9834
|
tmp.label = tmp0_safe_receiver == null ? null : tmp0_safe_receiver($this);
|
|
9724
|
-
$this.
|
|
9725
|
-
$this.
|
|
9835
|
+
$this.s3h_1 = controlColor;
|
|
9836
|
+
$this.t3h_1 = tip;
|
|
9726
9837
|
return $this;
|
|
9727
9838
|
}
|
|
9728
9839
|
function createTestCallToAction(page, label, controlColor, tip) {
|
|
9729
9840
|
return CallToAction_init_$Init$_1(page, label, controlColor, tip, objectCreate(protoOf(CallToAction)));
|
|
9730
9841
|
}
|
|
9731
|
-
protoOf(CallToAction).
|
|
9842
|
+
protoOf(CallToAction).u3h = function () {
|
|
9732
9843
|
return this.label;
|
|
9733
9844
|
};
|
|
9734
|
-
protoOf(CallToAction).
|
|
9735
|
-
var tmp0_elvis_lhs = this.
|
|
9845
|
+
protoOf(CallToAction).o3e = function () {
|
|
9846
|
+
var tmp0_elvis_lhs = this.s3h_1;
|
|
9736
9847
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.x2s()) : tmp0_elvis_lhs;
|
|
9737
9848
|
};
|
|
9738
|
-
protoOf(CallToAction).
|
|
9739
|
-
return this.
|
|
9849
|
+
protoOf(CallToAction).v3h = function () {
|
|
9850
|
+
return this.t3h_1;
|
|
9740
9851
|
};
|
|
9741
|
-
protoOf(CallToAction).
|
|
9742
|
-
return this.x2o().
|
|
9852
|
+
protoOf(CallToAction).i3h = function () {
|
|
9853
|
+
return this.x2o().u37(this.t3h_1);
|
|
9743
9854
|
};
|
|
9744
9855
|
function CallToAction() {
|
|
9745
9856
|
Companion_getInstance_54();
|
|
9746
9857
|
}
|
|
9747
|
-
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).
|
|
9858
|
+
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).i3h);
|
|
9748
9859
|
function get_XMLNS_TRACT() {
|
|
9749
9860
|
return XMLNS_TRACT;
|
|
9750
9861
|
}
|
|
9751
9862
|
var XMLNS_TRACT;
|
|
9752
9863
|
function Companion_52() {
|
|
9753
9864
|
Companion_instance_52 = this;
|
|
9754
|
-
this.
|
|
9865
|
+
this.w3h_1 = 'header';
|
|
9755
9866
|
}
|
|
9756
9867
|
var Companion_instance_52;
|
|
9757
9868
|
function Companion_getInstance_55() {
|
|
@@ -9768,8 +9879,8 @@
|
|
|
9768
9879
|
parser.r2r(2, tmp, 'header');
|
|
9769
9880
|
var tmp_0 = $this;
|
|
9770
9881
|
var tmp0_safe_receiver = parser.l2t(get_XML_BACKGROUND_COLOR());
|
|
9771
|
-
tmp_0.
|
|
9772
|
-
$this.
|
|
9882
|
+
tmp_0.y3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9883
|
+
$this.z3h_1 = parser.k2v(get_XMLNS_TRAINING(), 'tip');
|
|
9773
9884
|
var number = null;
|
|
9774
9885
|
var title = null;
|
|
9775
9886
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -9805,32 +9916,32 @@
|
|
|
9805
9916
|
function Header_init_$Create$(page, parser) {
|
|
9806
9917
|
return Header_init_$Init$(page, parser, objectCreate(protoOf(Header)));
|
|
9807
9918
|
}
|
|
9808
|
-
protoOf(Header).
|
|
9809
|
-
var tmp0_elvis_lhs = this.
|
|
9810
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9919
|
+
protoOf(Header).r36 = function () {
|
|
9920
|
+
var tmp0_elvis_lhs = this.y3h_1;
|
|
9921
|
+
return tmp0_elvis_lhs == null ? this.y2x() : tmp0_elvis_lhs;
|
|
9811
9922
|
};
|
|
9812
|
-
protoOf(Header).
|
|
9813
|
-
return this.
|
|
9923
|
+
protoOf(Header).w2x = function () {
|
|
9924
|
+
return this.z2x();
|
|
9814
9925
|
};
|
|
9815
|
-
protoOf(Header).
|
|
9926
|
+
protoOf(Header).a3i = function () {
|
|
9816
9927
|
return this.number;
|
|
9817
9928
|
};
|
|
9818
|
-
protoOf(Header).
|
|
9929
|
+
protoOf(Header).w36 = function () {
|
|
9819
9930
|
return this.title;
|
|
9820
9931
|
};
|
|
9821
|
-
protoOf(Header).
|
|
9822
|
-
return this.
|
|
9932
|
+
protoOf(Header).v3h = function () {
|
|
9933
|
+
return this.z3h_1;
|
|
9823
9934
|
};
|
|
9824
|
-
protoOf(Header).
|
|
9825
|
-
return this.x2o().
|
|
9935
|
+
protoOf(Header).i3h = function () {
|
|
9936
|
+
return this.x2o().u37(this.z3h_1);
|
|
9826
9937
|
};
|
|
9827
9938
|
function Header() {
|
|
9828
9939
|
Companion_getInstance_55();
|
|
9829
9940
|
}
|
|
9830
|
-
defineProp(protoOf(Header), 'tip', protoOf(Header).
|
|
9941
|
+
defineProp(protoOf(Header), 'tip', protoOf(Header).i3h);
|
|
9831
9942
|
function Companion_53() {
|
|
9832
9943
|
Companion_instance_53 = this;
|
|
9833
|
-
this.
|
|
9944
|
+
this.b3i_1 = 'hero';
|
|
9834
9945
|
}
|
|
9835
9946
|
var Companion_instance_53;
|
|
9836
9947
|
function Companion_getInstance_56() {
|
|
@@ -9842,7 +9953,7 @@
|
|
|
9842
9953
|
var tmp$ret$0;
|
|
9843
9954
|
// Inline function 'kotlin.getValue' call
|
|
9844
9955
|
var tmp0_getValue = headingParent$factory();
|
|
9845
|
-
tmp$ret$0 = $this.
|
|
9956
|
+
tmp$ret$0 = $this.d3i_1.o1();
|
|
9846
9957
|
return tmp$ret$0;
|
|
9847
9958
|
}
|
|
9848
9959
|
function Hero_init_$Init$(page, parser, $this) {
|
|
@@ -9856,7 +9967,7 @@
|
|
|
9856
9967
|
var tmp$ret$0;
|
|
9857
9968
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
9858
9969
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
9859
|
-
tmp_0.
|
|
9970
|
+
tmp_0.f3i_1 = tmp$ret$0;
|
|
9860
9971
|
var heading = null;
|
|
9861
9972
|
var tmp_1 = $this;
|
|
9862
9973
|
var tmp$ret$8;
|
|
@@ -9895,7 +10006,7 @@
|
|
|
9895
10006
|
if (tmp1_subject === 'events') {
|
|
9896
10007
|
var tmp2_this = $this;
|
|
9897
10008
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
9898
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10009
|
+
var tmp0_plusAssign = tmp2_this.f3i_1;
|
|
9899
10010
|
var tmp1_plusAssign = Companion_getInstance_6().v2r(parser, $this);
|
|
9900
10011
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
9901
10012
|
}
|
|
@@ -9951,7 +10062,7 @@
|
|
|
9951
10062
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
9952
10063
|
tmp$ret$7 = tmp$ret$6;
|
|
9953
10064
|
tmp$ret$8 = tmp$ret$7;
|
|
9954
|
-
tmp_1.
|
|
10065
|
+
tmp_1.e3i_1 = tmp$ret$8;
|
|
9955
10066
|
$this.heading = heading;
|
|
9956
10067
|
return $this;
|
|
9957
10068
|
}
|
|
@@ -9964,11 +10075,11 @@
|
|
|
9964
10075
|
heading = heading === VOID ? null : heading;
|
|
9965
10076
|
BaseModel.call($this, page);
|
|
9966
10077
|
Hero.call($this);
|
|
9967
|
-
$this.
|
|
10078
|
+
$this.f3i_1 = analyticsEvents;
|
|
9968
10079
|
var tmp = $this;
|
|
9969
10080
|
var tmp0_safe_receiver = heading;
|
|
9970
10081
|
tmp.heading = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(_get_headingParent__2ts5bv($this));
|
|
9971
|
-
$this.
|
|
10082
|
+
$this.e3i_1 = emptyList();
|
|
9972
10083
|
return $this;
|
|
9973
10084
|
}
|
|
9974
10085
|
function createTestHero(page, analyticsEvents, heading) {
|
|
@@ -9984,14 +10095,14 @@
|
|
|
9984
10095
|
return stylesOverride(this$0, VOID, Hero$headingParent$delegate$lambda$lambda(this$0));
|
|
9985
10096
|
};
|
|
9986
10097
|
}
|
|
9987
|
-
protoOf(Hero).
|
|
10098
|
+
protoOf(Hero).g3i = function () {
|
|
9988
10099
|
return this.heading;
|
|
9989
10100
|
};
|
|
9990
10101
|
protoOf(Hero).q2s = function () {
|
|
9991
|
-
return this.
|
|
10102
|
+
return this.e3i_1;
|
|
9992
10103
|
};
|
|
9993
|
-
protoOf(Hero).
|
|
9994
|
-
return this.
|
|
10104
|
+
protoOf(Hero).o3d = function () {
|
|
10105
|
+
return this.f3i_1;
|
|
9995
10106
|
};
|
|
9996
10107
|
protoOf(Hero)._getAnalyticsEvents = function (type) {
|
|
9997
10108
|
var tmp0_subject = type;
|
|
@@ -10001,7 +10112,7 @@
|
|
|
10001
10112
|
case 1:
|
|
10002
10113
|
var tmp$ret$2;
|
|
10003
10114
|
// Inline function 'kotlin.collections.filter' call
|
|
10004
|
-
var tmp1_filter = this.
|
|
10115
|
+
var tmp1_filter = this.f3i_1;
|
|
10005
10116
|
var tmp$ret$1;
|
|
10006
10117
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10007
10118
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -10023,7 +10134,7 @@
|
|
|
10023
10134
|
case 2:
|
|
10024
10135
|
var tmp$ret$5;
|
|
10025
10136
|
// Inline function 'kotlin.collections.filter' call
|
|
10026
|
-
var tmp3_filter = this.
|
|
10137
|
+
var tmp3_filter = this.f3i_1;
|
|
10027
10138
|
var tmp$ret$4;
|
|
10028
10139
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10029
10140
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -10051,7 +10162,7 @@
|
|
|
10051
10162
|
function Hero() {
|
|
10052
10163
|
Companion_getInstance_56();
|
|
10053
10164
|
var tmp = this;
|
|
10054
|
-
tmp.
|
|
10165
|
+
tmp.d3i_1 = lazy(Hero$headingParent$delegate$lambda(this));
|
|
10055
10166
|
}
|
|
10056
10167
|
defineProp(protoOf(Hero), '_content', function () {
|
|
10057
10168
|
return this.q2s();
|
|
@@ -10066,7 +10177,7 @@
|
|
|
10066
10177
|
}
|
|
10067
10178
|
function Companion_54() {
|
|
10068
10179
|
Companion_instance_54 = this;
|
|
10069
|
-
this.
|
|
10180
|
+
this.h3i_1 = 'modal';
|
|
10070
10181
|
}
|
|
10071
10182
|
var Companion_instance_54;
|
|
10072
10183
|
function Companion_getInstance_57() {
|
|
@@ -10181,47 +10292,47 @@
|
|
|
10181
10292
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
10182
10293
|
tmp$ret$8 = tmp$ret$7;
|
|
10183
10294
|
tmp$ret$9 = tmp$ret$8;
|
|
10184
|
-
tmp_2.
|
|
10295
|
+
tmp_2.d3j_1 = tmp$ret$9;
|
|
10185
10296
|
$this.title = title;
|
|
10186
10297
|
return $this;
|
|
10187
10298
|
}
|
|
10188
10299
|
function Modal_init_$Create$(parent, parser) {
|
|
10189
10300
|
return Modal_init_$Init$(parent, parser, objectCreate(protoOf(Modal)));
|
|
10190
10301
|
}
|
|
10191
|
-
protoOf(Modal).
|
|
10302
|
+
protoOf(Modal).e3j = function () {
|
|
10192
10303
|
return this.page;
|
|
10193
10304
|
};
|
|
10194
10305
|
protoOf(Modal).n2u = function () {
|
|
10195
10306
|
return this.page.id + '-' + _get_position__iahqv2(this);
|
|
10196
10307
|
};
|
|
10197
|
-
protoOf(Modal).
|
|
10308
|
+
protoOf(Modal).w36 = function () {
|
|
10198
10309
|
return this.title;
|
|
10199
10310
|
};
|
|
10200
10311
|
protoOf(Modal).q2s = function () {
|
|
10201
|
-
return this.
|
|
10312
|
+
return this.d3j_1;
|
|
10202
10313
|
};
|
|
10203
|
-
protoOf(Modal).
|
|
10314
|
+
protoOf(Modal).p3e = function () {
|
|
10204
10315
|
return this.listeners;
|
|
10205
10316
|
};
|
|
10206
|
-
protoOf(Modal).
|
|
10317
|
+
protoOf(Modal).v37 = function () {
|
|
10207
10318
|
return this.dismissListeners;
|
|
10208
10319
|
};
|
|
10209
|
-
protoOf(Modal).
|
|
10320
|
+
protoOf(Modal).y2x = function () {
|
|
10210
10321
|
return get_TRANSPARENT();
|
|
10211
10322
|
};
|
|
10212
|
-
protoOf(Modal).
|
|
10323
|
+
protoOf(Modal).z2x = function () {
|
|
10213
10324
|
return get_WHITE();
|
|
10214
10325
|
};
|
|
10215
|
-
protoOf(Modal).
|
|
10326
|
+
protoOf(Modal).b2x = function () {
|
|
10216
10327
|
return get_WHITE();
|
|
10217
10328
|
};
|
|
10218
|
-
protoOf(Modal).
|
|
10329
|
+
protoOf(Modal).a2y = function () {
|
|
10219
10330
|
return Style_OUTLINED_getInstance();
|
|
10220
10331
|
};
|
|
10221
|
-
protoOf(Modal).
|
|
10332
|
+
protoOf(Modal).f2y = function () {
|
|
10222
10333
|
return Align_CENTER_getInstance();
|
|
10223
10334
|
};
|
|
10224
|
-
protoOf(Modal).
|
|
10335
|
+
protoOf(Modal).w2x = function () {
|
|
10225
10336
|
return get_WHITE();
|
|
10226
10337
|
};
|
|
10227
10338
|
function Modal() {
|
|
@@ -10236,11 +10347,11 @@
|
|
|
10236
10347
|
});
|
|
10237
10348
|
function Companion_55() {
|
|
10238
10349
|
Companion_instance_55 = this;
|
|
10239
|
-
this.
|
|
10240
|
-
this.
|
|
10241
|
-
this.
|
|
10242
|
-
this.
|
|
10243
|
-
this.
|
|
10350
|
+
this.f3j_1 = 'card';
|
|
10351
|
+
this.g3j_1 = 'label';
|
|
10352
|
+
this.h3j_1 = 'hidden';
|
|
10353
|
+
this.i3j_1 = ImageScaleType_FILL_X_getInstance();
|
|
10354
|
+
this.j3j_1 = Companion_getInstance_22().CENTER;
|
|
10244
10355
|
}
|
|
10245
10356
|
var Companion_instance_55;
|
|
10246
10357
|
function Companion_getInstance_58() {
|
|
@@ -10252,7 +10363,7 @@
|
|
|
10252
10363
|
var tmp$ret$0;
|
|
10253
10364
|
// Inline function 'kotlin.getValue' call
|
|
10254
10365
|
var tmp0_getValue = labelParent$factory();
|
|
10255
|
-
tmp$ret$0 = $this.
|
|
10366
|
+
tmp$ret$0 = $this.q3j_1.o1();
|
|
10256
10367
|
return tmp$ret$0;
|
|
10257
10368
|
}
|
|
10258
10369
|
function Card_init_$Init$_1(page, position, parser, $this) {
|
|
@@ -10274,33 +10385,33 @@
|
|
|
10274
10385
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10275
10386
|
var tmp0_toEventIds = parser.l2t(get_XML_LISTENERS());
|
|
10276
10387
|
tmp$ret$0 = Companion_getInstance_17().l2v(tmp0_toEventIds);
|
|
10277
|
-
tmp_1.
|
|
10388
|
+
tmp_1._listeners = toSet_0(tmp$ret$0);
|
|
10278
10389
|
var tmp_2 = $this;
|
|
10279
10390
|
var tmp$ret$1;
|
|
10280
10391
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10281
10392
|
var tmp1_toEventIds = parser.l2t(get_XML_DISMISS_LISTENERS());
|
|
10282
10393
|
tmp$ret$1 = Companion_getInstance_17().l2v(tmp1_toEventIds);
|
|
10283
|
-
tmp_2.
|
|
10394
|
+
tmp_2._dismissListeners = toSet_0(tmp$ret$1);
|
|
10284
10395
|
var tmp_3 = $this;
|
|
10285
10396
|
var tmp2_safe_receiver = parser.l2t(get_XML_BACKGROUND_COLOR());
|
|
10286
|
-
tmp_3.
|
|
10287
|
-
$this.
|
|
10397
|
+
tmp_3.l3j_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
10398
|
+
$this.m3j_1 = parser.l2t(get_XML_BACKGROUND_IMAGE());
|
|
10288
10399
|
var tmp_4 = $this;
|
|
10289
10400
|
var tmp3_safe_receiver = parser.l2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
10290
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().
|
|
10291
|
-
tmp_4.
|
|
10401
|
+
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp3_safe_receiver);
|
|
10402
|
+
tmp_4.n3j_1 = tmp4_elvis_lhs == null ? Companion_getInstance_58().j3j_1 : tmp4_elvis_lhs;
|
|
10292
10403
|
var tmp_5 = $this;
|
|
10293
10404
|
var tmp5_safe_receiver = parser.l2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
10294
|
-
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().
|
|
10295
|
-
tmp_5.
|
|
10405
|
+
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().i31(tmp5_safe_receiver);
|
|
10406
|
+
tmp_5.o3j_1 = tmp6_elvis_lhs == null ? Companion_getInstance_58().i3j_1 : tmp6_elvis_lhs;
|
|
10296
10407
|
var tmp_6 = $this;
|
|
10297
10408
|
var tmp7_safe_receiver = parser.l2t(get_XML_TEXT_COLOR());
|
|
10298
|
-
tmp_6.
|
|
10409
|
+
tmp_6.p3j_1 = tmp7_safe_receiver == null ? null : toColorOrNull(tmp7_safe_receiver);
|
|
10299
10410
|
var tmp_7 = $this;
|
|
10300
10411
|
var tmp$ret$2;
|
|
10301
10412
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
10302
10413
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
10303
|
-
tmp_7.
|
|
10414
|
+
tmp_7.s3j_1 = tmp$ret$2;
|
|
10304
10415
|
var label = null;
|
|
10305
10416
|
var tmp_8 = $this;
|
|
10306
10417
|
var tmp$ret$10;
|
|
@@ -10339,7 +10450,7 @@
|
|
|
10339
10450
|
if (tmp1_subject === 'events') {
|
|
10340
10451
|
var tmp2_this = $this;
|
|
10341
10452
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10342
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10453
|
+
var tmp0_plusAssign = tmp2_this.s3j_1;
|
|
10343
10454
|
var tmp1_plusAssign = Companion_getInstance_6().v2r(parser, $this);
|
|
10344
10455
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
10345
10456
|
}
|
|
@@ -10400,7 +10511,7 @@
|
|
|
10400
10511
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
10401
10512
|
tmp$ret$9 = tmp$ret$8;
|
|
10402
10513
|
tmp$ret$10 = tmp$ret$9;
|
|
10403
|
-
tmp_8.
|
|
10514
|
+
tmp_8.r3j_1 = tmp$ret$10;
|
|
10404
10515
|
$this.label = label;
|
|
10405
10516
|
return $this;
|
|
10406
10517
|
}
|
|
@@ -10409,7 +10520,7 @@
|
|
|
10409
10520
|
}
|
|
10410
10521
|
function TractPage$Card$labelParent$delegate$lambda$lambda(this$0) {
|
|
10411
10522
|
return function () {
|
|
10412
|
-
return this$0.
|
|
10523
|
+
return this$0.y2x();
|
|
10413
10524
|
};
|
|
10414
10525
|
}
|
|
10415
10526
|
function TractPage$Card$labelParent$delegate$lambda(this$0) {
|
|
@@ -10426,7 +10537,7 @@
|
|
|
10426
10537
|
parser.r2r(2, tmp, 'page');
|
|
10427
10538
|
var tmp_0 = $this;
|
|
10428
10539
|
var tmp0_safe_receiver = parser.l2t('card-text-color');
|
|
10429
|
-
tmp_0.
|
|
10540
|
+
tmp_0.b3j_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
10430
10541
|
var header = null;
|
|
10431
10542
|
var hero = null;
|
|
10432
10543
|
var tmp_1 = $this;
|
|
@@ -10504,11 +10615,11 @@
|
|
|
10504
10615
|
function TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, $this) {
|
|
10505
10616
|
manifest = manifest === VOID ? createTestManifest() : manifest;
|
|
10506
10617
|
fileName = fileName === VOID ? null : fileName;
|
|
10507
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
10618
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().e33_1 : backgroundColor;
|
|
10508
10619
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
10509
10620
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
10510
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
10511
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
10621
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().f33_1 : backgroundImageGravity;
|
|
10622
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().g33_1 : backgroundImageScaleType;
|
|
10512
10623
|
textColor = textColor === VOID ? null : textColor;
|
|
10513
10624
|
var tmp;
|
|
10514
10625
|
if (textScale === VOID) {
|
|
@@ -10524,7 +10635,7 @@
|
|
|
10524
10635
|
callToAction = callToAction === VOID ? null : callToAction;
|
|
10525
10636
|
Page_init_$Init$_0(manifest, VOID, fileName, VOID, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, VOID, cardBackgroundColor, textColor, textScale, $this);
|
|
10526
10637
|
TractPage.call($this);
|
|
10527
|
-
$this.
|
|
10638
|
+
$this.b3j_1 = cardTextColor;
|
|
10528
10639
|
$this.header = null;
|
|
10529
10640
|
$this.hero = null;
|
|
10530
10641
|
var tmp_0 = $this;
|
|
@@ -10545,16 +10656,16 @@
|
|
|
10545
10656
|
function createTestTractPage(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction) {
|
|
10546
10657
|
return TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, objectCreate(protoOf(TractPage)));
|
|
10547
10658
|
}
|
|
10548
|
-
protoOf(Card_1).
|
|
10659
|
+
protoOf(Card_1).e3j = function () {
|
|
10549
10660
|
return this.page;
|
|
10550
10661
|
};
|
|
10551
10662
|
protoOf(Card_1).n2u = function () {
|
|
10552
10663
|
return this.page.id + '-' + this.position;
|
|
10553
10664
|
};
|
|
10554
|
-
protoOf(Card_1).
|
|
10665
|
+
protoOf(Card_1).i3e = function () {
|
|
10555
10666
|
return this.position;
|
|
10556
10667
|
};
|
|
10557
|
-
protoOf(Card_1).
|
|
10668
|
+
protoOf(Card_1).t3j = function () {
|
|
10558
10669
|
var tmp$ret$1;
|
|
10559
10670
|
// Inline function 'kotlin.takeUnless' call
|
|
10560
10671
|
var tmp0_takeUnless = this.page.visibleCards.l1(this);
|
|
@@ -10571,40 +10682,40 @@
|
|
|
10571
10682
|
tmp$ret$1 = tmp;
|
|
10572
10683
|
return tmp$ret$1;
|
|
10573
10684
|
};
|
|
10574
|
-
protoOf(Card_1).
|
|
10685
|
+
protoOf(Card_1).u3j = function () {
|
|
10575
10686
|
return equals(this, lastOrNull(this.page.visibleCards));
|
|
10576
10687
|
};
|
|
10577
|
-
protoOf(Card_1).
|
|
10688
|
+
protoOf(Card_1).l3e = function () {
|
|
10578
10689
|
return this.isHidden;
|
|
10579
10690
|
};
|
|
10580
|
-
protoOf(Card_1).
|
|
10581
|
-
return this.
|
|
10582
|
-
};
|
|
10583
|
-
protoOf(Card_1).n36 = function () {
|
|
10584
|
-
return this.dismissListeners;
|
|
10691
|
+
protoOf(Card_1).m3e = function () {
|
|
10692
|
+
return this._listeners;
|
|
10585
10693
|
};
|
|
10586
|
-
protoOf(Card_1).
|
|
10587
|
-
|
|
10588
|
-
return tmp0_elvis_lhs == null ? this.page.a2y() : tmp0_elvis_lhs;
|
|
10694
|
+
protoOf(Card_1).o36 = function () {
|
|
10695
|
+
return this._dismissListeners;
|
|
10589
10696
|
};
|
|
10590
10697
|
protoOf(Card_1).r36 = function () {
|
|
10591
|
-
|
|
10698
|
+
var tmp0_elvis_lhs = this.l3j_1;
|
|
10699
|
+
return tmp0_elvis_lhs == null ? this.page.b2y() : tmp0_elvis_lhs;
|
|
10592
10700
|
};
|
|
10593
10701
|
protoOf(Card_1).s36 = function () {
|
|
10594
|
-
return this.
|
|
10702
|
+
return getResource(this, this.m3j_1);
|
|
10595
10703
|
};
|
|
10596
10704
|
protoOf(Card_1).t36 = function () {
|
|
10597
|
-
return this.
|
|
10705
|
+
return this.n3j_1;
|
|
10706
|
+
};
|
|
10707
|
+
protoOf(Card_1).u36 = function () {
|
|
10708
|
+
return this.o3j_1;
|
|
10598
10709
|
};
|
|
10599
|
-
protoOf(Card_1).
|
|
10600
|
-
var tmp0_elvis_lhs = this.
|
|
10710
|
+
protoOf(Card_1).w2x = function () {
|
|
10711
|
+
var tmp0_elvis_lhs = this.p3j_1;
|
|
10601
10712
|
return tmp0_elvis_lhs == null ? this.page.cardTextColor : tmp0_elvis_lhs;
|
|
10602
10713
|
};
|
|
10603
|
-
protoOf(Card_1).
|
|
10714
|
+
protoOf(Card_1).u3h = function () {
|
|
10604
10715
|
return this.label;
|
|
10605
10716
|
};
|
|
10606
10717
|
protoOf(Card_1).q2s = function () {
|
|
10607
|
-
return this.
|
|
10718
|
+
return this.r3j_1;
|
|
10608
10719
|
};
|
|
10609
10720
|
protoOf(Card_1).z2s = function () {
|
|
10610
10721
|
var tmp$ret$3;
|
|
@@ -10629,8 +10740,8 @@
|
|
|
10629
10740
|
tmp$ret$3 = tmp$ret$2;
|
|
10630
10741
|
return tmp$ret$3;
|
|
10631
10742
|
};
|
|
10632
|
-
protoOf(Card_1).
|
|
10633
|
-
return this.
|
|
10743
|
+
protoOf(Card_1).o3d = function () {
|
|
10744
|
+
return this.s3j_1;
|
|
10634
10745
|
};
|
|
10635
10746
|
protoOf(Card_1)._getAnalyticsEvents = function (type) {
|
|
10636
10747
|
var tmp0_subject = type;
|
|
@@ -10640,7 +10751,7 @@
|
|
|
10640
10751
|
case 1:
|
|
10641
10752
|
var tmp$ret$2;
|
|
10642
10753
|
// Inline function 'kotlin.collections.filter' call
|
|
10643
|
-
var tmp1_filter = this.
|
|
10754
|
+
var tmp1_filter = this.s3j_1;
|
|
10644
10755
|
var tmp$ret$1;
|
|
10645
10756
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10646
10757
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -10662,7 +10773,7 @@
|
|
|
10662
10773
|
case 2:
|
|
10663
10774
|
var tmp$ret$5;
|
|
10664
10775
|
// Inline function 'kotlin.collections.filter' call
|
|
10665
|
-
var tmp3_filter = this.
|
|
10776
|
+
var tmp3_filter = this.s3j_1;
|
|
10666
10777
|
var tmp$ret$4;
|
|
10667
10778
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10668
10779
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -10687,19 +10798,35 @@
|
|
|
10687
10798
|
}
|
|
10688
10799
|
return tmp;
|
|
10689
10800
|
};
|
|
10801
|
+
protoOf(Card_1).v37 = function () {
|
|
10802
|
+
var tmp$ret$0;
|
|
10803
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
10804
|
+
var tmp0_toTypedArray = this._dismissListeners;
|
|
10805
|
+
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
10806
|
+
return tmp$ret$0;
|
|
10807
|
+
};
|
|
10808
|
+
protoOf(Card_1).p3e = function () {
|
|
10809
|
+
var tmp$ret$0;
|
|
10810
|
+
// Inline function 'kotlin.collections.toTypedArray' call
|
|
10811
|
+
var tmp0_toTypedArray = this._listeners;
|
|
10812
|
+
tmp$ret$0 = copyToArray(tmp0_toTypedArray);
|
|
10813
|
+
return tmp$ret$0;
|
|
10814
|
+
};
|
|
10690
10815
|
function Card_1() {
|
|
10691
10816
|
Companion_getInstance_58();
|
|
10692
10817
|
var tmp = this;
|
|
10693
|
-
tmp.
|
|
10818
|
+
tmp.q3j_1 = lazy(TractPage$Card$labelParent$delegate$lambda(this));
|
|
10694
10819
|
}
|
|
10695
10820
|
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).n2u);
|
|
10696
|
-
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).
|
|
10697
|
-
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).
|
|
10698
|
-
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).
|
|
10821
|
+
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).t3j);
|
|
10822
|
+
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).u3j);
|
|
10823
|
+
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).s36);
|
|
10699
10824
|
defineProp(protoOf(Card_1), '_content', function () {
|
|
10700
10825
|
return this.q2s();
|
|
10701
10826
|
});
|
|
10702
10827
|
defineProp(protoOf(Card_1), 'tips', protoOf(Card_1).z2s);
|
|
10828
|
+
defineProp(protoOf(Card_1), 'dismissListeners', protoOf(Card_1).v37);
|
|
10829
|
+
defineProp(protoOf(Card_1), 'listeners', protoOf(Card_1).p3e);
|
|
10703
10830
|
defineProp(protoOf(Card_1), 'content', function () {
|
|
10704
10831
|
return this.y2s();
|
|
10705
10832
|
});
|
|
@@ -10791,25 +10918,25 @@
|
|
|
10791
10918
|
tmp$ret$2 = tmp$ret$1;
|
|
10792
10919
|
return tmp$ret$2;
|
|
10793
10920
|
}
|
|
10794
|
-
protoOf(TractPage).
|
|
10921
|
+
protoOf(TractPage).v3j = function () {
|
|
10795
10922
|
return equals(lastOrNull(this.x2o()._pages), this);
|
|
10796
10923
|
};
|
|
10797
|
-
protoOf(TractPage).
|
|
10798
|
-
return this.
|
|
10924
|
+
protoOf(TractPage).o3d = function () {
|
|
10925
|
+
return this.a3j_1;
|
|
10799
10926
|
};
|
|
10800
|
-
protoOf(TractPage).
|
|
10927
|
+
protoOf(TractPage).w3j = function () {
|
|
10801
10928
|
return this.header;
|
|
10802
10929
|
};
|
|
10803
|
-
protoOf(TractPage).
|
|
10930
|
+
protoOf(TractPage).x3j = function () {
|
|
10804
10931
|
return this.hero;
|
|
10805
10932
|
};
|
|
10806
|
-
protoOf(TractPage).
|
|
10933
|
+
protoOf(TractPage).y3j = function () {
|
|
10807
10934
|
return this.modals;
|
|
10808
10935
|
};
|
|
10809
|
-
protoOf(TractPage).
|
|
10936
|
+
protoOf(TractPage).z3j = function () {
|
|
10810
10937
|
return this.callToAction;
|
|
10811
10938
|
};
|
|
10812
|
-
protoOf(TractPage).
|
|
10939
|
+
protoOf(TractPage).p3d = function (type) {
|
|
10813
10940
|
return type.equals(Type_TRACT_getInstance());
|
|
10814
10941
|
};
|
|
10815
10942
|
protoOf(TractPage).findModal = function (id) {
|
|
@@ -10832,10 +10959,10 @@
|
|
|
10832
10959
|
}
|
|
10833
10960
|
return tmp$ret$1;
|
|
10834
10961
|
};
|
|
10835
|
-
protoOf(TractPage).
|
|
10962
|
+
protoOf(TractPage).a3k = function () {
|
|
10836
10963
|
return this.cards;
|
|
10837
10964
|
};
|
|
10838
|
-
protoOf(TractPage).
|
|
10965
|
+
protoOf(TractPage).b3k = function () {
|
|
10839
10966
|
var tmp$ret$2;
|
|
10840
10967
|
// Inline function 'kotlin.collections.filter' call
|
|
10841
10968
|
var tmp1_filter = this.cards;
|
|
@@ -10856,16 +10983,16 @@
|
|
|
10856
10983
|
tmp$ret$2 = tmp$ret$1;
|
|
10857
10984
|
return tmp$ret$2;
|
|
10858
10985
|
};
|
|
10859
|
-
protoOf(TractPage).
|
|
10860
|
-
var tmp0_elvis_lhs = this.
|
|
10861
|
-
return tmp0_elvis_lhs == null ? this.
|
|
10986
|
+
protoOf(TractPage).c3k = function () {
|
|
10987
|
+
var tmp0_elvis_lhs = this.b3j_1;
|
|
10988
|
+
return tmp0_elvis_lhs == null ? this.w2x() : tmp0_elvis_lhs;
|
|
10862
10989
|
};
|
|
10863
10990
|
function TractPage() {
|
|
10864
|
-
this.
|
|
10991
|
+
this.a3j_1 = emptyList();
|
|
10865
10992
|
}
|
|
10866
|
-
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).
|
|
10867
|
-
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).
|
|
10868
|
-
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).
|
|
10993
|
+
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).v3j);
|
|
10994
|
+
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).b3k);
|
|
10995
|
+
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).c3k);
|
|
10869
10996
|
function labelParent$factory() {
|
|
10870
10997
|
return getPropertyCallableRef('labelParent', 1, KProperty1, function (receiver) {
|
|
10871
10998
|
return _get_labelParent__664ln7(receiver);
|
|
@@ -10901,11 +11028,11 @@
|
|
|
10901
11028
|
return EMPTY_instance;
|
|
10902
11029
|
}
|
|
10903
11030
|
function SetOnceProperty() {
|
|
10904
|
-
this.
|
|
11031
|
+
this.d3k_1 = EMPTY_getInstance();
|
|
10905
11032
|
}
|
|
10906
|
-
protoOf(SetOnceProperty).
|
|
11033
|
+
protoOf(SetOnceProperty).e3k = function (thisRef, property) {
|
|
10907
11034
|
// Inline function 'kotlin.check' call
|
|
10908
|
-
var tmp0_check = !(this.
|
|
11035
|
+
var tmp0_check = !(this.d3k_1 === EMPTY_getInstance());
|
|
10909
11036
|
// Inline function 'kotlin.contracts.contract' call
|
|
10910
11037
|
if (!tmp0_check) {
|
|
10911
11038
|
var tmp$ret$0;
|
|
@@ -10914,15 +11041,15 @@
|
|
|
10914
11041
|
var message = tmp$ret$0;
|
|
10915
11042
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
10916
11043
|
}
|
|
10917
|
-
var tmp = this.
|
|
11044
|
+
var tmp = this.d3k_1;
|
|
10918
11045
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
10919
11046
|
};
|
|
10920
|
-
protoOf(SetOnceProperty).
|
|
10921
|
-
return this.
|
|
11047
|
+
protoOf(SetOnceProperty).n37 = function (thisRef, property) {
|
|
11048
|
+
return this.e3k(isObject(thisRef) ? thisRef : THROW_CCE(), property);
|
|
10922
11049
|
};
|
|
10923
|
-
protoOf(SetOnceProperty).
|
|
11050
|
+
protoOf(SetOnceProperty).f3k = function (thisRef, property, value) {
|
|
10924
11051
|
// Inline function 'kotlin.check' call
|
|
10925
|
-
var tmp0_check = this.
|
|
11052
|
+
var tmp0_check = this.d3k_1 === EMPTY_getInstance();
|
|
10926
11053
|
// Inline function 'kotlin.contracts.contract' call
|
|
10927
11054
|
if (!tmp0_check) {
|
|
10928
11055
|
var tmp$ret$0;
|
|
@@ -10931,11 +11058,11 @@
|
|
|
10931
11058
|
var message = tmp$ret$0;
|
|
10932
11059
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
10933
11060
|
}
|
|
10934
|
-
this.
|
|
11061
|
+
this.d3k_1 = value;
|
|
10935
11062
|
};
|
|
10936
|
-
protoOf(SetOnceProperty).
|
|
11063
|
+
protoOf(SetOnceProperty).z35 = function (thisRef, property, value) {
|
|
10937
11064
|
var tmp = isObject(thisRef) ? thisRef : THROW_CCE();
|
|
10938
|
-
return this.
|
|
11065
|
+
return this.f3k(tmp, property, (value == null ? true : isObject(value)) ? value : THROW_CCE());
|
|
10939
11066
|
};
|
|
10940
11067
|
function get_isHttpUrl(_this__u8e3s4) {
|
|
10941
11068
|
var tmp$ret$0;
|
|
@@ -10967,15 +11094,15 @@
|
|
|
10967
11094
|
}
|
|
10968
11095
|
function QName(uri, local) {
|
|
10969
11096
|
uri = uri === VOID ? null : uri;
|
|
10970
|
-
this.
|
|
10971
|
-
this.
|
|
11097
|
+
this.g3k_1 = uri;
|
|
11098
|
+
this.h3k_1 = local;
|
|
10972
11099
|
}
|
|
10973
11100
|
protoOf(QName).toString = function () {
|
|
10974
|
-
return 'QName(uri=' + this.
|
|
11101
|
+
return 'QName(uri=' + this.g3k_1 + ', local=' + this.h3k_1 + ')';
|
|
10975
11102
|
};
|
|
10976
11103
|
protoOf(QName).hashCode = function () {
|
|
10977
|
-
var result = this.
|
|
10978
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
11104
|
+
var result = this.g3k_1 == null ? 0 : getStringHashCode(this.g3k_1);
|
|
11105
|
+
result = imul(result, 31) + getStringHashCode(this.h3k_1) | 0;
|
|
10979
11106
|
return result;
|
|
10980
11107
|
};
|
|
10981
11108
|
protoOf(QName).equals = function (other) {
|
|
@@ -10984,9 +11111,9 @@
|
|
|
10984
11111
|
if (!(other instanceof QName))
|
|
10985
11112
|
return false;
|
|
10986
11113
|
var tmp0_other_with_cast = other instanceof QName ? other : THROW_CCE();
|
|
10987
|
-
if (!(this.
|
|
11114
|
+
if (!(this.g3k_1 == tmp0_other_with_cast.g3k_1))
|
|
10988
11115
|
return false;
|
|
10989
|
-
if (!(this.
|
|
11116
|
+
if (!(this.h3k_1 === tmp0_other_with_cast.h3k_1))
|
|
10990
11117
|
return false;
|
|
10991
11118
|
return true;
|
|
10992
11119
|
};
|
|
@@ -10994,63 +11121,63 @@
|
|
|
10994
11121
|
qname = qname === VOID ? null : qname;
|
|
10995
11122
|
content = content === VOID ? null : content;
|
|
10996
11123
|
attrs = attrs === VOID ? null : attrs;
|
|
10997
|
-
this.
|
|
10998
|
-
this.
|
|
10999
|
-
this.
|
|
11000
|
-
this.
|
|
11124
|
+
this.i3k_1 = type;
|
|
11125
|
+
this.j3k_1 = qname;
|
|
11126
|
+
this.k3k_1 = content;
|
|
11127
|
+
this.l3k_1 = attrs;
|
|
11001
11128
|
}
|
|
11002
11129
|
function enqueueEvent($this, event) {
|
|
11003
11130
|
var tmp$ret$0;
|
|
11004
11131
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
11005
|
-
var tmp0_isNotEmpty = $this.
|
|
11132
|
+
var tmp0_isNotEmpty = $this.o3k_1;
|
|
11006
11133
|
tmp$ret$0 = charSequenceLength(tmp0_isNotEmpty) > 0;
|
|
11007
11134
|
if (tmp$ret$0) {
|
|
11008
11135
|
var tmp0_this = $this;
|
|
11009
11136
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
11010
|
-
var tmp1_plusAssign = tmp0_this.
|
|
11137
|
+
var tmp1_plusAssign = tmp0_this.n3k_1;
|
|
11011
11138
|
Companion_getInstance_59();
|
|
11012
|
-
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.
|
|
11139
|
+
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.o3k_1.toString());
|
|
11013
11140
|
tmp1_plusAssign.b(tmp2_plusAssign);
|
|
11014
|
-
$this.
|
|
11141
|
+
$this.o3k_1.jb();
|
|
11015
11142
|
}
|
|
11016
11143
|
var tmp1_this = $this;
|
|
11017
11144
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
11018
|
-
var tmp3_plusAssign = tmp1_this.
|
|
11145
|
+
var tmp3_plusAssign = tmp1_this.n3k_1;
|
|
11019
11146
|
tmp3_plusAssign.b(event);
|
|
11020
11147
|
}
|
|
11021
11148
|
function SaxXmlPullParser() {
|
|
11022
11149
|
var tmp = this;
|
|
11023
11150
|
Companion_getInstance_59();
|
|
11024
|
-
tmp.
|
|
11151
|
+
tmp.m3k_1 = new ParserEvent(0);
|
|
11025
11152
|
var tmp_0 = this;
|
|
11026
11153
|
var tmp$ret$0;
|
|
11027
11154
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
11028
11155
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
11029
|
-
tmp_0.
|
|
11030
|
-
this.
|
|
11156
|
+
tmp_0.n3k_1 = tmp$ret$0;
|
|
11157
|
+
this.o3k_1 = StringBuilder_init_$Create$();
|
|
11031
11158
|
}
|
|
11032
11159
|
protoOf(SaxXmlPullParser).s2r = function () {
|
|
11033
|
-
return this.
|
|
11160
|
+
return this.m3k_1.i3k_1;
|
|
11034
11161
|
};
|
|
11035
11162
|
protoOf(SaxXmlPullParser).t2r = function () {
|
|
11036
|
-
var tmp0_safe_receiver = this.j3k_1
|
|
11037
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11163
|
+
var tmp0_safe_receiver = this.m3k_1.j3k_1;
|
|
11164
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g3k_1;
|
|
11038
11165
|
};
|
|
11039
11166
|
protoOf(SaxXmlPullParser).id = function () {
|
|
11040
|
-
var tmp0_safe_receiver = this.j3k_1
|
|
11041
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11167
|
+
var tmp0_safe_receiver = this.m3k_1.j3k_1;
|
|
11168
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h3k_1;
|
|
11042
11169
|
};
|
|
11043
11170
|
protoOf(SaxXmlPullParser).r2r = function (type, namespace, name) {
|
|
11044
11171
|
var tmp$ret$0;
|
|
11045
11172
|
// Inline function 'kotlin.with' call
|
|
11046
|
-
var tmp0_with = this.
|
|
11173
|
+
var tmp0_with = this.m3k_1;
|
|
11047
11174
|
// Inline function 'kotlin.contracts.contract' call
|
|
11048
|
-
if (!(tmp0_with.
|
|
11175
|
+
if (!(tmp0_with.i3k_1 === type))
|
|
11049
11176
|
throw new XmlPullParserException('expected ' + type);
|
|
11050
11177
|
var tmp;
|
|
11051
11178
|
if (!(namespace == null)) {
|
|
11052
|
-
var tmp0_safe_receiver = tmp0_with.
|
|
11053
|
-
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11179
|
+
var tmp0_safe_receiver = tmp0_with.j3k_1;
|
|
11180
|
+
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g3k_1));
|
|
11054
11181
|
} else {
|
|
11055
11182
|
tmp = false;
|
|
11056
11183
|
}
|
|
@@ -11059,8 +11186,8 @@
|
|
|
11059
11186
|
var tmp_0;
|
|
11060
11187
|
var tmp_1;
|
|
11061
11188
|
if (!(name == null)) {
|
|
11062
|
-
var tmp1_safe_receiver = tmp0_with.
|
|
11063
|
-
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
11189
|
+
var tmp1_safe_receiver = tmp0_with.j3k_1;
|
|
11190
|
+
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.h3k_1) == name);
|
|
11064
11191
|
} else {
|
|
11065
11192
|
tmp_1 = false;
|
|
11066
11193
|
}
|
|
@@ -11073,12 +11200,12 @@
|
|
|
11073
11200
|
protoOf(SaxXmlPullParser).h = function () {
|
|
11074
11201
|
var tmp$ret$0;
|
|
11075
11202
|
// Inline function 'kotlin.also' call
|
|
11076
|
-
var tmp0_also = removeFirst(this.
|
|
11203
|
+
var tmp0_also = removeFirst(this.n3k_1);
|
|
11077
11204
|
// Inline function 'kotlin.contracts.contract' call
|
|
11078
11205
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.next.<anonymous>' call
|
|
11079
|
-
this.
|
|
11206
|
+
this.m3k_1 = tmp0_also;
|
|
11080
11207
|
tmp$ret$0 = tmp0_also;
|
|
11081
|
-
return tmp$ret$0.
|
|
11208
|
+
return tmp$ret$0.i3k_1;
|
|
11082
11209
|
};
|
|
11083
11210
|
protoOf(SaxXmlPullParser).l2p = function () {
|
|
11084
11211
|
var tmp;
|
|
@@ -11087,7 +11214,7 @@
|
|
|
11087
11214
|
if (tmp_0 === 4) {
|
|
11088
11215
|
var tmp$ret$0;
|
|
11089
11216
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
11090
|
-
var tmp0_isNullOrBlank = this.
|
|
11217
|
+
var tmp0_isNullOrBlank = this.m3k_1.k3k_1;
|
|
11091
11218
|
// Inline function 'kotlin.contracts.contract' call
|
|
11092
11219
|
tmp$ret$0 = tmp0_isNullOrBlank == null ? true : isBlank(tmp0_isNullOrBlank);
|
|
11093
11220
|
tmp = tmp$ret$0;
|
|
@@ -11097,23 +11224,23 @@
|
|
|
11097
11224
|
if (tmp) {
|
|
11098
11225
|
this.h();
|
|
11099
11226
|
}
|
|
11100
|
-
var event = this.
|
|
11227
|
+
var event = this.m3k_1;
|
|
11101
11228
|
var tmp_1;
|
|
11102
11229
|
Companion_getInstance_59();
|
|
11103
|
-
if (!(event.
|
|
11230
|
+
if (!(event.i3k_1 === 2)) {
|
|
11104
11231
|
Companion_getInstance_59();
|
|
11105
|
-
tmp_1 = !(event.
|
|
11232
|
+
tmp_1 = !(event.i3k_1 === 3);
|
|
11106
11233
|
} else {
|
|
11107
11234
|
tmp_1 = false;
|
|
11108
11235
|
}
|
|
11109
11236
|
if (tmp_1) {
|
|
11110
|
-
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.
|
|
11237
|
+
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.i3k_1);
|
|
11111
11238
|
}
|
|
11112
|
-
return event.
|
|
11239
|
+
return event.i3k_1;
|
|
11113
11240
|
};
|
|
11114
|
-
protoOf(SaxXmlPullParser).
|
|
11241
|
+
protoOf(SaxXmlPullParser).n3b = function () {
|
|
11115
11242
|
Companion_getInstance_59();
|
|
11116
|
-
this.
|
|
11243
|
+
this.r3g(2);
|
|
11117
11244
|
var tmp0_subject = this.h();
|
|
11118
11245
|
var tmp;
|
|
11119
11246
|
Companion_getInstance_59();
|
|
@@ -11122,7 +11249,7 @@
|
|
|
11122
11249
|
// Inline function 'kotlin.also' call
|
|
11123
11250
|
var tmp$ret$0;
|
|
11124
11251
|
// Inline function 'kotlin.text.orEmpty' call
|
|
11125
|
-
var tmp0_orEmpty = this.
|
|
11252
|
+
var tmp0_orEmpty = this.m3k_1.k3k_1;
|
|
11126
11253
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
11127
11254
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
11128
11255
|
var tmp1_also = tmp$ret$0;
|
|
@@ -11157,13 +11284,13 @@
|
|
|
11157
11284
|
protoOf(SaxXmlPullParser).k2v = function (namespace, name) {
|
|
11158
11285
|
var tmp$ret$1;
|
|
11159
11286
|
// Inline function 'kotlin.takeIf' call
|
|
11160
|
-
var tmp0_takeIf = this.
|
|
11287
|
+
var tmp0_takeIf = this.m3k_1;
|
|
11161
11288
|
// Inline function 'kotlin.contracts.contract' call
|
|
11162
11289
|
var tmp;
|
|
11163
11290
|
var tmp$ret$0;
|
|
11164
11291
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.getAttributeValue.<anonymous>' call
|
|
11165
11292
|
Companion_getInstance_59();
|
|
11166
|
-
tmp$ret$0 = tmp0_takeIf.
|
|
11293
|
+
tmp$ret$0 = tmp0_takeIf.i3k_1 === 2;
|
|
11167
11294
|
if (tmp$ret$0) {
|
|
11168
11295
|
tmp = tmp0_takeIf;
|
|
11169
11296
|
} else {
|
|
@@ -11178,27 +11305,27 @@
|
|
|
11178
11305
|
tmp_0 = tmp0_elvis_lhs;
|
|
11179
11306
|
}
|
|
11180
11307
|
var event = tmp_0;
|
|
11181
|
-
var tmp1_safe_receiver = event.
|
|
11308
|
+
var tmp1_safe_receiver = event.l3k_1;
|
|
11182
11309
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver.c2(new QName(namespace, name));
|
|
11183
11310
|
};
|
|
11184
|
-
protoOf(SaxXmlPullParser).
|
|
11311
|
+
protoOf(SaxXmlPullParser).p3k = function (qname, attrs) {
|
|
11185
11312
|
Companion_getInstance_59();
|
|
11186
11313
|
enqueueEvent(this, new ParserEvent(2, qname, VOID, attrs));
|
|
11187
11314
|
};
|
|
11188
|
-
protoOf(SaxXmlPullParser).
|
|
11189
|
-
this.
|
|
11315
|
+
protoOf(SaxXmlPullParser).q3k = function (text) {
|
|
11316
|
+
this.o3k_1.ib(text);
|
|
11190
11317
|
};
|
|
11191
|
-
protoOf(SaxXmlPullParser).
|
|
11318
|
+
protoOf(SaxXmlPullParser).r3k = function (qname) {
|
|
11192
11319
|
Companion_getInstance_59();
|
|
11193
11320
|
enqueueEvent(this, new ParserEvent(3, qname));
|
|
11194
11321
|
};
|
|
11195
11322
|
function Companion_56() {
|
|
11196
11323
|
Companion_instance_56 = this;
|
|
11197
|
-
this.
|
|
11198
|
-
this.
|
|
11199
|
-
this.
|
|
11200
|
-
this.
|
|
11201
|
-
this.
|
|
11324
|
+
this.s3k_1 = 0;
|
|
11325
|
+
this.t3k_1 = 1;
|
|
11326
|
+
this.u3k_1 = 2;
|
|
11327
|
+
this.v3k_1 = 3;
|
|
11328
|
+
this.w3k_1 = 4;
|
|
11202
11329
|
}
|
|
11203
11330
|
var Companion_instance_56;
|
|
11204
11331
|
function Companion_getInstance_59() {
|
|
@@ -11252,26 +11379,26 @@
|
|
|
11252
11379
|
}
|
|
11253
11380
|
var SAX_OPTIONS;
|
|
11254
11381
|
function InternalSAXParser($outer) {
|
|
11255
|
-
this.
|
|
11382
|
+
this.x3k_1 = $outer;
|
|
11256
11383
|
SAXParser.call(this, true, get_SAX_OPTIONS());
|
|
11257
11384
|
}
|
|
11258
|
-
protoOf(InternalSAXParser).
|
|
11259
|
-
return this.
|
|
11385
|
+
protoOf(InternalSAXParser).y3k = function (tag) {
|
|
11386
|
+
return this.x3k_1.p3k(new QName(tag.uri, tag.local), convert(tag.attributes, this.x3k_1));
|
|
11260
11387
|
};
|
|
11261
11388
|
protoOf(InternalSAXParser).onopentag = function (tag) {
|
|
11262
|
-
return this.
|
|
11389
|
+
return this.y3k(tag);
|
|
11263
11390
|
};
|
|
11264
|
-
protoOf(InternalSAXParser).
|
|
11265
|
-
return this.
|
|
11391
|
+
protoOf(InternalSAXParser).z3k = function (tagName) {
|
|
11392
|
+
return this.x3k_1.r3k(new QName(VOID, tagName));
|
|
11266
11393
|
};
|
|
11267
11394
|
protoOf(InternalSAXParser).onclosetag = function (tagName) {
|
|
11268
|
-
return this.
|
|
11395
|
+
return this.z3k(tagName);
|
|
11269
11396
|
};
|
|
11270
|
-
protoOf(InternalSAXParser).
|
|
11271
|
-
return this.
|
|
11397
|
+
protoOf(InternalSAXParser).a3l = function (t) {
|
|
11398
|
+
return this.x3k_1.q3k(t);
|
|
11272
11399
|
};
|
|
11273
11400
|
protoOf(InternalSAXParser).ontext = function (t) {
|
|
11274
|
-
return this.
|
|
11401
|
+
return this.a3l(t);
|
|
11275
11402
|
};
|
|
11276
11403
|
function convert(_this__u8e3s4, $this) {
|
|
11277
11404
|
var tmp$ret$7;
|
|
@@ -11339,16 +11466,16 @@
|
|
|
11339
11466
|
tmp0_apply.write(xml);
|
|
11340
11467
|
tmp0_apply.close();
|
|
11341
11468
|
tmp$ret$0 = tmp0_apply;
|
|
11342
|
-
tmp.
|
|
11469
|
+
tmp.e3l_1 = tmp$ret$0;
|
|
11343
11470
|
}
|
|
11344
11471
|
function SAX_OPTIONS$1() {
|
|
11345
|
-
this.
|
|
11472
|
+
this.f3l_1 = true;
|
|
11346
11473
|
}
|
|
11347
|
-
protoOf(SAX_OPTIONS$1).
|
|
11348
|
-
return this.
|
|
11474
|
+
protoOf(SAX_OPTIONS$1).g3l = function () {
|
|
11475
|
+
return this.f3l_1;
|
|
11349
11476
|
};
|
|
11350
11477
|
defineProp(protoOf(SAX_OPTIONS$1), 'xmlns', function () {
|
|
11351
|
-
return this.
|
|
11478
|
+
return this.g3l();
|
|
11352
11479
|
});
|
|
11353
11480
|
var properties_initialized_JsXmlPullParser_kt_u4cdem;
|
|
11354
11481
|
function _init_properties_JsXmlPullParser_kt__2zt5j4() {
|
|
@@ -11360,8 +11487,8 @@
|
|
|
11360
11487
|
}
|
|
11361
11488
|
function $getXmlParserCOROUTINE$1(_this__u8e3s4, fileName, resultContinuation) {
|
|
11362
11489
|
CoroutineImpl.call(this, resultContinuation);
|
|
11363
|
-
this.
|
|
11364
|
-
this.
|
|
11490
|
+
this.p3l_1 = _this__u8e3s4;
|
|
11491
|
+
this.q3l_1 = fileName;
|
|
11365
11492
|
}
|
|
11366
11493
|
protoOf($getXmlParserCOROUTINE$1).re = function () {
|
|
11367
11494
|
var suspendResult = this.ae_1;
|
|
@@ -11372,7 +11499,7 @@
|
|
|
11372
11499
|
case 0:
|
|
11373
11500
|
this.zd_1 = 2;
|
|
11374
11501
|
this.yd_1 = 1;
|
|
11375
|
-
suspendResult = await_0(this.
|
|
11502
|
+
suspendResult = await_0(this.p3l_1.readFile(this.q3l_1), this);
|
|
11376
11503
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
11377
11504
|
return suspendResult;
|
|
11378
11505
|
}
|
|
@@ -11405,14 +11532,14 @@
|
|
|
11405
11532
|
function JsXmlPullParserFactory() {
|
|
11406
11533
|
XmlPullParserFactory.call(this);
|
|
11407
11534
|
}
|
|
11408
|
-
protoOf(JsXmlPullParserFactory).
|
|
11535
|
+
protoOf(JsXmlPullParserFactory).r3l = function (fileName, $completion) {
|
|
11409
11536
|
var tmp = new $getXmlParserCOROUTINE$1(this, fileName, $completion);
|
|
11410
11537
|
tmp.ae_1 = Unit_getInstance();
|
|
11411
11538
|
tmp.be_1 = null;
|
|
11412
11539
|
return tmp.re();
|
|
11413
11540
|
};
|
|
11414
11541
|
protoOf(JsXmlPullParserFactory).k2p = function (fileName, $completion) {
|
|
11415
|
-
return this.
|
|
11542
|
+
return this.r3l(fileName, $completion);
|
|
11416
11543
|
};
|
|
11417
11544
|
function XmlPullParserException(s) {
|
|
11418
11545
|
Exception_init_$Init$(s, this);
|
|
@@ -11433,26 +11560,31 @@
|
|
|
11433
11560
|
protoOf(Animation).g2t = isInvisibleFlow;
|
|
11434
11561
|
protoOf(Animation).h2t = isGone;
|
|
11435
11562
|
protoOf(Animation).i2t = isGoneFlow;
|
|
11563
|
+
protoOf(Animation).o2v = get_isClickable;
|
|
11564
|
+
protoOf(Animation).p2v = get_events;
|
|
11436
11565
|
protoOf(Button).f2t = isInvisible;
|
|
11437
11566
|
protoOf(Button).g2t = isInvisibleFlow;
|
|
11438
11567
|
protoOf(Button).h2t = isGone;
|
|
11439
11568
|
protoOf(Button).i2t = isGoneFlow;
|
|
11440
11569
|
protoOf(Button).getAnalyticsEvents = getAnalyticsEvents;
|
|
11441
|
-
protoOf(Button).
|
|
11570
|
+
protoOf(Button).o2v = get_isClickable;
|
|
11571
|
+
protoOf(Button).p2v = get_events;
|
|
11442
11572
|
protoOf(Card).f2t = isInvisible;
|
|
11443
11573
|
protoOf(Card).g2t = isInvisibleFlow;
|
|
11444
11574
|
protoOf(Card).h2t = isGone;
|
|
11445
11575
|
protoOf(Card).i2t = isGoneFlow;
|
|
11446
11576
|
protoOf(Card).y2s = get_content;
|
|
11447
|
-
protoOf(
|
|
11448
|
-
protoOf(
|
|
11449
|
-
protoOf(Category).
|
|
11450
|
-
protoOf(Category).
|
|
11451
|
-
protoOf(Category).a2y =
|
|
11452
|
-
protoOf(Category).
|
|
11453
|
-
protoOf(Category).
|
|
11454
|
-
protoOf(Category).
|
|
11455
|
-
protoOf(Category).
|
|
11577
|
+
protoOf(Card).o2v = get_isClickable;
|
|
11578
|
+
protoOf(Card).p2v = get_events;
|
|
11579
|
+
protoOf(Category).y2x = get_primaryColor;
|
|
11580
|
+
protoOf(Category).z2x = get_primaryTextColor;
|
|
11581
|
+
protoOf(Category).a2y = get_buttonStyle;
|
|
11582
|
+
protoOf(Category).b2x = get_buttonColor;
|
|
11583
|
+
protoOf(Category).b2y = get_cardBackgroundColor;
|
|
11584
|
+
protoOf(Category).c2y = get_multiselectOptionBackgroundColor;
|
|
11585
|
+
protoOf(Category).d2y = get_multiselectOptionSelectedColor;
|
|
11586
|
+
protoOf(Category).e2y = get_textScale;
|
|
11587
|
+
protoOf(Category).f2y = get_textAlign;
|
|
11456
11588
|
protoOf(Fallback).f2t = isInvisible;
|
|
11457
11589
|
protoOf(Fallback).g2t = isInvisibleFlow;
|
|
11458
11590
|
protoOf(Fallback).h2t = isGone;
|
|
@@ -11474,7 +11606,8 @@
|
|
|
11474
11606
|
protoOf(Image).g2t = isInvisibleFlow;
|
|
11475
11607
|
protoOf(Image).h2t = isGone;
|
|
11476
11608
|
protoOf(Image).i2t = isGoneFlow;
|
|
11477
|
-
protoOf(Image).
|
|
11609
|
+
protoOf(Image).o2v = get_isClickable;
|
|
11610
|
+
protoOf(Image).p2v = get_events;
|
|
11478
11611
|
protoOf(Input).f2t = isInvisible;
|
|
11479
11612
|
protoOf(Input).g2t = isInvisibleFlow;
|
|
11480
11613
|
protoOf(Input).h2t = isGone;
|
|
@@ -11484,9 +11617,10 @@
|
|
|
11484
11617
|
protoOf(Link).h2t = isGone;
|
|
11485
11618
|
protoOf(Link).i2t = isGoneFlow;
|
|
11486
11619
|
protoOf(Link).getAnalyticsEvents = getAnalyticsEvents;
|
|
11487
|
-
protoOf(Link).
|
|
11488
|
-
protoOf(
|
|
11489
|
-
protoOf(Manifest).
|
|
11620
|
+
protoOf(Link).o2v = get_isClickable;
|
|
11621
|
+
protoOf(Link).p2v = get_events;
|
|
11622
|
+
protoOf(Manifest).b2x = get_buttonColor;
|
|
11623
|
+
protoOf(Manifest).f2y = get_textAlign;
|
|
11490
11624
|
protoOf(Option).f2t = isInvisible;
|
|
11491
11625
|
protoOf(Option).g2t = isInvisibleFlow;
|
|
11492
11626
|
protoOf(Option).h2t = isGone;
|
|
@@ -11506,13 +11640,13 @@
|
|
|
11506
11640
|
protoOf(Spacer).g2t = isInvisibleFlow;
|
|
11507
11641
|
protoOf(Spacer).h2t = isGone;
|
|
11508
11642
|
protoOf(Spacer).i2t = isGoneFlow;
|
|
11509
|
-
protoOf(StylesOverride).
|
|
11510
|
-
protoOf(StylesOverride).
|
|
11511
|
-
protoOf(StylesOverride).
|
|
11512
|
-
protoOf(StylesOverride).
|
|
11513
|
-
protoOf(StylesOverride).
|
|
11514
|
-
protoOf(StylesOverride).
|
|
11515
|
-
protoOf(StylesOverride).
|
|
11643
|
+
protoOf(StylesOverride).y2x = get_primaryColor;
|
|
11644
|
+
protoOf(StylesOverride).z2x = get_primaryTextColor;
|
|
11645
|
+
protoOf(StylesOverride).a2y = get_buttonStyle;
|
|
11646
|
+
protoOf(StylesOverride).b2x = get_buttonColor;
|
|
11647
|
+
protoOf(StylesOverride).b2y = get_cardBackgroundColor;
|
|
11648
|
+
protoOf(StylesOverride).c2y = get_multiselectOptionBackgroundColor;
|
|
11649
|
+
protoOf(StylesOverride).d2y = get_multiselectOptionSelectedColor;
|
|
11516
11650
|
protoOf(Tab).y2s = get_content;
|
|
11517
11651
|
protoOf(Tab).getAnalyticsEvents = getAnalyticsEvents;
|
|
11518
11652
|
protoOf(Tabs).f2t = isInvisible;
|
|
@@ -11527,72 +11661,72 @@
|
|
|
11527
11661
|
protoOf(Video).g2t = isInvisibleFlow;
|
|
11528
11662
|
protoOf(Video).h2t = isGone;
|
|
11529
11663
|
protoOf(Video).i2t = isGoneFlow;
|
|
11530
|
-
protoOf(Page).
|
|
11531
|
-
protoOf(Page).
|
|
11532
|
-
protoOf(Page).
|
|
11664
|
+
protoOf(Page).a2y = get_buttonStyle;
|
|
11665
|
+
protoOf(Page).b2x = get_buttonColor;
|
|
11666
|
+
protoOf(Page).f2y = get_textAlign;
|
|
11533
11667
|
protoOf(Page).getAnalyticsEvents = getAnalyticsEvents;
|
|
11534
|
-
protoOf(LessonPage).
|
|
11535
|
-
protoOf(LessonPage).
|
|
11536
|
-
protoOf(LessonPage).
|
|
11668
|
+
protoOf(LessonPage).a2y = get_buttonStyle;
|
|
11669
|
+
protoOf(LessonPage).b2x = get_buttonColor;
|
|
11670
|
+
protoOf(LessonPage).f2y = get_textAlign;
|
|
11537
11671
|
protoOf(LessonPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11538
11672
|
protoOf(LessonPage).y2s = get_content;
|
|
11539
11673
|
protoOf(Card_0).y2s = get_content;
|
|
11540
11674
|
protoOf(Card_0).getAnalyticsEvents = getAnalyticsEvents;
|
|
11541
|
-
protoOf(CardCollectionPage).
|
|
11542
|
-
protoOf(CardCollectionPage).
|
|
11543
|
-
protoOf(CardCollectionPage).
|
|
11675
|
+
protoOf(CardCollectionPage).a2y = get_buttonStyle;
|
|
11676
|
+
protoOf(CardCollectionPage).b2x = get_buttonColor;
|
|
11677
|
+
protoOf(CardCollectionPage).f2y = get_textAlign;
|
|
11544
11678
|
protoOf(CardCollectionPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11545
|
-
protoOf(ContentPage).
|
|
11546
|
-
protoOf(ContentPage).
|
|
11547
|
-
protoOf(ContentPage).
|
|
11679
|
+
protoOf(ContentPage).a2y = get_buttonStyle;
|
|
11680
|
+
protoOf(ContentPage).b2x = get_buttonColor;
|
|
11681
|
+
protoOf(ContentPage).f2y = get_textAlign;
|
|
11548
11682
|
protoOf(ContentPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11549
11683
|
protoOf(ContentPage).y2s = get_content;
|
|
11550
11684
|
protoOf(InlineTip).f2t = isInvisible;
|
|
11551
11685
|
protoOf(InlineTip).g2t = isInvisibleFlow;
|
|
11552
11686
|
protoOf(InlineTip).h2t = isGone;
|
|
11553
11687
|
protoOf(InlineTip).i2t = isGoneFlow;
|
|
11554
|
-
protoOf(Tip).
|
|
11555
|
-
protoOf(Tip).
|
|
11556
|
-
protoOf(Tip).
|
|
11557
|
-
protoOf(Tip).
|
|
11558
|
-
protoOf(Tip).
|
|
11559
|
-
protoOf(Tip).
|
|
11560
|
-
protoOf(Tip).
|
|
11688
|
+
protoOf(Tip).a2y = get_buttonStyle;
|
|
11689
|
+
protoOf(Tip).b2x = get_buttonColor;
|
|
11690
|
+
protoOf(Tip).b2y = get_cardBackgroundColor;
|
|
11691
|
+
protoOf(Tip).c2y = get_multiselectOptionBackgroundColor;
|
|
11692
|
+
protoOf(Tip).d2y = get_multiselectOptionSelectedColor;
|
|
11693
|
+
protoOf(Tip).e2y = get_textScale;
|
|
11694
|
+
protoOf(Tip).f2y = get_textAlign;
|
|
11561
11695
|
protoOf(TipPage).y2s = get_content;
|
|
11562
|
-
protoOf(Header).
|
|
11563
|
-
protoOf(Header).
|
|
11564
|
-
protoOf(Header).
|
|
11565
|
-
protoOf(Header).
|
|
11566
|
-
protoOf(Header).
|
|
11567
|
-
protoOf(Header).
|
|
11568
|
-
protoOf(Header).
|
|
11569
|
-
protoOf(Header).
|
|
11570
|
-
protoOf(Header).
|
|
11696
|
+
protoOf(Header).y2x = get_primaryColor;
|
|
11697
|
+
protoOf(Header).z2x = get_primaryTextColor;
|
|
11698
|
+
protoOf(Header).a2y = get_buttonStyle;
|
|
11699
|
+
protoOf(Header).b2x = get_buttonColor;
|
|
11700
|
+
protoOf(Header).b2y = get_cardBackgroundColor;
|
|
11701
|
+
protoOf(Header).c2y = get_multiselectOptionBackgroundColor;
|
|
11702
|
+
protoOf(Header).d2y = get_multiselectOptionSelectedColor;
|
|
11703
|
+
protoOf(Header).e2y = get_textScale;
|
|
11704
|
+
protoOf(Header).f2y = get_textAlign;
|
|
11571
11705
|
protoOf(Hero).y2s = get_content;
|
|
11572
11706
|
protoOf(Hero).getAnalyticsEvents = getAnalyticsEvents;
|
|
11573
11707
|
protoOf(Modal).y2s = get_content;
|
|
11574
|
-
protoOf(Modal).
|
|
11575
|
-
protoOf(Modal).
|
|
11576
|
-
protoOf(Modal).
|
|
11577
|
-
protoOf(Modal).
|
|
11578
|
-
protoOf(Card_1).
|
|
11579
|
-
protoOf(Card_1).
|
|
11580
|
-
protoOf(Card_1).
|
|
11581
|
-
protoOf(Card_1).
|
|
11582
|
-
protoOf(Card_1).
|
|
11583
|
-
protoOf(Card_1).
|
|
11584
|
-
protoOf(Card_1).
|
|
11585
|
-
protoOf(Card_1).
|
|
11586
|
-
protoOf(Card_1).
|
|
11708
|
+
protoOf(Modal).b2y = get_cardBackgroundColor;
|
|
11709
|
+
protoOf(Modal).c2y = get_multiselectOptionBackgroundColor;
|
|
11710
|
+
protoOf(Modal).d2y = get_multiselectOptionSelectedColor;
|
|
11711
|
+
protoOf(Modal).e2y = get_textScale;
|
|
11712
|
+
protoOf(Card_1).y2x = get_primaryColor;
|
|
11713
|
+
protoOf(Card_1).z2x = get_primaryTextColor;
|
|
11714
|
+
protoOf(Card_1).a2y = get_buttonStyle;
|
|
11715
|
+
protoOf(Card_1).b2x = get_buttonColor;
|
|
11716
|
+
protoOf(Card_1).b2y = get_cardBackgroundColor;
|
|
11717
|
+
protoOf(Card_1).c2y = get_multiselectOptionBackgroundColor;
|
|
11718
|
+
protoOf(Card_1).d2y = get_multiselectOptionSelectedColor;
|
|
11719
|
+
protoOf(Card_1).e2y = get_textScale;
|
|
11720
|
+
protoOf(Card_1).f2y = get_textAlign;
|
|
11587
11721
|
protoOf(Card_1).y2s = get_content;
|
|
11588
11722
|
protoOf(Card_1).getAnalyticsEvents = getAnalyticsEvents;
|
|
11589
|
-
protoOf(TractPage).
|
|
11590
|
-
protoOf(TractPage).
|
|
11591
|
-
protoOf(TractPage).
|
|
11723
|
+
protoOf(TractPage).a2y = get_buttonStyle;
|
|
11724
|
+
protoOf(TractPage).b2x = get_buttonColor;
|
|
11725
|
+
protoOf(TractPage).f2y = get_textAlign;
|
|
11592
11726
|
protoOf(TractPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11593
|
-
protoOf(SaxXmlPullParser).
|
|
11727
|
+
protoOf(SaxXmlPullParser).r3g = require$default;
|
|
11594
11728
|
protoOf(SaxXmlPullParser).l2t = getAttributeValue;
|
|
11595
|
-
protoOf(JsXmlPullParser).
|
|
11729
|
+
protoOf(JsXmlPullParser).r3g = require$default;
|
|
11596
11730
|
protoOf(JsXmlPullParser).l2t = getAttributeValue;
|
|
11597
11731
|
//endregion
|
|
11598
11732
|
//region block: init
|
|
@@ -11677,6 +11811,13 @@
|
|
|
11677
11811
|
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11678
11812
|
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11679
11813
|
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11814
|
+
var $org = _.org || (_.org = {});
|
|
11815
|
+
var $org$cru = $org.cru || ($org.cru = {});
|
|
11816
|
+
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
11817
|
+
var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
|
|
11818
|
+
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11819
|
+
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11820
|
+
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11680
11821
|
$org$cru$godtools$shared$tool$parser$model.Content = Content;
|
|
11681
11822
|
var $org = _.org || (_.org = {});
|
|
11682
11823
|
var $org$cru = $org.cru || ($org.cru = {});
|
|
@@ -11758,6 +11899,15 @@
|
|
|
11758
11899
|
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11759
11900
|
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11760
11901
|
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11902
|
+
$org$cru$godtools$shared$tool$parser$model.Paragraph = Paragraph;
|
|
11903
|
+
$org$cru$godtools$shared$tool$parser$model.Paragraph.createTestParagraph = createTestParagraph;
|
|
11904
|
+
var $org = _.org || (_.org = {});
|
|
11905
|
+
var $org$cru = $org.cru || ($org.cru = {});
|
|
11906
|
+
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|
|
11907
|
+
var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
|
|
11908
|
+
var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
|
|
11909
|
+
var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
|
|
11910
|
+
var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
|
|
11761
11911
|
var $org = _.org || (_.org = {});
|
|
11762
11912
|
var $org$cru = $org.cru || ($org.cru = {});
|
|
11763
11913
|
var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
|