@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1770 → 1.2.0-PR799-SNAPSHOT.1774
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 +8 -8
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +64 -71
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +3 -3
- package/kotlinx-coroutines-core.js +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?: any/* com.github.ajalt.colormath.Color */, primaryTextColor?: any/* com.github.ajalt.colormath.Color */, navBarColor?: Nullable<
|
|
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?: any/* com.github.ajalt.colormath.Color */, primaryTextColor?: any/* com.github.ajalt.colormath.Color */, navBarColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, navBarControlColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, backgroundColor?: any/* com.github.ajalt.colormath.Color */, cardBackgroundColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, categoryLabelColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, pageControlColor?: any/* com.github.ajalt.colormath.Color */, multiselectOptionBackgroundColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, multiselectOptionSelectedColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, 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>;
|
|
@@ -911,7 +911,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
911
911
|
get previousPage(): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
912
912
|
get isHidden(): boolean;
|
|
913
913
|
get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
914
|
-
get controlColor():
|
|
914
|
+
get controlColor(): any/* com.github.ajalt.colormath.Color */;
|
|
915
915
|
get dismissListeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
916
916
|
get listeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
917
917
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
@@ -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?:
|
|
996
|
+
static createTestTractPage(manifest?: org.cru.godtools.shared.tool.parser.model.Manifest, fileName?: Nullable<string>, backgroundColor?: any/* com.github.ajalt.colormath.Color */, backgroundImage?: Nullable<string>, primaryColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, 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<any>/* Nullable<com.github.ajalt.colormath.Color> */, 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;
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
300
300
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
|
|
301
301
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
|
|
302
|
-
initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [
|
|
302
|
+
initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [Collection, KtList]);
|
|
303
303
|
initMetadataForClass(ScheduledMessageQueue, 'ScheduledMessageQueue', VOID, MessageQueue);
|
|
304
304
|
initMetadataForClass(WindowMessageQueue, 'WindowMessageQueue', VOID, MessageQueue);
|
|
305
305
|
initMetadataForClass(UnconfinedEventLoop, 'UnconfinedEventLoop', UnconfinedEventLoop, EventLoop);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main": "kotlin-mpp-godtools-tool-parser-publishing-npm.js",
|
|
3
3
|
"types": "kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts",
|
|
4
|
-
"version": "1.2.0-PR799-SNAPSHOT.
|
|
4
|
+
"version": "1.2.0-PR799-SNAPSHOT.1774",
|
|
5
5
|
"name": "@cruglobal/godtools-shared",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"sax": "1.2.4"
|