@cruglobal/godtools-shared 1.1.5-SNAPSHOT.1755 → 1.2.0-PR799-SNAPSHOT.1762
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/antlr-kotlin-antlr-kotlin-runtime.js +3 -3
- package/kotlin-kotlin-stdlib.js +38 -38
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +705 -681
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +4 -4
- package/kotlinx-coroutines-core.js +7 -7
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -565,7 +565,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
565
565
|
get categories(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.Category */>;
|
|
566
566
|
get shareables(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.shareable.Shareable */>;
|
|
567
567
|
get relatedFiles(): kotlin.collections.KtSet<string>;
|
|
568
|
-
static createTestManifest(config?: org.cru.godtools.shared.tool.parser.ParserConfig, type?: org.cru.godtools.shared.tool.parser.model.Manifest.Type, code?: Nullable<string>, locale?: Nullable<string>, primaryColor?: string, primaryTextColor?: string, navBarColor?: Nullable<string>, navBarControlColor?: Nullable<string>, backgroundColor?: string, cardBackgroundColor?: Nullable<string>, categoryLabelColor?: Nullable<string>, pageControlColor?: string, multiselectOptionBackgroundColor?: Nullable<string>, multiselectOptionSelectedColor?: Nullable<string>, textColor?:
|
|
568
|
+
static createTestManifest(config?: org.cru.godtools.shared.tool.parser.ParserConfig, type?: org.cru.godtools.shared.tool.parser.model.Manifest.Type, code?: Nullable<string>, locale?: Nullable<string>, primaryColor?: string, primaryTextColor?: string, navBarColor?: Nullable<string>, navBarControlColor?: Nullable<string>, backgroundColor?: string, cardBackgroundColor?: Nullable<string>, categoryLabelColor?: Nullable<string>, pageControlColor?: string, multiselectOptionBackgroundColor?: Nullable<string>, multiselectOptionSelectedColor?: Nullable<string>, textColor?: any/* com.github.ajalt.colormath.Color */, textScale?: number, resources?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Resource>>, shareables?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.shareable.Shareable */>>, tips?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>>, pages?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.page.Page>>, pageXmlFiles?: kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Manifest.XmlFile>): org.cru.godtools.shared.tool.parser.model.Manifest;
|
|
569
569
|
get hasTips(): boolean;
|
|
570
570
|
get dismissListeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
571
571
|
findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
@@ -756,16 +756,16 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
756
756
|
get text(): string;
|
|
757
757
|
get fontWeight(): Nullable<number>;
|
|
758
758
|
get textAlign(): org.cru.godtools.shared.tool.parser.model.Text.Align;
|
|
759
|
-
get textColor(): string;
|
|
760
759
|
get textScale(): number;
|
|
761
760
|
get minimumLines(): number;
|
|
762
761
|
get startImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
763
762
|
get startImageSize(): number;
|
|
764
763
|
get endImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
765
764
|
get endImageSize(): number;
|
|
766
|
-
static createTestText(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, text?: string, fontWeight?: Nullable<number>, textScale?: number, textColor?: Nullable<
|
|
765
|
+
static createTestText(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, text?: string, fontWeight?: Nullable<number>, textScale?: number, textColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, textAlign?: Nullable<org.cru.godtools.shared.tool.parser.model.Text.Align>, textStyles?: kotlin.collections.KtSet<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;
|
|
767
766
|
equals(other: Nullable<any>): boolean;
|
|
768
767
|
hashCode(): number;
|
|
768
|
+
get textColor(): string;
|
|
769
769
|
get textStyles(): Array<org.cru.godtools.shared.tool.parser.model.Text.Style>;
|
|
770
770
|
isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
771
771
|
isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
|
|
@@ -993,7 +993,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
993
993
|
get header(): Nullable<org.cru.godtools.shared.tool.parser.model.tract.Header>;
|
|
994
994
|
get hero(): Nullable<org.cru.godtools.shared.tool.parser.model.tract.Hero>;
|
|
995
995
|
get callToAction(): org.cru.godtools.shared.tool.parser.model.tract.CallToAction;
|
|
996
|
-
static createTestTractPage(manifest?: org.cru.godtools.shared.tool.parser.model.Manifest, fileName?: Nullable<string>, backgroundColor?: string, backgroundImage?: Nullable<string>, primaryColor?: Nullable<string>, backgroundImageGravity?: org.cru.godtools.shared.tool.parser.model.Gravity, backgroundImageScaleType?: any/* org.cru.godtools.shared.tool.parser.model.ImageScaleType */, textColor?: Nullable<
|
|
996
|
+
static createTestTractPage(manifest?: org.cru.godtools.shared.tool.parser.model.Manifest, fileName?: Nullable<string>, backgroundColor?: string, backgroundImage?: Nullable<string>, primaryColor?: Nullable<string>, backgroundImageGravity?: org.cru.godtools.shared.tool.parser.model.Gravity, backgroundImageScaleType?: any/* org.cru.godtools.shared.tool.parser.model.ImageScaleType */, textColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, textScale?: number, cardBackgroundColor?: Nullable<string>, cardTextColor?: Nullable<string>, cards?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.TractPage) => Nullable<kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.tract.TractPage.Card>>>, callToAction?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.TractPage) => Nullable<org.cru.godtools.shared.tool.parser.model.tract.CallToAction>>): org.cru.godtools.shared.tool.parser.model.tract.TractPage;
|
|
997
997
|
findModal(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.tract.Modal>;
|
|
998
998
|
get visibleCards(): kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.tract.TractPage.Card>;
|
|
999
999
|
get cardTextColor(): string;
|
|
@@ -205,6 +205,11 @@
|
|
|
205
205
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
206
206
|
initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
|
|
207
207
|
initMetadataForCoroutine($receiveCatchingCOROUTINE$5, CoroutineImpl);
|
|
208
|
+
function close$default(cause, $super) {
|
|
209
|
+
cause = cause === VOID ? null : cause;
|
|
210
|
+
return $super === VOID ? this.j11(cause) : $super.j11.call(this, cause);
|
|
211
|
+
}
|
|
212
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
208
213
|
function cancel$default_0(cause, $super) {
|
|
209
214
|
cause = cause === VOID ? null : cause;
|
|
210
215
|
var tmp;
|
|
@@ -217,12 +222,7 @@
|
|
|
217
222
|
return tmp;
|
|
218
223
|
}
|
|
219
224
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
220
|
-
|
|
221
|
-
cause = cause === VOID ? null : cause;
|
|
222
|
-
return $super === VOID ? this.j11(cause) : $super.j11.call(this, cause);
|
|
223
|
-
}
|
|
224
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
225
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
225
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
226
226
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
227
227
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
228
228
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
233
233
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
234
234
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
235
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine,
|
|
235
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
|
|
236
236
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
237
237
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
238
238
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
|