@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1159 → 0.9.0-SNAPSHOT.1167

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.
@@ -136,17 +136,51 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
136
136
  get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
137
137
  }
138
138
  }
139
+ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
140
+ class CallToAction /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ {
141
+ private constructor();
142
+ get label(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */;
143
+ get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
144
+ static createTestCallToAction(page?: org.cru.godtools.shared.tool.parser.model.tract.TractPage, label?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.CallToAction) => any/* org.cru.godtools.shared.tool.parser.model.Text */>, controlColor?: Nullable<string>, tip?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.tract.CallToAction;
145
+ }
146
+ }
147
+ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
148
+ class Header /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ /* implements org.cru.godtools.shared.tool.parser.model.Styles */ {
149
+ private constructor();
150
+ get number(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */;
151
+ get title(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */;
152
+ get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
153
+ }
154
+ }
155
+ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
156
+ class Hero /* 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 */ {
157
+ private constructor();
158
+ get analyticsEvents(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */;
159
+ get heading(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */;
160
+ static createTestHero(page?: org.cru.godtools.shared.tool.parser.model.tract.TractPage, analyticsEvents?: any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */, heading?: Nullable<(p0: any/* org.cru.godtools.shared.tool.parser.model.Base */) => Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */>): org.cru.godtools.shared.tool.parser.model.tract.Hero;
161
+ }
162
+ }
163
+ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
164
+ class Modal /* 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.Styles */ {
165
+ private constructor();
166
+ get page(): org.cru.godtools.shared.tool.parser.model.tract.TractPage;
167
+ get id(): string;
168
+ get title(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */;
169
+ get listeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
170
+ get dismissListeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
171
+ }
172
+ }
139
173
  export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
140
174
  /* @ts-ignore: extends class with private primary constructor */
141
175
  class TractPage extends org.cru.godtools.shared.tool.parser.model.page.Page {
142
176
  private constructor();
143
177
  get isLastPage(): boolean;
144
- get header(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tract.Header> */;
145
- get hero(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tract.Hero> */;
178
+ get header(): Nullable<org.cru.godtools.shared.tool.parser.model.tract.Header>;
179
+ get hero(): Nullable<org.cru.godtools.shared.tool.parser.model.tract.Hero>;
146
180
  get modals(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tract.Modal> */;
147
- get callToAction(): any/* org.cru.godtools.shared.tool.parser.model.tract.CallToAction */;
148
- static createTestTractPage(manifest?: org.cru.godtools.shared.tool.parser.model.Manifest, fileName?: Nullable<string>, backgroundColor?: string, backgroundImage?: Nullable<string>, primaryColor?: Nullable<string>, backgroundImageGravity?: any/* org.cru.godtools.shared.tool.parser.model.Gravity */, backgroundImageScaleType?: any/* org.cru.godtools.shared.tool.parser.model.ImageScaleType */, textColor?: Nullable<string>, textScale?: number, cardBackgroundColor?: Nullable<string>, cardTextColor?: Nullable<string>, cards?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.TractPage) => Nullable<any>/* Nullable<kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tract.TractPage.Card>> */>, callToAction?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.TractPage) => Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tract.CallToAction> */>): org.cru.godtools.shared.tool.parser.model.tract.TractPage;
149
- findModal(id: Nullable<string>): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tract.Modal> */;
181
+ get callToAction(): org.cru.godtools.shared.tool.parser.model.tract.CallToAction;
182
+ static createTestTractPage(manifest?: org.cru.godtools.shared.tool.parser.model.Manifest, fileName?: Nullable<string>, backgroundColor?: string, backgroundImage?: Nullable<string>, primaryColor?: Nullable<string>, backgroundImageGravity?: any/* org.cru.godtools.shared.tool.parser.model.Gravity */, backgroundImageScaleType?: any/* org.cru.godtools.shared.tool.parser.model.ImageScaleType */, textColor?: Nullable<string>, textScale?: number, cardBackgroundColor?: Nullable<string>, cardTextColor?: Nullable<string>, cards?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.TractPage) => Nullable<any>/* Nullable<kotlin.collections.List<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;
183
+ findModal(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.tract.Modal>;
150
184
  get cards(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tract.TractPage.Card> */;
151
185
  get visibleCards(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tract.TractPage.Card> */;
152
186
  get cardTextColor(): string;