|
|
|
import { extend } from "../core";
|
|
|
|
import Pane from "./1.pane";
|
|
|
|
import Single from "./single/0.single";
|
|
|
|
import Text from "./single/1.text";
|
|
|
|
import A from "./single/a/a";
|
|
|
|
import Tip from "./single/tip/0.tip";
|
|
|
|
import Toast from "./single/tip/tip.toast";
|
|
|
|
import Tooltip from "./single/tip/tip.tooltip";
|
|
|
|
import Drawer from "./layer/layer.drawer";
|
|
|
|
import { Popover, BarPopover } from "./layer/layer.popover";
|
|
|
|
import PopupView from "./layer/layer.popup";
|
|
|
|
import SearcherView from "./layer/layer.searcher";
|
|
|
|
import ListView from "./list/listview";
|
|
|
|
import VirtualGroupList from "./list/virtualgrouplist";
|
|
|
|
import VirtualList from "./list/virtuallist";
|
|
|
|
import GridView from "./grid/grid";
|
|
|
|
import Pager from "./pager/pager";
|
|
|
|
import Bubble from "./combination/bubble";
|
|
|
|
import Combo from "./combination/combo";
|
|
|
|
import Expander from "./combination/expander";
|
|
|
|
import ButtonGroup from "./combination/group.button";
|
|
|
|
import ComboGroup from "./combination/group.combo";
|
|
|
|
import VirtualGroup from "./combination/group.virtual";
|
|
|
|
import Loader from "./combination/loader";
|
|
|
|
import Navigation from "./combination/navigation";
|
|
|
|
import Searcher from "./combination/searcher";
|
|
|
|
import Switcher from "./combination/switcher";
|
|
|
|
import Tab from "./combination/tab";
|
|
|
|
import ButtonTree from "./combination/tree.button";
|
|
|
|
|
|
|
|
extend(BI, {
|
|
|
|
Pane,
|
|
|
|
Single,
|
|
|
|
Text,
|
|
|
|
A,
|
|
|
|
Tip,
|
|
|
|
Toast,
|
|
|
|
Tooltip,
|
|
|
|
Drawer,
|
|
|
|
Popover,
|
|
|
|
BarPopover,
|
|
|
|
PopupView,
|
|
|
|
SearcherView,
|
|
|
|
ListView,
|
|
|
|
VirtualGroupList,
|
|
|
|
VirtualList,
|
|
|
|
GridView,
|
|
|
|
Pager,
|
|
|
|
Bubble,
|
|
|
|
Combo,
|
|
|
|
Expander,
|
|
|
|
ButtonGroup,
|
|
|
|
ComboGroup,
|
|
|
|
VirtualGroup,
|
|
|
|
Loader,
|
|
|
|
Navigation,
|
|
|
|
Searcher,
|
|
|
|
Switcher,
|
|
|
|
Tab,
|
|
|
|
ButtonTree,
|
|
|
|
});
|
|
|
|
|
|
|
|
export {
|
|
|
|
Pane,
|
|
|
|
Single,
|
|
|
|
Text,
|
|
|
|
A,
|
|
|
|
Tip,
|
|
|
|
Toast,
|
|
|
|
Tooltip,
|
|
|
|
Drawer,
|
|
|
|
Popover,
|
|
|
|
BarPopover,
|
|
|
|
PopupView,
|
|
|
|
SearcherView,
|
|
|
|
ListView,
|
|
|
|
VirtualGroupList,
|
|
|
|
VirtualList,
|
|
|
|
GridView,
|
|
|
|
Pager,
|
|
|
|
Bubble,
|
|
|
|
Combo,
|
|
|
|
Expander,
|
|
|
|
ButtonGroup,
|
|
|
|
ComboGroup,
|
|
|
|
VirtualGroup,
|
|
|
|
Loader,
|
|
|
|
Navigation,
|
|
|
|
Searcher,
|
|
|
|
Switcher,
|
|
|
|
Tab,
|
|
|
|
ButtonTree,
|
|
|
|
}
|