@syntrologie/adapt-nav 2.27.0 → 2.28.0
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/dist/{chunk-CAJZJCHL.js → chunk-DDX6VH2W.js} +5 -7
- package/dist/chunk-DDX6VH2W.js.map +7 -0
- package/dist/editor.js +615 -1455
- package/dist/editor.js.map +3 -3
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +8 -1
- package/dist/runtime.js.map +2 -2
- package/dist/schema.d.ts +72 -71
- package/dist/schema.d.ts.map +1 -1
- package/dist/schema.js +2 -1
- package/dist/schema.js.map +2 -2
- package/dist/types.d.ts +7 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-CAJZJCHL.js.map +0 -7
package/dist/schema.d.ts
CHANGED
|
@@ -198,7 +198,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
198
198
|
count: z.ZodNumber;
|
|
199
199
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
200
200
|
counter: z.ZodOptional<z.ZodObject<{
|
|
201
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
201
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
202
202
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
203
203
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
204
204
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -210,13 +210,13 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
210
210
|
contains?: string | undefined;
|
|
211
211
|
}>>>;
|
|
212
212
|
}, "strip", z.ZodTypeAny, {
|
|
213
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
213
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
214
214
|
match?: Record<string, {
|
|
215
215
|
equals?: string | number | boolean | undefined;
|
|
216
216
|
contains?: string | undefined;
|
|
217
217
|
}> | undefined;
|
|
218
218
|
}, {
|
|
219
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
219
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
220
220
|
match?: Record<string, {
|
|
221
221
|
equals?: string | number | boolean | undefined;
|
|
222
222
|
contains?: string | undefined;
|
|
@@ -229,7 +229,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
229
229
|
count: number;
|
|
230
230
|
withinMs?: number | undefined;
|
|
231
231
|
counter?: {
|
|
232
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
232
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
233
233
|
match?: Record<string, {
|
|
234
234
|
equals?: string | number | boolean | undefined;
|
|
235
235
|
contains?: string | undefined;
|
|
@@ -242,7 +242,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
242
242
|
count: number;
|
|
243
243
|
withinMs?: number | undefined;
|
|
244
244
|
counter?: {
|
|
245
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
245
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
246
246
|
match?: Record<string, {
|
|
247
247
|
equals?: string | number | boolean | undefined;
|
|
248
248
|
contains?: string | undefined;
|
|
@@ -300,7 +300,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
300
300
|
count: number;
|
|
301
301
|
withinMs?: number | undefined;
|
|
302
302
|
counter?: {
|
|
303
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
303
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
304
304
|
match?: Record<string, {
|
|
305
305
|
equals?: string | number | boolean | undefined;
|
|
306
306
|
contains?: string | undefined;
|
|
@@ -358,7 +358,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
358
358
|
count: number;
|
|
359
359
|
withinMs?: number | undefined;
|
|
360
360
|
counter?: {
|
|
361
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
361
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
362
362
|
match?: Record<string, {
|
|
363
363
|
equals?: string | number | boolean | undefined;
|
|
364
364
|
contains?: string | undefined;
|
|
@@ -420,7 +420,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
420
420
|
count: number;
|
|
421
421
|
withinMs?: number | undefined;
|
|
422
422
|
counter?: {
|
|
423
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
423
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
424
424
|
match?: Record<string, {
|
|
425
425
|
equals?: string | number | boolean | undefined;
|
|
426
426
|
contains?: string | undefined;
|
|
@@ -482,7 +482,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
482
482
|
count: number;
|
|
483
483
|
withinMs?: number | undefined;
|
|
484
484
|
counter?: {
|
|
485
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
485
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
486
486
|
match?: Record<string, {
|
|
487
487
|
equals?: string | number | boolean | undefined;
|
|
488
488
|
contains?: string | undefined;
|
|
@@ -646,7 +646,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
646
646
|
count: number;
|
|
647
647
|
withinMs?: number | undefined;
|
|
648
648
|
counter?: {
|
|
649
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
649
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
650
650
|
match?: Record<string, {
|
|
651
651
|
equals?: string | number | boolean | undefined;
|
|
652
652
|
contains?: string | undefined;
|
|
@@ -755,7 +755,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
755
755
|
count: number;
|
|
756
756
|
withinMs?: number | undefined;
|
|
757
757
|
counter?: {
|
|
758
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
758
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
759
759
|
match?: Record<string, {
|
|
760
760
|
equals?: string | number | boolean | undefined;
|
|
761
761
|
contains?: string | undefined;
|
|
@@ -864,7 +864,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
864
864
|
count: number;
|
|
865
865
|
withinMs?: number | undefined;
|
|
866
866
|
counter?: {
|
|
867
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
867
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
868
868
|
match?: Record<string, {
|
|
869
869
|
equals?: string | number | boolean | undefined;
|
|
870
870
|
contains?: string | undefined;
|
|
@@ -973,7 +973,7 @@ export declare const NavTipSchema: z.ZodEffects<z.ZodObject<{
|
|
|
973
973
|
count: number;
|
|
974
974
|
withinMs?: number | undefined;
|
|
975
975
|
counter?: {
|
|
976
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
976
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
977
977
|
match?: Record<string, {
|
|
978
978
|
equals?: string | number | boolean | undefined;
|
|
979
979
|
contains?: string | undefined;
|
|
@@ -1205,7 +1205,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1205
1205
|
count: z.ZodNumber;
|
|
1206
1206
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
1207
1207
|
counter: z.ZodOptional<z.ZodObject<{
|
|
1208
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
1208
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
1209
1209
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1210
1210
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
1211
1211
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -1217,13 +1217,13 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1217
1217
|
contains?: string | undefined;
|
|
1218
1218
|
}>>>;
|
|
1219
1219
|
}, "strip", z.ZodTypeAny, {
|
|
1220
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1220
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1221
1221
|
match?: Record<string, {
|
|
1222
1222
|
equals?: string | number | boolean | undefined;
|
|
1223
1223
|
contains?: string | undefined;
|
|
1224
1224
|
}> | undefined;
|
|
1225
1225
|
}, {
|
|
1226
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1226
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1227
1227
|
match?: Record<string, {
|
|
1228
1228
|
equals?: string | number | boolean | undefined;
|
|
1229
1229
|
contains?: string | undefined;
|
|
@@ -1236,7 +1236,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1236
1236
|
count: number;
|
|
1237
1237
|
withinMs?: number | undefined;
|
|
1238
1238
|
counter?: {
|
|
1239
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1239
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1240
1240
|
match?: Record<string, {
|
|
1241
1241
|
equals?: string | number | boolean | undefined;
|
|
1242
1242
|
contains?: string | undefined;
|
|
@@ -1249,7 +1249,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1249
1249
|
count: number;
|
|
1250
1250
|
withinMs?: number | undefined;
|
|
1251
1251
|
counter?: {
|
|
1252
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1252
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1253
1253
|
match?: Record<string, {
|
|
1254
1254
|
equals?: string | number | boolean | undefined;
|
|
1255
1255
|
contains?: string | undefined;
|
|
@@ -1307,7 +1307,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1307
1307
|
count: number;
|
|
1308
1308
|
withinMs?: number | undefined;
|
|
1309
1309
|
counter?: {
|
|
1310
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1310
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1311
1311
|
match?: Record<string, {
|
|
1312
1312
|
equals?: string | number | boolean | undefined;
|
|
1313
1313
|
contains?: string | undefined;
|
|
@@ -1365,7 +1365,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1365
1365
|
count: number;
|
|
1366
1366
|
withinMs?: number | undefined;
|
|
1367
1367
|
counter?: {
|
|
1368
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1368
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1369
1369
|
match?: Record<string, {
|
|
1370
1370
|
equals?: string | number | boolean | undefined;
|
|
1371
1371
|
contains?: string | undefined;
|
|
@@ -1427,7 +1427,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1427
1427
|
count: number;
|
|
1428
1428
|
withinMs?: number | undefined;
|
|
1429
1429
|
counter?: {
|
|
1430
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1430
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1431
1431
|
match?: Record<string, {
|
|
1432
1432
|
equals?: string | number | boolean | undefined;
|
|
1433
1433
|
contains?: string | undefined;
|
|
@@ -1489,7 +1489,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1489
1489
|
count: number;
|
|
1490
1490
|
withinMs?: number | undefined;
|
|
1491
1491
|
counter?: {
|
|
1492
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1492
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1493
1493
|
match?: Record<string, {
|
|
1494
1494
|
equals?: string | number | boolean | undefined;
|
|
1495
1495
|
contains?: string | undefined;
|
|
@@ -1653,7 +1653,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1653
1653
|
count: number;
|
|
1654
1654
|
withinMs?: number | undefined;
|
|
1655
1655
|
counter?: {
|
|
1656
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1656
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1657
1657
|
match?: Record<string, {
|
|
1658
1658
|
equals?: string | number | boolean | undefined;
|
|
1659
1659
|
contains?: string | undefined;
|
|
@@ -1762,7 +1762,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1762
1762
|
count: number;
|
|
1763
1763
|
withinMs?: number | undefined;
|
|
1764
1764
|
counter?: {
|
|
1765
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1765
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1766
1766
|
match?: Record<string, {
|
|
1767
1767
|
equals?: string | number | boolean | undefined;
|
|
1768
1768
|
contains?: string | undefined;
|
|
@@ -1871,7 +1871,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1871
1871
|
count: number;
|
|
1872
1872
|
withinMs?: number | undefined;
|
|
1873
1873
|
counter?: {
|
|
1874
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1874
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1875
1875
|
match?: Record<string, {
|
|
1876
1876
|
equals?: string | number | boolean | undefined;
|
|
1877
1877
|
contains?: string | undefined;
|
|
@@ -1980,7 +1980,7 @@ export declare const NavLinkSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1980
1980
|
count: number;
|
|
1981
1981
|
withinMs?: number | undefined;
|
|
1982
1982
|
counter?: {
|
|
1983
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1983
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1984
1984
|
match?: Record<string, {
|
|
1985
1985
|
equals?: string | number | boolean | undefined;
|
|
1986
1986
|
contains?: string | undefined;
|
|
@@ -2222,7 +2222,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2222
2222
|
count: z.ZodNumber;
|
|
2223
2223
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
2224
2224
|
counter: z.ZodOptional<z.ZodObject<{
|
|
2225
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
2225
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
2226
2226
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2227
2227
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
2228
2228
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -2234,13 +2234,13 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2234
2234
|
contains?: string | undefined;
|
|
2235
2235
|
}>>>;
|
|
2236
2236
|
}, "strip", z.ZodTypeAny, {
|
|
2237
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2237
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2238
2238
|
match?: Record<string, {
|
|
2239
2239
|
equals?: string | number | boolean | undefined;
|
|
2240
2240
|
contains?: string | undefined;
|
|
2241
2241
|
}> | undefined;
|
|
2242
2242
|
}, {
|
|
2243
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2243
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2244
2244
|
match?: Record<string, {
|
|
2245
2245
|
equals?: string | number | boolean | undefined;
|
|
2246
2246
|
contains?: string | undefined;
|
|
@@ -2253,7 +2253,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2253
2253
|
count: number;
|
|
2254
2254
|
withinMs?: number | undefined;
|
|
2255
2255
|
counter?: {
|
|
2256
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2256
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2257
2257
|
match?: Record<string, {
|
|
2258
2258
|
equals?: string | number | boolean | undefined;
|
|
2259
2259
|
contains?: string | undefined;
|
|
@@ -2266,7 +2266,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2266
2266
|
count: number;
|
|
2267
2267
|
withinMs?: number | undefined;
|
|
2268
2268
|
counter?: {
|
|
2269
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2269
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2270
2270
|
match?: Record<string, {
|
|
2271
2271
|
equals?: string | number | boolean | undefined;
|
|
2272
2272
|
contains?: string | undefined;
|
|
@@ -2324,7 +2324,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2324
2324
|
count: number;
|
|
2325
2325
|
withinMs?: number | undefined;
|
|
2326
2326
|
counter?: {
|
|
2327
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2327
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2328
2328
|
match?: Record<string, {
|
|
2329
2329
|
equals?: string | number | boolean | undefined;
|
|
2330
2330
|
contains?: string | undefined;
|
|
@@ -2382,7 +2382,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2382
2382
|
count: number;
|
|
2383
2383
|
withinMs?: number | undefined;
|
|
2384
2384
|
counter?: {
|
|
2385
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2385
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2386
2386
|
match?: Record<string, {
|
|
2387
2387
|
equals?: string | number | boolean | undefined;
|
|
2388
2388
|
contains?: string | undefined;
|
|
@@ -2444,7 +2444,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2444
2444
|
count: number;
|
|
2445
2445
|
withinMs?: number | undefined;
|
|
2446
2446
|
counter?: {
|
|
2447
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2447
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2448
2448
|
match?: Record<string, {
|
|
2449
2449
|
equals?: string | number | boolean | undefined;
|
|
2450
2450
|
contains?: string | undefined;
|
|
@@ -2506,7 +2506,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2506
2506
|
count: number;
|
|
2507
2507
|
withinMs?: number | undefined;
|
|
2508
2508
|
counter?: {
|
|
2509
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2509
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2510
2510
|
match?: Record<string, {
|
|
2511
2511
|
equals?: string | number | boolean | undefined;
|
|
2512
2512
|
contains?: string | undefined;
|
|
@@ -2670,7 +2670,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2670
2670
|
count: number;
|
|
2671
2671
|
withinMs?: number | undefined;
|
|
2672
2672
|
counter?: {
|
|
2673
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2673
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2674
2674
|
match?: Record<string, {
|
|
2675
2675
|
equals?: string | number | boolean | undefined;
|
|
2676
2676
|
contains?: string | undefined;
|
|
@@ -2779,7 +2779,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2779
2779
|
count: number;
|
|
2780
2780
|
withinMs?: number | undefined;
|
|
2781
2781
|
counter?: {
|
|
2782
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2782
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2783
2783
|
match?: Record<string, {
|
|
2784
2784
|
equals?: string | number | boolean | undefined;
|
|
2785
2785
|
contains?: string | undefined;
|
|
@@ -2888,7 +2888,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2888
2888
|
count: number;
|
|
2889
2889
|
withinMs?: number | undefined;
|
|
2890
2890
|
counter?: {
|
|
2891
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2891
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2892
2892
|
match?: Record<string, {
|
|
2893
2893
|
equals?: string | number | boolean | undefined;
|
|
2894
2894
|
contains?: string | undefined;
|
|
@@ -2997,7 +2997,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2997
2997
|
count: number;
|
|
2998
2998
|
withinMs?: number | undefined;
|
|
2999
2999
|
counter?: {
|
|
3000
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3000
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3001
3001
|
match?: Record<string, {
|
|
3002
3002
|
equals?: string | number | boolean | undefined;
|
|
3003
3003
|
contains?: string | undefined;
|
|
@@ -3110,7 +3110,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3110
3110
|
count: number;
|
|
3111
3111
|
withinMs?: number | undefined;
|
|
3112
3112
|
counter?: {
|
|
3113
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3113
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3114
3114
|
match?: Record<string, {
|
|
3115
3115
|
equals?: string | number | boolean | undefined;
|
|
3116
3116
|
contains?: string | undefined;
|
|
@@ -3225,7 +3225,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3225
3225
|
count: number;
|
|
3226
3226
|
withinMs?: number | undefined;
|
|
3227
3227
|
counter?: {
|
|
3228
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3228
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3229
3229
|
match?: Record<string, {
|
|
3230
3230
|
equals?: string | number | boolean | undefined;
|
|
3231
3231
|
contains?: string | undefined;
|
|
@@ -3390,7 +3390,7 @@ export declare function validateNavTip(data: unknown): z.SafeParseReturnType<{
|
|
|
3390
3390
|
count: number;
|
|
3391
3391
|
withinMs?: number | undefined;
|
|
3392
3392
|
counter?: {
|
|
3393
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3393
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3394
3394
|
match?: Record<string, {
|
|
3395
3395
|
equals?: string | number | boolean | undefined;
|
|
3396
3396
|
contains?: string | undefined;
|
|
@@ -3499,7 +3499,7 @@ export declare function validateNavTip(data: unknown): z.SafeParseReturnType<{
|
|
|
3499
3499
|
count: number;
|
|
3500
3500
|
withinMs?: number | undefined;
|
|
3501
3501
|
counter?: {
|
|
3502
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3502
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3503
3503
|
match?: Record<string, {
|
|
3504
3504
|
equals?: string | number | boolean | undefined;
|
|
3505
3505
|
contains?: string | undefined;
|
|
@@ -3618,7 +3618,7 @@ export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<
|
|
|
3618
3618
|
count: number;
|
|
3619
3619
|
withinMs?: number | undefined;
|
|
3620
3620
|
counter?: {
|
|
3621
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3621
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3622
3622
|
match?: Record<string, {
|
|
3623
3623
|
equals?: string | number | boolean | undefined;
|
|
3624
3624
|
contains?: string | undefined;
|
|
@@ -3731,7 +3731,7 @@ export declare function validateNavConfig(data: unknown): z.SafeParseReturnType<
|
|
|
3731
3731
|
count: number;
|
|
3732
3732
|
withinMs?: number | undefined;
|
|
3733
3733
|
counter?: {
|
|
3734
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3734
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3735
3735
|
match?: Record<string, {
|
|
3736
3736
|
equals?: string | number | boolean | undefined;
|
|
3737
3737
|
contains?: string | undefined;
|
|
@@ -3970,7 +3970,7 @@ export declare const actionStepSchemas: {
|
|
|
3970
3970
|
count: z.ZodNumber;
|
|
3971
3971
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
3972
3972
|
counter: z.ZodOptional<z.ZodObject<{
|
|
3973
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
3973
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
3974
3974
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3975
3975
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
3976
3976
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -3982,13 +3982,13 @@ export declare const actionStepSchemas: {
|
|
|
3982
3982
|
contains?: string | undefined;
|
|
3983
3983
|
}>>>;
|
|
3984
3984
|
}, "strip", z.ZodTypeAny, {
|
|
3985
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3985
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3986
3986
|
match?: Record<string, {
|
|
3987
3987
|
equals?: string | number | boolean | undefined;
|
|
3988
3988
|
contains?: string | undefined;
|
|
3989
3989
|
}> | undefined;
|
|
3990
3990
|
}, {
|
|
3991
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3991
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3992
3992
|
match?: Record<string, {
|
|
3993
3993
|
equals?: string | number | boolean | undefined;
|
|
3994
3994
|
contains?: string | undefined;
|
|
@@ -4001,7 +4001,7 @@ export declare const actionStepSchemas: {
|
|
|
4001
4001
|
count: number;
|
|
4002
4002
|
withinMs?: number | undefined;
|
|
4003
4003
|
counter?: {
|
|
4004
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4004
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4005
4005
|
match?: Record<string, {
|
|
4006
4006
|
equals?: string | number | boolean | undefined;
|
|
4007
4007
|
contains?: string | undefined;
|
|
@@ -4014,7 +4014,7 @@ export declare const actionStepSchemas: {
|
|
|
4014
4014
|
count: number;
|
|
4015
4015
|
withinMs?: number | undefined;
|
|
4016
4016
|
counter?: {
|
|
4017
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4017
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4018
4018
|
match?: Record<string, {
|
|
4019
4019
|
equals?: string | number | boolean | undefined;
|
|
4020
4020
|
contains?: string | undefined;
|
|
@@ -4072,7 +4072,7 @@ export declare const actionStepSchemas: {
|
|
|
4072
4072
|
count: number;
|
|
4073
4073
|
withinMs?: number | undefined;
|
|
4074
4074
|
counter?: {
|
|
4075
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4075
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4076
4076
|
match?: Record<string, {
|
|
4077
4077
|
equals?: string | number | boolean | undefined;
|
|
4078
4078
|
contains?: string | undefined;
|
|
@@ -4130,7 +4130,7 @@ export declare const actionStepSchemas: {
|
|
|
4130
4130
|
count: number;
|
|
4131
4131
|
withinMs?: number | undefined;
|
|
4132
4132
|
counter?: {
|
|
4133
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4133
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4134
4134
|
match?: Record<string, {
|
|
4135
4135
|
equals?: string | number | boolean | undefined;
|
|
4136
4136
|
contains?: string | undefined;
|
|
@@ -4192,7 +4192,7 @@ export declare const actionStepSchemas: {
|
|
|
4192
4192
|
count: number;
|
|
4193
4193
|
withinMs?: number | undefined;
|
|
4194
4194
|
counter?: {
|
|
4195
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4195
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4196
4196
|
match?: Record<string, {
|
|
4197
4197
|
equals?: string | number | boolean | undefined;
|
|
4198
4198
|
contains?: string | undefined;
|
|
@@ -4254,7 +4254,7 @@ export declare const actionStepSchemas: {
|
|
|
4254
4254
|
count: number;
|
|
4255
4255
|
withinMs?: number | undefined;
|
|
4256
4256
|
counter?: {
|
|
4257
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4257
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4258
4258
|
match?: Record<string, {
|
|
4259
4259
|
equals?: string | number | boolean | undefined;
|
|
4260
4260
|
contains?: string | undefined;
|
|
@@ -4418,7 +4418,7 @@ export declare const actionStepSchemas: {
|
|
|
4418
4418
|
count: number;
|
|
4419
4419
|
withinMs?: number | undefined;
|
|
4420
4420
|
counter?: {
|
|
4421
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4421
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4422
4422
|
match?: Record<string, {
|
|
4423
4423
|
equals?: string | number | boolean | undefined;
|
|
4424
4424
|
contains?: string | undefined;
|
|
@@ -4527,7 +4527,7 @@ export declare const actionStepSchemas: {
|
|
|
4527
4527
|
count: number;
|
|
4528
4528
|
withinMs?: number | undefined;
|
|
4529
4529
|
counter?: {
|
|
4530
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4530
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4531
4531
|
match?: Record<string, {
|
|
4532
4532
|
equals?: string | number | boolean | undefined;
|
|
4533
4533
|
contains?: string | undefined;
|
|
@@ -4774,7 +4774,7 @@ export declare const tileWidgets: {
|
|
|
4774
4774
|
count: z.ZodNumber;
|
|
4775
4775
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
4776
4776
|
counter: z.ZodOptional<z.ZodObject<{
|
|
4777
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
4777
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
4778
4778
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
4779
4779
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
4780
4780
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -4786,13 +4786,13 @@ export declare const tileWidgets: {
|
|
|
4786
4786
|
contains?: string | undefined;
|
|
4787
4787
|
}>>>;
|
|
4788
4788
|
}, "strip", z.ZodTypeAny, {
|
|
4789
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4789
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4790
4790
|
match?: Record<string, {
|
|
4791
4791
|
equals?: string | number | boolean | undefined;
|
|
4792
4792
|
contains?: string | undefined;
|
|
4793
4793
|
}> | undefined;
|
|
4794
4794
|
}, {
|
|
4795
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4795
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4796
4796
|
match?: Record<string, {
|
|
4797
4797
|
equals?: string | number | boolean | undefined;
|
|
4798
4798
|
contains?: string | undefined;
|
|
@@ -4805,7 +4805,7 @@ export declare const tileWidgets: {
|
|
|
4805
4805
|
count: number;
|
|
4806
4806
|
withinMs?: number | undefined;
|
|
4807
4807
|
counter?: {
|
|
4808
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4808
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4809
4809
|
match?: Record<string, {
|
|
4810
4810
|
equals?: string | number | boolean | undefined;
|
|
4811
4811
|
contains?: string | undefined;
|
|
@@ -4818,7 +4818,7 @@ export declare const tileWidgets: {
|
|
|
4818
4818
|
count: number;
|
|
4819
4819
|
withinMs?: number | undefined;
|
|
4820
4820
|
counter?: {
|
|
4821
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4821
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4822
4822
|
match?: Record<string, {
|
|
4823
4823
|
equals?: string | number | boolean | undefined;
|
|
4824
4824
|
contains?: string | undefined;
|
|
@@ -4876,7 +4876,7 @@ export declare const tileWidgets: {
|
|
|
4876
4876
|
count: number;
|
|
4877
4877
|
withinMs?: number | undefined;
|
|
4878
4878
|
counter?: {
|
|
4879
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4879
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4880
4880
|
match?: Record<string, {
|
|
4881
4881
|
equals?: string | number | boolean | undefined;
|
|
4882
4882
|
contains?: string | undefined;
|
|
@@ -4934,7 +4934,7 @@ export declare const tileWidgets: {
|
|
|
4934
4934
|
count: number;
|
|
4935
4935
|
withinMs?: number | undefined;
|
|
4936
4936
|
counter?: {
|
|
4937
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4937
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4938
4938
|
match?: Record<string, {
|
|
4939
4939
|
equals?: string | number | boolean | undefined;
|
|
4940
4940
|
contains?: string | undefined;
|
|
@@ -4996,7 +4996,7 @@ export declare const tileWidgets: {
|
|
|
4996
4996
|
count: number;
|
|
4997
4997
|
withinMs?: number | undefined;
|
|
4998
4998
|
counter?: {
|
|
4999
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4999
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5000
5000
|
match?: Record<string, {
|
|
5001
5001
|
equals?: string | number | boolean | undefined;
|
|
5002
5002
|
contains?: string | undefined;
|
|
@@ -5058,7 +5058,7 @@ export declare const tileWidgets: {
|
|
|
5058
5058
|
count: number;
|
|
5059
5059
|
withinMs?: number | undefined;
|
|
5060
5060
|
counter?: {
|
|
5061
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5061
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5062
5062
|
match?: Record<string, {
|
|
5063
5063
|
equals?: string | number | boolean | undefined;
|
|
5064
5064
|
contains?: string | undefined;
|
|
@@ -5222,7 +5222,7 @@ export declare const tileWidgets: {
|
|
|
5222
5222
|
count: number;
|
|
5223
5223
|
withinMs?: number | undefined;
|
|
5224
5224
|
counter?: {
|
|
5225
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5225
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5226
5226
|
match?: Record<string, {
|
|
5227
5227
|
equals?: string | number | boolean | undefined;
|
|
5228
5228
|
contains?: string | undefined;
|
|
@@ -5331,7 +5331,7 @@ export declare const tileWidgets: {
|
|
|
5331
5331
|
count: number;
|
|
5332
5332
|
withinMs?: number | undefined;
|
|
5333
5333
|
counter?: {
|
|
5334
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5334
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5335
5335
|
match?: Record<string, {
|
|
5336
5336
|
equals?: string | number | boolean | undefined;
|
|
5337
5337
|
contains?: string | undefined;
|
|
@@ -5440,7 +5440,7 @@ export declare const tileWidgets: {
|
|
|
5440
5440
|
count: number;
|
|
5441
5441
|
withinMs?: number | undefined;
|
|
5442
5442
|
counter?: {
|
|
5443
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5443
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5444
5444
|
match?: Record<string, {
|
|
5445
5445
|
equals?: string | number | boolean | undefined;
|
|
5446
5446
|
contains?: string | undefined;
|
|
@@ -5549,7 +5549,7 @@ export declare const tileWidgets: {
|
|
|
5549
5549
|
count: number;
|
|
5550
5550
|
withinMs?: number | undefined;
|
|
5551
5551
|
counter?: {
|
|
5552
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5552
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5553
5553
|
match?: Record<string, {
|
|
5554
5554
|
equals?: string | number | boolean | undefined;
|
|
5555
5555
|
contains?: string | undefined;
|
|
@@ -5662,7 +5662,7 @@ export declare const tileWidgets: {
|
|
|
5662
5662
|
count: number;
|
|
5663
5663
|
withinMs?: number | undefined;
|
|
5664
5664
|
counter?: {
|
|
5665
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5665
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5666
5666
|
match?: Record<string, {
|
|
5667
5667
|
equals?: string | number | boolean | undefined;
|
|
5668
5668
|
contains?: string | undefined;
|
|
@@ -5777,7 +5777,7 @@ export declare const tileWidgets: {
|
|
|
5777
5777
|
count: number;
|
|
5778
5778
|
withinMs?: number | undefined;
|
|
5779
5779
|
counter?: {
|
|
5780
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5780
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5781
5781
|
match?: Record<string, {
|
|
5782
5782
|
equals?: string | number | boolean | undefined;
|
|
5783
5783
|
contains?: string | undefined;
|
|
@@ -5821,6 +5821,7 @@ export declare const tileWidgets: {
|
|
|
5821
5821
|
}[];
|
|
5822
5822
|
export declare const CAPABILITIES_DOCUMENTATION: {
|
|
5823
5823
|
packageId: string;
|
|
5824
|
+
plannerSummary: string;
|
|
5824
5825
|
description: string;
|
|
5825
5826
|
whenToUse: {
|
|
5826
5827
|
goal: string;
|