@layers-app/shared 0.4.9 → 0.4.10
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/components/AliasTextInput/AliasTextInput.js +11 -11
- package/dist/components/AppContainer/AppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/AppContainer.js +74 -73
- package/dist/components/AppContainer/AppContainer.module.css.js +14 -22
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts +2 -1
- package/dist/components/AppContainer/components/AppSidebarButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppSidebarButton.js +20 -18
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.d.ts.map +1 -1
- package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +205 -132
- package/dist/components/AppContainer/components/SidebarToggleButton.d.ts +14 -1
- package/dist/components/AppContainer/components/SidebarToggleButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/SidebarToggleButton.js +19 -26
- package/dist/components/AppContainer/components/ToolSidebar.d.ts.map +1 -1
- package/dist/components/AppContainer/components/ToolSidebar.js +118 -130
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts +3 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +468 -465
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +145 -147
- package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.d.ts +4 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.d.ts.map +1 -1
- package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.js +57 -54
- package/dist/components/AppContainer/components/menus/HelpMenu/helpMenuAnimation.d.ts +10 -0
- package/dist/components/AppContainer/components/menus/HelpMenu/helpMenuAnimation.d.ts.map +1 -0
- package/dist/components/AppContainer/components/menus/HelpMenu/helpMenuAnimation.js +86 -0
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainer.js +49 -46
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.d.ts.map +1 -1
- package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +1 -0
- package/dist/components/AppContainer/types.d.ts +1 -2
- package/dist/components/AppContainer/types.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.d.ts +2 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.js +79 -69
- package/dist/components/AttachmentsGalleryModal/components/ArtifactStatusIndicators.d.ts +15 -0
- package/dist/components/AttachmentsGalleryModal/components/ArtifactStatusIndicators.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/ArtifactStatusIndicators.js +50 -0
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/AttachmentVideoPlayer.js +37 -26
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +43 -43
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts +2 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +87 -82
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +1 -1
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/StatusVideoPlayer.js +9 -9
- package/dist/components/AttachmentsGalleryModal/components/artifactStatus.d.ts +51 -0
- package/dist/components/AttachmentsGalleryModal/components/artifactStatus.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/components/artifactStatus.js +61 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts +8 -0
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/useAttachmentVideoStatus.js +32 -26
- package/dist/components/AttachmentsGalleryModal/hooks/useDoubleClickZoom.d.ts +4 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useDoubleClickZoom.d.ts.map +1 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useDoubleClickZoom.js +17 -0
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.js +45 -27
- package/dist/components/Chat/ChatInput/ChatInput.module.css.js +29 -29
- package/dist/components/Chat/ChatInput/index.js +2 -2
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/components/ColorPicker/ColorPicker.js +3 -3
- package/dist/components/ControlIcon/ControlIcon.d.ts +13 -0
- package/dist/components/ControlIcon/ControlIcon.d.ts.map +1 -0
- package/dist/components/ControlIcon/ControlIcon.js +25 -0
- package/dist/components/ControlIcon/ControlIcon.module.css.js +7 -0
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +14 -13
- package/dist/components/FilePicker/index.d.ts +1 -0
- package/dist/components/FilePicker/index.d.ts.map +1 -1
- package/dist/components/FormColorPicker/FormColorPicker.d.ts +21 -0
- package/dist/components/FormColorPicker/FormColorPicker.d.ts.map +1 -0
- package/dist/components/FormColorPicker/FormColorPicker.js +92 -0
- package/dist/components/FormColorPicker/FormColorPicker.module.css.js +13 -0
- package/dist/components/FormColorPicker/colorUtils.d.ts +20 -0
- package/dist/components/FormColorPicker/colorUtils.d.ts.map +1 -0
- package/dist/components/FormColorPicker/colorUtils.js +22 -0
- package/dist/components/FormColorPicker/useRenderedColor.d.ts +16 -0
- package/dist/components/FormColorPicker/useRenderedColor.d.ts.map +1 -0
- package/dist/components/FormColorPicker/useRenderedColor.js +10 -0
- package/dist/components/FormViewer/FormViewer.d.ts +8 -1
- package/dist/components/FormViewer/FormViewer.d.ts.map +1 -1
- package/dist/components/FormViewer/FormViewer.js +7 -39
- package/dist/components/FormViewer/FormViewer.module.css.js +30 -32
- package/dist/components/FormViewer/components/Container.d.ts +4 -2
- package/dist/components/FormViewer/components/Container.d.ts.map +1 -1
- package/dist/components/FormViewer/components/Container.js +57 -17
- package/dist/components/FormViewer/components/{StepTitle.d.ts → ControlTitle.d.ts} +2 -2
- package/dist/components/FormViewer/components/ControlTitle.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ControlTitle.js +94 -0
- package/dist/components/FormViewer/components/FormCopyright.d.ts +8 -0
- package/dist/components/FormViewer/components/FormCopyright.d.ts.map +1 -0
- package/dist/components/FormViewer/components/FormCopyright.js +16 -0
- package/dist/components/FormViewer/components/FormCopyright.module.css.js +7 -0
- package/dist/components/FormViewer/components/FormThemeScope.d.ts +13 -0
- package/dist/components/FormViewer/components/FormThemeScope.d.ts.map +1 -0
- package/dist/components/FormViewer/components/FormThemeScope.js +16 -0
- package/dist/components/FormViewer/components/NavControls.d.ts.map +1 -1
- package/dist/components/FormViewer/components/NavControls.js +71 -51
- package/dist/components/FormViewer/components/OneSlideLayput.d.ts.map +1 -1
- package/dist/components/FormViewer/components/OneSlideLayput.js +124 -104
- package/dist/components/FormViewer/components/Step.d.ts.map +1 -1
- package/dist/components/FormViewer/components/Step.js +358 -191
- package/dist/components/FormViewer/components/editor/AddElementButton.d.ts +11 -0
- package/dist/components/FormViewer/components/editor/AddElementButton.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/AddElementButton.js +22 -0
- package/dist/components/FormViewer/components/editor/AlignMenu.d.ts +15 -0
- package/dist/components/FormViewer/components/editor/AlignMenu.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/AlignMenu.js +47 -0
- package/dist/components/FormViewer/components/editor/BackgroundBar.d.ts +17 -0
- package/dist/components/FormViewer/components/editor/BackgroundBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/BackgroundBar.js +167 -0
- package/dist/components/FormViewer/components/editor/BarSwitch.d.ts +13 -0
- package/dist/components/FormViewer/components/editor/BarSwitch.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/BarSwitch.js +24 -0
- package/dist/components/FormViewer/components/editor/ButtonSettingsBar.d.ts +13 -0
- package/dist/components/FormViewer/components/editor/ButtonSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/ButtonSettingsBar.js +127 -0
- package/dist/components/FormViewer/components/editor/ColorSwatchTarget.d.ts +10 -0
- package/dist/components/FormViewer/components/editor/ColorSwatchTarget.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/ColorSwatchTarget.js +26 -0
- package/dist/components/FormViewer/components/editor/ContainerSettingsBar.d.ts +14 -0
- package/dist/components/FormViewer/components/editor/ContainerSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/ContainerSettingsBar.js +43 -0
- package/dist/components/FormViewer/components/editor/ContentSettingsBars.d.ts +23 -0
- package/dist/components/FormViewer/components/editor/ContentSettingsBars.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/ContentSettingsBars.js +391 -0
- package/dist/components/FormViewer/components/editor/DragHandle.d.ts +6 -0
- package/dist/components/FormViewer/components/editor/DragHandle.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/DragHandle.js +24 -0
- package/dist/components/FormViewer/components/editor/DragHandleContext.d.ts +8 -0
- package/dist/components/FormViewer/components/editor/DragHandleContext.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/DragHandleContext.js +6 -0
- package/dist/components/FormViewer/components/editor/FieldSettingsBar.d.ts +10 -0
- package/dist/components/FormViewer/components/editor/FieldSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/FieldSettingsBar.js +312 -0
- package/dist/components/FormViewer/components/editor/FloatingBar.d.ts +16 -0
- package/dist/components/FormViewer/components/editor/FloatingBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/FloatingBar.js +57 -0
- package/dist/components/FormViewer/components/editor/MediaSettingsBar.d.ts +8 -0
- package/dist/components/FormViewer/components/editor/MediaSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/MediaSettingsBar.js +137 -0
- package/dist/components/FormViewer/components/editor/SelectableBlock.d.ts +17 -0
- package/dist/components/FormViewer/components/editor/SelectableBlock.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/SelectableBlock.js +58 -0
- package/dist/components/FormViewer/components/editor/SelectableBlock.module.css.js +41 -0
- package/dist/components/FormViewer/components/editor/SelectionRing.d.ts +13 -0
- package/dist/components/FormViewer/components/editor/SelectionRing.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/SelectionRing.js +23 -0
- package/dist/components/FormViewer/components/editor/SlideSettingsBar.d.ts +9 -0
- package/dist/components/FormViewer/components/editor/SlideSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/SlideSettingsBar.js +68 -0
- package/dist/components/FormViewer/components/editor/SortableControl.d.ts +11 -0
- package/dist/components/FormViewer/components/editor/SortableControl.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/SortableControl.js +38 -0
- package/dist/components/FormViewer/components/editor/TitleSettingsBar.d.ts +12 -0
- package/dist/components/FormViewer/components/editor/TitleSettingsBar.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/TitleSettingsBar.js +99 -0
- package/dist/components/FormViewer/components/editor/barControls.d.ts +24 -0
- package/dist/components/FormViewer/components/editor/barControls.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/barControls.js +78 -0
- package/dist/components/FormViewer/components/editor/index.d.ts +5 -0
- package/dist/components/FormViewer/components/editor/index.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/keys.d.ts +20 -0
- package/dist/components/FormViewer/components/editor/keys.d.ts.map +1 -0
- package/dist/components/FormViewer/components/editor/keys.js +17 -0
- package/dist/components/FormViewer/components/fields/AddOptionButton.d.ts +4 -1
- package/dist/components/FormViewer/components/fields/AddOptionButton.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/AddOptionButton.js +14 -21
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.d.ts +1 -2
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.js +13 -22
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceField.js +75 -75
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.d.ts +1 -2
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.js +25 -27
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.js +97 -77
- package/dist/components/FormViewer/components/fields/ConfirmButton.d.ts +11 -5
- package/dist/components/FormViewer/components/fields/ConfirmButton.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ConfirmButton.js +15 -45
- package/dist/components/FormViewer/components/fields/DateField.d.ts +4 -0
- package/dist/components/FormViewer/components/fields/DateField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/DateField.js +68 -28
- package/dist/components/FormViewer/components/fields/DividerField.d.ts +6 -0
- package/dist/components/FormViewer/components/fields/DividerField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/DividerField.js +25 -0
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.js +11 -11
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.js +124 -108
- package/dist/components/FormViewer/components/fields/EmailField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/EmailField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/EmailField.js +24 -19
- package/dist/components/FormViewer/components/fields/FieldInput.d.ts +28 -0
- package/dist/components/FormViewer/components/fields/FieldInput.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/FieldInput.js +63 -0
- package/dist/components/FormViewer/components/fields/HeadingField.d.ts +12 -0
- package/dist/components/FormViewer/components/fields/HeadingField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/HeadingField.js +60 -0
- package/dist/components/FormViewer/components/fields/ImageField.d.ts +7 -0
- package/dist/components/FormViewer/components/fields/ImageField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/ImageField.js +105 -0
- package/dist/components/FormViewer/components/fields/LocationField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/LocationField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/LocationField.js +25 -21
- package/dist/components/FormViewer/components/fields/LongTextField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/LongTextField.js +63 -44
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.d.ts +1 -2
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.js +18 -20
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceField.js +95 -82
- package/dist/components/FormViewer/components/fields/NumberField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/NumberField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/NumberField.js +44 -22
- package/dist/components/FormViewer/components/fields/ParagraphField.d.ts +7 -0
- package/dist/components/FormViewer/components/fields/ParagraphField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/ParagraphField.js +55 -0
- package/dist/components/FormViewer/components/fields/PhoneField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/PhoneField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/PhoneField.js +23 -18
- package/dist/components/FormViewer/components/fields/ProgressLine.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/ProgressLine.js +28 -20
- package/dist/components/FormViewer/components/fields/RatingField.d.ts +1 -1
- package/dist/components/FormViewer/components/fields/RatingField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/RatingField.js +15 -22
- package/dist/components/FormViewer/components/fields/ScaleField.d.ts +7 -0
- package/dist/components/FormViewer/components/fields/ScaleField.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/ScaleField.js +38 -0
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts +9 -6
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +97 -139
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.d.ts +1 -2
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.js +70 -97
- package/dist/components/FormViewer/components/fields/SliderField.d.ts +1 -1
- package/dist/components/FormViewer/components/fields/SliderField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/SliderField.js +41 -25
- package/dist/components/FormViewer/components/fields/StartButton.d.ts +2 -1
- package/dist/components/FormViewer/components/fields/StartButton.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/StartButton.js +13 -10
- package/dist/components/FormViewer/components/fields/StartField.d.ts +6 -0
- package/dist/components/FormViewer/components/fields/StartField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/StartField.js +20 -19
- package/dist/components/FormViewer/components/fields/TextField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/TextField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/TextField.js +28 -25
- package/dist/components/FormViewer/components/fields/UploadField/UploadField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/UploadField/UploadField.js +103 -86
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.js +55 -55
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +16 -4
- package/dist/components/FormViewer/components/fields/YesNoField.d.ts +3 -2
- package/dist/components/FormViewer/components/fields/YesNoField.d.ts.map +1 -1
- package/dist/components/FormViewer/components/fields/YesNoField.js +45 -26
- package/dist/components/FormViewer/components/fields/fieldStyles.module.css.js +105 -0
- package/dist/components/FormViewer/components/fields/fieldTheme.d.ts +31 -0
- package/dist/components/FormViewer/components/fields/fieldTheme.d.ts.map +1 -0
- package/dist/components/FormViewer/components/fields/fieldTheme.js +8 -0
- package/dist/components/FormViewer/components/ui/FormButton.d.ts +24 -0
- package/dist/components/FormViewer/components/ui/FormButton.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormButton.js +47 -0
- package/dist/components/FormViewer/components/ui/FormButton.module.css.js +14 -0
- package/dist/components/FormViewer/components/ui/FormInput.d.ts +5 -0
- package/dist/components/FormViewer/components/ui/FormInput.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormInput.js +17 -0
- package/dist/components/FormViewer/components/ui/FormInput.module.css.js +7 -0
- package/dist/components/FormViewer/components/ui/FormInputError.d.ts +8 -0
- package/dist/components/FormViewer/components/ui/FormInputError.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormInputError.js +17 -0
- package/dist/components/FormViewer/components/ui/FormInputError.module.css.js +7 -0
- package/dist/components/FormViewer/components/ui/FormLoader.d.ts +10 -0
- package/dist/components/FormViewer/components/ui/FormLoader.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormLoader.js +23 -0
- package/dist/components/FormViewer/components/ui/FormLoader.module.css.js +7 -0
- package/dist/components/FormViewer/components/ui/FormMenu.d.ts +39 -0
- package/dist/components/FormViewer/components/ui/FormMenu.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormMenu.js +105 -0
- package/dist/components/FormViewer/components/ui/FormMenu.module.css.js +15 -0
- package/dist/components/FormViewer/components/ui/FormRating.d.ts +9 -0
- package/dist/components/FormViewer/components/ui/FormRating.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormRating.js +32 -0
- package/dist/components/FormViewer/components/ui/FormRating.module.css.js +9 -0
- package/dist/components/FormViewer/components/ui/FormSlider.d.ts +10 -0
- package/dist/components/FormViewer/components/ui/FormSlider.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormSlider.js +23 -0
- package/dist/components/FormViewer/components/ui/FormSlider.module.css.js +13 -0
- package/dist/components/FormViewer/components/ui/FormText.d.ts +23 -0
- package/dist/components/FormViewer/components/ui/FormText.d.ts.map +1 -0
- package/dist/components/FormViewer/components/ui/FormText.js +47 -0
- package/dist/components/FormViewer/components/ui/FormText.module.css.js +11 -0
- package/dist/components/FormViewer/constants/defaultTheme.d.ts.map +1 -1
- package/dist/components/FormViewer/constants/defaultTheme.js +36 -10
- package/dist/components/FormViewer/helpers/conditions.d.ts +162 -19
- package/dist/components/FormViewer/helpers/conditions.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/conditions.js +19 -14
- package/dist/components/FormViewer/helpers/controls.d.ts +14 -0
- package/dist/components/FormViewer/helpers/controls.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/controls.js +83 -48
- package/dist/components/FormViewer/helpers/customControlIcons.d.ts +22 -0
- package/dist/components/FormViewer/helpers/customControlIcons.d.ts.map +1 -0
- package/dist/components/FormViewer/helpers/customControlIcons.js +26 -0
- package/dist/components/FormViewer/helpers/formTokens.d.ts +59 -0
- package/dist/components/FormViewer/helpers/formTokens.d.ts.map +1 -0
- package/dist/components/FormViewer/helpers/formTokens.js +270 -0
- package/dist/components/FormViewer/helpers/helpers.d.ts +162 -19
- package/dist/components/FormViewer/helpers/helpers.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/index.d.ts +1 -0
- package/dist/components/FormViewer/helpers/index.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/migrate.d.ts +32 -0
- package/dist/components/FormViewer/helpers/migrate.d.ts.map +1 -0
- package/dist/components/FormViewer/helpers/migrate.js +37 -0
- package/dist/components/FormViewer/helpers/staticClasses.d.ts +1 -8
- package/dist/components/FormViewer/helpers/staticClasses.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/staticClasses.js +7 -14
- package/dist/components/FormViewer/helpers/steps.d.ts +174 -19
- package/dist/components/FormViewer/helpers/steps.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/steps.js +30 -21
- package/dist/components/FormViewer/helpers/themeUtils.d.ts +12 -0
- package/dist/components/FormViewer/helpers/themeUtils.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/themeUtils.js +5 -3
- package/dist/components/FormViewer/helpers/validation.d.ts.map +1 -1
- package/dist/components/FormViewer/helpers/validation.js +21 -19
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts +51 -16
- package/dist/components/FormViewer/hooks/useActiveControl.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts +207 -64
- package/dist/components/FormViewer/hooks/useActiveStep.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useCreateFormContext.d.ts +0 -2
- package/dist/components/FormViewer/hooks/useCreateFormContext.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useCreateFormContext.js +39 -35
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts +8 -147
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.d.ts.map +1 -1
- package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +15 -127
- package/dist/components/FormViewer/index.d.ts +1 -0
- package/dist/components/FormViewer/index.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStore.d.ts +663 -709
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStore.js +35 -42
- package/dist/components/FormViewer/store/formStoreApi.d.ts +250 -288
- package/dist/components/FormViewer/store/formStoreApi.d.ts.map +1 -1
- package/dist/components/FormViewer/store/formStoreApi.js +228 -190
- package/dist/components/FormViewer/store/selectors.d.ts +50560 -49640
- package/dist/components/FormViewer/store/selectors.d.ts.map +1 -1
- package/dist/components/FormViewer/store/selectors.js +74 -83
- package/dist/components/FormViewer/types/form.d.ts +11 -13
- package/dist/components/FormViewer/types/form.d.ts.map +1 -1
- package/dist/components/FormViewer/types/form.js +7 -27
- package/dist/components/FormViewer/types/schemes.d.ts +1027 -488
- package/dist/components/FormViewer/types/schemes.d.ts.map +1 -1
- package/dist/components/FormViewer/types/schemes.js +167 -47
- package/dist/components/GroupAvatar/index.d.ts +3 -2
- package/dist/components/GroupAvatar/index.d.ts.map +1 -1
- package/dist/components/GroupAvatar/index.js +12 -10
- package/dist/components/MeetingPage/MeetingAudioScene.d.ts +31 -0
- package/dist/components/MeetingPage/MeetingAudioScene.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingAudioScene.js +138 -0
- package/dist/components/MeetingPage/MeetingBookmarks.d.ts +22 -0
- package/dist/components/MeetingPage/MeetingBookmarks.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingBookmarks.js +146 -0
- package/dist/components/MeetingPage/MeetingCardLayer.d.ts +34 -0
- package/dist/components/MeetingPage/MeetingCardLayer.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingCardLayer.js +73 -0
- package/dist/components/MeetingPage/MeetingContinuity.d.ts +15 -0
- package/dist/components/MeetingPage/MeetingContinuity.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingContinuity.js +70 -0
- package/dist/components/MeetingPage/MeetingDate.d.ts +17 -0
- package/dist/components/MeetingPage/MeetingDate.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingDate.js +10 -0
- package/dist/components/MeetingPage/MeetingFindingReview.d.ts +27 -0
- package/dist/components/MeetingPage/MeetingFindingReview.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingFindingReview.js +136 -0
- package/dist/components/MeetingPage/MeetingMention.d.ts +33 -0
- package/dist/components/MeetingPage/MeetingMention.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingMention.js +207 -0
- package/dist/components/MeetingPage/MeetingObjectAttitude.d.ts +23 -0
- package/dist/components/MeetingPage/MeetingObjectAttitude.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectAttitude.js +124 -0
- package/dist/components/MeetingPage/MeetingObjectCard.d.ts +57 -0
- package/dist/components/MeetingPage/MeetingObjectCard.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectCard.js +184 -0
- package/dist/components/MeetingPage/MeetingObjectDirectory.d.ts +18 -0
- package/dist/components/MeetingPage/MeetingObjectDirectory.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectDirectory.js +167 -0
- package/dist/components/MeetingPage/MeetingObjectEditor.d.ts +18 -0
- package/dist/components/MeetingPage/MeetingObjectEditor.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectEditor.js +273 -0
- package/dist/components/MeetingPage/MeetingObjectPopover.d.ts +25 -0
- package/dist/components/MeetingPage/MeetingObjectPopover.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingObjectPopover.js +73 -0
- package/dist/components/MeetingPage/MeetingPage.module.css.js +399 -0
- package/dist/components/MeetingPage/MeetingPagePanels.d.ts +27 -0
- package/dist/components/MeetingPage/MeetingPagePanels.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPagePanels.js +39 -0
- package/dist/components/MeetingPage/MeetingPageView.d.ts +39 -0
- package/dist/components/MeetingPage/MeetingPageView.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPageView.js +435 -0
- package/dist/components/MeetingPage/MeetingPanelError.d.ts +23 -0
- package/dist/components/MeetingPage/MeetingPanelError.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPanelError.js +27 -0
- package/dist/components/MeetingPage/MeetingPanelsSection.d.ts +30 -0
- package/dist/components/MeetingPage/MeetingPanelsSection.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPanelsSection.js +58 -0
- package/dist/components/MeetingPage/MeetingPersonAppearances.d.ts +23 -0
- package/dist/components/MeetingPage/MeetingPersonAppearances.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPersonAppearances.js +103 -0
- package/dist/components/MeetingPage/MeetingPlayerHandle.d.ts +29 -0
- package/dist/components/MeetingPage/MeetingPlayerHandle.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingPlayerHandle.js +48 -0
- package/dist/components/MeetingPage/MeetingSoundtrack.d.ts +28 -0
- package/dist/components/MeetingPage/MeetingSoundtrack.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingSoundtrack.js +74 -0
- package/dist/components/MeetingPage/MeetingSpeakerNaming.d.ts +39 -0
- package/dist/components/MeetingPage/MeetingSpeakerNaming.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingSpeakerNaming.js +193 -0
- package/dist/components/MeetingPage/MeetingToneStrip.d.ts +23 -0
- package/dist/components/MeetingPage/MeetingToneStrip.d.ts.map +1 -0
- package/dist/components/MeetingPage/MeetingToneStrip.js +130 -0
- package/dist/components/MeetingPage/SpeakerAvatar.d.ts +58 -0
- package/dist/components/MeetingPage/SpeakerAvatar.d.ts.map +1 -0
- package/dist/components/MeetingPage/SpeakerAvatar.js +74 -0
- package/dist/components/MeetingPage/computeAvailability.d.ts +93 -0
- package/dist/components/MeetingPage/computeAvailability.d.ts.map +1 -0
- package/dist/components/MeetingPage/computeAvailability.js +66 -0
- package/dist/components/MeetingPage/continuityLink.d.ts +20 -0
- package/dist/components/MeetingPage/continuityLink.d.ts.map +1 -0
- package/dist/components/MeetingPage/continuityLink.js +14 -0
- package/dist/components/MeetingPage/findMeetingVideo.d.ts +8 -0
- package/dist/components/MeetingPage/findMeetingVideo.d.ts.map +1 -0
- package/dist/components/MeetingPage/findMeetingVideo.js +15 -0
- package/dist/components/MeetingPage/index.d.ts +64 -0
- package/dist/components/MeetingPage/index.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingAppearances.d.ts +39 -0
- package/dist/components/MeetingPage/meetingAppearances.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingAppearances.js +44 -0
- package/dist/components/MeetingPage/meetingModel.d.ts +344 -0
- package/dist/components/MeetingPage/meetingModel.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingModel.js +218 -0
- package/dist/components/MeetingPage/meetingObjects.d.ts +206 -0
- package/dist/components/MeetingPage/meetingObjects.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingObjects.js +325 -0
- package/dist/components/MeetingPage/meetingPersons.d.ts +80 -0
- package/dist/components/MeetingPage/meetingPersons.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingPersons.js +95 -0
- package/dist/components/MeetingPage/meetingTone.d.ts +127 -0
- package/dist/components/MeetingPage/meetingTone.d.ts.map +1 -0
- package/dist/components/MeetingPage/meetingTone.js +141 -0
- package/dist/components/MeetingPage/mentionRuns.d.ts +27 -0
- package/dist/components/MeetingPage/mentionRuns.d.ts.map +1 -0
- package/dist/components/MeetingPage/mentionRuns.js +42 -0
- package/dist/components/MeetingPage/objectAttitude.d.ts +142 -0
- package/dist/components/MeetingPage/objectAttitude.d.ts.map +1 -0
- package/dist/components/MeetingPage/objectAttitude.js +156 -0
- package/dist/components/MeetingPage/panelFetch.d.ts +28 -0
- package/dist/components/MeetingPage/panelFetch.d.ts.map +1 -0
- package/dist/components/MeetingPage/panelFetch.js +58 -0
- package/dist/components/MeetingPage/panelRequestView.d.ts +102 -0
- package/dist/components/MeetingPage/panelRequestView.d.ts.map +1 -0
- package/dist/components/MeetingPage/panelRequestView.js +27 -0
- package/dist/components/MeetingPage/soundtrackBars.d.ts +17 -0
- package/dist/components/MeetingPage/soundtrackBars.d.ts.map +1 -0
- package/dist/components/MeetingPage/soundtrackBars.js +28 -0
- package/dist/components/MeetingPage/speechActivity.d.ts +62 -0
- package/dist/components/MeetingPage/speechActivity.d.ts.map +1 -0
- package/dist/components/MeetingPage/speechActivity.js +95 -0
- package/dist/components/MeetingPage/useBlankVideo.d.ts +12 -0
- package/dist/components/MeetingPage/useBlankVideo.d.ts.map +1 -0
- package/dist/components/MeetingPage/useBlankVideo.js +11 -0
- package/dist/components/MeetingPage/useMeetingMentions.d.ts +23 -0
- package/dist/components/MeetingPage/useMeetingMentions.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingMentions.js +40 -0
- package/dist/components/MeetingPage/useMeetingModel.d.ts +25 -0
- package/dist/components/MeetingPage/useMeetingModel.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingModel.js +55 -0
- package/dist/components/MeetingPage/useMeetingPanelView.d.ts +36 -0
- package/dist/components/MeetingPage/useMeetingPanelView.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingPanelView.js +19 -0
- package/dist/components/MeetingPage/useMeetingPlayerBinding.d.ts +15 -0
- package/dist/components/MeetingPage/useMeetingPlayerBinding.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingPlayerBinding.js +33 -0
- package/dist/components/MeetingPage/useMeetingTone.d.ts +16 -0
- package/dist/components/MeetingPage/useMeetingTone.d.ts.map +1 -0
- package/dist/components/MeetingPage/useMeetingTone.js +12 -0
- package/dist/components/MusicPlayerBar/MusicPlayerBar.d.ts.map +1 -1
- package/dist/components/MusicPlayerBar/MusicPlayerBar.js +107 -105
- package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +36 -36
- package/dist/components/NavMenu/NavMenu.d.ts +3 -2
- package/dist/components/NavMenu/NavMenu.d.ts.map +1 -1
- package/dist/components/NavMenu/NavMenu.js +64 -55
- package/dist/components/NavMenu/components/DnDProvider.d.ts +3 -2
- package/dist/components/NavMenu/components/DnDProvider.d.ts.map +1 -1
- package/dist/components/NavMenu/components/DnDProvider.js +50 -42
- package/dist/components/NavMenu/types.d.ts +5 -0
- package/dist/components/NavMenu/types.d.ts.map +1 -1
- package/dist/components/NetworkPage/ContactRequests.d.ts +16 -0
- package/dist/components/NetworkPage/ContactRequests.d.ts.map +1 -0
- package/dist/components/NetworkPage/ContactRequests.js +111 -0
- package/dist/components/NetworkPage/NetworkContactBook.d.ts +58 -0
- package/dist/components/NetworkPage/NetworkContactBook.d.ts.map +1 -0
- package/dist/components/NetworkPage/NetworkContactBook.js +236 -0
- package/dist/components/NetworkPage/NetworkDirectory.d.ts +24 -0
- package/dist/components/NetworkPage/NetworkDirectory.d.ts.map +1 -0
- package/dist/components/NetworkPage/NetworkDirectory.js +297 -0
- package/dist/components/NetworkPage/NetworkPage.module.css.js +83 -0
- package/dist/components/NetworkPage/ReceptionActions.d.ts +6 -0
- package/dist/components/NetworkPage/ReceptionActions.d.ts.map +1 -0
- package/dist/components/NetworkPage/ReceptionActions.js +116 -0
- package/dist/components/NetworkPage/index.d.ts +12 -0
- package/dist/components/NetworkPage/index.d.ts.map +1 -0
- package/dist/components/NetworkPage/networkCatalogue.d.ts +149 -0
- package/dist/components/NetworkPage/networkCatalogue.d.ts.map +1 -0
- package/dist/components/NetworkPage/networkCatalogue.js +270 -0
- package/dist/components/NetworkPage/networkContacts.d.ts +164 -0
- package/dist/components/NetworkPage/networkContacts.d.ts.map +1 -0
- package/dist/components/NetworkPage/networkContacts.js +429 -0
- package/dist/components/NetworkPage/networkReception.d.ts +133 -0
- package/dist/components/NetworkPage/networkReception.d.ts.map +1 -0
- package/dist/components/NetworkPage/networkReception.js +166 -0
- package/dist/components/Notification/lib/notificationText.d.ts.map +1 -1
- package/dist/components/Notification/lib/notificationText.js +36 -33
- package/dist/components/OnboardingTour/index.d.ts +1 -1
- package/dist/components/OnboardingTour/index.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts +3 -0
- package/dist/components/OnboardingTour/useOnboardingTour.d.ts.map +1 -1
- package/dist/components/OnboardingTour/useOnboardingTour.js +58 -50
- package/dist/components/ProjectIcon/ProjectIcon.d.ts +4 -3
- package/dist/components/ProjectIcon/ProjectIcon.d.ts.map +1 -1
- package/dist/components/ProjectIcon/ProjectIcon.js +25 -23
- package/dist/components/UserAvatar/index.d.ts +3 -2
- package/dist/components/UserAvatar/index.d.ts.map +1 -1
- package/dist/components/UserAvatar/index.js +39 -33
- package/dist/components/VideoPlayer/AudioOnlyCover.d.ts +24 -0
- package/dist/components/VideoPlayer/AudioOnlyCover.d.ts.map +1 -0
- package/dist/components/VideoPlayer/AudioOnlyCover.js +44 -0
- package/dist/components/VideoPlayer/VideoPlayer.d.ts.map +1 -1
- package/dist/components/VideoPlayer/VideoPlayer.js +323 -309
- package/dist/components/VideoPlayer/useBlankFrame.d.ts +41 -0
- package/dist/components/VideoPlayer/useBlankFrame.d.ts.map +1 -0
- package/dist/components/VideoPlayer/useBlankFrame.js +100 -0
- package/dist/components/VideoPlayer/useWaveform.d.ts +16 -0
- package/dist/components/VideoPlayer/useWaveform.d.ts.map +1 -0
- package/dist/components/VideoPlayer/useWaveform.js +41 -0
- package/dist/config/brand.d.ts +9 -0
- package/dist/config/brand.d.ts.map +1 -1
- package/dist/config/brand.js +55 -42
- package/dist/config/envConfig.d.ts +82 -0
- package/dist/config/envConfig.d.ts.map +1 -1
- package/dist/config/envConfig.js +75 -48
- package/dist/helpers/embedMode.d.ts +24 -0
- package/dist/helpers/embedMode.d.ts.map +1 -0
- package/dist/helpers/embedMode.js +23 -0
- package/dist/helpers/getFileType.d.ts +1 -1
- package/dist/helpers/platform.d.ts +8 -1
- package/dist/helpers/platform.d.ts.map +1 -1
- package/dist/helpers/platform.js +41 -17
- package/dist/helpers/showNotifications.module.css.js +5 -5
- package/dist/hooks/usePlatform.d.ts.map +1 -1
- package/dist/hooks/usePlatform.js +11 -7
- package/dist/index.css +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +883 -619
- package/dist/lang/locales/ui_en.json.js +10 -10
- package/dist/lang/locales/ui_es.json.js +5 -5
- package/dist/lang/locales/ui_ru.json.js +1 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +393 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +400 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.js +670 -0
- package/dist/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +143 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +212 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +127 -0
- package/dist/node_modules/tabbable/dist/index.esm.js +196 -0
- package/dist/utils/publicOrigin.d.ts +5 -0
- package/dist/utils/publicOrigin.d.ts.map +1 -0
- package/dist/utils/publicOrigin.js +16 -0
- package/package.json +2 -1
- package/dist/components/AppContainer/components/AppsSidebar/DesktopUpdateButton.js +0 -161
- package/dist/components/AttachmentsGalleryModal/hooks/usePanning.js +0 -61
- package/dist/components/FormViewer/components/AllSlidesLayout.d.ts +0 -8
- package/dist/components/FormViewer/components/AllSlidesLayout.d.ts.map +0 -1
- package/dist/components/FormViewer/components/AllSlidesLayout.js +0 -24
- package/dist/components/FormViewer/components/ListFocusBox.d.ts +0 -5
- package/dist/components/FormViewer/components/ListFocusBox.d.ts.map +0 -1
- package/dist/components/FormViewer/components/ListFocusBox.js +0 -22
- package/dist/components/FormViewer/components/Navigation/Navigation.d.ts +0 -2
- package/dist/components/FormViewer/components/Navigation/Navigation.d.ts.map +0 -1
- package/dist/components/FormViewer/components/Navigation/Navigation.js +0 -37
- package/dist/components/FormViewer/components/StepDescription.d.ts +0 -7
- package/dist/components/FormViewer/components/StepDescription.d.ts.map +0 -1
- package/dist/components/FormViewer/components/StepDescription.js +0 -73
- package/dist/components/FormViewer/components/StepTitle.d.ts.map +0 -1
- package/dist/components/FormViewer/components/StepTitle.js +0 -118
- package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.d.ts +0 -7
- package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.d.ts.map +0 -1
- package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.js +0 -63
- package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.d.ts +0 -10
- package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.d.ts.map +0 -1
- package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.js +0 -70
- package/dist/components/FormViewer/components/fields/ConfirmField.d.ts +0 -7
- package/dist/components/FormViewer/components/fields/ConfirmField.d.ts.map +0 -1
- package/dist/components/FormViewer/components/fields/ConfirmField.js +0 -21
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +0 -7
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +0 -15
- package/dist/components/FormViewer/helpers/slides.d.ts +0 -4
- package/dist/components/FormViewer/helpers/slides.d.ts.map +0 -1
- package/dist/components/FormViewer/helpers/slides.js +0 -35
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import * as z from 'zod/v4';
|
|
2
2
|
export declare namespace Schemes {
|
|
3
|
+
/**
|
|
4
|
+
* Боковой медиа-элемент слайда (картинка ИЛИ видео), расположенный
|
|
5
|
+
* слева/справа. Это отдельная сущность от фона слайда (`theme.background`).
|
|
6
|
+
*/
|
|
3
7
|
const mediaSchema: z.ZodObject<{
|
|
4
8
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
5
|
-
content: "content";
|
|
6
9
|
left: "left";
|
|
7
10
|
right: "right";
|
|
8
|
-
top: "top";
|
|
9
|
-
bottom: "bottom";
|
|
10
|
-
fullLeft: "fullLeft";
|
|
11
|
-
fullRight: "fullRight";
|
|
12
|
-
fullTop: "fullTop";
|
|
13
|
-
fullBottom: "fullBottom";
|
|
14
|
-
background: "background";
|
|
15
11
|
}>>;
|
|
16
12
|
brightness: z.ZodOptional<z.ZodNumber>;
|
|
17
13
|
image: z.ZodOptional<z.ZodString>;
|
|
@@ -51,32 +47,6 @@ export declare namespace Schemes {
|
|
|
51
47
|
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
52
48
|
variableName: z.ZodOptional<z.ZodString>;
|
|
53
49
|
}, z.core.$strip>;
|
|
54
|
-
const buttonControlSchema: z.ZodObject<{
|
|
55
|
-
title: z.ZodOptional<z.ZodString>;
|
|
56
|
-
description: z.ZodOptional<z.ZodString>;
|
|
57
|
-
id: z.ZodString;
|
|
58
|
-
controlType: z.ZodLiteral<"button">;
|
|
59
|
-
label: z.ZodOptional<z.ZodString>;
|
|
60
|
-
link: z.ZodOptional<z.ZodString>;
|
|
61
|
-
showIconButton: z.ZodOptional<z.ZodBoolean>;
|
|
62
|
-
buttonIcon: z.ZodOptional<z.ZodString>;
|
|
63
|
-
alignButton: z.ZodOptional<z.ZodEnum<{
|
|
64
|
-
start: "start";
|
|
65
|
-
center: "center";
|
|
66
|
-
end: "end";
|
|
67
|
-
}>>;
|
|
68
|
-
buttons: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
69
|
-
orientation: z.ZodOptional<z.ZodEnum<{
|
|
70
|
-
row: "row";
|
|
71
|
-
column: "column";
|
|
72
|
-
"row-reverse": "row-reverse";
|
|
73
|
-
"column-reverse": "column-reverse";
|
|
74
|
-
}>>;
|
|
75
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
76
|
-
enableTooltip: z.ZodOptional<z.ZodBoolean>;
|
|
77
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
78
|
-
fullWidthMobile: z.ZodOptional<z.ZodBoolean>;
|
|
79
|
-
}, z.core.$strip>;
|
|
80
50
|
const dateControlSchema: z.ZodObject<{
|
|
81
51
|
title: z.ZodOptional<z.ZodString>;
|
|
82
52
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -138,7 +108,6 @@ export declare namespace Schemes {
|
|
|
138
108
|
id: z.ZodString;
|
|
139
109
|
}, z.core.$strip>>;
|
|
140
110
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
141
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
142
111
|
variableName: z.ZodOptional<z.ZodString>;
|
|
143
112
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
144
113
|
}, z.core.$strip>;
|
|
@@ -160,7 +129,6 @@ export declare namespace Schemes {
|
|
|
160
129
|
variableName: z.ZodOptional<z.ZodString>;
|
|
161
130
|
minOptions: z.ZodOptional<z.ZodNumber>;
|
|
162
131
|
maxOptions: z.ZodOptional<z.ZodNumber>;
|
|
163
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
164
132
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
165
133
|
}, z.core.$strip>;
|
|
166
134
|
const pictureChoiceControlItemSchema: z.ZodObject<{
|
|
@@ -181,7 +149,6 @@ export declare namespace Schemes {
|
|
|
181
149
|
image: z.ZodOptional<z.ZodString>;
|
|
182
150
|
}, z.core.$strip>>;
|
|
183
151
|
variableName: z.ZodOptional<z.ZodString>;
|
|
184
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
185
152
|
}, z.core.$strip>;
|
|
186
153
|
const dropdownControlItemSchema: z.ZodObject<{
|
|
187
154
|
label: z.ZodString;
|
|
@@ -276,22 +243,107 @@ export declare namespace Schemes {
|
|
|
276
243
|
variableName: z.ZodOptional<z.ZodString>;
|
|
277
244
|
count: z.ZodOptional<z.ZodNumber>;
|
|
278
245
|
}, z.core.$strip>;
|
|
246
|
+
/**
|
|
247
|
+
* Числовая шкала (NPS): ряд пронумерованных кнопок, одиночный выбор.
|
|
248
|
+
* Диапазон задаётся min/max (по умолчанию 1–10); опциональные подписи концов.
|
|
249
|
+
*/
|
|
250
|
+
const scaleControlSchema: z.ZodObject<{
|
|
251
|
+
title: z.ZodOptional<z.ZodString>;
|
|
252
|
+
description: z.ZodOptional<z.ZodString>;
|
|
253
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
254
|
+
id: z.ZodString;
|
|
255
|
+
controlType: z.ZodLiteral<"scale">;
|
|
256
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
257
|
+
variableName: z.ZodOptional<z.ZodString>;
|
|
258
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
259
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
260
|
+
minLabel: z.ZodOptional<z.ZodString>;
|
|
261
|
+
maxLabel: z.ZodOptional<z.ZodString>;
|
|
262
|
+
}, z.core.$strip>;
|
|
263
|
+
/**
|
|
264
|
+
* Контентные (не-полевые) контролы: заголовок, текст, картинка, разделитель.
|
|
265
|
+
* Не собирают ответы пользователя (нет variableName/required) и не участвуют
|
|
266
|
+
* в нумерации вопросов — это оформительские элементы слайда.
|
|
267
|
+
*/
|
|
268
|
+
const headingControlSchema: z.ZodObject<{
|
|
269
|
+
title: z.ZodOptional<z.ZodString>;
|
|
270
|
+
description: z.ZodOptional<z.ZodString>;
|
|
271
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
272
|
+
id: z.ZodString;
|
|
273
|
+
controlType: z.ZodLiteral<"heading">;
|
|
274
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
275
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
276
|
+
start: "start";
|
|
277
|
+
center: "center";
|
|
278
|
+
end: "end";
|
|
279
|
+
}>>;
|
|
280
|
+
color: z.ZodOptional<z.ZodString>;
|
|
281
|
+
}, z.core.$strip>;
|
|
282
|
+
const paragraphControlSchema: z.ZodObject<{
|
|
283
|
+
title: z.ZodOptional<z.ZodString>;
|
|
284
|
+
description: z.ZodOptional<z.ZodString>;
|
|
285
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
286
|
+
id: z.ZodString;
|
|
287
|
+
controlType: z.ZodLiteral<"paragraph">;
|
|
288
|
+
variant: z.ZodOptional<z.ZodEnum<{
|
|
289
|
+
paragraph: "paragraph";
|
|
290
|
+
note: "note";
|
|
291
|
+
caption: "caption";
|
|
292
|
+
}>>;
|
|
293
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
294
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
295
|
+
start: "start";
|
|
296
|
+
center: "center";
|
|
297
|
+
end: "end";
|
|
298
|
+
}>>;
|
|
299
|
+
color: z.ZodOptional<z.ZodString>;
|
|
300
|
+
link: z.ZodOptional<z.ZodString>;
|
|
301
|
+
}, z.core.$strip>;
|
|
302
|
+
const imageControlSchema: z.ZodObject<{
|
|
303
|
+
title: z.ZodOptional<z.ZodString>;
|
|
304
|
+
description: z.ZodOptional<z.ZodString>;
|
|
305
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
306
|
+
id: z.ZodString;
|
|
307
|
+
controlType: z.ZodLiteral<"image">;
|
|
308
|
+
image: z.ZodOptional<z.ZodString>;
|
|
309
|
+
width: z.ZodOptional<z.ZodEnum<{
|
|
310
|
+
auto: "auto";
|
|
311
|
+
50: "50";
|
|
312
|
+
75: "75";
|
|
313
|
+
100: "100";
|
|
314
|
+
}>>;
|
|
315
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
316
|
+
start: "start";
|
|
317
|
+
center: "center";
|
|
318
|
+
end: "end";
|
|
319
|
+
}>>;
|
|
320
|
+
radius: z.ZodOptional<z.ZodNumber>;
|
|
321
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
322
|
+
link: z.ZodOptional<z.ZodString>;
|
|
323
|
+
}, z.core.$strip>;
|
|
324
|
+
const dividerControlSchema: z.ZodObject<{
|
|
325
|
+
title: z.ZodOptional<z.ZodString>;
|
|
326
|
+
description: z.ZodOptional<z.ZodString>;
|
|
327
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
328
|
+
id: z.ZodString;
|
|
329
|
+
controlType: z.ZodLiteral<"divider">;
|
|
330
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
331
|
+
line: "line";
|
|
332
|
+
dashed: "dashed";
|
|
333
|
+
dots: "dots";
|
|
334
|
+
space: "space";
|
|
335
|
+
}>>;
|
|
336
|
+
thickness: z.ZodOptional<z.ZodNumber>;
|
|
337
|
+
space: z.ZodOptional<z.ZodEnum<{
|
|
338
|
+
s: "s";
|
|
339
|
+
m: "m";
|
|
340
|
+
l: "l";
|
|
341
|
+
}>>;
|
|
342
|
+
color: z.ZodOptional<z.ZodString>;
|
|
343
|
+
}, z.core.$strip>;
|
|
279
344
|
const settingsSchema: z.ZodObject<{
|
|
280
|
-
enterIndicator: z.ZodOptional<z.ZodAny>;
|
|
281
345
|
progressBar: z.ZodOptional<z.ZodBoolean>;
|
|
282
346
|
copyright: z.ZodOptional<z.ZodBoolean>;
|
|
283
|
-
navArrows: z.ZodOptional<z.ZodBoolean>;
|
|
284
|
-
slideAnimation: z.ZodEnum<{
|
|
285
|
-
vertical: "vertical";
|
|
286
|
-
horizontal: "horizontal";
|
|
287
|
-
none: "none";
|
|
288
|
-
}>;
|
|
289
|
-
freeNav: z.ZodBoolean;
|
|
290
|
-
layout: z.ZodEnum<{
|
|
291
|
-
slides: "slides";
|
|
292
|
-
list: "list";
|
|
293
|
-
}>;
|
|
294
|
-
questionNumber: z.ZodOptional<z.ZodBoolean>;
|
|
295
347
|
mainLanguage: z.ZodOptional<z.ZodString>;
|
|
296
348
|
recaptcha: z.ZodOptional<z.ZodBoolean>;
|
|
297
349
|
}, z.core.$strip>;
|
|
@@ -342,7 +394,6 @@ export declare namespace Schemes {
|
|
|
342
394
|
variableName: z.ZodOptional<z.ZodString>;
|
|
343
395
|
minOptions: z.ZodOptional<z.ZodNumber>;
|
|
344
396
|
maxOptions: z.ZodOptional<z.ZodNumber>;
|
|
345
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
346
397
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
347
398
|
}, z.core.$strip>, z.ZodObject<{
|
|
348
399
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -377,7 +428,6 @@ export declare namespace Schemes {
|
|
|
377
428
|
id: z.ZodString;
|
|
378
429
|
}, z.core.$strip>>;
|
|
379
430
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
380
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
381
431
|
variableName: z.ZodOptional<z.ZodString>;
|
|
382
432
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
383
433
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -393,7 +443,6 @@ export declare namespace Schemes {
|
|
|
393
443
|
image: z.ZodOptional<z.ZodString>;
|
|
394
444
|
}, z.core.$strip>>;
|
|
395
445
|
variableName: z.ZodOptional<z.ZodString>;
|
|
396
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
397
446
|
}, z.core.$strip>, z.ZodObject<{
|
|
398
447
|
title: z.ZodOptional<z.ZodString>;
|
|
399
448
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -480,62 +529,156 @@ export declare namespace Schemes {
|
|
|
480
529
|
title: z.ZodOptional<z.ZodString>;
|
|
481
530
|
description: z.ZodOptional<z.ZodString>;
|
|
482
531
|
id: z.ZodString;
|
|
483
|
-
controlType: z.ZodLiteral<"
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
532
|
+
controlType: z.ZodLiteral<"rating">;
|
|
533
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
534
|
+
variableName: z.ZodOptional<z.ZodString>;
|
|
535
|
+
count: z.ZodOptional<z.ZodNumber>;
|
|
536
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
537
|
+
title: z.ZodOptional<z.ZodString>;
|
|
538
|
+
description: z.ZodOptional<z.ZodString>;
|
|
539
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
540
|
+
id: z.ZodString;
|
|
541
|
+
controlType: z.ZodLiteral<"scale">;
|
|
542
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
543
|
+
variableName: z.ZodOptional<z.ZodString>;
|
|
544
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
545
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
546
|
+
minLabel: z.ZodOptional<z.ZodString>;
|
|
547
|
+
maxLabel: z.ZodOptional<z.ZodString>;
|
|
548
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
549
|
+
title: z.ZodOptional<z.ZodString>;
|
|
550
|
+
description: z.ZodOptional<z.ZodString>;
|
|
551
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
552
|
+
id: z.ZodString;
|
|
553
|
+
controlType: z.ZodLiteral<"heading">;
|
|
554
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
555
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
489
556
|
start: "start";
|
|
490
557
|
center: "center";
|
|
491
558
|
end: "end";
|
|
492
559
|
}>>;
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
"row-reverse": "row-reverse";
|
|
498
|
-
"column-reverse": "column-reverse";
|
|
499
|
-
}>>;
|
|
500
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
501
|
-
enableTooltip: z.ZodOptional<z.ZodBoolean>;
|
|
560
|
+
color: z.ZodOptional<z.ZodString>;
|
|
561
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
562
|
+
title: z.ZodOptional<z.ZodString>;
|
|
563
|
+
description: z.ZodOptional<z.ZodString>;
|
|
502
564
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
503
|
-
|
|
565
|
+
id: z.ZodString;
|
|
566
|
+
controlType: z.ZodLiteral<"paragraph">;
|
|
567
|
+
variant: z.ZodOptional<z.ZodEnum<{
|
|
568
|
+
paragraph: "paragraph";
|
|
569
|
+
note: "note";
|
|
570
|
+
caption: "caption";
|
|
571
|
+
}>>;
|
|
572
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
573
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
574
|
+
start: "start";
|
|
575
|
+
center: "center";
|
|
576
|
+
end: "end";
|
|
577
|
+
}>>;
|
|
578
|
+
color: z.ZodOptional<z.ZodString>;
|
|
579
|
+
link: z.ZodOptional<z.ZodString>;
|
|
504
580
|
}, z.core.$strip>, z.ZodObject<{
|
|
505
581
|
title: z.ZodOptional<z.ZodString>;
|
|
506
582
|
description: z.ZodOptional<z.ZodString>;
|
|
583
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
507
584
|
id: z.ZodString;
|
|
508
|
-
controlType: z.ZodLiteral<"
|
|
585
|
+
controlType: z.ZodLiteral<"image">;
|
|
586
|
+
image: z.ZodOptional<z.ZodString>;
|
|
587
|
+
width: z.ZodOptional<z.ZodEnum<{
|
|
588
|
+
auto: "auto";
|
|
589
|
+
50: "50";
|
|
590
|
+
75: "75";
|
|
591
|
+
100: "100";
|
|
592
|
+
}>>;
|
|
593
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
594
|
+
start: "start";
|
|
595
|
+
center: "center";
|
|
596
|
+
end: "end";
|
|
597
|
+
}>>;
|
|
598
|
+
radius: z.ZodOptional<z.ZodNumber>;
|
|
599
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
600
|
+
link: z.ZodOptional<z.ZodString>;
|
|
601
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
602
|
+
title: z.ZodOptional<z.ZodString>;
|
|
603
|
+
description: z.ZodOptional<z.ZodString>;
|
|
509
604
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
510
|
-
|
|
511
|
-
|
|
605
|
+
id: z.ZodString;
|
|
606
|
+
controlType: z.ZodLiteral<"divider">;
|
|
607
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
608
|
+
line: "line";
|
|
609
|
+
dashed: "dashed";
|
|
610
|
+
dots: "dots";
|
|
611
|
+
space: "space";
|
|
612
|
+
}>>;
|
|
613
|
+
thickness: z.ZodOptional<z.ZodNumber>;
|
|
614
|
+
space: z.ZodOptional<z.ZodEnum<{
|
|
615
|
+
s: "s";
|
|
616
|
+
m: "m";
|
|
617
|
+
l: "l";
|
|
618
|
+
}>>;
|
|
619
|
+
color: z.ZodOptional<z.ZodString>;
|
|
512
620
|
}, z.core.$strip>], "controlType">;
|
|
513
621
|
const textSchema: z.ZodObject<{
|
|
514
622
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
515
623
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
516
624
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
517
625
|
color: z.ZodOptional<z.ZodString>;
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
shadowColor: z.ZodOptional<z.ZodString>;
|
|
626
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
627
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
628
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
629
|
+
start: "start";
|
|
630
|
+
center: "center";
|
|
631
|
+
end: "end";
|
|
632
|
+
}>>;
|
|
526
633
|
}, z.core.$strip>;
|
|
527
634
|
const backgroundSchema: z.ZodObject<{
|
|
635
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
636
|
+
image: "image";
|
|
637
|
+
color: "color";
|
|
638
|
+
video: "video";
|
|
639
|
+
none: "none";
|
|
640
|
+
}>>;
|
|
528
641
|
color: z.ZodOptional<z.ZodString>;
|
|
529
642
|
image: z.ZodOptional<z.ZodString>;
|
|
643
|
+
video: z.ZodOptional<z.ZodString>;
|
|
644
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
530
645
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
531
646
|
brightness: z.ZodOptional<z.ZodNumber>;
|
|
532
647
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
533
648
|
fit: z.ZodOptional<z.ZodString>;
|
|
649
|
+
position: z.ZodOptional<z.ZodString>;
|
|
534
650
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
535
651
|
}, z.core.$strip>;
|
|
652
|
+
const containerSchema: z.ZodObject<{
|
|
653
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
654
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
655
|
+
image: "image";
|
|
656
|
+
color: "color";
|
|
657
|
+
video: "video";
|
|
658
|
+
none: "none";
|
|
659
|
+
}>>;
|
|
660
|
+
color: z.ZodOptional<z.ZodString>;
|
|
661
|
+
image: z.ZodOptional<z.ZodString>;
|
|
662
|
+
video: z.ZodOptional<z.ZodString>;
|
|
663
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
664
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
665
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
666
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
667
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
668
|
+
position: z.ZodOptional<z.ZodString>;
|
|
669
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
670
|
+
}, z.core.$strip>>;
|
|
671
|
+
color: z.ZodOptional<z.ZodString>;
|
|
672
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
673
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
674
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
675
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
676
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
677
|
+
}, z.core.$strip>;
|
|
536
678
|
const inputSchema: z.ZodObject<{
|
|
537
679
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
538
680
|
borderColor: z.ZodOptional<z.ZodString>;
|
|
681
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
539
682
|
}, z.core.$strip>;
|
|
540
683
|
const themeSchema: z.ZodObject<{
|
|
541
684
|
size: z.ZodOptional<z.ZodEnum<{
|
|
@@ -555,25 +698,76 @@ export declare namespace Schemes {
|
|
|
555
698
|
lg: "lg";
|
|
556
699
|
}>>;
|
|
557
700
|
primaryColor: z.ZodOptional<z.ZodString>;
|
|
558
|
-
|
|
701
|
+
slideTitle: z.ZodOptional<z.ZodObject<{
|
|
559
702
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
560
703
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
561
704
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
562
705
|
color: z.ZodOptional<z.ZodString>;
|
|
706
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
707
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
708
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
709
|
+
start: "start";
|
|
710
|
+
center: "center";
|
|
711
|
+
end: "end";
|
|
712
|
+
}>>;
|
|
563
713
|
}, z.core.$strip>>;
|
|
564
|
-
|
|
714
|
+
title: z.ZodOptional<z.ZodObject<{
|
|
565
715
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
566
716
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
567
717
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
568
718
|
color: z.ZodOptional<z.ZodString>;
|
|
719
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
720
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
721
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
722
|
+
start: "start";
|
|
723
|
+
center: "center";
|
|
724
|
+
end: "end";
|
|
725
|
+
}>>;
|
|
569
726
|
}, z.core.$strip>>;
|
|
570
727
|
font: z.ZodOptional<z.ZodObject<{
|
|
571
728
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
572
729
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
573
730
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
574
731
|
color: z.ZodOptional<z.ZodString>;
|
|
732
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
733
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
734
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
735
|
+
start: "start";
|
|
736
|
+
center: "center";
|
|
737
|
+
end: "end";
|
|
738
|
+
}>>;
|
|
575
739
|
}, z.core.$strip>>;
|
|
740
|
+
buttonFullWidth: z.ZodOptional<z.ZodBoolean>;
|
|
741
|
+
buttonAlign: z.ZodOptional<z.ZodEnum<{
|
|
742
|
+
start: "start";
|
|
743
|
+
center: "center";
|
|
744
|
+
end: "end";
|
|
745
|
+
between: "between";
|
|
746
|
+
}>>;
|
|
747
|
+
buttonShowBack: z.ZodOptional<z.ZodBoolean>;
|
|
748
|
+
buttonLayout: z.ZodOptional<z.ZodEnum<{
|
|
749
|
+
horizontal: "horizontal";
|
|
750
|
+
vertical: "vertical";
|
|
751
|
+
}>>;
|
|
576
752
|
container: z.ZodOptional<z.ZodObject<{
|
|
753
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
754
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
755
|
+
image: "image";
|
|
756
|
+
color: "color";
|
|
757
|
+
video: "video";
|
|
758
|
+
none: "none";
|
|
759
|
+
}>>;
|
|
760
|
+
color: z.ZodOptional<z.ZodString>;
|
|
761
|
+
image: z.ZodOptional<z.ZodString>;
|
|
762
|
+
video: z.ZodOptional<z.ZodString>;
|
|
763
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
764
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
765
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
766
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
767
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
768
|
+
position: z.ZodOptional<z.ZodString>;
|
|
769
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
770
|
+
}, z.core.$strip>>;
|
|
577
771
|
color: z.ZodOptional<z.ZodString>;
|
|
578
772
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
579
773
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
@@ -582,50 +776,156 @@ export declare namespace Schemes {
|
|
|
582
776
|
shadowColor: z.ZodOptional<z.ZodString>;
|
|
583
777
|
}, z.core.$strip>>;
|
|
584
778
|
background: z.ZodOptional<z.ZodObject<{
|
|
779
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
780
|
+
image: "image";
|
|
781
|
+
color: "color";
|
|
782
|
+
video: "video";
|
|
783
|
+
none: "none";
|
|
784
|
+
}>>;
|
|
585
785
|
color: z.ZodOptional<z.ZodString>;
|
|
586
786
|
image: z.ZodOptional<z.ZodString>;
|
|
787
|
+
video: z.ZodOptional<z.ZodString>;
|
|
788
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
587
789
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
588
790
|
brightness: z.ZodOptional<z.ZodNumber>;
|
|
589
791
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
590
792
|
fit: z.ZodOptional<z.ZodString>;
|
|
793
|
+
position: z.ZodOptional<z.ZodString>;
|
|
591
794
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
592
795
|
}, z.core.$strip>>;
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
796
|
+
startBackground: z.ZodOptional<z.ZodObject<{
|
|
797
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
798
|
+
image: "image";
|
|
799
|
+
color: "color";
|
|
800
|
+
video: "video";
|
|
801
|
+
none: "none";
|
|
802
|
+
}>>;
|
|
803
|
+
color: z.ZodOptional<z.ZodString>;
|
|
804
|
+
image: z.ZodOptional<z.ZodString>;
|
|
805
|
+
video: z.ZodOptional<z.ZodString>;
|
|
806
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
807
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
808
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
809
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
810
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
811
|
+
position: z.ZodOptional<z.ZodString>;
|
|
812
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
596
813
|
}, z.core.$strip>>;
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
}, z.core.$strip
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
814
|
+
endBackground: z.ZodOptional<z.ZodObject<{
|
|
815
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
816
|
+
image: "image";
|
|
817
|
+
color: "color";
|
|
818
|
+
video: "video";
|
|
819
|
+
none: "none";
|
|
820
|
+
}>>;
|
|
821
|
+
color: z.ZodOptional<z.ZodString>;
|
|
822
|
+
image: z.ZodOptional<z.ZodString>;
|
|
823
|
+
video: z.ZodOptional<z.ZodString>;
|
|
824
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
825
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
826
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
827
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
828
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
829
|
+
position: z.ZodOptional<z.ZodString>;
|
|
830
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
831
|
+
}, z.core.$strip>>;
|
|
832
|
+
startContainer: z.ZodOptional<z.ZodObject<{
|
|
833
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
834
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
835
|
+
image: "image";
|
|
836
|
+
color: "color";
|
|
837
|
+
video: "video";
|
|
838
|
+
none: "none";
|
|
839
|
+
}>>;
|
|
840
|
+
color: z.ZodOptional<z.ZodString>;
|
|
841
|
+
image: z.ZodOptional<z.ZodString>;
|
|
842
|
+
video: z.ZodOptional<z.ZodString>;
|
|
843
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
844
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
845
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
846
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
847
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
848
|
+
position: z.ZodOptional<z.ZodString>;
|
|
849
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
850
|
+
}, z.core.$strip>>;
|
|
851
|
+
color: z.ZodOptional<z.ZodString>;
|
|
852
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
853
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
854
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
855
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
856
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
857
|
+
}, z.core.$strip>>;
|
|
858
|
+
endContainer: z.ZodOptional<z.ZodObject<{
|
|
859
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
860
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
861
|
+
image: "image";
|
|
862
|
+
color: "color";
|
|
863
|
+
video: "video";
|
|
864
|
+
none: "none";
|
|
865
|
+
}>>;
|
|
866
|
+
color: z.ZodOptional<z.ZodString>;
|
|
867
|
+
image: z.ZodOptional<z.ZodString>;
|
|
868
|
+
video: z.ZodOptional<z.ZodString>;
|
|
869
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
870
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
871
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
872
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
873
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
874
|
+
position: z.ZodOptional<z.ZodString>;
|
|
875
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
876
|
+
}, z.core.$strip>>;
|
|
877
|
+
color: z.ZodOptional<z.ZodString>;
|
|
878
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
879
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
880
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
881
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
882
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
883
|
+
}, z.core.$strip>>;
|
|
884
|
+
startTheme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
885
|
+
endTheme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
886
|
+
startButtonFullWidth: z.ZodOptional<z.ZodBoolean>;
|
|
887
|
+
slideDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
888
|
+
controlDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
889
|
+
input: z.ZodOptional<z.ZodObject<{
|
|
890
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
891
|
+
borderColor: z.ZodOptional<z.ZodString>;
|
|
892
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
893
|
+
}, z.core.$strip>>;
|
|
894
|
+
customCSS: z.ZodOptional<z.ZodString>;
|
|
895
|
+
tokens: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
896
|
+
}, z.core.$strip>;
|
|
897
|
+
const stepSchema: z.ZodObject<{
|
|
898
|
+
id: z.ZodString;
|
|
899
|
+
isStart: z.ZodOptional<z.ZodBoolean>;
|
|
900
|
+
isEnd: z.ZodOptional<z.ZodBoolean>;
|
|
901
|
+
title: z.ZodOptional<z.ZodString>;
|
|
902
|
+
headingMigrated: z.ZodOptional<z.ZodBoolean>;
|
|
903
|
+
controls: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
904
|
+
title: z.ZodOptional<z.ZodString>;
|
|
905
|
+
description: z.ZodOptional<z.ZodString>;
|
|
906
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
907
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
908
|
+
id: z.ZodString;
|
|
909
|
+
controlType: z.ZodLiteral<"text">;
|
|
910
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
911
|
+
minLength: z.ZodOptional<z.ZodNumber>;
|
|
912
|
+
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
913
|
+
variableName: z.ZodOptional<z.ZodString>;
|
|
914
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
915
|
+
title: z.ZodOptional<z.ZodString>;
|
|
916
|
+
description: z.ZodOptional<z.ZodString>;
|
|
917
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
918
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
919
|
+
id: z.ZodString;
|
|
920
|
+
controlType: z.ZodLiteral<"date">;
|
|
921
|
+
placeholder: z.ZodOptional<z.ZodString>;
|
|
922
|
+
variableName: z.ZodOptional<z.ZodString>;
|
|
923
|
+
minDate: z.ZodOptional<z.ZodString>;
|
|
924
|
+
maxDate: z.ZodOptional<z.ZodString>;
|
|
925
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
926
|
+
title: z.ZodOptional<z.ZodString>;
|
|
927
|
+
description: z.ZodOptional<z.ZodString>;
|
|
928
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
629
929
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
630
930
|
id: z.ZodString;
|
|
631
931
|
controlType: z.ZodLiteral<"number">;
|
|
@@ -647,7 +947,6 @@ export declare namespace Schemes {
|
|
|
647
947
|
variableName: z.ZodOptional<z.ZodString>;
|
|
648
948
|
minOptions: z.ZodOptional<z.ZodNumber>;
|
|
649
949
|
maxOptions: z.ZodOptional<z.ZodNumber>;
|
|
650
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
651
950
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
652
951
|
}, z.core.$strip>, z.ZodObject<{
|
|
653
952
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -682,7 +981,6 @@ export declare namespace Schemes {
|
|
|
682
981
|
id: z.ZodString;
|
|
683
982
|
}, z.core.$strip>>;
|
|
684
983
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
685
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
686
984
|
variableName: z.ZodOptional<z.ZodString>;
|
|
687
985
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
688
986
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -698,7 +996,6 @@ export declare namespace Schemes {
|
|
|
698
996
|
image: z.ZodOptional<z.ZodString>;
|
|
699
997
|
}, z.core.$strip>>;
|
|
700
998
|
variableName: z.ZodOptional<z.ZodString>;
|
|
701
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
702
999
|
}, z.core.$strip>, z.ZodObject<{
|
|
703
1000
|
title: z.ZodOptional<z.ZodString>;
|
|
704
1001
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -785,50 +1082,102 @@ export declare namespace Schemes {
|
|
|
785
1082
|
title: z.ZodOptional<z.ZodString>;
|
|
786
1083
|
description: z.ZodOptional<z.ZodString>;
|
|
787
1084
|
id: z.ZodString;
|
|
788
|
-
controlType: z.ZodLiteral<"
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
1085
|
+
controlType: z.ZodLiteral<"rating">;
|
|
1086
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
1087
|
+
variableName: z.ZodOptional<z.ZodString>;
|
|
1088
|
+
count: z.ZodOptional<z.ZodNumber>;
|
|
1089
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1090
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1091
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1092
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1093
|
+
id: z.ZodString;
|
|
1094
|
+
controlType: z.ZodLiteral<"scale">;
|
|
1095
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
1096
|
+
variableName: z.ZodOptional<z.ZodString>;
|
|
1097
|
+
min: z.ZodOptional<z.ZodNumber>;
|
|
1098
|
+
max: z.ZodOptional<z.ZodNumber>;
|
|
1099
|
+
minLabel: z.ZodOptional<z.ZodString>;
|
|
1100
|
+
maxLabel: z.ZodOptional<z.ZodString>;
|
|
1101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1102
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1103
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1104
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
1105
|
+
id: z.ZodString;
|
|
1106
|
+
controlType: z.ZodLiteral<"heading">;
|
|
1107
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1108
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
794
1109
|
start: "start";
|
|
795
1110
|
center: "center";
|
|
796
1111
|
end: "end";
|
|
797
1112
|
}>>;
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
"row-reverse": "row-reverse";
|
|
803
|
-
"column-reverse": "column-reverse";
|
|
804
|
-
}>>;
|
|
805
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
806
|
-
enableTooltip: z.ZodOptional<z.ZodBoolean>;
|
|
1113
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1114
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1115
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1116
|
+
description: z.ZodOptional<z.ZodString>;
|
|
807
1117
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
808
|
-
|
|
1118
|
+
id: z.ZodString;
|
|
1119
|
+
controlType: z.ZodLiteral<"paragraph">;
|
|
1120
|
+
variant: z.ZodOptional<z.ZodEnum<{
|
|
1121
|
+
paragraph: "paragraph";
|
|
1122
|
+
note: "note";
|
|
1123
|
+
caption: "caption";
|
|
1124
|
+
}>>;
|
|
1125
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1126
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1127
|
+
start: "start";
|
|
1128
|
+
center: "center";
|
|
1129
|
+
end: "end";
|
|
1130
|
+
}>>;
|
|
1131
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1132
|
+
link: z.ZodOptional<z.ZodString>;
|
|
809
1133
|
}, z.core.$strip>, z.ZodObject<{
|
|
810
1134
|
title: z.ZodOptional<z.ZodString>;
|
|
811
1135
|
description: z.ZodOptional<z.ZodString>;
|
|
1136
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
812
1137
|
id: z.ZodString;
|
|
813
|
-
controlType: z.ZodLiteral<"
|
|
1138
|
+
controlType: z.ZodLiteral<"image">;
|
|
1139
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1140
|
+
width: z.ZodOptional<z.ZodEnum<{
|
|
1141
|
+
auto: "auto";
|
|
1142
|
+
50: "50";
|
|
1143
|
+
75: "75";
|
|
1144
|
+
100: "100";
|
|
1145
|
+
}>>;
|
|
1146
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1147
|
+
start: "start";
|
|
1148
|
+
center: "center";
|
|
1149
|
+
end: "end";
|
|
1150
|
+
}>>;
|
|
1151
|
+
radius: z.ZodOptional<z.ZodNumber>;
|
|
1152
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
1153
|
+
link: z.ZodOptional<z.ZodString>;
|
|
1154
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1155
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1156
|
+
description: z.ZodOptional<z.ZodString>;
|
|
814
1157
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
815
|
-
|
|
816
|
-
|
|
1158
|
+
id: z.ZodString;
|
|
1159
|
+
controlType: z.ZodLiteral<"divider">;
|
|
1160
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1161
|
+
line: "line";
|
|
1162
|
+
dashed: "dashed";
|
|
1163
|
+
dots: "dots";
|
|
1164
|
+
space: "space";
|
|
1165
|
+
}>>;
|
|
1166
|
+
thickness: z.ZodOptional<z.ZodNumber>;
|
|
1167
|
+
space: z.ZodOptional<z.ZodEnum<{
|
|
1168
|
+
s: "s";
|
|
1169
|
+
m: "m";
|
|
1170
|
+
l: "l";
|
|
1171
|
+
}>>;
|
|
1172
|
+
color: z.ZodOptional<z.ZodString>;
|
|
817
1173
|
}, z.core.$strip>], "controlType">>;
|
|
818
1174
|
autoSubmit: z.ZodOptional<z.ZodBoolean>;
|
|
819
1175
|
confirmLabel: z.ZodOptional<z.ZodString>;
|
|
1176
|
+
backLabel: z.ZodOptional<z.ZodString>;
|
|
820
1177
|
media: z.ZodOptional<z.ZodObject<{
|
|
821
1178
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
822
|
-
content: "content";
|
|
823
1179
|
left: "left";
|
|
824
1180
|
right: "right";
|
|
825
|
-
top: "top";
|
|
826
|
-
bottom: "bottom";
|
|
827
|
-
fullLeft: "fullLeft";
|
|
828
|
-
fullRight: "fullRight";
|
|
829
|
-
fullTop: "fullTop";
|
|
830
|
-
fullBottom: "fullBottom";
|
|
831
|
-
background: "background";
|
|
832
1181
|
}>>;
|
|
833
1182
|
brightness: z.ZodOptional<z.ZodNumber>;
|
|
834
1183
|
image: z.ZodOptional<z.ZodString>;
|
|
@@ -863,25 +1212,76 @@ export declare namespace Schemes {
|
|
|
863
1212
|
lg: "lg";
|
|
864
1213
|
}>>;
|
|
865
1214
|
primaryColor: z.ZodOptional<z.ZodString>;
|
|
866
|
-
|
|
1215
|
+
slideTitle: z.ZodOptional<z.ZodObject<{
|
|
867
1216
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
868
1217
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
869
1218
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
870
1219
|
color: z.ZodOptional<z.ZodString>;
|
|
1220
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1221
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1222
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1223
|
+
start: "start";
|
|
1224
|
+
center: "center";
|
|
1225
|
+
end: "end";
|
|
1226
|
+
}>>;
|
|
871
1227
|
}, z.core.$strip>>;
|
|
872
|
-
|
|
1228
|
+
title: z.ZodOptional<z.ZodObject<{
|
|
873
1229
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
874
1230
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
875
1231
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
876
1232
|
color: z.ZodOptional<z.ZodString>;
|
|
1233
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1234
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1235
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1236
|
+
start: "start";
|
|
1237
|
+
center: "center";
|
|
1238
|
+
end: "end";
|
|
1239
|
+
}>>;
|
|
877
1240
|
}, z.core.$strip>>;
|
|
878
1241
|
font: z.ZodOptional<z.ZodObject<{
|
|
879
1242
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
880
1243
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
881
1244
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
882
1245
|
color: z.ZodOptional<z.ZodString>;
|
|
1246
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1247
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1248
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1249
|
+
start: "start";
|
|
1250
|
+
center: "center";
|
|
1251
|
+
end: "end";
|
|
1252
|
+
}>>;
|
|
883
1253
|
}, z.core.$strip>>;
|
|
1254
|
+
buttonFullWidth: z.ZodOptional<z.ZodBoolean>;
|
|
1255
|
+
buttonAlign: z.ZodOptional<z.ZodEnum<{
|
|
1256
|
+
start: "start";
|
|
1257
|
+
center: "center";
|
|
1258
|
+
end: "end";
|
|
1259
|
+
between: "between";
|
|
1260
|
+
}>>;
|
|
1261
|
+
buttonShowBack: z.ZodOptional<z.ZodBoolean>;
|
|
1262
|
+
buttonLayout: z.ZodOptional<z.ZodEnum<{
|
|
1263
|
+
horizontal: "horizontal";
|
|
1264
|
+
vertical: "vertical";
|
|
1265
|
+
}>>;
|
|
884
1266
|
container: z.ZodOptional<z.ZodObject<{
|
|
1267
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
1268
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1269
|
+
image: "image";
|
|
1270
|
+
color: "color";
|
|
1271
|
+
video: "video";
|
|
1272
|
+
none: "none";
|
|
1273
|
+
}>>;
|
|
1274
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1275
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1276
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1277
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1278
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1279
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1280
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1281
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1282
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1283
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1284
|
+
}, z.core.$strip>>;
|
|
885
1285
|
color: z.ZodOptional<z.ZodString>;
|
|
886
1286
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
887
1287
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
@@ -890,19 +1290,123 @@ export declare namespace Schemes {
|
|
|
890
1290
|
shadowColor: z.ZodOptional<z.ZodString>;
|
|
891
1291
|
}, z.core.$strip>>;
|
|
892
1292
|
background: z.ZodOptional<z.ZodObject<{
|
|
1293
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1294
|
+
image: "image";
|
|
1295
|
+
color: "color";
|
|
1296
|
+
video: "video";
|
|
1297
|
+
none: "none";
|
|
1298
|
+
}>>;
|
|
1299
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1300
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1301
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1302
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1303
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1304
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1305
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1306
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1307
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1308
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1309
|
+
}, z.core.$strip>>;
|
|
1310
|
+
startBackground: z.ZodOptional<z.ZodObject<{
|
|
1311
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1312
|
+
image: "image";
|
|
1313
|
+
color: "color";
|
|
1314
|
+
video: "video";
|
|
1315
|
+
none: "none";
|
|
1316
|
+
}>>;
|
|
1317
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1318
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1319
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1320
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1321
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1322
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1323
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1324
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1325
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1326
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1327
|
+
}, z.core.$strip>>;
|
|
1328
|
+
endBackground: z.ZodOptional<z.ZodObject<{
|
|
1329
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1330
|
+
image: "image";
|
|
1331
|
+
color: "color";
|
|
1332
|
+
video: "video";
|
|
1333
|
+
none: "none";
|
|
1334
|
+
}>>;
|
|
893
1335
|
color: z.ZodOptional<z.ZodString>;
|
|
894
1336
|
image: z.ZodOptional<z.ZodString>;
|
|
1337
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1338
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
895
1339
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
896
1340
|
brightness: z.ZodOptional<z.ZodNumber>;
|
|
897
1341
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
898
1342
|
fit: z.ZodOptional<z.ZodString>;
|
|
1343
|
+
position: z.ZodOptional<z.ZodString>;
|
|
899
1344
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
900
1345
|
}, z.core.$strip>>;
|
|
1346
|
+
startContainer: z.ZodOptional<z.ZodObject<{
|
|
1347
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
1348
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1349
|
+
image: "image";
|
|
1350
|
+
color: "color";
|
|
1351
|
+
video: "video";
|
|
1352
|
+
none: "none";
|
|
1353
|
+
}>>;
|
|
1354
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1355
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1356
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1357
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1358
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1359
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1360
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1361
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1362
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1363
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1364
|
+
}, z.core.$strip>>;
|
|
1365
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1366
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1367
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1368
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
1369
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
1370
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
1371
|
+
}, z.core.$strip>>;
|
|
1372
|
+
endContainer: z.ZodOptional<z.ZodObject<{
|
|
1373
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
1374
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1375
|
+
image: "image";
|
|
1376
|
+
color: "color";
|
|
1377
|
+
video: "video";
|
|
1378
|
+
none: "none";
|
|
1379
|
+
}>>;
|
|
1380
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1381
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1382
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1383
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1384
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1385
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1386
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1387
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1388
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1389
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1390
|
+
}, z.core.$strip>>;
|
|
1391
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1392
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1393
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1394
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
1395
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
1396
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
1397
|
+
}, z.core.$strip>>;
|
|
1398
|
+
startTheme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1399
|
+
endTheme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1400
|
+
startButtonFullWidth: z.ZodOptional<z.ZodBoolean>;
|
|
1401
|
+
slideDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1402
|
+
controlDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
901
1403
|
input: z.ZodOptional<z.ZodObject<{
|
|
902
1404
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
903
1405
|
borderColor: z.ZodOptional<z.ZodString>;
|
|
1406
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
904
1407
|
}, z.core.$strip>>;
|
|
905
1408
|
customCSS: z.ZodOptional<z.ZodString>;
|
|
1409
|
+
tokens: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
906
1410
|
}, z.core.$strip>>;
|
|
907
1411
|
position: z.ZodOptional<z.ZodObject<{
|
|
908
1412
|
x: z.ZodNumber;
|
|
@@ -914,6 +1418,8 @@ export declare namespace Schemes {
|
|
|
914
1418
|
id: z.ZodString;
|
|
915
1419
|
isStart: z.ZodOptional<z.ZodBoolean>;
|
|
916
1420
|
isEnd: z.ZodOptional<z.ZodBoolean>;
|
|
1421
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1422
|
+
headingMigrated: z.ZodOptional<z.ZodBoolean>;
|
|
917
1423
|
controls: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
918
1424
|
title: z.ZodOptional<z.ZodString>;
|
|
919
1425
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -961,7 +1467,6 @@ export declare namespace Schemes {
|
|
|
961
1467
|
variableName: z.ZodOptional<z.ZodString>;
|
|
962
1468
|
minOptions: z.ZodOptional<z.ZodNumber>;
|
|
963
1469
|
maxOptions: z.ZodOptional<z.ZodNumber>;
|
|
964
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
965
1470
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
966
1471
|
}, z.core.$strip>, z.ZodObject<{
|
|
967
1472
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -996,7 +1501,6 @@ export declare namespace Schemes {
|
|
|
996
1501
|
id: z.ZodString;
|
|
997
1502
|
}, z.core.$strip>>;
|
|
998
1503
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
999
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
1000
1504
|
variableName: z.ZodOptional<z.ZodString>;
|
|
1001
1505
|
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
1002
1506
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1012,7 +1516,6 @@ export declare namespace Schemes {
|
|
|
1012
1516
|
image: z.ZodOptional<z.ZodString>;
|
|
1013
1517
|
}, z.core.$strip>>;
|
|
1014
1518
|
variableName: z.ZodOptional<z.ZodString>;
|
|
1015
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
1016
1519
|
}, z.core.$strip>, z.ZodObject<{
|
|
1017
1520
|
title: z.ZodOptional<z.ZodString>;
|
|
1018
1521
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -1099,363 +1602,102 @@ export declare namespace Schemes {
|
|
|
1099
1602
|
title: z.ZodOptional<z.ZodString>;
|
|
1100
1603
|
description: z.ZodOptional<z.ZodString>;
|
|
1101
1604
|
id: z.ZodString;
|
|
1102
|
-
controlType: z.ZodLiteral<"
|
|
1103
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1104
|
-
link: z.ZodOptional<z.ZodString>;
|
|
1105
|
-
showIconButton: z.ZodOptional<z.ZodBoolean>;
|
|
1106
|
-
buttonIcon: z.ZodOptional<z.ZodString>;
|
|
1107
|
-
alignButton: z.ZodOptional<z.ZodEnum<{
|
|
1108
|
-
start: "start";
|
|
1109
|
-
center: "center";
|
|
1110
|
-
end: "end";
|
|
1111
|
-
}>>;
|
|
1112
|
-
buttons: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
1113
|
-
orientation: z.ZodOptional<z.ZodEnum<{
|
|
1114
|
-
row: "row";
|
|
1115
|
-
column: "column";
|
|
1116
|
-
"row-reverse": "row-reverse";
|
|
1117
|
-
"column-reverse": "column-reverse";
|
|
1118
|
-
}>>;
|
|
1119
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
1120
|
-
enableTooltip: z.ZodOptional<z.ZodBoolean>;
|
|
1605
|
+
controlType: z.ZodLiteral<"rating">;
|
|
1121
1606
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1122
|
-
|
|
1607
|
+
variableName: z.ZodOptional<z.ZodString>;
|
|
1608
|
+
count: z.ZodOptional<z.ZodNumber>;
|
|
1123
1609
|
}, z.core.$strip>, z.ZodObject<{
|
|
1124
1610
|
title: z.ZodOptional<z.ZodString>;
|
|
1125
1611
|
description: z.ZodOptional<z.ZodString>;
|
|
1612
|
+
icon: z.ZodOptional<z.ZodString>;
|
|
1126
1613
|
id: z.ZodString;
|
|
1127
|
-
controlType: z.ZodLiteral<"
|
|
1614
|
+
controlType: z.ZodLiteral<"scale">;
|
|
1128
1615
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1129
1616
|
variableName: z.ZodOptional<z.ZodString>;
|
|
1130
|
-
count: z.ZodOptional<z.ZodNumber>;
|
|
1131
|
-
}, z.core.$strip>], "controlType">>;
|
|
1132
|
-
autoSubmit: z.ZodOptional<z.ZodBoolean>;
|
|
1133
|
-
confirmLabel: z.ZodOptional<z.ZodString>;
|
|
1134
|
-
media: z.ZodOptional<z.ZodObject<{
|
|
1135
|
-
layout: z.ZodOptional<z.ZodEnum<{
|
|
1136
|
-
content: "content";
|
|
1137
|
-
left: "left";
|
|
1138
|
-
right: "right";
|
|
1139
|
-
top: "top";
|
|
1140
|
-
bottom: "bottom";
|
|
1141
|
-
fullLeft: "fullLeft";
|
|
1142
|
-
fullRight: "fullRight";
|
|
1143
|
-
fullTop: "fullTop";
|
|
1144
|
-
fullBottom: "fullBottom";
|
|
1145
|
-
background: "background";
|
|
1146
|
-
}>>;
|
|
1147
|
-
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1148
|
-
image: z.ZodOptional<z.ZodString>;
|
|
1149
|
-
video: z.ZodOptional<z.ZodString>;
|
|
1150
|
-
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1151
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1152
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
1153
|
-
blur: z.ZodOptional<z.ZodNumber>;
|
|
1154
|
-
}, z.core.$strip>>;
|
|
1155
|
-
trigger: z.ZodString;
|
|
1156
|
-
conditions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1157
|
-
controlId: z.ZodString;
|
|
1158
|
-
operator: z.ZodString;
|
|
1159
|
-
compareValue: z.ZodOptional<z.ZodString>;
|
|
1160
|
-
trigger: z.ZodString;
|
|
1161
|
-
}, z.core.$strip>>>;
|
|
1162
|
-
theme: z.ZodOptional<z.ZodObject<{
|
|
1163
|
-
size: z.ZodOptional<z.ZodEnum<{
|
|
1164
|
-
sm: "sm";
|
|
1165
|
-
md: "md";
|
|
1166
|
-
lg: "lg";
|
|
1167
|
-
}>>;
|
|
1168
|
-
align: z.ZodOptional<z.ZodEnum<{
|
|
1169
|
-
start: "start";
|
|
1170
|
-
center: "center";
|
|
1171
|
-
end: "end";
|
|
1172
|
-
}>>;
|
|
1173
|
-
listStyle: z.ZodOptional<z.ZodString>;
|
|
1174
|
-
borderRadius: z.ZodOptional<z.ZodEnum<{
|
|
1175
|
-
sm: "sm";
|
|
1176
|
-
md: "md";
|
|
1177
|
-
lg: "lg";
|
|
1178
|
-
}>>;
|
|
1179
|
-
primaryColor: z.ZodOptional<z.ZodString>;
|
|
1180
|
-
title: z.ZodOptional<z.ZodObject<{
|
|
1181
|
-
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1182
|
-
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1183
|
-
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1184
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1185
|
-
}, z.core.$strip>>;
|
|
1186
|
-
description: z.ZodOptional<z.ZodObject<{
|
|
1187
|
-
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1188
|
-
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1189
|
-
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1190
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1191
|
-
}, z.core.$strip>>;
|
|
1192
|
-
font: z.ZodOptional<z.ZodObject<{
|
|
1193
|
-
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1194
|
-
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1195
|
-
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1196
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1197
|
-
}, z.core.$strip>>;
|
|
1198
|
-
container: z.ZodOptional<z.ZodObject<{
|
|
1199
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1200
|
-
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1201
|
-
blur: z.ZodOptional<z.ZodNumber>;
|
|
1202
|
-
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
1203
|
-
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
1204
|
-
shadowColor: z.ZodOptional<z.ZodString>;
|
|
1205
|
-
}, z.core.$strip>>;
|
|
1206
|
-
background: z.ZodOptional<z.ZodObject<{
|
|
1207
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1208
|
-
image: z.ZodOptional<z.ZodString>;
|
|
1209
|
-
blur: z.ZodOptional<z.ZodNumber>;
|
|
1210
|
-
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1211
|
-
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1212
|
-
fit: z.ZodOptional<z.ZodString>;
|
|
1213
|
-
blendMode: z.ZodOptional<z.ZodString>;
|
|
1214
|
-
}, z.core.$strip>>;
|
|
1215
|
-
input: z.ZodOptional<z.ZodObject<{
|
|
1216
|
-
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1217
|
-
borderColor: z.ZodOptional<z.ZodString>;
|
|
1218
|
-
}, z.core.$strip>>;
|
|
1219
|
-
customCSS: z.ZodOptional<z.ZodString>;
|
|
1220
|
-
}, z.core.$strip>>;
|
|
1221
|
-
position: z.ZodOptional<z.ZodObject<{
|
|
1222
|
-
x: z.ZodNumber;
|
|
1223
|
-
y: z.ZodNumber;
|
|
1224
|
-
}, z.core.$strip>>;
|
|
1225
|
-
}, z.core.$strip>>>;
|
|
1226
|
-
listStep: z.ZodOptional<z.ZodObject<{
|
|
1227
|
-
id: z.ZodString;
|
|
1228
|
-
isStart: z.ZodOptional<z.ZodBoolean>;
|
|
1229
|
-
isEnd: z.ZodOptional<z.ZodBoolean>;
|
|
1230
|
-
controls: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1231
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1232
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1233
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1234
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1235
|
-
id: z.ZodString;
|
|
1236
|
-
controlType: z.ZodLiteral<"text">;
|
|
1237
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1238
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
1239
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
1240
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1241
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1242
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1243
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1244
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1245
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1246
|
-
id: z.ZodString;
|
|
1247
|
-
controlType: z.ZodLiteral<"date">;
|
|
1248
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1249
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1250
|
-
minDate: z.ZodOptional<z.ZodString>;
|
|
1251
|
-
maxDate: z.ZodOptional<z.ZodString>;
|
|
1252
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1253
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1254
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1255
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1256
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1257
|
-
id: z.ZodString;
|
|
1258
|
-
controlType: z.ZodLiteral<"number">;
|
|
1259
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1260
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1261
1617
|
min: z.ZodOptional<z.ZodNumber>;
|
|
1262
1618
|
max: z.ZodOptional<z.ZodNumber>;
|
|
1619
|
+
minLabel: z.ZodOptional<z.ZodString>;
|
|
1620
|
+
maxLabel: z.ZodOptional<z.ZodString>;
|
|
1263
1621
|
}, z.core.$strip>, z.ZodObject<{
|
|
1264
1622
|
title: z.ZodOptional<z.ZodString>;
|
|
1265
1623
|
description: z.ZodOptional<z.ZodString>;
|
|
1266
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1267
1624
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1268
1625
|
id: z.ZodString;
|
|
1269
|
-
controlType: z.ZodLiteral<"
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
1278
|
-
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
1279
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1280
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1281
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1282
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1283
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1284
|
-
id: z.ZodString;
|
|
1285
|
-
controlType: z.ZodLiteral<"slider">;
|
|
1286
|
-
min: z.ZodOptional<z.ZodNumber>;
|
|
1287
|
-
max: z.ZodOptional<z.ZodNumber>;
|
|
1288
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1289
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1290
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1291
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1292
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1293
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1294
|
-
id: z.ZodString;
|
|
1295
|
-
controlType: z.ZodLiteral<"dropdown">;
|
|
1296
|
-
options: z.ZodArray<z.ZodObject<{
|
|
1297
|
-
label: z.ZodString;
|
|
1298
|
-
id: z.ZodString;
|
|
1299
|
-
}, z.core.$strip>>;
|
|
1300
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1301
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1302
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1303
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1304
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1305
|
-
id: z.ZodString;
|
|
1306
|
-
controlType: z.ZodLiteral<"choice">;
|
|
1307
|
-
options: z.ZodArray<z.ZodObject<{
|
|
1308
|
-
label: z.ZodString;
|
|
1309
|
-
id: z.ZodString;
|
|
1310
|
-
}, z.core.$strip>>;
|
|
1311
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1312
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
1313
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1314
|
-
otherOption: z.ZodOptional<z.ZodBoolean>;
|
|
1315
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1316
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1317
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1318
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1319
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1320
|
-
id: z.ZodString;
|
|
1321
|
-
controlType: z.ZodLiteral<"pictureChoice">;
|
|
1322
|
-
options: z.ZodArray<z.ZodObject<{
|
|
1323
|
-
label: z.ZodString;
|
|
1324
|
-
id: z.ZodString;
|
|
1325
|
-
image: z.ZodOptional<z.ZodString>;
|
|
1326
|
-
}, z.core.$strip>>;
|
|
1327
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1328
|
-
showInput: z.ZodOptional<z.ZodBoolean>;
|
|
1329
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1330
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1331
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1332
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1333
|
-
id: z.ZodString;
|
|
1334
|
-
controlType: z.ZodLiteral<"upload">;
|
|
1335
|
-
multiple: z.ZodOptional<z.ZodBoolean>;
|
|
1336
|
-
maxFiles: z.ZodOptional<z.ZodNumber>;
|
|
1337
|
-
minFiles: z.ZodOptional<z.ZodNumber>;
|
|
1338
|
-
accept: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1339
|
-
maxSize: z.ZodOptional<z.ZodNumber>;
|
|
1340
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1341
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1342
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1343
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1344
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1345
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1346
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1347
|
-
id: z.ZodString;
|
|
1348
|
-
controlType: z.ZodLiteral<"location">;
|
|
1349
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1350
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1351
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1352
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1353
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1354
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1355
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1356
|
-
id: z.ZodString;
|
|
1357
|
-
controlType: z.ZodLiteral<"phone">;
|
|
1358
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1359
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1360
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1361
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1362
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1363
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1364
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1365
|
-
id: z.ZodString;
|
|
1366
|
-
controlType: z.ZodLiteral<"email">;
|
|
1367
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1368
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1369
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1370
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1371
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1372
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1373
|
-
id: z.ZodString;
|
|
1374
|
-
controlType: z.ZodLiteral<"yesNo">;
|
|
1375
|
-
yesLabel: z.ZodOptional<z.ZodString>;
|
|
1376
|
-
noLabel: z.ZodOptional<z.ZodString>;
|
|
1377
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1378
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1379
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1380
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1381
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1382
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1383
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1384
|
-
id: z.ZodString;
|
|
1385
|
-
controlType: z.ZodLiteral<"longText">;
|
|
1386
|
-
placeholder: z.ZodOptional<z.ZodString>;
|
|
1387
|
-
minLength: z.ZodOptional<z.ZodNumber>;
|
|
1388
|
-
maxLength: z.ZodOptional<z.ZodNumber>;
|
|
1389
|
-
variableName: z.ZodOptional<z.ZodString>;
|
|
1390
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1391
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1392
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1393
|
-
icon: z.ZodOptional<z.ZodString>;
|
|
1394
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1395
|
-
id: z.ZodString;
|
|
1396
|
-
controlType: z.ZodLiteral<"start">;
|
|
1397
|
-
showButton: z.ZodOptional<z.ZodBoolean>;
|
|
1398
|
-
buttonIcon: z.ZodOptional<z.ZodString>;
|
|
1399
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1400
|
-
showIconButton: z.ZodOptional<z.ZodBoolean>;
|
|
1626
|
+
controlType: z.ZodLiteral<"heading">;
|
|
1627
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1628
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1629
|
+
start: "start";
|
|
1630
|
+
center: "center";
|
|
1631
|
+
end: "end";
|
|
1632
|
+
}>>;
|
|
1633
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1401
1634
|
}, z.core.$strip>, z.ZodObject<{
|
|
1402
1635
|
title: z.ZodOptional<z.ZodString>;
|
|
1403
1636
|
description: z.ZodOptional<z.ZodString>;
|
|
1404
1637
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1405
1638
|
id: z.ZodString;
|
|
1406
|
-
controlType: z.ZodLiteral<"
|
|
1407
|
-
|
|
1408
|
-
|
|
1639
|
+
controlType: z.ZodLiteral<"paragraph">;
|
|
1640
|
+
variant: z.ZodOptional<z.ZodEnum<{
|
|
1641
|
+
paragraph: "paragraph";
|
|
1642
|
+
note: "note";
|
|
1643
|
+
caption: "caption";
|
|
1644
|
+
}>>;
|
|
1645
|
+
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1646
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1647
|
+
start: "start";
|
|
1648
|
+
center: "center";
|
|
1649
|
+
end: "end";
|
|
1650
|
+
}>>;
|
|
1651
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1409
1652
|
link: z.ZodOptional<z.ZodString>;
|
|
1410
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1411
1653
|
}, z.core.$strip>, z.ZodObject<{
|
|
1412
1654
|
title: z.ZodOptional<z.ZodString>;
|
|
1413
1655
|
description: z.ZodOptional<z.ZodString>;
|
|
1656
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
1414
1657
|
id: z.ZodString;
|
|
1415
|
-
controlType: z.ZodLiteral<"
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1658
|
+
controlType: z.ZodLiteral<"image">;
|
|
1659
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1660
|
+
width: z.ZodOptional<z.ZodEnum<{
|
|
1661
|
+
auto: "auto";
|
|
1662
|
+
50: "50";
|
|
1663
|
+
75: "75";
|
|
1664
|
+
100: "100";
|
|
1665
|
+
}>>;
|
|
1666
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1421
1667
|
start: "start";
|
|
1422
1668
|
center: "center";
|
|
1423
1669
|
end: "end";
|
|
1424
1670
|
}>>;
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
column: "column";
|
|
1429
|
-
"row-reverse": "row-reverse";
|
|
1430
|
-
"column-reverse": "column-reverse";
|
|
1431
|
-
}>>;
|
|
1432
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
1433
|
-
enableTooltip: z.ZodOptional<z.ZodBoolean>;
|
|
1434
|
-
required: z.ZodOptional<z.ZodBoolean>;
|
|
1435
|
-
fullWidthMobile: z.ZodOptional<z.ZodBoolean>;
|
|
1671
|
+
radius: z.ZodOptional<z.ZodNumber>;
|
|
1672
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
1673
|
+
link: z.ZodOptional<z.ZodString>;
|
|
1436
1674
|
}, z.core.$strip>, z.ZodObject<{
|
|
1437
1675
|
title: z.ZodOptional<z.ZodString>;
|
|
1438
1676
|
description: z.ZodOptional<z.ZodString>;
|
|
1439
|
-
id: z.ZodString;
|
|
1440
|
-
controlType: z.ZodLiteral<"rating">;
|
|
1441
1677
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1442
|
-
|
|
1443
|
-
|
|
1678
|
+
id: z.ZodString;
|
|
1679
|
+
controlType: z.ZodLiteral<"divider">;
|
|
1680
|
+
lineStyle: z.ZodOptional<z.ZodEnum<{
|
|
1681
|
+
line: "line";
|
|
1682
|
+
dashed: "dashed";
|
|
1683
|
+
dots: "dots";
|
|
1684
|
+
space: "space";
|
|
1685
|
+
}>>;
|
|
1686
|
+
thickness: z.ZodOptional<z.ZodNumber>;
|
|
1687
|
+
space: z.ZodOptional<z.ZodEnum<{
|
|
1688
|
+
s: "s";
|
|
1689
|
+
m: "m";
|
|
1690
|
+
l: "l";
|
|
1691
|
+
}>>;
|
|
1692
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1444
1693
|
}, z.core.$strip>], "controlType">>;
|
|
1445
1694
|
autoSubmit: z.ZodOptional<z.ZodBoolean>;
|
|
1446
1695
|
confirmLabel: z.ZodOptional<z.ZodString>;
|
|
1696
|
+
backLabel: z.ZodOptional<z.ZodString>;
|
|
1447
1697
|
media: z.ZodOptional<z.ZodObject<{
|
|
1448
1698
|
layout: z.ZodOptional<z.ZodEnum<{
|
|
1449
|
-
content: "content";
|
|
1450
1699
|
left: "left";
|
|
1451
1700
|
right: "right";
|
|
1452
|
-
top: "top";
|
|
1453
|
-
bottom: "bottom";
|
|
1454
|
-
fullLeft: "fullLeft";
|
|
1455
|
-
fullRight: "fullRight";
|
|
1456
|
-
fullTop: "fullTop";
|
|
1457
|
-
fullBottom: "fullBottom";
|
|
1458
|
-
background: "background";
|
|
1459
1701
|
}>>;
|
|
1460
1702
|
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1461
1703
|
image: z.ZodOptional<z.ZodString>;
|
|
@@ -1490,25 +1732,76 @@ export declare namespace Schemes {
|
|
|
1490
1732
|
lg: "lg";
|
|
1491
1733
|
}>>;
|
|
1492
1734
|
primaryColor: z.ZodOptional<z.ZodString>;
|
|
1493
|
-
|
|
1735
|
+
slideTitle: z.ZodOptional<z.ZodObject<{
|
|
1494
1736
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1495
1737
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1496
1738
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1497
1739
|
color: z.ZodOptional<z.ZodString>;
|
|
1740
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1741
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1742
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1743
|
+
start: "start";
|
|
1744
|
+
center: "center";
|
|
1745
|
+
end: "end";
|
|
1746
|
+
}>>;
|
|
1498
1747
|
}, z.core.$strip>>;
|
|
1499
|
-
|
|
1748
|
+
title: z.ZodOptional<z.ZodObject<{
|
|
1500
1749
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1501
1750
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1502
1751
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1503
1752
|
color: z.ZodOptional<z.ZodString>;
|
|
1753
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1754
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1755
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1756
|
+
start: "start";
|
|
1757
|
+
center: "center";
|
|
1758
|
+
end: "end";
|
|
1759
|
+
}>>;
|
|
1504
1760
|
}, z.core.$strip>>;
|
|
1505
1761
|
font: z.ZodOptional<z.ZodObject<{
|
|
1506
1762
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1507
1763
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1508
1764
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1509
1765
|
color: z.ZodOptional<z.ZodString>;
|
|
1766
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1767
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1768
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1769
|
+
start: "start";
|
|
1770
|
+
center: "center";
|
|
1771
|
+
end: "end";
|
|
1772
|
+
}>>;
|
|
1510
1773
|
}, z.core.$strip>>;
|
|
1774
|
+
buttonFullWidth: z.ZodOptional<z.ZodBoolean>;
|
|
1775
|
+
buttonAlign: z.ZodOptional<z.ZodEnum<{
|
|
1776
|
+
start: "start";
|
|
1777
|
+
center: "center";
|
|
1778
|
+
end: "end";
|
|
1779
|
+
between: "between";
|
|
1780
|
+
}>>;
|
|
1781
|
+
buttonShowBack: z.ZodOptional<z.ZodBoolean>;
|
|
1782
|
+
buttonLayout: z.ZodOptional<z.ZodEnum<{
|
|
1783
|
+
horizontal: "horizontal";
|
|
1784
|
+
vertical: "vertical";
|
|
1785
|
+
}>>;
|
|
1511
1786
|
container: z.ZodOptional<z.ZodObject<{
|
|
1787
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
1788
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1789
|
+
image: "image";
|
|
1790
|
+
color: "color";
|
|
1791
|
+
video: "video";
|
|
1792
|
+
none: "none";
|
|
1793
|
+
}>>;
|
|
1794
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1795
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1796
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1797
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1798
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1799
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1800
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1801
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1802
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1803
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1804
|
+
}, z.core.$strip>>;
|
|
1512
1805
|
color: z.ZodOptional<z.ZodString>;
|
|
1513
1806
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1514
1807
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1517,25 +1810,129 @@ export declare namespace Schemes {
|
|
|
1517
1810
|
shadowColor: z.ZodOptional<z.ZodString>;
|
|
1518
1811
|
}, z.core.$strip>>;
|
|
1519
1812
|
background: z.ZodOptional<z.ZodObject<{
|
|
1813
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1814
|
+
image: "image";
|
|
1815
|
+
color: "color";
|
|
1816
|
+
video: "video";
|
|
1817
|
+
none: "none";
|
|
1818
|
+
}>>;
|
|
1819
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1820
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1821
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1822
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1823
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1824
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1825
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1826
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1827
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1828
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1829
|
+
}, z.core.$strip>>;
|
|
1830
|
+
startBackground: z.ZodOptional<z.ZodObject<{
|
|
1831
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1832
|
+
image: "image";
|
|
1833
|
+
color: "color";
|
|
1834
|
+
video: "video";
|
|
1835
|
+
none: "none";
|
|
1836
|
+
}>>;
|
|
1837
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1838
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1839
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1840
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1841
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1842
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1843
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1844
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1845
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1846
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1847
|
+
}, z.core.$strip>>;
|
|
1848
|
+
endBackground: z.ZodOptional<z.ZodObject<{
|
|
1849
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1850
|
+
image: "image";
|
|
1851
|
+
color: "color";
|
|
1852
|
+
video: "video";
|
|
1853
|
+
none: "none";
|
|
1854
|
+
}>>;
|
|
1520
1855
|
color: z.ZodOptional<z.ZodString>;
|
|
1521
1856
|
image: z.ZodOptional<z.ZodString>;
|
|
1857
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1858
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1522
1859
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
1523
1860
|
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1524
1861
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1525
1862
|
fit: z.ZodOptional<z.ZodString>;
|
|
1863
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1526
1864
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
1527
1865
|
}, z.core.$strip>>;
|
|
1866
|
+
startContainer: z.ZodOptional<z.ZodObject<{
|
|
1867
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
1868
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1869
|
+
image: "image";
|
|
1870
|
+
color: "color";
|
|
1871
|
+
video: "video";
|
|
1872
|
+
none: "none";
|
|
1873
|
+
}>>;
|
|
1874
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1875
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1876
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1877
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1878
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1879
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1880
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1881
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1882
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1883
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1884
|
+
}, z.core.$strip>>;
|
|
1885
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1886
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1887
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1888
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
1889
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
1890
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
1891
|
+
}, z.core.$strip>>;
|
|
1892
|
+
endContainer: z.ZodOptional<z.ZodObject<{
|
|
1893
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
1894
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
1895
|
+
image: "image";
|
|
1896
|
+
color: "color";
|
|
1897
|
+
video: "video";
|
|
1898
|
+
none: "none";
|
|
1899
|
+
}>>;
|
|
1900
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1901
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1902
|
+
video: z.ZodOptional<z.ZodString>;
|
|
1903
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1904
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1905
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1906
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1907
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
1908
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1909
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
1910
|
+
}, z.core.$strip>>;
|
|
1911
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1912
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1913
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1914
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
1915
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
1916
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
1917
|
+
}, z.core.$strip>>;
|
|
1918
|
+
startTheme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1919
|
+
endTheme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1920
|
+
startButtonFullWidth: z.ZodOptional<z.ZodBoolean>;
|
|
1921
|
+
slideDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1922
|
+
controlDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
1528
1923
|
input: z.ZodOptional<z.ZodObject<{
|
|
1529
1924
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1530
1925
|
borderColor: z.ZodOptional<z.ZodString>;
|
|
1926
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1531
1927
|
}, z.core.$strip>>;
|
|
1532
1928
|
customCSS: z.ZodOptional<z.ZodString>;
|
|
1929
|
+
tokens: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1533
1930
|
}, z.core.$strip>>;
|
|
1534
1931
|
position: z.ZodOptional<z.ZodObject<{
|
|
1535
1932
|
x: z.ZodNumber;
|
|
1536
1933
|
y: z.ZodNumber;
|
|
1537
1934
|
}, z.core.$strip>>;
|
|
1538
|
-
}, z.core.$strip
|
|
1935
|
+
}, z.core.$strip>>>;
|
|
1539
1936
|
theme: z.ZodOptional<z.ZodObject<{
|
|
1540
1937
|
size: z.ZodOptional<z.ZodEnum<{
|
|
1541
1938
|
sm: "sm";
|
|
@@ -1554,25 +1951,76 @@ export declare namespace Schemes {
|
|
|
1554
1951
|
lg: "lg";
|
|
1555
1952
|
}>>;
|
|
1556
1953
|
primaryColor: z.ZodOptional<z.ZodString>;
|
|
1557
|
-
|
|
1954
|
+
slideTitle: z.ZodOptional<z.ZodObject<{
|
|
1558
1955
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1559
1956
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1560
1957
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1561
1958
|
color: z.ZodOptional<z.ZodString>;
|
|
1959
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1960
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1961
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1962
|
+
start: "start";
|
|
1963
|
+
center: "center";
|
|
1964
|
+
end: "end";
|
|
1965
|
+
}>>;
|
|
1562
1966
|
}, z.core.$strip>>;
|
|
1563
|
-
|
|
1967
|
+
title: z.ZodOptional<z.ZodObject<{
|
|
1564
1968
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1565
1969
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1566
1970
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1567
1971
|
color: z.ZodOptional<z.ZodString>;
|
|
1972
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1973
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1974
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1975
|
+
start: "start";
|
|
1976
|
+
center: "center";
|
|
1977
|
+
end: "end";
|
|
1978
|
+
}>>;
|
|
1568
1979
|
}, z.core.$strip>>;
|
|
1569
1980
|
font: z.ZodOptional<z.ZodObject<{
|
|
1570
1981
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
1571
1982
|
fontWeight: z.ZodOptional<z.ZodNumber>;
|
|
1572
1983
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1573
1984
|
color: z.ZodOptional<z.ZodString>;
|
|
1985
|
+
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1986
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
1987
|
+
align: z.ZodOptional<z.ZodEnum<{
|
|
1988
|
+
start: "start";
|
|
1989
|
+
center: "center";
|
|
1990
|
+
end: "end";
|
|
1991
|
+
}>>;
|
|
1574
1992
|
}, z.core.$strip>>;
|
|
1993
|
+
buttonFullWidth: z.ZodOptional<z.ZodBoolean>;
|
|
1994
|
+
buttonAlign: z.ZodOptional<z.ZodEnum<{
|
|
1995
|
+
start: "start";
|
|
1996
|
+
center: "center";
|
|
1997
|
+
end: "end";
|
|
1998
|
+
between: "between";
|
|
1999
|
+
}>>;
|
|
2000
|
+
buttonShowBack: z.ZodOptional<z.ZodBoolean>;
|
|
2001
|
+
buttonLayout: z.ZodOptional<z.ZodEnum<{
|
|
2002
|
+
horizontal: "horizontal";
|
|
2003
|
+
vertical: "vertical";
|
|
2004
|
+
}>>;
|
|
1575
2005
|
container: z.ZodOptional<z.ZodObject<{
|
|
2006
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
2007
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
2008
|
+
image: "image";
|
|
2009
|
+
color: "color";
|
|
2010
|
+
video: "video";
|
|
2011
|
+
none: "none";
|
|
2012
|
+
}>>;
|
|
2013
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2014
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2015
|
+
video: z.ZodOptional<z.ZodString>;
|
|
2016
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
2017
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
2018
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2019
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2020
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
2021
|
+
position: z.ZodOptional<z.ZodString>;
|
|
2022
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
2023
|
+
}, z.core.$strip>>;
|
|
1576
2024
|
color: z.ZodOptional<z.ZodString>;
|
|
1577
2025
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1578
2026
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1581,36 +2029,127 @@ export declare namespace Schemes {
|
|
|
1581
2029
|
shadowColor: z.ZodOptional<z.ZodString>;
|
|
1582
2030
|
}, z.core.$strip>>;
|
|
1583
2031
|
background: z.ZodOptional<z.ZodObject<{
|
|
2032
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
2033
|
+
image: "image";
|
|
2034
|
+
color: "color";
|
|
2035
|
+
video: "video";
|
|
2036
|
+
none: "none";
|
|
2037
|
+
}>>;
|
|
2038
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2039
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2040
|
+
video: z.ZodOptional<z.ZodString>;
|
|
2041
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
2042
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
2043
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2044
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2045
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
2046
|
+
position: z.ZodOptional<z.ZodString>;
|
|
2047
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
2048
|
+
}, z.core.$strip>>;
|
|
2049
|
+
startBackground: z.ZodOptional<z.ZodObject<{
|
|
2050
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
2051
|
+
image: "image";
|
|
2052
|
+
color: "color";
|
|
2053
|
+
video: "video";
|
|
2054
|
+
none: "none";
|
|
2055
|
+
}>>;
|
|
2056
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2057
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2058
|
+
video: z.ZodOptional<z.ZodString>;
|
|
2059
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
2060
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
2061
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2062
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2063
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
2064
|
+
position: z.ZodOptional<z.ZodString>;
|
|
2065
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
2066
|
+
}, z.core.$strip>>;
|
|
2067
|
+
endBackground: z.ZodOptional<z.ZodObject<{
|
|
2068
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
2069
|
+
image: "image";
|
|
2070
|
+
color: "color";
|
|
2071
|
+
video: "video";
|
|
2072
|
+
none: "none";
|
|
2073
|
+
}>>;
|
|
1584
2074
|
color: z.ZodOptional<z.ZodString>;
|
|
1585
2075
|
image: z.ZodOptional<z.ZodString>;
|
|
2076
|
+
video: z.ZodOptional<z.ZodString>;
|
|
2077
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
1586
2078
|
blur: z.ZodOptional<z.ZodNumber>;
|
|
1587
2079
|
brightness: z.ZodOptional<z.ZodNumber>;
|
|
1588
2080
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1589
2081
|
fit: z.ZodOptional<z.ZodString>;
|
|
2082
|
+
position: z.ZodOptional<z.ZodString>;
|
|
1590
2083
|
blendMode: z.ZodOptional<z.ZodString>;
|
|
1591
2084
|
}, z.core.$strip>>;
|
|
2085
|
+
startContainer: z.ZodOptional<z.ZodObject<{
|
|
2086
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
2087
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
2088
|
+
image: "image";
|
|
2089
|
+
color: "color";
|
|
2090
|
+
video: "video";
|
|
2091
|
+
none: "none";
|
|
2092
|
+
}>>;
|
|
2093
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2094
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2095
|
+
video: z.ZodOptional<z.ZodString>;
|
|
2096
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
2097
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
2098
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2099
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2100
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
2101
|
+
position: z.ZodOptional<z.ZodString>;
|
|
2102
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
2103
|
+
}, z.core.$strip>>;
|
|
2104
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2105
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2106
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
2107
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
2108
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
2109
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
2110
|
+
}, z.core.$strip>>;
|
|
2111
|
+
endContainer: z.ZodOptional<z.ZodObject<{
|
|
2112
|
+
background: z.ZodOptional<z.ZodObject<{
|
|
2113
|
+
bgType: z.ZodOptional<z.ZodEnum<{
|
|
2114
|
+
image: "image";
|
|
2115
|
+
color: "color";
|
|
2116
|
+
video: "video";
|
|
2117
|
+
none: "none";
|
|
2118
|
+
}>>;
|
|
2119
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2120
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2121
|
+
video: z.ZodOptional<z.ZodString>;
|
|
2122
|
+
videoThumb: z.ZodOptional<z.ZodString>;
|
|
2123
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
2124
|
+
brightness: z.ZodOptional<z.ZodNumber>;
|
|
2125
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2126
|
+
fit: z.ZodOptional<z.ZodString>;
|
|
2127
|
+
position: z.ZodOptional<z.ZodString>;
|
|
2128
|
+
blendMode: z.ZodOptional<z.ZodString>;
|
|
2129
|
+
}, z.core.$strip>>;
|
|
2130
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2131
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2132
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
2133
|
+
backgroundImage: z.ZodOptional<z.ZodString>;
|
|
2134
|
+
shadowSize: z.ZodOptional<z.ZodNumber>;
|
|
2135
|
+
shadowColor: z.ZodOptional<z.ZodString>;
|
|
2136
|
+
}, z.core.$strip>>;
|
|
2137
|
+
startTheme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2138
|
+
endTheme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2139
|
+
startButtonFullWidth: z.ZodOptional<z.ZodBoolean>;
|
|
2140
|
+
slideDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2141
|
+
controlDefaults: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
1592
2142
|
input: z.ZodOptional<z.ZodObject<{
|
|
1593
2143
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1594
2144
|
borderColor: z.ZodOptional<z.ZodString>;
|
|
2145
|
+
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1595
2146
|
}, z.core.$strip>>;
|
|
1596
2147
|
customCSS: z.ZodOptional<z.ZodString>;
|
|
2148
|
+
tokens: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1597
2149
|
}, z.core.$strip>>;
|
|
1598
2150
|
settings: z.ZodOptional<z.ZodObject<{
|
|
1599
|
-
enterIndicator: z.ZodOptional<z.ZodAny>;
|
|
1600
2151
|
progressBar: z.ZodOptional<z.ZodBoolean>;
|
|
1601
2152
|
copyright: z.ZodOptional<z.ZodBoolean>;
|
|
1602
|
-
navArrows: z.ZodOptional<z.ZodBoolean>;
|
|
1603
|
-
slideAnimation: z.ZodEnum<{
|
|
1604
|
-
vertical: "vertical";
|
|
1605
|
-
horizontal: "horizontal";
|
|
1606
|
-
none: "none";
|
|
1607
|
-
}>;
|
|
1608
|
-
freeNav: z.ZodBoolean;
|
|
1609
|
-
layout: z.ZodEnum<{
|
|
1610
|
-
slides: "slides";
|
|
1611
|
-
list: "list";
|
|
1612
|
-
}>;
|
|
1613
|
-
questionNumber: z.ZodOptional<z.ZodBoolean>;
|
|
1614
2153
|
mainLanguage: z.ZodOptional<z.ZodString>;
|
|
1615
2154
|
recaptcha: z.ZodOptional<z.ZodBoolean>;
|
|
1616
2155
|
}, z.core.$strip>>;
|