@cruglobal/godtools-shared 0.9.0-PR424-SNAPSHOT.1189 → 0.9.0-PR424-SNAPSHOT.1190
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.
|
@@ -234,12 +234,12 @@
|
|
|
234
234
|
setMetadataFor(Companion_4, 'Companion', objectMeta);
|
|
235
235
|
function get_isClickable() {
|
|
236
236
|
var tmp;
|
|
237
|
-
if (!(this.
|
|
237
|
+
if (!(this.p2v() == null)) {
|
|
238
238
|
tmp = true;
|
|
239
239
|
} else {
|
|
240
240
|
var tmp$ret$0;
|
|
241
241
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
242
|
-
var tmp0_isNotEmpty = this.
|
|
242
|
+
var tmp0_isNotEmpty = this.o2v();
|
|
243
243
|
tmp$ret$0 = !tmp0_isNotEmpty.m();
|
|
244
244
|
tmp = tmp$ret$0;
|
|
245
245
|
}
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
}
|
|
270
270
|
function get_buttonColor() {
|
|
271
271
|
var tmp0_safe_receiver = this.stylesParent;
|
|
272
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
272
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2x();
|
|
273
273
|
}
|
|
274
274
|
function get_cardBackgroundColor() {
|
|
275
275
|
return get_cardBackgroundColor_0(this.stylesParent);
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
}
|
|
280
280
|
function get_multiselectOptionSelectedColor() {
|
|
281
281
|
var tmp0_safe_receiver = this.stylesParent;
|
|
282
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
282
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.e2y();
|
|
283
283
|
}
|
|
284
284
|
function get_textColor() {
|
|
285
285
|
return get_textColor_0(this.stylesParent);
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
return tmp;
|
|
415
415
|
}
|
|
416
416
|
function getAttributeValue(name) {
|
|
417
|
-
return this.
|
|
417
|
+
return this.m2v(null, name);
|
|
418
418
|
}
|
|
419
419
|
setMetadataFor(XmlPullParser, 'XmlPullParser', interfaceMeta);
|
|
420
420
|
setMetadataFor(SaxXmlPullParser, 'SaxXmlPullParser', classMeta, VOID, [XmlPullParser]);
|
|
@@ -1700,26 +1700,26 @@
|
|
|
1700
1700
|
Trigger_initEntries();
|
|
1701
1701
|
return Trigger_UNKNOWN_instance;
|
|
1702
1702
|
}
|
|
1703
|
-
protoOf(AnalyticsEvent).
|
|
1703
|
+
protoOf(AnalyticsEvent).p2u = function () {
|
|
1704
1704
|
var tmp0_elvis_lhs = this.v2s_1;
|
|
1705
1705
|
return tmp0_elvis_lhs == null ? this.action : tmp0_elvis_lhs;
|
|
1706
1706
|
};
|
|
1707
|
-
protoOf(AnalyticsEvent).
|
|
1707
|
+
protoOf(AnalyticsEvent).q2u = function () {
|
|
1708
1708
|
return this.action;
|
|
1709
1709
|
};
|
|
1710
|
-
protoOf(AnalyticsEvent).
|
|
1710
|
+
protoOf(AnalyticsEvent).r2u = function () {
|
|
1711
1711
|
return this.delay;
|
|
1712
1712
|
};
|
|
1713
|
-
protoOf(AnalyticsEvent).
|
|
1713
|
+
protoOf(AnalyticsEvent).s2u = function () {
|
|
1714
1714
|
return this.systems;
|
|
1715
1715
|
};
|
|
1716
|
-
protoOf(AnalyticsEvent).
|
|
1716
|
+
protoOf(AnalyticsEvent).t2u = function () {
|
|
1717
1717
|
return this.w2s_1;
|
|
1718
1718
|
};
|
|
1719
|
-
protoOf(AnalyticsEvent).
|
|
1719
|
+
protoOf(AnalyticsEvent).u2u = function () {
|
|
1720
1720
|
return this.x2s_1;
|
|
1721
1721
|
};
|
|
1722
|
-
protoOf(AnalyticsEvent).
|
|
1722
|
+
protoOf(AnalyticsEvent).v2u = function () {
|
|
1723
1723
|
return this.attributes;
|
|
1724
1724
|
};
|
|
1725
1725
|
protoOf(AnalyticsEvent).y2s = function (types) {
|
|
@@ -1729,10 +1729,10 @@
|
|
|
1729
1729
|
return this.systems.v(system);
|
|
1730
1730
|
};
|
|
1731
1731
|
protoOf(AnalyticsEvent).shouldTrigger = function (state) {
|
|
1732
|
-
return this.x2s_1 == null ? true : state.x18(this.
|
|
1732
|
+
return this.x2s_1 == null ? true : state.x18(this.p2u()) < this.x2s_1;
|
|
1733
1733
|
};
|
|
1734
1734
|
protoOf(AnalyticsEvent).recordTriggered = function (state) {
|
|
1735
|
-
return state.y18(this.
|
|
1735
|
+
return state.y18(this.p2u());
|
|
1736
1736
|
};
|
|
1737
1737
|
function AnalyticsEvent() {
|
|
1738
1738
|
Companion_getInstance_6();
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
});
|
|
1746
1746
|
function Companion_4() {
|
|
1747
1747
|
Companion_instance_4 = this;
|
|
1748
|
-
this.
|
|
1748
|
+
this.w2u_1 = 'animation';
|
|
1749
1749
|
}
|
|
1750
1750
|
var Companion_instance_4;
|
|
1751
1751
|
function Companion_getInstance_7() {
|
|
@@ -1760,27 +1760,27 @@
|
|
|
1760
1760
|
var tmp = get_XMLNS_CONTENT();
|
|
1761
1761
|
Companion_getInstance_7();
|
|
1762
1762
|
parser.u2r(2, tmp, 'animation');
|
|
1763
|
-
$this.
|
|
1763
|
+
$this.f2v_1 = parser.m2v(null, 'resource');
|
|
1764
1764
|
var tmp_0 = $this;
|
|
1765
|
-
var tmp0_safe_receiver = parser.
|
|
1765
|
+
var tmp0_safe_receiver = parser.m2v(null, 'loop');
|
|
1766
1766
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
1767
|
-
tmp_0.
|
|
1767
|
+
tmp_0.g2v_1 = tmp1_elvis_lhs == null ? true : tmp1_elvis_lhs;
|
|
1768
1768
|
var tmp_1 = $this;
|
|
1769
|
-
var tmp2_safe_receiver = parser.
|
|
1769
|
+
var tmp2_safe_receiver = parser.m2v(null, 'autoplay');
|
|
1770
1770
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
1771
|
-
tmp_1.
|
|
1771
|
+
tmp_1.h2v_1 = tmp3_elvis_lhs == null ? true : tmp3_elvis_lhs;
|
|
1772
1772
|
var tmp_2 = $this;
|
|
1773
1773
|
var tmp$ret$0;
|
|
1774
1774
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1775
1775
|
var tmp0_toEventIds = parser.o2t('play-listeners');
|
|
1776
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
1777
|
-
tmp_2.
|
|
1776
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
1777
|
+
tmp_2.i2v_1 = toSet_0(tmp$ret$0);
|
|
1778
1778
|
var tmp_3 = $this;
|
|
1779
1779
|
var tmp$ret$1;
|
|
1780
1780
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1781
1781
|
var tmp1_toEventIds = parser.o2t('stop-listeners');
|
|
1782
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
1783
|
-
tmp_3.
|
|
1782
|
+
tmp$ret$1 = Companion_getInstance_17().n2v(tmp1_toEventIds);
|
|
1783
|
+
tmp_3.j2v_1 = toSet_0(tmp$ret$1);
|
|
1784
1784
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
1785
1785
|
// Inline function 'kotlin.contracts.contract' call
|
|
1786
1786
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -1798,22 +1798,22 @@
|
|
|
1798
1798
|
var tmp$ret$2;
|
|
1799
1799
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
1800
1800
|
var tmp2_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
1801
|
-
tmp$ret$2 = Companion_getInstance_17().
|
|
1801
|
+
tmp$ret$2 = Companion_getInstance_17().n2v(tmp2_toEventIds);
|
|
1802
1802
|
var tmp3__anonymous__ufb84q = tmp$ret$2;
|
|
1803
|
-
$this.
|
|
1804
|
-
$this.
|
|
1803
|
+
$this.k2v_1 = tmp3__anonymous__ufb84q;
|
|
1804
|
+
$this.l2v_1 = uri;
|
|
1805
1805
|
skipTag(parser);
|
|
1806
1806
|
return $this;
|
|
1807
1807
|
}
|
|
1808
1808
|
function Animation_init_$Create$(parent, parser) {
|
|
1809
1809
|
return Animation_init_$Init$(parent, parser, objectCreate(protoOf(Animation)));
|
|
1810
1810
|
}
|
|
1811
|
+
protoOf(Animation).o2v = function () {
|
|
1812
|
+
return this.k2v_1;
|
|
1813
|
+
};
|
|
1811
1814
|
protoOf(Animation).p2v = function () {
|
|
1812
1815
|
return this.l2v_1;
|
|
1813
1816
|
};
|
|
1814
|
-
protoOf(Animation).q2v = function () {
|
|
1815
|
-
return this.m2v_1;
|
|
1816
|
-
};
|
|
1817
1817
|
protoOf(Animation).i2s = function () {
|
|
1818
1818
|
var tmp;
|
|
1819
1819
|
var tmp_0 = this.a2p().q2t_1;
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
function Companion_5() {
|
|
1832
1832
|
Companion_instance_5 = this;
|
|
1833
1833
|
}
|
|
1834
|
-
protoOf(Companion_5).
|
|
1834
|
+
protoOf(Companion_5).q2v = function (_this__u8e3s4) {
|
|
1835
1835
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
1836
1836
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : split(tmp0_safe_receiver, charArrayOf([_Char___init__impl__6a9atx(58)]));
|
|
1837
1837
|
var tmp;
|
|
@@ -1890,15 +1890,15 @@
|
|
|
1890
1890
|
}
|
|
1891
1891
|
function AspectRatio(width, height) {
|
|
1892
1892
|
Companion_getInstance_8();
|
|
1893
|
-
this.
|
|
1894
|
-
this.
|
|
1893
|
+
this.r2v_1 = width;
|
|
1894
|
+
this.s2v_1 = height;
|
|
1895
1895
|
}
|
|
1896
1896
|
protoOf(AspectRatio).toString = function () {
|
|
1897
|
-
return 'AspectRatio(width=' + this.
|
|
1897
|
+
return 'AspectRatio(width=' + this.r2v_1 + ', height=' + this.s2v_1 + ')';
|
|
1898
1898
|
};
|
|
1899
1899
|
protoOf(AspectRatio).hashCode = function () {
|
|
1900
|
-
var result = this.
|
|
1901
|
-
result = imul(result, 31) + this.
|
|
1900
|
+
var result = this.r2v_1;
|
|
1901
|
+
result = imul(result, 31) + this.s2v_1 | 0;
|
|
1902
1902
|
return result;
|
|
1903
1903
|
};
|
|
1904
1904
|
protoOf(AspectRatio).equals = function (other) {
|
|
@@ -1907,16 +1907,16 @@
|
|
|
1907
1907
|
if (!(other instanceof AspectRatio))
|
|
1908
1908
|
return false;
|
|
1909
1909
|
var tmp0_other_with_cast = other instanceof AspectRatio ? other : THROW_CCE();
|
|
1910
|
-
if (!(this.
|
|
1910
|
+
if (!(this.r2v_1 === tmp0_other_with_cast.r2v_1))
|
|
1911
1911
|
return false;
|
|
1912
|
-
if (!(this.
|
|
1912
|
+
if (!(this.s2v_1 === tmp0_other_with_cast.s2v_1))
|
|
1913
1913
|
return false;
|
|
1914
1914
|
return true;
|
|
1915
1915
|
};
|
|
1916
1916
|
function Base() {
|
|
1917
1917
|
}
|
|
1918
1918
|
function getResource(_this__u8e3s4, name) {
|
|
1919
|
-
return _this__u8e3s4.manifest.
|
|
1919
|
+
return _this__u8e3s4.manifest.t2v(name);
|
|
1920
1920
|
}
|
|
1921
1921
|
function get_manifest(_this__u8e3s4) {
|
|
1922
1922
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
@@ -1969,9 +1969,9 @@
|
|
|
1969
1969
|
var Type_UNKNOWN_instance;
|
|
1970
1970
|
function Companion_6() {
|
|
1971
1971
|
Companion_instance_6 = this;
|
|
1972
|
-
this.
|
|
1972
|
+
this.u2v_1 = Type_UNKNOWN_getInstance();
|
|
1973
1973
|
}
|
|
1974
|
-
protoOf(Companion_6).
|
|
1974
|
+
protoOf(Companion_6).v2v = function (_this__u8e3s4) {
|
|
1975
1975
|
var tmp0_subject = _this__u8e3s4;
|
|
1976
1976
|
switch (tmp0_subject) {
|
|
1977
1977
|
case 'event':
|
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
function Companion_7() {
|
|
2006
2006
|
Companion_instance_7 = this;
|
|
2007
2007
|
}
|
|
2008
|
-
protoOf(Companion_7).
|
|
2008
|
+
protoOf(Companion_7).w2v = function (_this__u8e3s4) {
|
|
2009
2009
|
var tmp0_subject = _this__u8e3s4;
|
|
2010
2010
|
switch (tmp0_subject) {
|
|
2011
2011
|
case 'contained':
|
|
@@ -2035,12 +2035,12 @@
|
|
|
2035
2035
|
}
|
|
2036
2036
|
function Companion_8() {
|
|
2037
2037
|
Companion_instance_8 = this;
|
|
2038
|
-
this.
|
|
2039
|
-
this.
|
|
2040
|
-
this.
|
|
2041
|
-
this.
|
|
2042
|
-
this.
|
|
2043
|
-
this.
|
|
2038
|
+
this.x2v_1 = 'button';
|
|
2039
|
+
this.y2v_1 = Horizontal_CENTER_getInstance();
|
|
2040
|
+
this.z2v_1 = new Percent(1.0);
|
|
2041
|
+
this.a2w_1 = get_TRANSPARENT();
|
|
2042
|
+
this.b2w_1 = Horizontal_START_getInstance();
|
|
2043
|
+
this.c2w_1 = 18;
|
|
2044
2044
|
}
|
|
2045
2045
|
var Companion_instance_8;
|
|
2046
2046
|
function Companion_getInstance_11() {
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
var tmp$ret$0;
|
|
2053
2053
|
// Inline function 'kotlin.getValue' call
|
|
2054
2054
|
var tmp0_getValue = defaultTextStyles$factory();
|
|
2055
|
-
tmp$ret$0 = $this.
|
|
2055
|
+
tmp$ret$0 = $this.v2w_1.o1();
|
|
2056
2056
|
return tmp$ret$0;
|
|
2057
2057
|
}
|
|
2058
2058
|
function Button_init_$Init$(parent, parser, $this) {
|
|
@@ -2062,7 +2062,7 @@
|
|
|
2062
2062
|
var tmp = get_XMLNS_CONTENT();
|
|
2063
2063
|
Companion_getInstance_11();
|
|
2064
2064
|
parser.u2r(2, tmp, 'button');
|
|
2065
|
-
var type = Companion_getInstance_9().
|
|
2065
|
+
var type = Companion_getInstance_9().v2v(parser.o2t('type'));
|
|
2066
2066
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2067
2067
|
// Inline function 'kotlin.contracts.contract' call
|
|
2068
2068
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -2080,19 +2080,19 @@
|
|
|
2080
2080
|
var tmp$ret$0;
|
|
2081
2081
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
2082
2082
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2083
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
2083
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
2084
2084
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2085
|
-
$this.
|
|
2086
|
-
$this.
|
|
2085
|
+
$this.l2w_1 = (type == null ? true : equals(type, Type_EVENT_getInstance())) ? tmp1__anonymous__uwfjfc : emptyList();
|
|
2086
|
+
$this.m2w_1 = (type == null ? true : equals(type, Type_URL_getInstance())) ? uri : null;
|
|
2087
2087
|
var tmp_1 = $this;
|
|
2088
2088
|
var tmp0_safe_receiver_0 = parser.o2t('style');
|
|
2089
|
-
tmp_1.
|
|
2089
|
+
tmp_1.n2w_1 = tmp0_safe_receiver_0 == null ? null : Companion_getInstance_10().w2v(tmp0_safe_receiver_0);
|
|
2090
2090
|
var tmp_2 = $this;
|
|
2091
|
-
var tmp1_safe_receiver = Companion_getInstance_22().
|
|
2091
|
+
var tmp1_safe_receiver = Companion_getInstance_22().y2w(parser.o2t('gravity'));
|
|
2092
2092
|
var tmp2_elvis_lhs = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.horizontal;
|
|
2093
|
-
tmp_2.
|
|
2093
|
+
tmp_2.o2w_1 = tmp2_elvis_lhs == null ? Companion_getInstance_11().y2v_1 : tmp2_elvis_lhs;
|
|
2094
2094
|
var tmp_3 = $this;
|
|
2095
|
-
var tmp3_safe_receiver = Companion_getInstance_16().
|
|
2095
|
+
var tmp3_safe_receiver = Companion_getInstance_16().z2w(parser.o2t('width'));
|
|
2096
2096
|
var tmp_4;
|
|
2097
2097
|
if (tmp3_safe_receiver == null) {
|
|
2098
2098
|
tmp_4 = null;
|
|
@@ -2113,19 +2113,19 @@
|
|
|
2113
2113
|
tmp_4 = tmp$ret$2;
|
|
2114
2114
|
}
|
|
2115
2115
|
var tmp4_elvis_lhs = tmp_4;
|
|
2116
|
-
tmp_3.
|
|
2116
|
+
tmp_3.p2w_1 = tmp4_elvis_lhs == null ? Companion_getInstance_11().z2v_1 : tmp4_elvis_lhs;
|
|
2117
2117
|
var tmp_6 = $this;
|
|
2118
2118
|
var tmp5_safe_receiver = parser.o2t('color');
|
|
2119
|
-
tmp_6.
|
|
2119
|
+
tmp_6.q2w_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
2120
2120
|
var tmp_7 = $this;
|
|
2121
2121
|
var tmp6_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
2122
2122
|
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
2123
|
-
tmp_7.
|
|
2124
|
-
$this.
|
|
2123
|
+
tmp_7.r2w_1 = tmp7_elvis_lhs == null ? Companion_getInstance_11().a2w_1 : tmp7_elvis_lhs;
|
|
2124
|
+
$this.s2w_1 = parser.o2t('icon');
|
|
2125
2125
|
var tmp_8 = $this;
|
|
2126
|
-
var tmp8_safe_receiver = Companion_getInstance_22().
|
|
2126
|
+
var tmp8_safe_receiver = Companion_getInstance_22().y2w(parser.o2t('icon-gravity'));
|
|
2127
2127
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : tmp8_safe_receiver.horizontal;
|
|
2128
|
-
tmp_8.
|
|
2128
|
+
tmp_8.u2w_1 = tmp9_elvis_lhs == null ? Companion_getInstance_11().b2w_1 : tmp9_elvis_lhs;
|
|
2129
2129
|
var tmp_9 = $this;
|
|
2130
2130
|
var tmp10_safe_receiver = parser.o2t('icon-size');
|
|
2131
2131
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
@@ -2136,20 +2136,20 @@
|
|
|
2136
2136
|
} else {
|
|
2137
2137
|
tmp_10 = tmp11_elvis_lhs;
|
|
2138
2138
|
}
|
|
2139
|
-
tmp_9.
|
|
2139
|
+
tmp_9.t2w_1 = tmp_10;
|
|
2140
2140
|
var tmp_11 = $this;
|
|
2141
2141
|
var tmp$ret$3;
|
|
2142
2142
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
2143
2143
|
tmp$ret$3 = ArrayList_init_$Create$();
|
|
2144
|
-
tmp_11.
|
|
2144
|
+
tmp_11.x2w_1 = tmp$ret$3;
|
|
2145
2145
|
var tmp_12 = $this;
|
|
2146
2146
|
var tmp_13 = _get_defaultTextStyles__fjozb5($this);
|
|
2147
2147
|
var tmp_14 = get_XMLNS_CONTENT();
|
|
2148
2148
|
Companion_getInstance_11();
|
|
2149
2149
|
var tmp12_elvis_lhs = parseTextChild(parser, tmp_13, tmp_14, 'button', Button$_init_$lambda_iw8cbr(parser, $this));
|
|
2150
|
-
tmp_12.
|
|
2150
|
+
tmp_12.w2w_1 = tmp12_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5($this)) : tmp12_elvis_lhs;
|
|
2151
2151
|
// Inline function 'kotlin.collections.forEach' call
|
|
2152
|
-
var tmp2_forEach = $this.
|
|
2152
|
+
var tmp2_forEach = $this.x2w_1;
|
|
2153
2153
|
var tmp0_iterator = tmp2_forEach.f();
|
|
2154
2154
|
while (tmp0_iterator.g()) {
|
|
2155
2155
|
var element = tmp0_iterator.h();
|
|
@@ -2175,7 +2175,7 @@
|
|
|
2175
2175
|
}
|
|
2176
2176
|
function Button$defaultTextStyles$delegate$lambda$lambda_0(this$0) {
|
|
2177
2177
|
return function () {
|
|
2178
|
-
var tmp0_subject = this$0.
|
|
2178
|
+
var tmp0_subject = this$0.a2x();
|
|
2179
2179
|
var tmp0 = tmp0_subject.d4_1;
|
|
2180
2180
|
var tmp;
|
|
2181
2181
|
switch (tmp0) {
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
tmp = get_primaryTextColor_0(this$0.a2t());
|
|
2185
2185
|
break;
|
|
2186
2186
|
case 1:
|
|
2187
|
-
tmp = this$0.
|
|
2187
|
+
tmp = this$0.b2x();
|
|
2188
2188
|
break;
|
|
2189
2189
|
default:
|
|
2190
2190
|
noWhenBranchMatchedException();
|
|
@@ -2209,7 +2209,7 @@
|
|
|
2209
2209
|
Companion_getInstance_6();
|
|
2210
2210
|
if (tmp1_subject === 'events') {
|
|
2211
2211
|
var tmp2_this = this$0;
|
|
2212
|
-
var tmp0_plusAssign = tmp2_this.
|
|
2212
|
+
var tmp0_plusAssign = tmp2_this.x2w_1;
|
|
2213
2213
|
var tmp1_plusAssign = Companion_getInstance_6().y2r($parser, this$0);
|
|
2214
2214
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
2215
2215
|
tmp_0 = Unit_getInstance();
|
|
@@ -2243,18 +2243,18 @@
|
|
|
2243
2243
|
Style_initEntries();
|
|
2244
2244
|
return Style_UNKNOWN_instance;
|
|
2245
2245
|
}
|
|
2246
|
+
protoOf(Button).o2v = function () {
|
|
2247
|
+
return this.l2w_1;
|
|
2248
|
+
};
|
|
2246
2249
|
protoOf(Button).p2v = function () {
|
|
2247
2250
|
return this.m2w_1;
|
|
2248
2251
|
};
|
|
2249
|
-
protoOf(Button).
|
|
2250
|
-
|
|
2251
|
-
};
|
|
2252
|
-
protoOf(Button).b2x = function () {
|
|
2253
|
-
var tmp0_elvis_lhs = this.o2w_1;
|
|
2252
|
+
protoOf(Button).a2x = function () {
|
|
2253
|
+
var tmp0_elvis_lhs = this.n2w_1;
|
|
2254
2254
|
return tmp0_elvis_lhs == null ? get_buttonStyle_0(this.a2t()) : tmp0_elvis_lhs;
|
|
2255
2255
|
};
|
|
2256
|
-
protoOf(Button).
|
|
2257
|
-
var tmp0_elvis_lhs = this.
|
|
2256
|
+
protoOf(Button).b2x = function () {
|
|
2257
|
+
var tmp0_elvis_lhs = this.q2w_1;
|
|
2258
2258
|
var tmp;
|
|
2259
2259
|
if (tmp0_elvis_lhs == null) {
|
|
2260
2260
|
var tmp$ret$1;
|
|
@@ -2264,7 +2264,7 @@
|
|
|
2264
2264
|
var tmp$ret$0;
|
|
2265
2265
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Button.<get-buttonColor>.<anonymous>' call
|
|
2266
2266
|
var tmp0_safe_receiver = tmp0_let;
|
|
2267
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2267
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2x();
|
|
2268
2268
|
tmp$ret$0 = tmp1_elvis_lhs == null ? get_primaryColor_0(tmp0_let) : tmp1_elvis_lhs;
|
|
2269
2269
|
tmp$ret$1 = tmp$ret$0;
|
|
2270
2270
|
tmp = tmp$ret$1;
|
|
@@ -2274,7 +2274,7 @@
|
|
|
2274
2274
|
return tmp;
|
|
2275
2275
|
};
|
|
2276
2276
|
protoOf(Button).i2s = function () {
|
|
2277
|
-
return (protoOf(Content).i2s.call(this) ? true : !this.
|
|
2277
|
+
return (protoOf(Content).i2s.call(this) ? true : !this.c2x()) ? true : this.a2x().equals(Style_UNKNOWN_getInstance());
|
|
2278
2278
|
};
|
|
2279
2279
|
protoOf(Button)._getAnalyticsEvents = function (type) {
|
|
2280
2280
|
var tmp0_subject = type;
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
if (tmp0 === 3) {
|
|
2284
2284
|
var tmp$ret$2;
|
|
2285
2285
|
// Inline function 'kotlin.collections.filter' call
|
|
2286
|
-
var tmp1_filter = this.
|
|
2286
|
+
var tmp1_filter = this.x2w_1;
|
|
2287
2287
|
var tmp$ret$1;
|
|
2288
2288
|
// Inline function 'kotlin.collections.filterTo' call
|
|
2289
2289
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
function Button() {
|
|
2310
2310
|
Companion_getInstance_11();
|
|
2311
2311
|
var tmp = this;
|
|
2312
|
-
tmp.
|
|
2312
|
+
tmp.v2w_1 = lazy(Button$defaultTextStyles$delegate$lambda(this));
|
|
2313
2313
|
}
|
|
2314
2314
|
function defaultTextStyles$factory() {
|
|
2315
2315
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
@@ -2318,8 +2318,8 @@
|
|
|
2318
2318
|
}
|
|
2319
2319
|
function Companion_9() {
|
|
2320
2320
|
Companion_instance_9 = this;
|
|
2321
|
-
this.
|
|
2322
|
-
this.
|
|
2321
|
+
this.d2x_1 = 'card';
|
|
2322
|
+
this.e2x_1 = 'card-background-color';
|
|
2323
2323
|
}
|
|
2324
2324
|
var Companion_instance_9;
|
|
2325
2325
|
function Companion_getInstance_12() {
|
|
@@ -2334,7 +2334,7 @@
|
|
|
2334
2334
|
var tmp = get_XMLNS_CONTENT();
|
|
2335
2335
|
Companion_getInstance_12();
|
|
2336
2336
|
parser.u2r(2, tmp, 'card');
|
|
2337
|
-
$this.
|
|
2337
|
+
$this.n2x_1 = toColorOrNull(parser.o2t(get_XML_BACKGROUND_COLOR()));
|
|
2338
2338
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
2339
2339
|
// Inline function 'kotlin.contracts.contract' call
|
|
2340
2340
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -2352,10 +2352,10 @@
|
|
|
2352
2352
|
var tmp$ret$0;
|
|
2353
2353
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
2354
2354
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
2355
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
2355
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
2356
2356
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
2357
|
-
$this.
|
|
2358
|
-
$this.
|
|
2357
|
+
$this.p2x_1 = tmp1__anonymous__uwfjfc;
|
|
2358
|
+
$this.q2x_1 = uri;
|
|
2359
2359
|
var tmp_1 = $this;
|
|
2360
2360
|
var tmp$ret$9;
|
|
2361
2361
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -2435,21 +2435,21 @@
|
|
|
2435
2435
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
2436
2436
|
tmp$ret$8 = tmp$ret$7;
|
|
2437
2437
|
tmp$ret$9 = tmp$ret$8;
|
|
2438
|
-
tmp_1.
|
|
2438
|
+
tmp_1.o2x_1 = tmp$ret$9;
|
|
2439
2439
|
return $this;
|
|
2440
2440
|
}
|
|
2441
2441
|
function Card_init_$Create$(parent, parser) {
|
|
2442
2442
|
return Card_init_$Init$(parent, parser, objectCreate(protoOf(Card)));
|
|
2443
2443
|
}
|
|
2444
2444
|
protoOf(Card).t2s = function () {
|
|
2445
|
+
return this.o2x_1;
|
|
2446
|
+
};
|
|
2447
|
+
protoOf(Card).o2v = function () {
|
|
2445
2448
|
return this.p2x_1;
|
|
2446
2449
|
};
|
|
2447
2450
|
protoOf(Card).p2v = function () {
|
|
2448
2451
|
return this.q2x_1;
|
|
2449
2452
|
};
|
|
2450
|
-
protoOf(Card).q2v = function () {
|
|
2451
|
-
return this.r2x_1;
|
|
2452
|
-
};
|
|
2453
2453
|
protoOf(Card).i2s = function () {
|
|
2454
2454
|
var tmp;
|
|
2455
2455
|
var tmp_0 = this.a2p().q2t_1;
|
|
@@ -2472,7 +2472,7 @@
|
|
|
2472
2472
|
});
|
|
2473
2473
|
function Companion_10() {
|
|
2474
2474
|
Companion_instance_10 = this;
|
|
2475
|
-
this.
|
|
2475
|
+
this.r2x_1 = 'category';
|
|
2476
2476
|
}
|
|
2477
2477
|
var Companion_instance_10;
|
|
2478
2478
|
function Companion_getInstance_13() {
|
|
@@ -2487,8 +2487,8 @@
|
|
|
2487
2487
|
var tmp = get_XMLNS_MANIFEST();
|
|
2488
2488
|
Companion_getInstance_13();
|
|
2489
2489
|
parser.u2r(2, tmp, 'category');
|
|
2490
|
-
$this.
|
|
2491
|
-
$this.
|
|
2490
|
+
$this.t2x_1 = parser.o2t('id');
|
|
2491
|
+
$this.w2x_1 = parser.o2t('banner');
|
|
2492
2492
|
var label = null;
|
|
2493
2493
|
var tmp_0 = $this;
|
|
2494
2494
|
var tmp$ret$4;
|
|
@@ -2544,15 +2544,15 @@
|
|
|
2544
2544
|
tmp$ret$2 = tmp0_apply;
|
|
2545
2545
|
tmp$ret$3 = tmp$ret$2.u7();
|
|
2546
2546
|
tmp$ret$4 = tmp$ret$3;
|
|
2547
|
-
tmp_0.
|
|
2548
|
-
$this.
|
|
2547
|
+
tmp_0.v2x_1 = tmp$ret$4;
|
|
2548
|
+
$this.u2x_1 = label;
|
|
2549
2549
|
return $this;
|
|
2550
2550
|
}
|
|
2551
2551
|
function Category_init_$Create$(manifest, parser) {
|
|
2552
2552
|
return Category_init_$Init$(manifest, parser, objectCreate(protoOf(Category)));
|
|
2553
2553
|
}
|
|
2554
|
-
protoOf(Category).
|
|
2555
|
-
return this.a2p().
|
|
2554
|
+
protoOf(Category).x2x = function () {
|
|
2555
|
+
return this.a2p().y2x();
|
|
2556
2556
|
};
|
|
2557
2557
|
function Category() {
|
|
2558
2558
|
Companion_getInstance_13();
|
|
@@ -2664,7 +2664,7 @@
|
|
|
2664
2664
|
BaseModel.call($this, parent);
|
|
2665
2665
|
Content.call($this);
|
|
2666
2666
|
var tmp = $this;
|
|
2667
|
-
var tmp0_safe_receiver = parser.
|
|
2667
|
+
var tmp0_safe_receiver = parser.m2v(null, 'version');
|
|
2668
2668
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
2669
2669
|
tmp.b2s_1 = tmp1_elvis_lhs == null ? get_SCHEMA_VERSION() : tmp1_elvis_lhs;
|
|
2670
2670
|
var tmp_0 = $this;
|
|
@@ -2714,16 +2714,16 @@
|
|
|
2714
2714
|
tmp_0.c2s_1 = tmp$ret$5;
|
|
2715
2715
|
var tmp_3 = $this;
|
|
2716
2716
|
var tmp4_safe_receiver = parser.o2t('required-device-type');
|
|
2717
|
-
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2717
|
+
var tmp6_elvis_lhs = tmp4_safe_receiver == null ? null : Companion_getInstance_15().i2y(tmp4_safe_receiver);
|
|
2718
2718
|
var tmp_4;
|
|
2719
2719
|
if (tmp6_elvis_lhs == null) {
|
|
2720
2720
|
var tmp5_safe_receiver = parser.o2t('restrictTo');
|
|
2721
|
-
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().
|
|
2721
|
+
tmp_4 = tmp5_safe_receiver == null ? null : Companion_getInstance_15().i2y(tmp5_safe_receiver);
|
|
2722
2722
|
} else {
|
|
2723
2723
|
tmp_4 = tmp6_elvis_lhs;
|
|
2724
2724
|
}
|
|
2725
2725
|
var tmp7_elvis_lhs = tmp_4;
|
|
2726
|
-
tmp_3.d2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().
|
|
2726
|
+
tmp_3.d2s_1 = tmp7_elvis_lhs == null ? Companion_getInstance_15().h2y_1 : tmp7_elvis_lhs;
|
|
2727
2727
|
var tmp_5 = $this;
|
|
2728
2728
|
var tmp8_safe_receiver = parser.o2t('required-android-version');
|
|
2729
2729
|
var tmp_6;
|
|
@@ -2735,7 +2735,7 @@
|
|
|
2735
2735
|
// Inline function 'kotlin.contracts.contract' call
|
|
2736
2736
|
var tmp$ret$6;
|
|
2737
2737
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2738
|
-
var tmp0_elvis_lhs_0 = Companion_getInstance_42().
|
|
2738
|
+
var tmp0_elvis_lhs_0 = Companion_getInstance_42().j2y(tmp8_safe_receiver);
|
|
2739
2739
|
var tmp_7;
|
|
2740
2740
|
var tmp_8 = tmp0_elvis_lhs_0;
|
|
2741
2741
|
if ((tmp_8 == null ? null : new Version(tmp_8)) == null) {
|
|
@@ -2759,7 +2759,7 @@
|
|
|
2759
2759
|
// Inline function 'kotlin.contracts.contract' call
|
|
2760
2760
|
var tmp$ret$8;
|
|
2761
2761
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Content.<init>.<anonymous>' call
|
|
2762
|
-
var tmp0_elvis_lhs_1 = Companion_getInstance_42().
|
|
2762
|
+
var tmp0_elvis_lhs_1 = Companion_getInstance_42().j2y(tmp9_safe_receiver);
|
|
2763
2763
|
var tmp_11;
|
|
2764
2764
|
var tmp_12 = tmp0_elvis_lhs_1;
|
|
2765
2765
|
if ((tmp_12 == null ? null : new Version(tmp_12)) == null) {
|
|
@@ -2785,7 +2785,7 @@
|
|
|
2785
2785
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
2786
2786
|
version = version === VOID ? get_SCHEMA_VERSION() : version;
|
|
2787
2787
|
requiredFeatures = requiredFeatures === VOID ? emptySet() : requiredFeatures;
|
|
2788
|
-
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().
|
|
2788
|
+
requiredDeviceType = requiredDeviceType === VOID ? Companion_getInstance_15().h2y_1 : requiredDeviceType;
|
|
2789
2789
|
requiredAndroidVersion = requiredAndroidVersion === VOID ? null : requiredAndroidVersion;
|
|
2790
2790
|
requiredIosVersion = requiredIosVersion === VOID ? null : requiredIosVersion;
|
|
2791
2791
|
invisibleIf = invisibleIf === VOID ? null : invisibleIf;
|
|
@@ -3093,9 +3093,9 @@
|
|
|
3093
3093
|
var DeviceType_UNKNOWN_instance;
|
|
3094
3094
|
function Companion_12() {
|
|
3095
3095
|
Companion_instance_12 = this;
|
|
3096
|
-
this.
|
|
3096
|
+
this.h2y_1 = toSet(values_1());
|
|
3097
3097
|
}
|
|
3098
|
-
protoOf(Companion_12).
|
|
3098
|
+
protoOf(Companion_12).i2y = function (_this__u8e3s4) {
|
|
3099
3099
|
var tmp$ret$2;
|
|
3100
3100
|
// Inline function 'kotlin.collections.mapTo' call
|
|
3101
3101
|
var tmp0_mapTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -3172,7 +3172,7 @@
|
|
|
3172
3172
|
function Companion_13() {
|
|
3173
3173
|
Companion_instance_13 = this;
|
|
3174
3174
|
}
|
|
3175
|
-
protoOf(Companion_13).
|
|
3175
|
+
protoOf(Companion_13).z2w = function (_this__u8e3s4) {
|
|
3176
3176
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
3177
3177
|
var tmp;
|
|
3178
3178
|
if (tmp0_safe_receiver == null) {
|
|
@@ -3251,12 +3251,12 @@
|
|
|
3251
3251
|
protoOf(Percent).s2 = function () {
|
|
3252
3252
|
return this.value;
|
|
3253
3253
|
};
|
|
3254
|
-
protoOf(Percent).
|
|
3254
|
+
protoOf(Percent).t2y = function (value) {
|
|
3255
3255
|
return new Percent(value);
|
|
3256
3256
|
};
|
|
3257
3257
|
protoOf(Percent).copy = function (value, $super) {
|
|
3258
3258
|
value = value === VOID ? this.value : value;
|
|
3259
|
-
return this.
|
|
3259
|
+
return this.t2y(value);
|
|
3260
3260
|
};
|
|
3261
3261
|
protoOf(Percent).toString = function () {
|
|
3262
3262
|
return 'Percent(value=' + this.value + ')';
|
|
@@ -3284,12 +3284,12 @@
|
|
|
3284
3284
|
protoOf(Pixels).s2 = function () {
|
|
3285
3285
|
return this.value;
|
|
3286
3286
|
};
|
|
3287
|
-
protoOf(Pixels).
|
|
3287
|
+
protoOf(Pixels).u2y = function (value) {
|
|
3288
3288
|
return new Pixels(value);
|
|
3289
3289
|
};
|
|
3290
3290
|
protoOf(Pixels).copy = function (value, $super) {
|
|
3291
3291
|
value = value === VOID ? this.value : value;
|
|
3292
|
-
return this.
|
|
3292
|
+
return this.u2y(value);
|
|
3293
3293
|
};
|
|
3294
3294
|
protoOf(Pixels).toString = function () {
|
|
3295
3295
|
return 'Pixels(value=' + this.value + ')';
|
|
@@ -3323,10 +3323,10 @@
|
|
|
3323
3323
|
Companion_instance_14 = this;
|
|
3324
3324
|
this.FOLLOWUP = new EventId('followup', 'send');
|
|
3325
3325
|
}
|
|
3326
|
-
protoOf(Companion_14).
|
|
3326
|
+
protoOf(Companion_14).v2y = function () {
|
|
3327
3327
|
return this.FOLLOWUP;
|
|
3328
3328
|
};
|
|
3329
|
-
protoOf(Companion_14).
|
|
3329
|
+
protoOf(Companion_14).n2v = function (raw) {
|
|
3330
3330
|
var tmp$ret$6;
|
|
3331
3331
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
3332
3332
|
var tmp0_safe_receiver = raw;
|
|
@@ -3469,7 +3469,7 @@
|
|
|
3469
3469
|
};
|
|
3470
3470
|
function Companion_15() {
|
|
3471
3471
|
Companion_instance_15 = this;
|
|
3472
|
-
this.
|
|
3472
|
+
this.w2y_1 = 'fallback';
|
|
3473
3473
|
}
|
|
3474
3474
|
var Companion_instance_15;
|
|
3475
3475
|
function Companion_getInstance_18() {
|
|
@@ -3577,14 +3577,14 @@
|
|
|
3577
3577
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
3578
3578
|
tmp$ret$7 = tmp$ret$6;
|
|
3579
3579
|
tmp$ret$8 = tmp$ret$7;
|
|
3580
|
-
tmp_1.
|
|
3580
|
+
tmp_1.s2y_1 = tmp$ret$8;
|
|
3581
3581
|
return $this;
|
|
3582
3582
|
}
|
|
3583
3583
|
function Fallback_init_$Create$(parent, parser) {
|
|
3584
3584
|
return Fallback_init_$Init$(parent, parser, objectCreate(protoOf(Fallback)));
|
|
3585
3585
|
}
|
|
3586
3586
|
protoOf(Fallback).t2s = function () {
|
|
3587
|
-
return take(this.
|
|
3587
|
+
return take(this.s2y_1, 1);
|
|
3588
3588
|
};
|
|
3589
3589
|
protoOf(Fallback).c2t = function () {
|
|
3590
3590
|
var tmp$ret$3;
|
|
@@ -3620,7 +3620,7 @@
|
|
|
3620
3620
|
});
|
|
3621
3621
|
function Companion_16() {
|
|
3622
3622
|
Companion_instance_16 = this;
|
|
3623
|
-
this.
|
|
3623
|
+
this.x2y_1 = 'width';
|
|
3624
3624
|
}
|
|
3625
3625
|
var Companion_instance_16;
|
|
3626
3626
|
function Companion_getInstance_19() {
|
|
@@ -3633,11 +3633,11 @@
|
|
|
3633
3633
|
Item.call($this);
|
|
3634
3634
|
Companion_getInstance_59();
|
|
3635
3635
|
parser.u2r(2, get_XMLNS_CONTENT(), 'item');
|
|
3636
|
-
$this.
|
|
3636
|
+
$this.z2y_1 = flow;
|
|
3637
3637
|
var tmp = $this;
|
|
3638
3638
|
var tmp_0 = Companion_getInstance_16();
|
|
3639
3639
|
Companion_getInstance_19();
|
|
3640
|
-
tmp.
|
|
3640
|
+
tmp.a2z_1 = tmp_0.z2w(parser.o2t('width'));
|
|
3641
3641
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseVisibilityAttrs' call
|
|
3642
3642
|
// Inline function 'kotlin.contracts.contract' call
|
|
3643
3643
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Item.<init>.<anonymous>' call
|
|
@@ -3664,7 +3664,7 @@
|
|
|
3664
3664
|
tmp$ret$1 = tmp_3;
|
|
3665
3665
|
tmp_2 = tmp$ret$1;
|
|
3666
3666
|
}
|
|
3667
|
-
tmp_1.
|
|
3667
|
+
tmp_1.b2z_1 = tmp_2;
|
|
3668
3668
|
var tmp_4 = $this;
|
|
3669
3669
|
var tmp1_safe_receiver = tmp1__anonymous__uwfjfc;
|
|
3670
3670
|
var tmp_5;
|
|
@@ -3686,7 +3686,7 @@
|
|
|
3686
3686
|
tmp$ret$3 = tmp_6;
|
|
3687
3687
|
tmp_5 = tmp$ret$3;
|
|
3688
3688
|
}
|
|
3689
|
-
tmp_4.
|
|
3689
|
+
tmp_4.c2z_1 = tmp_5;
|
|
3690
3690
|
var tmp_7 = $this;
|
|
3691
3691
|
var tmp$ret$12;
|
|
3692
3692
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -3766,7 +3766,7 @@
|
|
|
3766
3766
|
tmp$ret$10 = tmp$ret$9.u7();
|
|
3767
3767
|
tmp$ret$11 = tmp$ret$10;
|
|
3768
3768
|
tmp$ret$12 = tmp$ret$11;
|
|
3769
|
-
tmp_7.
|
|
3769
|
+
tmp_7.d2z_1 = tmp$ret$12;
|
|
3770
3770
|
return $this;
|
|
3771
3771
|
}
|
|
3772
3772
|
function Item_init_$Create$(flow, parser) {
|
|
@@ -3775,11 +3775,11 @@
|
|
|
3775
3775
|
function Item_init_$Init$_0(flow, content, $this) {
|
|
3776
3776
|
BaseModel.call($this, flow);
|
|
3777
3777
|
Item.call($this);
|
|
3778
|
-
$this.
|
|
3778
|
+
$this.z2y_1 = flow;
|
|
3779
|
+
$this.a2z_1 = null;
|
|
3779
3780
|
$this.b2z_1 = null;
|
|
3780
3781
|
$this.c2z_1 = null;
|
|
3781
|
-
$this.d2z_1 =
|
|
3782
|
-
$this.e2z_1 = listOfNotNull(content($this));
|
|
3782
|
+
$this.d2z_1 = listOfNotNull(content($this));
|
|
3783
3783
|
return $this;
|
|
3784
3784
|
}
|
|
3785
3785
|
function Item_init_$Create$_0(flow, content) {
|
|
@@ -3787,10 +3787,10 @@
|
|
|
3787
3787
|
}
|
|
3788
3788
|
function Companion_17() {
|
|
3789
3789
|
Companion_instance_17 = this;
|
|
3790
|
-
this.
|
|
3791
|
-
this.
|
|
3792
|
-
this.
|
|
3793
|
-
this.
|
|
3790
|
+
this.e2z_1 = 'flow';
|
|
3791
|
+
this.f2z_1 = 'item-width';
|
|
3792
|
+
this.g2z_1 = new Percent(1.0);
|
|
3793
|
+
this.h2z_1 = Horizontal_START_getInstance();
|
|
3794
3794
|
}
|
|
3795
3795
|
var Companion_instance_17;
|
|
3796
3796
|
function Companion_getInstance_20() {
|
|
@@ -3808,18 +3808,18 @@
|
|
|
3808
3808
|
var tmp_0 = $this;
|
|
3809
3809
|
var tmp_1 = Companion_getInstance_16();
|
|
3810
3810
|
Companion_getInstance_20();
|
|
3811
|
-
var tmp0_elvis_lhs = tmp_1.
|
|
3812
|
-
tmp_0.
|
|
3811
|
+
var tmp0_elvis_lhs = tmp_1.z2w(parser.o2t('item-width'));
|
|
3812
|
+
tmp_0.q2z_1 = tmp0_elvis_lhs == null ? Companion_getInstance_20().g2z_1 : tmp0_elvis_lhs;
|
|
3813
3813
|
var tmp_2 = $this;
|
|
3814
3814
|
var tmp1_safe_receiver = parser.o2t('row-gravity');
|
|
3815
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().
|
|
3815
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp1_safe_receiver);
|
|
3816
3816
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
3817
|
-
tmp_2.
|
|
3817
|
+
tmp_2.r2z_1 = tmp3_elvis_lhs == null ? Companion_getInstance_20().h2z_1 : tmp3_elvis_lhs;
|
|
3818
3818
|
var tmp_3 = $this;
|
|
3819
3819
|
var tmp$ret$0;
|
|
3820
3820
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
3821
3821
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
3822
|
-
tmp_3.
|
|
3822
|
+
tmp_3.s2z_1 = tmp$ret$0;
|
|
3823
3823
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
3824
3824
|
$l$loop_1: while (true) {
|
|
3825
3825
|
var tmp_4 = parser.h();
|
|
@@ -3838,7 +3838,7 @@
|
|
|
3838
3838
|
if (tmp1_subject === 'item') {
|
|
3839
3839
|
var tmp2_this = $this;
|
|
3840
3840
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3841
|
-
var tmp0_plusAssign = tmp2_this.
|
|
3841
|
+
var tmp0_plusAssign = tmp2_this.s2z_1;
|
|
3842
3842
|
var tmp1_plusAssign = Item_init_$Create$($this, parser);
|
|
3843
3843
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
3844
3844
|
}
|
|
@@ -3849,12 +3849,12 @@
|
|
|
3849
3849
|
var item = Item_init_$Create$_0($this, Flow$_init_$lambda_98n0kd(parser));
|
|
3850
3850
|
var tmp$ret$1;
|
|
3851
3851
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3852
|
-
var tmp2_isNotEmpty = item.
|
|
3852
|
+
var tmp2_isNotEmpty = item.d2z_1;
|
|
3853
3853
|
tmp$ret$1 = !tmp2_isNotEmpty.m();
|
|
3854
3854
|
if (tmp$ret$1) {
|
|
3855
3855
|
var tmp3_this = $this;
|
|
3856
3856
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3857
|
-
var tmp3_plusAssign = tmp3_this.
|
|
3857
|
+
var tmp3_plusAssign = tmp3_this.s2z_1;
|
|
3858
3858
|
tmp3_plusAssign.b(item);
|
|
3859
3859
|
}
|
|
3860
3860
|
}
|
|
@@ -3870,13 +3870,13 @@
|
|
|
3870
3870
|
return Flow_init_$Init$(parent, parser, objectCreate(protoOf(Flow)));
|
|
3871
3871
|
}
|
|
3872
3872
|
protoOf(Item).g2t = function () {
|
|
3873
|
-
return this.
|
|
3873
|
+
return this.b2z_1;
|
|
3874
3874
|
};
|
|
3875
3875
|
protoOf(Item).h2t = function () {
|
|
3876
|
-
return this.
|
|
3876
|
+
return this.c2z_1;
|
|
3877
3877
|
};
|
|
3878
3878
|
protoOf(Item).t2s = function () {
|
|
3879
|
-
return this.
|
|
3879
|
+
return this.d2z_1;
|
|
3880
3880
|
};
|
|
3881
3881
|
function Item() {
|
|
3882
3882
|
Companion_getInstance_19();
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
}
|
|
3935
3935
|
function Companion_18() {
|
|
3936
3936
|
Companion_instance_18 = this;
|
|
3937
|
-
this.
|
|
3937
|
+
this.t2z_1 = 'form';
|
|
3938
3938
|
}
|
|
3939
3939
|
var Companion_instance_18;
|
|
3940
3940
|
function Companion_getInstance_21() {
|
|
@@ -4028,14 +4028,14 @@
|
|
|
4028
4028
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
4029
4029
|
tmp$ret$7 = tmp$ret$6;
|
|
4030
4030
|
tmp$ret$8 = tmp$ret$7;
|
|
4031
|
-
tmp_0.
|
|
4031
|
+
tmp_0.c30_1 = tmp$ret$8;
|
|
4032
4032
|
return $this;
|
|
4033
4033
|
}
|
|
4034
4034
|
function Form_init_$Create$(parent, parser) {
|
|
4035
4035
|
return Form_init_$Init$(parent, parser, objectCreate(protoOf(Form)));
|
|
4036
4036
|
}
|
|
4037
4037
|
protoOf(Form).t2s = function () {
|
|
4038
|
-
return this.
|
|
4038
|
+
return this.c30_1;
|
|
4039
4039
|
};
|
|
4040
4040
|
protoOf(Form).c2t = function () {
|
|
4041
4041
|
var tmp$ret$3;
|
|
@@ -4136,10 +4136,10 @@
|
|
|
4136
4136
|
Companion_instance_19 = this;
|
|
4137
4137
|
this.CENTER = new Gravity(Horizontal_CENTER_getInstance(), Vertical_CENTER_getInstance());
|
|
4138
4138
|
}
|
|
4139
|
-
protoOf(Companion_19).
|
|
4139
|
+
protoOf(Companion_19).d30 = function () {
|
|
4140
4140
|
return this.CENTER;
|
|
4141
4141
|
};
|
|
4142
|
-
protoOf(Companion_19).
|
|
4142
|
+
protoOf(Companion_19).y2w = function (_this__u8e3s4) {
|
|
4143
4143
|
if (_this__u8e3s4 == null)
|
|
4144
4144
|
return null;
|
|
4145
4145
|
var tmp;
|
|
@@ -4278,47 +4278,47 @@
|
|
|
4278
4278
|
this.horizontal = horizontal;
|
|
4279
4279
|
this.vertical = vertical;
|
|
4280
4280
|
}
|
|
4281
|
-
protoOf(Gravity).
|
|
4281
|
+
protoOf(Gravity).i30 = function () {
|
|
4282
4282
|
return this.horizontal;
|
|
4283
4283
|
};
|
|
4284
|
-
protoOf(Gravity).
|
|
4284
|
+
protoOf(Gravity).j30 = function () {
|
|
4285
4285
|
return this.vertical;
|
|
4286
4286
|
};
|
|
4287
|
-
protoOf(Gravity).
|
|
4287
|
+
protoOf(Gravity).k30 = function () {
|
|
4288
4288
|
return this.horizontal.equals(Horizontal_START_getInstance());
|
|
4289
4289
|
};
|
|
4290
|
-
protoOf(Gravity).
|
|
4290
|
+
protoOf(Gravity).l30 = function () {
|
|
4291
4291
|
return this.horizontal.equals(Horizontal_END_getInstance());
|
|
4292
4292
|
};
|
|
4293
|
-
protoOf(Gravity).
|
|
4293
|
+
protoOf(Gravity).m30 = function () {
|
|
4294
4294
|
return this.horizontal.equals(Horizontal_CENTER_getInstance());
|
|
4295
4295
|
};
|
|
4296
|
-
protoOf(Gravity).
|
|
4296
|
+
protoOf(Gravity).n30 = function () {
|
|
4297
4297
|
return this.vertical.equals(Vertical_TOP_getInstance());
|
|
4298
4298
|
};
|
|
4299
|
-
protoOf(Gravity).
|
|
4299
|
+
protoOf(Gravity).o30 = function () {
|
|
4300
4300
|
return this.vertical.equals(Vertical_BOTTOM_getInstance());
|
|
4301
4301
|
};
|
|
4302
|
-
protoOf(Gravity).
|
|
4302
|
+
protoOf(Gravity).p30 = function () {
|
|
4303
4303
|
return this.vertical.equals(Vertical_CENTER_getInstance());
|
|
4304
4304
|
};
|
|
4305
|
-
protoOf(Gravity).
|
|
4305
|
+
protoOf(Gravity).q30 = function () {
|
|
4306
4306
|
return this.isCenterX ? this.isCenterY : false;
|
|
4307
4307
|
};
|
|
4308
|
-
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).
|
|
4309
|
-
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).
|
|
4310
|
-
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).
|
|
4311
|
-
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).
|
|
4312
|
-
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).
|
|
4313
|
-
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).
|
|
4314
|
-
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).
|
|
4308
|
+
defineProp(protoOf(Gravity), 'isStart', protoOf(Gravity).k30);
|
|
4309
|
+
defineProp(protoOf(Gravity), 'isEnd', protoOf(Gravity).l30);
|
|
4310
|
+
defineProp(protoOf(Gravity), 'isCenterX', protoOf(Gravity).m30);
|
|
4311
|
+
defineProp(protoOf(Gravity), 'isTop', protoOf(Gravity).n30);
|
|
4312
|
+
defineProp(protoOf(Gravity), 'isBottom', protoOf(Gravity).o30);
|
|
4313
|
+
defineProp(protoOf(Gravity), 'isCenterY', protoOf(Gravity).p30);
|
|
4314
|
+
defineProp(protoOf(Gravity), 'isCenter', protoOf(Gravity).q30);
|
|
4315
4315
|
function HasAnalyticsEvents() {
|
|
4316
4316
|
}
|
|
4317
4317
|
function Companion_20() {
|
|
4318
4318
|
Companion_instance_20 = this;
|
|
4319
|
-
this.
|
|
4320
|
-
this.
|
|
4321
|
-
this.
|
|
4319
|
+
this.r30_1 = 'image';
|
|
4320
|
+
this.s30_1 = Horizontal_CENTER_getInstance();
|
|
4321
|
+
this.t30_1 = new Percent(1.0);
|
|
4322
4322
|
}
|
|
4323
4323
|
var Companion_instance_20;
|
|
4324
4324
|
function Companion_getInstance_23() {
|
|
@@ -4333,7 +4333,7 @@
|
|
|
4333
4333
|
var tmp = get_XMLNS_CONTENT();
|
|
4334
4334
|
Companion_getInstance_23();
|
|
4335
4335
|
parser.u2r(2, tmp, 'image');
|
|
4336
|
-
$this.
|
|
4336
|
+
$this.e31_1 = parser.o2t('resource');
|
|
4337
4337
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseClickableAttrs' call
|
|
4338
4338
|
// Inline function 'kotlin.contracts.contract' call
|
|
4339
4339
|
var rawUrl = parser.o2t(_get_XML_URL_$accessor$11tx9p3_lkk5sb());
|
|
@@ -4351,16 +4351,16 @@
|
|
|
4351
4351
|
var tmp$ret$0;
|
|
4352
4352
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
4353
4353
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4354
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
4354
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
4355
4355
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4356
|
-
$this.
|
|
4357
|
-
$this.
|
|
4356
|
+
$this.c31_1 = tmp1__anonymous__uwfjfc;
|
|
4357
|
+
$this.d31_1 = uri;
|
|
4358
4358
|
var tmp_1 = $this;
|
|
4359
|
-
var tmp0_safe_receiver_0 = Companion_getInstance_22().
|
|
4359
|
+
var tmp0_safe_receiver_0 = Companion_getInstance_22().y2w(parser.o2t('gravity'));
|
|
4360
4360
|
var tmp1_elvis_lhs = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.horizontal;
|
|
4361
|
-
tmp_1.gravity = tmp1_elvis_lhs == null ? Companion_getInstance_23().
|
|
4361
|
+
tmp_1.gravity = tmp1_elvis_lhs == null ? Companion_getInstance_23().s30_1 : tmp1_elvis_lhs;
|
|
4362
4362
|
var tmp_2 = $this;
|
|
4363
|
-
var tmp2_safe_receiver = Companion_getInstance_16().
|
|
4363
|
+
var tmp2_safe_receiver = Companion_getInstance_16().z2w(parser.o2t('width'));
|
|
4364
4364
|
var tmp_3;
|
|
4365
4365
|
if (tmp2_safe_receiver == null) {
|
|
4366
4366
|
tmp_3 = null;
|
|
@@ -4381,7 +4381,7 @@
|
|
|
4381
4381
|
tmp_3 = tmp$ret$2;
|
|
4382
4382
|
}
|
|
4383
4383
|
var tmp3_elvis_lhs = tmp_3;
|
|
4384
|
-
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().
|
|
4384
|
+
tmp_2.width = tmp3_elvis_lhs == null ? Companion_getInstance_23().t30_1 : tmp3_elvis_lhs;
|
|
4385
4385
|
skipTag(parser);
|
|
4386
4386
|
return $this;
|
|
4387
4387
|
}
|
|
@@ -4391,36 +4391,36 @@
|
|
|
4391
4391
|
function Image_init_$Init$_0(parent, resource, gravity, width, $this) {
|
|
4392
4392
|
parent = parent === VOID ? createTestManifest() : parent;
|
|
4393
4393
|
resource = resource === VOID ? null : resource;
|
|
4394
|
-
gravity = gravity === VOID ? Companion_getInstance_23().
|
|
4395
|
-
width = width === VOID ? Companion_getInstance_23().
|
|
4394
|
+
gravity = gravity === VOID ? Companion_getInstance_23().s30_1 : gravity;
|
|
4395
|
+
width = width === VOID ? Companion_getInstance_23().t30_1 : width;
|
|
4396
4396
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
4397
4397
|
Image.call($this);
|
|
4398
|
-
$this.
|
|
4398
|
+
$this.e31_1 = resource;
|
|
4399
4399
|
$this.gravity = gravity;
|
|
4400
4400
|
$this.width = width;
|
|
4401
|
-
$this.
|
|
4402
|
-
$this.
|
|
4401
|
+
$this.c31_1 = emptyList();
|
|
4402
|
+
$this.d31_1 = null;
|
|
4403
4403
|
return $this;
|
|
4404
4404
|
}
|
|
4405
4405
|
function createTestImage(parent, resource, gravity, width) {
|
|
4406
4406
|
return Image_init_$Init$_0(parent, resource, gravity, width, objectCreate(protoOf(Image)));
|
|
4407
4407
|
}
|
|
4408
|
+
protoOf(Image).o2v = function () {
|
|
4409
|
+
return this.c31_1;
|
|
4410
|
+
};
|
|
4408
4411
|
protoOf(Image).p2v = function () {
|
|
4409
4412
|
return this.d31_1;
|
|
4410
4413
|
};
|
|
4411
|
-
protoOf(Image).
|
|
4414
|
+
protoOf(Image).f31 = function () {
|
|
4412
4415
|
return this.e31_1;
|
|
4413
4416
|
};
|
|
4414
4417
|
protoOf(Image).g31 = function () {
|
|
4415
|
-
return this.
|
|
4418
|
+
return getResource(this, this.e31_1);
|
|
4416
4419
|
};
|
|
4417
4420
|
protoOf(Image).h31 = function () {
|
|
4418
|
-
return getResource(this, this.f31_1);
|
|
4419
|
-
};
|
|
4420
|
-
protoOf(Image).i31 = function () {
|
|
4421
4421
|
return this.gravity;
|
|
4422
4422
|
};
|
|
4423
|
-
protoOf(Image).
|
|
4423
|
+
protoOf(Image).i31 = function () {
|
|
4424
4424
|
return this.width;
|
|
4425
4425
|
};
|
|
4426
4426
|
protoOf(Image).i2s = function () {
|
|
@@ -4430,7 +4430,7 @@
|
|
|
4430
4430
|
} else {
|
|
4431
4431
|
var tmp$ret$0;
|
|
4432
4432
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
4433
|
-
var tmp0_isNullOrEmpty = this.
|
|
4433
|
+
var tmp0_isNullOrEmpty = this.e31_1;
|
|
4434
4434
|
// Inline function 'kotlin.contracts.contract' call
|
|
4435
4435
|
tmp$ret$0 = tmp0_isNullOrEmpty == null ? true : charSequenceLength(tmp0_isNullOrEmpty) === 0;
|
|
4436
4436
|
tmp = tmp$ret$0;
|
|
@@ -4440,7 +4440,7 @@
|
|
|
4440
4440
|
function Image() {
|
|
4441
4441
|
Companion_getInstance_23();
|
|
4442
4442
|
}
|
|
4443
|
-
defineProp(protoOf(Image), 'resource', protoOf(Image).
|
|
4443
|
+
defineProp(protoOf(Image), 'resource', protoOf(Image).g31);
|
|
4444
4444
|
defineProp(protoOf(Image), 'stylesParent', function () {
|
|
4445
4445
|
return this.a2t();
|
|
4446
4446
|
});
|
|
@@ -4454,7 +4454,7 @@
|
|
|
4454
4454
|
function Companion_21() {
|
|
4455
4455
|
Companion_instance_21 = this;
|
|
4456
4456
|
}
|
|
4457
|
-
protoOf(Companion_21).
|
|
4457
|
+
protoOf(Companion_21).j31 = function (_this__u8e3s4) {
|
|
4458
4458
|
var tmp0_subject = _this__u8e3s4;
|
|
4459
4459
|
switch (tmp0_subject) {
|
|
4460
4460
|
case 'fit':
|
|
@@ -4512,9 +4512,9 @@
|
|
|
4512
4512
|
var Type_HIDDEN_instance;
|
|
4513
4513
|
function Companion_22() {
|
|
4514
4514
|
Companion_instance_22 = this;
|
|
4515
|
-
this.
|
|
4515
|
+
this.k31_1 = Type_TEXT_getInstance();
|
|
4516
4516
|
}
|
|
4517
|
-
protoOf(Companion_22).
|
|
4517
|
+
protoOf(Companion_22).l31 = function (_this__u8e3s4) {
|
|
4518
4518
|
var tmp0_subject = _this__u8e3s4;
|
|
4519
4519
|
switch (tmp0_subject) {
|
|
4520
4520
|
case 'email':
|
|
@@ -4549,7 +4549,7 @@
|
|
|
4549
4549
|
}
|
|
4550
4550
|
function Companion_23() {
|
|
4551
4551
|
Companion_instance_23 = this;
|
|
4552
|
-
this.
|
|
4552
|
+
this.m31_1 = 'input';
|
|
4553
4553
|
}
|
|
4554
4554
|
var Companion_instance_23;
|
|
4555
4555
|
function Companion_getInstance_26() {
|
|
@@ -4566,14 +4566,14 @@
|
|
|
4566
4566
|
parser.u2r(2, tmp, 'input');
|
|
4567
4567
|
var tmp_0 = $this;
|
|
4568
4568
|
var tmp0_safe_receiver = parser.o2t('type');
|
|
4569
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().
|
|
4570
|
-
tmp_0.
|
|
4571
|
-
$this.
|
|
4572
|
-
$this.
|
|
4569
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_25().l31(tmp0_safe_receiver);
|
|
4570
|
+
tmp_0.v31_1 = tmp1_elvis_lhs == null ? Companion_getInstance_25().k31_1 : tmp1_elvis_lhs;
|
|
4571
|
+
$this.w31_1 = parser.o2t('name');
|
|
4572
|
+
$this.x31_1 = parser.o2t('value');
|
|
4573
4573
|
var tmp_1 = $this;
|
|
4574
4574
|
var tmp2_safe_receiver = parser.o2t('required');
|
|
4575
4575
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toBoolean(tmp2_safe_receiver);
|
|
4576
|
-
tmp_1.
|
|
4576
|
+
tmp_1.y31_1 = tmp3_elvis_lhs == null ? false : tmp3_elvis_lhs;
|
|
4577
4577
|
var label = null;
|
|
4578
4578
|
var placeholder = null;
|
|
4579
4579
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -4602,8 +4602,8 @@
|
|
|
4602
4602
|
continue $l$loop_1;
|
|
4603
4603
|
skipTag(parser);
|
|
4604
4604
|
}
|
|
4605
|
-
$this.
|
|
4606
|
-
$this.
|
|
4605
|
+
$this.z31_1 = label;
|
|
4606
|
+
$this.a32_1 = placeholder;
|
|
4607
4607
|
return $this;
|
|
4608
4608
|
}
|
|
4609
4609
|
function Input_init_$Create$(parent, parser) {
|
|
@@ -4633,7 +4633,7 @@
|
|
|
4633
4633
|
}
|
|
4634
4634
|
function Companion_24() {
|
|
4635
4635
|
Companion_instance_24 = this;
|
|
4636
|
-
this.
|
|
4636
|
+
this.b32_1 = 'link';
|
|
4637
4637
|
}
|
|
4638
4638
|
var Companion_instance_24;
|
|
4639
4639
|
function Companion_getInstance_27() {
|
|
@@ -4645,7 +4645,7 @@
|
|
|
4645
4645
|
var tmp$ret$0;
|
|
4646
4646
|
// Inline function 'kotlin.getValue' call
|
|
4647
4647
|
var tmp0_getValue = defaultTextStyles$factory_0();
|
|
4648
|
-
tmp$ret$0 = $this.
|
|
4648
|
+
tmp$ret$0 = $this.m32_1.o1();
|
|
4649
4649
|
return tmp$ret$0;
|
|
4650
4650
|
}
|
|
4651
4651
|
function Link_init_$Init$(parent, parser, $this) {
|
|
@@ -4672,21 +4672,21 @@
|
|
|
4672
4672
|
var tmp$ret$0;
|
|
4673
4673
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
4674
4674
|
var tmp0_toEventIds = parser.o2t(_get_XML_EVENTS_$accessor$11tx9p3_otmgk5());
|
|
4675
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
4675
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
4676
4676
|
var tmp1__anonymous__uwfjfc = tmp$ret$0;
|
|
4677
|
-
$this.
|
|
4678
|
-
$this.
|
|
4677
|
+
$this.k32_1 = tmp1__anonymous__uwfjfc;
|
|
4678
|
+
$this.l32_1 = uri;
|
|
4679
4679
|
var tmp_1 = $this;
|
|
4680
4680
|
var tmp$ret$1;
|
|
4681
4681
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
4682
4682
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
4683
|
-
tmp_1.
|
|
4683
|
+
tmp_1.o32_1 = tmp$ret$1;
|
|
4684
4684
|
var tmp_2 = $this;
|
|
4685
4685
|
var tmp_3 = _get_defaultTextStyles__fjozb5_0($this);
|
|
4686
4686
|
var tmp_4 = get_XMLNS_CONTENT();
|
|
4687
4687
|
Companion_getInstance_27();
|
|
4688
4688
|
var tmp0_elvis_lhs = parseTextChild(parser, tmp_3, tmp_4, 'link', Link$_init_$lambda_v5gdv3(parser, $this));
|
|
4689
|
-
tmp_2.
|
|
4689
|
+
tmp_2.n32_1 = tmp0_elvis_lhs == null ? createTestText(_get_defaultTextStyles__fjozb5_0($this)) : tmp0_elvis_lhs;
|
|
4690
4690
|
return $this;
|
|
4691
4691
|
}
|
|
4692
4692
|
function Link_init_$Create$(parent, parser) {
|
|
@@ -4712,7 +4712,7 @@
|
|
|
4712
4712
|
Companion_getInstance_6();
|
|
4713
4713
|
if (tmp1_subject === 'events') {
|
|
4714
4714
|
var tmp2_this = this$0;
|
|
4715
|
-
var tmp0_plusAssign = tmp2_this.
|
|
4715
|
+
var tmp0_plusAssign = tmp2_this.o32_1;
|
|
4716
4716
|
var tmp1_plusAssign = Companion_getInstance_6().y2r($parser, this$0);
|
|
4717
4717
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
4718
4718
|
tmp_0 = Unit_getInstance();
|
|
@@ -4722,14 +4722,14 @@
|
|
|
4722
4722
|
return Unit_getInstance();
|
|
4723
4723
|
};
|
|
4724
4724
|
}
|
|
4725
|
+
protoOf(Link).o2v = function () {
|
|
4726
|
+
return this.k32_1;
|
|
4727
|
+
};
|
|
4725
4728
|
protoOf(Link).p2v = function () {
|
|
4726
4729
|
return this.l32_1;
|
|
4727
4730
|
};
|
|
4728
|
-
protoOf(Link).q2v = function () {
|
|
4729
|
-
return this.m32_1;
|
|
4730
|
-
};
|
|
4731
4731
|
protoOf(Link).i2s = function () {
|
|
4732
|
-
return protoOf(Content).i2s.call(this) ? true : !this.
|
|
4732
|
+
return protoOf(Content).i2s.call(this) ? true : !this.c2x();
|
|
4733
4733
|
};
|
|
4734
4734
|
protoOf(Link)._getAnalyticsEvents = function (type) {
|
|
4735
4735
|
var tmp0_subject = type;
|
|
@@ -4738,7 +4738,7 @@
|
|
|
4738
4738
|
if (tmp0 === 3) {
|
|
4739
4739
|
var tmp$ret$2;
|
|
4740
4740
|
// Inline function 'kotlin.collections.filter' call
|
|
4741
|
-
var tmp1_filter = this.
|
|
4741
|
+
var tmp1_filter = this.o32_1;
|
|
4742
4742
|
var tmp$ret$1;
|
|
4743
4743
|
// Inline function 'kotlin.collections.filterTo' call
|
|
4744
4744
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -4764,7 +4764,7 @@
|
|
|
4764
4764
|
function Link() {
|
|
4765
4765
|
Companion_getInstance_27();
|
|
4766
4766
|
var tmp = this;
|
|
4767
|
-
tmp.
|
|
4767
|
+
tmp.m32_1 = lazy(Link$defaultTextStyles$delegate$lambda(this));
|
|
4768
4768
|
}
|
|
4769
4769
|
function defaultTextStyles$factory_0() {
|
|
4770
4770
|
return getPropertyCallableRef('defaultTextStyles', 1, KProperty1, function (receiver) {
|
|
@@ -4772,20 +4772,20 @@
|
|
|
4772
4772
|
}, null);
|
|
4773
4773
|
}
|
|
4774
4774
|
function Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4775
|
-
this.
|
|
4776
|
-
this.
|
|
4777
|
-
this.
|
|
4778
|
-
this.
|
|
4775
|
+
this.x32_1 = $manifest;
|
|
4776
|
+
this.y32_1 = $fileName;
|
|
4777
|
+
this.z32_1 = $parseFile;
|
|
4778
|
+
this.a33_1 = $src;
|
|
4779
4779
|
CoroutineImpl.call(this, resultContinuation);
|
|
4780
4780
|
}
|
|
4781
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).
|
|
4781
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).d33 = function ($this$async, $completion) {
|
|
4782
4782
|
var tmp = this.a11($this$async, $completion);
|
|
4783
4783
|
tmp.de_1 = Unit_getInstance();
|
|
4784
4784
|
tmp.ee_1 = null;
|
|
4785
4785
|
return tmp.ue();
|
|
4786
4786
|
};
|
|
4787
4787
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).if = function (p1, $completion) {
|
|
4788
|
-
return this.
|
|
4788
|
+
return this.d33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4789
4789
|
};
|
|
4790
4790
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).ue = function () {
|
|
4791
4791
|
var suspendResult = this.de_1;
|
|
@@ -4795,9 +4795,9 @@
|
|
|
4795
4795
|
switch (tmp) {
|
|
4796
4796
|
case 0:
|
|
4797
4797
|
this.ce_1 = 2;
|
|
4798
|
-
this.
|
|
4798
|
+
this.c33_1 = Companion_getInstance_48();
|
|
4799
4799
|
this.be_1 = 1;
|
|
4800
|
-
suspendResult = this.
|
|
4800
|
+
suspendResult = this.z32_1(this.a33_1, this);
|
|
4801
4801
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4802
4802
|
return suspendResult;
|
|
4803
4803
|
}
|
|
@@ -4805,7 +4805,7 @@
|
|
|
4805
4805
|
continue $sm;
|
|
4806
4806
|
case 1:
|
|
4807
4807
|
var ARGUMENT = suspendResult;
|
|
4808
|
-
return this.
|
|
4808
|
+
return this.c33_1.i33(this.x32_1, this.y32_1, ARGUMENT);
|
|
4809
4809
|
case 2:
|
|
4810
4810
|
throw this.ee_1;
|
|
4811
4811
|
}
|
|
@@ -4821,33 +4821,33 @@
|
|
|
4821
4821
|
while (true);
|
|
4822
4822
|
};
|
|
4823
4823
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda).a11 = function ($this$async, completion) {
|
|
4824
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.
|
|
4825
|
-
i.
|
|
4824
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda(this.x32_1, this.y32_1, this.z32_1, this.a33_1, completion);
|
|
4825
|
+
i.b33_1 = $this$async;
|
|
4826
4826
|
return i;
|
|
4827
4827
|
};
|
|
4828
4828
|
function Manifest$Companion$parse$slambda$slambda$slambda_0($manifest, $fileName, $parseFile, $src, resultContinuation) {
|
|
4829
4829
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda($manifest, $fileName, $parseFile, $src, resultContinuation);
|
|
4830
4830
|
var l = function ($this$async, $completion) {
|
|
4831
|
-
return i.
|
|
4831
|
+
return i.d33($this$async, $completion);
|
|
4832
4832
|
};
|
|
4833
4833
|
l.$arity = 1;
|
|
4834
4834
|
return l;
|
|
4835
4835
|
}
|
|
4836
4836
|
function Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4837
|
-
this.
|
|
4838
|
-
this.
|
|
4839
|
-
this.
|
|
4840
|
-
this.
|
|
4837
|
+
this.r33_1 = $manifest;
|
|
4838
|
+
this.s33_1 = $id;
|
|
4839
|
+
this.t33_1 = $parseFile;
|
|
4840
|
+
this.u33_1 = $src;
|
|
4841
4841
|
CoroutineImpl.call(this, resultContinuation);
|
|
4842
4842
|
}
|
|
4843
|
-
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).
|
|
4843
|
+
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).w33 = function ($this$async, $completion) {
|
|
4844
4844
|
var tmp = this.a11($this$async, $completion);
|
|
4845
4845
|
tmp.de_1 = Unit_getInstance();
|
|
4846
4846
|
tmp.ee_1 = null;
|
|
4847
4847
|
return tmp.ue();
|
|
4848
4848
|
};
|
|
4849
4849
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).if = function (p1, $completion) {
|
|
4850
|
-
return this.
|
|
4850
|
+
return this.w33((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
4851
4851
|
};
|
|
4852
4852
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).ue = function () {
|
|
4853
4853
|
var suspendResult = this.de_1;
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
case 0:
|
|
4859
4859
|
this.ce_1 = 2;
|
|
4860
4860
|
this.be_1 = 1;
|
|
4861
|
-
suspendResult = this.
|
|
4861
|
+
suspendResult = this.t33_1(this.u33_1, this);
|
|
4862
4862
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
4863
4863
|
return suspendResult;
|
|
4864
4864
|
}
|
|
@@ -4866,7 +4866,7 @@
|
|
|
4866
4866
|
continue $sm;
|
|
4867
4867
|
case 1:
|
|
4868
4868
|
var ARGUMENT = suspendResult;
|
|
4869
|
-
return Tip_init_$Create$(this.
|
|
4869
|
+
return Tip_init_$Create$(this.r33_1, this.s33_1, ARGUMENT);
|
|
4870
4870
|
case 2:
|
|
4871
4871
|
throw this.ee_1;
|
|
4872
4872
|
}
|
|
@@ -4882,21 +4882,21 @@
|
|
|
4882
4882
|
while (true);
|
|
4883
4883
|
};
|
|
4884
4884
|
protoOf(Manifest$Companion$parse$slambda$slambda$slambda_1).a11 = function ($this$async, completion) {
|
|
4885
|
-
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.
|
|
4886
|
-
i.
|
|
4885
|
+
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1(this.r33_1, this.s33_1, this.t33_1, this.u33_1, completion);
|
|
4886
|
+
i.v33_1 = $this$async;
|
|
4887
4887
|
return i;
|
|
4888
4888
|
};
|
|
4889
4889
|
function Manifest$Companion$parse$slambda$slambda$slambda_2($manifest, $id, $parseFile, $src, resultContinuation) {
|
|
4890
4890
|
var i = new Manifest$Companion$parse$slambda$slambda$slambda_1($manifest, $id, $parseFile, $src, resultContinuation);
|
|
4891
4891
|
var l = function ($this$async, $completion) {
|
|
4892
|
-
return i.
|
|
4892
|
+
return i.w33($this$async, $completion);
|
|
4893
4893
|
};
|
|
4894
4894
|
l.$arity = 1;
|
|
4895
4895
|
return l;
|
|
4896
4896
|
}
|
|
4897
4897
|
function Manifest$Companion$parse$slambda$slambda($manifest, $parseFile, resultContinuation) {
|
|
4898
|
-
this.
|
|
4899
|
-
this.
|
|
4898
|
+
this.f34_1 = $manifest;
|
|
4899
|
+
this.g34_1 = $parseFile;
|
|
4900
4900
|
CoroutineImpl.call(this, resultContinuation);
|
|
4901
4901
|
}
|
|
4902
4902
|
protoOf(Manifest$Companion$parse$slambda$slambda).z10 = function ($this$launch, $completion) {
|
|
@@ -4917,14 +4917,14 @@
|
|
|
4917
4917
|
case 0:
|
|
4918
4918
|
this.ce_1 = 2;
|
|
4919
4919
|
this.be_1 = 1;
|
|
4920
|
-
var tmp1_map = this.
|
|
4920
|
+
var tmp1_map = this.f34_1.j2u_1;
|
|
4921
4921
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4922
4922
|
var tmp0_iterator = tmp1_map.f();
|
|
4923
4923
|
while (tmp0_iterator.g()) {
|
|
4924
4924
|
var item = tmp0_iterator.h();
|
|
4925
4925
|
var fileName = item.s2();
|
|
4926
4926
|
var src = item.t2();
|
|
4927
|
-
tmp0_mapTo.b(async(this.
|
|
4927
|
+
tmp0_mapTo.b(async(this.h34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_0(this.f34_1, fileName, this.g34_1, src, null)));
|
|
4928
4928
|
}
|
|
4929
4929
|
|
|
4930
4930
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
case 1:
|
|
4937
4937
|
var ARGUMENT = suspendResult;
|
|
4938
4938
|
var ARGUMENT_0 = filterNotNull(ARGUMENT);
|
|
4939
|
-
_set_pages__j2nojl(this.
|
|
4939
|
+
_set_pages__j2nojl(this.f34_1, ARGUMENT_0);
|
|
4940
4940
|
return Unit_getInstance();
|
|
4941
4941
|
case 2:
|
|
4942
4942
|
throw this.ee_1;
|
|
@@ -4953,8 +4953,8 @@
|
|
|
4953
4953
|
while (true);
|
|
4954
4954
|
};
|
|
4955
4955
|
protoOf(Manifest$Companion$parse$slambda$slambda).a11 = function ($this$launch, completion) {
|
|
4956
|
-
var i = new Manifest$Companion$parse$slambda$slambda(this.
|
|
4957
|
-
i.
|
|
4956
|
+
var i = new Manifest$Companion$parse$slambda$slambda(this.f34_1, this.g34_1, completion);
|
|
4957
|
+
i.h34_1 = $this$launch;
|
|
4958
4958
|
return i;
|
|
4959
4959
|
};
|
|
4960
4960
|
function Manifest$Companion$parse$slambda$slambda_0($manifest, $parseFile, resultContinuation) {
|
|
@@ -4966,8 +4966,8 @@
|
|
|
4966
4966
|
return l;
|
|
4967
4967
|
}
|
|
4968
4968
|
function Manifest$Companion$parse$slambda$slambda_1($manifest, $parseFile, resultContinuation) {
|
|
4969
|
-
this.
|
|
4970
|
-
this.
|
|
4969
|
+
this.q34_1 = $manifest;
|
|
4970
|
+
this.r34_1 = $parseFile;
|
|
4971
4971
|
CoroutineImpl.call(this, resultContinuation);
|
|
4972
4972
|
}
|
|
4973
4973
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).z10 = function ($this$launch, $completion) {
|
|
@@ -4988,14 +4988,14 @@
|
|
|
4988
4988
|
case 0:
|
|
4989
4989
|
this.ce_1 = 2;
|
|
4990
4990
|
this.be_1 = 1;
|
|
4991
|
-
var tmp1_map = this.
|
|
4991
|
+
var tmp1_map = this.q34_1.k2u_1;
|
|
4992
4992
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
4993
4993
|
var tmp0_iterator = tmp1_map.f();
|
|
4994
4994
|
while (tmp0_iterator.g()) {
|
|
4995
4995
|
var item = tmp0_iterator.h();
|
|
4996
4996
|
var id = item.s2();
|
|
4997
4997
|
var src = item.t2();
|
|
4998
|
-
tmp0_mapTo.b(async(this.
|
|
4998
|
+
tmp0_mapTo.b(async(this.s34_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda$slambda_2(this.q34_1, id, this.r34_1, src, null)));
|
|
4999
4999
|
}
|
|
5000
5000
|
|
|
5001
5001
|
suspendResult = awaitAll(tmp0_mapTo, this);
|
|
@@ -5011,11 +5011,11 @@
|
|
|
5011
5011
|
var tmp0_iterator_0 = tmp3_associateBy.f();
|
|
5012
5012
|
while (tmp0_iterator_0.g()) {
|
|
5013
5013
|
var element = tmp0_iterator_0.h();
|
|
5014
|
-
tmp2_associateByTo.u2(element.
|
|
5014
|
+
tmp2_associateByTo.u2(element.u34_1, element);
|
|
5015
5015
|
}
|
|
5016
5016
|
|
|
5017
5017
|
var ARGUMENT = tmp2_associateByTo;
|
|
5018
|
-
_set_tips__9ug36n(this.
|
|
5018
|
+
_set_tips__9ug36n(this.q34_1, ARGUMENT);
|
|
5019
5019
|
return Unit_getInstance();
|
|
5020
5020
|
case 2:
|
|
5021
5021
|
throw this.ee_1;
|
|
@@ -5032,8 +5032,8 @@
|
|
|
5032
5032
|
while (true);
|
|
5033
5033
|
};
|
|
5034
5034
|
protoOf(Manifest$Companion$parse$slambda$slambda_1).a11 = function ($this$launch, completion) {
|
|
5035
|
-
var i = new Manifest$Companion$parse$slambda$slambda_1(this.
|
|
5036
|
-
i.
|
|
5035
|
+
var i = new Manifest$Companion$parse$slambda$slambda_1(this.q34_1, this.r34_1, completion);
|
|
5036
|
+
i.s34_1 = $this$launch;
|
|
5037
5037
|
return i;
|
|
5038
5038
|
};
|
|
5039
5039
|
function Manifest$Companion$parse$slambda$slambda_2($manifest, $parseFile, resultContinuation) {
|
|
@@ -5045,19 +5045,19 @@
|
|
|
5045
5045
|
return l;
|
|
5046
5046
|
}
|
|
5047
5047
|
function Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation) {
|
|
5048
|
-
this.
|
|
5049
|
-
this.
|
|
5050
|
-
this.
|
|
5048
|
+
this.f35_1 = $config;
|
|
5049
|
+
this.g35_1 = $manifest;
|
|
5050
|
+
this.h35_1 = $parseFile;
|
|
5051
5051
|
CoroutineImpl.call(this, resultContinuation);
|
|
5052
5052
|
}
|
|
5053
|
-
protoOf(Manifest$Companion$parse$slambda).
|
|
5053
|
+
protoOf(Manifest$Companion$parse$slambda).j35 = function ($this$coroutineScope, $completion) {
|
|
5054
5054
|
var tmp = this.a11($this$coroutineScope, $completion);
|
|
5055
5055
|
tmp.de_1 = Unit_getInstance();
|
|
5056
5056
|
tmp.ee_1 = null;
|
|
5057
5057
|
return tmp.ue();
|
|
5058
5058
|
};
|
|
5059
5059
|
protoOf(Manifest$Companion$parse$slambda).if = function (p1, $completion) {
|
|
5060
|
-
return this.
|
|
5060
|
+
return this.j35((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
|
|
5061
5061
|
};
|
|
5062
5062
|
protoOf(Manifest$Companion$parse$slambda).ue = function () {
|
|
5063
5063
|
var suspendResult = this.de_1;
|
|
@@ -5066,16 +5066,16 @@
|
|
|
5066
5066
|
var tmp = this.be_1;
|
|
5067
5067
|
if (tmp === 0) {
|
|
5068
5068
|
this.ce_1 = 1;
|
|
5069
|
-
if (this.
|
|
5070
|
-
launch(this.
|
|
5069
|
+
if (this.f35_1.o2q_1) {
|
|
5070
|
+
launch(this.i35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_0(this.g35_1, this.h35_1, null));
|
|
5071
5071
|
} else {
|
|
5072
|
-
_set_pages__j2nojl(this.
|
|
5072
|
+
_set_pages__j2nojl(this.g35_1, emptyList());
|
|
5073
5073
|
}
|
|
5074
5074
|
var tmp_0;
|
|
5075
|
-
if (this.
|
|
5076
|
-
tmp_0 = launch(this.
|
|
5075
|
+
if (this.f35_1.p2q_1) {
|
|
5076
|
+
tmp_0 = launch(this.i35_1, VOID, VOID, Manifest$Companion$parse$slambda$slambda_2(this.g35_1, this.h35_1, null));
|
|
5077
5077
|
} else {
|
|
5078
|
-
_set_tips__9ug36n(this.
|
|
5078
|
+
_set_tips__9ug36n(this.g35_1, emptyMap());
|
|
5079
5079
|
tmp_0 = Unit_getInstance();
|
|
5080
5080
|
}
|
|
5081
5081
|
return tmp_0;
|
|
@@ -5089,24 +5089,24 @@
|
|
|
5089
5089
|
while (true);
|
|
5090
5090
|
};
|
|
5091
5091
|
protoOf(Manifest$Companion$parse$slambda).a11 = function ($this$coroutineScope, completion) {
|
|
5092
|
-
var i = new Manifest$Companion$parse$slambda(this.
|
|
5093
|
-
i.
|
|
5092
|
+
var i = new Manifest$Companion$parse$slambda(this.f35_1, this.g35_1, this.h35_1, completion);
|
|
5093
|
+
i.i35_1 = $this$coroutineScope;
|
|
5094
5094
|
return i;
|
|
5095
5095
|
};
|
|
5096
5096
|
function Manifest$Companion$parse$slambda_0($config, $manifest, $parseFile, resultContinuation) {
|
|
5097
5097
|
var i = new Manifest$Companion$parse$slambda($config, $manifest, $parseFile, resultContinuation);
|
|
5098
5098
|
var l = function ($this$coroutineScope, $completion) {
|
|
5099
|
-
return i.
|
|
5099
|
+
return i.j35($this$coroutineScope, $completion);
|
|
5100
5100
|
};
|
|
5101
5101
|
l.$arity = 1;
|
|
5102
5102
|
return l;
|
|
5103
5103
|
}
|
|
5104
5104
|
function $parseCOROUTINE$0(_this__u8e3s4, fileName, config, parseFile, resultContinuation) {
|
|
5105
5105
|
CoroutineImpl.call(this, resultContinuation);
|
|
5106
|
-
this.
|
|
5107
|
-
this.
|
|
5108
|
-
this.
|
|
5109
|
-
this.
|
|
5106
|
+
this.s35_1 = _this__u8e3s4;
|
|
5107
|
+
this.t35_1 = fileName;
|
|
5108
|
+
this.u35_1 = config;
|
|
5109
|
+
this.v35_1 = parseFile;
|
|
5110
5110
|
}
|
|
5111
5111
|
protoOf($parseCOROUTINE$0).ue = function () {
|
|
5112
5112
|
var suspendResult = this.de_1;
|
|
@@ -5117,17 +5117,17 @@
|
|
|
5117
5117
|
case 0:
|
|
5118
5118
|
this.ce_1 = 3;
|
|
5119
5119
|
this.be_1 = 1;
|
|
5120
|
-
suspendResult = this.
|
|
5120
|
+
suspendResult = this.v35_1(this.t35_1, this);
|
|
5121
5121
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5122
5122
|
return suspendResult;
|
|
5123
5123
|
}
|
|
5124
5124
|
|
|
5125
5125
|
continue $sm;
|
|
5126
5126
|
case 1:
|
|
5127
|
-
this.
|
|
5128
|
-
this.
|
|
5127
|
+
this.w35_1 = suspendResult;
|
|
5128
|
+
this.x35_1 = Manifest_init_$Create$(this.w35_1, this.u35_1);
|
|
5129
5129
|
this.be_1 = 2;
|
|
5130
|
-
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.
|
|
5130
|
+
suspendResult = coroutineScope(Manifest$Companion$parse$slambda_0(this.u35_1, this.x35_1, this.v35_1, null), this);
|
|
5131
5131
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
5132
5132
|
return suspendResult;
|
|
5133
5133
|
}
|
|
@@ -5135,7 +5135,7 @@
|
|
|
5135
5135
|
continue $sm;
|
|
5136
5136
|
case 2:
|
|
5137
5137
|
;
|
|
5138
|
-
return this.
|
|
5138
|
+
return this.x35_1;
|
|
5139
5139
|
case 3:
|
|
5140
5140
|
throw this.ee_1;
|
|
5141
5141
|
}
|
|
@@ -5157,9 +5157,9 @@
|
|
|
5157
5157
|
var Type_UNKNOWN_instance_0;
|
|
5158
5158
|
function Companion_25() {
|
|
5159
5159
|
Companion_instance_25 = this;
|
|
5160
|
-
this.
|
|
5160
|
+
this.y35_1 = Type_TRACT_getInstance();
|
|
5161
5161
|
}
|
|
5162
|
-
protoOf(Companion_25).
|
|
5162
|
+
protoOf(Companion_25).z35 = function (value) {
|
|
5163
5163
|
var tmp0_subject = value;
|
|
5164
5164
|
switch (tmp0_subject) {
|
|
5165
5165
|
case 'article':
|
|
@@ -5256,10 +5256,10 @@
|
|
|
5256
5256
|
return Companion_instance_26;
|
|
5257
5257
|
}
|
|
5258
5258
|
function _set_pages__j2nojl($this, _set____db54di) {
|
|
5259
|
-
return $this.h2u_1.
|
|
5259
|
+
return $this.h2u_1.a36($this, pages$factory(), _set____db54di);
|
|
5260
5260
|
}
|
|
5261
5261
|
function _set_tips__9ug36n($this, _set____db54di) {
|
|
5262
|
-
return $this.
|
|
5262
|
+
return $this.i2u_1.a36($this, tips$factory(), _set____db54di);
|
|
5263
5263
|
}
|
|
5264
5264
|
function Manifest_init_$Init$(parser, config, $this) {
|
|
5265
5265
|
BaseModel.call($this);
|
|
@@ -5272,13 +5272,13 @@
|
|
|
5272
5272
|
var tmp0_safe_receiver = parser.o2t('locale');
|
|
5273
5273
|
tmp.locale = tmp0_safe_receiver == null ? null : toLocaleOrNull(tmp0_safe_receiver);
|
|
5274
5274
|
var tmp_0 = $this;
|
|
5275
|
-
var tmp1_elvis_lhs = Companion_getInstance_28().
|
|
5276
|
-
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().
|
|
5275
|
+
var tmp1_elvis_lhs = Companion_getInstance_28().z35(parser.o2t('type'));
|
|
5276
|
+
tmp_0.type = tmp1_elvis_lhs == null ? Companion_getInstance_28().y35_1 : tmp1_elvis_lhs;
|
|
5277
5277
|
var tmp_1 = $this;
|
|
5278
5278
|
var tmp$ret$0;
|
|
5279
5279
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
5280
5280
|
var tmp0_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
5281
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
5281
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
5282
5282
|
tmp_1.dismissListeners = toSet_0(tmp$ret$0);
|
|
5283
5283
|
var tmp_2 = $this;
|
|
5284
5284
|
var tmp2_safe_receiver = parser.o2t(get_XML_PRIMARY_COLOR());
|
|
@@ -5298,29 +5298,29 @@
|
|
|
5298
5298
|
var tmp8_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
5299
5299
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : toColorOrNull(tmp8_safe_receiver);
|
|
5300
5300
|
tmp_6.v2t_1 = tmp9_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp9_elvis_lhs;
|
|
5301
|
-
$this.w2t_1 = parser.
|
|
5301
|
+
$this.w2t_1 = parser.m2v(null, get_XML_BACKGROUND_IMAGE());
|
|
5302
5302
|
var tmp_7 = $this;
|
|
5303
5303
|
var tmp10_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
5304
|
-
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().
|
|
5304
|
+
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp10_safe_receiver);
|
|
5305
5305
|
tmp_7.x2t_1 = tmp11_elvis_lhs == null ? Companion_getInstance_29().f2q_1 : tmp11_elvis_lhs;
|
|
5306
5306
|
var tmp_8 = $this;
|
|
5307
5307
|
var tmp12_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
5308
|
-
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().
|
|
5308
|
+
var tmp13_elvis_lhs = tmp12_safe_receiver == null ? null : Companion_getInstance_24().j31(tmp12_safe_receiver);
|
|
5309
5309
|
tmp_8.y2t_1 = tmp13_elvis_lhs == null ? Companion_getInstance_29().g2q_1 : tmp13_elvis_lhs;
|
|
5310
5310
|
var tmp_9 = $this;
|
|
5311
5311
|
var tmp_10 = get_XMLNS_CONTENT();
|
|
5312
5312
|
Companion_getInstance_12();
|
|
5313
|
-
var tmp14_safe_receiver = parser.
|
|
5313
|
+
var tmp14_safe_receiver = parser.m2v(tmp_10, 'card-background-color');
|
|
5314
5314
|
tmp_9.z2t_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
5315
5315
|
var tmp_11 = $this;
|
|
5316
5316
|
var tmp15_safe_receiver = parser.o2t('category-label-color');
|
|
5317
5317
|
tmp_11.a2u_1 = tmp15_safe_receiver == null ? null : toColorOrNull(tmp15_safe_receiver);
|
|
5318
5318
|
var tmp_12 = $this;
|
|
5319
|
-
var tmp16_safe_receiver = parser.
|
|
5319
|
+
var tmp16_safe_receiver = parser.m2v(get_XMLNS_PAGE(), get_XML_CONTROL_COLOR());
|
|
5320
5320
|
var tmp19_elvis_lhs = tmp16_safe_receiver == null ? null : toColorOrNull(tmp16_safe_receiver);
|
|
5321
5321
|
var tmp_13;
|
|
5322
5322
|
if (tmp19_elvis_lhs == null) {
|
|
5323
|
-
var tmp17_safe_receiver = parser.
|
|
5323
|
+
var tmp17_safe_receiver = parser.m2v(get_XMLNS_LESSON(), get_XML_CONTROL_COLOR());
|
|
5324
5324
|
var tmp18_safe_receiver = tmp17_safe_receiver == null ? null : toColorOrNull(tmp17_safe_receiver);
|
|
5325
5325
|
var tmp_14;
|
|
5326
5326
|
if (tmp18_safe_receiver == null) {
|
|
@@ -5344,12 +5344,12 @@
|
|
|
5344
5344
|
var tmp_15 = $this;
|
|
5345
5345
|
var tmp_16 = get_XMLNS_CONTENT();
|
|
5346
5346
|
Companion_getInstance_32();
|
|
5347
|
-
var tmp21_safe_receiver = parser.
|
|
5347
|
+
var tmp21_safe_receiver = parser.m2v(tmp_16, 'multiselect-option-background-color');
|
|
5348
5348
|
tmp_15.c2u_1 = tmp21_safe_receiver == null ? null : toColorOrNull(tmp21_safe_receiver);
|
|
5349
5349
|
var tmp_17 = $this;
|
|
5350
5350
|
var tmp_18 = get_XMLNS_CONTENT();
|
|
5351
5351
|
Companion_getInstance_32();
|
|
5352
|
-
var tmp22_safe_receiver = parser.
|
|
5352
|
+
var tmp22_safe_receiver = parser.m2v(tmp_18, 'multiselect-option-selected-color');
|
|
5353
5353
|
tmp_17.d2u_1 = tmp22_safe_receiver == null ? null : toColorOrNull(tmp22_safe_receiver);
|
|
5354
5354
|
var tmp_19 = $this;
|
|
5355
5355
|
var tmp23_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
@@ -5381,7 +5381,7 @@
|
|
|
5381
5381
|
var tmp$ret$4;
|
|
5382
5382
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
5383
5383
|
tmp$ret$4 = LinkedHashMap_init_$Create$();
|
|
5384
|
-
tmp_24.
|
|
5384
|
+
tmp_24.resources = tmp$ret$4;
|
|
5385
5385
|
var tmp$ret$5;
|
|
5386
5386
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5387
5387
|
tmp$ret$5 = ArrayList_init_$Create$();
|
|
@@ -5390,12 +5390,12 @@
|
|
|
5390
5390
|
var tmp$ret$6;
|
|
5391
5391
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5392
5392
|
tmp$ret$6 = ArrayList_init_$Create$();
|
|
5393
|
-
tmp_25.
|
|
5393
|
+
tmp_25.j2u_1 = tmp$ret$6;
|
|
5394
5394
|
var tmp_26 = $this;
|
|
5395
5395
|
var tmp$ret$7;
|
|
5396
5396
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5397
5397
|
tmp$ret$7 = ArrayList_init_$Create$();
|
|
5398
|
-
tmp_26.
|
|
5398
|
+
tmp_26.k2u_1 = tmp$ret$7;
|
|
5399
5399
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
5400
5400
|
$l$loop_1: while (true) {
|
|
5401
5401
|
var tmp_27 = parser.h();
|
|
@@ -5428,20 +5428,20 @@
|
|
|
5428
5428
|
var tmp3_this = $this;
|
|
5429
5429
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5430
5430
|
var tmp2_plusAssign = tmp3_this.aemImports;
|
|
5431
|
-
var tmp3_plusAssign = result.
|
|
5431
|
+
var tmp3_plusAssign = result.d36_1;
|
|
5432
5432
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
5433
5433
|
|
|
5434
5434
|
var tmp4_this = $this;
|
|
5435
5435
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5436
|
-
var tmp4_plusAssign = tmp4_this.
|
|
5437
|
-
var tmp5_plusAssign = result.
|
|
5436
|
+
var tmp4_plusAssign = tmp4_this.j2u_1;
|
|
5437
|
+
var tmp5_plusAssign = result.e36_1;
|
|
5438
5438
|
addAll(tmp4_plusAssign, tmp5_plusAssign);
|
|
5439
5439
|
|
|
5440
5440
|
break;
|
|
5441
5441
|
case 'resources':
|
|
5442
5442
|
var tmp5_this = $this;
|
|
5443
5443
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5444
|
-
var tmp8_plusAssign = tmp5_this.
|
|
5444
|
+
var tmp8_plusAssign = tmp5_this.resources;
|
|
5445
5445
|
var tmp$ret$10;
|
|
5446
5446
|
// Inline function 'kotlin.collections.associateBy' call
|
|
5447
5447
|
var tmp7_associateBy = parseResources(parser, $this);
|
|
@@ -5466,7 +5466,7 @@
|
|
|
5466
5466
|
case 'tips':
|
|
5467
5467
|
var tmp6_this = $this;
|
|
5468
5468
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5469
|
-
var tmp10_plusAssign = tmp6_this.
|
|
5469
|
+
var tmp10_plusAssign = tmp6_this.k2u_1;
|
|
5470
5470
|
var tmp11_plusAssign = parseTips(parser, $this);
|
|
5471
5471
|
addAll(tmp10_plusAssign, tmp11_plusAssign);
|
|
5472
5472
|
|
|
@@ -5477,7 +5477,7 @@
|
|
|
5477
5477
|
Companion_getInstance_49();
|
|
5478
5478
|
if (tmp7_subject === 'items') {
|
|
5479
5479
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5480
|
-
var tmp12_plusAssign = Companion_getInstance_49().
|
|
5480
|
+
var tmp12_plusAssign = Companion_getInstance_49().c36(parser, $this);
|
|
5481
5481
|
addAll(shareables, tmp12_plusAssign);
|
|
5482
5482
|
}
|
|
5483
5483
|
}
|
|
@@ -5499,7 +5499,7 @@
|
|
|
5499
5499
|
var e = tmp0_iterator_0.h();
|
|
5500
5500
|
var tmp$ret$11;
|
|
5501
5501
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5502
|
-
tmp$ret$11 = e.
|
|
5502
|
+
tmp$ret$11 = e.p2u();
|
|
5503
5503
|
var key = tmp$ret$11;
|
|
5504
5504
|
if (set.b(key)) {
|
|
5505
5505
|
list.b(e);
|
|
@@ -5521,7 +5521,7 @@
|
|
|
5521
5521
|
}
|
|
5522
5522
|
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) {
|
|
5523
5523
|
config = config === VOID ? createParserConfig() : config;
|
|
5524
|
-
type = type === VOID ? Companion_getInstance_28().
|
|
5524
|
+
type = type === VOID ? Companion_getInstance_28().y35_1 : type;
|
|
5525
5525
|
code = code === VOID ? null : code;
|
|
5526
5526
|
locale = locale === VOID ? null : locale;
|
|
5527
5527
|
primaryColor = primaryColor === VOID ? Companion_getInstance_29().c2q_1 : primaryColor;
|
|
@@ -5608,7 +5608,7 @@
|
|
|
5608
5608
|
var tmp2_orEmpty = tmp_1;
|
|
5609
5609
|
var tmp0_elvis_lhs_0 = tmp2_orEmpty;
|
|
5610
5610
|
tmp$ret$4 = tmp0_elvis_lhs_0 == null ? emptyMap() : tmp0_elvis_lhs_0;
|
|
5611
|
-
tmp_0.
|
|
5611
|
+
tmp_0.resources = tmp$ret$4;
|
|
5612
5612
|
var tmp_2 = $this;
|
|
5613
5613
|
var tmp$ret$5;
|
|
5614
5614
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
@@ -5636,7 +5636,7 @@
|
|
|
5636
5636
|
var element_0 = tmp0_iterator_0.h();
|
|
5637
5637
|
var tmp$ret$6;
|
|
5638
5638
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5639
|
-
tmp$ret$6 = element_0.
|
|
5639
|
+
tmp$ret$6 = element_0.u34_1;
|
|
5640
5640
|
tmp4_associateByTo.u2(tmp$ret$6, element_0);
|
|
5641
5641
|
}
|
|
5642
5642
|
tmp$ret$7 = tmp4_associateByTo;
|
|
@@ -5647,8 +5647,8 @@
|
|
|
5647
5647
|
var tmp0_elvis_lhs_2 = tmp5_orEmpty;
|
|
5648
5648
|
tmp$ret$9 = tmp0_elvis_lhs_2 == null ? emptyMap() : tmp0_elvis_lhs_2;
|
|
5649
5649
|
_set_tips__9ug36n($this, tmp$ret$9);
|
|
5650
|
+
$this.j2u_1 = emptyList();
|
|
5650
5651
|
$this.k2u_1 = emptyList();
|
|
5651
|
-
$this.l2u_1 = emptyList();
|
|
5652
5652
|
return $this;
|
|
5653
5653
|
}
|
|
5654
5654
|
function createTestManifest(config, type, code, locale, primaryColor, primaryTextColor, navBarColor, navBarControlColor, backgroundColor, cardBackgroundColor, categoryLabelColor, pageControlColor, multiselectOptionSelectedColor, textColor, textScale, resources, shareables, tips, pages) {
|
|
@@ -5703,12 +5703,12 @@
|
|
|
5703
5703
|
var tmp$ret$0;
|
|
5704
5704
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5705
5705
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
5706
|
-
tmp.
|
|
5706
|
+
tmp.d36_1 = tmp$ret$0;
|
|
5707
5707
|
var tmp_0 = this;
|
|
5708
5708
|
var tmp$ret$1;
|
|
5709
5709
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5710
5710
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
5711
|
-
tmp_0.
|
|
5711
|
+
tmp_0.e36_1 = tmp$ret$1;
|
|
5712
5712
|
}
|
|
5713
5713
|
function parsePages(_this__u8e3s4, $this) {
|
|
5714
5714
|
var tmp$ret$4;
|
|
@@ -5748,7 +5748,7 @@
|
|
|
5748
5748
|
var fileName = _this__u8e3s4.o2t('filename');
|
|
5749
5749
|
var tmp3_this = tmp0_also;
|
|
5750
5750
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5751
|
-
var tmp0_plusAssign = tmp3_this.
|
|
5751
|
+
var tmp0_plusAssign = tmp3_this.e36_1;
|
|
5752
5752
|
var tmp1_plusAssign = to(fileName, src);
|
|
5753
5753
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
5754
5754
|
}
|
|
@@ -5783,7 +5783,7 @@
|
|
|
5783
5783
|
// Inline function 'kotlin.let' call
|
|
5784
5784
|
// Inline function 'kotlin.contracts.contract' call
|
|
5785
5785
|
var tmp0_this = tmp0_also;
|
|
5786
|
-
var tmp0_plusAssign_0 = tmp0_this.
|
|
5786
|
+
var tmp0_plusAssign_0 = tmp0_this.d36_1;
|
|
5787
5787
|
tmp0_plusAssign_0.b(tmp6_safe_receiver);
|
|
5788
5788
|
tmp$ret$3 = Unit_getInstance();
|
|
5789
5789
|
}
|
|
@@ -5911,10 +5911,10 @@
|
|
|
5911
5911
|
defineProp(protoOf(Type_1), 'name', protoOf(Type_1).id);
|
|
5912
5912
|
defineProp(protoOf(Type_1), 'ordinal', protoOf(Type_1).jd);
|
|
5913
5913
|
function sam$kotlin_Comparator$0(function_0) {
|
|
5914
|
-
this.
|
|
5914
|
+
this.l36_1 = function_0;
|
|
5915
5915
|
}
|
|
5916
5916
|
protoOf(sam$kotlin_Comparator$0).wc = function (a, b) {
|
|
5917
|
-
return this.
|
|
5917
|
+
return this.l36_1(a, b);
|
|
5918
5918
|
};
|
|
5919
5919
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
5920
5920
|
return this.wc(a, b);
|
|
@@ -5924,11 +5924,11 @@
|
|
|
5924
5924
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
5925
5925
|
var tmp$ret$0;
|
|
5926
5926
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5927
|
-
tmp$ret$0 = a.
|
|
5927
|
+
tmp$ret$0 = a.i36_1;
|
|
5928
5928
|
var tmp = tmp$ret$0;
|
|
5929
5929
|
var tmp$ret$1;
|
|
5930
5930
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<init>.<anonymous>' call
|
|
5931
|
-
tmp$ret$1 = b.
|
|
5931
|
+
tmp$ret$1 = b.i36_1;
|
|
5932
5932
|
tmp$ret$2 = compareValues(tmp, tmp$ret$1);
|
|
5933
5933
|
return tmp$ret$2;
|
|
5934
5934
|
}
|
|
@@ -5952,97 +5952,97 @@
|
|
|
5952
5952
|
Type_initEntries_1();
|
|
5953
5953
|
return Type_UNKNOWN_instance_0;
|
|
5954
5954
|
}
|
|
5955
|
-
protoOf(Manifest).
|
|
5955
|
+
protoOf(Manifest).m36 = function () {
|
|
5956
5956
|
return this.q2t_1;
|
|
5957
5957
|
};
|
|
5958
|
-
protoOf(Manifest).
|
|
5958
|
+
protoOf(Manifest).n36 = function () {
|
|
5959
5959
|
return this.code;
|
|
5960
5960
|
};
|
|
5961
|
-
protoOf(Manifest).
|
|
5961
|
+
protoOf(Manifest).o36 = function () {
|
|
5962
5962
|
return this.locale;
|
|
5963
5963
|
};
|
|
5964
5964
|
protoOf(Manifest).k1c = function () {
|
|
5965
5965
|
return this.type;
|
|
5966
5966
|
};
|
|
5967
|
-
protoOf(Manifest).
|
|
5967
|
+
protoOf(Manifest).p36 = function () {
|
|
5968
5968
|
return this.dismissListeners;
|
|
5969
5969
|
};
|
|
5970
|
-
protoOf(Manifest).
|
|
5970
|
+
protoOf(Manifest).z2x = function () {
|
|
5971
5971
|
return this.r2t_1;
|
|
5972
5972
|
};
|
|
5973
|
-
protoOf(Manifest).
|
|
5973
|
+
protoOf(Manifest).a2y = function () {
|
|
5974
5974
|
return this.s2t_1;
|
|
5975
5975
|
};
|
|
5976
|
-
protoOf(Manifest).
|
|
5976
|
+
protoOf(Manifest).q36 = function () {
|
|
5977
5977
|
var tmp0_elvis_lhs = this.t2t_1;
|
|
5978
5978
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? get_DEFAULT_LESSON_NAV_BAR_COLOR() : this.r2t_1 : tmp0_elvis_lhs;
|
|
5979
5979
|
};
|
|
5980
|
-
protoOf(Manifest).
|
|
5980
|
+
protoOf(Manifest).r36 = function () {
|
|
5981
5981
|
var tmp0_elvis_lhs = this.u2t_1;
|
|
5982
5982
|
return tmp0_elvis_lhs == null ? this.type.equals(Type_LESSON_getInstance()) ? this.r2t_1 : this.s2t_1 : tmp0_elvis_lhs;
|
|
5983
5983
|
};
|
|
5984
|
-
protoOf(Manifest).
|
|
5984
|
+
protoOf(Manifest).s36 = function () {
|
|
5985
5985
|
return this.v2t_1;
|
|
5986
5986
|
};
|
|
5987
|
-
protoOf(Manifest).
|
|
5988
|
-
return this.
|
|
5987
|
+
protoOf(Manifest).t36 = function () {
|
|
5988
|
+
return this.t2v(this.w2t_1);
|
|
5989
5989
|
};
|
|
5990
|
-
protoOf(Manifest).
|
|
5990
|
+
protoOf(Manifest).u36 = function () {
|
|
5991
5991
|
return this.x2t_1;
|
|
5992
5992
|
};
|
|
5993
|
-
protoOf(Manifest).
|
|
5993
|
+
protoOf(Manifest).v36 = function () {
|
|
5994
5994
|
return this.y2t_1;
|
|
5995
5995
|
};
|
|
5996
|
-
protoOf(Manifest).
|
|
5996
|
+
protoOf(Manifest).c2y = function () {
|
|
5997
5997
|
var tmp0_elvis_lhs = this.z2t_1;
|
|
5998
5998
|
return tmp0_elvis_lhs == null ? this.v2t_1 : tmp0_elvis_lhs;
|
|
5999
5999
|
};
|
|
6000
|
-
protoOf(Manifest).
|
|
6000
|
+
protoOf(Manifest).y2x = function () {
|
|
6001
6001
|
var tmp0_elvis_lhs = this.a2u_1;
|
|
6002
6002
|
return tmp0_elvis_lhs == null ? this.e2u_1 : tmp0_elvis_lhs;
|
|
6003
6003
|
};
|
|
6004
|
-
protoOf(Manifest).
|
|
6004
|
+
protoOf(Manifest).w36 = function () {
|
|
6005
6005
|
return this.b2u_1;
|
|
6006
6006
|
};
|
|
6007
|
-
protoOf(Manifest).
|
|
6007
|
+
protoOf(Manifest).b2y = function () {
|
|
6008
6008
|
return Companion_getInstance_29().h2q_1;
|
|
6009
6009
|
};
|
|
6010
|
-
protoOf(Manifest).
|
|
6010
|
+
protoOf(Manifest).d2y = function () {
|
|
6011
6011
|
var tmp0_elvis_lhs = this.c2u_1;
|
|
6012
6012
|
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
6013
6013
|
};
|
|
6014
|
-
protoOf(Manifest).
|
|
6014
|
+
protoOf(Manifest).e2y = function () {
|
|
6015
6015
|
return this.d2u_1;
|
|
6016
6016
|
};
|
|
6017
|
-
protoOf(Manifest).
|
|
6017
|
+
protoOf(Manifest).x2x = function () {
|
|
6018
6018
|
return this.e2u_1;
|
|
6019
6019
|
};
|
|
6020
|
-
protoOf(Manifest).
|
|
6020
|
+
protoOf(Manifest).f2y = function () {
|
|
6021
6021
|
return this.f2u_1;
|
|
6022
6022
|
};
|
|
6023
|
-
protoOf(Manifest).
|
|
6023
|
+
protoOf(Manifest).x36 = function () {
|
|
6024
6024
|
var tmp0_safe_receiver = this.g2u_1;
|
|
6025
6025
|
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.text;
|
|
6026
6026
|
};
|
|
6027
|
-
protoOf(Manifest).
|
|
6027
|
+
protoOf(Manifest).l37 = function () {
|
|
6028
6028
|
return this.aemImports;
|
|
6029
6029
|
};
|
|
6030
|
-
protoOf(Manifest).
|
|
6030
|
+
protoOf(Manifest).m37 = function () {
|
|
6031
6031
|
return this.categories;
|
|
6032
6032
|
};
|
|
6033
|
-
protoOf(Manifest).
|
|
6034
|
-
return this.h2u_1.
|
|
6033
|
+
protoOf(Manifest).n37 = function () {
|
|
6034
|
+
return this.h2u_1.o37(this, pages$factory_0());
|
|
6035
6035
|
};
|
|
6036
|
-
protoOf(Manifest).
|
|
6037
|
-
return this.
|
|
6036
|
+
protoOf(Manifest).p37 = function () {
|
|
6037
|
+
return this.resources;
|
|
6038
6038
|
};
|
|
6039
|
-
protoOf(Manifest).
|
|
6039
|
+
protoOf(Manifest).q37 = function () {
|
|
6040
6040
|
return this.shareables;
|
|
6041
6041
|
};
|
|
6042
6042
|
protoOf(Manifest).c2t = function () {
|
|
6043
|
-
return this.
|
|
6043
|
+
return this.i2u_1.o37(this, tips$factory_0());
|
|
6044
6044
|
};
|
|
6045
|
-
protoOf(Manifest).
|
|
6045
|
+
protoOf(Manifest).r37 = function () {
|
|
6046
6046
|
var tmp$ret$12;
|
|
6047
6047
|
// Inline function 'kotlin.collections.buildSet' call
|
|
6048
6048
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -6055,7 +6055,7 @@
|
|
|
6055
6055
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.<get-relatedFiles>.<anonymous>' call
|
|
6056
6056
|
var tmp$ret$2;
|
|
6057
6057
|
// Inline function 'kotlin.collections.map' call
|
|
6058
|
-
var tmp1_map = this.
|
|
6058
|
+
var tmp1_map = this.j2u_1;
|
|
6059
6059
|
var tmp$ret$1;
|
|
6060
6060
|
// Inline function 'kotlin.collections.mapTo' call
|
|
6061
6061
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
@@ -6072,7 +6072,7 @@
|
|
|
6072
6072
|
tmp0_apply.k(tmp$ret$2);
|
|
6073
6073
|
var tmp$ret$5;
|
|
6074
6074
|
// Inline function 'kotlin.collections.map' call
|
|
6075
|
-
var tmp3_map = this.
|
|
6075
|
+
var tmp3_map = this.k2u_1;
|
|
6076
6076
|
var tmp$ret$4;
|
|
6077
6077
|
// Inline function 'kotlin.collections.mapTo' call
|
|
6078
6078
|
var tmp2_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp3_map, 10));
|
|
@@ -6089,7 +6089,7 @@
|
|
|
6089
6089
|
tmp0_apply.k(tmp$ret$5);
|
|
6090
6090
|
var tmp$ret$9;
|
|
6091
6091
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
6092
|
-
var tmp5_mapNotNull = this.
|
|
6092
|
+
var tmp5_mapNotNull = this.resources.d2();
|
|
6093
6093
|
var tmp$ret$8;
|
|
6094
6094
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
6095
6095
|
var tmp4_mapNotNullTo = ArrayList_init_$Create$();
|
|
@@ -6123,7 +6123,7 @@
|
|
|
6123
6123
|
protoOf(Manifest).a2p = function () {
|
|
6124
6124
|
return this;
|
|
6125
6125
|
};
|
|
6126
|
-
protoOf(Manifest).
|
|
6126
|
+
protoOf(Manifest).s37 = function () {
|
|
6127
6127
|
var tmp;
|
|
6128
6128
|
var tmp$ret$0;
|
|
6129
6129
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
@@ -6136,7 +6136,7 @@
|
|
|
6136
6136
|
if (!this.q2t_1.p2q_1) {
|
|
6137
6137
|
var tmp$ret$1;
|
|
6138
6138
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
6139
|
-
var tmp1_isNotEmpty = this.
|
|
6139
|
+
var tmp1_isNotEmpty = this.k2u_1;
|
|
6140
6140
|
tmp$ret$1 = !tmp1_isNotEmpty.m();
|
|
6141
6141
|
tmp_0 = tmp$ret$1;
|
|
6142
6142
|
} else {
|
|
@@ -6146,7 +6146,7 @@
|
|
|
6146
6146
|
}
|
|
6147
6147
|
return tmp;
|
|
6148
6148
|
};
|
|
6149
|
-
protoOf(Manifest).
|
|
6149
|
+
protoOf(Manifest).t2v = function (name) {
|
|
6150
6150
|
var tmp0_safe_receiver = name;
|
|
6151
6151
|
var tmp;
|
|
6152
6152
|
if (tmp0_safe_receiver == null) {
|
|
@@ -6157,13 +6157,13 @@
|
|
|
6157
6157
|
// Inline function 'kotlin.contracts.contract' call
|
|
6158
6158
|
var tmp$ret$0;
|
|
6159
6159
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.getResource.<anonymous>' call
|
|
6160
|
-
tmp$ret$0 = this.
|
|
6160
|
+
tmp$ret$0 = this.resources.c2(name);
|
|
6161
6161
|
tmp$ret$1 = tmp$ret$0;
|
|
6162
6162
|
tmp = tmp$ret$1;
|
|
6163
6163
|
}
|
|
6164
6164
|
return tmp;
|
|
6165
6165
|
};
|
|
6166
|
-
protoOf(Manifest).
|
|
6166
|
+
protoOf(Manifest).t37 = function (category) {
|
|
6167
6167
|
var tmp$ret$1;
|
|
6168
6168
|
$l$block: {
|
|
6169
6169
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -6173,7 +6173,7 @@
|
|
|
6173
6173
|
var element = tmp0_iterator.h();
|
|
6174
6174
|
var tmp$ret$0;
|
|
6175
6175
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findCategory.<anonymous>' call
|
|
6176
|
-
tmp$ret$0 = element.
|
|
6176
|
+
tmp$ret$0 = element.t2x_1 == category;
|
|
6177
6177
|
if (tmp$ret$0) {
|
|
6178
6178
|
tmp$ret$1 = element;
|
|
6179
6179
|
break $l$block;
|
|
@@ -6217,7 +6217,7 @@
|
|
|
6217
6217
|
}
|
|
6218
6218
|
return tmp;
|
|
6219
6219
|
};
|
|
6220
|
-
protoOf(Manifest).
|
|
6220
|
+
protoOf(Manifest).u37 = function (id) {
|
|
6221
6221
|
var tmp0_safe_receiver = id;
|
|
6222
6222
|
var tmp;
|
|
6223
6223
|
if (tmp0_safe_receiver == null) {
|
|
@@ -6237,7 +6237,7 @@
|
|
|
6237
6237
|
var element = tmp0_iterator.h();
|
|
6238
6238
|
var tmp$ret$0;
|
|
6239
6239
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.Manifest.findShareable.<anonymous>.<anonymous>' call
|
|
6240
|
-
tmp$ret$0 = element.
|
|
6240
|
+
tmp$ret$0 = element.p2u() == id;
|
|
6241
6241
|
if (tmp$ret$0) {
|
|
6242
6242
|
tmp$ret$1 = element;
|
|
6243
6243
|
break $l$block;
|
|
@@ -6251,14 +6251,14 @@
|
|
|
6251
6251
|
}
|
|
6252
6252
|
return tmp;
|
|
6253
6253
|
};
|
|
6254
|
-
protoOf(Manifest).
|
|
6254
|
+
protoOf(Manifest).v37 = function (id) {
|
|
6255
6255
|
var tmp$ret$0;
|
|
6256
6256
|
// Inline function 'kotlin.collections.get' call
|
|
6257
6257
|
var tmp0_get = this.c2t();
|
|
6258
6258
|
tmp$ret$0 = (isInterface(tmp0_get, Map) ? tmp0_get : THROW_CCE()).c2(id);
|
|
6259
6259
|
return tmp$ret$0;
|
|
6260
6260
|
};
|
|
6261
|
-
protoOf(Manifest).
|
|
6261
|
+
protoOf(Manifest).w37 = function () {
|
|
6262
6262
|
var tmp$ret$0;
|
|
6263
6263
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
6264
6264
|
var tmp0_toTypedArray = this._pages;
|
|
@@ -6268,17 +6268,17 @@
|
|
|
6268
6268
|
function Manifest() {
|
|
6269
6269
|
Companion_getInstance_29();
|
|
6270
6270
|
this.h2u_1 = setOnce();
|
|
6271
|
-
this.
|
|
6271
|
+
this.i2u_1 = setOnce();
|
|
6272
6272
|
}
|
|
6273
|
-
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).
|
|
6274
|
-
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).
|
|
6275
|
-
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).
|
|
6276
|
-
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).
|
|
6273
|
+
defineProp(protoOf(Manifest), 'backgroundImage', protoOf(Manifest).t36);
|
|
6274
|
+
defineProp(protoOf(Manifest), 'title', protoOf(Manifest).x36);
|
|
6275
|
+
defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).n37);
|
|
6276
|
+
defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).r37);
|
|
6277
6277
|
defineProp(protoOf(Manifest), 'manifest', function () {
|
|
6278
6278
|
return this.a2p();
|
|
6279
6279
|
});
|
|
6280
|
-
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).
|
|
6281
|
-
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).
|
|
6280
|
+
defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).s37);
|
|
6281
|
+
defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).w37);
|
|
6282
6282
|
defineProp(protoOf(Manifest), 'stylesParent', function () {
|
|
6283
6283
|
return this.a2t();
|
|
6284
6284
|
});
|
|
@@ -6320,7 +6320,7 @@
|
|
|
6320
6320
|
function Companion_27() {
|
|
6321
6321
|
Companion_instance_27 = this;
|
|
6322
6322
|
}
|
|
6323
|
-
protoOf(Companion_27).
|
|
6323
|
+
protoOf(Companion_27).x37 = function (_this__u8e3s4) {
|
|
6324
6324
|
var tmp0_subject = _this__u8e3s4;
|
|
6325
6325
|
var tmp;
|
|
6326
6326
|
Companion_getInstance_31();
|
|
@@ -6354,12 +6354,12 @@
|
|
|
6354
6354
|
}
|
|
6355
6355
|
function Companion_28() {
|
|
6356
6356
|
Companion_instance_28 = this;
|
|
6357
|
-
this.
|
|
6358
|
-
this.
|
|
6359
|
-
this.
|
|
6360
|
-
this.
|
|
6361
|
-
this.
|
|
6362
|
-
this.
|
|
6357
|
+
this.y37_1 = 'selected-color';
|
|
6358
|
+
this.z37_1 = 'value';
|
|
6359
|
+
this.a38_1 = 'style';
|
|
6360
|
+
this.b38_1 = 'card';
|
|
6361
|
+
this.c38_1 = 'flat';
|
|
6362
|
+
this.d38_1 = Style_CARD_getInstance();
|
|
6363
6363
|
}
|
|
6364
6364
|
var Companion_instance_28;
|
|
6365
6365
|
function Companion_getInstance_31() {
|
|
@@ -6370,20 +6370,20 @@
|
|
|
6370
6370
|
function Option_init_$Init$(multiselect, parser, $this) {
|
|
6371
6371
|
Content_init_$Init$(multiselect, parser, $this);
|
|
6372
6372
|
Option.call($this);
|
|
6373
|
-
$this.
|
|
6373
|
+
$this.m38_1 = multiselect;
|
|
6374
6374
|
Companion_getInstance_59();
|
|
6375
6375
|
parser.u2r(2, get_XMLNS_CONTENT(), 'option');
|
|
6376
6376
|
var tmp = $this;
|
|
6377
6377
|
var tmp_0 = Companion_getInstance_30();
|
|
6378
6378
|
Companion_getInstance_31();
|
|
6379
|
-
tmp.
|
|
6379
|
+
tmp.n38_1 = tmp_0.x37(parser.o2t('style'));
|
|
6380
6380
|
var tmp_1 = $this;
|
|
6381
6381
|
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
6382
|
-
tmp_1.
|
|
6382
|
+
tmp_1.o38_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
6383
6383
|
var tmp_2 = $this;
|
|
6384
6384
|
Companion_getInstance_31();
|
|
6385
6385
|
var tmp1_safe_receiver = parser.o2t('selected-color');
|
|
6386
|
-
tmp_2.
|
|
6386
|
+
tmp_2.p38_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
6387
6387
|
var tmp_3 = $this;
|
|
6388
6388
|
var tmp$ret$0;
|
|
6389
6389
|
// Inline function 'kotlin.text.orEmpty' call
|
|
@@ -6391,12 +6391,12 @@
|
|
|
6391
6391
|
var tmp0_orEmpty = parser.o2t('value');
|
|
6392
6392
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6393
6393
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6394
|
-
tmp_3.
|
|
6394
|
+
tmp_3.q38_1 = tmp$ret$0;
|
|
6395
6395
|
var tmp_4 = $this;
|
|
6396
6396
|
var tmp$ret$1;
|
|
6397
6397
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6398
6398
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6399
|
-
tmp_4.
|
|
6399
|
+
tmp_4.r38_1 = tmp$ret$1;
|
|
6400
6400
|
var tmp_5 = $this;
|
|
6401
6401
|
var tmp$ret$9;
|
|
6402
6402
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -6434,7 +6434,7 @@
|
|
|
6434
6434
|
if (tmp1_subject === 'events') {
|
|
6435
6435
|
var tmp2_this = $this;
|
|
6436
6436
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6437
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6437
|
+
var tmp0_plusAssign = tmp2_this.r38_1;
|
|
6438
6438
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
6439
6439
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
6440
6440
|
}
|
|
@@ -6486,7 +6486,7 @@
|
|
|
6486
6486
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
6487
6487
|
tmp$ret$8 = tmp$ret$7;
|
|
6488
6488
|
tmp$ret$9 = tmp$ret$8;
|
|
6489
|
-
tmp_5.
|
|
6489
|
+
tmp_5.s38_1 = tmp$ret$9;
|
|
6490
6490
|
return $this;
|
|
6491
6491
|
}
|
|
6492
6492
|
function Option_init_$Create$(multiselect, parser) {
|
|
@@ -6505,11 +6505,11 @@
|
|
|
6505
6505
|
}
|
|
6506
6506
|
function Companion_29() {
|
|
6507
6507
|
Companion_instance_29 = this;
|
|
6508
|
-
this.
|
|
6509
|
-
this.
|
|
6510
|
-
this.
|
|
6511
|
-
this.
|
|
6512
|
-
this.
|
|
6508
|
+
this.t38_1 = 'multiselect';
|
|
6509
|
+
this.u38_1 = 'multiselect-option-background-color';
|
|
6510
|
+
this.v38_1 = 'multiselect-option-selected-color';
|
|
6511
|
+
this.w38_1 = 'option-background-color';
|
|
6512
|
+
this.x38_1 = 'option-selected-color';
|
|
6513
6513
|
}
|
|
6514
6514
|
var Companion_instance_29;
|
|
6515
6515
|
function Companion_getInstance_32() {
|
|
@@ -6530,31 +6530,31 @@
|
|
|
6530
6530
|
var tmp0_orEmpty = parser.o2t('state');
|
|
6531
6531
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
6532
6532
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
6533
|
-
tmp_0.
|
|
6533
|
+
tmp_0.g39_1 = tmp$ret$0;
|
|
6534
6534
|
var tmp_1 = $this;
|
|
6535
6535
|
var tmp0_safe_receiver = parser.o2t('columns');
|
|
6536
6536
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
6537
|
-
tmp_1.
|
|
6537
|
+
tmp_1.h39_1 = tmp1_elvis_lhs == null ? 1 : tmp1_elvis_lhs;
|
|
6538
6538
|
var tmp_2 = $this;
|
|
6539
6539
|
var tmp2_safe_receiver = parser.o2t('selection-limit');
|
|
6540
6540
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
6541
|
-
tmp_2.
|
|
6541
|
+
tmp_2.i39_1 = coerceAtLeast(tmp3_elvis_lhs == null ? 1 : tmp3_elvis_lhs, 1);
|
|
6542
6542
|
var tmp_3 = $this;
|
|
6543
|
-
var tmp4_elvis_lhs = Companion_getInstance_30().
|
|
6544
|
-
tmp_3.
|
|
6543
|
+
var tmp4_elvis_lhs = Companion_getInstance_30().x37(parser.o2t('option-style'));
|
|
6544
|
+
tmp_3.j39_1 = tmp4_elvis_lhs == null ? Companion_getInstance_31().d38_1 : tmp4_elvis_lhs;
|
|
6545
6545
|
var tmp_4 = $this;
|
|
6546
6546
|
Companion_getInstance_32();
|
|
6547
6547
|
var tmp5_safe_receiver = parser.o2t('option-background-color');
|
|
6548
|
-
tmp_4.
|
|
6548
|
+
tmp_4.k39_1 = tmp5_safe_receiver == null ? null : toColorOrNull(tmp5_safe_receiver);
|
|
6549
6549
|
var tmp_5 = $this;
|
|
6550
6550
|
Companion_getInstance_32();
|
|
6551
6551
|
var tmp6_safe_receiver = parser.o2t('option-selected-color');
|
|
6552
|
-
tmp_5.
|
|
6552
|
+
tmp_5.l39_1 = tmp6_safe_receiver == null ? null : toColorOrNull(tmp6_safe_receiver);
|
|
6553
6553
|
var tmp_6 = $this;
|
|
6554
6554
|
var tmp$ret$1;
|
|
6555
6555
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6556
6556
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
6557
|
-
tmp_6.
|
|
6557
|
+
tmp_6.m39_1 = tmp$ret$1;
|
|
6558
6558
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
6559
6559
|
$l$loop_1: while (true) {
|
|
6560
6560
|
var tmp_7 = parser.h();
|
|
@@ -6573,7 +6573,7 @@
|
|
|
6573
6573
|
if (tmp1_subject === 'option') {
|
|
6574
6574
|
var tmp2_this = $this;
|
|
6575
6575
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6576
|
-
var tmp0_plusAssign = tmp2_this.
|
|
6576
|
+
var tmp0_plusAssign = tmp2_this.m39_1;
|
|
6577
6577
|
var tmp1_plusAssign = Option_init_$Create$($this, parser);
|
|
6578
6578
|
tmp0_plusAssign.b(tmp1_plusAssign);
|
|
6579
6579
|
}
|
|
@@ -6590,7 +6590,7 @@
|
|
|
6590
6590
|
return Multiselect_init_$Init$(parent, parser, objectCreate(protoOf(Multiselect)));
|
|
6591
6591
|
}
|
|
6592
6592
|
protoOf(Option).t2s = function () {
|
|
6593
|
-
return this.
|
|
6593
|
+
return this.s38_1;
|
|
6594
6594
|
};
|
|
6595
6595
|
protoOf(Option)._getAnalyticsEvents = function (type) {
|
|
6596
6596
|
var tmp0_subject = type;
|
|
@@ -6599,7 +6599,7 @@
|
|
|
6599
6599
|
if (tmp0 === 3) {
|
|
6600
6600
|
var tmp$ret$2;
|
|
6601
6601
|
// Inline function 'kotlin.collections.filter' call
|
|
6602
|
-
var tmp1_filter = this.
|
|
6602
|
+
var tmp1_filter = this.r38_1;
|
|
6603
6603
|
var tmp$ret$1;
|
|
6604
6604
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6605
6605
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -6647,8 +6647,8 @@
|
|
|
6647
6647
|
}
|
|
6648
6648
|
function Companion_30() {
|
|
6649
6649
|
Companion_instance_30 = this;
|
|
6650
|
-
this.
|
|
6651
|
-
this.
|
|
6650
|
+
this.n39_1 = 'paragraph';
|
|
6651
|
+
this.o39_1 = 'fallback';
|
|
6652
6652
|
}
|
|
6653
6653
|
var Companion_instance_30;
|
|
6654
6654
|
function Companion_getInstance_33() {
|
|
@@ -6742,14 +6742,14 @@
|
|
|
6742
6742
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
6743
6743
|
tmp$ret$7 = tmp$ret$6;
|
|
6744
6744
|
tmp$ret$8 = tmp$ret$7;
|
|
6745
|
-
tmp_0.
|
|
6745
|
+
tmp_0.x39_1 = tmp$ret$8;
|
|
6746
6746
|
return $this;
|
|
6747
6747
|
}
|
|
6748
6748
|
function Paragraph_init_$Create$(parent, parser) {
|
|
6749
6749
|
return Paragraph_init_$Init$(parent, parser, objectCreate(protoOf(Paragraph)));
|
|
6750
6750
|
}
|
|
6751
6751
|
protoOf(Paragraph).t2s = function () {
|
|
6752
|
-
return this.
|
|
6752
|
+
return this.x39_1;
|
|
6753
6753
|
};
|
|
6754
6754
|
protoOf(Paragraph).c2t = function () {
|
|
6755
6755
|
var tmp$ret$3;
|
|
@@ -6942,7 +6942,7 @@
|
|
|
6942
6942
|
}
|
|
6943
6943
|
function Companion_31() {
|
|
6944
6944
|
Companion_instance_31 = this;
|
|
6945
|
-
this.
|
|
6945
|
+
this.y39_1 = 'resource';
|
|
6946
6946
|
}
|
|
6947
6947
|
var Companion_instance_31;
|
|
6948
6948
|
function Companion_getInstance_34() {
|
|
@@ -6957,8 +6957,8 @@
|
|
|
6957
6957
|
var tmp = get_XMLNS_MANIFEST();
|
|
6958
6958
|
Companion_getInstance_34();
|
|
6959
6959
|
parser.u2r(2, tmp, 'resource');
|
|
6960
|
-
$this.name = parser.
|
|
6961
|
-
$this.localName = parser.
|
|
6960
|
+
$this.name = parser.m2v(null, 'filename');
|
|
6961
|
+
$this.localName = parser.m2v(null, 'src');
|
|
6962
6962
|
skipTag(parser);
|
|
6963
6963
|
return $this;
|
|
6964
6964
|
}
|
|
@@ -6968,7 +6968,7 @@
|
|
|
6968
6968
|
protoOf(Resource).id = function () {
|
|
6969
6969
|
return this.name;
|
|
6970
6970
|
};
|
|
6971
|
-
protoOf(Resource).
|
|
6971
|
+
protoOf(Resource).z39 = function () {
|
|
6972
6972
|
return this.localName;
|
|
6973
6973
|
};
|
|
6974
6974
|
function Resource() {
|
|
@@ -6984,9 +6984,9 @@
|
|
|
6984
6984
|
var Mode_FIXED_instance;
|
|
6985
6985
|
function Companion_32() {
|
|
6986
6986
|
Companion_instance_32 = this;
|
|
6987
|
-
this.
|
|
6987
|
+
this.a3a_1 = Mode_AUTO_getInstance();
|
|
6988
6988
|
}
|
|
6989
|
-
protoOf(Companion_32).
|
|
6989
|
+
protoOf(Companion_32).b3a = function (_this__u8e3s4) {
|
|
6990
6990
|
var tmp0_subject = _this__u8e3s4;
|
|
6991
6991
|
switch (tmp0_subject) {
|
|
6992
6992
|
case 'auto':
|
|
@@ -7015,7 +7015,7 @@
|
|
|
7015
7015
|
}
|
|
7016
7016
|
function Companion_33() {
|
|
7017
7017
|
Companion_instance_33 = this;
|
|
7018
|
-
this.
|
|
7018
|
+
this.c3a_1 = 'spacer';
|
|
7019
7019
|
}
|
|
7020
7020
|
var Companion_instance_33;
|
|
7021
7021
|
function Companion_getInstance_36() {
|
|
@@ -7032,13 +7032,13 @@
|
|
|
7032
7032
|
parser.u2r(2, tmp, 'spacer');
|
|
7033
7033
|
var tmp_0 = $this;
|
|
7034
7034
|
var tmp0_safe_receiver = parser.o2t('mode');
|
|
7035
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().
|
|
7036
|
-
tmp_0.
|
|
7035
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_35().b3a(tmp0_safe_receiver);
|
|
7036
|
+
tmp_0.l3a_1 = tmp1_elvis_lhs == null ? Companion_getInstance_35().a3a_1 : tmp1_elvis_lhs;
|
|
7037
7037
|
var tmp_1 = $this;
|
|
7038
7038
|
var tmp2_safe_receiver = parser.o2t('height');
|
|
7039
7039
|
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : toIntOrNull(tmp2_safe_receiver);
|
|
7040
7040
|
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : coerceAtLeast(tmp3_safe_receiver, 0);
|
|
7041
|
-
tmp_1.
|
|
7041
|
+
tmp_1.m3a_1 = tmp4_elvis_lhs == null ? 0 : tmp4_elvis_lhs;
|
|
7042
7042
|
skipTag(parser);
|
|
7043
7043
|
return $this;
|
|
7044
7044
|
}
|
|
@@ -7061,7 +7061,7 @@
|
|
|
7061
7061
|
}
|
|
7062
7062
|
function Companion_34() {
|
|
7063
7063
|
Companion_instance_34 = this;
|
|
7064
|
-
this.
|
|
7064
|
+
this.n3a_1 = 1.0;
|
|
7065
7065
|
}
|
|
7066
7066
|
var Companion_instance_34;
|
|
7067
7067
|
function Companion_getInstance_37() {
|
|
@@ -7073,37 +7073,37 @@
|
|
|
7073
7073
|
}
|
|
7074
7074
|
function get_primaryColor_0(_this__u8e3s4) {
|
|
7075
7075
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7076
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7076
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.z2x();
|
|
7077
7077
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().c2q_1 : tmp1_elvis_lhs;
|
|
7078
7078
|
}
|
|
7079
7079
|
function get_multiselectOptionBackgroundColor_0(_this__u8e3s4) {
|
|
7080
7080
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7081
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7081
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.d2y();
|
|
7082
7082
|
return tmp1_elvis_lhs == null ? get_backgroundColor(get_manifest(_this__u8e3s4)) : tmp1_elvis_lhs;
|
|
7083
7083
|
}
|
|
7084
7084
|
function get_primaryTextColor_0(_this__u8e3s4) {
|
|
7085
7085
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7086
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7086
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a2y();
|
|
7087
7087
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().d2q_1 : tmp1_elvis_lhs;
|
|
7088
7088
|
}
|
|
7089
7089
|
function get_buttonStyle_0(_this__u8e3s4) {
|
|
7090
7090
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7091
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7091
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2y();
|
|
7092
7092
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().h2q_1 : tmp1_elvis_lhs;
|
|
7093
7093
|
}
|
|
7094
7094
|
function get_cardBackgroundColor_0(_this__u8e3s4) {
|
|
7095
7095
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7096
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7096
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2y();
|
|
7097
7097
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().e2q_1 : tmp1_elvis_lhs;
|
|
7098
7098
|
}
|
|
7099
7099
|
function get_textColor_0(_this__u8e3s4) {
|
|
7100
7100
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7101
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7101
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.x2x();
|
|
7102
7102
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().i2q_1 : tmp1_elvis_lhs;
|
|
7103
7103
|
}
|
|
7104
7104
|
function get_textScale_0(_this__u8e3s4) {
|
|
7105
7105
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7106
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7106
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2y();
|
|
7107
7107
|
var tmp;
|
|
7108
7108
|
if (tmp1_elvis_lhs == null) {
|
|
7109
7109
|
Companion_getInstance_37();
|
|
@@ -7115,7 +7115,7 @@
|
|
|
7115
7115
|
}
|
|
7116
7116
|
function get_textAlign_0(_this__u8e3s4) {
|
|
7117
7117
|
var tmp0_safe_receiver = _this__u8e3s4;
|
|
7118
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
7118
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g2y();
|
|
7119
7119
|
return tmp1_elvis_lhs == null ? Companion_getInstance_29().j2q_1 : tmp1_elvis_lhs;
|
|
7120
7120
|
}
|
|
7121
7121
|
function stylesOverride(_this__u8e3s4, textAlign, textColor, textScale) {
|
|
@@ -7133,22 +7133,22 @@
|
|
|
7133
7133
|
}
|
|
7134
7134
|
function StylesOverride(parent, _textAlign, _textColor, _textScale) {
|
|
7135
7135
|
BaseModel.call(this, parent);
|
|
7136
|
-
this.
|
|
7137
|
-
this.
|
|
7138
|
-
this.
|
|
7136
|
+
this.p3a_1 = _textAlign;
|
|
7137
|
+
this.q3a_1 = _textColor;
|
|
7138
|
+
this.r3a_1 = _textScale;
|
|
7139
7139
|
}
|
|
7140
|
-
protoOf(StylesOverride).
|
|
7141
|
-
var tmp0_safe_receiver = this.
|
|
7140
|
+
protoOf(StylesOverride).g2y = function () {
|
|
7141
|
+
var tmp0_safe_receiver = this.p3a_1;
|
|
7142
7142
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7143
7143
|
return tmp1_elvis_lhs == null ? get_textAlign.call(this) : tmp1_elvis_lhs;
|
|
7144
7144
|
};
|
|
7145
|
-
protoOf(StylesOverride).
|
|
7146
|
-
var tmp0_safe_receiver = this.
|
|
7145
|
+
protoOf(StylesOverride).x2x = function () {
|
|
7146
|
+
var tmp0_safe_receiver = this.q3a_1;
|
|
7147
7147
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver();
|
|
7148
7148
|
return tmp1_elvis_lhs == null ? get_textColor.call(this) : tmp1_elvis_lhs;
|
|
7149
7149
|
};
|
|
7150
|
-
protoOf(StylesOverride).
|
|
7151
|
-
return get_textScale.call(this) * this.
|
|
7150
|
+
protoOf(StylesOverride).f2y = function () {
|
|
7151
|
+
return get_textScale.call(this) * this.r3a_1;
|
|
7152
7152
|
};
|
|
7153
7153
|
defineProp(protoOf(StylesOverride), 'stylesParent', function () {
|
|
7154
7154
|
return this.a2t();
|
|
@@ -7159,7 +7159,7 @@
|
|
|
7159
7159
|
function Tab_init_$Init$(parent, parser, $this) {
|
|
7160
7160
|
BaseModel.call($this, parent);
|
|
7161
7161
|
Tab.call($this);
|
|
7162
|
-
$this.
|
|
7162
|
+
$this.t3a_1 = parent;
|
|
7163
7163
|
Companion_getInstance_59();
|
|
7164
7164
|
parser.u2r(2, get_XMLNS_CONTENT(), 'tab');
|
|
7165
7165
|
var tmp = $this;
|
|
@@ -7172,19 +7172,19 @@
|
|
|
7172
7172
|
} else {
|
|
7173
7173
|
var tmp$ret$0;
|
|
7174
7174
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
7175
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
7175
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_safe_receiver);
|
|
7176
7176
|
tmp_0 = tmp$ret$0;
|
|
7177
7177
|
}
|
|
7178
7178
|
var tmp1_safe_receiver = tmp_0;
|
|
7179
7179
|
var tmp0_orEmpty = tmp1_safe_receiver == null ? null : toSet_0(tmp1_safe_receiver);
|
|
7180
7180
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
7181
7181
|
tmp$ret$1 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
7182
|
-
tmp.
|
|
7182
|
+
tmp.u3a_1 = tmp$ret$1;
|
|
7183
7183
|
var tmp_1 = $this;
|
|
7184
7184
|
var tmp$ret$2;
|
|
7185
7185
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
7186
7186
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
7187
|
-
tmp_1.
|
|
7187
|
+
tmp_1.x3a_1 = tmp$ret$2;
|
|
7188
7188
|
var label = null;
|
|
7189
7189
|
var tmp_2 = $this;
|
|
7190
7190
|
var tmp$ret$10;
|
|
@@ -7223,7 +7223,7 @@
|
|
|
7223
7223
|
if (tmp1_subject === 'events') {
|
|
7224
7224
|
var tmp2_this = $this;
|
|
7225
7225
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
7226
|
-
var tmp0_plusAssign = tmp2_this.
|
|
7226
|
+
var tmp0_plusAssign = tmp2_this.x3a_1;
|
|
7227
7227
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
7228
7228
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
7229
7229
|
}
|
|
@@ -7279,8 +7279,8 @@
|
|
|
7279
7279
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
7280
7280
|
tmp$ret$9 = tmp$ret$8;
|
|
7281
7281
|
tmp$ret$10 = tmp$ret$9;
|
|
7282
|
-
tmp_2.
|
|
7283
|
-
$this.
|
|
7282
|
+
tmp_2.w3a_1 = tmp$ret$10;
|
|
7283
|
+
$this.v3a_1 = label;
|
|
7284
7284
|
return $this;
|
|
7285
7285
|
}
|
|
7286
7286
|
function Tab_init_$Create$(parent, parser) {
|
|
@@ -7288,7 +7288,7 @@
|
|
|
7288
7288
|
}
|
|
7289
7289
|
function Companion_35() {
|
|
7290
7290
|
Companion_instance_35 = this;
|
|
7291
|
-
this.
|
|
7291
|
+
this.y3a_1 = 'tabs';
|
|
7292
7292
|
}
|
|
7293
7293
|
var Companion_instance_35;
|
|
7294
7294
|
function Companion_getInstance_38() {
|
|
@@ -7342,14 +7342,14 @@
|
|
|
7342
7342
|
tmp$ret$0 = tmp0_apply;
|
|
7343
7343
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
7344
7344
|
tmp$ret$2 = tmp$ret$1;
|
|
7345
|
-
tmp_0.
|
|
7345
|
+
tmp_0.h3b_1 = tmp$ret$2;
|
|
7346
7346
|
return $this;
|
|
7347
7347
|
}
|
|
7348
7348
|
function Tabs_init_$Create$(parent, parser) {
|
|
7349
7349
|
return Tabs_init_$Init$(parent, parser, objectCreate(protoOf(Tabs)));
|
|
7350
7350
|
}
|
|
7351
7351
|
protoOf(Tab).t2s = function () {
|
|
7352
|
-
return this.
|
|
7352
|
+
return this.w3a_1;
|
|
7353
7353
|
};
|
|
7354
7354
|
protoOf(Tab)._getAnalyticsEvents = function (type) {
|
|
7355
7355
|
var tmp0_subject = type;
|
|
@@ -7358,7 +7358,7 @@
|
|
|
7358
7358
|
if (tmp0 === 3) {
|
|
7359
7359
|
var tmp$ret$2;
|
|
7360
7360
|
// Inline function 'kotlin.collections.filter' call
|
|
7361
|
-
var tmp1_filter = this.
|
|
7361
|
+
var tmp1_filter = this.x3a_1;
|
|
7362
7362
|
var tmp$ret$1;
|
|
7363
7363
|
// Inline function 'kotlin.collections.filterTo' call
|
|
7364
7364
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -7398,7 +7398,7 @@
|
|
|
7398
7398
|
protoOf(Tabs).c2t = function () {
|
|
7399
7399
|
var tmp$ret$6;
|
|
7400
7400
|
// Inline function 'kotlin.collections.flatMap' call
|
|
7401
|
-
var tmp1_flatMap = this.
|
|
7401
|
+
var tmp1_flatMap = this.h3b_1;
|
|
7402
7402
|
var tmp$ret$5;
|
|
7403
7403
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
7404
7404
|
var tmp0_flatMapTo = ArrayList_init_$Create$();
|
|
@@ -7444,7 +7444,7 @@
|
|
|
7444
7444
|
function Companion_36() {
|
|
7445
7445
|
Companion_instance_36 = this;
|
|
7446
7446
|
}
|
|
7447
|
-
protoOf(Companion_36).
|
|
7447
|
+
protoOf(Companion_36).i3b = function (_this__u8e3s4) {
|
|
7448
7448
|
var tmp0_subject = _this__u8e3s4;
|
|
7449
7449
|
switch (tmp0_subject) {
|
|
7450
7450
|
case 'start':
|
|
@@ -7510,7 +7510,7 @@
|
|
|
7510
7510
|
function Companion_37() {
|
|
7511
7511
|
Companion_instance_37 = this;
|
|
7512
7512
|
}
|
|
7513
|
-
protoOf(Companion_37).
|
|
7513
|
+
protoOf(Companion_37).j3b = function (_this__u8e3s4) {
|
|
7514
7514
|
var tmp$ret$3;
|
|
7515
7515
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
7516
7516
|
var tmp0_mapNotNullTo = get_REGEX_SEQUENCE_SEPARATOR().ec(_this__u8e3s4);
|
|
@@ -7576,9 +7576,9 @@
|
|
|
7576
7576
|
}
|
|
7577
7577
|
function Companion_38() {
|
|
7578
7578
|
Companion_instance_38 = this;
|
|
7579
|
-
this.
|
|
7580
|
-
this.
|
|
7581
|
-
this.
|
|
7579
|
+
this.k3b_1 = 'text';
|
|
7580
|
+
this.l3b_1 = 40;
|
|
7581
|
+
this.m3b_1 = 0;
|
|
7582
7582
|
}
|
|
7583
7583
|
var Companion_instance_38;
|
|
7584
7584
|
function Companion_getInstance_41() {
|
|
@@ -7595,10 +7595,10 @@
|
|
|
7595
7595
|
parser.u2r(2, tmp, 'text');
|
|
7596
7596
|
var tmp_0 = $this;
|
|
7597
7597
|
var tmp0_safe_receiver = parser.o2t('text-align');
|
|
7598
|
-
tmp_0.
|
|
7598
|
+
tmp_0.g37_1 = tmp0_safe_receiver == null ? null : Companion_getInstance_39().i3b(tmp0_safe_receiver);
|
|
7599
7599
|
var tmp_1 = $this;
|
|
7600
7600
|
var tmp1_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
7601
|
-
tmp_1.
|
|
7601
|
+
tmp_1.h37_1 = tmp1_safe_receiver == null ? null : toColorOrNull(tmp1_safe_receiver);
|
|
7602
7602
|
var tmp_2 = $this;
|
|
7603
7603
|
var tmp2_safe_receiver = parser.o2t(get_XML_TEXT_SCALE());
|
|
7604
7604
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : toDoubleOrNull(tmp2_safe_receiver);
|
|
@@ -7609,12 +7609,12 @@
|
|
|
7609
7609
|
} else {
|
|
7610
7610
|
tmp_3 = tmp3_elvis_lhs;
|
|
7611
7611
|
}
|
|
7612
|
-
tmp_2.
|
|
7612
|
+
tmp_2.i37_1 = tmp_3;
|
|
7613
7613
|
var tmp_4 = $this;
|
|
7614
7614
|
var tmp$ret$0;
|
|
7615
7615
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
7616
7616
|
var tmp4_safe_receiver = parser.o2t('text-style');
|
|
7617
|
-
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().
|
|
7617
|
+
var tmp0_orEmpty = tmp4_safe_receiver == null ? null : Companion_getInstance_40().j3b(tmp4_safe_receiver);
|
|
7618
7618
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
7619
7619
|
tmp$ret$0 = tmp0_elvis_lhs == null ? emptySet() : tmp0_elvis_lhs;
|
|
7620
7620
|
tmp_4.textStyles = tmp$ret$0;
|
|
@@ -7649,7 +7649,7 @@
|
|
|
7649
7649
|
tmp_8 = tmp7_elvis_lhs;
|
|
7650
7650
|
}
|
|
7651
7651
|
tmp_5.minimumLines = tmp_8;
|
|
7652
|
-
$this.
|
|
7652
|
+
$this.j37_1 = parser.o2t('start-image');
|
|
7653
7653
|
var tmp_9 = $this;
|
|
7654
7654
|
var tmp8_safe_receiver = parser.o2t('start-image-size');
|
|
7655
7655
|
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : toIntOrNull(tmp8_safe_receiver);
|
|
@@ -7661,7 +7661,7 @@
|
|
|
7661
7661
|
tmp_10 = tmp9_elvis_lhs;
|
|
7662
7662
|
}
|
|
7663
7663
|
tmp_9.startImageSize = tmp_10;
|
|
7664
|
-
$this.
|
|
7664
|
+
$this.k37_1 = parser.o2t('end-image');
|
|
7665
7665
|
var tmp_11 = $this;
|
|
7666
7666
|
var tmp10_safe_receiver = parser.o2t('end-image-size');
|
|
7667
7667
|
var tmp11_elvis_lhs = tmp10_safe_receiver == null ? null : toIntOrNull(tmp10_safe_receiver);
|
|
@@ -7673,7 +7673,7 @@
|
|
|
7673
7673
|
tmp_12 = tmp11_elvis_lhs;
|
|
7674
7674
|
}
|
|
7675
7675
|
tmp_11.endImageSize = tmp_12;
|
|
7676
|
-
$this.text = parser.
|
|
7676
|
+
$this.text = parser.n3b();
|
|
7677
7677
|
return $this;
|
|
7678
7678
|
}
|
|
7679
7679
|
function Text_init_$Create$(parent, parser) {
|
|
@@ -7698,18 +7698,18 @@
|
|
|
7698
7698
|
Content_init_$Init$_0(parent, VOID, VOID, VOID, VOID, VOID, VOID, VOID, $this);
|
|
7699
7699
|
Text.call($this);
|
|
7700
7700
|
$this.text = text;
|
|
7701
|
-
$this.
|
|
7702
|
-
$this.
|
|
7703
|
-
$this.
|
|
7701
|
+
$this.g37_1 = textAlign;
|
|
7702
|
+
$this.h37_1 = textColor;
|
|
7703
|
+
$this.i37_1 = textScale;
|
|
7704
7704
|
$this.textStyles = textStyles;
|
|
7705
7705
|
var tmp_0 = $this;
|
|
7706
7706
|
Companion_getInstance_41();
|
|
7707
7707
|
tmp_0.minimumLines = 0;
|
|
7708
|
-
$this.
|
|
7708
|
+
$this.j37_1 = startImage;
|
|
7709
7709
|
var tmp_1 = $this;
|
|
7710
7710
|
Companion_getInstance_41();
|
|
7711
7711
|
tmp_1.startImageSize = 40;
|
|
7712
|
-
$this.
|
|
7712
|
+
$this.k37_1 = endImage;
|
|
7713
7713
|
var tmp_2 = $this;
|
|
7714
7714
|
Companion_getInstance_41();
|
|
7715
7715
|
tmp_2.endImageSize = 40;
|
|
@@ -7755,46 +7755,46 @@
|
|
|
7755
7755
|
protoOf(Text).c1d = function () {
|
|
7756
7756
|
return this.text;
|
|
7757
7757
|
};
|
|
7758
|
-
protoOf(Text).
|
|
7759
|
-
var tmp0_elvis_lhs = this.
|
|
7758
|
+
protoOf(Text).g2y = function () {
|
|
7759
|
+
var tmp0_elvis_lhs = this.g37_1;
|
|
7760
7760
|
return tmp0_elvis_lhs == null ? get_textAlign_0(this.a2t()) : tmp0_elvis_lhs;
|
|
7761
7761
|
};
|
|
7762
|
-
protoOf(Text).
|
|
7763
|
-
var tmp0_elvis_lhs = this.
|
|
7762
|
+
protoOf(Text).x2x = function () {
|
|
7763
|
+
var tmp0_elvis_lhs = this.h37_1;
|
|
7764
7764
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
7765
7765
|
};
|
|
7766
|
-
protoOf(Text).
|
|
7767
|
-
return this.
|
|
7766
|
+
protoOf(Text).f2y = function () {
|
|
7767
|
+
return this.i37_1 * get_textScale_0(this.a2t());
|
|
7768
7768
|
};
|
|
7769
|
-
protoOf(Text).
|
|
7769
|
+
protoOf(Text).s3b = function () {
|
|
7770
7770
|
return this.textStyles;
|
|
7771
7771
|
};
|
|
7772
|
-
protoOf(Text).
|
|
7772
|
+
protoOf(Text).t3b = function () {
|
|
7773
7773
|
return this.minimumLines;
|
|
7774
7774
|
};
|
|
7775
|
+
protoOf(Text).u3b = function () {
|
|
7776
|
+
return this.j37_1;
|
|
7777
|
+
};
|
|
7775
7778
|
protoOf(Text).v3b = function () {
|
|
7776
|
-
return this.
|
|
7779
|
+
return getResource(this, this.j37_1);
|
|
7777
7780
|
};
|
|
7778
7781
|
protoOf(Text).w3b = function () {
|
|
7779
|
-
return
|
|
7782
|
+
return this.startImageSize;
|
|
7780
7783
|
};
|
|
7781
7784
|
protoOf(Text).x3b = function () {
|
|
7782
|
-
return this.
|
|
7785
|
+
return this.k37_1;
|
|
7783
7786
|
};
|
|
7784
7787
|
protoOf(Text).y3b = function () {
|
|
7785
|
-
return this.
|
|
7788
|
+
return getResource(this, this.k37_1);
|
|
7786
7789
|
};
|
|
7787
7790
|
protoOf(Text).z3b = function () {
|
|
7788
|
-
return getResource(this, this.l37_1);
|
|
7789
|
-
};
|
|
7790
|
-
protoOf(Text).a3c = function () {
|
|
7791
7791
|
return this.endImageSize;
|
|
7792
7792
|
};
|
|
7793
7793
|
function Text() {
|
|
7794
7794
|
Companion_getInstance_41();
|
|
7795
7795
|
}
|
|
7796
|
-
defineProp(protoOf(Text), 'startImage', protoOf(Text).
|
|
7797
|
-
defineProp(protoOf(Text), 'endImage', protoOf(Text).
|
|
7796
|
+
defineProp(protoOf(Text), 'startImage', protoOf(Text).v3b);
|
|
7797
|
+
defineProp(protoOf(Text), 'endImage', protoOf(Text).y3b);
|
|
7798
7798
|
defineProp(protoOf(Text), 'stylesParent', function () {
|
|
7799
7799
|
return this.a2t();
|
|
7800
7800
|
});
|
|
@@ -7937,7 +7937,7 @@
|
|
|
7937
7937
|
}
|
|
7938
7938
|
return tmp;
|
|
7939
7939
|
};
|
|
7940
|
-
protoOf(Companion_39).
|
|
7940
|
+
protoOf(Companion_39).j2y = function (_this__u8e3s4) {
|
|
7941
7941
|
var tmp;
|
|
7942
7942
|
try {
|
|
7943
7943
|
tmp = this.f2r(_this__u8e3s4);
|
|
@@ -8006,8 +8006,8 @@
|
|
|
8006
8006
|
return tmp0_elvis_lhs == null ? compareTo(_Version___get_version__impl__iv3bqm($this).i(), _Version___get_version__impl__iv3bqm(other).i()) : tmp0_elvis_lhs;
|
|
8007
8007
|
}
|
|
8008
8008
|
function Version__compareTo_impl_crux23_0($this, other) {
|
|
8009
|
-
var tmp = $this.
|
|
8010
|
-
return Version__compareTo_impl_crux23(tmp, other instanceof Version ? other.
|
|
8009
|
+
var tmp = $this.a3c_1;
|
|
8010
|
+
return Version__compareTo_impl_crux23(tmp, other instanceof Version ? other.a3c_1 : THROW_CCE());
|
|
8011
8011
|
}
|
|
8012
8012
|
function Version__toString_impl_cjmhtj($this) {
|
|
8013
8013
|
return joinToString(_Version___get_version__impl__iv3bqm($this), '.');
|
|
@@ -8018,37 +8018,37 @@
|
|
|
8018
8018
|
function Version__equals_impl_tebety($this, other) {
|
|
8019
8019
|
if (!(other instanceof Version))
|
|
8020
8020
|
return false;
|
|
8021
|
-
var tmp0_other_with_cast = other instanceof Version ? other.
|
|
8021
|
+
var tmp0_other_with_cast = other instanceof Version ? other.a3c_1 : THROW_CCE();
|
|
8022
8022
|
if (!equals($this, tmp0_other_with_cast))
|
|
8023
8023
|
return false;
|
|
8024
8024
|
return true;
|
|
8025
8025
|
}
|
|
8026
8026
|
function Version(version) {
|
|
8027
8027
|
Companion_getInstance_42();
|
|
8028
|
-
this.
|
|
8028
|
+
this.a3c_1 = version;
|
|
8029
8029
|
}
|
|
8030
|
-
protoOf(Version).
|
|
8031
|
-
return Version__compareTo_impl_crux23(this.
|
|
8030
|
+
protoOf(Version).b3c = function (other) {
|
|
8031
|
+
return Version__compareTo_impl_crux23(this.a3c_1, other);
|
|
8032
8032
|
};
|
|
8033
8033
|
protoOf(Version).a6 = function (other) {
|
|
8034
8034
|
return Version__compareTo_impl_crux23_0(this, other);
|
|
8035
8035
|
};
|
|
8036
8036
|
protoOf(Version).toString = function () {
|
|
8037
|
-
return Version__toString_impl_cjmhtj(this.
|
|
8037
|
+
return Version__toString_impl_cjmhtj(this.a3c_1);
|
|
8038
8038
|
};
|
|
8039
8039
|
protoOf(Version).hashCode = function () {
|
|
8040
|
-
return Version__hashCode_impl_yaseme(this.
|
|
8040
|
+
return Version__hashCode_impl_yaseme(this.a3c_1);
|
|
8041
8041
|
};
|
|
8042
8042
|
protoOf(Version).equals = function (other) {
|
|
8043
|
-
return Version__equals_impl_tebety(this.
|
|
8043
|
+
return Version__equals_impl_tebety(this.a3c_1, other);
|
|
8044
8044
|
};
|
|
8045
8045
|
var Provider_YOUTUBE_instance;
|
|
8046
8046
|
var Provider_UNKNOWN_instance;
|
|
8047
8047
|
function Companion_40() {
|
|
8048
8048
|
Companion_instance_40 = this;
|
|
8049
|
-
this.
|
|
8049
|
+
this.c3c_1 = Provider_UNKNOWN_getInstance();
|
|
8050
8050
|
}
|
|
8051
|
-
protoOf(Companion_40).
|
|
8051
|
+
protoOf(Companion_40).z35 = function (value) {
|
|
8052
8052
|
var tmp0_subject = value;
|
|
8053
8053
|
return tmp0_subject === 'youtube' ? Provider_YOUTUBE_getInstance() : null;
|
|
8054
8054
|
};
|
|
@@ -8070,10 +8070,10 @@
|
|
|
8070
8070
|
}
|
|
8071
8071
|
function Companion_41() {
|
|
8072
8072
|
Companion_instance_41 = this;
|
|
8073
|
-
this.
|
|
8074
|
-
this.
|
|
8075
|
-
this.
|
|
8076
|
-
this.
|
|
8073
|
+
this.d3c_1 = 'video';
|
|
8074
|
+
this.e3c_1 = new AspectRatio(16, 9);
|
|
8075
|
+
this.f3c_1 = Horizontal_CENTER_getInstance();
|
|
8076
|
+
this.g3c_1 = new Percent(1.0);
|
|
8077
8077
|
}
|
|
8078
8078
|
var Companion_instance_41;
|
|
8079
8079
|
function Companion_getInstance_44() {
|
|
@@ -8092,18 +8092,18 @@
|
|
|
8092
8092
|
Companion_getInstance_44();
|
|
8093
8093
|
parser.u2r(2, tmp, 'video');
|
|
8094
8094
|
var tmp_0 = $this;
|
|
8095
|
-
var tmp0_elvis_lhs = Companion_getInstance_43().
|
|
8096
|
-
tmp_0.
|
|
8097
|
-
$this.
|
|
8095
|
+
var tmp0_elvis_lhs = Companion_getInstance_43().z35(parser.o2t('provider'));
|
|
8096
|
+
tmp_0.p3c_1 = tmp0_elvis_lhs == null ? Companion_getInstance_43().c3c_1 : tmp0_elvis_lhs;
|
|
8097
|
+
$this.q3c_1 = parser.o2t('video-id');
|
|
8098
8098
|
var tmp_1 = $this;
|
|
8099
|
-
var tmp1_elvis_lhs = Companion_getInstance_8().
|
|
8100
|
-
tmp_1.
|
|
8099
|
+
var tmp1_elvis_lhs = Companion_getInstance_8().q2v(parser.o2t('aspect-ratio'));
|
|
8100
|
+
tmp_1.r3c_1 = tmp1_elvis_lhs == null ? Companion_getInstance_44().e3c_1 : tmp1_elvis_lhs;
|
|
8101
8101
|
var tmp_2 = $this;
|
|
8102
|
-
var tmp2_safe_receiver = Companion_getInstance_22().
|
|
8102
|
+
var tmp2_safe_receiver = Companion_getInstance_22().y2w(parser.o2t('gravity'));
|
|
8103
8103
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.horizontal;
|
|
8104
|
-
tmp_2.
|
|
8104
|
+
tmp_2.s3c_1 = tmp3_elvis_lhs == null ? Companion_getInstance_44().f3c_1 : tmp3_elvis_lhs;
|
|
8105
8105
|
var tmp_3 = $this;
|
|
8106
|
-
var tmp4_safe_receiver = Companion_getInstance_16().
|
|
8106
|
+
var tmp4_safe_receiver = Companion_getInstance_16().z2w(parser.o2t('width'));
|
|
8107
8107
|
var tmp_4;
|
|
8108
8108
|
if (tmp4_safe_receiver == null) {
|
|
8109
8109
|
tmp_4 = null;
|
|
@@ -8124,7 +8124,7 @@
|
|
|
8124
8124
|
tmp_4 = tmp$ret$1;
|
|
8125
8125
|
}
|
|
8126
8126
|
var tmp5_elvis_lhs = tmp_4;
|
|
8127
|
-
tmp_3.
|
|
8127
|
+
tmp_3.t3c_1 = tmp5_elvis_lhs == null ? Companion_getInstance_44().g3c_1 : tmp5_elvis_lhs;
|
|
8128
8128
|
skipTag(parser);
|
|
8129
8129
|
return $this;
|
|
8130
8130
|
}
|
|
@@ -8140,7 +8140,7 @@
|
|
|
8140
8140
|
return Provider_UNKNOWN_instance;
|
|
8141
8141
|
}
|
|
8142
8142
|
protoOf(Video).i2s = function () {
|
|
8143
|
-
return (protoOf(Content).i2s.call(this) ? true : this.
|
|
8143
|
+
return (protoOf(Content).i2s.call(this) ? true : this.p3c_1.equals(Provider_UNKNOWN_getInstance())) ? true : this.q3c_1 == null;
|
|
8144
8144
|
};
|
|
8145
8145
|
function Video() {
|
|
8146
8146
|
Companion_getInstance_44();
|
|
@@ -8194,12 +8194,12 @@
|
|
|
8194
8194
|
var tmp$ret$0;
|
|
8195
8195
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8196
8196
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8197
|
-
tmp_0.
|
|
8197
|
+
tmp_0.m3d_1 = tmp$ret$0;
|
|
8198
8198
|
var tmp_1 = $this;
|
|
8199
8199
|
var tmp$ret$1;
|
|
8200
8200
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8201
8201
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8202
|
-
tmp_1.
|
|
8202
|
+
tmp_1.n3d_1 = tmp$ret$1;
|
|
8203
8203
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8204
8204
|
$l$loop_4: while (true) {
|
|
8205
8205
|
var tmp_2 = parser.h();
|
|
@@ -8219,7 +8219,7 @@
|
|
|
8219
8219
|
if (tmp1_subject === 'events') {
|
|
8220
8220
|
var tmp2_this = $this;
|
|
8221
8221
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8222
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8222
|
+
var tmp0_plusAssign = tmp2_this.m3d_1;
|
|
8223
8223
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
8224
8224
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8225
8225
|
}
|
|
@@ -8228,7 +8228,7 @@
|
|
|
8228
8228
|
if (tmp3_subject === 'content') {
|
|
8229
8229
|
var tmp4_this = $this;
|
|
8230
8230
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8231
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8231
|
+
var tmp3_plusAssign = tmp4_this.n3d_1;
|
|
8232
8232
|
var tmp$ret$10;
|
|
8233
8233
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8234
8234
|
var tmp$ret$9;
|
|
@@ -8322,13 +8322,13 @@
|
|
|
8322
8322
|
function LessonPage_init_$Create$(manifest, fileName, parser) {
|
|
8323
8323
|
return LessonPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(LessonPage)));
|
|
8324
8324
|
}
|
|
8325
|
-
protoOf(LessonPage).
|
|
8326
|
-
return this.
|
|
8325
|
+
protoOf(LessonPage).o3d = function () {
|
|
8326
|
+
return this.m3d_1;
|
|
8327
8327
|
};
|
|
8328
8328
|
protoOf(LessonPage).t2s = function () {
|
|
8329
|
-
return this.
|
|
8329
|
+
return this.n3d_1;
|
|
8330
8330
|
};
|
|
8331
|
-
protoOf(LessonPage).
|
|
8331
|
+
protoOf(LessonPage).p3d = function (type) {
|
|
8332
8332
|
return type.equals(Type_LESSON_getInstance());
|
|
8333
8333
|
};
|
|
8334
8334
|
function LessonPage() {
|
|
@@ -8341,9 +8341,9 @@
|
|
|
8341
8341
|
});
|
|
8342
8342
|
function Companion_42() {
|
|
8343
8343
|
Companion_instance_42 = this;
|
|
8344
|
-
this.
|
|
8345
|
-
this.
|
|
8346
|
-
this.
|
|
8344
|
+
this.p3e_1 = 'card';
|
|
8345
|
+
this.q3e_1 = 'id';
|
|
8346
|
+
this.r3e_1 = 'content';
|
|
8347
8347
|
}
|
|
8348
8348
|
var Companion_instance_42;
|
|
8349
8349
|
function Companion_getInstance_45() {
|
|
@@ -8354,27 +8354,27 @@
|
|
|
8354
8354
|
function Card_init_$Init$_0(page, parser, $this) {
|
|
8355
8355
|
BaseModel.call($this, page);
|
|
8356
8356
|
Card_0.call($this);
|
|
8357
|
-
$this.
|
|
8357
|
+
$this.t3e_1 = page;
|
|
8358
8358
|
Companion_getInstance_59();
|
|
8359
8359
|
var tmp = get_XMLNS_PAGE();
|
|
8360
8360
|
Companion_getInstance_45();
|
|
8361
8361
|
parser.u2r(2, tmp, 'card');
|
|
8362
8362
|
var tmp_0 = $this;
|
|
8363
8363
|
Companion_getInstance_45();
|
|
8364
|
-
tmp_0.
|
|
8364
|
+
tmp_0.u3e_1 = parser.o2t('id');
|
|
8365
8365
|
var tmp_1 = $this;
|
|
8366
8366
|
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
8367
|
-
tmp_1.
|
|
8367
|
+
tmp_1.v3e_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
8368
8368
|
var tmp_2 = $this;
|
|
8369
8369
|
var tmp$ret$0;
|
|
8370
8370
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8371
8371
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8372
|
-
tmp_2.
|
|
8372
|
+
tmp_2.w3e_1 = tmp$ret$0;
|
|
8373
8373
|
var tmp_3 = $this;
|
|
8374
8374
|
var tmp$ret$1;
|
|
8375
8375
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8376
8376
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8377
|
-
tmp_3.
|
|
8377
|
+
tmp_3.x3e_1 = tmp$ret$1;
|
|
8378
8378
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8379
8379
|
$l$loop_4: while (true) {
|
|
8380
8380
|
var tmp_4 = parser.h();
|
|
@@ -8394,7 +8394,7 @@
|
|
|
8394
8394
|
if (tmp1_subject === 'events') {
|
|
8395
8395
|
var tmp2_this = $this;
|
|
8396
8396
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8397
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8397
|
+
var tmp0_plusAssign = tmp2_this.w3e_1;
|
|
8398
8398
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
8399
8399
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8400
8400
|
}
|
|
@@ -8404,7 +8404,7 @@
|
|
|
8404
8404
|
if (tmp3_subject === 'content') {
|
|
8405
8405
|
var tmp4_this = $this;
|
|
8406
8406
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8407
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8407
|
+
var tmp3_plusAssign = tmp4_this.x3e_1;
|
|
8408
8408
|
var tmp$ret$10;
|
|
8409
8409
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8410
8410
|
var tmp$ret$9;
|
|
@@ -8500,7 +8500,7 @@
|
|
|
8500
8500
|
}
|
|
8501
8501
|
function Companion_43() {
|
|
8502
8502
|
Companion_instance_43 = this;
|
|
8503
|
-
this.
|
|
8503
|
+
this.y3e_1 = 'cardcollection';
|
|
8504
8504
|
}
|
|
8505
8505
|
var Companion_instance_43;
|
|
8506
8506
|
function Companion_getInstance_46() {
|
|
@@ -8517,17 +8517,17 @@
|
|
|
8517
8517
|
parser.u2r(2, tmp, 'page');
|
|
8518
8518
|
var tmp_0 = Companion_getInstance_48();
|
|
8519
8519
|
Companion_getInstance_46();
|
|
8520
|
-
tmp_0.
|
|
8520
|
+
tmp_0.z3e(parser, 'cardcollection');
|
|
8521
8521
|
var tmp_1 = $this;
|
|
8522
8522
|
var tmp$ret$0;
|
|
8523
8523
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8524
8524
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8525
|
-
tmp_1.
|
|
8525
|
+
tmp_1.s3f_1 = tmp$ret$0;
|
|
8526
8526
|
var tmp_2 = $this;
|
|
8527
8527
|
var tmp$ret$1;
|
|
8528
8528
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8529
8529
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8530
|
-
tmp_2.
|
|
8530
|
+
tmp_2.t3f_1 = tmp$ret$1;
|
|
8531
8531
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8532
8532
|
$l$loop_1: while (true) {
|
|
8533
8533
|
var tmp_3 = parser.h();
|
|
@@ -8547,7 +8547,7 @@
|
|
|
8547
8547
|
if (tmp1_subject === 'events') {
|
|
8548
8548
|
var tmp2_this = $this;
|
|
8549
8549
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8550
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8550
|
+
var tmp0_plusAssign = tmp2_this.s3f_1;
|
|
8551
8551
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
8552
8552
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8553
8553
|
}
|
|
@@ -8556,7 +8556,7 @@
|
|
|
8556
8556
|
if (tmp3_subject === 'cards') {
|
|
8557
8557
|
var tmp4_this = $this;
|
|
8558
8558
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8559
|
-
var tmp2_plusAssign = tmp4_this.
|
|
8559
|
+
var tmp2_plusAssign = tmp4_this.t3f_1;
|
|
8560
8560
|
var tmp3_plusAssign = parseCards($this, parser);
|
|
8561
8561
|
addAll(tmp2_plusAssign, tmp3_plusAssign);
|
|
8562
8562
|
}
|
|
@@ -8618,7 +8618,7 @@
|
|
|
8618
8618
|
return tmp$ret$2;
|
|
8619
8619
|
}
|
|
8620
8620
|
protoOf(Card_0).t2s = function () {
|
|
8621
|
-
return this.
|
|
8621
|
+
return this.x3e_1;
|
|
8622
8622
|
};
|
|
8623
8623
|
protoOf(Card_0)._getAnalyticsEvents = function (type) {
|
|
8624
8624
|
var tmp0_subject = type;
|
|
@@ -8628,7 +8628,7 @@
|
|
|
8628
8628
|
case 1:
|
|
8629
8629
|
var tmp$ret$2;
|
|
8630
8630
|
// Inline function 'kotlin.collections.filter' call
|
|
8631
|
-
var tmp1_filter = this.
|
|
8631
|
+
var tmp1_filter = this.w3e_1;
|
|
8632
8632
|
var tmp$ret$1;
|
|
8633
8633
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8634
8634
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -8650,7 +8650,7 @@
|
|
|
8650
8650
|
case 2:
|
|
8651
8651
|
var tmp$ret$5;
|
|
8652
8652
|
// Inline function 'kotlin.collections.filter' call
|
|
8653
|
-
var tmp3_filter = this.
|
|
8653
|
+
var tmp3_filter = this.w3e_1;
|
|
8654
8654
|
var tmp$ret$4;
|
|
8655
8655
|
// Inline function 'kotlin.collections.filterTo' call
|
|
8656
8656
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -8690,10 +8690,10 @@
|
|
|
8690
8690
|
defineProp(protoOf(Card_0), 'content', function () {
|
|
8691
8691
|
return this.b2t();
|
|
8692
8692
|
});
|
|
8693
|
-
protoOf(CardCollectionPage).
|
|
8694
|
-
return this.
|
|
8693
|
+
protoOf(CardCollectionPage).o3d = function () {
|
|
8694
|
+
return this.s3f_1;
|
|
8695
8695
|
};
|
|
8696
|
-
protoOf(CardCollectionPage).
|
|
8696
|
+
protoOf(CardCollectionPage).p3d = function (type) {
|
|
8697
8697
|
return type.equals(Type_CYOA_getInstance());
|
|
8698
8698
|
};
|
|
8699
8699
|
function CardCollectionPage() {
|
|
@@ -8729,7 +8729,7 @@
|
|
|
8729
8729
|
}
|
|
8730
8730
|
function Companion_44() {
|
|
8731
8731
|
Companion_instance_44 = this;
|
|
8732
|
-
this.
|
|
8732
|
+
this.u3f_1 = 'content';
|
|
8733
8733
|
}
|
|
8734
8734
|
var Companion_instance_44;
|
|
8735
8735
|
function Companion_getInstance_47() {
|
|
@@ -8746,17 +8746,17 @@
|
|
|
8746
8746
|
parser.u2r(2, tmp, 'page');
|
|
8747
8747
|
var tmp_0 = Companion_getInstance_48();
|
|
8748
8748
|
Companion_getInstance_47();
|
|
8749
|
-
tmp_0.
|
|
8749
|
+
tmp_0.z3e(parser, 'content');
|
|
8750
8750
|
var tmp_1 = $this;
|
|
8751
8751
|
var tmp$ret$0;
|
|
8752
8752
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8753
8753
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
8754
|
-
tmp_1.
|
|
8754
|
+
tmp_1.n3g_1 = tmp$ret$0;
|
|
8755
8755
|
var tmp_2 = $this;
|
|
8756
8756
|
var tmp$ret$1;
|
|
8757
8757
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
8758
8758
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
8759
|
-
tmp_2.
|
|
8759
|
+
tmp_2.o3g_1 = tmp$ret$1;
|
|
8760
8760
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
8761
8761
|
$l$loop_4: while (true) {
|
|
8762
8762
|
var tmp_3 = parser.h();
|
|
@@ -8776,7 +8776,7 @@
|
|
|
8776
8776
|
if (tmp1_subject === 'events') {
|
|
8777
8777
|
var tmp2_this = $this;
|
|
8778
8778
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8779
|
-
var tmp0_plusAssign = tmp2_this.
|
|
8779
|
+
var tmp0_plusAssign = tmp2_this.n3g_1;
|
|
8780
8780
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
8781
8781
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
8782
8782
|
}
|
|
@@ -8785,7 +8785,7 @@
|
|
|
8785
8785
|
if (tmp3_subject === 'content') {
|
|
8786
8786
|
var tmp4_this = $this;
|
|
8787
8787
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
8788
|
-
var tmp3_plusAssign = tmp4_this.
|
|
8788
|
+
var tmp3_plusAssign = tmp4_this.o3g_1;
|
|
8789
8789
|
var tmp$ret$10;
|
|
8790
8790
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
8791
8791
|
var tmp$ret$9;
|
|
@@ -8879,13 +8879,13 @@
|
|
|
8879
8879
|
function ContentPage_init_$Create$(manifest, fileName, parser) {
|
|
8880
8880
|
return ContentPage_init_$Init$(manifest, fileName, parser, objectCreate(protoOf(ContentPage)));
|
|
8881
8881
|
}
|
|
8882
|
-
protoOf(ContentPage).
|
|
8883
|
-
return this.
|
|
8882
|
+
protoOf(ContentPage).o3d = function () {
|
|
8883
|
+
return this.n3g_1;
|
|
8884
8884
|
};
|
|
8885
8885
|
protoOf(ContentPage).t2s = function () {
|
|
8886
|
-
return this.
|
|
8886
|
+
return this.o3g_1;
|
|
8887
8887
|
};
|
|
8888
|
-
protoOf(ContentPage).
|
|
8888
|
+
protoOf(ContentPage).p3d = function (type) {
|
|
8889
8889
|
return type.equals(Type_CYOA_getInstance());
|
|
8890
8890
|
};
|
|
8891
8891
|
function ContentPage() {
|
|
@@ -8899,16 +8899,16 @@
|
|
|
8899
8899
|
});
|
|
8900
8900
|
function Companion_45() {
|
|
8901
8901
|
Companion_instance_45 = this;
|
|
8902
|
-
this.
|
|
8902
|
+
this.e33_1 = 'page';
|
|
8903
8903
|
var tmp = this;
|
|
8904
8904
|
var tmp$ret$0;
|
|
8905
8905
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.color' call
|
|
8906
8906
|
tmp$ret$0 = toPlatformColor(Companion_getInstance_0().k2j(0 / 255.0, 0 / 255.0, 0 / 255.0, 0.0));
|
|
8907
|
-
tmp.
|
|
8908
|
-
this.
|
|
8909
|
-
this.
|
|
8907
|
+
tmp.f33_1 = tmp$ret$0;
|
|
8908
|
+
this.g33_1 = Companion_getInstance_22().CENTER;
|
|
8909
|
+
this.h33_1 = ImageScaleType_FILL_X_getInstance();
|
|
8910
8910
|
}
|
|
8911
|
-
protoOf(Companion_45).
|
|
8911
|
+
protoOf(Companion_45).i33 = function (manifest, fileName, parser) {
|
|
8912
8912
|
Companion_getInstance_59();
|
|
8913
8913
|
parser.u2r(2, null, 'page');
|
|
8914
8914
|
var tmp0_subject = parser.w2r();
|
|
@@ -8918,7 +8918,7 @@
|
|
|
8918
8918
|
} else if (tmp0_subject === get_XMLNS_TRACT()) {
|
|
8919
8919
|
tmp = TractPage_init_$Create$(manifest, fileName, parser);
|
|
8920
8920
|
} else if (tmp0_subject === get_XMLNS_PAGE()) {
|
|
8921
|
-
var type = parser.
|
|
8921
|
+
var type = parser.m2v(get_XMLNS_XSI(), 'type');
|
|
8922
8922
|
var tmp_0;
|
|
8923
8923
|
Companion_getInstance_46();
|
|
8924
8924
|
if (type === 'cardcollection') {
|
|
@@ -8950,7 +8950,7 @@
|
|
|
8950
8950
|
var tmp_2;
|
|
8951
8951
|
var tmp$ret$0;
|
|
8952
8952
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.page.Companion.parse.<anonymous>' call
|
|
8953
|
-
tmp$ret$0 = tmp1_safe_receiver.
|
|
8953
|
+
tmp$ret$0 = tmp1_safe_receiver.p3d(manifest.type);
|
|
8954
8954
|
if (tmp$ret$0) {
|
|
8955
8955
|
tmp_2 = tmp1_safe_receiver;
|
|
8956
8956
|
} else {
|
|
@@ -8961,8 +8961,8 @@
|
|
|
8961
8961
|
}
|
|
8962
8962
|
return tmp_1;
|
|
8963
8963
|
};
|
|
8964
|
-
protoOf(Companion_45).
|
|
8965
|
-
var actual = _this__u8e3s4.
|
|
8964
|
+
protoOf(Companion_45).z3e = function (_this__u8e3s4, type) {
|
|
8965
|
+
var actual = _this__u8e3s4.m2v(get_XMLNS_XSI(), 'type');
|
|
8966
8966
|
if (!(type === actual))
|
|
8967
8967
|
throw new XmlPullParserException('expected ' + type + ' not ' + actual);
|
|
8968
8968
|
};
|
|
@@ -8978,9 +8978,9 @@
|
|
|
8978
8978
|
Companion_getInstance_59();
|
|
8979
8979
|
Companion_getInstance_48();
|
|
8980
8980
|
parser.u2r(2, null, 'page');
|
|
8981
|
-
$this.
|
|
8982
|
-
$this.
|
|
8983
|
-
$this.
|
|
8981
|
+
$this.t3d_1 = parser.o2t('id');
|
|
8982
|
+
$this.u3d_1 = fileName;
|
|
8983
|
+
$this.v3d_1 = parser.m2v(get_XMLNS_CYOA(), 'parent');
|
|
8984
8984
|
var tmp = $this;
|
|
8985
8985
|
var tmp0_safe_receiver = parser.o2t('hidden');
|
|
8986
8986
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
@@ -8989,54 +8989,54 @@
|
|
|
8989
8989
|
var tmp$ret$0;
|
|
8990
8990
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
8991
8991
|
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
8992
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
8992
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
8993
8993
|
tmp_0.listeners = toSet_0(tmp$ret$0);
|
|
8994
8994
|
var tmp_1 = $this;
|
|
8995
8995
|
var tmp$ret$1;
|
|
8996
8996
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
8997
8997
|
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
8998
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
8998
|
+
tmp$ret$1 = Companion_getInstance_17().n2v(tmp1_toEventIds);
|
|
8999
8999
|
tmp_1.dismissListeners = toSet_0(tmp$ret$1);
|
|
9000
9000
|
var tmp_2 = $this;
|
|
9001
9001
|
var tmp2_safe_receiver = parser.o2t(get_XML_PRIMARY_COLOR());
|
|
9002
|
-
tmp_2.
|
|
9002
|
+
tmp_2.w3d_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
9003
9003
|
var tmp_3 = $this;
|
|
9004
9004
|
var tmp3_safe_receiver = parser.o2t(get_XML_PRIMARY_TEXT_COLOR());
|
|
9005
|
-
tmp_3.
|
|
9005
|
+
tmp_3.x3d_1 = tmp3_safe_receiver == null ? null : toColorOrNull(tmp3_safe_receiver);
|
|
9006
9006
|
var tmp_4 = $this;
|
|
9007
9007
|
var tmp4_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
9008
9008
|
var tmp5_elvis_lhs = tmp4_safe_receiver == null ? null : toColorOrNull(tmp4_safe_receiver);
|
|
9009
|
-
tmp_4.
|
|
9010
|
-
$this.
|
|
9009
|
+
tmp_4.y3d_1 = tmp5_elvis_lhs == null ? Companion_getInstance_48().f33_1 : tmp5_elvis_lhs;
|
|
9010
|
+
$this.z3d_1 = parser.o2t(get_XML_BACKGROUND_IMAGE());
|
|
9011
9011
|
var tmp_5 = $this;
|
|
9012
9012
|
var tmp6_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
9013
|
-
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().
|
|
9014
|
-
tmp_5.
|
|
9013
|
+
var tmp7_elvis_lhs = tmp6_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp6_safe_receiver);
|
|
9014
|
+
tmp_5.a3e_1 = tmp7_elvis_lhs == null ? Companion_getInstance_48().g33_1 : tmp7_elvis_lhs;
|
|
9015
9015
|
var tmp_6 = $this;
|
|
9016
9016
|
var tmp8_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
9017
|
-
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().
|
|
9018
|
-
tmp_6.
|
|
9017
|
+
var tmp9_elvis_lhs = tmp8_safe_receiver == null ? null : Companion_getInstance_24().j31(tmp8_safe_receiver);
|
|
9018
|
+
tmp_6.b3e_1 = tmp9_elvis_lhs == null ? Companion_getInstance_48().h33_1 : tmp9_elvis_lhs;
|
|
9019
9019
|
var tmp_7 = $this;
|
|
9020
9020
|
var tmp10_safe_receiver = parser.o2t(get_XML_CONTROL_COLOR());
|
|
9021
|
-
tmp_7.
|
|
9021
|
+
tmp_7.c3e_1 = tmp10_safe_receiver == null ? null : toColorOrNull(tmp10_safe_receiver);
|
|
9022
9022
|
var tmp_8 = $this;
|
|
9023
9023
|
var tmp_9 = get_XMLNS_CONTENT();
|
|
9024
9024
|
Companion_getInstance_12();
|
|
9025
|
-
var tmp11_safe_receiver = parser.
|
|
9026
|
-
tmp_8.
|
|
9025
|
+
var tmp11_safe_receiver = parser.m2v(tmp_9, 'card-background-color');
|
|
9026
|
+
tmp_8.d3e_1 = tmp11_safe_receiver == null ? null : toColorOrNull(tmp11_safe_receiver);
|
|
9027
9027
|
var tmp_10 = $this;
|
|
9028
9028
|
var tmp_11 = get_XMLNS_CONTENT();
|
|
9029
9029
|
Companion_getInstance_32();
|
|
9030
|
-
var tmp12_safe_receiver = parser.
|
|
9031
|
-
tmp_10.
|
|
9030
|
+
var tmp12_safe_receiver = parser.m2v(tmp_11, 'multiselect-option-background-color');
|
|
9031
|
+
tmp_10.e3e_1 = tmp12_safe_receiver == null ? null : toColorOrNull(tmp12_safe_receiver);
|
|
9032
9032
|
var tmp_12 = $this;
|
|
9033
9033
|
var tmp_13 = get_XMLNS_CONTENT();
|
|
9034
9034
|
Companion_getInstance_32();
|
|
9035
|
-
var tmp13_safe_receiver = parser.
|
|
9036
|
-
tmp_12.
|
|
9035
|
+
var tmp13_safe_receiver = parser.m2v(tmp_13, 'multiselect-option-selected-color');
|
|
9036
|
+
tmp_12.f3e_1 = tmp13_safe_receiver == null ? null : toColorOrNull(tmp13_safe_receiver);
|
|
9037
9037
|
var tmp_14 = $this;
|
|
9038
9038
|
var tmp14_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
9039
|
-
tmp_14.
|
|
9039
|
+
tmp_14.g3e_1 = tmp14_safe_receiver == null ? null : toColorOrNull(tmp14_safe_receiver);
|
|
9040
9040
|
var tmp_15 = $this;
|
|
9041
9041
|
var tmp15_safe_receiver = parser.o2t(get_XML_TEXT_SCALE());
|
|
9042
9042
|
var tmp16_elvis_lhs = tmp15_safe_receiver == null ? null : toDoubleOrNull(tmp15_safe_receiver);
|
|
@@ -9047,7 +9047,7 @@
|
|
|
9047
9047
|
} else {
|
|
9048
9048
|
tmp_16 = tmp16_elvis_lhs;
|
|
9049
9049
|
}
|
|
9050
|
-
tmp_15.
|
|
9050
|
+
tmp_15.h3e_1 = tmp_16;
|
|
9051
9051
|
return $this;
|
|
9052
9052
|
}
|
|
9053
9053
|
function Page_init_$Init$_0(manifest, id, fileName, parentPage, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, controlColor, cardBackgroundColor, textColor, textScale, $this) {
|
|
@@ -9056,10 +9056,10 @@
|
|
|
9056
9056
|
fileName = fileName === VOID ? null : fileName;
|
|
9057
9057
|
parentPage = parentPage === VOID ? null : parentPage;
|
|
9058
9058
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
9059
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
9059
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().f33_1 : backgroundColor;
|
|
9060
9060
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
9061
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
9062
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
9061
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().g33_1 : backgroundImageGravity;
|
|
9062
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().h33_1 : backgroundImageScaleType;
|
|
9063
9063
|
controlColor = controlColor === VOID ? null : controlColor;
|
|
9064
9064
|
cardBackgroundColor = cardBackgroundColor === VOID ? null : cardBackgroundColor;
|
|
9065
9065
|
textColor = textColor === VOID ? null : textColor;
|
|
@@ -9073,30 +9073,30 @@
|
|
|
9073
9073
|
textScale = tmp;
|
|
9074
9074
|
BaseModel.call($this, manifest);
|
|
9075
9075
|
Page.call($this);
|
|
9076
|
-
$this.
|
|
9077
|
-
$this.
|
|
9078
|
-
$this.
|
|
9076
|
+
$this.t3d_1 = id;
|
|
9077
|
+
$this.u3d_1 = fileName;
|
|
9078
|
+
$this.v3d_1 = parentPage;
|
|
9079
9079
|
$this.isHidden = false;
|
|
9080
9080
|
$this.listeners = emptySet();
|
|
9081
9081
|
$this.dismissListeners = emptySet();
|
|
9082
|
-
$this.
|
|
9083
|
-
$this.
|
|
9084
|
-
$this.
|
|
9085
|
-
$this.
|
|
9086
|
-
$this.
|
|
9087
|
-
$this.
|
|
9088
|
-
$this.
|
|
9089
|
-
$this.
|
|
9082
|
+
$this.w3d_1 = primaryColor;
|
|
9083
|
+
$this.x3d_1 = null;
|
|
9084
|
+
$this.y3d_1 = backgroundColor;
|
|
9085
|
+
$this.z3d_1 = backgroundImage;
|
|
9086
|
+
$this.a3e_1 = backgroundImageGravity;
|
|
9087
|
+
$this.b3e_1 = backgroundImageScaleType;
|
|
9088
|
+
$this.c3e_1 = controlColor;
|
|
9089
|
+
$this.d3e_1 = cardBackgroundColor;
|
|
9090
|
+
$this.e3e_1 = null;
|
|
9090
9091
|
$this.f3e_1 = null;
|
|
9091
|
-
$this.g3e_1 =
|
|
9092
|
-
$this.h3e_1 =
|
|
9093
|
-
$this.i3e_1 = textScale;
|
|
9092
|
+
$this.g3e_1 = textColor;
|
|
9093
|
+
$this.h3e_1 = textScale;
|
|
9094
9094
|
return $this;
|
|
9095
9095
|
}
|
|
9096
9096
|
function Page$id$delegate$lambda(this$0) {
|
|
9097
9097
|
return function () {
|
|
9098
|
-
var tmp0_elvis_lhs = this$0.
|
|
9099
|
-
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.
|
|
9098
|
+
var tmp0_elvis_lhs = this$0.t3d_1;
|
|
9099
|
+
var tmp1_elvis_lhs = tmp0_elvis_lhs == null ? this$0.u3d_1 : tmp0_elvis_lhs;
|
|
9100
9100
|
return tmp1_elvis_lhs == null ? '' + this$0.a2p().code + '-' + this$0.position : tmp1_elvis_lhs;
|
|
9101
9101
|
};
|
|
9102
9102
|
}
|
|
@@ -9105,80 +9105,80 @@
|
|
|
9105
9105
|
return this$0.a2p()._pages.l1(this$0);
|
|
9106
9106
|
};
|
|
9107
9107
|
}
|
|
9108
|
-
protoOf(Page).
|
|
9108
|
+
protoOf(Page).p2u = function () {
|
|
9109
9109
|
var tmp$ret$0;
|
|
9110
9110
|
// Inline function 'kotlin.getValue' call
|
|
9111
9111
|
var tmp0_getValue = id$factory();
|
|
9112
|
-
tmp$ret$0 = this.
|
|
9112
|
+
tmp$ret$0 = this.r3d_1.o1();
|
|
9113
9113
|
return tmp$ret$0;
|
|
9114
9114
|
};
|
|
9115
|
-
protoOf(Page).
|
|
9115
|
+
protoOf(Page).i3e = function () {
|
|
9116
9116
|
var tmp$ret$0;
|
|
9117
9117
|
// Inline function 'kotlin.getValue' call
|
|
9118
9118
|
var tmp0_getValue = position$factory();
|
|
9119
|
-
tmp$ret$0 = this.
|
|
9119
|
+
tmp$ret$0 = this.s3d_1.o1();
|
|
9120
9120
|
return tmp$ret$0;
|
|
9121
9121
|
};
|
|
9122
|
+
protoOf(Page).j3e = function () {
|
|
9123
|
+
return this.u3d_1;
|
|
9124
|
+
};
|
|
9122
9125
|
protoOf(Page).k3e = function () {
|
|
9123
|
-
return this.v3d_1;
|
|
9126
|
+
return this.a2p().findPage(this.v3d_1);
|
|
9124
9127
|
};
|
|
9125
9128
|
protoOf(Page).l3e = function () {
|
|
9126
|
-
return this.a2p().findPage(this.w3d_1);
|
|
9127
|
-
};
|
|
9128
|
-
protoOf(Page).m3e = function () {
|
|
9129
9129
|
return this.isHidden;
|
|
9130
9130
|
};
|
|
9131
|
-
protoOf(Page).
|
|
9131
|
+
protoOf(Page).m3e = function () {
|
|
9132
9132
|
return this.listeners;
|
|
9133
9133
|
};
|
|
9134
|
-
protoOf(Page).
|
|
9134
|
+
protoOf(Page).p36 = function () {
|
|
9135
9135
|
return this.dismissListeners;
|
|
9136
9136
|
};
|
|
9137
|
-
protoOf(Page).
|
|
9138
|
-
var tmp0_elvis_lhs = this.
|
|
9137
|
+
protoOf(Page).z2x = function () {
|
|
9138
|
+
var tmp0_elvis_lhs = this.w3d_1;
|
|
9139
9139
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
9140
9140
|
};
|
|
9141
|
-
protoOf(Page).
|
|
9142
|
-
var tmp0_elvis_lhs = this.
|
|
9141
|
+
protoOf(Page).a2y = function () {
|
|
9142
|
+
var tmp0_elvis_lhs = this.x3d_1;
|
|
9143
9143
|
return tmp0_elvis_lhs == null ? get_primaryTextColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
9144
9144
|
};
|
|
9145
|
-
protoOf(Page).
|
|
9145
|
+
protoOf(Page).s36 = function () {
|
|
9146
|
+
return this.y3d_1;
|
|
9147
|
+
};
|
|
9148
|
+
protoOf(Page).n3e = function () {
|
|
9146
9149
|
return this.z3d_1;
|
|
9147
9150
|
};
|
|
9148
|
-
protoOf(Page).
|
|
9149
|
-
return this.
|
|
9151
|
+
protoOf(Page).t36 = function () {
|
|
9152
|
+
return getResource(this, this.z3d_1);
|
|
9150
9153
|
};
|
|
9151
9154
|
protoOf(Page).u36 = function () {
|
|
9152
|
-
return
|
|
9155
|
+
return this.a3e_1;
|
|
9153
9156
|
};
|
|
9154
9157
|
protoOf(Page).v36 = function () {
|
|
9155
9158
|
return this.b3e_1;
|
|
9156
9159
|
};
|
|
9157
|
-
protoOf(Page).
|
|
9158
|
-
|
|
9160
|
+
protoOf(Page).o3e = function () {
|
|
9161
|
+
var tmp0_elvis_lhs = this.c3e_1;
|
|
9162
|
+
return tmp0_elvis_lhs == null ? this.a2p().b2u_1 : tmp0_elvis_lhs;
|
|
9159
9163
|
};
|
|
9160
|
-
protoOf(Page).
|
|
9164
|
+
protoOf(Page).c2y = function () {
|
|
9161
9165
|
var tmp0_elvis_lhs = this.d3e_1;
|
|
9162
|
-
return tmp0_elvis_lhs == null ? this.a2p().
|
|
9166
|
+
return tmp0_elvis_lhs == null ? this.a2p().c2y() : tmp0_elvis_lhs;
|
|
9163
9167
|
};
|
|
9164
9168
|
protoOf(Page).d2y = function () {
|
|
9165
9169
|
var tmp0_elvis_lhs = this.e3e_1;
|
|
9166
|
-
return tmp0_elvis_lhs == null ?
|
|
9170
|
+
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
9167
9171
|
};
|
|
9168
9172
|
protoOf(Page).e2y = function () {
|
|
9169
9173
|
var tmp0_elvis_lhs = this.f3e_1;
|
|
9170
|
-
return tmp0_elvis_lhs == null ? get_multiselectOptionBackgroundColor.call(this) : tmp0_elvis_lhs;
|
|
9171
|
-
};
|
|
9172
|
-
protoOf(Page).f2y = function () {
|
|
9173
|
-
var tmp0_elvis_lhs = this.g3e_1;
|
|
9174
9174
|
return tmp0_elvis_lhs == null ? get_multiselectOptionSelectedColor.call(this) : tmp0_elvis_lhs;
|
|
9175
9175
|
};
|
|
9176
|
-
protoOf(Page).
|
|
9177
|
-
var tmp0_elvis_lhs = this.
|
|
9176
|
+
protoOf(Page).x2x = function () {
|
|
9177
|
+
var tmp0_elvis_lhs = this.g3e_1;
|
|
9178
9178
|
return tmp0_elvis_lhs == null ? get_textColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
9179
9179
|
};
|
|
9180
|
-
protoOf(Page).
|
|
9181
|
-
return this.
|
|
9180
|
+
protoOf(Page).f2y = function () {
|
|
9181
|
+
return this.h3e_1 * get_textScale_0(this.a2t());
|
|
9182
9182
|
};
|
|
9183
9183
|
protoOf(Page)._getAnalyticsEvents = function (type) {
|
|
9184
9184
|
var tmp0_subject = type;
|
|
@@ -9188,7 +9188,7 @@
|
|
|
9188
9188
|
case 1:
|
|
9189
9189
|
var tmp$ret$2;
|
|
9190
9190
|
// Inline function 'kotlin.collections.filter' call
|
|
9191
|
-
var tmp1_filter = this.
|
|
9191
|
+
var tmp1_filter = this.o3d();
|
|
9192
9192
|
var tmp$ret$1;
|
|
9193
9193
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9194
9194
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -9210,7 +9210,7 @@
|
|
|
9210
9210
|
case 2:
|
|
9211
9211
|
var tmp$ret$5;
|
|
9212
9212
|
// Inline function 'kotlin.collections.filter' call
|
|
9213
|
-
var tmp3_filter = this.
|
|
9213
|
+
var tmp3_filter = this.o3d();
|
|
9214
9214
|
var tmp$ret$4;
|
|
9215
9215
|
// Inline function 'kotlin.collections.filterTo' call
|
|
9216
9216
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -9238,14 +9238,14 @@
|
|
|
9238
9238
|
function Page() {
|
|
9239
9239
|
Companion_getInstance_48();
|
|
9240
9240
|
var tmp = this;
|
|
9241
|
-
tmp.
|
|
9241
|
+
tmp.r3d_1 = lazy(Page$id$delegate$lambda(this));
|
|
9242
9242
|
var tmp_0 = this;
|
|
9243
|
-
tmp_0.
|
|
9243
|
+
tmp_0.s3d_1 = lazy(Page$position$delegate$lambda(this));
|
|
9244
9244
|
}
|
|
9245
|
-
defineProp(protoOf(Page), 'id', protoOf(Page).
|
|
9246
|
-
defineProp(protoOf(Page), 'position', protoOf(Page).
|
|
9247
|
-
defineProp(protoOf(Page), 'parentPage', protoOf(Page).
|
|
9248
|
-
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).
|
|
9245
|
+
defineProp(protoOf(Page), 'id', protoOf(Page).p2u);
|
|
9246
|
+
defineProp(protoOf(Page), 'position', protoOf(Page).i3e);
|
|
9247
|
+
defineProp(protoOf(Page), 'parentPage', protoOf(Page).k3e);
|
|
9248
|
+
defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).t36);
|
|
9249
9249
|
defineProp(protoOf(Page), 'stylesParent', function () {
|
|
9250
9250
|
return this.a2t();
|
|
9251
9251
|
});
|
|
@@ -9268,9 +9268,9 @@
|
|
|
9268
9268
|
var XMLNS_SHAREABLE;
|
|
9269
9269
|
function Companion_46() {
|
|
9270
9270
|
Companion_instance_46 = this;
|
|
9271
|
-
this.
|
|
9271
|
+
this.b36_1 = 'items';
|
|
9272
9272
|
}
|
|
9273
|
-
protoOf(Companion_46).
|
|
9273
|
+
protoOf(Companion_46).c36 = function (_this__u8e3s4, manifest) {
|
|
9274
9274
|
var tmp$ret$4;
|
|
9275
9275
|
// Inline function 'kotlin.collections.buildList' call
|
|
9276
9276
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -9299,7 +9299,7 @@
|
|
|
9299
9299
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.shareable.Companion.parseShareableItems.<anonymous>.<anonymous>' call
|
|
9300
9300
|
var tmp0_subject = _this__u8e3s4.w2r();
|
|
9301
9301
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
9302
|
-
var tmp1_safe_receiver = Companion_getInstance_49().
|
|
9302
|
+
var tmp1_safe_receiver = Companion_getInstance_49().p3g(manifest, _this__u8e3s4);
|
|
9303
9303
|
if (tmp1_safe_receiver == null)
|
|
9304
9304
|
null;
|
|
9305
9305
|
else {
|
|
@@ -9323,9 +9323,9 @@
|
|
|
9323
9323
|
tmp$ret$4 = tmp$ret$3;
|
|
9324
9324
|
return tmp$ret$4;
|
|
9325
9325
|
};
|
|
9326
|
-
protoOf(Companion_46).
|
|
9326
|
+
protoOf(Companion_46).p3g = function (manifest, parser) {
|
|
9327
9327
|
Companion_getInstance_59();
|
|
9328
|
-
parser.
|
|
9328
|
+
parser.q3g(2, get_XMLNS_SHAREABLE());
|
|
9329
9329
|
var tmp0_subject = parser.w2r();
|
|
9330
9330
|
var tmp;
|
|
9331
9331
|
if (tmp0_subject === get_XMLNS_SHAREABLE()) {
|
|
@@ -9353,16 +9353,16 @@
|
|
|
9353
9353
|
BaseModel.call($this, parent);
|
|
9354
9354
|
Shareable.call($this);
|
|
9355
9355
|
Companion_getInstance_59();
|
|
9356
|
-
parser.
|
|
9357
|
-
$this.
|
|
9356
|
+
parser.q3g(2, get_XMLNS_SHAREABLE());
|
|
9357
|
+
$this.h36_1 = parser.o2t('id');
|
|
9358
9358
|
var tmp = $this;
|
|
9359
9359
|
var tmp0_safe_receiver = parser.o2t('order');
|
|
9360
9360
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toIntOrNull(tmp0_safe_receiver);
|
|
9361
|
-
tmp.
|
|
9361
|
+
tmp.i36_1 = tmp1_elvis_lhs == null ? 2147483647 : tmp1_elvis_lhs;
|
|
9362
9362
|
return $this;
|
|
9363
9363
|
}
|
|
9364
|
-
protoOf(Shareable).
|
|
9365
|
-
return this.
|
|
9364
|
+
protoOf(Shareable).p2u = function () {
|
|
9365
|
+
return this.h36_1;
|
|
9366
9366
|
};
|
|
9367
9367
|
function Shareable() {
|
|
9368
9368
|
Companion_getInstance_49();
|
|
@@ -9375,7 +9375,7 @@
|
|
|
9375
9375
|
});
|
|
9376
9376
|
function Companion_47() {
|
|
9377
9377
|
Companion_instance_47 = this;
|
|
9378
|
-
this.
|
|
9378
|
+
this.r3g_1 = 'image';
|
|
9379
9379
|
}
|
|
9380
9380
|
var Companion_instance_47;
|
|
9381
9381
|
function Companion_getInstance_50() {
|
|
@@ -9390,7 +9390,7 @@
|
|
|
9390
9390
|
var tmp = get_XMLNS_SHAREABLE();
|
|
9391
9391
|
Companion_getInstance_50();
|
|
9392
9392
|
parser.u2r(2, tmp, 'image');
|
|
9393
|
-
$this.
|
|
9393
|
+
$this.v3g_1 = parser.o2t('resource');
|
|
9394
9394
|
var description = null;
|
|
9395
9395
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
9396
9396
|
$l$loop_1: while (true) {
|
|
@@ -9416,15 +9416,15 @@
|
|
|
9416
9416
|
continue $l$loop_1;
|
|
9417
9417
|
skipTag(parser);
|
|
9418
9418
|
}
|
|
9419
|
-
$this.
|
|
9419
|
+
$this.w3g_1 = description;
|
|
9420
9420
|
return $this;
|
|
9421
9421
|
}
|
|
9422
9422
|
function ShareableImage_init_$Create$(manifest, parser) {
|
|
9423
9423
|
return ShareableImage_init_$Init$(manifest, parser, objectCreate(protoOf(ShareableImage)));
|
|
9424
9424
|
}
|
|
9425
|
-
protoOf(ShareableImage).
|
|
9426
|
-
var tmp0_elvis_lhs = protoOf(Shareable).
|
|
9427
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9425
|
+
protoOf(ShareableImage).p2u = function () {
|
|
9426
|
+
var tmp0_elvis_lhs = protoOf(Shareable).p2u.call(this);
|
|
9427
|
+
return tmp0_elvis_lhs == null ? this.v3g_1 : tmp0_elvis_lhs;
|
|
9428
9428
|
};
|
|
9429
9429
|
function ShareableImage() {
|
|
9430
9430
|
Companion_getInstance_50();
|
|
@@ -9441,7 +9441,7 @@
|
|
|
9441
9441
|
var XMLNS_TRAINING;
|
|
9442
9442
|
function Companion_48() {
|
|
9443
9443
|
Companion_instance_48 = this;
|
|
9444
|
-
this.
|
|
9444
|
+
this.x3g_1 = 'tip';
|
|
9445
9445
|
}
|
|
9446
9446
|
var Companion_instance_48;
|
|
9447
9447
|
function Companion_getInstance_51() {
|
|
@@ -9456,18 +9456,18 @@
|
|
|
9456
9456
|
var tmp = get_XMLNS_TRAINING();
|
|
9457
9457
|
Companion_getInstance_51();
|
|
9458
9458
|
parser.u2r(2, tmp, 'tip');
|
|
9459
|
-
$this.
|
|
9459
|
+
$this.g3h_1 = parser.m2v(null, 'id');
|
|
9460
9460
|
skipTag(parser);
|
|
9461
9461
|
return $this;
|
|
9462
9462
|
}
|
|
9463
9463
|
function InlineTip_init_$Create$(parent, parser) {
|
|
9464
9464
|
return InlineTip_init_$Init$(parent, parser, objectCreate(protoOf(InlineTip)));
|
|
9465
9465
|
}
|
|
9466
|
-
protoOf(InlineTip).
|
|
9467
|
-
return this.a2p().
|
|
9466
|
+
protoOf(InlineTip).h3h = function () {
|
|
9467
|
+
return this.a2p().v37(this.g3h_1);
|
|
9468
9468
|
};
|
|
9469
9469
|
protoOf(InlineTip).c2t = function () {
|
|
9470
|
-
return listOfNotNull(this.
|
|
9470
|
+
return listOfNotNull(this.h3h());
|
|
9471
9471
|
};
|
|
9472
9472
|
function InlineTip() {
|
|
9473
9473
|
Companion_getInstance_51();
|
|
@@ -9479,9 +9479,9 @@
|
|
|
9479
9479
|
var Type_QUOTE_instance;
|
|
9480
9480
|
function Companion_49() {
|
|
9481
9481
|
Companion_instance_49 = this;
|
|
9482
|
-
this.
|
|
9482
|
+
this.i3h_1 = Type_TIP_getInstance();
|
|
9483
9483
|
}
|
|
9484
|
-
protoOf(Companion_49).
|
|
9484
|
+
protoOf(Companion_49).l31 = function (_this__u8e3s4) {
|
|
9485
9485
|
var tmp0_subject = _this__u8e3s4;
|
|
9486
9486
|
switch (tmp0_subject) {
|
|
9487
9487
|
case 'tip':
|
|
@@ -9522,11 +9522,11 @@
|
|
|
9522
9522
|
Tip.call($this);
|
|
9523
9523
|
Companion_getInstance_59();
|
|
9524
9524
|
parser.u2r(2, get_XMLNS_TRAINING(), 'tip');
|
|
9525
|
-
$this.
|
|
9525
|
+
$this.u34_1 = id;
|
|
9526
9526
|
var tmp = $this;
|
|
9527
|
-
var tmp0_safe_receiver = parser.
|
|
9528
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().
|
|
9529
|
-
tmp.
|
|
9527
|
+
var tmp0_safe_receiver = parser.m2v(null, 'type');
|
|
9528
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : Companion_getInstance_52().l31(tmp0_safe_receiver);
|
|
9529
|
+
tmp.v34_1 = tmp1_elvis_lhs == null ? Companion_getInstance_52().i3h_1 : tmp1_elvis_lhs;
|
|
9530
9530
|
var tmp_0 = $this;
|
|
9531
9531
|
var tmp$ret$2;
|
|
9532
9532
|
// Inline function 'kotlin.collections.buildList' call
|
|
@@ -9566,7 +9566,7 @@
|
|
|
9566
9566
|
tmp$ret$0 = tmp0_apply;
|
|
9567
9567
|
tmp$ret$1 = tmp$ret$0.u7();
|
|
9568
9568
|
tmp$ret$2 = tmp$ret$1;
|
|
9569
|
-
tmp_0.
|
|
9569
|
+
tmp_0.w34_1 = tmp$ret$2;
|
|
9570
9570
|
return $this;
|
|
9571
9571
|
}
|
|
9572
9572
|
function Tip_init_$Create$(manifest, id, parser) {
|
|
@@ -9639,13 +9639,13 @@
|
|
|
9639
9639
|
Type_initEntries_2();
|
|
9640
9640
|
return Type_QUOTE_instance;
|
|
9641
9641
|
}
|
|
9642
|
-
protoOf(Tip).
|
|
9642
|
+
protoOf(Tip).z2x = function () {
|
|
9643
9643
|
return Companion_getInstance_29().c2q_1;
|
|
9644
9644
|
};
|
|
9645
|
-
protoOf(Tip).
|
|
9645
|
+
protoOf(Tip).a2y = function () {
|
|
9646
9646
|
return Companion_getInstance_29().d2q_1;
|
|
9647
9647
|
};
|
|
9648
|
-
protoOf(Tip).
|
|
9648
|
+
protoOf(Tip).x2x = function () {
|
|
9649
9649
|
return Companion_getInstance_29().i2q_1;
|
|
9650
9650
|
};
|
|
9651
9651
|
function Tip() {
|
|
@@ -9658,7 +9658,7 @@
|
|
|
9658
9658
|
});
|
|
9659
9659
|
function Companion_50() {
|
|
9660
9660
|
Companion_instance_50 = this;
|
|
9661
|
-
this.
|
|
9661
|
+
this.j3h_1 = 'page';
|
|
9662
9662
|
}
|
|
9663
9663
|
var Companion_instance_50;
|
|
9664
9664
|
function Companion_getInstance_53() {
|
|
@@ -9673,8 +9673,8 @@
|
|
|
9673
9673
|
var tmp = get_XMLNS_TRAINING();
|
|
9674
9674
|
Companion_getInstance_53();
|
|
9675
9675
|
parser.u2r(2, tmp, 'page');
|
|
9676
|
-
$this.
|
|
9677
|
-
$this.
|
|
9676
|
+
$this.l3h_1 = tip;
|
|
9677
|
+
$this.m3h_1 = position;
|
|
9678
9678
|
var tmp_0 = $this;
|
|
9679
9679
|
var tmp$ret$8;
|
|
9680
9680
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.parseContent' call
|
|
@@ -9754,14 +9754,14 @@
|
|
|
9754
9754
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
9755
9755
|
tmp$ret$7 = tmp$ret$6;
|
|
9756
9756
|
tmp$ret$8 = tmp$ret$7;
|
|
9757
|
-
tmp_0.
|
|
9757
|
+
tmp_0.n3h_1 = tmp$ret$8;
|
|
9758
9758
|
return $this;
|
|
9759
9759
|
}
|
|
9760
9760
|
function TipPage_init_$Create$(tip, position, parser) {
|
|
9761
9761
|
return TipPage_init_$Init$(tip, position, parser, objectCreate(protoOf(TipPage)));
|
|
9762
9762
|
}
|
|
9763
9763
|
protoOf(TipPage).t2s = function () {
|
|
9764
|
-
return this.
|
|
9764
|
+
return this.n3h_1;
|
|
9765
9765
|
};
|
|
9766
9766
|
function TipPage() {
|
|
9767
9767
|
Companion_getInstance_53();
|
|
@@ -9780,7 +9780,7 @@
|
|
|
9780
9780
|
});
|
|
9781
9781
|
function Companion_51() {
|
|
9782
9782
|
Companion_instance_51 = this;
|
|
9783
|
-
this.
|
|
9783
|
+
this.o3h_1 = 'call-to-action';
|
|
9784
9784
|
}
|
|
9785
9785
|
var Companion_instance_51;
|
|
9786
9786
|
function Companion_getInstance_54() {
|
|
@@ -9791,10 +9791,10 @@
|
|
|
9791
9791
|
function CallToAction_init_$Init$(parent, $this) {
|
|
9792
9792
|
BaseModel.call($this, parent);
|
|
9793
9793
|
CallToAction.call($this);
|
|
9794
|
-
$this.
|
|
9794
|
+
$this.q3h_1 = parent;
|
|
9795
9795
|
$this.label = null;
|
|
9796
|
+
$this.r3h_1 = null;
|
|
9796
9797
|
$this.s3h_1 = null;
|
|
9797
|
-
$this.t3h_1 = null;
|
|
9798
9798
|
return $this;
|
|
9799
9799
|
}
|
|
9800
9800
|
function CallToAction_init_$Create$(parent) {
|
|
@@ -9807,11 +9807,11 @@
|
|
|
9807
9807
|
var tmp = get_XMLNS_TRACT();
|
|
9808
9808
|
Companion_getInstance_54();
|
|
9809
9809
|
parser.u2r(2, tmp, 'call-to-action');
|
|
9810
|
-
$this.
|
|
9810
|
+
$this.q3h_1 = page;
|
|
9811
9811
|
var tmp_0 = $this;
|
|
9812
9812
|
var tmp0_safe_receiver = parser.o2t('control-color');
|
|
9813
|
-
tmp_0.
|
|
9814
|
-
$this.
|
|
9813
|
+
tmp_0.r3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9814
|
+
$this.s3h_1 = parser.m2v(get_XMLNS_TRAINING(), 'tip');
|
|
9815
9815
|
var tmp_1 = $this;
|
|
9816
9816
|
var tmp_2 = get_XMLNS_TRACT();
|
|
9817
9817
|
Companion_getInstance_54();
|
|
@@ -9828,34 +9828,34 @@
|
|
|
9828
9828
|
tip = tip === VOID ? null : tip;
|
|
9829
9829
|
BaseModel.call($this, page);
|
|
9830
9830
|
CallToAction.call($this);
|
|
9831
|
-
$this.
|
|
9831
|
+
$this.q3h_1 = page;
|
|
9832
9832
|
var tmp = $this;
|
|
9833
9833
|
var tmp0_safe_receiver = label;
|
|
9834
9834
|
tmp.label = tmp0_safe_receiver == null ? null : tmp0_safe_receiver($this);
|
|
9835
|
-
$this.
|
|
9836
|
-
$this.
|
|
9835
|
+
$this.r3h_1 = controlColor;
|
|
9836
|
+
$this.s3h_1 = tip;
|
|
9837
9837
|
return $this;
|
|
9838
9838
|
}
|
|
9839
9839
|
function createTestCallToAction(page, label, controlColor, tip) {
|
|
9840
9840
|
return CallToAction_init_$Init$_1(page, label, controlColor, tip, objectCreate(protoOf(CallToAction)));
|
|
9841
9841
|
}
|
|
9842
|
-
protoOf(CallToAction).
|
|
9842
|
+
protoOf(CallToAction).t3h = function () {
|
|
9843
9843
|
return this.label;
|
|
9844
9844
|
};
|
|
9845
|
-
protoOf(CallToAction).
|
|
9846
|
-
var tmp0_elvis_lhs = this.
|
|
9845
|
+
protoOf(CallToAction).o3e = function () {
|
|
9846
|
+
var tmp0_elvis_lhs = this.r3h_1;
|
|
9847
9847
|
return tmp0_elvis_lhs == null ? get_primaryColor_0(this.a2t()) : tmp0_elvis_lhs;
|
|
9848
9848
|
};
|
|
9849
|
-
protoOf(CallToAction).
|
|
9850
|
-
return this.
|
|
9849
|
+
protoOf(CallToAction).u3h = function () {
|
|
9850
|
+
return this.s3h_1;
|
|
9851
9851
|
};
|
|
9852
|
-
protoOf(CallToAction).
|
|
9853
|
-
return this.a2p().
|
|
9852
|
+
protoOf(CallToAction).h3h = function () {
|
|
9853
|
+
return this.a2p().v37(this.s3h_1);
|
|
9854
9854
|
};
|
|
9855
9855
|
function CallToAction() {
|
|
9856
9856
|
Companion_getInstance_54();
|
|
9857
9857
|
}
|
|
9858
|
-
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).
|
|
9858
|
+
defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).h3h);
|
|
9859
9859
|
defineProp(protoOf(CallToAction), 'stylesParent', function () {
|
|
9860
9860
|
return this.a2t();
|
|
9861
9861
|
});
|
|
@@ -9868,7 +9868,7 @@
|
|
|
9868
9868
|
var XMLNS_TRACT;
|
|
9869
9869
|
function Companion_52() {
|
|
9870
9870
|
Companion_instance_52 = this;
|
|
9871
|
-
this.
|
|
9871
|
+
this.v3h_1 = 'header';
|
|
9872
9872
|
}
|
|
9873
9873
|
var Companion_instance_52;
|
|
9874
9874
|
function Companion_getInstance_55() {
|
|
@@ -9885,8 +9885,8 @@
|
|
|
9885
9885
|
parser.u2r(2, tmp, 'header');
|
|
9886
9886
|
var tmp_0 = $this;
|
|
9887
9887
|
var tmp0_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
9888
|
-
tmp_0.
|
|
9889
|
-
$this.
|
|
9888
|
+
tmp_0.x3h_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
9889
|
+
$this.y3h_1 = parser.m2v(get_XMLNS_TRAINING(), 'tip');
|
|
9890
9890
|
var number = null;
|
|
9891
9891
|
var title = null;
|
|
9892
9892
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.parseChildren' call
|
|
@@ -9922,29 +9922,29 @@
|
|
|
9922
9922
|
function Header_init_$Create$(page, parser) {
|
|
9923
9923
|
return Header_init_$Init$(page, parser, objectCreate(protoOf(Header)));
|
|
9924
9924
|
}
|
|
9925
|
-
protoOf(Header).
|
|
9926
|
-
var tmp0_elvis_lhs = this.
|
|
9927
|
-
return tmp0_elvis_lhs == null ? this.
|
|
9925
|
+
protoOf(Header).s36 = function () {
|
|
9926
|
+
var tmp0_elvis_lhs = this.x3h_1;
|
|
9927
|
+
return tmp0_elvis_lhs == null ? this.z2x() : tmp0_elvis_lhs;
|
|
9928
9928
|
};
|
|
9929
|
-
protoOf(Header).
|
|
9930
|
-
return this.
|
|
9929
|
+
protoOf(Header).x2x = function () {
|
|
9930
|
+
return this.a2y();
|
|
9931
9931
|
};
|
|
9932
|
-
protoOf(Header).
|
|
9932
|
+
protoOf(Header).z3h = function () {
|
|
9933
9933
|
return this.number;
|
|
9934
9934
|
};
|
|
9935
|
-
protoOf(Header).
|
|
9935
|
+
protoOf(Header).x36 = function () {
|
|
9936
9936
|
return this.title;
|
|
9937
9937
|
};
|
|
9938
|
-
protoOf(Header).
|
|
9939
|
-
return this.
|
|
9938
|
+
protoOf(Header).u3h = function () {
|
|
9939
|
+
return this.y3h_1;
|
|
9940
9940
|
};
|
|
9941
|
-
protoOf(Header).
|
|
9942
|
-
return this.a2p().
|
|
9941
|
+
protoOf(Header).h3h = function () {
|
|
9942
|
+
return this.a2p().v37(this.y3h_1);
|
|
9943
9943
|
};
|
|
9944
9944
|
function Header() {
|
|
9945
9945
|
Companion_getInstance_55();
|
|
9946
9946
|
}
|
|
9947
|
-
defineProp(protoOf(Header), 'tip', protoOf(Header).
|
|
9947
|
+
defineProp(protoOf(Header), 'tip', protoOf(Header).h3h);
|
|
9948
9948
|
defineProp(protoOf(Header), 'stylesParent', function () {
|
|
9949
9949
|
return this.a2t();
|
|
9950
9950
|
});
|
|
@@ -9953,7 +9953,7 @@
|
|
|
9953
9953
|
});
|
|
9954
9954
|
function Companion_53() {
|
|
9955
9955
|
Companion_instance_53 = this;
|
|
9956
|
-
this.
|
|
9956
|
+
this.a3i_1 = 'hero';
|
|
9957
9957
|
}
|
|
9958
9958
|
var Companion_instance_53;
|
|
9959
9959
|
function Companion_getInstance_56() {
|
|
@@ -9965,7 +9965,7 @@
|
|
|
9965
9965
|
var tmp$ret$0;
|
|
9966
9966
|
// Inline function 'kotlin.getValue' call
|
|
9967
9967
|
var tmp0_getValue = headingParent$factory();
|
|
9968
|
-
tmp$ret$0 = $this.
|
|
9968
|
+
tmp$ret$0 = $this.c3i_1.o1();
|
|
9969
9969
|
return tmp$ret$0;
|
|
9970
9970
|
}
|
|
9971
9971
|
function Hero_init_$Init$(page, parser, $this) {
|
|
@@ -9979,7 +9979,7 @@
|
|
|
9979
9979
|
var tmp$ret$0;
|
|
9980
9980
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
9981
9981
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
9982
|
-
tmp_0.
|
|
9982
|
+
tmp_0.e3i_1 = tmp$ret$0;
|
|
9983
9983
|
var heading = null;
|
|
9984
9984
|
var tmp_1 = $this;
|
|
9985
9985
|
var tmp$ret$8;
|
|
@@ -10018,7 +10018,7 @@
|
|
|
10018
10018
|
if (tmp1_subject === 'events') {
|
|
10019
10019
|
var tmp2_this = $this;
|
|
10020
10020
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10021
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10021
|
+
var tmp0_plusAssign = tmp2_this.e3i_1;
|
|
10022
10022
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
10023
10023
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
10024
10024
|
}
|
|
@@ -10074,7 +10074,7 @@
|
|
|
10074
10074
|
tmp$ret$6 = tmp$ret$5.u7();
|
|
10075
10075
|
tmp$ret$7 = tmp$ret$6;
|
|
10076
10076
|
tmp$ret$8 = tmp$ret$7;
|
|
10077
|
-
tmp_1.
|
|
10077
|
+
tmp_1.d3i_1 = tmp$ret$8;
|
|
10078
10078
|
$this.heading = heading;
|
|
10079
10079
|
return $this;
|
|
10080
10080
|
}
|
|
@@ -10087,11 +10087,11 @@
|
|
|
10087
10087
|
heading = heading === VOID ? null : heading;
|
|
10088
10088
|
BaseModel.call($this, page);
|
|
10089
10089
|
Hero.call($this);
|
|
10090
|
-
$this.
|
|
10090
|
+
$this.e3i_1 = analyticsEvents;
|
|
10091
10091
|
var tmp = $this;
|
|
10092
10092
|
var tmp0_safe_receiver = heading;
|
|
10093
10093
|
tmp.heading = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(_get_headingParent__2ts5bv($this));
|
|
10094
|
-
$this.
|
|
10094
|
+
$this.d3i_1 = emptyList();
|
|
10095
10095
|
return $this;
|
|
10096
10096
|
}
|
|
10097
10097
|
function createTestHero(page, analyticsEvents, heading) {
|
|
@@ -10107,14 +10107,14 @@
|
|
|
10107
10107
|
return stylesOverride(this$0, VOID, Hero$headingParent$delegate$lambda$lambda(this$0));
|
|
10108
10108
|
};
|
|
10109
10109
|
}
|
|
10110
|
-
protoOf(Hero).
|
|
10110
|
+
protoOf(Hero).f3i = function () {
|
|
10111
10111
|
return this.heading;
|
|
10112
10112
|
};
|
|
10113
10113
|
protoOf(Hero).t2s = function () {
|
|
10114
|
-
return this.
|
|
10114
|
+
return this.d3i_1;
|
|
10115
10115
|
};
|
|
10116
|
-
protoOf(Hero).
|
|
10117
|
-
return this.
|
|
10116
|
+
protoOf(Hero).o3d = function () {
|
|
10117
|
+
return this.e3i_1;
|
|
10118
10118
|
};
|
|
10119
10119
|
protoOf(Hero)._getAnalyticsEvents = function (type) {
|
|
10120
10120
|
var tmp0_subject = type;
|
|
@@ -10124,7 +10124,7 @@
|
|
|
10124
10124
|
case 1:
|
|
10125
10125
|
var tmp$ret$2;
|
|
10126
10126
|
// Inline function 'kotlin.collections.filter' call
|
|
10127
|
-
var tmp1_filter = this.
|
|
10127
|
+
var tmp1_filter = this.e3i_1;
|
|
10128
10128
|
var tmp$ret$1;
|
|
10129
10129
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10130
10130
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -10146,7 +10146,7 @@
|
|
|
10146
10146
|
case 2:
|
|
10147
10147
|
var tmp$ret$5;
|
|
10148
10148
|
// Inline function 'kotlin.collections.filter' call
|
|
10149
|
-
var tmp3_filter = this.
|
|
10149
|
+
var tmp3_filter = this.e3i_1;
|
|
10150
10150
|
var tmp$ret$4;
|
|
10151
10151
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10152
10152
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -10174,7 +10174,7 @@
|
|
|
10174
10174
|
function Hero() {
|
|
10175
10175
|
Companion_getInstance_56();
|
|
10176
10176
|
var tmp = this;
|
|
10177
|
-
tmp.
|
|
10177
|
+
tmp.c3i_1 = lazy(Hero$headingParent$delegate$lambda(this));
|
|
10178
10178
|
}
|
|
10179
10179
|
defineProp(protoOf(Hero), '_content', function () {
|
|
10180
10180
|
return this.t2s();
|
|
@@ -10195,7 +10195,7 @@
|
|
|
10195
10195
|
}
|
|
10196
10196
|
function Companion_54() {
|
|
10197
10197
|
Companion_instance_54 = this;
|
|
10198
|
-
this.
|
|
10198
|
+
this.g3i_1 = 'modal';
|
|
10199
10199
|
}
|
|
10200
10200
|
var Companion_instance_54;
|
|
10201
10201
|
function Companion_getInstance_57() {
|
|
@@ -10218,13 +10218,13 @@
|
|
|
10218
10218
|
var tmp$ret$0;
|
|
10219
10219
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10220
10220
|
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
10221
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
10221
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
10222
10222
|
tmp_0.listeners = toSet_0(tmp$ret$0);
|
|
10223
10223
|
var tmp_1 = $this;
|
|
10224
10224
|
var tmp$ret$1;
|
|
10225
10225
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10226
10226
|
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
10227
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
10227
|
+
tmp$ret$1 = Companion_getInstance_17().n2v(tmp1_toEventIds);
|
|
10228
10228
|
tmp_1.dismissListeners = toSet_0(tmp$ret$1);
|
|
10229
10229
|
var title = null;
|
|
10230
10230
|
var tmp_2 = $this;
|
|
@@ -10310,53 +10310,53 @@
|
|
|
10310
10310
|
tmp$ret$7 = tmp$ret$6.u7();
|
|
10311
10311
|
tmp$ret$8 = tmp$ret$7;
|
|
10312
10312
|
tmp$ret$9 = tmp$ret$8;
|
|
10313
|
-
tmp_2.
|
|
10313
|
+
tmp_2.c3j_1 = tmp$ret$9;
|
|
10314
10314
|
$this.title = title;
|
|
10315
10315
|
return $this;
|
|
10316
10316
|
}
|
|
10317
10317
|
function Modal_init_$Create$(parent, parser) {
|
|
10318
10318
|
return Modal_init_$Init$(parent, parser, objectCreate(protoOf(Modal)));
|
|
10319
10319
|
}
|
|
10320
|
-
protoOf(Modal).
|
|
10320
|
+
protoOf(Modal).d3j = function () {
|
|
10321
10321
|
return this.page;
|
|
10322
10322
|
};
|
|
10323
|
-
protoOf(Modal).
|
|
10323
|
+
protoOf(Modal).p2u = function () {
|
|
10324
10324
|
return this.page.id + '-' + _get_position__iahqv2(this);
|
|
10325
10325
|
};
|
|
10326
|
-
protoOf(Modal).
|
|
10326
|
+
protoOf(Modal).x36 = function () {
|
|
10327
10327
|
return this.title;
|
|
10328
10328
|
};
|
|
10329
10329
|
protoOf(Modal).t2s = function () {
|
|
10330
|
-
return this.
|
|
10330
|
+
return this.c3j_1;
|
|
10331
10331
|
};
|
|
10332
|
-
protoOf(Modal).
|
|
10332
|
+
protoOf(Modal).m3e = function () {
|
|
10333
10333
|
return this.listeners;
|
|
10334
10334
|
};
|
|
10335
|
-
protoOf(Modal).
|
|
10335
|
+
protoOf(Modal).p36 = function () {
|
|
10336
10336
|
return this.dismissListeners;
|
|
10337
10337
|
};
|
|
10338
|
-
protoOf(Modal).
|
|
10338
|
+
protoOf(Modal).z2x = function () {
|
|
10339
10339
|
return get_TRANSPARENT();
|
|
10340
10340
|
};
|
|
10341
|
-
protoOf(Modal).
|
|
10341
|
+
protoOf(Modal).a2y = function () {
|
|
10342
10342
|
return get_WHITE();
|
|
10343
10343
|
};
|
|
10344
|
-
protoOf(Modal).
|
|
10344
|
+
protoOf(Modal).b2x = function () {
|
|
10345
10345
|
return get_WHITE();
|
|
10346
10346
|
};
|
|
10347
|
-
protoOf(Modal).
|
|
10347
|
+
protoOf(Modal).b2y = function () {
|
|
10348
10348
|
return Style_OUTLINED_getInstance();
|
|
10349
10349
|
};
|
|
10350
|
-
protoOf(Modal).
|
|
10350
|
+
protoOf(Modal).g2y = function () {
|
|
10351
10351
|
return Align_CENTER_getInstance();
|
|
10352
10352
|
};
|
|
10353
|
-
protoOf(Modal).
|
|
10353
|
+
protoOf(Modal).x2x = function () {
|
|
10354
10354
|
return get_WHITE();
|
|
10355
10355
|
};
|
|
10356
10356
|
function Modal() {
|
|
10357
10357
|
Companion_getInstance_57();
|
|
10358
10358
|
}
|
|
10359
|
-
defineProp(protoOf(Modal), 'id', protoOf(Modal).
|
|
10359
|
+
defineProp(protoOf(Modal), 'id', protoOf(Modal).p2u);
|
|
10360
10360
|
defineProp(protoOf(Modal), '_content', function () {
|
|
10361
10361
|
return this.t2s();
|
|
10362
10362
|
});
|
|
@@ -10371,11 +10371,11 @@
|
|
|
10371
10371
|
});
|
|
10372
10372
|
function Companion_55() {
|
|
10373
10373
|
Companion_instance_55 = this;
|
|
10374
|
-
this.
|
|
10375
|
-
this.
|
|
10376
|
-
this.
|
|
10377
|
-
this.
|
|
10378
|
-
this.
|
|
10374
|
+
this.e3j_1 = 'card';
|
|
10375
|
+
this.f3j_1 = 'label';
|
|
10376
|
+
this.g3j_1 = 'hidden';
|
|
10377
|
+
this.h3j_1 = ImageScaleType_FILL_X_getInstance();
|
|
10378
|
+
this.i3j_1 = Companion_getInstance_22().CENTER;
|
|
10379
10379
|
}
|
|
10380
10380
|
var Companion_instance_55;
|
|
10381
10381
|
function Companion_getInstance_58() {
|
|
@@ -10387,7 +10387,7 @@
|
|
|
10387
10387
|
var tmp$ret$0;
|
|
10388
10388
|
// Inline function 'kotlin.getValue' call
|
|
10389
10389
|
var tmp0_getValue = labelParent$factory();
|
|
10390
|
-
tmp$ret$0 = $this.
|
|
10390
|
+
tmp$ret$0 = $this.p3j_1.o1();
|
|
10391
10391
|
return tmp$ret$0;
|
|
10392
10392
|
}
|
|
10393
10393
|
function Card_init_$Init$_1(page, position, parser, $this) {
|
|
@@ -10401,41 +10401,41 @@
|
|
|
10401
10401
|
parser.u2r(2, tmp, 'card');
|
|
10402
10402
|
var tmp_0 = $this;
|
|
10403
10403
|
Companion_getInstance_58();
|
|
10404
|
-
var tmp0_safe_receiver = parser.
|
|
10404
|
+
var tmp0_safe_receiver = parser.m2v(null, 'hidden');
|
|
10405
10405
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : toBoolean(tmp0_safe_receiver);
|
|
10406
10406
|
tmp_0.isHidden = tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs;
|
|
10407
10407
|
var tmp_1 = $this;
|
|
10408
10408
|
var tmp$ret$0;
|
|
10409
10409
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10410
10410
|
var tmp0_toEventIds = parser.o2t(get_XML_LISTENERS());
|
|
10411
|
-
tmp$ret$0 = Companion_getInstance_17().
|
|
10411
|
+
tmp$ret$0 = Companion_getInstance_17().n2v(tmp0_toEventIds);
|
|
10412
10412
|
tmp_1.listeners = toSet_0(tmp$ret$0);
|
|
10413
10413
|
var tmp_2 = $this;
|
|
10414
10414
|
var tmp$ret$1;
|
|
10415
10415
|
// Inline function 'org.cru.godtools.shared.tool.parser.model.toEventIds' call
|
|
10416
10416
|
var tmp1_toEventIds = parser.o2t(get_XML_DISMISS_LISTENERS());
|
|
10417
|
-
tmp$ret$1 = Companion_getInstance_17().
|
|
10417
|
+
tmp$ret$1 = Companion_getInstance_17().n2v(tmp1_toEventIds);
|
|
10418
10418
|
tmp_2.dismissListeners = toSet_0(tmp$ret$1);
|
|
10419
10419
|
var tmp_3 = $this;
|
|
10420
10420
|
var tmp2_safe_receiver = parser.o2t(get_XML_BACKGROUND_COLOR());
|
|
10421
|
-
tmp_3.
|
|
10422
|
-
$this.
|
|
10421
|
+
tmp_3.k3j_1 = tmp2_safe_receiver == null ? null : toColorOrNull(tmp2_safe_receiver);
|
|
10422
|
+
$this.l3j_1 = parser.o2t(get_XML_BACKGROUND_IMAGE());
|
|
10423
10423
|
var tmp_4 = $this;
|
|
10424
10424
|
var tmp3_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_GRAVITY());
|
|
10425
|
-
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().
|
|
10426
|
-
tmp_4.
|
|
10425
|
+
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : Companion_getInstance_22().y2w(tmp3_safe_receiver);
|
|
10426
|
+
tmp_4.m3j_1 = tmp4_elvis_lhs == null ? Companion_getInstance_58().i3j_1 : tmp4_elvis_lhs;
|
|
10427
10427
|
var tmp_5 = $this;
|
|
10428
10428
|
var tmp5_safe_receiver = parser.o2t(get_XML_BACKGROUND_IMAGE_SCALE_TYPE());
|
|
10429
|
-
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().
|
|
10430
|
-
tmp_5.
|
|
10429
|
+
var tmp6_elvis_lhs = tmp5_safe_receiver == null ? null : Companion_getInstance_24().j31(tmp5_safe_receiver);
|
|
10430
|
+
tmp_5.n3j_1 = tmp6_elvis_lhs == null ? Companion_getInstance_58().h3j_1 : tmp6_elvis_lhs;
|
|
10431
10431
|
var tmp_6 = $this;
|
|
10432
10432
|
var tmp7_safe_receiver = parser.o2t(get_XML_TEXT_COLOR());
|
|
10433
|
-
tmp_6.
|
|
10433
|
+
tmp_6.o3j_1 = tmp7_safe_receiver == null ? null : toColorOrNull(tmp7_safe_receiver);
|
|
10434
10434
|
var tmp_7 = $this;
|
|
10435
10435
|
var tmp$ret$2;
|
|
10436
10436
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
10437
10437
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
10438
|
-
tmp_7.
|
|
10438
|
+
tmp_7.r3j_1 = tmp$ret$2;
|
|
10439
10439
|
var label = null;
|
|
10440
10440
|
var tmp_8 = $this;
|
|
10441
10441
|
var tmp$ret$10;
|
|
@@ -10474,7 +10474,7 @@
|
|
|
10474
10474
|
if (tmp1_subject === 'events') {
|
|
10475
10475
|
var tmp2_this = $this;
|
|
10476
10476
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
10477
|
-
var tmp0_plusAssign = tmp2_this.
|
|
10477
|
+
var tmp0_plusAssign = tmp2_this.r3j_1;
|
|
10478
10478
|
var tmp1_plusAssign = Companion_getInstance_6().y2r(parser, $this);
|
|
10479
10479
|
addAll(tmp0_plusAssign, tmp1_plusAssign);
|
|
10480
10480
|
}
|
|
@@ -10535,7 +10535,7 @@
|
|
|
10535
10535
|
tmp$ret$8 = tmp$ret$7.u7();
|
|
10536
10536
|
tmp$ret$9 = tmp$ret$8;
|
|
10537
10537
|
tmp$ret$10 = tmp$ret$9;
|
|
10538
|
-
tmp_8.
|
|
10538
|
+
tmp_8.q3j_1 = tmp$ret$10;
|
|
10539
10539
|
$this.label = label;
|
|
10540
10540
|
return $this;
|
|
10541
10541
|
}
|
|
@@ -10544,7 +10544,7 @@
|
|
|
10544
10544
|
}
|
|
10545
10545
|
function TractPage$Card$labelParent$delegate$lambda$lambda(this$0) {
|
|
10546
10546
|
return function () {
|
|
10547
|
-
return this$0.
|
|
10547
|
+
return this$0.z2x();
|
|
10548
10548
|
};
|
|
10549
10549
|
}
|
|
10550
10550
|
function TractPage$Card$labelParent$delegate$lambda(this$0) {
|
|
@@ -10561,7 +10561,7 @@
|
|
|
10561
10561
|
parser.u2r(2, tmp, 'page');
|
|
10562
10562
|
var tmp_0 = $this;
|
|
10563
10563
|
var tmp0_safe_receiver = parser.o2t('card-text-color');
|
|
10564
|
-
tmp_0.
|
|
10564
|
+
tmp_0.a3j_1 = tmp0_safe_receiver == null ? null : toColorOrNull(tmp0_safe_receiver);
|
|
10565
10565
|
var header = null;
|
|
10566
10566
|
var hero = null;
|
|
10567
10567
|
var tmp_1 = $this;
|
|
@@ -10639,11 +10639,11 @@
|
|
|
10639
10639
|
function TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, $this) {
|
|
10640
10640
|
manifest = manifest === VOID ? createTestManifest() : manifest;
|
|
10641
10641
|
fileName = fileName === VOID ? null : fileName;
|
|
10642
|
-
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().
|
|
10642
|
+
backgroundColor = backgroundColor === VOID ? Companion_getInstance_48().f33_1 : backgroundColor;
|
|
10643
10643
|
backgroundImage = backgroundImage === VOID ? null : backgroundImage;
|
|
10644
10644
|
primaryColor = primaryColor === VOID ? null : primaryColor;
|
|
10645
|
-
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().
|
|
10646
|
-
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().
|
|
10645
|
+
backgroundImageGravity = backgroundImageGravity === VOID ? Companion_getInstance_48().g33_1 : backgroundImageGravity;
|
|
10646
|
+
backgroundImageScaleType = backgroundImageScaleType === VOID ? Companion_getInstance_48().h33_1 : backgroundImageScaleType;
|
|
10647
10647
|
textColor = textColor === VOID ? null : textColor;
|
|
10648
10648
|
var tmp;
|
|
10649
10649
|
if (textScale === VOID) {
|
|
@@ -10659,7 +10659,7 @@
|
|
|
10659
10659
|
callToAction = callToAction === VOID ? null : callToAction;
|
|
10660
10660
|
Page_init_$Init$_0(manifest, VOID, fileName, VOID, primaryColor, backgroundColor, backgroundImage, backgroundImageGravity, backgroundImageScaleType, VOID, cardBackgroundColor, textColor, textScale, $this);
|
|
10661
10661
|
TractPage.call($this);
|
|
10662
|
-
$this.
|
|
10662
|
+
$this.a3j_1 = cardTextColor;
|
|
10663
10663
|
$this.header = null;
|
|
10664
10664
|
$this.hero = null;
|
|
10665
10665
|
var tmp_0 = $this;
|
|
@@ -10680,16 +10680,16 @@
|
|
|
10680
10680
|
function createTestTractPage(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction) {
|
|
10681
10681
|
return TractPage_init_$Init$_0(manifest, fileName, backgroundColor, backgroundImage, primaryColor, backgroundImageGravity, backgroundImageScaleType, textColor, textScale, cardBackgroundColor, cardTextColor, cards, callToAction, objectCreate(protoOf(TractPage)));
|
|
10682
10682
|
}
|
|
10683
|
-
protoOf(Card_1).
|
|
10683
|
+
protoOf(Card_1).d3j = function () {
|
|
10684
10684
|
return this.page;
|
|
10685
10685
|
};
|
|
10686
|
-
protoOf(Card_1).
|
|
10686
|
+
protoOf(Card_1).p2u = function () {
|
|
10687
10687
|
return this.page.id + '-' + this.position;
|
|
10688
10688
|
};
|
|
10689
|
-
protoOf(Card_1).
|
|
10689
|
+
protoOf(Card_1).i3e = function () {
|
|
10690
10690
|
return this.position;
|
|
10691
10691
|
};
|
|
10692
|
-
protoOf(Card_1).
|
|
10692
|
+
protoOf(Card_1).s3j = function () {
|
|
10693
10693
|
var tmp$ret$1;
|
|
10694
10694
|
// Inline function 'kotlin.takeUnless' call
|
|
10695
10695
|
var tmp0_takeUnless = this.page.visibleCards.l1(this);
|
|
@@ -10706,40 +10706,40 @@
|
|
|
10706
10706
|
tmp$ret$1 = tmp;
|
|
10707
10707
|
return tmp$ret$1;
|
|
10708
10708
|
};
|
|
10709
|
-
protoOf(Card_1).
|
|
10709
|
+
protoOf(Card_1).t3j = function () {
|
|
10710
10710
|
return equals(this, lastOrNull(this.page.visibleCards));
|
|
10711
10711
|
};
|
|
10712
|
-
protoOf(Card_1).
|
|
10712
|
+
protoOf(Card_1).l3e = function () {
|
|
10713
10713
|
return this.isHidden;
|
|
10714
10714
|
};
|
|
10715
|
-
protoOf(Card_1).
|
|
10715
|
+
protoOf(Card_1).m3e = function () {
|
|
10716
10716
|
return this.listeners;
|
|
10717
10717
|
};
|
|
10718
|
-
protoOf(Card_1).
|
|
10718
|
+
protoOf(Card_1).p36 = function () {
|
|
10719
10719
|
return this.dismissListeners;
|
|
10720
10720
|
};
|
|
10721
|
+
protoOf(Card_1).s36 = function () {
|
|
10722
|
+
var tmp0_elvis_lhs = this.k3j_1;
|
|
10723
|
+
return tmp0_elvis_lhs == null ? this.page.c2y() : tmp0_elvis_lhs;
|
|
10724
|
+
};
|
|
10721
10725
|
protoOf(Card_1).t36 = function () {
|
|
10722
|
-
|
|
10723
|
-
return tmp0_elvis_lhs == null ? this.page.d2y() : tmp0_elvis_lhs;
|
|
10726
|
+
return getResource(this, this.l3j_1);
|
|
10724
10727
|
};
|
|
10725
10728
|
protoOf(Card_1).u36 = function () {
|
|
10726
|
-
return
|
|
10729
|
+
return this.m3j_1;
|
|
10727
10730
|
};
|
|
10728
10731
|
protoOf(Card_1).v36 = function () {
|
|
10729
10732
|
return this.n3j_1;
|
|
10730
10733
|
};
|
|
10731
|
-
protoOf(Card_1).
|
|
10732
|
-
|
|
10733
|
-
};
|
|
10734
|
-
protoOf(Card_1).y2x = function () {
|
|
10735
|
-
var tmp0_elvis_lhs = this.p3j_1;
|
|
10734
|
+
protoOf(Card_1).x2x = function () {
|
|
10735
|
+
var tmp0_elvis_lhs = this.o3j_1;
|
|
10736
10736
|
return tmp0_elvis_lhs == null ? this.page.cardTextColor : tmp0_elvis_lhs;
|
|
10737
10737
|
};
|
|
10738
|
-
protoOf(Card_1).
|
|
10738
|
+
protoOf(Card_1).t3h = function () {
|
|
10739
10739
|
return this.label;
|
|
10740
10740
|
};
|
|
10741
10741
|
protoOf(Card_1).t2s = function () {
|
|
10742
|
-
return this.
|
|
10742
|
+
return this.q3j_1;
|
|
10743
10743
|
};
|
|
10744
10744
|
protoOf(Card_1).c2t = function () {
|
|
10745
10745
|
var tmp$ret$3;
|
|
@@ -10764,8 +10764,8 @@
|
|
|
10764
10764
|
tmp$ret$3 = tmp$ret$2;
|
|
10765
10765
|
return tmp$ret$3;
|
|
10766
10766
|
};
|
|
10767
|
-
protoOf(Card_1).
|
|
10768
|
-
return this.
|
|
10767
|
+
protoOf(Card_1).o3d = function () {
|
|
10768
|
+
return this.r3j_1;
|
|
10769
10769
|
};
|
|
10770
10770
|
protoOf(Card_1)._getAnalyticsEvents = function (type) {
|
|
10771
10771
|
var tmp0_subject = type;
|
|
@@ -10775,7 +10775,7 @@
|
|
|
10775
10775
|
case 1:
|
|
10776
10776
|
var tmp$ret$2;
|
|
10777
10777
|
// Inline function 'kotlin.collections.filter' call
|
|
10778
|
-
var tmp1_filter = this.
|
|
10778
|
+
var tmp1_filter = this.r3j_1;
|
|
10779
10779
|
var tmp$ret$1;
|
|
10780
10780
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10781
10781
|
var tmp0_filterTo = ArrayList_init_$Create$();
|
|
@@ -10797,7 +10797,7 @@
|
|
|
10797
10797
|
case 2:
|
|
10798
10798
|
var tmp$ret$5;
|
|
10799
10799
|
// Inline function 'kotlin.collections.filter' call
|
|
10800
|
-
var tmp3_filter = this.
|
|
10800
|
+
var tmp3_filter = this.r3j_1;
|
|
10801
10801
|
var tmp$ret$4;
|
|
10802
10802
|
// Inline function 'kotlin.collections.filterTo' call
|
|
10803
10803
|
var tmp2_filterTo = ArrayList_init_$Create$();
|
|
@@ -10825,12 +10825,12 @@
|
|
|
10825
10825
|
function Card_1() {
|
|
10826
10826
|
Companion_getInstance_58();
|
|
10827
10827
|
var tmp = this;
|
|
10828
|
-
tmp.
|
|
10828
|
+
tmp.p3j_1 = lazy(TractPage$Card$labelParent$delegate$lambda(this));
|
|
10829
10829
|
}
|
|
10830
|
-
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).
|
|
10831
|
-
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).
|
|
10832
|
-
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).
|
|
10833
|
-
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).
|
|
10830
|
+
defineProp(protoOf(Card_1), 'id', protoOf(Card_1).p2u);
|
|
10831
|
+
defineProp(protoOf(Card_1), 'visiblePosition', protoOf(Card_1).s3j);
|
|
10832
|
+
defineProp(protoOf(Card_1), 'isLastVisibleCard', protoOf(Card_1).t3j);
|
|
10833
|
+
defineProp(protoOf(Card_1), 'backgroundImage', protoOf(Card_1).t36);
|
|
10834
10834
|
defineProp(protoOf(Card_1), '_content', function () {
|
|
10835
10835
|
return this.t2s();
|
|
10836
10836
|
});
|
|
@@ -10932,25 +10932,25 @@
|
|
|
10932
10932
|
tmp$ret$2 = tmp$ret$1;
|
|
10933
10933
|
return tmp$ret$2;
|
|
10934
10934
|
}
|
|
10935
|
-
protoOf(TractPage).
|
|
10935
|
+
protoOf(TractPage).u3j = function () {
|
|
10936
10936
|
return equals(lastOrNull(this.a2p()._pages), this);
|
|
10937
10937
|
};
|
|
10938
|
-
protoOf(TractPage).
|
|
10939
|
-
return this.
|
|
10938
|
+
protoOf(TractPage).o3d = function () {
|
|
10939
|
+
return this.z3i_1;
|
|
10940
10940
|
};
|
|
10941
|
-
protoOf(TractPage).
|
|
10941
|
+
protoOf(TractPage).v3j = function () {
|
|
10942
10942
|
return this.header;
|
|
10943
10943
|
};
|
|
10944
|
-
protoOf(TractPage).
|
|
10944
|
+
protoOf(TractPage).w3j = function () {
|
|
10945
10945
|
return this.hero;
|
|
10946
10946
|
};
|
|
10947
|
-
protoOf(TractPage).
|
|
10947
|
+
protoOf(TractPage).x3j = function () {
|
|
10948
10948
|
return this.modals;
|
|
10949
10949
|
};
|
|
10950
|
-
protoOf(TractPage).
|
|
10950
|
+
protoOf(TractPage).y3j = function () {
|
|
10951
10951
|
return this.callToAction;
|
|
10952
10952
|
};
|
|
10953
|
-
protoOf(TractPage).
|
|
10953
|
+
protoOf(TractPage).p3d = function (type) {
|
|
10954
10954
|
return type.equals(Type_TRACT_getInstance());
|
|
10955
10955
|
};
|
|
10956
10956
|
protoOf(TractPage).findModal = function (id) {
|
|
@@ -10973,10 +10973,10 @@
|
|
|
10973
10973
|
}
|
|
10974
10974
|
return tmp$ret$1;
|
|
10975
10975
|
};
|
|
10976
|
-
protoOf(TractPage).
|
|
10976
|
+
protoOf(TractPage).z3j = function () {
|
|
10977
10977
|
return this.cards;
|
|
10978
10978
|
};
|
|
10979
|
-
protoOf(TractPage).
|
|
10979
|
+
protoOf(TractPage).a3k = function () {
|
|
10980
10980
|
var tmp$ret$2;
|
|
10981
10981
|
// Inline function 'kotlin.collections.filter' call
|
|
10982
10982
|
var tmp1_filter = this.cards;
|
|
@@ -10997,16 +10997,16 @@
|
|
|
10997
10997
|
tmp$ret$2 = tmp$ret$1;
|
|
10998
10998
|
return tmp$ret$2;
|
|
10999
10999
|
};
|
|
11000
|
-
protoOf(TractPage).
|
|
11001
|
-
var tmp0_elvis_lhs = this.
|
|
11002
|
-
return tmp0_elvis_lhs == null ? this.
|
|
11000
|
+
protoOf(TractPage).b3k = function () {
|
|
11001
|
+
var tmp0_elvis_lhs = this.a3j_1;
|
|
11002
|
+
return tmp0_elvis_lhs == null ? this.x2x() : tmp0_elvis_lhs;
|
|
11003
11003
|
};
|
|
11004
11004
|
function TractPage() {
|
|
11005
|
-
this.
|
|
11005
|
+
this.z3i_1 = emptyList();
|
|
11006
11006
|
}
|
|
11007
|
-
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).
|
|
11008
|
-
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).
|
|
11009
|
-
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).
|
|
11007
|
+
defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).u3j);
|
|
11008
|
+
defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).a3k);
|
|
11009
|
+
defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).b3k);
|
|
11010
11010
|
defineProp(protoOf(TractPage), 'stylesParent', function () {
|
|
11011
11011
|
return this.a2t();
|
|
11012
11012
|
});
|
|
@@ -11048,11 +11048,11 @@
|
|
|
11048
11048
|
return EMPTY_instance;
|
|
11049
11049
|
}
|
|
11050
11050
|
function SetOnceProperty() {
|
|
11051
|
-
this.
|
|
11051
|
+
this.c3k_1 = EMPTY_getInstance();
|
|
11052
11052
|
}
|
|
11053
|
-
protoOf(SetOnceProperty).
|
|
11053
|
+
protoOf(SetOnceProperty).d3k = function (thisRef, property) {
|
|
11054
11054
|
// Inline function 'kotlin.check' call
|
|
11055
|
-
var tmp0_check = !(this.
|
|
11055
|
+
var tmp0_check = !(this.c3k_1 === EMPTY_getInstance());
|
|
11056
11056
|
// Inline function 'kotlin.contracts.contract' call
|
|
11057
11057
|
if (!tmp0_check) {
|
|
11058
11058
|
var tmp$ret$0;
|
|
@@ -11061,15 +11061,15 @@
|
|
|
11061
11061
|
var message = tmp$ret$0;
|
|
11062
11062
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
11063
11063
|
}
|
|
11064
|
-
var tmp = this.
|
|
11064
|
+
var tmp = this.c3k_1;
|
|
11065
11065
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
11066
11066
|
};
|
|
11067
|
-
protoOf(SetOnceProperty).
|
|
11068
|
-
return this.
|
|
11067
|
+
protoOf(SetOnceProperty).o37 = function (thisRef, property) {
|
|
11068
|
+
return this.d3k(isObject(thisRef) ? thisRef : THROW_CCE(), property);
|
|
11069
11069
|
};
|
|
11070
|
-
protoOf(SetOnceProperty).
|
|
11070
|
+
protoOf(SetOnceProperty).e3k = function (thisRef, property, value) {
|
|
11071
11071
|
// Inline function 'kotlin.check' call
|
|
11072
|
-
var tmp0_check = this.
|
|
11072
|
+
var tmp0_check = this.c3k_1 === EMPTY_getInstance();
|
|
11073
11073
|
// Inline function 'kotlin.contracts.contract' call
|
|
11074
11074
|
if (!tmp0_check) {
|
|
11075
11075
|
var tmp$ret$0;
|
|
@@ -11078,11 +11078,11 @@
|
|
|
11078
11078
|
var message = tmp$ret$0;
|
|
11079
11079
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
11080
11080
|
}
|
|
11081
|
-
this.
|
|
11081
|
+
this.c3k_1 = value;
|
|
11082
11082
|
};
|
|
11083
|
-
protoOf(SetOnceProperty).
|
|
11083
|
+
protoOf(SetOnceProperty).a36 = function (thisRef, property, value) {
|
|
11084
11084
|
var tmp = isObject(thisRef) ? thisRef : THROW_CCE();
|
|
11085
|
-
return this.
|
|
11085
|
+
return this.e3k(tmp, property, (value == null ? true : isObject(value)) ? value : THROW_CCE());
|
|
11086
11086
|
};
|
|
11087
11087
|
function get_isHttpUrl(_this__u8e3s4) {
|
|
11088
11088
|
var tmp$ret$0;
|
|
@@ -11114,15 +11114,15 @@
|
|
|
11114
11114
|
}
|
|
11115
11115
|
function QName(uri, local) {
|
|
11116
11116
|
uri = uri === VOID ? null : uri;
|
|
11117
|
-
this.
|
|
11118
|
-
this.
|
|
11117
|
+
this.f3k_1 = uri;
|
|
11118
|
+
this.g3k_1 = local;
|
|
11119
11119
|
}
|
|
11120
11120
|
protoOf(QName).toString = function () {
|
|
11121
|
-
return 'QName(uri=' + this.
|
|
11121
|
+
return 'QName(uri=' + this.f3k_1 + ', local=' + this.g3k_1 + ')';
|
|
11122
11122
|
};
|
|
11123
11123
|
protoOf(QName).hashCode = function () {
|
|
11124
|
-
var result = this.
|
|
11125
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
11124
|
+
var result = this.f3k_1 == null ? 0 : getStringHashCode(this.f3k_1);
|
|
11125
|
+
result = imul(result, 31) + getStringHashCode(this.g3k_1) | 0;
|
|
11126
11126
|
return result;
|
|
11127
11127
|
};
|
|
11128
11128
|
protoOf(QName).equals = function (other) {
|
|
@@ -11131,9 +11131,9 @@
|
|
|
11131
11131
|
if (!(other instanceof QName))
|
|
11132
11132
|
return false;
|
|
11133
11133
|
var tmp0_other_with_cast = other instanceof QName ? other : THROW_CCE();
|
|
11134
|
-
if (!(this.
|
|
11134
|
+
if (!(this.f3k_1 == tmp0_other_with_cast.f3k_1))
|
|
11135
11135
|
return false;
|
|
11136
|
-
if (!(this.
|
|
11136
|
+
if (!(this.g3k_1 === tmp0_other_with_cast.g3k_1))
|
|
11137
11137
|
return false;
|
|
11138
11138
|
return true;
|
|
11139
11139
|
};
|
|
@@ -11141,63 +11141,63 @@
|
|
|
11141
11141
|
qname = qname === VOID ? null : qname;
|
|
11142
11142
|
content = content === VOID ? null : content;
|
|
11143
11143
|
attrs = attrs === VOID ? null : attrs;
|
|
11144
|
-
this.
|
|
11145
|
-
this.
|
|
11146
|
-
this.
|
|
11147
|
-
this.
|
|
11144
|
+
this.h3k_1 = type;
|
|
11145
|
+
this.i3k_1 = qname;
|
|
11146
|
+
this.j3k_1 = content;
|
|
11147
|
+
this.k3k_1 = attrs;
|
|
11148
11148
|
}
|
|
11149
11149
|
function enqueueEvent($this, event) {
|
|
11150
11150
|
var tmp$ret$0;
|
|
11151
11151
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
11152
|
-
var tmp0_isNotEmpty = $this.
|
|
11152
|
+
var tmp0_isNotEmpty = $this.n3k_1;
|
|
11153
11153
|
tmp$ret$0 = charSequenceLength(tmp0_isNotEmpty) > 0;
|
|
11154
11154
|
if (tmp$ret$0) {
|
|
11155
11155
|
var tmp0_this = $this;
|
|
11156
11156
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
11157
|
-
var tmp1_plusAssign = tmp0_this.
|
|
11157
|
+
var tmp1_plusAssign = tmp0_this.m3k_1;
|
|
11158
11158
|
Companion_getInstance_59();
|
|
11159
|
-
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.
|
|
11159
|
+
var tmp2_plusAssign = new ParserEvent(4, VOID, $this.n3k_1.toString());
|
|
11160
11160
|
tmp1_plusAssign.b(tmp2_plusAssign);
|
|
11161
|
-
$this.
|
|
11161
|
+
$this.n3k_1.jb();
|
|
11162
11162
|
}
|
|
11163
11163
|
var tmp1_this = $this;
|
|
11164
11164
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
11165
|
-
var tmp3_plusAssign = tmp1_this.
|
|
11165
|
+
var tmp3_plusAssign = tmp1_this.m3k_1;
|
|
11166
11166
|
tmp3_plusAssign.b(event);
|
|
11167
11167
|
}
|
|
11168
11168
|
function SaxXmlPullParser() {
|
|
11169
11169
|
var tmp = this;
|
|
11170
11170
|
Companion_getInstance_59();
|
|
11171
|
-
tmp.
|
|
11171
|
+
tmp.l3k_1 = new ParserEvent(0);
|
|
11172
11172
|
var tmp_0 = this;
|
|
11173
11173
|
var tmp$ret$0;
|
|
11174
11174
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
11175
11175
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
11176
|
-
tmp_0.
|
|
11177
|
-
this.
|
|
11176
|
+
tmp_0.m3k_1 = tmp$ret$0;
|
|
11177
|
+
this.n3k_1 = StringBuilder_init_$Create$();
|
|
11178
11178
|
}
|
|
11179
11179
|
protoOf(SaxXmlPullParser).v2r = function () {
|
|
11180
|
-
return this.
|
|
11180
|
+
return this.l3k_1.h3k_1;
|
|
11181
11181
|
};
|
|
11182
11182
|
protoOf(SaxXmlPullParser).w2r = function () {
|
|
11183
|
-
var tmp0_safe_receiver = this.
|
|
11184
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11183
|
+
var tmp0_safe_receiver = this.l3k_1.i3k_1;
|
|
11184
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f3k_1;
|
|
11185
11185
|
};
|
|
11186
11186
|
protoOf(SaxXmlPullParser).id = function () {
|
|
11187
|
-
var tmp0_safe_receiver = this.
|
|
11188
|
-
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11187
|
+
var tmp0_safe_receiver = this.l3k_1.i3k_1;
|
|
11188
|
+
return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.g3k_1;
|
|
11189
11189
|
};
|
|
11190
11190
|
protoOf(SaxXmlPullParser).u2r = function (type, namespace, name) {
|
|
11191
11191
|
var tmp$ret$0;
|
|
11192
11192
|
// Inline function 'kotlin.with' call
|
|
11193
|
-
var tmp0_with = this.
|
|
11193
|
+
var tmp0_with = this.l3k_1;
|
|
11194
11194
|
// Inline function 'kotlin.contracts.contract' call
|
|
11195
|
-
if (!(tmp0_with.
|
|
11195
|
+
if (!(tmp0_with.h3k_1 === type))
|
|
11196
11196
|
throw new XmlPullParserException('expected ' + type);
|
|
11197
11197
|
var tmp;
|
|
11198
11198
|
if (!(namespace == null)) {
|
|
11199
|
-
var tmp0_safe_receiver = tmp0_with.
|
|
11200
|
-
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
11199
|
+
var tmp0_safe_receiver = tmp0_with.i3k_1;
|
|
11200
|
+
tmp = !(namespace == (tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f3k_1));
|
|
11201
11201
|
} else {
|
|
11202
11202
|
tmp = false;
|
|
11203
11203
|
}
|
|
@@ -11206,8 +11206,8 @@
|
|
|
11206
11206
|
var tmp_0;
|
|
11207
11207
|
var tmp_1;
|
|
11208
11208
|
if (!(name == null)) {
|
|
11209
|
-
var tmp1_safe_receiver = tmp0_with.
|
|
11210
|
-
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
11209
|
+
var tmp1_safe_receiver = tmp0_with.i3k_1;
|
|
11210
|
+
tmp_1 = !((tmp1_safe_receiver == null ? null : tmp1_safe_receiver.g3k_1) == name);
|
|
11211
11211
|
} else {
|
|
11212
11212
|
tmp_1 = false;
|
|
11213
11213
|
}
|
|
@@ -11220,12 +11220,12 @@
|
|
|
11220
11220
|
protoOf(SaxXmlPullParser).h = function () {
|
|
11221
11221
|
var tmp$ret$0;
|
|
11222
11222
|
// Inline function 'kotlin.also' call
|
|
11223
|
-
var tmp0_also = removeFirst(this.
|
|
11223
|
+
var tmp0_also = removeFirst(this.m3k_1);
|
|
11224
11224
|
// Inline function 'kotlin.contracts.contract' call
|
|
11225
11225
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.next.<anonymous>' call
|
|
11226
|
-
this.
|
|
11226
|
+
this.l3k_1 = tmp0_also;
|
|
11227
11227
|
tmp$ret$0 = tmp0_also;
|
|
11228
|
-
return tmp$ret$0.
|
|
11228
|
+
return tmp$ret$0.h3k_1;
|
|
11229
11229
|
};
|
|
11230
11230
|
protoOf(SaxXmlPullParser).o2p = function () {
|
|
11231
11231
|
var tmp;
|
|
@@ -11234,7 +11234,7 @@
|
|
|
11234
11234
|
if (tmp_0 === 4) {
|
|
11235
11235
|
var tmp$ret$0;
|
|
11236
11236
|
// Inline function 'kotlin.text.isNullOrBlank' call
|
|
11237
|
-
var tmp0_isNullOrBlank = this.
|
|
11237
|
+
var tmp0_isNullOrBlank = this.l3k_1.j3k_1;
|
|
11238
11238
|
// Inline function 'kotlin.contracts.contract' call
|
|
11239
11239
|
tmp$ret$0 = tmp0_isNullOrBlank == null ? true : isBlank(tmp0_isNullOrBlank);
|
|
11240
11240
|
tmp = tmp$ret$0;
|
|
@@ -11244,23 +11244,23 @@
|
|
|
11244
11244
|
if (tmp) {
|
|
11245
11245
|
this.h();
|
|
11246
11246
|
}
|
|
11247
|
-
var event = this.
|
|
11247
|
+
var event = this.l3k_1;
|
|
11248
11248
|
var tmp_1;
|
|
11249
11249
|
Companion_getInstance_59();
|
|
11250
|
-
if (!(event.
|
|
11250
|
+
if (!(event.h3k_1 === 2)) {
|
|
11251
11251
|
Companion_getInstance_59();
|
|
11252
|
-
tmp_1 = !(event.
|
|
11252
|
+
tmp_1 = !(event.h3k_1 === 3);
|
|
11253
11253
|
} else {
|
|
11254
11254
|
tmp_1 = false;
|
|
11255
11255
|
}
|
|
11256
11256
|
if (tmp_1) {
|
|
11257
|
-
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.
|
|
11257
|
+
throw new XmlPullParserException('Expected start or end tag. Found: ' + event.h3k_1);
|
|
11258
11258
|
}
|
|
11259
|
-
return event.
|
|
11259
|
+
return event.h3k_1;
|
|
11260
11260
|
};
|
|
11261
|
-
protoOf(SaxXmlPullParser).
|
|
11261
|
+
protoOf(SaxXmlPullParser).n3b = function () {
|
|
11262
11262
|
Companion_getInstance_59();
|
|
11263
|
-
this.
|
|
11263
|
+
this.q3g(2);
|
|
11264
11264
|
var tmp0_subject = this.h();
|
|
11265
11265
|
var tmp;
|
|
11266
11266
|
Companion_getInstance_59();
|
|
@@ -11269,7 +11269,7 @@
|
|
|
11269
11269
|
// Inline function 'kotlin.also' call
|
|
11270
11270
|
var tmp$ret$0;
|
|
11271
11271
|
// Inline function 'kotlin.text.orEmpty' call
|
|
11272
|
-
var tmp0_orEmpty = this.
|
|
11272
|
+
var tmp0_orEmpty = this.l3k_1.j3k_1;
|
|
11273
11273
|
var tmp0_elvis_lhs = tmp0_orEmpty;
|
|
11274
11274
|
tmp$ret$0 = tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
11275
11275
|
var tmp1_also = tmp$ret$0;
|
|
@@ -11301,16 +11301,16 @@
|
|
|
11301
11301
|
}
|
|
11302
11302
|
return tmp;
|
|
11303
11303
|
};
|
|
11304
|
-
protoOf(SaxXmlPullParser).
|
|
11304
|
+
protoOf(SaxXmlPullParser).m2v = function (namespace, name) {
|
|
11305
11305
|
var tmp$ret$1;
|
|
11306
11306
|
// Inline function 'kotlin.takeIf' call
|
|
11307
|
-
var tmp0_takeIf = this.
|
|
11307
|
+
var tmp0_takeIf = this.l3k_1;
|
|
11308
11308
|
// Inline function 'kotlin.contracts.contract' call
|
|
11309
11309
|
var tmp;
|
|
11310
11310
|
var tmp$ret$0;
|
|
11311
11311
|
// Inline function 'org.cru.godtools.shared.tool.parser.xml.SaxXmlPullParser.getAttributeValue.<anonymous>' call
|
|
11312
11312
|
Companion_getInstance_59();
|
|
11313
|
-
tmp$ret$0 = tmp0_takeIf.
|
|
11313
|
+
tmp$ret$0 = tmp0_takeIf.h3k_1 === 2;
|
|
11314
11314
|
if (tmp$ret$0) {
|
|
11315
11315
|
tmp = tmp0_takeIf;
|
|
11316
11316
|
} else {
|
|
@@ -11325,27 +11325,27 @@
|
|
|
11325
11325
|
tmp_0 = tmp0_elvis_lhs;
|
|
11326
11326
|
}
|
|
11327
11327
|
var event = tmp_0;
|
|
11328
|
-
var tmp1_safe_receiver = event.
|
|
11328
|
+
var tmp1_safe_receiver = event.k3k_1;
|
|
11329
11329
|
return tmp1_safe_receiver == null ? null : tmp1_safe_receiver.c2(new QName(namespace, name));
|
|
11330
11330
|
};
|
|
11331
|
-
protoOf(SaxXmlPullParser).
|
|
11331
|
+
protoOf(SaxXmlPullParser).o3k = function (qname, attrs) {
|
|
11332
11332
|
Companion_getInstance_59();
|
|
11333
11333
|
enqueueEvent(this, new ParserEvent(2, qname, VOID, attrs));
|
|
11334
11334
|
};
|
|
11335
|
-
protoOf(SaxXmlPullParser).
|
|
11336
|
-
this.
|
|
11335
|
+
protoOf(SaxXmlPullParser).p3k = function (text) {
|
|
11336
|
+
this.n3k_1.ib(text);
|
|
11337
11337
|
};
|
|
11338
|
-
protoOf(SaxXmlPullParser).
|
|
11338
|
+
protoOf(SaxXmlPullParser).q3k = function (qname) {
|
|
11339
11339
|
Companion_getInstance_59();
|
|
11340
11340
|
enqueueEvent(this, new ParserEvent(3, qname));
|
|
11341
11341
|
};
|
|
11342
11342
|
function Companion_56() {
|
|
11343
11343
|
Companion_instance_56 = this;
|
|
11344
|
-
this.
|
|
11345
|
-
this.
|
|
11346
|
-
this.
|
|
11347
|
-
this.
|
|
11348
|
-
this.
|
|
11344
|
+
this.r3k_1 = 0;
|
|
11345
|
+
this.s3k_1 = 1;
|
|
11346
|
+
this.t3k_1 = 2;
|
|
11347
|
+
this.u3k_1 = 3;
|
|
11348
|
+
this.v3k_1 = 4;
|
|
11349
11349
|
}
|
|
11350
11350
|
var Companion_instance_56;
|
|
11351
11351
|
function Companion_getInstance_59() {
|
|
@@ -11399,26 +11399,26 @@
|
|
|
11399
11399
|
}
|
|
11400
11400
|
var SAX_OPTIONS;
|
|
11401
11401
|
function InternalSAXParser($outer) {
|
|
11402
|
-
this.
|
|
11402
|
+
this.w3k_1 = $outer;
|
|
11403
11403
|
SAXParser.call(this, true, get_SAX_OPTIONS());
|
|
11404
11404
|
}
|
|
11405
|
-
protoOf(InternalSAXParser).
|
|
11406
|
-
return this.
|
|
11405
|
+
protoOf(InternalSAXParser).x3k = function (tag) {
|
|
11406
|
+
return this.w3k_1.o3k(new QName(tag.uri, tag.local), convert(tag.attributes, this.w3k_1));
|
|
11407
11407
|
};
|
|
11408
11408
|
protoOf(InternalSAXParser).onopentag = function (tag) {
|
|
11409
|
-
return this.
|
|
11409
|
+
return this.x3k(tag);
|
|
11410
11410
|
};
|
|
11411
|
-
protoOf(InternalSAXParser).
|
|
11412
|
-
return this.
|
|
11411
|
+
protoOf(InternalSAXParser).y3k = function (tagName) {
|
|
11412
|
+
return this.w3k_1.q3k(new QName(VOID, tagName));
|
|
11413
11413
|
};
|
|
11414
11414
|
protoOf(InternalSAXParser).onclosetag = function (tagName) {
|
|
11415
|
-
return this.
|
|
11415
|
+
return this.y3k(tagName);
|
|
11416
11416
|
};
|
|
11417
|
-
protoOf(InternalSAXParser).
|
|
11418
|
-
return this.
|
|
11417
|
+
protoOf(InternalSAXParser).z3k = function (t) {
|
|
11418
|
+
return this.w3k_1.p3k(t);
|
|
11419
11419
|
};
|
|
11420
11420
|
protoOf(InternalSAXParser).ontext = function (t) {
|
|
11421
|
-
return this.
|
|
11421
|
+
return this.z3k(t);
|
|
11422
11422
|
};
|
|
11423
11423
|
function convert(_this__u8e3s4, $this) {
|
|
11424
11424
|
var tmp$ret$7;
|
|
@@ -11486,16 +11486,16 @@
|
|
|
11486
11486
|
tmp0_apply.write(xml);
|
|
11487
11487
|
tmp0_apply.close();
|
|
11488
11488
|
tmp$ret$0 = tmp0_apply;
|
|
11489
|
-
tmp.
|
|
11489
|
+
tmp.d3l_1 = tmp$ret$0;
|
|
11490
11490
|
}
|
|
11491
11491
|
function SAX_OPTIONS$1() {
|
|
11492
|
-
this.
|
|
11492
|
+
this.e3l_1 = true;
|
|
11493
11493
|
}
|
|
11494
|
-
protoOf(SAX_OPTIONS$1).
|
|
11495
|
-
return this.
|
|
11494
|
+
protoOf(SAX_OPTIONS$1).f3l = function () {
|
|
11495
|
+
return this.e3l_1;
|
|
11496
11496
|
};
|
|
11497
11497
|
defineProp(protoOf(SAX_OPTIONS$1), 'xmlns', function () {
|
|
11498
|
-
return this.
|
|
11498
|
+
return this.f3l();
|
|
11499
11499
|
});
|
|
11500
11500
|
var properties_initialized_JsXmlPullParser_kt_u4cdem;
|
|
11501
11501
|
function _init_properties_JsXmlPullParser_kt__2zt5j4() {
|
|
@@ -11507,8 +11507,8 @@
|
|
|
11507
11507
|
}
|
|
11508
11508
|
function $getXmlParserCOROUTINE$1(_this__u8e3s4, fileName, resultContinuation) {
|
|
11509
11509
|
CoroutineImpl.call(this, resultContinuation);
|
|
11510
|
-
this.
|
|
11511
|
-
this.
|
|
11510
|
+
this.o3l_1 = _this__u8e3s4;
|
|
11511
|
+
this.p3l_1 = fileName;
|
|
11512
11512
|
}
|
|
11513
11513
|
protoOf($getXmlParserCOROUTINE$1).ue = function () {
|
|
11514
11514
|
var suspendResult = this.de_1;
|
|
@@ -11519,7 +11519,7 @@
|
|
|
11519
11519
|
case 0:
|
|
11520
11520
|
this.ce_1 = 2;
|
|
11521
11521
|
this.be_1 = 1;
|
|
11522
|
-
suspendResult = await_0(this.
|
|
11522
|
+
suspendResult = await_0(this.o3l_1.readFile(this.p3l_1), this);
|
|
11523
11523
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
11524
11524
|
return suspendResult;
|
|
11525
11525
|
}
|
|
@@ -11552,14 +11552,14 @@
|
|
|
11552
11552
|
function JsXmlPullParserFactory() {
|
|
11553
11553
|
XmlPullParserFactory.call(this);
|
|
11554
11554
|
}
|
|
11555
|
-
protoOf(JsXmlPullParserFactory).
|
|
11555
|
+
protoOf(JsXmlPullParserFactory).q3l = function (fileName, $completion) {
|
|
11556
11556
|
var tmp = new $getXmlParserCOROUTINE$1(this, fileName, $completion);
|
|
11557
11557
|
tmp.de_1 = Unit_getInstance();
|
|
11558
11558
|
tmp.ee_1 = null;
|
|
11559
11559
|
return tmp.ue();
|
|
11560
11560
|
};
|
|
11561
11561
|
protoOf(JsXmlPullParserFactory).n2p = function (fileName, $completion) {
|
|
11562
|
-
return this.
|
|
11562
|
+
return this.q3l(fileName, $completion);
|
|
11563
11563
|
};
|
|
11564
11564
|
function XmlPullParserException(s) {
|
|
11565
11565
|
Exception_init_$Init$(s, this);
|
|
@@ -11585,21 +11585,21 @@
|
|
|
11585
11585
|
protoOf(Button).k2t = isGone;
|
|
11586
11586
|
protoOf(Button).l2t = isGoneFlow;
|
|
11587
11587
|
protoOf(Button).getAnalyticsEvents = getAnalyticsEvents;
|
|
11588
|
-
protoOf(Button).
|
|
11588
|
+
protoOf(Button).c2x = get_isClickable;
|
|
11589
11589
|
protoOf(Card).i2t = isInvisible;
|
|
11590
11590
|
protoOf(Card).j2t = isInvisibleFlow;
|
|
11591
11591
|
protoOf(Card).k2t = isGone;
|
|
11592
11592
|
protoOf(Card).l2t = isGoneFlow;
|
|
11593
11593
|
protoOf(Card).b2t = get_content;
|
|
11594
|
-
protoOf(Category).
|
|
11595
|
-
protoOf(Category).
|
|
11596
|
-
protoOf(Category).
|
|
11597
|
-
protoOf(Category).
|
|
11598
|
-
protoOf(Category).
|
|
11599
|
-
protoOf(Category).
|
|
11600
|
-
protoOf(Category).
|
|
11601
|
-
protoOf(Category).
|
|
11602
|
-
protoOf(Category).
|
|
11594
|
+
protoOf(Category).z2x = get_primaryColor;
|
|
11595
|
+
protoOf(Category).a2y = get_primaryTextColor;
|
|
11596
|
+
protoOf(Category).b2y = get_buttonStyle;
|
|
11597
|
+
protoOf(Category).b2x = get_buttonColor;
|
|
11598
|
+
protoOf(Category).c2y = get_cardBackgroundColor;
|
|
11599
|
+
protoOf(Category).d2y = get_multiselectOptionBackgroundColor;
|
|
11600
|
+
protoOf(Category).e2y = get_multiselectOptionSelectedColor;
|
|
11601
|
+
protoOf(Category).f2y = get_textScale;
|
|
11602
|
+
protoOf(Category).g2y = get_textAlign;
|
|
11603
11603
|
protoOf(Fallback).i2t = isInvisible;
|
|
11604
11604
|
protoOf(Fallback).j2t = isInvisibleFlow;
|
|
11605
11605
|
protoOf(Fallback).k2t = isGone;
|
|
@@ -11621,7 +11621,7 @@
|
|
|
11621
11621
|
protoOf(Image).j2t = isInvisibleFlow;
|
|
11622
11622
|
protoOf(Image).k2t = isGone;
|
|
11623
11623
|
protoOf(Image).l2t = isGoneFlow;
|
|
11624
|
-
protoOf(Image).
|
|
11624
|
+
protoOf(Image).c2x = get_isClickable;
|
|
11625
11625
|
protoOf(Input).i2t = isInvisible;
|
|
11626
11626
|
protoOf(Input).j2t = isInvisibleFlow;
|
|
11627
11627
|
protoOf(Input).k2t = isGone;
|
|
@@ -11631,9 +11631,9 @@
|
|
|
11631
11631
|
protoOf(Link).k2t = isGone;
|
|
11632
11632
|
protoOf(Link).l2t = isGoneFlow;
|
|
11633
11633
|
protoOf(Link).getAnalyticsEvents = getAnalyticsEvents;
|
|
11634
|
-
protoOf(Link).
|
|
11635
|
-
protoOf(Manifest).
|
|
11636
|
-
protoOf(Manifest).
|
|
11634
|
+
protoOf(Link).c2x = get_isClickable;
|
|
11635
|
+
protoOf(Manifest).b2x = get_buttonColor;
|
|
11636
|
+
protoOf(Manifest).g2y = get_textAlign;
|
|
11637
11637
|
protoOf(Option).i2t = isInvisible;
|
|
11638
11638
|
protoOf(Option).j2t = isInvisibleFlow;
|
|
11639
11639
|
protoOf(Option).k2t = isGone;
|
|
@@ -11653,13 +11653,13 @@
|
|
|
11653
11653
|
protoOf(Spacer).j2t = isInvisibleFlow;
|
|
11654
11654
|
protoOf(Spacer).k2t = isGone;
|
|
11655
11655
|
protoOf(Spacer).l2t = isGoneFlow;
|
|
11656
|
-
protoOf(StylesOverride).
|
|
11657
|
-
protoOf(StylesOverride).
|
|
11658
|
-
protoOf(StylesOverride).
|
|
11659
|
-
protoOf(StylesOverride).
|
|
11660
|
-
protoOf(StylesOverride).
|
|
11661
|
-
protoOf(StylesOverride).
|
|
11662
|
-
protoOf(StylesOverride).
|
|
11656
|
+
protoOf(StylesOverride).z2x = get_primaryColor;
|
|
11657
|
+
protoOf(StylesOverride).a2y = get_primaryTextColor;
|
|
11658
|
+
protoOf(StylesOverride).b2y = get_buttonStyle;
|
|
11659
|
+
protoOf(StylesOverride).b2x = get_buttonColor;
|
|
11660
|
+
protoOf(StylesOverride).c2y = get_cardBackgroundColor;
|
|
11661
|
+
protoOf(StylesOverride).d2y = get_multiselectOptionBackgroundColor;
|
|
11662
|
+
protoOf(StylesOverride).e2y = get_multiselectOptionSelectedColor;
|
|
11663
11663
|
protoOf(Tab).b2t = get_content;
|
|
11664
11664
|
protoOf(Tab).getAnalyticsEvents = getAnalyticsEvents;
|
|
11665
11665
|
protoOf(Tabs).i2t = isInvisible;
|
|
@@ -11674,72 +11674,72 @@
|
|
|
11674
11674
|
protoOf(Video).j2t = isInvisibleFlow;
|
|
11675
11675
|
protoOf(Video).k2t = isGone;
|
|
11676
11676
|
protoOf(Video).l2t = isGoneFlow;
|
|
11677
|
-
protoOf(Page).
|
|
11678
|
-
protoOf(Page).
|
|
11679
|
-
protoOf(Page).
|
|
11677
|
+
protoOf(Page).b2y = get_buttonStyle;
|
|
11678
|
+
protoOf(Page).b2x = get_buttonColor;
|
|
11679
|
+
protoOf(Page).g2y = get_textAlign;
|
|
11680
11680
|
protoOf(Page).getAnalyticsEvents = getAnalyticsEvents;
|
|
11681
|
-
protoOf(LessonPage).
|
|
11682
|
-
protoOf(LessonPage).
|
|
11683
|
-
protoOf(LessonPage).
|
|
11681
|
+
protoOf(LessonPage).b2y = get_buttonStyle;
|
|
11682
|
+
protoOf(LessonPage).b2x = get_buttonColor;
|
|
11683
|
+
protoOf(LessonPage).g2y = get_textAlign;
|
|
11684
11684
|
protoOf(LessonPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11685
11685
|
protoOf(LessonPage).b2t = get_content;
|
|
11686
11686
|
protoOf(Card_0).b2t = get_content;
|
|
11687
11687
|
protoOf(Card_0).getAnalyticsEvents = getAnalyticsEvents;
|
|
11688
|
-
protoOf(CardCollectionPage).
|
|
11689
|
-
protoOf(CardCollectionPage).
|
|
11690
|
-
protoOf(CardCollectionPage).
|
|
11688
|
+
protoOf(CardCollectionPage).b2y = get_buttonStyle;
|
|
11689
|
+
protoOf(CardCollectionPage).b2x = get_buttonColor;
|
|
11690
|
+
protoOf(CardCollectionPage).g2y = get_textAlign;
|
|
11691
11691
|
protoOf(CardCollectionPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11692
|
-
protoOf(ContentPage).
|
|
11693
|
-
protoOf(ContentPage).
|
|
11694
|
-
protoOf(ContentPage).
|
|
11692
|
+
protoOf(ContentPage).b2y = get_buttonStyle;
|
|
11693
|
+
protoOf(ContentPage).b2x = get_buttonColor;
|
|
11694
|
+
protoOf(ContentPage).g2y = get_textAlign;
|
|
11695
11695
|
protoOf(ContentPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11696
11696
|
protoOf(ContentPage).b2t = get_content;
|
|
11697
11697
|
protoOf(InlineTip).i2t = isInvisible;
|
|
11698
11698
|
protoOf(InlineTip).j2t = isInvisibleFlow;
|
|
11699
11699
|
protoOf(InlineTip).k2t = isGone;
|
|
11700
11700
|
protoOf(InlineTip).l2t = isGoneFlow;
|
|
11701
|
-
protoOf(Tip).
|
|
11702
|
-
protoOf(Tip).
|
|
11703
|
-
protoOf(Tip).
|
|
11704
|
-
protoOf(Tip).
|
|
11705
|
-
protoOf(Tip).
|
|
11706
|
-
protoOf(Tip).
|
|
11707
|
-
protoOf(Tip).
|
|
11701
|
+
protoOf(Tip).b2y = get_buttonStyle;
|
|
11702
|
+
protoOf(Tip).b2x = get_buttonColor;
|
|
11703
|
+
protoOf(Tip).c2y = get_cardBackgroundColor;
|
|
11704
|
+
protoOf(Tip).d2y = get_multiselectOptionBackgroundColor;
|
|
11705
|
+
protoOf(Tip).e2y = get_multiselectOptionSelectedColor;
|
|
11706
|
+
protoOf(Tip).f2y = get_textScale;
|
|
11707
|
+
protoOf(Tip).g2y = get_textAlign;
|
|
11708
11708
|
protoOf(TipPage).b2t = get_content;
|
|
11709
|
-
protoOf(Header).
|
|
11710
|
-
protoOf(Header).
|
|
11711
|
-
protoOf(Header).
|
|
11712
|
-
protoOf(Header).
|
|
11713
|
-
protoOf(Header).
|
|
11714
|
-
protoOf(Header).
|
|
11715
|
-
protoOf(Header).
|
|
11716
|
-
protoOf(Header).
|
|
11717
|
-
protoOf(Header).
|
|
11709
|
+
protoOf(Header).z2x = get_primaryColor;
|
|
11710
|
+
protoOf(Header).a2y = get_primaryTextColor;
|
|
11711
|
+
protoOf(Header).b2y = get_buttonStyle;
|
|
11712
|
+
protoOf(Header).b2x = get_buttonColor;
|
|
11713
|
+
protoOf(Header).c2y = get_cardBackgroundColor;
|
|
11714
|
+
protoOf(Header).d2y = get_multiselectOptionBackgroundColor;
|
|
11715
|
+
protoOf(Header).e2y = get_multiselectOptionSelectedColor;
|
|
11716
|
+
protoOf(Header).f2y = get_textScale;
|
|
11717
|
+
protoOf(Header).g2y = get_textAlign;
|
|
11718
11718
|
protoOf(Hero).b2t = get_content;
|
|
11719
11719
|
protoOf(Hero).getAnalyticsEvents = getAnalyticsEvents;
|
|
11720
11720
|
protoOf(Modal).b2t = get_content;
|
|
11721
|
-
protoOf(Modal).
|
|
11722
|
-
protoOf(Modal).
|
|
11723
|
-
protoOf(Modal).
|
|
11724
|
-
protoOf(Modal).
|
|
11725
|
-
protoOf(Card_1).
|
|
11726
|
-
protoOf(Card_1).
|
|
11727
|
-
protoOf(Card_1).
|
|
11728
|
-
protoOf(Card_1).
|
|
11729
|
-
protoOf(Card_1).
|
|
11730
|
-
protoOf(Card_1).
|
|
11731
|
-
protoOf(Card_1).
|
|
11732
|
-
protoOf(Card_1).
|
|
11733
|
-
protoOf(Card_1).
|
|
11721
|
+
protoOf(Modal).c2y = get_cardBackgroundColor;
|
|
11722
|
+
protoOf(Modal).d2y = get_multiselectOptionBackgroundColor;
|
|
11723
|
+
protoOf(Modal).e2y = get_multiselectOptionSelectedColor;
|
|
11724
|
+
protoOf(Modal).f2y = get_textScale;
|
|
11725
|
+
protoOf(Card_1).z2x = get_primaryColor;
|
|
11726
|
+
protoOf(Card_1).a2y = get_primaryTextColor;
|
|
11727
|
+
protoOf(Card_1).b2y = get_buttonStyle;
|
|
11728
|
+
protoOf(Card_1).b2x = get_buttonColor;
|
|
11729
|
+
protoOf(Card_1).c2y = get_cardBackgroundColor;
|
|
11730
|
+
protoOf(Card_1).d2y = get_multiselectOptionBackgroundColor;
|
|
11731
|
+
protoOf(Card_1).e2y = get_multiselectOptionSelectedColor;
|
|
11732
|
+
protoOf(Card_1).f2y = get_textScale;
|
|
11733
|
+
protoOf(Card_1).g2y = get_textAlign;
|
|
11734
11734
|
protoOf(Card_1).b2t = get_content;
|
|
11735
11735
|
protoOf(Card_1).getAnalyticsEvents = getAnalyticsEvents;
|
|
11736
|
-
protoOf(TractPage).
|
|
11737
|
-
protoOf(TractPage).
|
|
11738
|
-
protoOf(TractPage).
|
|
11736
|
+
protoOf(TractPage).b2y = get_buttonStyle;
|
|
11737
|
+
protoOf(TractPage).b2x = get_buttonColor;
|
|
11738
|
+
protoOf(TractPage).g2y = get_textAlign;
|
|
11739
11739
|
protoOf(TractPage).getAnalyticsEvents = getAnalyticsEvents;
|
|
11740
|
-
protoOf(SaxXmlPullParser).
|
|
11740
|
+
protoOf(SaxXmlPullParser).q3g = require$default;
|
|
11741
11741
|
protoOf(SaxXmlPullParser).o2t = getAttributeValue;
|
|
11742
|
-
protoOf(JsXmlPullParser).
|
|
11742
|
+
protoOf(JsXmlPullParser).q3g = require$default;
|
|
11743
11743
|
protoOf(JsXmlPullParser).o2t = getAttributeValue;
|
|
11744
11744
|
//endregion
|
|
11745
11745
|
//region block: init
|