easy-email-pro-modern 1.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/typings/components/AttributeFields/CornerRadiusField.d.ts +6 -0
- package/lib/typings/components/AttributeFields/DividerStyleField.d.ts +15 -0
- package/lib/typings/components/AttributeFields/IconSizeField.d.ts +6 -0
- package/lib/typings/components/AttributeFields/IconSpacingField.d.ts +6 -0
- package/lib/typings/components/AttributeFields/PaddingField.d.ts +9 -0
- package/lib/typings/components/AttributeFields/WidthSliderField.d.ts +6 -0
- package/lib/typings/components/AttributeFields/index.d.ts +6 -0
- package/lib/typings/components/AutoDeselectElement.d.ts +2 -0
- package/lib/typings/components/BlockLayer/index.d.ts +2 -0
- package/lib/typings/components/ConfigurationPanels/Button/index.d.ts +9 -0
- package/lib/typings/components/ConfigurationPanels/Divider/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Image/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Navbar/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Page/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Section/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Social/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Spacer/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Text/index.d.ts +17 -0
- package/lib/typings/components/ConfigurationPanels/index.d.ts +9 -0
- package/lib/typings/components/ElementInteract/AddIcon/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/DragIcon/index.d.ts +4 -0
- package/lib/typings/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementDragover/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementHover/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementSelected/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementTools/index.d.ts +8 -0
- package/lib/typings/components/ElementInteract/index.d.ts +4 -0
- package/lib/typings/components/ElementList/index.d.ts +9 -0
- package/lib/typings/components/FullScreenLoading/index.d.ts +7 -0
- package/lib/typings/components/SettingsPannel/index.d.ts +2 -0
- package/lib/typings/components/SideBar/index.d.ts +5 -0
- package/lib/typings/components/StylesPannel/index.d.ts +4 -0
- package/lib/typings/custom-types.d.ts +15 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/CornerRadiusField.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/DividerStyleField.d.ts +15 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/IconSizeField.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/IconSpacingField.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/PaddingField.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/WidthSliderField.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AutoDeselectElement.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/BlockLayer/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Button/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Divider/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Image/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Navbar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Page/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Section/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Social/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Spacer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Text/index.d.ts +17 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/AddIcon/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/DragIcon/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementHover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementSelected/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementTools/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementList/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/components/FullScreenLoading/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-modern/src/components/SettingsPannel/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/SideBar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/StylesPannel/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-modern/src/custom-types.d.ts +15 -0
- package/lib/typings/easy-email-pro-modern/src/hooks/index.d.ts +1 -0
- package/lib/typings/easy-email-pro-modern/src/hooks/useBlocksDrawer.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/index.d.ts +14 -0
- package/lib/typings/easy-email-pro-modern/src/utils/getIsLargeScreen.d.ts +1 -0
- package/lib/typings/easy-email-pro-modern/src/withTheme.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockPaths/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockItem/index.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockLayer/components/ElementList/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockLayer/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/BlockList.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/UniversalList.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/UniversalListItem.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlocksPanel/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/SectionLayout.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/WrapperLayout.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlocksDrawer/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlocksModal/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ColumnLayout/LayoutItemList.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ColumnLayout/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationDrawer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Blockquote/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Button/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Code/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Column/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Divider/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Group/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Hero/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Image/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Navbar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Page/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Section/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Social/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Spacer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Table/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Table2/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Text/TextHTMLEditor.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Text/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Widget/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Wrapper/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/PageFooter.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/PageHeader.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundColor.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundGradient.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundImage.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundPosition.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Border.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BorderRadius.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonCategory.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonContent.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonIcon.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Buttons.d.ts +18 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Columns.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Direction.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Condition.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Iteration.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DividerLine.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontFamily.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontSize.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontWeight.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/GlobalLink.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Heading.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Height.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ImageUrl.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ImageWidth.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/LetterSpacing.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/LineHeight.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Link.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/MergeTagSelectInputField.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Padding.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/PixelAndPercentField.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Preheader.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/RTLDirection.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/StackOnMobile.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TableLayout.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAlign.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAndHeadingList.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAndHeadingStyle.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Typography.d.ts +20 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/VerticalAlign.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/WebFonts.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Width.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/index.d.ts +103 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributePanel.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributesPanelWrapper/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/CollapseWrapper/CollapseWrapper.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/CollapseWrapper/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/ResponsiveTabs/ResponsiveField.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/ResponsiveTabs/index.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/SchemaPanelRenderer.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/SourceCodePanel/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/UniversalElementPanel/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/AddItems.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/index.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/WidgetTypeOptions.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/constants.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/index.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationSideBar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/ColorPicker.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/FontFamily.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/FontSize.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/Image.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/Link.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/index.d.ts +21 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Button/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Divider/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Image/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Navbar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Page/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Section/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Social/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Spacer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Text/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/components/PopopCard/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/Controller/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/DragItem/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/DraggingPlaceholderWrapper/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/components/DesktopEmailPreview/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/components/MobilePreview/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/index.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmailDrawer/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/TabHeader/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ElementIcon/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ElementStyleGallery/index.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ButtonField.d.ts +13 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ButtonGroupField.d.ts +15 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ColorPicker/ColorPickerContent.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ColorPicker/index.d.ts +15 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/EditPanelListField.d.ts +17 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/EditPanelTabsField.d.ts +13 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/GradientGenerator/index.d.ts +13 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ImageUploaderField/index.d.ts +27 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/PixelField.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/RichTextField/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/Select.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/SliderField.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/SwitchField/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/SyncChildrenField.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/WatchField.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/JsonAdapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/arrayString.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/color.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/direction.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/fontStyle.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/fontWeight.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/index.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/italic.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/pixel.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/pixelNumber.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/slider.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/enhancer.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/index.d.ts +28 -0
- package/lib/typings/easy-email-pro-theme/src/components/FullHeightOverlayScrollbars/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/Hotkeys/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/RichTextBar.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/AIAssistant/AIPromptModal.d.ts +16 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/AIAssistant/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/BgColor.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontColor.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontFamily.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontSize.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FormatButton.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/Image.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/List.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/MergeTag.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/PreventFocusWrapper.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TextAlign.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TextLink.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TurnInto.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/utils/getLinkNode.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/IconFont/index.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/MergeTagComponent/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/MergetagPopover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/ControllerProvider.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/DraggingProvider.d.ts +21 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/EditorContext.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/EditorThemeStateProvider.d.ts +14 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/FormProvider.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/UniversalElementProvider.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/StandaloneElementEditorDrawer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/StandaloneElementSaveButtonPortal/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/UniversalElementEditorDrawer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/UnsplashImages/index.d.ts +206 -0
- package/lib/typings/easy-email-pro-theme/src/components/UnsplashImagesDrawer/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/index.d.ts +159 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/index.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useBlocksDrawer.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useColorContext.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useDragging.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useEditorContext.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useEditorThemeState.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useElementDefault.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useElementInteract.d.ts +27 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useFontFamily.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useMinimalistContext.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useUniversalContent.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/AutoDeselectElement.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/BlockMenusOverlay/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/BlockResizer/index.d.ts +19 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ColumnLayoutOverlay/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementDragover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementHover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementSelected/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementTools/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/useOverlayMenuCapture.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/withTheme.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/AutoDeselectElement.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementHover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementSelected/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementTools/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/TableTools/ContextMenu.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/TableTools/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/index.d.ts +13 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/withTheme.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/typings/custom-types.d.ts +201 -0
- package/lib/typings/easy-email-pro-theme/src/typings/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/typings/schema.d.ts +46 -0
- package/lib/typings/easy-email-pro-theme/src/utils/assignIdsToElementTree.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/utils/getFallbackValue.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/utils/getMergeTagsByType.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/utils/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/basicElementToStandardElement.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/formatPadding.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/utils/previewLoadImage.d.ts +1 -0
- package/lib/typings/hooks/index.d.ts +1 -0
- package/lib/typings/hooks/useBlocksDrawer.d.ts +9 -0
- package/lib/typings/index.d.ts +14 -0
- package/lib/typings/utils/getIsLargeScreen.d.ts +1 -0
- package/lib/typings/withTheme.d.ts +2 -0
- package/package.json +52 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { MenuProps } from "@arco-design/web-react";
|
|
3
|
+
import { UploaderServer } from "@easy-email-pro-theme/utils/Uploader";
|
|
4
|
+
export interface ImageUploaderProps {
|
|
5
|
+
onChange: (val: string) => void;
|
|
6
|
+
value: string;
|
|
7
|
+
uploadHandler?: UploaderServer;
|
|
8
|
+
autoCompleteOptions?: Array<{
|
|
9
|
+
value: string;
|
|
10
|
+
label: React.ReactNode;
|
|
11
|
+
}>;
|
|
12
|
+
hideMergeTag?: boolean;
|
|
13
|
+
onCallbackImageDetail?: (size: {
|
|
14
|
+
width: number;
|
|
15
|
+
height: number;
|
|
16
|
+
}) => void;
|
|
17
|
+
hideInput?: boolean;
|
|
18
|
+
theme?: MenuProps["theme"];
|
|
19
|
+
size?: "small";
|
|
20
|
+
enablePreview?: boolean;
|
|
21
|
+
onlyPreview?: boolean;
|
|
22
|
+
colSpan?: number;
|
|
23
|
+
pinToParent?: boolean;
|
|
24
|
+
}
|
|
25
|
+
declare function ImageUploader(props: ImageUploaderProps): React.JSX.Element;
|
|
26
|
+
export declare const ImageUploaderField: (props: import("../enhancer").EnhancerProps & Omit<ImageUploaderProps, "onChange" | "value">) => React.JSX.Element;
|
|
27
|
+
export { ImageUploader };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SelectProps as ArcoSelectProps } from "@arco-design/web-react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export interface SelectProps extends ArcoSelectProps {
|
|
4
|
+
options: Array<{
|
|
5
|
+
value: any;
|
|
6
|
+
label: React.ReactNode;
|
|
7
|
+
}>;
|
|
8
|
+
onChange?: (val: string) => void;
|
|
9
|
+
value: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Select: (props: SelectProps) => React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const SliderField: (props: import("./enhancer").EnhancerProps & Omit<Omit<import("@arco-design/web-react").SliderProps & React.RefAttributes<unknown>, "ref"> & {
|
|
3
|
+
ref?: ((instance: unknown) => void) | React.RefObject<unknown> | null | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
value: boolean;
|
|
6
|
+
onChange: (val: boolean) => void;
|
|
7
|
+
showLimit?: boolean | undefined;
|
|
8
|
+
}, "onChange" | "value">) => React.JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ComponentProps } from "react";
|
|
3
|
+
declare const DefaultSwitchField: (props: import("../enhancer").EnhancerProps & Omit<import("@arco-design/web-react").SwitchProps & React.RefAttributes<unknown>, "onChange" | "value">) => React.JSX.Element;
|
|
4
|
+
export declare const SwitchField: (props: ComponentProps<typeof DefaultSwitchField>) => React.JSX.Element;
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ActiveTabKeys } from "easy-email-pro-editor";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export interface SyncChildrenFieldProps {
|
|
5
|
+
name: string;
|
|
6
|
+
childrenFieldName: string;
|
|
7
|
+
onChange?: (val: any) => void;
|
|
8
|
+
path: Path;
|
|
9
|
+
mode: ActiveTabKeys;
|
|
10
|
+
}
|
|
11
|
+
export declare const SyncChildrenField: (props: SyncChildrenFieldProps) => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
export interface WatchFieldProps {
|
|
4
|
+
name: string;
|
|
5
|
+
watchFieldName: string;
|
|
6
|
+
onChange?: (val: any) => void;
|
|
7
|
+
sync?: boolean;
|
|
8
|
+
path?: Path;
|
|
9
|
+
watchPath?: Path;
|
|
10
|
+
}
|
|
11
|
+
export declare const WatchField: (props: WatchFieldProps) => React.JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { JsonAdapter } from "./JsonAdapter";
|
|
2
|
+
export { pixelAdapter } from "./pixel.adapter";
|
|
3
|
+
export { sliderAdapter } from "./slider.adapter";
|
|
4
|
+
export { colorAdapter } from "./color.adapter";
|
|
5
|
+
export { pixelNumberAdapter } from "./pixelNumber.adapter";
|
|
6
|
+
export { fontStyleAdapter } from "./fontStyle.adapter";
|
|
7
|
+
export { fontWeightAdapter } from "./fontWeight.adapter";
|
|
8
|
+
export { italicAdapter } from "./italic.adapter";
|
|
9
|
+
export { arrayStringAdapter } from "./arrayString.adapter";
|
|
10
|
+
export { directionAdapter } from "./direction.adapter";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { FormItemProps } from "@arco-design/web-react";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export interface EnhancerProps {
|
|
5
|
+
path: Path | null;
|
|
6
|
+
name: string;
|
|
7
|
+
label: React.ReactNode;
|
|
8
|
+
formItem?: FormItemProps;
|
|
9
|
+
fallbackValue?: any;
|
|
10
|
+
onChange?: (...rest: any) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare const enhancer: <P extends React.FC<any>>(Component: P) => (props: EnhancerProps & Omit<React.ComponentProps<P>, "onChange" | "value">) => React.JSX.Element;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ButtonField } from "./ButtonField";
|
|
2
|
+
import { ButtonGroupField } from "./ButtonGroupField";
|
|
3
|
+
import { ColorPickerField } from "./ColorPicker";
|
|
4
|
+
import { EditPanelListField } from "./EditPanelListField";
|
|
5
|
+
import { enhancer } from "./enhancer";
|
|
6
|
+
import { ImageUploaderField } from "./ImageUploaderField";
|
|
7
|
+
import { SwitchField } from "./SwitchField";
|
|
8
|
+
import { WatchField } from "./WatchField";
|
|
9
|
+
import { EditPanelTabsField } from "./EditPanelTabsField";
|
|
10
|
+
import { SyncChildrenField } from "./SyncChildrenField";
|
|
11
|
+
import { RichTextField } from "./RichTextField";
|
|
12
|
+
import { SliderField } from "./SliderField";
|
|
13
|
+
import { PixelField } from "./PixelField";
|
|
14
|
+
export declare const TextField: (props: import("./enhancer").EnhancerProps & Omit<import("@arco-design/web-react").InputProps & import("react").RefAttributes<import("@arco-design/web-react/es/Input").RefInputType> & import("@arco-design/web-react/es/_util/hooks/useMergeProps").MergePropsOptions, "onChange" | "value">) => import("react").JSX.Element;
|
|
15
|
+
export declare const InputTagField: (props: import("./enhancer").EnhancerProps & Omit<import("@arco-design/web-react").InputTagProps<any> & import("react").RefAttributes<{
|
|
16
|
+
focus: () => void;
|
|
17
|
+
blur: () => void;
|
|
18
|
+
}>, "onChange" | "value">) => import("react").JSX.Element;
|
|
19
|
+
export declare const SearchField: (props: import("./enhancer").EnhancerProps & Omit<import("@arco-design/web-react/es/Input").InputSearchProps & import("react").RefAttributes<import("@arco-design/web-react/es/Input").RefInputType>, "onChange" | "value">) => import("react").JSX.Element;
|
|
20
|
+
export declare const TextAreaField: (props: import("./enhancer").EnhancerProps & Omit<import("@arco-design/web-react").TextAreaProps & import("react").RefAttributes<import("@arco-design/web-react/es/Input").RefTextAreaType>, "onChange" | "value">) => import("react").JSX.Element;
|
|
21
|
+
export declare const NumberField: (props: import("./enhancer").EnhancerProps & Omit<import("@arco-design/web-react").InputNumberProps & import("react").RefAttributes<import("@arco-design/web-react/es/Input").RefInputType>, "onChange" | "value">) => import("react").JSX.Element;
|
|
22
|
+
export declare const SelectField: (props: import("./enhancer").EnhancerProps & Omit<import("./Select").SelectProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
23
|
+
export declare const TreeSelectField: (props: import("./enhancer").EnhancerProps & Omit<import("@arco-design/web-react").TreeSelectProps & {
|
|
24
|
+
children?: import("react").ReactNode;
|
|
25
|
+
} & import("react").RefAttributes<import("@arco-design/web-react/es/TreeSelect").RefTreeSelectType>, "onChange" | "value">) => import("react").JSX.Element;
|
|
26
|
+
export declare const GradientGeneratorField: (props: import("./enhancer").EnhancerProps & Omit<import("./GradientGenerator").GradientGeneratorProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
27
|
+
export { enhancer, SwitchField, ButtonField, ButtonGroupField, WatchField, SyncChildrenField, ColorPickerField, ImageUploaderField, EditPanelListField, EditPanelTabsField, RichTextField, SliderField, PixelField, };
|
|
28
|
+
export * from "./adapter";
|
package/lib/typings/easy-email-pro-theme/src/components/FullHeightOverlayScrollbars/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "overlayscrollbars/css/OverlayScrollbars.css";
|
|
3
|
+
export declare const FullHeightOverlayScrollbars: React.FC<{
|
|
4
|
+
height: string | number;
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
} | {
|
|
7
|
+
maxHeight: string | number;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
}>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TextFormat } from "easy-email-pro-editor";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import "./RichTextBar.scss";
|
|
4
|
+
export declare const RichTextBarContext: React.Context<{
|
|
5
|
+
getPopupContainer?: ((node: HTMLElement) => HTMLElement) | undefined;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const RichTextBar: ({ list, wrap, getPopupContainer, }: {
|
|
8
|
+
list: Array<TextFormat | React.FC>;
|
|
9
|
+
wrap?: boolean | undefined;
|
|
10
|
+
getPopupContainer?: ((node: HTMLElement) => HTMLElement) | undefined;
|
|
11
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const AIPromptModal: (props: {
|
|
3
|
+
onClose: () => void;
|
|
4
|
+
visible: boolean;
|
|
5
|
+
refElement: HTMLElement;
|
|
6
|
+
loading: boolean;
|
|
7
|
+
rawHTML: string;
|
|
8
|
+
selectedText: string;
|
|
9
|
+
errorMsg?: string | undefined;
|
|
10
|
+
onInsert: (rawHTML: string) => void;
|
|
11
|
+
onChat: (message: Array<{
|
|
12
|
+
content: string;
|
|
13
|
+
role: string;
|
|
14
|
+
}>) => void;
|
|
15
|
+
onRetry: () => void;
|
|
16
|
+
}) => React.JSX.Element;
|
package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FormatButton.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TextFormat } from "easy-email-pro-editor";
|
|
3
|
+
export declare const FormatButton: ({ format, icon, onClick: onClickHandle, title, ...rest }: {
|
|
4
|
+
format?: TextFormat | undefined;
|
|
5
|
+
icon: string;
|
|
6
|
+
onClick?: (() => void) | undefined;
|
|
7
|
+
active?: boolean | undefined;
|
|
8
|
+
title?: string | undefined;
|
|
9
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare function IconFont(props: {
|
|
3
|
+
iconName: string;
|
|
4
|
+
className?: string;
|
|
5
|
+
onClick?: React.MouseEventHandler<HTMLDivElement>;
|
|
6
|
+
onClickCapture?: React.MouseEventHandler<HTMLDivElement>;
|
|
7
|
+
size?: number;
|
|
8
|
+
style?: React.CSSProperties;
|
|
9
|
+
title?: string;
|
|
10
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SelectProps } from "@arco-design/web-react";
|
|
3
|
+
import { MergetagItem } from "easy-email-pro-editor";
|
|
4
|
+
export declare const MergeTagComponent: React.FC<{
|
|
5
|
+
onChange: (v: string) => void;
|
|
6
|
+
value: string;
|
|
7
|
+
onClose?: () => void;
|
|
8
|
+
mergetags: MergetagItem[];
|
|
9
|
+
} & SelectProps>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Element } from "easy-email-pro-core";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export interface DraggingPropsData {
|
|
4
|
+
element: Element;
|
|
5
|
+
nodeElement: HTMLElement | null;
|
|
6
|
+
action: "move" | "copy";
|
|
7
|
+
cloneGhost?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const DraggingProviderContext: React.Context<{
|
|
10
|
+
propsDataRef: React.MutableRefObject<DraggingPropsData | null>;
|
|
11
|
+
dragHandle: {
|
|
12
|
+
onPointerDown(event: React.PointerEvent<any>): void;
|
|
13
|
+
onDragStart(ev: React.DragEvent<any>): void;
|
|
14
|
+
onDragEnd(): void;
|
|
15
|
+
draggable: boolean;
|
|
16
|
+
};
|
|
17
|
+
isDragging: boolean;
|
|
18
|
+
}>;
|
|
19
|
+
export declare const DraggingProvider: React.FC<{
|
|
20
|
+
children: React.ReactNode;
|
|
21
|
+
}>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { EmailEditorProps } from "easy-email-pro-editor";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export declare const getNodePathName: (path: Path, name: string) => string;
|
|
5
|
+
export declare const EditorContext: React.Context<EditorContextProps>;
|
|
6
|
+
export declare const EditorContextProvider: React.FC<EmailEditorProps>;
|
package/lib/typings/easy-email-pro-theme/src/components/Providers/EditorThemeStateProvider.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface EditorStateProviderProps {
|
|
3
|
+
isPreview: boolean;
|
|
4
|
+
zoom: number;
|
|
5
|
+
setIsPreview: React.Dispatch<React.SetStateAction<boolean>>;
|
|
6
|
+
togglePreview: () => void;
|
|
7
|
+
setZoom: React.Dispatch<React.SetStateAction<number>>;
|
|
8
|
+
isLayerItemDragging: boolean;
|
|
9
|
+
setIsLayerItemDragging: React.Dispatch<React.SetStateAction<boolean>>;
|
|
10
|
+
}
|
|
11
|
+
export declare const EditorThemeStateContext: React.Context<EditorStateProviderProps>;
|
|
12
|
+
export declare const EditorThemeStateProvider: React.FC<{
|
|
13
|
+
children: React.ReactNode;
|
|
14
|
+
}>;
|
package/lib/typings/easy-email-pro-theme/src/components/Providers/UniversalElementProvider.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Element } from "easy-email-pro-core";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export interface UniversalElementProps {
|
|
4
|
+
open: (element: Element) => void;
|
|
5
|
+
setElement: React.Dispatch<React.SetStateAction<Element | undefined>>;
|
|
6
|
+
}
|
|
7
|
+
export declare const UniversalElementProviderContext: React.Context<UniversalElementProps>;
|
|
8
|
+
export declare const UniversalElementProvider: React.FC<{
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
}>;
|