amis-editor 4.0.1-beta.8 → 4.0.2-beta.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cebfe0bc5a1dbde02da1.svg +10 -0
- package/dist/component/ContextMenuPanel.d.ts +8 -0
- package/dist/component/Control/APIControl.d.ts +504 -0
- package/dist/component/Control/OptionControl.d.ts +163 -0
- package/dist/component/Control/PopoverEdit.d.ts +57 -0
- package/dist/component/Control/ValidationControl.d.ts +30 -0
- package/dist/component/Editor.d.ts +1 -0
- package/dist/component/Panel/AMisCodeEditor.d.ts +37 -0
- package/dist/component/Panel/AvailableRenderersPanel.d.ts +10 -0
- package/dist/component/Panel/CodeEditorPanel.d.ts +6 -0
- package/dist/component/Panel/ContextMenuPanel.d.ts +8 -0
- package/dist/component/Panel/DrawerPanel.d.ts +15 -0
- package/dist/component/Panel/DrawerRendererPanel.d.ts +15 -0
- package/dist/component/Panel/InsertSubRendererPanel.d.ts +11 -0
- package/dist/component/Panel/LeftPanels.d.ts +20 -0
- package/dist/component/Panel/Outline.d.ts +18 -0
- package/dist/component/Panel/RenderersPanel.d.ts +32 -0
- package/dist/component/Panel/RightPanels.d.ts +21 -0
- package/dist/component/Panel/TargetNamePanel.d.ts +7 -0
- package/dist/component/Preview.d.ts +1 -0
- package/dist/component/ScaffoldModal.d.ts +1 -1
- package/dist/component/base/BackTop.d.ts +26 -0
- package/dist/component/base/ErrorRenderer.d.ts +4 -0
- package/dist/component/base/InputComponentName.d.ts +8 -0
- package/dist/component/base/SearchRendererPanel.d.ts +59 -0
- package/dist/component/base/WidthDraggableBtn.d.ts +16 -0
- package/dist/component/base/WidthDraggableContainer.d.ts +2 -0
- package/dist/component/remarkTpl.d.ts +150 -0
- package/dist/exports.d.ts +8 -0
- package/dist/exports.min.js +1 -0
- package/dist/index.d.ts +19 -14
- package/dist/index.min.js +1 -1
- package/dist/manager.d.ts +7 -5
- package/dist/plugin/Alert.d.ts +2 -1
- package/dist/plugin/AnchorNav.d.ts +1 -0
- package/dist/plugin/Audio.d.ts +1 -0
- package/dist/plugin/Avatar.d.ts +1 -0
- package/dist/plugin/Breadcrumb.d.ts +2 -0
- package/dist/plugin/Button.d.ts +1 -0
- package/dist/plugin/ButtonGroup.d.ts +1 -0
- package/dist/plugin/ButtonToolbar.d.ts +1 -0
- package/dist/plugin/CRUD.d.ts +1 -0
- package/dist/plugin/Card.d.ts +1 -1
- package/dist/plugin/Cards.d.ts +1 -0
- package/dist/plugin/Carousel.d.ts +1 -0
- package/dist/plugin/Chart.d.ts +1 -0
- package/dist/plugin/CodeView.d.ts +1 -0
- package/dist/plugin/Collapse.d.ts +16 -6
- package/dist/plugin/CollapseGroup.d.ts +41 -0
- package/dist/plugin/Container.d.ts +1 -0
- package/dist/plugin/Custom.d.ts +1 -0
- package/dist/plugin/Date.d.ts +1 -0
- package/dist/plugin/Datetime.d.ts +1 -0
- package/dist/plugin/Dialog.d.ts +1 -0
- package/dist/plugin/Divider.d.ts +1 -0
- package/dist/plugin/Drawer.d.ts +1 -0
- package/dist/plugin/DropDownButton.d.ts +1 -0
- package/dist/plugin/Each.d.ts +1 -0
- package/dist/plugin/ErrorRenderer.d.ts +1 -0
- package/dist/plugin/Flex.d.ts +2 -1
- package/dist/plugin/Form/ButtonGroupSelect.d.ts +1 -0
- package/dist/plugin/Form/ButtonToolbar.d.ts +1 -0
- package/dist/plugin/Form/ChainedSelect.d.ts +1 -0
- package/dist/plugin/Form/Checkbox.d.ts +1 -0
- package/dist/plugin/Form/Checkboxes.d.ts +1 -0
- package/dist/plugin/Form/CodeEditor.d.ts +40 -0
- package/dist/plugin/Form/Combo.d.ts +1 -0
- package/dist/plugin/Form/ConditionBuilder.d.ts +1 -0
- package/dist/plugin/Form/Control.d.ts +1 -0
- package/dist/plugin/Form/DiffEditor.d.ts +1 -0
- package/dist/plugin/Form/FieldSet.d.ts +1 -0
- package/dist/plugin/Form/Form.d.ts +1 -0
- package/dist/plugin/Form/Formula.d.ts +1 -0
- package/dist/plugin/Form/Group.d.ts +1 -0
- package/dist/plugin/Form/Hidden.d.ts +1 -0
- package/dist/plugin/Form/InputArray.d.ts +2 -0
- package/dist/plugin/Form/InputCity.d.ts +1 -0
- package/dist/plugin/Form/InputColor.d.ts +1 -0
- package/dist/plugin/Form/InputDate.d.ts +1 -0
- package/dist/plugin/Form/InputDateRange.d.ts +1 -0
- package/dist/plugin/Form/InputDateTime.d.ts +1 -0
- package/dist/plugin/Form/InputDateTimeRange.d.ts +1 -0
- package/dist/plugin/Form/InputEmail.d.ts +1 -0
- package/dist/plugin/Form/InputExcel.d.ts +1 -0
- package/dist/plugin/Form/InputFile.d.ts +1 -0
- package/dist/plugin/Form/InputGroup.d.ts +1 -2
- package/dist/plugin/Form/InputImage.d.ts +1 -0
- package/dist/plugin/Form/InputKV.d.ts +1 -0
- package/dist/plugin/Form/InputMonth.d.ts +1 -0
- package/dist/plugin/Form/InputMonthRange.d.ts +1 -0
- package/dist/plugin/Form/InputNumber.d.ts +1 -0
- package/dist/plugin/Form/InputPassword.d.ts +1 -0
- package/dist/plugin/Form/InputQuarter.d.ts +1 -0
- package/dist/plugin/Form/InputQuarterRange.d.ts +1 -0
- package/dist/plugin/Form/InputRange.d.ts +1 -0
- package/dist/plugin/Form/InputRating.d.ts +2 -1
- package/dist/plugin/Form/InputRepeat.d.ts +1 -0
- package/dist/plugin/Form/InputRichText.d.ts +1 -0
- package/dist/plugin/Form/InputSubForm.d.ts +1 -0
- package/dist/plugin/Form/InputTable.d.ts +1 -1
- package/dist/plugin/Form/InputTag.d.ts +1 -0
- package/dist/plugin/Form/InputText.d.ts +1 -0
- package/dist/plugin/Form/InputTime.d.ts +1 -0
- package/dist/plugin/Form/InputTree.d.ts +1 -0
- package/dist/plugin/Form/InputURL.d.ts +1 -0
- package/dist/plugin/Form/InputYear.d.ts +1 -0
- package/dist/plugin/Form/ListSelect.d.ts +1 -0
- package/dist/plugin/Form/LocationPicker.d.ts +1 -0
- package/dist/plugin/Form/MatrixCheckboxes.d.ts +1 -0
- package/dist/plugin/Form/NestedSelect.d.ts +1 -0
- package/dist/plugin/Form/Picker.d.ts +1 -0
- package/dist/plugin/Form/Radios.d.ts +1 -0
- package/dist/plugin/Form/Select.d.ts +1 -0
- package/dist/plugin/Form/Static.d.ts +1 -1
- package/dist/plugin/Form/Switch.d.ts +1 -0
- package/dist/plugin/Form/TabsTransfer.d.ts +1 -0
- package/dist/plugin/Form/Textarea.d.ts +1 -0
- package/dist/plugin/Form/Transfer.d.ts +1 -0
- package/dist/plugin/Form/TreeSelect.d.ts +1 -0
- package/dist/plugin/Form/UUID.d.ts +1 -0
- package/dist/plugin/Grid.d.ts +1 -0
- package/dist/plugin/HBox.d.ts +1 -1
- package/dist/plugin/IFrame.d.ts +1 -0
- package/dist/plugin/Image.d.ts +1 -0
- package/dist/plugin/Images.d.ts +1 -0
- package/dist/plugin/Json.d.ts +1 -0
- package/dist/plugin/Link.d.ts +1 -0
- package/dist/plugin/List.d.ts +1 -0
- package/dist/plugin/ListItem.d.ts +1 -1
- package/dist/plugin/Log.d.ts +1 -0
- package/dist/plugin/Mapping.d.ts +1 -0
- package/dist/plugin/Markdown.d.ts +1 -0
- package/dist/plugin/Nav.d.ts +1 -0
- package/dist/plugin/Operation.d.ts +1 -0
- package/dist/plugin/Others/Action.d.ts +8 -0
- package/dist/plugin/Others/BasicToolbar.d.ts +11 -0
- package/dist/plugin/Others/DataDebug.d.ts +19 -0
- package/dist/plugin/Others/TableCell.d.ts +8 -0
- package/dist/plugin/Others/Unknown.d.ts +5 -0
- package/dist/plugin/Page.d.ts +1 -0
- package/dist/plugin/Panel/AvailableRenderers.d.ts +8 -0
- package/dist/plugin/Panel/Code.d.ts +9 -0
- package/dist/plugin/Panel/Name.d.ts +8 -0
- package/dist/plugin/Panel.d.ts +16 -3
- package/dist/plugin/Plain.d.ts +1 -0
- package/dist/plugin/Progress.d.ts +1 -0
- package/dist/plugin/Property.d.ts +1 -0
- package/dist/plugin/QRCode.d.ts +1 -0
- package/dist/plugin/Reset.d.ts +1 -0
- package/dist/plugin/Service.d.ts +1 -0
- package/dist/plugin/Sparkline.d.ts +1 -0
- package/dist/plugin/Status.d.ts +1 -0
- package/dist/plugin/Steps.d.ts +1 -0
- package/dist/plugin/Submit.d.ts +1 -0
- package/dist/plugin/Table.d.ts +1 -0
- package/dist/plugin/TableCell.d.ts +0 -1
- package/dist/plugin/TableView.d.ts +1 -0
- package/dist/plugin/Tabs.d.ts +1 -0
- package/dist/plugin/Tasks.d.ts +1 -0
- package/dist/plugin/Time.d.ts +1 -0
- package/dist/plugin/Tpl.d.ts +1 -0
- package/dist/plugin/Video.d.ts +1 -0
- package/dist/plugin/WebComponent.d.ts +3 -26
- package/dist/plugin/Wizard.d.ts +1 -0
- package/dist/plugin/Wrapper.d.ts +1 -0
- package/dist/plugin.d.ts +18 -5
- package/dist/store/editor.d.ts +54 -4
- package/dist/style.css +1 -1
- package/dist/util.d.ts +7 -2
- package/package.json +23 -15
- package/static/side_hide_left.svg +10 -0
- package/.editorconfig +0 -12
- package/.fecsrc +0 -8
- package/.prettierrc +0 -20
- package/publish-local.sh +0 -37
- package/rollup.config.js +0 -24
package/dist/manager.d.ts
CHANGED
@@ -32,7 +32,6 @@ export declare function getEditorPlugins(): PluginClass[];
|
|
32
32
|
export declare function unRegisterEditorPlugin(id: string): void;
|
33
33
|
/**
|
34
34
|
* 在 component/Editor.tsx 里面实例化的。
|
35
|
-
*
|
36
35
|
* 辅助 component/Editor.tsx 实现一些非 UI 相关的功能。
|
37
36
|
*/
|
38
37
|
export declare class EditorManager {
|
@@ -48,6 +47,7 @@ export declare class EditorManager {
|
|
48
47
|
private clipboardData;
|
49
48
|
readonly hackIn: any;
|
50
49
|
constructor(config: EditorManagerConfig, store: EditorStoreType, parent?: EditorManager | undefined);
|
50
|
+
dynamicAddPlugin(pluginName: string): void;
|
51
51
|
buildEventContext(idOrNode: string | EditorNodeType): {
|
52
52
|
node: {
|
53
53
|
parentId: string;
|
@@ -220,9 +220,9 @@ export declare class EditorManager {
|
|
220
220
|
buildToolbars(): void;
|
221
221
|
collectPanels(node: EditorNodeType, triggerEvent?: boolean, secondFactor?: boolean): BasicPanelItem[];
|
222
222
|
buildPanels(): void;
|
223
|
-
collectRenderers(region?: string, id?: string): SubRendererInfo[]
|
224
|
-
buildRenderers(region?: string): void
|
225
|
-
rebuild(): void
|
223
|
+
collectRenderers(region?: string, id?: string): Promise<SubRendererInfo[]>;
|
224
|
+
buildRenderers(region?: string): Promise<void>;
|
225
|
+
rebuild(): Promise<void>;
|
226
226
|
/**
|
227
227
|
* 可用组件面板里面会点进来,不同的区域可能可插入的组件不一样。
|
228
228
|
* @param region 区域的 key
|
@@ -233,13 +233,15 @@ export declare class EditorManager {
|
|
233
233
|
* @param region
|
234
234
|
* @param preferTag
|
235
235
|
*/
|
236
|
-
showInsertPanel(region: string, id?: string, preferTag?: string, mode?: 'insert' | 'replace', originId?: string, beforeId?: string): void
|
236
|
+
showInsertPanel(region: string, id?: string, preferTag?: string, mode?: 'insert' | 'replace', originId?: string, beforeId?: string): Promise<void>;
|
237
237
|
/**
|
238
238
|
* 显示组件更换面板
|
239
239
|
* @param region
|
240
240
|
* @param preferTag
|
241
241
|
*/
|
242
242
|
showReplacePanel(id: string, preferTag?: string): void;
|
243
|
+
/** 显示左侧组件面板(主要在属性面板中使用)*/
|
244
|
+
showRendererPanel(tag?: string, msg?: string): void;
|
243
245
|
readonly listeners: Array<{
|
244
246
|
type: string;
|
245
247
|
fn: PluginEventFn;
|
package/dist/plugin/Alert.d.ts
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
import { SchemaObject } from 'amis';
|
2
2
|
import { BasePlugin } from '../plugin';
|
3
|
-
export declare class
|
3
|
+
export declare class AlertPlugin extends BasePlugin {
|
4
4
|
rendererName: string;
|
5
5
|
$schema: string;
|
6
6
|
name: string;
|
7
|
+
isBaseComponent: boolean;
|
7
8
|
description: string;
|
8
9
|
docLink: string;
|
9
10
|
icon: string;
|
package/dist/plugin/Audio.d.ts
CHANGED
package/dist/plugin/Avatar.d.ts
CHANGED
@@ -2,7 +2,9 @@ import { BasePlugin } from '../plugin';
|
|
2
2
|
export declare class BreadcrumbPlugin extends BasePlugin {
|
3
3
|
rendererName: string;
|
4
4
|
$schema: string;
|
5
|
+
disabledRendererPlugin: boolean;
|
5
6
|
name: string;
|
7
|
+
isBaseComponent: boolean;
|
6
8
|
icon: string;
|
7
9
|
description: string;
|
8
10
|
docLink: string;
|
package/dist/plugin/Button.d.ts
CHANGED
package/dist/plugin/CRUD.d.ts
CHANGED
package/dist/plugin/Card.d.ts
CHANGED
@@ -3,6 +3,7 @@ export declare class CardPlugin extends BasePlugin {
|
|
3
3
|
rendererName: string;
|
4
4
|
$schema: string;
|
5
5
|
name: string;
|
6
|
+
isBaseComponent: boolean;
|
6
7
|
description: string;
|
7
8
|
tags: string[];
|
8
9
|
icon: string;
|
@@ -43,7 +44,6 @@ export declare class CardPlugin extends BasePlugin {
|
|
43
44
|
regions: Array<RegionConfig>;
|
44
45
|
panelTitle: string;
|
45
46
|
panelBodyCreator: (context: BaseEventContext) => any[];
|
46
|
-
exchangeRenderer(id: string): void;
|
47
47
|
fieldWrapperResolve: (dom: HTMLElement) => HTMLElement;
|
48
48
|
overrides: {
|
49
49
|
renderFeild: (this: any, region: string, field: any, index: any, props: any) => any;
|
package/dist/plugin/Cards.d.ts
CHANGED
package/dist/plugin/Chart.d.ts
CHANGED
@@ -1,21 +1,31 @@
|
|
1
|
-
import { BasePlugin } from '../plugin';
|
1
|
+
import { BasePlugin, RegionConfig, BaseEventContext } from '../plugin';
|
2
2
|
export declare class CollapsePlugin extends BasePlugin {
|
3
3
|
rendererName: string;
|
4
4
|
$schema: string;
|
5
5
|
name: string;
|
6
|
+
isBaseComponent: boolean;
|
6
7
|
description: string;
|
7
8
|
tags: string[];
|
8
9
|
icon: string;
|
9
10
|
scaffold: {
|
10
11
|
type: string;
|
11
|
-
|
12
|
-
|
12
|
+
header: string;
|
13
|
+
body: {
|
14
|
+
type: string;
|
15
|
+
tpl: string;
|
16
|
+
inline: boolean;
|
17
|
+
}[];
|
13
18
|
};
|
14
19
|
previewSchema: {
|
15
20
|
type: string;
|
16
|
-
|
17
|
-
|
21
|
+
header: string;
|
22
|
+
body: {
|
23
|
+
type: string;
|
24
|
+
tpl: string;
|
25
|
+
inline: boolean;
|
26
|
+
}[];
|
18
27
|
};
|
19
28
|
panelTitle: string;
|
20
|
-
|
29
|
+
panelBodyCreator: (context: BaseEventContext) => any;
|
30
|
+
regions: Array<RegionConfig>;
|
21
31
|
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
import { BasePlugin, RegionConfig, BaseEventContext } from '../plugin';
|
2
|
+
export declare class CollapseGroupPlugin extends BasePlugin {
|
3
|
+
rendererName: string;
|
4
|
+
$schema: string;
|
5
|
+
name: string;
|
6
|
+
isBaseComponent: boolean;
|
7
|
+
description: string;
|
8
|
+
tags: string[];
|
9
|
+
icon: string;
|
10
|
+
scaffold: {
|
11
|
+
type: string;
|
12
|
+
activeKey: string[];
|
13
|
+
body: {
|
14
|
+
type: string;
|
15
|
+
key: string;
|
16
|
+
header: string;
|
17
|
+
body: {
|
18
|
+
type: string;
|
19
|
+
tpl: string;
|
20
|
+
inline: boolean;
|
21
|
+
}[];
|
22
|
+
}[];
|
23
|
+
};
|
24
|
+
previewSchema: {
|
25
|
+
type: string;
|
26
|
+
activeKey: string[];
|
27
|
+
body: {
|
28
|
+
type: string;
|
29
|
+
key: string;
|
30
|
+
header: string;
|
31
|
+
body: {
|
32
|
+
type: string;
|
33
|
+
tpl: string;
|
34
|
+
inline: boolean;
|
35
|
+
}[];
|
36
|
+
}[];
|
37
|
+
};
|
38
|
+
panelTitle: string;
|
39
|
+
panelBodyCreator: (context: BaseEventContext) => any[];
|
40
|
+
regions: Array<RegionConfig>;
|
41
|
+
}
|
package/dist/plugin/Custom.d.ts
CHANGED
package/dist/plugin/Date.d.ts
CHANGED
package/dist/plugin/Dialog.d.ts
CHANGED
package/dist/plugin/Divider.d.ts
CHANGED
package/dist/plugin/Drawer.d.ts
CHANGED
package/dist/plugin/Each.d.ts
CHANGED
package/dist/plugin/Flex.d.ts
CHANGED
@@ -2,7 +2,9 @@ import { BasePlugin, PluginEvent, RegionConfig, RendererJSONSchemaResolveEventCo
|
|
2
2
|
export declare class FlexPlugin extends BasePlugin {
|
3
3
|
rendererName: string;
|
4
4
|
$schema: string;
|
5
|
+
disabledRendererPlugin: boolean;
|
5
6
|
name: string;
|
7
|
+
isBaseComponent: boolean;
|
6
8
|
icon: string;
|
7
9
|
description: string;
|
8
10
|
tags: string[];
|
@@ -23,6 +25,5 @@ export declare class FlexPlugin extends BasePlugin {
|
|
23
25
|
panelTitle: string;
|
24
26
|
panelBody: any[];
|
25
27
|
regions: Array<RegionConfig>;
|
26
|
-
exchangeRenderer(id: string): void;
|
27
28
|
afterResolveJsonSchema(event: PluginEvent<RendererJSONSchemaResolveEventContext>): void;
|
28
29
|
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { BasePlugin } from '../../plugin';
|
2
|
+
export declare class CodeEditorControlPlugin extends BasePlugin {
|
3
|
+
rendererName: string;
|
4
|
+
$schema: string;
|
5
|
+
name: string;
|
6
|
+
isBaseComponent: boolean;
|
7
|
+
icon: string;
|
8
|
+
description: string;
|
9
|
+
docLink: string;
|
10
|
+
tags: string[];
|
11
|
+
scaffold: {
|
12
|
+
type: string;
|
13
|
+
label: string;
|
14
|
+
name: string;
|
15
|
+
};
|
16
|
+
previewSchema: any;
|
17
|
+
panelTitle: string;
|
18
|
+
panelBody: ({
|
19
|
+
label: string;
|
20
|
+
name: string;
|
21
|
+
type: string;
|
22
|
+
value: string;
|
23
|
+
searchable: boolean;
|
24
|
+
options: string[];
|
25
|
+
size?: undefined;
|
26
|
+
pipeIn?: undefined;
|
27
|
+
} | {
|
28
|
+
name: string;
|
29
|
+
type: string;
|
30
|
+
size: string;
|
31
|
+
pipeIn: (value: any) => any;
|
32
|
+
label: string;
|
33
|
+
options: {
|
34
|
+
label: string;
|
35
|
+
value: string;
|
36
|
+
}[];
|
37
|
+
value?: undefined;
|
38
|
+
searchable?: undefined;
|
39
|
+
})[];
|
40
|
+
}
|
@@ -2,7 +2,9 @@ import { BaseEventContext, BasePlugin, BasicToolbarItem, ContextMenuEventContext
|
|
2
2
|
export declare class ArrayControlPlugin extends BasePlugin {
|
3
3
|
rendererName: string;
|
4
4
|
$schema: string;
|
5
|
+
disabledRendererPlugin: boolean;
|
5
6
|
name: string;
|
7
|
+
isBaseComponent: boolean;
|
6
8
|
icon: string;
|
7
9
|
description: string;
|
8
10
|
docLink: string;
|