@cruglobal/godtools-shared 1.3.0-PR956-SNAPSHOT.1860 → 1.3.0-PR956-SNAPSHOT.1862

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.
@@ -129,13 +129,13 @@ if (typeof String.prototype.startsWith === 'undefined') {
129
129
  initMetadataForClass(AbstractMutableCollection, 'AbstractMutableCollection', VOID, AbstractCollection, [AbstractCollection, Collection]);
130
130
  initMetadataForClass(IteratorImpl, 'IteratorImpl');
131
131
  initMetadataForClass(ListIteratorImpl, 'ListIteratorImpl', VOID, IteratorImpl);
132
- initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtList, Collection]);
132
+ initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, Collection, KtList]);
133
133
  initMetadataForClass(SubList, 'SubList', VOID, AbstractMutableList);
134
134
  initMetadataForClass(AbstractMap, 'AbstractMap', VOID, VOID, [KtMap]);
135
135
  initMetadataForClass(AbstractMutableMap, 'AbstractMutableMap', VOID, AbstractMap, [AbstractMap, KtMap]);
136
136
  initMetadataForClass(AbstractMutableSet, 'AbstractMutableSet', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtSet, Collection]);
137
137
  initMetadataForCompanion(Companion_4);
138
- initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtList, Collection]);
138
+ initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, Collection, KtList]);
139
139
  initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
140
140
  initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [KtSet, Collection, AbstractMutableSet]);
141
141
  initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, AbstractMutableCollection]);
@@ -11053,6 +11053,15 @@
11053
11053
  var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
11054
11054
  var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
11055
11055
  var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
11056
+ var $org$cru$godtools$shared$tool$parser$model$lesson = $org$cru$godtools$shared$tool$parser$model.lesson || ($org$cru$godtools$shared$tool$parser$model.lesson = {});
11057
+ $org$cru$godtools$shared$tool$parser$model$lesson.LessonPage = LessonPage;
11058
+ var $org = _.org || (_.org = {});
11059
+ var $org$cru = $org.cru || ($org.cru = {});
11060
+ var $org$cru$godtools = $org$cru.godtools || ($org$cru.godtools = {});
11061
+ var $org$cru$godtools$shared = $org$cru$godtools.shared || ($org$cru$godtools.shared = {});
11062
+ var $org$cru$godtools$shared$tool = $org$cru$godtools$shared.tool || ($org$cru$godtools$shared.tool = {});
11063
+ var $org$cru$godtools$shared$tool$parser = $org$cru$godtools$shared$tool.parser || ($org$cru$godtools$shared$tool.parser = {});
11064
+ var $org$cru$godtools$shared$tool$parser$model = $org$cru$godtools$shared$tool$parser.model || ($org$cru$godtools$shared$tool$parser.model = {});
11056
11065
  var $org$cru$godtools$shared$tool$parser$model$page = $org$cru$godtools$shared$tool$parser$model.page || ($org$cru$godtools$shared$tool$parser$model.page = {});
11057
11066
  $org$cru$godtools$shared$tool$parser$model$page.CardCollectionPage = CardCollectionPage;
11058
11067
  $org$cru$godtools$shared$tool$parser$model$page.CardCollectionPage.Header = Header;