@onlive.ai/flow-client 0.1.239 → 0.1.271
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/client/client.service.cjs +2 -2
- package/client/client.service.d.cts +7 -0
- package/client/client.service.d.ts +7 -0
- package/client/client.service.js +2 -2
- package/client/client.service.spec.cjs +2 -2
- package/client/client.types.cjs +2 -2
- package/client/client.types.d.cts +734 -153
- package/client/client.types.d.ts +734 -153
- package/client/client.types.js +2 -2
- package/flow.types.cjs +1 -1
- package/flow.types.js +1 -1
- package/index.cjs +2 -2
- package/index.d.cts +1 -1
- package/index.d.ts +1 -1
- package/index.iife.js +2 -0
- package/index.js +2 -2
- package/package.json +8 -7
- package/schema-generator.cjs +1 -1
- package/schema-generator.js +1 -1
- package/tracking/tracking.service.cjs +2 -2
- package/tracking/tracking.service.d.cts +9 -0
- package/tracking/tracking.service.d.ts +9 -0
- package/tracking/tracking.service.js +2 -2
- package/tracking/tracking.types.cjs +1 -1
- package/tracking/tracking.types.d.cts +64 -0
- package/tracking/tracking.types.d.ts +64 -0
- package/tracking/tracking.types.js +1 -1
package/client/client.types.d.ts
CHANGED
|
@@ -96,6 +96,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
96
96
|
agent_id?: string | undefined;
|
|
97
97
|
agent_nature?: "real" | "ai" | undefined;
|
|
98
98
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
99
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
100
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
99
101
|
agent_email?: string | undefined;
|
|
100
102
|
agent_phone?: string | undefined;
|
|
101
103
|
agent_name?: string | undefined;
|
|
@@ -161,6 +163,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
161
163
|
agent_id?: string | undefined;
|
|
162
164
|
agent_nature?: "real" | "ai" | undefined;
|
|
163
165
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
166
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
167
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
164
168
|
agent_email?: string | undefined;
|
|
165
169
|
agent_phone?: string | undefined;
|
|
166
170
|
agent_name?: string | undefined;
|
|
@@ -224,6 +228,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
224
228
|
agent_id?: string | undefined;
|
|
225
229
|
agent_nature?: "real" | "ai" | undefined;
|
|
226
230
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
231
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
232
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
227
233
|
agent_email?: string | undefined;
|
|
228
234
|
agent_phone?: string | undefined;
|
|
229
235
|
agent_name?: string | undefined;
|
|
@@ -285,6 +291,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
285
291
|
agent_id?: string | undefined;
|
|
286
292
|
agent_nature?: "real" | "ai" | undefined;
|
|
287
293
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
294
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
295
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
288
296
|
agent_email?: string | undefined;
|
|
289
297
|
agent_phone?: string | undefined;
|
|
290
298
|
agent_name?: string | undefined;
|
|
@@ -345,6 +353,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
345
353
|
agent_id?: string | undefined;
|
|
346
354
|
agent_nature?: "real" | "ai" | undefined;
|
|
347
355
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
356
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
357
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
348
358
|
agent_email?: string | undefined;
|
|
349
359
|
agent_phone?: string | undefined;
|
|
350
360
|
agent_name?: string | undefined;
|
|
@@ -405,6 +415,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
405
415
|
agent_id?: string | undefined;
|
|
406
416
|
agent_nature?: "real" | "ai" | undefined;
|
|
407
417
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
418
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
419
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
408
420
|
agent_email?: string | undefined;
|
|
409
421
|
agent_phone?: string | undefined;
|
|
410
422
|
agent_name?: string | undefined;
|
|
@@ -463,6 +475,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
463
475
|
agent_id?: string | undefined;
|
|
464
476
|
agent_nature?: "real" | "ai" | undefined;
|
|
465
477
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
478
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
479
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
466
480
|
agent_email?: string | undefined;
|
|
467
481
|
agent_phone?: string | undefined;
|
|
468
482
|
agent_name?: string | undefined;
|
|
@@ -527,6 +541,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
527
541
|
agent_id?: string | undefined;
|
|
528
542
|
agent_nature?: "real" | "ai" | undefined;
|
|
529
543
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
544
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
545
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
530
546
|
agent_email?: string | undefined;
|
|
531
547
|
agent_phone?: string | undefined;
|
|
532
548
|
agent_name?: string | undefined;
|
|
@@ -587,6 +603,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
587
603
|
agent_id?: string | undefined;
|
|
588
604
|
agent_nature?: "real" | "ai" | undefined;
|
|
589
605
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
606
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
607
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
590
608
|
agent_email?: string | undefined;
|
|
591
609
|
agent_phone?: string | undefined;
|
|
592
610
|
agent_name?: string | undefined;
|
|
@@ -652,6 +670,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
652
670
|
agent_id?: string | undefined;
|
|
653
671
|
agent_nature?: "real" | "ai" | undefined;
|
|
654
672
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
673
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
674
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
655
675
|
agent_email?: string | undefined;
|
|
656
676
|
agent_phone?: string | undefined;
|
|
657
677
|
agent_name?: string | undefined;
|
|
@@ -715,6 +735,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
715
735
|
agent_id?: string | undefined;
|
|
716
736
|
agent_nature?: "real" | "ai" | undefined;
|
|
717
737
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
738
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
739
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
718
740
|
agent_email?: string | undefined;
|
|
719
741
|
agent_phone?: string | undefined;
|
|
720
742
|
agent_name?: string | undefined;
|
|
@@ -776,6 +798,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
776
798
|
agent_id?: string | undefined;
|
|
777
799
|
agent_nature?: "real" | "ai" | undefined;
|
|
778
800
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
801
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
802
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
779
803
|
agent_email?: string | undefined;
|
|
780
804
|
agent_phone?: string | undefined;
|
|
781
805
|
agent_name?: string | undefined;
|
|
@@ -836,6 +860,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
836
860
|
agent_id?: string | undefined;
|
|
837
861
|
agent_nature?: "real" | "ai" | undefined;
|
|
838
862
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
863
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
864
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
839
865
|
agent_email?: string | undefined;
|
|
840
866
|
agent_phone?: string | undefined;
|
|
841
867
|
agent_name?: string | undefined;
|
|
@@ -896,6 +922,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
896
922
|
agent_id?: string | undefined;
|
|
897
923
|
agent_nature?: "real" | "ai" | undefined;
|
|
898
924
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
925
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
926
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
899
927
|
agent_email?: string | undefined;
|
|
900
928
|
agent_phone?: string | undefined;
|
|
901
929
|
agent_name?: string | undefined;
|
|
@@ -954,6 +982,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
954
982
|
agent_id?: string | undefined;
|
|
955
983
|
agent_nature?: "real" | "ai" | undefined;
|
|
956
984
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
985
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
986
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
957
987
|
agent_email?: string | undefined;
|
|
958
988
|
agent_phone?: string | undefined;
|
|
959
989
|
agent_name?: string | undefined;
|
|
@@ -1018,6 +1048,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1018
1048
|
agent_id?: string | undefined;
|
|
1019
1049
|
agent_nature?: "real" | "ai" | undefined;
|
|
1020
1050
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1051
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1052
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1021
1053
|
agent_email?: string | undefined;
|
|
1022
1054
|
agent_phone?: string | undefined;
|
|
1023
1055
|
agent_name?: string | undefined;
|
|
@@ -1099,6 +1131,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1099
1131
|
agent_id?: string | undefined;
|
|
1100
1132
|
agent_nature?: "real" | "ai" | undefined;
|
|
1101
1133
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1134
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1135
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1102
1136
|
agent_email?: string | undefined;
|
|
1103
1137
|
agent_phone?: string | undefined;
|
|
1104
1138
|
agent_name?: string | undefined;
|
|
@@ -1164,6 +1198,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1164
1198
|
agent_id?: string | undefined;
|
|
1165
1199
|
agent_nature?: "real" | "ai" | undefined;
|
|
1166
1200
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1201
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1202
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1167
1203
|
agent_email?: string | undefined;
|
|
1168
1204
|
agent_phone?: string | undefined;
|
|
1169
1205
|
agent_name?: string | undefined;
|
|
@@ -1227,6 +1263,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1227
1263
|
agent_id?: string | undefined;
|
|
1228
1264
|
agent_nature?: "real" | "ai" | undefined;
|
|
1229
1265
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1266
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1267
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1230
1268
|
agent_email?: string | undefined;
|
|
1231
1269
|
agent_phone?: string | undefined;
|
|
1232
1270
|
agent_name?: string | undefined;
|
|
@@ -1288,6 +1326,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1288
1326
|
agent_id?: string | undefined;
|
|
1289
1327
|
agent_nature?: "real" | "ai" | undefined;
|
|
1290
1328
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1329
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1330
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1291
1331
|
agent_email?: string | undefined;
|
|
1292
1332
|
agent_phone?: string | undefined;
|
|
1293
1333
|
agent_name?: string | undefined;
|
|
@@ -1348,6 +1388,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1348
1388
|
agent_id?: string | undefined;
|
|
1349
1389
|
agent_nature?: "real" | "ai" | undefined;
|
|
1350
1390
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1391
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1392
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1351
1393
|
agent_email?: string | undefined;
|
|
1352
1394
|
agent_phone?: string | undefined;
|
|
1353
1395
|
agent_name?: string | undefined;
|
|
@@ -1408,6 +1450,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1408
1450
|
agent_id?: string | undefined;
|
|
1409
1451
|
agent_nature?: "real" | "ai" | undefined;
|
|
1410
1452
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1453
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1454
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1411
1455
|
agent_email?: string | undefined;
|
|
1412
1456
|
agent_phone?: string | undefined;
|
|
1413
1457
|
agent_name?: string | undefined;
|
|
@@ -1466,6 +1510,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1466
1510
|
agent_id?: string | undefined;
|
|
1467
1511
|
agent_nature?: "real" | "ai" | undefined;
|
|
1468
1512
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1513
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1514
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1469
1515
|
agent_email?: string | undefined;
|
|
1470
1516
|
agent_phone?: string | undefined;
|
|
1471
1517
|
agent_name?: string | undefined;
|
|
@@ -1530,6 +1576,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1530
1576
|
agent_id?: string | undefined;
|
|
1531
1577
|
agent_nature?: "real" | "ai" | undefined;
|
|
1532
1578
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1579
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1580
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1533
1581
|
agent_email?: string | undefined;
|
|
1534
1582
|
agent_phone?: string | undefined;
|
|
1535
1583
|
agent_name?: string | undefined;
|
|
@@ -1603,6 +1651,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1603
1651
|
agent_id?: string | undefined;
|
|
1604
1652
|
agent_nature?: "real" | "ai" | undefined;
|
|
1605
1653
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1654
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1655
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1606
1656
|
agent_email?: string | undefined;
|
|
1607
1657
|
agent_phone?: string | undefined;
|
|
1608
1658
|
agent_name?: string | undefined;
|
|
@@ -1668,6 +1718,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1668
1718
|
agent_id?: string | undefined;
|
|
1669
1719
|
agent_nature?: "real" | "ai" | undefined;
|
|
1670
1720
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1721
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1722
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1671
1723
|
agent_email?: string | undefined;
|
|
1672
1724
|
agent_phone?: string | undefined;
|
|
1673
1725
|
agent_name?: string | undefined;
|
|
@@ -1731,6 +1783,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1731
1783
|
agent_id?: string | undefined;
|
|
1732
1784
|
agent_nature?: "real" | "ai" | undefined;
|
|
1733
1785
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1786
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1787
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1734
1788
|
agent_email?: string | undefined;
|
|
1735
1789
|
agent_phone?: string | undefined;
|
|
1736
1790
|
agent_name?: string | undefined;
|
|
@@ -1792,6 +1846,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1792
1846
|
agent_id?: string | undefined;
|
|
1793
1847
|
agent_nature?: "real" | "ai" | undefined;
|
|
1794
1848
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1849
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1850
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1795
1851
|
agent_email?: string | undefined;
|
|
1796
1852
|
agent_phone?: string | undefined;
|
|
1797
1853
|
agent_name?: string | undefined;
|
|
@@ -1852,6 +1908,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1852
1908
|
agent_id?: string | undefined;
|
|
1853
1909
|
agent_nature?: "real" | "ai" | undefined;
|
|
1854
1910
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1911
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1912
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1855
1913
|
agent_email?: string | undefined;
|
|
1856
1914
|
agent_phone?: string | undefined;
|
|
1857
1915
|
agent_name?: string | undefined;
|
|
@@ -1912,6 +1970,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1912
1970
|
agent_id?: string | undefined;
|
|
1913
1971
|
agent_nature?: "real" | "ai" | undefined;
|
|
1914
1972
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1973
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1974
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1915
1975
|
agent_email?: string | undefined;
|
|
1916
1976
|
agent_phone?: string | undefined;
|
|
1917
1977
|
agent_name?: string | undefined;
|
|
@@ -1970,6 +2030,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1970
2030
|
agent_id?: string | undefined;
|
|
1971
2031
|
agent_nature?: "real" | "ai" | undefined;
|
|
1972
2032
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2033
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2034
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
1973
2035
|
agent_email?: string | undefined;
|
|
1974
2036
|
agent_phone?: string | undefined;
|
|
1975
2037
|
agent_name?: string | undefined;
|
|
@@ -2034,6 +2096,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2034
2096
|
agent_id?: string | undefined;
|
|
2035
2097
|
agent_nature?: "real" | "ai" | undefined;
|
|
2036
2098
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2099
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2100
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2037
2101
|
agent_email?: string | undefined;
|
|
2038
2102
|
agent_phone?: string | undefined;
|
|
2039
2103
|
agent_name?: string | undefined;
|
|
@@ -2114,6 +2178,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2114
2178
|
agent_id?: string | undefined;
|
|
2115
2179
|
agent_nature?: "real" | "ai" | undefined;
|
|
2116
2180
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2181
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2182
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2117
2183
|
agent_email?: string | undefined;
|
|
2118
2184
|
agent_phone?: string | undefined;
|
|
2119
2185
|
agent_name?: string | undefined;
|
|
@@ -2179,6 +2245,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2179
2245
|
agent_id?: string | undefined;
|
|
2180
2246
|
agent_nature?: "real" | "ai" | undefined;
|
|
2181
2247
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2248
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2249
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2182
2250
|
agent_email?: string | undefined;
|
|
2183
2251
|
agent_phone?: string | undefined;
|
|
2184
2252
|
agent_name?: string | undefined;
|
|
@@ -2242,6 +2310,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2242
2310
|
agent_id?: string | undefined;
|
|
2243
2311
|
agent_nature?: "real" | "ai" | undefined;
|
|
2244
2312
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2313
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2314
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2245
2315
|
agent_email?: string | undefined;
|
|
2246
2316
|
agent_phone?: string | undefined;
|
|
2247
2317
|
agent_name?: string | undefined;
|
|
@@ -2303,6 +2373,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2303
2373
|
agent_id?: string | undefined;
|
|
2304
2374
|
agent_nature?: "real" | "ai" | undefined;
|
|
2305
2375
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2376
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2377
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2306
2378
|
agent_email?: string | undefined;
|
|
2307
2379
|
agent_phone?: string | undefined;
|
|
2308
2380
|
agent_name?: string | undefined;
|
|
@@ -2363,6 +2435,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2363
2435
|
agent_id?: string | undefined;
|
|
2364
2436
|
agent_nature?: "real" | "ai" | undefined;
|
|
2365
2437
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2438
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2439
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2366
2440
|
agent_email?: string | undefined;
|
|
2367
2441
|
agent_phone?: string | undefined;
|
|
2368
2442
|
agent_name?: string | undefined;
|
|
@@ -2423,6 +2497,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2423
2497
|
agent_id?: string | undefined;
|
|
2424
2498
|
agent_nature?: "real" | "ai" | undefined;
|
|
2425
2499
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2500
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2501
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2426
2502
|
agent_email?: string | undefined;
|
|
2427
2503
|
agent_phone?: string | undefined;
|
|
2428
2504
|
agent_name?: string | undefined;
|
|
@@ -2481,6 +2557,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2481
2557
|
agent_id?: string | undefined;
|
|
2482
2558
|
agent_nature?: "real" | "ai" | undefined;
|
|
2483
2559
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2560
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2561
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2484
2562
|
agent_email?: string | undefined;
|
|
2485
2563
|
agent_phone?: string | undefined;
|
|
2486
2564
|
agent_name?: string | undefined;
|
|
@@ -2545,6 +2623,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2545
2623
|
agent_id?: string | undefined;
|
|
2546
2624
|
agent_nature?: "real" | "ai" | undefined;
|
|
2547
2625
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2626
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2627
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2548
2628
|
agent_email?: string | undefined;
|
|
2549
2629
|
agent_phone?: string | undefined;
|
|
2550
2630
|
agent_name?: string | undefined;
|
|
@@ -2625,6 +2705,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2625
2705
|
agent_id?: string | undefined;
|
|
2626
2706
|
agent_nature?: "real" | "ai" | undefined;
|
|
2627
2707
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2708
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2709
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2628
2710
|
agent_email?: string | undefined;
|
|
2629
2711
|
agent_phone?: string | undefined;
|
|
2630
2712
|
agent_name?: string | undefined;
|
|
@@ -2690,6 +2772,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2690
2772
|
agent_id?: string | undefined;
|
|
2691
2773
|
agent_nature?: "real" | "ai" | undefined;
|
|
2692
2774
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2775
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2776
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2693
2777
|
agent_email?: string | undefined;
|
|
2694
2778
|
agent_phone?: string | undefined;
|
|
2695
2779
|
agent_name?: string | undefined;
|
|
@@ -2753,6 +2837,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2753
2837
|
agent_id?: string | undefined;
|
|
2754
2838
|
agent_nature?: "real" | "ai" | undefined;
|
|
2755
2839
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2840
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2841
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2756
2842
|
agent_email?: string | undefined;
|
|
2757
2843
|
agent_phone?: string | undefined;
|
|
2758
2844
|
agent_name?: string | undefined;
|
|
@@ -2814,6 +2900,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2814
2900
|
agent_id?: string | undefined;
|
|
2815
2901
|
agent_nature?: "real" | "ai" | undefined;
|
|
2816
2902
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2903
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2904
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2817
2905
|
agent_email?: string | undefined;
|
|
2818
2906
|
agent_phone?: string | undefined;
|
|
2819
2907
|
agent_name?: string | undefined;
|
|
@@ -2874,6 +2962,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2874
2962
|
agent_id?: string | undefined;
|
|
2875
2963
|
agent_nature?: "real" | "ai" | undefined;
|
|
2876
2964
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2965
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2966
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2877
2967
|
agent_email?: string | undefined;
|
|
2878
2968
|
agent_phone?: string | undefined;
|
|
2879
2969
|
agent_name?: string | undefined;
|
|
@@ -2934,6 +3024,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2934
3024
|
agent_id?: string | undefined;
|
|
2935
3025
|
agent_nature?: "real" | "ai" | undefined;
|
|
2936
3026
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
3027
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
3028
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2937
3029
|
agent_email?: string | undefined;
|
|
2938
3030
|
agent_phone?: string | undefined;
|
|
2939
3031
|
agent_name?: string | undefined;
|
|
@@ -2992,6 +3084,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2992
3084
|
agent_id?: string | undefined;
|
|
2993
3085
|
agent_nature?: "real" | "ai" | undefined;
|
|
2994
3086
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
3087
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
3088
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
2995
3089
|
agent_email?: string | undefined;
|
|
2996
3090
|
agent_phone?: string | undefined;
|
|
2997
3091
|
agent_name?: string | undefined;
|
|
@@ -3056,6 +3150,8 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
3056
3150
|
agent_id?: string | undefined;
|
|
3057
3151
|
agent_nature?: "real" | "ai" | undefined;
|
|
3058
3152
|
agent_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
3153
|
+
agent_initial_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
3154
|
+
agent_active_modalities?: ("video" | "text" | "voice")[] | undefined;
|
|
3059
3155
|
agent_email?: string | undefined;
|
|
3060
3156
|
agent_phone?: string | undefined;
|
|
3061
3157
|
agent_name?: string | undefined;
|
|
@@ -3374,6 +3470,7 @@ declare const Step: z.ZodObject<{
|
|
|
3374
3470
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
3375
3471
|
label: z.ZodString;
|
|
3376
3472
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
3473
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
3377
3474
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
3378
3475
|
url: z.ZodOptional<z.ZodString>;
|
|
3379
3476
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -3441,6 +3538,7 @@ declare const Step: z.ZodObject<{
|
|
|
3441
3538
|
params?: Record<string, any>[] | undefined;
|
|
3442
3539
|
preload?: boolean | undefined;
|
|
3443
3540
|
}[] | undefined;
|
|
3541
|
+
outline?: boolean | undefined;
|
|
3444
3542
|
position?: "top" | "bottom" | undefined;
|
|
3445
3543
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
3446
3544
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -3470,6 +3568,7 @@ declare const Step: z.ZodObject<{
|
|
|
3470
3568
|
params?: Record<string, any>[] | undefined;
|
|
3471
3569
|
preload?: boolean | undefined;
|
|
3472
3570
|
}[] | undefined;
|
|
3571
|
+
outline?: boolean | undefined;
|
|
3473
3572
|
position?: "top" | "bottom" | undefined;
|
|
3474
3573
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
3475
3574
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -3914,6 +4013,7 @@ declare const Step: z.ZodObject<{
|
|
|
3914
4013
|
params?: Record<string, any>[] | undefined;
|
|
3915
4014
|
preload?: boolean | undefined;
|
|
3916
4015
|
}[] | undefined;
|
|
4016
|
+
outline?: boolean | undefined;
|
|
3917
4017
|
position?: "top" | "bottom" | undefined;
|
|
3918
4018
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
3919
4019
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4020,6 +4120,7 @@ declare const Step: z.ZodObject<{
|
|
|
4020
4120
|
params?: Record<string, any>[] | undefined;
|
|
4021
4121
|
preload?: boolean | undefined;
|
|
4022
4122
|
}[] | undefined;
|
|
4123
|
+
outline?: boolean | undefined;
|
|
4023
4124
|
position?: "top" | "bottom" | undefined;
|
|
4024
4125
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4025
4126
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4054,6 +4155,7 @@ declare const Step: z.ZodObject<{
|
|
|
4054
4155
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
4055
4156
|
label: z.ZodString;
|
|
4056
4157
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
4158
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
4057
4159
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
4058
4160
|
url: z.ZodOptional<z.ZodString>;
|
|
4059
4161
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -4121,6 +4223,7 @@ declare const Step: z.ZodObject<{
|
|
|
4121
4223
|
params?: Record<string, any>[] | undefined;
|
|
4122
4224
|
preload?: boolean | undefined;
|
|
4123
4225
|
}[] | undefined;
|
|
4226
|
+
outline?: boolean | undefined;
|
|
4124
4227
|
position?: "top" | "bottom" | undefined;
|
|
4125
4228
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4126
4229
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4150,6 +4253,7 @@ declare const Step: z.ZodObject<{
|
|
|
4150
4253
|
params?: Record<string, any>[] | undefined;
|
|
4151
4254
|
preload?: boolean | undefined;
|
|
4152
4255
|
}[] | undefined;
|
|
4256
|
+
outline?: boolean | undefined;
|
|
4153
4257
|
position?: "top" | "bottom" | undefined;
|
|
4154
4258
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4155
4259
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4182,6 +4286,7 @@ declare const Step: z.ZodObject<{
|
|
|
4182
4286
|
params?: Record<string, any>[] | undefined;
|
|
4183
4287
|
preload?: boolean | undefined;
|
|
4184
4288
|
}[] | undefined;
|
|
4289
|
+
outline?: boolean | undefined;
|
|
4185
4290
|
position?: "top" | "bottom" | undefined;
|
|
4186
4291
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4187
4292
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4217,6 +4322,7 @@ declare const Step: z.ZodObject<{
|
|
|
4217
4322
|
params?: Record<string, any>[] | undefined;
|
|
4218
4323
|
preload?: boolean | undefined;
|
|
4219
4324
|
}[] | undefined;
|
|
4325
|
+
outline?: boolean | undefined;
|
|
4220
4326
|
position?: "top" | "bottom" | undefined;
|
|
4221
4327
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4222
4328
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4268,6 +4374,7 @@ declare const Step: z.ZodObject<{
|
|
|
4268
4374
|
params?: Record<string, any>[] | undefined;
|
|
4269
4375
|
preload?: boolean | undefined;
|
|
4270
4376
|
}[] | undefined;
|
|
4377
|
+
outline?: boolean | undefined;
|
|
4271
4378
|
position?: "top" | "bottom" | undefined;
|
|
4272
4379
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4273
4380
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4309,6 +4416,7 @@ declare const Step: z.ZodObject<{
|
|
|
4309
4416
|
params?: Record<string, any>[] | undefined;
|
|
4310
4417
|
preload?: boolean | undefined;
|
|
4311
4418
|
}[] | undefined;
|
|
4419
|
+
outline?: boolean | undefined;
|
|
4312
4420
|
position?: "top" | "bottom" | undefined;
|
|
4313
4421
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4314
4422
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4352,6 +4460,7 @@ declare const Step: z.ZodObject<{
|
|
|
4352
4460
|
params?: Record<string, any>[] | undefined;
|
|
4353
4461
|
preload?: boolean | undefined;
|
|
4354
4462
|
}[] | undefined;
|
|
4463
|
+
outline?: boolean | undefined;
|
|
4355
4464
|
position?: "top" | "bottom" | undefined;
|
|
4356
4465
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4357
4466
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4396,6 +4505,7 @@ declare const Step: z.ZodObject<{
|
|
|
4396
4505
|
params?: Record<string, any>[] | undefined;
|
|
4397
4506
|
preload?: boolean | undefined;
|
|
4398
4507
|
}[] | undefined;
|
|
4508
|
+
outline?: boolean | undefined;
|
|
4399
4509
|
position?: "top" | "bottom" | undefined;
|
|
4400
4510
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
4401
4511
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -4676,16 +4786,48 @@ declare const Step: z.ZodObject<{
|
|
|
4676
4786
|
}>>;
|
|
4677
4787
|
rating: z.ZodOptional<z.ZodObject<{
|
|
4678
4788
|
icons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4789
|
+
iconMode: z.ZodOptional<z.ZodEnum<["individual", "unified"]>>;
|
|
4790
|
+
colors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4791
|
+
colorMode: z.ZodOptional<z.ZodEnum<["unified", "individual"]>>;
|
|
4679
4792
|
color: z.ZodOptional<z.ZodString>;
|
|
4680
4793
|
precision: z.ZodOptional<z.ZodNumber>;
|
|
4794
|
+
labels: z.ZodOptional<z.ZodObject<{
|
|
4795
|
+
start: z.ZodOptional<z.ZodString>;
|
|
4796
|
+
end: z.ZodOptional<z.ZodString>;
|
|
4797
|
+
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
4798
|
+
}, "strip", z.ZodTypeAny, {
|
|
4799
|
+
position?: "top" | "bottom" | undefined;
|
|
4800
|
+
start?: string | undefined;
|
|
4801
|
+
end?: string | undefined;
|
|
4802
|
+
}, {
|
|
4803
|
+
position?: "top" | "bottom" | undefined;
|
|
4804
|
+
start?: string | undefined;
|
|
4805
|
+
end?: string | undefined;
|
|
4806
|
+
}>>;
|
|
4681
4807
|
}, "strip", z.ZodTypeAny, {
|
|
4682
4808
|
color?: string | undefined;
|
|
4683
4809
|
icons?: string[] | undefined;
|
|
4810
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
4811
|
+
colors?: string[] | undefined;
|
|
4812
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
4684
4813
|
precision?: number | undefined;
|
|
4814
|
+
labels?: {
|
|
4815
|
+
position?: "top" | "bottom" | undefined;
|
|
4816
|
+
start?: string | undefined;
|
|
4817
|
+
end?: string | undefined;
|
|
4818
|
+
} | undefined;
|
|
4685
4819
|
}, {
|
|
4686
4820
|
color?: string | undefined;
|
|
4687
4821
|
icons?: string[] | undefined;
|
|
4822
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
4823
|
+
colors?: string[] | undefined;
|
|
4824
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
4688
4825
|
precision?: number | undefined;
|
|
4826
|
+
labels?: {
|
|
4827
|
+
position?: "top" | "bottom" | undefined;
|
|
4828
|
+
start?: string | undefined;
|
|
4829
|
+
end?: string | undefined;
|
|
4830
|
+
} | undefined;
|
|
4689
4831
|
}>>;
|
|
4690
4832
|
carousel: z.ZodOptional<z.ZodObject<{
|
|
4691
4833
|
loop: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4754,6 +4896,13 @@ declare const Step: z.ZodObject<{
|
|
|
4754
4896
|
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
4755
4897
|
}>>;
|
|
4756
4898
|
}, "strip", z.ZodTypeAny, {
|
|
4899
|
+
labels?: {
|
|
4900
|
+
button?: {
|
|
4901
|
+
label: string;
|
|
4902
|
+
actionId: string;
|
|
4903
|
+
} | undefined;
|
|
4904
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
4905
|
+
} | undefined;
|
|
4757
4906
|
loop?: boolean | undefined;
|
|
4758
4907
|
mouseDragging?: boolean | undefined;
|
|
4759
4908
|
itemsPerPage?: {
|
|
@@ -4774,6 +4923,7 @@ declare const Step: z.ZodObject<{
|
|
|
4774
4923
|
clickableItems?: {
|
|
4775
4924
|
actionId: string;
|
|
4776
4925
|
} | undefined;
|
|
4926
|
+
}, {
|
|
4777
4927
|
labels?: {
|
|
4778
4928
|
button?: {
|
|
4779
4929
|
label: string;
|
|
@@ -4781,7 +4931,6 @@ declare const Step: z.ZodObject<{
|
|
|
4781
4931
|
} | undefined;
|
|
4782
4932
|
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
4783
4933
|
} | undefined;
|
|
4784
|
-
}, {
|
|
4785
4934
|
loop?: boolean | undefined;
|
|
4786
4935
|
mouseDragging?: boolean | undefined;
|
|
4787
4936
|
itemsPerPage?: {
|
|
@@ -4802,13 +4951,6 @@ declare const Step: z.ZodObject<{
|
|
|
4802
4951
|
clickableItems?: {
|
|
4803
4952
|
actionId: string;
|
|
4804
4953
|
} | undefined;
|
|
4805
|
-
labels?: {
|
|
4806
|
-
button?: {
|
|
4807
|
-
label: string;
|
|
4808
|
-
actionId: string;
|
|
4809
|
-
} | undefined;
|
|
4810
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
4811
|
-
} | undefined;
|
|
4812
4954
|
}>>;
|
|
4813
4955
|
grid: z.ZodOptional<z.ZodObject<{
|
|
4814
4956
|
search: z.ZodOptional<z.ZodObject<{
|
|
@@ -6759,6 +6901,13 @@ declare const Step: z.ZodObject<{
|
|
|
6759
6901
|
layout: "horizontal" | "vertical";
|
|
6760
6902
|
} | undefined;
|
|
6761
6903
|
carousel?: {
|
|
6904
|
+
labels?: {
|
|
6905
|
+
button?: {
|
|
6906
|
+
label: string;
|
|
6907
|
+
actionId: string;
|
|
6908
|
+
} | undefined;
|
|
6909
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
6910
|
+
} | undefined;
|
|
6762
6911
|
loop?: boolean | undefined;
|
|
6763
6912
|
mouseDragging?: boolean | undefined;
|
|
6764
6913
|
itemsPerPage?: {
|
|
@@ -6779,13 +6928,6 @@ declare const Step: z.ZodObject<{
|
|
|
6779
6928
|
clickableItems?: {
|
|
6780
6929
|
actionId: string;
|
|
6781
6930
|
} | undefined;
|
|
6782
|
-
labels?: {
|
|
6783
|
-
button?: {
|
|
6784
|
-
label: string;
|
|
6785
|
-
actionId: string;
|
|
6786
|
-
} | undefined;
|
|
6787
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
6788
|
-
} | undefined;
|
|
6789
6931
|
} | undefined;
|
|
6790
6932
|
calendar?: {
|
|
6791
6933
|
time?: {
|
|
@@ -6877,7 +7019,15 @@ declare const Step: z.ZodObject<{
|
|
|
6877
7019
|
rating?: {
|
|
6878
7020
|
color?: string | undefined;
|
|
6879
7021
|
icons?: string[] | undefined;
|
|
7022
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
7023
|
+
colors?: string[] | undefined;
|
|
7024
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
6880
7025
|
precision?: number | undefined;
|
|
7026
|
+
labels?: {
|
|
7027
|
+
position?: "top" | "bottom" | undefined;
|
|
7028
|
+
start?: string | undefined;
|
|
7029
|
+
end?: string | undefined;
|
|
7030
|
+
} | undefined;
|
|
6881
7031
|
} | undefined;
|
|
6882
7032
|
generic?: {
|
|
6883
7033
|
error: {
|
|
@@ -6900,6 +7050,7 @@ declare const Step: z.ZodObject<{
|
|
|
6900
7050
|
params?: Record<string, any>[] | undefined;
|
|
6901
7051
|
preload?: boolean | undefined;
|
|
6902
7052
|
}[] | undefined;
|
|
7053
|
+
outline?: boolean | undefined;
|
|
6903
7054
|
position?: "top" | "bottom" | undefined;
|
|
6904
7055
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
6905
7056
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -7192,6 +7343,13 @@ declare const Step: z.ZodObject<{
|
|
|
7192
7343
|
layout: "horizontal" | "vertical";
|
|
7193
7344
|
} | undefined;
|
|
7194
7345
|
carousel?: {
|
|
7346
|
+
labels?: {
|
|
7347
|
+
button?: {
|
|
7348
|
+
label: string;
|
|
7349
|
+
actionId: string;
|
|
7350
|
+
} | undefined;
|
|
7351
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
7352
|
+
} | undefined;
|
|
7195
7353
|
loop?: boolean | undefined;
|
|
7196
7354
|
mouseDragging?: boolean | undefined;
|
|
7197
7355
|
itemsPerPage?: {
|
|
@@ -7212,13 +7370,6 @@ declare const Step: z.ZodObject<{
|
|
|
7212
7370
|
clickableItems?: {
|
|
7213
7371
|
actionId: string;
|
|
7214
7372
|
} | undefined;
|
|
7215
|
-
labels?: {
|
|
7216
|
-
button?: {
|
|
7217
|
-
label: string;
|
|
7218
|
-
actionId: string;
|
|
7219
|
-
} | undefined;
|
|
7220
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
7221
|
-
} | undefined;
|
|
7222
7373
|
} | undefined;
|
|
7223
7374
|
calendar?: {
|
|
7224
7375
|
time?: {
|
|
@@ -7310,7 +7461,15 @@ declare const Step: z.ZodObject<{
|
|
|
7310
7461
|
rating?: {
|
|
7311
7462
|
color?: string | undefined;
|
|
7312
7463
|
icons?: string[] | undefined;
|
|
7464
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
7465
|
+
colors?: string[] | undefined;
|
|
7466
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
7313
7467
|
precision?: number | undefined;
|
|
7468
|
+
labels?: {
|
|
7469
|
+
position?: "top" | "bottom" | undefined;
|
|
7470
|
+
start?: string | undefined;
|
|
7471
|
+
end?: string | undefined;
|
|
7472
|
+
} | undefined;
|
|
7314
7473
|
} | undefined;
|
|
7315
7474
|
generic?: {
|
|
7316
7475
|
error: {
|
|
@@ -7333,6 +7492,7 @@ declare const Step: z.ZodObject<{
|
|
|
7333
7492
|
params?: Record<string, any>[] | undefined;
|
|
7334
7493
|
preload?: boolean | undefined;
|
|
7335
7494
|
}[] | undefined;
|
|
7495
|
+
outline?: boolean | undefined;
|
|
7336
7496
|
position?: "top" | "bottom" | undefined;
|
|
7337
7497
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
7338
7498
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -7408,6 +7568,22 @@ declare const Step: z.ZodObject<{
|
|
|
7408
7568
|
autoOpenDialog?: boolean | undefined;
|
|
7409
7569
|
} | undefined;
|
|
7410
7570
|
}>>;
|
|
7571
|
+
remoteOptions: z.ZodOptional<z.ZodObject<{
|
|
7572
|
+
stepId: z.ZodString;
|
|
7573
|
+
name: z.ZodString;
|
|
7574
|
+
behavior: z.ZodEnum<["append", "replace"]>;
|
|
7575
|
+
state: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7576
|
+
}, "strip", z.ZodTypeAny, {
|
|
7577
|
+
name: string;
|
|
7578
|
+
stepId: string;
|
|
7579
|
+
behavior: "replace" | "append";
|
|
7580
|
+
state?: Record<string, any> | undefined;
|
|
7581
|
+
}, {
|
|
7582
|
+
name: string;
|
|
7583
|
+
stepId: string;
|
|
7584
|
+
behavior: "replace" | "append";
|
|
7585
|
+
state?: Record<string, any> | undefined;
|
|
7586
|
+
}>>;
|
|
7411
7587
|
dependsOn: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
7412
7588
|
fieldName: z.ZodString;
|
|
7413
7589
|
value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodObject<{
|
|
@@ -7891,6 +8067,7 @@ declare const Step: z.ZodObject<{
|
|
|
7891
8067
|
params?: Record<string, any>[] | undefined;
|
|
7892
8068
|
preload?: boolean | undefined;
|
|
7893
8069
|
}[] | undefined;
|
|
8070
|
+
outline?: boolean | undefined;
|
|
7894
8071
|
position?: "top" | "bottom" | undefined;
|
|
7895
8072
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
7896
8073
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -8135,6 +8312,13 @@ declare const Step: z.ZodObject<{
|
|
|
8135
8312
|
layout: "horizontal" | "vertical";
|
|
8136
8313
|
} | undefined;
|
|
8137
8314
|
carousel?: {
|
|
8315
|
+
labels?: {
|
|
8316
|
+
button?: {
|
|
8317
|
+
label: string;
|
|
8318
|
+
actionId: string;
|
|
8319
|
+
} | undefined;
|
|
8320
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
8321
|
+
} | undefined;
|
|
8138
8322
|
loop?: boolean | undefined;
|
|
8139
8323
|
mouseDragging?: boolean | undefined;
|
|
8140
8324
|
itemsPerPage?: {
|
|
@@ -8155,13 +8339,6 @@ declare const Step: z.ZodObject<{
|
|
|
8155
8339
|
clickableItems?: {
|
|
8156
8340
|
actionId: string;
|
|
8157
8341
|
} | undefined;
|
|
8158
|
-
labels?: {
|
|
8159
|
-
button?: {
|
|
8160
|
-
label: string;
|
|
8161
|
-
actionId: string;
|
|
8162
|
-
} | undefined;
|
|
8163
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
8164
|
-
} | undefined;
|
|
8165
8342
|
} | undefined;
|
|
8166
8343
|
calendar?: {
|
|
8167
8344
|
time?: {
|
|
@@ -8253,7 +8430,15 @@ declare const Step: z.ZodObject<{
|
|
|
8253
8430
|
rating?: {
|
|
8254
8431
|
color?: string | undefined;
|
|
8255
8432
|
icons?: string[] | undefined;
|
|
8433
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
8434
|
+
colors?: string[] | undefined;
|
|
8435
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
8256
8436
|
precision?: number | undefined;
|
|
8437
|
+
labels?: {
|
|
8438
|
+
position?: "top" | "bottom" | undefined;
|
|
8439
|
+
start?: string | undefined;
|
|
8440
|
+
end?: string | undefined;
|
|
8441
|
+
} | undefined;
|
|
8257
8442
|
} | undefined;
|
|
8258
8443
|
generic?: {
|
|
8259
8444
|
error: {
|
|
@@ -8276,6 +8461,7 @@ declare const Step: z.ZodObject<{
|
|
|
8276
8461
|
params?: Record<string, any>[] | undefined;
|
|
8277
8462
|
preload?: boolean | undefined;
|
|
8278
8463
|
}[] | undefined;
|
|
8464
|
+
outline?: boolean | undefined;
|
|
8279
8465
|
position?: "top" | "bottom" | undefined;
|
|
8280
8466
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
8281
8467
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -8417,6 +8603,12 @@ declare const Step: z.ZodObject<{
|
|
|
8417
8603
|
mismatch?: string | undefined;
|
|
8418
8604
|
} | undefined;
|
|
8419
8605
|
readonly?: boolean | undefined;
|
|
8606
|
+
remoteOptions?: {
|
|
8607
|
+
name: string;
|
|
8608
|
+
stepId: string;
|
|
8609
|
+
behavior: "replace" | "append";
|
|
8610
|
+
state?: Record<string, any> | undefined;
|
|
8611
|
+
} | undefined;
|
|
8420
8612
|
}, {
|
|
8421
8613
|
type: "number" | "boolean" | "object" | "text" | "email" | "phone" | "mobile_phone" | "date" | "time" | "datetime" | "password" | "url" | "void" | "location" | "availability" | "name" | "first_name" | "last_name" | "color";
|
|
8422
8614
|
name: string;
|
|
@@ -8535,6 +8727,7 @@ declare const Step: z.ZodObject<{
|
|
|
8535
8727
|
params?: Record<string, any>[] | undefined;
|
|
8536
8728
|
preload?: boolean | undefined;
|
|
8537
8729
|
}[] | undefined;
|
|
8730
|
+
outline?: boolean | undefined;
|
|
8538
8731
|
position?: "top" | "bottom" | undefined;
|
|
8539
8732
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
8540
8733
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -8779,6 +8972,13 @@ declare const Step: z.ZodObject<{
|
|
|
8779
8972
|
layout: "horizontal" | "vertical";
|
|
8780
8973
|
} | undefined;
|
|
8781
8974
|
carousel?: {
|
|
8975
|
+
labels?: {
|
|
8976
|
+
button?: {
|
|
8977
|
+
label: string;
|
|
8978
|
+
actionId: string;
|
|
8979
|
+
} | undefined;
|
|
8980
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
8981
|
+
} | undefined;
|
|
8782
8982
|
loop?: boolean | undefined;
|
|
8783
8983
|
mouseDragging?: boolean | undefined;
|
|
8784
8984
|
itemsPerPage?: {
|
|
@@ -8799,13 +8999,6 @@ declare const Step: z.ZodObject<{
|
|
|
8799
8999
|
clickableItems?: {
|
|
8800
9000
|
actionId: string;
|
|
8801
9001
|
} | undefined;
|
|
8802
|
-
labels?: {
|
|
8803
|
-
button?: {
|
|
8804
|
-
label: string;
|
|
8805
|
-
actionId: string;
|
|
8806
|
-
} | undefined;
|
|
8807
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
8808
|
-
} | undefined;
|
|
8809
9002
|
} | undefined;
|
|
8810
9003
|
calendar?: {
|
|
8811
9004
|
time?: {
|
|
@@ -8897,7 +9090,15 @@ declare const Step: z.ZodObject<{
|
|
|
8897
9090
|
rating?: {
|
|
8898
9091
|
color?: string | undefined;
|
|
8899
9092
|
icons?: string[] | undefined;
|
|
9093
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
9094
|
+
colors?: string[] | undefined;
|
|
9095
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
8900
9096
|
precision?: number | undefined;
|
|
9097
|
+
labels?: {
|
|
9098
|
+
position?: "top" | "bottom" | undefined;
|
|
9099
|
+
start?: string | undefined;
|
|
9100
|
+
end?: string | undefined;
|
|
9101
|
+
} | undefined;
|
|
8901
9102
|
} | undefined;
|
|
8902
9103
|
generic?: {
|
|
8903
9104
|
error: {
|
|
@@ -8920,6 +9121,7 @@ declare const Step: z.ZodObject<{
|
|
|
8920
9121
|
params?: Record<string, any>[] | undefined;
|
|
8921
9122
|
preload?: boolean | undefined;
|
|
8922
9123
|
}[] | undefined;
|
|
9124
|
+
outline?: boolean | undefined;
|
|
8923
9125
|
position?: "top" | "bottom" | undefined;
|
|
8924
9126
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
8925
9127
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -9061,12 +9263,19 @@ declare const Step: z.ZodObject<{
|
|
|
9061
9263
|
mismatch?: string | undefined;
|
|
9062
9264
|
} | undefined;
|
|
9063
9265
|
readonly?: boolean | undefined;
|
|
9266
|
+
remoteOptions?: {
|
|
9267
|
+
name: string;
|
|
9268
|
+
stepId: string;
|
|
9269
|
+
behavior: "replace" | "append";
|
|
9270
|
+
state?: Record<string, any> | undefined;
|
|
9271
|
+
} | undefined;
|
|
9064
9272
|
}>, "many">>;
|
|
9065
9273
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9066
9274
|
id: z.ZodString;
|
|
9067
9275
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
9068
9276
|
label: z.ZodString;
|
|
9069
9277
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
9278
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
9070
9279
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
9071
9280
|
url: z.ZodOptional<z.ZodString>;
|
|
9072
9281
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -9134,6 +9343,7 @@ declare const Step: z.ZodObject<{
|
|
|
9134
9343
|
params?: Record<string, any>[] | undefined;
|
|
9135
9344
|
preload?: boolean | undefined;
|
|
9136
9345
|
}[] | undefined;
|
|
9346
|
+
outline?: boolean | undefined;
|
|
9137
9347
|
position?: "top" | "bottom" | undefined;
|
|
9138
9348
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
9139
9349
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -9163,6 +9373,7 @@ declare const Step: z.ZodObject<{
|
|
|
9163
9373
|
params?: Record<string, any>[] | undefined;
|
|
9164
9374
|
preload?: boolean | undefined;
|
|
9165
9375
|
}[] | undefined;
|
|
9376
|
+
outline?: boolean | undefined;
|
|
9166
9377
|
position?: "top" | "bottom" | undefined;
|
|
9167
9378
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
9168
9379
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -9431,6 +9642,7 @@ declare const Step: z.ZodObject<{
|
|
|
9431
9642
|
params?: Record<string, any>[] | undefined;
|
|
9432
9643
|
preload?: boolean | undefined;
|
|
9433
9644
|
}[] | undefined;
|
|
9645
|
+
outline?: boolean | undefined;
|
|
9434
9646
|
position?: "top" | "bottom" | undefined;
|
|
9435
9647
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
9436
9648
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -9675,6 +9887,13 @@ declare const Step: z.ZodObject<{
|
|
|
9675
9887
|
layout: "horizontal" | "vertical";
|
|
9676
9888
|
} | undefined;
|
|
9677
9889
|
carousel?: {
|
|
9890
|
+
labels?: {
|
|
9891
|
+
button?: {
|
|
9892
|
+
label: string;
|
|
9893
|
+
actionId: string;
|
|
9894
|
+
} | undefined;
|
|
9895
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
9896
|
+
} | undefined;
|
|
9678
9897
|
loop?: boolean | undefined;
|
|
9679
9898
|
mouseDragging?: boolean | undefined;
|
|
9680
9899
|
itemsPerPage?: {
|
|
@@ -9695,13 +9914,6 @@ declare const Step: z.ZodObject<{
|
|
|
9695
9914
|
clickableItems?: {
|
|
9696
9915
|
actionId: string;
|
|
9697
9916
|
} | undefined;
|
|
9698
|
-
labels?: {
|
|
9699
|
-
button?: {
|
|
9700
|
-
label: string;
|
|
9701
|
-
actionId: string;
|
|
9702
|
-
} | undefined;
|
|
9703
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
9704
|
-
} | undefined;
|
|
9705
9917
|
} | undefined;
|
|
9706
9918
|
calendar?: {
|
|
9707
9919
|
time?: {
|
|
@@ -9793,7 +10005,15 @@ declare const Step: z.ZodObject<{
|
|
|
9793
10005
|
rating?: {
|
|
9794
10006
|
color?: string | undefined;
|
|
9795
10007
|
icons?: string[] | undefined;
|
|
10008
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
10009
|
+
colors?: string[] | undefined;
|
|
10010
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
9796
10011
|
precision?: number | undefined;
|
|
10012
|
+
labels?: {
|
|
10013
|
+
position?: "top" | "bottom" | undefined;
|
|
10014
|
+
start?: string | undefined;
|
|
10015
|
+
end?: string | undefined;
|
|
10016
|
+
} | undefined;
|
|
9797
10017
|
} | undefined;
|
|
9798
10018
|
generic?: {
|
|
9799
10019
|
error: {
|
|
@@ -9816,6 +10036,7 @@ declare const Step: z.ZodObject<{
|
|
|
9816
10036
|
params?: Record<string, any>[] | undefined;
|
|
9817
10037
|
preload?: boolean | undefined;
|
|
9818
10038
|
}[] | undefined;
|
|
10039
|
+
outline?: boolean | undefined;
|
|
9819
10040
|
position?: "top" | "bottom" | undefined;
|
|
9820
10041
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
9821
10042
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -9957,6 +10178,12 @@ declare const Step: z.ZodObject<{
|
|
|
9957
10178
|
mismatch?: string | undefined;
|
|
9958
10179
|
} | undefined;
|
|
9959
10180
|
readonly?: boolean | undefined;
|
|
10181
|
+
remoteOptions?: {
|
|
10182
|
+
name: string;
|
|
10183
|
+
stepId: string;
|
|
10184
|
+
behavior: "replace" | "append";
|
|
10185
|
+
state?: Record<string, any> | undefined;
|
|
10186
|
+
} | undefined;
|
|
9960
10187
|
}[] | undefined;
|
|
9961
10188
|
actions?: {
|
|
9962
10189
|
type: "submit" | "link" | "script" | "navigate" | "back" | "dispatcher";
|
|
@@ -9971,6 +10198,7 @@ declare const Step: z.ZodObject<{
|
|
|
9971
10198
|
params?: Record<string, any>[] | undefined;
|
|
9972
10199
|
preload?: boolean | undefined;
|
|
9973
10200
|
}[] | undefined;
|
|
10201
|
+
outline?: boolean | undefined;
|
|
9974
10202
|
position?: "top" | "bottom" | undefined;
|
|
9975
10203
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
9976
10204
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -10145,6 +10373,7 @@ declare const Step: z.ZodObject<{
|
|
|
10145
10373
|
params?: Record<string, any>[] | undefined;
|
|
10146
10374
|
preload?: boolean | undefined;
|
|
10147
10375
|
}[] | undefined;
|
|
10376
|
+
outline?: boolean | undefined;
|
|
10148
10377
|
position?: "top" | "bottom" | undefined;
|
|
10149
10378
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
10150
10379
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -10389,6 +10618,13 @@ declare const Step: z.ZodObject<{
|
|
|
10389
10618
|
layout: "horizontal" | "vertical";
|
|
10390
10619
|
} | undefined;
|
|
10391
10620
|
carousel?: {
|
|
10621
|
+
labels?: {
|
|
10622
|
+
button?: {
|
|
10623
|
+
label: string;
|
|
10624
|
+
actionId: string;
|
|
10625
|
+
} | undefined;
|
|
10626
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
10627
|
+
} | undefined;
|
|
10392
10628
|
loop?: boolean | undefined;
|
|
10393
10629
|
mouseDragging?: boolean | undefined;
|
|
10394
10630
|
itemsPerPage?: {
|
|
@@ -10409,13 +10645,6 @@ declare const Step: z.ZodObject<{
|
|
|
10409
10645
|
clickableItems?: {
|
|
10410
10646
|
actionId: string;
|
|
10411
10647
|
} | undefined;
|
|
10412
|
-
labels?: {
|
|
10413
|
-
button?: {
|
|
10414
|
-
label: string;
|
|
10415
|
-
actionId: string;
|
|
10416
|
-
} | undefined;
|
|
10417
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
10418
|
-
} | undefined;
|
|
10419
10648
|
} | undefined;
|
|
10420
10649
|
calendar?: {
|
|
10421
10650
|
time?: {
|
|
@@ -10507,7 +10736,15 @@ declare const Step: z.ZodObject<{
|
|
|
10507
10736
|
rating?: {
|
|
10508
10737
|
color?: string | undefined;
|
|
10509
10738
|
icons?: string[] | undefined;
|
|
10739
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
10740
|
+
colors?: string[] | undefined;
|
|
10741
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
10510
10742
|
precision?: number | undefined;
|
|
10743
|
+
labels?: {
|
|
10744
|
+
position?: "top" | "bottom" | undefined;
|
|
10745
|
+
start?: string | undefined;
|
|
10746
|
+
end?: string | undefined;
|
|
10747
|
+
} | undefined;
|
|
10511
10748
|
} | undefined;
|
|
10512
10749
|
generic?: {
|
|
10513
10750
|
error: {
|
|
@@ -10530,6 +10767,7 @@ declare const Step: z.ZodObject<{
|
|
|
10530
10767
|
params?: Record<string, any>[] | undefined;
|
|
10531
10768
|
preload?: boolean | undefined;
|
|
10532
10769
|
}[] | undefined;
|
|
10770
|
+
outline?: boolean | undefined;
|
|
10533
10771
|
position?: "top" | "bottom" | undefined;
|
|
10534
10772
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
10535
10773
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -10671,6 +10909,12 @@ declare const Step: z.ZodObject<{
|
|
|
10671
10909
|
mismatch?: string | undefined;
|
|
10672
10910
|
} | undefined;
|
|
10673
10911
|
readonly?: boolean | undefined;
|
|
10912
|
+
remoteOptions?: {
|
|
10913
|
+
name: string;
|
|
10914
|
+
stepId: string;
|
|
10915
|
+
behavior: "replace" | "append";
|
|
10916
|
+
state?: Record<string, any> | undefined;
|
|
10917
|
+
} | undefined;
|
|
10674
10918
|
}[] | undefined;
|
|
10675
10919
|
actions?: {
|
|
10676
10920
|
type: "submit" | "link" | "script" | "navigate" | "back" | "dispatcher";
|
|
@@ -10685,6 +10929,7 @@ declare const Step: z.ZodObject<{
|
|
|
10685
10929
|
params?: Record<string, any>[] | undefined;
|
|
10686
10930
|
preload?: boolean | undefined;
|
|
10687
10931
|
}[] | undefined;
|
|
10932
|
+
outline?: boolean | undefined;
|
|
10688
10933
|
position?: "top" | "bottom" | undefined;
|
|
10689
10934
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
10690
10935
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -10807,6 +11052,7 @@ declare const ErrorData: z.ZodObject<{
|
|
|
10807
11052
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
10808
11053
|
label: z.ZodString;
|
|
10809
11054
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
11055
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
10810
11056
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
10811
11057
|
url: z.ZodOptional<z.ZodString>;
|
|
10812
11058
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -10874,6 +11120,7 @@ declare const ErrorData: z.ZodObject<{
|
|
|
10874
11120
|
params?: Record<string, any>[] | undefined;
|
|
10875
11121
|
preload?: boolean | undefined;
|
|
10876
11122
|
}[] | undefined;
|
|
11123
|
+
outline?: boolean | undefined;
|
|
10877
11124
|
position?: "top" | "bottom" | undefined;
|
|
10878
11125
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
10879
11126
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -10903,6 +11150,7 @@ declare const ErrorData: z.ZodObject<{
|
|
|
10903
11150
|
params?: Record<string, any>[] | undefined;
|
|
10904
11151
|
preload?: boolean | undefined;
|
|
10905
11152
|
}[] | undefined;
|
|
11153
|
+
outline?: boolean | undefined;
|
|
10906
11154
|
position?: "top" | "bottom" | undefined;
|
|
10907
11155
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
10908
11156
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -10935,6 +11183,7 @@ declare const ErrorData: z.ZodObject<{
|
|
|
10935
11183
|
params?: Record<string, any>[] | undefined;
|
|
10936
11184
|
preload?: boolean | undefined;
|
|
10937
11185
|
}[] | undefined;
|
|
11186
|
+
outline?: boolean | undefined;
|
|
10938
11187
|
position?: "top" | "bottom" | undefined;
|
|
10939
11188
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
10940
11189
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -10970,6 +11219,7 @@ declare const ErrorData: z.ZodObject<{
|
|
|
10970
11219
|
params?: Record<string, any>[] | undefined;
|
|
10971
11220
|
preload?: boolean | undefined;
|
|
10972
11221
|
}[] | undefined;
|
|
11222
|
+
outline?: boolean | undefined;
|
|
10973
11223
|
position?: "top" | "bottom" | undefined;
|
|
10974
11224
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
10975
11225
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -10999,6 +11249,7 @@ type ErrorData = z.infer<typeof ErrorData>;
|
|
|
10999
11249
|
* @property {("submit" | "navigate" | "link" | "back" | "dispatcher" | "script")} type - The type of action to perform.
|
|
11000
11250
|
* @property {string} label - The display label for the action. Must be a non-empty string.
|
|
11001
11251
|
* @property {("primary" | "secondary" | "success" | "danger" | "warning" | "info")} variant - The visual style variant of the action button.
|
|
11252
|
+
* @property {boolean} [outline] - Whether the action button should use an outline style.
|
|
11002
11253
|
* @property {("top" | "bottom")} [position] - Optional position of the action button relative to the step content.
|
|
11003
11254
|
* @property {string} [url] - Optional URL to navigate to when the action is triggered. Must be a valid URL if provided.
|
|
11004
11255
|
* @property {("_self" | "_blank" | "_parent" | "_top")} [target] - Optional target attribute for link actions, specifying where to open the linked URL.
|
|
@@ -11021,6 +11272,7 @@ declare const Action: z.ZodObject<{
|
|
|
11021
11272
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
11022
11273
|
label: z.ZodString;
|
|
11023
11274
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
11275
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
11024
11276
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
11025
11277
|
url: z.ZodOptional<z.ZodString>;
|
|
11026
11278
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -11088,6 +11340,7 @@ declare const Action: z.ZodObject<{
|
|
|
11088
11340
|
params?: Record<string, any>[] | undefined;
|
|
11089
11341
|
preload?: boolean | undefined;
|
|
11090
11342
|
}[] | undefined;
|
|
11343
|
+
outline?: boolean | undefined;
|
|
11091
11344
|
position?: "top" | "bottom" | undefined;
|
|
11092
11345
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
11093
11346
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -11117,6 +11370,7 @@ declare const Action: z.ZodObject<{
|
|
|
11117
11370
|
params?: Record<string, any>[] | undefined;
|
|
11118
11371
|
preload?: boolean | undefined;
|
|
11119
11372
|
}[] | undefined;
|
|
11373
|
+
outline?: boolean | undefined;
|
|
11120
11374
|
position?: "top" | "bottom" | undefined;
|
|
11121
11375
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
11122
11376
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -11181,6 +11435,31 @@ declare const ActionEvent: z.ZodObject<{
|
|
|
11181
11435
|
params?: Record<string, any> | undefined;
|
|
11182
11436
|
}>;
|
|
11183
11437
|
type ActionEvent = z.infer<typeof ActionEvent>;
|
|
11438
|
+
/**
|
|
11439
|
+
* Schema defining options for remote data fetching in the flow client.
|
|
11440
|
+
*
|
|
11441
|
+
* @property {string} stepId - The ID of the step for which to fetch data. Must be a non-empty string.
|
|
11442
|
+
* @property {string} name - The name of the data to fetch. Must be a non-empty string.
|
|
11443
|
+
* @property {"append" | "replace"} behavior - The behavior for handling the fetched data, either appending to existing data or replacing it.
|
|
11444
|
+
* @property {Record<string, any>} [state] - Optional state information to include with the data fetch request.
|
|
11445
|
+
*/
|
|
11446
|
+
declare const RemoteOptions: z.ZodObject<{
|
|
11447
|
+
stepId: z.ZodString;
|
|
11448
|
+
name: z.ZodString;
|
|
11449
|
+
behavior: z.ZodEnum<["append", "replace"]>;
|
|
11450
|
+
state: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
11451
|
+
}, "strip", z.ZodTypeAny, {
|
|
11452
|
+
name: string;
|
|
11453
|
+
stepId: string;
|
|
11454
|
+
behavior: "replace" | "append";
|
|
11455
|
+
state?: Record<string, any> | undefined;
|
|
11456
|
+
}, {
|
|
11457
|
+
name: string;
|
|
11458
|
+
stepId: string;
|
|
11459
|
+
behavior: "replace" | "append";
|
|
11460
|
+
state?: Record<string, any> | undefined;
|
|
11461
|
+
}>;
|
|
11462
|
+
type RemoteOptions = z.infer<typeof RemoteOptions>;
|
|
11184
11463
|
/**
|
|
11185
11464
|
* Schema defining the structure of a form field in the flow client.
|
|
11186
11465
|
*
|
|
@@ -11239,9 +11518,16 @@ type ActionEvent = z.infer<typeof ActionEvent>;
|
|
|
11239
11518
|
* @property {Object} [configuration.checkbox] - Configuration for checkbox component.
|
|
11240
11519
|
* @property {"horizontal" | "vertical"} [configuration.checkbox.layout] - Layout orientation for multiple checkboxes.
|
|
11241
11520
|
* @property {Object} [configuration.rating] - Configuration for rating component.
|
|
11242
|
-
* @property {string[]} [configuration.rating.icons] -
|
|
11243
|
-
* @property {
|
|
11521
|
+
* @property {string[]} [configuration.rating.icons] - Icon names or URLs per rating position. With iconMode "individual" (default), position i renders icons[i-1]. With "unified", every position renders icons[currentValue-1].
|
|
11522
|
+
* @property {"individual" | "unified"} [configuration.rating.iconMode] - How icons map to positions. "individual" (default) uses per-position icons; "unified" displays the icon of the currently selected/hovered value across all positions.
|
|
11523
|
+
* @property {string[]} [configuration.rating.colors] - CSS color values per rating value. Indexed by value-1.
|
|
11524
|
+
* @property {"unified" | "individual"} [configuration.rating.colorMode] - How colors apply to active icons. "unified" (default) colors all active icons with colors[currentValue-1]; "individual" colors each active icon with colors[position-1].
|
|
11525
|
+
* @property {string} [configuration.rating.color] - Legacy single color, used as fallback when colors[i] is undefined.
|
|
11244
11526
|
* @property {number} [configuration.rating.precision] - Decimal precision for rating values.
|
|
11527
|
+
* @property {Object} [configuration.rating.labels] - Extreme labels rendered alongside the rating (e.g., "Poor" ... "Excellent").
|
|
11528
|
+
* @property {string} [configuration.rating.labels.start] - Label rendered at the start (left) of the scale.
|
|
11529
|
+
* @property {string} [configuration.rating.labels.end] - Label rendered at the end (right) of the scale.
|
|
11530
|
+
* @property {"top" | "bottom"} [configuration.rating.labels.position] - Where the labels band is placed relative to the rating. Defaults to "bottom".
|
|
11245
11531
|
* @property {Object} [configuration.carousel] - Configuration for carousel component.
|
|
11246
11532
|
* @property {boolean} [configuration.carousel.loop] - Whether to loop the carousel.
|
|
11247
11533
|
* @property {boolean} [configuration.carousel.mouseDragging] - Whether to enable mouse dragging.
|
|
@@ -11602,6 +11888,7 @@ declare const Field: z.ZodObject<{
|
|
|
11602
11888
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
11603
11889
|
label: z.ZodString;
|
|
11604
11890
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
11891
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
11605
11892
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
11606
11893
|
url: z.ZodOptional<z.ZodString>;
|
|
11607
11894
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -11669,6 +11956,7 @@ declare const Field: z.ZodObject<{
|
|
|
11669
11956
|
params?: Record<string, any>[] | undefined;
|
|
11670
11957
|
preload?: boolean | undefined;
|
|
11671
11958
|
}[] | undefined;
|
|
11959
|
+
outline?: boolean | undefined;
|
|
11672
11960
|
position?: "top" | "bottom" | undefined;
|
|
11673
11961
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
11674
11962
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -11698,6 +11986,7 @@ declare const Field: z.ZodObject<{
|
|
|
11698
11986
|
params?: Record<string, any>[] | undefined;
|
|
11699
11987
|
preload?: boolean | undefined;
|
|
11700
11988
|
}[] | undefined;
|
|
11989
|
+
outline?: boolean | undefined;
|
|
11701
11990
|
position?: "top" | "bottom" | undefined;
|
|
11702
11991
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
11703
11992
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12142,6 +12431,7 @@ declare const Field: z.ZodObject<{
|
|
|
12142
12431
|
params?: Record<string, any>[] | undefined;
|
|
12143
12432
|
preload?: boolean | undefined;
|
|
12144
12433
|
}[] | undefined;
|
|
12434
|
+
outline?: boolean | undefined;
|
|
12145
12435
|
position?: "top" | "bottom" | undefined;
|
|
12146
12436
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12147
12437
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12248,6 +12538,7 @@ declare const Field: z.ZodObject<{
|
|
|
12248
12538
|
params?: Record<string, any>[] | undefined;
|
|
12249
12539
|
preload?: boolean | undefined;
|
|
12250
12540
|
}[] | undefined;
|
|
12541
|
+
outline?: boolean | undefined;
|
|
12251
12542
|
position?: "top" | "bottom" | undefined;
|
|
12252
12543
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12253
12544
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12282,6 +12573,7 @@ declare const Field: z.ZodObject<{
|
|
|
12282
12573
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
12283
12574
|
label: z.ZodString;
|
|
12284
12575
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
12576
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
12285
12577
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
12286
12578
|
url: z.ZodOptional<z.ZodString>;
|
|
12287
12579
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -12349,6 +12641,7 @@ declare const Field: z.ZodObject<{
|
|
|
12349
12641
|
params?: Record<string, any>[] | undefined;
|
|
12350
12642
|
preload?: boolean | undefined;
|
|
12351
12643
|
}[] | undefined;
|
|
12644
|
+
outline?: boolean | undefined;
|
|
12352
12645
|
position?: "top" | "bottom" | undefined;
|
|
12353
12646
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12354
12647
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12378,6 +12671,7 @@ declare const Field: z.ZodObject<{
|
|
|
12378
12671
|
params?: Record<string, any>[] | undefined;
|
|
12379
12672
|
preload?: boolean | undefined;
|
|
12380
12673
|
}[] | undefined;
|
|
12674
|
+
outline?: boolean | undefined;
|
|
12381
12675
|
position?: "top" | "bottom" | undefined;
|
|
12382
12676
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12383
12677
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12410,6 +12704,7 @@ declare const Field: z.ZodObject<{
|
|
|
12410
12704
|
params?: Record<string, any>[] | undefined;
|
|
12411
12705
|
preload?: boolean | undefined;
|
|
12412
12706
|
}[] | undefined;
|
|
12707
|
+
outline?: boolean | undefined;
|
|
12413
12708
|
position?: "top" | "bottom" | undefined;
|
|
12414
12709
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12415
12710
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12445,6 +12740,7 @@ declare const Field: z.ZodObject<{
|
|
|
12445
12740
|
params?: Record<string, any>[] | undefined;
|
|
12446
12741
|
preload?: boolean | undefined;
|
|
12447
12742
|
}[] | undefined;
|
|
12743
|
+
outline?: boolean | undefined;
|
|
12448
12744
|
position?: "top" | "bottom" | undefined;
|
|
12449
12745
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12450
12746
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12496,6 +12792,7 @@ declare const Field: z.ZodObject<{
|
|
|
12496
12792
|
params?: Record<string, any>[] | undefined;
|
|
12497
12793
|
preload?: boolean | undefined;
|
|
12498
12794
|
}[] | undefined;
|
|
12795
|
+
outline?: boolean | undefined;
|
|
12499
12796
|
position?: "top" | "bottom" | undefined;
|
|
12500
12797
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12501
12798
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12537,6 +12834,7 @@ declare const Field: z.ZodObject<{
|
|
|
12537
12834
|
params?: Record<string, any>[] | undefined;
|
|
12538
12835
|
preload?: boolean | undefined;
|
|
12539
12836
|
}[] | undefined;
|
|
12837
|
+
outline?: boolean | undefined;
|
|
12540
12838
|
position?: "top" | "bottom" | undefined;
|
|
12541
12839
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12542
12840
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12580,6 +12878,7 @@ declare const Field: z.ZodObject<{
|
|
|
12580
12878
|
params?: Record<string, any>[] | undefined;
|
|
12581
12879
|
preload?: boolean | undefined;
|
|
12582
12880
|
}[] | undefined;
|
|
12881
|
+
outline?: boolean | undefined;
|
|
12583
12882
|
position?: "top" | "bottom" | undefined;
|
|
12584
12883
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12585
12884
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12624,6 +12923,7 @@ declare const Field: z.ZodObject<{
|
|
|
12624
12923
|
params?: Record<string, any>[] | undefined;
|
|
12625
12924
|
preload?: boolean | undefined;
|
|
12626
12925
|
}[] | undefined;
|
|
12926
|
+
outline?: boolean | undefined;
|
|
12627
12927
|
position?: "top" | "bottom" | undefined;
|
|
12628
12928
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
12629
12929
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -12904,16 +13204,48 @@ declare const Field: z.ZodObject<{
|
|
|
12904
13204
|
}>>;
|
|
12905
13205
|
rating: z.ZodOptional<z.ZodObject<{
|
|
12906
13206
|
icons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13207
|
+
iconMode: z.ZodOptional<z.ZodEnum<["individual", "unified"]>>;
|
|
13208
|
+
colors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
13209
|
+
colorMode: z.ZodOptional<z.ZodEnum<["unified", "individual"]>>;
|
|
12907
13210
|
color: z.ZodOptional<z.ZodString>;
|
|
12908
13211
|
precision: z.ZodOptional<z.ZodNumber>;
|
|
13212
|
+
labels: z.ZodOptional<z.ZodObject<{
|
|
13213
|
+
start: z.ZodOptional<z.ZodString>;
|
|
13214
|
+
end: z.ZodOptional<z.ZodString>;
|
|
13215
|
+
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
13216
|
+
}, "strip", z.ZodTypeAny, {
|
|
13217
|
+
position?: "top" | "bottom" | undefined;
|
|
13218
|
+
start?: string | undefined;
|
|
13219
|
+
end?: string | undefined;
|
|
13220
|
+
}, {
|
|
13221
|
+
position?: "top" | "bottom" | undefined;
|
|
13222
|
+
start?: string | undefined;
|
|
13223
|
+
end?: string | undefined;
|
|
13224
|
+
}>>;
|
|
12909
13225
|
}, "strip", z.ZodTypeAny, {
|
|
12910
13226
|
color?: string | undefined;
|
|
12911
13227
|
icons?: string[] | undefined;
|
|
13228
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
13229
|
+
colors?: string[] | undefined;
|
|
13230
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
12912
13231
|
precision?: number | undefined;
|
|
13232
|
+
labels?: {
|
|
13233
|
+
position?: "top" | "bottom" | undefined;
|
|
13234
|
+
start?: string | undefined;
|
|
13235
|
+
end?: string | undefined;
|
|
13236
|
+
} | undefined;
|
|
12913
13237
|
}, {
|
|
12914
13238
|
color?: string | undefined;
|
|
12915
13239
|
icons?: string[] | undefined;
|
|
13240
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
13241
|
+
colors?: string[] | undefined;
|
|
13242
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
12916
13243
|
precision?: number | undefined;
|
|
13244
|
+
labels?: {
|
|
13245
|
+
position?: "top" | "bottom" | undefined;
|
|
13246
|
+
start?: string | undefined;
|
|
13247
|
+
end?: string | undefined;
|
|
13248
|
+
} | undefined;
|
|
12917
13249
|
}>>;
|
|
12918
13250
|
carousel: z.ZodOptional<z.ZodObject<{
|
|
12919
13251
|
loop: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12982,6 +13314,13 @@ declare const Field: z.ZodObject<{
|
|
|
12982
13314
|
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
12983
13315
|
}>>;
|
|
12984
13316
|
}, "strip", z.ZodTypeAny, {
|
|
13317
|
+
labels?: {
|
|
13318
|
+
button?: {
|
|
13319
|
+
label: string;
|
|
13320
|
+
actionId: string;
|
|
13321
|
+
} | undefined;
|
|
13322
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
13323
|
+
} | undefined;
|
|
12985
13324
|
loop?: boolean | undefined;
|
|
12986
13325
|
mouseDragging?: boolean | undefined;
|
|
12987
13326
|
itemsPerPage?: {
|
|
@@ -13002,6 +13341,7 @@ declare const Field: z.ZodObject<{
|
|
|
13002
13341
|
clickableItems?: {
|
|
13003
13342
|
actionId: string;
|
|
13004
13343
|
} | undefined;
|
|
13344
|
+
}, {
|
|
13005
13345
|
labels?: {
|
|
13006
13346
|
button?: {
|
|
13007
13347
|
label: string;
|
|
@@ -13009,7 +13349,6 @@ declare const Field: z.ZodObject<{
|
|
|
13009
13349
|
} | undefined;
|
|
13010
13350
|
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
13011
13351
|
} | undefined;
|
|
13012
|
-
}, {
|
|
13013
13352
|
loop?: boolean | undefined;
|
|
13014
13353
|
mouseDragging?: boolean | undefined;
|
|
13015
13354
|
itemsPerPage?: {
|
|
@@ -13030,13 +13369,6 @@ declare const Field: z.ZodObject<{
|
|
|
13030
13369
|
clickableItems?: {
|
|
13031
13370
|
actionId: string;
|
|
13032
13371
|
} | undefined;
|
|
13033
|
-
labels?: {
|
|
13034
|
-
button?: {
|
|
13035
|
-
label: string;
|
|
13036
|
-
actionId: string;
|
|
13037
|
-
} | undefined;
|
|
13038
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
13039
|
-
} | undefined;
|
|
13040
13372
|
}>>;
|
|
13041
13373
|
grid: z.ZodOptional<z.ZodObject<{
|
|
13042
13374
|
search: z.ZodOptional<z.ZodObject<{
|
|
@@ -14987,6 +15319,13 @@ declare const Field: z.ZodObject<{
|
|
|
14987
15319
|
layout: "horizontal" | "vertical";
|
|
14988
15320
|
} | undefined;
|
|
14989
15321
|
carousel?: {
|
|
15322
|
+
labels?: {
|
|
15323
|
+
button?: {
|
|
15324
|
+
label: string;
|
|
15325
|
+
actionId: string;
|
|
15326
|
+
} | undefined;
|
|
15327
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
15328
|
+
} | undefined;
|
|
14990
15329
|
loop?: boolean | undefined;
|
|
14991
15330
|
mouseDragging?: boolean | undefined;
|
|
14992
15331
|
itemsPerPage?: {
|
|
@@ -15007,13 +15346,6 @@ declare const Field: z.ZodObject<{
|
|
|
15007
15346
|
clickableItems?: {
|
|
15008
15347
|
actionId: string;
|
|
15009
15348
|
} | undefined;
|
|
15010
|
-
labels?: {
|
|
15011
|
-
button?: {
|
|
15012
|
-
label: string;
|
|
15013
|
-
actionId: string;
|
|
15014
|
-
} | undefined;
|
|
15015
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
15016
|
-
} | undefined;
|
|
15017
15349
|
} | undefined;
|
|
15018
15350
|
calendar?: {
|
|
15019
15351
|
time?: {
|
|
@@ -15105,7 +15437,15 @@ declare const Field: z.ZodObject<{
|
|
|
15105
15437
|
rating?: {
|
|
15106
15438
|
color?: string | undefined;
|
|
15107
15439
|
icons?: string[] | undefined;
|
|
15440
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
15441
|
+
colors?: string[] | undefined;
|
|
15442
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
15108
15443
|
precision?: number | undefined;
|
|
15444
|
+
labels?: {
|
|
15445
|
+
position?: "top" | "bottom" | undefined;
|
|
15446
|
+
start?: string | undefined;
|
|
15447
|
+
end?: string | undefined;
|
|
15448
|
+
} | undefined;
|
|
15109
15449
|
} | undefined;
|
|
15110
15450
|
generic?: {
|
|
15111
15451
|
error: {
|
|
@@ -15128,6 +15468,7 @@ declare const Field: z.ZodObject<{
|
|
|
15128
15468
|
params?: Record<string, any>[] | undefined;
|
|
15129
15469
|
preload?: boolean | undefined;
|
|
15130
15470
|
}[] | undefined;
|
|
15471
|
+
outline?: boolean | undefined;
|
|
15131
15472
|
position?: "top" | "bottom" | undefined;
|
|
15132
15473
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
15133
15474
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -15420,6 +15761,13 @@ declare const Field: z.ZodObject<{
|
|
|
15420
15761
|
layout: "horizontal" | "vertical";
|
|
15421
15762
|
} | undefined;
|
|
15422
15763
|
carousel?: {
|
|
15764
|
+
labels?: {
|
|
15765
|
+
button?: {
|
|
15766
|
+
label: string;
|
|
15767
|
+
actionId: string;
|
|
15768
|
+
} | undefined;
|
|
15769
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
15770
|
+
} | undefined;
|
|
15423
15771
|
loop?: boolean | undefined;
|
|
15424
15772
|
mouseDragging?: boolean | undefined;
|
|
15425
15773
|
itemsPerPage?: {
|
|
@@ -15440,13 +15788,6 @@ declare const Field: z.ZodObject<{
|
|
|
15440
15788
|
clickableItems?: {
|
|
15441
15789
|
actionId: string;
|
|
15442
15790
|
} | undefined;
|
|
15443
|
-
labels?: {
|
|
15444
|
-
button?: {
|
|
15445
|
-
label: string;
|
|
15446
|
-
actionId: string;
|
|
15447
|
-
} | undefined;
|
|
15448
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
15449
|
-
} | undefined;
|
|
15450
15791
|
} | undefined;
|
|
15451
15792
|
calendar?: {
|
|
15452
15793
|
time?: {
|
|
@@ -15538,7 +15879,15 @@ declare const Field: z.ZodObject<{
|
|
|
15538
15879
|
rating?: {
|
|
15539
15880
|
color?: string | undefined;
|
|
15540
15881
|
icons?: string[] | undefined;
|
|
15882
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
15883
|
+
colors?: string[] | undefined;
|
|
15884
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
15541
15885
|
precision?: number | undefined;
|
|
15886
|
+
labels?: {
|
|
15887
|
+
position?: "top" | "bottom" | undefined;
|
|
15888
|
+
start?: string | undefined;
|
|
15889
|
+
end?: string | undefined;
|
|
15890
|
+
} | undefined;
|
|
15542
15891
|
} | undefined;
|
|
15543
15892
|
generic?: {
|
|
15544
15893
|
error: {
|
|
@@ -15561,6 +15910,7 @@ declare const Field: z.ZodObject<{
|
|
|
15561
15910
|
params?: Record<string, any>[] | undefined;
|
|
15562
15911
|
preload?: boolean | undefined;
|
|
15563
15912
|
}[] | undefined;
|
|
15913
|
+
outline?: boolean | undefined;
|
|
15564
15914
|
position?: "top" | "bottom" | undefined;
|
|
15565
15915
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
15566
15916
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -15636,6 +15986,22 @@ declare const Field: z.ZodObject<{
|
|
|
15636
15986
|
autoOpenDialog?: boolean | undefined;
|
|
15637
15987
|
} | undefined;
|
|
15638
15988
|
}>>;
|
|
15989
|
+
remoteOptions: z.ZodOptional<z.ZodObject<{
|
|
15990
|
+
stepId: z.ZodString;
|
|
15991
|
+
name: z.ZodString;
|
|
15992
|
+
behavior: z.ZodEnum<["append", "replace"]>;
|
|
15993
|
+
state: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
15994
|
+
}, "strip", z.ZodTypeAny, {
|
|
15995
|
+
name: string;
|
|
15996
|
+
stepId: string;
|
|
15997
|
+
behavior: "replace" | "append";
|
|
15998
|
+
state?: Record<string, any> | undefined;
|
|
15999
|
+
}, {
|
|
16000
|
+
name: string;
|
|
16001
|
+
stepId: string;
|
|
16002
|
+
behavior: "replace" | "append";
|
|
16003
|
+
state?: Record<string, any> | undefined;
|
|
16004
|
+
}>>;
|
|
15639
16005
|
dependsOn: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
15640
16006
|
fieldName: z.ZodString;
|
|
15641
16007
|
value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodObject<{
|
|
@@ -16119,6 +16485,7 @@ declare const Field: z.ZodObject<{
|
|
|
16119
16485
|
params?: Record<string, any>[] | undefined;
|
|
16120
16486
|
preload?: boolean | undefined;
|
|
16121
16487
|
}[] | undefined;
|
|
16488
|
+
outline?: boolean | undefined;
|
|
16122
16489
|
position?: "top" | "bottom" | undefined;
|
|
16123
16490
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
16124
16491
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -16363,6 +16730,13 @@ declare const Field: z.ZodObject<{
|
|
|
16363
16730
|
layout: "horizontal" | "vertical";
|
|
16364
16731
|
} | undefined;
|
|
16365
16732
|
carousel?: {
|
|
16733
|
+
labels?: {
|
|
16734
|
+
button?: {
|
|
16735
|
+
label: string;
|
|
16736
|
+
actionId: string;
|
|
16737
|
+
} | undefined;
|
|
16738
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
16739
|
+
} | undefined;
|
|
16366
16740
|
loop?: boolean | undefined;
|
|
16367
16741
|
mouseDragging?: boolean | undefined;
|
|
16368
16742
|
itemsPerPage?: {
|
|
@@ -16383,13 +16757,6 @@ declare const Field: z.ZodObject<{
|
|
|
16383
16757
|
clickableItems?: {
|
|
16384
16758
|
actionId: string;
|
|
16385
16759
|
} | undefined;
|
|
16386
|
-
labels?: {
|
|
16387
|
-
button?: {
|
|
16388
|
-
label: string;
|
|
16389
|
-
actionId: string;
|
|
16390
|
-
} | undefined;
|
|
16391
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
16392
|
-
} | undefined;
|
|
16393
16760
|
} | undefined;
|
|
16394
16761
|
calendar?: {
|
|
16395
16762
|
time?: {
|
|
@@ -16481,7 +16848,15 @@ declare const Field: z.ZodObject<{
|
|
|
16481
16848
|
rating?: {
|
|
16482
16849
|
color?: string | undefined;
|
|
16483
16850
|
icons?: string[] | undefined;
|
|
16851
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
16852
|
+
colors?: string[] | undefined;
|
|
16853
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
16484
16854
|
precision?: number | undefined;
|
|
16855
|
+
labels?: {
|
|
16856
|
+
position?: "top" | "bottom" | undefined;
|
|
16857
|
+
start?: string | undefined;
|
|
16858
|
+
end?: string | undefined;
|
|
16859
|
+
} | undefined;
|
|
16485
16860
|
} | undefined;
|
|
16486
16861
|
generic?: {
|
|
16487
16862
|
error: {
|
|
@@ -16504,6 +16879,7 @@ declare const Field: z.ZodObject<{
|
|
|
16504
16879
|
params?: Record<string, any>[] | undefined;
|
|
16505
16880
|
preload?: boolean | undefined;
|
|
16506
16881
|
}[] | undefined;
|
|
16882
|
+
outline?: boolean | undefined;
|
|
16507
16883
|
position?: "top" | "bottom" | undefined;
|
|
16508
16884
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
16509
16885
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -16645,6 +17021,12 @@ declare const Field: z.ZodObject<{
|
|
|
16645
17021
|
mismatch?: string | undefined;
|
|
16646
17022
|
} | undefined;
|
|
16647
17023
|
readonly?: boolean | undefined;
|
|
17024
|
+
remoteOptions?: {
|
|
17025
|
+
name: string;
|
|
17026
|
+
stepId: string;
|
|
17027
|
+
behavior: "replace" | "append";
|
|
17028
|
+
state?: Record<string, any> | undefined;
|
|
17029
|
+
} | undefined;
|
|
16648
17030
|
}, {
|
|
16649
17031
|
type: "number" | "boolean" | "object" | "text" | "email" | "phone" | "mobile_phone" | "date" | "time" | "datetime" | "password" | "url" | "void" | "location" | "availability" | "name" | "first_name" | "last_name" | "color";
|
|
16650
17032
|
name: string;
|
|
@@ -16763,6 +17145,7 @@ declare const Field: z.ZodObject<{
|
|
|
16763
17145
|
params?: Record<string, any>[] | undefined;
|
|
16764
17146
|
preload?: boolean | undefined;
|
|
16765
17147
|
}[] | undefined;
|
|
17148
|
+
outline?: boolean | undefined;
|
|
16766
17149
|
position?: "top" | "bottom" | undefined;
|
|
16767
17150
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
16768
17151
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -17007,6 +17390,13 @@ declare const Field: z.ZodObject<{
|
|
|
17007
17390
|
layout: "horizontal" | "vertical";
|
|
17008
17391
|
} | undefined;
|
|
17009
17392
|
carousel?: {
|
|
17393
|
+
labels?: {
|
|
17394
|
+
button?: {
|
|
17395
|
+
label: string;
|
|
17396
|
+
actionId: string;
|
|
17397
|
+
} | undefined;
|
|
17398
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
17399
|
+
} | undefined;
|
|
17010
17400
|
loop?: boolean | undefined;
|
|
17011
17401
|
mouseDragging?: boolean | undefined;
|
|
17012
17402
|
itemsPerPage?: {
|
|
@@ -17027,13 +17417,6 @@ declare const Field: z.ZodObject<{
|
|
|
17027
17417
|
clickableItems?: {
|
|
17028
17418
|
actionId: string;
|
|
17029
17419
|
} | undefined;
|
|
17030
|
-
labels?: {
|
|
17031
|
-
button?: {
|
|
17032
|
-
label: string;
|
|
17033
|
-
actionId: string;
|
|
17034
|
-
} | undefined;
|
|
17035
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
17036
|
-
} | undefined;
|
|
17037
17420
|
} | undefined;
|
|
17038
17421
|
calendar?: {
|
|
17039
17422
|
time?: {
|
|
@@ -17125,7 +17508,15 @@ declare const Field: z.ZodObject<{
|
|
|
17125
17508
|
rating?: {
|
|
17126
17509
|
color?: string | undefined;
|
|
17127
17510
|
icons?: string[] | undefined;
|
|
17511
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
17512
|
+
colors?: string[] | undefined;
|
|
17513
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
17128
17514
|
precision?: number | undefined;
|
|
17515
|
+
labels?: {
|
|
17516
|
+
position?: "top" | "bottom" | undefined;
|
|
17517
|
+
start?: string | undefined;
|
|
17518
|
+
end?: string | undefined;
|
|
17519
|
+
} | undefined;
|
|
17129
17520
|
} | undefined;
|
|
17130
17521
|
generic?: {
|
|
17131
17522
|
error: {
|
|
@@ -17148,6 +17539,7 @@ declare const Field: z.ZodObject<{
|
|
|
17148
17539
|
params?: Record<string, any>[] | undefined;
|
|
17149
17540
|
preload?: boolean | undefined;
|
|
17150
17541
|
}[] | undefined;
|
|
17542
|
+
outline?: boolean | undefined;
|
|
17151
17543
|
position?: "top" | "bottom" | undefined;
|
|
17152
17544
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
17153
17545
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -17289,6 +17681,12 @@ declare const Field: z.ZodObject<{
|
|
|
17289
17681
|
mismatch?: string | undefined;
|
|
17290
17682
|
} | undefined;
|
|
17291
17683
|
readonly?: boolean | undefined;
|
|
17684
|
+
remoteOptions?: {
|
|
17685
|
+
name: string;
|
|
17686
|
+
stepId: string;
|
|
17687
|
+
behavior: "replace" | "append";
|
|
17688
|
+
state?: Record<string, any> | undefined;
|
|
17689
|
+
} | undefined;
|
|
17292
17690
|
}>;
|
|
17293
17691
|
type Field = z.infer<typeof Field>;
|
|
17294
17692
|
/**
|
|
@@ -17735,6 +18133,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
17735
18133
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
17736
18134
|
label: z.ZodString;
|
|
17737
18135
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
18136
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
17738
18137
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
17739
18138
|
url: z.ZodOptional<z.ZodString>;
|
|
17740
18139
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -17802,6 +18201,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
17802
18201
|
params?: Record<string, any>[] | undefined;
|
|
17803
18202
|
preload?: boolean | undefined;
|
|
17804
18203
|
}[] | undefined;
|
|
18204
|
+
outline?: boolean | undefined;
|
|
17805
18205
|
position?: "top" | "bottom" | undefined;
|
|
17806
18206
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
17807
18207
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -17831,6 +18231,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
17831
18231
|
params?: Record<string, any>[] | undefined;
|
|
17832
18232
|
preload?: boolean | undefined;
|
|
17833
18233
|
}[] | undefined;
|
|
18234
|
+
outline?: boolean | undefined;
|
|
17834
18235
|
position?: "top" | "bottom" | undefined;
|
|
17835
18236
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
17836
18237
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18275,6 +18676,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18275
18676
|
params?: Record<string, any>[] | undefined;
|
|
18276
18677
|
preload?: boolean | undefined;
|
|
18277
18678
|
}[] | undefined;
|
|
18679
|
+
outline?: boolean | undefined;
|
|
18278
18680
|
position?: "top" | "bottom" | undefined;
|
|
18279
18681
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18280
18682
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18381,6 +18783,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18381
18783
|
params?: Record<string, any>[] | undefined;
|
|
18382
18784
|
preload?: boolean | undefined;
|
|
18383
18785
|
}[] | undefined;
|
|
18786
|
+
outline?: boolean | undefined;
|
|
18384
18787
|
position?: "top" | "bottom" | undefined;
|
|
18385
18788
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18386
18789
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18415,6 +18818,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18415
18818
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
18416
18819
|
label: z.ZodString;
|
|
18417
18820
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
18821
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
18418
18822
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
18419
18823
|
url: z.ZodOptional<z.ZodString>;
|
|
18420
18824
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -18482,6 +18886,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18482
18886
|
params?: Record<string, any>[] | undefined;
|
|
18483
18887
|
preload?: boolean | undefined;
|
|
18484
18888
|
}[] | undefined;
|
|
18889
|
+
outline?: boolean | undefined;
|
|
18485
18890
|
position?: "top" | "bottom" | undefined;
|
|
18486
18891
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18487
18892
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18511,6 +18916,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18511
18916
|
params?: Record<string, any>[] | undefined;
|
|
18512
18917
|
preload?: boolean | undefined;
|
|
18513
18918
|
}[] | undefined;
|
|
18919
|
+
outline?: boolean | undefined;
|
|
18514
18920
|
position?: "top" | "bottom" | undefined;
|
|
18515
18921
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18516
18922
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18543,6 +18949,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18543
18949
|
params?: Record<string, any>[] | undefined;
|
|
18544
18950
|
preload?: boolean | undefined;
|
|
18545
18951
|
}[] | undefined;
|
|
18952
|
+
outline?: boolean | undefined;
|
|
18546
18953
|
position?: "top" | "bottom" | undefined;
|
|
18547
18954
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18548
18955
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18578,6 +18985,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18578
18985
|
params?: Record<string, any>[] | undefined;
|
|
18579
18986
|
preload?: boolean | undefined;
|
|
18580
18987
|
}[] | undefined;
|
|
18988
|
+
outline?: boolean | undefined;
|
|
18581
18989
|
position?: "top" | "bottom" | undefined;
|
|
18582
18990
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18583
18991
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18629,6 +19037,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18629
19037
|
params?: Record<string, any>[] | undefined;
|
|
18630
19038
|
preload?: boolean | undefined;
|
|
18631
19039
|
}[] | undefined;
|
|
19040
|
+
outline?: boolean | undefined;
|
|
18632
19041
|
position?: "top" | "bottom" | undefined;
|
|
18633
19042
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18634
19043
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18670,6 +19079,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18670
19079
|
params?: Record<string, any>[] | undefined;
|
|
18671
19080
|
preload?: boolean | undefined;
|
|
18672
19081
|
}[] | undefined;
|
|
19082
|
+
outline?: boolean | undefined;
|
|
18673
19083
|
position?: "top" | "bottom" | undefined;
|
|
18674
19084
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18675
19085
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18713,6 +19123,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18713
19123
|
params?: Record<string, any>[] | undefined;
|
|
18714
19124
|
preload?: boolean | undefined;
|
|
18715
19125
|
}[] | undefined;
|
|
19126
|
+
outline?: boolean | undefined;
|
|
18716
19127
|
position?: "top" | "bottom" | undefined;
|
|
18717
19128
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18718
19129
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -18757,6 +19168,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
18757
19168
|
params?: Record<string, any>[] | undefined;
|
|
18758
19169
|
preload?: boolean | undefined;
|
|
18759
19170
|
}[] | undefined;
|
|
19171
|
+
outline?: boolean | undefined;
|
|
18760
19172
|
position?: "top" | "bottom" | undefined;
|
|
18761
19173
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
18762
19174
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -19037,16 +19449,48 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19037
19449
|
}>>;
|
|
19038
19450
|
rating: z.ZodOptional<z.ZodObject<{
|
|
19039
19451
|
icons: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
19452
|
+
iconMode: z.ZodOptional<z.ZodEnum<["individual", "unified"]>>;
|
|
19453
|
+
colors: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
19454
|
+
colorMode: z.ZodOptional<z.ZodEnum<["unified", "individual"]>>;
|
|
19040
19455
|
color: z.ZodOptional<z.ZodString>;
|
|
19041
19456
|
precision: z.ZodOptional<z.ZodNumber>;
|
|
19457
|
+
labels: z.ZodOptional<z.ZodObject<{
|
|
19458
|
+
start: z.ZodOptional<z.ZodString>;
|
|
19459
|
+
end: z.ZodOptional<z.ZodString>;
|
|
19460
|
+
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
19461
|
+
}, "strip", z.ZodTypeAny, {
|
|
19462
|
+
position?: "top" | "bottom" | undefined;
|
|
19463
|
+
start?: string | undefined;
|
|
19464
|
+
end?: string | undefined;
|
|
19465
|
+
}, {
|
|
19466
|
+
position?: "top" | "bottom" | undefined;
|
|
19467
|
+
start?: string | undefined;
|
|
19468
|
+
end?: string | undefined;
|
|
19469
|
+
}>>;
|
|
19042
19470
|
}, "strip", z.ZodTypeAny, {
|
|
19043
19471
|
color?: string | undefined;
|
|
19044
19472
|
icons?: string[] | undefined;
|
|
19473
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
19474
|
+
colors?: string[] | undefined;
|
|
19475
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
19045
19476
|
precision?: number | undefined;
|
|
19477
|
+
labels?: {
|
|
19478
|
+
position?: "top" | "bottom" | undefined;
|
|
19479
|
+
start?: string | undefined;
|
|
19480
|
+
end?: string | undefined;
|
|
19481
|
+
} | undefined;
|
|
19046
19482
|
}, {
|
|
19047
19483
|
color?: string | undefined;
|
|
19048
19484
|
icons?: string[] | undefined;
|
|
19485
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
19486
|
+
colors?: string[] | undefined;
|
|
19487
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
19049
19488
|
precision?: number | undefined;
|
|
19489
|
+
labels?: {
|
|
19490
|
+
position?: "top" | "bottom" | undefined;
|
|
19491
|
+
start?: string | undefined;
|
|
19492
|
+
end?: string | undefined;
|
|
19493
|
+
} | undefined;
|
|
19050
19494
|
}>>;
|
|
19051
19495
|
carousel: z.ZodOptional<z.ZodObject<{
|
|
19052
19496
|
loop: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -19115,6 +19559,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19115
19559
|
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
19116
19560
|
}>>;
|
|
19117
19561
|
}, "strip", z.ZodTypeAny, {
|
|
19562
|
+
labels?: {
|
|
19563
|
+
button?: {
|
|
19564
|
+
label: string;
|
|
19565
|
+
actionId: string;
|
|
19566
|
+
} | undefined;
|
|
19567
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
19568
|
+
} | undefined;
|
|
19118
19569
|
loop?: boolean | undefined;
|
|
19119
19570
|
mouseDragging?: boolean | undefined;
|
|
19120
19571
|
itemsPerPage?: {
|
|
@@ -19135,6 +19586,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19135
19586
|
clickableItems?: {
|
|
19136
19587
|
actionId: string;
|
|
19137
19588
|
} | undefined;
|
|
19589
|
+
}, {
|
|
19138
19590
|
labels?: {
|
|
19139
19591
|
button?: {
|
|
19140
19592
|
label: string;
|
|
@@ -19142,7 +19594,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19142
19594
|
} | undefined;
|
|
19143
19595
|
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
19144
19596
|
} | undefined;
|
|
19145
|
-
}, {
|
|
19146
19597
|
loop?: boolean | undefined;
|
|
19147
19598
|
mouseDragging?: boolean | undefined;
|
|
19148
19599
|
itemsPerPage?: {
|
|
@@ -19163,13 +19614,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
19163
19614
|
clickableItems?: {
|
|
19164
19615
|
actionId: string;
|
|
19165
19616
|
} | undefined;
|
|
19166
|
-
labels?: {
|
|
19167
|
-
button?: {
|
|
19168
|
-
label: string;
|
|
19169
|
-
actionId: string;
|
|
19170
|
-
} | undefined;
|
|
19171
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
19172
|
-
} | undefined;
|
|
19173
19617
|
}>>;
|
|
19174
19618
|
grid: z.ZodOptional<z.ZodObject<{
|
|
19175
19619
|
search: z.ZodOptional<z.ZodObject<{
|
|
@@ -21120,6 +21564,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21120
21564
|
layout: "horizontal" | "vertical";
|
|
21121
21565
|
} | undefined;
|
|
21122
21566
|
carousel?: {
|
|
21567
|
+
labels?: {
|
|
21568
|
+
button?: {
|
|
21569
|
+
label: string;
|
|
21570
|
+
actionId: string;
|
|
21571
|
+
} | undefined;
|
|
21572
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
21573
|
+
} | undefined;
|
|
21123
21574
|
loop?: boolean | undefined;
|
|
21124
21575
|
mouseDragging?: boolean | undefined;
|
|
21125
21576
|
itemsPerPage?: {
|
|
@@ -21140,13 +21591,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21140
21591
|
clickableItems?: {
|
|
21141
21592
|
actionId: string;
|
|
21142
21593
|
} | undefined;
|
|
21143
|
-
labels?: {
|
|
21144
|
-
button?: {
|
|
21145
|
-
label: string;
|
|
21146
|
-
actionId: string;
|
|
21147
|
-
} | undefined;
|
|
21148
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
21149
|
-
} | undefined;
|
|
21150
21594
|
} | undefined;
|
|
21151
21595
|
calendar?: {
|
|
21152
21596
|
time?: {
|
|
@@ -21238,7 +21682,15 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21238
21682
|
rating?: {
|
|
21239
21683
|
color?: string | undefined;
|
|
21240
21684
|
icons?: string[] | undefined;
|
|
21685
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
21686
|
+
colors?: string[] | undefined;
|
|
21687
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
21241
21688
|
precision?: number | undefined;
|
|
21689
|
+
labels?: {
|
|
21690
|
+
position?: "top" | "bottom" | undefined;
|
|
21691
|
+
start?: string | undefined;
|
|
21692
|
+
end?: string | undefined;
|
|
21693
|
+
} | undefined;
|
|
21242
21694
|
} | undefined;
|
|
21243
21695
|
generic?: {
|
|
21244
21696
|
error: {
|
|
@@ -21261,6 +21713,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21261
21713
|
params?: Record<string, any>[] | undefined;
|
|
21262
21714
|
preload?: boolean | undefined;
|
|
21263
21715
|
}[] | undefined;
|
|
21716
|
+
outline?: boolean | undefined;
|
|
21264
21717
|
position?: "top" | "bottom" | undefined;
|
|
21265
21718
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
21266
21719
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -21553,6 +22006,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21553
22006
|
layout: "horizontal" | "vertical";
|
|
21554
22007
|
} | undefined;
|
|
21555
22008
|
carousel?: {
|
|
22009
|
+
labels?: {
|
|
22010
|
+
button?: {
|
|
22011
|
+
label: string;
|
|
22012
|
+
actionId: string;
|
|
22013
|
+
} | undefined;
|
|
22014
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
22015
|
+
} | undefined;
|
|
21556
22016
|
loop?: boolean | undefined;
|
|
21557
22017
|
mouseDragging?: boolean | undefined;
|
|
21558
22018
|
itemsPerPage?: {
|
|
@@ -21573,13 +22033,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21573
22033
|
clickableItems?: {
|
|
21574
22034
|
actionId: string;
|
|
21575
22035
|
} | undefined;
|
|
21576
|
-
labels?: {
|
|
21577
|
-
button?: {
|
|
21578
|
-
label: string;
|
|
21579
|
-
actionId: string;
|
|
21580
|
-
} | undefined;
|
|
21581
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
21582
|
-
} | undefined;
|
|
21583
22036
|
} | undefined;
|
|
21584
22037
|
calendar?: {
|
|
21585
22038
|
time?: {
|
|
@@ -21671,7 +22124,15 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21671
22124
|
rating?: {
|
|
21672
22125
|
color?: string | undefined;
|
|
21673
22126
|
icons?: string[] | undefined;
|
|
22127
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
22128
|
+
colors?: string[] | undefined;
|
|
22129
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
21674
22130
|
precision?: number | undefined;
|
|
22131
|
+
labels?: {
|
|
22132
|
+
position?: "top" | "bottom" | undefined;
|
|
22133
|
+
start?: string | undefined;
|
|
22134
|
+
end?: string | undefined;
|
|
22135
|
+
} | undefined;
|
|
21675
22136
|
} | undefined;
|
|
21676
22137
|
generic?: {
|
|
21677
22138
|
error: {
|
|
@@ -21694,6 +22155,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21694
22155
|
params?: Record<string, any>[] | undefined;
|
|
21695
22156
|
preload?: boolean | undefined;
|
|
21696
22157
|
}[] | undefined;
|
|
22158
|
+
outline?: boolean | undefined;
|
|
21697
22159
|
position?: "top" | "bottom" | undefined;
|
|
21698
22160
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
21699
22161
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -21769,6 +22231,22 @@ declare const FlowContext: z.ZodObject<{
|
|
|
21769
22231
|
autoOpenDialog?: boolean | undefined;
|
|
21770
22232
|
} | undefined;
|
|
21771
22233
|
}>>;
|
|
22234
|
+
remoteOptions: z.ZodOptional<z.ZodObject<{
|
|
22235
|
+
stepId: z.ZodString;
|
|
22236
|
+
name: z.ZodString;
|
|
22237
|
+
behavior: z.ZodEnum<["append", "replace"]>;
|
|
22238
|
+
state: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
22239
|
+
}, "strip", z.ZodTypeAny, {
|
|
22240
|
+
name: string;
|
|
22241
|
+
stepId: string;
|
|
22242
|
+
behavior: "replace" | "append";
|
|
22243
|
+
state?: Record<string, any> | undefined;
|
|
22244
|
+
}, {
|
|
22245
|
+
name: string;
|
|
22246
|
+
stepId: string;
|
|
22247
|
+
behavior: "replace" | "append";
|
|
22248
|
+
state?: Record<string, any> | undefined;
|
|
22249
|
+
}>>;
|
|
21772
22250
|
dependsOn: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
21773
22251
|
fieldName: z.ZodString;
|
|
21774
22252
|
value: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodObject<{
|
|
@@ -22252,6 +22730,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
22252
22730
|
params?: Record<string, any>[] | undefined;
|
|
22253
22731
|
preload?: boolean | undefined;
|
|
22254
22732
|
}[] | undefined;
|
|
22733
|
+
outline?: boolean | undefined;
|
|
22255
22734
|
position?: "top" | "bottom" | undefined;
|
|
22256
22735
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
22257
22736
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -22496,6 +22975,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
22496
22975
|
layout: "horizontal" | "vertical";
|
|
22497
22976
|
} | undefined;
|
|
22498
22977
|
carousel?: {
|
|
22978
|
+
labels?: {
|
|
22979
|
+
button?: {
|
|
22980
|
+
label: string;
|
|
22981
|
+
actionId: string;
|
|
22982
|
+
} | undefined;
|
|
22983
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
22984
|
+
} | undefined;
|
|
22499
22985
|
loop?: boolean | undefined;
|
|
22500
22986
|
mouseDragging?: boolean | undefined;
|
|
22501
22987
|
itemsPerPage?: {
|
|
@@ -22516,13 +23002,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
22516
23002
|
clickableItems?: {
|
|
22517
23003
|
actionId: string;
|
|
22518
23004
|
} | undefined;
|
|
22519
|
-
labels?: {
|
|
22520
|
-
button?: {
|
|
22521
|
-
label: string;
|
|
22522
|
-
actionId: string;
|
|
22523
|
-
} | undefined;
|
|
22524
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
22525
|
-
} | undefined;
|
|
22526
23005
|
} | undefined;
|
|
22527
23006
|
calendar?: {
|
|
22528
23007
|
time?: {
|
|
@@ -22614,7 +23093,15 @@ declare const FlowContext: z.ZodObject<{
|
|
|
22614
23093
|
rating?: {
|
|
22615
23094
|
color?: string | undefined;
|
|
22616
23095
|
icons?: string[] | undefined;
|
|
23096
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
23097
|
+
colors?: string[] | undefined;
|
|
23098
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
22617
23099
|
precision?: number | undefined;
|
|
23100
|
+
labels?: {
|
|
23101
|
+
position?: "top" | "bottom" | undefined;
|
|
23102
|
+
start?: string | undefined;
|
|
23103
|
+
end?: string | undefined;
|
|
23104
|
+
} | undefined;
|
|
22618
23105
|
} | undefined;
|
|
22619
23106
|
generic?: {
|
|
22620
23107
|
error: {
|
|
@@ -22637,6 +23124,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
22637
23124
|
params?: Record<string, any>[] | undefined;
|
|
22638
23125
|
preload?: boolean | undefined;
|
|
22639
23126
|
}[] | undefined;
|
|
23127
|
+
outline?: boolean | undefined;
|
|
22640
23128
|
position?: "top" | "bottom" | undefined;
|
|
22641
23129
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
22642
23130
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -22778,6 +23266,12 @@ declare const FlowContext: z.ZodObject<{
|
|
|
22778
23266
|
mismatch?: string | undefined;
|
|
22779
23267
|
} | undefined;
|
|
22780
23268
|
readonly?: boolean | undefined;
|
|
23269
|
+
remoteOptions?: {
|
|
23270
|
+
name: string;
|
|
23271
|
+
stepId: string;
|
|
23272
|
+
behavior: "replace" | "append";
|
|
23273
|
+
state?: Record<string, any> | undefined;
|
|
23274
|
+
} | undefined;
|
|
22781
23275
|
}, {
|
|
22782
23276
|
type: "number" | "boolean" | "object" | "text" | "email" | "phone" | "mobile_phone" | "date" | "time" | "datetime" | "password" | "url" | "void" | "location" | "availability" | "name" | "first_name" | "last_name" | "color";
|
|
22783
23277
|
name: string;
|
|
@@ -22896,6 +23390,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
22896
23390
|
params?: Record<string, any>[] | undefined;
|
|
22897
23391
|
preload?: boolean | undefined;
|
|
22898
23392
|
}[] | undefined;
|
|
23393
|
+
outline?: boolean | undefined;
|
|
22899
23394
|
position?: "top" | "bottom" | undefined;
|
|
22900
23395
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
22901
23396
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -23140,6 +23635,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
23140
23635
|
layout: "horizontal" | "vertical";
|
|
23141
23636
|
} | undefined;
|
|
23142
23637
|
carousel?: {
|
|
23638
|
+
labels?: {
|
|
23639
|
+
button?: {
|
|
23640
|
+
label: string;
|
|
23641
|
+
actionId: string;
|
|
23642
|
+
} | undefined;
|
|
23643
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
23644
|
+
} | undefined;
|
|
23143
23645
|
loop?: boolean | undefined;
|
|
23144
23646
|
mouseDragging?: boolean | undefined;
|
|
23145
23647
|
itemsPerPage?: {
|
|
@@ -23160,13 +23662,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
23160
23662
|
clickableItems?: {
|
|
23161
23663
|
actionId: string;
|
|
23162
23664
|
} | undefined;
|
|
23163
|
-
labels?: {
|
|
23164
|
-
button?: {
|
|
23165
|
-
label: string;
|
|
23166
|
-
actionId: string;
|
|
23167
|
-
} | undefined;
|
|
23168
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
23169
|
-
} | undefined;
|
|
23170
23665
|
} | undefined;
|
|
23171
23666
|
calendar?: {
|
|
23172
23667
|
time?: {
|
|
@@ -23258,7 +23753,15 @@ declare const FlowContext: z.ZodObject<{
|
|
|
23258
23753
|
rating?: {
|
|
23259
23754
|
color?: string | undefined;
|
|
23260
23755
|
icons?: string[] | undefined;
|
|
23756
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
23757
|
+
colors?: string[] | undefined;
|
|
23758
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
23261
23759
|
precision?: number | undefined;
|
|
23760
|
+
labels?: {
|
|
23761
|
+
position?: "top" | "bottom" | undefined;
|
|
23762
|
+
start?: string | undefined;
|
|
23763
|
+
end?: string | undefined;
|
|
23764
|
+
} | undefined;
|
|
23262
23765
|
} | undefined;
|
|
23263
23766
|
generic?: {
|
|
23264
23767
|
error: {
|
|
@@ -23281,6 +23784,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
23281
23784
|
params?: Record<string, any>[] | undefined;
|
|
23282
23785
|
preload?: boolean | undefined;
|
|
23283
23786
|
}[] | undefined;
|
|
23787
|
+
outline?: boolean | undefined;
|
|
23284
23788
|
position?: "top" | "bottom" | undefined;
|
|
23285
23789
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
23286
23790
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -23422,12 +23926,19 @@ declare const FlowContext: z.ZodObject<{
|
|
|
23422
23926
|
mismatch?: string | undefined;
|
|
23423
23927
|
} | undefined;
|
|
23424
23928
|
readonly?: boolean | undefined;
|
|
23929
|
+
remoteOptions?: {
|
|
23930
|
+
name: string;
|
|
23931
|
+
stepId: string;
|
|
23932
|
+
behavior: "replace" | "append";
|
|
23933
|
+
state?: Record<string, any> | undefined;
|
|
23934
|
+
} | undefined;
|
|
23425
23935
|
}>, "many">>;
|
|
23426
23936
|
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
23427
23937
|
id: z.ZodString;
|
|
23428
23938
|
type: z.ZodEnum<["submit", "navigate", "link", "back", "dispatcher", "script"]>;
|
|
23429
23939
|
label: z.ZodString;
|
|
23430
23940
|
variant: z.ZodEnum<["primary", "secondary", "success", "danger", "warning", "info"]>;
|
|
23941
|
+
outline: z.ZodOptional<z.ZodBoolean>;
|
|
23431
23942
|
position: z.ZodOptional<z.ZodEnum<["top", "bottom"]>>;
|
|
23432
23943
|
url: z.ZodOptional<z.ZodString>;
|
|
23433
23944
|
target: z.ZodOptional<z.ZodEnum<["_self", "_blank", "_parent", "_top"]>>;
|
|
@@ -23495,6 +24006,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
23495
24006
|
params?: Record<string, any>[] | undefined;
|
|
23496
24007
|
preload?: boolean | undefined;
|
|
23497
24008
|
}[] | undefined;
|
|
24009
|
+
outline?: boolean | undefined;
|
|
23498
24010
|
position?: "top" | "bottom" | undefined;
|
|
23499
24011
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
23500
24012
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -23524,6 +24036,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
23524
24036
|
params?: Record<string, any>[] | undefined;
|
|
23525
24037
|
preload?: boolean | undefined;
|
|
23526
24038
|
}[] | undefined;
|
|
24039
|
+
outline?: boolean | undefined;
|
|
23527
24040
|
position?: "top" | "bottom" | undefined;
|
|
23528
24041
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
23529
24042
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -23792,6 +24305,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
23792
24305
|
params?: Record<string, any>[] | undefined;
|
|
23793
24306
|
preload?: boolean | undefined;
|
|
23794
24307
|
}[] | undefined;
|
|
24308
|
+
outline?: boolean | undefined;
|
|
23795
24309
|
position?: "top" | "bottom" | undefined;
|
|
23796
24310
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
23797
24311
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -24036,6 +24550,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24036
24550
|
layout: "horizontal" | "vertical";
|
|
24037
24551
|
} | undefined;
|
|
24038
24552
|
carousel?: {
|
|
24553
|
+
labels?: {
|
|
24554
|
+
button?: {
|
|
24555
|
+
label: string;
|
|
24556
|
+
actionId: string;
|
|
24557
|
+
} | undefined;
|
|
24558
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
24559
|
+
} | undefined;
|
|
24039
24560
|
loop?: boolean | undefined;
|
|
24040
24561
|
mouseDragging?: boolean | undefined;
|
|
24041
24562
|
itemsPerPage?: {
|
|
@@ -24056,13 +24577,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24056
24577
|
clickableItems?: {
|
|
24057
24578
|
actionId: string;
|
|
24058
24579
|
} | undefined;
|
|
24059
|
-
labels?: {
|
|
24060
|
-
button?: {
|
|
24061
|
-
label: string;
|
|
24062
|
-
actionId: string;
|
|
24063
|
-
} | undefined;
|
|
24064
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
24065
|
-
} | undefined;
|
|
24066
24580
|
} | undefined;
|
|
24067
24581
|
calendar?: {
|
|
24068
24582
|
time?: {
|
|
@@ -24154,7 +24668,15 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24154
24668
|
rating?: {
|
|
24155
24669
|
color?: string | undefined;
|
|
24156
24670
|
icons?: string[] | undefined;
|
|
24671
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
24672
|
+
colors?: string[] | undefined;
|
|
24673
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
24157
24674
|
precision?: number | undefined;
|
|
24675
|
+
labels?: {
|
|
24676
|
+
position?: "top" | "bottom" | undefined;
|
|
24677
|
+
start?: string | undefined;
|
|
24678
|
+
end?: string | undefined;
|
|
24679
|
+
} | undefined;
|
|
24158
24680
|
} | undefined;
|
|
24159
24681
|
generic?: {
|
|
24160
24682
|
error: {
|
|
@@ -24177,6 +24699,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24177
24699
|
params?: Record<string, any>[] | undefined;
|
|
24178
24700
|
preload?: boolean | undefined;
|
|
24179
24701
|
}[] | undefined;
|
|
24702
|
+
outline?: boolean | undefined;
|
|
24180
24703
|
position?: "top" | "bottom" | undefined;
|
|
24181
24704
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
24182
24705
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -24318,6 +24841,12 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24318
24841
|
mismatch?: string | undefined;
|
|
24319
24842
|
} | undefined;
|
|
24320
24843
|
readonly?: boolean | undefined;
|
|
24844
|
+
remoteOptions?: {
|
|
24845
|
+
name: string;
|
|
24846
|
+
stepId: string;
|
|
24847
|
+
behavior: "replace" | "append";
|
|
24848
|
+
state?: Record<string, any> | undefined;
|
|
24849
|
+
} | undefined;
|
|
24321
24850
|
}[] | undefined;
|
|
24322
24851
|
actions?: {
|
|
24323
24852
|
type: "submit" | "link" | "script" | "navigate" | "back" | "dispatcher";
|
|
@@ -24332,6 +24861,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24332
24861
|
params?: Record<string, any>[] | undefined;
|
|
24333
24862
|
preload?: boolean | undefined;
|
|
24334
24863
|
}[] | undefined;
|
|
24864
|
+
outline?: boolean | undefined;
|
|
24335
24865
|
position?: "top" | "bottom" | undefined;
|
|
24336
24866
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
24337
24867
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -24506,6 +25036,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24506
25036
|
params?: Record<string, any>[] | undefined;
|
|
24507
25037
|
preload?: boolean | undefined;
|
|
24508
25038
|
}[] | undefined;
|
|
25039
|
+
outline?: boolean | undefined;
|
|
24509
25040
|
position?: "top" | "bottom" | undefined;
|
|
24510
25041
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
24511
25042
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -24750,6 +25281,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24750
25281
|
layout: "horizontal" | "vertical";
|
|
24751
25282
|
} | undefined;
|
|
24752
25283
|
carousel?: {
|
|
25284
|
+
labels?: {
|
|
25285
|
+
button?: {
|
|
25286
|
+
label: string;
|
|
25287
|
+
actionId: string;
|
|
25288
|
+
} | undefined;
|
|
25289
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
25290
|
+
} | undefined;
|
|
24753
25291
|
loop?: boolean | undefined;
|
|
24754
25292
|
mouseDragging?: boolean | undefined;
|
|
24755
25293
|
itemsPerPage?: {
|
|
@@ -24770,13 +25308,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24770
25308
|
clickableItems?: {
|
|
24771
25309
|
actionId: string;
|
|
24772
25310
|
} | undefined;
|
|
24773
|
-
labels?: {
|
|
24774
|
-
button?: {
|
|
24775
|
-
label: string;
|
|
24776
|
-
actionId: string;
|
|
24777
|
-
} | undefined;
|
|
24778
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
24779
|
-
} | undefined;
|
|
24780
25311
|
} | undefined;
|
|
24781
25312
|
calendar?: {
|
|
24782
25313
|
time?: {
|
|
@@ -24868,7 +25399,15 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24868
25399
|
rating?: {
|
|
24869
25400
|
color?: string | undefined;
|
|
24870
25401
|
icons?: string[] | undefined;
|
|
25402
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
25403
|
+
colors?: string[] | undefined;
|
|
25404
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
24871
25405
|
precision?: number | undefined;
|
|
25406
|
+
labels?: {
|
|
25407
|
+
position?: "top" | "bottom" | undefined;
|
|
25408
|
+
start?: string | undefined;
|
|
25409
|
+
end?: string | undefined;
|
|
25410
|
+
} | undefined;
|
|
24872
25411
|
} | undefined;
|
|
24873
25412
|
generic?: {
|
|
24874
25413
|
error: {
|
|
@@ -24891,6 +25430,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
24891
25430
|
params?: Record<string, any>[] | undefined;
|
|
24892
25431
|
preload?: boolean | undefined;
|
|
24893
25432
|
}[] | undefined;
|
|
25433
|
+
outline?: boolean | undefined;
|
|
24894
25434
|
position?: "top" | "bottom" | undefined;
|
|
24895
25435
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
24896
25436
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -25032,6 +25572,12 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25032
25572
|
mismatch?: string | undefined;
|
|
25033
25573
|
} | undefined;
|
|
25034
25574
|
readonly?: boolean | undefined;
|
|
25575
|
+
remoteOptions?: {
|
|
25576
|
+
name: string;
|
|
25577
|
+
stepId: string;
|
|
25578
|
+
behavior: "replace" | "append";
|
|
25579
|
+
state?: Record<string, any> | undefined;
|
|
25580
|
+
} | undefined;
|
|
25035
25581
|
}[] | undefined;
|
|
25036
25582
|
actions?: {
|
|
25037
25583
|
type: "submit" | "link" | "script" | "navigate" | "back" | "dispatcher";
|
|
@@ -25046,6 +25592,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25046
25592
|
params?: Record<string, any>[] | undefined;
|
|
25047
25593
|
preload?: boolean | undefined;
|
|
25048
25594
|
}[] | undefined;
|
|
25595
|
+
outline?: boolean | undefined;
|
|
25049
25596
|
position?: "top" | "bottom" | undefined;
|
|
25050
25597
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
25051
25598
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -25254,6 +25801,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25254
25801
|
params?: Record<string, any>[] | undefined;
|
|
25255
25802
|
preload?: boolean | undefined;
|
|
25256
25803
|
}[] | undefined;
|
|
25804
|
+
outline?: boolean | undefined;
|
|
25257
25805
|
position?: "top" | "bottom" | undefined;
|
|
25258
25806
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
25259
25807
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -25498,6 +26046,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25498
26046
|
layout: "horizontal" | "vertical";
|
|
25499
26047
|
} | undefined;
|
|
25500
26048
|
carousel?: {
|
|
26049
|
+
labels?: {
|
|
26050
|
+
button?: {
|
|
26051
|
+
label: string;
|
|
26052
|
+
actionId: string;
|
|
26053
|
+
} | undefined;
|
|
26054
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
26055
|
+
} | undefined;
|
|
25501
26056
|
loop?: boolean | undefined;
|
|
25502
26057
|
mouseDragging?: boolean | undefined;
|
|
25503
26058
|
itemsPerPage?: {
|
|
@@ -25518,13 +26073,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25518
26073
|
clickableItems?: {
|
|
25519
26074
|
actionId: string;
|
|
25520
26075
|
} | undefined;
|
|
25521
|
-
labels?: {
|
|
25522
|
-
button?: {
|
|
25523
|
-
label: string;
|
|
25524
|
-
actionId: string;
|
|
25525
|
-
} | undefined;
|
|
25526
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
25527
|
-
} | undefined;
|
|
25528
26076
|
} | undefined;
|
|
25529
26077
|
calendar?: {
|
|
25530
26078
|
time?: {
|
|
@@ -25616,7 +26164,15 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25616
26164
|
rating?: {
|
|
25617
26165
|
color?: string | undefined;
|
|
25618
26166
|
icons?: string[] | undefined;
|
|
26167
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
26168
|
+
colors?: string[] | undefined;
|
|
26169
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
25619
26170
|
precision?: number | undefined;
|
|
26171
|
+
labels?: {
|
|
26172
|
+
position?: "top" | "bottom" | undefined;
|
|
26173
|
+
start?: string | undefined;
|
|
26174
|
+
end?: string | undefined;
|
|
26175
|
+
} | undefined;
|
|
25620
26176
|
} | undefined;
|
|
25621
26177
|
generic?: {
|
|
25622
26178
|
error: {
|
|
@@ -25639,6 +26195,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25639
26195
|
params?: Record<string, any>[] | undefined;
|
|
25640
26196
|
preload?: boolean | undefined;
|
|
25641
26197
|
}[] | undefined;
|
|
26198
|
+
outline?: boolean | undefined;
|
|
25642
26199
|
position?: "top" | "bottom" | undefined;
|
|
25643
26200
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
25644
26201
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -25780,6 +26337,12 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25780
26337
|
mismatch?: string | undefined;
|
|
25781
26338
|
} | undefined;
|
|
25782
26339
|
readonly?: boolean | undefined;
|
|
26340
|
+
remoteOptions?: {
|
|
26341
|
+
name: string;
|
|
26342
|
+
stepId: string;
|
|
26343
|
+
behavior: "replace" | "append";
|
|
26344
|
+
state?: Record<string, any> | undefined;
|
|
26345
|
+
} | undefined;
|
|
25783
26346
|
}[] | undefined;
|
|
25784
26347
|
actions?: {
|
|
25785
26348
|
type: "submit" | "link" | "script" | "navigate" | "back" | "dispatcher";
|
|
@@ -25794,6 +26357,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25794
26357
|
params?: Record<string, any>[] | undefined;
|
|
25795
26358
|
preload?: boolean | undefined;
|
|
25796
26359
|
}[] | undefined;
|
|
26360
|
+
outline?: boolean | undefined;
|
|
25797
26361
|
position?: "top" | "bottom" | undefined;
|
|
25798
26362
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
25799
26363
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -25980,6 +26544,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
25980
26544
|
params?: Record<string, any>[] | undefined;
|
|
25981
26545
|
preload?: boolean | undefined;
|
|
25982
26546
|
}[] | undefined;
|
|
26547
|
+
outline?: boolean | undefined;
|
|
25983
26548
|
position?: "top" | "bottom" | undefined;
|
|
25984
26549
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
25985
26550
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -26224,6 +26789,13 @@ declare const FlowContext: z.ZodObject<{
|
|
|
26224
26789
|
layout: "horizontal" | "vertical";
|
|
26225
26790
|
} | undefined;
|
|
26226
26791
|
carousel?: {
|
|
26792
|
+
labels?: {
|
|
26793
|
+
button?: {
|
|
26794
|
+
label: string;
|
|
26795
|
+
actionId: string;
|
|
26796
|
+
} | undefined;
|
|
26797
|
+
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
26798
|
+
} | undefined;
|
|
26227
26799
|
loop?: boolean | undefined;
|
|
26228
26800
|
mouseDragging?: boolean | undefined;
|
|
26229
26801
|
itemsPerPage?: {
|
|
@@ -26244,13 +26816,6 @@ declare const FlowContext: z.ZodObject<{
|
|
|
26244
26816
|
clickableItems?: {
|
|
26245
26817
|
actionId: string;
|
|
26246
26818
|
} | undefined;
|
|
26247
|
-
labels?: {
|
|
26248
|
-
button?: {
|
|
26249
|
-
label: string;
|
|
26250
|
-
actionId: string;
|
|
26251
|
-
} | undefined;
|
|
26252
|
-
position?: "top" | "bottom" | "nav-top" | "nav-bottom" | "static-top" | "static-bottom" | undefined;
|
|
26253
|
-
} | undefined;
|
|
26254
26819
|
} | undefined;
|
|
26255
26820
|
calendar?: {
|
|
26256
26821
|
time?: {
|
|
@@ -26342,7 +26907,15 @@ declare const FlowContext: z.ZodObject<{
|
|
|
26342
26907
|
rating?: {
|
|
26343
26908
|
color?: string | undefined;
|
|
26344
26909
|
icons?: string[] | undefined;
|
|
26910
|
+
iconMode?: "individual" | "unified" | undefined;
|
|
26911
|
+
colors?: string[] | undefined;
|
|
26912
|
+
colorMode?: "individual" | "unified" | undefined;
|
|
26345
26913
|
precision?: number | undefined;
|
|
26914
|
+
labels?: {
|
|
26915
|
+
position?: "top" | "bottom" | undefined;
|
|
26916
|
+
start?: string | undefined;
|
|
26917
|
+
end?: string | undefined;
|
|
26918
|
+
} | undefined;
|
|
26346
26919
|
} | undefined;
|
|
26347
26920
|
generic?: {
|
|
26348
26921
|
error: {
|
|
@@ -26365,6 +26938,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
26365
26938
|
params?: Record<string, any>[] | undefined;
|
|
26366
26939
|
preload?: boolean | undefined;
|
|
26367
26940
|
}[] | undefined;
|
|
26941
|
+
outline?: boolean | undefined;
|
|
26368
26942
|
position?: "top" | "bottom" | undefined;
|
|
26369
26943
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
26370
26944
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -26506,6 +27080,12 @@ declare const FlowContext: z.ZodObject<{
|
|
|
26506
27080
|
mismatch?: string | undefined;
|
|
26507
27081
|
} | undefined;
|
|
26508
27082
|
readonly?: boolean | undefined;
|
|
27083
|
+
remoteOptions?: {
|
|
27084
|
+
name: string;
|
|
27085
|
+
stepId: string;
|
|
27086
|
+
behavior: "replace" | "append";
|
|
27087
|
+
state?: Record<string, any> | undefined;
|
|
27088
|
+
} | undefined;
|
|
26509
27089
|
}[] | undefined;
|
|
26510
27090
|
actions?: {
|
|
26511
27091
|
type: "submit" | "link" | "script" | "navigate" | "back" | "dispatcher";
|
|
@@ -26520,6 +27100,7 @@ declare const FlowContext: z.ZodObject<{
|
|
|
26520
27100
|
params?: Record<string, any>[] | undefined;
|
|
26521
27101
|
preload?: boolean | undefined;
|
|
26522
27102
|
}[] | undefined;
|
|
27103
|
+
outline?: boolean | undefined;
|
|
26523
27104
|
position?: "top" | "bottom" | undefined;
|
|
26524
27105
|
target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
|
|
26525
27106
|
loadingBehavior?: "disabled" | "none" | "spinner" | undefined;
|
|
@@ -27302,4 +27883,4 @@ type DependsOn = z.infer<typeof DependsOn>;
|
|
|
27302
27883
|
*/
|
|
27303
27884
|
type EventListener = (type: EventName, data: EventData) => void;
|
|
27304
27885
|
|
|
27305
|
-
export { Action, ActionEvent, ActionScript, AffixSlot, Availability, ClientOptions, ColorScheme, DEFAULT_CLIENT_OPTIONS, DEFAULT_MAP_ID, DependencyCondition, DependencyGroup, DependsOn, ErrorCode, ErrorData, type EventListener, EventType, Field, FieldValue, Flow, FlowContext, GetStepOptions, GetStepTrigger, Location, LocationProperty, MapPin, PostAction, Step, StepId };
|
|
27886
|
+
export { Action, ActionEvent, ActionScript, AffixSlot, Availability, ClientOptions, ColorScheme, DEFAULT_CLIENT_OPTIONS, DEFAULT_MAP_ID, DependencyCondition, DependencyGroup, DependsOn, ErrorCode, ErrorData, type EventListener, EventType, Field, FieldValue, Flow, FlowContext, GetStepOptions, GetStepTrigger, Location, LocationProperty, MapPin, PostAction, RemoteOptions, Step, StepId };
|