@cruglobal/godtools-shared 0.9.0-SNAPSHOT.1176 → 0.9.0-SNAPSHOT.1179
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.
- package/Napier-napier-js-ir.js +26 -26
- package/antlr-kotlin-antlr-kotlin-runtime-js-ir.js +3013 -2951
- package/antlr-kotlin-antlr-kotlin-runtime-js-ir.js.map +1 -1
- package/colormath-root-colormath-js-ir.js +473 -473
- package/fluid-locale-js-ir.js +125 -125
- package/kotlin-mpp-godtools-tool-parser-npm.d.ts +177 -12
- package/kotlin-mpp-godtools-tool-parser-parser-expressions.js +647 -322
- package/kotlin-mpp-godtools-tool-parser-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-parser.js +2457 -1747
- package/kotlin-mpp-godtools-tool-parser-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-state.js +90 -90
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +244 -72
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map +1 -1
- package/package.json +1 -1
|
@@ -54,6 +54,83 @@ export declare namespace org.cru.godtools.shared.tool.parser {
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
58
|
+
class AnalyticsEvent /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ {
|
|
59
|
+
private constructor();
|
|
60
|
+
get action(): string;
|
|
61
|
+
get delay(): number;
|
|
62
|
+
get systems(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System> */;
|
|
63
|
+
get attributes(): any/* kotlin.collections.Map<string, string> */;
|
|
64
|
+
static createTestAnalyticsEvent(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, id?: Nullable<string>, action?: string, trigger?: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger, delay?: number, systems?: any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System> */, limit?: Nullable<number>, attributes?: any/* kotlin.collections.Map<string, string> */): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent;
|
|
65
|
+
isForSystem(system: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System): boolean;
|
|
66
|
+
shouldTrigger(state: org.cru.godtools.shared.tool.state.State): boolean;
|
|
67
|
+
recordTriggered(state: org.cru.godtools.shared.tool.state.State): void;
|
|
68
|
+
}
|
|
69
|
+
namespace AnalyticsEvent {
|
|
70
|
+
abstract class System {
|
|
71
|
+
private constructor();
|
|
72
|
+
static get ADOBE(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System & {
|
|
73
|
+
get name(): "ADOBE";
|
|
74
|
+
get ordinal(): 0;
|
|
75
|
+
};
|
|
76
|
+
static get APPSFLYER(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System & {
|
|
77
|
+
get name(): "APPSFLYER";
|
|
78
|
+
get ordinal(): 1;
|
|
79
|
+
};
|
|
80
|
+
static get FACEBOOK(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System & {
|
|
81
|
+
get name(): "FACEBOOK";
|
|
82
|
+
get ordinal(): 2;
|
|
83
|
+
};
|
|
84
|
+
static get FIREBASE(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System & {
|
|
85
|
+
get name(): "FIREBASE";
|
|
86
|
+
get ordinal(): 3;
|
|
87
|
+
};
|
|
88
|
+
static get SNOWPLOW(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System & {
|
|
89
|
+
get name(): "SNOWPLOW";
|
|
90
|
+
get ordinal(): 4;
|
|
91
|
+
};
|
|
92
|
+
static get USER(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System & {
|
|
93
|
+
get name(): "USER";
|
|
94
|
+
get ordinal(): 5;
|
|
95
|
+
};
|
|
96
|
+
static values(): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System>;
|
|
97
|
+
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System;
|
|
98
|
+
get name(): "ADOBE" | "APPSFLYER" | "FACEBOOK" | "FIREBASE" | "SNOWPLOW" | "USER";
|
|
99
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
100
|
+
}
|
|
101
|
+
abstract class Trigger {
|
|
102
|
+
private constructor();
|
|
103
|
+
static get SELECTED(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger & {
|
|
104
|
+
get name(): "SELECTED";
|
|
105
|
+
get ordinal(): 0;
|
|
106
|
+
};
|
|
107
|
+
static get VISIBLE(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger & {
|
|
108
|
+
get name(): "VISIBLE";
|
|
109
|
+
get ordinal(): 1;
|
|
110
|
+
};
|
|
111
|
+
static get HIDDEN(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger & {
|
|
112
|
+
get name(): "HIDDEN";
|
|
113
|
+
get ordinal(): 2;
|
|
114
|
+
};
|
|
115
|
+
static get CLICKED(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger & {
|
|
116
|
+
get name(): "CLICKED";
|
|
117
|
+
get ordinal(): 3;
|
|
118
|
+
};
|
|
119
|
+
static get DEFAULT(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger & {
|
|
120
|
+
get name(): "DEFAULT";
|
|
121
|
+
get ordinal(): 4;
|
|
122
|
+
};
|
|
123
|
+
static get UNKNOWN(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger & {
|
|
124
|
+
get name(): "UNKNOWN";
|
|
125
|
+
get ordinal(): 5;
|
|
126
|
+
};
|
|
127
|
+
static values(): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger>;
|
|
128
|
+
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger;
|
|
129
|
+
get name(): "SELECTED" | "VISIBLE" | "HIDDEN" | "CLICKED" | "DEFAULT" | "UNKNOWN";
|
|
130
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
57
134
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
58
135
|
class EventId {
|
|
59
136
|
private constructor();
|
|
@@ -68,6 +145,15 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
68
145
|
};
|
|
69
146
|
}
|
|
70
147
|
}
|
|
148
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
149
|
+
interface HasAnalyticsEvents {
|
|
150
|
+
_getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */;
|
|
151
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
152
|
+
readonly __doNotUseOrImplementIt: {
|
|
153
|
+
readonly "org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents": unique symbol;
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
}
|
|
71
157
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
72
158
|
class Manifest /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ /* implements org.cru.godtools.shared.tool.parser.model.Styles */ {
|
|
73
159
|
private constructor();
|
|
@@ -118,6 +204,15 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
118
204
|
}
|
|
119
205
|
}
|
|
120
206
|
}
|
|
207
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
208
|
+
interface Parent /* extends org.cru.godtools.shared.tool.parser.model.Base */ {
|
|
209
|
+
readonly _content: any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.Content> */;
|
|
210
|
+
readonly content: Array<any/* org.cru.godtools.shared.tool.parser.model.Content */>;
|
|
211
|
+
readonly __doNotUseOrImplementIt: {
|
|
212
|
+
readonly "org.cru.godtools.shared.tool.parser.model.Parent": unique symbol;
|
|
213
|
+
};
|
|
214
|
+
}
|
|
215
|
+
}
|
|
121
216
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
122
217
|
class Resource /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ {
|
|
123
218
|
private constructor();
|
|
@@ -125,8 +220,61 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
125
220
|
get localName(): Nullable<string>;
|
|
126
221
|
}
|
|
127
222
|
}
|
|
223
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
224
|
+
class Text /* extends org.cru.godtools.shared.tool.parser.model.Content */ {
|
|
225
|
+
private constructor();
|
|
226
|
+
get text(): Nullable<string>;
|
|
227
|
+
get textStyles(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.Text.Style> */;
|
|
228
|
+
get minimumLines(): number;
|
|
229
|
+
get startImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
230
|
+
get startImageSize(): number;
|
|
231
|
+
get endImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
232
|
+
get endImageSize(): number;
|
|
233
|
+
static createTestText(parent?: any/* org.cru.godtools.shared.tool.parser.model.Base */, text?: Nullable<string>, textScale?: number, textColor?: Nullable<string>, textAlign?: Nullable<org.cru.godtools.shared.tool.parser.model.Text.Align>, textStyles?: any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.Text.Style> */, startImage?: Nullable<string>, endImage?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.Text;
|
|
234
|
+
}
|
|
235
|
+
namespace Text {
|
|
236
|
+
abstract class Align {
|
|
237
|
+
private constructor();
|
|
238
|
+
static get START(): org.cru.godtools.shared.tool.parser.model.Text.Align & {
|
|
239
|
+
get name(): "START";
|
|
240
|
+
get ordinal(): 0;
|
|
241
|
+
};
|
|
242
|
+
static get CENTER(): org.cru.godtools.shared.tool.parser.model.Text.Align & {
|
|
243
|
+
get name(): "CENTER";
|
|
244
|
+
get ordinal(): 1;
|
|
245
|
+
};
|
|
246
|
+
static get END(): org.cru.godtools.shared.tool.parser.model.Text.Align & {
|
|
247
|
+
get name(): "END";
|
|
248
|
+
get ordinal(): 2;
|
|
249
|
+
};
|
|
250
|
+
static values(): Array<org.cru.godtools.shared.tool.parser.model.Text.Align>;
|
|
251
|
+
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Text.Align;
|
|
252
|
+
get name(): "START" | "CENTER" | "END";
|
|
253
|
+
get ordinal(): 0 | 1 | 2;
|
|
254
|
+
}
|
|
255
|
+
abstract class Style {
|
|
256
|
+
private constructor();
|
|
257
|
+
static get BOLD(): org.cru.godtools.shared.tool.parser.model.Text.Style & {
|
|
258
|
+
get name(): "BOLD";
|
|
259
|
+
get ordinal(): 0;
|
|
260
|
+
};
|
|
261
|
+
static get ITALIC(): org.cru.godtools.shared.tool.parser.model.Text.Style & {
|
|
262
|
+
get name(): "ITALIC";
|
|
263
|
+
get ordinal(): 1;
|
|
264
|
+
};
|
|
265
|
+
static get UNDERLINE(): org.cru.godtools.shared.tool.parser.model.Text.Style & {
|
|
266
|
+
get name(): "UNDERLINE";
|
|
267
|
+
get ordinal(): 2;
|
|
268
|
+
};
|
|
269
|
+
static values(): Array<org.cru.godtools.shared.tool.parser.model.Text.Style>;
|
|
270
|
+
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Text.Style;
|
|
271
|
+
get name(): "BOLD" | "ITALIC" | "UNDERLINE";
|
|
272
|
+
get ordinal(): 0 | 1 | 2;
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
128
276
|
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
129
|
-
abstract class Page /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */
|
|
277
|
+
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 */ {
|
|
130
278
|
get id(): string;
|
|
131
279
|
get position(): number;
|
|
132
280
|
get parentPage(): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
@@ -134,39 +282,50 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
134
282
|
get listeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
135
283
|
get dismissListeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
136
284
|
get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
285
|
+
_getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */;
|
|
286
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
287
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
137
288
|
}
|
|
138
289
|
}
|
|
139
290
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
140
291
|
class CallToAction /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ {
|
|
141
292
|
private constructor();
|
|
142
|
-
get label(): Nullable<
|
|
293
|
+
get label(): Nullable<org.cru.godtools.shared.tool.parser.model.Text>;
|
|
143
294
|
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) =>
|
|
295
|
+
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;
|
|
145
296
|
}
|
|
146
297
|
}
|
|
147
298
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
148
299
|
class Header /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ /* implements org.cru.godtools.shared.tool.parser.model.Styles */ {
|
|
149
300
|
private constructor();
|
|
150
|
-
get number(): Nullable<
|
|
151
|
-
get title(): Nullable<
|
|
301
|
+
get number(): Nullable<org.cru.godtools.shared.tool.parser.model.Text>;
|
|
302
|
+
get title(): Nullable<org.cru.godtools.shared.tool.parser.model.Text>;
|
|
152
303
|
get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
|
|
153
304
|
}
|
|
154
305
|
}
|
|
155
306
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
156
|
-
class Hero /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */
|
|
307
|
+
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
308
|
private constructor();
|
|
158
|
-
get heading(): Nullable<
|
|
159
|
-
|
|
309
|
+
get heading(): Nullable<org.cru.godtools.shared.tool.parser.model.Text>;
|
|
310
|
+
get _content(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.Content> */;
|
|
311
|
+
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<org.cru.godtools.shared.tool.parser.model.Text>>): org.cru.godtools.shared.tool.parser.model.tract.Hero;
|
|
312
|
+
_getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */;
|
|
313
|
+
get content(): Array<any/* org.cru.godtools.shared.tool.parser.model.Content */>;
|
|
314
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
315
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
160
316
|
}
|
|
161
317
|
}
|
|
162
318
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
163
|
-
class Modal /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */
|
|
319
|
+
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 */ {
|
|
164
320
|
private constructor();
|
|
165
321
|
get page(): org.cru.godtools.shared.tool.parser.model.tract.TractPage;
|
|
166
322
|
get id(): string;
|
|
167
|
-
get title(): Nullable<
|
|
323
|
+
get title(): Nullable<org.cru.godtools.shared.tool.parser.model.Text>;
|
|
324
|
+
get _content(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.Content> */;
|
|
168
325
|
get listeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
169
326
|
get dismissListeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
327
|
+
get content(): Array<any/* org.cru.godtools.shared.tool.parser.model.Content */>;
|
|
328
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
170
329
|
}
|
|
171
330
|
}
|
|
172
331
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
@@ -183,9 +342,10 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
183
342
|
get cards(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tract.TractPage.Card> */;
|
|
184
343
|
get visibleCards(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tract.TractPage.Card> */;
|
|
185
344
|
get cardTextColor(): string;
|
|
345
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
186
346
|
}
|
|
187
347
|
namespace TractPage {
|
|
188
|
-
class Card /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */
|
|
348
|
+
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/*, org.cru.godtools.shared.tool.parser.model.Styles */ {
|
|
189
349
|
private constructor();
|
|
190
350
|
get page(): org.cru.godtools.shared.tool.parser.model.tract.TractPage;
|
|
191
351
|
get id(): string;
|
|
@@ -196,8 +356,13 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
196
356
|
get listeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
197
357
|
get dismissListeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
198
358
|
get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
199
|
-
get label(): Nullable<
|
|
359
|
+
get label(): Nullable<org.cru.godtools.shared.tool.parser.model.Text>;
|
|
360
|
+
get _content(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.Content> */;
|
|
200
361
|
get tips(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
|
|
362
|
+
_getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */;
|
|
363
|
+
get content(): Array<any/* org.cru.godtools.shared.tool.parser.model.Content */>;
|
|
364
|
+
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
365
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
201
366
|
}
|
|
202
367
|
}
|
|
203
368
|
}
|