ballerina-core 1.0.194 → 1.0.195
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/bin/src/forms/domains/dispatched-forms/deserializer/domains/specification/domains/apis/state.d.ts +28 -40
- package/bin/src/forms/domains/dispatched-forms/deserializer/domains/specification/domains/apis/state.d.ts.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/deserializer/domains/specification/domains/apis/state.js +39 -30
- package/bin/src/forms/domains/dispatched-forms/deserializer/domains/specification/domains/apis/state.js.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/deserializer/domains/specification/state.d.ts.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/deserializer/domains/specification/state.js +6 -0
- package/bin/src/forms/domains/dispatched-forms/deserializer/domains/specification/state.js.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/_debouncer.d.ts +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/_initializeOne.d.ts +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/_initializeOne.d.ts.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/_initializeOne.js +1 -0
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/_initializeOne.js.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/_initializeStream.d.ts +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/builder.d.ts +87 -87
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/runner.d.ts +4 -4
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/runner.d.ts.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/runner.js +3 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/runner.js.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/state.d.ts +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/state.d.ts.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/template.d.ts +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/dispatcher/domains/one/state.d.ts +2 -2
- package/bin/src/forms/domains/dispatched-forms/runner/domains/dispatcher/domains/one/state.d.ts.map +1 -1
- package/bin/src/forms/domains/dispatched-forms/runner/domains/dispatcher/domains/one/state.js +42 -25
- package/bin/src/forms/domains/dispatched-forms/runner/domains/dispatcher/domains/one/state.js.map +1 -1
- package/package.json +1 -1
- package/src/forms/domains/dispatched-forms/built-ins/state.ts +59 -33
- package/src/forms/domains/dispatched-forms/deserializer/domains/specification/domains/apis/state.ts +65 -71
- package/src/forms/domains/dispatched-forms/deserializer/state.ts +11 -8
- package/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/_initializeOne.ts +28 -64
- package/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/_initializeStream.ts +2 -1
- package/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/coroutines/runner.ts +7 -3
- package/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/state.ts +13 -9
- package/src/forms/domains/dispatched-forms/runner/domains/abstract-renderers/one/template.tsx +2 -1
- package/src/forms/domains/dispatched-forms/runner/domains/dispatcher/domains/one/state.ts +33 -26
|
@@ -23,7 +23,7 @@ export declare const Co: <
|
|
|
23
23
|
CustomPresentationContext,
|
|
24
24
|
ExtraContext
|
|
25
25
|
> & {
|
|
26
|
-
getApi
|
|
26
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
27
27
|
import("../../../../../../../../../main").Guid,
|
|
28
28
|
Promise<unknown>
|
|
29
29
|
>;
|
|
@@ -62,7 +62,7 @@ export declare const Co: <
|
|
|
62
62
|
CustomPresentationContext,
|
|
63
63
|
ExtraContext
|
|
64
64
|
> & {
|
|
65
|
-
getApi
|
|
65
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
66
66
|
import("../../../../../../../../../main").Guid,
|
|
67
67
|
Promise<unknown>
|
|
68
68
|
>;
|
|
@@ -101,7 +101,7 @@ export declare const Co: <
|
|
|
101
101
|
CustomPresentationContext,
|
|
102
102
|
ExtraContext
|
|
103
103
|
> & {
|
|
104
|
-
getApi
|
|
104
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
105
105
|
import("../../../../../../../../../main").Guid,
|
|
106
106
|
Promise<unknown>
|
|
107
107
|
>;
|
|
@@ -137,7 +137,7 @@ export declare const Co: <
|
|
|
137
137
|
CustomPresentationContext,
|
|
138
138
|
ExtraContext
|
|
139
139
|
> & {
|
|
140
|
-
getApi
|
|
140
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
141
141
|
import("../../../../../../../../../main").Guid,
|
|
142
142
|
Promise<unknown>
|
|
143
143
|
>;
|
|
@@ -176,7 +176,7 @@ export declare const Co: <
|
|
|
176
176
|
CustomPresentationContext,
|
|
177
177
|
ExtraContext
|
|
178
178
|
> & {
|
|
179
|
-
getApi
|
|
179
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
180
180
|
import("../../../../../../../../../main").Guid,
|
|
181
181
|
Promise<unknown>
|
|
182
182
|
>;
|
|
@@ -220,7 +220,7 @@ export declare const Co: <
|
|
|
220
220
|
CustomPresentationContext,
|
|
221
221
|
ExtraContext
|
|
222
222
|
> & {
|
|
223
|
-
getApi
|
|
223
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
224
224
|
import("../../../../../../../../../main").Guid,
|
|
225
225
|
Promise<unknown>
|
|
226
226
|
>;
|
|
@@ -260,7 +260,7 @@ export declare const Co: <
|
|
|
260
260
|
CustomPresentationContext,
|
|
261
261
|
ExtraContext
|
|
262
262
|
> & {
|
|
263
|
-
getApi
|
|
263
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
264
264
|
import("../../../../../../../../../main").Guid,
|
|
265
265
|
Promise<unknown>
|
|
266
266
|
>;
|
|
@@ -299,7 +299,7 @@ export declare const Co: <
|
|
|
299
299
|
CustomPresentationContext,
|
|
300
300
|
ExtraContext
|
|
301
301
|
> & {
|
|
302
|
-
getApi
|
|
302
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
303
303
|
import("../../../../../../../../../main").Guid,
|
|
304
304
|
Promise<unknown>
|
|
305
305
|
>;
|
|
@@ -339,7 +339,7 @@ export declare const Co: <
|
|
|
339
339
|
CustomPresentationContext,
|
|
340
340
|
ExtraContext
|
|
341
341
|
> & {
|
|
342
|
-
getApi
|
|
342
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
343
343
|
import("../../../../../../../../../main").Guid,
|
|
344
344
|
Promise<unknown>
|
|
345
345
|
>;
|
|
@@ -378,7 +378,7 @@ export declare const Co: <
|
|
|
378
378
|
CustomPresentationContext,
|
|
379
379
|
ExtraContext
|
|
380
380
|
> & {
|
|
381
|
-
getApi
|
|
381
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
382
382
|
import("../../../../../../../../../main").Guid,
|
|
383
383
|
Promise<unknown>
|
|
384
384
|
>;
|
|
@@ -418,7 +418,7 @@ export declare const Co: <
|
|
|
418
418
|
CustomPresentationContext,
|
|
419
419
|
ExtraContext
|
|
420
420
|
> & {
|
|
421
|
-
getApi
|
|
421
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
422
422
|
import("../../../../../../../../../main").Guid,
|
|
423
423
|
Promise<unknown>
|
|
424
424
|
>;
|
|
@@ -457,7 +457,7 @@ export declare const Co: <
|
|
|
457
457
|
CustomPresentationContext,
|
|
458
458
|
ExtraContext
|
|
459
459
|
> & {
|
|
460
|
-
getApi
|
|
460
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
461
461
|
import("../../../../../../../../../main").Guid,
|
|
462
462
|
Promise<unknown>
|
|
463
463
|
>;
|
|
@@ -498,7 +498,7 @@ export declare const Co: <
|
|
|
498
498
|
CustomPresentationContext,
|
|
499
499
|
ExtraContext
|
|
500
500
|
> & {
|
|
501
|
-
getApi
|
|
501
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
502
502
|
import("../../../../../../../../../main").Guid,
|
|
503
503
|
Promise<unknown>
|
|
504
504
|
>;
|
|
@@ -541,7 +541,7 @@ export declare const Co: <
|
|
|
541
541
|
CustomPresentationContext,
|
|
542
542
|
ExtraContext
|
|
543
543
|
> & {
|
|
544
|
-
getApi
|
|
544
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
545
545
|
import("../../../../../../../../../main").Guid,
|
|
546
546
|
Promise<unknown>
|
|
547
547
|
>;
|
|
@@ -581,7 +581,7 @@ export declare const Co: <
|
|
|
581
581
|
CustomPresentationContext,
|
|
582
582
|
ExtraContext
|
|
583
583
|
> & {
|
|
584
|
-
getApi
|
|
584
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
585
585
|
import("../../../../../../../../../main").Guid,
|
|
586
586
|
Promise<unknown>
|
|
587
587
|
>;
|
|
@@ -620,7 +620,7 @@ export declare const Co: <
|
|
|
620
620
|
CustomPresentationContext,
|
|
621
621
|
ExtraContext
|
|
622
622
|
> & {
|
|
623
|
-
getApi
|
|
623
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
624
624
|
import("../../../../../../../../../main").Guid,
|
|
625
625
|
Promise<unknown>
|
|
626
626
|
>;
|
|
@@ -661,7 +661,7 @@ export declare const Co: <
|
|
|
661
661
|
CustomPresentationContext,
|
|
662
662
|
ExtraContext
|
|
663
663
|
> & {
|
|
664
|
-
getApi
|
|
664
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
665
665
|
import("../../../../../../../../../main").Guid,
|
|
666
666
|
Promise<unknown>
|
|
667
667
|
>;
|
|
@@ -702,7 +702,7 @@ export declare const Co: <
|
|
|
702
702
|
CustomPresentationContext,
|
|
703
703
|
ExtraContext
|
|
704
704
|
> & {
|
|
705
|
-
getApi
|
|
705
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
706
706
|
import("../../../../../../../../../main").Guid,
|
|
707
707
|
Promise<unknown>
|
|
708
708
|
>;
|
|
@@ -741,7 +741,7 @@ export declare const Co: <
|
|
|
741
741
|
CustomPresentationContext,
|
|
742
742
|
ExtraContext
|
|
743
743
|
> & {
|
|
744
|
-
getApi
|
|
744
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
745
745
|
import("../../../../../../../../../main").Guid,
|
|
746
746
|
Promise<unknown>
|
|
747
747
|
>;
|
|
@@ -780,7 +780,7 @@ export declare const Co: <
|
|
|
780
780
|
CustomPresentationContext,
|
|
781
781
|
ExtraContext
|
|
782
782
|
> & {
|
|
783
|
-
getApi
|
|
783
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
784
784
|
import("../../../../../../../../../main").Guid,
|
|
785
785
|
Promise<unknown>
|
|
786
786
|
>;
|
|
@@ -824,7 +824,7 @@ export declare const Co: <
|
|
|
824
824
|
CustomPresentationContext,
|
|
825
825
|
ExtraContext
|
|
826
826
|
> & {
|
|
827
|
-
getApi
|
|
827
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
828
828
|
import("../../../../../../../../../main").Guid,
|
|
829
829
|
Promise<unknown>
|
|
830
830
|
>;
|
|
@@ -864,7 +864,7 @@ export declare const Co: <
|
|
|
864
864
|
CustomPresentationContext,
|
|
865
865
|
ExtraContext
|
|
866
866
|
> & {
|
|
867
|
-
getApi
|
|
867
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
868
868
|
import("../../../../../../../../../main").Guid,
|
|
869
869
|
Promise<unknown>
|
|
870
870
|
>;
|
|
@@ -904,7 +904,7 @@ export declare const Co: <
|
|
|
904
904
|
CustomPresentationContext,
|
|
905
905
|
ExtraContext
|
|
906
906
|
> & {
|
|
907
|
-
getApi
|
|
907
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
908
908
|
import("../../../../../../../../../main").Guid,
|
|
909
909
|
Promise<unknown>
|
|
910
910
|
>;
|
|
@@ -944,7 +944,7 @@ export declare const Co: <
|
|
|
944
944
|
CustomPresentationContext,
|
|
945
945
|
ExtraContext
|
|
946
946
|
> & {
|
|
947
|
-
getApi
|
|
947
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
948
948
|
import("../../../../../../../../../main").Guid,
|
|
949
949
|
Promise<unknown>
|
|
950
950
|
>;
|
|
@@ -991,7 +991,7 @@ export declare const Co: <
|
|
|
991
991
|
CustomPresentationContext,
|
|
992
992
|
ExtraContext
|
|
993
993
|
> & {
|
|
994
|
-
getApi
|
|
994
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
995
995
|
import("../../../../../../../../../main").Guid,
|
|
996
996
|
Promise<unknown>
|
|
997
997
|
>;
|
|
@@ -1031,7 +1031,7 @@ export declare const Co: <
|
|
|
1031
1031
|
CustomPresentationContext,
|
|
1032
1032
|
ExtraContext
|
|
1033
1033
|
> & {
|
|
1034
|
-
getApi
|
|
1034
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1035
1035
|
import("../../../../../../../../../main").Guid,
|
|
1036
1036
|
Promise<unknown>
|
|
1037
1037
|
>;
|
|
@@ -1072,7 +1072,7 @@ export declare const Co: <
|
|
|
1072
1072
|
CustomPresentationContext,
|
|
1073
1073
|
ExtraContext
|
|
1074
1074
|
> & {
|
|
1075
|
-
getApi
|
|
1075
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1076
1076
|
import("../../../../../../../../../main").Guid,
|
|
1077
1077
|
Promise<unknown>
|
|
1078
1078
|
>;
|
|
@@ -1119,7 +1119,7 @@ export declare const Co: <
|
|
|
1119
1119
|
CustomPresentationContext,
|
|
1120
1120
|
ExtraContext
|
|
1121
1121
|
> & {
|
|
1122
|
-
getApi
|
|
1122
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1123
1123
|
import("../../../../../../../../../main").Guid,
|
|
1124
1124
|
Promise<unknown>
|
|
1125
1125
|
>;
|
|
@@ -1191,7 +1191,7 @@ export declare const Co: <
|
|
|
1191
1191
|
CustomPresentationContext,
|
|
1192
1192
|
ExtraContext
|
|
1193
1193
|
> & {
|
|
1194
|
-
getApi
|
|
1194
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1195
1195
|
import("../../../../../../../../../main").Guid,
|
|
1196
1196
|
Promise<unknown>
|
|
1197
1197
|
>;
|
|
@@ -1236,7 +1236,7 @@ export declare const InitializeCo: <
|
|
|
1236
1236
|
CustomPresentationContext,
|
|
1237
1237
|
ExtraContext
|
|
1238
1238
|
> & {
|
|
1239
|
-
getApi
|
|
1239
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1240
1240
|
import("../../../../../../../../../main").Guid,
|
|
1241
1241
|
Promise<unknown>
|
|
1242
1242
|
>;
|
|
@@ -1276,7 +1276,7 @@ export declare const InitializeCo: <
|
|
|
1276
1276
|
CustomPresentationContext,
|
|
1277
1277
|
ExtraContext
|
|
1278
1278
|
> & {
|
|
1279
|
-
getApi
|
|
1279
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1280
1280
|
import("../../../../../../../../../main").Guid,
|
|
1281
1281
|
Promise<unknown>
|
|
1282
1282
|
>;
|
|
@@ -1316,7 +1316,7 @@ export declare const InitializeCo: <
|
|
|
1316
1316
|
CustomPresentationContext,
|
|
1317
1317
|
ExtraContext
|
|
1318
1318
|
> & {
|
|
1319
|
-
getApi
|
|
1319
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1320
1320
|
import("../../../../../../../../../main").Guid,
|
|
1321
1321
|
Promise<unknown>
|
|
1322
1322
|
>;
|
|
@@ -1353,7 +1353,7 @@ export declare const InitializeCo: <
|
|
|
1353
1353
|
CustomPresentationContext,
|
|
1354
1354
|
ExtraContext
|
|
1355
1355
|
> & {
|
|
1356
|
-
getApi
|
|
1356
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1357
1357
|
import("../../../../../../../../../main").Guid,
|
|
1358
1358
|
Promise<unknown>
|
|
1359
1359
|
>;
|
|
@@ -1393,7 +1393,7 @@ export declare const InitializeCo: <
|
|
|
1393
1393
|
CustomPresentationContext,
|
|
1394
1394
|
ExtraContext
|
|
1395
1395
|
> & {
|
|
1396
|
-
getApi
|
|
1396
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1397
1397
|
import("../../../../../../../../../main").Guid,
|
|
1398
1398
|
Promise<unknown>
|
|
1399
1399
|
>;
|
|
@@ -1438,7 +1438,7 @@ export declare const InitializeCo: <
|
|
|
1438
1438
|
CustomPresentationContext,
|
|
1439
1439
|
ExtraContext
|
|
1440
1440
|
> & {
|
|
1441
|
-
getApi
|
|
1441
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1442
1442
|
import("../../../../../../../../../main").Guid,
|
|
1443
1443
|
Promise<unknown>
|
|
1444
1444
|
>;
|
|
@@ -1479,7 +1479,7 @@ export declare const InitializeCo: <
|
|
|
1479
1479
|
CustomPresentationContext,
|
|
1480
1480
|
ExtraContext
|
|
1481
1481
|
> & {
|
|
1482
|
-
getApi
|
|
1482
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1483
1483
|
import("../../../../../../../../../main").Guid,
|
|
1484
1484
|
Promise<unknown>
|
|
1485
1485
|
>;
|
|
@@ -1519,7 +1519,7 @@ export declare const InitializeCo: <
|
|
|
1519
1519
|
CustomPresentationContext,
|
|
1520
1520
|
ExtraContext
|
|
1521
1521
|
> & {
|
|
1522
|
-
getApi
|
|
1522
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1523
1523
|
import("../../../../../../../../../main").Guid,
|
|
1524
1524
|
Promise<unknown>
|
|
1525
1525
|
>;
|
|
@@ -1560,7 +1560,7 @@ export declare const InitializeCo: <
|
|
|
1560
1560
|
CustomPresentationContext,
|
|
1561
1561
|
ExtraContext
|
|
1562
1562
|
> & {
|
|
1563
|
-
getApi
|
|
1563
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1564
1564
|
import("../../../../../../../../../main").Guid,
|
|
1565
1565
|
Promise<unknown>
|
|
1566
1566
|
>;
|
|
@@ -1600,7 +1600,7 @@ export declare const InitializeCo: <
|
|
|
1600
1600
|
CustomPresentationContext,
|
|
1601
1601
|
ExtraContext
|
|
1602
1602
|
> & {
|
|
1603
|
-
getApi
|
|
1603
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1604
1604
|
import("../../../../../../../../../main").Guid,
|
|
1605
1605
|
Promise<unknown>
|
|
1606
1606
|
>;
|
|
@@ -1641,7 +1641,7 @@ export declare const InitializeCo: <
|
|
|
1641
1641
|
CustomPresentationContext,
|
|
1642
1642
|
ExtraContext
|
|
1643
1643
|
> & {
|
|
1644
|
-
getApi
|
|
1644
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1645
1645
|
import("../../../../../../../../../main").Guid,
|
|
1646
1646
|
Promise<unknown>
|
|
1647
1647
|
>;
|
|
@@ -1681,7 +1681,7 @@ export declare const InitializeCo: <
|
|
|
1681
1681
|
CustomPresentationContext,
|
|
1682
1682
|
ExtraContext
|
|
1683
1683
|
> & {
|
|
1684
|
-
getApi
|
|
1684
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1685
1685
|
import("../../../../../../../../../main").Guid,
|
|
1686
1686
|
Promise<unknown>
|
|
1687
1687
|
>;
|
|
@@ -1723,7 +1723,7 @@ export declare const InitializeCo: <
|
|
|
1723
1723
|
CustomPresentationContext,
|
|
1724
1724
|
ExtraContext
|
|
1725
1725
|
> & {
|
|
1726
|
-
getApi
|
|
1726
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1727
1727
|
import("../../../../../../../../../main").Guid,
|
|
1728
1728
|
Promise<unknown>
|
|
1729
1729
|
>;
|
|
@@ -1767,7 +1767,7 @@ export declare const InitializeCo: <
|
|
|
1767
1767
|
CustomPresentationContext,
|
|
1768
1768
|
ExtraContext
|
|
1769
1769
|
> & {
|
|
1770
|
-
getApi
|
|
1770
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1771
1771
|
import("../../../../../../../../../main").Guid,
|
|
1772
1772
|
Promise<unknown>
|
|
1773
1773
|
>;
|
|
@@ -1808,7 +1808,7 @@ export declare const InitializeCo: <
|
|
|
1808
1808
|
CustomPresentationContext,
|
|
1809
1809
|
ExtraContext
|
|
1810
1810
|
> & {
|
|
1811
|
-
getApi
|
|
1811
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1812
1812
|
import("../../../../../../../../../main").Guid,
|
|
1813
1813
|
Promise<unknown>
|
|
1814
1814
|
>;
|
|
@@ -1848,7 +1848,7 @@ export declare const InitializeCo: <
|
|
|
1848
1848
|
CustomPresentationContext,
|
|
1849
1849
|
ExtraContext
|
|
1850
1850
|
> & {
|
|
1851
|
-
getApi
|
|
1851
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1852
1852
|
import("../../../../../../../../../main").Guid,
|
|
1853
1853
|
Promise<unknown>
|
|
1854
1854
|
>;
|
|
@@ -1890,7 +1890,7 @@ export declare const InitializeCo: <
|
|
|
1890
1890
|
CustomPresentationContext,
|
|
1891
1891
|
ExtraContext
|
|
1892
1892
|
> & {
|
|
1893
|
-
getApi
|
|
1893
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1894
1894
|
import("../../../../../../../../../main").Guid,
|
|
1895
1895
|
Promise<unknown>
|
|
1896
1896
|
>;
|
|
@@ -1932,7 +1932,7 @@ export declare const InitializeCo: <
|
|
|
1932
1932
|
CustomPresentationContext,
|
|
1933
1933
|
ExtraContext
|
|
1934
1934
|
> & {
|
|
1935
|
-
getApi
|
|
1935
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1936
1936
|
import("../../../../../../../../../main").Guid,
|
|
1937
1937
|
Promise<unknown>
|
|
1938
1938
|
>;
|
|
@@ -1972,7 +1972,7 @@ export declare const InitializeCo: <
|
|
|
1972
1972
|
CustomPresentationContext,
|
|
1973
1973
|
ExtraContext
|
|
1974
1974
|
> & {
|
|
1975
|
-
getApi
|
|
1975
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
1976
1976
|
import("../../../../../../../../../main").Guid,
|
|
1977
1977
|
Promise<unknown>
|
|
1978
1978
|
>;
|
|
@@ -2012,7 +2012,7 @@ export declare const InitializeCo: <
|
|
|
2012
2012
|
CustomPresentationContext,
|
|
2013
2013
|
ExtraContext
|
|
2014
2014
|
> & {
|
|
2015
|
-
getApi
|
|
2015
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2016
2016
|
import("../../../../../../../../../main").Guid,
|
|
2017
2017
|
Promise<unknown>
|
|
2018
2018
|
>;
|
|
@@ -2057,7 +2057,7 @@ export declare const InitializeCo: <
|
|
|
2057
2057
|
CustomPresentationContext,
|
|
2058
2058
|
ExtraContext
|
|
2059
2059
|
> & {
|
|
2060
|
-
getApi
|
|
2060
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2061
2061
|
import("../../../../../../../../../main").Guid,
|
|
2062
2062
|
Promise<unknown>
|
|
2063
2063
|
>;
|
|
@@ -2098,7 +2098,7 @@ export declare const InitializeCo: <
|
|
|
2098
2098
|
CustomPresentationContext,
|
|
2099
2099
|
ExtraContext
|
|
2100
2100
|
> & {
|
|
2101
|
-
getApi
|
|
2101
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2102
2102
|
import("../../../../../../../../../main").Guid,
|
|
2103
2103
|
Promise<unknown>
|
|
2104
2104
|
>;
|
|
@@ -2139,7 +2139,7 @@ export declare const InitializeCo: <
|
|
|
2139
2139
|
CustomPresentationContext,
|
|
2140
2140
|
ExtraContext
|
|
2141
2141
|
> & {
|
|
2142
|
-
getApi
|
|
2142
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2143
2143
|
import("../../../../../../../../../main").Guid,
|
|
2144
2144
|
Promise<unknown>
|
|
2145
2145
|
>;
|
|
@@ -2180,7 +2180,7 @@ export declare const InitializeCo: <
|
|
|
2180
2180
|
CustomPresentationContext,
|
|
2181
2181
|
ExtraContext
|
|
2182
2182
|
> & {
|
|
2183
|
-
getApi
|
|
2183
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2184
2184
|
import("../../../../../../../../../main").Guid,
|
|
2185
2185
|
Promise<unknown>
|
|
2186
2186
|
>;
|
|
@@ -2228,7 +2228,7 @@ export declare const InitializeCo: <
|
|
|
2228
2228
|
CustomPresentationContext,
|
|
2229
2229
|
ExtraContext
|
|
2230
2230
|
> & {
|
|
2231
|
-
getApi
|
|
2231
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2232
2232
|
import("../../../../../../../../../main").Guid,
|
|
2233
2233
|
Promise<unknown>
|
|
2234
2234
|
>;
|
|
@@ -2269,7 +2269,7 @@ export declare const InitializeCo: <
|
|
|
2269
2269
|
CustomPresentationContext,
|
|
2270
2270
|
ExtraContext
|
|
2271
2271
|
> & {
|
|
2272
|
-
getApi
|
|
2272
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2273
2273
|
import("../../../../../../../../../main").Guid,
|
|
2274
2274
|
Promise<unknown>
|
|
2275
2275
|
>;
|
|
@@ -2311,7 +2311,7 @@ export declare const InitializeCo: <
|
|
|
2311
2311
|
CustomPresentationContext,
|
|
2312
2312
|
ExtraContext
|
|
2313
2313
|
> & {
|
|
2314
|
-
getApi
|
|
2314
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2315
2315
|
import("../../../../../../../../../main").Guid,
|
|
2316
2316
|
Promise<unknown>
|
|
2317
2317
|
>;
|
|
@@ -2359,7 +2359,7 @@ export declare const InitializeCo: <
|
|
|
2359
2359
|
CustomPresentationContext,
|
|
2360
2360
|
ExtraContext
|
|
2361
2361
|
> & {
|
|
2362
|
-
getApi
|
|
2362
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2363
2363
|
import("../../../../../../../../../main").Guid,
|
|
2364
2364
|
Promise<unknown>
|
|
2365
2365
|
>;
|
|
@@ -2432,7 +2432,7 @@ export declare const InitializeCo: <
|
|
|
2432
2432
|
CustomPresentationContext,
|
|
2433
2433
|
ExtraContext
|
|
2434
2434
|
> & {
|
|
2435
|
-
getApi
|
|
2435
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2436
2436
|
import("../../../../../../../../../main").Guid,
|
|
2437
2437
|
Promise<unknown>
|
|
2438
2438
|
>;
|
|
@@ -2478,7 +2478,7 @@ export declare const DebouncerCo: <
|
|
|
2478
2478
|
CustomPresentationContext,
|
|
2479
2479
|
ExtraContext
|
|
2480
2480
|
> & {
|
|
2481
|
-
getApi
|
|
2481
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2482
2482
|
import("../../../../../../../../../main").Guid,
|
|
2483
2483
|
Promise<unknown>
|
|
2484
2484
|
>;
|
|
@@ -2519,7 +2519,7 @@ export declare const DebouncerCo: <
|
|
|
2519
2519
|
CustomPresentationContext,
|
|
2520
2520
|
ExtraContext
|
|
2521
2521
|
> & {
|
|
2522
|
-
getApi
|
|
2522
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2523
2523
|
import("../../../../../../../../../main").Guid,
|
|
2524
2524
|
Promise<unknown>
|
|
2525
2525
|
>;
|
|
@@ -2560,7 +2560,7 @@ export declare const DebouncerCo: <
|
|
|
2560
2560
|
CustomPresentationContext,
|
|
2561
2561
|
ExtraContext
|
|
2562
2562
|
> & {
|
|
2563
|
-
getApi
|
|
2563
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2564
2564
|
import("../../../../../../../../../main").Guid,
|
|
2565
2565
|
Promise<unknown>
|
|
2566
2566
|
>;
|
|
@@ -2598,7 +2598,7 @@ export declare const DebouncerCo: <
|
|
|
2598
2598
|
CustomPresentationContext,
|
|
2599
2599
|
ExtraContext
|
|
2600
2600
|
> & {
|
|
2601
|
-
getApi
|
|
2601
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2602
2602
|
import("../../../../../../../../../main").Guid,
|
|
2603
2603
|
Promise<unknown>
|
|
2604
2604
|
>;
|
|
@@ -2639,7 +2639,7 @@ export declare const DebouncerCo: <
|
|
|
2639
2639
|
CustomPresentationContext,
|
|
2640
2640
|
ExtraContext
|
|
2641
2641
|
> & {
|
|
2642
|
-
getApi
|
|
2642
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2643
2643
|
import("../../../../../../../../../main").Guid,
|
|
2644
2644
|
Promise<unknown>
|
|
2645
2645
|
>;
|
|
@@ -2685,7 +2685,7 @@ export declare const DebouncerCo: <
|
|
|
2685
2685
|
CustomPresentationContext,
|
|
2686
2686
|
ExtraContext
|
|
2687
2687
|
> & {
|
|
2688
|
-
getApi
|
|
2688
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2689
2689
|
import("../../../../../../../../../main").Guid,
|
|
2690
2690
|
Promise<unknown>
|
|
2691
2691
|
>;
|
|
@@ -2727,7 +2727,7 @@ export declare const DebouncerCo: <
|
|
|
2727
2727
|
CustomPresentationContext,
|
|
2728
2728
|
ExtraContext
|
|
2729
2729
|
> & {
|
|
2730
|
-
getApi
|
|
2730
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2731
2731
|
import("../../../../../../../../../main").Guid,
|
|
2732
2732
|
Promise<unknown>
|
|
2733
2733
|
>;
|
|
@@ -2768,7 +2768,7 @@ export declare const DebouncerCo: <
|
|
|
2768
2768
|
CustomPresentationContext,
|
|
2769
2769
|
ExtraContext
|
|
2770
2770
|
> & {
|
|
2771
|
-
getApi
|
|
2771
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2772
2772
|
import("../../../../../../../../../main").Guid,
|
|
2773
2773
|
Promise<unknown>
|
|
2774
2774
|
>;
|
|
@@ -2810,7 +2810,7 @@ export declare const DebouncerCo: <
|
|
|
2810
2810
|
CustomPresentationContext,
|
|
2811
2811
|
ExtraContext
|
|
2812
2812
|
> & {
|
|
2813
|
-
getApi
|
|
2813
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2814
2814
|
import("../../../../../../../../../main").Guid,
|
|
2815
2815
|
Promise<unknown>
|
|
2816
2816
|
>;
|
|
@@ -2851,7 +2851,7 @@ export declare const DebouncerCo: <
|
|
|
2851
2851
|
CustomPresentationContext,
|
|
2852
2852
|
ExtraContext
|
|
2853
2853
|
> & {
|
|
2854
|
-
getApi
|
|
2854
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2855
2855
|
import("../../../../../../../../../main").Guid,
|
|
2856
2856
|
Promise<unknown>
|
|
2857
2857
|
>;
|
|
@@ -2893,7 +2893,7 @@ export declare const DebouncerCo: <
|
|
|
2893
2893
|
CustomPresentationContext,
|
|
2894
2894
|
ExtraContext
|
|
2895
2895
|
> & {
|
|
2896
|
-
getApi
|
|
2896
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2897
2897
|
import("../../../../../../../../../main").Guid,
|
|
2898
2898
|
Promise<unknown>
|
|
2899
2899
|
>;
|
|
@@ -2934,7 +2934,7 @@ export declare const DebouncerCo: <
|
|
|
2934
2934
|
CustomPresentationContext,
|
|
2935
2935
|
ExtraContext
|
|
2936
2936
|
> & {
|
|
2937
|
-
getApi
|
|
2937
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2938
2938
|
import("../../../../../../../../../main").Guid,
|
|
2939
2939
|
Promise<unknown>
|
|
2940
2940
|
>;
|
|
@@ -2977,7 +2977,7 @@ export declare const DebouncerCo: <
|
|
|
2977
2977
|
CustomPresentationContext,
|
|
2978
2978
|
ExtraContext
|
|
2979
2979
|
> & {
|
|
2980
|
-
getApi
|
|
2980
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
2981
2981
|
import("../../../../../../../../../main").Guid,
|
|
2982
2982
|
Promise<unknown>
|
|
2983
2983
|
>;
|
|
@@ -3022,7 +3022,7 @@ export declare const DebouncerCo: <
|
|
|
3022
3022
|
CustomPresentationContext,
|
|
3023
3023
|
ExtraContext
|
|
3024
3024
|
> & {
|
|
3025
|
-
getApi
|
|
3025
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3026
3026
|
import("../../../../../../../../../main").Guid,
|
|
3027
3027
|
Promise<unknown>
|
|
3028
3028
|
>;
|
|
@@ -3064,7 +3064,7 @@ export declare const DebouncerCo: <
|
|
|
3064
3064
|
CustomPresentationContext,
|
|
3065
3065
|
ExtraContext
|
|
3066
3066
|
> & {
|
|
3067
|
-
getApi
|
|
3067
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3068
3068
|
import("../../../../../../../../../main").Guid,
|
|
3069
3069
|
Promise<unknown>
|
|
3070
3070
|
>;
|
|
@@ -3105,7 +3105,7 @@ export declare const DebouncerCo: <
|
|
|
3105
3105
|
CustomPresentationContext,
|
|
3106
3106
|
ExtraContext
|
|
3107
3107
|
> & {
|
|
3108
|
-
getApi
|
|
3108
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3109
3109
|
import("../../../../../../../../../main").Guid,
|
|
3110
3110
|
Promise<unknown>
|
|
3111
3111
|
>;
|
|
@@ -3148,7 +3148,7 @@ export declare const DebouncerCo: <
|
|
|
3148
3148
|
CustomPresentationContext,
|
|
3149
3149
|
ExtraContext
|
|
3150
3150
|
> & {
|
|
3151
|
-
getApi
|
|
3151
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3152
3152
|
import("../../../../../../../../../main").Guid,
|
|
3153
3153
|
Promise<unknown>
|
|
3154
3154
|
>;
|
|
@@ -3191,7 +3191,7 @@ export declare const DebouncerCo: <
|
|
|
3191
3191
|
CustomPresentationContext,
|
|
3192
3192
|
ExtraContext
|
|
3193
3193
|
> & {
|
|
3194
|
-
getApi
|
|
3194
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3195
3195
|
import("../../../../../../../../../main").Guid,
|
|
3196
3196
|
Promise<unknown>
|
|
3197
3197
|
>;
|
|
@@ -3232,7 +3232,7 @@ export declare const DebouncerCo: <
|
|
|
3232
3232
|
CustomPresentationContext,
|
|
3233
3233
|
ExtraContext
|
|
3234
3234
|
> & {
|
|
3235
|
-
getApi
|
|
3235
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3236
3236
|
import("../../../../../../../../../main").Guid,
|
|
3237
3237
|
Promise<unknown>
|
|
3238
3238
|
>;
|
|
@@ -3273,7 +3273,7 @@ export declare const DebouncerCo: <
|
|
|
3273
3273
|
CustomPresentationContext,
|
|
3274
3274
|
ExtraContext
|
|
3275
3275
|
> & {
|
|
3276
|
-
getApi
|
|
3276
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3277
3277
|
import("../../../../../../../../../main").Guid,
|
|
3278
3278
|
Promise<unknown>
|
|
3279
3279
|
>;
|
|
@@ -3319,7 +3319,7 @@ export declare const DebouncerCo: <
|
|
|
3319
3319
|
CustomPresentationContext,
|
|
3320
3320
|
ExtraContext
|
|
3321
3321
|
> & {
|
|
3322
|
-
getApi
|
|
3322
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3323
3323
|
import("../../../../../../../../../main").Guid,
|
|
3324
3324
|
Promise<unknown>
|
|
3325
3325
|
>;
|
|
@@ -3361,7 +3361,7 @@ export declare const DebouncerCo: <
|
|
|
3361
3361
|
CustomPresentationContext,
|
|
3362
3362
|
ExtraContext
|
|
3363
3363
|
> & {
|
|
3364
|
-
getApi
|
|
3364
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3365
3365
|
import("../../../../../../../../../main").Guid,
|
|
3366
3366
|
Promise<unknown>
|
|
3367
3367
|
>;
|
|
@@ -3403,7 +3403,7 @@ export declare const DebouncerCo: <
|
|
|
3403
3403
|
CustomPresentationContext,
|
|
3404
3404
|
ExtraContext
|
|
3405
3405
|
> & {
|
|
3406
|
-
getApi
|
|
3406
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3407
3407
|
import("../../../../../../../../../main").Guid,
|
|
3408
3408
|
Promise<unknown>
|
|
3409
3409
|
>;
|
|
@@ -3445,7 +3445,7 @@ export declare const DebouncerCo: <
|
|
|
3445
3445
|
CustomPresentationContext,
|
|
3446
3446
|
ExtraContext
|
|
3447
3447
|
> & {
|
|
3448
|
-
getApi
|
|
3448
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3449
3449
|
import("../../../../../../../../../main").Guid,
|
|
3450
3450
|
Promise<unknown>
|
|
3451
3451
|
>;
|
|
@@ -3494,7 +3494,7 @@ export declare const DebouncerCo: <
|
|
|
3494
3494
|
CustomPresentationContext,
|
|
3495
3495
|
ExtraContext
|
|
3496
3496
|
> & {
|
|
3497
|
-
getApi
|
|
3497
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3498
3498
|
import("../../../../../../../../../main").Guid,
|
|
3499
3499
|
Promise<unknown>
|
|
3500
3500
|
>;
|
|
@@ -3536,7 +3536,7 @@ export declare const DebouncerCo: <
|
|
|
3536
3536
|
CustomPresentationContext,
|
|
3537
3537
|
ExtraContext
|
|
3538
3538
|
> & {
|
|
3539
|
-
getApi
|
|
3539
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3540
3540
|
import("../../../../../../../../../main").Guid,
|
|
3541
3541
|
Promise<unknown>
|
|
3542
3542
|
>;
|
|
@@ -3579,7 +3579,7 @@ export declare const DebouncerCo: <
|
|
|
3579
3579
|
CustomPresentationContext,
|
|
3580
3580
|
ExtraContext
|
|
3581
3581
|
> & {
|
|
3582
|
-
getApi
|
|
3582
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3583
3583
|
import("../../../../../../../../../main").Guid,
|
|
3584
3584
|
Promise<unknown>
|
|
3585
3585
|
>;
|
|
@@ -3628,7 +3628,7 @@ export declare const DebouncerCo: <
|
|
|
3628
3628
|
CustomPresentationContext,
|
|
3629
3629
|
ExtraContext
|
|
3630
3630
|
> & {
|
|
3631
|
-
getApi
|
|
3631
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3632
3632
|
import("../../../../../../../../../main").Guid,
|
|
3633
3633
|
Promise<unknown>
|
|
3634
3634
|
>;
|
|
@@ -3702,7 +3702,7 @@ export declare const DebouncerCo: <
|
|
|
3702
3702
|
CustomPresentationContext,
|
|
3703
3703
|
ExtraContext
|
|
3704
3704
|
> & {
|
|
3705
|
-
getApi
|
|
3705
|
+
getApi?: import("../../../../../../../../fun/state").BasicFun<
|
|
3706
3706
|
import("../../../../../../../../../main").Guid,
|
|
3707
3707
|
Promise<unknown>
|
|
3708
3708
|
>;
|