@cruglobal/godtools-shared 1.1.0-SNAPSHOT.1591 → 1.1.0-SNAPSHOT.1606
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 +45 -45
- package/Kermit-kermit.js +8 -8
- package/antlr-kotlin-antlr-kotlin-runtime.js +2972 -2972
- package/colormath-root-colormath.js +882 -882
- package/fluid-locale.js +138 -138
- package/kotlin-js.js +19 -19
- package/kotlin-kotlin-stdlib.js +183 -154
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-common.js +2 -2
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +398 -398
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +2958 -2249
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js +108 -108
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +23 -3
- package/kotlinx-atomicfu.js +4 -4
- package/kotlinx-coroutines-core.js +1559 -1515
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -17,20 +17,20 @@
|
|
|
17
17
|
//region block: imports
|
|
18
18
|
var CoroutineImpl = kotlin_kotlin.$_$.q5;
|
|
19
19
|
var Unit_instance = kotlin_kotlin.$_$.l2;
|
|
20
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
21
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
20
|
+
var protoOf = kotlin_kotlin.$_$.a7;
|
|
21
|
+
var THROW_CCE = kotlin_kotlin.$_$.q9;
|
|
22
22
|
var get_COROUTINE_SUSPENDED = kotlin_kotlin.$_$.b5;
|
|
23
|
-
var initMetadataForLambda = kotlin_kotlin.$_$.
|
|
23
|
+
var initMetadataForLambda = kotlin_kotlin.$_$.p6;
|
|
24
24
|
var VOID = kotlin_kotlin.$_$.d;
|
|
25
|
-
var initMetadataForCoroutine = kotlin_kotlin.$_$.
|
|
25
|
+
var initMetadataForCoroutine = kotlin_kotlin.$_$.n6;
|
|
26
26
|
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.n;
|
|
27
|
-
var objectCreate = kotlin_kotlin.$_$.
|
|
27
|
+
var objectCreate = kotlin_kotlin.$_$.z6;
|
|
28
28
|
var equals = kotlin_kotlin.$_$.d6;
|
|
29
29
|
var FunctionAdapter = kotlin_kotlin.$_$.u5;
|
|
30
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
30
|
+
var isInterface = kotlin_kotlin.$_$.t6;
|
|
31
31
|
var FlowCollector = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.g;
|
|
32
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
33
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
32
|
+
var hashCode = kotlin_kotlin.$_$.k6;
|
|
33
|
+
var initMetadataForClass = kotlin_kotlin.$_$.l6;
|
|
34
34
|
var first = kotlin_kotlin.$_$.w3;
|
|
35
35
|
var MutableSharedFlow = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.h;
|
|
36
36
|
var onSubscription = kotlin_org_jetbrains_kotlinx_kotlinx_coroutines_core.$_$.o;
|
|
@@ -56,18 +56,18 @@
|
|
|
56
56
|
initMetadataForClass(State, 'State', createState);
|
|
57
57
|
//endregion
|
|
58
58
|
function State$varsChangeFlow$o$collect$slambda($$this$unsafeFlow, $keys, resultContinuation) {
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
59
|
+
this.o1i_1 = $$this$unsafeFlow;
|
|
60
|
+
this.p1i_1 = $keys;
|
|
61
61
|
CoroutineImpl.call(this, resultContinuation);
|
|
62
62
|
}
|
|
63
|
-
protoOf(State$varsChangeFlow$o$collect$slambda).
|
|
63
|
+
protoOf(State$varsChangeFlow$o$collect$slambda).t1d = function (value, $completion) {
|
|
64
64
|
var tmp = this.y9(value, $completion);
|
|
65
65
|
tmp.d9_1 = Unit_instance;
|
|
66
66
|
tmp.e9_1 = null;
|
|
67
67
|
return tmp.t9();
|
|
68
68
|
};
|
|
69
69
|
protoOf(State$varsChangeFlow$o$collect$slambda).da = function (p1, $completion) {
|
|
70
|
-
return this.
|
|
70
|
+
return this.t1d((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
71
71
|
};
|
|
72
72
|
protoOf(State$varsChangeFlow$o$collect$slambda).t9 = function () {
|
|
73
73
|
var suspendResult = this.d9_1;
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
continue $sm;
|
|
82
82
|
case 1:
|
|
83
83
|
var tmp_0 = this;
|
|
84
|
-
tmp_0.
|
|
84
|
+
tmp_0.s1i_1 = this.o1i_1;
|
|
85
85
|
var tmp_1 = this;
|
|
86
|
-
tmp_1.
|
|
87
|
-
var it = this.
|
|
88
|
-
if (this.
|
|
86
|
+
tmp_1.t1i_1 = this.q1i_1;
|
|
87
|
+
var it = this.t1i_1;
|
|
88
|
+
if (this.p1i_1.q(it)) {
|
|
89
89
|
this.b9_1 = 3;
|
|
90
|
-
suspendResult = this.
|
|
90
|
+
suspendResult = this.s1i_1.r12(this.t1i_1, this);
|
|
91
91
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
92
92
|
return suspendResult;
|
|
93
93
|
}
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
this.b9_1 = 4;
|
|
107
107
|
continue $sm;
|
|
108
108
|
case 3:
|
|
109
|
-
this.
|
|
109
|
+
this.r1i_1 = suspendResult;
|
|
110
110
|
this.b9_1 = 4;
|
|
111
111
|
continue $sm;
|
|
112
112
|
case 4:
|
|
@@ -126,22 +126,22 @@
|
|
|
126
126
|
while (true);
|
|
127
127
|
};
|
|
128
128
|
protoOf(State$varsChangeFlow$o$collect$slambda).y9 = function (value, completion) {
|
|
129
|
-
var i = new State$varsChangeFlow$o$collect$slambda(this.
|
|
130
|
-
i.
|
|
129
|
+
var i = new State$varsChangeFlow$o$collect$slambda(this.o1i_1, this.p1i_1, completion);
|
|
130
|
+
i.q1i_1 = value;
|
|
131
131
|
return i;
|
|
132
132
|
};
|
|
133
133
|
function State$varsChangeFlow$o$collect$slambda_0($$this$unsafeFlow, $keys, resultContinuation) {
|
|
134
134
|
var i = new State$varsChangeFlow$o$collect$slambda($$this$unsafeFlow, $keys, resultContinuation);
|
|
135
135
|
var l = function (value, $completion) {
|
|
136
|
-
return i.
|
|
136
|
+
return i.t1d(value, $completion);
|
|
137
137
|
};
|
|
138
138
|
l.$arity = 1;
|
|
139
139
|
return l;
|
|
140
140
|
}
|
|
141
141
|
function $collectCOROUTINE$0(_this__u8e3s4, collector, resultContinuation) {
|
|
142
142
|
CoroutineImpl.call(this, resultContinuation);
|
|
143
|
-
this.
|
|
144
|
-
this.
|
|
143
|
+
this.c1j_1 = _this__u8e3s4;
|
|
144
|
+
this.d1j_1 = collector;
|
|
145
145
|
}
|
|
146
146
|
protoOf($collectCOROUTINE$0).t9 = function () {
|
|
147
147
|
var suspendResult = this.d9_1;
|
|
@@ -152,10 +152,10 @@
|
|
|
152
152
|
case 0:
|
|
153
153
|
this.c9_1 = 2;
|
|
154
154
|
var tmp_0 = this;
|
|
155
|
-
tmp_0.
|
|
155
|
+
tmp_0.e1j_1 = this.d1j_1;
|
|
156
156
|
this.b9_1 = 1;
|
|
157
|
-
var tmp_1 = State$varsChangeFlow$o$collect$slambda_0(this.
|
|
158
|
-
suspendResult = this.
|
|
157
|
+
var tmp_1 = State$varsChangeFlow$o$collect$slambda_0(this.e1j_1, this.c1j_1.g1j_1, null);
|
|
158
|
+
suspendResult = this.c1j_1.f1j_1.t12(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
159
159
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
160
160
|
return suspendResult;
|
|
161
161
|
}
|
|
@@ -189,17 +189,17 @@
|
|
|
189
189
|
protoOf($collectCOROUTINE$0)['<get-finallyPath>'] = protoOf($collectCOROUTINE$0).r9;
|
|
190
190
|
protoOf($collectCOROUTINE$0)['<get-context>'] = protoOf($collectCOROUTINE$0).h9;
|
|
191
191
|
function State$varsChangeFlow$o$collect$slambda_1($$this$unsafeFlow, resultContinuation) {
|
|
192
|
-
this.
|
|
192
|
+
this.p1j_1 = $$this$unsafeFlow;
|
|
193
193
|
CoroutineImpl.call(this, resultContinuation);
|
|
194
194
|
}
|
|
195
|
-
protoOf(State$varsChangeFlow$o$collect$slambda_1).
|
|
195
|
+
protoOf(State$varsChangeFlow$o$collect$slambda_1).t1d = function (value, $completion) {
|
|
196
196
|
var tmp = this.y9(value, $completion);
|
|
197
197
|
tmp.d9_1 = Unit_instance;
|
|
198
198
|
tmp.e9_1 = null;
|
|
199
199
|
return tmp.t9();
|
|
200
200
|
};
|
|
201
201
|
protoOf(State$varsChangeFlow$o$collect$slambda_1).da = function (p1, $completion) {
|
|
202
|
-
return this.
|
|
202
|
+
return this.t1d((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
203
203
|
};
|
|
204
204
|
protoOf(State$varsChangeFlow$o$collect$slambda_1).t9 = function () {
|
|
205
205
|
var suspendResult = this.d9_1;
|
|
@@ -210,12 +210,12 @@
|
|
|
210
210
|
case 0:
|
|
211
211
|
this.c9_1 = 2;
|
|
212
212
|
var tmp_0 = this;
|
|
213
|
-
tmp_0.
|
|
213
|
+
tmp_0.r1j_1 = this.p1j_1;
|
|
214
214
|
var tmp_1 = this;
|
|
215
|
-
tmp_1.
|
|
215
|
+
tmp_1.s1j_1 = this.q1j_1;
|
|
216
216
|
this.b9_1 = 1;
|
|
217
|
-
this.
|
|
218
|
-
suspendResult = this.
|
|
217
|
+
this.s1j_1;
|
|
218
|
+
suspendResult = this.r1j_1.r12(Unit_instance, this);
|
|
219
219
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
220
220
|
return suspendResult;
|
|
221
221
|
}
|
|
@@ -238,22 +238,22 @@
|
|
|
238
238
|
while (true);
|
|
239
239
|
};
|
|
240
240
|
protoOf(State$varsChangeFlow$o$collect$slambda_1).y9 = function (value, completion) {
|
|
241
|
-
var i = new State$varsChangeFlow$o$collect$slambda_1(this.
|
|
242
|
-
i.
|
|
241
|
+
var i = new State$varsChangeFlow$o$collect$slambda_1(this.p1j_1, completion);
|
|
242
|
+
i.q1j_1 = value;
|
|
243
243
|
return i;
|
|
244
244
|
};
|
|
245
245
|
function State$varsChangeFlow$o$collect$slambda_2($$this$unsafeFlow, resultContinuation) {
|
|
246
246
|
var i = new State$varsChangeFlow$o$collect$slambda_1($$this$unsafeFlow, resultContinuation);
|
|
247
247
|
var l = function (value, $completion) {
|
|
248
|
-
return i.
|
|
248
|
+
return i.t1d(value, $completion);
|
|
249
249
|
};
|
|
250
250
|
l.$arity = 1;
|
|
251
251
|
return l;
|
|
252
252
|
}
|
|
253
253
|
function $collectCOROUTINE$1(_this__u8e3s4, collector, resultContinuation) {
|
|
254
254
|
CoroutineImpl.call(this, resultContinuation);
|
|
255
|
-
this.
|
|
256
|
-
this.
|
|
255
|
+
this.b1k_1 = _this__u8e3s4;
|
|
256
|
+
this.c1k_1 = collector;
|
|
257
257
|
}
|
|
258
258
|
protoOf($collectCOROUTINE$1).t9 = function () {
|
|
259
259
|
var suspendResult = this.d9_1;
|
|
@@ -264,10 +264,10 @@
|
|
|
264
264
|
case 0:
|
|
265
265
|
this.c9_1 = 2;
|
|
266
266
|
var tmp_0 = this;
|
|
267
|
-
tmp_0.
|
|
267
|
+
tmp_0.d1k_1 = this.c1k_1;
|
|
268
268
|
this.b9_1 = 1;
|
|
269
|
-
var tmp_1 = State$varsChangeFlow$o$collect$slambda_2(this.
|
|
270
|
-
suspendResult = this.
|
|
269
|
+
var tmp_1 = State$varsChangeFlow$o$collect$slambda_2(this.d1k_1, null);
|
|
270
|
+
suspendResult = this.b1k_1.e1k_1.t12(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
271
271
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
272
272
|
return suspendResult;
|
|
273
273
|
}
|
|
@@ -301,19 +301,19 @@
|
|
|
301
301
|
protoOf($collectCOROUTINE$1)['<get-finallyPath>'] = protoOf($collectCOROUTINE$1).r9;
|
|
302
302
|
protoOf($collectCOROUTINE$1)['<get-context>'] = protoOf($collectCOROUTINE$1).h9;
|
|
303
303
|
function State$varsChangeFlow$o$collect$slambda_3($$this$unsafeFlow, $block, this$0, resultContinuation) {
|
|
304
|
-
this.
|
|
305
|
-
this.
|
|
306
|
-
this.
|
|
304
|
+
this.n1k_1 = $$this$unsafeFlow;
|
|
305
|
+
this.o1k_1 = $block;
|
|
306
|
+
this.p1k_1 = this$0;
|
|
307
307
|
CoroutineImpl.call(this, resultContinuation);
|
|
308
308
|
}
|
|
309
|
-
protoOf(State$varsChangeFlow$o$collect$slambda_3).
|
|
309
|
+
protoOf(State$varsChangeFlow$o$collect$slambda_3).t1d = function (value, $completion) {
|
|
310
310
|
var tmp = this.y9(value, $completion);
|
|
311
311
|
tmp.d9_1 = Unit_instance;
|
|
312
312
|
tmp.e9_1 = null;
|
|
313
313
|
return tmp.t9();
|
|
314
314
|
};
|
|
315
315
|
protoOf(State$varsChangeFlow$o$collect$slambda_3).da = function (p1, $completion) {
|
|
316
|
-
return this.
|
|
316
|
+
return this.t1d((p1 == null ? true : !(p1 == null)) ? p1 : THROW_CCE(), $completion);
|
|
317
317
|
};
|
|
318
318
|
protoOf(State$varsChangeFlow$o$collect$slambda_3).t9 = function () {
|
|
319
319
|
var suspendResult = this.d9_1;
|
|
@@ -324,12 +324,12 @@
|
|
|
324
324
|
case 0:
|
|
325
325
|
this.c9_1 = 2;
|
|
326
326
|
var tmp_0 = this;
|
|
327
|
-
tmp_0.
|
|
327
|
+
tmp_0.r1k_1 = this.n1k_1;
|
|
328
328
|
var tmp_1 = this;
|
|
329
|
-
tmp_1.
|
|
329
|
+
tmp_1.s1k_1 = this.q1k_1;
|
|
330
330
|
this.b9_1 = 1;
|
|
331
|
-
this.
|
|
332
|
-
suspendResult = this.
|
|
331
|
+
this.s1k_1;
|
|
332
|
+
suspendResult = this.r1k_1.r12(this.o1k_1(this.p1k_1), this);
|
|
333
333
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
334
334
|
return suspendResult;
|
|
335
335
|
}
|
|
@@ -352,22 +352,22 @@
|
|
|
352
352
|
while (true);
|
|
353
353
|
};
|
|
354
354
|
protoOf(State$varsChangeFlow$o$collect$slambda_3).y9 = function (value, completion) {
|
|
355
|
-
var i = new State$varsChangeFlow$o$collect$slambda_3(this.
|
|
356
|
-
i.
|
|
355
|
+
var i = new State$varsChangeFlow$o$collect$slambda_3(this.n1k_1, this.o1k_1, this.p1k_1, completion);
|
|
356
|
+
i.q1k_1 = value;
|
|
357
357
|
return i;
|
|
358
358
|
};
|
|
359
359
|
function State$varsChangeFlow$o$collect$slambda_4($$this$unsafeFlow, $block, this$0, resultContinuation) {
|
|
360
360
|
var i = new State$varsChangeFlow$o$collect$slambda_3($$this$unsafeFlow, $block, this$0, resultContinuation);
|
|
361
361
|
var l = function (value, $completion) {
|
|
362
|
-
return i.
|
|
362
|
+
return i.t1d(value, $completion);
|
|
363
363
|
};
|
|
364
364
|
l.$arity = 1;
|
|
365
365
|
return l;
|
|
366
366
|
}
|
|
367
367
|
function $collectCOROUTINE$2(_this__u8e3s4, collector, resultContinuation) {
|
|
368
368
|
CoroutineImpl.call(this, resultContinuation);
|
|
369
|
-
this.
|
|
370
|
-
this.
|
|
369
|
+
this.b1l_1 = _this__u8e3s4;
|
|
370
|
+
this.c1l_1 = collector;
|
|
371
371
|
}
|
|
372
372
|
protoOf($collectCOROUTINE$2).t9 = function () {
|
|
373
373
|
var suspendResult = this.d9_1;
|
|
@@ -378,10 +378,10 @@
|
|
|
378
378
|
case 0:
|
|
379
379
|
this.c9_1 = 2;
|
|
380
380
|
var tmp_0 = this;
|
|
381
|
-
tmp_0.
|
|
381
|
+
tmp_0.d1l_1 = this.c1l_1;
|
|
382
382
|
this.b9_1 = 1;
|
|
383
|
-
var tmp_1 = State$varsChangeFlow$o$collect$slambda_4(this.
|
|
384
|
-
suspendResult = this.
|
|
383
|
+
var tmp_1 = State$varsChangeFlow$o$collect$slambda_4(this.d1l_1, this.b1l_1.f1l_1, this.b1l_1.g1l_1, null);
|
|
384
|
+
suspendResult = this.b1l_1.e1l_1.t12(new sam$kotlinx_coroutines_flow_FlowCollector$0(tmp_1), this);
|
|
385
385
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
386
386
|
return suspendResult;
|
|
387
387
|
}
|
|
@@ -424,13 +424,13 @@
|
|
|
424
424
|
return State_init_$Init$(objectCreate(protoOf(State)));
|
|
425
425
|
}
|
|
426
426
|
function sam$kotlinx_coroutines_flow_FlowCollector$0(function_0) {
|
|
427
|
-
this.
|
|
427
|
+
this.h1l_1 = function_0;
|
|
428
428
|
}
|
|
429
|
-
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).
|
|
430
|
-
return this.
|
|
429
|
+
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).r12 = function (value, $completion) {
|
|
430
|
+
return this.h1l_1(value, $completion);
|
|
431
431
|
};
|
|
432
432
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).m3 = function () {
|
|
433
|
-
return this.
|
|
433
|
+
return this.h1l_1;
|
|
434
434
|
};
|
|
435
435
|
protoOf(sam$kotlinx_coroutines_flow_FlowCollector$0).equals = function (other) {
|
|
436
436
|
var tmp;
|
|
@@ -451,17 +451,17 @@
|
|
|
451
451
|
return hashCode(this.m3());
|
|
452
452
|
};
|
|
453
453
|
function State$varsChangeFlow$slambda($keys, resultContinuation) {
|
|
454
|
-
this.
|
|
454
|
+
this.q1l_1 = $keys;
|
|
455
455
|
CoroutineImpl.call(this, resultContinuation);
|
|
456
456
|
}
|
|
457
|
-
protoOf(State$varsChangeFlow$slambda).
|
|
458
|
-
var tmp = this.
|
|
457
|
+
protoOf(State$varsChangeFlow$slambda).s1l = function ($this$onSubscription, $completion) {
|
|
458
|
+
var tmp = this.t1l($this$onSubscription, $completion);
|
|
459
459
|
tmp.d9_1 = Unit_instance;
|
|
460
460
|
tmp.e9_1 = null;
|
|
461
461
|
return tmp.t9();
|
|
462
462
|
};
|
|
463
463
|
protoOf(State$varsChangeFlow$slambda).da = function (p1, $completion) {
|
|
464
|
-
return this.
|
|
464
|
+
return this.s1l((!(p1 == null) ? isInterface(p1, FlowCollector) : false) ? p1 : THROW_CCE(), $completion);
|
|
465
465
|
};
|
|
466
466
|
protoOf(State$varsChangeFlow$slambda).t9 = function () {
|
|
467
467
|
var suspendResult = this.d9_1;
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
case 0:
|
|
473
473
|
this.c9_1 = 2;
|
|
474
474
|
this.b9_1 = 1;
|
|
475
|
-
suspendResult = this.
|
|
475
|
+
suspendResult = this.r1l_1.r12(first(this.q1l_1), this);
|
|
476
476
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
477
477
|
return suspendResult;
|
|
478
478
|
}
|
|
@@ -494,57 +494,57 @@
|
|
|
494
494
|
}
|
|
495
495
|
while (true);
|
|
496
496
|
};
|
|
497
|
-
protoOf(State$varsChangeFlow$slambda).
|
|
498
|
-
var i = new State$varsChangeFlow$slambda(this.
|
|
499
|
-
i.
|
|
497
|
+
protoOf(State$varsChangeFlow$slambda).t1l = function ($this$onSubscription, completion) {
|
|
498
|
+
var i = new State$varsChangeFlow$slambda(this.q1l_1, completion);
|
|
499
|
+
i.r1l_1 = $this$onSubscription;
|
|
500
500
|
return i;
|
|
501
501
|
};
|
|
502
502
|
function State$varsChangeFlow$slambda_0($keys, resultContinuation) {
|
|
503
503
|
var i = new State$varsChangeFlow$slambda($keys, resultContinuation);
|
|
504
504
|
var l = function ($this$onSubscription, $completion) {
|
|
505
|
-
return i.
|
|
505
|
+
return i.s1l($this$onSubscription, $completion);
|
|
506
506
|
};
|
|
507
507
|
l.$arity = 1;
|
|
508
508
|
return l;
|
|
509
509
|
}
|
|
510
510
|
function _no_name_provided__qut3iv($this, $keys) {
|
|
511
|
-
this.
|
|
512
|
-
this.
|
|
511
|
+
this.f1j_1 = $this;
|
|
512
|
+
this.g1j_1 = $keys;
|
|
513
513
|
}
|
|
514
|
-
protoOf(_no_name_provided__qut3iv).
|
|
514
|
+
protoOf(_no_name_provided__qut3iv).s12 = function (collector, $completion) {
|
|
515
515
|
var tmp = new $collectCOROUTINE$0(this, collector, $completion);
|
|
516
516
|
tmp.d9_1 = Unit_instance;
|
|
517
517
|
tmp.e9_1 = null;
|
|
518
518
|
return tmp.t9();
|
|
519
519
|
};
|
|
520
|
-
protoOf(_no_name_provided__qut3iv).
|
|
521
|
-
return this.
|
|
520
|
+
protoOf(_no_name_provided__qut3iv).t12 = function (collector, $completion) {
|
|
521
|
+
return this.s12(collector, $completion);
|
|
522
522
|
};
|
|
523
523
|
function _no_name_provided__qut3iv_0($this) {
|
|
524
|
-
this.
|
|
524
|
+
this.e1k_1 = $this;
|
|
525
525
|
}
|
|
526
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
526
|
+
protoOf(_no_name_provided__qut3iv_0).s12 = function (collector, $completion) {
|
|
527
527
|
var tmp = new $collectCOROUTINE$1(this, collector, $completion);
|
|
528
528
|
tmp.d9_1 = Unit_instance;
|
|
529
529
|
tmp.e9_1 = null;
|
|
530
530
|
return tmp.t9();
|
|
531
531
|
};
|
|
532
|
-
protoOf(_no_name_provided__qut3iv_0).
|
|
533
|
-
return this.
|
|
532
|
+
protoOf(_no_name_provided__qut3iv_0).t12 = function (collector, $completion) {
|
|
533
|
+
return this.s12(collector, $completion);
|
|
534
534
|
};
|
|
535
535
|
function _no_name_provided__qut3iv_1($this, $block, this$0) {
|
|
536
|
-
this.
|
|
537
|
-
this.
|
|
538
|
-
this.
|
|
536
|
+
this.e1l_1 = $this;
|
|
537
|
+
this.f1l_1 = $block;
|
|
538
|
+
this.g1l_1 = this$0;
|
|
539
539
|
}
|
|
540
|
-
protoOf(_no_name_provided__qut3iv_1).
|
|
540
|
+
protoOf(_no_name_provided__qut3iv_1).s12 = function (collector, $completion) {
|
|
541
541
|
var tmp = new $collectCOROUTINE$2(this, collector, $completion);
|
|
542
542
|
tmp.d9_1 = Unit_instance;
|
|
543
543
|
tmp.e9_1 = null;
|
|
544
544
|
return tmp.t9();
|
|
545
545
|
};
|
|
546
|
-
protoOf(_no_name_provided__qut3iv_1).
|
|
547
|
-
return this.
|
|
546
|
+
protoOf(_no_name_provided__qut3iv_1).t12 = function (collector, $completion) {
|
|
547
|
+
return this.s12(collector, $completion);
|
|
548
548
|
};
|
|
549
549
|
function State(triggeredAnalyticsEvents, vars) {
|
|
550
550
|
var tmp;
|
|
@@ -563,22 +563,22 @@
|
|
|
563
563
|
tmp_0 = vars;
|
|
564
564
|
}
|
|
565
565
|
vars = tmp_0;
|
|
566
|
-
this.
|
|
567
|
-
this.
|
|
568
|
-
this.
|
|
566
|
+
this.u1l_1 = triggeredAnalyticsEvents;
|
|
567
|
+
this.v1l_1 = vars;
|
|
568
|
+
this.w1l_1 = MutableSharedFlow(VOID, 2147483647);
|
|
569
569
|
}
|
|
570
|
-
protoOf(State).
|
|
571
|
-
var tmp0_elvis_lhs = this.
|
|
570
|
+
protoOf(State).x1l = function (id) {
|
|
571
|
+
var tmp0_elvis_lhs = this.u1l_1.k2(id);
|
|
572
572
|
return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
|
|
573
573
|
};
|
|
574
|
-
protoOf(State).
|
|
574
|
+
protoOf(State).y1l = function (id) {
|
|
575
575
|
// Inline function 'kotlin.collections.set' call
|
|
576
|
-
var this_0 = this.
|
|
577
|
-
var tmp0_elvis_lhs = this.
|
|
576
|
+
var this_0 = this.u1l_1;
|
|
577
|
+
var tmp0_elvis_lhs = this.u1l_1.k2(id);
|
|
578
578
|
var value = (tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs) + 1 | 0;
|
|
579
579
|
this_0.y3(id, value);
|
|
580
580
|
};
|
|
581
|
-
protoOf(State).
|
|
581
|
+
protoOf(State).z1l = function (keys, block) {
|
|
582
582
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
583
583
|
var tmp;
|
|
584
584
|
// Inline function 'kotlin.collections.isNullOrEmpty' call
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
// Inline function 'kotlinx.coroutines.flow.map' call
|
|
590
590
|
// Inline function 'kotlinx.coroutines.flow.filter' call
|
|
591
591
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
592
|
-
var this_0 = onSubscription(this.
|
|
592
|
+
var this_0 = onSubscription(this.w1l_1, State$varsChangeFlow$slambda_0(keys, null));
|
|
593
593
|
// Inline function 'kotlinx.coroutines.flow.internal.unsafeFlow' call
|
|
594
594
|
// Inline function 'kotlinx.coroutines.flow.unsafeTransform' call
|
|
595
595
|
var this_1 = new _no_name_provided__qut3iv(this_0, keys);
|
|
@@ -604,28 +604,28 @@
|
|
|
604
604
|
};
|
|
605
605
|
protoOf(State).varsChangeFlow$default = function (keys, block, $super) {
|
|
606
606
|
keys = keys === VOID ? emptyList() : keys;
|
|
607
|
-
return $super === VOID ? this.
|
|
607
|
+
return $super === VOID ? this.z1l(keys, block) : $super.z1l.call(this, keys, block);
|
|
608
608
|
};
|
|
609
|
-
protoOf(State).
|
|
609
|
+
protoOf(State).a1m = function (key) {
|
|
610
610
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
611
|
-
var tmp0_elvis_lhs = this.
|
|
611
|
+
var tmp0_elvis_lhs = this.v1l_1.k2(key);
|
|
612
612
|
return tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
|
|
613
613
|
};
|
|
614
|
-
protoOf(State).
|
|
614
|
+
protoOf(State).b1m = function (key, values) {
|
|
615
615
|
// Inline function 'kotlin.collections.set' call
|
|
616
|
-
var this_0 = this.
|
|
616
|
+
var this_0 = this.v1l_1;
|
|
617
617
|
var value = values == null ? null : toList(values);
|
|
618
618
|
this_0.y3(key, value);
|
|
619
|
-
this.
|
|
619
|
+
this.w1l_1.b15(key);
|
|
620
620
|
};
|
|
621
|
-
protoOf(State).
|
|
622
|
-
var values = this.
|
|
621
|
+
protoOf(State).c1m = function (key, value) {
|
|
622
|
+
var values = this.a1m(key);
|
|
623
623
|
if (!values.q(value)) {
|
|
624
|
-
this.
|
|
624
|
+
this.b1m(key, plus(values, value));
|
|
625
625
|
}
|
|
626
626
|
};
|
|
627
|
-
protoOf(State).
|
|
628
|
-
var values = this.
|
|
627
|
+
protoOf(State).d1m = function (key, value) {
|
|
628
|
+
var values = this.a1m(key);
|
|
629
629
|
if (values.q(value)) {
|
|
630
630
|
// Inline function 'kotlin.collections.filterNot' call
|
|
631
631
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
destination.e(element);
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
|
-
this.
|
|
641
|
+
this.b1m(key, destination);
|
|
642
642
|
}
|
|
643
643
|
};
|
|
644
644
|
//region block: exports
|
|
@@ -102,6 +102,7 @@ export declare namespace org.cru.godtools.shared.tool.parser {
|
|
|
102
102
|
get FEATURE_CONTENT_CARD(): string;
|
|
103
103
|
get FEATURE_FLOW(): string;
|
|
104
104
|
get FEATURE_MULTISELECT(): string;
|
|
105
|
+
get FEATURE_PAGE_COLLECTION(): string;
|
|
105
106
|
};
|
|
106
107
|
}
|
|
107
108
|
}
|
|
@@ -491,6 +492,16 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
491
492
|
};
|
|
492
493
|
}
|
|
493
494
|
}
|
|
495
|
+
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
496
|
+
interface HasPages /* extends org.cru.godtools.shared.tool.parser.model.Base */ {
|
|
497
|
+
readonly _pages: kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
498
|
+
findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
499
|
+
readonly pages: Array<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
500
|
+
readonly __doNotUseOrImplementIt: {
|
|
501
|
+
readonly "org.cru.godtools.shared.tool.parser.model.HasPages": unique symbol;
|
|
502
|
+
};
|
|
503
|
+
}
|
|
504
|
+
}
|
|
494
505
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
495
506
|
/* @ts-ignore: extends class with private primary constructor */
|
|
496
507
|
class Image extends org.cru.godtools.shared.tool.parser.model.Content implements org.cru.godtools.shared.tool.parser.model.Clickable {
|
|
@@ -589,7 +600,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
589
600
|
}
|
|
590
601
|
}
|
|
591
602
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
592
|
-
class Manifest /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */
|
|
603
|
+
class Manifest /* extends org.cru.godtools.shared.tool.parser.model.BaseModel */ implements org.cru.godtools.shared.tool.parser.model.HasPages/*, org.cru.godtools.shared.tool.parser.model.Styles */ {
|
|
593
604
|
private constructor();
|
|
594
605
|
get code(): Nullable<string>;
|
|
595
606
|
get locale(): Nullable<string>;
|
|
@@ -603,11 +614,12 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
603
614
|
set _pages(value: kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.page.Page>);
|
|
604
615
|
get shareables(): kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.shareable.Shareable */>;
|
|
605
616
|
get relatedFiles(): kotlin.collections.KtSet<string>;
|
|
606
|
-
static createTestManifest(config?: org.cru.godtools.shared.tool.parser.ParserConfig, type?: org.cru.godtools.shared.tool.parser.model.Manifest.Type, code?: Nullable<string>, locale?: Nullable<string>, primaryColor?: string, primaryTextColor?: string, navBarColor?: Nullable<string>, navBarControlColor?: Nullable<string>, backgroundColor?: string, cardBackgroundColor?: Nullable<string>, categoryLabelColor?: Nullable<string>, pageControlColor?: string, multiselectOptionBackgroundColor?: Nullable<string>, multiselectOptionSelectedColor?: Nullable<string>, textColor?: string, textScale?: number, resources?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Resource>>, shareables?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.shareable.Shareable */>>, tips?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>>, pages?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.page.Page
|
|
617
|
+
static createTestManifest(config?: org.cru.godtools.shared.tool.parser.ParserConfig, type?: org.cru.godtools.shared.tool.parser.model.Manifest.Type, code?: Nullable<string>, locale?: Nullable<string>, primaryColor?: string, primaryTextColor?: string, navBarColor?: Nullable<string>, navBarControlColor?: Nullable<string>, backgroundColor?: string, cardBackgroundColor?: Nullable<string>, categoryLabelColor?: Nullable<string>, pageControlColor?: string, multiselectOptionBackgroundColor?: Nullable<string>, multiselectOptionSelectedColor?: Nullable<string>, textColor?: string, textScale?: number, resources?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Resource>>, shareables?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.shareable.Shareable */>>, tips?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<any/* org.cru.godtools.shared.tool.parser.model.tips.Tip */>>, pages?: Nullable<(p0: org.cru.godtools.shared.tool.parser.model.Manifest) => kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.page.Page>>, pageXmlFiles?: kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.Manifest.XmlFile>): org.cru.godtools.shared.tool.parser.model.Manifest;
|
|
607
618
|
get hasTips(): boolean;
|
|
608
|
-
findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
609
619
|
get dismissListeners(): Array<org.cru.godtools.shared.tool.parser.model.EventId>;
|
|
620
|
+
findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
610
621
|
get pages(): Array<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
622
|
+
readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.HasPages["__doNotUseOrImplementIt"];
|
|
611
623
|
}
|
|
612
624
|
namespace Manifest {
|
|
613
625
|
abstract class Type {
|
|
@@ -637,6 +649,13 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
|
637
649
|
static values(): Array<org.cru.godtools.shared.tool.parser.model.Manifest.Type>;
|
|
638
650
|
static valueOf(value: string): org.cru.godtools.shared.tool.parser.model.Manifest.Type;
|
|
639
651
|
}
|
|
652
|
+
class XmlFile {
|
|
653
|
+
constructor(name: Nullable<string>, src: string);
|
|
654
|
+
copy(name?: Nullable<string>, src?: string): org.cru.godtools.shared.tool.parser.model.Manifest.XmlFile;
|
|
655
|
+
toString(): string;
|
|
656
|
+
hashCode(): number;
|
|
657
|
+
equals(other: Nullable<any>): boolean;
|
|
658
|
+
}
|
|
640
659
|
}
|
|
641
660
|
}
|
|
642
661
|
export declare namespace org.cru.godtools.shared.tool.parser.model {
|
|
@@ -913,6 +932,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model.page {
|
|
|
913
932
|
get id(): string;
|
|
914
933
|
get position(): number;
|
|
915
934
|
get parentPage(): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
935
|
+
get parentPageParams(): kotlin.collections.KtMap<string, string>;
|
|
916
936
|
get nextPage(): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
917
937
|
get previousPage(): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
|
|
918
938
|
get isHidden(): boolean;
|
package/kotlinx-atomicfu.js
CHANGED
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
'use strict';
|
|
14
14
|
//region block: imports
|
|
15
15
|
var fillArrayVal = kotlin_kotlin.$_$.e6;
|
|
16
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
16
|
+
var protoOf = kotlin_kotlin.$_$.a7;
|
|
17
17
|
var defineProp = kotlin_kotlin.$_$.c6;
|
|
18
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
19
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
18
|
+
var initMetadataForClass = kotlin_kotlin.$_$.l6;
|
|
19
|
+
var initMetadataForObject = kotlin_kotlin.$_$.q6;
|
|
20
20
|
var VOID = kotlin_kotlin.$_$.d;
|
|
21
|
-
var toString = kotlin_kotlin.$_$.
|
|
21
|
+
var toString = kotlin_kotlin.$_$.fa;
|
|
22
22
|
//endregion
|
|
23
23
|
//region block: pre-declaration
|
|
24
24
|
initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
|