@cruglobal/godtools-shared 1.3.2-SNAPSHOT.2206 → 1.3.2-SNAPSHOT.2210
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/Kermit-kermit-core.js +49 -49
- package/Kermit-kermit-core.js.map +1 -1
- package/Kermit-kermit.js +8 -8
- package/antlr-kotlin-antlr-kotlin-runtime.js +3114 -3114
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/colormath-root-colormath.js +617 -617
- package/colormath-root-colormath.js.map +1 -1
- package/fluid-locale.js +153 -153
- package/fluid-locale.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +2100 -2062
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-common.js +3 -3
- package/kotlin-mpp-godtools-tool-parser-module-common.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-base.js +54 -54
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +603 -605
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2773 -2773
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js +473 -477
- package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +405 -317
- package/kotlinx-atomicfu.js +21 -21
- package/kotlinx-coroutines-core.js +2836 -2843
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,15 +7,8 @@ export declare namespace kotlin.collections {
|
|
|
7
7
|
readonly "kotlin.collections.KtList": unique symbol;
|
|
8
8
|
};
|
|
9
9
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
14
|
-
namespace KtList.$metadata$ {
|
|
15
|
-
abstract class constructor {
|
|
16
|
-
fromJsArray<E>(array: ReadonlyArray<E>): kotlin.collections.KtList<E>;
|
|
17
|
-
private constructor();
|
|
18
|
-
}
|
|
10
|
+
namespace KtList {
|
|
11
|
+
function fromJsArray<E>(array: ReadonlyArray<E>): kotlin.collections.KtList<E>;
|
|
19
12
|
}
|
|
20
13
|
interface KtMap<K, V> {
|
|
21
14
|
asJsReadonlyMapView(): ReadonlyMap<K, V>;
|
|
@@ -23,15 +16,8 @@ export declare namespace kotlin.collections {
|
|
|
23
16
|
readonly "kotlin.collections.KtMap": unique symbol;
|
|
24
17
|
};
|
|
25
18
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
30
|
-
namespace KtMap.$metadata$ {
|
|
31
|
-
abstract class constructor {
|
|
32
|
-
fromJsMap<K, V>(map: ReadonlyMap<K, V>): kotlin.collections.KtMap<K, V>;
|
|
33
|
-
private constructor();
|
|
34
|
-
}
|
|
19
|
+
namespace KtMap {
|
|
20
|
+
function fromJsMap<K, V>(map: ReadonlyMap<K, V>): kotlin.collections.KtMap<K, V>;
|
|
35
21
|
}
|
|
36
22
|
interface KtSet<E> /* extends kotlin.collections.Collection<E> */ {
|
|
37
23
|
asJsReadonlySetView(): ReadonlySet<E>;
|
|
@@ -39,20 +25,12 @@ export declare namespace kotlin.collections {
|
|
|
39
25
|
readonly "kotlin.collections.KtSet": unique symbol;
|
|
40
26
|
};
|
|
41
27
|
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
46
|
-
namespace KtSet.$metadata$ {
|
|
47
|
-
abstract class constructor {
|
|
48
|
-
fromJsSet<E>(set: ReadonlySet<E>): kotlin.collections.KtSet<E>;
|
|
49
|
-
private constructor();
|
|
50
|
-
}
|
|
28
|
+
namespace KtSet {
|
|
29
|
+
function fromJsSet<E>(set: ReadonlySet<E>): kotlin.collections.KtSet<E>;
|
|
51
30
|
}
|
|
52
31
|
}
|
|
53
32
|
export declare namespace org.cru.godtools.shared.tool.parser.expressions {
|
|
54
33
|
interface ExpressionContext {
|
|
55
|
-
varsChangeFlow$default<T>(keys: Nullable<any>/* Nullable<kotlin.collections.Collection<string>> */ | undefined, block: (p0: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext) => T): any/* kotlinx.coroutines.flow.Flow<T> */;
|
|
56
34
|
readonly __doNotUseOrImplementIt: {
|
|
57
35
|
readonly "org.cru.godtools.shared.tool.parser.expressions.ExpressionContext": unique symbol;
|
|
58
36
|
};
|
|
@@ -70,11 +48,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
70
48
|
hashCode(): number;
|
|
71
49
|
equals(other: Nullable<any>): boolean;
|
|
72
50
|
}
|
|
73
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
74
|
-
namespace AnalyticsEvent.$metadata$ {
|
|
75
|
-
const constructor: abstract new () => AnalyticsEvent;
|
|
76
|
-
}
|
|
77
51
|
namespace AnalyticsEvent {
|
|
52
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
53
|
+
namespace $metadata$ {
|
|
54
|
+
const constructor: abstract new () => AnalyticsEvent;
|
|
55
|
+
}
|
|
78
56
|
abstract class System {
|
|
79
57
|
private constructor();
|
|
80
58
|
static get FACEBOOK(): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System & {
|
|
@@ -94,9 +72,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
94
72
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System>;
|
|
95
73
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System;
|
|
96
74
|
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
75
|
+
namespace System {
|
|
76
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
77
|
+
namespace $metadata$ {
|
|
78
|
+
const constructor: abstract new () => System;
|
|
79
|
+
}
|
|
100
80
|
}
|
|
101
81
|
abstract class Trigger {
|
|
102
82
|
private constructor();
|
|
@@ -125,9 +105,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
125
105
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger>;
|
|
126
106
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger;
|
|
127
107
|
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
108
|
+
namespace Trigger {
|
|
109
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
110
|
+
namespace $metadata$ {
|
|
111
|
+
const constructor: abstract new () => Trigger;
|
|
112
|
+
}
|
|
131
113
|
}
|
|
132
114
|
}
|
|
133
115
|
}
|
|
@@ -137,49 +119,57 @@ export declare class ManifestParser {
|
|
|
137
119
|
parseManifest(fileName: string, abortSignal: AbortSignal): Promise<org.cru.godtools.shared.tool.parser.ParserResult>;
|
|
138
120
|
parseManifestConfig(fileName: string, config: org.cru.godtools.shared.tool.parser.ParserConfig, abortSignal: AbortSignal): Promise<org.cru.godtools.shared.tool.parser.ParserResult>;
|
|
139
121
|
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
122
|
+
export declare namespace ManifestParser {
|
|
123
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
124
|
+
namespace $metadata$ {
|
|
125
|
+
const constructor: abstract new () => ManifestParser;
|
|
126
|
+
}
|
|
143
127
|
}
|
|
144
128
|
export declare namespace org.cru.godtools.shared.tool.parser {
|
|
145
129
|
abstract class ParserResult {
|
|
146
130
|
protected constructor();
|
|
147
131
|
}
|
|
148
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
149
|
-
namespace ParserResult.$metadata$ {
|
|
150
|
-
const constructor: abstract new () => ParserResult;
|
|
151
|
-
}
|
|
152
132
|
namespace ParserResult {
|
|
133
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
134
|
+
namespace $metadata$ {
|
|
135
|
+
const constructor: abstract new () => ParserResult;
|
|
136
|
+
}
|
|
153
137
|
class Data extends org.cru.godtools.shared.tool.parser.ParserResult.$metadata$.constructor {
|
|
154
138
|
constructor(manifest: org.cru.godtools.shared.tool.parser.model.Manifest);
|
|
155
139
|
get manifest(): org.cru.godtools.shared.tool.parser.model.Manifest;
|
|
156
140
|
}
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
141
|
+
namespace Data {
|
|
142
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
143
|
+
namespace $metadata$ {
|
|
144
|
+
const constructor: abstract new () => Data;
|
|
145
|
+
}
|
|
160
146
|
}
|
|
161
147
|
class ParserError extends org.cru.godtools.shared.tool.parser.ParserResult.$metadata$.constructor {
|
|
162
148
|
protected constructor(error?: Nullable<Error>);
|
|
163
149
|
get error(): Nullable<Error>;
|
|
164
150
|
}
|
|
165
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
166
|
-
namespace ParserError.$metadata$ {
|
|
167
|
-
const constructor: abstract new () => ParserError;
|
|
168
|
-
}
|
|
169
151
|
namespace ParserError {
|
|
152
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
153
|
+
namespace $metadata$ {
|
|
154
|
+
const constructor: abstract new () => ParserError;
|
|
155
|
+
}
|
|
170
156
|
class Corrupted extends org.cru.godtools.shared.tool.parser.ParserResult.ParserError.$metadata$.constructor {
|
|
171
157
|
private constructor();
|
|
172
158
|
}
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
159
|
+
namespace Corrupted {
|
|
160
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
161
|
+
namespace $metadata$ {
|
|
162
|
+
const constructor: abstract new () => Corrupted;
|
|
163
|
+
}
|
|
176
164
|
}
|
|
177
165
|
class NotFound extends org.cru.godtools.shared.tool.parser.ParserResult.ParserError.$metadata$.constructor {
|
|
178
166
|
private constructor();
|
|
179
167
|
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
168
|
+
namespace NotFound {
|
|
169
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
170
|
+
namespace $metadata$ {
|
|
171
|
+
const constructor: abstract new () => NotFound;
|
|
172
|
+
}
|
|
183
173
|
}
|
|
184
174
|
}
|
|
185
175
|
}
|
|
@@ -188,7 +178,6 @@ export declare namespace org.cru.godtools.shared.tool.parser {
|
|
|
188
178
|
class ParserConfig {
|
|
189
179
|
private constructor();
|
|
190
180
|
static createParserConfig(): org.cru.godtools.shared.tool.parser.ParserConfig;
|
|
191
|
-
withAppVersion$default(deviceType: any/* org.cru.godtools.shared.tool.parser.model.DeviceType */ | undefined, version: Nullable<string>): org.cru.godtools.shared.tool.parser.ParserConfig;
|
|
192
181
|
withSupportedFeatures(feature: Array<string>): org.cru.godtools.shared.tool.parser.ParserConfig;
|
|
193
182
|
withParseRelated(enabled: boolean): org.cru.godtools.shared.tool.parser.ParserConfig;
|
|
194
183
|
withParsePages(enabled: boolean): org.cru.godtools.shared.tool.parser.ParserConfig;
|
|
@@ -199,23 +188,25 @@ export declare namespace org.cru.godtools.shared.tool.parser {
|
|
|
199
188
|
hashCode(): number;
|
|
200
189
|
equals(other: Nullable<any>): boolean;
|
|
201
190
|
}
|
|
202
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
203
|
-
namespace ParserConfig.$metadata$ {
|
|
204
|
-
const constructor: abstract new () => ParserConfig;
|
|
205
|
-
}
|
|
206
191
|
namespace ParserConfig {
|
|
192
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
193
|
+
namespace $metadata$ {
|
|
194
|
+
const constructor: abstract new () => ParserConfig;
|
|
195
|
+
}
|
|
207
196
|
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
208
197
|
private constructor();
|
|
209
198
|
}
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
199
|
+
namespace Companion {
|
|
200
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
201
|
+
namespace $metadata$ {
|
|
202
|
+
abstract class constructor {
|
|
203
|
+
get FEATURE_ANIMATION(): string;
|
|
204
|
+
get FEATURE_CONTENT_CARD(): string;
|
|
205
|
+
get FEATURE_FLOW(): string;
|
|
206
|
+
get FEATURE_MULTISELECT(): string;
|
|
207
|
+
get FEATURE_PAGE_COLLECTION(): string;
|
|
208
|
+
private constructor();
|
|
209
|
+
}
|
|
219
210
|
}
|
|
220
211
|
}
|
|
221
212
|
}
|
|
@@ -233,11 +224,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
233
224
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
234
225
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
235
226
|
}
|
|
236
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
237
|
-
namespace Accordion.$metadata$ {
|
|
238
|
-
const constructor: abstract new () => Accordion;
|
|
239
|
-
}
|
|
240
227
|
namespace Accordion {
|
|
228
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
229
|
+
namespace $metadata$ {
|
|
230
|
+
const constructor: abstract new () => Accordion;
|
|
231
|
+
}
|
|
241
232
|
class Section /* 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 {
|
|
242
233
|
private constructor();
|
|
243
234
|
get id(): string;
|
|
@@ -248,9 +239,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
248
239
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
249
240
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
250
241
|
}
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
242
|
+
namespace Section {
|
|
243
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
244
|
+
namespace $metadata$ {
|
|
245
|
+
const constructor: abstract new () => Section;
|
|
246
|
+
}
|
|
254
247
|
}
|
|
255
248
|
}
|
|
256
249
|
}
|
|
@@ -275,9 +268,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
275
268
|
get events(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
276
269
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Content["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Clickable["__doNotUseOrImplementIt"];
|
|
277
270
|
}
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
271
|
+
namespace Animation {
|
|
272
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
273
|
+
namespace $metadata$ {
|
|
274
|
+
const constructor: abstract new () => Animation;
|
|
275
|
+
}
|
|
281
276
|
}
|
|
282
277
|
}
|
|
283
278
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -291,9 +286,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
291
286
|
hashCode(): number;
|
|
292
287
|
equals(other: Nullable<any>): boolean;
|
|
293
288
|
}
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
289
|
+
namespace AspectRatio {
|
|
290
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
291
|
+
namespace $metadata$ {
|
|
292
|
+
const constructor: abstract new () => AspectRatio;
|
|
293
|
+
}
|
|
297
294
|
}
|
|
298
295
|
}
|
|
299
296
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -322,11 +319,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
322
319
|
get events(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
323
320
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Content["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Clickable["__doNotUseOrImplementIt"];
|
|
324
321
|
}
|
|
325
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
326
|
-
namespace Button.$metadata$ {
|
|
327
|
-
const constructor: abstract new () => Button;
|
|
328
|
-
}
|
|
329
322
|
namespace Button {
|
|
323
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
324
|
+
namespace $metadata$ {
|
|
325
|
+
const constructor: abstract new () => Button;
|
|
326
|
+
}
|
|
330
327
|
abstract class Style {
|
|
331
328
|
private constructor();
|
|
332
329
|
static get CONTAINED(): org.cru.godtools.shared.tool.parser.model.Button.Style & {
|
|
@@ -346,9 +343,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
346
343
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Button.Style>;
|
|
347
344
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Button.Style;
|
|
348
345
|
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
346
|
+
namespace Style {
|
|
347
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
348
|
+
namespace $metadata$ {
|
|
349
|
+
const constructor: abstract new () => Style;
|
|
350
|
+
}
|
|
352
351
|
}
|
|
353
352
|
}
|
|
354
353
|
}
|
|
@@ -370,9 +369,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
370
369
|
get events(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
371
370
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Content["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Clickable["__doNotUseOrImplementIt"];
|
|
372
371
|
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
372
|
+
namespace Card {
|
|
373
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
374
|
+
namespace $metadata$ {
|
|
375
|
+
const constructor: abstract new () => Card;
|
|
376
|
+
}
|
|
376
377
|
}
|
|
377
378
|
}
|
|
378
379
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -398,20 +399,22 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
398
399
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
399
400
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Visibility["__doNotUseOrImplementIt"];
|
|
400
401
|
}
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
402
|
+
namespace Content {
|
|
403
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
404
|
+
namespace $metadata$ {
|
|
405
|
+
const constructor: abstract new () => Content;
|
|
406
|
+
}
|
|
404
407
|
}
|
|
405
408
|
}
|
|
406
409
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
407
410
|
abstract class Dimension {
|
|
408
411
|
protected constructor();
|
|
409
412
|
}
|
|
410
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
411
|
-
namespace Dimension.$metadata$ {
|
|
412
|
-
const constructor: abstract new () => Dimension;
|
|
413
|
-
}
|
|
414
413
|
namespace Dimension {
|
|
414
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
415
|
+
namespace $metadata$ {
|
|
416
|
+
const constructor: abstract new () => Dimension;
|
|
417
|
+
}
|
|
415
418
|
class Percent extends org.cru.godtools.shared.tool.parser.model.Dimension.$metadata$.constructor {
|
|
416
419
|
constructor(value: number);
|
|
417
420
|
get value(): number;
|
|
@@ -420,9 +423,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
420
423
|
hashCode(): number;
|
|
421
424
|
equals(other: Nullable<any>): boolean;
|
|
422
425
|
}
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
+
namespace Percent {
|
|
427
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
428
|
+
namespace $metadata$ {
|
|
429
|
+
const constructor: abstract new () => Percent;
|
|
430
|
+
}
|
|
426
431
|
}
|
|
427
432
|
class Pixels extends org.cru.godtools.shared.tool.parser.model.Dimension.$metadata$.constructor {
|
|
428
433
|
constructor(value: number);
|
|
@@ -432,9 +437,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
432
437
|
hashCode(): number;
|
|
433
438
|
equals(other: Nullable<any>): boolean;
|
|
434
439
|
}
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
440
|
+
namespace Pixels {
|
|
441
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
442
|
+
namespace $metadata$ {
|
|
443
|
+
const constructor: abstract new () => Pixels;
|
|
444
|
+
}
|
|
438
445
|
}
|
|
439
446
|
}
|
|
440
447
|
}
|
|
@@ -448,19 +455,21 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
448
455
|
hashCode(): number;
|
|
449
456
|
toString(): string;
|
|
450
457
|
}
|
|
451
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
452
|
-
namespace EventId.$metadata$ {
|
|
453
|
-
const constructor: abstract new () => EventId;
|
|
454
|
-
}
|
|
455
458
|
namespace EventId {
|
|
459
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
460
|
+
namespace $metadata$ {
|
|
461
|
+
const constructor: abstract new () => EventId;
|
|
462
|
+
}
|
|
456
463
|
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
457
464
|
private constructor();
|
|
458
465
|
}
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
466
|
+
namespace Companion {
|
|
467
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
468
|
+
namespace $metadata$ {
|
|
469
|
+
abstract class constructor {
|
|
470
|
+
get FOLLOWUP(): org.cru.godtools.shared.tool.parser.model.EventId;
|
|
471
|
+
private constructor();
|
|
472
|
+
}
|
|
464
473
|
}
|
|
465
474
|
}
|
|
466
475
|
}
|
|
@@ -479,11 +488,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
479
488
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
480
489
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
481
490
|
}
|
|
482
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
483
|
-
namespace Flow.$metadata$ {
|
|
484
|
-
const constructor: abstract new () => Flow;
|
|
485
|
-
}
|
|
486
491
|
namespace Flow {
|
|
492
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
493
|
+
namespace $metadata$ {
|
|
494
|
+
const constructor: abstract new () => Flow;
|
|
495
|
+
}
|
|
487
496
|
class Item /* 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.Visibility {
|
|
488
497
|
private constructor();
|
|
489
498
|
get flow(): org.cru.godtools.shared.tool.parser.model.Flow;
|
|
@@ -501,18 +510,20 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
501
510
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
502
511
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Visibility["__doNotUseOrImplementIt"];
|
|
503
512
|
}
|
|
504
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
505
|
-
namespace Item.$metadata$ {
|
|
506
|
-
const constructor: abstract new () => Item;
|
|
507
|
-
}
|
|
508
513
|
namespace Item {
|
|
514
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
515
|
+
namespace $metadata$ {
|
|
516
|
+
const constructor: abstract new () => Item;
|
|
517
|
+
}
|
|
509
518
|
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
510
519
|
private constructor();
|
|
511
520
|
}
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
521
|
+
namespace Companion {
|
|
522
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
523
|
+
namespace $metadata$ {
|
|
524
|
+
abstract class constructor {
|
|
525
|
+
private constructor();
|
|
526
|
+
}
|
|
516
527
|
}
|
|
517
528
|
}
|
|
518
529
|
}
|
|
@@ -532,9 +543,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
532
543
|
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
533
544
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Content["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
534
545
|
}
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
546
|
+
namespace Form {
|
|
547
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
548
|
+
namespace $metadata$ {
|
|
549
|
+
const constructor: abstract new () => Form;
|
|
550
|
+
}
|
|
538
551
|
}
|
|
539
552
|
}
|
|
540
553
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -550,19 +563,21 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
550
563
|
get isCenterY(): boolean;
|
|
551
564
|
get isCenter(): boolean;
|
|
552
565
|
}
|
|
553
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
554
|
-
namespace Gravity.$metadata$ {
|
|
555
|
-
const constructor: abstract new () => Gravity;
|
|
556
|
-
}
|
|
557
566
|
namespace Gravity {
|
|
567
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
568
|
+
namespace $metadata$ {
|
|
569
|
+
const constructor: abstract new () => Gravity;
|
|
570
|
+
}
|
|
558
571
|
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
559
572
|
private constructor();
|
|
560
573
|
}
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
574
|
+
namespace Companion {
|
|
575
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
576
|
+
namespace $metadata$ {
|
|
577
|
+
abstract class constructor {
|
|
578
|
+
get CENTER(): org.cru.godtools.shared.tool.parser.model.Gravity;
|
|
579
|
+
private constructor();
|
|
580
|
+
}
|
|
566
581
|
}
|
|
567
582
|
}
|
|
568
583
|
abstract class Horizontal {
|
|
@@ -584,9 +599,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
584
599
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Gravity.Horizontal>;
|
|
585
600
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Gravity.Horizontal;
|
|
586
601
|
}
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
602
|
+
namespace Horizontal {
|
|
603
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
604
|
+
namespace $metadata$ {
|
|
605
|
+
const constructor: abstract new () => Horizontal;
|
|
606
|
+
}
|
|
590
607
|
}
|
|
591
608
|
abstract class Vertical {
|
|
592
609
|
private constructor();
|
|
@@ -607,9 +624,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
607
624
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Gravity.Vertical>;
|
|
608
625
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Gravity.Vertical;
|
|
609
626
|
}
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
627
|
+
namespace Vertical {
|
|
628
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
629
|
+
namespace $metadata$ {
|
|
630
|
+
const constructor: abstract new () => Vertical;
|
|
631
|
+
}
|
|
613
632
|
}
|
|
614
633
|
}
|
|
615
634
|
}
|
|
@@ -651,9 +670,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
651
670
|
get events(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
652
671
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Content["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Clickable["__doNotUseOrImplementIt"];
|
|
653
672
|
}
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
673
|
+
namespace Image {
|
|
674
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
675
|
+
namespace $metadata$ {
|
|
676
|
+
const constructor: abstract new () => Image;
|
|
677
|
+
}
|
|
657
678
|
}
|
|
658
679
|
}
|
|
659
680
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -676,35 +697,39 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
676
697
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
677
698
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
678
699
|
}
|
|
679
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
680
|
-
namespace Input.$metadata$ {
|
|
681
|
-
const constructor: abstract new () => Input;
|
|
682
|
-
}
|
|
683
700
|
namespace Input {
|
|
701
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
702
|
+
namespace $metadata$ {
|
|
703
|
+
const constructor: abstract new () => Input;
|
|
704
|
+
}
|
|
684
705
|
abstract class Error {
|
|
685
706
|
protected constructor();
|
|
686
707
|
}
|
|
687
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
688
|
-
namespace Error.$metadata$ {
|
|
689
|
-
const constructor: abstract new () => Error;
|
|
690
|
-
}
|
|
691
708
|
namespace Error {
|
|
709
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
710
|
+
namespace $metadata$ {
|
|
711
|
+
const constructor: abstract new () => Error;
|
|
712
|
+
}
|
|
692
713
|
abstract class Required extends KtSingleton<Required.$metadata$.constructor>() {
|
|
693
714
|
private constructor();
|
|
694
715
|
}
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
716
|
+
namespace Required {
|
|
717
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
718
|
+
namespace $metadata$ {
|
|
719
|
+
abstract class constructor extends org.cru.godtools.shared.tool.parser.model.Input.Error.$metadata$.constructor {
|
|
720
|
+
private constructor();
|
|
721
|
+
}
|
|
699
722
|
}
|
|
700
723
|
}
|
|
701
724
|
abstract class InvalidEmail extends KtSingleton<InvalidEmail.$metadata$.constructor>() {
|
|
702
725
|
private constructor();
|
|
703
726
|
}
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
727
|
+
namespace InvalidEmail {
|
|
728
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
729
|
+
namespace $metadata$ {
|
|
730
|
+
abstract class constructor extends org.cru.godtools.shared.tool.parser.model.Input.Error.$metadata$.constructor {
|
|
731
|
+
private constructor();
|
|
732
|
+
}
|
|
708
733
|
}
|
|
709
734
|
}
|
|
710
735
|
}
|
|
@@ -731,9 +756,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
731
756
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Input.Type>;
|
|
732
757
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Input.Type;
|
|
733
758
|
}
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
759
|
+
namespace Type {
|
|
760
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
761
|
+
namespace $metadata$ {
|
|
762
|
+
const constructor: abstract new () => Type;
|
|
763
|
+
}
|
|
737
764
|
}
|
|
738
765
|
}
|
|
739
766
|
}
|
|
@@ -755,9 +782,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
755
782
|
get events(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
756
783
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Content["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Clickable["__doNotUseOrImplementIt"];
|
|
757
784
|
}
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
785
|
+
namespace Link {
|
|
786
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
787
|
+
namespace $metadata$ {
|
|
788
|
+
const constructor: abstract new () => Link;
|
|
789
|
+
}
|
|
761
790
|
}
|
|
762
791
|
}
|
|
763
792
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -779,11 +808,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
779
808
|
get pages(): Array<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
780
809
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasPages["__doNotUseOrImplementIt"];
|
|
781
810
|
}
|
|
782
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
783
|
-
namespace Manifest.$metadata$ {
|
|
784
|
-
const constructor: abstract new () => Manifest;
|
|
785
|
-
}
|
|
786
811
|
namespace Manifest {
|
|
812
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
813
|
+
namespace $metadata$ {
|
|
814
|
+
const constructor: abstract new () => Manifest;
|
|
815
|
+
}
|
|
787
816
|
abstract class Type {
|
|
788
817
|
private constructor();
|
|
789
818
|
static get ARTICLE(): org.cru.godtools.shared.tool.parser.model.Manifest.Type & {
|
|
@@ -811,9 +840,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
811
840
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Manifest.Type>;
|
|
812
841
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Manifest.Type;
|
|
813
842
|
}
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
843
|
+
namespace Type {
|
|
844
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
845
|
+
namespace $metadata$ {
|
|
846
|
+
const constructor: abstract new () => Type;
|
|
847
|
+
}
|
|
817
848
|
}
|
|
818
849
|
class XmlFile {
|
|
819
850
|
constructor(name: Nullable<string>, src: string);
|
|
@@ -822,9 +853,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
822
853
|
hashCode(): number;
|
|
823
854
|
equals(other: Nullable<any>): boolean;
|
|
824
855
|
}
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
856
|
+
namespace XmlFile {
|
|
857
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
858
|
+
namespace $metadata$ {
|
|
859
|
+
const constructor: abstract new () => XmlFile;
|
|
860
|
+
}
|
|
828
861
|
}
|
|
829
862
|
}
|
|
830
863
|
}
|
|
@@ -843,11 +876,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
843
876
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
844
877
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
845
878
|
}
|
|
846
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
847
|
-
namespace Multiselect.$metadata$ {
|
|
848
|
-
const constructor: abstract new () => Multiselect;
|
|
849
|
-
}
|
|
850
879
|
namespace Multiselect {
|
|
880
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
881
|
+
namespace $metadata$ {
|
|
882
|
+
const constructor: abstract new () => Multiselect;
|
|
883
|
+
}
|
|
851
884
|
class Option /* 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 {
|
|
852
885
|
private constructor();
|
|
853
886
|
get multiselect(): org.cru.godtools.shared.tool.parser.model.Multiselect;
|
|
@@ -866,11 +899,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
866
899
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
867
900
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
868
901
|
}
|
|
869
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
870
|
-
namespace Option.$metadata$ {
|
|
871
|
-
const constructor: abstract new () => Option;
|
|
872
|
-
}
|
|
873
902
|
namespace Option {
|
|
903
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
904
|
+
namespace $metadata$ {
|
|
905
|
+
const constructor: abstract new () => Option;
|
|
906
|
+
}
|
|
874
907
|
abstract class Style {
|
|
875
908
|
private constructor();
|
|
876
909
|
static get CARD(): org.cru.godtools.shared.tool.parser.model.Multiselect.Option.Style & {
|
|
@@ -886,9 +919,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
886
919
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Multiselect.Option.Style>;
|
|
887
920
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Multiselect.Option.Style;
|
|
888
921
|
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
922
|
+
namespace Style {
|
|
923
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
924
|
+
namespace $metadata$ {
|
|
925
|
+
const constructor: abstract new () => Style;
|
|
926
|
+
}
|
|
892
927
|
}
|
|
893
928
|
}
|
|
894
929
|
}
|
|
@@ -907,9 +942,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
907
942
|
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
908
943
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Content["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
909
944
|
}
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
945
|
+
namespace Paragraph {
|
|
946
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
947
|
+
namespace $metadata$ {
|
|
948
|
+
const constructor: abstract new () => Paragraph;
|
|
949
|
+
}
|
|
913
950
|
}
|
|
914
951
|
}
|
|
915
952
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -929,9 +966,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
929
966
|
equals(other: Nullable<any>): boolean;
|
|
930
967
|
hashCode(): number;
|
|
931
968
|
}
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
969
|
+
namespace Resource {
|
|
970
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
971
|
+
namespace $metadata$ {
|
|
972
|
+
const constructor: abstract new () => Resource;
|
|
973
|
+
}
|
|
935
974
|
}
|
|
936
975
|
}
|
|
937
976
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -948,11 +987,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
948
987
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
949
988
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
950
989
|
}
|
|
951
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
952
|
-
namespace Spacer.$metadata$ {
|
|
953
|
-
const constructor: abstract new () => Spacer;
|
|
954
|
-
}
|
|
955
990
|
namespace Spacer {
|
|
991
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
992
|
+
namespace $metadata$ {
|
|
993
|
+
const constructor: abstract new () => Spacer;
|
|
994
|
+
}
|
|
956
995
|
abstract class Mode {
|
|
957
996
|
private constructor();
|
|
958
997
|
static get AUTO(): org.cru.godtools.shared.tool.parser.model.Spacer.Mode & {
|
|
@@ -968,9 +1007,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
968
1007
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Spacer.Mode>;
|
|
969
1008
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Spacer.Mode;
|
|
970
1009
|
}
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
1010
|
+
namespace Mode {
|
|
1011
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1012
|
+
namespace $metadata$ {
|
|
1013
|
+
const constructor: abstract new () => Mode;
|
|
1014
|
+
}
|
|
974
1015
|
}
|
|
975
1016
|
}
|
|
976
1017
|
}
|
|
@@ -987,11 +1028,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
987
1028
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
988
1029
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
989
1030
|
}
|
|
990
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
991
|
-
namespace Tabs.$metadata$ {
|
|
992
|
-
const constructor: abstract new () => Tabs;
|
|
993
|
-
}
|
|
994
1031
|
namespace Tabs {
|
|
1032
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1033
|
+
namespace $metadata$ {
|
|
1034
|
+
const constructor: abstract new () => Tabs;
|
|
1035
|
+
}
|
|
995
1036
|
class Tab /* 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 {
|
|
996
1037
|
private constructor();
|
|
997
1038
|
get position(): number;
|
|
@@ -1003,9 +1044,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
1003
1044
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
1004
1045
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
1005
1046
|
}
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1047
|
+
namespace Tab {
|
|
1048
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1049
|
+
namespace $metadata$ {
|
|
1050
|
+
const constructor: abstract new () => Tab;
|
|
1051
|
+
}
|
|
1009
1052
|
}
|
|
1010
1053
|
}
|
|
1011
1054
|
}
|
|
@@ -1034,11 +1077,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
1034
1077
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
1035
1078
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
1036
1079
|
}
|
|
1037
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1038
|
-
namespace Text.$metadata$ {
|
|
1039
|
-
const constructor: abstract new () => Text;
|
|
1040
|
-
}
|
|
1041
1080
|
namespace Text {
|
|
1081
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1082
|
+
namespace $metadata$ {
|
|
1083
|
+
const constructor: abstract new () => Text;
|
|
1084
|
+
}
|
|
1042
1085
|
abstract class Align {
|
|
1043
1086
|
private constructor();
|
|
1044
1087
|
static get START(): org.cru.godtools.shared.tool.parser.model.Text.Align & {
|
|
@@ -1058,9 +1101,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
1058
1101
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Text.Align>;
|
|
1059
1102
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Text.Align;
|
|
1060
1103
|
}
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1104
|
+
namespace Align {
|
|
1105
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1106
|
+
namespace $metadata$ {
|
|
1107
|
+
const constructor: abstract new () => Align;
|
|
1108
|
+
}
|
|
1064
1109
|
}
|
|
1065
1110
|
abstract class Style {
|
|
1066
1111
|
private constructor();
|
|
@@ -1081,9 +1126,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
1081
1126
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Text.Style>;
|
|
1082
1127
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Text.Style;
|
|
1083
1128
|
}
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1129
|
+
namespace Style {
|
|
1130
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1131
|
+
namespace $metadata$ {
|
|
1132
|
+
const constructor: abstract new () => Style;
|
|
1133
|
+
}
|
|
1087
1134
|
}
|
|
1088
1135
|
}
|
|
1089
1136
|
}
|
|
@@ -1104,11 +1151,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
1104
1151
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
1105
1152
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
1106
1153
|
}
|
|
1107
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1108
|
-
namespace Video.$metadata$ {
|
|
1109
|
-
const constructor: abstract new () => Video;
|
|
1110
|
-
}
|
|
1111
1154
|
namespace Video {
|
|
1155
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1156
|
+
namespace $metadata$ {
|
|
1157
|
+
const constructor: abstract new () => Video;
|
|
1158
|
+
}
|
|
1112
1159
|
abstract class Provider {
|
|
1113
1160
|
private constructor();
|
|
1114
1161
|
static get YOUTUBE(): org.cru.godtools.shared.tool.parser.model.Video.Provider & {
|
|
@@ -1124,9 +1171,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
1124
1171
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Video.Provider>;
|
|
1125
1172
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Video.Provider;
|
|
1126
1173
|
}
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1174
|
+
namespace Provider {
|
|
1175
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1176
|
+
namespace $metadata$ {
|
|
1177
|
+
const constructor: abstract new () => Provider;
|
|
1178
|
+
}
|
|
1130
1179
|
}
|
|
1131
1180
|
}
|
|
1132
1181
|
}
|
|
@@ -1154,9 +1203,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.lesson {
|
|
|
1154
1203
|
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
1155
1204
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
1156
1205
|
}
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1206
|
+
namespace LessonPage {
|
|
1207
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1208
|
+
namespace $metadata$ {
|
|
1209
|
+
const constructor: abstract new () => LessonPage;
|
|
1210
|
+
}
|
|
1160
1211
|
}
|
|
1161
1212
|
}
|
|
1162
1213
|
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
@@ -1166,19 +1217,21 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
1166
1217
|
get cards(): Array<org.cru.godtools.shared.tool.parser.model.page.CardCollectionPage.Card>;
|
|
1167
1218
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
1168
1219
|
}
|
|
1169
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1170
|
-
namespace CardCollectionPage.$metadata$ {
|
|
1171
|
-
const constructor: abstract new () => CardCollectionPage;
|
|
1172
|
-
}
|
|
1173
1220
|
namespace CardCollectionPage {
|
|
1221
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1222
|
+
namespace $metadata$ {
|
|
1223
|
+
const constructor: abstract new () => CardCollectionPage;
|
|
1224
|
+
}
|
|
1174
1225
|
class Header /* 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 */ {
|
|
1175
1226
|
private constructor();
|
|
1176
1227
|
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
1177
1228
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
1178
1229
|
}
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1230
|
+
namespace Header {
|
|
1231
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1232
|
+
namespace $metadata$ {
|
|
1233
|
+
const constructor: abstract new () => Header;
|
|
1234
|
+
}
|
|
1182
1235
|
}
|
|
1183
1236
|
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 {
|
|
1184
1237
|
private constructor();
|
|
@@ -1189,9 +1242,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
1189
1242
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
1190
1243
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
1191
1244
|
}
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1245
|
+
namespace Card {
|
|
1246
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1247
|
+
namespace $metadata$ {
|
|
1248
|
+
const constructor: abstract new () => Card;
|
|
1249
|
+
}
|
|
1195
1250
|
}
|
|
1196
1251
|
}
|
|
1197
1252
|
}
|
|
@@ -1202,9 +1257,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
1202
1257
|
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
1203
1258
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
1204
1259
|
}
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1260
|
+
namespace ContentPage {
|
|
1261
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1262
|
+
namespace $metadata$ {
|
|
1263
|
+
const constructor: abstract new () => ContentPage;
|
|
1264
|
+
}
|
|
1208
1265
|
}
|
|
1209
1266
|
}
|
|
1210
1267
|
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
@@ -1229,9 +1286,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
1229
1286
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
1230
1287
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
1231
1288
|
}
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1289
|
+
namespace Page {
|
|
1290
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1291
|
+
namespace $metadata$ {
|
|
1292
|
+
const constructor: abstract new () => Page;
|
|
1293
|
+
}
|
|
1235
1294
|
}
|
|
1236
1295
|
}
|
|
1237
1296
|
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
@@ -1242,19 +1301,21 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
1242
1301
|
get pages(): Array<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
1243
1302
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.page.Page["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasPages["__doNotUseOrImplementIt"];
|
|
1244
1303
|
}
|
|
1245
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1246
|
-
namespace PageCollectionPage.$metadata$ {
|
|
1247
|
-
const constructor: abstract new () => PageCollectionPage;
|
|
1248
|
-
}
|
|
1249
1304
|
namespace PageCollectionPage {
|
|
1305
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1306
|
+
namespace $metadata$ {
|
|
1307
|
+
const constructor: abstract new () => PageCollectionPage;
|
|
1308
|
+
}
|
|
1250
1309
|
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1251
1310
|
private constructor();
|
|
1252
1311
|
}
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1312
|
+
namespace Companion {
|
|
1313
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1314
|
+
namespace $metadata$ {
|
|
1315
|
+
abstract class constructor {
|
|
1316
|
+
get PARENT_PARAM_ACTIVE_PAGE(): string;
|
|
1317
|
+
private constructor();
|
|
1318
|
+
}
|
|
1258
1319
|
}
|
|
1259
1320
|
}
|
|
1260
1321
|
}
|
|
@@ -1273,9 +1334,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tips {
|
|
|
1273
1334
|
watchIsInvisible(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
1274
1335
|
watchVisibility(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext, block: (p0: boolean, p1: boolean) => void): org.cru.godtools.shared.tool.parser.util.FlowWatcher;
|
|
1275
1336
|
}
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1337
|
+
namespace InlineTip {
|
|
1338
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1339
|
+
namespace $metadata$ {
|
|
1340
|
+
const constructor: abstract new () => InlineTip;
|
|
1341
|
+
}
|
|
1279
1342
|
}
|
|
1280
1343
|
}
|
|
1281
1344
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
@@ -1285,9 +1348,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
1285
1348
|
get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
|
|
1286
1349
|
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<any>/* Nullable<com.github.ajalt.colormath.Color> */, tip?: Nullable<string>): org.cru.godtools.shared.tool.parser.model.tract.CallToAction;
|
|
1287
1350
|
}
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1351
|
+
namespace CallToAction {
|
|
1352
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1353
|
+
namespace $metadata$ {
|
|
1354
|
+
const constructor: abstract new () => CallToAction;
|
|
1355
|
+
}
|
|
1291
1356
|
}
|
|
1292
1357
|
}
|
|
1293
1358
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
@@ -1298,9 +1363,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
1298
1363
|
get tip(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
|
|
1299
1364
|
static createTestHeader(page?: org.cru.godtools.shared.tool.parser.model.tract.TractPage, backgroundColor?: Nullable<any>/* Nullable<com.github.ajalt.colormath.Color> */, tip?: Nullable<string>, number?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.Header) => Nullable<org.cru.godtools.shared.tool.parser.model.Text>>, title?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.tract.Header) => Nullable<org.cru.godtools.shared.tool.parser.model.Text>>): org.cru.godtools.shared.tool.parser.model.tract.Header;
|
|
1300
1365
|
}
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1366
|
+
namespace Header {
|
|
1367
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1368
|
+
namespace $metadata$ {
|
|
1369
|
+
const constructor: abstract new () => Header;
|
|
1370
|
+
}
|
|
1304
1371
|
}
|
|
1305
1372
|
}
|
|
1306
1373
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
@@ -1312,9 +1379,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
1312
1379
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
1313
1380
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
1314
1381
|
}
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1382
|
+
namespace Hero {
|
|
1383
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1384
|
+
namespace $metadata$ {
|
|
1385
|
+
const constructor: abstract new () => Hero;
|
|
1386
|
+
}
|
|
1318
1387
|
}
|
|
1319
1388
|
}
|
|
1320
1389
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
@@ -1329,9 +1398,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
1329
1398
|
get content(): Array<org.cru.godtools.shared.tool.parser.model.Content>;
|
|
1330
1399
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"];
|
|
1331
1400
|
}
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1401
|
+
namespace Modal {
|
|
1402
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1403
|
+
namespace $metadata$ {
|
|
1404
|
+
const constructor: abstract new () => Modal;
|
|
1405
|
+
}
|
|
1335
1406
|
}
|
|
1336
1407
|
}
|
|
1337
1408
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
@@ -1347,11 +1418,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
1347
1418
|
get modals(): Array<org.cru.godtools.shared.tool.parser.model.tract.Modal>;
|
|
1348
1419
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
1349
1420
|
}
|
|
1350
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1351
|
-
namespace TractPage.$metadata$ {
|
|
1352
|
-
const constructor: abstract new () => TractPage;
|
|
1353
|
-
}
|
|
1354
1421
|
namespace TractPage {
|
|
1422
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1423
|
+
namespace $metadata$ {
|
|
1424
|
+
const constructor: abstract new () => TractPage;
|
|
1425
|
+
}
|
|
1355
1426
|
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 */ {
|
|
1356
1427
|
private constructor();
|
|
1357
1428
|
get page(): org.cru.godtools.shared.tool.parser.model.tract.TractPage;
|
|
@@ -1371,9 +1442,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
1371
1442
|
getAnalyticsEvents(type: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger): Array<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent>;
|
|
1372
1443
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Parent["__doNotUseOrImplementIt"] & org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents["__doNotUseOrImplementIt"];
|
|
1373
1444
|
}
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1445
|
+
namespace Card {
|
|
1446
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1447
|
+
namespace $metadata$ {
|
|
1448
|
+
const constructor: abstract new () => Card;
|
|
1449
|
+
}
|
|
1377
1450
|
}
|
|
1378
1451
|
}
|
|
1379
1452
|
}
|
|
@@ -1382,18 +1455,22 @@ export declare namespace org.cru.godtools.shared.tool.parser.util {
|
|
|
1382
1455
|
private constructor();
|
|
1383
1456
|
close(): void;
|
|
1384
1457
|
}
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1458
|
+
namespace FlowWatcher {
|
|
1459
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1460
|
+
namespace $metadata$ {
|
|
1461
|
+
const constructor: abstract new () => FlowWatcher;
|
|
1462
|
+
}
|
|
1388
1463
|
}
|
|
1389
1464
|
}
|
|
1390
1465
|
export declare namespace org.cru.godtools.shared.tool.parser.xml {
|
|
1391
1466
|
abstract class XmlPullParserFactory {
|
|
1392
1467
|
constructor();
|
|
1393
1468
|
}
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1469
|
+
namespace XmlPullParserFactory {
|
|
1470
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1471
|
+
namespace $metadata$ {
|
|
1472
|
+
const constructor: abstract new () => XmlPullParserFactory;
|
|
1473
|
+
}
|
|
1397
1474
|
}
|
|
1398
1475
|
}
|
|
1399
1476
|
export declare namespace org.cru.godtools.shared.tool.parser.xml {
|
|
@@ -1401,9 +1478,11 @@ export declare namespace org.cru.godtools.shared.tool.parser.xml {
|
|
|
1401
1478
|
constructor();
|
|
1402
1479
|
abstract readFile(fileName: string): Promise<Nullable<string>>;
|
|
1403
1480
|
}
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1481
|
+
namespace JsXmlPullParserFactory {
|
|
1482
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1483
|
+
namespace $metadata$ {
|
|
1484
|
+
const constructor: abstract new () => JsXmlPullParserFactory;
|
|
1485
|
+
}
|
|
1407
1486
|
}
|
|
1408
1487
|
}
|
|
1409
1488
|
export declare namespace org.cru.godtools.shared.renderer.state {
|
|
@@ -1414,22 +1493,21 @@ export declare namespace org.cru.godtools.shared.renderer.state {
|
|
|
1414
1493
|
triggerContentEvents(events: kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.EventId>): void;
|
|
1415
1494
|
get events(): any/* kotlinx.coroutines.flow.SharedFlow<org.cru.godtools.shared.renderer.state.State.Event> */;
|
|
1416
1495
|
get showTips(): any/* kotlinx.coroutines.flow.MutableStateFlow<boolean> */;
|
|
1417
|
-
varsChangeFlow$default<T>(keys: Nullable<any>/* Nullable<kotlin.collections.Collection<string>> */ | undefined, block: (p0: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext) => T): any/* kotlinx.coroutines.flow.Flow<T> */;
|
|
1418
1496
|
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext["__doNotUseOrImplementIt"];
|
|
1419
1497
|
}
|
|
1420
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1421
|
-
namespace State.$metadata$ {
|
|
1422
|
-
const constructor: abstract new () => State;
|
|
1423
|
-
}
|
|
1424
1498
|
namespace State {
|
|
1499
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1500
|
+
namespace $metadata$ {
|
|
1501
|
+
const constructor: abstract new () => State;
|
|
1502
|
+
}
|
|
1425
1503
|
abstract class Event {
|
|
1426
1504
|
protected constructor();
|
|
1427
1505
|
}
|
|
1428
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1429
|
-
namespace Event.$metadata$ {
|
|
1430
|
-
const constructor: abstract new () => Event;
|
|
1431
|
-
}
|
|
1432
1506
|
namespace Event {
|
|
1507
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1508
|
+
namespace $metadata$ {
|
|
1509
|
+
const constructor: abstract new () => Event;
|
|
1510
|
+
}
|
|
1433
1511
|
class OpenUrl extends org.cru.godtools.shared.renderer.state.State.Event.$metadata$.constructor {
|
|
1434
1512
|
constructor(url: string);
|
|
1435
1513
|
get url(): string;
|
|
@@ -1438,18 +1516,20 @@ export declare namespace org.cru.godtools.shared.renderer.state {
|
|
|
1438
1516
|
hashCode(): number;
|
|
1439
1517
|
equals(other: Nullable<any>): boolean;
|
|
1440
1518
|
}
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1519
|
+
namespace OpenUrl {
|
|
1520
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1521
|
+
namespace $metadata$ {
|
|
1522
|
+
const constructor: abstract new () => OpenUrl;
|
|
1523
|
+
}
|
|
1444
1524
|
}
|
|
1445
1525
|
abstract class AnalyticsEvent extends org.cru.godtools.shared.renderer.state.State.Event.$metadata$.constructor {
|
|
1446
1526
|
protected constructor();
|
|
1447
1527
|
}
|
|
1448
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1449
|
-
namespace AnalyticsEvent.$metadata$ {
|
|
1450
|
-
const constructor: abstract new () => AnalyticsEvent;
|
|
1451
|
-
}
|
|
1452
1528
|
namespace AnalyticsEvent {
|
|
1529
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1530
|
+
namespace $metadata$ {
|
|
1531
|
+
const constructor: abstract new () => AnalyticsEvent;
|
|
1532
|
+
}
|
|
1453
1533
|
class ScreenView extends org.cru.godtools.shared.renderer.state.State.Event.AnalyticsEvent.$metadata$.constructor {
|
|
1454
1534
|
constructor(tool: Nullable<string>, locale: Nullable<any>/* Nullable<io.fluidsonic.locale.Locale> */, screenName: string);
|
|
1455
1535
|
get tool(): Nullable<string>;
|
|
@@ -1460,9 +1540,11 @@ export declare namespace org.cru.godtools.shared.renderer.state {
|
|
|
1460
1540
|
hashCode(): number;
|
|
1461
1541
|
equals(other: Nullable<any>): boolean;
|
|
1462
1542
|
}
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1543
|
+
namespace ScreenView {
|
|
1544
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1545
|
+
namespace $metadata$ {
|
|
1546
|
+
const constructor: abstract new () => ScreenView;
|
|
1547
|
+
}
|
|
1466
1548
|
}
|
|
1467
1549
|
class ContentEvent extends org.cru.godtools.shared.renderer.state.State.Event.AnalyticsEvent.$metadata$.constructor {
|
|
1468
1550
|
constructor(event: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent);
|
|
@@ -1472,9 +1554,11 @@ export declare namespace org.cru.godtools.shared.renderer.state {
|
|
|
1472
1554
|
hashCode(): number;
|
|
1473
1555
|
equals(other: Nullable<any>): boolean;
|
|
1474
1556
|
}
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1557
|
+
namespace ContentEvent {
|
|
1558
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1559
|
+
namespace $metadata$ {
|
|
1560
|
+
const constructor: abstract new () => ContentEvent;
|
|
1561
|
+
}
|
|
1478
1562
|
}
|
|
1479
1563
|
}
|
|
1480
1564
|
class SubmitForm extends org.cru.godtools.shared.renderer.state.State.Event.$metadata$.constructor {
|
|
@@ -1485,9 +1569,11 @@ export declare namespace org.cru.godtools.shared.renderer.state {
|
|
|
1485
1569
|
hashCode(): number;
|
|
1486
1570
|
equals(other: Nullable<any>): boolean;
|
|
1487
1571
|
}
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1572
|
+
namespace SubmitForm {
|
|
1573
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1574
|
+
namespace $metadata$ {
|
|
1575
|
+
const constructor: abstract new () => SubmitForm;
|
|
1576
|
+
}
|
|
1491
1577
|
}
|
|
1492
1578
|
class OpenTip extends org.cru.godtools.shared.renderer.state.State.Event.$metadata$.constructor {
|
|
1493
1579
|
constructor(tipId: string);
|
|
@@ -1497,9 +1583,11 @@ export declare namespace org.cru.godtools.shared.renderer.state {
|
|
|
1497
1583
|
hashCode(): number;
|
|
1498
1584
|
equals(other: Nullable<any>): boolean;
|
|
1499
1585
|
}
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1586
|
+
namespace OpenTip {
|
|
1587
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1588
|
+
namespace $metadata$ {
|
|
1589
|
+
const constructor: abstract new () => OpenTip;
|
|
1590
|
+
}
|
|
1503
1591
|
}
|
|
1504
1592
|
}
|
|
1505
1593
|
}
|