@webiny/app-website-builder 6.3.0-beta.2 → 6.3.0-beta.3
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/BaseEditor/components/Editor.js +7 -0
- package/BaseEditor/components/Editor.js.map +1 -1
- package/BaseEditor/config/EditorConfig.d.ts +1 -2
- package/BaseEditor/config/EditorConfig.js.map +1 -1
- package/BaseEditor/defaultConfig/Content/Preview/PreviewEvents.js +1 -1
- package/BaseEditor/defaultConfig/Content/Preview/PreviewEvents.js.map +1 -1
- package/Extension.js +3 -0
- package/Extension.js.map +1 -1
- package/ecommerce/components/ResourcesList.js +2 -2
- package/ecommerce/components/ResourcesList.js.map +1 -1
- package/ecommerce/components/ResourcesPicker.js +1 -1
- package/ecommerce/components/ResourcesPicker.js.map +1 -1
- package/editorSdk/createCommand.js +1 -1
- package/editorSdk/createCommand.js.map +1 -1
- package/exports/admin/website-builder/page/editor.d.ts +1 -0
- package/exports/admin/website-builder/page/editor.js +1 -0
- package/exports/admin/website-builder/page/editor.js.map +1 -1
- package/modules/pages/PageEditor/DefaultPageEditorConfig.js +1 -2
- package/modules/pages/PageEditor/DefaultPageEditorConfig.js.map +1 -1
- package/modules/pages/PageEditor/PageEditorConfig.d.ts +180 -198
- package/modules/pages/PageEditor/PageEditorConfig.js +2 -7
- package/modules/pages/PageEditor/PageEditorConfig.js.map +1 -1
- package/modules/pages/PageEditor/PageSettings/PageSettingsPresenter.d.ts +22 -0
- package/modules/pages/PageEditor/PageSettings/PageSettingsPresenter.js +154 -0
- package/modules/pages/PageEditor/PageSettings/PageSettingsPresenter.js.map +1 -0
- package/modules/pages/PageEditor/PageSettings/abstractions.d.ts +54 -0
- package/modules/pages/PageEditor/PageSettings/abstractions.js +12 -0
- package/modules/pages/PageEditor/PageSettings/abstractions.js.map +1 -0
- package/modules/pages/PageEditor/PageSettings/feature.d.ts +3 -0
- package/modules/pages/PageEditor/PageSettings/feature.js +24 -0
- package/modules/pages/PageEditor/PageSettings/feature.js.map +1 -0
- package/modules/pages/PageEditor/PageSettings/groups/GeneralSettingsGroup.d.ts +17 -0
- package/modules/pages/PageEditor/PageSettings/groups/GeneralSettingsGroup.js +42 -0
- package/modules/pages/PageEditor/PageSettings/groups/GeneralSettingsGroup.js.map +1 -0
- package/modules/pages/PageEditor/PageSettings/groups/SchemaSettingsGroup.d.ts +17 -0
- package/modules/pages/PageEditor/PageSettings/groups/SchemaSettingsGroup.js +34 -0
- package/modules/pages/PageEditor/PageSettings/groups/SchemaSettingsGroup.js.map +1 -0
- package/modules/pages/PageEditor/PageSettings/groups/SeoSettingsGroup.d.ts +27 -0
- package/modules/pages/PageEditor/PageSettings/groups/SeoSettingsGroup.js +52 -0
- package/modules/pages/PageEditor/PageSettings/groups/SeoSettingsGroup.js.map +1 -0
- package/modules/pages/PageEditor/PageSettings/groups/SocialSettingsGroup.d.ts +17 -0
- package/modules/pages/PageEditor/PageSettings/groups/SocialSettingsGroup.js +44 -0
- package/modules/pages/PageEditor/PageSettings/groups/SocialSettingsGroup.js.map +1 -0
- package/modules/pages/PageEditor/PageSettings/index.d.ts +3 -0
- package/modules/pages/PageEditor/PageSettings/index.js +5 -0
- package/modules/pages/PageEditor/PageSettings/index.js.map +1 -0
- package/modules/pages/PageEditor/TopBar/PageSettingsDrawer.d.ts +11 -0
- package/modules/pages/PageEditor/TopBar/PageSettingsDrawer.js +35 -0
- package/modules/pages/PageEditor/TopBar/PageSettingsDrawer.js.map +1 -0
- package/modules/pages/PageEditor/TopBar/SettingsButton.d.ts +0 -6
- package/modules/pages/PageEditor/TopBar/SettingsButton.js +29 -26
- package/modules/pages/PageEditor/TopBar/SettingsButton.js.map +1 -1
- package/modules/pages/PageEditor/usePageEditorConfig.d.ts +4 -20
- package/modules/pages/PageEditor/usePageEditorConfig.js +1 -8
- package/modules/pages/PageEditor/usePageEditorConfig.js.map +1 -1
- package/package.json +31 -28
- package/presentation/navigation/Extension.js +5 -6
- package/presentation/navigation/Extension.js.map +1 -1
- package/presentation/pages/CreatePage/AddLanguageModifier.js +5 -5
- package/presentation/pages/CreatePage/AddLanguageModifier.js.map +1 -1
- package/presentation/pages/CreatePage/CreatePage.test.js +9 -13
- package/presentation/pages/CreatePage/CreatePage.test.js.map +1 -1
- package/presentation/pages/CreatePage/CreatePagePresenter.js +1 -1
- package/presentation/pages/CreatePage/CreatePagePresenter.js.map +1 -1
- package/shared/PagePath.js +1 -1
- package/shared/PagePath.js.map +1 -1
- package/shared/pagePathFromTitle.js +1 -1
- package/shared/pagePathFromTitle.js.map +1 -1
- package/modules/pages/PageEditor/PageSettings/PageSettings.d.ts +0 -30
- package/modules/pages/PageEditor/PageSettings/PageSettings.js +0 -84
- package/modules/pages/PageEditor/PageSettings/PageSettings.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/PageSettingsConfig.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/PageSettingsConfig.js +0 -98
- package/modules/pages/PageEditor/PageSettings/PageSettingsConfig.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/GeneralImage.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/GeneralImage.js +0 -31
- package/modules/pages/PageEditor/PageSettings/elements/GeneralImage.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/GeneralPath.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/GeneralPath.js +0 -16
- package/modules/pages/PageEditor/PageSettings/elements/GeneralPath.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/GeneralSnippet.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/GeneralSnippet.js +0 -14
- package/modules/pages/PageEditor/PageSettings/elements/GeneralSnippet.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/GeneralTags.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/GeneralTags.js +0 -14
- package/modules/pages/PageEditor/PageSettings/elements/GeneralTags.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/GeneralTitle.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/GeneralTitle.js +0 -16
- package/modules/pages/PageEditor/PageSettings/elements/GeneralTitle.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SchemaEditor.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SchemaEditor.js +0 -31
- package/modules/pages/PageEditor/PageSettings/elements/SchemaEditor.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SeoCanonicalUrl.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SeoCanonicalUrl.js +0 -26
- package/modules/pages/PageEditor/PageSettings/elements/SeoCanonicalUrl.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SeoDescription.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SeoDescription.js +0 -15
- package/modules/pages/PageEditor/PageSettings/elements/SeoDescription.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SeoMetaTags.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SeoMetaTags.js +0 -18
- package/modules/pages/PageEditor/PageSettings/elements/SeoMetaTags.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SeoNoFollow.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SeoNoFollow.js +0 -16
- package/modules/pages/PageEditor/PageSettings/elements/SeoNoFollow.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SeoNoIndex.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SeoNoIndex.js +0 -16
- package/modules/pages/PageEditor/PageSettings/elements/SeoNoIndex.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SeoTitle.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SeoTitle.js +0 -15
- package/modules/pages/PageEditor/PageSettings/elements/SeoTitle.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SocialDescription.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SocialDescription.js +0 -15
- package/modules/pages/PageEditor/PageSettings/elements/SocialDescription.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SocialImage.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SocialImage.js +0 -31
- package/modules/pages/PageEditor/PageSettings/elements/SocialImage.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SocialMetaTags.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SocialMetaTags.js +0 -18
- package/modules/pages/PageEditor/PageSettings/elements/SocialMetaTags.js.map +0 -1
- package/modules/pages/PageEditor/PageSettings/elements/SocialTitle.d.ts +0 -2
- package/modules/pages/PageEditor/PageSettings/elements/SocialTitle.js +0 -15
- package/modules/pages/PageEditor/PageSettings/elements/SocialTitle.js.map +0 -1
- package/modules/pages/PageEditor/TopBar/Settings/KeyValueGridEditor.d.ts +0 -2
- package/modules/pages/PageEditor/TopBar/Settings/KeyValueGridEditor.js +0 -59
- package/modules/pages/PageEditor/TopBar/Settings/KeyValueGridEditor.js.map +0 -1
- package/modules/pages/PageEditor/TopBar/Settings/MetaTags.d.ts +0 -11
- package/modules/pages/PageEditor/TopBar/Settings/MetaTags.js +0 -80
- package/modules/pages/PageEditor/TopBar/Settings/MetaTags.js.map +0 -1
- package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDialog.d.ts +0 -2
- package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDialog.js +0 -37
- package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDialog.js.map +0 -1
- package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDrawer.d.ts +0 -3
- package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDrawer.js +0 -73
- package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDrawer.js.map +0 -1
- package/modules/pages/PageEditor/TopBar/Settings/SettingsDialogBody.d.ts +0 -6
- package/modules/pages/PageEditor/TopBar/Settings/SettingsDialogBody.js +0 -21
- package/modules/pages/PageEditor/TopBar/Settings/SettingsDialogBody.js.map +0 -1
- package/modules/pages/PageEditor/TopBar/Settings/SimpleTags.d.ts +0 -7
- package/modules/pages/PageEditor/TopBar/Settings/SimpleTags.js +0 -75
- package/modules/pages/PageEditor/TopBar/Settings/SimpleTags.js.map +0 -1
|
@@ -4,26 +4,26 @@ interface PageEditorConfigProps {
|
|
|
4
4
|
}
|
|
5
5
|
export declare const InternalPageEditorConfig: (({ children }: PageEditorConfigProps) => React.JSX.Element) & {
|
|
6
6
|
Ui: {
|
|
7
|
-
Element: (({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
8
|
-
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
7
|
+
Element: (({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element) & {
|
|
8
|
+
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element;
|
|
9
9
|
originalName: string;
|
|
10
10
|
displayName: string;
|
|
11
11
|
} & {
|
|
12
|
-
original: (({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
13
|
-
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
12
|
+
original: (({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element) & {
|
|
13
|
+
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element;
|
|
14
14
|
originalName: string;
|
|
15
15
|
displayName: string;
|
|
16
16
|
};
|
|
17
17
|
originalName: string;
|
|
18
18
|
displayName: string;
|
|
19
19
|
} & {
|
|
20
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<(({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
21
|
-
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
20
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<(({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element) & {
|
|
21
|
+
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element;
|
|
22
22
|
originalName: string;
|
|
23
23
|
displayName: string;
|
|
24
24
|
}>) => (props: unknown) => React.JSX.Element;
|
|
25
25
|
};
|
|
26
|
-
Elements: ({ group, scope, transform, render }: import("../../../BaseEditor/config/Elements
|
|
26
|
+
Elements: ({ group, scope, transform, render }: import("../../../BaseEditor/config/Elements").ElementsProps) => React.JSX.Element;
|
|
27
27
|
Layout: (() => React.JSX.Element) & {
|
|
28
28
|
original: () => React.JSX.Element;
|
|
29
29
|
originalName: string;
|
|
@@ -62,22 +62,22 @@ export declare const InternalPageEditorConfig: (({ children }: PageEditorConfigP
|
|
|
62
62
|
displayName: string;
|
|
63
63
|
}>) => (props: unknown) => React.JSX.Element;
|
|
64
64
|
} & {
|
|
65
|
-
Layout: ({ children }: import("../../../BaseEditor/config/Content/Layout
|
|
66
|
-
Element: ((props: import("../../../BaseEditor/config/Content/Content
|
|
67
|
-
original: (props: import("../../../BaseEditor/config/Content/Content
|
|
65
|
+
Layout: ({ children }: import("../../../BaseEditor/config/Content/Layout").LayoutProps) => React.ReactNode;
|
|
66
|
+
Element: ((props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element) & {
|
|
67
|
+
original: (props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element;
|
|
68
68
|
originalName: string;
|
|
69
69
|
displayName: string;
|
|
70
70
|
} & {
|
|
71
|
-
original: ((props: import("../../../BaseEditor/config/Content/Content
|
|
72
|
-
original: (props: import("../../../BaseEditor/config/Content/Content
|
|
71
|
+
original: ((props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element) & {
|
|
72
|
+
original: (props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element;
|
|
73
73
|
originalName: string;
|
|
74
74
|
displayName: string;
|
|
75
75
|
};
|
|
76
76
|
originalName: string;
|
|
77
77
|
displayName: string;
|
|
78
78
|
} & {
|
|
79
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Content/Content
|
|
80
|
-
original: (props: import("../../../BaseEditor/config/Content/Content
|
|
79
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element) & {
|
|
80
|
+
original: (props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element;
|
|
81
81
|
originalName: string;
|
|
82
82
|
displayName: string;
|
|
83
83
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -103,40 +103,40 @@ export declare const InternalPageEditorConfig: (({ children }: PageEditorConfigP
|
|
|
103
103
|
};
|
|
104
104
|
};
|
|
105
105
|
TopBar: (() => React.JSX.Element) & {
|
|
106
|
-
Element: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
107
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
106
|
+
Element: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element) & {
|
|
107
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element;
|
|
108
108
|
originalName: string;
|
|
109
109
|
displayName: string;
|
|
110
110
|
} & {
|
|
111
|
-
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
112
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
111
|
+
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element) & {
|
|
112
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element;
|
|
113
113
|
originalName: string;
|
|
114
114
|
displayName: string;
|
|
115
115
|
};
|
|
116
116
|
originalName: string;
|
|
117
117
|
displayName: string;
|
|
118
118
|
} & {
|
|
119
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
120
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
119
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element) & {
|
|
120
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element;
|
|
121
121
|
originalName: string;
|
|
122
122
|
displayName: string;
|
|
123
123
|
}>) => (props: unknown) => React.JSX.Element;
|
|
124
124
|
};
|
|
125
|
-
Elements: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
126
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
125
|
+
Elements: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element) & {
|
|
126
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element;
|
|
127
127
|
originalName: string;
|
|
128
128
|
displayName: string;
|
|
129
129
|
} & {
|
|
130
|
-
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
131
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
130
|
+
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element) & {
|
|
131
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element;
|
|
132
132
|
originalName: string;
|
|
133
133
|
displayName: string;
|
|
134
134
|
};
|
|
135
135
|
originalName: string;
|
|
136
136
|
displayName: string;
|
|
137
137
|
} & {
|
|
138
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
139
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
138
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element) & {
|
|
139
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element;
|
|
140
140
|
originalName: string;
|
|
141
141
|
displayName: string;
|
|
142
142
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -179,40 +179,40 @@ export declare const InternalPageEditorConfig: (({ children }: PageEditorConfigP
|
|
|
179
179
|
displayName: string;
|
|
180
180
|
}>) => (props: unknown) => React.JSX.Element;
|
|
181
181
|
};
|
|
182
|
-
Action: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
183
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
182
|
+
Action: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element) & {
|
|
183
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element;
|
|
184
184
|
originalName: string;
|
|
185
185
|
displayName: string;
|
|
186
186
|
} & {
|
|
187
|
-
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
188
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
187
|
+
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element) & {
|
|
188
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element;
|
|
189
189
|
originalName: string;
|
|
190
190
|
displayName: string;
|
|
191
191
|
};
|
|
192
192
|
originalName: string;
|
|
193
193
|
displayName: string;
|
|
194
194
|
} & {
|
|
195
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
196
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
195
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element) & {
|
|
196
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element;
|
|
197
197
|
originalName: string;
|
|
198
198
|
displayName: string;
|
|
199
199
|
}>) => (props: unknown) => React.JSX.Element;
|
|
200
200
|
};
|
|
201
|
-
DropdownAction: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
202
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
201
|
+
DropdownAction: ((props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element) & {
|
|
202
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element;
|
|
203
203
|
originalName: string;
|
|
204
204
|
displayName: string;
|
|
205
205
|
} & {
|
|
206
|
-
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
207
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
206
|
+
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element) & {
|
|
207
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element;
|
|
208
208
|
originalName: string;
|
|
209
209
|
displayName: string;
|
|
210
210
|
};
|
|
211
211
|
originalName: string;
|
|
212
212
|
displayName: string;
|
|
213
213
|
} & {
|
|
214
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
215
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
214
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element) & {
|
|
215
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element;
|
|
216
216
|
originalName: string;
|
|
217
217
|
displayName: string;
|
|
218
218
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -241,40 +241,40 @@ export declare const InternalPageEditorConfig: (({ children }: PageEditorConfigP
|
|
|
241
241
|
}>) => (props: unknown) => React.JSX.Element;
|
|
242
242
|
} & {
|
|
243
243
|
Layout: () => React.JSX.Element;
|
|
244
|
-
Element: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
245
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
244
|
+
Element: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element) & {
|
|
245
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element;
|
|
246
246
|
originalName: string;
|
|
247
247
|
displayName: string;
|
|
248
248
|
} & {
|
|
249
|
-
original: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
250
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
249
|
+
original: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element) & {
|
|
250
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element;
|
|
251
251
|
originalName: string;
|
|
252
252
|
displayName: string;
|
|
253
253
|
};
|
|
254
254
|
originalName: string;
|
|
255
255
|
displayName: string;
|
|
256
256
|
} & {
|
|
257
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
258
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
257
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element) & {
|
|
258
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element;
|
|
259
259
|
originalName: string;
|
|
260
260
|
displayName: string;
|
|
261
261
|
}>) => (props: unknown) => React.JSX.Element;
|
|
262
262
|
};
|
|
263
|
-
Elements: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
264
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
263
|
+
Elements: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element) & {
|
|
264
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element;
|
|
265
265
|
originalName: string;
|
|
266
266
|
displayName: string;
|
|
267
267
|
} & {
|
|
268
|
-
original: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
269
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
268
|
+
original: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element) & {
|
|
269
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element;
|
|
270
270
|
originalName: string;
|
|
271
271
|
displayName: string;
|
|
272
272
|
};
|
|
273
273
|
originalName: string;
|
|
274
274
|
displayName: string;
|
|
275
275
|
} & {
|
|
276
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
277
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
276
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element) & {
|
|
277
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element;
|
|
278
278
|
originalName: string;
|
|
279
279
|
displayName: string;
|
|
280
280
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -318,90 +318,90 @@ export declare const InternalPageEditorConfig: (({ children }: PageEditorConfigP
|
|
|
318
318
|
displayName: string;
|
|
319
319
|
}>) => (props: unknown) => React.JSX.Element;
|
|
320
320
|
};
|
|
321
|
-
Element: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
322
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
321
|
+
Element: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element) & {
|
|
322
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element;
|
|
323
323
|
originalName: string;
|
|
324
324
|
displayName: string;
|
|
325
325
|
} & {
|
|
326
|
-
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
327
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
326
|
+
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element) & {
|
|
327
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element;
|
|
328
328
|
originalName: string;
|
|
329
329
|
displayName: string;
|
|
330
330
|
};
|
|
331
331
|
originalName: string;
|
|
332
332
|
displayName: string;
|
|
333
333
|
} & {
|
|
334
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
335
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
334
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element) & {
|
|
335
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element;
|
|
336
336
|
originalName: string;
|
|
337
337
|
displayName: string;
|
|
338
338
|
}>) => (props: unknown) => React.JSX.Element;
|
|
339
339
|
};
|
|
340
|
-
Elements: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
341
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
340
|
+
Elements: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element) & {
|
|
341
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element;
|
|
342
342
|
originalName: string;
|
|
343
343
|
displayName: string;
|
|
344
344
|
} & {
|
|
345
|
-
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
346
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
345
|
+
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element) & {
|
|
346
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element;
|
|
347
347
|
originalName: string;
|
|
348
348
|
displayName: string;
|
|
349
349
|
};
|
|
350
350
|
originalName: string;
|
|
351
351
|
displayName: string;
|
|
352
352
|
} & {
|
|
353
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
354
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
353
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element) & {
|
|
354
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element;
|
|
355
355
|
originalName: string;
|
|
356
356
|
displayName: string;
|
|
357
357
|
}>) => (props: unknown) => React.JSX.Element;
|
|
358
358
|
};
|
|
359
|
-
Group: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
360
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
359
|
+
Group: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element) & {
|
|
360
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element;
|
|
361
361
|
originalName: string;
|
|
362
362
|
displayName: string;
|
|
363
363
|
} & {
|
|
364
|
-
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
365
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
364
|
+
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element) & {
|
|
365
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element;
|
|
366
366
|
originalName: string;
|
|
367
367
|
displayName: string;
|
|
368
368
|
};
|
|
369
369
|
originalName: string;
|
|
370
370
|
displayName: string;
|
|
371
371
|
} & {
|
|
372
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
373
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
372
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element) & {
|
|
373
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element;
|
|
374
374
|
originalName: string;
|
|
375
375
|
displayName: string;
|
|
376
376
|
}>) => (props: unknown) => React.JSX.Element;
|
|
377
377
|
} & {
|
|
378
|
-
Tab: ({ name, label, disabled, element, visible, noPadding }: import("../../../BaseEditor/config/Sidebar/Tab
|
|
378
|
+
Tab: ({ name, label, disabled, element, visible, noPadding }: import("../../../BaseEditor/config/Sidebar/Tab").TabProps) => React.JSX.Element;
|
|
379
379
|
};
|
|
380
380
|
ScrollableContainer: ({ children }: any) => React.JSX.Element;
|
|
381
381
|
};
|
|
382
|
-
IsReadOnly: ({ children }: import("../../../BaseEditor/config/IsReadOnly
|
|
383
|
-
IsNotReadOnly: ({ children }: import("../../../BaseEditor/config/IsNotReadOnly
|
|
384
|
-
OnActiveElement: ({ children }: import("../../../BaseEditor/config/OnActiveElement
|
|
385
|
-
NoActiveElement: ({ children }: import("../../../BaseEditor/config/NoActiveElement
|
|
382
|
+
IsReadOnly: ({ children }: import("../../../BaseEditor/config/IsReadOnly").IsNotReadOnlyProps) => React.JSX.Element | null;
|
|
383
|
+
IsNotReadOnly: ({ children }: import("../../../BaseEditor/config/IsNotReadOnly").IsNotReadOnlyProps) => React.JSX.Element | null;
|
|
384
|
+
OnActiveElement: ({ children }: import("../../../BaseEditor/config/OnActiveElement").OnActiveElementProps) => React.JSX.Element | null;
|
|
385
|
+
NoActiveElement: ({ children }: import("../../../BaseEditor/config/NoActiveElement").NoActiveElementProps) => React.JSX.Element | null;
|
|
386
386
|
};
|
|
387
387
|
ElementInput: {
|
|
388
|
-
Renderer: (props: import("../../../BaseEditor/config/ElementInput
|
|
388
|
+
Renderer: (props: import("../../../BaseEditor/config/ElementInput").RendererProps) => React.JSX.Element;
|
|
389
389
|
};
|
|
390
|
-
ElementProperty: ((props: import("../../../BaseEditor/config/ElementProperty
|
|
391
|
-
original: (props: import("../../../BaseEditor/config/ElementProperty
|
|
390
|
+
ElementProperty: ((props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element) & {
|
|
391
|
+
original: (props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element;
|
|
392
392
|
originalName: string;
|
|
393
393
|
displayName: string;
|
|
394
394
|
} & {
|
|
395
|
-
original: ((props: import("../../../BaseEditor/config/ElementProperty
|
|
396
|
-
original: (props: import("../../../BaseEditor/config/ElementProperty
|
|
395
|
+
original: ((props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element) & {
|
|
396
|
+
original: (props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element;
|
|
397
397
|
originalName: string;
|
|
398
398
|
displayName: string;
|
|
399
399
|
};
|
|
400
400
|
originalName: string;
|
|
401
401
|
displayName: string;
|
|
402
402
|
} & {
|
|
403
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/ElementProperty
|
|
404
|
-
original: (props: import("../../../BaseEditor/config/ElementProperty
|
|
403
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element) & {
|
|
404
|
+
original: (props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element;
|
|
405
405
|
originalName: string;
|
|
406
406
|
displayName: string;
|
|
407
407
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -409,27 +409,27 @@ export declare const InternalPageEditorConfig: (({ children }: PageEditorConfigP
|
|
|
409
409
|
STYLE: string;
|
|
410
410
|
ELEMENT: string;
|
|
411
411
|
};
|
|
412
|
-
ElementProperties: (props: import("../../../BaseEditor/config/ElementProperty
|
|
413
|
-
ElementAction: ((props: import("../../../BaseEditor/config/ElementAction
|
|
414
|
-
original: (props: import("../../../BaseEditor/config/ElementAction
|
|
412
|
+
ElementProperties: (props: import("../../../BaseEditor/config/ElementProperty").ElementPropertiesProps) => React.JSX.Element;
|
|
413
|
+
ElementAction: ((props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element) & {
|
|
414
|
+
original: (props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element;
|
|
415
415
|
originalName: string;
|
|
416
416
|
displayName: string;
|
|
417
417
|
} & {
|
|
418
|
-
original: ((props: import("../../../BaseEditor/config/ElementAction
|
|
419
|
-
original: (props: import("../../../BaseEditor/config/ElementAction
|
|
418
|
+
original: ((props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element) & {
|
|
419
|
+
original: (props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element;
|
|
420
420
|
originalName: string;
|
|
421
421
|
displayName: string;
|
|
422
422
|
};
|
|
423
423
|
originalName: string;
|
|
424
424
|
displayName: string;
|
|
425
425
|
} & {
|
|
426
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/ElementAction
|
|
427
|
-
original: (props: import("../../../BaseEditor/config/ElementAction
|
|
426
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element) & {
|
|
427
|
+
original: (props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element;
|
|
428
428
|
originalName: string;
|
|
429
429
|
displayName: string;
|
|
430
430
|
}>) => (props: unknown) => React.JSX.Element;
|
|
431
431
|
} & {
|
|
432
|
-
IconButton: ({ label, icon, disabled, onClick }: import("../../../BaseEditor/config/IconButton
|
|
432
|
+
IconButton: ({ label, icon, disabled, onClick }: import("../../../BaseEditor/config/IconButton").IconButtonProps) => React.JSX.Element;
|
|
433
433
|
};
|
|
434
434
|
ElementActions: (() => React.JSX.Element) & {
|
|
435
435
|
original: () => React.JSX.Element;
|
|
@@ -451,44 +451,35 @@ export declare const InternalPageEditorConfig: (({ children }: PageEditorConfigP
|
|
|
451
451
|
}>) => (props: unknown) => React.JSX.Element;
|
|
452
452
|
};
|
|
453
453
|
ElementOverlay: {
|
|
454
|
-
Element: (({ name, element }: import("../../../BaseEditor/config/ElementOverlay
|
|
455
|
-
Container: ({ position, children }: import("../../../BaseEditor/config/ElementOverlay
|
|
454
|
+
Element: (({ name, element }: import("../../../BaseEditor/config/ElementOverlay").ElementProps) => React.JSX.Element) & {
|
|
455
|
+
Container: ({ position, children }: import("../../../BaseEditor/config/ElementOverlay").ElementOverlayContainerProps) => React.JSX.Element;
|
|
456
456
|
};
|
|
457
457
|
Elements: () => React.JSX.Element;
|
|
458
458
|
};
|
|
459
459
|
useEditorConfig: typeof import("~/BaseEditor/index.js").useEditorConfig;
|
|
460
|
-
} & {
|
|
461
|
-
PageSettings: {
|
|
462
|
-
Group: ({ children, replace, remove, ...rest }: import("./PageSettings/PageSettings.js").GroupProps) => React.JSX.Element;
|
|
463
|
-
Element: React.FC<import("./PageSettings/PageSettings.js").ElementProps>;
|
|
464
|
-
ViewMode: {
|
|
465
|
-
Dialog: () => React.JSX.Element;
|
|
466
|
-
Drawer: () => React.JSX.Element;
|
|
467
|
-
};
|
|
468
|
-
};
|
|
469
460
|
};
|
|
470
461
|
export declare const PageEditorConfig: (({ children }: PageEditorConfigProps) => React.JSX.Element) & {
|
|
471
462
|
Ui: {
|
|
472
|
-
Element: (({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
473
|
-
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
463
|
+
Element: (({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element) & {
|
|
464
|
+
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element;
|
|
474
465
|
originalName: string;
|
|
475
466
|
displayName: string;
|
|
476
467
|
} & {
|
|
477
|
-
original: (({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
478
|
-
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
468
|
+
original: (({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element) & {
|
|
469
|
+
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element;
|
|
479
470
|
originalName: string;
|
|
480
471
|
displayName: string;
|
|
481
472
|
};
|
|
482
473
|
originalName: string;
|
|
483
474
|
displayName: string;
|
|
484
475
|
} & {
|
|
485
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<(({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
486
|
-
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element
|
|
476
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<(({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element) & {
|
|
477
|
+
original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element").ElementProps) => React.JSX.Element;
|
|
487
478
|
originalName: string;
|
|
488
479
|
displayName: string;
|
|
489
480
|
}>) => (props: unknown) => React.JSX.Element;
|
|
490
481
|
};
|
|
491
|
-
Elements: ({ group, scope, transform, render }: import("../../../BaseEditor/config/Elements
|
|
482
|
+
Elements: ({ group, scope, transform, render }: import("../../../BaseEditor/config/Elements").ElementsProps) => React.JSX.Element;
|
|
492
483
|
Layout: (() => React.JSX.Element) & {
|
|
493
484
|
original: () => React.JSX.Element;
|
|
494
485
|
originalName: string;
|
|
@@ -527,22 +518,22 @@ export declare const PageEditorConfig: (({ children }: PageEditorConfigProps) =>
|
|
|
527
518
|
displayName: string;
|
|
528
519
|
}>) => (props: unknown) => React.JSX.Element;
|
|
529
520
|
} & {
|
|
530
|
-
Layout: ({ children }: import("../../../BaseEditor/config/Content/Layout
|
|
531
|
-
Element: ((props: import("../../../BaseEditor/config/Content/Content
|
|
532
|
-
original: (props: import("../../../BaseEditor/config/Content/Content
|
|
521
|
+
Layout: ({ children }: import("../../../BaseEditor/config/Content/Layout").LayoutProps) => React.ReactNode;
|
|
522
|
+
Element: ((props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element) & {
|
|
523
|
+
original: (props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element;
|
|
533
524
|
originalName: string;
|
|
534
525
|
displayName: string;
|
|
535
526
|
} & {
|
|
536
|
-
original: ((props: import("../../../BaseEditor/config/Content/Content
|
|
537
|
-
original: (props: import("../../../BaseEditor/config/Content/Content
|
|
527
|
+
original: ((props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element) & {
|
|
528
|
+
original: (props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element;
|
|
538
529
|
originalName: string;
|
|
539
530
|
displayName: string;
|
|
540
531
|
};
|
|
541
532
|
originalName: string;
|
|
542
533
|
displayName: string;
|
|
543
534
|
} & {
|
|
544
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Content/Content
|
|
545
|
-
original: (props: import("../../../BaseEditor/config/Content/Content
|
|
535
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element) & {
|
|
536
|
+
original: (props: import("../../../BaseEditor/config/Content/Content").ElementProps) => React.JSX.Element;
|
|
546
537
|
originalName: string;
|
|
547
538
|
displayName: string;
|
|
548
539
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -568,40 +559,40 @@ export declare const PageEditorConfig: (({ children }: PageEditorConfigProps) =>
|
|
|
568
559
|
};
|
|
569
560
|
};
|
|
570
561
|
TopBar: (() => React.JSX.Element) & {
|
|
571
|
-
Element: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
572
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
562
|
+
Element: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element) & {
|
|
563
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element;
|
|
573
564
|
originalName: string;
|
|
574
565
|
displayName: string;
|
|
575
566
|
} & {
|
|
576
|
-
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
577
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
567
|
+
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element) & {
|
|
568
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element;
|
|
578
569
|
originalName: string;
|
|
579
570
|
displayName: string;
|
|
580
571
|
};
|
|
581
572
|
originalName: string;
|
|
582
573
|
displayName: string;
|
|
583
574
|
} & {
|
|
584
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
585
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
575
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element) & {
|
|
576
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementProps) => React.JSX.Element;
|
|
586
577
|
originalName: string;
|
|
587
578
|
displayName: string;
|
|
588
579
|
}>) => (props: unknown) => React.JSX.Element;
|
|
589
580
|
};
|
|
590
|
-
Elements: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
591
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
581
|
+
Elements: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element) & {
|
|
582
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element;
|
|
592
583
|
originalName: string;
|
|
593
584
|
displayName: string;
|
|
594
585
|
} & {
|
|
595
|
-
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
596
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
586
|
+
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element) & {
|
|
587
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element;
|
|
597
588
|
originalName: string;
|
|
598
589
|
displayName: string;
|
|
599
590
|
};
|
|
600
591
|
originalName: string;
|
|
601
592
|
displayName: string;
|
|
602
593
|
} & {
|
|
603
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
604
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
594
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element) & {
|
|
595
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ElementsProps) => React.JSX.Element;
|
|
605
596
|
originalName: string;
|
|
606
597
|
displayName: string;
|
|
607
598
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -644,40 +635,40 @@ export declare const PageEditorConfig: (({ children }: PageEditorConfigProps) =>
|
|
|
644
635
|
displayName: string;
|
|
645
636
|
}>) => (props: unknown) => React.JSX.Element;
|
|
646
637
|
};
|
|
647
|
-
Action: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
648
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
638
|
+
Action: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element) & {
|
|
639
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element;
|
|
649
640
|
originalName: string;
|
|
650
641
|
displayName: string;
|
|
651
642
|
} & {
|
|
652
|
-
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
653
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
643
|
+
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element) & {
|
|
644
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element;
|
|
654
645
|
originalName: string;
|
|
655
646
|
displayName: string;
|
|
656
647
|
};
|
|
657
648
|
originalName: string;
|
|
658
649
|
displayName: string;
|
|
659
650
|
} & {
|
|
660
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
661
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
651
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element) & {
|
|
652
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").ActionProps) => React.JSX.Element;
|
|
662
653
|
originalName: string;
|
|
663
654
|
displayName: string;
|
|
664
655
|
}>) => (props: unknown) => React.JSX.Element;
|
|
665
656
|
};
|
|
666
|
-
DropdownAction: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
667
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
657
|
+
DropdownAction: ((props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element) & {
|
|
658
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element;
|
|
668
659
|
originalName: string;
|
|
669
660
|
displayName: string;
|
|
670
661
|
} & {
|
|
671
|
-
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
672
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
662
|
+
original: ((props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element) & {
|
|
663
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element;
|
|
673
664
|
originalName: string;
|
|
674
665
|
displayName: string;
|
|
675
666
|
};
|
|
676
667
|
originalName: string;
|
|
677
668
|
displayName: string;
|
|
678
669
|
} & {
|
|
679
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
680
|
-
original: (props: import("../../../BaseEditor/config/TopBar/TopBar
|
|
670
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element) & {
|
|
671
|
+
original: (props: import("../../../BaseEditor/config/TopBar/TopBar").DropdownActionProps) => React.JSX.Element;
|
|
681
672
|
originalName: string;
|
|
682
673
|
displayName: string;
|
|
683
674
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -706,40 +697,40 @@ export declare const PageEditorConfig: (({ children }: PageEditorConfigProps) =>
|
|
|
706
697
|
}>) => (props: unknown) => React.JSX.Element;
|
|
707
698
|
} & {
|
|
708
699
|
Layout: () => React.JSX.Element;
|
|
709
|
-
Element: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
710
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
700
|
+
Element: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element) & {
|
|
701
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element;
|
|
711
702
|
originalName: string;
|
|
712
703
|
displayName: string;
|
|
713
704
|
} & {
|
|
714
|
-
original: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
715
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
705
|
+
original: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element) & {
|
|
706
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element;
|
|
716
707
|
originalName: string;
|
|
717
708
|
displayName: string;
|
|
718
709
|
};
|
|
719
710
|
originalName: string;
|
|
720
711
|
displayName: string;
|
|
721
712
|
} & {
|
|
722
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
723
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
713
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element) & {
|
|
714
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementProps) => React.JSX.Element;
|
|
724
715
|
originalName: string;
|
|
725
716
|
displayName: string;
|
|
726
717
|
}>) => (props: unknown) => React.JSX.Element;
|
|
727
718
|
};
|
|
728
|
-
Elements: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
729
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
719
|
+
Elements: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element) & {
|
|
720
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element;
|
|
730
721
|
originalName: string;
|
|
731
722
|
displayName: string;
|
|
732
723
|
} & {
|
|
733
|
-
original: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
734
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
724
|
+
original: ((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element) & {
|
|
725
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element;
|
|
735
726
|
originalName: string;
|
|
736
727
|
displayName: string;
|
|
737
728
|
};
|
|
738
729
|
originalName: string;
|
|
739
730
|
displayName: string;
|
|
740
731
|
} & {
|
|
741
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
742
|
-
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar
|
|
732
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element) & {
|
|
733
|
+
original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar").ElementsProps) => React.JSX.Element;
|
|
743
734
|
originalName: string;
|
|
744
735
|
displayName: string;
|
|
745
736
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -783,90 +774,90 @@ export declare const PageEditorConfig: (({ children }: PageEditorConfigProps) =>
|
|
|
783
774
|
displayName: string;
|
|
784
775
|
}>) => (props: unknown) => React.JSX.Element;
|
|
785
776
|
};
|
|
786
|
-
Element: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
787
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
777
|
+
Element: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element) & {
|
|
778
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element;
|
|
788
779
|
originalName: string;
|
|
789
780
|
displayName: string;
|
|
790
781
|
} & {
|
|
791
|
-
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
792
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
782
|
+
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element) & {
|
|
783
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element;
|
|
793
784
|
originalName: string;
|
|
794
785
|
displayName: string;
|
|
795
786
|
};
|
|
796
787
|
originalName: string;
|
|
797
788
|
displayName: string;
|
|
798
789
|
} & {
|
|
799
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
800
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
790
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element) & {
|
|
791
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").BaseElementProps) => React.JSX.Element;
|
|
801
792
|
originalName: string;
|
|
802
793
|
displayName: string;
|
|
803
794
|
}>) => (props: unknown) => React.JSX.Element;
|
|
804
795
|
};
|
|
805
|
-
Elements: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
806
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
796
|
+
Elements: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element) & {
|
|
797
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element;
|
|
807
798
|
originalName: string;
|
|
808
799
|
displayName: string;
|
|
809
800
|
} & {
|
|
810
|
-
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
811
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
801
|
+
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element) & {
|
|
802
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element;
|
|
812
803
|
originalName: string;
|
|
813
804
|
displayName: string;
|
|
814
805
|
};
|
|
815
806
|
originalName: string;
|
|
816
807
|
displayName: string;
|
|
817
808
|
} & {
|
|
818
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
819
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
809
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element) & {
|
|
810
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").ElementsProps) => React.JSX.Element;
|
|
820
811
|
originalName: string;
|
|
821
812
|
displayName: string;
|
|
822
813
|
}>) => (props: unknown) => React.JSX.Element;
|
|
823
814
|
};
|
|
824
|
-
Group: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
825
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
815
|
+
Group: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element) & {
|
|
816
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element;
|
|
826
817
|
originalName: string;
|
|
827
818
|
displayName: string;
|
|
828
819
|
} & {
|
|
829
|
-
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
830
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
820
|
+
original: ((props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element) & {
|
|
821
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element;
|
|
831
822
|
originalName: string;
|
|
832
823
|
displayName: string;
|
|
833
824
|
};
|
|
834
825
|
originalName: string;
|
|
835
826
|
displayName: string;
|
|
836
827
|
} & {
|
|
837
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
838
|
-
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar
|
|
828
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element) & {
|
|
829
|
+
original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar").GroupProps) => React.JSX.Element;
|
|
839
830
|
originalName: string;
|
|
840
831
|
displayName: string;
|
|
841
832
|
}>) => (props: unknown) => React.JSX.Element;
|
|
842
833
|
} & {
|
|
843
|
-
Tab: ({ name, label, disabled, element, visible, noPadding }: import("../../../BaseEditor/config/Sidebar/Tab
|
|
834
|
+
Tab: ({ name, label, disabled, element, visible, noPadding }: import("../../../BaseEditor/config/Sidebar/Tab").TabProps) => React.JSX.Element;
|
|
844
835
|
};
|
|
845
836
|
ScrollableContainer: ({ children }: any) => React.JSX.Element;
|
|
846
837
|
};
|
|
847
|
-
IsReadOnly: ({ children }: import("../../../BaseEditor/config/IsReadOnly
|
|
848
|
-
IsNotReadOnly: ({ children }: import("../../../BaseEditor/config/IsNotReadOnly
|
|
849
|
-
OnActiveElement: ({ children }: import("../../../BaseEditor/config/OnActiveElement
|
|
850
|
-
NoActiveElement: ({ children }: import("../../../BaseEditor/config/NoActiveElement
|
|
838
|
+
IsReadOnly: ({ children }: import("../../../BaseEditor/config/IsReadOnly").IsNotReadOnlyProps) => React.JSX.Element | null;
|
|
839
|
+
IsNotReadOnly: ({ children }: import("../../../BaseEditor/config/IsNotReadOnly").IsNotReadOnlyProps) => React.JSX.Element | null;
|
|
840
|
+
OnActiveElement: ({ children }: import("../../../BaseEditor/config/OnActiveElement").OnActiveElementProps) => React.JSX.Element | null;
|
|
841
|
+
NoActiveElement: ({ children }: import("../../../BaseEditor/config/NoActiveElement").NoActiveElementProps) => React.JSX.Element | null;
|
|
851
842
|
};
|
|
852
843
|
ElementInput: {
|
|
853
|
-
Renderer: (props: import("../../../BaseEditor/config/ElementInput
|
|
844
|
+
Renderer: (props: import("../../../BaseEditor/config/ElementInput").RendererProps) => React.JSX.Element;
|
|
854
845
|
};
|
|
855
|
-
ElementProperty: ((props: import("../../../BaseEditor/config/ElementProperty
|
|
856
|
-
original: (props: import("../../../BaseEditor/config/ElementProperty
|
|
846
|
+
ElementProperty: ((props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element) & {
|
|
847
|
+
original: (props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element;
|
|
857
848
|
originalName: string;
|
|
858
849
|
displayName: string;
|
|
859
850
|
} & {
|
|
860
|
-
original: ((props: import("../../../BaseEditor/config/ElementProperty
|
|
861
|
-
original: (props: import("../../../BaseEditor/config/ElementProperty
|
|
851
|
+
original: ((props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element) & {
|
|
852
|
+
original: (props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element;
|
|
862
853
|
originalName: string;
|
|
863
854
|
displayName: string;
|
|
864
855
|
};
|
|
865
856
|
originalName: string;
|
|
866
857
|
displayName: string;
|
|
867
858
|
} & {
|
|
868
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/ElementProperty
|
|
869
|
-
original: (props: import("../../../BaseEditor/config/ElementProperty
|
|
859
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element) & {
|
|
860
|
+
original: (props: import("../../../BaseEditor/config/ElementProperty").ElementPropertyProps) => React.JSX.Element;
|
|
870
861
|
originalName: string;
|
|
871
862
|
displayName: string;
|
|
872
863
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -874,27 +865,27 @@ export declare const PageEditorConfig: (({ children }: PageEditorConfigProps) =>
|
|
|
874
865
|
STYLE: string;
|
|
875
866
|
ELEMENT: string;
|
|
876
867
|
};
|
|
877
|
-
ElementProperties: (props: import("../../../BaseEditor/config/ElementProperty
|
|
878
|
-
ElementAction: ((props: import("../../../BaseEditor/config/ElementAction
|
|
879
|
-
original: (props: import("../../../BaseEditor/config/ElementAction
|
|
868
|
+
ElementProperties: (props: import("../../../BaseEditor/config/ElementProperty").ElementPropertiesProps) => React.JSX.Element;
|
|
869
|
+
ElementAction: ((props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element) & {
|
|
870
|
+
original: (props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element;
|
|
880
871
|
originalName: string;
|
|
881
872
|
displayName: string;
|
|
882
873
|
} & {
|
|
883
|
-
original: ((props: import("../../../BaseEditor/config/ElementAction
|
|
884
|
-
original: (props: import("../../../BaseEditor/config/ElementAction
|
|
874
|
+
original: ((props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element) & {
|
|
875
|
+
original: (props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element;
|
|
885
876
|
originalName: string;
|
|
886
877
|
displayName: string;
|
|
887
878
|
};
|
|
888
879
|
originalName: string;
|
|
889
880
|
displayName: string;
|
|
890
881
|
} & {
|
|
891
|
-
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/ElementAction
|
|
892
|
-
original: (props: import("../../../BaseEditor/config/ElementAction
|
|
882
|
+
createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element) & {
|
|
883
|
+
original: (props: import("../../../BaseEditor/config/ElementAction").ElementActionProps) => React.JSX.Element;
|
|
893
884
|
originalName: string;
|
|
894
885
|
displayName: string;
|
|
895
886
|
}>) => (props: unknown) => React.JSX.Element;
|
|
896
887
|
} & {
|
|
897
|
-
IconButton: ({ label, icon, disabled, onClick }: import("../../../BaseEditor/config/IconButton
|
|
888
|
+
IconButton: ({ label, icon, disabled, onClick }: import("../../../BaseEditor/config/IconButton").IconButtonProps) => React.JSX.Element;
|
|
898
889
|
};
|
|
899
890
|
ElementActions: (() => React.JSX.Element) & {
|
|
900
891
|
original: () => React.JSX.Element;
|
|
@@ -916,20 +907,11 @@ export declare const PageEditorConfig: (({ children }: PageEditorConfigProps) =>
|
|
|
916
907
|
}>) => (props: unknown) => React.JSX.Element;
|
|
917
908
|
};
|
|
918
909
|
ElementOverlay: {
|
|
919
|
-
Element: (({ name, element }: import("../../../BaseEditor/config/ElementOverlay
|
|
920
|
-
Container: ({ position, children }: import("../../../BaseEditor/config/ElementOverlay
|
|
910
|
+
Element: (({ name, element }: import("../../../BaseEditor/config/ElementOverlay").ElementProps) => React.JSX.Element) & {
|
|
911
|
+
Container: ({ position, children }: import("../../../BaseEditor/config/ElementOverlay").ElementOverlayContainerProps) => React.JSX.Element;
|
|
921
912
|
};
|
|
922
913
|
Elements: () => React.JSX.Element;
|
|
923
914
|
};
|
|
924
915
|
useEditorConfig: typeof import("~/BaseEditor/index.js").useEditorConfig;
|
|
925
|
-
} & {
|
|
926
|
-
PageSettings: {
|
|
927
|
-
Group: ({ children, replace, remove, ...rest }: import("./PageSettings/PageSettings.js").GroupProps) => React.JSX.Element;
|
|
928
|
-
Element: React.FC<import("./PageSettings/PageSettings.js").ElementProps>;
|
|
929
|
-
ViewMode: {
|
|
930
|
-
Dialog: () => React.JSX.Element;
|
|
931
|
-
Drawer: () => React.JSX.Element;
|
|
932
|
-
};
|
|
933
|
-
};
|
|
934
916
|
};
|
|
935
917
|
export {};
|