|
1 | 1 | export { init } from './src/init' |
2 | 2 |
|
3 | | -// reexport all plugin, user can import ondemand |
4 | | -export { default as Breadcrumb, BreadcrumbService } from '@opentiny/tiny-engine-toolbar-breadcrumb' |
5 | | -export { default as Fullscreen } from '@opentiny/tiny-engine-toolbar-fullscreen' |
6 | | -export { default as Lang } from '@opentiny/tiny-engine-toolbar-lang' |
7 | | -export { default as ViewSetting } from '@opentiny/tiny-engine-toolbar-view-setting' |
8 | | -export { default as Logo } from '@opentiny/tiny-engine-toolbar-logo' |
9 | | -export { default as Lock } from '@opentiny/tiny-engine-toolbar-lock' |
10 | | -export { default as Media } from '@opentiny/tiny-engine-toolbar-media' |
11 | | -export { default as Redoundo, HistoryService } from '@opentiny/tiny-engine-toolbar-redoundo' |
12 | | -export { default as Save } from '@opentiny/tiny-engine-toolbar-save' |
13 | | -export { default as Clean } from '@opentiny/tiny-engine-toolbar-clean' |
14 | | -export { default as ThemeSwitch, ThemeSwitchService } from '@opentiny/tiny-engine-toolbar-theme-switch' |
15 | | -export { default as Preview } from '@opentiny/tiny-engine-toolbar-preview' |
16 | | -export { default as GenerateCode, SaveLocalService } from '@opentiny/tiny-engine-toolbar-generate-code' |
17 | | -export { default as Refresh } from '@opentiny/tiny-engine-toolbar-refresh' |
18 | | -export { default as Collaboration } from '@opentiny/tiny-engine-toolbar-collaboration' |
19 | | -export { default as Setting } from '@opentiny/tiny-engine-toolbar-setting' |
20 | | -export { default as Materials, ResourceService, MaterialService } from '@opentiny/tiny-engine-plugin-materials' |
21 | | -export { default as State } from '@opentiny/tiny-engine-plugin-state' |
22 | | -export { default as Script } from '@opentiny/tiny-engine-plugin-script' |
23 | | -export { default as Tree } from '@opentiny/tiny-engine-plugin-tree' |
24 | | -export { default as Help, HelpService } from '@opentiny/tiny-engine-plugin-help' |
25 | | -export { default as Schema } from '@opentiny/tiny-engine-plugin-schema' |
26 | | -export { default as Page, PageService } from '@opentiny/tiny-engine-plugin-page' |
27 | | -export { default as I18n, TranslateService } from '@opentiny/tiny-engine-plugin-i18n' |
28 | | -export { default as Bridge } from '@opentiny/tiny-engine-plugin-bridge' |
29 | | -export { default as Block, BlockService } from '@opentiny/tiny-engine-plugin-block' |
30 | | -export { default as Datasource, DataSourceService } from '@opentiny/tiny-engine-plugin-datasource' |
31 | | -export { default as Robot } from '@opentiny/tiny-engine-plugin-robot' |
32 | | -export { default as Props, PropertiesService, PropertyService } from '@opentiny/tiny-engine-setting-props' |
33 | | -export { default as Events } from '@opentiny/tiny-engine-setting-events' |
34 | | -export { default as Styles } from '@opentiny/tiny-engine-setting-styles' |
35 | | -export { default as Layout, LayoutService } from '@opentiny/tiny-engine-layout' |
36 | | -export { default as Canvas } from '@opentiny/tiny-engine-canvas' |
37 | | -export { initPreview } from './src/preview/src/main' |
38 | | -export { |
39 | | - GenerateCodeService, |
40 | | - PluginPanel, |
41 | | - PluginSetting, |
42 | | - ToolbarBase, |
43 | | - GlobalService, |
44 | | - HttpService |
45 | | -} from '@opentiny/tiny-engine-common' |
46 | | - |
47 | | -export { default as defaultRegistry } from './registry' |
48 | | - |
49 | | -export * from '@opentiny/tiny-engine-meta-register' |
| 3 | +export * from './re-export' |
0 commit comments