@cruglobal/godtools-shared 0.9.3-SNAPSHOT.1485 → 0.9.3-SNAPSHOT.1488
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 +10 -10
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2 -2
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +2 -2
- package/kotlinx-coroutines-core.js +8 -8
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -453,7 +453,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
453
453
|
get width(): org.cru.godtools.shared.tool.parser.model.Dimension;
|
|
454
454
|
equals(other: Nullable<any>): boolean;
|
|
455
455
|
hashCode(): number;
|
|
456
|
-
static createTestImage(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, resource?: Nullable<string>, gravity?: org.cru.godtools.shared.tool.parser.model.Gravity.Horizontal, width?: org.cru.godtools.shared.tool.parser.model.Dimension, events?: any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.EventId> */, url?: Nullable<string>, invisibleIf?: Nullable<
|
|
456
|
+
static createTestImage(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, resource?: Nullable<string>, gravity?: org.cru.godtools.shared.tool.parser.model.Gravity.Horizontal, width?: org.cru.godtools.shared.tool.parser.model.Dimension, events?: any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.EventId> */, url?: Nullable<string>, invisibleIf?: Nullable<string>, goneIf?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.Image;
|
|
457
457
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
458
458
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
459
459
|
isGone(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
@@ -755,7 +755,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
755
755
|
get startImageSize(): number;
|
|
756
756
|
get endImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
757
757
|
get endImageSize(): number;
|
|
758
|
-
static createTestText(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, text?: string, textScale?: number, textColor?: Nullable<string>, textAlign?: Nullable<org.cru.godtools.shared.tool.parser.model.Text.Align>, textStyles?: any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.Text.Style> */, minimumLines?: number, startImage?: Nullable<string>, startImageSize?: number, endImage?: Nullable<string>, endImageSize?: number, invisibleIf?: Nullable<
|
|
758
|
+
static createTestText(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, text?: string, textScale?: number, textColor?: Nullable<string>, textAlign?: Nullable<org.cru.godtools.shared.tool.parser.model.Text.Align>, textStyles?: any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.Text.Style> */, minimumLines?: number, startImage?: Nullable<string>, startImageSize?: number, endImage?: Nullable<string>, endImageSize?: number, invisibleIf?: Nullable<string>, goneIf?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.Text;
|
|
759
759
|
equals(other: Nullable<any>): boolean;
|
|
760
760
|
hashCode(): number;
|
|
761
761
|
get textStyles(): Array<org.cru.godtools.shared.tool.parser.model.Text.Style>;
|
|
@@ -215,11 +215,6 @@
|
|
|
215
215
|
setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
|
|
216
216
|
setMetadataFor($sendCOROUTINE$2, '$sendCOROUTINE$2', classMeta, CoroutineImpl);
|
|
217
217
|
setMetadataFor($receiveCatchingCOROUTINE$4, '$receiveCatchingCOROUTINE$4', classMeta, CoroutineImpl);
|
|
218
|
-
function close$default(cause, $super) {
|
|
219
|
-
cause = cause === VOID ? null : cause;
|
|
220
|
-
return $super === VOID ? this.az(cause) : $super.az.call(this, cause);
|
|
221
|
-
}
|
|
222
|
-
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
223
218
|
function cancel$default_0(cause, $super) {
|
|
224
219
|
cause = cause === VOID ? null : cause;
|
|
225
220
|
var tmp;
|
|
@@ -232,7 +227,12 @@
|
|
|
232
227
|
return tmp;
|
|
233
228
|
}
|
|
234
229
|
setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
|
|
235
|
-
|
|
230
|
+
function close$default(cause, $super) {
|
|
231
|
+
cause = cause === VOID ? null : cause;
|
|
232
|
+
return $super === VOID ? this.az(cause) : $super.az.call(this, cause);
|
|
233
|
+
}
|
|
234
|
+
setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
235
|
+
setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
|
|
236
236
|
setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
|
|
237
237
|
setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
|
|
238
238
|
setMetadataFor(Factory, 'Factory', objectMeta);
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
setMetadataFor(ChannelResult, 'ChannelResult', classMeta);
|
|
243
243
|
setMetadataFor(ClosedSendChannelException, 'ClosedSendChannelException', classMeta, IllegalStateException);
|
|
244
244
|
setMetadataFor(ClosedReceiveChannelException, 'ClosedReceiveChannelException', classMeta, NoSuchElementException);
|
|
245
|
-
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine,
|
|
245
|
+
setMetadataFor(ChannelCoroutine, 'ChannelCoroutine', classMeta, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], VOID, VOID, VOID, [0, 1]);
|
|
246
246
|
setMetadataFor(ConflatedBufferedChannel, 'ConflatedBufferedChannel', classMeta, BufferedChannel, VOID, VOID, VOID, VOID, [1, 0]);
|
|
247
247
|
setMetadataFor(ProducerScope, 'ProducerScope', interfaceMeta, VOID, [CoroutineScope, SendChannel], VOID, VOID, VOID, [1]);
|
|
248
248
|
setMetadataFor(ProducerCoroutine, 'ProducerCoroutine', classMeta, ChannelCoroutine, [ChannelCoroutine, ProducerScope], VOID, VOID, VOID, [0, 1]);
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
setMetadataFor(Symbol, 'Symbol', classMeta);
|
|
314
314
|
setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
|
|
315
315
|
setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
|
|
316
|
-
setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler,
|
|
316
|
+
setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, Waiter, SelectInstance], VOID, VOID, VOID, [0, 2]);
|
|
317
317
|
setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
|
|
318
318
|
setMetadataFor(UndispatchedCoroutine, 'UndispatchedCoroutine', classMeta, ScopeCoroutine, VOID, VOID, VOID, VOID, [0]);
|
|
319
319
|
setMetadataFor(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', classMeta, CoroutineDispatcher, VOID, VOID, VOID, VOID, [1]);
|