@cruglobal/godtools-shared 0.9.0-PR423-SNAPSHOT.1189 → 0.9.0-PR424-SNAPSHOT.1189

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.
@@ -92,12 +92,12 @@
92
92
  var split = kotlin_kotlin.$_$.k7;
93
93
  var toInt = kotlin_kotlin.$_$.u7;
94
94
  var NumberFormatException = kotlin_kotlin.$_$.l8;
95
+ var interfaceMeta = kotlin_kotlin.$_$.v5;
95
96
  var emptyList = kotlin_kotlin.$_$.c3;
96
97
  var noWhenBranchMatchedException = kotlin_kotlin.$_$.y8;
97
98
  var lazy = kotlin_kotlin.$_$.x8;
98
99
  var KProperty1 = kotlin_kotlin.$_$.x6;
99
100
  var getPropertyCallableRef = kotlin_kotlin.$_$.s5;
100
- var interfaceMeta = kotlin_kotlin.$_$.v5;
101
101
  var Companion_getInstance_0 = kotlin_com_github_ajalt_colormath_colormath.$_$.c;
102
102
  var isBlank = kotlin_kotlin.$_$.g7;
103
103
  var toExpressionOrNull = kotlin_org_cru_godtools_kotlin_parser_expressions.$_$.a;
@@ -183,7 +183,8 @@
183
183
  setMetadataFor(ParserConfig, 'ParserConfig', classMeta);
184
184
  setMetadataFor(DeprecationException, 'DeprecationException', classMeta, Exception);
185
185
  setMetadataFor(Companion_0, 'Companion', objectMeta);
186
- setMetadataFor(BaseModel, 'BaseModel', classMeta);
186
+ setMetadataFor(Base, 'Base', interfaceMeta);
187
+ setMetadataFor(BaseModel, 'BaseModel', classMeta, VOID, [Base]);
187
188
  function get_content() {
188
189
  var tmp$ret$0;
189
190
  // Inline function 'kotlin.collections.toTypedArray' call
@@ -191,7 +192,7 @@
191
192
  tmp$ret$0 = copyToArray(tmp0_toTypedArray);
192
193
  return tmp$ret$0;
193
194
  }
194
- setMetadataFor(Parent, 'Parent', interfaceMeta);
195
+ setMetadataFor(Parent, 'Parent', interfaceMeta, VOID, [Base]);
195
196
  function getAnalyticsEvents(type) {
196
197
  var tmp$ret$0;
197
198
  // Inline function 'kotlin.collections.toTypedArray' call
@@ -244,7 +245,7 @@
244
245
  }
245
246
  return tmp;
246
247
  }
247
- setMetadataFor(Clickable, 'Clickable', interfaceMeta);
248
+ setMetadataFor(Clickable, 'Clickable', interfaceMeta, VOID, [Base]);
248
249
  setMetadataFor(Animation, 'Animation', classMeta, Content, [Content, Clickable]);
249
250
  setMetadataFor(Companion_5, 'Companion', objectMeta);
250
251
  setMetadataFor(AspectRatio, 'AspectRatio', classMeta);
@@ -258,38 +259,38 @@
258
259
  setMetadataFor(Card, 'Card', classMeta, Content, [Content, Parent, Clickable]);
259
260
  setMetadataFor(Companion_10, 'Companion', objectMeta);
260
261
  function get_primaryColor() {
261
- return get_primaryColor_0(this.a2t());
262
+ return get_primaryColor_0(this.stylesParent);
262
263
  }
263
264
  function get_primaryTextColor() {
264
- return get_primaryTextColor_0(this.a2t());
265
+ return get_primaryTextColor_0(this.stylesParent);
265
266
  }
266
267
  function get_buttonStyle() {
267
- return get_buttonStyle_0(this.a2t());
268
+ return get_buttonStyle_0(this.stylesParent);
268
269
  }
269
270
  function get_buttonColor() {
270
- var tmp0_safe_receiver = this.a2t();
271
+ var tmp0_safe_receiver = this.stylesParent;
271
272
  return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.c2x();
272
273
  }
273
274
  function get_cardBackgroundColor() {
274
- return get_cardBackgroundColor_0(this.a2t());
275
+ return get_cardBackgroundColor_0(this.stylesParent);
275
276
  }
276
277
  function get_multiselectOptionBackgroundColor() {
277
- return get_multiselectOptionBackgroundColor_0(this.a2t());
278
+ return get_multiselectOptionBackgroundColor_0(this.stylesParent);
278
279
  }
279
280
  function get_multiselectOptionSelectedColor() {
280
- var tmp0_safe_receiver = this.a2t();
281
+ var tmp0_safe_receiver = this.stylesParent;
281
282
  return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.f2y();
282
283
  }
283
284
  function get_textColor() {
284
- return get_textColor_0(this.a2t());
285
+ return get_textColor_0(this.stylesParent);
285
286
  }
286
287
  function get_textScale() {
287
- return get_textScale_0(this.a2t());
288
+ return get_textScale_0(this.stylesParent);
288
289
  }
289
290
  function get_textAlign() {
290
- return get_textAlign_0(this.a2t());
291
+ return get_textAlign_0(this.stylesParent);
291
292
  }
292
- setMetadataFor(Styles, 'Styles', interfaceMeta);
293
+ setMetadataFor(Styles, 'Styles', interfaceMeta, VOID, [Base]);
293
294
  setMetadataFor(Category, 'Category', classMeta, BaseModel, [BaseModel, Styles]);
294
295
  setMetadataFor(Companion_11, 'Companion', objectMeta);
295
296
  setMetadataFor(Companion_12, 'Companion', objectMeta);
@@ -1243,6 +1244,12 @@
1243
1244
  defineProp(protoOf(Section), '_content', function () {
1244
1245
  return this.t2s();
1245
1246
  });
1247
+ defineProp(protoOf(Section), 'stylesParent', function () {
1248
+ return this.a2t();
1249
+ });
1250
+ defineProp(protoOf(Section), 'manifest', function () {
1251
+ return this.a2p();
1252
+ });
1246
1253
  defineProp(protoOf(Section), 'content', function () {
1247
1254
  return this.b2t();
1248
1255
  });
@@ -1730,6 +1737,12 @@
1730
1737
  function AnalyticsEvent() {
1731
1738
  Companion_getInstance_6();
1732
1739
  }
1740
+ defineProp(protoOf(AnalyticsEvent), 'stylesParent', function () {
1741
+ return this.a2t();
1742
+ });
1743
+ defineProp(protoOf(AnalyticsEvent), 'manifest', function () {
1744
+ return this.a2p();
1745
+ });
1733
1746
  function Companion_4() {
1734
1747
  Companion_instance_4 = this;
1735
1748
  this.x2u_1 = 'animation';
@@ -1774,7 +1787,7 @@
1774
1787
  var tmp_4;
1775
1788
  var tmp0_safe_receiver_0 = rawUrl;
1776
1789
  if ((tmp0_safe_receiver_0 == null ? null : get_hasUriScheme(tmp0_safe_receiver_0)) === false) {
1777
- var message = 'Non-absolute uri tool: ' + $this.a2p().code + ' locale: ' + $this.a2p().locale + ' uri: ' + rawUrl;
1790
+ var message = 'Non-absolute uri tool: ' + $this.manifest.code + ' locale: ' + $this.manifest.locale + ' uri: ' + rawUrl;
1778
1791
  Napier_getInstance().r2l(message, new DeprecationException(message), 'Uri');
1779
1792
  tmp_4 = toAbsoluteUriOrNull(rawUrl);
1780
1793
  } else {
@@ -1900,12 +1913,14 @@
1900
1913
  return false;
1901
1914
  return true;
1902
1915
  };
1903
- function get_manifest(_this__u8e3s4) {
1904
- var tmp0_safe_receiver = _this__u8e3s4;
1905
- return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a2p();
1916
+ function Base() {
1906
1917
  }
1907
1918
  function getResource(_this__u8e3s4, name) {
1908
- return _this__u8e3s4.a2p().u2v(name);
1919
+ return _this__u8e3s4.manifest.u2v(name);
1920
+ }
1921
+ function get_manifest(_this__u8e3s4) {
1922
+ var tmp0_safe_receiver = _this__u8e3s4;
1923
+ return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.manifest;
1909
1924
  }
1910
1925
  function BaseModel(parent) {
1911
1926
  parent = parent === VOID ? null : parent;
@@ -1917,7 +1932,7 @@
1917
1932
  var tmp_0;
1918
1933
  if (tmp1_elvis_lhs == null) {
1919
1934
  var tmp0_safe_receiver = this.z2s_1;
1920
- tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a2t();
1935
+ tmp_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.stylesParent;
1921
1936
  } else {
1922
1937
  tmp_0 = tmp1_elvis_lhs;
1923
1938
  }
@@ -1928,7 +1943,7 @@
1928
1943
  $l$block: {
1929
1944
  // Inline function 'kotlin.checkNotNull' call
1930
1945
  var tmp0_safe_receiver = this.z2s_1;
1931
- var tmp0_checkNotNull = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.a2p();
1946
+ var tmp0_checkNotNull = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.manifest;
1932
1947
  // Inline function 'kotlin.contracts.contract' call
1933
1948
  if (tmp0_checkNotNull == null) {
1934
1949
  var tmp$ret$0;
@@ -1943,6 +1958,12 @@
1943
1958
  }
1944
1959
  return tmp$ret$1;
1945
1960
  };
1961
+ defineProp(protoOf(BaseModel), 'stylesParent', function () {
1962
+ return this.a2t();
1963
+ });
1964
+ defineProp(protoOf(BaseModel), 'manifest', function () {
1965
+ return this.a2p();
1966
+ });
1946
1967
  var Type_EVENT_instance;
1947
1968
  var Type_URL_instance;
1948
1969
  var Type_UNKNOWN_instance;
@@ -2048,7 +2069,7 @@
2048
2069
  var tmp_0;
2049
2070
  var tmp0_safe_receiver = rawUrl;
2050
2071
  if ((tmp0_safe_receiver == null ? null : get_hasUriScheme(tmp0_safe_receiver)) === false) {
2051
- var message = 'Non-absolute uri tool: ' + $this.a2p().code + ' locale: ' + $this.a2p().locale + ' uri: ' + rawUrl;
2072
+ var message = 'Non-absolute uri tool: ' + $this.manifest.code + ' locale: ' + $this.manifest.locale + ' uri: ' + rawUrl;
2052
2073
  Napier_getInstance().r2l(message, new DeprecationException(message), 'Uri');
2053
2074
  tmp_0 = toAbsoluteUriOrNull(rawUrl);
2054
2075
  } else {
@@ -2320,7 +2341,7 @@
2320
2341
  var tmp_0;
2321
2342
  var tmp0_safe_receiver = rawUrl;
2322
2343
  if ((tmp0_safe_receiver == null ? null : get_hasUriScheme(tmp0_safe_receiver)) === false) {
2323
- var message = 'Non-absolute uri tool: ' + $this.a2p().code + ' locale: ' + $this.a2p().locale + ' uri: ' + rawUrl;
2344
+ var message = 'Non-absolute uri tool: ' + $this.manifest.code + ' locale: ' + $this.manifest.locale + ' uri: ' + rawUrl;
2324
2345
  Napier_getInstance().r2l(message, new DeprecationException(message), 'Uri');
2325
2346
  tmp_0 = toAbsoluteUriOrNull(rawUrl);
2326
2347
  } else {
@@ -2536,6 +2557,12 @@
2536
2557
  function Category() {
2537
2558
  Companion_getInstance_13();
2538
2559
  }
2560
+ defineProp(protoOf(Category), 'stylesParent', function () {
2561
+ return this.a2t();
2562
+ });
2563
+ defineProp(protoOf(Category), 'manifest', function () {
2564
+ return this.a2p();
2565
+ });
2539
2566
  function Clickable() {
2540
2567
  }
2541
2568
  function _get_XML_URL_$accessor$11tx9p3_lkk5sb() {
@@ -3007,6 +3034,12 @@
3007
3034
  defineProp(protoOf(Content), 'tips', function () {
3008
3035
  return this.c2t();
3009
3036
  });
3037
+ defineProp(protoOf(Content), 'stylesParent', function () {
3038
+ return this.a2t();
3039
+ });
3040
+ defineProp(protoOf(Content), 'manifest', function () {
3041
+ return this.a2p();
3042
+ });
3010
3043
  function isRequiredVersionSatisfied(_this__u8e3s4, deviceType, version) {
3011
3044
  var tmp;
3012
3045
  var tmp_0 = version;
@@ -3851,6 +3884,12 @@
3851
3884
  defineProp(protoOf(Item), '_content', function () {
3852
3885
  return this.t2s();
3853
3886
  });
3887
+ defineProp(protoOf(Item), 'stylesParent', function () {
3888
+ return this.a2t();
3889
+ });
3890
+ defineProp(protoOf(Item), 'manifest', function () {
3891
+ return this.a2p();
3892
+ });
3854
3893
  defineProp(protoOf(Item), 'content', function () {
3855
3894
  return this.b2t();
3856
3895
  });
@@ -4301,7 +4340,7 @@
4301
4340
  var tmp_0;
4302
4341
  var tmp0_safe_receiver = rawUrl;
4303
4342
  if ((tmp0_safe_receiver == null ? null : get_hasUriScheme(tmp0_safe_receiver)) === false) {
4304
- var message = 'Non-absolute uri tool: ' + $this.a2p().code + ' locale: ' + $this.a2p().locale + ' uri: ' + rawUrl;
4343
+ var message = 'Non-absolute uri tool: ' + $this.manifest.code + ' locale: ' + $this.manifest.locale + ' uri: ' + rawUrl;
4305
4344
  Napier_getInstance().r2l(message, new DeprecationException(message), 'Uri');
4306
4345
  tmp_0 = toAbsoluteUriOrNull(rawUrl);
4307
4346
  } else {
@@ -4376,7 +4415,7 @@
4376
4415
  return this.f31_1;
4377
4416
  };
4378
4417
  protoOf(Image).h31 = function () {
4379
- return this.a2p().u2v(this.f31_1);
4418
+ return getResource(this, this.f31_1);
4380
4419
  };
4381
4420
  protoOf(Image).i31 = function () {
4382
4421
  return this.gravity;
@@ -4402,6 +4441,12 @@
4402
4441
  Companion_getInstance_23();
4403
4442
  }
4404
4443
  defineProp(protoOf(Image), 'resource', protoOf(Image).h31);
4444
+ defineProp(protoOf(Image), 'stylesParent', function () {
4445
+ return this.a2t();
4446
+ });
4447
+ defineProp(protoOf(Image), 'manifest', function () {
4448
+ return this.a2p();
4449
+ });
4405
4450
  var ImageScaleType_FIT_instance;
4406
4451
  var ImageScaleType_FILL_instance;
4407
4452
  var ImageScaleType_FILL_X_instance;
@@ -4616,7 +4661,7 @@
4616
4661
  var tmp_0;
4617
4662
  var tmp0_safe_receiver = rawUrl;
4618
4663
  if ((tmp0_safe_receiver == null ? null : get_hasUriScheme(tmp0_safe_receiver)) === false) {
4619
- var message = 'Non-absolute uri tool: ' + $this.a2p().code + ' locale: ' + $this.a2p().locale + ' uri: ' + rawUrl;
4664
+ var message = 'Non-absolute uri tool: ' + $this.manifest.code + ' locale: ' + $this.manifest.locale + ' uri: ' + rawUrl;
4620
4665
  Napier_getInstance().r2l(message, new DeprecationException(message), 'Uri');
4621
4666
  tmp_0 = toAbsoluteUriOrNull(rawUrl);
4622
4667
  } else {
@@ -6229,8 +6274,14 @@
6229
6274
  defineProp(protoOf(Manifest), 'title', protoOf(Manifest).y36);
6230
6275
  defineProp(protoOf(Manifest), '_pages', protoOf(Manifest).o37);
6231
6276
  defineProp(protoOf(Manifest), 'relatedFiles', protoOf(Manifest).s37);
6277
+ defineProp(protoOf(Manifest), 'manifest', function () {
6278
+ return this.a2p();
6279
+ });
6232
6280
  defineProp(protoOf(Manifest), 'hasTips', protoOf(Manifest).t37);
6233
6281
  defineProp(protoOf(Manifest), 'pages', protoOf(Manifest).x37);
6282
+ defineProp(protoOf(Manifest), 'stylesParent', function () {
6283
+ return this.a2t();
6284
+ });
6234
6285
  function get_backgroundColor(_this__u8e3s4) {
6235
6286
  var tmp0_safe_receiver = _this__u8e3s4;
6236
6287
  var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.v2t_1;
@@ -6923,6 +6974,12 @@
6923
6974
  function Resource() {
6924
6975
  Companion_getInstance_34();
6925
6976
  }
6977
+ defineProp(protoOf(Resource), 'stylesParent', function () {
6978
+ return this.a2t();
6979
+ });
6980
+ defineProp(protoOf(Resource), 'manifest', function () {
6981
+ return this.a2p();
6982
+ });
6926
6983
  var Mode_AUTO_instance;
6927
6984
  var Mode_FIXED_instance;
6928
6985
  function Companion_32() {
@@ -7093,6 +7150,12 @@
7093
7150
  protoOf(StylesOverride).g2y = function () {
7094
7151
  return get_textScale.call(this) * this.s3a_1;
7095
7152
  };
7153
+ defineProp(protoOf(StylesOverride), 'stylesParent', function () {
7154
+ return this.a2t();
7155
+ });
7156
+ defineProp(protoOf(StylesOverride), 'manifest', function () {
7157
+ return this.a2p();
7158
+ });
7096
7159
  function Tab_init_$Init$(parent, parser, $this) {
7097
7160
  BaseModel.call($this, parent);
7098
7161
  Tab.call($this);
@@ -7323,6 +7386,12 @@
7323
7386
  defineProp(protoOf(Tab), '_content', function () {
7324
7387
  return this.t2s();
7325
7388
  });
7389
+ defineProp(protoOf(Tab), 'stylesParent', function () {
7390
+ return this.a2t();
7391
+ });
7392
+ defineProp(protoOf(Tab), 'manifest', function () {
7393
+ return this.a2p();
7394
+ });
7326
7395
  defineProp(protoOf(Tab), 'content', function () {
7327
7396
  return this.b2t();
7328
7397
  });
@@ -7726,6 +7795,12 @@
7726
7795
  }
7727
7796
  defineProp(protoOf(Text), 'startImage', protoOf(Text).w3b);
7728
7797
  defineProp(protoOf(Text), 'endImage', protoOf(Text).z3b);
7798
+ defineProp(protoOf(Text), 'stylesParent', function () {
7799
+ return this.a2t();
7800
+ });
7801
+ defineProp(protoOf(Text), 'manifest', function () {
7802
+ return this.a2p();
7803
+ });
7729
7804
  function parseTextChild(_this__u8e3s4, parent, parentNamespace, parentName, block) {
7730
7805
  var tmp;
7731
7806
  if (block === VOID) {
@@ -8606,6 +8681,12 @@
8606
8681
  defineProp(protoOf(Card_0), '_content', function () {
8607
8682
  return this.t2s();
8608
8683
  });
8684
+ defineProp(protoOf(Card_0), 'stylesParent', function () {
8685
+ return this.a2t();
8686
+ });
8687
+ defineProp(protoOf(Card_0), 'manifest', function () {
8688
+ return this.a2p();
8689
+ });
8609
8690
  defineProp(protoOf(Card_0), 'content', function () {
8610
8691
  return this.b2t();
8611
8692
  });
@@ -9165,6 +9246,12 @@
9165
9246
  defineProp(protoOf(Page), 'position', protoOf(Page).j3e);
9166
9247
  defineProp(protoOf(Page), 'parentPage', protoOf(Page).l3e);
9167
9248
  defineProp(protoOf(Page), 'backgroundImage', protoOf(Page).u36);
9249
+ defineProp(protoOf(Page), 'stylesParent', function () {
9250
+ return this.a2t();
9251
+ });
9252
+ defineProp(protoOf(Page), 'manifest', function () {
9253
+ return this.a2p();
9254
+ });
9168
9255
  function id$factory() {
9169
9256
  return getPropertyCallableRef('id', 1, KProperty1, function (receiver) {
9170
9257
  return receiver.id;
@@ -9280,6 +9367,12 @@
9280
9367
  function Shareable() {
9281
9368
  Companion_getInstance_49();
9282
9369
  }
9370
+ defineProp(protoOf(Shareable), 'stylesParent', function () {
9371
+ return this.a2t();
9372
+ });
9373
+ defineProp(protoOf(Shareable), 'manifest', function () {
9374
+ return this.a2p();
9375
+ });
9283
9376
  function Companion_47() {
9284
9377
  Companion_instance_47 = this;
9285
9378
  this.s3g_1 = 'image';
@@ -9336,6 +9429,12 @@
9336
9429
  function ShareableImage() {
9337
9430
  Companion_getInstance_50();
9338
9431
  }
9432
+ defineProp(protoOf(ShareableImage), 'stylesParent', function () {
9433
+ return this.a2t();
9434
+ });
9435
+ defineProp(protoOf(ShareableImage), 'manifest', function () {
9436
+ return this.a2p();
9437
+ });
9339
9438
  function get_XMLNS_TRAINING() {
9340
9439
  return XMLNS_TRAINING;
9341
9440
  }
@@ -9551,6 +9650,12 @@
9551
9650
  };
9552
9651
  function Tip() {
9553
9652
  }
9653
+ defineProp(protoOf(Tip), 'stylesParent', function () {
9654
+ return this.a2t();
9655
+ });
9656
+ defineProp(protoOf(Tip), 'manifest', function () {
9657
+ return this.a2p();
9658
+ });
9554
9659
  function Companion_50() {
9555
9660
  Companion_instance_50 = this;
9556
9661
  this.k3h_1 = 'page';
@@ -9664,6 +9769,12 @@
9664
9769
  defineProp(protoOf(TipPage), '_content', function () {
9665
9770
  return this.t2s();
9666
9771
  });
9772
+ defineProp(protoOf(TipPage), 'stylesParent', function () {
9773
+ return this.a2t();
9774
+ });
9775
+ defineProp(protoOf(TipPage), 'manifest', function () {
9776
+ return this.a2p();
9777
+ });
9667
9778
  defineProp(protoOf(TipPage), 'content', function () {
9668
9779
  return this.b2t();
9669
9780
  });
@@ -9745,6 +9856,12 @@
9745
9856
  Companion_getInstance_54();
9746
9857
  }
9747
9858
  defineProp(protoOf(CallToAction), 'tip', protoOf(CallToAction).i3h);
9859
+ defineProp(protoOf(CallToAction), 'stylesParent', function () {
9860
+ return this.a2t();
9861
+ });
9862
+ defineProp(protoOf(CallToAction), 'manifest', function () {
9863
+ return this.a2p();
9864
+ });
9748
9865
  function get_XMLNS_TRACT() {
9749
9866
  return XMLNS_TRACT;
9750
9867
  }
@@ -9828,6 +9945,12 @@
9828
9945
  Companion_getInstance_55();
9829
9946
  }
9830
9947
  defineProp(protoOf(Header), 'tip', protoOf(Header).i3h);
9948
+ defineProp(protoOf(Header), 'stylesParent', function () {
9949
+ return this.a2t();
9950
+ });
9951
+ defineProp(protoOf(Header), 'manifest', function () {
9952
+ return this.a2p();
9953
+ });
9831
9954
  function Companion_53() {
9832
9955
  Companion_instance_53 = this;
9833
9956
  this.b3i_1 = 'hero';
@@ -10056,6 +10179,12 @@
10056
10179
  defineProp(protoOf(Hero), '_content', function () {
10057
10180
  return this.t2s();
10058
10181
  });
10182
+ defineProp(protoOf(Hero), 'stylesParent', function () {
10183
+ return this.a2t();
10184
+ });
10185
+ defineProp(protoOf(Hero), 'manifest', function () {
10186
+ return this.a2p();
10187
+ });
10059
10188
  defineProp(protoOf(Hero), 'content', function () {
10060
10189
  return this.b2t();
10061
10190
  });
@@ -10231,6 +10360,12 @@
10231
10360
  defineProp(protoOf(Modal), '_content', function () {
10232
10361
  return this.t2s();
10233
10362
  });
10363
+ defineProp(protoOf(Modal), 'stylesParent', function () {
10364
+ return this.a2t();
10365
+ });
10366
+ defineProp(protoOf(Modal), 'manifest', function () {
10367
+ return this.a2p();
10368
+ });
10234
10369
  defineProp(protoOf(Modal), 'content', function () {
10235
10370
  return this.b2t();
10236
10371
  });
@@ -10700,6 +10835,12 @@
10700
10835
  return this.t2s();
10701
10836
  });
10702
10837
  defineProp(protoOf(Card_1), 'tips', protoOf(Card_1).c2t);
10838
+ defineProp(protoOf(Card_1), 'stylesParent', function () {
10839
+ return this.a2t();
10840
+ });
10841
+ defineProp(protoOf(Card_1), 'manifest', function () {
10842
+ return this.a2p();
10843
+ });
10703
10844
  defineProp(protoOf(Card_1), 'content', function () {
10704
10845
  return this.b2t();
10705
10846
  });
@@ -10866,6 +11007,12 @@
10866
11007
  defineProp(protoOf(TractPage), 'isLastPage', protoOf(TractPage).v3j);
10867
11008
  defineProp(protoOf(TractPage), 'visibleCards', protoOf(TractPage).b3k);
10868
11009
  defineProp(protoOf(TractPage), 'cardTextColor', protoOf(TractPage).c3k);
11010
+ defineProp(protoOf(TractPage), 'stylesParent', function () {
11011
+ return this.a2t();
11012
+ });
11013
+ defineProp(protoOf(TractPage), 'manifest', function () {
11014
+ return this.a2p();
11015
+ });
10869
11016
  function labelParent$factory() {
10870
11017
  return getPropertyCallableRef('labelParent', 1, KProperty1, function (receiver) {
10871
11018
  return _get_labelParent__664ln7(receiver);
@@ -11677,6 +11824,13 @@
11677
11824
  var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
11678
11825
  var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
11679
11826
  var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
11827
+ var $org = _.org || (_.org = {});
11828
+ var $org$cru = $org.cru || ($org.cru = {});
11829
+ var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
11830
+ var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
11831
+ var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
11832
+ var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
11833
+ var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
11680
11834
  $org$cru$godtools$shared$tool$parser$model.Content = Content;
11681
11835
  var $org = _.org || (_.org = {});
11682
11836
  var $org$cru = $org.cru || ($org.cru = {});