@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1769 → 1.2.0-PR799-SNAPSHOT.1772

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.
@@ -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<string>, navBarControlColor?: Nullable<string>, backgroundColor?: any/* com.github.ajalt.colormath.Color */, cardBackgroundColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, 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;
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<string>, 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>;
@@ -628,8 +628,8 @@ 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(): string;
632
- get selectedColor(): string;
631
+ get backgroundColor(): any/* com.github.ajalt.colormath.Color */;
632
+ get selectedColor(): any/* com.github.ajalt.colormath.Color */;
633
633
  isSelected(state: org.cru.godtools.shared.tool.state.State): boolean;
634
634
  isSelectedFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
635
635
  watchIsSelected(state: org.cru.godtools.shared.tool.state.State, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
@@ -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(): string;
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>;
@@ -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
- function close$default(cause, $super) {
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, ReceiveChannel, SendChannel], [1, 0]);
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]);
@@ -295,11 +295,11 @@
295
295
  initMetadataForClass(Symbol, 'Symbol');
296
296
  initMetadataForInterface(SelectInstance, 'SelectInstance');
297
297
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
298
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
298
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
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, [KtList, Collection]);
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);