|
|
|
@ -6,6 +6,7 @@ import * as inject from "./5.inject";
|
|
|
|
|
import * as action from "./action"; |
|
|
|
|
import * as behavior from "./behavior"; |
|
|
|
|
import * as controllers from "./controller"; |
|
|
|
|
import * as func from "./func"; |
|
|
|
|
import { StyleLoaderManager } from "./loader/loader.style"; |
|
|
|
|
import "./h"; |
|
|
|
|
import { ShowListener } from "./listener/listener.show"; |
|
|
|
@ -18,6 +19,7 @@ export * from "./5.inject";
|
|
|
|
|
export * from "./action"; |
|
|
|
|
export * from "./behavior"; |
|
|
|
|
export * from "./controller"; |
|
|
|
|
export * from "./func"; |
|
|
|
|
|
|
|
|
|
export { |
|
|
|
|
StyleLoaderManager, |
|
|
|
@ -34,6 +36,7 @@ Object.assign(BI, {
|
|
|
|
|
component: inject.shortcut, |
|
|
|
|
...action, |
|
|
|
|
...controllers, |
|
|
|
|
...func, |
|
|
|
|
StyleLoaderManager, |
|
|
|
|
ShowListener, |
|
|
|
|
}); |
|
|
|
|