@opencrvs/toolkit 1.8.0-rc.f82791e → 1.8.0-rc.f8296f8
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/commons/api/router.d.ts +7485 -3044
- package/dist/commons/conditionals/conditionals.d.ts +2 -1
- package/dist/commons/events/ActionConfig.d.ts +20595 -2656
- package/dist/commons/events/ActionDocument.d.ts +760 -553
- package/dist/commons/events/ActionInput.d.ts +377 -305
- package/dist/commons/events/AdvancedSearchConfig.d.ts +637 -48
- package/dist/commons/events/Constants.d.ts +2 -0
- package/dist/commons/events/CountryConfigQueryInput.d.ts +2982 -0
- package/dist/commons/events/CreatedAtLocation.d.ts +2 -0
- package/dist/commons/events/Draft.d.ts +43 -40
- package/dist/commons/events/EventConfig.d.ts +16491 -7434
- package/dist/commons/events/EventDocument.d.ts +471 -423
- package/dist/commons/events/EventIndex.d.ts +694 -293
- package/dist/commons/events/EventInput.d.ts +0 -13
- package/dist/commons/events/EventMetadata.d.ts +262 -16
- package/dist/commons/events/FieldConfig.d.ts +850 -69
- package/dist/commons/events/FieldType.d.ts +3 -2
- package/dist/commons/events/FieldTypeMapping.d.ts +11 -4
- package/dist/commons/events/FieldValue.d.ts +6 -3
- package/dist/commons/events/FormConfig.d.ts +5749 -925
- package/dist/commons/events/PageConfig.d.ts +1191 -3
- package/dist/commons/events/SummaryConfig.d.ts +17 -0
- package/dist/commons/events/User.d.ts +31 -7
- package/dist/commons/events/WorkqueueColumnConfig.d.ts +53 -0
- package/dist/commons/events/WorkqueueConfig.d.ts +4491 -10
- package/dist/commons/events/defineConfig.d.ts +1269 -7
- package/dist/commons/events/event.d.ts +37 -8
- package/dist/commons/events/field.d.ts +24 -10
- package/dist/commons/events/index.d.ts +4 -0
- package/dist/commons/events/scopes.d.ts +20 -1
- package/dist/commons/events/serializer.d.ts +2 -0
- package/dist/commons/events/test.utils.d.ts +35 -14
- package/dist/commons/events/transactions.d.ts +1 -1
- package/dist/commons/events/utils.d.ts +313 -24
- package/dist/commons/events/workqueueDefaultColumns.d.ts +3 -0
- package/dist/conditionals/index.js +19 -2
- package/dist/events/index.js +2859 -1192
- package/dist/scopes/index.d.ts +158 -1
- package/dist/scopes/index.js +152 -1
- package/package.json +1 -1
@@ -36,6 +36,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
36
36
|
conditional: import(".").JSONSchema;
|
37
37
|
})[] | undefined;
|
38
38
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
39
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
39
40
|
hideLabel?: boolean | undefined;
|
40
41
|
} | {
|
41
42
|
type: "TEXT";
|
@@ -61,6 +62,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
61
62
|
conditional: import(".").JSONSchema;
|
62
63
|
})[] | undefined;
|
63
64
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
65
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
64
66
|
hideLabel?: boolean | undefined;
|
65
67
|
configuration?: {
|
66
68
|
type?: "text" | "password" | undefined;
|
@@ -92,6 +94,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
92
94
|
conditional: import(".").JSONSchema;
|
93
95
|
})[] | undefined;
|
94
96
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
97
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
95
98
|
hideLabel?: boolean | undefined;
|
96
99
|
configuration?: {
|
97
100
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -123,6 +126,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
123
126
|
conditional: import(".").JSONSchema;
|
124
127
|
})[] | undefined;
|
125
128
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
129
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
126
130
|
hideLabel?: boolean | undefined;
|
127
131
|
configuration?: {
|
128
132
|
maxLength?: number | undefined;
|
@@ -160,6 +164,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
160
164
|
conditional: import(".").JSONSchema;
|
161
165
|
})[] | undefined;
|
162
166
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
167
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
163
168
|
hideLabel?: boolean | undefined;
|
164
169
|
} | {
|
165
170
|
type: "EMAIL";
|
@@ -185,6 +190,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
185
190
|
conditional: import(".").JSONSchema;
|
186
191
|
})[] | undefined;
|
187
192
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
193
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
188
194
|
hideLabel?: boolean | undefined;
|
189
195
|
configuration?: {
|
190
196
|
maxLength?: number | undefined;
|
@@ -213,6 +219,766 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
213
219
|
conditional: import(".").JSONSchema;
|
214
220
|
})[] | undefined;
|
215
221
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
222
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
223
|
+
hideLabel?: boolean | undefined;
|
224
|
+
configuration?: {
|
225
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
226
|
+
} | undefined;
|
227
|
+
} | {
|
228
|
+
type: "DATE_RANGE";
|
229
|
+
id: string;
|
230
|
+
label: import("./TranslationConfig").TranslationConfig;
|
231
|
+
parent?: {
|
232
|
+
_fieldId?: string | undefined;
|
233
|
+
} | undefined;
|
234
|
+
validation?: {
|
235
|
+
message: import("./TranslationConfig").TranslationConfig;
|
236
|
+
validator: import(".").JSONSchema;
|
237
|
+
}[] | undefined;
|
238
|
+
required?: boolean | undefined;
|
239
|
+
defaultValue?: string | [string, string] | undefined;
|
240
|
+
conditionals?: ({
|
241
|
+
type: "SHOW";
|
242
|
+
conditional: import(".").JSONSchema;
|
243
|
+
} | {
|
244
|
+
type: "ENABLE";
|
245
|
+
conditional: import(".").JSONSchema;
|
246
|
+
} | {
|
247
|
+
type: "DISPLAY_ON_REVIEW";
|
248
|
+
conditional: import(".").JSONSchema;
|
249
|
+
})[] | undefined;
|
250
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
251
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
252
|
+
hideLabel?: boolean | undefined;
|
253
|
+
configuration?: {
|
254
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
255
|
+
} | undefined;
|
256
|
+
} | {
|
257
|
+
type: "PARAGRAPH";
|
258
|
+
id: string;
|
259
|
+
label: import("./TranslationConfig").TranslationConfig;
|
260
|
+
configuration: {
|
261
|
+
styles?: {
|
262
|
+
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
263
|
+
} | undefined;
|
264
|
+
};
|
265
|
+
parent?: {
|
266
|
+
_fieldId?: string | undefined;
|
267
|
+
} | undefined;
|
268
|
+
validation?: {
|
269
|
+
message: import("./TranslationConfig").TranslationConfig;
|
270
|
+
validator: import(".").JSONSchema;
|
271
|
+
}[] | undefined;
|
272
|
+
required?: boolean | undefined;
|
273
|
+
defaultValue?: string | undefined;
|
274
|
+
conditionals?: ({
|
275
|
+
type: "SHOW";
|
276
|
+
conditional: import(".").JSONSchema;
|
277
|
+
} | {
|
278
|
+
type: "ENABLE";
|
279
|
+
conditional: import(".").JSONSchema;
|
280
|
+
} | {
|
281
|
+
type: "DISPLAY_ON_REVIEW";
|
282
|
+
conditional: import(".").JSONSchema;
|
283
|
+
})[] | undefined;
|
284
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
285
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
286
|
+
hideLabel?: boolean | undefined;
|
287
|
+
} | {
|
288
|
+
type: "PAGE_HEADER";
|
289
|
+
id: string;
|
290
|
+
label: import("./TranslationConfig").TranslationConfig;
|
291
|
+
parent?: {
|
292
|
+
_fieldId?: string | undefined;
|
293
|
+
} | undefined;
|
294
|
+
validation?: {
|
295
|
+
message: import("./TranslationConfig").TranslationConfig;
|
296
|
+
validator: import(".").JSONSchema;
|
297
|
+
}[] | undefined;
|
298
|
+
required?: boolean | undefined;
|
299
|
+
defaultValue?: string | undefined;
|
300
|
+
conditionals?: ({
|
301
|
+
type: "SHOW";
|
302
|
+
conditional: import(".").JSONSchema;
|
303
|
+
} | {
|
304
|
+
type: "ENABLE";
|
305
|
+
conditional: import(".").JSONSchema;
|
306
|
+
} | {
|
307
|
+
type: "DISPLAY_ON_REVIEW";
|
308
|
+
conditional: import(".").JSONSchema;
|
309
|
+
})[] | undefined;
|
310
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
311
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
312
|
+
hideLabel?: boolean | undefined;
|
313
|
+
} | {
|
314
|
+
type: "FILE";
|
315
|
+
id: string;
|
316
|
+
label: import("./TranslationConfig").TranslationConfig;
|
317
|
+
configuration: {
|
318
|
+
maxFileSize: number;
|
319
|
+
acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml")[] | undefined;
|
320
|
+
style?: {
|
321
|
+
width?: "full" | "auto" | undefined;
|
322
|
+
} | undefined;
|
323
|
+
fileName?: import("./TranslationConfig").TranslationConfig | undefined;
|
324
|
+
};
|
325
|
+
parent?: {
|
326
|
+
_fieldId?: string | undefined;
|
327
|
+
} | undefined;
|
328
|
+
validation?: {
|
329
|
+
message: import("./TranslationConfig").TranslationConfig;
|
330
|
+
validator: import(".").JSONSchema;
|
331
|
+
}[] | undefined;
|
332
|
+
required?: boolean | undefined;
|
333
|
+
defaultValue?: string | number | boolean | undefined;
|
334
|
+
conditionals?: ({
|
335
|
+
type: "SHOW";
|
336
|
+
conditional: import(".").JSONSchema;
|
337
|
+
} | {
|
338
|
+
type: "ENABLE";
|
339
|
+
conditional: import(".").JSONSchema;
|
340
|
+
} | {
|
341
|
+
type: "DISPLAY_ON_REVIEW";
|
342
|
+
conditional: import(".").JSONSchema;
|
343
|
+
})[] | undefined;
|
344
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
345
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
346
|
+
hideLabel?: boolean | undefined;
|
347
|
+
} | {
|
348
|
+
type: "RADIO_GROUP";
|
349
|
+
id: string;
|
350
|
+
options: {
|
351
|
+
value: string;
|
352
|
+
label: import("./TranslationConfig").TranslationConfig;
|
353
|
+
}[];
|
354
|
+
label: import("./TranslationConfig").TranslationConfig;
|
355
|
+
parent?: {
|
356
|
+
_fieldId?: string | undefined;
|
357
|
+
} | undefined;
|
358
|
+
validation?: {
|
359
|
+
message: import("./TranslationConfig").TranslationConfig;
|
360
|
+
validator: import(".").JSONSchema;
|
361
|
+
}[] | undefined;
|
362
|
+
required?: boolean | undefined;
|
363
|
+
defaultValue?: string | undefined;
|
364
|
+
conditionals?: ({
|
365
|
+
type: "SHOW";
|
366
|
+
conditional: import(".").JSONSchema;
|
367
|
+
} | {
|
368
|
+
type: "ENABLE";
|
369
|
+
conditional: import(".").JSONSchema;
|
370
|
+
} | {
|
371
|
+
type: "DISPLAY_ON_REVIEW";
|
372
|
+
conditional: import(".").JSONSchema;
|
373
|
+
})[] | undefined;
|
374
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
375
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
376
|
+
hideLabel?: boolean | undefined;
|
377
|
+
configuration?: {
|
378
|
+
styles?: {
|
379
|
+
size?: "NORMAL" | "LARGE" | undefined;
|
380
|
+
} | undefined;
|
381
|
+
} | undefined;
|
382
|
+
} | {
|
383
|
+
type: "BULLET_LIST";
|
384
|
+
id: string;
|
385
|
+
label: import("./TranslationConfig").TranslationConfig;
|
386
|
+
configuration: {
|
387
|
+
styles?: {
|
388
|
+
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
389
|
+
} | undefined;
|
390
|
+
};
|
391
|
+
items: import("./TranslationConfig").TranslationConfig[];
|
392
|
+
parent?: {
|
393
|
+
_fieldId?: string | undefined;
|
394
|
+
} | undefined;
|
395
|
+
validation?: {
|
396
|
+
message: import("./TranslationConfig").TranslationConfig;
|
397
|
+
validator: import(".").JSONSchema;
|
398
|
+
}[] | undefined;
|
399
|
+
required?: boolean | undefined;
|
400
|
+
defaultValue?: string | undefined;
|
401
|
+
conditionals?: ({
|
402
|
+
type: "SHOW";
|
403
|
+
conditional: import(".").JSONSchema;
|
404
|
+
} | {
|
405
|
+
type: "ENABLE";
|
406
|
+
conditional: import(".").JSONSchema;
|
407
|
+
} | {
|
408
|
+
type: "DISPLAY_ON_REVIEW";
|
409
|
+
conditional: import(".").JSONSchema;
|
410
|
+
})[] | undefined;
|
411
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
412
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
413
|
+
hideLabel?: boolean | undefined;
|
414
|
+
} | {
|
415
|
+
type: "SELECT";
|
416
|
+
id: string;
|
417
|
+
options: {
|
418
|
+
value: string;
|
419
|
+
label: import("./TranslationConfig").TranslationConfig;
|
420
|
+
}[];
|
421
|
+
label: import("./TranslationConfig").TranslationConfig;
|
422
|
+
parent?: {
|
423
|
+
_fieldId?: string | undefined;
|
424
|
+
} | undefined;
|
425
|
+
validation?: {
|
426
|
+
message: import("./TranslationConfig").TranslationConfig;
|
427
|
+
validator: import(".").JSONSchema;
|
428
|
+
}[] | undefined;
|
429
|
+
required?: boolean | undefined;
|
430
|
+
defaultValue?: string | undefined;
|
431
|
+
conditionals?: ({
|
432
|
+
type: "SHOW";
|
433
|
+
conditional: import(".").JSONSchema;
|
434
|
+
} | {
|
435
|
+
type: "ENABLE";
|
436
|
+
conditional: import(".").JSONSchema;
|
437
|
+
} | {
|
438
|
+
type: "DISPLAY_ON_REVIEW";
|
439
|
+
conditional: import(".").JSONSchema;
|
440
|
+
})[] | undefined;
|
441
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
442
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
443
|
+
hideLabel?: boolean | undefined;
|
444
|
+
} | {
|
445
|
+
type: "CHECKBOX";
|
446
|
+
id: string;
|
447
|
+
label: import("./TranslationConfig").TranslationConfig;
|
448
|
+
parent?: {
|
449
|
+
_fieldId?: string | undefined;
|
450
|
+
} | undefined;
|
451
|
+
validation?: {
|
452
|
+
message: import("./TranslationConfig").TranslationConfig;
|
453
|
+
validator: import(".").JSONSchema;
|
454
|
+
}[] | undefined;
|
455
|
+
required?: boolean | undefined;
|
456
|
+
defaultValue?: boolean | undefined;
|
457
|
+
conditionals?: ({
|
458
|
+
type: "SHOW";
|
459
|
+
conditional: import(".").JSONSchema;
|
460
|
+
} | {
|
461
|
+
type: "ENABLE";
|
462
|
+
conditional: import(".").JSONSchema;
|
463
|
+
} | {
|
464
|
+
type: "DISPLAY_ON_REVIEW";
|
465
|
+
conditional: import(".").JSONSchema;
|
466
|
+
})[] | undefined;
|
467
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
468
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
469
|
+
hideLabel?: boolean | undefined;
|
470
|
+
} | {
|
471
|
+
type: "COUNTRY";
|
472
|
+
id: string;
|
473
|
+
label: import("./TranslationConfig").TranslationConfig;
|
474
|
+
parent?: {
|
475
|
+
_fieldId?: string | undefined;
|
476
|
+
} | undefined;
|
477
|
+
validation?: {
|
478
|
+
message: import("./TranslationConfig").TranslationConfig;
|
479
|
+
validator: import(".").JSONSchema;
|
480
|
+
}[] | undefined;
|
481
|
+
required?: boolean | undefined;
|
482
|
+
defaultValue?: string | undefined;
|
483
|
+
conditionals?: ({
|
484
|
+
type: "SHOW";
|
485
|
+
conditional: import(".").JSONSchema;
|
486
|
+
} | {
|
487
|
+
type: "ENABLE";
|
488
|
+
conditional: import(".").JSONSchema;
|
489
|
+
} | {
|
490
|
+
type: "DISPLAY_ON_REVIEW";
|
491
|
+
conditional: import(".").JSONSchema;
|
492
|
+
})[] | undefined;
|
493
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
494
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
495
|
+
hideLabel?: boolean | undefined;
|
496
|
+
} | {
|
497
|
+
type: "ADMINISTRATIVE_AREA";
|
498
|
+
id: string;
|
499
|
+
label: import("./TranslationConfig").TranslationConfig;
|
500
|
+
configuration: {
|
501
|
+
type: "ADMIN_STRUCTURE" | "HEALTH_FACILITY" | "CRVS_OFFICE";
|
502
|
+
partOf?: {
|
503
|
+
$declaration: string;
|
504
|
+
} | undefined;
|
505
|
+
};
|
506
|
+
parent?: {
|
507
|
+
_fieldId?: string | undefined;
|
508
|
+
} | undefined;
|
509
|
+
validation?: {
|
510
|
+
message: import("./TranslationConfig").TranslationConfig;
|
511
|
+
validator: import(".").JSONSchema;
|
512
|
+
}[] | undefined;
|
513
|
+
required?: boolean | undefined;
|
514
|
+
defaultValue?: string | undefined;
|
515
|
+
conditionals?: ({
|
516
|
+
type: "SHOW";
|
517
|
+
conditional: import(".").JSONSchema;
|
518
|
+
} | {
|
519
|
+
type: "ENABLE";
|
520
|
+
conditional: import(".").JSONSchema;
|
521
|
+
} | {
|
522
|
+
type: "DISPLAY_ON_REVIEW";
|
523
|
+
conditional: import(".").JSONSchema;
|
524
|
+
})[] | undefined;
|
525
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
526
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
527
|
+
hideLabel?: boolean | undefined;
|
528
|
+
} | {
|
529
|
+
type: "LOCATION";
|
530
|
+
id: string;
|
531
|
+
label: import("./TranslationConfig").TranslationConfig;
|
532
|
+
parent?: {
|
533
|
+
_fieldId?: string | undefined;
|
534
|
+
} | undefined;
|
535
|
+
validation?: {
|
536
|
+
message: import("./TranslationConfig").TranslationConfig;
|
537
|
+
validator: import(".").JSONSchema;
|
538
|
+
}[] | undefined;
|
539
|
+
required?: boolean | undefined;
|
540
|
+
defaultValue?: string | undefined;
|
541
|
+
conditionals?: ({
|
542
|
+
type: "SHOW";
|
543
|
+
conditional: import(".").JSONSchema;
|
544
|
+
} | {
|
545
|
+
type: "ENABLE";
|
546
|
+
conditional: import(".").JSONSchema;
|
547
|
+
} | {
|
548
|
+
type: "DISPLAY_ON_REVIEW";
|
549
|
+
conditional: import(".").JSONSchema;
|
550
|
+
})[] | undefined;
|
551
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
552
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
553
|
+
hideLabel?: boolean | undefined;
|
554
|
+
} | {
|
555
|
+
type: "FILE_WITH_OPTIONS";
|
556
|
+
id: string;
|
557
|
+
options: {
|
558
|
+
value: string;
|
559
|
+
label: import("./TranslationConfig").TranslationConfig;
|
560
|
+
}[];
|
561
|
+
label: import("./TranslationConfig").TranslationConfig;
|
562
|
+
configuration: {
|
563
|
+
maxFileSize: number;
|
564
|
+
acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml")[] | undefined;
|
565
|
+
};
|
566
|
+
parent?: {
|
567
|
+
_fieldId?: string | undefined;
|
568
|
+
} | undefined;
|
569
|
+
validation?: {
|
570
|
+
message: import("./TranslationConfig").TranslationConfig;
|
571
|
+
validator: import(".").JSONSchema;
|
572
|
+
}[] | undefined;
|
573
|
+
required?: boolean | undefined;
|
574
|
+
defaultValue?: string | number | boolean | undefined;
|
575
|
+
conditionals?: ({
|
576
|
+
type: "SHOW";
|
577
|
+
conditional: import(".").JSONSchema;
|
578
|
+
} | {
|
579
|
+
type: "ENABLE";
|
580
|
+
conditional: import(".").JSONSchema;
|
581
|
+
} | {
|
582
|
+
type: "DISPLAY_ON_REVIEW";
|
583
|
+
conditional: import(".").JSONSchema;
|
584
|
+
})[] | undefined;
|
585
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
586
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
587
|
+
hideLabel?: boolean | undefined;
|
588
|
+
} | {
|
589
|
+
type: "FACILITY";
|
590
|
+
id: string;
|
591
|
+
label: import("./TranslationConfig").TranslationConfig;
|
592
|
+
parent?: {
|
593
|
+
_fieldId?: string | undefined;
|
594
|
+
} | undefined;
|
595
|
+
validation?: {
|
596
|
+
message: import("./TranslationConfig").TranslationConfig;
|
597
|
+
validator: import(".").JSONSchema;
|
598
|
+
}[] | undefined;
|
599
|
+
required?: boolean | undefined;
|
600
|
+
defaultValue?: string | undefined;
|
601
|
+
conditionals?: ({
|
602
|
+
type: "SHOW";
|
603
|
+
conditional: import(".").JSONSchema;
|
604
|
+
} | {
|
605
|
+
type: "ENABLE";
|
606
|
+
conditional: import(".").JSONSchema;
|
607
|
+
} | {
|
608
|
+
type: "DISPLAY_ON_REVIEW";
|
609
|
+
conditional: import(".").JSONSchema;
|
610
|
+
})[] | undefined;
|
611
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
612
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
613
|
+
hideLabel?: boolean | undefined;
|
614
|
+
} | {
|
615
|
+
type: "OFFICE";
|
616
|
+
id: string;
|
617
|
+
label: import("./TranslationConfig").TranslationConfig;
|
618
|
+
parent?: {
|
619
|
+
_fieldId?: string | undefined;
|
620
|
+
} | undefined;
|
621
|
+
validation?: {
|
622
|
+
message: import("./TranslationConfig").TranslationConfig;
|
623
|
+
validator: import(".").JSONSchema;
|
624
|
+
}[] | undefined;
|
625
|
+
required?: boolean | undefined;
|
626
|
+
defaultValue?: string | undefined;
|
627
|
+
conditionals?: ({
|
628
|
+
type: "SHOW";
|
629
|
+
conditional: import(".").JSONSchema;
|
630
|
+
} | {
|
631
|
+
type: "ENABLE";
|
632
|
+
conditional: import(".").JSONSchema;
|
633
|
+
} | {
|
634
|
+
type: "DISPLAY_ON_REVIEW";
|
635
|
+
conditional: import(".").JSONSchema;
|
636
|
+
})[] | undefined;
|
637
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
638
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
639
|
+
hideLabel?: boolean | undefined;
|
640
|
+
} | {
|
641
|
+
type: "ADDRESS";
|
642
|
+
id: string;
|
643
|
+
label: import("./TranslationConfig").TranslationConfig;
|
644
|
+
parent?: {
|
645
|
+
_fieldId?: string | undefined;
|
646
|
+
} | undefined;
|
647
|
+
validation?: {
|
648
|
+
message: import("./TranslationConfig").TranslationConfig;
|
649
|
+
validator: import(".").JSONSchema;
|
650
|
+
}[] | undefined;
|
651
|
+
required?: boolean | undefined;
|
652
|
+
defaultValue?: {
|
653
|
+
country: string;
|
654
|
+
district: string;
|
655
|
+
addressType: "DOMESTIC";
|
656
|
+
province: string;
|
657
|
+
urbanOrRural: "URBAN";
|
658
|
+
number?: string | undefined;
|
659
|
+
town?: string | undefined;
|
660
|
+
residentialArea?: string | undefined;
|
661
|
+
street?: string | undefined;
|
662
|
+
zipCode?: string | undefined;
|
663
|
+
} | {
|
664
|
+
country: string;
|
665
|
+
district: string;
|
666
|
+
addressType: "DOMESTIC";
|
667
|
+
province: string;
|
668
|
+
urbanOrRural: "RURAL";
|
669
|
+
village?: string | undefined;
|
670
|
+
} | {
|
671
|
+
country: string;
|
672
|
+
state: string;
|
673
|
+
addressType: "INTERNATIONAL";
|
674
|
+
district2: string;
|
675
|
+
cityOrTown?: string | undefined;
|
676
|
+
addressLine1?: string | undefined;
|
677
|
+
addressLine2?: string | undefined;
|
678
|
+
addressLine3?: string | undefined;
|
679
|
+
postcodeOrZip?: string | undefined;
|
680
|
+
} | undefined;
|
681
|
+
conditionals?: ({
|
682
|
+
type: "SHOW";
|
683
|
+
conditional: import(".").JSONSchema;
|
684
|
+
} | {
|
685
|
+
type: "ENABLE";
|
686
|
+
conditional: import(".").JSONSchema;
|
687
|
+
} | {
|
688
|
+
type: "DISPLAY_ON_REVIEW";
|
689
|
+
conditional: import(".").JSONSchema;
|
690
|
+
})[] | undefined;
|
691
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
692
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
693
|
+
hideLabel?: boolean | undefined;
|
694
|
+
} | {
|
695
|
+
type: "DATA";
|
696
|
+
id: string;
|
697
|
+
label: import("./TranslationConfig").TranslationConfig;
|
698
|
+
configuration: {
|
699
|
+
data: ({
|
700
|
+
value: string | import("./TranslationConfig").TranslationConfig;
|
701
|
+
label: import("./TranslationConfig").TranslationConfig;
|
702
|
+
} | {
|
703
|
+
fieldId: string;
|
704
|
+
})[];
|
705
|
+
subtitle?: import("./TranslationConfig").TranslationConfig | undefined;
|
706
|
+
};
|
707
|
+
parent?: {
|
708
|
+
_fieldId?: string | undefined;
|
709
|
+
} | undefined;
|
710
|
+
validation?: {
|
711
|
+
message: import("./TranslationConfig").TranslationConfig;
|
712
|
+
validator: import(".").JSONSchema;
|
713
|
+
}[] | undefined;
|
714
|
+
required?: boolean | undefined;
|
715
|
+
defaultValue?: string | number | boolean | undefined;
|
716
|
+
conditionals?: ({
|
717
|
+
type: "SHOW";
|
718
|
+
conditional: import(".").JSONSchema;
|
719
|
+
} | {
|
720
|
+
type: "ENABLE";
|
721
|
+
conditional: import(".").JSONSchema;
|
722
|
+
} | {
|
723
|
+
type: "DISPLAY_ON_REVIEW";
|
724
|
+
conditional: import(".").JSONSchema;
|
725
|
+
})[] | undefined;
|
726
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
727
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
728
|
+
hideLabel?: boolean | undefined;
|
729
|
+
})[];
|
730
|
+
conditional?: import(".").JSONSchema | undefined;
|
731
|
+
}[];
|
732
|
+
};
|
733
|
+
actions: ({
|
734
|
+
type: "READ";
|
735
|
+
conditionals: ({
|
736
|
+
type: "SHOW";
|
737
|
+
conditional: import(".").JSONSchema;
|
738
|
+
} | {
|
739
|
+
type: "ENABLE";
|
740
|
+
conditional: import(".").JSONSchema;
|
741
|
+
})[];
|
742
|
+
label: import("./TranslationConfig").TranslationConfig;
|
743
|
+
review: {
|
744
|
+
title: import("./TranslationConfig").TranslationConfig;
|
745
|
+
fields: ({
|
746
|
+
type: "DIVIDER";
|
747
|
+
id: string;
|
748
|
+
label: import("./TranslationConfig").TranslationConfig;
|
749
|
+
parent?: {
|
750
|
+
_fieldId?: string | undefined;
|
751
|
+
} | undefined;
|
752
|
+
validation?: {
|
753
|
+
message: import("./TranslationConfig").TranslationConfig;
|
754
|
+
validator: import(".").JSONSchema;
|
755
|
+
}[] | undefined;
|
756
|
+
required?: boolean | undefined;
|
757
|
+
defaultValue?: string | number | boolean | undefined;
|
758
|
+
conditionals?: ({
|
759
|
+
type: "SHOW";
|
760
|
+
conditional: import(".").JSONSchema;
|
761
|
+
} | {
|
762
|
+
type: "ENABLE";
|
763
|
+
conditional: import(".").JSONSchema;
|
764
|
+
} | {
|
765
|
+
type: "DISPLAY_ON_REVIEW";
|
766
|
+
conditional: import(".").JSONSchema;
|
767
|
+
})[] | undefined;
|
768
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
769
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
770
|
+
hideLabel?: boolean | undefined;
|
771
|
+
} | {
|
772
|
+
type: "TEXT";
|
773
|
+
id: string;
|
774
|
+
label: import("./TranslationConfig").TranslationConfig;
|
775
|
+
parent?: {
|
776
|
+
_fieldId?: string | undefined;
|
777
|
+
} | undefined;
|
778
|
+
validation?: {
|
779
|
+
message: import("./TranslationConfig").TranslationConfig;
|
780
|
+
validator: import(".").JSONSchema;
|
781
|
+
}[] | undefined;
|
782
|
+
required?: boolean | undefined;
|
783
|
+
defaultValue?: string | undefined;
|
784
|
+
conditionals?: ({
|
785
|
+
type: "SHOW";
|
786
|
+
conditional: import(".").JSONSchema;
|
787
|
+
} | {
|
788
|
+
type: "ENABLE";
|
789
|
+
conditional: import(".").JSONSchema;
|
790
|
+
} | {
|
791
|
+
type: "DISPLAY_ON_REVIEW";
|
792
|
+
conditional: import(".").JSONSchema;
|
793
|
+
})[] | undefined;
|
794
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
795
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
796
|
+
hideLabel?: boolean | undefined;
|
797
|
+
configuration?: {
|
798
|
+
type?: "text" | "password" | undefined;
|
799
|
+
maxLength?: number | undefined;
|
800
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
801
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
802
|
+
} | undefined;
|
803
|
+
} | {
|
804
|
+
type: "NUMBER";
|
805
|
+
id: string;
|
806
|
+
label: import("./TranslationConfig").TranslationConfig;
|
807
|
+
parent?: {
|
808
|
+
_fieldId?: string | undefined;
|
809
|
+
} | undefined;
|
810
|
+
validation?: {
|
811
|
+
message: import("./TranslationConfig").TranslationConfig;
|
812
|
+
validator: import(".").JSONSchema;
|
813
|
+
}[] | undefined;
|
814
|
+
required?: boolean | undefined;
|
815
|
+
defaultValue?: number | undefined;
|
816
|
+
conditionals?: ({
|
817
|
+
type: "SHOW";
|
818
|
+
conditional: import(".").JSONSchema;
|
819
|
+
} | {
|
820
|
+
type: "ENABLE";
|
821
|
+
conditional: import(".").JSONSchema;
|
822
|
+
} | {
|
823
|
+
type: "DISPLAY_ON_REVIEW";
|
824
|
+
conditional: import(".").JSONSchema;
|
825
|
+
})[] | undefined;
|
826
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
827
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
828
|
+
hideLabel?: boolean | undefined;
|
829
|
+
configuration?: {
|
830
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
831
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
832
|
+
min?: number | undefined;
|
833
|
+
max?: number | undefined;
|
834
|
+
} | undefined;
|
835
|
+
} | {
|
836
|
+
type: "TEXTAREA";
|
837
|
+
id: string;
|
838
|
+
label: import("./TranslationConfig").TranslationConfig;
|
839
|
+
parent?: {
|
840
|
+
_fieldId?: string | undefined;
|
841
|
+
} | undefined;
|
842
|
+
validation?: {
|
843
|
+
message: import("./TranslationConfig").TranslationConfig;
|
844
|
+
validator: import(".").JSONSchema;
|
845
|
+
}[] | undefined;
|
846
|
+
required?: boolean | undefined;
|
847
|
+
defaultValue?: string | undefined;
|
848
|
+
conditionals?: ({
|
849
|
+
type: "SHOW";
|
850
|
+
conditional: import(".").JSONSchema;
|
851
|
+
} | {
|
852
|
+
type: "ENABLE";
|
853
|
+
conditional: import(".").JSONSchema;
|
854
|
+
} | {
|
855
|
+
type: "DISPLAY_ON_REVIEW";
|
856
|
+
conditional: import(".").JSONSchema;
|
857
|
+
})[] | undefined;
|
858
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
859
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
860
|
+
hideLabel?: boolean | undefined;
|
861
|
+
configuration?: {
|
862
|
+
maxLength?: number | undefined;
|
863
|
+
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
864
|
+
postfix?: import("./TranslationConfig").TranslationConfig | undefined;
|
865
|
+
rows?: number | undefined;
|
866
|
+
cols?: number | undefined;
|
867
|
+
} | undefined;
|
868
|
+
} | {
|
869
|
+
type: "SIGNATURE";
|
870
|
+
id: string;
|
871
|
+
label: import("./TranslationConfig").TranslationConfig;
|
872
|
+
configuration: {
|
873
|
+
maxFileSize: number;
|
874
|
+
acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml")[] | undefined;
|
875
|
+
};
|
876
|
+
signaturePromptLabel: import("./TranslationConfig").TranslationConfig;
|
877
|
+
parent?: {
|
878
|
+
_fieldId?: string | undefined;
|
879
|
+
} | undefined;
|
880
|
+
validation?: {
|
881
|
+
message: import("./TranslationConfig").TranslationConfig;
|
882
|
+
validator: import(".").JSONSchema;
|
883
|
+
}[] | undefined;
|
884
|
+
required?: boolean | undefined;
|
885
|
+
defaultValue?: string | number | boolean | undefined;
|
886
|
+
conditionals?: ({
|
887
|
+
type: "SHOW";
|
888
|
+
conditional: import(".").JSONSchema;
|
889
|
+
} | {
|
890
|
+
type: "ENABLE";
|
891
|
+
conditional: import(".").JSONSchema;
|
892
|
+
} | {
|
893
|
+
type: "DISPLAY_ON_REVIEW";
|
894
|
+
conditional: import(".").JSONSchema;
|
895
|
+
})[] | undefined;
|
896
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
897
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
898
|
+
hideLabel?: boolean | undefined;
|
899
|
+
} | {
|
900
|
+
type: "EMAIL";
|
901
|
+
id: string;
|
902
|
+
label: import("./TranslationConfig").TranslationConfig;
|
903
|
+
parent?: {
|
904
|
+
_fieldId?: string | undefined;
|
905
|
+
} | undefined;
|
906
|
+
validation?: {
|
907
|
+
message: import("./TranslationConfig").TranslationConfig;
|
908
|
+
validator: import(".").JSONSchema;
|
909
|
+
}[] | undefined;
|
910
|
+
required?: boolean | undefined;
|
911
|
+
defaultValue?: string | undefined;
|
912
|
+
conditionals?: ({
|
913
|
+
type: "SHOW";
|
914
|
+
conditional: import(".").JSONSchema;
|
915
|
+
} | {
|
916
|
+
type: "ENABLE";
|
917
|
+
conditional: import(".").JSONSchema;
|
918
|
+
} | {
|
919
|
+
type: "DISPLAY_ON_REVIEW";
|
920
|
+
conditional: import(".").JSONSchema;
|
921
|
+
})[] | undefined;
|
922
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
923
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
924
|
+
hideLabel?: boolean | undefined;
|
925
|
+
configuration?: {
|
926
|
+
maxLength?: number | undefined;
|
927
|
+
} | undefined;
|
928
|
+
} | {
|
929
|
+
type: "DATE";
|
930
|
+
id: string;
|
931
|
+
label: import("./TranslationConfig").TranslationConfig;
|
932
|
+
parent?: {
|
933
|
+
_fieldId?: string | undefined;
|
934
|
+
} | undefined;
|
935
|
+
validation?: {
|
936
|
+
message: import("./TranslationConfig").TranslationConfig;
|
937
|
+
validator: import(".").JSONSchema;
|
938
|
+
}[] | undefined;
|
939
|
+
required?: boolean | undefined;
|
940
|
+
defaultValue?: string | undefined;
|
941
|
+
conditionals?: ({
|
942
|
+
type: "SHOW";
|
943
|
+
conditional: import(".").JSONSchema;
|
944
|
+
} | {
|
945
|
+
type: "ENABLE";
|
946
|
+
conditional: import(".").JSONSchema;
|
947
|
+
} | {
|
948
|
+
type: "DISPLAY_ON_REVIEW";
|
949
|
+
conditional: import(".").JSONSchema;
|
950
|
+
})[] | undefined;
|
951
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
952
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
953
|
+
hideLabel?: boolean | undefined;
|
954
|
+
configuration?: {
|
955
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
956
|
+
} | undefined;
|
957
|
+
} | {
|
958
|
+
type: "DATE_RANGE";
|
959
|
+
id: string;
|
960
|
+
label: import("./TranslationConfig").TranslationConfig;
|
961
|
+
parent?: {
|
962
|
+
_fieldId?: string | undefined;
|
963
|
+
} | undefined;
|
964
|
+
validation?: {
|
965
|
+
message: import("./TranslationConfig").TranslationConfig;
|
966
|
+
validator: import(".").JSONSchema;
|
967
|
+
}[] | undefined;
|
968
|
+
required?: boolean | undefined;
|
969
|
+
defaultValue?: string | [string, string] | undefined;
|
970
|
+
conditionals?: ({
|
971
|
+
type: "SHOW";
|
972
|
+
conditional: import(".").JSONSchema;
|
973
|
+
} | {
|
974
|
+
type: "ENABLE";
|
975
|
+
conditional: import(".").JSONSchema;
|
976
|
+
} | {
|
977
|
+
type: "DISPLAY_ON_REVIEW";
|
978
|
+
conditional: import(".").JSONSchema;
|
979
|
+
})[] | undefined;
|
980
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
981
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
216
982
|
hideLabel?: boolean | undefined;
|
217
983
|
configuration?: {
|
218
984
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -246,6 +1012,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
246
1012
|
conditional: import(".").JSONSchema;
|
247
1013
|
})[] | undefined;
|
248
1014
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1015
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
249
1016
|
hideLabel?: boolean | undefined;
|
250
1017
|
} | {
|
251
1018
|
type: "PAGE_HEADER";
|
@@ -271,6 +1038,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
271
1038
|
conditional: import(".").JSONSchema;
|
272
1039
|
})[] | undefined;
|
273
1040
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1041
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
274
1042
|
hideLabel?: boolean | undefined;
|
275
1043
|
} | {
|
276
1044
|
type: "FILE";
|
@@ -304,6 +1072,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
304
1072
|
conditional: import(".").JSONSchema;
|
305
1073
|
})[] | undefined;
|
306
1074
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1075
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
307
1076
|
hideLabel?: boolean | undefined;
|
308
1077
|
} | {
|
309
1078
|
type: "RADIO_GROUP";
|
@@ -333,6 +1102,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
333
1102
|
conditional: import(".").JSONSchema;
|
334
1103
|
})[] | undefined;
|
335
1104
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1105
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
336
1106
|
hideLabel?: boolean | undefined;
|
337
1107
|
configuration?: {
|
338
1108
|
styles?: {
|
@@ -369,6 +1139,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
369
1139
|
conditional: import(".").JSONSchema;
|
370
1140
|
})[] | undefined;
|
371
1141
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1142
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
372
1143
|
hideLabel?: boolean | undefined;
|
373
1144
|
} | {
|
374
1145
|
type: "SELECT";
|
@@ -398,6 +1169,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
398
1169
|
conditional: import(".").JSONSchema;
|
399
1170
|
})[] | undefined;
|
400
1171
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1172
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
401
1173
|
hideLabel?: boolean | undefined;
|
402
1174
|
} | {
|
403
1175
|
type: "CHECKBOX";
|
@@ -423,6 +1195,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
423
1195
|
conditional: import(".").JSONSchema;
|
424
1196
|
})[] | undefined;
|
425
1197
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1198
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
426
1199
|
hideLabel?: boolean | undefined;
|
427
1200
|
} | {
|
428
1201
|
type: "COUNTRY";
|
@@ -448,6 +1221,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
448
1221
|
conditional: import(".").JSONSchema;
|
449
1222
|
})[] | undefined;
|
450
1223
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1224
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
451
1225
|
hideLabel?: boolean | undefined;
|
452
1226
|
} | {
|
453
1227
|
type: "ADMINISTRATIVE_AREA";
|
@@ -479,6 +1253,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
479
1253
|
conditional: import(".").JSONSchema;
|
480
1254
|
})[] | undefined;
|
481
1255
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1256
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
482
1257
|
hideLabel?: boolean | undefined;
|
483
1258
|
} | {
|
484
1259
|
type: "LOCATION";
|
@@ -504,6 +1279,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
504
1279
|
conditional: import(".").JSONSchema;
|
505
1280
|
})[] | undefined;
|
506
1281
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1282
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
507
1283
|
hideLabel?: boolean | undefined;
|
508
1284
|
} | {
|
509
1285
|
type: "FILE_WITH_OPTIONS";
|
@@ -537,6 +1313,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
537
1313
|
conditional: import(".").JSONSchema;
|
538
1314
|
})[] | undefined;
|
539
1315
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1316
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
540
1317
|
hideLabel?: boolean | undefined;
|
541
1318
|
} | {
|
542
1319
|
type: "FACILITY";
|
@@ -562,6 +1339,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
562
1339
|
conditional: import(".").JSONSchema;
|
563
1340
|
})[] | undefined;
|
564
1341
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1342
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
565
1343
|
hideLabel?: boolean | undefined;
|
566
1344
|
} | {
|
567
1345
|
type: "OFFICE";
|
@@ -587,6 +1365,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
587
1365
|
conditional: import(".").JSONSchema;
|
588
1366
|
})[] | undefined;
|
589
1367
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1368
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
590
1369
|
hideLabel?: boolean | undefined;
|
591
1370
|
} | {
|
592
1371
|
type: "ADDRESS";
|
@@ -640,6 +1419,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
640
1419
|
conditional: import(".").JSONSchema;
|
641
1420
|
})[] | undefined;
|
642
1421
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1422
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
643
1423
|
hideLabel?: boolean | undefined;
|
644
1424
|
} | {
|
645
1425
|
type: "DATA";
|
@@ -674,12 +1454,12 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
674
1454
|
conditional: import(".").JSONSchema;
|
675
1455
|
})[] | undefined;
|
676
1456
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1457
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
677
1458
|
hideLabel?: boolean | undefined;
|
678
1459
|
})[];
|
679
|
-
|
680
|
-
|
681
|
-
}
|
682
|
-
actions: ({
|
1460
|
+
};
|
1461
|
+
draft?: boolean | undefined;
|
1462
|
+
} | {
|
683
1463
|
type: "DECLARE";
|
684
1464
|
conditionals: ({
|
685
1465
|
type: "SHOW";
|
@@ -715,6 +1495,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
715
1495
|
conditional: import(".").JSONSchema;
|
716
1496
|
})[] | undefined;
|
717
1497
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1498
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
718
1499
|
hideLabel?: boolean | undefined;
|
719
1500
|
} | {
|
720
1501
|
type: "TEXT";
|
@@ -740,6 +1521,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
740
1521
|
conditional: import(".").JSONSchema;
|
741
1522
|
})[] | undefined;
|
742
1523
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1524
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
743
1525
|
hideLabel?: boolean | undefined;
|
744
1526
|
configuration?: {
|
745
1527
|
type?: "text" | "password" | undefined;
|
@@ -771,6 +1553,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
771
1553
|
conditional: import(".").JSONSchema;
|
772
1554
|
})[] | undefined;
|
773
1555
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1556
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
774
1557
|
hideLabel?: boolean | undefined;
|
775
1558
|
configuration?: {
|
776
1559
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -802,6 +1585,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
802
1585
|
conditional: import(".").JSONSchema;
|
803
1586
|
})[] | undefined;
|
804
1587
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1588
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
805
1589
|
hideLabel?: boolean | undefined;
|
806
1590
|
configuration?: {
|
807
1591
|
maxLength?: number | undefined;
|
@@ -839,6 +1623,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
839
1623
|
conditional: import(".").JSONSchema;
|
840
1624
|
})[] | undefined;
|
841
1625
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1626
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
842
1627
|
hideLabel?: boolean | undefined;
|
843
1628
|
} | {
|
844
1629
|
type: "EMAIL";
|
@@ -864,6 +1649,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
864
1649
|
conditional: import(".").JSONSchema;
|
865
1650
|
})[] | undefined;
|
866
1651
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1652
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
867
1653
|
hideLabel?: boolean | undefined;
|
868
1654
|
configuration?: {
|
869
1655
|
maxLength?: number | undefined;
|
@@ -892,6 +1678,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
892
1678
|
conditional: import(".").JSONSchema;
|
893
1679
|
})[] | undefined;
|
894
1680
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1681
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1682
|
+
hideLabel?: boolean | undefined;
|
1683
|
+
configuration?: {
|
1684
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
1685
|
+
} | undefined;
|
1686
|
+
} | {
|
1687
|
+
type: "DATE_RANGE";
|
1688
|
+
id: string;
|
1689
|
+
label: import("./TranslationConfig").TranslationConfig;
|
1690
|
+
parent?: {
|
1691
|
+
_fieldId?: string | undefined;
|
1692
|
+
} | undefined;
|
1693
|
+
validation?: {
|
1694
|
+
message: import("./TranslationConfig").TranslationConfig;
|
1695
|
+
validator: import(".").JSONSchema;
|
1696
|
+
}[] | undefined;
|
1697
|
+
required?: boolean | undefined;
|
1698
|
+
defaultValue?: string | [string, string] | undefined;
|
1699
|
+
conditionals?: ({
|
1700
|
+
type: "SHOW";
|
1701
|
+
conditional: import(".").JSONSchema;
|
1702
|
+
} | {
|
1703
|
+
type: "ENABLE";
|
1704
|
+
conditional: import(".").JSONSchema;
|
1705
|
+
} | {
|
1706
|
+
type: "DISPLAY_ON_REVIEW";
|
1707
|
+
conditional: import(".").JSONSchema;
|
1708
|
+
})[] | undefined;
|
1709
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1710
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
895
1711
|
hideLabel?: boolean | undefined;
|
896
1712
|
configuration?: {
|
897
1713
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -925,6 +1741,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
925
1741
|
conditional: import(".").JSONSchema;
|
926
1742
|
})[] | undefined;
|
927
1743
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1744
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
928
1745
|
hideLabel?: boolean | undefined;
|
929
1746
|
} | {
|
930
1747
|
type: "PAGE_HEADER";
|
@@ -950,6 +1767,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
950
1767
|
conditional: import(".").JSONSchema;
|
951
1768
|
})[] | undefined;
|
952
1769
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1770
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
953
1771
|
hideLabel?: boolean | undefined;
|
954
1772
|
} | {
|
955
1773
|
type: "FILE";
|
@@ -983,6 +1801,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
983
1801
|
conditional: import(".").JSONSchema;
|
984
1802
|
})[] | undefined;
|
985
1803
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1804
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
986
1805
|
hideLabel?: boolean | undefined;
|
987
1806
|
} | {
|
988
1807
|
type: "RADIO_GROUP";
|
@@ -1012,6 +1831,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1012
1831
|
conditional: import(".").JSONSchema;
|
1013
1832
|
})[] | undefined;
|
1014
1833
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1834
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1015
1835
|
hideLabel?: boolean | undefined;
|
1016
1836
|
configuration?: {
|
1017
1837
|
styles?: {
|
@@ -1048,6 +1868,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1048
1868
|
conditional: import(".").JSONSchema;
|
1049
1869
|
})[] | undefined;
|
1050
1870
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1871
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1051
1872
|
hideLabel?: boolean | undefined;
|
1052
1873
|
} | {
|
1053
1874
|
type: "SELECT";
|
@@ -1077,6 +1898,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1077
1898
|
conditional: import(".").JSONSchema;
|
1078
1899
|
})[] | undefined;
|
1079
1900
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1901
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1080
1902
|
hideLabel?: boolean | undefined;
|
1081
1903
|
} | {
|
1082
1904
|
type: "CHECKBOX";
|
@@ -1102,6 +1924,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1102
1924
|
conditional: import(".").JSONSchema;
|
1103
1925
|
})[] | undefined;
|
1104
1926
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1927
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1105
1928
|
hideLabel?: boolean | undefined;
|
1106
1929
|
} | {
|
1107
1930
|
type: "COUNTRY";
|
@@ -1127,6 +1950,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1127
1950
|
conditional: import(".").JSONSchema;
|
1128
1951
|
})[] | undefined;
|
1129
1952
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1953
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1130
1954
|
hideLabel?: boolean | undefined;
|
1131
1955
|
} | {
|
1132
1956
|
type: "ADMINISTRATIVE_AREA";
|
@@ -1158,6 +1982,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1158
1982
|
conditional: import(".").JSONSchema;
|
1159
1983
|
})[] | undefined;
|
1160
1984
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
1985
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1161
1986
|
hideLabel?: boolean | undefined;
|
1162
1987
|
} | {
|
1163
1988
|
type: "LOCATION";
|
@@ -1183,6 +2008,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1183
2008
|
conditional: import(".").JSONSchema;
|
1184
2009
|
})[] | undefined;
|
1185
2010
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2011
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1186
2012
|
hideLabel?: boolean | undefined;
|
1187
2013
|
} | {
|
1188
2014
|
type: "FILE_WITH_OPTIONS";
|
@@ -1216,6 +2042,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1216
2042
|
conditional: import(".").JSONSchema;
|
1217
2043
|
})[] | undefined;
|
1218
2044
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2045
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1219
2046
|
hideLabel?: boolean | undefined;
|
1220
2047
|
} | {
|
1221
2048
|
type: "FACILITY";
|
@@ -1241,6 +2068,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1241
2068
|
conditional: import(".").JSONSchema;
|
1242
2069
|
})[] | undefined;
|
1243
2070
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2071
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1244
2072
|
hideLabel?: boolean | undefined;
|
1245
2073
|
} | {
|
1246
2074
|
type: "OFFICE";
|
@@ -1266,6 +2094,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1266
2094
|
conditional: import(".").JSONSchema;
|
1267
2095
|
})[] | undefined;
|
1268
2096
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2097
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1269
2098
|
hideLabel?: boolean | undefined;
|
1270
2099
|
} | {
|
1271
2100
|
type: "ADDRESS";
|
@@ -1319,6 +2148,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1319
2148
|
conditional: import(".").JSONSchema;
|
1320
2149
|
})[] | undefined;
|
1321
2150
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2151
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1322
2152
|
hideLabel?: boolean | undefined;
|
1323
2153
|
} | {
|
1324
2154
|
type: "DATA";
|
@@ -1353,6 +2183,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1353
2183
|
conditional: import(".").JSONSchema;
|
1354
2184
|
})[] | undefined;
|
1355
2185
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2186
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1356
2187
|
hideLabel?: boolean | undefined;
|
1357
2188
|
})[];
|
1358
2189
|
};
|
@@ -1393,6 +2224,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1393
2224
|
conditional: import(".").JSONSchema;
|
1394
2225
|
})[] | undefined;
|
1395
2226
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2227
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1396
2228
|
hideLabel?: boolean | undefined;
|
1397
2229
|
} | {
|
1398
2230
|
type: "TEXT";
|
@@ -1418,6 +2250,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1418
2250
|
conditional: import(".").JSONSchema;
|
1419
2251
|
})[] | undefined;
|
1420
2252
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2253
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1421
2254
|
hideLabel?: boolean | undefined;
|
1422
2255
|
configuration?: {
|
1423
2256
|
type?: "text" | "password" | undefined;
|
@@ -1449,6 +2282,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1449
2282
|
conditional: import(".").JSONSchema;
|
1450
2283
|
})[] | undefined;
|
1451
2284
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2285
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1452
2286
|
hideLabel?: boolean | undefined;
|
1453
2287
|
configuration?: {
|
1454
2288
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -1480,6 +2314,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1480
2314
|
conditional: import(".").JSONSchema;
|
1481
2315
|
})[] | undefined;
|
1482
2316
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2317
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1483
2318
|
hideLabel?: boolean | undefined;
|
1484
2319
|
configuration?: {
|
1485
2320
|
maxLength?: number | undefined;
|
@@ -1517,6 +2352,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1517
2352
|
conditional: import(".").JSONSchema;
|
1518
2353
|
})[] | undefined;
|
1519
2354
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2355
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1520
2356
|
hideLabel?: boolean | undefined;
|
1521
2357
|
} | {
|
1522
2358
|
type: "EMAIL";
|
@@ -1542,6 +2378,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1542
2378
|
conditional: import(".").JSONSchema;
|
1543
2379
|
})[] | undefined;
|
1544
2380
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2381
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1545
2382
|
hideLabel?: boolean | undefined;
|
1546
2383
|
configuration?: {
|
1547
2384
|
maxLength?: number | undefined;
|
@@ -1570,6 +2407,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1570
2407
|
conditional: import(".").JSONSchema;
|
1571
2408
|
})[] | undefined;
|
1572
2409
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2410
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2411
|
+
hideLabel?: boolean | undefined;
|
2412
|
+
configuration?: {
|
2413
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
2414
|
+
} | undefined;
|
2415
|
+
} | {
|
2416
|
+
type: "DATE_RANGE";
|
2417
|
+
id: string;
|
2418
|
+
label: import("./TranslationConfig").TranslationConfig;
|
2419
|
+
parent?: {
|
2420
|
+
_fieldId?: string | undefined;
|
2421
|
+
} | undefined;
|
2422
|
+
validation?: {
|
2423
|
+
message: import("./TranslationConfig").TranslationConfig;
|
2424
|
+
validator: import(".").JSONSchema;
|
2425
|
+
}[] | undefined;
|
2426
|
+
required?: boolean | undefined;
|
2427
|
+
defaultValue?: string | [string, string] | undefined;
|
2428
|
+
conditionals?: ({
|
2429
|
+
type: "SHOW";
|
2430
|
+
conditional: import(".").JSONSchema;
|
2431
|
+
} | {
|
2432
|
+
type: "ENABLE";
|
2433
|
+
conditional: import(".").JSONSchema;
|
2434
|
+
} | {
|
2435
|
+
type: "DISPLAY_ON_REVIEW";
|
2436
|
+
conditional: import(".").JSONSchema;
|
2437
|
+
})[] | undefined;
|
2438
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2439
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1573
2440
|
hideLabel?: boolean | undefined;
|
1574
2441
|
configuration?: {
|
1575
2442
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -1603,6 +2470,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1603
2470
|
conditional: import(".").JSONSchema;
|
1604
2471
|
})[] | undefined;
|
1605
2472
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2473
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1606
2474
|
hideLabel?: boolean | undefined;
|
1607
2475
|
} | {
|
1608
2476
|
type: "PAGE_HEADER";
|
@@ -1628,6 +2496,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1628
2496
|
conditional: import(".").JSONSchema;
|
1629
2497
|
})[] | undefined;
|
1630
2498
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2499
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1631
2500
|
hideLabel?: boolean | undefined;
|
1632
2501
|
} | {
|
1633
2502
|
type: "FILE";
|
@@ -1661,6 +2530,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1661
2530
|
conditional: import(".").JSONSchema;
|
1662
2531
|
})[] | undefined;
|
1663
2532
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2533
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1664
2534
|
hideLabel?: boolean | undefined;
|
1665
2535
|
} | {
|
1666
2536
|
type: "RADIO_GROUP";
|
@@ -1690,6 +2560,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1690
2560
|
conditional: import(".").JSONSchema;
|
1691
2561
|
})[] | undefined;
|
1692
2562
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2563
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1693
2564
|
hideLabel?: boolean | undefined;
|
1694
2565
|
configuration?: {
|
1695
2566
|
styles?: {
|
@@ -1726,6 +2597,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1726
2597
|
conditional: import(".").JSONSchema;
|
1727
2598
|
})[] | undefined;
|
1728
2599
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2600
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1729
2601
|
hideLabel?: boolean | undefined;
|
1730
2602
|
} | {
|
1731
2603
|
type: "SELECT";
|
@@ -1755,6 +2627,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1755
2627
|
conditional: import(".").JSONSchema;
|
1756
2628
|
})[] | undefined;
|
1757
2629
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2630
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1758
2631
|
hideLabel?: boolean | undefined;
|
1759
2632
|
} | {
|
1760
2633
|
type: "CHECKBOX";
|
@@ -1780,6 +2653,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1780
2653
|
conditional: import(".").JSONSchema;
|
1781
2654
|
})[] | undefined;
|
1782
2655
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2656
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1783
2657
|
hideLabel?: boolean | undefined;
|
1784
2658
|
} | {
|
1785
2659
|
type: "COUNTRY";
|
@@ -1805,6 +2679,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1805
2679
|
conditional: import(".").JSONSchema;
|
1806
2680
|
})[] | undefined;
|
1807
2681
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2682
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1808
2683
|
hideLabel?: boolean | undefined;
|
1809
2684
|
} | {
|
1810
2685
|
type: "ADMINISTRATIVE_AREA";
|
@@ -1836,6 +2711,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1836
2711
|
conditional: import(".").JSONSchema;
|
1837
2712
|
})[] | undefined;
|
1838
2713
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2714
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1839
2715
|
hideLabel?: boolean | undefined;
|
1840
2716
|
} | {
|
1841
2717
|
type: "LOCATION";
|
@@ -1861,6 +2737,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1861
2737
|
conditional: import(".").JSONSchema;
|
1862
2738
|
})[] | undefined;
|
1863
2739
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2740
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1864
2741
|
hideLabel?: boolean | undefined;
|
1865
2742
|
} | {
|
1866
2743
|
type: "FILE_WITH_OPTIONS";
|
@@ -1894,6 +2771,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1894
2771
|
conditional: import(".").JSONSchema;
|
1895
2772
|
})[] | undefined;
|
1896
2773
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2774
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1897
2775
|
hideLabel?: boolean | undefined;
|
1898
2776
|
} | {
|
1899
2777
|
type: "FACILITY";
|
@@ -1919,6 +2797,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1919
2797
|
conditional: import(".").JSONSchema;
|
1920
2798
|
})[] | undefined;
|
1921
2799
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2800
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1922
2801
|
hideLabel?: boolean | undefined;
|
1923
2802
|
} | {
|
1924
2803
|
type: "OFFICE";
|
@@ -1944,6 +2823,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1944
2823
|
conditional: import(".").JSONSchema;
|
1945
2824
|
})[] | undefined;
|
1946
2825
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2826
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
1947
2827
|
hideLabel?: boolean | undefined;
|
1948
2828
|
} | {
|
1949
2829
|
type: "ADDRESS";
|
@@ -1997,6 +2877,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
1997
2877
|
conditional: import(".").JSONSchema;
|
1998
2878
|
})[] | undefined;
|
1999
2879
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2880
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2000
2881
|
hideLabel?: boolean | undefined;
|
2001
2882
|
} | {
|
2002
2883
|
type: "DATA";
|
@@ -2031,6 +2912,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2031
2912
|
conditional: import(".").JSONSchema;
|
2032
2913
|
})[] | undefined;
|
2033
2914
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2915
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2034
2916
|
hideLabel?: boolean | undefined;
|
2035
2917
|
})[];
|
2036
2918
|
};
|
@@ -2071,6 +2953,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2071
2953
|
conditional: import(".").JSONSchema;
|
2072
2954
|
})[] | undefined;
|
2073
2955
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2956
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2074
2957
|
hideLabel?: boolean | undefined;
|
2075
2958
|
} | {
|
2076
2959
|
type: "TEXT";
|
@@ -2096,6 +2979,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2096
2979
|
conditional: import(".").JSONSchema;
|
2097
2980
|
})[] | undefined;
|
2098
2981
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
2982
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2099
2983
|
hideLabel?: boolean | undefined;
|
2100
2984
|
configuration?: {
|
2101
2985
|
type?: "text" | "password" | undefined;
|
@@ -2127,6 +3011,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2127
3011
|
conditional: import(".").JSONSchema;
|
2128
3012
|
})[] | undefined;
|
2129
3013
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3014
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2130
3015
|
hideLabel?: boolean | undefined;
|
2131
3016
|
configuration?: {
|
2132
3017
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -2158,6 +3043,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2158
3043
|
conditional: import(".").JSONSchema;
|
2159
3044
|
})[] | undefined;
|
2160
3045
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3046
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2161
3047
|
hideLabel?: boolean | undefined;
|
2162
3048
|
configuration?: {
|
2163
3049
|
maxLength?: number | undefined;
|
@@ -2195,6 +3081,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2195
3081
|
conditional: import(".").JSONSchema;
|
2196
3082
|
})[] | undefined;
|
2197
3083
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3084
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2198
3085
|
hideLabel?: boolean | undefined;
|
2199
3086
|
} | {
|
2200
3087
|
type: "EMAIL";
|
@@ -2220,6 +3107,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2220
3107
|
conditional: import(".").JSONSchema;
|
2221
3108
|
})[] | undefined;
|
2222
3109
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3110
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2223
3111
|
hideLabel?: boolean | undefined;
|
2224
3112
|
configuration?: {
|
2225
3113
|
maxLength?: number | undefined;
|
@@ -2248,6 +3136,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2248
3136
|
conditional: import(".").JSONSchema;
|
2249
3137
|
})[] | undefined;
|
2250
3138
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3139
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3140
|
+
hideLabel?: boolean | undefined;
|
3141
|
+
configuration?: {
|
3142
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
3143
|
+
} | undefined;
|
3144
|
+
} | {
|
3145
|
+
type: "DATE_RANGE";
|
3146
|
+
id: string;
|
3147
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3148
|
+
parent?: {
|
3149
|
+
_fieldId?: string | undefined;
|
3150
|
+
} | undefined;
|
3151
|
+
validation?: {
|
3152
|
+
message: import("./TranslationConfig").TranslationConfig;
|
3153
|
+
validator: import(".").JSONSchema;
|
3154
|
+
}[] | undefined;
|
3155
|
+
required?: boolean | undefined;
|
3156
|
+
defaultValue?: string | [string, string] | undefined;
|
3157
|
+
conditionals?: ({
|
3158
|
+
type: "SHOW";
|
3159
|
+
conditional: import(".").JSONSchema;
|
3160
|
+
} | {
|
3161
|
+
type: "ENABLE";
|
3162
|
+
conditional: import(".").JSONSchema;
|
3163
|
+
} | {
|
3164
|
+
type: "DISPLAY_ON_REVIEW";
|
3165
|
+
conditional: import(".").JSONSchema;
|
3166
|
+
})[] | undefined;
|
3167
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3168
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2251
3169
|
hideLabel?: boolean | undefined;
|
2252
3170
|
configuration?: {
|
2253
3171
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -2281,6 +3199,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2281
3199
|
conditional: import(".").JSONSchema;
|
2282
3200
|
})[] | undefined;
|
2283
3201
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3202
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2284
3203
|
hideLabel?: boolean | undefined;
|
2285
3204
|
} | {
|
2286
3205
|
type: "PAGE_HEADER";
|
@@ -2306,6 +3225,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2306
3225
|
conditional: import(".").JSONSchema;
|
2307
3226
|
})[] | undefined;
|
2308
3227
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3228
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2309
3229
|
hideLabel?: boolean | undefined;
|
2310
3230
|
} | {
|
2311
3231
|
type: "FILE";
|
@@ -2339,6 +3259,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2339
3259
|
conditional: import(".").JSONSchema;
|
2340
3260
|
})[] | undefined;
|
2341
3261
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3262
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2342
3263
|
hideLabel?: boolean | undefined;
|
2343
3264
|
} | {
|
2344
3265
|
type: "RADIO_GROUP";
|
@@ -2368,6 +3289,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2368
3289
|
conditional: import(".").JSONSchema;
|
2369
3290
|
})[] | undefined;
|
2370
3291
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3292
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2371
3293
|
hideLabel?: boolean | undefined;
|
2372
3294
|
configuration?: {
|
2373
3295
|
styles?: {
|
@@ -2404,6 +3326,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2404
3326
|
conditional: import(".").JSONSchema;
|
2405
3327
|
})[] | undefined;
|
2406
3328
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3329
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2407
3330
|
hideLabel?: boolean | undefined;
|
2408
3331
|
} | {
|
2409
3332
|
type: "SELECT";
|
@@ -2433,6 +3356,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2433
3356
|
conditional: import(".").JSONSchema;
|
2434
3357
|
})[] | undefined;
|
2435
3358
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3359
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2436
3360
|
hideLabel?: boolean | undefined;
|
2437
3361
|
} | {
|
2438
3362
|
type: "CHECKBOX";
|
@@ -2458,6 +3382,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2458
3382
|
conditional: import(".").JSONSchema;
|
2459
3383
|
})[] | undefined;
|
2460
3384
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3385
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2461
3386
|
hideLabel?: boolean | undefined;
|
2462
3387
|
} | {
|
2463
3388
|
type: "COUNTRY";
|
@@ -2483,6 +3408,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2483
3408
|
conditional: import(".").JSONSchema;
|
2484
3409
|
})[] | undefined;
|
2485
3410
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3411
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2486
3412
|
hideLabel?: boolean | undefined;
|
2487
3413
|
} | {
|
2488
3414
|
type: "ADMINISTRATIVE_AREA";
|
@@ -2514,6 +3440,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2514
3440
|
conditional: import(".").JSONSchema;
|
2515
3441
|
})[] | undefined;
|
2516
3442
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3443
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2517
3444
|
hideLabel?: boolean | undefined;
|
2518
3445
|
} | {
|
2519
3446
|
type: "LOCATION";
|
@@ -2539,6 +3466,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2539
3466
|
conditional: import(".").JSONSchema;
|
2540
3467
|
})[] | undefined;
|
2541
3468
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3469
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2542
3470
|
hideLabel?: boolean | undefined;
|
2543
3471
|
} | {
|
2544
3472
|
type: "FILE_WITH_OPTIONS";
|
@@ -2572,6 +3500,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2572
3500
|
conditional: import(".").JSONSchema;
|
2573
3501
|
})[] | undefined;
|
2574
3502
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3503
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2575
3504
|
hideLabel?: boolean | undefined;
|
2576
3505
|
} | {
|
2577
3506
|
type: "FACILITY";
|
@@ -2597,6 +3526,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2597
3526
|
conditional: import(".").JSONSchema;
|
2598
3527
|
})[] | undefined;
|
2599
3528
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3529
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2600
3530
|
hideLabel?: boolean | undefined;
|
2601
3531
|
} | {
|
2602
3532
|
type: "OFFICE";
|
@@ -2622,6 +3552,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2622
3552
|
conditional: import(".").JSONSchema;
|
2623
3553
|
})[] | undefined;
|
2624
3554
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3555
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2625
3556
|
hideLabel?: boolean | undefined;
|
2626
3557
|
} | {
|
2627
3558
|
type: "ADDRESS";
|
@@ -2675,6 +3606,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2675
3606
|
conditional: import(".").JSONSchema;
|
2676
3607
|
})[] | undefined;
|
2677
3608
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3609
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2678
3610
|
hideLabel?: boolean | undefined;
|
2679
3611
|
} | {
|
2680
3612
|
type: "DATA";
|
@@ -2709,6 +3641,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2709
3641
|
conditional: import(".").JSONSchema;
|
2710
3642
|
})[] | undefined;
|
2711
3643
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3644
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2712
3645
|
hideLabel?: boolean | undefined;
|
2713
3646
|
})[];
|
2714
3647
|
};
|
@@ -2797,6 +3730,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2797
3730
|
conditional: import(".").JSONSchema;
|
2798
3731
|
})[] | undefined;
|
2799
3732
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3733
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2800
3734
|
hideLabel?: boolean | undefined;
|
2801
3735
|
} | {
|
2802
3736
|
type: "TEXT";
|
@@ -2822,6 +3756,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2822
3756
|
conditional: import(".").JSONSchema;
|
2823
3757
|
})[] | undefined;
|
2824
3758
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3759
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2825
3760
|
hideLabel?: boolean | undefined;
|
2826
3761
|
configuration?: {
|
2827
3762
|
type?: "text" | "password" | undefined;
|
@@ -2853,6 +3788,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2853
3788
|
conditional: import(".").JSONSchema;
|
2854
3789
|
})[] | undefined;
|
2855
3790
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3791
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2856
3792
|
hideLabel?: boolean | undefined;
|
2857
3793
|
configuration?: {
|
2858
3794
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -2884,6 +3820,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2884
3820
|
conditional: import(".").JSONSchema;
|
2885
3821
|
})[] | undefined;
|
2886
3822
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3823
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2887
3824
|
hideLabel?: boolean | undefined;
|
2888
3825
|
configuration?: {
|
2889
3826
|
maxLength?: number | undefined;
|
@@ -2921,6 +3858,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2921
3858
|
conditional: import(".").JSONSchema;
|
2922
3859
|
})[] | undefined;
|
2923
3860
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3861
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2924
3862
|
hideLabel?: boolean | undefined;
|
2925
3863
|
} | {
|
2926
3864
|
type: "EMAIL";
|
@@ -2946,6 +3884,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2946
3884
|
conditional: import(".").JSONSchema;
|
2947
3885
|
})[] | undefined;
|
2948
3886
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3887
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2949
3888
|
hideLabel?: boolean | undefined;
|
2950
3889
|
configuration?: {
|
2951
3890
|
maxLength?: number | undefined;
|
@@ -2974,6 +3913,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
2974
3913
|
conditional: import(".").JSONSchema;
|
2975
3914
|
})[] | undefined;
|
2976
3915
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3916
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3917
|
+
hideLabel?: boolean | undefined;
|
3918
|
+
configuration?: {
|
3919
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
3920
|
+
} | undefined;
|
3921
|
+
} | {
|
3922
|
+
type: "DATE_RANGE";
|
3923
|
+
id: string;
|
3924
|
+
label: import("./TranslationConfig").TranslationConfig;
|
3925
|
+
parent?: {
|
3926
|
+
_fieldId?: string | undefined;
|
3927
|
+
} | undefined;
|
3928
|
+
validation?: {
|
3929
|
+
message: import("./TranslationConfig").TranslationConfig;
|
3930
|
+
validator: import(".").JSONSchema;
|
3931
|
+
}[] | undefined;
|
3932
|
+
required?: boolean | undefined;
|
3933
|
+
defaultValue?: string | [string, string] | undefined;
|
3934
|
+
conditionals?: ({
|
3935
|
+
type: "SHOW";
|
3936
|
+
conditional: import(".").JSONSchema;
|
3937
|
+
} | {
|
3938
|
+
type: "ENABLE";
|
3939
|
+
conditional: import(".").JSONSchema;
|
3940
|
+
} | {
|
3941
|
+
type: "DISPLAY_ON_REVIEW";
|
3942
|
+
conditional: import(".").JSONSchema;
|
3943
|
+
})[] | undefined;
|
3944
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3945
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
2977
3946
|
hideLabel?: boolean | undefined;
|
2978
3947
|
configuration?: {
|
2979
3948
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -3007,6 +3976,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3007
3976
|
conditional: import(".").JSONSchema;
|
3008
3977
|
})[] | undefined;
|
3009
3978
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
3979
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3010
3980
|
hideLabel?: boolean | undefined;
|
3011
3981
|
} | {
|
3012
3982
|
type: "PAGE_HEADER";
|
@@ -3032,6 +4002,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3032
4002
|
conditional: import(".").JSONSchema;
|
3033
4003
|
})[] | undefined;
|
3034
4004
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4005
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3035
4006
|
hideLabel?: boolean | undefined;
|
3036
4007
|
} | {
|
3037
4008
|
type: "FILE";
|
@@ -3065,6 +4036,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3065
4036
|
conditional: import(".").JSONSchema;
|
3066
4037
|
})[] | undefined;
|
3067
4038
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4039
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3068
4040
|
hideLabel?: boolean | undefined;
|
3069
4041
|
} | {
|
3070
4042
|
type: "RADIO_GROUP";
|
@@ -3094,6 +4066,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3094
4066
|
conditional: import(".").JSONSchema;
|
3095
4067
|
})[] | undefined;
|
3096
4068
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4069
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3097
4070
|
hideLabel?: boolean | undefined;
|
3098
4071
|
configuration?: {
|
3099
4072
|
styles?: {
|
@@ -3130,6 +4103,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3130
4103
|
conditional: import(".").JSONSchema;
|
3131
4104
|
})[] | undefined;
|
3132
4105
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4106
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3133
4107
|
hideLabel?: boolean | undefined;
|
3134
4108
|
} | {
|
3135
4109
|
type: "SELECT";
|
@@ -3159,6 +4133,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3159
4133
|
conditional: import(".").JSONSchema;
|
3160
4134
|
})[] | undefined;
|
3161
4135
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4136
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3162
4137
|
hideLabel?: boolean | undefined;
|
3163
4138
|
} | {
|
3164
4139
|
type: "CHECKBOX";
|
@@ -3184,6 +4159,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3184
4159
|
conditional: import(".").JSONSchema;
|
3185
4160
|
})[] | undefined;
|
3186
4161
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4162
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3187
4163
|
hideLabel?: boolean | undefined;
|
3188
4164
|
} | {
|
3189
4165
|
type: "COUNTRY";
|
@@ -3209,6 +4185,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3209
4185
|
conditional: import(".").JSONSchema;
|
3210
4186
|
})[] | undefined;
|
3211
4187
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4188
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3212
4189
|
hideLabel?: boolean | undefined;
|
3213
4190
|
} | {
|
3214
4191
|
type: "ADMINISTRATIVE_AREA";
|
@@ -3240,6 +4217,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3240
4217
|
conditional: import(".").JSONSchema;
|
3241
4218
|
})[] | undefined;
|
3242
4219
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4220
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3243
4221
|
hideLabel?: boolean | undefined;
|
3244
4222
|
} | {
|
3245
4223
|
type: "LOCATION";
|
@@ -3265,6 +4243,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3265
4243
|
conditional: import(".").JSONSchema;
|
3266
4244
|
})[] | undefined;
|
3267
4245
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4246
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3268
4247
|
hideLabel?: boolean | undefined;
|
3269
4248
|
} | {
|
3270
4249
|
type: "FILE_WITH_OPTIONS";
|
@@ -3298,6 +4277,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3298
4277
|
conditional: import(".").JSONSchema;
|
3299
4278
|
})[] | undefined;
|
3300
4279
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4280
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3301
4281
|
hideLabel?: boolean | undefined;
|
3302
4282
|
} | {
|
3303
4283
|
type: "FACILITY";
|
@@ -3323,6 +4303,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3323
4303
|
conditional: import(".").JSONSchema;
|
3324
4304
|
})[] | undefined;
|
3325
4305
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4306
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3326
4307
|
hideLabel?: boolean | undefined;
|
3327
4308
|
} | {
|
3328
4309
|
type: "OFFICE";
|
@@ -3348,6 +4329,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3348
4329
|
conditional: import(".").JSONSchema;
|
3349
4330
|
})[] | undefined;
|
3350
4331
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4332
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3351
4333
|
hideLabel?: boolean | undefined;
|
3352
4334
|
} | {
|
3353
4335
|
type: "ADDRESS";
|
@@ -3401,6 +4383,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3401
4383
|
conditional: import(".").JSONSchema;
|
3402
4384
|
})[] | undefined;
|
3403
4385
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4386
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3404
4387
|
hideLabel?: boolean | undefined;
|
3405
4388
|
} | {
|
3406
4389
|
type: "DATA";
|
@@ -3435,6 +4418,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3435
4418
|
conditional: import(".").JSONSchema;
|
3436
4419
|
})[] | undefined;
|
3437
4420
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4421
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3438
4422
|
hideLabel?: boolean | undefined;
|
3439
4423
|
})[];
|
3440
4424
|
conditional?: import(".").JSONSchema | undefined;
|
@@ -3478,6 +4462,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3478
4462
|
conditional: import(".").JSONSchema;
|
3479
4463
|
})[] | undefined;
|
3480
4464
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4465
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3481
4466
|
hideLabel?: boolean | undefined;
|
3482
4467
|
} | {
|
3483
4468
|
type: "TEXT";
|
@@ -3503,6 +4488,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3503
4488
|
conditional: import(".").JSONSchema;
|
3504
4489
|
})[] | undefined;
|
3505
4490
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4491
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3506
4492
|
hideLabel?: boolean | undefined;
|
3507
4493
|
configuration?: {
|
3508
4494
|
type?: "text" | "password" | undefined;
|
@@ -3534,6 +4520,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3534
4520
|
conditional: import(".").JSONSchema;
|
3535
4521
|
})[] | undefined;
|
3536
4522
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4523
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3537
4524
|
hideLabel?: boolean | undefined;
|
3538
4525
|
configuration?: {
|
3539
4526
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -3565,6 +4552,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3565
4552
|
conditional: import(".").JSONSchema;
|
3566
4553
|
})[] | undefined;
|
3567
4554
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4555
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3568
4556
|
hideLabel?: boolean | undefined;
|
3569
4557
|
configuration?: {
|
3570
4558
|
maxLength?: number | undefined;
|
@@ -3602,6 +4590,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3602
4590
|
conditional: import(".").JSONSchema;
|
3603
4591
|
})[] | undefined;
|
3604
4592
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4593
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3605
4594
|
hideLabel?: boolean | undefined;
|
3606
4595
|
} | {
|
3607
4596
|
type: "EMAIL";
|
@@ -3627,6 +4616,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3627
4616
|
conditional: import(".").JSONSchema;
|
3628
4617
|
})[] | undefined;
|
3629
4618
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4619
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3630
4620
|
hideLabel?: boolean | undefined;
|
3631
4621
|
configuration?: {
|
3632
4622
|
maxLength?: number | undefined;
|
@@ -3655,6 +4645,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3655
4645
|
conditional: import(".").JSONSchema;
|
3656
4646
|
})[] | undefined;
|
3657
4647
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4648
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4649
|
+
hideLabel?: boolean | undefined;
|
4650
|
+
configuration?: {
|
4651
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
4652
|
+
} | undefined;
|
4653
|
+
} | {
|
4654
|
+
type: "DATE_RANGE";
|
4655
|
+
id: string;
|
4656
|
+
label: import("./TranslationConfig").TranslationConfig;
|
4657
|
+
parent?: {
|
4658
|
+
_fieldId?: string | undefined;
|
4659
|
+
} | undefined;
|
4660
|
+
validation?: {
|
4661
|
+
message: import("./TranslationConfig").TranslationConfig;
|
4662
|
+
validator: import(".").JSONSchema;
|
4663
|
+
}[] | undefined;
|
4664
|
+
required?: boolean | undefined;
|
4665
|
+
defaultValue?: string | [string, string] | undefined;
|
4666
|
+
conditionals?: ({
|
4667
|
+
type: "SHOW";
|
4668
|
+
conditional: import(".").JSONSchema;
|
4669
|
+
} | {
|
4670
|
+
type: "ENABLE";
|
4671
|
+
conditional: import(".").JSONSchema;
|
4672
|
+
} | {
|
4673
|
+
type: "DISPLAY_ON_REVIEW";
|
4674
|
+
conditional: import(".").JSONSchema;
|
4675
|
+
})[] | undefined;
|
4676
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4677
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3658
4678
|
hideLabel?: boolean | undefined;
|
3659
4679
|
configuration?: {
|
3660
4680
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -3688,6 +4708,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3688
4708
|
conditional: import(".").JSONSchema;
|
3689
4709
|
})[] | undefined;
|
3690
4710
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4711
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3691
4712
|
hideLabel?: boolean | undefined;
|
3692
4713
|
} | {
|
3693
4714
|
type: "PAGE_HEADER";
|
@@ -3713,6 +4734,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3713
4734
|
conditional: import(".").JSONSchema;
|
3714
4735
|
})[] | undefined;
|
3715
4736
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4737
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3716
4738
|
hideLabel?: boolean | undefined;
|
3717
4739
|
} | {
|
3718
4740
|
type: "FILE";
|
@@ -3746,6 +4768,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3746
4768
|
conditional: import(".").JSONSchema;
|
3747
4769
|
})[] | undefined;
|
3748
4770
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4771
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3749
4772
|
hideLabel?: boolean | undefined;
|
3750
4773
|
} | {
|
3751
4774
|
type: "RADIO_GROUP";
|
@@ -3775,6 +4798,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3775
4798
|
conditional: import(".").JSONSchema;
|
3776
4799
|
})[] | undefined;
|
3777
4800
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4801
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3778
4802
|
hideLabel?: boolean | undefined;
|
3779
4803
|
configuration?: {
|
3780
4804
|
styles?: {
|
@@ -3811,6 +4835,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3811
4835
|
conditional: import(".").JSONSchema;
|
3812
4836
|
})[] | undefined;
|
3813
4837
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4838
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3814
4839
|
hideLabel?: boolean | undefined;
|
3815
4840
|
} | {
|
3816
4841
|
type: "SELECT";
|
@@ -3840,6 +4865,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3840
4865
|
conditional: import(".").JSONSchema;
|
3841
4866
|
})[] | undefined;
|
3842
4867
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4868
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3843
4869
|
hideLabel?: boolean | undefined;
|
3844
4870
|
} | {
|
3845
4871
|
type: "CHECKBOX";
|
@@ -3865,6 +4891,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3865
4891
|
conditional: import(".").JSONSchema;
|
3866
4892
|
})[] | undefined;
|
3867
4893
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4894
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3868
4895
|
hideLabel?: boolean | undefined;
|
3869
4896
|
} | {
|
3870
4897
|
type: "COUNTRY";
|
@@ -3890,6 +4917,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3890
4917
|
conditional: import(".").JSONSchema;
|
3891
4918
|
})[] | undefined;
|
3892
4919
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4920
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3893
4921
|
hideLabel?: boolean | undefined;
|
3894
4922
|
} | {
|
3895
4923
|
type: "ADMINISTRATIVE_AREA";
|
@@ -3921,6 +4949,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3921
4949
|
conditional: import(".").JSONSchema;
|
3922
4950
|
})[] | undefined;
|
3923
4951
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4952
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3924
4953
|
hideLabel?: boolean | undefined;
|
3925
4954
|
} | {
|
3926
4955
|
type: "LOCATION";
|
@@ -3946,6 +4975,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3946
4975
|
conditional: import(".").JSONSchema;
|
3947
4976
|
})[] | undefined;
|
3948
4977
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
4978
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3949
4979
|
hideLabel?: boolean | undefined;
|
3950
4980
|
} | {
|
3951
4981
|
type: "FILE_WITH_OPTIONS";
|
@@ -3979,6 +5009,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
3979
5009
|
conditional: import(".").JSONSchema;
|
3980
5010
|
})[] | undefined;
|
3981
5011
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5012
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
3982
5013
|
hideLabel?: boolean | undefined;
|
3983
5014
|
} | {
|
3984
5015
|
type: "FACILITY";
|
@@ -4004,6 +5035,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4004
5035
|
conditional: import(".").JSONSchema;
|
4005
5036
|
})[] | undefined;
|
4006
5037
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5038
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4007
5039
|
hideLabel?: boolean | undefined;
|
4008
5040
|
} | {
|
4009
5041
|
type: "OFFICE";
|
@@ -4029,6 +5061,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4029
5061
|
conditional: import(".").JSONSchema;
|
4030
5062
|
})[] | undefined;
|
4031
5063
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5064
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4032
5065
|
hideLabel?: boolean | undefined;
|
4033
5066
|
} | {
|
4034
5067
|
type: "ADDRESS";
|
@@ -4082,6 +5115,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4082
5115
|
conditional: import(".").JSONSchema;
|
4083
5116
|
})[] | undefined;
|
4084
5117
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5118
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4085
5119
|
hideLabel?: boolean | undefined;
|
4086
5120
|
} | {
|
4087
5121
|
type: "DATA";
|
@@ -4116,6 +5150,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4116
5150
|
conditional: import(".").JSONSchema;
|
4117
5151
|
})[] | undefined;
|
4118
5152
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5153
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4119
5154
|
hideLabel?: boolean | undefined;
|
4120
5155
|
})[];
|
4121
5156
|
conditional?: import(".").JSONSchema | undefined;
|
@@ -4160,6 +5195,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4160
5195
|
conditional: import(".").JSONSchema;
|
4161
5196
|
})[] | undefined;
|
4162
5197
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5198
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4163
5199
|
hideLabel?: boolean | undefined;
|
4164
5200
|
} | {
|
4165
5201
|
type: "TEXT";
|
@@ -4185,6 +5221,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4185
5221
|
conditional: import(".").JSONSchema;
|
4186
5222
|
})[] | undefined;
|
4187
5223
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5224
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4188
5225
|
hideLabel?: boolean | undefined;
|
4189
5226
|
configuration?: {
|
4190
5227
|
type?: "text" | "password" | undefined;
|
@@ -4216,6 +5253,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4216
5253
|
conditional: import(".").JSONSchema;
|
4217
5254
|
})[] | undefined;
|
4218
5255
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5256
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4219
5257
|
hideLabel?: boolean | undefined;
|
4220
5258
|
configuration?: {
|
4221
5259
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -4247,6 +5285,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4247
5285
|
conditional: import(".").JSONSchema;
|
4248
5286
|
})[] | undefined;
|
4249
5287
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5288
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4250
5289
|
hideLabel?: boolean | undefined;
|
4251
5290
|
configuration?: {
|
4252
5291
|
maxLength?: number | undefined;
|
@@ -4284,6 +5323,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4284
5323
|
conditional: import(".").JSONSchema;
|
4285
5324
|
})[] | undefined;
|
4286
5325
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5326
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4287
5327
|
hideLabel?: boolean | undefined;
|
4288
5328
|
} | {
|
4289
5329
|
type: "EMAIL";
|
@@ -4309,6 +5349,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4309
5349
|
conditional: import(".").JSONSchema;
|
4310
5350
|
})[] | undefined;
|
4311
5351
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5352
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4312
5353
|
hideLabel?: boolean | undefined;
|
4313
5354
|
configuration?: {
|
4314
5355
|
maxLength?: number | undefined;
|
@@ -4337,6 +5378,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4337
5378
|
conditional: import(".").JSONSchema;
|
4338
5379
|
})[] | undefined;
|
4339
5380
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5381
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5382
|
+
hideLabel?: boolean | undefined;
|
5383
|
+
configuration?: {
|
5384
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
5385
|
+
} | undefined;
|
5386
|
+
} | {
|
5387
|
+
type: "DATE_RANGE";
|
5388
|
+
id: string;
|
5389
|
+
label: import("./TranslationConfig").TranslationConfig;
|
5390
|
+
parent?: {
|
5391
|
+
_fieldId?: string | undefined;
|
5392
|
+
} | undefined;
|
5393
|
+
validation?: {
|
5394
|
+
message: import("./TranslationConfig").TranslationConfig;
|
5395
|
+
validator: import(".").JSONSchema;
|
5396
|
+
}[] | undefined;
|
5397
|
+
required?: boolean | undefined;
|
5398
|
+
defaultValue?: string | [string, string] | undefined;
|
5399
|
+
conditionals?: ({
|
5400
|
+
type: "SHOW";
|
5401
|
+
conditional: import(".").JSONSchema;
|
5402
|
+
} | {
|
5403
|
+
type: "ENABLE";
|
5404
|
+
conditional: import(".").JSONSchema;
|
5405
|
+
} | {
|
5406
|
+
type: "DISPLAY_ON_REVIEW";
|
5407
|
+
conditional: import(".").JSONSchema;
|
5408
|
+
})[] | undefined;
|
5409
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5410
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4340
5411
|
hideLabel?: boolean | undefined;
|
4341
5412
|
configuration?: {
|
4342
5413
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -4370,6 +5441,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4370
5441
|
conditional: import(".").JSONSchema;
|
4371
5442
|
})[] | undefined;
|
4372
5443
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5444
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4373
5445
|
hideLabel?: boolean | undefined;
|
4374
5446
|
} | {
|
4375
5447
|
type: "PAGE_HEADER";
|
@@ -4395,6 +5467,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4395
5467
|
conditional: import(".").JSONSchema;
|
4396
5468
|
})[] | undefined;
|
4397
5469
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5470
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4398
5471
|
hideLabel?: boolean | undefined;
|
4399
5472
|
} | {
|
4400
5473
|
type: "FILE";
|
@@ -4428,6 +5501,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4428
5501
|
conditional: import(".").JSONSchema;
|
4429
5502
|
})[] | undefined;
|
4430
5503
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5504
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4431
5505
|
hideLabel?: boolean | undefined;
|
4432
5506
|
} | {
|
4433
5507
|
type: "RADIO_GROUP";
|
@@ -4457,6 +5531,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4457
5531
|
conditional: import(".").JSONSchema;
|
4458
5532
|
})[] | undefined;
|
4459
5533
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5534
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4460
5535
|
hideLabel?: boolean | undefined;
|
4461
5536
|
configuration?: {
|
4462
5537
|
styles?: {
|
@@ -4493,6 +5568,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4493
5568
|
conditional: import(".").JSONSchema;
|
4494
5569
|
})[] | undefined;
|
4495
5570
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5571
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4496
5572
|
hideLabel?: boolean | undefined;
|
4497
5573
|
} | {
|
4498
5574
|
type: "SELECT";
|
@@ -4522,6 +5598,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4522
5598
|
conditional: import(".").JSONSchema;
|
4523
5599
|
})[] | undefined;
|
4524
5600
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5601
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4525
5602
|
hideLabel?: boolean | undefined;
|
4526
5603
|
} | {
|
4527
5604
|
type: "CHECKBOX";
|
@@ -4547,6 +5624,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4547
5624
|
conditional: import(".").JSONSchema;
|
4548
5625
|
})[] | undefined;
|
4549
5626
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5627
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4550
5628
|
hideLabel?: boolean | undefined;
|
4551
5629
|
} | {
|
4552
5630
|
type: "COUNTRY";
|
@@ -4572,6 +5650,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4572
5650
|
conditional: import(".").JSONSchema;
|
4573
5651
|
})[] | undefined;
|
4574
5652
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5653
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4575
5654
|
hideLabel?: boolean | undefined;
|
4576
5655
|
} | {
|
4577
5656
|
type: "ADMINISTRATIVE_AREA";
|
@@ -4603,6 +5682,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4603
5682
|
conditional: import(".").JSONSchema;
|
4604
5683
|
})[] | undefined;
|
4605
5684
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5685
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4606
5686
|
hideLabel?: boolean | undefined;
|
4607
5687
|
} | {
|
4608
5688
|
type: "LOCATION";
|
@@ -4628,6 +5708,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4628
5708
|
conditional: import(".").JSONSchema;
|
4629
5709
|
})[] | undefined;
|
4630
5710
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5711
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4631
5712
|
hideLabel?: boolean | undefined;
|
4632
5713
|
} | {
|
4633
5714
|
type: "FILE_WITH_OPTIONS";
|
@@ -4661,6 +5742,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4661
5742
|
conditional: import(".").JSONSchema;
|
4662
5743
|
})[] | undefined;
|
4663
5744
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5745
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4664
5746
|
hideLabel?: boolean | undefined;
|
4665
5747
|
} | {
|
4666
5748
|
type: "FACILITY";
|
@@ -4686,6 +5768,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4686
5768
|
conditional: import(".").JSONSchema;
|
4687
5769
|
})[] | undefined;
|
4688
5770
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5771
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4689
5772
|
hideLabel?: boolean | undefined;
|
4690
5773
|
} | {
|
4691
5774
|
type: "OFFICE";
|
@@ -4711,6 +5794,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4711
5794
|
conditional: import(".").JSONSchema;
|
4712
5795
|
})[] | undefined;
|
4713
5796
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5797
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4714
5798
|
hideLabel?: boolean | undefined;
|
4715
5799
|
} | {
|
4716
5800
|
type: "ADDRESS";
|
@@ -4764,6 +5848,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4764
5848
|
conditional: import(".").JSONSchema;
|
4765
5849
|
})[] | undefined;
|
4766
5850
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5851
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4767
5852
|
hideLabel?: boolean | undefined;
|
4768
5853
|
} | {
|
4769
5854
|
type: "DATA";
|
@@ -4798,6 +5883,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4798
5883
|
conditional: import(".").JSONSchema;
|
4799
5884
|
})[] | undefined;
|
4800
5885
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5886
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4801
5887
|
hideLabel?: boolean | undefined;
|
4802
5888
|
})[];
|
4803
5889
|
conditional?: import(".").JSONSchema | undefined;
|
@@ -4841,6 +5927,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4841
5927
|
conditional: import(".").JSONSchema;
|
4842
5928
|
})[] | undefined;
|
4843
5929
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5930
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4844
5931
|
hideLabel?: boolean | undefined;
|
4845
5932
|
} | {
|
4846
5933
|
type: "TEXT";
|
@@ -4866,6 +5953,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4866
5953
|
conditional: import(".").JSONSchema;
|
4867
5954
|
})[] | undefined;
|
4868
5955
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5956
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4869
5957
|
hideLabel?: boolean | undefined;
|
4870
5958
|
configuration?: {
|
4871
5959
|
type?: "text" | "password" | undefined;
|
@@ -4897,6 +5985,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4897
5985
|
conditional: import(".").JSONSchema;
|
4898
5986
|
})[] | undefined;
|
4899
5987
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
5988
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4900
5989
|
hideLabel?: boolean | undefined;
|
4901
5990
|
configuration?: {
|
4902
5991
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -4928,6 +6017,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4928
6017
|
conditional: import(".").JSONSchema;
|
4929
6018
|
})[] | undefined;
|
4930
6019
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6020
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4931
6021
|
hideLabel?: boolean | undefined;
|
4932
6022
|
configuration?: {
|
4933
6023
|
maxLength?: number | undefined;
|
@@ -4965,6 +6055,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4965
6055
|
conditional: import(".").JSONSchema;
|
4966
6056
|
})[] | undefined;
|
4967
6057
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6058
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4968
6059
|
hideLabel?: boolean | undefined;
|
4969
6060
|
} | {
|
4970
6061
|
type: "EMAIL";
|
@@ -4990,6 +6081,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
4990
6081
|
conditional: import(".").JSONSchema;
|
4991
6082
|
})[] | undefined;
|
4992
6083
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6084
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
4993
6085
|
hideLabel?: boolean | undefined;
|
4994
6086
|
configuration?: {
|
4995
6087
|
maxLength?: number | undefined;
|
@@ -5018,6 +6110,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5018
6110
|
conditional: import(".").JSONSchema;
|
5019
6111
|
})[] | undefined;
|
5020
6112
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6113
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6114
|
+
hideLabel?: boolean | undefined;
|
6115
|
+
configuration?: {
|
6116
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
6117
|
+
} | undefined;
|
6118
|
+
} | {
|
6119
|
+
type: "DATE_RANGE";
|
6120
|
+
id: string;
|
6121
|
+
label: import("./TranslationConfig").TranslationConfig;
|
6122
|
+
parent?: {
|
6123
|
+
_fieldId?: string | undefined;
|
6124
|
+
} | undefined;
|
6125
|
+
validation?: {
|
6126
|
+
message: import("./TranslationConfig").TranslationConfig;
|
6127
|
+
validator: import(".").JSONSchema;
|
6128
|
+
}[] | undefined;
|
6129
|
+
required?: boolean | undefined;
|
6130
|
+
defaultValue?: string | [string, string] | undefined;
|
6131
|
+
conditionals?: ({
|
6132
|
+
type: "SHOW";
|
6133
|
+
conditional: import(".").JSONSchema;
|
6134
|
+
} | {
|
6135
|
+
type: "ENABLE";
|
6136
|
+
conditional: import(".").JSONSchema;
|
6137
|
+
} | {
|
6138
|
+
type: "DISPLAY_ON_REVIEW";
|
6139
|
+
conditional: import(".").JSONSchema;
|
6140
|
+
})[] | undefined;
|
6141
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6142
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5021
6143
|
hideLabel?: boolean | undefined;
|
5022
6144
|
configuration?: {
|
5023
6145
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -5051,6 +6173,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5051
6173
|
conditional: import(".").JSONSchema;
|
5052
6174
|
})[] | undefined;
|
5053
6175
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6176
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5054
6177
|
hideLabel?: boolean | undefined;
|
5055
6178
|
} | {
|
5056
6179
|
type: "PAGE_HEADER";
|
@@ -5076,6 +6199,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5076
6199
|
conditional: import(".").JSONSchema;
|
5077
6200
|
})[] | undefined;
|
5078
6201
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6202
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5079
6203
|
hideLabel?: boolean | undefined;
|
5080
6204
|
} | {
|
5081
6205
|
type: "FILE";
|
@@ -5109,6 +6233,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5109
6233
|
conditional: import(".").JSONSchema;
|
5110
6234
|
})[] | undefined;
|
5111
6235
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6236
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5112
6237
|
hideLabel?: boolean | undefined;
|
5113
6238
|
} | {
|
5114
6239
|
type: "RADIO_GROUP";
|
@@ -5138,6 +6263,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5138
6263
|
conditional: import(".").JSONSchema;
|
5139
6264
|
})[] | undefined;
|
5140
6265
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6266
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5141
6267
|
hideLabel?: boolean | undefined;
|
5142
6268
|
configuration?: {
|
5143
6269
|
styles?: {
|
@@ -5174,6 +6300,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5174
6300
|
conditional: import(".").JSONSchema;
|
5175
6301
|
})[] | undefined;
|
5176
6302
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6303
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5177
6304
|
hideLabel?: boolean | undefined;
|
5178
6305
|
} | {
|
5179
6306
|
type: "SELECT";
|
@@ -5203,6 +6330,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5203
6330
|
conditional: import(".").JSONSchema;
|
5204
6331
|
})[] | undefined;
|
5205
6332
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6333
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5206
6334
|
hideLabel?: boolean | undefined;
|
5207
6335
|
} | {
|
5208
6336
|
type: "CHECKBOX";
|
@@ -5228,6 +6356,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5228
6356
|
conditional: import(".").JSONSchema;
|
5229
6357
|
})[] | undefined;
|
5230
6358
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6359
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5231
6360
|
hideLabel?: boolean | undefined;
|
5232
6361
|
} | {
|
5233
6362
|
type: "COUNTRY";
|
@@ -5253,6 +6382,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5253
6382
|
conditional: import(".").JSONSchema;
|
5254
6383
|
})[] | undefined;
|
5255
6384
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6385
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5256
6386
|
hideLabel?: boolean | undefined;
|
5257
6387
|
} | {
|
5258
6388
|
type: "ADMINISTRATIVE_AREA";
|
@@ -5284,6 +6414,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5284
6414
|
conditional: import(".").JSONSchema;
|
5285
6415
|
})[] | undefined;
|
5286
6416
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6417
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5287
6418
|
hideLabel?: boolean | undefined;
|
5288
6419
|
} | {
|
5289
6420
|
type: "LOCATION";
|
@@ -5309,6 +6440,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5309
6440
|
conditional: import(".").JSONSchema;
|
5310
6441
|
})[] | undefined;
|
5311
6442
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6443
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5312
6444
|
hideLabel?: boolean | undefined;
|
5313
6445
|
} | {
|
5314
6446
|
type: "FILE_WITH_OPTIONS";
|
@@ -5342,6 +6474,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5342
6474
|
conditional: import(".").JSONSchema;
|
5343
6475
|
})[] | undefined;
|
5344
6476
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6477
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5345
6478
|
hideLabel?: boolean | undefined;
|
5346
6479
|
} | {
|
5347
6480
|
type: "FACILITY";
|
@@ -5367,6 +6500,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5367
6500
|
conditional: import(".").JSONSchema;
|
5368
6501
|
})[] | undefined;
|
5369
6502
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6503
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5370
6504
|
hideLabel?: boolean | undefined;
|
5371
6505
|
} | {
|
5372
6506
|
type: "OFFICE";
|
@@ -5392,6 +6526,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5392
6526
|
conditional: import(".").JSONSchema;
|
5393
6527
|
})[] | undefined;
|
5394
6528
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6529
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5395
6530
|
hideLabel?: boolean | undefined;
|
5396
6531
|
} | {
|
5397
6532
|
type: "ADDRESS";
|
@@ -5445,6 +6580,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5445
6580
|
conditional: import(".").JSONSchema;
|
5446
6581
|
})[] | undefined;
|
5447
6582
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6583
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5448
6584
|
hideLabel?: boolean | undefined;
|
5449
6585
|
} | {
|
5450
6586
|
type: "DATA";
|
@@ -5479,6 +6615,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5479
6615
|
conditional: import(".").JSONSchema;
|
5480
6616
|
})[] | undefined;
|
5481
6617
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6618
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5482
6619
|
hideLabel?: boolean | undefined;
|
5483
6620
|
})[];
|
5484
6621
|
conditional?: import(".").JSONSchema | undefined;
|
@@ -5511,6 +6648,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5511
6648
|
conditional: import(".").JSONSchema;
|
5512
6649
|
})[] | undefined;
|
5513
6650
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6651
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5514
6652
|
hideLabel?: boolean | undefined;
|
5515
6653
|
} | {
|
5516
6654
|
type: "TEXT";
|
@@ -5536,6 +6674,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5536
6674
|
conditional: import(".").JSONSchema;
|
5537
6675
|
})[] | undefined;
|
5538
6676
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6677
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5539
6678
|
hideLabel?: boolean | undefined;
|
5540
6679
|
configuration?: {
|
5541
6680
|
type?: "text" | "password" | undefined;
|
@@ -5567,6 +6706,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5567
6706
|
conditional: import(".").JSONSchema;
|
5568
6707
|
})[] | undefined;
|
5569
6708
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6709
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5570
6710
|
hideLabel?: boolean | undefined;
|
5571
6711
|
configuration?: {
|
5572
6712
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -5598,6 +6738,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5598
6738
|
conditional: import(".").JSONSchema;
|
5599
6739
|
})[] | undefined;
|
5600
6740
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6741
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5601
6742
|
hideLabel?: boolean | undefined;
|
5602
6743
|
configuration?: {
|
5603
6744
|
maxLength?: number | undefined;
|
@@ -5635,6 +6776,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5635
6776
|
conditional: import(".").JSONSchema;
|
5636
6777
|
})[] | undefined;
|
5637
6778
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6779
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5638
6780
|
hideLabel?: boolean | undefined;
|
5639
6781
|
} | {
|
5640
6782
|
type: "EMAIL";
|
@@ -5660,6 +6802,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5660
6802
|
conditional: import(".").JSONSchema;
|
5661
6803
|
})[] | undefined;
|
5662
6804
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6805
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5663
6806
|
hideLabel?: boolean | undefined;
|
5664
6807
|
configuration?: {
|
5665
6808
|
maxLength?: number | undefined;
|
@@ -5688,6 +6831,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5688
6831
|
conditional: import(".").JSONSchema;
|
5689
6832
|
})[] | undefined;
|
5690
6833
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6834
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6835
|
+
hideLabel?: boolean | undefined;
|
6836
|
+
configuration?: {
|
6837
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
6838
|
+
} | undefined;
|
6839
|
+
} | {
|
6840
|
+
type: "DATE_RANGE";
|
6841
|
+
id: string;
|
6842
|
+
label: import("./TranslationConfig").TranslationConfig;
|
6843
|
+
parent?: {
|
6844
|
+
_fieldId?: string | undefined;
|
6845
|
+
} | undefined;
|
6846
|
+
validation?: {
|
6847
|
+
message: import("./TranslationConfig").TranslationConfig;
|
6848
|
+
validator: import(".").JSONSchema;
|
6849
|
+
}[] | undefined;
|
6850
|
+
required?: boolean | undefined;
|
6851
|
+
defaultValue?: string | [string, string] | undefined;
|
6852
|
+
conditionals?: ({
|
6853
|
+
type: "SHOW";
|
6854
|
+
conditional: import(".").JSONSchema;
|
6855
|
+
} | {
|
6856
|
+
type: "ENABLE";
|
6857
|
+
conditional: import(".").JSONSchema;
|
6858
|
+
} | {
|
6859
|
+
type: "DISPLAY_ON_REVIEW";
|
6860
|
+
conditional: import(".").JSONSchema;
|
6861
|
+
})[] | undefined;
|
6862
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6863
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5691
6864
|
hideLabel?: boolean | undefined;
|
5692
6865
|
configuration?: {
|
5693
6866
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -5721,6 +6894,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5721
6894
|
conditional: import(".").JSONSchema;
|
5722
6895
|
})[] | undefined;
|
5723
6896
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6897
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5724
6898
|
hideLabel?: boolean | undefined;
|
5725
6899
|
} | {
|
5726
6900
|
type: "PAGE_HEADER";
|
@@ -5746,6 +6920,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5746
6920
|
conditional: import(".").JSONSchema;
|
5747
6921
|
})[] | undefined;
|
5748
6922
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6923
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5749
6924
|
hideLabel?: boolean | undefined;
|
5750
6925
|
} | {
|
5751
6926
|
type: "FILE";
|
@@ -5779,6 +6954,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5779
6954
|
conditional: import(".").JSONSchema;
|
5780
6955
|
})[] | undefined;
|
5781
6956
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6957
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5782
6958
|
hideLabel?: boolean | undefined;
|
5783
6959
|
} | {
|
5784
6960
|
type: "RADIO_GROUP";
|
@@ -5808,6 +6984,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5808
6984
|
conditional: import(".").JSONSchema;
|
5809
6985
|
})[] | undefined;
|
5810
6986
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
6987
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5811
6988
|
hideLabel?: boolean | undefined;
|
5812
6989
|
configuration?: {
|
5813
6990
|
styles?: {
|
@@ -5844,6 +7021,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5844
7021
|
conditional: import(".").JSONSchema;
|
5845
7022
|
})[] | undefined;
|
5846
7023
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7024
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5847
7025
|
hideLabel?: boolean | undefined;
|
5848
7026
|
} | {
|
5849
7027
|
type: "SELECT";
|
@@ -5873,6 +7051,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5873
7051
|
conditional: import(".").JSONSchema;
|
5874
7052
|
})[] | undefined;
|
5875
7053
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7054
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5876
7055
|
hideLabel?: boolean | undefined;
|
5877
7056
|
} | {
|
5878
7057
|
type: "CHECKBOX";
|
@@ -5898,6 +7077,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5898
7077
|
conditional: import(".").JSONSchema;
|
5899
7078
|
})[] | undefined;
|
5900
7079
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7080
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5901
7081
|
hideLabel?: boolean | undefined;
|
5902
7082
|
} | {
|
5903
7083
|
type: "COUNTRY";
|
@@ -5923,6 +7103,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5923
7103
|
conditional: import(".").JSONSchema;
|
5924
7104
|
})[] | undefined;
|
5925
7105
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7106
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5926
7107
|
hideLabel?: boolean | undefined;
|
5927
7108
|
} | {
|
5928
7109
|
type: "ADMINISTRATIVE_AREA";
|
@@ -5954,6 +7135,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5954
7135
|
conditional: import(".").JSONSchema;
|
5955
7136
|
})[] | undefined;
|
5956
7137
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7138
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5957
7139
|
hideLabel?: boolean | undefined;
|
5958
7140
|
} | {
|
5959
7141
|
type: "LOCATION";
|
@@ -5979,6 +7161,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
5979
7161
|
conditional: import(".").JSONSchema;
|
5980
7162
|
})[] | undefined;
|
5981
7163
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7164
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
5982
7165
|
hideLabel?: boolean | undefined;
|
5983
7166
|
} | {
|
5984
7167
|
type: "FILE_WITH_OPTIONS";
|
@@ -6012,6 +7195,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6012
7195
|
conditional: import(".").JSONSchema;
|
6013
7196
|
})[] | undefined;
|
6014
7197
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7198
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6015
7199
|
hideLabel?: boolean | undefined;
|
6016
7200
|
} | {
|
6017
7201
|
type: "FACILITY";
|
@@ -6037,6 +7221,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6037
7221
|
conditional: import(".").JSONSchema;
|
6038
7222
|
})[] | undefined;
|
6039
7223
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7224
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6040
7225
|
hideLabel?: boolean | undefined;
|
6041
7226
|
} | {
|
6042
7227
|
type: "OFFICE";
|
@@ -6062,6 +7247,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6062
7247
|
conditional: import(".").JSONSchema;
|
6063
7248
|
})[] | undefined;
|
6064
7249
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7250
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6065
7251
|
hideLabel?: boolean | undefined;
|
6066
7252
|
} | {
|
6067
7253
|
type: "ADDRESS";
|
@@ -6115,6 +7301,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6115
7301
|
conditional: import(".").JSONSchema;
|
6116
7302
|
})[] | undefined;
|
6117
7303
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7304
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6118
7305
|
hideLabel?: boolean | undefined;
|
6119
7306
|
} | {
|
6120
7307
|
type: "DATA";
|
@@ -6149,6 +7336,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6149
7336
|
conditional: import(".").JSONSchema;
|
6150
7337
|
})[] | undefined;
|
6151
7338
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7339
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6152
7340
|
hideLabel?: boolean | undefined;
|
6153
7341
|
})[];
|
6154
7342
|
conditional?: import(".").JSONSchema | undefined;
|
@@ -6192,6 +7380,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6192
7380
|
conditional: import(".").JSONSchema;
|
6193
7381
|
})[] | undefined;
|
6194
7382
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7383
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6195
7384
|
hideLabel?: boolean | undefined;
|
6196
7385
|
} | {
|
6197
7386
|
type: "TEXT";
|
@@ -6217,6 +7406,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6217
7406
|
conditional: import(".").JSONSchema;
|
6218
7407
|
})[] | undefined;
|
6219
7408
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7409
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6220
7410
|
hideLabel?: boolean | undefined;
|
6221
7411
|
configuration?: {
|
6222
7412
|
type?: "text" | "password" | undefined;
|
@@ -6248,6 +7438,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6248
7438
|
conditional: import(".").JSONSchema;
|
6249
7439
|
})[] | undefined;
|
6250
7440
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7441
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6251
7442
|
hideLabel?: boolean | undefined;
|
6252
7443
|
configuration?: {
|
6253
7444
|
prefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -6279,6 +7470,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6279
7470
|
conditional: import(".").JSONSchema;
|
6280
7471
|
})[] | undefined;
|
6281
7472
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7473
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6282
7474
|
hideLabel?: boolean | undefined;
|
6283
7475
|
configuration?: {
|
6284
7476
|
maxLength?: number | undefined;
|
@@ -6316,6 +7508,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6316
7508
|
conditional: import(".").JSONSchema;
|
6317
7509
|
})[] | undefined;
|
6318
7510
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7511
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6319
7512
|
hideLabel?: boolean | undefined;
|
6320
7513
|
} | {
|
6321
7514
|
type: "EMAIL";
|
@@ -6341,6 +7534,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6341
7534
|
conditional: import(".").JSONSchema;
|
6342
7535
|
})[] | undefined;
|
6343
7536
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7537
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6344
7538
|
hideLabel?: boolean | undefined;
|
6345
7539
|
configuration?: {
|
6346
7540
|
maxLength?: number | undefined;
|
@@ -6369,6 +7563,36 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6369
7563
|
conditional: import(".").JSONSchema;
|
6370
7564
|
})[] | undefined;
|
6371
7565
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7566
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
7567
|
+
hideLabel?: boolean | undefined;
|
7568
|
+
configuration?: {
|
7569
|
+
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
7570
|
+
} | undefined;
|
7571
|
+
} | {
|
7572
|
+
type: "DATE_RANGE";
|
7573
|
+
id: string;
|
7574
|
+
label: import("./TranslationConfig").TranslationConfig;
|
7575
|
+
parent?: {
|
7576
|
+
_fieldId?: string | undefined;
|
7577
|
+
} | undefined;
|
7578
|
+
validation?: {
|
7579
|
+
message: import("./TranslationConfig").TranslationConfig;
|
7580
|
+
validator: import(".").JSONSchema;
|
7581
|
+
}[] | undefined;
|
7582
|
+
required?: boolean | undefined;
|
7583
|
+
defaultValue?: string | [string, string] | undefined;
|
7584
|
+
conditionals?: ({
|
7585
|
+
type: "SHOW";
|
7586
|
+
conditional: import(".").JSONSchema;
|
7587
|
+
} | {
|
7588
|
+
type: "ENABLE";
|
7589
|
+
conditional: import(".").JSONSchema;
|
7590
|
+
} | {
|
7591
|
+
type: "DISPLAY_ON_REVIEW";
|
7592
|
+
conditional: import(".").JSONSchema;
|
7593
|
+
})[] | undefined;
|
7594
|
+
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7595
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6372
7596
|
hideLabel?: boolean | undefined;
|
6373
7597
|
configuration?: {
|
6374
7598
|
notice?: import("./TranslationConfig").TranslationConfig | undefined;
|
@@ -6402,6 +7626,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6402
7626
|
conditional: import(".").JSONSchema;
|
6403
7627
|
})[] | undefined;
|
6404
7628
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7629
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6405
7630
|
hideLabel?: boolean | undefined;
|
6406
7631
|
} | {
|
6407
7632
|
type: "PAGE_HEADER";
|
@@ -6427,6 +7652,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6427
7652
|
conditional: import(".").JSONSchema;
|
6428
7653
|
})[] | undefined;
|
6429
7654
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7655
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6430
7656
|
hideLabel?: boolean | undefined;
|
6431
7657
|
} | {
|
6432
7658
|
type: "FILE";
|
@@ -6460,6 +7686,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6460
7686
|
conditional: import(".").JSONSchema;
|
6461
7687
|
})[] | undefined;
|
6462
7688
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7689
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6463
7690
|
hideLabel?: boolean | undefined;
|
6464
7691
|
} | {
|
6465
7692
|
type: "RADIO_GROUP";
|
@@ -6489,6 +7716,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6489
7716
|
conditional: import(".").JSONSchema;
|
6490
7717
|
})[] | undefined;
|
6491
7718
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7719
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6492
7720
|
hideLabel?: boolean | undefined;
|
6493
7721
|
configuration?: {
|
6494
7722
|
styles?: {
|
@@ -6525,6 +7753,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6525
7753
|
conditional: import(".").JSONSchema;
|
6526
7754
|
})[] | undefined;
|
6527
7755
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7756
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6528
7757
|
hideLabel?: boolean | undefined;
|
6529
7758
|
} | {
|
6530
7759
|
type: "SELECT";
|
@@ -6554,6 +7783,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6554
7783
|
conditional: import(".").JSONSchema;
|
6555
7784
|
})[] | undefined;
|
6556
7785
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7786
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6557
7787
|
hideLabel?: boolean | undefined;
|
6558
7788
|
} | {
|
6559
7789
|
type: "CHECKBOX";
|
@@ -6579,6 +7809,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6579
7809
|
conditional: import(".").JSONSchema;
|
6580
7810
|
})[] | undefined;
|
6581
7811
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7812
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6582
7813
|
hideLabel?: boolean | undefined;
|
6583
7814
|
} | {
|
6584
7815
|
type: "COUNTRY";
|
@@ -6604,6 +7835,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6604
7835
|
conditional: import(".").JSONSchema;
|
6605
7836
|
})[] | undefined;
|
6606
7837
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7838
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6607
7839
|
hideLabel?: boolean | undefined;
|
6608
7840
|
} | {
|
6609
7841
|
type: "ADMINISTRATIVE_AREA";
|
@@ -6635,6 +7867,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6635
7867
|
conditional: import(".").JSONSchema;
|
6636
7868
|
})[] | undefined;
|
6637
7869
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7870
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6638
7871
|
hideLabel?: boolean | undefined;
|
6639
7872
|
} | {
|
6640
7873
|
type: "LOCATION";
|
@@ -6660,6 +7893,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6660
7893
|
conditional: import(".").JSONSchema;
|
6661
7894
|
})[] | undefined;
|
6662
7895
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7896
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6663
7897
|
hideLabel?: boolean | undefined;
|
6664
7898
|
} | {
|
6665
7899
|
type: "FILE_WITH_OPTIONS";
|
@@ -6693,6 +7927,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6693
7927
|
conditional: import(".").JSONSchema;
|
6694
7928
|
})[] | undefined;
|
6695
7929
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7930
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6696
7931
|
hideLabel?: boolean | undefined;
|
6697
7932
|
} | {
|
6698
7933
|
type: "FACILITY";
|
@@ -6718,6 +7953,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6718
7953
|
conditional: import(".").JSONSchema;
|
6719
7954
|
})[] | undefined;
|
6720
7955
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7956
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6721
7957
|
hideLabel?: boolean | undefined;
|
6722
7958
|
} | {
|
6723
7959
|
type: "OFFICE";
|
@@ -6743,6 +7979,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6743
7979
|
conditional: import(".").JSONSchema;
|
6744
7980
|
})[] | undefined;
|
6745
7981
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
7982
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6746
7983
|
hideLabel?: boolean | undefined;
|
6747
7984
|
} | {
|
6748
7985
|
type: "ADDRESS";
|
@@ -6796,6 +8033,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6796
8033
|
conditional: import(".").JSONSchema;
|
6797
8034
|
})[] | undefined;
|
6798
8035
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8036
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6799
8037
|
hideLabel?: boolean | undefined;
|
6800
8038
|
} | {
|
6801
8039
|
type: "DATA";
|
@@ -6830,6 +8068,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6830
8068
|
conditional: import(".").JSONSchema;
|
6831
8069
|
})[] | undefined;
|
6832
8070
|
placeholder?: import("./TranslationConfig").TranslationConfig | undefined;
|
8071
|
+
helperText?: import("./TranslationConfig").TranslationConfig | undefined;
|
6833
8072
|
hideLabel?: boolean | undefined;
|
6834
8073
|
})[];
|
6835
8074
|
conditional?: import(".").JSONSchema | undefined;
|
@@ -6866,6 +8105,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6866
8105
|
type: "SHOW";
|
6867
8106
|
conditional: import(".").JSONSchema;
|
6868
8107
|
}[] | undefined;
|
8108
|
+
label?: import("./TranslationConfig").TranslationConfig | undefined;
|
6869
8109
|
emptyValueMessage?: import("./TranslationConfig").TranslationConfig | undefined;
|
6870
8110
|
} | {
|
6871
8111
|
id: string;
|
@@ -6887,7 +8127,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6887
8127
|
title: import("./TranslationConfig").TranslationConfig;
|
6888
8128
|
fields: ({
|
6889
8129
|
config: {
|
6890
|
-
type: "
|
8130
|
+
type: "exact" | "fuzzy" | "range";
|
6891
8131
|
};
|
6892
8132
|
fieldId: string;
|
6893
8133
|
fieldType: "field";
|
@@ -6895,16 +8135,38 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
6895
8135
|
value: string;
|
6896
8136
|
label: import("./TranslationConfig").TranslationConfig;
|
6897
8137
|
}[] | undefined;
|
8138
|
+
conditionals?: ({
|
8139
|
+
type: "SHOW";
|
8140
|
+
conditional: import(".").JSONSchema;
|
8141
|
+
} | {
|
8142
|
+
type: "ENABLE";
|
8143
|
+
conditional: import(".").JSONSchema;
|
8144
|
+
} | {
|
8145
|
+
type: "DISPLAY_ON_REVIEW";
|
8146
|
+
conditional: import(".").JSONSchema;
|
8147
|
+
})[] | undefined;
|
8148
|
+
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6898
8149
|
} | {
|
6899
8150
|
config: {
|
6900
|
-
type: "
|
8151
|
+
type: "exact" | "fuzzy" | "range";
|
6901
8152
|
};
|
6902
|
-
fieldId: "status" | "trackingId";
|
8153
|
+
fieldId: "status" | "updatedAt" | "trackingId" | "legalStatus.REGISTERED.createdAt" | "legalStatus.REGISTERED.createdAtLocation";
|
6903
8154
|
fieldType: "event";
|
6904
8155
|
options?: {
|
6905
8156
|
value: string;
|
6906
8157
|
label: import("./TranslationConfig").TranslationConfig;
|
6907
8158
|
}[] | undefined;
|
8159
|
+
conditionals?: ({
|
8160
|
+
type: "SHOW";
|
8161
|
+
conditional: import(".").JSONSchema;
|
8162
|
+
} | {
|
8163
|
+
type: "ENABLE";
|
8164
|
+
conditional: import(".").JSONSchema;
|
8165
|
+
} | {
|
8166
|
+
type: "DISPLAY_ON_REVIEW";
|
8167
|
+
conditional: import(".").JSONSchema;
|
8168
|
+
})[] | undefined;
|
8169
|
+
searchCriteriaLabelPrefix?: import("./TranslationConfig").TranslationConfig | undefined;
|
6908
8170
|
})[];
|
6909
8171
|
}[];
|
6910
8172
|
dateOfEvent?: {
|