@cruglobal/godtools-shared 1.3.0-SNAPSHOT.2159 → 1.3.0-SNAPSHOT.2166
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.
package/kotlin-kotlin-stdlib.js
CHANGED
|
@@ -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,
|
|
132
|
+
initMetadataForClass(AbstractMutableList, 'AbstractMutableList', VOID, AbstractMutableCollection, [AbstractMutableCollection, KtList, Collection]);
|
|
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, Collection, KtSet]);
|
|
137
137
|
initMetadataForCompanion(Companion_4);
|
|
138
|
-
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList,
|
|
138
|
+
initMetadataForClass(ArrayList, 'ArrayList', ArrayList_init_$Create$, AbstractMutableList, [AbstractMutableList, KtList, Collection]);
|
|
139
139
|
initMetadataForClass(HashMap, 'HashMap', HashMap_init_$Create$, AbstractMutableMap, [AbstractMutableMap, KtMap]);
|
|
140
140
|
initMetadataForClass(HashMapKeys, 'HashMapKeys', VOID, AbstractMutableSet, [Collection, KtSet, AbstractMutableSet]);
|
|
141
141
|
initMetadataForClass(HashMapValues, 'HashMapValues', VOID, AbstractMutableCollection, [Collection, AbstractMutableCollection]);
|
|
@@ -7972,7 +7972,7 @@
|
|
|
7972
7972
|
};
|
|
7973
7973
|
protoOf(Card_0).f32 = function () {
|
|
7974
7974
|
var tmp0_elvis_lhs = this.s3v_1;
|
|
7975
|
-
return tmp0_elvis_lhs == null ? this.page.id + '-' + this.position : tmp0_elvis_lhs;
|
|
7975
|
+
return tmp0_elvis_lhs == null ? this.page.id + '-card-' + this.position : tmp0_elvis_lhs;
|
|
7976
7976
|
};
|
|
7977
7977
|
protoOf(Card_0).g3r = function () {
|
|
7978
7978
|
return this.page._cards.d1(this);
|
|
@@ -9994,7 +9994,7 @@
|
|
|
9994
9994
|
return this.page;
|
|
9995
9995
|
};
|
|
9996
9996
|
protoOf(Modal).f32 = function () {
|
|
9997
|
-
return this.page.id + '-' + _get_position__iahqv2(this);
|
|
9997
|
+
return this.page.id + '-modal-' + _get_position__iahqv2(this);
|
|
9998
9998
|
};
|
|
9999
9999
|
protoOf(Modal).e3n = function () {
|
|
10000
10000
|
return this.title;
|
|
@@ -10325,7 +10325,7 @@
|
|
|
10325
10325
|
return this.page;
|
|
10326
10326
|
};
|
|
10327
10327
|
protoOf(Card_1).f32 = function () {
|
|
10328
|
-
return this.page.id + '-' + this.position;
|
|
10328
|
+
return this.page.id + '-card-' + this.position;
|
|
10329
10329
|
};
|
|
10330
10330
|
protoOf(Card_1).g3r = function () {
|
|
10331
10331
|
return this.position;
|