@webiny/app-website-builder 6.3.0-beta.1 → 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.
Files changed (140) hide show
  1. package/BaseEditor/components/Editor.js +7 -0
  2. package/BaseEditor/components/Editor.js.map +1 -1
  3. package/BaseEditor/config/EditorConfig.d.ts +1 -2
  4. package/BaseEditor/config/EditorConfig.js.map +1 -1
  5. package/BaseEditor/defaultConfig/Content/Preview/PreviewEvents.js +1 -1
  6. package/BaseEditor/defaultConfig/Content/Preview/PreviewEvents.js.map +1 -1
  7. package/Extension.js +3 -0
  8. package/Extension.js.map +1 -1
  9. package/ecommerce/components/ResourcesList.js +2 -2
  10. package/ecommerce/components/ResourcesList.js.map +1 -1
  11. package/ecommerce/components/ResourcesPicker.js +1 -1
  12. package/ecommerce/components/ResourcesPicker.js.map +1 -1
  13. package/editorSdk/createCommand.js +1 -1
  14. package/editorSdk/createCommand.js.map +1 -1
  15. package/exports/admin/website-builder/page/editor.d.ts +1 -0
  16. package/exports/admin/website-builder/page/editor.js +1 -0
  17. package/exports/admin/website-builder/page/editor.js.map +1 -1
  18. package/modules/pages/PageEditor/DefaultPageEditorConfig.js +1 -2
  19. package/modules/pages/PageEditor/DefaultPageEditorConfig.js.map +1 -1
  20. package/modules/pages/PageEditor/PageEditorConfig.d.ts +180 -198
  21. package/modules/pages/PageEditor/PageEditorConfig.js +2 -7
  22. package/modules/pages/PageEditor/PageEditorConfig.js.map +1 -1
  23. package/modules/pages/PageEditor/PageSettings/PageSettingsPresenter.d.ts +22 -0
  24. package/modules/pages/PageEditor/PageSettings/PageSettingsPresenter.js +154 -0
  25. package/modules/pages/PageEditor/PageSettings/PageSettingsPresenter.js.map +1 -0
  26. package/modules/pages/PageEditor/PageSettings/abstractions.d.ts +54 -0
  27. package/modules/pages/PageEditor/PageSettings/abstractions.js +12 -0
  28. package/modules/pages/PageEditor/PageSettings/abstractions.js.map +1 -0
  29. package/modules/pages/PageEditor/PageSettings/feature.d.ts +3 -0
  30. package/modules/pages/PageEditor/PageSettings/feature.js +24 -0
  31. package/modules/pages/PageEditor/PageSettings/feature.js.map +1 -0
  32. package/modules/pages/PageEditor/PageSettings/groups/GeneralSettingsGroup.d.ts +17 -0
  33. package/modules/pages/PageEditor/PageSettings/groups/GeneralSettingsGroup.js +42 -0
  34. package/modules/pages/PageEditor/PageSettings/groups/GeneralSettingsGroup.js.map +1 -0
  35. package/modules/pages/PageEditor/PageSettings/groups/SchemaSettingsGroup.d.ts +17 -0
  36. package/modules/pages/PageEditor/PageSettings/groups/SchemaSettingsGroup.js +34 -0
  37. package/modules/pages/PageEditor/PageSettings/groups/SchemaSettingsGroup.js.map +1 -0
  38. package/modules/pages/PageEditor/PageSettings/groups/SeoSettingsGroup.d.ts +27 -0
  39. package/modules/pages/PageEditor/PageSettings/groups/SeoSettingsGroup.js +52 -0
  40. package/modules/pages/PageEditor/PageSettings/groups/SeoSettingsGroup.js.map +1 -0
  41. package/modules/pages/PageEditor/PageSettings/groups/SocialSettingsGroup.d.ts +17 -0
  42. package/modules/pages/PageEditor/PageSettings/groups/SocialSettingsGroup.js +44 -0
  43. package/modules/pages/PageEditor/PageSettings/groups/SocialSettingsGroup.js.map +1 -0
  44. package/modules/pages/PageEditor/PageSettings/index.d.ts +3 -0
  45. package/modules/pages/PageEditor/PageSettings/index.js +5 -0
  46. package/modules/pages/PageEditor/PageSettings/index.js.map +1 -0
  47. package/modules/pages/PageEditor/TopBar/PageSettingsDrawer.d.ts +11 -0
  48. package/modules/pages/PageEditor/TopBar/PageSettingsDrawer.js +35 -0
  49. package/modules/pages/PageEditor/TopBar/PageSettingsDrawer.js.map +1 -0
  50. package/modules/pages/PageEditor/TopBar/SettingsButton.d.ts +0 -6
  51. package/modules/pages/PageEditor/TopBar/SettingsButton.js +29 -26
  52. package/modules/pages/PageEditor/TopBar/SettingsButton.js.map +1 -1
  53. package/modules/pages/PageEditor/usePageEditorConfig.d.ts +4 -20
  54. package/modules/pages/PageEditor/usePageEditorConfig.js +1 -8
  55. package/modules/pages/PageEditor/usePageEditorConfig.js.map +1 -1
  56. package/package.json +32 -29
  57. package/presentation/navigation/Extension.js +5 -6
  58. package/presentation/navigation/Extension.js.map +1 -1
  59. package/presentation/pages/CreatePage/AddLanguageModifier.js +5 -5
  60. package/presentation/pages/CreatePage/AddLanguageModifier.js.map +1 -1
  61. package/presentation/pages/CreatePage/CreatePage.test.js +9 -13
  62. package/presentation/pages/CreatePage/CreatePage.test.js.map +1 -1
  63. package/presentation/pages/CreatePage/CreatePagePresenter.js +1 -1
  64. package/presentation/pages/CreatePage/CreatePagePresenter.js.map +1 -1
  65. package/shared/PagePath.js +1 -1
  66. package/shared/PagePath.js.map +1 -1
  67. package/shared/pagePathFromTitle.js +1 -1
  68. package/shared/pagePathFromTitle.js.map +1 -1
  69. package/modules/pages/PageEditor/PageSettings/PageSettings.d.ts +0 -30
  70. package/modules/pages/PageEditor/PageSettings/PageSettings.js +0 -84
  71. package/modules/pages/PageEditor/PageSettings/PageSettings.js.map +0 -1
  72. package/modules/pages/PageEditor/PageSettings/PageSettingsConfig.d.ts +0 -2
  73. package/modules/pages/PageEditor/PageSettings/PageSettingsConfig.js +0 -98
  74. package/modules/pages/PageEditor/PageSettings/PageSettingsConfig.js.map +0 -1
  75. package/modules/pages/PageEditor/PageSettings/elements/GeneralImage.d.ts +0 -2
  76. package/modules/pages/PageEditor/PageSettings/elements/GeneralImage.js +0 -31
  77. package/modules/pages/PageEditor/PageSettings/elements/GeneralImage.js.map +0 -1
  78. package/modules/pages/PageEditor/PageSettings/elements/GeneralPath.d.ts +0 -2
  79. package/modules/pages/PageEditor/PageSettings/elements/GeneralPath.js +0 -16
  80. package/modules/pages/PageEditor/PageSettings/elements/GeneralPath.js.map +0 -1
  81. package/modules/pages/PageEditor/PageSettings/elements/GeneralSnippet.d.ts +0 -2
  82. package/modules/pages/PageEditor/PageSettings/elements/GeneralSnippet.js +0 -14
  83. package/modules/pages/PageEditor/PageSettings/elements/GeneralSnippet.js.map +0 -1
  84. package/modules/pages/PageEditor/PageSettings/elements/GeneralTags.d.ts +0 -2
  85. package/modules/pages/PageEditor/PageSettings/elements/GeneralTags.js +0 -14
  86. package/modules/pages/PageEditor/PageSettings/elements/GeneralTags.js.map +0 -1
  87. package/modules/pages/PageEditor/PageSettings/elements/GeneralTitle.d.ts +0 -2
  88. package/modules/pages/PageEditor/PageSettings/elements/GeneralTitle.js +0 -16
  89. package/modules/pages/PageEditor/PageSettings/elements/GeneralTitle.js.map +0 -1
  90. package/modules/pages/PageEditor/PageSettings/elements/SchemaEditor.d.ts +0 -2
  91. package/modules/pages/PageEditor/PageSettings/elements/SchemaEditor.js +0 -31
  92. package/modules/pages/PageEditor/PageSettings/elements/SchemaEditor.js.map +0 -1
  93. package/modules/pages/PageEditor/PageSettings/elements/SeoCanonicalUrl.d.ts +0 -2
  94. package/modules/pages/PageEditor/PageSettings/elements/SeoCanonicalUrl.js +0 -26
  95. package/modules/pages/PageEditor/PageSettings/elements/SeoCanonicalUrl.js.map +0 -1
  96. package/modules/pages/PageEditor/PageSettings/elements/SeoDescription.d.ts +0 -2
  97. package/modules/pages/PageEditor/PageSettings/elements/SeoDescription.js +0 -15
  98. package/modules/pages/PageEditor/PageSettings/elements/SeoDescription.js.map +0 -1
  99. package/modules/pages/PageEditor/PageSettings/elements/SeoMetaTags.d.ts +0 -2
  100. package/modules/pages/PageEditor/PageSettings/elements/SeoMetaTags.js +0 -18
  101. package/modules/pages/PageEditor/PageSettings/elements/SeoMetaTags.js.map +0 -1
  102. package/modules/pages/PageEditor/PageSettings/elements/SeoNoFollow.d.ts +0 -2
  103. package/modules/pages/PageEditor/PageSettings/elements/SeoNoFollow.js +0 -16
  104. package/modules/pages/PageEditor/PageSettings/elements/SeoNoFollow.js.map +0 -1
  105. package/modules/pages/PageEditor/PageSettings/elements/SeoNoIndex.d.ts +0 -2
  106. package/modules/pages/PageEditor/PageSettings/elements/SeoNoIndex.js +0 -16
  107. package/modules/pages/PageEditor/PageSettings/elements/SeoNoIndex.js.map +0 -1
  108. package/modules/pages/PageEditor/PageSettings/elements/SeoTitle.d.ts +0 -2
  109. package/modules/pages/PageEditor/PageSettings/elements/SeoTitle.js +0 -15
  110. package/modules/pages/PageEditor/PageSettings/elements/SeoTitle.js.map +0 -1
  111. package/modules/pages/PageEditor/PageSettings/elements/SocialDescription.d.ts +0 -2
  112. package/modules/pages/PageEditor/PageSettings/elements/SocialDescription.js +0 -15
  113. package/modules/pages/PageEditor/PageSettings/elements/SocialDescription.js.map +0 -1
  114. package/modules/pages/PageEditor/PageSettings/elements/SocialImage.d.ts +0 -2
  115. package/modules/pages/PageEditor/PageSettings/elements/SocialImage.js +0 -31
  116. package/modules/pages/PageEditor/PageSettings/elements/SocialImage.js.map +0 -1
  117. package/modules/pages/PageEditor/PageSettings/elements/SocialMetaTags.d.ts +0 -2
  118. package/modules/pages/PageEditor/PageSettings/elements/SocialMetaTags.js +0 -18
  119. package/modules/pages/PageEditor/PageSettings/elements/SocialMetaTags.js.map +0 -1
  120. package/modules/pages/PageEditor/PageSettings/elements/SocialTitle.d.ts +0 -2
  121. package/modules/pages/PageEditor/PageSettings/elements/SocialTitle.js +0 -15
  122. package/modules/pages/PageEditor/PageSettings/elements/SocialTitle.js.map +0 -1
  123. package/modules/pages/PageEditor/TopBar/Settings/KeyValueGridEditor.d.ts +0 -2
  124. package/modules/pages/PageEditor/TopBar/Settings/KeyValueGridEditor.js +0 -59
  125. package/modules/pages/PageEditor/TopBar/Settings/KeyValueGridEditor.js.map +0 -1
  126. package/modules/pages/PageEditor/TopBar/Settings/MetaTags.d.ts +0 -11
  127. package/modules/pages/PageEditor/TopBar/Settings/MetaTags.js +0 -80
  128. package/modules/pages/PageEditor/TopBar/Settings/MetaTags.js.map +0 -1
  129. package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDialog.d.ts +0 -2
  130. package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDialog.js +0 -37
  131. package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDialog.js.map +0 -1
  132. package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDrawer.d.ts +0 -3
  133. package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDrawer.js +0 -73
  134. package/modules/pages/PageEditor/TopBar/Settings/PageSettingsDrawer.js.map +0 -1
  135. package/modules/pages/PageEditor/TopBar/Settings/SettingsDialogBody.d.ts +0 -6
  136. package/modules/pages/PageEditor/TopBar/Settings/SettingsDialogBody.js +0 -21
  137. package/modules/pages/PageEditor/TopBar/Settings/SettingsDialogBody.js.map +0 -1
  138. package/modules/pages/PageEditor/TopBar/Settings/SimpleTags.d.ts +0 -7
  139. package/modules/pages/PageEditor/TopBar/Settings/SimpleTags.js +0 -75
  140. 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.js").ElementProps) => React.JSX.Element) & {
8
- original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element.js").ElementProps) => React.JSX.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.js").ElementProps) => React.JSX.Element) & {
13
- original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element.js").ElementProps) => React.JSX.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.js").ElementProps) => React.JSX.Element) & {
21
- original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element.js").ElementProps) => React.JSX.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.js").ElementsProps) => React.JSX.Element;
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.js").LayoutProps) => React.ReactNode;
66
- Element: ((props: import("../../../BaseEditor/config/Content/Content.js").ElementProps) => React.JSX.Element) & {
67
- original: (props: import("../../../BaseEditor/config/Content/Content.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
72
- original: (props: import("../../../BaseEditor/config/Content/Content.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
80
- original: (props: import("../../../BaseEditor/config/Content/Content.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
107
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
112
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
120
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
126
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
131
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
139
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementsProps) => React.JSX.Element;
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.js").ActionProps) => React.JSX.Element) & {
183
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ActionProps) => React.JSX.Element;
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.js").ActionProps) => React.JSX.Element) & {
188
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ActionProps) => React.JSX.Element;
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.js").ActionProps) => React.JSX.Element) & {
196
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ActionProps) => React.JSX.Element;
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.js").DropdownActionProps) => React.JSX.Element) & {
202
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").DropdownActionProps) => React.JSX.Element;
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.js").DropdownActionProps) => React.JSX.Element) & {
207
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").DropdownActionProps) => React.JSX.Element;
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.js").DropdownActionProps) => React.JSX.Element) & {
215
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").DropdownActionProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
245
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
250
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
258
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
264
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
269
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
277
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementsProps) => React.JSX.Element;
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.js").BaseElementProps) => React.JSX.Element) & {
322
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").BaseElementProps) => React.JSX.Element;
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.js").BaseElementProps) => React.JSX.Element) & {
327
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").BaseElementProps) => React.JSX.Element;
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.js").BaseElementProps) => React.JSX.Element) & {
335
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").BaseElementProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
341
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
346
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
354
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").ElementsProps) => React.JSX.Element;
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.js").GroupProps) => React.JSX.Element) & {
360
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").GroupProps) => React.JSX.Element;
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.js").GroupProps) => React.JSX.Element) & {
365
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").GroupProps) => React.JSX.Element;
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.js").GroupProps) => React.JSX.Element) & {
373
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").GroupProps) => React.JSX.Element;
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.js").TabProps) => React.JSX.Element;
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.js").IsNotReadOnlyProps) => React.JSX.Element | null;
383
- IsNotReadOnly: ({ children }: import("../../../BaseEditor/config/IsNotReadOnly.js").IsNotReadOnlyProps) => React.JSX.Element | null;
384
- OnActiveElement: ({ children }: import("../../../BaseEditor/config/OnActiveElement.js").OnActiveElementProps) => React.JSX.Element | null;
385
- NoActiveElement: ({ children }: import("../../../BaseEditor/config/NoActiveElement.js").NoActiveElementProps) => React.JSX.Element | null;
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.js").RendererProps) => React.JSX.Element;
388
+ Renderer: (props: import("../../../BaseEditor/config/ElementInput").RendererProps) => React.JSX.Element;
389
389
  };
390
- ElementProperty: ((props: import("../../../BaseEditor/config/ElementProperty.js").ElementPropertyProps) => React.JSX.Element) & {
391
- original: (props: import("../../../BaseEditor/config/ElementProperty.js").ElementPropertyProps) => React.JSX.Element;
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.js").ElementPropertyProps) => React.JSX.Element) & {
396
- original: (props: import("../../../BaseEditor/config/ElementProperty.js").ElementPropertyProps) => React.JSX.Element;
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.js").ElementPropertyProps) => React.JSX.Element) & {
404
- original: (props: import("../../../BaseEditor/config/ElementProperty.js").ElementPropertyProps) => React.JSX.Element;
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.js").ElementPropertiesProps) => React.JSX.Element;
413
- ElementAction: ((props: import("../../../BaseEditor/config/ElementAction.js").ElementActionProps) => React.JSX.Element) & {
414
- original: (props: import("../../../BaseEditor/config/ElementAction.js").ElementActionProps) => React.JSX.Element;
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.js").ElementActionProps) => React.JSX.Element) & {
419
- original: (props: import("../../../BaseEditor/config/ElementAction.js").ElementActionProps) => React.JSX.Element;
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.js").ElementActionProps) => React.JSX.Element) & {
427
- original: (props: import("../../../BaseEditor/config/ElementAction.js").ElementActionProps) => React.JSX.Element;
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.js").IconButtonProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
455
- Container: ({ position, children }: import("../../../BaseEditor/config/ElementOverlay.js").ElementOverlayContainerProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
473
- original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element.js").ElementProps) => React.JSX.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.js").ElementProps) => React.JSX.Element) & {
478
- original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element.js").ElementProps) => React.JSX.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.js").ElementProps) => React.JSX.Element) & {
486
- original: ({ id, name, element, group, scope, remove, before, after }: import("../../../BaseEditor/config/Element.js").ElementProps) => React.JSX.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.js").ElementsProps) => React.JSX.Element;
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.js").LayoutProps) => React.ReactNode;
531
- Element: ((props: import("../../../BaseEditor/config/Content/Content.js").ElementProps) => React.JSX.Element) & {
532
- original: (props: import("../../../BaseEditor/config/Content/Content.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
537
- original: (props: import("../../../BaseEditor/config/Content/Content.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
545
- original: (props: import("../../../BaseEditor/config/Content/Content.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
572
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
577
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
585
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
591
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
596
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
604
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ElementsProps) => React.JSX.Element;
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.js").ActionProps) => React.JSX.Element) & {
648
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ActionProps) => React.JSX.Element;
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.js").ActionProps) => React.JSX.Element) & {
653
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ActionProps) => React.JSX.Element;
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.js").ActionProps) => React.JSX.Element) & {
661
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").ActionProps) => React.JSX.Element;
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.js").DropdownActionProps) => React.JSX.Element) & {
667
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").DropdownActionProps) => React.JSX.Element;
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.js").DropdownActionProps) => React.JSX.Element) & {
672
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").DropdownActionProps) => React.JSX.Element;
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.js").DropdownActionProps) => React.JSX.Element) & {
680
- original: (props: import("../../../BaseEditor/config/TopBar/TopBar.js").DropdownActionProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
710
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
715
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
723
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
729
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
734
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
742
- original: (props: import("../../../BaseEditor/config/Toolbar/Toolbar.js").ElementsProps) => React.JSX.Element;
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.js").BaseElementProps) => React.JSX.Element) & {
787
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").BaseElementProps) => React.JSX.Element;
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.js").BaseElementProps) => React.JSX.Element) & {
792
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").BaseElementProps) => React.JSX.Element;
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.js").BaseElementProps) => React.JSX.Element) & {
800
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").BaseElementProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
806
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
811
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").ElementsProps) => React.JSX.Element;
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.js").ElementsProps) => React.JSX.Element) & {
819
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").ElementsProps) => React.JSX.Element;
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.js").GroupProps) => React.JSX.Element) & {
825
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").GroupProps) => React.JSX.Element;
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.js").GroupProps) => React.JSX.Element) & {
830
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").GroupProps) => React.JSX.Element;
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.js").GroupProps) => React.JSX.Element) & {
838
- original: (props: import("../../../BaseEditor/config/Sidebar/Sidebar.js").GroupProps) => React.JSX.Element;
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.js").TabProps) => React.JSX.Element;
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.js").IsNotReadOnlyProps) => React.JSX.Element | null;
848
- IsNotReadOnly: ({ children }: import("../../../BaseEditor/config/IsNotReadOnly.js").IsNotReadOnlyProps) => React.JSX.Element | null;
849
- OnActiveElement: ({ children }: import("../../../BaseEditor/config/OnActiveElement.js").OnActiveElementProps) => React.JSX.Element | null;
850
- NoActiveElement: ({ children }: import("../../../BaseEditor/config/NoActiveElement.js").NoActiveElementProps) => React.JSX.Element | null;
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.js").RendererProps) => React.JSX.Element;
844
+ Renderer: (props: import("../../../BaseEditor/config/ElementInput").RendererProps) => React.JSX.Element;
854
845
  };
855
- ElementProperty: ((props: import("../../../BaseEditor/config/ElementProperty.js").ElementPropertyProps) => React.JSX.Element) & {
856
- original: (props: import("../../../BaseEditor/config/ElementProperty.js").ElementPropertyProps) => React.JSX.Element;
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.js").ElementPropertyProps) => React.JSX.Element) & {
861
- original: (props: import("../../../BaseEditor/config/ElementProperty.js").ElementPropertyProps) => React.JSX.Element;
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.js").ElementPropertyProps) => React.JSX.Element) & {
869
- original: (props: import("../../../BaseEditor/config/ElementProperty.js").ElementPropertyProps) => React.JSX.Element;
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.js").ElementPropertiesProps) => React.JSX.Element;
878
- ElementAction: ((props: import("../../../BaseEditor/config/ElementAction.js").ElementActionProps) => React.JSX.Element) & {
879
- original: (props: import("../../../BaseEditor/config/ElementAction.js").ElementActionProps) => React.JSX.Element;
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.js").ElementActionProps) => React.JSX.Element) & {
884
- original: (props: import("../../../BaseEditor/config/ElementAction.js").ElementActionProps) => React.JSX.Element;
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.js").ElementActionProps) => React.JSX.Element) & {
892
- original: (props: import("../../../BaseEditor/config/ElementAction.js").ElementActionProps) => React.JSX.Element;
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.js").IconButtonProps) => React.JSX.Element;
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.js").ElementProps) => React.JSX.Element) & {
920
- Container: ({ position, children }: import("../../../BaseEditor/config/ElementOverlay.js").ElementOverlayContainerProps) => React.JSX.Element;
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 {};