email-builder-online 3.4.38 → 3.4.39
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/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts +2 -0
- package/dist/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/ComponentTree/ToggleComponentTreeButton.d.ts +2 -0
- package/dist/editor-sample/src/App/ComponentTree/ToggleComponentTreeButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts +5 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.d.ts +12 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts +31 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts +11 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts +16 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts +13 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts +10 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts +10 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts +16 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts +15 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.d.ts +7 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts +11 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts +21 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts +7 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts +12 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.d.ts +6 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts +3 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts +12 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts +10 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts +13 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.d.ts +10 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.d.ts +7 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.d.ts +4 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.d.ts +2 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/inputStyles.d.ts +6 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/inputStyles.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.d.ts +5 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts +13 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.d.ts +13 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.d.ts +3 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts +12 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts +11 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/StylesPanel.d.ts +2 -0
- package/dist/editor-sample/src/App/InspectorDrawer/StylesPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts +2 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/index.d.ts +5 -0
- package/dist/editor-sample/src/App/InspectorDrawer/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/SamplesDrawer/SidebarButton.d.ts +5 -0
- package/dist/editor-sample/src/App/SamplesDrawer/SidebarButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts +2 -0
- package/dist/editor-sample/src/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/SamplesDrawer/index.d.ts +3 -0
- package/dist/editor-sample/src/App/SamplesDrawer/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts +10 -0
- package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/DownloadJson/index.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/DownloadJson/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/HtmlPanel.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/HtmlPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/ImportJsonDialog.d.ts +6 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/ImportJsonDialog.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/index.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/validateJsonStringValue.d.ts +11 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/validateJsonStringValue.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/JsonPanel.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/JsonPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/MainTabsGroup.d.ts +9 -0
- package/dist/editor-sample/src/App/TemplatePanel/MainTabsGroup.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/ShareButton.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/ShareButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/HighlightedCodePanel.d.ts +7 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/HighlightedCodePanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts +9 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/extraFunctions.d.ts +33 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/extraFunctions.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/formatting.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/formatting.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/globalsStyles.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/globalsStyles.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/highlighters.d.ts +3 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/highlighters.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/qlcss.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/qlcss.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/index.d.ts +12 -0
- package/dist/editor-sample/src/App/TemplatePanel/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/renderToStaticMarkup.d.ts +7 -0
- package/dist/editor-sample/src/App/TemplatePanel/renderToStaticMarkup.d.ts.map +1 -0
- package/dist/editor-sample/src/App/index.d.ts +16 -0
- package/dist/editor-sample/src/App/index.d.ts.map +1 -0
- package/dist/editor-sample/src/components/SampleImageGallery.d.ts +2 -0
- package/dist/editor-sample/src/components/SampleImageGallery.d.ts.map +1 -0
- package/dist/editor-sample/src/constants.d.ts +6 -0
- package/dist/editor-sample/src/constants.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts +3 -0
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +362 -0
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/Container/ContainerEditor.d.ts +3 -0
- package/dist/editor-sample/src/documents/blocks/Container/ContainerEditor.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts +401 -0
- package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutEditor.d.ts +3 -0
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutEditor.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts +50 -0
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/customHooks/useParentImageWidth.d.ts +4 -0
- package/dist/editor-sample/src/documents/blocks/customHooks/useParentImageWidth.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts +9 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts +9 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts +7 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts +6 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts +9 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts +8 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/EditorChildrenNoDragable.d.ts +14 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/EditorChildrenNoDragable.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts +15 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts +32 -0
- package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts +10 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts +8 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts +8 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/changeWidth.d.ts +4 -0
- package/dist/editor-sample/src/documents/blocks/helpers/changeWidth.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/constants.d.ts +3 -0
- package/dist/editor-sample/src/documents/blocks/helpers/constants.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/fontFamily.d.ts +14 -0
- package/dist/editor-sample/src/documents/blocks/helpers/fontFamily.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/zod.d.ts +22 -0
- package/dist/editor-sample/src/documents/blocks/helpers/zod.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/ClientOnly.d.ts +5 -0
- package/dist/editor-sample/src/documents/editor/ClientOnly.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/EJEMPLO_USO_GRANULAR.d.ts +89 -0
- package/dist/editor-sample/src/documents/editor/EJEMPLO_USO_GRANULAR.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts +14 -0
- package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/UndoRedoStore.d.ts +64 -0
- package/dist/editor-sample/src/documents/editor/UndoRedoStore.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/blockHooks.d.ts +77 -0
- package/dist/editor-sample/src/documents/editor/blockHooks.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts +60 -0
- package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/blockUpdaters.d.ts +47 -0
- package/dist/editor-sample/src/documents/editor/blockUpdaters.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/granular.d.ts +125 -0
- package/dist/editor-sample/src/documents/editor/granular.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts +8 -0
- package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/index.d.ts +2 -0
- package/dist/editor-sample/src/getConfiguration/index.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/empty-email-message.d.ts +5 -0
- package/dist/editor-sample/src/getConfiguration/sample/empty-email-message.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/one-time-passcode.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/one-time-passcode.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/order-ecommerce.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/order-ecommerce.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/reset-password.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/reset-password.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/respond-to-message.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/respond-to-message.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/subscription-receipt.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/subscription-receipt.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/test-load-json.d.ts +8 -0
- package/dist/editor-sample/src/getConfiguration/sample/test-load-json.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/welcome.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/welcome.d.ts.map +1 -0
- package/dist/editor-sample/src/i18n.d.ts +14 -0
- package/dist/editor-sample/src/i18n.d.ts.map +1 -0
- package/dist/editor-sample/src/index.d.ts +58 -0
- package/dist/editor-sample/src/index.d.ts.map +1 -0
- package/dist/editor-sample/src/locales/en-US/common.json.d.ts +44 -0
- package/dist/editor-sample/src/locales/en-US/inspector.json.d.ts +224 -0
- package/dist/editor-sample/src/locales/es-419/common.json.d.ts +44 -0
- package/dist/editor-sample/src/locales/es-419/inspector.json.d.ts +220 -0
- package/dist/editor-sample/src/locales/it-IT/common.json.d.ts +44 -0
- package/dist/editor-sample/src/locales/it-IT/inspector.json.d.ts +220 -0
- package/dist/editor-sample/src/theme.d.ts +8 -0
- package/dist/editor-sample/src/theme.d.ts.map +1 -0
- package/dist/editor-sample/src/utils/useDebounce.d.ts +8 -0
- package/dist/editor-sample/src/utils/useDebounce.d.ts.map +1 -0
- package/dist/index.cjs +439 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +111403 -0
- package/dist/index.mjs.map +1 -0
- package/dist/module-BG678m1F.cjs +717 -0
- package/dist/module-BG678m1F.cjs.map +1 -0
- package/dist/module-BQBGH1lE.js +2957 -0
- package/dist/module-BQBGH1lE.js.map +1 -0
- package/dist/style.css +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabelProperty.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC;IAAC,KAAK,CAAC,EAAC,MAAM,CAAA;CAAC,CAS5C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
type LayoutSelectorProps = {
|
|
3
|
+
defaultValue: string;
|
|
4
|
+
onChange: any;
|
|
5
|
+
columns: 2 | 3;
|
|
6
|
+
};
|
|
7
|
+
declare const LayoutSelector: FC<LayoutSelectorProps>;
|
|
8
|
+
export default LayoutSelector;
|
|
9
|
+
//# sourceMappingURL=LayoutSelectorInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayoutSelectorInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAC,EAAE,EAAqB,MAAM,OAAO,CAAC;AA2CpD,KAAK,mBAAmB,GAAG;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,GAAG,CAAC;IACd,OAAO,EAAE,CAAC,GAAG,CAAC,CAAA;CACjB,CAAA;AAMD,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAwI3C,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type NullableProps = {
|
|
2
|
+
label: string;
|
|
3
|
+
onChange: (value: null | number) => void;
|
|
4
|
+
defaultValue: null | number;
|
|
5
|
+
};
|
|
6
|
+
export declare function LineHeightInput({ label, onChange, defaultValue }: NullableProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default LineHeightInput;
|
|
8
|
+
//# sourceMappingURL=LineHeightInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LineHeightInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.tsx"],"names":[],"mappings":"AAwBA,KAAK,aAAa,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,KAAK,IAAI,CAAC;IACzC,YAAY,EAAE,IAAI,GAAG,MAAM,CAAC;CAC/B,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,aAAa,2CA+B/E;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type TPaddingValue = {
|
|
2
|
+
top: number;
|
|
3
|
+
bottom: number;
|
|
4
|
+
right: number;
|
|
5
|
+
left: number;
|
|
6
|
+
};
|
|
7
|
+
type Props = {
|
|
8
|
+
label: string;
|
|
9
|
+
defaultValue: TPaddingValue | null;
|
|
10
|
+
onChange: (value: TPaddingValue) => void;
|
|
11
|
+
};
|
|
12
|
+
export default function PaddingInput({ label, defaultValue, onChange }: Props): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=PaddingInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaddingInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.tsx"],"names":[],"mappings":"AAeA,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AACF,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,aAAa,GAAG,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAC1C,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CA0I5E"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
label: string | JSX.Element;
|
|
3
|
+
children: JSX.Element | JSX.Element[];
|
|
4
|
+
defaultValue: string;
|
|
5
|
+
onChange: (v: string) => void;
|
|
6
|
+
};
|
|
7
|
+
export default function RadioGroupInput({ label, children, defaultValue, onChange }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=RadioGroupInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioGroupInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.tsx"],"names":[],"mappings":"AAOA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC5B,QAAQ,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;IACtC,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CA8BzF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectScreen.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,kBAAkB,+CAwDvB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { TShape } from '../../../../../../documents/blocks/helpers/TStyle';
|
|
3
|
+
type ShapeProps = {
|
|
4
|
+
label?: string;
|
|
5
|
+
defaultValue: TShape;
|
|
6
|
+
onChange: (style: TShape) => void;
|
|
7
|
+
maxValue?: string | number;
|
|
8
|
+
shapeSteps?: number;
|
|
9
|
+
};
|
|
10
|
+
declare const Shape: FC<ShapeProps>;
|
|
11
|
+
export default Shape;
|
|
12
|
+
//# sourceMappingURL=Shape.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Shape.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAsB,MAAM,OAAO,CAAC;AAStD,OAAO,EAAgB,MAAM,EAAE,MAAM,mDAAmD,CAAC;AAMzF,KAAK,UAAU,GAAG;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAA;AAED,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAmLzB,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type SliderInputProps = {
|
|
2
|
+
label: string;
|
|
3
|
+
iconLabel: JSX.Element;
|
|
4
|
+
step?: number;
|
|
5
|
+
marks?: boolean;
|
|
6
|
+
units: string;
|
|
7
|
+
min?: number;
|
|
8
|
+
max?: number;
|
|
9
|
+
defaultValue: number;
|
|
10
|
+
onChange: (v: number) => void;
|
|
11
|
+
};
|
|
12
|
+
export default function SliderInput({ label, defaultValue, onChange, ...props }: SliderInputProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=SliderInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SliderInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.tsx"],"names":[],"mappings":"AAQA,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAmBhG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IconOptions } from '../../../../../../../../block-social-media/utils/icons';
|
|
2
|
+
interface SocialMediaInputProps {
|
|
3
|
+
items?: IconOptions[];
|
|
4
|
+
onChange?: (items: IconOptions[]) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare function SocialMediaInput({ items, onChange }: SocialMediaInputProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=SocialMediaInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SocialMediaInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAGH,WAAW,EAQd,MAAM,wDAAwD,CAAC;AAShE,UAAU,qBAAqB;IAC3B,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,EAAE,KAAK,IAAI,CAAC;CAC7C;AAkSD,wBAAgB,gBAAgB,CAAC,EAAE,KAAU,EAAE,QAAQ,EAAE,EAAE,qBAAqB,2CAyM/E"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
label: string;
|
|
3
|
+
defaultValue: string | null;
|
|
4
|
+
onChange: (value: string | null) => void;
|
|
5
|
+
};
|
|
6
|
+
export default function TextAlignInput({ label, defaultValue, onChange }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=TextAlignInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextAlignInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.tsx"],"names":[],"mappings":"AASA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC1C,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CA8B9E"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type TextDimensionInputProps = {
|
|
2
|
+
label: string;
|
|
3
|
+
value: number | null | undefined;
|
|
4
|
+
onChange: (v: number | null) => void;
|
|
5
|
+
max?: number;
|
|
6
|
+
width?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export default function TextDimensionInput({ label, value, onChange, max, width }: TextDimensionInputProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=TextDimensionInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextDimensionInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.tsx"],"names":[],"mappings":"AAKA,KAAK,uBAAuB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACrC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACxC,KAAK,EACL,KAAK,EACL,QAAQ,EACR,GAAuB,EACvB,KAAa,EACf,EAAE,uBAAuB,2CAsDzB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { InputProps } from '@mui/material';
|
|
2
|
+
type Props = {
|
|
3
|
+
label: string;
|
|
4
|
+
rows?: number;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
helperText?: string | JSX.Element;
|
|
7
|
+
InputProps?: InputProps;
|
|
8
|
+
defaultValue: string;
|
|
9
|
+
onChange: (v: string) => void;
|
|
10
|
+
};
|
|
11
|
+
export default function TextInput({ helperText, label, placeholder, rows, InputProps, defaultValue, onChange }: Props): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAa,MAAM,eAAe,CAAC;AAKtD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAClC,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,UAAU,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CA2CpH"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
type WidthInputProps = {
|
|
3
|
+
label?: string;
|
|
4
|
+
defaultValue?: number;
|
|
5
|
+
onChange: (v: number) => void;
|
|
6
|
+
step?: number;
|
|
7
|
+
};
|
|
8
|
+
declare const WidthInput: FC<WidthInputProps>;
|
|
9
|
+
export default WidthInput;
|
|
10
|
+
//# sourceMappingURL=WidthInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidthInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAOlC,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAA;AACD,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAkBnC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
interface AiImageGenerationProps {
|
|
3
|
+
src?: string | null;
|
|
4
|
+
style: React.CSSProperties;
|
|
5
|
+
}
|
|
6
|
+
export default function AiImageGeneration({ src, style }: AiImageGenerationProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=ai-image-generation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-image-generation.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAiCnD,UAAU,sBAAsB;IAC5B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,sBAAsB,2CA0L/E"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface CloseButtonProps {
|
|
2
|
+
onClick: () => void;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
primary?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare function CloseButton({ onClick, disabled, primary }: CloseButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=CloseButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloseButton.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.tsx"],"names":[],"mappings":"AAKA,UAAU,gBAAgB;IACxB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAe,EAAE,EAAE,gBAAgB,2CAqBnF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ImageGenerationError } from '../types/errors';
|
|
3
|
+
interface ErrorDialogProps {
|
|
4
|
+
error: ImageGenerationError | null;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const ErrorDialog: React.FC<ErrorDialogProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=ErrorDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorDialog.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,UAAU,gBAAgB;IACxB,KAAK,EAAE,oBAAoB,GAAG,IAAI,CAAC;IACnC,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA4BlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImagePreview.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.tsx"],"names":[],"mappings":"AAGA,UAAU,iBAAiB;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,MAAe,EAAE,EAAE,iBAAiB,2CA8B5E"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface PromptInputProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare function PromptInput({ value, onChange, disabled }: PromptInputProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=PromptInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PromptInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.tsx"],"names":[],"mappings":"AAGA,UAAU,gBAAgB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAyB1E"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
declare const CustomSelect: React.ForwardRefExoticComponent<(Omit<import('@mui/material').FilledSelectProps & import('@mui/material').BaseSelectProps<unknown>, "ref"> | Omit<import('@mui/material').StandardSelectProps & import('@mui/material').BaseSelectProps<unknown>, "ref"> | Omit<import('@mui/material').OutlinedSelectProps & import('@mui/material').BaseSelectProps<unknown>, "ref">) & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export default CustomSelect;
|
|
4
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyE1B,QAAA,MAAM,YAAY,gZA6ChB,CAAC;AAIH,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonImage.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.tsx"],"names":[],"mappings":"AAGA,wBAAgB,aAAa,4CAqC5B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { SxProps, Theme } from '@mui/material';
|
|
2
|
+
export declare const INPUT_HEIGHT = 36;
|
|
3
|
+
export declare const BORDER_RADIUS = 8;
|
|
4
|
+
export declare const INPUT_TEXTFIELD_SX: SxProps<Theme>;
|
|
5
|
+
export declare const INPUT_CONTAINER_SX: SxProps<Theme>;
|
|
6
|
+
//# sourceMappingURL=inputStyles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputStyles.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/inputStyles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAC/C,eAAO,MAAM,YAAY,KAAK,CAAC;AAC/B,eAAO,MAAM,aAAa,IAAI,CAAC;AAE/B,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,KAAK,CAqB7C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,KAAK,CAU7C,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
type Handler = (event: MouseEvent | TouchEvent) => void;
|
|
3
|
+
export declare function useClickOutside<T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: Handler, excludeRefs?: RefObject<HTMLElement>[]): void;
|
|
4
|
+
export {};
|
|
5
|
+
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7C,KAAK,OAAO,GAAG,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,KAAK,IAAI,CAAC;AAExD,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EAC/D,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,EACjB,OAAO,EAAE,OAAO,EAChB,WAAW,GAAE,SAAS,CAAC,WAAW,CAAC,EAAO,GAC3C,IAAI,CAwBN"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
type SliderInputProps = {
|
|
2
|
+
iconLabel: JSX.Element;
|
|
3
|
+
step?: number;
|
|
4
|
+
marks?: boolean;
|
|
5
|
+
units: string;
|
|
6
|
+
min?: number;
|
|
7
|
+
max?: number;
|
|
8
|
+
value: number | null;
|
|
9
|
+
setValue: (v: number) => void;
|
|
10
|
+
};
|
|
11
|
+
export default function RawSliderInput({ iconLabel, label, value, setValue, units, min, max, step, marks, ...props }: SliderInputProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=RawSliderInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RawSliderInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.tsx"],"names":[],"mappings":"AA2DA,KAAK,gBAAgB,GAAG;IACtB,SAAS,EAAE,GAAG,CAAC,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,SAAS,EACT,KAAK,EACL,KAAK,EACL,QAAQ,EACR,KAAK,EACL,GAAO,EACP,GAAG,EACH,IAAgB,EAChB,KAAY,EACZ,GAAG,KAAK,EACT,EAAE,gBAAgB,2CAoIlB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface ErrorResponse {
|
|
2
|
+
code: number;
|
|
3
|
+
message: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
action?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ImageGenerationError {
|
|
8
|
+
code: number;
|
|
9
|
+
title: string;
|
|
10
|
+
message: string;
|
|
11
|
+
action?: string;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errorHandling.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEtE,eAAO,MAAM,eAAe,GAAI,OAAO,aAAa,KAAG,oBAgEtD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TStyle } from '../../../../../../documents/blocks/helpers/TStyle';
|
|
2
|
+
type MultiStylePropertyPanelProps = {
|
|
3
|
+
names: (keyof TStyle)[];
|
|
4
|
+
value: TStyle | undefined | null;
|
|
5
|
+
onChange: (style: TStyle) => void;
|
|
6
|
+
disabledCSSValidation?: boolean;
|
|
7
|
+
shapeMaxValue?: number;
|
|
8
|
+
shapeSteps?: number;
|
|
9
|
+
};
|
|
10
|
+
export default function MultiStylePropertyPanel({ names, value, onChange, disabledCSSValidation, shapeMaxValue, shapeSteps }: MultiStylePropertyPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=MultiStylePropertyPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultiStylePropertyPanel.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,mDAAmD,CAAC;AAK3E,KAAK,4BAA4B,GAAG;IAClC,KAAK,EAAE,CAAC,MAAM,MAAM,CAAC,EAAE,CAAC;IACxB,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,qBAA6B,EAAE,aAAa,EAAE,UAAU,EAAE,EAAE,4BAA4B,2CAUjK"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TStyle } from '../../../../../../documents/blocks/helpers/TStyle';
|
|
2
|
+
type StylePropertyPanelProps = {
|
|
3
|
+
name: keyof TStyle;
|
|
4
|
+
value: TStyle;
|
|
5
|
+
onChange: (style: TStyle) => void;
|
|
6
|
+
shapeMaxValue?: number;
|
|
7
|
+
shapeSteps?: number;
|
|
8
|
+
};
|
|
9
|
+
export default function SingleStylePropertyPanel({ name, value, onChange, shapeMaxValue, shapeSteps }: StylePropertyPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=SingleStylePropertyPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SingleStylePropertyPanel.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,mDAAmD,CAAC;AAgB3E,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,MAAM,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,UAAU,EAAE,EAAE,uBAAuB,2CAqH7H"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StylesPanel.d.ts","sourceRoot":"","sources":["../../../../../src/App/InspectorDrawer/StylesPanel.tsx"],"names":[],"mappings":"AAYA,MAAM,CAAC,OAAO,UAAU,WAAW,4CA8BlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleInspectorPanelButton.d.ts","sourceRoot":"","sources":["../../../../../src/App/InspectorDrawer/ToggleInspectorPanelButton.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,0BAA0B,4CAkBjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/App/InspectorDrawer/index.tsx"],"names":[],"mappings":"AAkBA,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,EAAG;IAAG,MAAM,EAAE,OAAO,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAA;CAAC,2CAwI9G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarButton.d.ts","sourceRoot":"","sources":["../../../../../src/App/SamplesDrawer/SidebarButton.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAA;CAAE,2CASzG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToggleSamplesPanelButton.d.ts","sourceRoot":"","sources":["../../../../../src/App/SamplesDrawer/ToggleSamplesPanelButton.tsx"],"names":[],"mappings":"AAeA,MAAM,CAAC,OAAO,UAAU,wBAAwB,4CAG/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/App/SamplesDrawer/index.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB,MAAM,CAAC;AAExC,MAAM,CAAC,OAAO,UAAU,aAAa,4CAmEpC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TEditorConfiguration } from '../../../documents/editor/core';
|
|
2
|
+
export type CustomReaderProps = {
|
|
3
|
+
document: TEditorConfiguration;
|
|
4
|
+
rootBlockId?: string;
|
|
5
|
+
disabledInteraction?: boolean;
|
|
6
|
+
isNotClient?: boolean;
|
|
7
|
+
onRendered?: () => void;
|
|
8
|
+
};
|
|
9
|
+
export declare function CustomReader({ document, disabledInteraction, isNotClient, onRendered }: CustomReaderProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=CustomReader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomReader.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/CustomReader/CustomReader.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAC,oBAAoB,EAAC,MAAM,gCAAgC,CAAC;AAMpE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAA;AACD,wBAAgB,YAAY,CAAC,EAAC,QAAQ,EAAE,mBAA2B,EAAE,WAAmB,EAAE,UAAU,EAAC,EAAE,iBAAiB,2CAwMvH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/DownloadJson/index.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,YAAY,4CAYnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HtmlPanel.d.ts","sourceRoot":"","sources":["../../../../../src/App/TemplatePanel/HtmlPanel.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,UAAU,SAAS,4CAahC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImportJsonDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/ImportJson/ImportJsonDialog.tsx"],"names":[],"mappings":"AAkBA,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,OAAO,EAAE,EAAE,qBAAqB,2CAmE1E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/ImportJson/index.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,UAAU,4CAkBjC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TEditorConfiguration } from '../../../documents/editor/core';
|
|
2
|
+
type TResult = {
|
|
3
|
+
error: string;
|
|
4
|
+
data?: undefined;
|
|
5
|
+
} | {
|
|
6
|
+
data: TEditorConfiguration;
|
|
7
|
+
error?: undefined;
|
|
8
|
+
};
|
|
9
|
+
export default function validateTextAreaValue(value: string): TResult;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=validateJsonStringValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validateJsonStringValue.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/ImportJson/validateJsonStringValue.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6B,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEjG,KAAK,OAAO,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,SAAS,CAAA;CAAE,GAAG;IAAE,IAAI,EAAE,oBAAoB,CAAC;IAAC,KAAK,CAAC,EAAE,SAAS,CAAA;CAAE,CAAC;AAEvG,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAkBpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JsonPanel.d.ts","sourceRoot":"","sources":["../../../../../src/App/TemplatePanel/JsonPanel.tsx"],"names":[],"mappings":"AAMA,MAAM,CAAC,OAAO,UAAU,SAAS,4CAQhC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type MainTabsGroupProps = {
|
|
2
|
+
enableEditorTab?: boolean;
|
|
3
|
+
enablePreviewTab?: boolean;
|
|
4
|
+
enableHtmlTab?: boolean;
|
|
5
|
+
enableJsonTab?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export default function MainTabsGroup({ enableEditorTab, enablePreviewTab, enableHtmlTab, enableJsonTab, }: MainTabsGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=MainTabsGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MainTabsGroup.d.ts","sourceRoot":"","sources":["../../../../../src/App/TemplatePanel/MainTabsGroup.tsx"],"names":[],"mappings":"AAOA,KAAK,kBAAkB,GAAG;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,eAAsB,EACtB,gBAAuB,EACvB,aAAoB,EACpB,aAAoB,GACrB,EAAE,kBAAkB,2CAoGpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareButton.d.ts","sourceRoot":"","sources":["../../../../../src/App/TemplatePanel/ShareButton.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,WAAW,4CA6BlC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type TextEditorPanelProps = {
|
|
2
|
+
type: 'json' | 'html' | 'javascript';
|
|
3
|
+
value: string;
|
|
4
|
+
};
|
|
5
|
+
export default function HighlightedCodePanel({ type, value }: TextEditorPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=HighlightedCodePanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HighlightedCodePanel.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/HighlightedCodePanel.tsx"],"names":[],"mappings":"AAIA,KAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,CAAC;IACrC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,oBAAoB,2CA0CjF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cleanDocument.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/cleanDocument.ts"],"names":[],"mappings":"AAoDA,UAAU,eAAe;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AA4QD,QAAA,MAAM,aAAa,GAAI,UAAU,eAAe,KAAG;IAAE,eAAe,EAAE,eAAe,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAsWjG,CAAC;AAEF,eAAe,aAAa,CAAC"}
|