@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1774 → 1.2.0-PR799-SNAPSHOT.1777

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.
@@ -628,12 +628,12 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
628
628
  private constructor();
629
629
  get multiselect(): org.cru.godtools.shared.tool.parser.model.Multiselect;
630
630
  get style(): org.cru.godtools.shared.tool.parser.model.Multiselect.Option.Style;
631
- get backgroundColor(): any/* com.github.ajalt.colormath.Color */;
632
- get selectedColor(): any/* com.github.ajalt.colormath.Color */;
633
631
  isSelected(state: org.cru.godtools.shared.tool.state.State): boolean;
634
632
  isSelectedFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
635
633
  watchIsSelected(state: org.cru.godtools.shared.tool.state.State, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
636
634
  toggleSelected(state: org.cru.godtools.shared.tool.state.State): boolean;
635
+ get backgroundColor(): string;
636
+ get selectedColor(): string;
637
637
  get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
638
638
  getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
639
639
  readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
@@ -911,9 +911,9 @@ 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(): any/* com.github.ajalt.colormath.Color */;
915
914
  get dismissListeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
916
915
  get listeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
916
+ get controlColor(): string;
917
917
  getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
918
918
  readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
919
919
  }
@@ -952,7 +952,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
952
952
  private constructor();
953
953
  get label(): Nullable<org.cru.godtools.shared.tool.parser.model.Text>;
954
954
  get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
955
- static createTestCallToAction(page?: org.cru.godtools.shared.tool.parser.model.tract.TractPage, label?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.CallToAction) => org.cru.godtools.shared.tool.parser.model.Text>, controlColor?: Nullable<string>, tip?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.tract.CallToAction;
955
+ static createTestCallToAction(page?: org.cru.godtools.shared.tool.parser.model.tract.TractPage, label?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.CallToAction) => org.cru.godtools.shared.tool.parser.model.Text>, controlColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, tip?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.tract.CallToAction;
956
956
  }
957
957
  }
958
958
  export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
@@ -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, [Collection, KtList]);
302
+ initMetadataForClass(MessageQueue, 'MessageQueue', VOID, VOID, [KtList, Collection]);
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.1774",
4
+ "version": "1.2.0-PR799-SNAPSHOT.1777",
5
5
  "name": "@cruglobal/godtools-shared",
6
6
  "dependencies": {
7
7
  "sax": "1.2.4"