@cruglobal/godtools-shared 1.1.1-SNAPSHOT.1678 → 1.1.1

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.
@@ -110,7 +110,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
110
110
  /* @ts-ignore: extends class with private primary constructor */
111
111
  class Accordion extends org.cru.godtools.shared.tool.parser.model.Content {
112
112
  private constructor();
113
- get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
114
113
  get sections(): Array<org.cru.godtools.shared.tool.parser.model.Accordion.Section>;
115
114
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
116
115
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
@@ -315,7 +314,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
315
314
  abstract class Content /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.Visibility {
316
315
  get invisibleIf(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */;
317
316
  get goneIf(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.expressions.Expression> */;
318
- get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
319
317
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
320
318
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
321
319
  isGone(state: org.cru.godtools.shared.tool.state.State): boolean;
@@ -400,7 +398,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
400
398
  /* @ts-ignore: extends class with private primary constructor */
401
399
  class Form extends org.cru.godtools.shared.tool.parser.model.Content implements org.cru.godtools.shared.tool.parser.model.Parent {
402
400
  private constructor();
403
- get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
404
401
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
405
402
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
406
403
  isGone(state: org.cru.godtools.shared.tool.state.State): boolean;
@@ -641,7 +638,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
641
638
  class Multiselect extends org.cru.godtools.shared.tool.parser.model.Content {
642
639
  private constructor();
643
640
  get columns(): number;
644
- get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
645
641
  get options(): Array<org.cru.godtools.shared.tool.parser.model.Multiselect.Option>;
646
642
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
647
643
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
@@ -689,7 +685,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
689
685
  /* @ts-ignore: extends class with private primary constructor */
690
686
  class Paragraph extends org.cru.godtools.shared.tool.parser.model.Content implements org.cru.godtools.shared.tool.parser.model.Parent {
691
687
  private constructor();
692
- get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
693
688
  static createTestParagraph(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, content?: (p0: org.cru.godtools.shared.tool.parser.model.Paragraph) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Content>): org.cru.godtools.shared.tool.parser.model.Paragraph;
694
689
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
695
690
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
@@ -756,7 +751,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
756
751
  /* @ts-ignore: extends class with private primary constructor */
757
752
  class Tabs extends org.cru.godtools.shared.tool.parser.model.Content {
758
753
  private constructor();
759
- get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
760
754
  get tabs(): Array<org.cru.godtools.shared.tool.parser.model.Tabs.Tab>;
761
755
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
762
756
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
@@ -896,6 +890,34 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
896
890
  };
897
891
  }
898
892
  }
893
+ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
894
+ /* @ts-ignore: extends class with private primary constructor */
895
+ class CardCollectionPage extends org.cru.godtools.shared.tool.parser.model.page.Page {
896
+ private constructor();
897
+ get cards(): Array<org.cru.godtools.shared.tool.parser.model.page.CardCollectionPage.Card>;
898
+ getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
899
+ }
900
+ namespace CardCollectionPage {
901
+ class Card /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.Parent, org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents {
902
+ private constructor();
903
+ get page(): org.cru.godtools.shared.tool.parser.model.page.CardCollectionPage;
904
+ get id(): string;
905
+ get position(): number;
906
+ get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
907
+ getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
908
+ readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
909
+ }
910
+ }
911
+ }
912
+ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
913
+ /* @ts-ignore: extends class with private primary constructor */
914
+ class ContentPage extends org.cru.godtools.shared.tool.parser.model.page.Page implements org.cru.godtools.shared.tool.parser.model.Parent {
915
+ private constructor();
916
+ getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
917
+ get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
918
+ readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
919
+ }
920
+ }
899
921
  export declare namespace org.cru.godtools.shared.tool.parser.model.page {
900
922
  abstract class Page /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents/*, org.cru.godtools.shared.tool.parser.model.Styles */ {
901
923
  get id(): string;
@@ -912,13 +934,25 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
912
934
  readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
913
935
  }
914
936
  }
937
+ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
938
+ /* @ts-ignore: extends class with private primary constructor */
939
+ class PageCollectionPage extends org.cru.godtools.shared.tool.parser.model.page.Page implements org.cru.godtools.shared.tool.parser.model.HasPages {
940
+ private constructor();
941
+ getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
942
+ findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
943
+ get pages(): Array<org.cru.godtools.shared.tool.parser.model.page.Page>;
944
+ readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasPages["__doNotUseOrImplementIt"];
945
+ static get Companion(): {
946
+ get PARENT_PARAM_ACTIVE_PAGE(): string;
947
+ };
948
+ }
949
+ }
915
950
  export declare namespace org.cru.godtools.shared.tool.parser.model.tips {
916
951
  /* @ts-ignore: extends class with private primary constructor */
917
952
  class InlineTip extends org.cru.godtools.shared.tool.parser.model.Content {
918
953
  private constructor();
919
954
  get id(): Nullable<string>;
920
955
  get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
921
- get tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
922
956
  static createTestInlineTip(parent: any/* org.cru.godtools.shared.tool.parser.model.Base */, id?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.tips.InlineTip;
923
957
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
924
958
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
@@ -206,11 +206,6 @@
206
206
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
207
207
  initMetadataForCoroutine($sendCOROUTINE$3, CoroutineImpl);
208
208
  initMetadataForCoroutine($receiveCatchingCOROUTINE$5, CoroutineImpl);
209
- function close$default(cause, $super) {
210
- cause = cause === VOID ? null : cause;
211
- return $super === VOID ? this.d12(cause) : $super.d12.call(this, cause);
212
- }
213
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
214
209
  function cancel$default_0(cause, $super) {
215
210
  cause = cause === VOID ? null : cause;
216
211
  var tmp;
@@ -223,7 +218,12 @@
223
218
  return tmp;
224
219
  }
225
220
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
226
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
221
+ function close$default(cause, $super) {
222
+ cause = cause === VOID ? null : cause;
223
+ return $super === VOID ? this.d12(cause) : $super.d12.call(this, cause);
224
+ }
225
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
226
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
227
227
  initMetadataForClass(WaiterEB, 'WaiterEB');
228
228
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
229
229
  initMetadataForObject(Factory, 'Factory');
@@ -233,7 +233,7 @@
233
233
  initMetadataForClass(ChannelResult, 'ChannelResult');
234
234
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
235
235
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
236
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [1, 0]);
236
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, ReceiveChannel, SendChannel], [1, 0]);
237
237
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
238
238
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
239
239
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ChannelCoroutine, ProducerScope], [1, 0]);
@@ -296,7 +296,7 @@
296
296
  initMetadataForClass(Symbol, 'Symbol');
297
297
  initMetadataForInterface(SelectInstance, 'SelectInstance');
298
298
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
299
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
299
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
300
300
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
301
301
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, VOID, [1]);
302
302
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);