@cruglobal/godtools-shared 1.1.1-PR765-SNAPSHOT.1678 → 1.1.1-PR767-SNAPSHOT.1682

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,35 @@ 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 tips(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>;
907
+ get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
908
+ getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
909
+ readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
910
+ }
911
+ }
912
+ }
913
+ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
914
+ /* @ts-ignore: extends class with private primary constructor */
915
+ class ContentPage extends org.cru.godtools.shared.tool.parser.model.page.Page implements org.cru.godtools.shared.tool.parser.model.Parent {
916
+ private constructor();
917
+ getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
918
+ get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
919
+ readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
920
+ }
921
+ }
899
922
  export declare namespace org.cru.godtools.shared.tool.parser.model.page {
900
923
  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
924
  get id(): string;
@@ -912,13 +935,25 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
912
935
  readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
913
936
  }
914
937
  }
938
+ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
939
+ /* @ts-ignore: extends class with private primary constructor */
940
+ class PageCollectionPage extends org.cru.godtools.shared.tool.parser.model.page.Page implements org.cru.godtools.shared.tool.parser.model.HasPages {
941
+ private constructor();
942
+ getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
943
+ findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
944
+ get pages(): Array<org.cru.godtools.shared.tool.parser.model.page.Page>;
945
+ readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasPages["__doNotUseOrImplementIt"];
946
+ static get Companion(): {
947
+ get PARENT_PARAM_ACTIVE_PAGE(): string;
948
+ };
949
+ }
950
+ }
915
951
  export declare namespace org.cru.godtools.shared.tool.parser.model.tips {
916
952
  /* @ts-ignore: extends class with private primary constructor */
917
953
  class InlineTip extends org.cru.godtools.shared.tool.parser.model.Content {
918
954
  private constructor();
919
955
  get id(): Nullable<string>;
920
956
  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
957
  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
958
  isInvisible(state: org.cru.godtools.shared.tool.state.State): boolean;
924
959
  isInvisibleFlow(state: org.cru.godtools.shared.tool.state.State): any/* kotlinx.coroutines.flow.Flow<boolean> */;
@@ -206,6 +206,11 @@
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]);
209
214
  function cancel$default_0(cause, $super) {
210
215
  cause = cause === VOID ? null : cause;
211
216
  var tmp;
@@ -218,12 +223,7 @@
218
223
  return tmp;
219
224
  }
220
225
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
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]);
226
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [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, ReceiveChannel, SendChannel], [1, 0]);
236
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [AbstractCoroutine, SendChannel, ReceiveChannel], [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]);