@ -0,0 +1 @@
export const OTHER_CONNECT = 'other';
@ -1,7 +1,7 @@
import {WidgetType, Left, Label, Button} from '@ui/index';
import RightTitleModel from '../../link-set.model';
import {LinkType} from '@ui/type';
import {OTHER_CONNECT} from '../../select/select.service';
import {OTHER_CONNECT} from '@private/constants';
const className = 'fr.component.right.title';
const Widget: WidgetType = {
_store() {
@ -1,9 +1,6 @@
import pluginListConstant from '../../app.constant';
/**
* 其他连接方式
*/
export const databaseTyle = [
{
@ -17,6 +17,8 @@
"@types": ["src/ui/index"],
"@shared/*": ["src/shared/*"],
"@shared": ["src/shared"],
"@private/*": ["private/*"],
"@private": ["private"],
}
},
"include": [
@ -24,6 +24,7 @@ module.exports = env => {
"@ui": path.resolve("src/ui"),
"@types": path.resolve("types"),
"@shared": path.resolve("src/shared"),
"@private": path.resolve("private"),
plugins: [htmlWebpackPlugin, new MiniCssExtractPlugin({filename: `style.css`}), new CopyPlugin([