@layers-app/shared 0.2.8-test → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/giphy/slice.d.ts +1 -1
- package/dist/api/giphy/slice.d.ts.map +1 -1
- package/dist/api/unsplash/slice.d.ts +1 -1
- package/dist/api/unsplash/slice.d.ts.map +1 -1
- package/dist/assets/layers-logo-icon.svg2.js +4 -0
- package/dist/components/AliasTextInput/AliasTextInput.d.ts.map +1 -1
- package/dist/components/AliasTextInput/AliasTextInput.js +8 -7
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +123 -114
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommunitiesDialog/index.d.ts.map +1 -1
- package/dist/components/CommunitiesDialog/index.js +47 -46
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/Copyright/index.d.ts.map +1 -1
- package/dist/components/Copyright/index.js +8 -7
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.d.ts +2 -4
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +236 -247
- package/dist/components/FilePicker/FilePicker.module.css.js +10 -12
- package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGallery.js +33 -59
- package/dist/components/FilePicker/FilePickerGiphy.d.ts +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerGiphy.js +51 -52
- package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerLink.js +19 -22
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUnsplash.js +64 -65
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +35 -51
- package/dist/components/FilePicker/api/giphyApi.d.ts +2 -2
- package/dist/components/FilePicker/api/giphyApi.d.ts.map +1 -1
- package/dist/components/FilePicker/api/giphyApi.js +11 -14
- package/dist/components/FilePicker/api/unsplashApi.d.ts +2 -2
- package/dist/components/FilePicker/api/unsplashApi.d.ts.map +1 -1
- package/dist/components/FilePicker/api/unsplashApi.js +14 -19
- package/dist/components/FilePicker/index.d.ts +0 -1
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +70 -72
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/helpers/conditions.d.ts +84 -84
- package/dist/components/FormViewer/helpers/helpers.d.ts +84 -84
- package/dist/components/FormViewer/helpers/steps.d.ts +84 -84
- package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/steps.js +22 -21
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +71 -71
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +84 -84
- package/dist/components/FormViewer/store/formStore.d.ts +357 -357
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.d.ts +178 -178
- package/dist/components/FormViewer/store/selectors.d.ts +23861 -23861
- package/dist/components/FormViewer/types/schemes.d.ts +1139 -1139
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/Logotype.d.ts +4 -3
- package/dist/components/Logotype.d.ts.map +1 -1
- package/dist/components/Logotype.js +56 -33
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/OnBoarding/OnBoardingPage.js +35 -35
- package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
- package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
- package/dist/components/OnBoarding/styles.module.css.js +7 -7
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +10 -10
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/config/brand.d.ts +48 -0
- package/dist/config/brand.d.ts.map +1 -0
- package/dist/config/brand.js +69 -0
- package/dist/config/envConfig.d.ts +70 -0
- package/dist/config/envConfig.d.ts.map +1 -0
- package/dist/config/envConfig.js +29 -0
- package/dist/constants.d.ts +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +7 -6
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/hooks/useDisableWindowScroll.js +3 -3
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +429 -423
- package/dist/lang/locales/ui_en.json.js +15 -15
- package/dist/lang/locales/ui_es.json.js +13 -13
- package/dist/lang/locales/ui_ru.json.js +12 -12
- package/docs/README.md +499 -499
- package/package.json +75 -75
- package/dist/assets/svg/default_icon.svg.js +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts +0 -4
- package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
- package/dist/components/FilePicker/coverCollections.js +0 -164
- /package/dist/assets/{svg/layers-logo-full.svg.js → layers-logo-full.svg2.js} +0 -0
|
@@ -10,18 +10,18 @@ export declare namespace Schemes {
|
|
|
10
10
|
size: z.ZodOptional<z.ZodNumber>;
|
|
11
11
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
image?: string | undefined;
|
|
13
14
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
14
15
|
brightness?: number | undefined;
|
|
15
|
-
image?: string | undefined;
|
|
16
16
|
video?: string | undefined;
|
|
17
17
|
videoThumb?: string | undefined;
|
|
18
18
|
color?: string | undefined;
|
|
19
19
|
size?: number | undefined;
|
|
20
20
|
blur?: number | undefined;
|
|
21
21
|
}, {
|
|
22
|
+
image?: string | undefined;
|
|
22
23
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
23
24
|
brightness?: number | undefined;
|
|
24
|
-
image?: string | undefined;
|
|
25
25
|
video?: string | undefined;
|
|
26
26
|
videoThumb?: string | undefined;
|
|
27
27
|
color?: string | undefined;
|
|
@@ -34,14 +34,14 @@ export declare namespace Schemes {
|
|
|
34
34
|
compareValue: z.ZodOptional<z.ZodString>;
|
|
35
35
|
trigger: z.ZodString;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
trigger: string;
|
|
37
38
|
controlId: string;
|
|
38
39
|
operator: string;
|
|
39
|
-
trigger: string;
|
|
40
40
|
compareValue?: string | undefined;
|
|
41
41
|
}, {
|
|
42
|
+
trigger: string;
|
|
42
43
|
controlId: string;
|
|
43
44
|
operator: string;
|
|
44
|
-
trigger: string;
|
|
45
45
|
compareValue?: string | undefined;
|
|
46
46
|
}>;
|
|
47
47
|
const textControlSchema: z.ZodObject<{
|
|
@@ -135,9 +135,9 @@ export declare namespace Schemes {
|
|
|
135
135
|
description?: string | undefined;
|
|
136
136
|
required?: boolean | undefined;
|
|
137
137
|
label?: string | undefined;
|
|
138
|
-
link?: string | undefined;
|
|
139
|
-
showIconButton?: boolean | undefined;
|
|
140
138
|
buttonIcon?: string | undefined;
|
|
139
|
+
showIconButton?: boolean | undefined;
|
|
140
|
+
link?: string | undefined;
|
|
141
141
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
142
142
|
buttons?: any[] | undefined;
|
|
143
143
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -151,9 +151,9 @@ export declare namespace Schemes {
|
|
|
151
151
|
description?: string | undefined;
|
|
152
152
|
required?: boolean | undefined;
|
|
153
153
|
label?: string | undefined;
|
|
154
|
-
link?: string | undefined;
|
|
155
|
-
showIconButton?: boolean | undefined;
|
|
156
154
|
buttonIcon?: string | undefined;
|
|
155
|
+
showIconButton?: boolean | undefined;
|
|
156
|
+
link?: string | undefined;
|
|
157
157
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
158
158
|
buttons?: any[] | undefined;
|
|
159
159
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -214,9 +214,9 @@ export declare namespace Schemes {
|
|
|
214
214
|
icon?: string | undefined;
|
|
215
215
|
required?: boolean | undefined;
|
|
216
216
|
label?: string | undefined;
|
|
217
|
-
showIconButton?: boolean | undefined;
|
|
218
|
-
buttonIcon?: string | undefined;
|
|
219
217
|
showButton?: boolean | undefined;
|
|
218
|
+
buttonIcon?: string | undefined;
|
|
219
|
+
showIconButton?: boolean | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
id: string;
|
|
222
222
|
controlType: "start";
|
|
@@ -225,9 +225,9 @@ export declare namespace Schemes {
|
|
|
225
225
|
icon?: string | undefined;
|
|
226
226
|
required?: boolean | undefined;
|
|
227
227
|
label?: string | undefined;
|
|
228
|
-
showIconButton?: boolean | undefined;
|
|
229
|
-
buttonIcon?: string | undefined;
|
|
230
228
|
showButton?: boolean | undefined;
|
|
229
|
+
buttonIcon?: string | undefined;
|
|
230
|
+
showIconButton?: boolean | undefined;
|
|
231
231
|
}>;
|
|
232
232
|
const confirmControlSchema: z.ZodObject<{
|
|
233
233
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -246,9 +246,9 @@ export declare namespace Schemes {
|
|
|
246
246
|
description?: string | undefined;
|
|
247
247
|
required?: boolean | undefined;
|
|
248
248
|
label?: string | undefined;
|
|
249
|
-
link?: string | undefined;
|
|
250
|
-
buttonIcon?: string | undefined;
|
|
251
249
|
showButton?: boolean | undefined;
|
|
250
|
+
buttonIcon?: string | undefined;
|
|
251
|
+
link?: string | undefined;
|
|
252
252
|
}, {
|
|
253
253
|
id: string;
|
|
254
254
|
controlType: "confirm";
|
|
@@ -256,9 +256,9 @@ export declare namespace Schemes {
|
|
|
256
256
|
description?: string | undefined;
|
|
257
257
|
required?: boolean | undefined;
|
|
258
258
|
label?: string | undefined;
|
|
259
|
-
link?: string | undefined;
|
|
260
|
-
buttonIcon?: string | undefined;
|
|
261
259
|
showButton?: boolean | undefined;
|
|
260
|
+
buttonIcon?: string | undefined;
|
|
261
|
+
link?: string | undefined;
|
|
262
262
|
}>;
|
|
263
263
|
const numberControlSchema: z.ZodObject<{
|
|
264
264
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -324,11 +324,11 @@ export declare namespace Schemes {
|
|
|
324
324
|
variableName: z.ZodOptional<z.ZodString>;
|
|
325
325
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
+
id: string;
|
|
327
328
|
options: {
|
|
328
329
|
id: string;
|
|
329
330
|
label: string;
|
|
330
331
|
}[];
|
|
331
|
-
id: string;
|
|
332
332
|
controlType: "choice";
|
|
333
333
|
title?: string | undefined;
|
|
334
334
|
description?: string | undefined;
|
|
@@ -337,11 +337,11 @@ export declare namespace Schemes {
|
|
|
337
337
|
showInput?: boolean | undefined;
|
|
338
338
|
otherOption?: boolean | undefined;
|
|
339
339
|
}, {
|
|
340
|
+
id: string;
|
|
340
341
|
options: {
|
|
341
342
|
id: string;
|
|
342
343
|
label: string;
|
|
343
344
|
}[];
|
|
344
|
-
id: string;
|
|
345
345
|
controlType: "choice";
|
|
346
346
|
title?: string | undefined;
|
|
347
347
|
description?: string | undefined;
|
|
@@ -383,37 +383,37 @@ export declare namespace Schemes {
|
|
|
383
383
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
384
384
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
385
385
|
}, "strip", z.ZodTypeAny, {
|
|
386
|
+
id: string;
|
|
386
387
|
options: {
|
|
387
388
|
id: string;
|
|
388
389
|
label: string;
|
|
389
390
|
}[];
|
|
390
|
-
id: string;
|
|
391
391
|
controlType: "multipleChoice";
|
|
392
392
|
title?: string | undefined;
|
|
393
393
|
description?: string | undefined;
|
|
394
394
|
icon?: string | undefined;
|
|
395
395
|
required?: boolean | undefined;
|
|
396
396
|
variableName?: string | undefined;
|
|
397
|
-
showInput?: boolean | undefined;
|
|
398
|
-
otherOption?: boolean | undefined;
|
|
399
397
|
minOptions?: number | undefined;
|
|
400
398
|
maxOptions?: number | undefined;
|
|
399
|
+
showInput?: boolean | undefined;
|
|
400
|
+
otherOption?: boolean | undefined;
|
|
401
401
|
}, {
|
|
402
|
+
id: string;
|
|
402
403
|
options: {
|
|
403
404
|
id: string;
|
|
404
405
|
label: string;
|
|
405
406
|
}[];
|
|
406
|
-
id: string;
|
|
407
407
|
controlType: "multipleChoice";
|
|
408
408
|
title?: string | undefined;
|
|
409
409
|
description?: string | undefined;
|
|
410
410
|
icon?: string | undefined;
|
|
411
411
|
required?: boolean | undefined;
|
|
412
412
|
variableName?: string | undefined;
|
|
413
|
-
showInput?: boolean | undefined;
|
|
414
|
-
otherOption?: boolean | undefined;
|
|
415
413
|
minOptions?: number | undefined;
|
|
416
414
|
maxOptions?: number | undefined;
|
|
415
|
+
showInput?: boolean | undefined;
|
|
416
|
+
otherOption?: boolean | undefined;
|
|
417
417
|
}>;
|
|
418
418
|
const pictureChoiceControlItemSchema: z.ZodObject<{
|
|
419
419
|
label: z.ZodString;
|
|
@@ -451,12 +451,12 @@ export declare namespace Schemes {
|
|
|
451
451
|
variableName: z.ZodOptional<z.ZodString>;
|
|
452
452
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
453
453
|
}, "strip", z.ZodTypeAny, {
|
|
454
|
+
id: string;
|
|
454
455
|
options: {
|
|
455
456
|
id: string;
|
|
456
457
|
label: string;
|
|
457
458
|
image?: string | undefined;
|
|
458
459
|
}[];
|
|
459
|
-
id: string;
|
|
460
460
|
controlType: "pictureChoice";
|
|
461
461
|
title?: string | undefined;
|
|
462
462
|
description?: string | undefined;
|
|
@@ -465,12 +465,12 @@ export declare namespace Schemes {
|
|
|
465
465
|
variableName?: string | undefined;
|
|
466
466
|
showInput?: boolean | undefined;
|
|
467
467
|
}, {
|
|
468
|
+
id: string;
|
|
468
469
|
options: {
|
|
469
470
|
id: string;
|
|
470
471
|
label: string;
|
|
471
472
|
image?: string | undefined;
|
|
472
473
|
}[];
|
|
473
|
-
id: string;
|
|
474
474
|
controlType: "pictureChoice";
|
|
475
475
|
title?: string | undefined;
|
|
476
476
|
description?: string | undefined;
|
|
@@ -509,11 +509,11 @@ export declare namespace Schemes {
|
|
|
509
509
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
510
510
|
variableName: z.ZodOptional<z.ZodString>;
|
|
511
511
|
}, "strip", z.ZodTypeAny, {
|
|
512
|
+
id: string;
|
|
512
513
|
options: {
|
|
513
514
|
id: string;
|
|
514
515
|
label: string;
|
|
515
516
|
}[];
|
|
516
|
-
id: string;
|
|
517
517
|
controlType: "dropdown";
|
|
518
518
|
title?: string | undefined;
|
|
519
519
|
description?: string | undefined;
|
|
@@ -522,11 +522,11 @@ export declare namespace Schemes {
|
|
|
522
522
|
placeholder?: string | undefined;
|
|
523
523
|
variableName?: string | undefined;
|
|
524
524
|
}, {
|
|
525
|
+
id: string;
|
|
525
526
|
options: {
|
|
526
527
|
id: string;
|
|
527
528
|
label: string;
|
|
528
529
|
}[];
|
|
529
|
-
id: string;
|
|
530
530
|
controlType: "dropdown";
|
|
531
531
|
title?: string | undefined;
|
|
532
532
|
description?: string | undefined;
|
|
@@ -902,37 +902,37 @@ export declare namespace Schemes {
|
|
|
902
902
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
903
903
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
904
904
|
}, "strip", z.ZodTypeAny, {
|
|
905
|
+
id: string;
|
|
905
906
|
options: {
|
|
906
907
|
id: string;
|
|
907
908
|
label: string;
|
|
908
909
|
}[];
|
|
909
|
-
id: string;
|
|
910
910
|
controlType: "multipleChoice";
|
|
911
911
|
title?: string | undefined;
|
|
912
912
|
description?: string | undefined;
|
|
913
913
|
icon?: string | undefined;
|
|
914
914
|
required?: boolean | undefined;
|
|
915
915
|
variableName?: string | undefined;
|
|
916
|
-
showInput?: boolean | undefined;
|
|
917
|
-
otherOption?: boolean | undefined;
|
|
918
916
|
minOptions?: number | undefined;
|
|
919
917
|
maxOptions?: number | undefined;
|
|
918
|
+
showInput?: boolean | undefined;
|
|
919
|
+
otherOption?: boolean | undefined;
|
|
920
920
|
}, {
|
|
921
|
+
id: string;
|
|
921
922
|
options: {
|
|
922
923
|
id: string;
|
|
923
924
|
label: string;
|
|
924
925
|
}[];
|
|
925
|
-
id: string;
|
|
926
926
|
controlType: "multipleChoice";
|
|
927
927
|
title?: string | undefined;
|
|
928
928
|
description?: string | undefined;
|
|
929
929
|
icon?: string | undefined;
|
|
930
930
|
required?: boolean | undefined;
|
|
931
931
|
variableName?: string | undefined;
|
|
932
|
-
showInput?: boolean | undefined;
|
|
933
|
-
otherOption?: boolean | undefined;
|
|
934
932
|
minOptions?: number | undefined;
|
|
935
933
|
maxOptions?: number | undefined;
|
|
934
|
+
showInput?: boolean | undefined;
|
|
935
|
+
otherOption?: boolean | undefined;
|
|
936
936
|
}>, z.ZodObject<{
|
|
937
937
|
title: z.ZodOptional<z.ZodString>;
|
|
938
938
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -983,11 +983,11 @@ export declare namespace Schemes {
|
|
|
983
983
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
984
984
|
variableName: z.ZodOptional<z.ZodString>;
|
|
985
985
|
}, "strip", z.ZodTypeAny, {
|
|
986
|
+
id: string;
|
|
986
987
|
options: {
|
|
987
988
|
id: string;
|
|
988
989
|
label: string;
|
|
989
990
|
}[];
|
|
990
|
-
id: string;
|
|
991
991
|
controlType: "dropdown";
|
|
992
992
|
title?: string | undefined;
|
|
993
993
|
description?: string | undefined;
|
|
@@ -996,11 +996,11 @@ export declare namespace Schemes {
|
|
|
996
996
|
placeholder?: string | undefined;
|
|
997
997
|
variableName?: string | undefined;
|
|
998
998
|
}, {
|
|
999
|
+
id: string;
|
|
999
1000
|
options: {
|
|
1000
1001
|
id: string;
|
|
1001
1002
|
label: string;
|
|
1002
1003
|
}[];
|
|
1003
|
-
id: string;
|
|
1004
1004
|
controlType: "dropdown";
|
|
1005
1005
|
title?: string | undefined;
|
|
1006
1006
|
description?: string | undefined;
|
|
@@ -1028,11 +1028,11 @@ export declare namespace Schemes {
|
|
|
1028
1028
|
variableName: z.ZodOptional<z.ZodString>;
|
|
1029
1029
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
1030
1030
|
}, "strip", z.ZodTypeAny, {
|
|
1031
|
+
id: string;
|
|
1031
1032
|
options: {
|
|
1032
1033
|
id: string;
|
|
1033
1034
|
label: string;
|
|
1034
1035
|
}[];
|
|
1035
|
-
id: string;
|
|
1036
1036
|
controlType: "choice";
|
|
1037
1037
|
title?: string | undefined;
|
|
1038
1038
|
description?: string | undefined;
|
|
@@ -1041,11 +1041,11 @@ export declare namespace Schemes {
|
|
|
1041
1041
|
showInput?: boolean | undefined;
|
|
1042
1042
|
otherOption?: boolean | undefined;
|
|
1043
1043
|
}, {
|
|
1044
|
+
id: string;
|
|
1044
1045
|
options: {
|
|
1045
1046
|
id: string;
|
|
1046
1047
|
label: string;
|
|
1047
1048
|
}[];
|
|
1048
|
-
id: string;
|
|
1049
1049
|
controlType: "choice";
|
|
1050
1050
|
title?: string | undefined;
|
|
1051
1051
|
description?: string | undefined;
|
|
@@ -1076,12 +1076,12 @@ export declare namespace Schemes {
|
|
|
1076
1076
|
variableName: z.ZodOptional<z.ZodString>;
|
|
1077
1077
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
1078
1078
|
}, "strip", z.ZodTypeAny, {
|
|
1079
|
+
id: string;
|
|
1079
1080
|
options: {
|
|
1080
1081
|
id: string;
|
|
1081
1082
|
label: string;
|
|
1082
1083
|
image?: string | undefined;
|
|
1083
1084
|
}[];
|
|
1084
|
-
id: string;
|
|
1085
1085
|
controlType: "pictureChoice";
|
|
1086
1086
|
title?: string | undefined;
|
|
1087
1087
|
description?: string | undefined;
|
|
@@ -1090,12 +1090,12 @@ export declare namespace Schemes {
|
|
|
1090
1090
|
variableName?: string | undefined;
|
|
1091
1091
|
showInput?: boolean | undefined;
|
|
1092
1092
|
}, {
|
|
1093
|
+
id: string;
|
|
1093
1094
|
options: {
|
|
1094
1095
|
id: string;
|
|
1095
1096
|
label: string;
|
|
1096
1097
|
image?: string | undefined;
|
|
1097
1098
|
}[];
|
|
1098
|
-
id: string;
|
|
1099
1099
|
controlType: "pictureChoice";
|
|
1100
1100
|
title?: string | undefined;
|
|
1101
1101
|
description?: string | undefined;
|
|
@@ -1305,9 +1305,9 @@ export declare namespace Schemes {
|
|
|
1305
1305
|
icon?: string | undefined;
|
|
1306
1306
|
required?: boolean | undefined;
|
|
1307
1307
|
label?: string | undefined;
|
|
1308
|
-
showIconButton?: boolean | undefined;
|
|
1309
|
-
buttonIcon?: string | undefined;
|
|
1310
1308
|
showButton?: boolean | undefined;
|
|
1309
|
+
buttonIcon?: string | undefined;
|
|
1310
|
+
showIconButton?: boolean | undefined;
|
|
1311
1311
|
}, {
|
|
1312
1312
|
id: string;
|
|
1313
1313
|
controlType: "start";
|
|
@@ -1316,9 +1316,9 @@ export declare namespace Schemes {
|
|
|
1316
1316
|
icon?: string | undefined;
|
|
1317
1317
|
required?: boolean | undefined;
|
|
1318
1318
|
label?: string | undefined;
|
|
1319
|
-
showIconButton?: boolean | undefined;
|
|
1320
|
-
buttonIcon?: string | undefined;
|
|
1321
1319
|
showButton?: boolean | undefined;
|
|
1320
|
+
buttonIcon?: string | undefined;
|
|
1321
|
+
showIconButton?: boolean | undefined;
|
|
1322
1322
|
}>, z.ZodObject<{
|
|
1323
1323
|
title: z.ZodOptional<z.ZodString>;
|
|
1324
1324
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1336,9 +1336,9 @@ export declare namespace Schemes {
|
|
|
1336
1336
|
description?: string | undefined;
|
|
1337
1337
|
required?: boolean | undefined;
|
|
1338
1338
|
label?: string | undefined;
|
|
1339
|
-
link?: string | undefined;
|
|
1340
|
-
buttonIcon?: string | undefined;
|
|
1341
1339
|
showButton?: boolean | undefined;
|
|
1340
|
+
buttonIcon?: string | undefined;
|
|
1341
|
+
link?: string | undefined;
|
|
1342
1342
|
}, {
|
|
1343
1343
|
id: string;
|
|
1344
1344
|
controlType: "confirm";
|
|
@@ -1346,9 +1346,9 @@ export declare namespace Schemes {
|
|
|
1346
1346
|
description?: string | undefined;
|
|
1347
1347
|
required?: boolean | undefined;
|
|
1348
1348
|
label?: string | undefined;
|
|
1349
|
-
link?: string | undefined;
|
|
1350
|
-
buttonIcon?: string | undefined;
|
|
1351
1349
|
showButton?: boolean | undefined;
|
|
1350
|
+
buttonIcon?: string | undefined;
|
|
1351
|
+
link?: string | undefined;
|
|
1352
1352
|
}>, z.ZodObject<{
|
|
1353
1353
|
title: z.ZodOptional<z.ZodString>;
|
|
1354
1354
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1372,9 +1372,9 @@ export declare namespace Schemes {
|
|
|
1372
1372
|
description?: string | undefined;
|
|
1373
1373
|
required?: boolean | undefined;
|
|
1374
1374
|
label?: string | undefined;
|
|
1375
|
-
link?: string | undefined;
|
|
1376
|
-
showIconButton?: boolean | undefined;
|
|
1377
1375
|
buttonIcon?: string | undefined;
|
|
1376
|
+
showIconButton?: boolean | undefined;
|
|
1377
|
+
link?: string | undefined;
|
|
1378
1378
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
1379
1379
|
buttons?: any[] | undefined;
|
|
1380
1380
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -1388,9 +1388,9 @@ export declare namespace Schemes {
|
|
|
1388
1388
|
description?: string | undefined;
|
|
1389
1389
|
required?: boolean | undefined;
|
|
1390
1390
|
label?: string | undefined;
|
|
1391
|
-
link?: string | undefined;
|
|
1392
|
-
showIconButton?: boolean | undefined;
|
|
1393
1391
|
buttonIcon?: string | undefined;
|
|
1392
|
+
showIconButton?: boolean | undefined;
|
|
1393
|
+
link?: string | undefined;
|
|
1394
1394
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
1395
1395
|
buttons?: any[] | undefined;
|
|
1396
1396
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -1469,16 +1469,16 @@ export declare namespace Schemes {
|
|
|
1469
1469
|
fit: z.ZodOptional<z.ZodString>;
|
|
1470
1470
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
1471
1471
|
}, "strip", z.ZodTypeAny, {
|
|
1472
|
-
brightness?: number | undefined;
|
|
1473
1472
|
image?: string | undefined;
|
|
1473
|
+
brightness?: number | undefined;
|
|
1474
1474
|
color?: string | undefined;
|
|
1475
1475
|
blur?: number | undefined;
|
|
1476
1476
|
opacity?: number | undefined;
|
|
1477
1477
|
fit?: string | undefined;
|
|
1478
1478
|
blendMode?: string | undefined;
|
|
1479
1479
|
}, {
|
|
1480
|
-
brightness?: number | undefined;
|
|
1481
1480
|
image?: string | undefined;
|
|
1481
|
+
brightness?: number | undefined;
|
|
1482
1482
|
color?: string | undefined;
|
|
1483
1483
|
blur?: number | undefined;
|
|
1484
1484
|
opacity?: number | undefined;
|
|
@@ -1580,16 +1580,16 @@ export declare namespace Schemes {
|
|
|
1580
1580
|
fit: z.ZodOptional<z.ZodString>;
|
|
1581
1581
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
1582
1582
|
}, "strip", z.ZodTypeAny, {
|
|
1583
|
-
brightness?: number | undefined;
|
|
1584
1583
|
image?: string | undefined;
|
|
1584
|
+
brightness?: number | undefined;
|
|
1585
1585
|
color?: string | undefined;
|
|
1586
1586
|
blur?: number | undefined;
|
|
1587
1587
|
opacity?: number | undefined;
|
|
1588
1588
|
fit?: string | undefined;
|
|
1589
1589
|
blendMode?: string | undefined;
|
|
1590
1590
|
}, {
|
|
1591
|
-
brightness?: number | undefined;
|
|
1592
1591
|
image?: string | undefined;
|
|
1592
|
+
brightness?: number | undefined;
|
|
1593
1593
|
color?: string | undefined;
|
|
1594
1594
|
blur?: number | undefined;
|
|
1595
1595
|
opacity?: number | undefined;
|
|
@@ -1608,16 +1608,6 @@ export declare namespace Schemes {
|
|
|
1608
1608
|
}>>;
|
|
1609
1609
|
customCSS: z.ZodOptional<z.ZodString>;
|
|
1610
1610
|
}, "strip", z.ZodTypeAny, {
|
|
1611
|
-
background?: {
|
|
1612
|
-
brightness?: number | undefined;
|
|
1613
|
-
image?: string | undefined;
|
|
1614
|
-
color?: string | undefined;
|
|
1615
|
-
blur?: number | undefined;
|
|
1616
|
-
opacity?: number | undefined;
|
|
1617
|
-
fit?: string | undefined;
|
|
1618
|
-
blendMode?: string | undefined;
|
|
1619
|
-
} | undefined;
|
|
1620
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
1621
1611
|
title?: {
|
|
1622
1612
|
color?: string | undefined;
|
|
1623
1613
|
fontSize?: number | undefined;
|
|
@@ -1630,6 +1620,16 @@ export declare namespace Schemes {
|
|
|
1630
1620
|
fontWeight?: number | undefined;
|
|
1631
1621
|
fontFamily?: string | undefined;
|
|
1632
1622
|
} | undefined;
|
|
1623
|
+
background?: {
|
|
1624
|
+
image?: string | undefined;
|
|
1625
|
+
brightness?: number | undefined;
|
|
1626
|
+
color?: string | undefined;
|
|
1627
|
+
blur?: number | undefined;
|
|
1628
|
+
opacity?: number | undefined;
|
|
1629
|
+
fit?: string | undefined;
|
|
1630
|
+
blendMode?: string | undefined;
|
|
1631
|
+
} | undefined;
|
|
1632
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
1633
1633
|
align?: "start" | "center" | "end" | undefined;
|
|
1634
1634
|
listStyle?: string | undefined;
|
|
1635
1635
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -1654,16 +1654,6 @@ export declare namespace Schemes {
|
|
|
1654
1654
|
} | undefined;
|
|
1655
1655
|
customCSS?: string | undefined;
|
|
1656
1656
|
}, {
|
|
1657
|
-
background?: {
|
|
1658
|
-
brightness?: number | undefined;
|
|
1659
|
-
image?: string | undefined;
|
|
1660
|
-
color?: string | undefined;
|
|
1661
|
-
blur?: number | undefined;
|
|
1662
|
-
opacity?: number | undefined;
|
|
1663
|
-
fit?: string | undefined;
|
|
1664
|
-
blendMode?: string | undefined;
|
|
1665
|
-
} | undefined;
|
|
1666
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
1667
1657
|
title?: {
|
|
1668
1658
|
color?: string | undefined;
|
|
1669
1659
|
fontSize?: number | undefined;
|
|
@@ -1676,6 +1666,16 @@ export declare namespace Schemes {
|
|
|
1676
1666
|
fontWeight?: number | undefined;
|
|
1677
1667
|
fontFamily?: string | undefined;
|
|
1678
1668
|
} | undefined;
|
|
1669
|
+
background?: {
|
|
1670
|
+
image?: string | undefined;
|
|
1671
|
+
brightness?: number | undefined;
|
|
1672
|
+
color?: string | undefined;
|
|
1673
|
+
blur?: number | undefined;
|
|
1674
|
+
opacity?: number | undefined;
|
|
1675
|
+
fit?: string | undefined;
|
|
1676
|
+
blendMode?: string | undefined;
|
|
1677
|
+
} | undefined;
|
|
1678
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
1679
1679
|
align?: "start" | "center" | "end" | undefined;
|
|
1680
1680
|
listStyle?: string | undefined;
|
|
1681
1681
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -1826,37 +1826,37 @@ export declare namespace Schemes {
|
|
|
1826
1826
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
1827
1827
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
1828
1828
|
}, "strip", z.ZodTypeAny, {
|
|
1829
|
+
id: string;
|
|
1829
1830
|
options: {
|
|
1830
1831
|
id: string;
|
|
1831
1832
|
label: string;
|
|
1832
1833
|
}[];
|
|
1833
|
-
id: string;
|
|
1834
1834
|
controlType: "multipleChoice";
|
|
1835
1835
|
title?: string | undefined;
|
|
1836
1836
|
description?: string | undefined;
|
|
1837
1837
|
icon?: string | undefined;
|
|
1838
1838
|
required?: boolean | undefined;
|
|
1839
1839
|
variableName?: string | undefined;
|
|
1840
|
-
showInput?: boolean | undefined;
|
|
1841
|
-
otherOption?: boolean | undefined;
|
|
1842
1840
|
minOptions?: number | undefined;
|
|
1843
1841
|
maxOptions?: number | undefined;
|
|
1842
|
+
showInput?: boolean | undefined;
|
|
1843
|
+
otherOption?: boolean | undefined;
|
|
1844
1844
|
}, {
|
|
1845
|
+
id: string;
|
|
1845
1846
|
options: {
|
|
1846
1847
|
id: string;
|
|
1847
1848
|
label: string;
|
|
1848
1849
|
}[];
|
|
1849
|
-
id: string;
|
|
1850
1850
|
controlType: "multipleChoice";
|
|
1851
1851
|
title?: string | undefined;
|
|
1852
1852
|
description?: string | undefined;
|
|
1853
1853
|
icon?: string | undefined;
|
|
1854
1854
|
required?: boolean | undefined;
|
|
1855
1855
|
variableName?: string | undefined;
|
|
1856
|
-
showInput?: boolean | undefined;
|
|
1857
|
-
otherOption?: boolean | undefined;
|
|
1858
1856
|
minOptions?: number | undefined;
|
|
1859
1857
|
maxOptions?: number | undefined;
|
|
1858
|
+
showInput?: boolean | undefined;
|
|
1859
|
+
otherOption?: boolean | undefined;
|
|
1860
1860
|
}>, z.ZodObject<{
|
|
1861
1861
|
title: z.ZodOptional<z.ZodString>;
|
|
1862
1862
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1907,11 +1907,11 @@ export declare namespace Schemes {
|
|
|
1907
1907
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
1908
1908
|
variableName: z.ZodOptional<z.ZodString>;
|
|
1909
1909
|
}, "strip", z.ZodTypeAny, {
|
|
1910
|
+
id: string;
|
|
1910
1911
|
options: {
|
|
1911
1912
|
id: string;
|
|
1912
1913
|
label: string;
|
|
1913
1914
|
}[];
|
|
1914
|
-
id: string;
|
|
1915
1915
|
controlType: "dropdown";
|
|
1916
1916
|
title?: string | undefined;
|
|
1917
1917
|
description?: string | undefined;
|
|
@@ -1920,11 +1920,11 @@ export declare namespace Schemes {
|
|
|
1920
1920
|
placeholder?: string | undefined;
|
|
1921
1921
|
variableName?: string | undefined;
|
|
1922
1922
|
}, {
|
|
1923
|
+
id: string;
|
|
1923
1924
|
options: {
|
|
1924
1925
|
id: string;
|
|
1925
1926
|
label: string;
|
|
1926
1927
|
}[];
|
|
1927
|
-
id: string;
|
|
1928
1928
|
controlType: "dropdown";
|
|
1929
1929
|
title?: string | undefined;
|
|
1930
1930
|
description?: string | undefined;
|
|
@@ -1952,11 +1952,11 @@ export declare namespace Schemes {
|
|
|
1952
1952
|
variableName: z.ZodOptional<z.ZodString>;
|
|
1953
1953
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
1954
1954
|
}, "strip", z.ZodTypeAny, {
|
|
1955
|
+
id: string;
|
|
1955
1956
|
options: {
|
|
1956
1957
|
id: string;
|
|
1957
1958
|
label: string;
|
|
1958
1959
|
}[];
|
|
1959
|
-
id: string;
|
|
1960
1960
|
controlType: "choice";
|
|
1961
1961
|
title?: string | undefined;
|
|
1962
1962
|
description?: string | undefined;
|
|
@@ -1965,11 +1965,11 @@ export declare namespace Schemes {
|
|
|
1965
1965
|
showInput?: boolean | undefined;
|
|
1966
1966
|
otherOption?: boolean | undefined;
|
|
1967
1967
|
}, {
|
|
1968
|
+
id: string;
|
|
1968
1969
|
options: {
|
|
1969
1970
|
id: string;
|
|
1970
1971
|
label: string;
|
|
1971
1972
|
}[];
|
|
1972
|
-
id: string;
|
|
1973
1973
|
controlType: "choice";
|
|
1974
1974
|
title?: string | undefined;
|
|
1975
1975
|
description?: string | undefined;
|
|
@@ -2000,12 +2000,12 @@ export declare namespace Schemes {
|
|
|
2000
2000
|
variableName: z.ZodOptional<z.ZodString>;
|
|
2001
2001
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
2002
2002
|
}, "strip", z.ZodTypeAny, {
|
|
2003
|
+
id: string;
|
|
2003
2004
|
options: {
|
|
2004
2005
|
id: string;
|
|
2005
2006
|
label: string;
|
|
2006
2007
|
image?: string | undefined;
|
|
2007
2008
|
}[];
|
|
2008
|
-
id: string;
|
|
2009
2009
|
controlType: "pictureChoice";
|
|
2010
2010
|
title?: string | undefined;
|
|
2011
2011
|
description?: string | undefined;
|
|
@@ -2014,12 +2014,12 @@ export declare namespace Schemes {
|
|
|
2014
2014
|
variableName?: string | undefined;
|
|
2015
2015
|
showInput?: boolean | undefined;
|
|
2016
2016
|
}, {
|
|
2017
|
+
id: string;
|
|
2017
2018
|
options: {
|
|
2018
2019
|
id: string;
|
|
2019
2020
|
label: string;
|
|
2020
2021
|
image?: string | undefined;
|
|
2021
2022
|
}[];
|
|
2022
|
-
id: string;
|
|
2023
2023
|
controlType: "pictureChoice";
|
|
2024
2024
|
title?: string | undefined;
|
|
2025
2025
|
description?: string | undefined;
|
|
@@ -2229,9 +2229,9 @@ export declare namespace Schemes {
|
|
|
2229
2229
|
icon?: string | undefined;
|
|
2230
2230
|
required?: boolean | undefined;
|
|
2231
2231
|
label?: string | undefined;
|
|
2232
|
-
showIconButton?: boolean | undefined;
|
|
2233
|
-
buttonIcon?: string | undefined;
|
|
2234
2232
|
showButton?: boolean | undefined;
|
|
2233
|
+
buttonIcon?: string | undefined;
|
|
2234
|
+
showIconButton?: boolean | undefined;
|
|
2235
2235
|
}, {
|
|
2236
2236
|
id: string;
|
|
2237
2237
|
controlType: "start";
|
|
@@ -2240,9 +2240,9 @@ export declare namespace Schemes {
|
|
|
2240
2240
|
icon?: string | undefined;
|
|
2241
2241
|
required?: boolean | undefined;
|
|
2242
2242
|
label?: string | undefined;
|
|
2243
|
-
showIconButton?: boolean | undefined;
|
|
2244
|
-
buttonIcon?: string | undefined;
|
|
2245
2243
|
showButton?: boolean | undefined;
|
|
2244
|
+
buttonIcon?: string | undefined;
|
|
2245
|
+
showIconButton?: boolean | undefined;
|
|
2246
2246
|
}>, z.ZodObject<{
|
|
2247
2247
|
title: z.ZodOptional<z.ZodString>;
|
|
2248
2248
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2260,9 +2260,9 @@ export declare namespace Schemes {
|
|
|
2260
2260
|
description?: string | undefined;
|
|
2261
2261
|
required?: boolean | undefined;
|
|
2262
2262
|
label?: string | undefined;
|
|
2263
|
-
link?: string | undefined;
|
|
2264
|
-
buttonIcon?: string | undefined;
|
|
2265
2263
|
showButton?: boolean | undefined;
|
|
2264
|
+
buttonIcon?: string | undefined;
|
|
2265
|
+
link?: string | undefined;
|
|
2266
2266
|
}, {
|
|
2267
2267
|
id: string;
|
|
2268
2268
|
controlType: "confirm";
|
|
@@ -2270,9 +2270,9 @@ export declare namespace Schemes {
|
|
|
2270
2270
|
description?: string | undefined;
|
|
2271
2271
|
required?: boolean | undefined;
|
|
2272
2272
|
label?: string | undefined;
|
|
2273
|
-
link?: string | undefined;
|
|
2274
|
-
buttonIcon?: string | undefined;
|
|
2275
2273
|
showButton?: boolean | undefined;
|
|
2274
|
+
buttonIcon?: string | undefined;
|
|
2275
|
+
link?: string | undefined;
|
|
2276
2276
|
}>, z.ZodObject<{
|
|
2277
2277
|
title: z.ZodOptional<z.ZodString>;
|
|
2278
2278
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2296,9 +2296,9 @@ export declare namespace Schemes {
|
|
|
2296
2296
|
description?: string | undefined;
|
|
2297
2297
|
required?: boolean | undefined;
|
|
2298
2298
|
label?: string | undefined;
|
|
2299
|
-
link?: string | undefined;
|
|
2300
|
-
showIconButton?: boolean | undefined;
|
|
2301
2299
|
buttonIcon?: string | undefined;
|
|
2300
|
+
showIconButton?: boolean | undefined;
|
|
2301
|
+
link?: string | undefined;
|
|
2302
2302
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
2303
2303
|
buttons?: any[] | undefined;
|
|
2304
2304
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -2312,9 +2312,9 @@ export declare namespace Schemes {
|
|
|
2312
2312
|
description?: string | undefined;
|
|
2313
2313
|
required?: boolean | undefined;
|
|
2314
2314
|
label?: string | undefined;
|
|
2315
|
-
link?: string | undefined;
|
|
2316
|
-
showIconButton?: boolean | undefined;
|
|
2317
2315
|
buttonIcon?: string | undefined;
|
|
2316
|
+
showIconButton?: boolean | undefined;
|
|
2317
|
+
link?: string | undefined;
|
|
2318
2318
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
2319
2319
|
buttons?: any[] | undefined;
|
|
2320
2320
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -2358,18 +2358,18 @@ export declare namespace Schemes {
|
|
|
2358
2358
|
size: z.ZodOptional<z.ZodNumber>;
|
|
2359
2359
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
2360
2360
|
}, "strip", z.ZodTypeAny, {
|
|
2361
|
+
image?: string | undefined;
|
|
2361
2362
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
2362
2363
|
brightness?: number | undefined;
|
|
2363
|
-
image?: string | undefined;
|
|
2364
2364
|
video?: string | undefined;
|
|
2365
2365
|
videoThumb?: string | undefined;
|
|
2366
2366
|
color?: string | undefined;
|
|
2367
2367
|
size?: number | undefined;
|
|
2368
2368
|
blur?: number | undefined;
|
|
2369
2369
|
}, {
|
|
2370
|
+
image?: string | undefined;
|
|
2370
2371
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
2371
2372
|
brightness?: number | undefined;
|
|
2372
|
-
image?: string | undefined;
|
|
2373
2373
|
video?: string | undefined;
|
|
2374
2374
|
videoThumb?: string | undefined;
|
|
2375
2375
|
color?: string | undefined;
|
|
@@ -2383,14 +2383,14 @@ export declare namespace Schemes {
|
|
|
2383
2383
|
compareValue: z.ZodOptional<z.ZodString>;
|
|
2384
2384
|
trigger: z.ZodString;
|
|
2385
2385
|
}, "strip", z.ZodTypeAny, {
|
|
2386
|
+
trigger: string;
|
|
2386
2387
|
controlId: string;
|
|
2387
2388
|
operator: string;
|
|
2388
|
-
trigger: string;
|
|
2389
2389
|
compareValue?: string | undefined;
|
|
2390
2390
|
}, {
|
|
2391
|
+
trigger: string;
|
|
2391
2392
|
controlId: string;
|
|
2392
2393
|
operator: string;
|
|
2393
|
-
trigger: string;
|
|
2394
2394
|
compareValue?: string | undefined;
|
|
2395
2395
|
}>, "many">>;
|
|
2396
2396
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -2478,16 +2478,16 @@ export declare namespace Schemes {
|
|
|
2478
2478
|
fit: z.ZodOptional<z.ZodString>;
|
|
2479
2479
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
2480
2480
|
}, "strip", z.ZodTypeAny, {
|
|
2481
|
-
brightness?: number | undefined;
|
|
2482
2481
|
image?: string | undefined;
|
|
2482
|
+
brightness?: number | undefined;
|
|
2483
2483
|
color?: string | undefined;
|
|
2484
2484
|
blur?: number | undefined;
|
|
2485
2485
|
opacity?: number | undefined;
|
|
2486
2486
|
fit?: string | undefined;
|
|
2487
2487
|
blendMode?: string | undefined;
|
|
2488
2488
|
}, {
|
|
2489
|
-
brightness?: number | undefined;
|
|
2490
2489
|
image?: string | undefined;
|
|
2490
|
+
brightness?: number | undefined;
|
|
2491
2491
|
color?: string | undefined;
|
|
2492
2492
|
blur?: number | undefined;
|
|
2493
2493
|
opacity?: number | undefined;
|
|
@@ -2506,16 +2506,6 @@ export declare namespace Schemes {
|
|
|
2506
2506
|
}>>;
|
|
2507
2507
|
customCSS: z.ZodOptional<z.ZodString>;
|
|
2508
2508
|
}, "strip", z.ZodTypeAny, {
|
|
2509
|
-
background?: {
|
|
2510
|
-
brightness?: number | undefined;
|
|
2511
|
-
image?: string | undefined;
|
|
2512
|
-
color?: string | undefined;
|
|
2513
|
-
blur?: number | undefined;
|
|
2514
|
-
opacity?: number | undefined;
|
|
2515
|
-
fit?: string | undefined;
|
|
2516
|
-
blendMode?: string | undefined;
|
|
2517
|
-
} | undefined;
|
|
2518
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
2519
2509
|
title?: {
|
|
2520
2510
|
color?: string | undefined;
|
|
2521
2511
|
fontSize?: number | undefined;
|
|
@@ -2528,6 +2518,16 @@ export declare namespace Schemes {
|
|
|
2528
2518
|
fontWeight?: number | undefined;
|
|
2529
2519
|
fontFamily?: string | undefined;
|
|
2530
2520
|
} | undefined;
|
|
2521
|
+
background?: {
|
|
2522
|
+
image?: string | undefined;
|
|
2523
|
+
brightness?: number | undefined;
|
|
2524
|
+
color?: string | undefined;
|
|
2525
|
+
blur?: number | undefined;
|
|
2526
|
+
opacity?: number | undefined;
|
|
2527
|
+
fit?: string | undefined;
|
|
2528
|
+
blendMode?: string | undefined;
|
|
2529
|
+
} | undefined;
|
|
2530
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
2531
2531
|
align?: "start" | "center" | "end" | undefined;
|
|
2532
2532
|
listStyle?: string | undefined;
|
|
2533
2533
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -2552,16 +2552,6 @@ export declare namespace Schemes {
|
|
|
2552
2552
|
} | undefined;
|
|
2553
2553
|
customCSS?: string | undefined;
|
|
2554
2554
|
}, {
|
|
2555
|
-
background?: {
|
|
2556
|
-
brightness?: number | undefined;
|
|
2557
|
-
image?: string | undefined;
|
|
2558
|
-
color?: string | undefined;
|
|
2559
|
-
blur?: number | undefined;
|
|
2560
|
-
opacity?: number | undefined;
|
|
2561
|
-
fit?: string | undefined;
|
|
2562
|
-
blendMode?: string | undefined;
|
|
2563
|
-
} | undefined;
|
|
2564
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
2565
2555
|
title?: {
|
|
2566
2556
|
color?: string | undefined;
|
|
2567
2557
|
fontSize?: number | undefined;
|
|
@@ -2574,6 +2564,16 @@ export declare namespace Schemes {
|
|
|
2574
2564
|
fontWeight?: number | undefined;
|
|
2575
2565
|
fontFamily?: string | undefined;
|
|
2576
2566
|
} | undefined;
|
|
2567
|
+
background?: {
|
|
2568
|
+
image?: string | undefined;
|
|
2569
|
+
brightness?: number | undefined;
|
|
2570
|
+
color?: string | undefined;
|
|
2571
|
+
blur?: number | undefined;
|
|
2572
|
+
opacity?: number | undefined;
|
|
2573
|
+
fit?: string | undefined;
|
|
2574
|
+
blendMode?: string | undefined;
|
|
2575
|
+
} | undefined;
|
|
2576
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
2577
2577
|
align?: "start" | "center" | "end" | undefined;
|
|
2578
2578
|
listStyle?: string | undefined;
|
|
2579
2579
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -2609,7 +2609,6 @@ export declare namespace Schemes {
|
|
|
2609
2609
|
y: number;
|
|
2610
2610
|
}>>;
|
|
2611
2611
|
}, "strip", z.ZodTypeAny, {
|
|
2612
|
-
trigger: string;
|
|
2613
2612
|
id: string;
|
|
2614
2613
|
controls: ({
|
|
2615
2614
|
id: string;
|
|
@@ -2624,110 +2623,85 @@ export declare namespace Schemes {
|
|
|
2624
2623
|
variableName?: string | undefined;
|
|
2625
2624
|
} | {
|
|
2626
2625
|
id: string;
|
|
2627
|
-
controlType: "
|
|
2626
|
+
controlType: "date";
|
|
2628
2627
|
title?: string | undefined;
|
|
2629
2628
|
description?: string | undefined;
|
|
2630
2629
|
icon?: string | undefined;
|
|
2631
2630
|
required?: boolean | undefined;
|
|
2632
2631
|
placeholder?: string | undefined;
|
|
2633
|
-
minLength?: number | undefined;
|
|
2634
|
-
maxLength?: number | undefined;
|
|
2635
2632
|
variableName?: string | undefined;
|
|
2633
|
+
minDate?: string | undefined;
|
|
2634
|
+
maxDate?: string | undefined;
|
|
2636
2635
|
} | {
|
|
2637
2636
|
id: string;
|
|
2638
|
-
controlType: "
|
|
2639
|
-
title?: string | undefined;
|
|
2640
|
-
description?: string | undefined;
|
|
2641
|
-
required?: boolean | undefined;
|
|
2642
|
-
label?: string | undefined;
|
|
2643
|
-
link?: string | undefined;
|
|
2644
|
-
showIconButton?: boolean | undefined;
|
|
2645
|
-
buttonIcon?: string | undefined;
|
|
2646
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
2647
|
-
buttons?: any[] | undefined;
|
|
2648
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
2649
|
-
width?: number | undefined;
|
|
2650
|
-
enableTooltip?: boolean | undefined;
|
|
2651
|
-
fullWidthMobile?: boolean | undefined;
|
|
2652
|
-
} | {
|
|
2653
|
-
id: string;
|
|
2654
|
-
controlType: "date";
|
|
2637
|
+
controlType: "number";
|
|
2655
2638
|
title?: string | undefined;
|
|
2656
2639
|
description?: string | undefined;
|
|
2657
2640
|
icon?: string | undefined;
|
|
2658
2641
|
required?: boolean | undefined;
|
|
2659
2642
|
placeholder?: string | undefined;
|
|
2660
2643
|
variableName?: string | undefined;
|
|
2661
|
-
|
|
2662
|
-
|
|
2644
|
+
min?: number | undefined;
|
|
2645
|
+
max?: number | undefined;
|
|
2663
2646
|
} | {
|
|
2664
2647
|
id: string;
|
|
2665
|
-
|
|
2648
|
+
options: {
|
|
2649
|
+
id: string;
|
|
2650
|
+
label: string;
|
|
2651
|
+
}[];
|
|
2652
|
+
controlType: "multipleChoice";
|
|
2666
2653
|
title?: string | undefined;
|
|
2667
2654
|
description?: string | undefined;
|
|
2668
2655
|
icon?: string | undefined;
|
|
2669
2656
|
required?: boolean | undefined;
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
id: string;
|
|
2676
|
-
controlType: "confirm";
|
|
2677
|
-
title?: string | undefined;
|
|
2678
|
-
description?: string | undefined;
|
|
2679
|
-
required?: boolean | undefined;
|
|
2680
|
-
label?: string | undefined;
|
|
2681
|
-
link?: string | undefined;
|
|
2682
|
-
buttonIcon?: string | undefined;
|
|
2683
|
-
showButton?: boolean | undefined;
|
|
2657
|
+
variableName?: string | undefined;
|
|
2658
|
+
minOptions?: number | undefined;
|
|
2659
|
+
maxOptions?: number | undefined;
|
|
2660
|
+
showInput?: boolean | undefined;
|
|
2661
|
+
otherOption?: boolean | undefined;
|
|
2684
2662
|
} | {
|
|
2685
2663
|
id: string;
|
|
2686
|
-
controlType: "
|
|
2664
|
+
controlType: "slider";
|
|
2687
2665
|
title?: string | undefined;
|
|
2688
2666
|
description?: string | undefined;
|
|
2689
2667
|
icon?: string | undefined;
|
|
2690
2668
|
required?: boolean | undefined;
|
|
2691
|
-
placeholder?: string | undefined;
|
|
2692
2669
|
variableName?: string | undefined;
|
|
2693
2670
|
min?: number | undefined;
|
|
2694
2671
|
max?: number | undefined;
|
|
2695
2672
|
} | {
|
|
2673
|
+
id: string;
|
|
2696
2674
|
options: {
|
|
2697
2675
|
id: string;
|
|
2698
2676
|
label: string;
|
|
2699
2677
|
}[];
|
|
2700
|
-
|
|
2701
|
-
controlType: "choice";
|
|
2678
|
+
controlType: "dropdown";
|
|
2702
2679
|
title?: string | undefined;
|
|
2703
2680
|
description?: string | undefined;
|
|
2681
|
+
icon?: string | undefined;
|
|
2704
2682
|
required?: boolean | undefined;
|
|
2683
|
+
placeholder?: string | undefined;
|
|
2705
2684
|
variableName?: string | undefined;
|
|
2706
|
-
showInput?: boolean | undefined;
|
|
2707
|
-
otherOption?: boolean | undefined;
|
|
2708
2685
|
} | {
|
|
2686
|
+
id: string;
|
|
2709
2687
|
options: {
|
|
2710
2688
|
id: string;
|
|
2711
2689
|
label: string;
|
|
2712
2690
|
}[];
|
|
2713
|
-
|
|
2714
|
-
controlType: "multipleChoice";
|
|
2691
|
+
controlType: "choice";
|
|
2715
2692
|
title?: string | undefined;
|
|
2716
2693
|
description?: string | undefined;
|
|
2717
|
-
icon?: string | undefined;
|
|
2718
2694
|
required?: boolean | undefined;
|
|
2719
2695
|
variableName?: string | undefined;
|
|
2720
2696
|
showInput?: boolean | undefined;
|
|
2721
2697
|
otherOption?: boolean | undefined;
|
|
2722
|
-
minOptions?: number | undefined;
|
|
2723
|
-
maxOptions?: number | undefined;
|
|
2724
2698
|
} | {
|
|
2699
|
+
id: string;
|
|
2725
2700
|
options: {
|
|
2726
2701
|
id: string;
|
|
2727
2702
|
label: string;
|
|
2728
2703
|
image?: string | undefined;
|
|
2729
2704
|
}[];
|
|
2730
|
-
id: string;
|
|
2731
2705
|
controlType: "pictureChoice";
|
|
2732
2706
|
title?: string | undefined;
|
|
2733
2707
|
description?: string | undefined;
|
|
@@ -2736,21 +2710,21 @@ export declare namespace Schemes {
|
|
|
2736
2710
|
variableName?: string | undefined;
|
|
2737
2711
|
showInput?: boolean | undefined;
|
|
2738
2712
|
} | {
|
|
2739
|
-
options: {
|
|
2740
|
-
id: string;
|
|
2741
|
-
label: string;
|
|
2742
|
-
}[];
|
|
2743
2713
|
id: string;
|
|
2744
|
-
controlType: "
|
|
2714
|
+
controlType: "upload";
|
|
2745
2715
|
title?: string | undefined;
|
|
2746
2716
|
description?: string | undefined;
|
|
2747
2717
|
icon?: string | undefined;
|
|
2748
2718
|
required?: boolean | undefined;
|
|
2749
|
-
placeholder?: string | undefined;
|
|
2750
2719
|
variableName?: string | undefined;
|
|
2720
|
+
multiple?: boolean | undefined;
|
|
2721
|
+
maxFiles?: number | undefined;
|
|
2722
|
+
minFiles?: number | undefined;
|
|
2723
|
+
accept?: string[] | undefined;
|
|
2724
|
+
maxSize?: number | undefined;
|
|
2751
2725
|
} | {
|
|
2752
2726
|
id: string;
|
|
2753
|
-
controlType: "
|
|
2727
|
+
controlType: "location";
|
|
2754
2728
|
title?: string | undefined;
|
|
2755
2729
|
description?: string | undefined;
|
|
2756
2730
|
icon?: string | undefined;
|
|
@@ -2759,7 +2733,7 @@ export declare namespace Schemes {
|
|
|
2759
2733
|
variableName?: string | undefined;
|
|
2760
2734
|
} | {
|
|
2761
2735
|
id: string;
|
|
2762
|
-
controlType: "
|
|
2736
|
+
controlType: "phone";
|
|
2763
2737
|
title?: string | undefined;
|
|
2764
2738
|
description?: string | undefined;
|
|
2765
2739
|
icon?: string | undefined;
|
|
@@ -2768,7 +2742,7 @@ export declare namespace Schemes {
|
|
|
2768
2742
|
variableName?: string | undefined;
|
|
2769
2743
|
} | {
|
|
2770
2744
|
id: string;
|
|
2771
|
-
controlType: "
|
|
2745
|
+
controlType: "email";
|
|
2772
2746
|
title?: string | undefined;
|
|
2773
2747
|
description?: string | undefined;
|
|
2774
2748
|
icon?: string | undefined;
|
|
@@ -2777,37 +2751,62 @@ export declare namespace Schemes {
|
|
|
2777
2751
|
variableName?: string | undefined;
|
|
2778
2752
|
} | {
|
|
2779
2753
|
id: string;
|
|
2780
|
-
controlType: "
|
|
2754
|
+
controlType: "yesNo";
|
|
2781
2755
|
title?: string | undefined;
|
|
2782
2756
|
description?: string | undefined;
|
|
2783
2757
|
icon?: string | undefined;
|
|
2784
2758
|
required?: boolean | undefined;
|
|
2785
2759
|
variableName?: string | undefined;
|
|
2786
|
-
|
|
2787
|
-
|
|
2760
|
+
yesLabel?: string | undefined;
|
|
2761
|
+
noLabel?: string | undefined;
|
|
2788
2762
|
} | {
|
|
2789
2763
|
id: string;
|
|
2790
|
-
controlType: "
|
|
2764
|
+
controlType: "longText";
|
|
2791
2765
|
title?: string | undefined;
|
|
2792
2766
|
description?: string | undefined;
|
|
2793
2767
|
icon?: string | undefined;
|
|
2794
2768
|
required?: boolean | undefined;
|
|
2769
|
+
placeholder?: string | undefined;
|
|
2770
|
+
minLength?: number | undefined;
|
|
2771
|
+
maxLength?: number | undefined;
|
|
2795
2772
|
variableName?: string | undefined;
|
|
2796
|
-
multiple?: boolean | undefined;
|
|
2797
|
-
maxFiles?: number | undefined;
|
|
2798
|
-
minFiles?: number | undefined;
|
|
2799
|
-
accept?: string[] | undefined;
|
|
2800
|
-
maxSize?: number | undefined;
|
|
2801
2773
|
} | {
|
|
2802
2774
|
id: string;
|
|
2803
|
-
controlType: "
|
|
2775
|
+
controlType: "start";
|
|
2804
2776
|
title?: string | undefined;
|
|
2805
2777
|
description?: string | undefined;
|
|
2806
2778
|
icon?: string | undefined;
|
|
2807
2779
|
required?: boolean | undefined;
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2780
|
+
label?: string | undefined;
|
|
2781
|
+
showButton?: boolean | undefined;
|
|
2782
|
+
buttonIcon?: string | undefined;
|
|
2783
|
+
showIconButton?: boolean | undefined;
|
|
2784
|
+
} | {
|
|
2785
|
+
id: string;
|
|
2786
|
+
controlType: "confirm";
|
|
2787
|
+
title?: string | undefined;
|
|
2788
|
+
description?: string | undefined;
|
|
2789
|
+
required?: boolean | undefined;
|
|
2790
|
+
label?: string | undefined;
|
|
2791
|
+
showButton?: boolean | undefined;
|
|
2792
|
+
buttonIcon?: string | undefined;
|
|
2793
|
+
link?: string | undefined;
|
|
2794
|
+
} | {
|
|
2795
|
+
id: string;
|
|
2796
|
+
controlType: "button";
|
|
2797
|
+
title?: string | undefined;
|
|
2798
|
+
description?: string | undefined;
|
|
2799
|
+
required?: boolean | undefined;
|
|
2800
|
+
label?: string | undefined;
|
|
2801
|
+
buttonIcon?: string | undefined;
|
|
2802
|
+
showIconButton?: boolean | undefined;
|
|
2803
|
+
link?: string | undefined;
|
|
2804
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
2805
|
+
buttons?: any[] | undefined;
|
|
2806
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
2807
|
+
width?: number | undefined;
|
|
2808
|
+
enableTooltip?: boolean | undefined;
|
|
2809
|
+
fullWidthMobile?: boolean | undefined;
|
|
2811
2810
|
} | {
|
|
2812
2811
|
id: string;
|
|
2813
2812
|
controlType: "rating";
|
|
@@ -2817,14 +2816,15 @@ export declare namespace Schemes {
|
|
|
2817
2816
|
variableName?: string | undefined;
|
|
2818
2817
|
count?: number | undefined;
|
|
2819
2818
|
})[];
|
|
2819
|
+
trigger: string;
|
|
2820
2820
|
isStart?: boolean | undefined;
|
|
2821
2821
|
isEnd?: boolean | undefined;
|
|
2822
2822
|
autoSubmit?: boolean | undefined;
|
|
2823
2823
|
confirmLabel?: string | undefined;
|
|
2824
2824
|
media?: {
|
|
2825
|
+
image?: string | undefined;
|
|
2825
2826
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
2826
2827
|
brightness?: number | undefined;
|
|
2827
|
-
image?: string | undefined;
|
|
2828
2828
|
video?: string | undefined;
|
|
2829
2829
|
videoThumb?: string | undefined;
|
|
2830
2830
|
color?: string | undefined;
|
|
@@ -2832,22 +2832,12 @@ export declare namespace Schemes {
|
|
|
2832
2832
|
blur?: number | undefined;
|
|
2833
2833
|
} | undefined;
|
|
2834
2834
|
conditions?: {
|
|
2835
|
+
trigger: string;
|
|
2835
2836
|
controlId: string;
|
|
2836
2837
|
operator: string;
|
|
2837
|
-
trigger: string;
|
|
2838
2838
|
compareValue?: string | undefined;
|
|
2839
2839
|
}[] | undefined;
|
|
2840
2840
|
theme?: {
|
|
2841
|
-
background?: {
|
|
2842
|
-
brightness?: number | undefined;
|
|
2843
|
-
image?: string | undefined;
|
|
2844
|
-
color?: string | undefined;
|
|
2845
|
-
blur?: number | undefined;
|
|
2846
|
-
opacity?: number | undefined;
|
|
2847
|
-
fit?: string | undefined;
|
|
2848
|
-
blendMode?: string | undefined;
|
|
2849
|
-
} | undefined;
|
|
2850
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
2851
2841
|
title?: {
|
|
2852
2842
|
color?: string | undefined;
|
|
2853
2843
|
fontSize?: number | undefined;
|
|
@@ -2860,6 +2850,16 @@ export declare namespace Schemes {
|
|
|
2860
2850
|
fontWeight?: number | undefined;
|
|
2861
2851
|
fontFamily?: string | undefined;
|
|
2862
2852
|
} | undefined;
|
|
2853
|
+
background?: {
|
|
2854
|
+
image?: string | undefined;
|
|
2855
|
+
brightness?: number | undefined;
|
|
2856
|
+
color?: string | undefined;
|
|
2857
|
+
blur?: number | undefined;
|
|
2858
|
+
opacity?: number | undefined;
|
|
2859
|
+
fit?: string | undefined;
|
|
2860
|
+
blendMode?: string | undefined;
|
|
2861
|
+
} | undefined;
|
|
2862
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
2863
2863
|
align?: "start" | "center" | "end" | undefined;
|
|
2864
2864
|
listStyle?: string | undefined;
|
|
2865
2865
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -2889,7 +2889,6 @@ export declare namespace Schemes {
|
|
|
2889
2889
|
y: number;
|
|
2890
2890
|
} | undefined;
|
|
2891
2891
|
}, {
|
|
2892
|
-
trigger: string;
|
|
2893
2892
|
id: string;
|
|
2894
2893
|
controls: ({
|
|
2895
2894
|
id: string;
|
|
@@ -2902,33 +2901,6 @@ export declare namespace Schemes {
|
|
|
2902
2901
|
minLength?: number | undefined;
|
|
2903
2902
|
maxLength?: number | undefined;
|
|
2904
2903
|
variableName?: string | undefined;
|
|
2905
|
-
} | {
|
|
2906
|
-
id: string;
|
|
2907
|
-
controlType: "longText";
|
|
2908
|
-
title?: string | undefined;
|
|
2909
|
-
description?: string | undefined;
|
|
2910
|
-
icon?: string | undefined;
|
|
2911
|
-
required?: boolean | undefined;
|
|
2912
|
-
placeholder?: string | undefined;
|
|
2913
|
-
minLength?: number | undefined;
|
|
2914
|
-
maxLength?: number | undefined;
|
|
2915
|
-
variableName?: string | undefined;
|
|
2916
|
-
} | {
|
|
2917
|
-
id: string;
|
|
2918
|
-
controlType: "button";
|
|
2919
|
-
title?: string | undefined;
|
|
2920
|
-
description?: string | undefined;
|
|
2921
|
-
required?: boolean | undefined;
|
|
2922
|
-
label?: string | undefined;
|
|
2923
|
-
link?: string | undefined;
|
|
2924
|
-
showIconButton?: boolean | undefined;
|
|
2925
|
-
buttonIcon?: string | undefined;
|
|
2926
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
2927
|
-
buttons?: any[] | undefined;
|
|
2928
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
2929
|
-
width?: number | undefined;
|
|
2930
|
-
enableTooltip?: boolean | undefined;
|
|
2931
|
-
fullWidthMobile?: boolean | undefined;
|
|
2932
2904
|
} | {
|
|
2933
2905
|
id: string;
|
|
2934
2906
|
controlType: "date";
|
|
@@ -2942,72 +2914,74 @@ export declare namespace Schemes {
|
|
|
2942
2914
|
maxDate?: string | undefined;
|
|
2943
2915
|
} | {
|
|
2944
2916
|
id: string;
|
|
2945
|
-
controlType: "
|
|
2917
|
+
controlType: "number";
|
|
2946
2918
|
title?: string | undefined;
|
|
2947
2919
|
description?: string | undefined;
|
|
2948
2920
|
icon?: string | undefined;
|
|
2949
2921
|
required?: boolean | undefined;
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2922
|
+
placeholder?: string | undefined;
|
|
2923
|
+
variableName?: string | undefined;
|
|
2924
|
+
min?: number | undefined;
|
|
2925
|
+
max?: number | undefined;
|
|
2954
2926
|
} | {
|
|
2955
2927
|
id: string;
|
|
2956
|
-
|
|
2928
|
+
options: {
|
|
2929
|
+
id: string;
|
|
2930
|
+
label: string;
|
|
2931
|
+
}[];
|
|
2932
|
+
controlType: "multipleChoice";
|
|
2957
2933
|
title?: string | undefined;
|
|
2958
2934
|
description?: string | undefined;
|
|
2935
|
+
icon?: string | undefined;
|
|
2959
2936
|
required?: boolean | undefined;
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2937
|
+
variableName?: string | undefined;
|
|
2938
|
+
minOptions?: number | undefined;
|
|
2939
|
+
maxOptions?: number | undefined;
|
|
2940
|
+
showInput?: boolean | undefined;
|
|
2941
|
+
otherOption?: boolean | undefined;
|
|
2964
2942
|
} | {
|
|
2965
2943
|
id: string;
|
|
2966
|
-
controlType: "
|
|
2944
|
+
controlType: "slider";
|
|
2967
2945
|
title?: string | undefined;
|
|
2968
2946
|
description?: string | undefined;
|
|
2969
2947
|
icon?: string | undefined;
|
|
2970
2948
|
required?: boolean | undefined;
|
|
2971
|
-
placeholder?: string | undefined;
|
|
2972
2949
|
variableName?: string | undefined;
|
|
2973
2950
|
min?: number | undefined;
|
|
2974
2951
|
max?: number | undefined;
|
|
2975
2952
|
} | {
|
|
2953
|
+
id: string;
|
|
2976
2954
|
options: {
|
|
2977
2955
|
id: string;
|
|
2978
2956
|
label: string;
|
|
2979
2957
|
}[];
|
|
2980
|
-
|
|
2981
|
-
controlType: "choice";
|
|
2958
|
+
controlType: "dropdown";
|
|
2982
2959
|
title?: string | undefined;
|
|
2983
2960
|
description?: string | undefined;
|
|
2961
|
+
icon?: string | undefined;
|
|
2984
2962
|
required?: boolean | undefined;
|
|
2963
|
+
placeholder?: string | undefined;
|
|
2985
2964
|
variableName?: string | undefined;
|
|
2986
|
-
showInput?: boolean | undefined;
|
|
2987
|
-
otherOption?: boolean | undefined;
|
|
2988
2965
|
} | {
|
|
2966
|
+
id: string;
|
|
2989
2967
|
options: {
|
|
2990
2968
|
id: string;
|
|
2991
2969
|
label: string;
|
|
2992
2970
|
}[];
|
|
2993
|
-
|
|
2994
|
-
controlType: "multipleChoice";
|
|
2971
|
+
controlType: "choice";
|
|
2995
2972
|
title?: string | undefined;
|
|
2996
2973
|
description?: string | undefined;
|
|
2997
|
-
icon?: string | undefined;
|
|
2998
2974
|
required?: boolean | undefined;
|
|
2999
2975
|
variableName?: string | undefined;
|
|
3000
2976
|
showInput?: boolean | undefined;
|
|
3001
2977
|
otherOption?: boolean | undefined;
|
|
3002
|
-
minOptions?: number | undefined;
|
|
3003
|
-
maxOptions?: number | undefined;
|
|
3004
2978
|
} | {
|
|
2979
|
+
id: string;
|
|
3005
2980
|
options: {
|
|
3006
2981
|
id: string;
|
|
3007
2982
|
label: string;
|
|
3008
2983
|
image?: string | undefined;
|
|
3009
2984
|
}[];
|
|
3010
|
-
id: string;
|
|
3011
2985
|
controlType: "pictureChoice";
|
|
3012
2986
|
title?: string | undefined;
|
|
3013
2987
|
description?: string | undefined;
|
|
@@ -3016,21 +2990,21 @@ export declare namespace Schemes {
|
|
|
3016
2990
|
variableName?: string | undefined;
|
|
3017
2991
|
showInput?: boolean | undefined;
|
|
3018
2992
|
} | {
|
|
3019
|
-
options: {
|
|
3020
|
-
id: string;
|
|
3021
|
-
label: string;
|
|
3022
|
-
}[];
|
|
3023
2993
|
id: string;
|
|
3024
|
-
controlType: "
|
|
2994
|
+
controlType: "upload";
|
|
3025
2995
|
title?: string | undefined;
|
|
3026
2996
|
description?: string | undefined;
|
|
3027
2997
|
icon?: string | undefined;
|
|
3028
2998
|
required?: boolean | undefined;
|
|
3029
|
-
placeholder?: string | undefined;
|
|
3030
2999
|
variableName?: string | undefined;
|
|
3000
|
+
multiple?: boolean | undefined;
|
|
3001
|
+
maxFiles?: number | undefined;
|
|
3002
|
+
minFiles?: number | undefined;
|
|
3003
|
+
accept?: string[] | undefined;
|
|
3004
|
+
maxSize?: number | undefined;
|
|
3031
3005
|
} | {
|
|
3032
3006
|
id: string;
|
|
3033
|
-
controlType: "
|
|
3007
|
+
controlType: "location";
|
|
3034
3008
|
title?: string | undefined;
|
|
3035
3009
|
description?: string | undefined;
|
|
3036
3010
|
icon?: string | undefined;
|
|
@@ -3039,7 +3013,7 @@ export declare namespace Schemes {
|
|
|
3039
3013
|
variableName?: string | undefined;
|
|
3040
3014
|
} | {
|
|
3041
3015
|
id: string;
|
|
3042
|
-
controlType: "
|
|
3016
|
+
controlType: "phone";
|
|
3043
3017
|
title?: string | undefined;
|
|
3044
3018
|
description?: string | undefined;
|
|
3045
3019
|
icon?: string | undefined;
|
|
@@ -3048,7 +3022,7 @@ export declare namespace Schemes {
|
|
|
3048
3022
|
variableName?: string | undefined;
|
|
3049
3023
|
} | {
|
|
3050
3024
|
id: string;
|
|
3051
|
-
controlType: "
|
|
3025
|
+
controlType: "email";
|
|
3052
3026
|
title?: string | undefined;
|
|
3053
3027
|
description?: string | undefined;
|
|
3054
3028
|
icon?: string | undefined;
|
|
@@ -3057,37 +3031,62 @@ export declare namespace Schemes {
|
|
|
3057
3031
|
variableName?: string | undefined;
|
|
3058
3032
|
} | {
|
|
3059
3033
|
id: string;
|
|
3060
|
-
controlType: "
|
|
3034
|
+
controlType: "yesNo";
|
|
3061
3035
|
title?: string | undefined;
|
|
3062
3036
|
description?: string | undefined;
|
|
3063
3037
|
icon?: string | undefined;
|
|
3064
3038
|
required?: boolean | undefined;
|
|
3065
3039
|
variableName?: string | undefined;
|
|
3066
|
-
|
|
3067
|
-
|
|
3040
|
+
yesLabel?: string | undefined;
|
|
3041
|
+
noLabel?: string | undefined;
|
|
3068
3042
|
} | {
|
|
3069
3043
|
id: string;
|
|
3070
|
-
controlType: "
|
|
3044
|
+
controlType: "longText";
|
|
3071
3045
|
title?: string | undefined;
|
|
3072
3046
|
description?: string | undefined;
|
|
3073
3047
|
icon?: string | undefined;
|
|
3074
3048
|
required?: boolean | undefined;
|
|
3049
|
+
placeholder?: string | undefined;
|
|
3050
|
+
minLength?: number | undefined;
|
|
3051
|
+
maxLength?: number | undefined;
|
|
3075
3052
|
variableName?: string | undefined;
|
|
3076
|
-
multiple?: boolean | undefined;
|
|
3077
|
-
maxFiles?: number | undefined;
|
|
3078
|
-
minFiles?: number | undefined;
|
|
3079
|
-
accept?: string[] | undefined;
|
|
3080
|
-
maxSize?: number | undefined;
|
|
3081
3053
|
} | {
|
|
3082
3054
|
id: string;
|
|
3083
|
-
controlType: "
|
|
3055
|
+
controlType: "start";
|
|
3084
3056
|
title?: string | undefined;
|
|
3085
3057
|
description?: string | undefined;
|
|
3086
3058
|
icon?: string | undefined;
|
|
3087
3059
|
required?: boolean | undefined;
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3060
|
+
label?: string | undefined;
|
|
3061
|
+
showButton?: boolean | undefined;
|
|
3062
|
+
buttonIcon?: string | undefined;
|
|
3063
|
+
showIconButton?: boolean | undefined;
|
|
3064
|
+
} | {
|
|
3065
|
+
id: string;
|
|
3066
|
+
controlType: "confirm";
|
|
3067
|
+
title?: string | undefined;
|
|
3068
|
+
description?: string | undefined;
|
|
3069
|
+
required?: boolean | undefined;
|
|
3070
|
+
label?: string | undefined;
|
|
3071
|
+
showButton?: boolean | undefined;
|
|
3072
|
+
buttonIcon?: string | undefined;
|
|
3073
|
+
link?: string | undefined;
|
|
3074
|
+
} | {
|
|
3075
|
+
id: string;
|
|
3076
|
+
controlType: "button";
|
|
3077
|
+
title?: string | undefined;
|
|
3078
|
+
description?: string | undefined;
|
|
3079
|
+
required?: boolean | undefined;
|
|
3080
|
+
label?: string | undefined;
|
|
3081
|
+
buttonIcon?: string | undefined;
|
|
3082
|
+
showIconButton?: boolean | undefined;
|
|
3083
|
+
link?: string | undefined;
|
|
3084
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
3085
|
+
buttons?: any[] | undefined;
|
|
3086
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
3087
|
+
width?: number | undefined;
|
|
3088
|
+
enableTooltip?: boolean | undefined;
|
|
3089
|
+
fullWidthMobile?: boolean | undefined;
|
|
3091
3090
|
} | {
|
|
3092
3091
|
id: string;
|
|
3093
3092
|
controlType: "rating";
|
|
@@ -3097,14 +3096,15 @@ export declare namespace Schemes {
|
|
|
3097
3096
|
variableName?: string | undefined;
|
|
3098
3097
|
count?: number | undefined;
|
|
3099
3098
|
})[];
|
|
3099
|
+
trigger: string;
|
|
3100
3100
|
isStart?: boolean | undefined;
|
|
3101
3101
|
isEnd?: boolean | undefined;
|
|
3102
3102
|
autoSubmit?: boolean | undefined;
|
|
3103
3103
|
confirmLabel?: string | undefined;
|
|
3104
3104
|
media?: {
|
|
3105
|
+
image?: string | undefined;
|
|
3105
3106
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
3106
3107
|
brightness?: number | undefined;
|
|
3107
|
-
image?: string | undefined;
|
|
3108
3108
|
video?: string | undefined;
|
|
3109
3109
|
videoThumb?: string | undefined;
|
|
3110
3110
|
color?: string | undefined;
|
|
@@ -3112,22 +3112,12 @@ export declare namespace Schemes {
|
|
|
3112
3112
|
blur?: number | undefined;
|
|
3113
3113
|
} | undefined;
|
|
3114
3114
|
conditions?: {
|
|
3115
|
+
trigger: string;
|
|
3115
3116
|
controlId: string;
|
|
3116
3117
|
operator: string;
|
|
3117
|
-
trigger: string;
|
|
3118
3118
|
compareValue?: string | undefined;
|
|
3119
3119
|
}[] | undefined;
|
|
3120
3120
|
theme?: {
|
|
3121
|
-
background?: {
|
|
3122
|
-
brightness?: number | undefined;
|
|
3123
|
-
image?: string | undefined;
|
|
3124
|
-
color?: string | undefined;
|
|
3125
|
-
blur?: number | undefined;
|
|
3126
|
-
opacity?: number | undefined;
|
|
3127
|
-
fit?: string | undefined;
|
|
3128
|
-
blendMode?: string | undefined;
|
|
3129
|
-
} | undefined;
|
|
3130
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
3131
3121
|
title?: {
|
|
3132
3122
|
color?: string | undefined;
|
|
3133
3123
|
fontSize?: number | undefined;
|
|
@@ -3140,6 +3130,16 @@ export declare namespace Schemes {
|
|
|
3140
3130
|
fontWeight?: number | undefined;
|
|
3141
3131
|
fontFamily?: string | undefined;
|
|
3142
3132
|
} | undefined;
|
|
3133
|
+
background?: {
|
|
3134
|
+
image?: string | undefined;
|
|
3135
|
+
brightness?: number | undefined;
|
|
3136
|
+
color?: string | undefined;
|
|
3137
|
+
blur?: number | undefined;
|
|
3138
|
+
opacity?: number | undefined;
|
|
3139
|
+
fit?: string | undefined;
|
|
3140
|
+
blendMode?: string | undefined;
|
|
3141
|
+
} | undefined;
|
|
3142
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
3143
3143
|
align?: "start" | "center" | "end" | undefined;
|
|
3144
3144
|
listStyle?: string | undefined;
|
|
3145
3145
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -3296,37 +3296,37 @@ export declare namespace Schemes {
|
|
|
3296
3296
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
3297
3297
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
3298
3298
|
}, "strip", z.ZodTypeAny, {
|
|
3299
|
+
id: string;
|
|
3299
3300
|
options: {
|
|
3300
3301
|
id: string;
|
|
3301
3302
|
label: string;
|
|
3302
3303
|
}[];
|
|
3303
|
-
id: string;
|
|
3304
3304
|
controlType: "multipleChoice";
|
|
3305
3305
|
title?: string | undefined;
|
|
3306
3306
|
description?: string | undefined;
|
|
3307
3307
|
icon?: string | undefined;
|
|
3308
3308
|
required?: boolean | undefined;
|
|
3309
3309
|
variableName?: string | undefined;
|
|
3310
|
-
showInput?: boolean | undefined;
|
|
3311
|
-
otherOption?: boolean | undefined;
|
|
3312
3310
|
minOptions?: number | undefined;
|
|
3313
3311
|
maxOptions?: number | undefined;
|
|
3312
|
+
showInput?: boolean | undefined;
|
|
3313
|
+
otherOption?: boolean | undefined;
|
|
3314
3314
|
}, {
|
|
3315
|
+
id: string;
|
|
3315
3316
|
options: {
|
|
3316
3317
|
id: string;
|
|
3317
3318
|
label: string;
|
|
3318
3319
|
}[];
|
|
3319
|
-
id: string;
|
|
3320
3320
|
controlType: "multipleChoice";
|
|
3321
3321
|
title?: string | undefined;
|
|
3322
3322
|
description?: string | undefined;
|
|
3323
3323
|
icon?: string | undefined;
|
|
3324
3324
|
required?: boolean | undefined;
|
|
3325
3325
|
variableName?: string | undefined;
|
|
3326
|
-
showInput?: boolean | undefined;
|
|
3327
|
-
otherOption?: boolean | undefined;
|
|
3328
3326
|
minOptions?: number | undefined;
|
|
3329
3327
|
maxOptions?: number | undefined;
|
|
3328
|
+
showInput?: boolean | undefined;
|
|
3329
|
+
otherOption?: boolean | undefined;
|
|
3330
3330
|
}>, z.ZodObject<{
|
|
3331
3331
|
title: z.ZodOptional<z.ZodString>;
|
|
3332
3332
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3377,11 +3377,11 @@ export declare namespace Schemes {
|
|
|
3377
3377
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
3378
3378
|
variableName: z.ZodOptional<z.ZodString>;
|
|
3379
3379
|
}, "strip", z.ZodTypeAny, {
|
|
3380
|
+
id: string;
|
|
3380
3381
|
options: {
|
|
3381
3382
|
id: string;
|
|
3382
3383
|
label: string;
|
|
3383
3384
|
}[];
|
|
3384
|
-
id: string;
|
|
3385
3385
|
controlType: "dropdown";
|
|
3386
3386
|
title?: string | undefined;
|
|
3387
3387
|
description?: string | undefined;
|
|
@@ -3390,11 +3390,11 @@ export declare namespace Schemes {
|
|
|
3390
3390
|
placeholder?: string | undefined;
|
|
3391
3391
|
variableName?: string | undefined;
|
|
3392
3392
|
}, {
|
|
3393
|
+
id: string;
|
|
3393
3394
|
options: {
|
|
3394
3395
|
id: string;
|
|
3395
3396
|
label: string;
|
|
3396
3397
|
}[];
|
|
3397
|
-
id: string;
|
|
3398
3398
|
controlType: "dropdown";
|
|
3399
3399
|
title?: string | undefined;
|
|
3400
3400
|
description?: string | undefined;
|
|
@@ -3422,11 +3422,11 @@ export declare namespace Schemes {
|
|
|
3422
3422
|
variableName: z.ZodOptional<z.ZodString>;
|
|
3423
3423
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
3424
3424
|
}, "strip", z.ZodTypeAny, {
|
|
3425
|
+
id: string;
|
|
3425
3426
|
options: {
|
|
3426
3427
|
id: string;
|
|
3427
3428
|
label: string;
|
|
3428
3429
|
}[];
|
|
3429
|
-
id: string;
|
|
3430
3430
|
controlType: "choice";
|
|
3431
3431
|
title?: string | undefined;
|
|
3432
3432
|
description?: string | undefined;
|
|
@@ -3435,11 +3435,11 @@ export declare namespace Schemes {
|
|
|
3435
3435
|
showInput?: boolean | undefined;
|
|
3436
3436
|
otherOption?: boolean | undefined;
|
|
3437
3437
|
}, {
|
|
3438
|
+
id: string;
|
|
3438
3439
|
options: {
|
|
3439
3440
|
id: string;
|
|
3440
3441
|
label: string;
|
|
3441
3442
|
}[];
|
|
3442
|
-
id: string;
|
|
3443
3443
|
controlType: "choice";
|
|
3444
3444
|
title?: string | undefined;
|
|
3445
3445
|
description?: string | undefined;
|
|
@@ -3470,12 +3470,12 @@ export declare namespace Schemes {
|
|
|
3470
3470
|
variableName: z.ZodOptional<z.ZodString>;
|
|
3471
3471
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
3472
3472
|
}, "strip", z.ZodTypeAny, {
|
|
3473
|
+
id: string;
|
|
3473
3474
|
options: {
|
|
3474
3475
|
id: string;
|
|
3475
3476
|
label: string;
|
|
3476
3477
|
image?: string | undefined;
|
|
3477
3478
|
}[];
|
|
3478
|
-
id: string;
|
|
3479
3479
|
controlType: "pictureChoice";
|
|
3480
3480
|
title?: string | undefined;
|
|
3481
3481
|
description?: string | undefined;
|
|
@@ -3484,12 +3484,12 @@ export declare namespace Schemes {
|
|
|
3484
3484
|
variableName?: string | undefined;
|
|
3485
3485
|
showInput?: boolean | undefined;
|
|
3486
3486
|
}, {
|
|
3487
|
+
id: string;
|
|
3487
3488
|
options: {
|
|
3488
3489
|
id: string;
|
|
3489
3490
|
label: string;
|
|
3490
3491
|
image?: string | undefined;
|
|
3491
3492
|
}[];
|
|
3492
|
-
id: string;
|
|
3493
3493
|
controlType: "pictureChoice";
|
|
3494
3494
|
title?: string | undefined;
|
|
3495
3495
|
description?: string | undefined;
|
|
@@ -3699,9 +3699,9 @@ export declare namespace Schemes {
|
|
|
3699
3699
|
icon?: string | undefined;
|
|
3700
3700
|
required?: boolean | undefined;
|
|
3701
3701
|
label?: string | undefined;
|
|
3702
|
-
showIconButton?: boolean | undefined;
|
|
3703
|
-
buttonIcon?: string | undefined;
|
|
3704
3702
|
showButton?: boolean | undefined;
|
|
3703
|
+
buttonIcon?: string | undefined;
|
|
3704
|
+
showIconButton?: boolean | undefined;
|
|
3705
3705
|
}, {
|
|
3706
3706
|
id: string;
|
|
3707
3707
|
controlType: "start";
|
|
@@ -3710,9 +3710,9 @@ export declare namespace Schemes {
|
|
|
3710
3710
|
icon?: string | undefined;
|
|
3711
3711
|
required?: boolean | undefined;
|
|
3712
3712
|
label?: string | undefined;
|
|
3713
|
-
showIconButton?: boolean | undefined;
|
|
3714
|
-
buttonIcon?: string | undefined;
|
|
3715
3713
|
showButton?: boolean | undefined;
|
|
3714
|
+
buttonIcon?: string | undefined;
|
|
3715
|
+
showIconButton?: boolean | undefined;
|
|
3716
3716
|
}>, z.ZodObject<{
|
|
3717
3717
|
title: z.ZodOptional<z.ZodString>;
|
|
3718
3718
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3730,9 +3730,9 @@ export declare namespace Schemes {
|
|
|
3730
3730
|
description?: string | undefined;
|
|
3731
3731
|
required?: boolean | undefined;
|
|
3732
3732
|
label?: string | undefined;
|
|
3733
|
-
link?: string | undefined;
|
|
3734
|
-
buttonIcon?: string | undefined;
|
|
3735
3733
|
showButton?: boolean | undefined;
|
|
3734
|
+
buttonIcon?: string | undefined;
|
|
3735
|
+
link?: string | undefined;
|
|
3736
3736
|
}, {
|
|
3737
3737
|
id: string;
|
|
3738
3738
|
controlType: "confirm";
|
|
@@ -3740,9 +3740,9 @@ export declare namespace Schemes {
|
|
|
3740
3740
|
description?: string | undefined;
|
|
3741
3741
|
required?: boolean | undefined;
|
|
3742
3742
|
label?: string | undefined;
|
|
3743
|
-
link?: string | undefined;
|
|
3744
|
-
buttonIcon?: string | undefined;
|
|
3745
3743
|
showButton?: boolean | undefined;
|
|
3744
|
+
buttonIcon?: string | undefined;
|
|
3745
|
+
link?: string | undefined;
|
|
3746
3746
|
}>, z.ZodObject<{
|
|
3747
3747
|
title: z.ZodOptional<z.ZodString>;
|
|
3748
3748
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -3766,9 +3766,9 @@ export declare namespace Schemes {
|
|
|
3766
3766
|
description?: string | undefined;
|
|
3767
3767
|
required?: boolean | undefined;
|
|
3768
3768
|
label?: string | undefined;
|
|
3769
|
-
link?: string | undefined;
|
|
3770
|
-
showIconButton?: boolean | undefined;
|
|
3771
3769
|
buttonIcon?: string | undefined;
|
|
3770
|
+
showIconButton?: boolean | undefined;
|
|
3771
|
+
link?: string | undefined;
|
|
3772
3772
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
3773
3773
|
buttons?: any[] | undefined;
|
|
3774
3774
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -3782,9 +3782,9 @@ export declare namespace Schemes {
|
|
|
3782
3782
|
description?: string | undefined;
|
|
3783
3783
|
required?: boolean | undefined;
|
|
3784
3784
|
label?: string | undefined;
|
|
3785
|
-
link?: string | undefined;
|
|
3786
|
-
showIconButton?: boolean | undefined;
|
|
3787
3785
|
buttonIcon?: string | undefined;
|
|
3786
|
+
showIconButton?: boolean | undefined;
|
|
3787
|
+
link?: string | undefined;
|
|
3788
3788
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
3789
3789
|
buttons?: any[] | undefined;
|
|
3790
3790
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -3828,18 +3828,18 @@ export declare namespace Schemes {
|
|
|
3828
3828
|
size: z.ZodOptional<z.ZodNumber>;
|
|
3829
3829
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
3830
3830
|
}, "strip", z.ZodTypeAny, {
|
|
3831
|
+
image?: string | undefined;
|
|
3831
3832
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
3832
3833
|
brightness?: number | undefined;
|
|
3833
|
-
image?: string | undefined;
|
|
3834
3834
|
video?: string | undefined;
|
|
3835
3835
|
videoThumb?: string | undefined;
|
|
3836
3836
|
color?: string | undefined;
|
|
3837
3837
|
size?: number | undefined;
|
|
3838
3838
|
blur?: number | undefined;
|
|
3839
3839
|
}, {
|
|
3840
|
+
image?: string | undefined;
|
|
3840
3841
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
3841
3842
|
brightness?: number | undefined;
|
|
3842
|
-
image?: string | undefined;
|
|
3843
3843
|
video?: string | undefined;
|
|
3844
3844
|
videoThumb?: string | undefined;
|
|
3845
3845
|
color?: string | undefined;
|
|
@@ -3853,14 +3853,14 @@ export declare namespace Schemes {
|
|
|
3853
3853
|
compareValue: z.ZodOptional<z.ZodString>;
|
|
3854
3854
|
trigger: z.ZodString;
|
|
3855
3855
|
}, "strip", z.ZodTypeAny, {
|
|
3856
|
+
trigger: string;
|
|
3856
3857
|
controlId: string;
|
|
3857
3858
|
operator: string;
|
|
3858
|
-
trigger: string;
|
|
3859
3859
|
compareValue?: string | undefined;
|
|
3860
3860
|
}, {
|
|
3861
|
+
trigger: string;
|
|
3861
3862
|
controlId: string;
|
|
3862
3863
|
operator: string;
|
|
3863
|
-
trigger: string;
|
|
3864
3864
|
compareValue?: string | undefined;
|
|
3865
3865
|
}>, "many">>;
|
|
3866
3866
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -3948,16 +3948,16 @@ export declare namespace Schemes {
|
|
|
3948
3948
|
fit: z.ZodOptional<z.ZodString>;
|
|
3949
3949
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
3950
3950
|
}, "strip", z.ZodTypeAny, {
|
|
3951
|
-
brightness?: number | undefined;
|
|
3952
3951
|
image?: string | undefined;
|
|
3952
|
+
brightness?: number | undefined;
|
|
3953
3953
|
color?: string | undefined;
|
|
3954
3954
|
blur?: number | undefined;
|
|
3955
3955
|
opacity?: number | undefined;
|
|
3956
3956
|
fit?: string | undefined;
|
|
3957
3957
|
blendMode?: string | undefined;
|
|
3958
3958
|
}, {
|
|
3959
|
-
brightness?: number | undefined;
|
|
3960
3959
|
image?: string | undefined;
|
|
3960
|
+
brightness?: number | undefined;
|
|
3961
3961
|
color?: string | undefined;
|
|
3962
3962
|
blur?: number | undefined;
|
|
3963
3963
|
opacity?: number | undefined;
|
|
@@ -3976,16 +3976,6 @@ export declare namespace Schemes {
|
|
|
3976
3976
|
}>>;
|
|
3977
3977
|
customCSS: z.ZodOptional<z.ZodString>;
|
|
3978
3978
|
}, "strip", z.ZodTypeAny, {
|
|
3979
|
-
background?: {
|
|
3980
|
-
brightness?: number | undefined;
|
|
3981
|
-
image?: string | undefined;
|
|
3982
|
-
color?: string | undefined;
|
|
3983
|
-
blur?: number | undefined;
|
|
3984
|
-
opacity?: number | undefined;
|
|
3985
|
-
fit?: string | undefined;
|
|
3986
|
-
blendMode?: string | undefined;
|
|
3987
|
-
} | undefined;
|
|
3988
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
3989
3979
|
title?: {
|
|
3990
3980
|
color?: string | undefined;
|
|
3991
3981
|
fontSize?: number | undefined;
|
|
@@ -3998,6 +3988,16 @@ export declare namespace Schemes {
|
|
|
3998
3988
|
fontWeight?: number | undefined;
|
|
3999
3989
|
fontFamily?: string | undefined;
|
|
4000
3990
|
} | undefined;
|
|
3991
|
+
background?: {
|
|
3992
|
+
image?: string | undefined;
|
|
3993
|
+
brightness?: number | undefined;
|
|
3994
|
+
color?: string | undefined;
|
|
3995
|
+
blur?: number | undefined;
|
|
3996
|
+
opacity?: number | undefined;
|
|
3997
|
+
fit?: string | undefined;
|
|
3998
|
+
blendMode?: string | undefined;
|
|
3999
|
+
} | undefined;
|
|
4000
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
4001
4001
|
align?: "start" | "center" | "end" | undefined;
|
|
4002
4002
|
listStyle?: string | undefined;
|
|
4003
4003
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -4022,16 +4022,6 @@ export declare namespace Schemes {
|
|
|
4022
4022
|
} | undefined;
|
|
4023
4023
|
customCSS?: string | undefined;
|
|
4024
4024
|
}, {
|
|
4025
|
-
background?: {
|
|
4026
|
-
brightness?: number | undefined;
|
|
4027
|
-
image?: string | undefined;
|
|
4028
|
-
color?: string | undefined;
|
|
4029
|
-
blur?: number | undefined;
|
|
4030
|
-
opacity?: number | undefined;
|
|
4031
|
-
fit?: string | undefined;
|
|
4032
|
-
blendMode?: string | undefined;
|
|
4033
|
-
} | undefined;
|
|
4034
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
4035
4025
|
title?: {
|
|
4036
4026
|
color?: string | undefined;
|
|
4037
4027
|
fontSize?: number | undefined;
|
|
@@ -4044,6 +4034,16 @@ export declare namespace Schemes {
|
|
|
4044
4034
|
fontWeight?: number | undefined;
|
|
4045
4035
|
fontFamily?: string | undefined;
|
|
4046
4036
|
} | undefined;
|
|
4037
|
+
background?: {
|
|
4038
|
+
image?: string | undefined;
|
|
4039
|
+
brightness?: number | undefined;
|
|
4040
|
+
color?: string | undefined;
|
|
4041
|
+
blur?: number | undefined;
|
|
4042
|
+
opacity?: number | undefined;
|
|
4043
|
+
fit?: string | undefined;
|
|
4044
|
+
blendMode?: string | undefined;
|
|
4045
|
+
} | undefined;
|
|
4046
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
4047
4047
|
align?: "start" | "center" | "end" | undefined;
|
|
4048
4048
|
listStyle?: string | undefined;
|
|
4049
4049
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -4079,7 +4079,6 @@ export declare namespace Schemes {
|
|
|
4079
4079
|
y: number;
|
|
4080
4080
|
}>>;
|
|
4081
4081
|
}, "strip", z.ZodTypeAny, {
|
|
4082
|
-
trigger: string;
|
|
4083
4082
|
id: string;
|
|
4084
4083
|
controls: ({
|
|
4085
4084
|
id: string;
|
|
@@ -4092,65 +4091,17 @@ export declare namespace Schemes {
|
|
|
4092
4091
|
minLength?: number | undefined;
|
|
4093
4092
|
maxLength?: number | undefined;
|
|
4094
4093
|
variableName?: string | undefined;
|
|
4095
|
-
} | {
|
|
4096
|
-
id: string;
|
|
4097
|
-
controlType: "longText";
|
|
4098
|
-
title?: string | undefined;
|
|
4099
|
-
description?: string | undefined;
|
|
4100
|
-
icon?: string | undefined;
|
|
4101
|
-
required?: boolean | undefined;
|
|
4102
|
-
placeholder?: string | undefined;
|
|
4103
|
-
minLength?: number | undefined;
|
|
4104
|
-
maxLength?: number | undefined;
|
|
4105
|
-
variableName?: string | undefined;
|
|
4106
|
-
} | {
|
|
4107
|
-
id: string;
|
|
4108
|
-
controlType: "button";
|
|
4109
|
-
title?: string | undefined;
|
|
4110
|
-
description?: string | undefined;
|
|
4111
|
-
required?: boolean | undefined;
|
|
4112
|
-
label?: string | undefined;
|
|
4113
|
-
link?: string | undefined;
|
|
4114
|
-
showIconButton?: boolean | undefined;
|
|
4115
|
-
buttonIcon?: string | undefined;
|
|
4116
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
4117
|
-
buttons?: any[] | undefined;
|
|
4118
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
4119
|
-
width?: number | undefined;
|
|
4120
|
-
enableTooltip?: boolean | undefined;
|
|
4121
|
-
fullWidthMobile?: boolean | undefined;
|
|
4122
4094
|
} | {
|
|
4123
4095
|
id: string;
|
|
4124
4096
|
controlType: "date";
|
|
4125
4097
|
title?: string | undefined;
|
|
4126
4098
|
description?: string | undefined;
|
|
4127
4099
|
icon?: string | undefined;
|
|
4128
|
-
required?: boolean | undefined;
|
|
4129
|
-
placeholder?: string | undefined;
|
|
4130
|
-
variableName?: string | undefined;
|
|
4131
|
-
minDate?: string | undefined;
|
|
4132
|
-
maxDate?: string | undefined;
|
|
4133
|
-
} | {
|
|
4134
|
-
id: string;
|
|
4135
|
-
controlType: "start";
|
|
4136
|
-
title?: string | undefined;
|
|
4137
|
-
description?: string | undefined;
|
|
4138
|
-
icon?: string | undefined;
|
|
4139
|
-
required?: boolean | undefined;
|
|
4140
|
-
label?: string | undefined;
|
|
4141
|
-
showIconButton?: boolean | undefined;
|
|
4142
|
-
buttonIcon?: string | undefined;
|
|
4143
|
-
showButton?: boolean | undefined;
|
|
4144
|
-
} | {
|
|
4145
|
-
id: string;
|
|
4146
|
-
controlType: "confirm";
|
|
4147
|
-
title?: string | undefined;
|
|
4148
|
-
description?: string | undefined;
|
|
4149
|
-
required?: boolean | undefined;
|
|
4150
|
-
label?: string | undefined;
|
|
4151
|
-
link?: string | undefined;
|
|
4152
|
-
buttonIcon?: string | undefined;
|
|
4153
|
-
showButton?: boolean | undefined;
|
|
4100
|
+
required?: boolean | undefined;
|
|
4101
|
+
placeholder?: string | undefined;
|
|
4102
|
+
variableName?: string | undefined;
|
|
4103
|
+
minDate?: string | undefined;
|
|
4104
|
+
maxDate?: string | undefined;
|
|
4154
4105
|
} | {
|
|
4155
4106
|
id: string;
|
|
4156
4107
|
controlType: "number";
|
|
@@ -4163,70 +4114,84 @@ export declare namespace Schemes {
|
|
|
4163
4114
|
min?: number | undefined;
|
|
4164
4115
|
max?: number | undefined;
|
|
4165
4116
|
} | {
|
|
4117
|
+
id: string;
|
|
4166
4118
|
options: {
|
|
4167
4119
|
id: string;
|
|
4168
4120
|
label: string;
|
|
4169
4121
|
}[];
|
|
4170
|
-
|
|
4171
|
-
controlType: "choice";
|
|
4122
|
+
controlType: "multipleChoice";
|
|
4172
4123
|
title?: string | undefined;
|
|
4173
4124
|
description?: string | undefined;
|
|
4125
|
+
icon?: string | undefined;
|
|
4174
4126
|
required?: boolean | undefined;
|
|
4175
4127
|
variableName?: string | undefined;
|
|
4128
|
+
minOptions?: number | undefined;
|
|
4129
|
+
maxOptions?: number | undefined;
|
|
4176
4130
|
showInput?: boolean | undefined;
|
|
4177
4131
|
otherOption?: boolean | undefined;
|
|
4178
4132
|
} | {
|
|
4133
|
+
id: string;
|
|
4134
|
+
controlType: "slider";
|
|
4135
|
+
title?: string | undefined;
|
|
4136
|
+
description?: string | undefined;
|
|
4137
|
+
icon?: string | undefined;
|
|
4138
|
+
required?: boolean | undefined;
|
|
4139
|
+
variableName?: string | undefined;
|
|
4140
|
+
min?: number | undefined;
|
|
4141
|
+
max?: number | undefined;
|
|
4142
|
+
} | {
|
|
4143
|
+
id: string;
|
|
4179
4144
|
options: {
|
|
4180
4145
|
id: string;
|
|
4181
4146
|
label: string;
|
|
4182
4147
|
}[];
|
|
4183
|
-
|
|
4184
|
-
controlType: "multipleChoice";
|
|
4148
|
+
controlType: "dropdown";
|
|
4185
4149
|
title?: string | undefined;
|
|
4186
4150
|
description?: string | undefined;
|
|
4187
4151
|
icon?: string | undefined;
|
|
4188
4152
|
required?: boolean | undefined;
|
|
4153
|
+
placeholder?: string | undefined;
|
|
4189
4154
|
variableName?: string | undefined;
|
|
4190
|
-
showInput?: boolean | undefined;
|
|
4191
|
-
otherOption?: boolean | undefined;
|
|
4192
|
-
minOptions?: number | undefined;
|
|
4193
|
-
maxOptions?: number | undefined;
|
|
4194
4155
|
} | {
|
|
4156
|
+
id: string;
|
|
4195
4157
|
options: {
|
|
4196
4158
|
id: string;
|
|
4197
4159
|
label: string;
|
|
4198
|
-
image?: string | undefined;
|
|
4199
4160
|
}[];
|
|
4200
|
-
|
|
4201
|
-
controlType: "pictureChoice";
|
|
4161
|
+
controlType: "choice";
|
|
4202
4162
|
title?: string | undefined;
|
|
4203
4163
|
description?: string | undefined;
|
|
4204
|
-
icon?: string | undefined;
|
|
4205
4164
|
required?: boolean | undefined;
|
|
4206
4165
|
variableName?: string | undefined;
|
|
4207
4166
|
showInput?: boolean | undefined;
|
|
4167
|
+
otherOption?: boolean | undefined;
|
|
4208
4168
|
} | {
|
|
4169
|
+
id: string;
|
|
4209
4170
|
options: {
|
|
4210
4171
|
id: string;
|
|
4211
4172
|
label: string;
|
|
4173
|
+
image?: string | undefined;
|
|
4212
4174
|
}[];
|
|
4213
|
-
|
|
4214
|
-
controlType: "dropdown";
|
|
4175
|
+
controlType: "pictureChoice";
|
|
4215
4176
|
title?: string | undefined;
|
|
4216
4177
|
description?: string | undefined;
|
|
4217
4178
|
icon?: string | undefined;
|
|
4218
4179
|
required?: boolean | undefined;
|
|
4219
|
-
placeholder?: string | undefined;
|
|
4220
4180
|
variableName?: string | undefined;
|
|
4181
|
+
showInput?: boolean | undefined;
|
|
4221
4182
|
} | {
|
|
4222
4183
|
id: string;
|
|
4223
|
-
controlType: "
|
|
4184
|
+
controlType: "upload";
|
|
4224
4185
|
title?: string | undefined;
|
|
4225
4186
|
description?: string | undefined;
|
|
4226
4187
|
icon?: string | undefined;
|
|
4227
4188
|
required?: boolean | undefined;
|
|
4228
|
-
placeholder?: string | undefined;
|
|
4229
4189
|
variableName?: string | undefined;
|
|
4190
|
+
multiple?: boolean | undefined;
|
|
4191
|
+
maxFiles?: number | undefined;
|
|
4192
|
+
minFiles?: number | undefined;
|
|
4193
|
+
accept?: string[] | undefined;
|
|
4194
|
+
maxSize?: number | undefined;
|
|
4230
4195
|
} | {
|
|
4231
4196
|
id: string;
|
|
4232
4197
|
controlType: "location";
|
|
@@ -4247,37 +4212,71 @@ export declare namespace Schemes {
|
|
|
4247
4212
|
variableName?: string | undefined;
|
|
4248
4213
|
} | {
|
|
4249
4214
|
id: string;
|
|
4250
|
-
controlType: "
|
|
4215
|
+
controlType: "email";
|
|
4251
4216
|
title?: string | undefined;
|
|
4252
4217
|
description?: string | undefined;
|
|
4253
4218
|
icon?: string | undefined;
|
|
4254
4219
|
required?: boolean | undefined;
|
|
4220
|
+
placeholder?: string | undefined;
|
|
4255
4221
|
variableName?: string | undefined;
|
|
4256
|
-
min?: number | undefined;
|
|
4257
|
-
max?: number | undefined;
|
|
4258
4222
|
} | {
|
|
4259
4223
|
id: string;
|
|
4260
|
-
controlType: "
|
|
4224
|
+
controlType: "yesNo";
|
|
4261
4225
|
title?: string | undefined;
|
|
4262
4226
|
description?: string | undefined;
|
|
4263
4227
|
icon?: string | undefined;
|
|
4264
4228
|
required?: boolean | undefined;
|
|
4265
4229
|
variableName?: string | undefined;
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
minFiles?: number | undefined;
|
|
4269
|
-
accept?: string[] | undefined;
|
|
4270
|
-
maxSize?: number | undefined;
|
|
4230
|
+
yesLabel?: string | undefined;
|
|
4231
|
+
noLabel?: string | undefined;
|
|
4271
4232
|
} | {
|
|
4272
4233
|
id: string;
|
|
4273
|
-
controlType: "
|
|
4234
|
+
controlType: "longText";
|
|
4274
4235
|
title?: string | undefined;
|
|
4275
4236
|
description?: string | undefined;
|
|
4276
4237
|
icon?: string | undefined;
|
|
4277
4238
|
required?: boolean | undefined;
|
|
4239
|
+
placeholder?: string | undefined;
|
|
4240
|
+
minLength?: number | undefined;
|
|
4241
|
+
maxLength?: number | undefined;
|
|
4278
4242
|
variableName?: string | undefined;
|
|
4279
|
-
|
|
4280
|
-
|
|
4243
|
+
} | {
|
|
4244
|
+
id: string;
|
|
4245
|
+
controlType: "start";
|
|
4246
|
+
title?: string | undefined;
|
|
4247
|
+
description?: string | undefined;
|
|
4248
|
+
icon?: string | undefined;
|
|
4249
|
+
required?: boolean | undefined;
|
|
4250
|
+
label?: string | undefined;
|
|
4251
|
+
showButton?: boolean | undefined;
|
|
4252
|
+
buttonIcon?: string | undefined;
|
|
4253
|
+
showIconButton?: boolean | undefined;
|
|
4254
|
+
} | {
|
|
4255
|
+
id: string;
|
|
4256
|
+
controlType: "confirm";
|
|
4257
|
+
title?: string | undefined;
|
|
4258
|
+
description?: string | undefined;
|
|
4259
|
+
required?: boolean | undefined;
|
|
4260
|
+
label?: string | undefined;
|
|
4261
|
+
showButton?: boolean | undefined;
|
|
4262
|
+
buttonIcon?: string | undefined;
|
|
4263
|
+
link?: string | undefined;
|
|
4264
|
+
} | {
|
|
4265
|
+
id: string;
|
|
4266
|
+
controlType: "button";
|
|
4267
|
+
title?: string | undefined;
|
|
4268
|
+
description?: string | undefined;
|
|
4269
|
+
required?: boolean | undefined;
|
|
4270
|
+
label?: string | undefined;
|
|
4271
|
+
buttonIcon?: string | undefined;
|
|
4272
|
+
showIconButton?: boolean | undefined;
|
|
4273
|
+
link?: string | undefined;
|
|
4274
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
4275
|
+
buttons?: any[] | undefined;
|
|
4276
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
4277
|
+
width?: number | undefined;
|
|
4278
|
+
enableTooltip?: boolean | undefined;
|
|
4279
|
+
fullWidthMobile?: boolean | undefined;
|
|
4281
4280
|
} | {
|
|
4282
4281
|
id: string;
|
|
4283
4282
|
controlType: "rating";
|
|
@@ -4287,14 +4286,15 @@ export declare namespace Schemes {
|
|
|
4287
4286
|
variableName?: string | undefined;
|
|
4288
4287
|
count?: number | undefined;
|
|
4289
4288
|
})[];
|
|
4289
|
+
trigger: string;
|
|
4290
4290
|
isStart?: boolean | undefined;
|
|
4291
4291
|
isEnd?: boolean | undefined;
|
|
4292
4292
|
autoSubmit?: boolean | undefined;
|
|
4293
4293
|
confirmLabel?: string | undefined;
|
|
4294
4294
|
media?: {
|
|
4295
|
+
image?: string | undefined;
|
|
4295
4296
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
4296
4297
|
brightness?: number | undefined;
|
|
4297
|
-
image?: string | undefined;
|
|
4298
4298
|
video?: string | undefined;
|
|
4299
4299
|
videoThumb?: string | undefined;
|
|
4300
4300
|
color?: string | undefined;
|
|
@@ -4302,22 +4302,12 @@ export declare namespace Schemes {
|
|
|
4302
4302
|
blur?: number | undefined;
|
|
4303
4303
|
} | undefined;
|
|
4304
4304
|
conditions?: {
|
|
4305
|
+
trigger: string;
|
|
4305
4306
|
controlId: string;
|
|
4306
4307
|
operator: string;
|
|
4307
|
-
trigger: string;
|
|
4308
4308
|
compareValue?: string | undefined;
|
|
4309
4309
|
}[] | undefined;
|
|
4310
4310
|
theme?: {
|
|
4311
|
-
background?: {
|
|
4312
|
-
brightness?: number | undefined;
|
|
4313
|
-
image?: string | undefined;
|
|
4314
|
-
color?: string | undefined;
|
|
4315
|
-
blur?: number | undefined;
|
|
4316
|
-
opacity?: number | undefined;
|
|
4317
|
-
fit?: string | undefined;
|
|
4318
|
-
blendMode?: string | undefined;
|
|
4319
|
-
} | undefined;
|
|
4320
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
4321
4311
|
title?: {
|
|
4322
4312
|
color?: string | undefined;
|
|
4323
4313
|
fontSize?: number | undefined;
|
|
@@ -4330,6 +4320,16 @@ export declare namespace Schemes {
|
|
|
4330
4320
|
fontWeight?: number | undefined;
|
|
4331
4321
|
fontFamily?: string | undefined;
|
|
4332
4322
|
} | undefined;
|
|
4323
|
+
background?: {
|
|
4324
|
+
image?: string | undefined;
|
|
4325
|
+
brightness?: number | undefined;
|
|
4326
|
+
color?: string | undefined;
|
|
4327
|
+
blur?: number | undefined;
|
|
4328
|
+
opacity?: number | undefined;
|
|
4329
|
+
fit?: string | undefined;
|
|
4330
|
+
blendMode?: string | undefined;
|
|
4331
|
+
} | undefined;
|
|
4332
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
4333
4333
|
align?: "start" | "center" | "end" | undefined;
|
|
4334
4334
|
listStyle?: string | undefined;
|
|
4335
4335
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -4359,7 +4359,6 @@ export declare namespace Schemes {
|
|
|
4359
4359
|
y: number;
|
|
4360
4360
|
} | undefined;
|
|
4361
4361
|
}, {
|
|
4362
|
-
trigger: string;
|
|
4363
4362
|
id: string;
|
|
4364
4363
|
controls: ({
|
|
4365
4364
|
id: string;
|
|
@@ -4372,33 +4371,6 @@ export declare namespace Schemes {
|
|
|
4372
4371
|
minLength?: number | undefined;
|
|
4373
4372
|
maxLength?: number | undefined;
|
|
4374
4373
|
variableName?: string | undefined;
|
|
4375
|
-
} | {
|
|
4376
|
-
id: string;
|
|
4377
|
-
controlType: "longText";
|
|
4378
|
-
title?: string | undefined;
|
|
4379
|
-
description?: string | undefined;
|
|
4380
|
-
icon?: string | undefined;
|
|
4381
|
-
required?: boolean | undefined;
|
|
4382
|
-
placeholder?: string | undefined;
|
|
4383
|
-
minLength?: number | undefined;
|
|
4384
|
-
maxLength?: number | undefined;
|
|
4385
|
-
variableName?: string | undefined;
|
|
4386
|
-
} | {
|
|
4387
|
-
id: string;
|
|
4388
|
-
controlType: "button";
|
|
4389
|
-
title?: string | undefined;
|
|
4390
|
-
description?: string | undefined;
|
|
4391
|
-
required?: boolean | undefined;
|
|
4392
|
-
label?: string | undefined;
|
|
4393
|
-
link?: string | undefined;
|
|
4394
|
-
showIconButton?: boolean | undefined;
|
|
4395
|
-
buttonIcon?: string | undefined;
|
|
4396
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
4397
|
-
buttons?: any[] | undefined;
|
|
4398
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
4399
|
-
width?: number | undefined;
|
|
4400
|
-
enableTooltip?: boolean | undefined;
|
|
4401
|
-
fullWidthMobile?: boolean | undefined;
|
|
4402
4374
|
} | {
|
|
4403
4375
|
id: string;
|
|
4404
4376
|
controlType: "date";
|
|
@@ -4412,72 +4384,74 @@ export declare namespace Schemes {
|
|
|
4412
4384
|
maxDate?: string | undefined;
|
|
4413
4385
|
} | {
|
|
4414
4386
|
id: string;
|
|
4415
|
-
controlType: "
|
|
4387
|
+
controlType: "number";
|
|
4416
4388
|
title?: string | undefined;
|
|
4417
4389
|
description?: string | undefined;
|
|
4418
4390
|
icon?: string | undefined;
|
|
4419
4391
|
required?: boolean | undefined;
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4392
|
+
placeholder?: string | undefined;
|
|
4393
|
+
variableName?: string | undefined;
|
|
4394
|
+
min?: number | undefined;
|
|
4395
|
+
max?: number | undefined;
|
|
4424
4396
|
} | {
|
|
4425
4397
|
id: string;
|
|
4426
|
-
|
|
4398
|
+
options: {
|
|
4399
|
+
id: string;
|
|
4400
|
+
label: string;
|
|
4401
|
+
}[];
|
|
4402
|
+
controlType: "multipleChoice";
|
|
4427
4403
|
title?: string | undefined;
|
|
4428
4404
|
description?: string | undefined;
|
|
4405
|
+
icon?: string | undefined;
|
|
4429
4406
|
required?: boolean | undefined;
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4407
|
+
variableName?: string | undefined;
|
|
4408
|
+
minOptions?: number | undefined;
|
|
4409
|
+
maxOptions?: number | undefined;
|
|
4410
|
+
showInput?: boolean | undefined;
|
|
4411
|
+
otherOption?: boolean | undefined;
|
|
4434
4412
|
} | {
|
|
4435
4413
|
id: string;
|
|
4436
|
-
controlType: "
|
|
4414
|
+
controlType: "slider";
|
|
4437
4415
|
title?: string | undefined;
|
|
4438
4416
|
description?: string | undefined;
|
|
4439
4417
|
icon?: string | undefined;
|
|
4440
4418
|
required?: boolean | undefined;
|
|
4441
|
-
placeholder?: string | undefined;
|
|
4442
4419
|
variableName?: string | undefined;
|
|
4443
4420
|
min?: number | undefined;
|
|
4444
4421
|
max?: number | undefined;
|
|
4445
4422
|
} | {
|
|
4423
|
+
id: string;
|
|
4446
4424
|
options: {
|
|
4447
4425
|
id: string;
|
|
4448
4426
|
label: string;
|
|
4449
4427
|
}[];
|
|
4450
|
-
|
|
4451
|
-
controlType: "choice";
|
|
4428
|
+
controlType: "dropdown";
|
|
4452
4429
|
title?: string | undefined;
|
|
4453
4430
|
description?: string | undefined;
|
|
4431
|
+
icon?: string | undefined;
|
|
4454
4432
|
required?: boolean | undefined;
|
|
4433
|
+
placeholder?: string | undefined;
|
|
4455
4434
|
variableName?: string | undefined;
|
|
4456
|
-
showInput?: boolean | undefined;
|
|
4457
|
-
otherOption?: boolean | undefined;
|
|
4458
4435
|
} | {
|
|
4436
|
+
id: string;
|
|
4459
4437
|
options: {
|
|
4460
4438
|
id: string;
|
|
4461
4439
|
label: string;
|
|
4462
4440
|
}[];
|
|
4463
|
-
|
|
4464
|
-
controlType: "multipleChoice";
|
|
4441
|
+
controlType: "choice";
|
|
4465
4442
|
title?: string | undefined;
|
|
4466
4443
|
description?: string | undefined;
|
|
4467
|
-
icon?: string | undefined;
|
|
4468
4444
|
required?: boolean | undefined;
|
|
4469
4445
|
variableName?: string | undefined;
|
|
4470
4446
|
showInput?: boolean | undefined;
|
|
4471
4447
|
otherOption?: boolean | undefined;
|
|
4472
|
-
minOptions?: number | undefined;
|
|
4473
|
-
maxOptions?: number | undefined;
|
|
4474
4448
|
} | {
|
|
4449
|
+
id: string;
|
|
4475
4450
|
options: {
|
|
4476
4451
|
id: string;
|
|
4477
4452
|
label: string;
|
|
4478
4453
|
image?: string | undefined;
|
|
4479
4454
|
}[];
|
|
4480
|
-
id: string;
|
|
4481
4455
|
controlType: "pictureChoice";
|
|
4482
4456
|
title?: string | undefined;
|
|
4483
4457
|
description?: string | undefined;
|
|
@@ -4486,21 +4460,21 @@ export declare namespace Schemes {
|
|
|
4486
4460
|
variableName?: string | undefined;
|
|
4487
4461
|
showInput?: boolean | undefined;
|
|
4488
4462
|
} | {
|
|
4489
|
-
options: {
|
|
4490
|
-
id: string;
|
|
4491
|
-
label: string;
|
|
4492
|
-
}[];
|
|
4493
4463
|
id: string;
|
|
4494
|
-
controlType: "
|
|
4464
|
+
controlType: "upload";
|
|
4495
4465
|
title?: string | undefined;
|
|
4496
4466
|
description?: string | undefined;
|
|
4497
4467
|
icon?: string | undefined;
|
|
4498
4468
|
required?: boolean | undefined;
|
|
4499
|
-
placeholder?: string | undefined;
|
|
4500
4469
|
variableName?: string | undefined;
|
|
4470
|
+
multiple?: boolean | undefined;
|
|
4471
|
+
maxFiles?: number | undefined;
|
|
4472
|
+
minFiles?: number | undefined;
|
|
4473
|
+
accept?: string[] | undefined;
|
|
4474
|
+
maxSize?: number | undefined;
|
|
4501
4475
|
} | {
|
|
4502
4476
|
id: string;
|
|
4503
|
-
controlType: "
|
|
4477
|
+
controlType: "location";
|
|
4504
4478
|
title?: string | undefined;
|
|
4505
4479
|
description?: string | undefined;
|
|
4506
4480
|
icon?: string | undefined;
|
|
@@ -4509,7 +4483,7 @@ export declare namespace Schemes {
|
|
|
4509
4483
|
variableName?: string | undefined;
|
|
4510
4484
|
} | {
|
|
4511
4485
|
id: string;
|
|
4512
|
-
controlType: "
|
|
4486
|
+
controlType: "phone";
|
|
4513
4487
|
title?: string | undefined;
|
|
4514
4488
|
description?: string | undefined;
|
|
4515
4489
|
icon?: string | undefined;
|
|
@@ -4518,7 +4492,7 @@ export declare namespace Schemes {
|
|
|
4518
4492
|
variableName?: string | undefined;
|
|
4519
4493
|
} | {
|
|
4520
4494
|
id: string;
|
|
4521
|
-
controlType: "
|
|
4495
|
+
controlType: "email";
|
|
4522
4496
|
title?: string | undefined;
|
|
4523
4497
|
description?: string | undefined;
|
|
4524
4498
|
icon?: string | undefined;
|
|
@@ -4527,37 +4501,62 @@ export declare namespace Schemes {
|
|
|
4527
4501
|
variableName?: string | undefined;
|
|
4528
4502
|
} | {
|
|
4529
4503
|
id: string;
|
|
4530
|
-
controlType: "
|
|
4504
|
+
controlType: "yesNo";
|
|
4531
4505
|
title?: string | undefined;
|
|
4532
4506
|
description?: string | undefined;
|
|
4533
4507
|
icon?: string | undefined;
|
|
4534
4508
|
required?: boolean | undefined;
|
|
4535
4509
|
variableName?: string | undefined;
|
|
4536
|
-
|
|
4537
|
-
|
|
4510
|
+
yesLabel?: string | undefined;
|
|
4511
|
+
noLabel?: string | undefined;
|
|
4538
4512
|
} | {
|
|
4539
4513
|
id: string;
|
|
4540
|
-
controlType: "
|
|
4514
|
+
controlType: "longText";
|
|
4541
4515
|
title?: string | undefined;
|
|
4542
4516
|
description?: string | undefined;
|
|
4543
4517
|
icon?: string | undefined;
|
|
4544
4518
|
required?: boolean | undefined;
|
|
4519
|
+
placeholder?: string | undefined;
|
|
4520
|
+
minLength?: number | undefined;
|
|
4521
|
+
maxLength?: number | undefined;
|
|
4545
4522
|
variableName?: string | undefined;
|
|
4546
|
-
multiple?: boolean | undefined;
|
|
4547
|
-
maxFiles?: number | undefined;
|
|
4548
|
-
minFiles?: number | undefined;
|
|
4549
|
-
accept?: string[] | undefined;
|
|
4550
|
-
maxSize?: number | undefined;
|
|
4551
4523
|
} | {
|
|
4552
4524
|
id: string;
|
|
4553
|
-
controlType: "
|
|
4525
|
+
controlType: "start";
|
|
4526
|
+
title?: string | undefined;
|
|
4527
|
+
description?: string | undefined;
|
|
4528
|
+
icon?: string | undefined;
|
|
4529
|
+
required?: boolean | undefined;
|
|
4530
|
+
label?: string | undefined;
|
|
4531
|
+
showButton?: boolean | undefined;
|
|
4532
|
+
buttonIcon?: string | undefined;
|
|
4533
|
+
showIconButton?: boolean | undefined;
|
|
4534
|
+
} | {
|
|
4535
|
+
id: string;
|
|
4536
|
+
controlType: "confirm";
|
|
4537
|
+
title?: string | undefined;
|
|
4538
|
+
description?: string | undefined;
|
|
4539
|
+
required?: boolean | undefined;
|
|
4540
|
+
label?: string | undefined;
|
|
4541
|
+
showButton?: boolean | undefined;
|
|
4542
|
+
buttonIcon?: string | undefined;
|
|
4543
|
+
link?: string | undefined;
|
|
4544
|
+
} | {
|
|
4545
|
+
id: string;
|
|
4546
|
+
controlType: "button";
|
|
4554
4547
|
title?: string | undefined;
|
|
4555
4548
|
description?: string | undefined;
|
|
4556
|
-
icon?: string | undefined;
|
|
4557
4549
|
required?: boolean | undefined;
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4550
|
+
label?: string | undefined;
|
|
4551
|
+
buttonIcon?: string | undefined;
|
|
4552
|
+
showIconButton?: boolean | undefined;
|
|
4553
|
+
link?: string | undefined;
|
|
4554
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
4555
|
+
buttons?: any[] | undefined;
|
|
4556
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
4557
|
+
width?: number | undefined;
|
|
4558
|
+
enableTooltip?: boolean | undefined;
|
|
4559
|
+
fullWidthMobile?: boolean | undefined;
|
|
4561
4560
|
} | {
|
|
4562
4561
|
id: string;
|
|
4563
4562
|
controlType: "rating";
|
|
@@ -4567,14 +4566,15 @@ export declare namespace Schemes {
|
|
|
4567
4566
|
variableName?: string | undefined;
|
|
4568
4567
|
count?: number | undefined;
|
|
4569
4568
|
})[];
|
|
4569
|
+
trigger: string;
|
|
4570
4570
|
isStart?: boolean | undefined;
|
|
4571
4571
|
isEnd?: boolean | undefined;
|
|
4572
4572
|
autoSubmit?: boolean | undefined;
|
|
4573
4573
|
confirmLabel?: string | undefined;
|
|
4574
4574
|
media?: {
|
|
4575
|
+
image?: string | undefined;
|
|
4575
4576
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
4576
4577
|
brightness?: number | undefined;
|
|
4577
|
-
image?: string | undefined;
|
|
4578
4578
|
video?: string | undefined;
|
|
4579
4579
|
videoThumb?: string | undefined;
|
|
4580
4580
|
color?: string | undefined;
|
|
@@ -4582,22 +4582,12 @@ export declare namespace Schemes {
|
|
|
4582
4582
|
blur?: number | undefined;
|
|
4583
4583
|
} | undefined;
|
|
4584
4584
|
conditions?: {
|
|
4585
|
+
trigger: string;
|
|
4585
4586
|
controlId: string;
|
|
4586
4587
|
operator: string;
|
|
4587
|
-
trigger: string;
|
|
4588
4588
|
compareValue?: string | undefined;
|
|
4589
4589
|
}[] | undefined;
|
|
4590
4590
|
theme?: {
|
|
4591
|
-
background?: {
|
|
4592
|
-
brightness?: number | undefined;
|
|
4593
|
-
image?: string | undefined;
|
|
4594
|
-
color?: string | undefined;
|
|
4595
|
-
blur?: number | undefined;
|
|
4596
|
-
opacity?: number | undefined;
|
|
4597
|
-
fit?: string | undefined;
|
|
4598
|
-
blendMode?: string | undefined;
|
|
4599
|
-
} | undefined;
|
|
4600
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
4601
4591
|
title?: {
|
|
4602
4592
|
color?: string | undefined;
|
|
4603
4593
|
fontSize?: number | undefined;
|
|
@@ -4610,6 +4600,16 @@ export declare namespace Schemes {
|
|
|
4610
4600
|
fontWeight?: number | undefined;
|
|
4611
4601
|
fontFamily?: string | undefined;
|
|
4612
4602
|
} | undefined;
|
|
4603
|
+
background?: {
|
|
4604
|
+
image?: string | undefined;
|
|
4605
|
+
brightness?: number | undefined;
|
|
4606
|
+
color?: string | undefined;
|
|
4607
|
+
blur?: number | undefined;
|
|
4608
|
+
opacity?: number | undefined;
|
|
4609
|
+
fit?: string | undefined;
|
|
4610
|
+
blendMode?: string | undefined;
|
|
4611
|
+
} | undefined;
|
|
4612
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
4613
4613
|
align?: "start" | "center" | "end" | undefined;
|
|
4614
4614
|
listStyle?: string | undefined;
|
|
4615
4615
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -4765,37 +4765,37 @@ export declare namespace Schemes {
|
|
|
4765
4765
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
4766
4766
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
4767
4767
|
}, "strip", z.ZodTypeAny, {
|
|
4768
|
+
id: string;
|
|
4768
4769
|
options: {
|
|
4769
4770
|
id: string;
|
|
4770
4771
|
label: string;
|
|
4771
4772
|
}[];
|
|
4772
|
-
id: string;
|
|
4773
4773
|
controlType: "multipleChoice";
|
|
4774
4774
|
title?: string | undefined;
|
|
4775
4775
|
description?: string | undefined;
|
|
4776
4776
|
icon?: string | undefined;
|
|
4777
4777
|
required?: boolean | undefined;
|
|
4778
4778
|
variableName?: string | undefined;
|
|
4779
|
-
showInput?: boolean | undefined;
|
|
4780
|
-
otherOption?: boolean | undefined;
|
|
4781
4779
|
minOptions?: number | undefined;
|
|
4782
4780
|
maxOptions?: number | undefined;
|
|
4781
|
+
showInput?: boolean | undefined;
|
|
4782
|
+
otherOption?: boolean | undefined;
|
|
4783
4783
|
}, {
|
|
4784
|
+
id: string;
|
|
4784
4785
|
options: {
|
|
4785
4786
|
id: string;
|
|
4786
4787
|
label: string;
|
|
4787
4788
|
}[];
|
|
4788
|
-
id: string;
|
|
4789
4789
|
controlType: "multipleChoice";
|
|
4790
4790
|
title?: string | undefined;
|
|
4791
4791
|
description?: string | undefined;
|
|
4792
4792
|
icon?: string | undefined;
|
|
4793
4793
|
required?: boolean | undefined;
|
|
4794
4794
|
variableName?: string | undefined;
|
|
4795
|
-
showInput?: boolean | undefined;
|
|
4796
|
-
otherOption?: boolean | undefined;
|
|
4797
4795
|
minOptions?: number | undefined;
|
|
4798
4796
|
maxOptions?: number | undefined;
|
|
4797
|
+
showInput?: boolean | undefined;
|
|
4798
|
+
otherOption?: boolean | undefined;
|
|
4799
4799
|
}>, z.ZodObject<{
|
|
4800
4800
|
title: z.ZodOptional<z.ZodString>;
|
|
4801
4801
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -4846,11 +4846,11 @@ export declare namespace Schemes {
|
|
|
4846
4846
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
4847
4847
|
variableName: z.ZodOptional<z.ZodString>;
|
|
4848
4848
|
}, "strip", z.ZodTypeAny, {
|
|
4849
|
+
id: string;
|
|
4849
4850
|
options: {
|
|
4850
4851
|
id: string;
|
|
4851
4852
|
label: string;
|
|
4852
4853
|
}[];
|
|
4853
|
-
id: string;
|
|
4854
4854
|
controlType: "dropdown";
|
|
4855
4855
|
title?: string | undefined;
|
|
4856
4856
|
description?: string | undefined;
|
|
@@ -4859,11 +4859,11 @@ export declare namespace Schemes {
|
|
|
4859
4859
|
placeholder?: string | undefined;
|
|
4860
4860
|
variableName?: string | undefined;
|
|
4861
4861
|
}, {
|
|
4862
|
+
id: string;
|
|
4862
4863
|
options: {
|
|
4863
4864
|
id: string;
|
|
4864
4865
|
label: string;
|
|
4865
4866
|
}[];
|
|
4866
|
-
id: string;
|
|
4867
4867
|
controlType: "dropdown";
|
|
4868
4868
|
title?: string | undefined;
|
|
4869
4869
|
description?: string | undefined;
|
|
@@ -4891,11 +4891,11 @@ export declare namespace Schemes {
|
|
|
4891
4891
|
variableName: z.ZodOptional<z.ZodString>;
|
|
4892
4892
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
4893
4893
|
}, "strip", z.ZodTypeAny, {
|
|
4894
|
+
id: string;
|
|
4894
4895
|
options: {
|
|
4895
4896
|
id: string;
|
|
4896
4897
|
label: string;
|
|
4897
4898
|
}[];
|
|
4898
|
-
id: string;
|
|
4899
4899
|
controlType: "choice";
|
|
4900
4900
|
title?: string | undefined;
|
|
4901
4901
|
description?: string | undefined;
|
|
@@ -4904,11 +4904,11 @@ export declare namespace Schemes {
|
|
|
4904
4904
|
showInput?: boolean | undefined;
|
|
4905
4905
|
otherOption?: boolean | undefined;
|
|
4906
4906
|
}, {
|
|
4907
|
+
id: string;
|
|
4907
4908
|
options: {
|
|
4908
4909
|
id: string;
|
|
4909
4910
|
label: string;
|
|
4910
4911
|
}[];
|
|
4911
|
-
id: string;
|
|
4912
4912
|
controlType: "choice";
|
|
4913
4913
|
title?: string | undefined;
|
|
4914
4914
|
description?: string | undefined;
|
|
@@ -4939,12 +4939,12 @@ export declare namespace Schemes {
|
|
|
4939
4939
|
variableName: z.ZodOptional<z.ZodString>;
|
|
4940
4940
|
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
4941
4941
|
}, "strip", z.ZodTypeAny, {
|
|
4942
|
+
id: string;
|
|
4942
4943
|
options: {
|
|
4943
4944
|
id: string;
|
|
4944
4945
|
label: string;
|
|
4945
4946
|
image?: string | undefined;
|
|
4946
4947
|
}[];
|
|
4947
|
-
id: string;
|
|
4948
4948
|
controlType: "pictureChoice";
|
|
4949
4949
|
title?: string | undefined;
|
|
4950
4950
|
description?: string | undefined;
|
|
@@ -4953,12 +4953,12 @@ export declare namespace Schemes {
|
|
|
4953
4953
|
variableName?: string | undefined;
|
|
4954
4954
|
showInput?: boolean | undefined;
|
|
4955
4955
|
}, {
|
|
4956
|
+
id: string;
|
|
4956
4957
|
options: {
|
|
4957
4958
|
id: string;
|
|
4958
4959
|
label: string;
|
|
4959
4960
|
image?: string | undefined;
|
|
4960
4961
|
}[];
|
|
4961
|
-
id: string;
|
|
4962
4962
|
controlType: "pictureChoice";
|
|
4963
4963
|
title?: string | undefined;
|
|
4964
4964
|
description?: string | undefined;
|
|
@@ -5168,9 +5168,9 @@ export declare namespace Schemes {
|
|
|
5168
5168
|
icon?: string | undefined;
|
|
5169
5169
|
required?: boolean | undefined;
|
|
5170
5170
|
label?: string | undefined;
|
|
5171
|
-
showIconButton?: boolean | undefined;
|
|
5172
|
-
buttonIcon?: string | undefined;
|
|
5173
5171
|
showButton?: boolean | undefined;
|
|
5172
|
+
buttonIcon?: string | undefined;
|
|
5173
|
+
showIconButton?: boolean | undefined;
|
|
5174
5174
|
}, {
|
|
5175
5175
|
id: string;
|
|
5176
5176
|
controlType: "start";
|
|
@@ -5179,9 +5179,9 @@ export declare namespace Schemes {
|
|
|
5179
5179
|
icon?: string | undefined;
|
|
5180
5180
|
required?: boolean | undefined;
|
|
5181
5181
|
label?: string | undefined;
|
|
5182
|
-
showIconButton?: boolean | undefined;
|
|
5183
|
-
buttonIcon?: string | undefined;
|
|
5184
5182
|
showButton?: boolean | undefined;
|
|
5183
|
+
buttonIcon?: string | undefined;
|
|
5184
|
+
showIconButton?: boolean | undefined;
|
|
5185
5185
|
}>, z.ZodObject<{
|
|
5186
5186
|
title: z.ZodOptional<z.ZodString>;
|
|
5187
5187
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -5199,9 +5199,9 @@ export declare namespace Schemes {
|
|
|
5199
5199
|
description?: string | undefined;
|
|
5200
5200
|
required?: boolean | undefined;
|
|
5201
5201
|
label?: string | undefined;
|
|
5202
|
-
link?: string | undefined;
|
|
5203
|
-
buttonIcon?: string | undefined;
|
|
5204
5202
|
showButton?: boolean | undefined;
|
|
5203
|
+
buttonIcon?: string | undefined;
|
|
5204
|
+
link?: string | undefined;
|
|
5205
5205
|
}, {
|
|
5206
5206
|
id: string;
|
|
5207
5207
|
controlType: "confirm";
|
|
@@ -5209,9 +5209,9 @@ export declare namespace Schemes {
|
|
|
5209
5209
|
description?: string | undefined;
|
|
5210
5210
|
required?: boolean | undefined;
|
|
5211
5211
|
label?: string | undefined;
|
|
5212
|
-
link?: string | undefined;
|
|
5213
|
-
buttonIcon?: string | undefined;
|
|
5214
5212
|
showButton?: boolean | undefined;
|
|
5213
|
+
buttonIcon?: string | undefined;
|
|
5214
|
+
link?: string | undefined;
|
|
5215
5215
|
}>, z.ZodObject<{
|
|
5216
5216
|
title: z.ZodOptional<z.ZodString>;
|
|
5217
5217
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -5235,9 +5235,9 @@ export declare namespace Schemes {
|
|
|
5235
5235
|
description?: string | undefined;
|
|
5236
5236
|
required?: boolean | undefined;
|
|
5237
5237
|
label?: string | undefined;
|
|
5238
|
-
link?: string | undefined;
|
|
5239
|
-
showIconButton?: boolean | undefined;
|
|
5240
5238
|
buttonIcon?: string | undefined;
|
|
5239
|
+
showIconButton?: boolean | undefined;
|
|
5240
|
+
link?: string | undefined;
|
|
5241
5241
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
5242
5242
|
buttons?: any[] | undefined;
|
|
5243
5243
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -5251,9 +5251,9 @@ export declare namespace Schemes {
|
|
|
5251
5251
|
description?: string | undefined;
|
|
5252
5252
|
required?: boolean | undefined;
|
|
5253
5253
|
label?: string | undefined;
|
|
5254
|
-
link?: string | undefined;
|
|
5255
|
-
showIconButton?: boolean | undefined;
|
|
5256
5254
|
buttonIcon?: string | undefined;
|
|
5255
|
+
showIconButton?: boolean | undefined;
|
|
5256
|
+
link?: string | undefined;
|
|
5257
5257
|
alignButton?: "start" | "center" | "end" | undefined;
|
|
5258
5258
|
buttons?: any[] | undefined;
|
|
5259
5259
|
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
@@ -5297,18 +5297,18 @@ export declare namespace Schemes {
|
|
|
5297
5297
|
size: z.ZodOptional<z.ZodNumber>;
|
|
5298
5298
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
5299
5299
|
}, "strip", z.ZodTypeAny, {
|
|
5300
|
+
image?: string | undefined;
|
|
5300
5301
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
5301
5302
|
brightness?: number | undefined;
|
|
5302
|
-
image?: string | undefined;
|
|
5303
5303
|
video?: string | undefined;
|
|
5304
5304
|
videoThumb?: string | undefined;
|
|
5305
5305
|
color?: string | undefined;
|
|
5306
5306
|
size?: number | undefined;
|
|
5307
5307
|
blur?: number | undefined;
|
|
5308
5308
|
}, {
|
|
5309
|
+
image?: string | undefined;
|
|
5309
5310
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
5310
5311
|
brightness?: number | undefined;
|
|
5311
|
-
image?: string | undefined;
|
|
5312
5312
|
video?: string | undefined;
|
|
5313
5313
|
videoThumb?: string | undefined;
|
|
5314
5314
|
color?: string | undefined;
|
|
@@ -5322,14 +5322,14 @@ export declare namespace Schemes {
|
|
|
5322
5322
|
compareValue: z.ZodOptional<z.ZodString>;
|
|
5323
5323
|
trigger: z.ZodString;
|
|
5324
5324
|
}, "strip", z.ZodTypeAny, {
|
|
5325
|
+
trigger: string;
|
|
5325
5326
|
controlId: string;
|
|
5326
5327
|
operator: string;
|
|
5327
|
-
trigger: string;
|
|
5328
5328
|
compareValue?: string | undefined;
|
|
5329
5329
|
}, {
|
|
5330
|
+
trigger: string;
|
|
5330
5331
|
controlId: string;
|
|
5331
5332
|
operator: string;
|
|
5332
|
-
trigger: string;
|
|
5333
5333
|
compareValue?: string | undefined;
|
|
5334
5334
|
}>, "many">>;
|
|
5335
5335
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -5417,16 +5417,16 @@ export declare namespace Schemes {
|
|
|
5417
5417
|
fit: z.ZodOptional<z.ZodString>;
|
|
5418
5418
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
5419
5419
|
}, "strip", z.ZodTypeAny, {
|
|
5420
|
-
brightness?: number | undefined;
|
|
5421
5420
|
image?: string | undefined;
|
|
5421
|
+
brightness?: number | undefined;
|
|
5422
5422
|
color?: string | undefined;
|
|
5423
5423
|
blur?: number | undefined;
|
|
5424
5424
|
opacity?: number | undefined;
|
|
5425
5425
|
fit?: string | undefined;
|
|
5426
5426
|
blendMode?: string | undefined;
|
|
5427
5427
|
}, {
|
|
5428
|
-
brightness?: number | undefined;
|
|
5429
5428
|
image?: string | undefined;
|
|
5429
|
+
brightness?: number | undefined;
|
|
5430
5430
|
color?: string | undefined;
|
|
5431
5431
|
blur?: number | undefined;
|
|
5432
5432
|
opacity?: number | undefined;
|
|
@@ -5445,16 +5445,6 @@ export declare namespace Schemes {
|
|
|
5445
5445
|
}>>;
|
|
5446
5446
|
customCSS: z.ZodOptional<z.ZodString>;
|
|
5447
5447
|
}, "strip", z.ZodTypeAny, {
|
|
5448
|
-
background?: {
|
|
5449
|
-
brightness?: number | undefined;
|
|
5450
|
-
image?: string | undefined;
|
|
5451
|
-
color?: string | undefined;
|
|
5452
|
-
blur?: number | undefined;
|
|
5453
|
-
opacity?: number | undefined;
|
|
5454
|
-
fit?: string | undefined;
|
|
5455
|
-
blendMode?: string | undefined;
|
|
5456
|
-
} | undefined;
|
|
5457
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
5458
5448
|
title?: {
|
|
5459
5449
|
color?: string | undefined;
|
|
5460
5450
|
fontSize?: number | undefined;
|
|
@@ -5467,6 +5457,16 @@ export declare namespace Schemes {
|
|
|
5467
5457
|
fontWeight?: number | undefined;
|
|
5468
5458
|
fontFamily?: string | undefined;
|
|
5469
5459
|
} | undefined;
|
|
5460
|
+
background?: {
|
|
5461
|
+
image?: string | undefined;
|
|
5462
|
+
brightness?: number | undefined;
|
|
5463
|
+
color?: string | undefined;
|
|
5464
|
+
blur?: number | undefined;
|
|
5465
|
+
opacity?: number | undefined;
|
|
5466
|
+
fit?: string | undefined;
|
|
5467
|
+
blendMode?: string | undefined;
|
|
5468
|
+
} | undefined;
|
|
5469
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
5470
5470
|
align?: "start" | "center" | "end" | undefined;
|
|
5471
5471
|
listStyle?: string | undefined;
|
|
5472
5472
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -5491,16 +5491,6 @@ export declare namespace Schemes {
|
|
|
5491
5491
|
} | undefined;
|
|
5492
5492
|
customCSS?: string | undefined;
|
|
5493
5493
|
}, {
|
|
5494
|
-
background?: {
|
|
5495
|
-
brightness?: number | undefined;
|
|
5496
|
-
image?: string | undefined;
|
|
5497
|
-
color?: string | undefined;
|
|
5498
|
-
blur?: number | undefined;
|
|
5499
|
-
opacity?: number | undefined;
|
|
5500
|
-
fit?: string | undefined;
|
|
5501
|
-
blendMode?: string | undefined;
|
|
5502
|
-
} | undefined;
|
|
5503
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
5504
5494
|
title?: {
|
|
5505
5495
|
color?: string | undefined;
|
|
5506
5496
|
fontSize?: number | undefined;
|
|
@@ -5513,6 +5503,16 @@ export declare namespace Schemes {
|
|
|
5513
5503
|
fontWeight?: number | undefined;
|
|
5514
5504
|
fontFamily?: string | undefined;
|
|
5515
5505
|
} | undefined;
|
|
5506
|
+
background?: {
|
|
5507
|
+
image?: string | undefined;
|
|
5508
|
+
brightness?: number | undefined;
|
|
5509
|
+
color?: string | undefined;
|
|
5510
|
+
blur?: number | undefined;
|
|
5511
|
+
opacity?: number | undefined;
|
|
5512
|
+
fit?: string | undefined;
|
|
5513
|
+
blendMode?: string | undefined;
|
|
5514
|
+
} | undefined;
|
|
5515
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
5516
5516
|
align?: "start" | "center" | "end" | undefined;
|
|
5517
5517
|
listStyle?: string | undefined;
|
|
5518
5518
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -5548,7 +5548,6 @@ export declare namespace Schemes {
|
|
|
5548
5548
|
y: number;
|
|
5549
5549
|
}>>;
|
|
5550
5550
|
}, "strip", z.ZodTypeAny, {
|
|
5551
|
-
trigger: string;
|
|
5552
5551
|
id: string;
|
|
5553
5552
|
controls: ({
|
|
5554
5553
|
id: string;
|
|
@@ -5563,80 +5562,71 @@ export declare namespace Schemes {
|
|
|
5563
5562
|
variableName?: string | undefined;
|
|
5564
5563
|
} | {
|
|
5565
5564
|
id: string;
|
|
5566
|
-
controlType: "
|
|
5565
|
+
controlType: "date";
|
|
5567
5566
|
title?: string | undefined;
|
|
5568
5567
|
description?: string | undefined;
|
|
5569
5568
|
icon?: string | undefined;
|
|
5570
5569
|
required?: boolean | undefined;
|
|
5571
5570
|
placeholder?: string | undefined;
|
|
5572
|
-
minLength?: number | undefined;
|
|
5573
|
-
maxLength?: number | undefined;
|
|
5574
5571
|
variableName?: string | undefined;
|
|
5572
|
+
minDate?: string | undefined;
|
|
5573
|
+
maxDate?: string | undefined;
|
|
5575
5574
|
} | {
|
|
5576
5575
|
id: string;
|
|
5577
|
-
controlType: "
|
|
5578
|
-
title?: string | undefined;
|
|
5579
|
-
description?: string | undefined;
|
|
5580
|
-
required?: boolean | undefined;
|
|
5581
|
-
label?: string | undefined;
|
|
5582
|
-
link?: string | undefined;
|
|
5583
|
-
showIconButton?: boolean | undefined;
|
|
5584
|
-
buttonIcon?: string | undefined;
|
|
5585
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
5586
|
-
buttons?: any[] | undefined;
|
|
5587
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5588
|
-
width?: number | undefined;
|
|
5589
|
-
enableTooltip?: boolean | undefined;
|
|
5590
|
-
fullWidthMobile?: boolean | undefined;
|
|
5591
|
-
} | {
|
|
5592
|
-
id: string;
|
|
5593
|
-
controlType: "date";
|
|
5576
|
+
controlType: "number";
|
|
5594
5577
|
title?: string | undefined;
|
|
5595
5578
|
description?: string | undefined;
|
|
5596
5579
|
icon?: string | undefined;
|
|
5597
5580
|
required?: boolean | undefined;
|
|
5598
5581
|
placeholder?: string | undefined;
|
|
5599
5582
|
variableName?: string | undefined;
|
|
5600
|
-
|
|
5601
|
-
|
|
5583
|
+
min?: number | undefined;
|
|
5584
|
+
max?: number | undefined;
|
|
5602
5585
|
} | {
|
|
5603
5586
|
id: string;
|
|
5604
|
-
|
|
5587
|
+
options: {
|
|
5588
|
+
id: string;
|
|
5589
|
+
label: string;
|
|
5590
|
+
}[];
|
|
5591
|
+
controlType: "multipleChoice";
|
|
5605
5592
|
title?: string | undefined;
|
|
5606
5593
|
description?: string | undefined;
|
|
5607
5594
|
icon?: string | undefined;
|
|
5608
5595
|
required?: boolean | undefined;
|
|
5609
|
-
|
|
5610
|
-
|
|
5611
|
-
|
|
5612
|
-
|
|
5596
|
+
variableName?: string | undefined;
|
|
5597
|
+
minOptions?: number | undefined;
|
|
5598
|
+
maxOptions?: number | undefined;
|
|
5599
|
+
showInput?: boolean | undefined;
|
|
5600
|
+
otherOption?: boolean | undefined;
|
|
5613
5601
|
} | {
|
|
5614
5602
|
id: string;
|
|
5615
|
-
controlType: "
|
|
5603
|
+
controlType: "slider";
|
|
5616
5604
|
title?: string | undefined;
|
|
5617
5605
|
description?: string | undefined;
|
|
5606
|
+
icon?: string | undefined;
|
|
5618
5607
|
required?: boolean | undefined;
|
|
5619
|
-
|
|
5620
|
-
|
|
5621
|
-
|
|
5622
|
-
showButton?: boolean | undefined;
|
|
5608
|
+
variableName?: string | undefined;
|
|
5609
|
+
min?: number | undefined;
|
|
5610
|
+
max?: number | undefined;
|
|
5623
5611
|
} | {
|
|
5624
5612
|
id: string;
|
|
5625
|
-
|
|
5613
|
+
options: {
|
|
5614
|
+
id: string;
|
|
5615
|
+
label: string;
|
|
5616
|
+
}[];
|
|
5617
|
+
controlType: "dropdown";
|
|
5626
5618
|
title?: string | undefined;
|
|
5627
5619
|
description?: string | undefined;
|
|
5628
5620
|
icon?: string | undefined;
|
|
5629
5621
|
required?: boolean | undefined;
|
|
5630
5622
|
placeholder?: string | undefined;
|
|
5631
5623
|
variableName?: string | undefined;
|
|
5632
|
-
min?: number | undefined;
|
|
5633
|
-
max?: number | undefined;
|
|
5634
5624
|
} | {
|
|
5625
|
+
id: string;
|
|
5635
5626
|
options: {
|
|
5636
5627
|
id: string;
|
|
5637
5628
|
label: string;
|
|
5638
5629
|
}[];
|
|
5639
|
-
id: string;
|
|
5640
5630
|
controlType: "choice";
|
|
5641
5631
|
title?: string | undefined;
|
|
5642
5632
|
description?: string | undefined;
|
|
@@ -5645,42 +5635,35 @@ export declare namespace Schemes {
|
|
|
5645
5635
|
showInput?: boolean | undefined;
|
|
5646
5636
|
otherOption?: boolean | undefined;
|
|
5647
5637
|
} | {
|
|
5638
|
+
id: string;
|
|
5648
5639
|
options: {
|
|
5649
5640
|
id: string;
|
|
5650
5641
|
label: string;
|
|
5642
|
+
image?: string | undefined;
|
|
5651
5643
|
}[];
|
|
5652
|
-
|
|
5653
|
-
controlType: "multipleChoice";
|
|
5644
|
+
controlType: "pictureChoice";
|
|
5654
5645
|
title?: string | undefined;
|
|
5655
5646
|
description?: string | undefined;
|
|
5656
5647
|
icon?: string | undefined;
|
|
5657
5648
|
required?: boolean | undefined;
|
|
5658
5649
|
variableName?: string | undefined;
|
|
5659
5650
|
showInput?: boolean | undefined;
|
|
5660
|
-
otherOption?: boolean | undefined;
|
|
5661
|
-
minOptions?: number | undefined;
|
|
5662
|
-
maxOptions?: number | undefined;
|
|
5663
5651
|
} | {
|
|
5664
|
-
options: {
|
|
5665
|
-
id: string;
|
|
5666
|
-
label: string;
|
|
5667
|
-
image?: string | undefined;
|
|
5668
|
-
}[];
|
|
5669
5652
|
id: string;
|
|
5670
|
-
controlType: "
|
|
5653
|
+
controlType: "upload";
|
|
5671
5654
|
title?: string | undefined;
|
|
5672
5655
|
description?: string | undefined;
|
|
5673
5656
|
icon?: string | undefined;
|
|
5674
5657
|
required?: boolean | undefined;
|
|
5675
5658
|
variableName?: string | undefined;
|
|
5676
|
-
|
|
5659
|
+
multiple?: boolean | undefined;
|
|
5660
|
+
maxFiles?: number | undefined;
|
|
5661
|
+
minFiles?: number | undefined;
|
|
5662
|
+
accept?: string[] | undefined;
|
|
5663
|
+
maxSize?: number | undefined;
|
|
5677
5664
|
} | {
|
|
5678
|
-
options: {
|
|
5679
|
-
id: string;
|
|
5680
|
-
label: string;
|
|
5681
|
-
}[];
|
|
5682
5665
|
id: string;
|
|
5683
|
-
controlType: "
|
|
5666
|
+
controlType: "location";
|
|
5684
5667
|
title?: string | undefined;
|
|
5685
5668
|
description?: string | undefined;
|
|
5686
5669
|
icon?: string | undefined;
|
|
@@ -5689,7 +5672,7 @@ export declare namespace Schemes {
|
|
|
5689
5672
|
variableName?: string | undefined;
|
|
5690
5673
|
} | {
|
|
5691
5674
|
id: string;
|
|
5692
|
-
controlType: "
|
|
5675
|
+
controlType: "phone";
|
|
5693
5676
|
title?: string | undefined;
|
|
5694
5677
|
description?: string | undefined;
|
|
5695
5678
|
icon?: string | undefined;
|
|
@@ -5698,7 +5681,7 @@ export declare namespace Schemes {
|
|
|
5698
5681
|
variableName?: string | undefined;
|
|
5699
5682
|
} | {
|
|
5700
5683
|
id: string;
|
|
5701
|
-
controlType: "
|
|
5684
|
+
controlType: "email";
|
|
5702
5685
|
title?: string | undefined;
|
|
5703
5686
|
description?: string | undefined;
|
|
5704
5687
|
icon?: string | undefined;
|
|
@@ -5707,46 +5690,62 @@ export declare namespace Schemes {
|
|
|
5707
5690
|
variableName?: string | undefined;
|
|
5708
5691
|
} | {
|
|
5709
5692
|
id: string;
|
|
5710
|
-
controlType: "
|
|
5693
|
+
controlType: "yesNo";
|
|
5694
|
+
title?: string | undefined;
|
|
5695
|
+
description?: string | undefined;
|
|
5696
|
+
icon?: string | undefined;
|
|
5697
|
+
required?: boolean | undefined;
|
|
5698
|
+
variableName?: string | undefined;
|
|
5699
|
+
yesLabel?: string | undefined;
|
|
5700
|
+
noLabel?: string | undefined;
|
|
5701
|
+
} | {
|
|
5702
|
+
id: string;
|
|
5703
|
+
controlType: "longText";
|
|
5711
5704
|
title?: string | undefined;
|
|
5712
5705
|
description?: string | undefined;
|
|
5713
5706
|
icon?: string | undefined;
|
|
5714
5707
|
required?: boolean | undefined;
|
|
5715
5708
|
placeholder?: string | undefined;
|
|
5709
|
+
minLength?: number | undefined;
|
|
5710
|
+
maxLength?: number | undefined;
|
|
5716
5711
|
variableName?: string | undefined;
|
|
5717
5712
|
} | {
|
|
5718
5713
|
id: string;
|
|
5719
|
-
controlType: "
|
|
5714
|
+
controlType: "start";
|
|
5720
5715
|
title?: string | undefined;
|
|
5721
5716
|
description?: string | undefined;
|
|
5722
5717
|
icon?: string | undefined;
|
|
5723
5718
|
required?: boolean | undefined;
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
|
|
5719
|
+
label?: string | undefined;
|
|
5720
|
+
showButton?: boolean | undefined;
|
|
5721
|
+
buttonIcon?: string | undefined;
|
|
5722
|
+
showIconButton?: boolean | undefined;
|
|
5727
5723
|
} | {
|
|
5728
5724
|
id: string;
|
|
5729
|
-
controlType: "
|
|
5725
|
+
controlType: "confirm";
|
|
5730
5726
|
title?: string | undefined;
|
|
5731
5727
|
description?: string | undefined;
|
|
5732
|
-
icon?: string | undefined;
|
|
5733
5728
|
required?: boolean | undefined;
|
|
5734
|
-
|
|
5735
|
-
|
|
5736
|
-
|
|
5737
|
-
|
|
5738
|
-
accept?: string[] | undefined;
|
|
5739
|
-
maxSize?: number | undefined;
|
|
5729
|
+
label?: string | undefined;
|
|
5730
|
+
showButton?: boolean | undefined;
|
|
5731
|
+
buttonIcon?: string | undefined;
|
|
5732
|
+
link?: string | undefined;
|
|
5740
5733
|
} | {
|
|
5741
5734
|
id: string;
|
|
5742
|
-
controlType: "
|
|
5735
|
+
controlType: "button";
|
|
5743
5736
|
title?: string | undefined;
|
|
5744
5737
|
description?: string | undefined;
|
|
5745
|
-
icon?: string | undefined;
|
|
5746
5738
|
required?: boolean | undefined;
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5739
|
+
label?: string | undefined;
|
|
5740
|
+
buttonIcon?: string | undefined;
|
|
5741
|
+
showIconButton?: boolean | undefined;
|
|
5742
|
+
link?: string | undefined;
|
|
5743
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
5744
|
+
buttons?: any[] | undefined;
|
|
5745
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5746
|
+
width?: number | undefined;
|
|
5747
|
+
enableTooltip?: boolean | undefined;
|
|
5748
|
+
fullWidthMobile?: boolean | undefined;
|
|
5750
5749
|
} | {
|
|
5751
5750
|
id: string;
|
|
5752
5751
|
controlType: "rating";
|
|
@@ -5756,14 +5755,15 @@ export declare namespace Schemes {
|
|
|
5756
5755
|
variableName?: string | undefined;
|
|
5757
5756
|
count?: number | undefined;
|
|
5758
5757
|
})[];
|
|
5758
|
+
trigger: string;
|
|
5759
5759
|
isStart?: boolean | undefined;
|
|
5760
5760
|
isEnd?: boolean | undefined;
|
|
5761
5761
|
autoSubmit?: boolean | undefined;
|
|
5762
5762
|
confirmLabel?: string | undefined;
|
|
5763
5763
|
media?: {
|
|
5764
|
+
image?: string | undefined;
|
|
5764
5765
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
5765
5766
|
brightness?: number | undefined;
|
|
5766
|
-
image?: string | undefined;
|
|
5767
5767
|
video?: string | undefined;
|
|
5768
5768
|
videoThumb?: string | undefined;
|
|
5769
5769
|
color?: string | undefined;
|
|
@@ -5771,22 +5771,12 @@ export declare namespace Schemes {
|
|
|
5771
5771
|
blur?: number | undefined;
|
|
5772
5772
|
} | undefined;
|
|
5773
5773
|
conditions?: {
|
|
5774
|
+
trigger: string;
|
|
5774
5775
|
controlId: string;
|
|
5775
5776
|
operator: string;
|
|
5776
|
-
trigger: string;
|
|
5777
5777
|
compareValue?: string | undefined;
|
|
5778
5778
|
}[] | undefined;
|
|
5779
5779
|
theme?: {
|
|
5780
|
-
background?: {
|
|
5781
|
-
brightness?: number | undefined;
|
|
5782
|
-
image?: string | undefined;
|
|
5783
|
-
color?: string | undefined;
|
|
5784
|
-
blur?: number | undefined;
|
|
5785
|
-
opacity?: number | undefined;
|
|
5786
|
-
fit?: string | undefined;
|
|
5787
|
-
blendMode?: string | undefined;
|
|
5788
|
-
} | undefined;
|
|
5789
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
5790
5780
|
title?: {
|
|
5791
5781
|
color?: string | undefined;
|
|
5792
5782
|
fontSize?: number | undefined;
|
|
@@ -5799,6 +5789,16 @@ export declare namespace Schemes {
|
|
|
5799
5789
|
fontWeight?: number | undefined;
|
|
5800
5790
|
fontFamily?: string | undefined;
|
|
5801
5791
|
} | undefined;
|
|
5792
|
+
background?: {
|
|
5793
|
+
image?: string | undefined;
|
|
5794
|
+
brightness?: number | undefined;
|
|
5795
|
+
color?: string | undefined;
|
|
5796
|
+
blur?: number | undefined;
|
|
5797
|
+
opacity?: number | undefined;
|
|
5798
|
+
fit?: string | undefined;
|
|
5799
|
+
blendMode?: string | undefined;
|
|
5800
|
+
} | undefined;
|
|
5801
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
5802
5802
|
align?: "start" | "center" | "end" | undefined;
|
|
5803
5803
|
listStyle?: string | undefined;
|
|
5804
5804
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -5828,7 +5828,6 @@ export declare namespace Schemes {
|
|
|
5828
5828
|
y: number;
|
|
5829
5829
|
} | undefined;
|
|
5830
5830
|
}, {
|
|
5831
|
-
trigger: string;
|
|
5832
5831
|
id: string;
|
|
5833
5832
|
controls: ({
|
|
5834
5833
|
id: string;
|
|
@@ -5841,33 +5840,6 @@ export declare namespace Schemes {
|
|
|
5841
5840
|
minLength?: number | undefined;
|
|
5842
5841
|
maxLength?: number | undefined;
|
|
5843
5842
|
variableName?: string | undefined;
|
|
5844
|
-
} | {
|
|
5845
|
-
id: string;
|
|
5846
|
-
controlType: "longText";
|
|
5847
|
-
title?: string | undefined;
|
|
5848
|
-
description?: string | undefined;
|
|
5849
|
-
icon?: string | undefined;
|
|
5850
|
-
required?: boolean | undefined;
|
|
5851
|
-
placeholder?: string | undefined;
|
|
5852
|
-
minLength?: number | undefined;
|
|
5853
|
-
maxLength?: number | undefined;
|
|
5854
|
-
variableName?: string | undefined;
|
|
5855
|
-
} | {
|
|
5856
|
-
id: string;
|
|
5857
|
-
controlType: "button";
|
|
5858
|
-
title?: string | undefined;
|
|
5859
|
-
description?: string | undefined;
|
|
5860
|
-
required?: boolean | undefined;
|
|
5861
|
-
label?: string | undefined;
|
|
5862
|
-
link?: string | undefined;
|
|
5863
|
-
showIconButton?: boolean | undefined;
|
|
5864
|
-
buttonIcon?: string | undefined;
|
|
5865
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
5866
|
-
buttons?: any[] | undefined;
|
|
5867
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5868
|
-
width?: number | undefined;
|
|
5869
|
-
enableTooltip?: boolean | undefined;
|
|
5870
|
-
fullWidthMobile?: boolean | undefined;
|
|
5871
5843
|
} | {
|
|
5872
5844
|
id: string;
|
|
5873
5845
|
controlType: "date";
|
|
@@ -5881,72 +5853,74 @@ export declare namespace Schemes {
|
|
|
5881
5853
|
maxDate?: string | undefined;
|
|
5882
5854
|
} | {
|
|
5883
5855
|
id: string;
|
|
5884
|
-
controlType: "
|
|
5856
|
+
controlType: "number";
|
|
5885
5857
|
title?: string | undefined;
|
|
5886
5858
|
description?: string | undefined;
|
|
5887
5859
|
icon?: string | undefined;
|
|
5888
5860
|
required?: boolean | undefined;
|
|
5889
|
-
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
|
|
5861
|
+
placeholder?: string | undefined;
|
|
5862
|
+
variableName?: string | undefined;
|
|
5863
|
+
min?: number | undefined;
|
|
5864
|
+
max?: number | undefined;
|
|
5893
5865
|
} | {
|
|
5894
5866
|
id: string;
|
|
5895
|
-
|
|
5867
|
+
options: {
|
|
5868
|
+
id: string;
|
|
5869
|
+
label: string;
|
|
5870
|
+
}[];
|
|
5871
|
+
controlType: "multipleChoice";
|
|
5896
5872
|
title?: string | undefined;
|
|
5897
5873
|
description?: string | undefined;
|
|
5874
|
+
icon?: string | undefined;
|
|
5898
5875
|
required?: boolean | undefined;
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
|
|
5876
|
+
variableName?: string | undefined;
|
|
5877
|
+
minOptions?: number | undefined;
|
|
5878
|
+
maxOptions?: number | undefined;
|
|
5879
|
+
showInput?: boolean | undefined;
|
|
5880
|
+
otherOption?: boolean | undefined;
|
|
5903
5881
|
} | {
|
|
5904
5882
|
id: string;
|
|
5905
|
-
controlType: "
|
|
5883
|
+
controlType: "slider";
|
|
5906
5884
|
title?: string | undefined;
|
|
5907
5885
|
description?: string | undefined;
|
|
5908
5886
|
icon?: string | undefined;
|
|
5909
5887
|
required?: boolean | undefined;
|
|
5910
|
-
placeholder?: string | undefined;
|
|
5911
5888
|
variableName?: string | undefined;
|
|
5912
5889
|
min?: number | undefined;
|
|
5913
5890
|
max?: number | undefined;
|
|
5914
5891
|
} | {
|
|
5892
|
+
id: string;
|
|
5915
5893
|
options: {
|
|
5916
5894
|
id: string;
|
|
5917
5895
|
label: string;
|
|
5918
5896
|
}[];
|
|
5919
|
-
|
|
5920
|
-
controlType: "choice";
|
|
5897
|
+
controlType: "dropdown";
|
|
5921
5898
|
title?: string | undefined;
|
|
5922
5899
|
description?: string | undefined;
|
|
5900
|
+
icon?: string | undefined;
|
|
5923
5901
|
required?: boolean | undefined;
|
|
5902
|
+
placeholder?: string | undefined;
|
|
5924
5903
|
variableName?: string | undefined;
|
|
5925
|
-
showInput?: boolean | undefined;
|
|
5926
|
-
otherOption?: boolean | undefined;
|
|
5927
5904
|
} | {
|
|
5905
|
+
id: string;
|
|
5928
5906
|
options: {
|
|
5929
5907
|
id: string;
|
|
5930
5908
|
label: string;
|
|
5931
5909
|
}[];
|
|
5932
|
-
|
|
5933
|
-
controlType: "multipleChoice";
|
|
5910
|
+
controlType: "choice";
|
|
5934
5911
|
title?: string | undefined;
|
|
5935
5912
|
description?: string | undefined;
|
|
5936
|
-
icon?: string | undefined;
|
|
5937
5913
|
required?: boolean | undefined;
|
|
5938
5914
|
variableName?: string | undefined;
|
|
5939
5915
|
showInput?: boolean | undefined;
|
|
5940
5916
|
otherOption?: boolean | undefined;
|
|
5941
|
-
minOptions?: number | undefined;
|
|
5942
|
-
maxOptions?: number | undefined;
|
|
5943
5917
|
} | {
|
|
5918
|
+
id: string;
|
|
5944
5919
|
options: {
|
|
5945
5920
|
id: string;
|
|
5946
5921
|
label: string;
|
|
5947
5922
|
image?: string | undefined;
|
|
5948
5923
|
}[];
|
|
5949
|
-
id: string;
|
|
5950
5924
|
controlType: "pictureChoice";
|
|
5951
5925
|
title?: string | undefined;
|
|
5952
5926
|
description?: string | undefined;
|
|
@@ -5955,21 +5929,21 @@ export declare namespace Schemes {
|
|
|
5955
5929
|
variableName?: string | undefined;
|
|
5956
5930
|
showInput?: boolean | undefined;
|
|
5957
5931
|
} | {
|
|
5958
|
-
options: {
|
|
5959
|
-
id: string;
|
|
5960
|
-
label: string;
|
|
5961
|
-
}[];
|
|
5962
5932
|
id: string;
|
|
5963
|
-
controlType: "
|
|
5933
|
+
controlType: "upload";
|
|
5964
5934
|
title?: string | undefined;
|
|
5965
5935
|
description?: string | undefined;
|
|
5966
5936
|
icon?: string | undefined;
|
|
5967
5937
|
required?: boolean | undefined;
|
|
5968
|
-
placeholder?: string | undefined;
|
|
5969
5938
|
variableName?: string | undefined;
|
|
5939
|
+
multiple?: boolean | undefined;
|
|
5940
|
+
maxFiles?: number | undefined;
|
|
5941
|
+
minFiles?: number | undefined;
|
|
5942
|
+
accept?: string[] | undefined;
|
|
5943
|
+
maxSize?: number | undefined;
|
|
5970
5944
|
} | {
|
|
5971
5945
|
id: string;
|
|
5972
|
-
controlType: "
|
|
5946
|
+
controlType: "location";
|
|
5973
5947
|
title?: string | undefined;
|
|
5974
5948
|
description?: string | undefined;
|
|
5975
5949
|
icon?: string | undefined;
|
|
@@ -5978,7 +5952,7 @@ export declare namespace Schemes {
|
|
|
5978
5952
|
variableName?: string | undefined;
|
|
5979
5953
|
} | {
|
|
5980
5954
|
id: string;
|
|
5981
|
-
controlType: "
|
|
5955
|
+
controlType: "phone";
|
|
5982
5956
|
title?: string | undefined;
|
|
5983
5957
|
description?: string | undefined;
|
|
5984
5958
|
icon?: string | undefined;
|
|
@@ -5987,7 +5961,7 @@ export declare namespace Schemes {
|
|
|
5987
5961
|
variableName?: string | undefined;
|
|
5988
5962
|
} | {
|
|
5989
5963
|
id: string;
|
|
5990
|
-
controlType: "
|
|
5964
|
+
controlType: "email";
|
|
5991
5965
|
title?: string | undefined;
|
|
5992
5966
|
description?: string | undefined;
|
|
5993
5967
|
icon?: string | undefined;
|
|
@@ -5996,37 +5970,62 @@ export declare namespace Schemes {
|
|
|
5996
5970
|
variableName?: string | undefined;
|
|
5997
5971
|
} | {
|
|
5998
5972
|
id: string;
|
|
5999
|
-
controlType: "
|
|
5973
|
+
controlType: "yesNo";
|
|
6000
5974
|
title?: string | undefined;
|
|
6001
5975
|
description?: string | undefined;
|
|
6002
5976
|
icon?: string | undefined;
|
|
6003
5977
|
required?: boolean | undefined;
|
|
6004
5978
|
variableName?: string | undefined;
|
|
6005
|
-
|
|
6006
|
-
|
|
5979
|
+
yesLabel?: string | undefined;
|
|
5980
|
+
noLabel?: string | undefined;
|
|
6007
5981
|
} | {
|
|
6008
5982
|
id: string;
|
|
6009
|
-
controlType: "
|
|
5983
|
+
controlType: "longText";
|
|
6010
5984
|
title?: string | undefined;
|
|
6011
5985
|
description?: string | undefined;
|
|
6012
5986
|
icon?: string | undefined;
|
|
6013
5987
|
required?: boolean | undefined;
|
|
5988
|
+
placeholder?: string | undefined;
|
|
5989
|
+
minLength?: number | undefined;
|
|
5990
|
+
maxLength?: number | undefined;
|
|
6014
5991
|
variableName?: string | undefined;
|
|
6015
|
-
multiple?: boolean | undefined;
|
|
6016
|
-
maxFiles?: number | undefined;
|
|
6017
|
-
minFiles?: number | undefined;
|
|
6018
|
-
accept?: string[] | undefined;
|
|
6019
|
-
maxSize?: number | undefined;
|
|
6020
5992
|
} | {
|
|
6021
5993
|
id: string;
|
|
6022
|
-
controlType: "
|
|
5994
|
+
controlType: "start";
|
|
6023
5995
|
title?: string | undefined;
|
|
6024
5996
|
description?: string | undefined;
|
|
6025
5997
|
icon?: string | undefined;
|
|
6026
5998
|
required?: boolean | undefined;
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
|
|
5999
|
+
label?: string | undefined;
|
|
6000
|
+
showButton?: boolean | undefined;
|
|
6001
|
+
buttonIcon?: string | undefined;
|
|
6002
|
+
showIconButton?: boolean | undefined;
|
|
6003
|
+
} | {
|
|
6004
|
+
id: string;
|
|
6005
|
+
controlType: "confirm";
|
|
6006
|
+
title?: string | undefined;
|
|
6007
|
+
description?: string | undefined;
|
|
6008
|
+
required?: boolean | undefined;
|
|
6009
|
+
label?: string | undefined;
|
|
6010
|
+
showButton?: boolean | undefined;
|
|
6011
|
+
buttonIcon?: string | undefined;
|
|
6012
|
+
link?: string | undefined;
|
|
6013
|
+
} | {
|
|
6014
|
+
id: string;
|
|
6015
|
+
controlType: "button";
|
|
6016
|
+
title?: string | undefined;
|
|
6017
|
+
description?: string | undefined;
|
|
6018
|
+
required?: boolean | undefined;
|
|
6019
|
+
label?: string | undefined;
|
|
6020
|
+
buttonIcon?: string | undefined;
|
|
6021
|
+
showIconButton?: boolean | undefined;
|
|
6022
|
+
link?: string | undefined;
|
|
6023
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
6024
|
+
buttons?: any[] | undefined;
|
|
6025
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6026
|
+
width?: number | undefined;
|
|
6027
|
+
enableTooltip?: boolean | undefined;
|
|
6028
|
+
fullWidthMobile?: boolean | undefined;
|
|
6030
6029
|
} | {
|
|
6031
6030
|
id: string;
|
|
6032
6031
|
controlType: "rating";
|
|
@@ -6036,14 +6035,15 @@ export declare namespace Schemes {
|
|
|
6036
6035
|
variableName?: string | undefined;
|
|
6037
6036
|
count?: number | undefined;
|
|
6038
6037
|
})[];
|
|
6038
|
+
trigger: string;
|
|
6039
6039
|
isStart?: boolean | undefined;
|
|
6040
6040
|
isEnd?: boolean | undefined;
|
|
6041
6041
|
autoSubmit?: boolean | undefined;
|
|
6042
6042
|
confirmLabel?: string | undefined;
|
|
6043
6043
|
media?: {
|
|
6044
|
+
image?: string | undefined;
|
|
6044
6045
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
6045
6046
|
brightness?: number | undefined;
|
|
6046
|
-
image?: string | undefined;
|
|
6047
6047
|
video?: string | undefined;
|
|
6048
6048
|
videoThumb?: string | undefined;
|
|
6049
6049
|
color?: string | undefined;
|
|
@@ -6051,22 +6051,12 @@ export declare namespace Schemes {
|
|
|
6051
6051
|
blur?: number | undefined;
|
|
6052
6052
|
} | undefined;
|
|
6053
6053
|
conditions?: {
|
|
6054
|
+
trigger: string;
|
|
6054
6055
|
controlId: string;
|
|
6055
6056
|
operator: string;
|
|
6056
|
-
trigger: string;
|
|
6057
6057
|
compareValue?: string | undefined;
|
|
6058
6058
|
}[] | undefined;
|
|
6059
6059
|
theme?: {
|
|
6060
|
-
background?: {
|
|
6061
|
-
brightness?: number | undefined;
|
|
6062
|
-
image?: string | undefined;
|
|
6063
|
-
color?: string | undefined;
|
|
6064
|
-
blur?: number | undefined;
|
|
6065
|
-
opacity?: number | undefined;
|
|
6066
|
-
fit?: string | undefined;
|
|
6067
|
-
blendMode?: string | undefined;
|
|
6068
|
-
} | undefined;
|
|
6069
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
6070
6060
|
title?: {
|
|
6071
6061
|
color?: string | undefined;
|
|
6072
6062
|
fontSize?: number | undefined;
|
|
@@ -6079,6 +6069,16 @@ export declare namespace Schemes {
|
|
|
6079
6069
|
fontWeight?: number | undefined;
|
|
6080
6070
|
fontFamily?: string | undefined;
|
|
6081
6071
|
} | undefined;
|
|
6072
|
+
background?: {
|
|
6073
|
+
image?: string | undefined;
|
|
6074
|
+
brightness?: number | undefined;
|
|
6075
|
+
color?: string | undefined;
|
|
6076
|
+
blur?: number | undefined;
|
|
6077
|
+
opacity?: number | undefined;
|
|
6078
|
+
fit?: string | undefined;
|
|
6079
|
+
blendMode?: string | undefined;
|
|
6080
|
+
} | undefined;
|
|
6081
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
6082
6082
|
align?: "start" | "center" | "end" | undefined;
|
|
6083
6083
|
listStyle?: string | undefined;
|
|
6084
6084
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -6193,16 +6193,16 @@ export declare namespace Schemes {
|
|
|
6193
6193
|
fit: z.ZodOptional<z.ZodString>;
|
|
6194
6194
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
6195
6195
|
}, "strip", z.ZodTypeAny, {
|
|
6196
|
-
brightness?: number | undefined;
|
|
6197
6196
|
image?: string | undefined;
|
|
6197
|
+
brightness?: number | undefined;
|
|
6198
6198
|
color?: string | undefined;
|
|
6199
6199
|
blur?: number | undefined;
|
|
6200
6200
|
opacity?: number | undefined;
|
|
6201
6201
|
fit?: string | undefined;
|
|
6202
6202
|
blendMode?: string | undefined;
|
|
6203
6203
|
}, {
|
|
6204
|
-
brightness?: number | undefined;
|
|
6205
6204
|
image?: string | undefined;
|
|
6205
|
+
brightness?: number | undefined;
|
|
6206
6206
|
color?: string | undefined;
|
|
6207
6207
|
blur?: number | undefined;
|
|
6208
6208
|
opacity?: number | undefined;
|
|
@@ -6221,16 +6221,6 @@ export declare namespace Schemes {
|
|
|
6221
6221
|
}>>;
|
|
6222
6222
|
customCSS: z.ZodOptional<z.ZodString>;
|
|
6223
6223
|
}, "strip", z.ZodTypeAny, {
|
|
6224
|
-
background?: {
|
|
6225
|
-
brightness?: number | undefined;
|
|
6226
|
-
image?: string | undefined;
|
|
6227
|
-
color?: string | undefined;
|
|
6228
|
-
blur?: number | undefined;
|
|
6229
|
-
opacity?: number | undefined;
|
|
6230
|
-
fit?: string | undefined;
|
|
6231
|
-
blendMode?: string | undefined;
|
|
6232
|
-
} | undefined;
|
|
6233
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
6234
6224
|
title?: {
|
|
6235
6225
|
color?: string | undefined;
|
|
6236
6226
|
fontSize?: number | undefined;
|
|
@@ -6239,10 +6229,20 @@ export declare namespace Schemes {
|
|
|
6239
6229
|
} | undefined;
|
|
6240
6230
|
description?: {
|
|
6241
6231
|
color?: string | undefined;
|
|
6242
|
-
fontSize?: number | undefined;
|
|
6243
|
-
fontWeight?: number | undefined;
|
|
6244
|
-
fontFamily?: string | undefined;
|
|
6232
|
+
fontSize?: number | undefined;
|
|
6233
|
+
fontWeight?: number | undefined;
|
|
6234
|
+
fontFamily?: string | undefined;
|
|
6235
|
+
} | undefined;
|
|
6236
|
+
background?: {
|
|
6237
|
+
image?: string | undefined;
|
|
6238
|
+
brightness?: number | undefined;
|
|
6239
|
+
color?: string | undefined;
|
|
6240
|
+
blur?: number | undefined;
|
|
6241
|
+
opacity?: number | undefined;
|
|
6242
|
+
fit?: string | undefined;
|
|
6243
|
+
blendMode?: string | undefined;
|
|
6245
6244
|
} | undefined;
|
|
6245
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
6246
6246
|
align?: "start" | "center" | "end" | undefined;
|
|
6247
6247
|
listStyle?: string | undefined;
|
|
6248
6248
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -6267,16 +6267,6 @@ export declare namespace Schemes {
|
|
|
6267
6267
|
} | undefined;
|
|
6268
6268
|
customCSS?: string | undefined;
|
|
6269
6269
|
}, {
|
|
6270
|
-
background?: {
|
|
6271
|
-
brightness?: number | undefined;
|
|
6272
|
-
image?: string | undefined;
|
|
6273
|
-
color?: string | undefined;
|
|
6274
|
-
blur?: number | undefined;
|
|
6275
|
-
opacity?: number | undefined;
|
|
6276
|
-
fit?: string | undefined;
|
|
6277
|
-
blendMode?: string | undefined;
|
|
6278
|
-
} | undefined;
|
|
6279
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
6280
6270
|
title?: {
|
|
6281
6271
|
color?: string | undefined;
|
|
6282
6272
|
fontSize?: number | undefined;
|
|
@@ -6289,6 +6279,16 @@ export declare namespace Schemes {
|
|
|
6289
6279
|
fontWeight?: number | undefined;
|
|
6290
6280
|
fontFamily?: string | undefined;
|
|
6291
6281
|
} | undefined;
|
|
6282
|
+
background?: {
|
|
6283
|
+
image?: string | undefined;
|
|
6284
|
+
brightness?: number | undefined;
|
|
6285
|
+
color?: string | undefined;
|
|
6286
|
+
blur?: number | undefined;
|
|
6287
|
+
opacity?: number | undefined;
|
|
6288
|
+
fit?: string | undefined;
|
|
6289
|
+
blendMode?: string | undefined;
|
|
6290
|
+
} | undefined;
|
|
6291
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
6292
6292
|
align?: "start" | "center" | "end" | undefined;
|
|
6293
6293
|
listStyle?: string | undefined;
|
|
6294
6294
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -6349,16 +6349,6 @@ export declare namespace Schemes {
|
|
|
6349
6349
|
}>>;
|
|
6350
6350
|
}, "strip", z.ZodTypeAny, {
|
|
6351
6351
|
theme?: {
|
|
6352
|
-
background?: {
|
|
6353
|
-
brightness?: number | undefined;
|
|
6354
|
-
image?: string | undefined;
|
|
6355
|
-
color?: string | undefined;
|
|
6356
|
-
blur?: number | undefined;
|
|
6357
|
-
opacity?: number | undefined;
|
|
6358
|
-
fit?: string | undefined;
|
|
6359
|
-
blendMode?: string | undefined;
|
|
6360
|
-
} | undefined;
|
|
6361
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
6362
6352
|
title?: {
|
|
6363
6353
|
color?: string | undefined;
|
|
6364
6354
|
fontSize?: number | undefined;
|
|
@@ -6371,6 +6361,16 @@ export declare namespace Schemes {
|
|
|
6371
6361
|
fontWeight?: number | undefined;
|
|
6372
6362
|
fontFamily?: string | undefined;
|
|
6373
6363
|
} | undefined;
|
|
6364
|
+
background?: {
|
|
6365
|
+
image?: string | undefined;
|
|
6366
|
+
brightness?: number | undefined;
|
|
6367
|
+
color?: string | undefined;
|
|
6368
|
+
blur?: number | undefined;
|
|
6369
|
+
opacity?: number | undefined;
|
|
6370
|
+
fit?: string | undefined;
|
|
6371
|
+
blendMode?: string | undefined;
|
|
6372
|
+
} | undefined;
|
|
6373
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
6374
6374
|
align?: "start" | "center" | "end" | undefined;
|
|
6375
6375
|
listStyle?: string | undefined;
|
|
6376
6376
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -6396,7 +6396,6 @@ export declare namespace Schemes {
|
|
|
6396
6396
|
customCSS?: string | undefined;
|
|
6397
6397
|
} | undefined;
|
|
6398
6398
|
steps?: {
|
|
6399
|
-
trigger: string;
|
|
6400
6399
|
id: string;
|
|
6401
6400
|
controls: ({
|
|
6402
6401
|
id: string;
|
|
@@ -6409,33 +6408,6 @@ export declare namespace Schemes {
|
|
|
6409
6408
|
minLength?: number | undefined;
|
|
6410
6409
|
maxLength?: number | undefined;
|
|
6411
6410
|
variableName?: string | undefined;
|
|
6412
|
-
} | {
|
|
6413
|
-
id: string;
|
|
6414
|
-
controlType: "longText";
|
|
6415
|
-
title?: string | undefined;
|
|
6416
|
-
description?: string | undefined;
|
|
6417
|
-
icon?: string | undefined;
|
|
6418
|
-
required?: boolean | undefined;
|
|
6419
|
-
placeholder?: string | undefined;
|
|
6420
|
-
minLength?: number | undefined;
|
|
6421
|
-
maxLength?: number | undefined;
|
|
6422
|
-
variableName?: string | undefined;
|
|
6423
|
-
} | {
|
|
6424
|
-
id: string;
|
|
6425
|
-
controlType: "button";
|
|
6426
|
-
title?: string | undefined;
|
|
6427
|
-
description?: string | undefined;
|
|
6428
|
-
required?: boolean | undefined;
|
|
6429
|
-
label?: string | undefined;
|
|
6430
|
-
link?: string | undefined;
|
|
6431
|
-
showIconButton?: boolean | undefined;
|
|
6432
|
-
buttonIcon?: string | undefined;
|
|
6433
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
6434
|
-
buttons?: any[] | undefined;
|
|
6435
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6436
|
-
width?: number | undefined;
|
|
6437
|
-
enableTooltip?: boolean | undefined;
|
|
6438
|
-
fullWidthMobile?: boolean | undefined;
|
|
6439
6411
|
} | {
|
|
6440
6412
|
id: string;
|
|
6441
6413
|
controlType: "date";
|
|
@@ -6449,72 +6421,74 @@ export declare namespace Schemes {
|
|
|
6449
6421
|
maxDate?: string | undefined;
|
|
6450
6422
|
} | {
|
|
6451
6423
|
id: string;
|
|
6452
|
-
controlType: "
|
|
6424
|
+
controlType: "number";
|
|
6453
6425
|
title?: string | undefined;
|
|
6454
6426
|
description?: string | undefined;
|
|
6455
6427
|
icon?: string | undefined;
|
|
6456
6428
|
required?: boolean | undefined;
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6460
|
-
|
|
6429
|
+
placeholder?: string | undefined;
|
|
6430
|
+
variableName?: string | undefined;
|
|
6431
|
+
min?: number | undefined;
|
|
6432
|
+
max?: number | undefined;
|
|
6461
6433
|
} | {
|
|
6462
6434
|
id: string;
|
|
6463
|
-
|
|
6435
|
+
options: {
|
|
6436
|
+
id: string;
|
|
6437
|
+
label: string;
|
|
6438
|
+
}[];
|
|
6439
|
+
controlType: "multipleChoice";
|
|
6464
6440
|
title?: string | undefined;
|
|
6465
6441
|
description?: string | undefined;
|
|
6442
|
+
icon?: string | undefined;
|
|
6466
6443
|
required?: boolean | undefined;
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6444
|
+
variableName?: string | undefined;
|
|
6445
|
+
minOptions?: number | undefined;
|
|
6446
|
+
maxOptions?: number | undefined;
|
|
6447
|
+
showInput?: boolean | undefined;
|
|
6448
|
+
otherOption?: boolean | undefined;
|
|
6471
6449
|
} | {
|
|
6472
6450
|
id: string;
|
|
6473
|
-
controlType: "
|
|
6451
|
+
controlType: "slider";
|
|
6474
6452
|
title?: string | undefined;
|
|
6475
6453
|
description?: string | undefined;
|
|
6476
6454
|
icon?: string | undefined;
|
|
6477
6455
|
required?: boolean | undefined;
|
|
6478
|
-
placeholder?: string | undefined;
|
|
6479
6456
|
variableName?: string | undefined;
|
|
6480
6457
|
min?: number | undefined;
|
|
6481
6458
|
max?: number | undefined;
|
|
6482
6459
|
} | {
|
|
6460
|
+
id: string;
|
|
6483
6461
|
options: {
|
|
6484
6462
|
id: string;
|
|
6485
6463
|
label: string;
|
|
6486
6464
|
}[];
|
|
6487
|
-
|
|
6488
|
-
controlType: "choice";
|
|
6465
|
+
controlType: "dropdown";
|
|
6489
6466
|
title?: string | undefined;
|
|
6490
6467
|
description?: string | undefined;
|
|
6468
|
+
icon?: string | undefined;
|
|
6491
6469
|
required?: boolean | undefined;
|
|
6470
|
+
placeholder?: string | undefined;
|
|
6492
6471
|
variableName?: string | undefined;
|
|
6493
|
-
showInput?: boolean | undefined;
|
|
6494
|
-
otherOption?: boolean | undefined;
|
|
6495
6472
|
} | {
|
|
6473
|
+
id: string;
|
|
6496
6474
|
options: {
|
|
6497
6475
|
id: string;
|
|
6498
6476
|
label: string;
|
|
6499
6477
|
}[];
|
|
6500
|
-
|
|
6501
|
-
controlType: "multipleChoice";
|
|
6478
|
+
controlType: "choice";
|
|
6502
6479
|
title?: string | undefined;
|
|
6503
6480
|
description?: string | undefined;
|
|
6504
|
-
icon?: string | undefined;
|
|
6505
6481
|
required?: boolean | undefined;
|
|
6506
6482
|
variableName?: string | undefined;
|
|
6507
6483
|
showInput?: boolean | undefined;
|
|
6508
6484
|
otherOption?: boolean | undefined;
|
|
6509
|
-
minOptions?: number | undefined;
|
|
6510
|
-
maxOptions?: number | undefined;
|
|
6511
6485
|
} | {
|
|
6486
|
+
id: string;
|
|
6512
6487
|
options: {
|
|
6513
6488
|
id: string;
|
|
6514
6489
|
label: string;
|
|
6515
6490
|
image?: string | undefined;
|
|
6516
6491
|
}[];
|
|
6517
|
-
id: string;
|
|
6518
6492
|
controlType: "pictureChoice";
|
|
6519
6493
|
title?: string | undefined;
|
|
6520
6494
|
description?: string | undefined;
|
|
@@ -6523,21 +6497,21 @@ export declare namespace Schemes {
|
|
|
6523
6497
|
variableName?: string | undefined;
|
|
6524
6498
|
showInput?: boolean | undefined;
|
|
6525
6499
|
} | {
|
|
6526
|
-
options: {
|
|
6527
|
-
id: string;
|
|
6528
|
-
label: string;
|
|
6529
|
-
}[];
|
|
6530
6500
|
id: string;
|
|
6531
|
-
controlType: "
|
|
6501
|
+
controlType: "upload";
|
|
6532
6502
|
title?: string | undefined;
|
|
6533
6503
|
description?: string | undefined;
|
|
6534
6504
|
icon?: string | undefined;
|
|
6535
6505
|
required?: boolean | undefined;
|
|
6536
|
-
placeholder?: string | undefined;
|
|
6537
6506
|
variableName?: string | undefined;
|
|
6507
|
+
multiple?: boolean | undefined;
|
|
6508
|
+
maxFiles?: number | undefined;
|
|
6509
|
+
minFiles?: number | undefined;
|
|
6510
|
+
accept?: string[] | undefined;
|
|
6511
|
+
maxSize?: number | undefined;
|
|
6538
6512
|
} | {
|
|
6539
6513
|
id: string;
|
|
6540
|
-
controlType: "
|
|
6514
|
+
controlType: "location";
|
|
6541
6515
|
title?: string | undefined;
|
|
6542
6516
|
description?: string | undefined;
|
|
6543
6517
|
icon?: string | undefined;
|
|
@@ -6546,7 +6520,7 @@ export declare namespace Schemes {
|
|
|
6546
6520
|
variableName?: string | undefined;
|
|
6547
6521
|
} | {
|
|
6548
6522
|
id: string;
|
|
6549
|
-
controlType: "
|
|
6523
|
+
controlType: "phone";
|
|
6550
6524
|
title?: string | undefined;
|
|
6551
6525
|
description?: string | undefined;
|
|
6552
6526
|
icon?: string | undefined;
|
|
@@ -6555,7 +6529,7 @@ export declare namespace Schemes {
|
|
|
6555
6529
|
variableName?: string | undefined;
|
|
6556
6530
|
} | {
|
|
6557
6531
|
id: string;
|
|
6558
|
-
controlType: "
|
|
6532
|
+
controlType: "email";
|
|
6559
6533
|
title?: string | undefined;
|
|
6560
6534
|
description?: string | undefined;
|
|
6561
6535
|
icon?: string | undefined;
|
|
@@ -6564,37 +6538,62 @@ export declare namespace Schemes {
|
|
|
6564
6538
|
variableName?: string | undefined;
|
|
6565
6539
|
} | {
|
|
6566
6540
|
id: string;
|
|
6567
|
-
controlType: "
|
|
6541
|
+
controlType: "yesNo";
|
|
6568
6542
|
title?: string | undefined;
|
|
6569
6543
|
description?: string | undefined;
|
|
6570
6544
|
icon?: string | undefined;
|
|
6571
6545
|
required?: boolean | undefined;
|
|
6572
6546
|
variableName?: string | undefined;
|
|
6573
|
-
|
|
6574
|
-
|
|
6547
|
+
yesLabel?: string | undefined;
|
|
6548
|
+
noLabel?: string | undefined;
|
|
6575
6549
|
} | {
|
|
6576
6550
|
id: string;
|
|
6577
|
-
controlType: "
|
|
6551
|
+
controlType: "longText";
|
|
6578
6552
|
title?: string | undefined;
|
|
6579
6553
|
description?: string | undefined;
|
|
6580
6554
|
icon?: string | undefined;
|
|
6581
6555
|
required?: boolean | undefined;
|
|
6556
|
+
placeholder?: string | undefined;
|
|
6557
|
+
minLength?: number | undefined;
|
|
6558
|
+
maxLength?: number | undefined;
|
|
6582
6559
|
variableName?: string | undefined;
|
|
6583
|
-
multiple?: boolean | undefined;
|
|
6584
|
-
maxFiles?: number | undefined;
|
|
6585
|
-
minFiles?: number | undefined;
|
|
6586
|
-
accept?: string[] | undefined;
|
|
6587
|
-
maxSize?: number | undefined;
|
|
6588
6560
|
} | {
|
|
6589
6561
|
id: string;
|
|
6590
|
-
controlType: "
|
|
6562
|
+
controlType: "start";
|
|
6591
6563
|
title?: string | undefined;
|
|
6592
6564
|
description?: string | undefined;
|
|
6593
6565
|
icon?: string | undefined;
|
|
6594
6566
|
required?: boolean | undefined;
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6567
|
+
label?: string | undefined;
|
|
6568
|
+
showButton?: boolean | undefined;
|
|
6569
|
+
buttonIcon?: string | undefined;
|
|
6570
|
+
showIconButton?: boolean | undefined;
|
|
6571
|
+
} | {
|
|
6572
|
+
id: string;
|
|
6573
|
+
controlType: "confirm";
|
|
6574
|
+
title?: string | undefined;
|
|
6575
|
+
description?: string | undefined;
|
|
6576
|
+
required?: boolean | undefined;
|
|
6577
|
+
label?: string | undefined;
|
|
6578
|
+
showButton?: boolean | undefined;
|
|
6579
|
+
buttonIcon?: string | undefined;
|
|
6580
|
+
link?: string | undefined;
|
|
6581
|
+
} | {
|
|
6582
|
+
id: string;
|
|
6583
|
+
controlType: "button";
|
|
6584
|
+
title?: string | undefined;
|
|
6585
|
+
description?: string | undefined;
|
|
6586
|
+
required?: boolean | undefined;
|
|
6587
|
+
label?: string | undefined;
|
|
6588
|
+
buttonIcon?: string | undefined;
|
|
6589
|
+
showIconButton?: boolean | undefined;
|
|
6590
|
+
link?: string | undefined;
|
|
6591
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
6592
|
+
buttons?: any[] | undefined;
|
|
6593
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6594
|
+
width?: number | undefined;
|
|
6595
|
+
enableTooltip?: boolean | undefined;
|
|
6596
|
+
fullWidthMobile?: boolean | undefined;
|
|
6598
6597
|
} | {
|
|
6599
6598
|
id: string;
|
|
6600
6599
|
controlType: "rating";
|
|
@@ -6604,14 +6603,15 @@ export declare namespace Schemes {
|
|
|
6604
6603
|
variableName?: string | undefined;
|
|
6605
6604
|
count?: number | undefined;
|
|
6606
6605
|
})[];
|
|
6606
|
+
trigger: string;
|
|
6607
6607
|
isStart?: boolean | undefined;
|
|
6608
6608
|
isEnd?: boolean | undefined;
|
|
6609
6609
|
autoSubmit?: boolean | undefined;
|
|
6610
6610
|
confirmLabel?: string | undefined;
|
|
6611
6611
|
media?: {
|
|
6612
|
+
image?: string | undefined;
|
|
6612
6613
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
6613
6614
|
brightness?: number | undefined;
|
|
6614
|
-
image?: string | undefined;
|
|
6615
6615
|
video?: string | undefined;
|
|
6616
6616
|
videoThumb?: string | undefined;
|
|
6617
6617
|
color?: string | undefined;
|
|
@@ -6619,22 +6619,12 @@ export declare namespace Schemes {
|
|
|
6619
6619
|
blur?: number | undefined;
|
|
6620
6620
|
} | undefined;
|
|
6621
6621
|
conditions?: {
|
|
6622
|
+
trigger: string;
|
|
6622
6623
|
controlId: string;
|
|
6623
6624
|
operator: string;
|
|
6624
|
-
trigger: string;
|
|
6625
6625
|
compareValue?: string | undefined;
|
|
6626
6626
|
}[] | undefined;
|
|
6627
6627
|
theme?: {
|
|
6628
|
-
background?: {
|
|
6629
|
-
brightness?: number | undefined;
|
|
6630
|
-
image?: string | undefined;
|
|
6631
|
-
color?: string | undefined;
|
|
6632
|
-
blur?: number | undefined;
|
|
6633
|
-
opacity?: number | undefined;
|
|
6634
|
-
fit?: string | undefined;
|
|
6635
|
-
blendMode?: string | undefined;
|
|
6636
|
-
} | undefined;
|
|
6637
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
6638
6628
|
title?: {
|
|
6639
6629
|
color?: string | undefined;
|
|
6640
6630
|
fontSize?: number | undefined;
|
|
@@ -6647,6 +6637,16 @@ export declare namespace Schemes {
|
|
|
6647
6637
|
fontWeight?: number | undefined;
|
|
6648
6638
|
fontFamily?: string | undefined;
|
|
6649
6639
|
} | undefined;
|
|
6640
|
+
background?: {
|
|
6641
|
+
image?: string | undefined;
|
|
6642
|
+
brightness?: number | undefined;
|
|
6643
|
+
color?: string | undefined;
|
|
6644
|
+
blur?: number | undefined;
|
|
6645
|
+
opacity?: number | undefined;
|
|
6646
|
+
fit?: string | undefined;
|
|
6647
|
+
blendMode?: string | undefined;
|
|
6648
|
+
} | undefined;
|
|
6649
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
6650
6650
|
align?: "start" | "center" | "end" | undefined;
|
|
6651
6651
|
listStyle?: string | undefined;
|
|
6652
6652
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -6677,46 +6677,18 @@ export declare namespace Schemes {
|
|
|
6677
6677
|
} | undefined;
|
|
6678
6678
|
}[] | undefined;
|
|
6679
6679
|
listStep?: {
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
variableName?: string | undefined;
|
|
6693
|
-
} | {
|
|
6694
|
-
id: string;
|
|
6695
|
-
controlType: "longText";
|
|
6696
|
-
title?: string | undefined;
|
|
6697
|
-
description?: string | undefined;
|
|
6698
|
-
icon?: string | undefined;
|
|
6699
|
-
required?: boolean | undefined;
|
|
6700
|
-
placeholder?: string | undefined;
|
|
6701
|
-
minLength?: number | undefined;
|
|
6702
|
-
maxLength?: number | undefined;
|
|
6703
|
-
variableName?: string | undefined;
|
|
6704
|
-
} | {
|
|
6705
|
-
id: string;
|
|
6706
|
-
controlType: "button";
|
|
6707
|
-
title?: string | undefined;
|
|
6708
|
-
description?: string | undefined;
|
|
6709
|
-
required?: boolean | undefined;
|
|
6710
|
-
label?: string | undefined;
|
|
6711
|
-
link?: string | undefined;
|
|
6712
|
-
showIconButton?: boolean | undefined;
|
|
6713
|
-
buttonIcon?: string | undefined;
|
|
6714
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
6715
|
-
buttons?: any[] | undefined;
|
|
6716
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6717
|
-
width?: number | undefined;
|
|
6718
|
-
enableTooltip?: boolean | undefined;
|
|
6719
|
-
fullWidthMobile?: boolean | undefined;
|
|
6680
|
+
id: string;
|
|
6681
|
+
controls: ({
|
|
6682
|
+
id: string;
|
|
6683
|
+
controlType: "text";
|
|
6684
|
+
title?: string | undefined;
|
|
6685
|
+
description?: string | undefined;
|
|
6686
|
+
icon?: string | undefined;
|
|
6687
|
+
required?: boolean | undefined;
|
|
6688
|
+
placeholder?: string | undefined;
|
|
6689
|
+
minLength?: number | undefined;
|
|
6690
|
+
maxLength?: number | undefined;
|
|
6691
|
+
variableName?: string | undefined;
|
|
6720
6692
|
} | {
|
|
6721
6693
|
id: string;
|
|
6722
6694
|
controlType: "date";
|
|
@@ -6730,72 +6702,74 @@ export declare namespace Schemes {
|
|
|
6730
6702
|
maxDate?: string | undefined;
|
|
6731
6703
|
} | {
|
|
6732
6704
|
id: string;
|
|
6733
|
-
controlType: "
|
|
6705
|
+
controlType: "number";
|
|
6734
6706
|
title?: string | undefined;
|
|
6735
6707
|
description?: string | undefined;
|
|
6736
6708
|
icon?: string | undefined;
|
|
6737
6709
|
required?: boolean | undefined;
|
|
6738
|
-
|
|
6739
|
-
|
|
6740
|
-
|
|
6741
|
-
|
|
6710
|
+
placeholder?: string | undefined;
|
|
6711
|
+
variableName?: string | undefined;
|
|
6712
|
+
min?: number | undefined;
|
|
6713
|
+
max?: number | undefined;
|
|
6742
6714
|
} | {
|
|
6743
6715
|
id: string;
|
|
6744
|
-
|
|
6716
|
+
options: {
|
|
6717
|
+
id: string;
|
|
6718
|
+
label: string;
|
|
6719
|
+
}[];
|
|
6720
|
+
controlType: "multipleChoice";
|
|
6745
6721
|
title?: string | undefined;
|
|
6746
6722
|
description?: string | undefined;
|
|
6723
|
+
icon?: string | undefined;
|
|
6747
6724
|
required?: boolean | undefined;
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
|
|
6751
|
-
|
|
6725
|
+
variableName?: string | undefined;
|
|
6726
|
+
minOptions?: number | undefined;
|
|
6727
|
+
maxOptions?: number | undefined;
|
|
6728
|
+
showInput?: boolean | undefined;
|
|
6729
|
+
otherOption?: boolean | undefined;
|
|
6752
6730
|
} | {
|
|
6753
6731
|
id: string;
|
|
6754
|
-
controlType: "
|
|
6732
|
+
controlType: "slider";
|
|
6755
6733
|
title?: string | undefined;
|
|
6756
6734
|
description?: string | undefined;
|
|
6757
6735
|
icon?: string | undefined;
|
|
6758
6736
|
required?: boolean | undefined;
|
|
6759
|
-
placeholder?: string | undefined;
|
|
6760
6737
|
variableName?: string | undefined;
|
|
6761
6738
|
min?: number | undefined;
|
|
6762
6739
|
max?: number | undefined;
|
|
6763
6740
|
} | {
|
|
6741
|
+
id: string;
|
|
6764
6742
|
options: {
|
|
6765
6743
|
id: string;
|
|
6766
6744
|
label: string;
|
|
6767
6745
|
}[];
|
|
6768
|
-
|
|
6769
|
-
controlType: "choice";
|
|
6746
|
+
controlType: "dropdown";
|
|
6770
6747
|
title?: string | undefined;
|
|
6771
6748
|
description?: string | undefined;
|
|
6749
|
+
icon?: string | undefined;
|
|
6772
6750
|
required?: boolean | undefined;
|
|
6751
|
+
placeholder?: string | undefined;
|
|
6773
6752
|
variableName?: string | undefined;
|
|
6774
|
-
showInput?: boolean | undefined;
|
|
6775
|
-
otherOption?: boolean | undefined;
|
|
6776
6753
|
} | {
|
|
6754
|
+
id: string;
|
|
6777
6755
|
options: {
|
|
6778
6756
|
id: string;
|
|
6779
6757
|
label: string;
|
|
6780
6758
|
}[];
|
|
6781
|
-
|
|
6782
|
-
controlType: "multipleChoice";
|
|
6759
|
+
controlType: "choice";
|
|
6783
6760
|
title?: string | undefined;
|
|
6784
6761
|
description?: string | undefined;
|
|
6785
|
-
icon?: string | undefined;
|
|
6786
6762
|
required?: boolean | undefined;
|
|
6787
6763
|
variableName?: string | undefined;
|
|
6788
6764
|
showInput?: boolean | undefined;
|
|
6789
6765
|
otherOption?: boolean | undefined;
|
|
6790
|
-
minOptions?: number | undefined;
|
|
6791
|
-
maxOptions?: number | undefined;
|
|
6792
6766
|
} | {
|
|
6767
|
+
id: string;
|
|
6793
6768
|
options: {
|
|
6794
6769
|
id: string;
|
|
6795
6770
|
label: string;
|
|
6796
6771
|
image?: string | undefined;
|
|
6797
6772
|
}[];
|
|
6798
|
-
id: string;
|
|
6799
6773
|
controlType: "pictureChoice";
|
|
6800
6774
|
title?: string | undefined;
|
|
6801
6775
|
description?: string | undefined;
|
|
@@ -6804,21 +6778,21 @@ export declare namespace Schemes {
|
|
|
6804
6778
|
variableName?: string | undefined;
|
|
6805
6779
|
showInput?: boolean | undefined;
|
|
6806
6780
|
} | {
|
|
6807
|
-
options: {
|
|
6808
|
-
id: string;
|
|
6809
|
-
label: string;
|
|
6810
|
-
}[];
|
|
6811
6781
|
id: string;
|
|
6812
|
-
controlType: "
|
|
6782
|
+
controlType: "upload";
|
|
6813
6783
|
title?: string | undefined;
|
|
6814
6784
|
description?: string | undefined;
|
|
6815
6785
|
icon?: string | undefined;
|
|
6816
6786
|
required?: boolean | undefined;
|
|
6817
|
-
placeholder?: string | undefined;
|
|
6818
6787
|
variableName?: string | undefined;
|
|
6788
|
+
multiple?: boolean | undefined;
|
|
6789
|
+
maxFiles?: number | undefined;
|
|
6790
|
+
minFiles?: number | undefined;
|
|
6791
|
+
accept?: string[] | undefined;
|
|
6792
|
+
maxSize?: number | undefined;
|
|
6819
6793
|
} | {
|
|
6820
6794
|
id: string;
|
|
6821
|
-
controlType: "
|
|
6795
|
+
controlType: "location";
|
|
6822
6796
|
title?: string | undefined;
|
|
6823
6797
|
description?: string | undefined;
|
|
6824
6798
|
icon?: string | undefined;
|
|
@@ -6827,7 +6801,7 @@ export declare namespace Schemes {
|
|
|
6827
6801
|
variableName?: string | undefined;
|
|
6828
6802
|
} | {
|
|
6829
6803
|
id: string;
|
|
6830
|
-
controlType: "
|
|
6804
|
+
controlType: "phone";
|
|
6831
6805
|
title?: string | undefined;
|
|
6832
6806
|
description?: string | undefined;
|
|
6833
6807
|
icon?: string | undefined;
|
|
@@ -6836,7 +6810,7 @@ export declare namespace Schemes {
|
|
|
6836
6810
|
variableName?: string | undefined;
|
|
6837
6811
|
} | {
|
|
6838
6812
|
id: string;
|
|
6839
|
-
controlType: "
|
|
6813
|
+
controlType: "email";
|
|
6840
6814
|
title?: string | undefined;
|
|
6841
6815
|
description?: string | undefined;
|
|
6842
6816
|
icon?: string | undefined;
|
|
@@ -6845,37 +6819,62 @@ export declare namespace Schemes {
|
|
|
6845
6819
|
variableName?: string | undefined;
|
|
6846
6820
|
} | {
|
|
6847
6821
|
id: string;
|
|
6848
|
-
controlType: "
|
|
6822
|
+
controlType: "yesNo";
|
|
6849
6823
|
title?: string | undefined;
|
|
6850
6824
|
description?: string | undefined;
|
|
6851
6825
|
icon?: string | undefined;
|
|
6852
6826
|
required?: boolean | undefined;
|
|
6853
6827
|
variableName?: string | undefined;
|
|
6854
|
-
|
|
6855
|
-
|
|
6828
|
+
yesLabel?: string | undefined;
|
|
6829
|
+
noLabel?: string | undefined;
|
|
6856
6830
|
} | {
|
|
6857
6831
|
id: string;
|
|
6858
|
-
controlType: "
|
|
6832
|
+
controlType: "longText";
|
|
6859
6833
|
title?: string | undefined;
|
|
6860
6834
|
description?: string | undefined;
|
|
6861
6835
|
icon?: string | undefined;
|
|
6862
6836
|
required?: boolean | undefined;
|
|
6837
|
+
placeholder?: string | undefined;
|
|
6838
|
+
minLength?: number | undefined;
|
|
6839
|
+
maxLength?: number | undefined;
|
|
6863
6840
|
variableName?: string | undefined;
|
|
6864
|
-
multiple?: boolean | undefined;
|
|
6865
|
-
maxFiles?: number | undefined;
|
|
6866
|
-
minFiles?: number | undefined;
|
|
6867
|
-
accept?: string[] | undefined;
|
|
6868
|
-
maxSize?: number | undefined;
|
|
6869
6841
|
} | {
|
|
6870
6842
|
id: string;
|
|
6871
|
-
controlType: "
|
|
6843
|
+
controlType: "start";
|
|
6872
6844
|
title?: string | undefined;
|
|
6873
6845
|
description?: string | undefined;
|
|
6874
6846
|
icon?: string | undefined;
|
|
6875
6847
|
required?: boolean | undefined;
|
|
6876
|
-
|
|
6877
|
-
|
|
6878
|
-
|
|
6848
|
+
label?: string | undefined;
|
|
6849
|
+
showButton?: boolean | undefined;
|
|
6850
|
+
buttonIcon?: string | undefined;
|
|
6851
|
+
showIconButton?: boolean | undefined;
|
|
6852
|
+
} | {
|
|
6853
|
+
id: string;
|
|
6854
|
+
controlType: "confirm";
|
|
6855
|
+
title?: string | undefined;
|
|
6856
|
+
description?: string | undefined;
|
|
6857
|
+
required?: boolean | undefined;
|
|
6858
|
+
label?: string | undefined;
|
|
6859
|
+
showButton?: boolean | undefined;
|
|
6860
|
+
buttonIcon?: string | undefined;
|
|
6861
|
+
link?: string | undefined;
|
|
6862
|
+
} | {
|
|
6863
|
+
id: string;
|
|
6864
|
+
controlType: "button";
|
|
6865
|
+
title?: string | undefined;
|
|
6866
|
+
description?: string | undefined;
|
|
6867
|
+
required?: boolean | undefined;
|
|
6868
|
+
label?: string | undefined;
|
|
6869
|
+
buttonIcon?: string | undefined;
|
|
6870
|
+
showIconButton?: boolean | undefined;
|
|
6871
|
+
link?: string | undefined;
|
|
6872
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
6873
|
+
buttons?: any[] | undefined;
|
|
6874
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6875
|
+
width?: number | undefined;
|
|
6876
|
+
enableTooltip?: boolean | undefined;
|
|
6877
|
+
fullWidthMobile?: boolean | undefined;
|
|
6879
6878
|
} | {
|
|
6880
6879
|
id: string;
|
|
6881
6880
|
controlType: "rating";
|
|
@@ -6885,14 +6884,15 @@ export declare namespace Schemes {
|
|
|
6885
6884
|
variableName?: string | undefined;
|
|
6886
6885
|
count?: number | undefined;
|
|
6887
6886
|
})[];
|
|
6887
|
+
trigger: string;
|
|
6888
6888
|
isStart?: boolean | undefined;
|
|
6889
6889
|
isEnd?: boolean | undefined;
|
|
6890
6890
|
autoSubmit?: boolean | undefined;
|
|
6891
6891
|
confirmLabel?: string | undefined;
|
|
6892
6892
|
media?: {
|
|
6893
|
+
image?: string | undefined;
|
|
6893
6894
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
6894
6895
|
brightness?: number | undefined;
|
|
6895
|
-
image?: string | undefined;
|
|
6896
6896
|
video?: string | undefined;
|
|
6897
6897
|
videoThumb?: string | undefined;
|
|
6898
6898
|
color?: string | undefined;
|
|
@@ -6900,22 +6900,12 @@ export declare namespace Schemes {
|
|
|
6900
6900
|
blur?: number | undefined;
|
|
6901
6901
|
} | undefined;
|
|
6902
6902
|
conditions?: {
|
|
6903
|
+
trigger: string;
|
|
6903
6904
|
controlId: string;
|
|
6904
6905
|
operator: string;
|
|
6905
|
-
trigger: string;
|
|
6906
6906
|
compareValue?: string | undefined;
|
|
6907
6907
|
}[] | undefined;
|
|
6908
6908
|
theme?: {
|
|
6909
|
-
background?: {
|
|
6910
|
-
brightness?: number | undefined;
|
|
6911
|
-
image?: string | undefined;
|
|
6912
|
-
color?: string | undefined;
|
|
6913
|
-
blur?: number | undefined;
|
|
6914
|
-
opacity?: number | undefined;
|
|
6915
|
-
fit?: string | undefined;
|
|
6916
|
-
blendMode?: string | undefined;
|
|
6917
|
-
} | undefined;
|
|
6918
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
6919
6909
|
title?: {
|
|
6920
6910
|
color?: string | undefined;
|
|
6921
6911
|
fontSize?: number | undefined;
|
|
@@ -6928,6 +6918,16 @@ export declare namespace Schemes {
|
|
|
6928
6918
|
fontWeight?: number | undefined;
|
|
6929
6919
|
fontFamily?: string | undefined;
|
|
6930
6920
|
} | undefined;
|
|
6921
|
+
background?: {
|
|
6922
|
+
image?: string | undefined;
|
|
6923
|
+
brightness?: number | undefined;
|
|
6924
|
+
color?: string | undefined;
|
|
6925
|
+
blur?: number | undefined;
|
|
6926
|
+
opacity?: number | undefined;
|
|
6927
|
+
fit?: string | undefined;
|
|
6928
|
+
blendMode?: string | undefined;
|
|
6929
|
+
} | undefined;
|
|
6930
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
6931
6931
|
align?: "start" | "center" | "end" | undefined;
|
|
6932
6932
|
listStyle?: string | undefined;
|
|
6933
6933
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -6971,16 +6971,6 @@ export declare namespace Schemes {
|
|
|
6971
6971
|
} | undefined;
|
|
6972
6972
|
}, {
|
|
6973
6973
|
theme?: {
|
|
6974
|
-
background?: {
|
|
6975
|
-
brightness?: number | undefined;
|
|
6976
|
-
image?: string | undefined;
|
|
6977
|
-
color?: string | undefined;
|
|
6978
|
-
blur?: number | undefined;
|
|
6979
|
-
opacity?: number | undefined;
|
|
6980
|
-
fit?: string | undefined;
|
|
6981
|
-
blendMode?: string | undefined;
|
|
6982
|
-
} | undefined;
|
|
6983
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
6984
6974
|
title?: {
|
|
6985
6975
|
color?: string | undefined;
|
|
6986
6976
|
fontSize?: number | undefined;
|
|
@@ -6993,6 +6983,16 @@ export declare namespace Schemes {
|
|
|
6993
6983
|
fontWeight?: number | undefined;
|
|
6994
6984
|
fontFamily?: string | undefined;
|
|
6995
6985
|
} | undefined;
|
|
6986
|
+
background?: {
|
|
6987
|
+
image?: string | undefined;
|
|
6988
|
+
brightness?: number | undefined;
|
|
6989
|
+
color?: string | undefined;
|
|
6990
|
+
blur?: number | undefined;
|
|
6991
|
+
opacity?: number | undefined;
|
|
6992
|
+
fit?: string | undefined;
|
|
6993
|
+
blendMode?: string | undefined;
|
|
6994
|
+
} | undefined;
|
|
6995
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
6996
6996
|
align?: "start" | "center" | "end" | undefined;
|
|
6997
6997
|
listStyle?: string | undefined;
|
|
6998
6998
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -7018,7 +7018,6 @@ export declare namespace Schemes {
|
|
|
7018
7018
|
customCSS?: string | undefined;
|
|
7019
7019
|
} | undefined;
|
|
7020
7020
|
steps?: {
|
|
7021
|
-
trigger: string;
|
|
7022
7021
|
id: string;
|
|
7023
7022
|
controls: ({
|
|
7024
7023
|
id: string;
|
|
@@ -7033,80 +7032,71 @@ export declare namespace Schemes {
|
|
|
7033
7032
|
variableName?: string | undefined;
|
|
7034
7033
|
} | {
|
|
7035
7034
|
id: string;
|
|
7036
|
-
controlType: "
|
|
7035
|
+
controlType: "date";
|
|
7037
7036
|
title?: string | undefined;
|
|
7038
7037
|
description?: string | undefined;
|
|
7039
7038
|
icon?: string | undefined;
|
|
7040
7039
|
required?: boolean | undefined;
|
|
7041
7040
|
placeholder?: string | undefined;
|
|
7042
|
-
minLength?: number | undefined;
|
|
7043
|
-
maxLength?: number | undefined;
|
|
7044
7041
|
variableName?: string | undefined;
|
|
7042
|
+
minDate?: string | undefined;
|
|
7043
|
+
maxDate?: string | undefined;
|
|
7045
7044
|
} | {
|
|
7046
7045
|
id: string;
|
|
7047
|
-
controlType: "
|
|
7048
|
-
title?: string | undefined;
|
|
7049
|
-
description?: string | undefined;
|
|
7050
|
-
required?: boolean | undefined;
|
|
7051
|
-
label?: string | undefined;
|
|
7052
|
-
link?: string | undefined;
|
|
7053
|
-
showIconButton?: boolean | undefined;
|
|
7054
|
-
buttonIcon?: string | undefined;
|
|
7055
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
7056
|
-
buttons?: any[] | undefined;
|
|
7057
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7058
|
-
width?: number | undefined;
|
|
7059
|
-
enableTooltip?: boolean | undefined;
|
|
7060
|
-
fullWidthMobile?: boolean | undefined;
|
|
7061
|
-
} | {
|
|
7062
|
-
id: string;
|
|
7063
|
-
controlType: "date";
|
|
7046
|
+
controlType: "number";
|
|
7064
7047
|
title?: string | undefined;
|
|
7065
7048
|
description?: string | undefined;
|
|
7066
7049
|
icon?: string | undefined;
|
|
7067
7050
|
required?: boolean | undefined;
|
|
7068
7051
|
placeholder?: string | undefined;
|
|
7069
7052
|
variableName?: string | undefined;
|
|
7070
|
-
|
|
7071
|
-
|
|
7053
|
+
min?: number | undefined;
|
|
7054
|
+
max?: number | undefined;
|
|
7072
7055
|
} | {
|
|
7073
7056
|
id: string;
|
|
7074
|
-
|
|
7057
|
+
options: {
|
|
7058
|
+
id: string;
|
|
7059
|
+
label: string;
|
|
7060
|
+
}[];
|
|
7061
|
+
controlType: "multipleChoice";
|
|
7075
7062
|
title?: string | undefined;
|
|
7076
7063
|
description?: string | undefined;
|
|
7077
7064
|
icon?: string | undefined;
|
|
7078
7065
|
required?: boolean | undefined;
|
|
7079
|
-
|
|
7080
|
-
|
|
7081
|
-
|
|
7082
|
-
|
|
7066
|
+
variableName?: string | undefined;
|
|
7067
|
+
minOptions?: number | undefined;
|
|
7068
|
+
maxOptions?: number | undefined;
|
|
7069
|
+
showInput?: boolean | undefined;
|
|
7070
|
+
otherOption?: boolean | undefined;
|
|
7083
7071
|
} | {
|
|
7084
7072
|
id: string;
|
|
7085
|
-
controlType: "
|
|
7073
|
+
controlType: "slider";
|
|
7086
7074
|
title?: string | undefined;
|
|
7087
7075
|
description?: string | undefined;
|
|
7076
|
+
icon?: string | undefined;
|
|
7088
7077
|
required?: boolean | undefined;
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
showButton?: boolean | undefined;
|
|
7078
|
+
variableName?: string | undefined;
|
|
7079
|
+
min?: number | undefined;
|
|
7080
|
+
max?: number | undefined;
|
|
7093
7081
|
} | {
|
|
7094
7082
|
id: string;
|
|
7095
|
-
|
|
7083
|
+
options: {
|
|
7084
|
+
id: string;
|
|
7085
|
+
label: string;
|
|
7086
|
+
}[];
|
|
7087
|
+
controlType: "dropdown";
|
|
7096
7088
|
title?: string | undefined;
|
|
7097
7089
|
description?: string | undefined;
|
|
7098
7090
|
icon?: string | undefined;
|
|
7099
7091
|
required?: boolean | undefined;
|
|
7100
7092
|
placeholder?: string | undefined;
|
|
7101
7093
|
variableName?: string | undefined;
|
|
7102
|
-
min?: number | undefined;
|
|
7103
|
-
max?: number | undefined;
|
|
7104
7094
|
} | {
|
|
7095
|
+
id: string;
|
|
7105
7096
|
options: {
|
|
7106
7097
|
id: string;
|
|
7107
7098
|
label: string;
|
|
7108
7099
|
}[];
|
|
7109
|
-
id: string;
|
|
7110
7100
|
controlType: "choice";
|
|
7111
7101
|
title?: string | undefined;
|
|
7112
7102
|
description?: string | undefined;
|
|
@@ -7115,42 +7105,44 @@ export declare namespace Schemes {
|
|
|
7115
7105
|
showInput?: boolean | undefined;
|
|
7116
7106
|
otherOption?: boolean | undefined;
|
|
7117
7107
|
} | {
|
|
7108
|
+
id: string;
|
|
7118
7109
|
options: {
|
|
7119
7110
|
id: string;
|
|
7120
7111
|
label: string;
|
|
7112
|
+
image?: string | undefined;
|
|
7121
7113
|
}[];
|
|
7122
|
-
|
|
7123
|
-
controlType: "multipleChoice";
|
|
7114
|
+
controlType: "pictureChoice";
|
|
7124
7115
|
title?: string | undefined;
|
|
7125
7116
|
description?: string | undefined;
|
|
7126
7117
|
icon?: string | undefined;
|
|
7127
7118
|
required?: boolean | undefined;
|
|
7128
7119
|
variableName?: string | undefined;
|
|
7129
7120
|
showInput?: boolean | undefined;
|
|
7130
|
-
otherOption?: boolean | undefined;
|
|
7131
|
-
minOptions?: number | undefined;
|
|
7132
|
-
maxOptions?: number | undefined;
|
|
7133
7121
|
} | {
|
|
7134
|
-
options: {
|
|
7135
|
-
id: string;
|
|
7136
|
-
label: string;
|
|
7137
|
-
image?: string | undefined;
|
|
7138
|
-
}[];
|
|
7139
7122
|
id: string;
|
|
7140
|
-
controlType: "
|
|
7123
|
+
controlType: "upload";
|
|
7124
|
+
title?: string | undefined;
|
|
7125
|
+
description?: string | undefined;
|
|
7126
|
+
icon?: string | undefined;
|
|
7127
|
+
required?: boolean | undefined;
|
|
7128
|
+
variableName?: string | undefined;
|
|
7129
|
+
multiple?: boolean | undefined;
|
|
7130
|
+
maxFiles?: number | undefined;
|
|
7131
|
+
minFiles?: number | undefined;
|
|
7132
|
+
accept?: string[] | undefined;
|
|
7133
|
+
maxSize?: number | undefined;
|
|
7134
|
+
} | {
|
|
7135
|
+
id: string;
|
|
7136
|
+
controlType: "location";
|
|
7141
7137
|
title?: string | undefined;
|
|
7142
7138
|
description?: string | undefined;
|
|
7143
7139
|
icon?: string | undefined;
|
|
7144
7140
|
required?: boolean | undefined;
|
|
7141
|
+
placeholder?: string | undefined;
|
|
7145
7142
|
variableName?: string | undefined;
|
|
7146
|
-
showInput?: boolean | undefined;
|
|
7147
7143
|
} | {
|
|
7148
|
-
options: {
|
|
7149
|
-
id: string;
|
|
7150
|
-
label: string;
|
|
7151
|
-
}[];
|
|
7152
7144
|
id: string;
|
|
7153
|
-
controlType: "
|
|
7145
|
+
controlType: "phone";
|
|
7154
7146
|
title?: string | undefined;
|
|
7155
7147
|
description?: string | undefined;
|
|
7156
7148
|
icon?: string | undefined;
|
|
@@ -7168,55 +7160,62 @@ export declare namespace Schemes {
|
|
|
7168
7160
|
variableName?: string | undefined;
|
|
7169
7161
|
} | {
|
|
7170
7162
|
id: string;
|
|
7171
|
-
controlType: "
|
|
7163
|
+
controlType: "yesNo";
|
|
7172
7164
|
title?: string | undefined;
|
|
7173
7165
|
description?: string | undefined;
|
|
7174
7166
|
icon?: string | undefined;
|
|
7175
7167
|
required?: boolean | undefined;
|
|
7176
|
-
placeholder?: string | undefined;
|
|
7177
7168
|
variableName?: string | undefined;
|
|
7169
|
+
yesLabel?: string | undefined;
|
|
7170
|
+
noLabel?: string | undefined;
|
|
7178
7171
|
} | {
|
|
7179
7172
|
id: string;
|
|
7180
|
-
controlType: "
|
|
7173
|
+
controlType: "longText";
|
|
7181
7174
|
title?: string | undefined;
|
|
7182
7175
|
description?: string | undefined;
|
|
7183
7176
|
icon?: string | undefined;
|
|
7184
7177
|
required?: boolean | undefined;
|
|
7185
7178
|
placeholder?: string | undefined;
|
|
7179
|
+
minLength?: number | undefined;
|
|
7180
|
+
maxLength?: number | undefined;
|
|
7186
7181
|
variableName?: string | undefined;
|
|
7187
7182
|
} | {
|
|
7188
7183
|
id: string;
|
|
7189
|
-
controlType: "
|
|
7184
|
+
controlType: "start";
|
|
7190
7185
|
title?: string | undefined;
|
|
7191
7186
|
description?: string | undefined;
|
|
7192
7187
|
icon?: string | undefined;
|
|
7193
7188
|
required?: boolean | undefined;
|
|
7194
|
-
|
|
7195
|
-
|
|
7196
|
-
|
|
7189
|
+
label?: string | undefined;
|
|
7190
|
+
showButton?: boolean | undefined;
|
|
7191
|
+
buttonIcon?: string | undefined;
|
|
7192
|
+
showIconButton?: boolean | undefined;
|
|
7197
7193
|
} | {
|
|
7198
7194
|
id: string;
|
|
7199
|
-
controlType: "
|
|
7195
|
+
controlType: "confirm";
|
|
7200
7196
|
title?: string | undefined;
|
|
7201
7197
|
description?: string | undefined;
|
|
7202
|
-
icon?: string | undefined;
|
|
7203
7198
|
required?: boolean | undefined;
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
accept?: string[] | undefined;
|
|
7209
|
-
maxSize?: number | undefined;
|
|
7199
|
+
label?: string | undefined;
|
|
7200
|
+
showButton?: boolean | undefined;
|
|
7201
|
+
buttonIcon?: string | undefined;
|
|
7202
|
+
link?: string | undefined;
|
|
7210
7203
|
} | {
|
|
7211
7204
|
id: string;
|
|
7212
|
-
controlType: "
|
|
7205
|
+
controlType: "button";
|
|
7213
7206
|
title?: string | undefined;
|
|
7214
7207
|
description?: string | undefined;
|
|
7215
|
-
icon?: string | undefined;
|
|
7216
7208
|
required?: boolean | undefined;
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7209
|
+
label?: string | undefined;
|
|
7210
|
+
buttonIcon?: string | undefined;
|
|
7211
|
+
showIconButton?: boolean | undefined;
|
|
7212
|
+
link?: string | undefined;
|
|
7213
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
7214
|
+
buttons?: any[] | undefined;
|
|
7215
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7216
|
+
width?: number | undefined;
|
|
7217
|
+
enableTooltip?: boolean | undefined;
|
|
7218
|
+
fullWidthMobile?: boolean | undefined;
|
|
7220
7219
|
} | {
|
|
7221
7220
|
id: string;
|
|
7222
7221
|
controlType: "rating";
|
|
@@ -7226,14 +7225,15 @@ export declare namespace Schemes {
|
|
|
7226
7225
|
variableName?: string | undefined;
|
|
7227
7226
|
count?: number | undefined;
|
|
7228
7227
|
})[];
|
|
7228
|
+
trigger: string;
|
|
7229
7229
|
isStart?: boolean | undefined;
|
|
7230
7230
|
isEnd?: boolean | undefined;
|
|
7231
7231
|
autoSubmit?: boolean | undefined;
|
|
7232
7232
|
confirmLabel?: string | undefined;
|
|
7233
7233
|
media?: {
|
|
7234
|
+
image?: string | undefined;
|
|
7234
7235
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
7235
7236
|
brightness?: number | undefined;
|
|
7236
|
-
image?: string | undefined;
|
|
7237
7237
|
video?: string | undefined;
|
|
7238
7238
|
videoThumb?: string | undefined;
|
|
7239
7239
|
color?: string | undefined;
|
|
@@ -7241,22 +7241,12 @@ export declare namespace Schemes {
|
|
|
7241
7241
|
blur?: number | undefined;
|
|
7242
7242
|
} | undefined;
|
|
7243
7243
|
conditions?: {
|
|
7244
|
+
trigger: string;
|
|
7244
7245
|
controlId: string;
|
|
7245
7246
|
operator: string;
|
|
7246
|
-
trigger: string;
|
|
7247
7247
|
compareValue?: string | undefined;
|
|
7248
7248
|
}[] | undefined;
|
|
7249
7249
|
theme?: {
|
|
7250
|
-
background?: {
|
|
7251
|
-
brightness?: number | undefined;
|
|
7252
|
-
image?: string | undefined;
|
|
7253
|
-
color?: string | undefined;
|
|
7254
|
-
blur?: number | undefined;
|
|
7255
|
-
opacity?: number | undefined;
|
|
7256
|
-
fit?: string | undefined;
|
|
7257
|
-
blendMode?: string | undefined;
|
|
7258
|
-
} | undefined;
|
|
7259
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
7260
7250
|
title?: {
|
|
7261
7251
|
color?: string | undefined;
|
|
7262
7252
|
fontSize?: number | undefined;
|
|
@@ -7269,6 +7259,16 @@ export declare namespace Schemes {
|
|
|
7269
7259
|
fontWeight?: number | undefined;
|
|
7270
7260
|
fontFamily?: string | undefined;
|
|
7271
7261
|
} | undefined;
|
|
7262
|
+
background?: {
|
|
7263
|
+
image?: string | undefined;
|
|
7264
|
+
brightness?: number | undefined;
|
|
7265
|
+
color?: string | undefined;
|
|
7266
|
+
blur?: number | undefined;
|
|
7267
|
+
opacity?: number | undefined;
|
|
7268
|
+
fit?: string | undefined;
|
|
7269
|
+
blendMode?: string | undefined;
|
|
7270
|
+
} | undefined;
|
|
7271
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
7272
7272
|
align?: "start" | "center" | "end" | undefined;
|
|
7273
7273
|
listStyle?: string | undefined;
|
|
7274
7274
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|
|
@@ -7299,7 +7299,6 @@ export declare namespace Schemes {
|
|
|
7299
7299
|
} | undefined;
|
|
7300
7300
|
}[] | undefined;
|
|
7301
7301
|
listStep?: {
|
|
7302
|
-
trigger: string;
|
|
7303
7302
|
id: string;
|
|
7304
7303
|
controls: ({
|
|
7305
7304
|
id: string;
|
|
@@ -7312,33 +7311,6 @@ export declare namespace Schemes {
|
|
|
7312
7311
|
minLength?: number | undefined;
|
|
7313
7312
|
maxLength?: number | undefined;
|
|
7314
7313
|
variableName?: string | undefined;
|
|
7315
|
-
} | {
|
|
7316
|
-
id: string;
|
|
7317
|
-
controlType: "longText";
|
|
7318
|
-
title?: string | undefined;
|
|
7319
|
-
description?: string | undefined;
|
|
7320
|
-
icon?: string | undefined;
|
|
7321
|
-
required?: boolean | undefined;
|
|
7322
|
-
placeholder?: string | undefined;
|
|
7323
|
-
minLength?: number | undefined;
|
|
7324
|
-
maxLength?: number | undefined;
|
|
7325
|
-
variableName?: string | undefined;
|
|
7326
|
-
} | {
|
|
7327
|
-
id: string;
|
|
7328
|
-
controlType: "button";
|
|
7329
|
-
title?: string | undefined;
|
|
7330
|
-
description?: string | undefined;
|
|
7331
|
-
required?: boolean | undefined;
|
|
7332
|
-
label?: string | undefined;
|
|
7333
|
-
link?: string | undefined;
|
|
7334
|
-
showIconButton?: boolean | undefined;
|
|
7335
|
-
buttonIcon?: string | undefined;
|
|
7336
|
-
alignButton?: "start" | "center" | "end" | undefined;
|
|
7337
|
-
buttons?: any[] | undefined;
|
|
7338
|
-
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7339
|
-
width?: number | undefined;
|
|
7340
|
-
enableTooltip?: boolean | undefined;
|
|
7341
|
-
fullWidthMobile?: boolean | undefined;
|
|
7342
7314
|
} | {
|
|
7343
7315
|
id: string;
|
|
7344
7316
|
controlType: "date";
|
|
@@ -7352,72 +7324,74 @@ export declare namespace Schemes {
|
|
|
7352
7324
|
maxDate?: string | undefined;
|
|
7353
7325
|
} | {
|
|
7354
7326
|
id: string;
|
|
7355
|
-
controlType: "
|
|
7327
|
+
controlType: "number";
|
|
7356
7328
|
title?: string | undefined;
|
|
7357
7329
|
description?: string | undefined;
|
|
7358
7330
|
icon?: string | undefined;
|
|
7359
7331
|
required?: boolean | undefined;
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7363
|
-
|
|
7332
|
+
placeholder?: string | undefined;
|
|
7333
|
+
variableName?: string | undefined;
|
|
7334
|
+
min?: number | undefined;
|
|
7335
|
+
max?: number | undefined;
|
|
7364
7336
|
} | {
|
|
7365
7337
|
id: string;
|
|
7366
|
-
|
|
7338
|
+
options: {
|
|
7339
|
+
id: string;
|
|
7340
|
+
label: string;
|
|
7341
|
+
}[];
|
|
7342
|
+
controlType: "multipleChoice";
|
|
7367
7343
|
title?: string | undefined;
|
|
7368
7344
|
description?: string | undefined;
|
|
7345
|
+
icon?: string | undefined;
|
|
7369
7346
|
required?: boolean | undefined;
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
|
|
7373
|
-
|
|
7347
|
+
variableName?: string | undefined;
|
|
7348
|
+
minOptions?: number | undefined;
|
|
7349
|
+
maxOptions?: number | undefined;
|
|
7350
|
+
showInput?: boolean | undefined;
|
|
7351
|
+
otherOption?: boolean | undefined;
|
|
7374
7352
|
} | {
|
|
7375
7353
|
id: string;
|
|
7376
|
-
controlType: "
|
|
7354
|
+
controlType: "slider";
|
|
7377
7355
|
title?: string | undefined;
|
|
7378
7356
|
description?: string | undefined;
|
|
7379
7357
|
icon?: string | undefined;
|
|
7380
7358
|
required?: boolean | undefined;
|
|
7381
|
-
placeholder?: string | undefined;
|
|
7382
7359
|
variableName?: string | undefined;
|
|
7383
7360
|
min?: number | undefined;
|
|
7384
7361
|
max?: number | undefined;
|
|
7385
7362
|
} | {
|
|
7363
|
+
id: string;
|
|
7386
7364
|
options: {
|
|
7387
7365
|
id: string;
|
|
7388
7366
|
label: string;
|
|
7389
7367
|
}[];
|
|
7390
|
-
|
|
7391
|
-
controlType: "choice";
|
|
7368
|
+
controlType: "dropdown";
|
|
7392
7369
|
title?: string | undefined;
|
|
7393
7370
|
description?: string | undefined;
|
|
7371
|
+
icon?: string | undefined;
|
|
7394
7372
|
required?: boolean | undefined;
|
|
7373
|
+
placeholder?: string | undefined;
|
|
7395
7374
|
variableName?: string | undefined;
|
|
7396
|
-
showInput?: boolean | undefined;
|
|
7397
|
-
otherOption?: boolean | undefined;
|
|
7398
7375
|
} | {
|
|
7376
|
+
id: string;
|
|
7399
7377
|
options: {
|
|
7400
7378
|
id: string;
|
|
7401
7379
|
label: string;
|
|
7402
7380
|
}[];
|
|
7403
|
-
|
|
7404
|
-
controlType: "multipleChoice";
|
|
7381
|
+
controlType: "choice";
|
|
7405
7382
|
title?: string | undefined;
|
|
7406
7383
|
description?: string | undefined;
|
|
7407
|
-
icon?: string | undefined;
|
|
7408
7384
|
required?: boolean | undefined;
|
|
7409
7385
|
variableName?: string | undefined;
|
|
7410
7386
|
showInput?: boolean | undefined;
|
|
7411
7387
|
otherOption?: boolean | undefined;
|
|
7412
|
-
minOptions?: number | undefined;
|
|
7413
|
-
maxOptions?: number | undefined;
|
|
7414
7388
|
} | {
|
|
7389
|
+
id: string;
|
|
7415
7390
|
options: {
|
|
7416
7391
|
id: string;
|
|
7417
7392
|
label: string;
|
|
7418
7393
|
image?: string | undefined;
|
|
7419
7394
|
}[];
|
|
7420
|
-
id: string;
|
|
7421
7395
|
controlType: "pictureChoice";
|
|
7422
7396
|
title?: string | undefined;
|
|
7423
7397
|
description?: string | undefined;
|
|
@@ -7426,21 +7400,21 @@ export declare namespace Schemes {
|
|
|
7426
7400
|
variableName?: string | undefined;
|
|
7427
7401
|
showInput?: boolean | undefined;
|
|
7428
7402
|
} | {
|
|
7429
|
-
options: {
|
|
7430
|
-
id: string;
|
|
7431
|
-
label: string;
|
|
7432
|
-
}[];
|
|
7433
7403
|
id: string;
|
|
7434
|
-
controlType: "
|
|
7404
|
+
controlType: "upload";
|
|
7435
7405
|
title?: string | undefined;
|
|
7436
7406
|
description?: string | undefined;
|
|
7437
7407
|
icon?: string | undefined;
|
|
7438
7408
|
required?: boolean | undefined;
|
|
7439
|
-
placeholder?: string | undefined;
|
|
7440
7409
|
variableName?: string | undefined;
|
|
7410
|
+
multiple?: boolean | undefined;
|
|
7411
|
+
maxFiles?: number | undefined;
|
|
7412
|
+
minFiles?: number | undefined;
|
|
7413
|
+
accept?: string[] | undefined;
|
|
7414
|
+
maxSize?: number | undefined;
|
|
7441
7415
|
} | {
|
|
7442
7416
|
id: string;
|
|
7443
|
-
controlType: "
|
|
7417
|
+
controlType: "location";
|
|
7444
7418
|
title?: string | undefined;
|
|
7445
7419
|
description?: string | undefined;
|
|
7446
7420
|
icon?: string | undefined;
|
|
@@ -7449,7 +7423,7 @@ export declare namespace Schemes {
|
|
|
7449
7423
|
variableName?: string | undefined;
|
|
7450
7424
|
} | {
|
|
7451
7425
|
id: string;
|
|
7452
|
-
controlType: "
|
|
7426
|
+
controlType: "phone";
|
|
7453
7427
|
title?: string | undefined;
|
|
7454
7428
|
description?: string | undefined;
|
|
7455
7429
|
icon?: string | undefined;
|
|
@@ -7458,7 +7432,7 @@ export declare namespace Schemes {
|
|
|
7458
7432
|
variableName?: string | undefined;
|
|
7459
7433
|
} | {
|
|
7460
7434
|
id: string;
|
|
7461
|
-
controlType: "
|
|
7435
|
+
controlType: "email";
|
|
7462
7436
|
title?: string | undefined;
|
|
7463
7437
|
description?: string | undefined;
|
|
7464
7438
|
icon?: string | undefined;
|
|
@@ -7467,37 +7441,62 @@ export declare namespace Schemes {
|
|
|
7467
7441
|
variableName?: string | undefined;
|
|
7468
7442
|
} | {
|
|
7469
7443
|
id: string;
|
|
7470
|
-
controlType: "
|
|
7444
|
+
controlType: "yesNo";
|
|
7471
7445
|
title?: string | undefined;
|
|
7472
7446
|
description?: string | undefined;
|
|
7473
7447
|
icon?: string | undefined;
|
|
7474
7448
|
required?: boolean | undefined;
|
|
7475
7449
|
variableName?: string | undefined;
|
|
7476
|
-
|
|
7477
|
-
|
|
7450
|
+
yesLabel?: string | undefined;
|
|
7451
|
+
noLabel?: string | undefined;
|
|
7478
7452
|
} | {
|
|
7479
7453
|
id: string;
|
|
7480
|
-
controlType: "
|
|
7454
|
+
controlType: "longText";
|
|
7481
7455
|
title?: string | undefined;
|
|
7482
7456
|
description?: string | undefined;
|
|
7483
7457
|
icon?: string | undefined;
|
|
7484
7458
|
required?: boolean | undefined;
|
|
7459
|
+
placeholder?: string | undefined;
|
|
7460
|
+
minLength?: number | undefined;
|
|
7461
|
+
maxLength?: number | undefined;
|
|
7485
7462
|
variableName?: string | undefined;
|
|
7486
|
-
multiple?: boolean | undefined;
|
|
7487
|
-
maxFiles?: number | undefined;
|
|
7488
|
-
minFiles?: number | undefined;
|
|
7489
|
-
accept?: string[] | undefined;
|
|
7490
|
-
maxSize?: number | undefined;
|
|
7491
7463
|
} | {
|
|
7492
7464
|
id: string;
|
|
7493
|
-
controlType: "
|
|
7465
|
+
controlType: "start";
|
|
7494
7466
|
title?: string | undefined;
|
|
7495
7467
|
description?: string | undefined;
|
|
7496
7468
|
icon?: string | undefined;
|
|
7497
7469
|
required?: boolean | undefined;
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7470
|
+
label?: string | undefined;
|
|
7471
|
+
showButton?: boolean | undefined;
|
|
7472
|
+
buttonIcon?: string | undefined;
|
|
7473
|
+
showIconButton?: boolean | undefined;
|
|
7474
|
+
} | {
|
|
7475
|
+
id: string;
|
|
7476
|
+
controlType: "confirm";
|
|
7477
|
+
title?: string | undefined;
|
|
7478
|
+
description?: string | undefined;
|
|
7479
|
+
required?: boolean | undefined;
|
|
7480
|
+
label?: string | undefined;
|
|
7481
|
+
showButton?: boolean | undefined;
|
|
7482
|
+
buttonIcon?: string | undefined;
|
|
7483
|
+
link?: string | undefined;
|
|
7484
|
+
} | {
|
|
7485
|
+
id: string;
|
|
7486
|
+
controlType: "button";
|
|
7487
|
+
title?: string | undefined;
|
|
7488
|
+
description?: string | undefined;
|
|
7489
|
+
required?: boolean | undefined;
|
|
7490
|
+
label?: string | undefined;
|
|
7491
|
+
buttonIcon?: string | undefined;
|
|
7492
|
+
showIconButton?: boolean | undefined;
|
|
7493
|
+
link?: string | undefined;
|
|
7494
|
+
alignButton?: "start" | "center" | "end" | undefined;
|
|
7495
|
+
buttons?: any[] | undefined;
|
|
7496
|
+
orientation?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7497
|
+
width?: number | undefined;
|
|
7498
|
+
enableTooltip?: boolean | undefined;
|
|
7499
|
+
fullWidthMobile?: boolean | undefined;
|
|
7501
7500
|
} | {
|
|
7502
7501
|
id: string;
|
|
7503
7502
|
controlType: "rating";
|
|
@@ -7507,14 +7506,15 @@ export declare namespace Schemes {
|
|
|
7507
7506
|
variableName?: string | undefined;
|
|
7508
7507
|
count?: number | undefined;
|
|
7509
7508
|
})[];
|
|
7509
|
+
trigger: string;
|
|
7510
7510
|
isStart?: boolean | undefined;
|
|
7511
7511
|
isEnd?: boolean | undefined;
|
|
7512
7512
|
autoSubmit?: boolean | undefined;
|
|
7513
7513
|
confirmLabel?: string | undefined;
|
|
7514
7514
|
media?: {
|
|
7515
|
+
image?: string | undefined;
|
|
7515
7516
|
layout?: "content" | "left" | "right" | "top" | "bottom" | "fullLeft" | "fullRight" | "fullTop" | "fullBottom" | "background" | undefined;
|
|
7516
7517
|
brightness?: number | undefined;
|
|
7517
|
-
image?: string | undefined;
|
|
7518
7518
|
video?: string | undefined;
|
|
7519
7519
|
videoThumb?: string | undefined;
|
|
7520
7520
|
color?: string | undefined;
|
|
@@ -7522,22 +7522,12 @@ export declare namespace Schemes {
|
|
|
7522
7522
|
blur?: number | undefined;
|
|
7523
7523
|
} | undefined;
|
|
7524
7524
|
conditions?: {
|
|
7525
|
+
trigger: string;
|
|
7525
7526
|
controlId: string;
|
|
7526
7527
|
operator: string;
|
|
7527
|
-
trigger: string;
|
|
7528
7528
|
compareValue?: string | undefined;
|
|
7529
7529
|
}[] | undefined;
|
|
7530
7530
|
theme?: {
|
|
7531
|
-
background?: {
|
|
7532
|
-
brightness?: number | undefined;
|
|
7533
|
-
image?: string | undefined;
|
|
7534
|
-
color?: string | undefined;
|
|
7535
|
-
blur?: number | undefined;
|
|
7536
|
-
opacity?: number | undefined;
|
|
7537
|
-
fit?: string | undefined;
|
|
7538
|
-
blendMode?: string | undefined;
|
|
7539
|
-
} | undefined;
|
|
7540
|
-
size?: "sm" | "md" | "lg" | undefined;
|
|
7541
7531
|
title?: {
|
|
7542
7532
|
color?: string | undefined;
|
|
7543
7533
|
fontSize?: number | undefined;
|
|
@@ -7550,6 +7540,16 @@ export declare namespace Schemes {
|
|
|
7550
7540
|
fontWeight?: number | undefined;
|
|
7551
7541
|
fontFamily?: string | undefined;
|
|
7552
7542
|
} | undefined;
|
|
7543
|
+
background?: {
|
|
7544
|
+
image?: string | undefined;
|
|
7545
|
+
brightness?: number | undefined;
|
|
7546
|
+
color?: string | undefined;
|
|
7547
|
+
blur?: number | undefined;
|
|
7548
|
+
opacity?: number | undefined;
|
|
7549
|
+
fit?: string | undefined;
|
|
7550
|
+
blendMode?: string | undefined;
|
|
7551
|
+
} | undefined;
|
|
7552
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
7553
7553
|
align?: "start" | "center" | "end" | undefined;
|
|
7554
7554
|
listStyle?: string | undefined;
|
|
7555
7555
|
borderRadius?: "sm" | "md" | "lg" | undefined;
|