@groovymedia/easy-email-extensions 4.14.1-2
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/AttributePanel/AttributePanel.d.ts +3 -0
- package/lib/AttributePanel/components/UI/Help/index.d.ts +7 -0
- package/lib/AttributePanel/components/UI/HtmlEditor.d.ts +5 -0
- package/lib/AttributePanel/components/adapter/Json.adapter.d.ts +4 -0
- package/lib/AttributePanel/components/adapter/color.adapter.d.ts +4 -0
- package/lib/AttributePanel/components/adapter/image-height.adapter.d.ts +4 -0
- package/lib/AttributePanel/components/adapter/index.d.ts +5 -0
- package/lib/AttributePanel/components/adapter/pixel.adapter.d.ts +4 -0
- package/lib/AttributePanel/components/adapter/slider.adapter.d.ts +4 -0
- package/lib/AttributePanel/components/attributes/Align.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/AttributesPanelWrapper/index.d.ts +7 -0
- package/lib/AttributePanel/components/attributes/Background.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/BackgroundColor.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/Border.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/BorderColor.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/BorderStyle.d.ts +5 -0
- package/lib/AttributePanel/components/attributes/BorderWidth.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/ClassName.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/CollapseWrapper/index.d.ts +6 -0
- package/lib/AttributePanel/components/attributes/Color.d.ts +4 -0
- package/lib/AttributePanel/components/attributes/Condition.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/ContainerBackgroundColor.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/Decoration.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/Direction.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/FontFamily.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/FontSize.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/FontStyle.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/FontWeight.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/Height.d.ts +5 -0
- package/lib/AttributePanel/components/attributes/Iteration.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/LetterSpacing.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/LineHeight.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/Link.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/Margin.d.ts +1 -0
- package/lib/AttributePanel/components/attributes/MergeTags.d.ts +6 -0
- package/lib/AttributePanel/components/attributes/NavbarLinkPadding.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/Padding.d.ts +7 -0
- package/lib/AttributePanel/components/attributes/TextAlign.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/TextDecoration.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/TextTransform.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/VerticalAlign.d.ts +3 -0
- package/lib/AttributePanel/components/attributes/Width.d.ts +7 -0
- package/lib/AttributePanel/components/attributes/index.d.ts +32 -0
- package/lib/AttributePanel/components/blocks/Accordion/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/AccordionElement/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/AccordionText/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/AccordionTitle/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Button/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Carousel/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Column/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Divider/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Group/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Hero/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Image/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Navbar/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Page/index.d.ts +6 -0
- package/lib/AttributePanel/components/blocks/Raw/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Section/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Social/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Spacer/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Table/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Text/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/Wrapper/index.d.ts +1 -0
- package/lib/AttributePanel/components/blocks/index.d.ts +56 -0
- package/lib/AttributePanel/components/provider/PresetColorsProvider/index.d.ts +8 -0
- package/lib/AttributePanel/components/provider/SelectionRangeProvider/index.d.ts +8 -0
- package/lib/AttributePanel/components/provider/index.d.ts +2 -0
- package/lib/AttributePanel/hooks/useSelectionRange.d.ts +7 -0
- package/lib/AttributePanel/index.d.ts +5 -0
- package/lib/AttributePanel/utils/BlockAttributeConfigurationManager.d.ts +11 -0
- package/lib/AttributePanel/utils/InputNumberAdapter.d.ts +2 -0
- package/lib/AttributePanel/utils/PromiseEach.d.ts +1 -0
- package/lib/AttributePanel/utils/Uploader.d.ts +35 -0
- package/lib/AttributePanel/utils/awaitForElement.d.ts +4 -0
- package/lib/AttributePanel/utils/classnames.d.ts +1 -0
- package/lib/AttributePanel/utils/getImg.d.ts +8 -0
- package/lib/AttributePanel/utils/onDrag.d.ts +10 -0
- package/lib/AttributePanel/utils/previewLoadImage.d.ts +1 -0
- package/lib/BlockLayer/components/BlockTree/index.d.ts +51 -0
- package/lib/BlockLayer/components/BlockTree/transparentImage.d.ts +1 -0
- package/lib/BlockLayer/components/ContextMenu/index.d.ts +14 -0
- package/lib/BlockLayer/components/EyeIcon/index.d.ts +7 -0
- package/lib/BlockLayer/hooks/useAvatarWrapperDrop.d.ts +24 -0
- package/lib/BlockLayer/index.d.ts +13 -0
- package/lib/ConfigurationPanel/index.d.ts +9 -0
- package/lib/EditPanel/Blocks/index.d.ts +1 -0
- package/lib/EditPanel/ConfigurationDrawer/index.d.ts +7 -0
- package/lib/EditPanel/index.d.ts +5 -0
- package/lib/InteractivePrompt/components/FocusTooltip.d.ts +1 -0
- package/lib/InteractivePrompt/components/HoverTooltip.d.ts +1 -0
- package/lib/InteractivePrompt/components/Toolbar.d.ts +1 -0
- package/lib/InteractivePrompt/index.d.ts +1 -0
- package/lib/InteractivePrompt/utils/awaitForElement.d.ts +4 -0
- package/lib/MergeTagBadgePrompt/index.d.ts +1 -0
- package/lib/ShortcutToolbar/ShortcutToolbar.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlockMaskWrapper/index.d.ts +7 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/index.d.ts +4 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/AccordionBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/ButtonBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/CarouselBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/ColumnBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/DividerBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/GroupBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/HeroBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/ImageBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/NavbarBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/RawBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/SectionBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/SocialBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/SpacerBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/TextBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/WrapperBlockItem/index.d.ts +1 -0
- package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/index.d.ts +18 -0
- package/lib/ShortcutToolbar/components/DragIcon/index.d.ts +7 -0
- package/lib/ShortcutToolbar/components/Picture/index.d.ts +7 -0
- package/lib/ShortcutToolbar/index.d.ts +4 -0
- package/lib/ShortcutToolbar/utils/BlockMarketManager.d.ts +32 -0
- package/lib/ShortcutToolbar/utils/getImg.d.ts +68 -0
- package/lib/SimpleLayout/SimpleLayout.d.ts +9 -0
- package/lib/SimpleLayout/index.d.ts +1 -0
- package/lib/SourceCodePanel/index.d.ts +4 -0
- package/lib/StandardLayout/StandardLayout.d.ts +3 -0
- package/lib/StandardLayout/index.d.ts +1 -0
- package/lib/components/AddToCollection/index.d.ts +5 -0
- package/lib/components/Form/AddFont.d.ts +1 -0
- package/lib/components/Form/AutoComplete.d.ts +12 -0
- package/lib/components/Form/CheckBoxGroup.d.ts +14 -0
- package/lib/components/Form/CodemirrorEditor/index.d.ts +8 -0
- package/lib/components/Form/ColorPicker/ColorPickerContent.d.ts +5 -0
- package/lib/components/Form/ColorPicker/index.d.ts +11 -0
- package/lib/components/Form/ColorPicker2.d.ts +10 -0
- package/lib/components/Form/ColorPickerField/index.d.ts +5 -0
- package/lib/components/Form/EditGridTab.d.ts +10 -0
- package/lib/components/Form/EditTab.d.ts +10 -0
- package/lib/components/Form/ImageUploader/index.d.ts +13 -0
- package/lib/components/Form/InlineTextField/index.d.ts +7 -0
- package/lib/components/Form/Input.d.ts +7 -0
- package/lib/components/Form/InputWithUnit.d.ts +11 -0
- package/lib/components/Form/RadioGroup.d.ts +13 -0
- package/lib/components/Form/RichTextField/index.d.ts +2 -0
- package/lib/components/Form/RichTextToolBar/RichTextToolBar.d.ts +3 -0
- package/lib/components/Form/RichTextToolBar/components/BasicTools.d.ts +1 -0
- package/lib/components/Form/RichTextToolBar/components/Bold/index.d.ts +6 -0
- package/lib/components/Form/RichTextToolBar/components/FontFamily/index.d.ts +5 -0
- package/lib/components/Form/RichTextToolBar/components/FontSize/index.d.ts +5 -0
- package/lib/components/Form/RichTextToolBar/components/Heading/index.d.ts +3 -0
- package/lib/components/Form/RichTextToolBar/components/Italic/index.d.ts +6 -0
- package/lib/components/Form/RichTextToolBar/components/Link/index.d.ts +12 -0
- package/lib/components/Form/RichTextToolBar/components/MergeTags/index.d.ts +5 -0
- package/lib/components/Form/RichTextToolBar/components/StrikeThrough/index.d.ts +6 -0
- package/lib/components/Form/RichTextToolBar/components/ToolItem/index.d.ts +9 -0
- package/lib/components/Form/RichTextToolBar/components/Tools/IconBgColor/index.d.ts +5 -0
- package/lib/components/Form/RichTextToolBar/components/Tools/IconFontColor/index.d.ts +5 -0
- package/lib/components/Form/RichTextToolBar/components/Tools/Tools.d.ts +4 -0
- package/lib/components/Form/RichTextToolBar/components/Tools/index.d.ts +1 -0
- package/lib/components/Form/RichTextToolBar/components/Underline/index.d.ts +6 -0
- package/lib/components/Form/RichTextToolBar/components/Unlink/index.d.ts +12 -0
- package/lib/components/Form/RichTextToolBar/index.d.ts +1 -0
- package/lib/components/Form/Select.d.ts +11 -0
- package/lib/components/Form/UploadField.d.ts +8 -0
- package/lib/components/Form/enhancer.d.ts +25 -0
- package/lib/components/Form/index.d.ts +34 -0
- package/lib/components/FullHeightOverlayScrollbars/index.d.ts +6 -0
- package/lib/components/Providers/ExtensionProvider.d.ts +42 -0
- package/lib/components/RenderCount/index.d.ts +1 -0
- package/lib/components/ShadowDom/index.d.ts +2 -0
- package/lib/constants.d.ts +1 -0
- package/lib/hooks/useAddToCollection.d.ts +6 -0
- package/lib/hooks/useFontFamily.d.ts +6 -0
- package/lib/index.d.ts +17 -0
- package/lib/index.js +8 -0
- package/lib/index.js.map +1 -0
- package/lib/index2.js +46382 -0
- package/lib/index2.js.map +1 -0
- package/lib/index3.js +11646 -0
- package/lib/index3.js.map +1 -0
- package/lib/style.css +12 -0
- package/lib/typings/mjml-browser.d.ts +37 -0
- package/lib/utils/MjmlToJson.d.ts +5 -0
- package/lib/utils/awaitForElement.d.ts +4 -0
- package/lib/utils/classnames.d.ts +1 -0
- package/lib/utils/getBlockTitle.d.ts +2 -0
- package/lib/utils/getContextMergeTags.d.ts +7 -0
- package/lib/utils/getIconNameByBlockType.d.ts +1 -0
- package/lib/utils/getPreviewClassName.d.ts +1 -0
- package/lib/utils/parseXMLtoBlock.d.ts +2 -0
- package/package.json +109 -0
- package/readme.md +349 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IBlockDataWithId } from '..';
|
|
3
|
+
export declare function useAvatarWrapperDrop(): {
|
|
4
|
+
setBlockLayerRef: import("react").Dispatch<import("react").SetStateAction<HTMLElement | null>>;
|
|
5
|
+
blockLayerRef: HTMLElement | null;
|
|
6
|
+
allowDrop: (o: {
|
|
7
|
+
dragNode: {
|
|
8
|
+
type: string;
|
|
9
|
+
} | {
|
|
10
|
+
key: string;
|
|
11
|
+
};
|
|
12
|
+
dropNode: {
|
|
13
|
+
dataRef: IBlockDataWithId;
|
|
14
|
+
parent: IBlockDataWithId;
|
|
15
|
+
key: string;
|
|
16
|
+
};
|
|
17
|
+
dropPosition: number;
|
|
18
|
+
}) => false | {
|
|
19
|
+
key: string;
|
|
20
|
+
position: number;
|
|
21
|
+
};
|
|
22
|
+
removeHightLightClassName: () => void;
|
|
23
|
+
};
|
|
24
|
+
export declare function getDirectionFormDropPosition(position: number): "" | "top" | "bottom";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IBlockData } from 'easy-email-core';
|
|
3
|
+
export interface IBlockDataWithId extends IBlockData {
|
|
4
|
+
id: string;
|
|
5
|
+
icon?: React.ReactElement;
|
|
6
|
+
parent: IBlockDataWithId | null;
|
|
7
|
+
children: IBlockDataWithId[];
|
|
8
|
+
className?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface BlockLayerProps {
|
|
11
|
+
renderTitle?: (block: IBlockDataWithId) => React.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export declare function BlockLayer(props: BlockLayerProps): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface ConfigurationPanelProps {
|
|
2
|
+
showSourceCode: boolean;
|
|
3
|
+
jsonReadOnly: boolean;
|
|
4
|
+
mjmlReadOnly: boolean;
|
|
5
|
+
height: string;
|
|
6
|
+
onBack?: () => void;
|
|
7
|
+
compact?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare function ConfigurationPanel({ showSourceCode, height, onBack, compact, jsonReadOnly, mjmlReadOnly, }: ConfigurationPanelProps): JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function Blocks(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FocusTooltip(): JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function HoverTooltip(): JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function Toolbar(): JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function InteractivePrompt(): JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function MergeTagBadgePrompt(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function ShortcutToolbar(): JSX.Element;
|
package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/AccordionBlockItem/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function AccordionBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function ButtonBlockItem(): JSX.Element;
|
package/lib/ShortcutToolbar/components/BlocksPanel/presetTemplate/CarouselBlockItem/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function CarouselBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function ColumnBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function DividerBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function GroupBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function HeroBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function ImageBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function NavbarBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function RawBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function SectionBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function SocialBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function SpacerBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function TextBlockItem(): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function WrapperBlockItem(): JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AdvancedType } from 'easy-email-core';
|
|
2
|
+
import { TextBlockItem } from './TextBlockItem';
|
|
3
|
+
import { ImageBlockItem } from './ImageBlockItem';
|
|
4
|
+
export declare const defaultCategories: {
|
|
5
|
+
readonly title: string;
|
|
6
|
+
name: string;
|
|
7
|
+
blocks: ({
|
|
8
|
+
type: AdvancedType;
|
|
9
|
+
readonly title: string;
|
|
10
|
+
readonly description: string;
|
|
11
|
+
component: typeof TextBlockItem;
|
|
12
|
+
} | {
|
|
13
|
+
type: AdvancedType;
|
|
14
|
+
readonly title: string;
|
|
15
|
+
readonly description: JSX.Element;
|
|
16
|
+
component: typeof ImageBlockItem;
|
|
17
|
+
})[];
|
|
18
|
+
}[];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IBlockData, RecursivePartial } from 'easy-email-core';
|
|
2
|
+
export interface DragIconProps<T extends IBlockData> {
|
|
3
|
+
type: string;
|
|
4
|
+
payload?: RecursivePartial<T>;
|
|
5
|
+
color: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function DragIcon<T extends IBlockData = any>(props: DragIconProps<T>): JSX.Element;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IBlockData } from 'easy-email-core';
|
|
3
|
+
export interface BlockMarketCategory {
|
|
4
|
+
name: string;
|
|
5
|
+
title: string;
|
|
6
|
+
blocks: {
|
|
7
|
+
type: string;
|
|
8
|
+
title: string;
|
|
9
|
+
description?: React.ReactNode;
|
|
10
|
+
thumbnail?: string;
|
|
11
|
+
payload?: IBlockData;
|
|
12
|
+
component: () => JSX.Element | null;
|
|
13
|
+
}[];
|
|
14
|
+
}
|
|
15
|
+
export declare class BlockMarketManager {
|
|
16
|
+
private static category;
|
|
17
|
+
private static subscriptHandles;
|
|
18
|
+
static subscribe(fn: (category: BlockMarketCategory[]) => void): number;
|
|
19
|
+
static unsubscribe(fn: (category: BlockMarketCategory[]) => void): ((category: BlockMarketCategory[]) => void)[];
|
|
20
|
+
static notify(): void;
|
|
21
|
+
static getCategory(name: string): BlockMarketCategory | undefined;
|
|
22
|
+
static getCategories(): BlockMarketCategory[];
|
|
23
|
+
static addCategories(list: BlockMarketCategory[]): void;
|
|
24
|
+
static addCategory(name: string, title: string, blocks: {
|
|
25
|
+
type: string;
|
|
26
|
+
title: string;
|
|
27
|
+
description?: React.ReactNode;
|
|
28
|
+
component: () => JSX.Element | null;
|
|
29
|
+
}[]): void;
|
|
30
|
+
static removeCategories(list: BlockMarketCategory[]): void;
|
|
31
|
+
static removeCategory(name: string): void;
|
|
32
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
declare const defaultImagesMap: {
|
|
2
|
+
IMAGE_08: string;
|
|
3
|
+
IMAGE_09: string;
|
|
4
|
+
IMAGE_10: string;
|
|
5
|
+
IMAGE_11: string;
|
|
6
|
+
IMAGE_12: string;
|
|
7
|
+
IMAGE_13: string;
|
|
8
|
+
IMAGE_14: string;
|
|
9
|
+
IMAGE_15: string;
|
|
10
|
+
IMAGE_16: string;
|
|
11
|
+
IMAGE_17: string;
|
|
12
|
+
IMAGE_18: string;
|
|
13
|
+
IMAGE_19: string;
|
|
14
|
+
IMAGE_20: string;
|
|
15
|
+
IMAGE_21: string;
|
|
16
|
+
IMAGE_22: string;
|
|
17
|
+
IMAGE_23: string;
|
|
18
|
+
IMAGE_24: string;
|
|
19
|
+
IMAGE_25: string;
|
|
20
|
+
IMAGE_26: string;
|
|
21
|
+
IMAGE_27: string;
|
|
22
|
+
IMAGE_28: string;
|
|
23
|
+
IMAGE_29: string;
|
|
24
|
+
IMAGE_30: string;
|
|
25
|
+
IMAGE_31: string;
|
|
26
|
+
IMAGE_32: string;
|
|
27
|
+
IMAGE_33: string;
|
|
28
|
+
IMAGE_34: string;
|
|
29
|
+
IMAGE_35: string;
|
|
30
|
+
IMAGE_36: string;
|
|
31
|
+
IMAGE_37: string;
|
|
32
|
+
IMAGE_38: string;
|
|
33
|
+
IMAGE_39: string;
|
|
34
|
+
IMAGE_40: string;
|
|
35
|
+
IMAGE_41: string;
|
|
36
|
+
IMAGE_42: string;
|
|
37
|
+
IMAGE_43: string;
|
|
38
|
+
IMAGE_44: string;
|
|
39
|
+
IMAGE_45: string;
|
|
40
|
+
IMAGE_46: string;
|
|
41
|
+
IMAGE_47: string;
|
|
42
|
+
IMAGE_48: string;
|
|
43
|
+
IMAGE_49: string;
|
|
44
|
+
IMAGE_50: string;
|
|
45
|
+
IMAGE_51: string;
|
|
46
|
+
IMAGE_52: string;
|
|
47
|
+
IMAGE_53: string;
|
|
48
|
+
IMAGE_54: string;
|
|
49
|
+
IMAGE_55: string;
|
|
50
|
+
IMAGE_56: string;
|
|
51
|
+
IMAGE_57: string;
|
|
52
|
+
IMAGE_58: string;
|
|
53
|
+
IMAGE_59: string;
|
|
54
|
+
IMAGE_60: string;
|
|
55
|
+
IMAGE_61: string;
|
|
56
|
+
IMAGE_62: string;
|
|
57
|
+
IMAGE_63: string;
|
|
58
|
+
IMAGE_64: string;
|
|
59
|
+
IMAGE_65: string;
|
|
60
|
+
IMAGE_66: string;
|
|
61
|
+
IMAGE_67: string;
|
|
62
|
+
IMAGE_68: string;
|
|
63
|
+
IMAGE_69: string;
|
|
64
|
+
IMAGE_70: string;
|
|
65
|
+
IMAGE_71: string;
|
|
66
|
+
};
|
|
67
|
+
export declare function getImg(name: keyof typeof defaultImagesMap): string;
|
|
68
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BlockLayerProps } from '../BlockLayer';
|
|
3
|
+
export declare const SimpleLayout: React.FC<{
|
|
4
|
+
showSourceCode?: boolean;
|
|
5
|
+
jsonReadOnly?: boolean;
|
|
6
|
+
mjmlReadOnly?: boolean;
|
|
7
|
+
defaultShowLayer?: boolean;
|
|
8
|
+
children: React.ReactNode | React.ReactElement;
|
|
9
|
+
} & BlockLayerProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SimpleLayout } from './SimpleLayout';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { StandardLayout } from './StandardLayout';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function AddFont(): JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AutoCompleteProps as ArcoAutoCompleteProps } from '@arco-design/web-react';
|
|
2
|
+
export interface AutoCompleteProps extends Omit<ArcoAutoCompleteProps, 'onChange' | 'options'> {
|
|
3
|
+
quickchange?: boolean;
|
|
4
|
+
value: string;
|
|
5
|
+
options: Array<{
|
|
6
|
+
value: any;
|
|
7
|
+
label: any;
|
|
8
|
+
}>;
|
|
9
|
+
onChange: (val: string) => void;
|
|
10
|
+
showSearch?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare function AutoComplete(props: AutoCompleteProps): JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { CheckboxGroupProps as ArcoCheckboxGroupProps } from '@arco-design/web-react';
|
|
3
|
+
export interface CheckboxGroupProps extends ArcoCheckboxGroupProps<any> {
|
|
4
|
+
options: Array<{
|
|
5
|
+
value: string;
|
|
6
|
+
label: React.ReactNode;
|
|
7
|
+
}>;
|
|
8
|
+
onChange?: (e: any[]) => void;
|
|
9
|
+
value?: ArcoCheckboxGroupProps<any>['value'];
|
|
10
|
+
style?: Partial<React.CSSProperties>;
|
|
11
|
+
checkboxStyle?: Partial<React.CSSProperties>;
|
|
12
|
+
vertical?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare function CheckBoxGroup(props: CheckboxGroupProps): JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import 'codemirror/lib/codemirror.css';
|
|
2
|
+
import 'codemirror/theme/material.css';
|
|
3
|
+
import 'codemirror/theme/neat.css';
|
|
4
|
+
import 'codemirror/mode/xml/xml.js';
|
|
5
|
+
export default function CodemirrorEditor(props: {
|
|
6
|
+
value: string;
|
|
7
|
+
onChange(val: string): void;
|
|
8
|
+
}): JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PopoverProps } from '@arco-design/web-react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface ColorPickerProps extends PopoverProps {
|
|
4
|
+
onChange?: (val: string) => void;
|
|
5
|
+
value?: string;
|
|
6
|
+
label: string;
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
showInput?: boolean;
|
|
9
|
+
fixed?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare function ColorPicker(props: ColorPickerProps): JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PopoverProps } from '@arco-design/web-react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface ColorPickerProps extends PopoverProps {
|
|
4
|
+
onChange?: (val: string) => void;
|
|
5
|
+
value?: string;
|
|
6
|
+
label: string;
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
showInput?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare function ColorPicker(props: ColorPickerProps): JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
import { ColorPickerProps } from '../ColorPicker';
|
|
3
|
+
declare const ColorPickerFieldSource: (props: import("../enhancer").EnhancerProps & Omit<ColorPickerProps, "value" | "onChange" | "mutators">) => JSX.Element;
|
|
4
|
+
export declare const ColorPickerField: (props: ComponentProps<typeof ColorPickerFieldSource>) => JSX.Element;
|
|
5
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TabsProps } from '@arco-design/web-react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface EditGridTabProps<T extends any = any> extends Omit<TabsProps, 'onChange'> {
|
|
4
|
+
value: Array<T>;
|
|
5
|
+
renderItem: (item: T, index: number) => React.ReactNode;
|
|
6
|
+
onChange: (vals: Array<T>) => any;
|
|
7
|
+
additionItem?: T;
|
|
8
|
+
label: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function EditGridTab<T extends any = any>(props: EditGridTabProps<T>): JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TabsProps } from '@arco-design/web-react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface EditTabProps<T extends any = any> extends Omit<TabsProps, 'onChange'> {
|
|
4
|
+
value: Array<T>;
|
|
5
|
+
renderItem: (item: T, index: number) => React.ReactNode;
|
|
6
|
+
onChange: (vals: Array<T>) => any;
|
|
7
|
+
additionItem: T;
|
|
8
|
+
label: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function EditTab<T extends any = any>(props: EditTabProps<T>): JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { UploaderServer } from '../../../AttributePanel/utils/Uploader';
|
|
3
|
+
export interface ImageUploaderProps {
|
|
4
|
+
onChange: (val: string) => void;
|
|
5
|
+
value: string;
|
|
6
|
+
label: string;
|
|
7
|
+
uploadHandler?: UploaderServer;
|
|
8
|
+
autoCompleteOptions?: Array<{
|
|
9
|
+
value: string;
|
|
10
|
+
label: React.ReactNode;
|
|
11
|
+
}>;
|
|
12
|
+
}
|
|
13
|
+
export declare function ImageUploader(props: ImageUploaderProps): JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InputProps as ArcoInputProps } from '@arco-design/web-react';
|
|
2
|
+
export interface InputProps extends Omit<ArcoInputProps, 'onChange'> {
|
|
3
|
+
quickchange?: boolean;
|
|
4
|
+
value: string;
|
|
5
|
+
onChange: (val: string) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function Input(props: InputProps): JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { InputProps as ArcoInputProps } from '@arco-design/web-react';
|
|
2
|
+
export interface InputWithUnitProps extends Omit<ArcoInputProps, 'onChange'> {
|
|
3
|
+
value: string;
|
|
4
|
+
onChange: (val: string) => void;
|
|
5
|
+
unitOptions?: Array<{
|
|
6
|
+
value: string;
|
|
7
|
+
label: string;
|
|
8
|
+
}> | 'default' | 'percent';
|
|
9
|
+
quickchange?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare function InputWithUnit(props: InputWithUnitProps): JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { RadioGroupProps as ArcoRadioGroupProps } from '@arco-design/web-react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface RadioGroupProps extends ArcoRadioGroupProps {
|
|
4
|
+
options: Array<{
|
|
5
|
+
value: string;
|
|
6
|
+
label: React.ReactNode;
|
|
7
|
+
}>;
|
|
8
|
+
onChange?: (value: string) => void;
|
|
9
|
+
value?: string;
|
|
10
|
+
type?: 'radio' | 'button';
|
|
11
|
+
vertical?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare function RadioGroup(props: RadioGroupProps): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function BasicTools(): JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PopoverProps } from '@arco-design/web-react';
|
|
2
|
+
export interface LinkParams {
|
|
3
|
+
link: string;
|
|
4
|
+
blank: boolean;
|
|
5
|
+
underline: boolean;
|
|
6
|
+
linkNode: HTMLAnchorElement | null;
|
|
7
|
+
}
|
|
8
|
+
export interface LinkProps extends PopoverProps {
|
|
9
|
+
currentRange: Range | null | undefined;
|
|
10
|
+
onChange: (val: LinkParams) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare function Link(props: LinkProps): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Tools } from './Tools';
|