@cruglobal/godtools-shared 0.9.0-PR398-SNAPSHOT.1155 → 0.9.0-PR407-SNAPSHOT.1161
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/88b0986a7186d029-atomicfu-js-ir.js +6 -6
- package/Napier-napier-js-ir.js +10 -10
- package/antlr-kotlin-antlr-kotlin-runtime-js-ir.js +50 -50
- package/colormath-root-colormath-js-ir.js +34 -34
- package/fluid-locale-js-ir.js +20 -20
- package/kotlin-kotlin-stdlib-js-ir.js +191 -190
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-npm.d.ts +24 -3
- package/kotlin-mpp-godtools-tool-parser-parser-expressions.js +18 -18
- package/kotlin-mpp-godtools-tool-parser-parser.js +992 -933
- package/kotlin-mpp-godtools-tool-parser-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-state.js +12 -12
- package/kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js +51 -51
- package/package.json +2 -1
|
@@ -54,6 +54,20 @@ 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 EventId {
|
|
59
|
+
private constructor();
|
|
60
|
+
get namespace(): Nullable<string>;
|
|
61
|
+
get name(): string;
|
|
62
|
+
resolve(state: org.cru.godtools.shared.tool.state.State): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
63
|
+
equals(other: Nullable<any>): boolean;
|
|
64
|
+
hashCode(): number;
|
|
65
|
+
toString(): string;
|
|
66
|
+
static get Companion(): {
|
|
67
|
+
get FOLLOWUP(): org.cru.godtools.shared.tool.parser.model.EventId;
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
}
|
|
57
71
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
58
72
|
class Manifest /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ /* implements org.cru.godtools.shared.tool.parser.model.Styles */ {
|
|
59
73
|
private constructor();
|
|
@@ -61,7 +75,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
61
75
|
get locale(): Nullable<Intl.Locale>;
|
|
62
76
|
get type(): org.cru.godtools.shared.tool.parser.model.Manifest.Type;
|
|
63
77
|
get dismissListeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
64
|
-
get backgroundImage(): Nullable<
|
|
78
|
+
get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
65
79
|
get title(): Nullable<string>;
|
|
66
80
|
get aemImports(): any/* kotlin.collections.List<string> */;
|
|
67
81
|
get categories(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.Category> */;
|
|
@@ -104,6 +118,13 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
104
118
|
}
|
|
105
119
|
}
|
|
106
120
|
}
|
|
121
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
122
|
+
class Resource /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ {
|
|
123
|
+
private constructor();
|
|
124
|
+
get name(): Nullable<string>;
|
|
125
|
+
get localName(): Nullable<string>;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
107
128
|
export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
108
129
|
abstract class Page /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ /* implements org.cru.godtools.shared.tool.parser.model.Styles, org.cru.godtools.shared.tool.parser.model.HasAnalyticsEvents */ {
|
|
109
130
|
get id(): string;
|
|
@@ -112,7 +133,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
112
133
|
get isHidden(): boolean;
|
|
113
134
|
get listeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
114
135
|
get dismissListeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
115
|
-
get backgroundImage(): Nullable<
|
|
136
|
+
get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
116
137
|
}
|
|
117
138
|
}
|
|
118
139
|
export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
@@ -142,7 +163,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.tract {
|
|
|
142
163
|
get listeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
143
164
|
get dismissListeners(): any/* kotlin.collections.Set<org.cru.godtools.shared.tool.parser.model.EventId> */;
|
|
144
165
|
get analyticsEvents(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent> */;
|
|
145
|
-
get backgroundImage(): Nullable<
|
|
166
|
+
get backgroundImage(): Nullable<org.cru.godtools.shared.tool.parser.model.Resource>;
|
|
146
167
|
get label(): Nullable<any>/* Nullable<org.cru.godtools.shared.tool.parser.model.Text> */;
|
|
147
168
|
get tips(): any/* kotlin.collections.List<org.cru.godtools.shared.tool.parser.model.tips.Tip> */;
|
|
148
169
|
}
|
|
@@ -17,43 +17,43 @@
|
|
|
17
17
|
//region block: imports
|
|
18
18
|
var Unit_getInstance = kotlin_kotlin.$_$.i2;
|
|
19
19
|
var PredictionContextCache = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.k;
|
|
20
|
-
var listOf = kotlin_kotlin.$_$.
|
|
20
|
+
var listOf = kotlin_kotlin.$_$.u3;
|
|
21
21
|
var copyToArray = kotlin_kotlin.$_$.a3;
|
|
22
22
|
var VocabularyImpl = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.w;
|
|
23
|
-
var fillArrayVal = kotlin_kotlin.$_$.
|
|
23
|
+
var fillArrayVal = kotlin_kotlin.$_$.q5;
|
|
24
24
|
var ATNDeserializer = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.h;
|
|
25
25
|
var asCharArray = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.a;
|
|
26
|
-
var ensureNotNull = kotlin_kotlin.$_$.
|
|
26
|
+
var ensureNotNull = kotlin_kotlin.$_$.v8;
|
|
27
27
|
var DFA = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.l;
|
|
28
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
29
|
-
var objectMeta = kotlin_kotlin.$_$.
|
|
30
|
-
var VOID = kotlin_kotlin.$_$.
|
|
31
|
-
var setMetadataFor = kotlin_kotlin.$_$.
|
|
32
|
-
var Enum = kotlin_kotlin.$_$.
|
|
33
|
-
var classMeta = kotlin_kotlin.$_$.
|
|
28
|
+
var protoOf = kotlin_kotlin.$_$.h6;
|
|
29
|
+
var objectMeta = kotlin_kotlin.$_$.g6;
|
|
30
|
+
var VOID = kotlin_kotlin.$_$.e9;
|
|
31
|
+
var setMetadataFor = kotlin_kotlin.$_$.i6;
|
|
32
|
+
var Enum = kotlin_kotlin.$_$.d8;
|
|
33
|
+
var classMeta = kotlin_kotlin.$_$.m5;
|
|
34
34
|
var Lexer = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.q;
|
|
35
35
|
var Lexer_init_$Init$ = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.b;
|
|
36
36
|
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.c;
|
|
37
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
38
|
-
var isArray = kotlin_kotlin.$_$.
|
|
37
|
+
var THROW_CCE = kotlin_kotlin.$_$.o8;
|
|
38
|
+
var isArray = kotlin_kotlin.$_$.w5;
|
|
39
39
|
var LexerATNSimulator = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.i;
|
|
40
|
-
var KProperty1 = kotlin_kotlin.$_$.
|
|
41
|
-
var getPropertyCallableRef = kotlin_kotlin.$_$.
|
|
42
|
-
var interfaceMeta = kotlin_kotlin.$_$.
|
|
40
|
+
var KProperty1 = kotlin_kotlin.$_$.x6;
|
|
41
|
+
var getPropertyCallableRef = kotlin_kotlin.$_$.s5;
|
|
42
|
+
var interfaceMeta = kotlin_kotlin.$_$.v5;
|
|
43
43
|
var ParserRuleContext_init_$Init$ = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.d;
|
|
44
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
44
|
+
var objectCreate = kotlin_kotlin.$_$.f6;
|
|
45
45
|
var ParserRuleContext_init_$Init$_0 = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.c;
|
|
46
46
|
var ParserRuleContext = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.s;
|
|
47
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
47
|
+
var isInterface = kotlin_kotlin.$_$.y5;
|
|
48
48
|
var Token = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.v;
|
|
49
|
-
var Long = kotlin_kotlin.$_$.
|
|
49
|
+
var Long = kotlin_kotlin.$_$.i8;
|
|
50
50
|
var Companion_getInstance = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.e;
|
|
51
51
|
var FailedPredicateException = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.p;
|
|
52
52
|
var RecognitionException = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.u;
|
|
53
53
|
var Parser = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.t;
|
|
54
54
|
var ParserATNSimulator = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.j;
|
|
55
55
|
var NoViableAltException = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.r;
|
|
56
|
-
var isBlank = kotlin_kotlin.$_$.
|
|
56
|
+
var isBlank = kotlin_kotlin.$_$.g7;
|
|
57
57
|
var CharStreams_getInstance = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.f;
|
|
58
58
|
var CommonTokenStream = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.o;
|
|
59
59
|
var BailErrorStrategy = kotlin_org_cru_mobile_fork_antlr_kotlin_antlr_kotlin_runtime.$_$.n;
|