@cruglobal/godtools-shared 1.3.0-SNAPSHOT.2145 → 1.3.0-SNAPSHOT.2152

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.
@@ -286,7 +286,7 @@
286
286
  }
287
287
  initMetadataForInterface(Visibility, 'Visibility');
288
288
  initMetadataForClass(Content, 'Content', VOID, BaseModel, [BaseModel, Visibility]);
289
- initMetadataForClass(Accordion, 'Accordion', createAccordionTests, Content);
289
+ initMetadataForClass(Accordion, 'Accordion', createTestAccordion, Content);
290
290
  initMetadataForCompanion(Companion_1);
291
291
  function get_isClickable() {
292
292
  var tmp;
@@ -1293,7 +1293,7 @@
1293
1293
  return Section_init_$Init$(parent, parser, objectCreate(protoOf(Section)));
1294
1294
  }
1295
1295
  function Section_init_$Init$_0(accordion, analyticsEvents, header, content, $this) {
1296
- accordion = accordion === VOID ? createAccordionTests() : accordion;
1296
+ accordion = accordion === VOID ? createTestAccordion() : accordion;
1297
1297
  analyticsEvents = analyticsEvents === VOID ? emptyList() : analyticsEvents;
1298
1298
  header = header === VOID ? null : header;
1299
1299
  content = content === VOID ? null : content;
@@ -1370,7 +1370,7 @@
1370
1370
  tmp._sections = tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
1371
1371
  return $this;
1372
1372
  }
1373
- function createAccordionTests(parent, invisibleIf, goneIf, sections) {
1373
+ function createTestAccordion(parent, invisibleIf, goneIf, sections) {
1374
1374
  return Accordion_init_$Init$_0(parent, invisibleIf, goneIf, sections, objectCreate(protoOf(Accordion)));
1375
1375
  }
1376
1376
  protoOf(Section).f39 = function () {
@@ -11482,7 +11482,7 @@
11482
11482
  var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
11483
11483
  var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
11484
11484
  $org$cru$godtools$shared$tool$parser$model.Accordion = Accordion;
11485
- $org$cru$godtools$shared$tool$parser$model.Accordion.createAccordionTests = createAccordionTests;
11485
+ $org$cru$godtools$shared$tool$parser$model.Accordion.createTestAccordion = createTestAccordion;
11486
11486
  $org$cru$godtools$shared$tool$parser$model.Accordion.Section = Section;
11487
11487
  $org$cru$godtools$shared$tool$parser$model.Accordion.Section.createTestAccordionSection = createTestAccordionSection;
11488
11488
  var $org = _.org || (_.org = {});