@cruglobal/godtools-shared 1.1.1-PR765-SNAPSHOT.1678 → 1.1.1-PR767-SNAPSHOT.1681
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 +6 -6
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +347 -268
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +42 -0
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -896,6 +896,35 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
896
896
|
};
|
|
897
897
|
}
|
|
898
898
|
}
|
|
899
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
900
|
+
/* @ts-ignore: extends class with private primary constructor */
|
|
901
|
+
class CardCollectionPage extends org.cru.godtools.shared.tool.parser.model.page.Page {
|
|
902
|
+
private constructor();
|
|
903
|
+
get cards(): Array<org.cru.godtools.shared.tool.parser.model.page.CardCollectionPage.Card>;
|
|
904
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
905
|
+
}
|
|
906
|
+
namespace CardCollectionPage {
|
|
907
|
+
class Card /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.Parent, org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents {
|
|
908
|
+
private constructor();
|
|
909
|
+
get page(): org.cru.godtools.shared.tool.parser.model.page.CardCollectionPage;
|
|
910
|
+
get id(): string;
|
|
911
|
+
get position(): number;
|
|
912
|
+
get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
|
|
913
|
+
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
914
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
915
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
920
|
+
/* @ts-ignore: extends class with private primary constructor */
|
|
921
|
+
class ContentPage extends org.cru.godtools.shared.tool.parser.model.page.Page implements org.cru.godtools.shared.tool.parser.model.Parent {
|
|
922
|
+
private constructor();
|
|
923
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
924
|
+
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
925
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
926
|
+
}
|
|
927
|
+
}
|
|
899
928
|
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
900
929
|
abstract class Page /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents/*, org.cru.godtools.shared.tool.parser.model.Styles */ {
|
|
901
930
|
get id(): string;
|
|
@@ -912,6 +941,19 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
912
941
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
913
942
|
}
|
|
914
943
|
}
|
|
944
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
945
|
+
/* @ts-ignore: extends class with private primary constructor */
|
|
946
|
+
class PageCollectionPage extends org.cru.godtools.shared.tool.parser.model.page.Page implements org.cru.godtools.shared.tool.parser.model.HasPages {
|
|
947
|
+
private constructor();
|
|
948
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
949
|
+
findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
950
|
+
get pages(): Array<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
951
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasPages["__doNotUseOrImplementIt"];
|
|
952
|
+
static get Companion(): {
|
|
953
|
+
get PARENT_PARAM_ACTIVE_PAGE(): string;
|
|
954
|
+
};
|
|
955
|
+
}
|
|
956
|
+
}
|
|
915
957
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tips {
|
|
916
958
|
/* @ts-ignore: extends class with private primary constructor */
|
|
917
959
|
class InlineTip extends org.cru.godtools.shared.tool.parser.model.Content {
|
|
@@ -206,6 +206,11 @@
|
|
|
206
206
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
207
207
|
initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
|
|
208
208
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$5, CoroutineImpl);
|
|
209
|
+
function close$default(cause, $super) {
|
|
210
|
+
cause = cause === VOID ? null : cause;
|
|
211
|
+
return $super === VOID ? this.d12(cause) : $super.d12.call(this, cause);
|
|
212
|
+
}
|
|
213
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
209
214
|
function cancel$default_0(cause, $super) {
|
|
210
215
|
cause = cause === VOID ? null : cause;
|
|
211
216
|
var tmp;
|
|
@@ -218,12 +223,7 @@
|
|
|
218
223
|
return tmp;
|
|
219
224
|
}
|
|
220
225
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
221
|
-
|
|
222
|
-
cause = cause === VOID ? null : cause;
|
|
223
|
-
return $super === VOID ? this.d12(cause) : $super.d12.call(this, cause);
|
|
224
|
-
}
|
|
225
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
226
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
226
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
227
227
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
228
228
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
229
229
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
234
234
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
235
235
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
236
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
236
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
|
|
237
237
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
238
238
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
239
239
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
initMetadataForClass(Symbol, 'Symbol');
|
|
297
297
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
298
298
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
299
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
299
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
|
|
300
300
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
301
301
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
|
|
302
302
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|