Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
VUE_R7_RES_iBizEAM
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBizEAM解决方案
VUE_R7_RES_iBizEAM
提交
cbe60b63
提交
cbe60b63
编写于
4月 23, 2020
作者:
chenxiang@lab.ibiz5.com
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1
上级
e8b78796
变更
27
显示空白字符变更
内嵌
并排
正在显示
27 个修改的文件
包含
1224 行增加
和
1342 行删除
+1224
-1342
CHANGELOG.md
CHANGELOG.md
+4
-0
README.md
README.md
+184
-0
app-file-upload-drag.less
...components/app-file-upload-drag/app-file-upload-drag.less
+0
-0
app-file-upload-drag.vue
src/components/app-file-upload-drag/app-file-upload-drag.vue
+360
-0
app-file-upload.less
src/components/app-file-upload/app-file-upload.less
+0
-64
app-file-upload.vue
src/components/app-file-upload/app-file-upload.vue
+32
-95
app-image-upload.vue
src/components/app-image-upload/app-image-upload.vue
+17
-20
app-input-number.less
src/components/app-input-number/app-input-number.less
+8
-0
app-input-number.vue
src/components/app-input-number/app-input-number.vue
+110
-0
app-mpicker.vue
src/components/app-mpicker/app-mpicker.vue
+1
-2
app-picker-select-view.less
...onents/app-picker-select-view/app-picker-select-view.less
+1
-3
app-picker-select-view.vue
...ponents/app-picker-select-view/app-picker-select-view.vue
+25
-120
app-picker.vue
src/components/app-picker/app-picker.vue
+5
-3
app-span.vue
src/components/app-span/app-span.vue
+15
-32
app-tree-picker.vue
src/components/app-tree-picker/app-tree-picker.vue
+1
-1
mpickup-view-engine.ts
src/engine/view/mpickup-view-engine.ts
+0
-3
pickup-view-engine.ts
src/engine/view/pickup-view-engine.ts
+1
-1
upload.ts
src/mock/upload/upload.ts
+2
-2
chart-line-series.ts
src/model/chart-detail/chart-line-series.ts
+0
-118
chart-series.ts
src/model/chart-detail/chart-series.ts
+0
-151
index.ts
src/model/chart-detail/index.ts
+0
-2
default.less
src/styles/default.less
+3
-72
blue.theme.less
src/theme/blue.theme.less
+100
-100
dark-blue.theme.less
src/theme/dark-blue.theme.less
+100
-100
default.theme.less
src/theme/default.theme.less
+100
-100
ui-counter.ts
src/utils/ui-conunter/ui-counter.ts
+153
-0
yarn.lock
yarn.lock
+2
-353
未找到文件。
CHANGELOG.md
0 → 100644
浏览文件 @
cbe60b63
*2020-3-7*
初始化
README.md
0 → 100644
浏览文件 @
cbe60b63
## 前言
### 1. 简介
该web应用是基于iBiz平台提供的一套PC端前端解决方案Vue_R7【
**一套基于Vue全家桶(Vue + Vue-router + Vuex)的前端框架**
】生产而成,Vue_R7不仅适用于管理后台或管理系统开发,且广泛适用于B/S架构的项目开发。本文档主要介绍项目如何快速上手,成果物代码结构做一阐述,旨在能够为开发人员提供一定开发指导支持。而今框架开源,希望能有更多志同道合的伙伴参与Vue_R7的迭代 ^_^
### 2. 开发环境要求
-
Node.js
-
Yarn
-
Vue Cli
### 3. 开发技术要求
掌握
`Vue`
、
`TypeScript`
、
`less`
、
`html`
等技术。
### 4. 技术栈
-
前端MVVM框架:vue.js 2.6.10
-
路由:vue-router 3.1.3
-
状态管理:vue-router 3.1.3
-
国际化:vue-i18n 8.15.3
-
数据交互:axios 0.19.1
-
UI框架:element-ui 2.13.0, view-design 4.1.0
-
工具库:qs, path-to-regexp, rxjs
-
图标库:font-awesome 4.7.0
-
引入组件: tinymce 4.8.5
-
代码风格检测:eslint
## 快速上手
### 1. 开发环境
> 在安装使用 `Yarn` 和 `Vue Cli (3.0)` 前,务必确认 [Node.js](https://nodejs.org) 已经升级到 v4.8.0 或以上,强烈建议升级至最新版本。
> 如果你想了解更多 `Yarn` 工具链的功能和命令,建议访问 [Yarn](https://yarnpkg.com) 了解更多。
> 如果你想了解更多 `Vue Cli (3.0)` 工具链的功能和命令,建议访问 [Vue Cli (3.0)](https://cli.vuejs.org/) 了解更多。
-
访问
[
Node.js
](
https://nodejs.org
)
,根据文档安装
`Node.js`
。
-
访问
[
Yarn
](
https://yarnpkg.com
)
,根据文档安装
`Yarn`
。
-
访问
[
Vue Cli (3.0)
](
https://cli.vuejs.org/
)
,根据文档安装
`Vue Cli (3.0)`
。
<blockquote
style=
"border-color: red;"
><p>
在安装 Vue Cli (3.0) ,请使用 Yarn 模式全局安装。
</p></blockquote>
```
bash
$
yarn global add @vue/cli
```
以下为 Windows 环境开发正常配置
<br>
<br>
![
开发环境信息
](
./imgs/getting-started/development.png
)
### 2. 安装依赖
打开前端项目,进入工作空间下,执行安装依赖命令
```
bash
$
yarn
install
```
### 3. 启动
在工作空间下,执行启动命令
```
bash
$
yarn dev-serve
```
启动后,通过 vue.config.js 开发服务 devServer 下配置的本地启动端口号访问开发项目。
<br>
示例:
```
bash
$
http://localhost:8111
```
这儿需要注意一点,此时启动的项目访问的数据是我们前端的mock数据,如需与后台直接交互,请看第4点。
### 4. 远程代理
在工作空间下,执行启动命令
```
bash
$
yarn serve
```
修改远程代理文件 vue.config.js 代理地址
![
远程代理地址
](
./imgs/getting-started/proxy.png
)
### 5. 打包
在工作空间下,执行打包命令
```
bash
$
yarn build
```
打包完成,生成最终交付产物。
## 成果物结构
```
|─ ─ app
|─ ─ public public文件夹
|─ ─ assets 静态文件夹
|─ ─ favicon.ico 图标
|─ ─ src 工程文件夹
|─ ─ assets 静态资源
|─ ─ components 基础组件,主要包含编辑器组件和其他全局使用的组件
|─ ─ engine 引擎文件,主要封装了内置视图的内置逻辑
|─ ─ environments 环境文件
|─ ─ interface 接口文件
|─ ─ locale 多语言文件
|─ ─ mock 模拟数据
|─ ─ pages 视图文件夹
|─ ─ module 模块名称
|─ ─ XXX-view 视图文件夹
|─ ─ XXX-view-base.vue 视图基类
|─ ─ XXX-view.vue 自定义视图文件
|─ ─ XXX-view.less 自定义视图样式文件
|─ ─ main.ts 应用主函数入口
|─ ─ page-register.ts 全局视图注册
|─ ─ router.ts 路由配置文件
|─ ─ service 应用实体数据服务文件夹
|─ ─ XXX 应用实体名称
|─ ─ XXX-service-base.ts 应用实体数据服务文件
|─ ─ XXX-service.ts 自定义应用实体数据服务文件
|─ ─ YYY-logic-base.ts 应用实体数据处理逻辑文件
|─ ─ YYY-logic.ts 自定义应用实体数据处理逻辑文件
|─ ─ store 全局状态管理
|─ ─ styles 样式文件夹
|─ ─ default.less 默认样式
|─ ─ user.less 用户自定义样式
|─ ─ theme 主题文件夹
|─ ─ uiservice 界面服务文件
|─ ─ XXX 应用实体名称
|─ ─ XXX-ui-service-base.ts 应用实体界面服务文件
|─ ─ XXX-ui-service.ts 自定义应用实体界面服务文件
|─ ─ YYY-ui-logic-base.ts 应用实体界面处理逻辑文件
|─ ─ YYY-ui-logic.ts 自定义应用实体界面处理逻辑文件
|─ ─ utils 工具类文件
|─ ─ widgets 部件文件夹
|─ ─ appde 应用实体名称
|─ ─ XXX 部件名称
|─ ─ XXX-base.vue 视图基类
|─ ─ XXX.vue 自定义部件文件
|─ ─ XXX.less 部件样式文件
|─ ─ XXX.model.ts 部件model文件
|─ ─ XXX.service.ts 部件服务文件
|─ ─ app-register.ts 公共组件全局注册
|─ ─ App.vue 入口组件
|─ ─ user-register.ts 自定义组件全局注册
|─ ─ package.json 依赖管理文件
|─ ─ vue.config.js vue cli 配置
```
## 更新日志
每个版本的详细更改都记录在
[
发行说明
](
CHANGELOG.md
)
中。
## 如何贡献
如果你希望参与贡献,欢迎
[
Pull Request
](
<
http://demo.ibizlab.cn/ibiz_r7/vue_r7/issues/new
>
)
,或通过自助服务群给我们报告 Bug。
强烈推荐阅读
[
《提问的智慧》
](
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way
)(
本指南不提供此项目的实际支持服务!
)
、
[
《如何向开源社区提问题》
](
https://github.com/seajs/seajs/issues/545
)
和
[
《如何有效地报告 Bug》
](
https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html
)
、
[
《如何向开源项目提交无法解答的问题》
](
https://zhuanlan.zhihu.com/p/25795393
)
,更好的问题更容易获得帮助。
## 社区互助
1.[
iBizLab论坛
](
https://bbs.ibizlab.cn/
)
2.
加入钉钉 Vue_R7自助服务群(中文)
<img
src=
"./imgs/getting-started/vue-r7-group.png"
height=
"400"
width=
"400"
>
\ No newline at end of file
src/components/app-file-upload-drag/app-file-upload-drag.less
0 → 100644
浏览文件 @
cbe60b63
src/components/app-file-upload-drag/app-file-upload-drag.vue
0 → 100644
浏览文件 @
cbe60b63
<
template
>
<el-upload
class=
"upload-demo"
:disabled=
"disabled"
:file-list=
"files"
:action=
"uploadUrl"
:headers=
"
{}"
:before-upload="beforeUpload"
:before-remove="onRemove"
:on-success="onSuccess"
:on-error="onError"
:on-preview="onDownload"
drag
>
<i
class=
"el-icon-upload"
></i>
<div
class=
"el-upload__text"
>
将文件拖到此处,或
<em>
点击上传
</em></div>
</el-upload>
</
template
>
<
script
lang=
"ts"
>
import
{
Component
,
Vue
,
Prop
,
Watch
}
from
'vue-property-decorator'
;
import
{
Environment
}
from
'@/environments/environment'
;
import
{
CreateElement
}
from
'vue'
;
import
{
Subject
,
Unsubscribable
}
from
'rxjs'
;
@
Component
({})
export
default
class
AppFileUploadDrag
extends
Vue
{
/**
* 表单状态
*
* @type {Subject<any>}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
formState
?:
Subject
<
any
>
/**
* 是否忽略表单项书香值变化
*
* @type {boolean}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
ignorefieldvaluechange
?:
boolean
;
/**
* 表单状态事件
*
* @private
* @type {(Unsubscribable | undefined)}
* @memberof AppFileUploadDrag
*/
private
formStateEvent
:
Unsubscribable
|
undefined
;
/**
* 表单数据
*
* @type {string}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
data
!
:
string
;
/**
* 初始化值
*
* @type {*}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
value
?:
any
;
/**
* 数据值变化
*
* @param {*} newval
* @param {*} val
* @memberof AppFileUploadDrag
*/
@
Watch
(
'value'
)
onValueChange
(
newval
:
any
,
val
:
any
)
{
if
(
this
.
ignorefieldvaluechange
)
{
return
;
}
if
(
newval
)
{
this
.
files
=
JSON
.
parse
(
newval
);
this
.
dataProcess
();
}
else
{
this
.
files
=
[];
}
}
/**
* 所属表单项名称
*
* @type {string}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
name
!
:
string
;
/**
* 是否禁用
*
* @type {boolean}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
disabled
?:
boolean
;
/**
* 上传参数
*
* @type {string}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
uploadparams
?:
string
;
/**
* 下载参数
*
* @type {string}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
exportparams
?:
string
;
/**
* 自定义参数
*
* @type {*}
* @memberof AppFileUploadDrag
*/
@
Prop
()
public
customparams
?:
any
;
/**
* 上传文件路径
*
* @memberof AppFileUploadDrag
*/
public
uploadUrl
=
Environment
.
BaseUrl
+
Environment
.
UploadFile
;
/**
* 下载文件路径
*
* @memberof AppFileUploadDrag
*/
public
downloadUrl
=
Environment
.
BaseUrl
+
Environment
.
ExportFile
;
/**
* 文件列表
*
* @memberof AppFileUploadDrag
*/
public
files
=
[];
/**
* 上传keys
*
* @type {Array<any>}
* @memberof AppFileUploadDrag
*/
public
upload_keys
:
Array
<
any
>
=
[];
/**
* 导出keys
*
* @type {Array<any>}
* @memberof AppFileUploadDrag
*/
public
export_keys
:
Array
<
any
>
=
[];
/**
* 自定义数组
*
* @type {Array<any>}
* @memberof AppFileUploadDrag
*/
public
custom_arr
:
Array
<
any
>
=
[];
/**
* 应用参数
*
* @type {*}
* @memberof AppFileUploadDrag
*/
public
appData
:
any
;
/**
* 数据处理
*
* @private
* @memberof AppFileUploadDrag
*/
private
dataProcess
():
void
{
let
upload_arr
:
Array
<
string
>
=
[];
let
export_arr
:
Array
<
string
>
=
[];
const
_data
:
any
=
JSON
.
parse
(
this
.
data
);
this
.
upload_keys
.
forEach
((
key
:
string
)
=>
{
upload_arr
.
push
(
`
${
key
}
=
${
_data
[
key
]}
`
);
});
this
.
export_keys
.
forEach
((
key
:
string
)
=>
{
export_arr
.
push
(
`
${
key
}
=
${
_data
[
key
]}
`
);
});
let
_url
=
`
${
Environment
.
BaseUrl
}${
Environment
.
UploadFile
}
`
;
if
(
upload_arr
.
length
>
0
||
this
.
custom_arr
.
length
>
0
)
{
_url
=
`
${
_url
}
?
${
upload_arr
.
join
(
'&'
)}${
upload_arr
.
length
>
0
?
'&'
:
''
}${
this
.
custom_arr
.
join
(
'&'
)}
`
;
}
this
.
uploadUrl
=
_url
;
this
.
files
.
forEach
((
file
:
any
)
=>
{
let
url
=
`
${
this
.
downloadUrl
}
/
${
file
.
id
}
`
;
if
(
upload_arr
.
length
>
0
||
this
.
custom_arr
.
length
>
0
)
{
url
=
`
${
url
}
?
${
upload_arr
.
join
(
'&'
)}${
upload_arr
.
length
>
0
?
'&'
:
''
}${
this
.
custom_arr
.
join
(
'&'
)}
`
;
}
file
.
url
=
url
;
});
}
/**
* vue 生命周期
*
* @memberof AppFileUploadDrag
*/
public
created
()
{
if
(
this
.
formState
)
{
this
.
formStateEvent
=
this
.
formState
.
subscribe
((
$event
:
any
)
=>
{
// 表单加载完成
if
(
Object
.
is
(
$event
.
type
,
'load'
))
{
if
(
this
.
value
)
{
this
.
files
=
JSON
.
parse
(
this
.
value
);
}
this
.
dataProcess
();
}
});
}
}
/**
* vue 生命周期
*
* @returns
* @memberof AppFileUploadDrag
*/
public
mounted
()
{
this
.
appData
=
this
.
$store
.
getters
.
getAppData
();
let
uploadparams
:
string
=
''
;
let
exportparams
:
string
=
''
;
if
(
this
.
uploadparams
&&
!
Object
.
is
(
this
.
uploadparams
,
''
))
{
uploadparams
=
this
.
uploadparams
;
}
if
(
this
.
exportparams
&&
!
Object
.
is
(
this
.
exportparams
,
''
))
{
exportparams
=
this
.
exportparams
;
}
let
upload_keys
:
Array
<
string
>
=
uploadparams
.
split
(
';'
);
let
export_keys
:
Array
<
string
>
=
exportparams
.
split
(
';'
);
let
custom_arr
:
Array
<
string
>
=
[];
if
(
this
.
customparams
&&
!
Object
.
is
(
this
.
customparams
,
''
))
{
Object
.
keys
(
this
.
customparams
).
forEach
((
name
:
string
)
=>
{
custom_arr
.
push
(
`
${
name
}
=
${
this
.
customparams
[
name
]}
`
);
});
}
this
.
upload_keys
=
upload_keys
;
this
.
export_keys
=
export_keys
;
this
.
custom_arr
=
custom_arr
;
if
(
this
.
value
)
{
this
.
files
=
JSON
.
parse
(
this
.
value
);
}
this
.
dataProcess
();
}
/**
* 组件销毁
*
* @memberof AppFileUploadDrag
*/
public
destroyed
():
void
{
if
(
this
.
formStateEvent
)
{
this
.
formStateEvent
.
unsubscribe
();
}
}
/**
* 上传之前
*
* @param {*} file
* @memberof AppFileUploadDrag
*/
public
beforeUpload
(
file
:
any
)
{
// console.log('上传之前');
}
/**
* 上传成功回调
*
* @param {*} response
* @param {*} file
* @param {*} fileList
* @memberof AppFileUploadDrag
*/
public
onSuccess
(
response
:
any
,
file
:
any
,
fileList
:
any
)
{
if
(
!
response
)
{
return
;
}
const
data
=
{
name
:
response
.
name
,
id
:
response
.
id
};
let
arr
:
Array
<
any
>
=
[];
this
.
files
.
forEach
((
_file
:
any
)
=>
{
arr
.
push
({
name
:
_file
.
name
,
id
:
_file
.
id
})
});
arr
.
push
(
data
);
let
value
:
any
=
arr
.
length
>
0
?
JSON
.
stringify
(
arr
)
:
null
;
this
.
$emit
(
'formitemvaluechange'
,
{
name
:
this
.
name
,
value
:
value
});
}
/**
* 上传失败回调
*
* @param {*} error
* @param {*} file
* @param {*} fileList
* @memberof AppFileUploadDrag
*/
public
onError
(
error
:
any
,
file
:
any
,
fileList
:
any
)
{
this
.
$Notice
.
error
({
title
:
'上传失败'
});
}
/**
* 删除文件
*
* @param {*} file
* @param {*} fileList
* @memberof AppFileUploadDrag
*/
public
onRemove
(
file
:
any
,
fileList
:
any
)
{
let
arr
:
Array
<
any
>
=
[];
fileList
.
forEach
((
f
:
any
)
=>
{
if
(
f
.
id
!=
file
.
id
)
{
arr
.
push
({
name
:
f
.
name
,
id
:
f
.
id
});
}
});
let
value
:
any
=
arr
.
length
>
0
?
JSON
.
stringify
(
arr
)
:
null
;
this
.
$emit
(
'formitemvaluechange'
,
{
name
:
this
.
name
,
value
:
value
});
}
/**
* 下载文件
*
* @param {*} file
* @memberof AppFileUploadDrag
*/
public
onDownload
(
file
:
any
)
{
window
.
open
(
file
.
url
);
}
}
</
script
>
<
style
lang=
'less'
>
@import './app-file-upload-drag.less';
</
style
>
\ No newline at end of file
src/components/app-file-upload/app-file-upload.less
浏览文件 @
cbe60b63
.app-file-upload{
.upload-col{
text-align: center;
.button-preview{
padding: 8px 15px 8.5px 15px;
.ivu-badge{
margin-left: 2px;
.ivu-badge-count{
height: auto;
min-width: auto;
line-height: unset;
padding: 0 4px;
}
}
}
}
}
.upload-preview-modal{
.preview-file-list-item{
margin: 0 8px 8px 0;
display: inline-block;
position: relative;
}
.preview-file-list-img{
display: inline-block;
position: relative;
}
.file-name{
text-align: center;
}
.preview-file-list-actions{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
font-size: 20px;
text-align: center;
color: #fff;
opacity: 0;
transition: opacity .3s;
}
.preview-file-list-actions:hover{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
font-size: 20px;
text-align: center;
color: #fff;
opacity: 1;
background-color: rgba(0,0,0,.5);
}
.preview-file-list-actions::after{
display: inline-block;
content: "";
height: 100%;
vertical-align: middle;
}
.action-delete{
margin-left:15px;
}
}
\ No newline at end of file
src/components/app-file-upload/app-file-upload.vue
浏览文件 @
cbe60b63
<
template
>
<div
class=
"app-file-upload"
>
<el-row>
<el-col
v-if=
"rowPreview && files.length > 0"
:span=
"12"
class=
"upload-col"
>
<el-button
size=
'small'
class=
"button-preview"
icon=
'el-icon-view'
:disabled=
"disabled"
@
click=
"()=>
{this.dialogVisible = true;}">查看
<Badge
:count=
"files.length"
type=
"info"
></Badge></el-button>
</el-col>
<el-col
:span=
"rowPreview ? 12 : 24"
class=
"upload-col"
>
<el-upload
:disabled=
"disabled"
:file-list=
"files"
...
...
@@ -16,37 +10,11 @@
:on-error="onError"
:on-preview="onDownload"
:drag="isdrag"
:show-file-list="!rowPreview"
>
<el-button
v-if=
"!isdrag"
size=
'small'
icon=
'el-icon-upload'
:disabled=
"disabled"
>
{{
this
.
$t
(
'app.fileUpload.caption'
)
}}
</el-button>
<i
v-if=
"isdrag"
class=
"el-icon-upload"
></i>
<div
v-if=
"isdrag"
class=
"el-upload__text"
>
将文件拖到此处,或
<em>
点击上传
</em></div>
</el-upload>
</el-col>
</el-row>
<modal
width=
"80%"
v-model=
"dialogVisible"
footer-hide
class-name=
'upload-preview-modal'
>
<ul
class=
""
>
<li
v-for=
"(file,index) in files"
:key=
"index"
class=
"preview-file-list-item"
>
<div
class=
'preview-file-list-img'
>
<el-image
:src=
"file.url"
class=
''
style=
''
>
<div
slot=
'error'
class=
'image-slot'
>
<img
src=
"/assets/img/picture.png"
style=
'width:100%;height:100%;'
>
</div>
</el-image>
<div
class=
'preview-file-list-actions'
@
mouseenter=
"()=>
{showActions = true;}" @mouseleave="()=>{showActions = false;}">
<span
v-show=
"showActions"
class=
'action-download'
>
<i
class=
'el-icon-download'
@
click=
"onDownload(file)"
></i>
</span>
<span
v-show=
"showActions"
:style=
"
{ 'display': disabled? 'none' : 'inline-block' }" class='action-delete'>
<i
class=
'el-icon-delete'
@
click=
"onRemove(file, files)"
></i>
</span>
</div>
</div>
<div
class=
"file-name"
>
{{
file
.
name
}}
</div>
</li>
</ul>
</modal>
</div>
</
template
>
<
script
lang=
"ts"
>
...
...
@@ -119,8 +87,12 @@ export default class AppFileUpload extends Vue {
if
(
this
.
ignorefieldvaluechange
)
{
return
;
}
this
.
setFiles
(
newval
)
if
(
newval
)
{
this
.
files
=
JSON
.
parse
(
newval
);
this
.
dataProcess
();
}
else
{
this
.
files
=
[];
}
}
/**
...
...
@@ -216,21 +188,6 @@ export default class AppFileUpload extends Vue {
*/
public
appData
:
any
;
/**
* 设置files
*
* @private
* @memberof AppFileUpload
*/
private
setFiles
(
value
:
any
):
void
{
let
_files
=
JSON
.
parse
(
value
);
if
(
value
&&
Object
.
prototype
.
toString
.
call
(
_files
)
==
'[object Array]'
)
{
this
.
files
=
_files
;
}
else
{
this
.
files
=
[];
}
}
/**
* 数据处理
*
...
...
@@ -273,7 +230,9 @@ export default class AppFileUpload extends Vue {
this
.
formStateEvent
=
this
.
formState
.
subscribe
((
$event
:
any
)
=>
{
// 表单加载完成
if
(
Object
.
is
(
$event
.
type
,
'load'
))
{
this
.
setFiles
(
this
.
value
);
if
(
this
.
value
)
{
this
.
files
=
JSON
.
parse
(
this
.
value
);
}
this
.
dataProcess
();
}
});
...
...
@@ -312,7 +271,12 @@ export default class AppFileUpload extends Vue {
this
.
export_keys
=
export_keys
;
this
.
custom_arr
=
custom_arr
;
this
.
setFiles
(
this
.
value
);
if
(
this
.
value
)
{
let
_files
=
JSON
.
parse
(
this
.
value
);
if
(
typeof
_files
===
"object"
){
this
.
files
=
_files
;
}
}
this
.
dataProcess
();
}
...
...
@@ -334,7 +298,7 @@ export default class AppFileUpload extends Vue {
* @memberof AppFileUpload
*/
public
beforeUpload
(
file
:
any
)
{
console
.
log
(
file
);
// console.log('上传之前'
);
}
/**
...
...
@@ -387,9 +351,6 @@ export default class AppFileUpload extends Vue {
}
});
let
value
:
any
=
arr
.
length
>
0
?
JSON
.
stringify
(
arr
)
:
null
;
if
(
arr
.
length
==
0
){
this
.
dialogVisible
=
false
;
}
this
.
$emit
(
'formitemvaluechange'
,
{
name
:
this
.
name
,
value
:
value
});
}
...
...
@@ -403,30 +364,6 @@ export default class AppFileUpload extends Vue {
window
.
open
(
file
.
url
);
}
/**
* 是否开启行内预览
*
* @type {boolean}
* @memberof AppFileUpload
*/
@
Prop
({
default
:
false
})
public
rowPreview
!
:
boolean
;
/**
* 是否开启行内预览
*
* @type {boolean}
* @memberof AppFileUpload
*/
public
dialogVisible
:
boolean
=
false
;
/**
* 是否开启行内预览
*
* @type {boolean}
* @memberof AppFileUpload
*/
public
showActions
:
boolean
=
false
;
}
</
script
>
...
...
src/components/app-image-upload/app-image-upload.vue
浏览文件 @
cbe60b63
...
...
@@ -3,7 +3,7 @@
<ul
class=
'el-upload-list el-upload-list--picture-card'
>
<!-- 绘制缩略图 Start -->
<li
v-for=
"(file,index) in files"
:key=
"index"
class=
'el-upload-list__item is-success'
>
<el-image
:src=
"file.url"
class=
'el-upload-list__item-thumbnail'
style=
'min-height:100px;min-width:100px;'
>
<el-image
src=
{file.url}
class='el-upload-list__item-thumbnail' style='min-height:100px;min-width:100px;'>
<div
slot=
'error'
class=
'image-slot'
>
<i
class=
'el-icon-picture-outline'
></i>
</div>
...
...
@@ -119,8 +119,12 @@ export default class AppImageUpload extends Vue {
if
(
this
.
ignorefieldvaluechange
)
{
return
;
}
this
.
setFiles
(
newval
)
if
(
newval
)
{
this
.
files
=
JSON
.
parse
(
newval
);
this
.
dataProcess
();
}
else
{
this
.
files
=
[];
}
}
/**
...
...
@@ -216,21 +220,6 @@ export default class AppImageUpload extends Vue {
*/
public
appData
:
any
=
""
;
/**
* 设置files
*
* @private
* @memberof AppImageUpload
*/
private
setFiles
(
value
:
any
):
void
{
let
_files
=
JSON
.
parse
(
value
);
if
(
value
&&
Object
.
prototype
.
toString
.
call
(
_files
)
==
'[object Array]'
)
{
this
.
files
=
_files
;
}
else
{
this
.
files
=
[];
}
}
/**
* 数据处理
*
...
...
@@ -273,7 +262,10 @@ export default class AppImageUpload extends Vue {
this
.
formStateEvent
=
this
.
formState
.
subscribe
((
$event
:
any
)
=>
{
// 表单加载完成
if
(
Object
.
is
(
$event
.
type
,
'load'
))
{
this
.
setFiles
(
this
.
value
);
if
(
this
.
value
)
{
// console.log(this.value);
this
.
files
=
JSON
.
parse
(
this
.
value
);
}
this
.
dataProcess
();
}
});
...
...
@@ -311,7 +303,12 @@ export default class AppImageUpload extends Vue {
this
.
export_keys
=
export_keys
;
this
.
custom_arr
=
custom_arr
;
this
.
setFiles
(
this
.
value
);
if
(
this
.
value
)
{
let
_files
=
JSON
.
parse
(
this
.
value
);
if
(
typeof
_files
===
"object"
){
this
.
files
=
_files
;
}
}
this
.
dataProcess
();
}
...
...
src/components/app-input-number/app-input-number.less
0 → 100644
浏览文件 @
cbe60b63
.input-unit{
position: relative;
.unit-text{
position: absolute;
top: 0;
right: 20px;
}
}
\ No newline at end of file
src/components/app-input-number/app-input-number.vue
0 → 100644
浏览文件 @
cbe60b63
<
template
>
<div
class=
"input-unit"
>
<i-input
:placeholder=
"placeholder"
:size=
"size"
v-model=
"CurrentVal"
:disabled=
"disabled ? true : false"
@
on-enter=
"enter"
type=
"number"
></i-input>
<div
class=
"unit-text"
>
{{
unit
}}
</div>
</div>
</
template
>
<
script
lang=
"ts"
>
import
{
Vue
,
Component
,
Prop
,
Model
,
Emit
}
from
"vue-property-decorator"
;
import
{
Subject
}
from
"rxjs"
;
import
{
debounceTime
,
distinctUntilChanged
}
from
"rxjs/operators"
;
@
Component
({})
export
default
class
appInputNumber
extends
Vue
{
/**
* 双向绑定值
* @type {any}
* @memberof InputBox
*/
@
Model
(
"change"
)
readonly
itemValue
?:
any
;
/**
* 单位
* @type {String}
* @memberof InputBoxUnit
*/
@
Prop
()
public
unit
?:
string
;
/**
* 大小
* @type {String}
* @memberof InputBoxUnit
*/
@
Prop
()
public
size
?:
string
;
/**
* placeholder值
* @type {String}
* @memberof InputBox
*/
@
Prop
()
public
placeholder
?:
string
;
/**
* 是否禁用
* @type {boolean}
* @memberof InputBox
*/
@
Prop
()
public
disabled
?:
boolean
;
/**
* 属性类型
*
* @type {string}
* @memberof InputBox
*/
@
Prop
()
public
type
?:
string
;
/**
* 当前值
*
* @memberof InputBox
*/
get
CurrentVal
()
{
return
this
.
itemValue
;
}
/**
* 值变化
*
* @memberof InputBox
*/
set
CurrentVal
(
val
:
any
)
{
let
_data
:
any
=
val
;
if
(
Object
.
is
(
this
.
type
,
"number"
)
&&
val
&&
!
isNaN
(
val
))
{
try
{
_data
=
isNaN
(
Number
(
val
))
?
null
:
Number
(
val
);
}
catch
(
error
)
{}
}
if
(
Object
.
is
(
_data
,
""
))
{
_data
=
null
;
}
this
.
$emit
(
"change"
,
_data
);
}
/**
* 回车事件
*
* @param {*} $event
* @memberof InputBox
*/
@
Emit
()
public
enter
(
$event
:
any
)
{
if
(
!
$event
||
$event
.
keyCode
!==
13
)
{
return
;
}
return
$event
;
}
}
</
script
>
<
style
lang=
'less'
>
@import "./app-input-number.less";
</
style
>
\ No newline at end of file
src/components/app-mpicker/app-mpicker.vue
浏览文件 @
cbe60b63
...
...
@@ -232,8 +232,7 @@ export default class AppMpicker extends Vue {
_selectItems
[
index
].
srfkey
=
item
[
this
.
deKeyField
];
});
}
_context
=
Object
.
assign
(
_context
,
{
srfparentdata
:
{
srfparentkey
:
this
.
activeData
[
this
.
deKeyField
]
},
});
_viewparams
=
Object
.
assign
(
_viewparams
,{
selectedData
:
[...
_selectItems
]});
_context
=
Object
.
assign
(
_context
,
{
srfparentdata
:
{
srfparentkey
:
this
.
activeData
[
this
.
deKeyField
]
},
selectedData
:
[...
_selectItems
],
});
let
formdata
=
this
.
activeData
;
const
modal
:
Subject
<
any
>
=
this
.
$appmodal
.
openModal
(
view
,
_context
,
_viewparams
)
modal
.
subscribe
((
result
:
any
)
=>
{
...
...
src/components/app-picker-select-view/app-picker-select-view.less
浏览文件 @
cbe60b63
...
...
@@ -26,8 +26,6 @@
overflow:inherit;
}
}
}
}
\ No newline at end of file
.select-no-dropdown.el-select-dropdown{
display: none;
}
\ No newline at end of file
src/components/app-picker-select-view/app-picker-select-view.vue
浏览文件 @
cbe60b63
<
template
>
<div
class=
"app-picker-select-view"
>
<Dropdown
:visible=
"visible"
trigger=
"custom"
style=
"left:0px;width: 100%"
@
on-clickoutside=
"() =>
{triggerMenu(false);}" >
<Input
v-
if=
"isSingleSelect"
v-model=
"query
Value"
class=
"tree-input"
type=
"text"
:placeholder=
"placeholder"
:disabled=
"disabled"
@
on-change=
"OnInputChange"
@
on-focus=
"()=>
{triggerMenu(true);}" >
<Input
v-
model=
"input
Value"
class=
"tree-input"
type=
"text"
:placeholder=
"placeholder"
:disabled=
"disabled"
@
on-change=
"OnInputChange"
@
on-focus=
"()=>
{triggerMenu(true);}" >
<template
v-slot:suffix
>
<i
v-if=
"
query
Value && !disabled"
class=
'el-icon-circle-close'
@
click=
"onClear"
></i>
<i
v-if=
"
input
Value && !disabled"
class=
'el-icon-circle-close'
@
click=
"onClear"
></i>
<Icon
:type=
"visible ? 'ios-arrow-up' : 'ios-arrow-down'"
class=
"icon-arrow"
@
click=
"() =>
{triggerMenu();}">
</Icon>
<icon
v-if=
"linkview"
type=
"ios-open-outline"
@
click=
"openLinkView"
/>
</
template
>
</Input>
<el-select
v-if=
"!isSingleSelect"
popper-class=
"select-no-dropdown"
:value=
"keySet"
multiple
filterable
remote
:remote-method=
"($event) => {this.queryValue = $event;}"
size=
"small"
style=
"width:100%;"
@
change=
"onSelectChange"
@
focus=
"() => {triggerMenu(true);}"
:disabled=
"disabled"
>
<el-option
v-for=
"(item, index) in items"
:key=
"index"
:label=
"item.srfmajortext"
:value=
"item[deKeyField]"
></el-option>
</el-select>
<DropdownMenu
slot=
"list"
>
<component
:is=
"pickupView.viewname"
:viewdata=
"viewdata"
:viewparam=
"viewparam"
:i
sShowButton
=
"false"
:i
fShowButtons
=
"false"
:viewDefaultUsage=
"false"
@
viewdataschange=
"
onViewdatasChang
e"
@
viewdataschange=
"
setValu
e"
style=
"height:100%;"
>
</component>
</DropdownMenu>
...
...
@@ -50,45 +47,13 @@ export default class AppPickerSelectView extends Vue {
*/
@
Prop
()
public
viewparams
!
:
any
;
/**
* 是否单选
*
* @type {*}
* @memberof AppFormDRUIPart
*/
@
Prop
({
default
:
'true'
})
public
isSingleSelect
!
:
any
;
/**
* 当前多选框选中值的key集合
*
* @type {string}
* @memberof AppTreePicker
*/
public
keySet
:
any
=
[];
/**
* 当前多选框选中项对象集合
*
* @type {string}
* @memberof AppTreePicker
*/
public
selectItems
:
Array
<
any
>
=
[];
/**
* 所有操作过的下拉选项对象集合
*
* @type {string}
* @memberof AppTreePicker
*/
public
items
:
Array
<
any
>
=
[];
/**
* 视图参数
*
* @type {string}
* @memberof AppTreePicker
*/
public
viewparam
:
any
=
JSON
.
stringify
(
this
.
viewparams
);
public
viewparam
:
any
=
JSON
.
stringify
(
this
.
viewparams
);
;
/**
* 视图上下文
...
...
@@ -139,12 +104,12 @@ export default class AppPickerSelectView extends Vue {
@
Prop
({
default
:
'srfkey'
})
public
deKeyField
!
:
string
;
/**
* 输入框值
(搜索值)
* 输入框值
*
* @type {string}
* @memberof AppTreePicker
*/
public
query
Value
:
any
=
''
;
public
input
Value
:
any
=
''
;
/**
* 值项名称
...
...
@@ -152,7 +117,7 @@ export default class AppPickerSelectView extends Vue {
* @type {string}
* @memberof AppPicker
*/
@
Prop
()
public
valueitem
!
:
string
;
@
Prop
()
public
valueitem
?
:
string
;
/**
* 关联视图名称
...
...
@@ -217,7 +182,7 @@ export default class AppPickerSelectView extends Vue {
* @memberof AppTreePicker
*/
public
OnInputChange
(
$event
:
any
){
let
_viewdata
=
Object
.
assign
({
query
:
this
.
query
Value
},
JSON
.
parse
(
this
.
viewdata
))
;
let
_viewdata
=
Object
.
assign
({
query
:
this
.
input
Value
},
JSON
.
parse
(
this
.
viewdata
))
;
this
.
viewdata
=
JSON
.
stringify
(
_viewdata
);
}
...
...
@@ -299,35 +264,9 @@ export default class AppPickerSelectView extends Vue {
* @param {*} oldVal
* @memberof AppPicker
*/
@
Watch
(
'value'
,
{
deep
:
true
}
)
@
Watch
(
'value'
)
public
onValueChange
(
newVal
:
any
,
oldVal
:
any
)
{
if
(
this
.
isSingleSelect
){
this
.
queryValue
=
newVal
;
if
(
!
this
.
data
||
!
this
.
valueitem
||
!
this
.
data
[
this
.
valueitem
])
{
this
.
$Notice
.
error
({
title
:
'错误'
,
desc
:
"编辑器"
+
this
.
name
+
'值项异常'
});
}
else
{
let
_viewparam
=
JSON
.
parse
(
this
.
viewparam
);
_viewparam
.
selectedData
=
[{
srfkey
:
this
.
data
[
this
.
valueitem
],
srfmajortext
:
this
.
value
}];
this
.
viewparam
=
JSON
.
stringify
(
_viewparam
);
}
}
else
{
this
.
keySet
=
[];
this
.
selectItems
=
[];
if
(
newVal
)
{
this
.
selectItems
=
JSON
.
parse
(
newVal
);
this
.
selectItems
.
forEach
((
item
:
any
)
=>
{
this
.
keySet
.
push
(
item
.
srfkey
);
let
index
=
this
.
items
.
findIndex
((
i
)
=>
Object
.
is
(
i
.
srfkey
,
item
.
srfkey
));
if
(
index
<
0
)
{
this
.
items
.
push
({
srfmajortext
:
item
.
srfmajortext
,
srfkey
:
item
.
srfkey
});
}
});
let
_viewparam
=
JSON
.
parse
(
this
.
viewparam
);
_viewparam
.
selectedData
=
this
.
selectItems
;
this
.
viewparam
=
JSON
.
stringify
(
_viewparam
);
}
}
this
.
$forceUpdate
();
this
.
inputValue
=
newVal
;
}
/**
...
...
@@ -362,37 +301,20 @@ export default class AppPickerSelectView extends Vue {
* @param {*} item
* @memberof AppTreePicker
*/
public
onViewdatasChange
(
$event
:
any
)
{
if
(
$event
.
length
==
0
){
public
setValue
(
item
:
any
)
{
this
.
visible
=
false
;
if
(
item
.
length
==
0
){
this
.
onClear
(
null
);
return
;
}
if
(
this
.
isSingleSelect
){
this
.
visible
=
false
;
if
(
this
.
valueitem
)
{
let
tempvalue
=
$event
[
0
][
this
.
deKeyField
]
?
$event
[
0
][
this
.
deKeyField
]
:
$event
[
0
].
srfkey
;
this
.
$emit
(
'formitemvaluechange'
,
{
name
:
this
.
valueitem
,
value
:
tempvalue
});
let
tempvalue
=
item
[
0
][
this
.
deMajorField
]
?
item
[
0
][
this
.
deKeyField
]
:
item
[
0
].
srfkey
;
this
.
$emit
(
'formitemvaluechange'
,
{
name
:
this
.
valueitem
,
value
:
item
[
0
][
this
.
deKeyField
]
});
}
if
(
this
.
name
)
{
let
tempvalue
=
$event
[
0
][
this
.
deMajorField
]
?
$event
[
0
][
this
.
deMajorField
]
:
$event
[
0
].
srfmajortext
;
let
tempvalue
=
item
[
0
][
this
.
deMajorField
]
?
item
[
0
][
this
.
deMajorField
]
:
item
[
0
].
srfmajortext
;
this
.
$emit
(
'formitemvaluechange'
,
{
name
:
this
.
name
,
value
:
tempvalue
});
}
}
else
{
let
selects
:
Array
<
any
>
=
[];
if
(
$event
&&
Array
.
isArray
(
$event
))
{
$event
.
forEach
((
select
:
any
)
=>
{
selects
.
push
({
srfkey
:
select
.
srfkey
,
srfmajortext
:
select
.
srfmajortext
});
let
index
=
this
.
items
.
findIndex
((
item
)
=>
Object
.
is
(
item
.
srfkey
,
select
.
srfkey
));
if
(
index
<
0
)
{
this
.
items
.
push
({
srfmajortext
:
select
.
srfmajortext
,
srfkey
:
select
.
srfkey
});
}
});
}
if
(
this
.
name
)
{
let
value
=
selects
.
length
>
0
?
JSON
.
stringify
(
selects
)
:
''
;
this
.
$emit
(
'formitemvaluechange'
,
{
name
:
this
.
name
,
value
:
value
});
}
}
}
/**
...
...
@@ -415,8 +337,11 @@ export default class AppPickerSelectView extends Vue {
* @memberof AppPicker
*/
public
openLinkView
(
$event
:
any
):
void
{
if
(
this
.
disabled
)
{
return
;
}
if
(
!
this
.
data
||
!
this
.
valueitem
||
!
this
.
data
[
this
.
valueitem
])
{
consol
e
.
error
({
title
:
'错误'
,
desc
:
'值项异常!'
});
this
.
$Notic
e
.
error
({
title
:
'错误'
,
desc
:
'值项异常!'
});
return
;
}
// 公共参数处理
...
...
@@ -535,26 +460,6 @@ export default class AppPickerSelectView extends Vue {
}
}
/**
* 下拉选中回调
*
* @param {*} selects 当前选中的key值集合
* @memberof AppMpicker
*/
public
onSelectChange
(
selects
:
any
)
{
let
val
:
Array
<
any
>
=
[];
if
(
selects
.
length
>
0
)
{
selects
.
forEach
((
select
:
any
)
=>
{
let
index
=
this
.
items
.
findIndex
((
item
)
=>
Object
.
is
(
item
[
this
.
deKeyField
],
select
));
if
(
index
>=
0
)
{
val
.
push
(
this
.
items
[
index
]);
}
});
}
let
value
=
val
.
length
>
0
?
JSON
.
stringify
(
val
)
:
''
;
this
.
$emit
(
'formitemvaluechange'
,
{
name
:
this
.
name
,
value
:
value
});
}
}
</
script
>
...
...
src/components/app-picker/app-picker.vue
浏览文件 @
cbe60b63
...
...
@@ -165,7 +165,7 @@ export default class AppPicker extends Vue {
* @type {string}
* @memberof AppPicker
*/
@
Prop
()
public
valueitem
!
:
string
;
@
Prop
()
public
valueitem
?
:
string
;
/**
* 值
...
...
@@ -401,7 +401,6 @@ export default class AppPicker extends Vue {
const
view
=
{
...
this
.
pickupView
};
let
_context
=
data
.
context
;
let
_param
=
data
.
param
;
_param
.
selectedData
=
[{
srfkey
:
this
.
data
[
this
.
valueitem
],
srfmajortext
:
this
.
curvalue
}];
// 判断打开方式
if
(
view
.
placement
&&
!
Object
.
is
(
view
.
placement
,
''
))
{
if
(
Object
.
is
(
view
.
placement
,
'POPOVER'
))
{
...
...
@@ -573,8 +572,11 @@ export default class AppPicker extends Vue {
* @memberof AppPicker
*/
public
openLinkView
(
$event
:
any
):
void
{
if
(
this
.
disabled
)
{
return
;
}
if
(
!
this
.
data
||
!
this
.
valueitem
||
!
this
.
data
[
this
.
valueitem
])
{
consol
e
.
error
({
title
:
'错误'
,
desc
:
'值项异常!'
});
this
.
$Notic
e
.
error
({
title
:
'错误'
,
desc
:
'值项异常!'
});
return
;
}
// 公共参数处理
...
...
src/components/app-span/app-span.vue
浏览文件 @
cbe60b63
...
...
@@ -44,14 +44,6 @@ export default class DropDownList extends Vue {
*/
public
text
:
any
=
''
;
/**
* 编辑器类型
*
* @type {string}
* @memberof AppSpan
*/
@
Prop
()
public
editorType
?:
string
;
/**
* 代码表标识
*
...
...
@@ -91,14 +83,6 @@ export default class DropDownList extends Vue {
* @memberof AppSpan
*/
public
load
(){
if
(
Object
.
is
(
this
.
editorType
,
'PICTURE'
)
||
Object
.
is
(
this
.
editorType
,
'PICTURE_ONE'
)
||
Object
.
is
(
this
.
editorType
,
'FILEUPLOADER'
)){
let
files
:
any
[]
=
JSON
.
parse
(
this
.
data
);
let
names
:
any
[]
=
[];
files
.
forEach
((
item
:
any
)
=>
{
names
.
push
(
item
.
name
);
});
this
.
text
=
names
.
join
(
','
);
}
else
{
if
(
this
.
tag
&&
Object
.
is
(
this
.
codelistType
,
"STATIC"
)){
const
codelist
=
this
.
$store
.
getters
.
getCodeList
(
this
.
tag
);
if
(
codelist
)
{
...
...
@@ -118,7 +102,6 @@ export default class DropDownList extends Vue {
this
.
setText
();
}
}
}
/**
* 设置显示值
...
...
src/components/app-tree-picker/app-tree-picker.vue
浏览文件 @
cbe60b63
...
...
@@ -13,7 +13,7 @@
:is=
"refviewname"
:viewdata=
"viewdata"
:viewparam=
"viewparam"
:i
sShowButton
=
"false"
:i
fShowButtons
=
"false"
:viewDefaultUsage=
"false"
@
viewdataschange=
"setValue"
style=
"height:100%;"
>
...
...
src/engine/view/mpickup-view-engine.ts
浏览文件 @
cbe60b63
...
...
@@ -95,9 +95,6 @@ export default class MPickupViewEngine extends ViewEngine {
});
const
_disbaled
:
boolean
=
this
.
view
.
containerModel
[
`view_
${
ctrlName
}
`
].
selections
.
length
>
0
?
true
:
false
;
this
.
view
.
containerModel
.
view_rightbtn
=
_disbaled
;
if
(
!
this
.
view
.
isShowButton
){
this
.
view
.
$emit
(
'viewdataschange'
,
[...
args
]);
}
}
/**
...
...
src/engine/view/pickup-view-engine.ts
浏览文件 @
cbe60b63
...
...
@@ -82,7 +82,7 @@ export default class PickupViewEngine extends ViewEngine {
this
.
view
.
viewSelections
=
[...
args
]
const
_disabled
:
boolean
=
this
.
view
.
viewSelections
.
length
>
0
?
false
:
true
;
this
.
view
.
containerModel
.
view_okbtn
.
disabled
=
_disabled
;
if
(
!
this
.
view
.
i
sShowButton
){
if
(
!
this
.
view
.
i
fShowButtons
){
this
.
view
.
$emit
(
'viewdataschange'
,
[...
args
]);
}
}
...
...
src/mock/upload/upload.ts
浏览文件 @
cbe60b63
...
...
@@ -6,7 +6,7 @@ Mock.mock(RegExp(new RegExp(/^\.\.\/ibizutil\/upload.*$/)),"post",(ops:any) => {
console
.
log
(
ops
)
// 先看一下这个ops是什么
console
.
log
(
ops
.
body
)
return
{
"
file
name"
:
"xxx.png"
,
"
fileid"
:
Random
.
string
(
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
,
32
)
"name"
:
"xxx.png"
,
"
id"
:
Random
.
string
(
128
)
};
});
\ No newline at end of file
src/model/chart-detail/chart-line-series.ts
已删除
100644 → 0
浏览文件 @
e8b78796
import
{
ChartSeries
}
from
'./chart-series'
;
/**
* 折线图序列模型
*
* @export
* @class ChartLineSeries
*/
export
class
ChartLineSeries
extends
ChartSeries
{
/**
* 分类属性
*
* @type {string}
* @memberof ChartLineSeries
*/
public
categorField
:
string
=
''
;
/**
* 值属性
*
* @type {string}
* @memberof ChartLineSeries
*/
public
valueField
:
string
=
''
;
/**
* 分类代码表
*
* @type {string}
* @memberof ChartLineSeries
*/
public
categorCodeList
:
any
=
null
;
/**
* 维度定义
*
* @type {string}
* @memberof ChartLineSeries
*/
public
dimensions
:
Array
<
string
>
=
[];
/**
* 维度编码
*
* @type {*}
* @memberof ChartLineSeries
*/
public
encode
:
any
=
null
;
/**
* Creates an instance of ChartLineSeries.
* ChartLineSeries 实例
*
* @param {*} [opts={}]
* @memberof ChartLineSeries
*/
constructor
(
opts
:
any
=
{})
{
super
(
opts
);
this
.
categorField
=
!
Object
.
is
(
opts
.
categorField
,
''
)
?
opts
.
categorField
:
''
;
this
.
categorCodeList
=
opts
.
categorCodeList
?
opts
.
categorCodeList
:
null
;
this
.
valueField
=
!
Object
.
is
(
opts
.
valueField
,
''
)
?
opts
.
valueField
:
''
;
this
.
dimensions
=
opts
.
dimensions
?
opts
.
dimensions
:
''
;
this
.
encode
=
opts
.
encode
?
opts
.
encode
:
null
;
}
/**
* 设置分类属性
*
* @param {string} state
* @memberof ChartLineSeries
*/
public
setCategorField
(
state
:
string
):
void
{
this
.
categorField
=
state
;
}
/**
* 设置序列名称
*
* @param {string} state
* @memberof ChartLineSeries
*/
public
setValueField
(
state
:
string
):
void
{
this
.
valueField
=
state
;
}
/**
* 分类代码表
*
* @param {*} state
* @memberof ChartLineSeries
*/
public
setCategorCodeList
(
state
:
any
):
void
{
this
.
categorCodeList
=
state
;
}
/**
* 维度定义
*
* @param {*} state
* @memberof ChartLineSeries
*/
public
setDimensions
(
state
:
any
):
void
{
this
.
dimensions
=
state
;
}
/**
* 设置编码
*
* @param {*} state
* @memberof ChartLineSeries
*/
public
setEncode
(
state
:
any
):
void
{
this
.
encode
=
state
;
}
}
\ No newline at end of file
src/model/chart-detail/chart-series.ts
已删除
100644 → 0
浏览文件 @
e8b78796
/**
* 图表序列模型
*
* @export
* @class ChartSeries
*/
export
class
ChartSeries
{
/**
* 序列类型
*
* @type {string}
* @memberof ChartSeries
*/
public
type
:
string
=
''
;
/**
* 图表对象
*
* @type {*}
* @memberof ChartSeries
*/
public
chart
:
any
=
null
;
/**
* 序列名称
*
* @type {string}
* @memberof ChartSeries
*/
public
name
:
string
=
''
;
/**
* 序列标题
*
* @type {string}
* @memberof ChartSeries
*/
public
caption
:
string
=
''
;
/**
* 序列名称属性
*
* @type {string}
* @memberof ChartSeries
*/
public
seriesField
:
string
=
''
;
/**
* 对象索引
*
* @type {number}
* @memberof ChartSeries
*/
public
index
:
number
=
0
;
/**
* 序列映射数据
*
* @type {*}
* @memberof ChartSeries
*/
public
dataSet
:
any
=
[];
/**
* Creates an instance of ChartSeries.
* ChartSeries 实例
*
* @param {*} [opts={}]
* @memberof ChartSeries
*/
constructor
(
opts
:
any
=
{})
{
this
.
type
=
!
Object
.
is
(
opts
.
type
,
''
)
?
opts
.
type
:
''
;
this
.
name
=
!
Object
.
is
(
opts
.
name
,
''
)
?
opts
.
name
:
''
;
this
.
caption
=
!
Object
.
is
(
opts
.
caption
,
''
)
?
opts
.
caption
:
''
;
this
.
seriesField
=
!
Object
.
is
(
opts
.
seriesField
,
''
)
?
opts
.
seriesField
:
''
;
this
.
index
=
this
.
index
?
this
.
index
:
0
;
this
.
chart
=
opts
.
chart
?
opts
.
chart
:
null
;
this
.
dataSet
=
opts
.
dataSet
?
opts
.
dataSet
:
[];
}
/**
* 设置序列类型
*
* @param {string} state
* @memberof ChartSeries
*/
public
setType
(
state
:
string
):
void
{
this
.
type
=
state
;
}
/**
* 设置序列名称
*
* @param {string} state
* @memberof ChartSeries
*/
public
setCaption
(
state
:
string
):
void
{
this
.
caption
=
state
;
}
/**
* 设置序列标题
*
* @param {string} state
* @memberof ChartSeries
*/
public
setName
(
state
:
string
):
void
{
this
.
name
=
state
;
}
/**
* 设置数据集
*
* @param {*} state
* @memberof ChartSeries
*/
public
setDataSet
(
state
:
any
):
void
{
this
.
dataSet
=
state
;
}
/**
* 设置序列映射的图表
*
* @param {*} state
* @memberof ChartSeries
*/
public
setChart
(
state
:
any
):
void
{
this
.
chart
=
state
;
}
/**
* 设置序列名称属性
*
* @param {*} state
* @memberof ChartSeries
*/
public
setSeriesField
(
state
:
any
):
void
{
this
.
seriesField
=
state
;
}
/**
* 设置对象索引
*
* @param {number} state
* @memberof ChartSeries
*/
public
setIndex
(
state
:
number
):
void
{
this
.
index
=
state
;
}
}
\ No newline at end of file
src/model/chart-detail/index.ts
已删除
100644 → 0
浏览文件 @
e8b78796
export
{
ChartLineSeries
}
from
'./chart-line-series'
;
src/styles/default.less
浏览文件 @
cbe60b63
...
...
@@ -4,62 +4,6 @@
@import '../theme/default.theme.less';
@import './var.css';
.ibiz-page-tag .tags-body .tags-container .ivu-tag.tag-is-active .ivu-tag-text {
color: #1890ff;
}
.ibiz-page-tag .tags-body .tags-container .ivu-tag .ivu-icon-ios-close {
display: none;
}
.ibiz-page-tag .tags-body .tags-container .ivu-tag.tag-is-active .ivu-icon-ios-close,
.ibiz-page-tag .tags-body .tags-container .ivu-tag:hover .ivu-icon-ios-close {
display: inline-block;
}
.ivu-card-head p {
font-size: 14px;
color: #333;
font-weight: 400;
}
.app-app-menu .app-menus .ivu-card .ivu-card-body{
line-height: 22px;
margin-left: 10px;
font-weight: 400;
}
.app-app-menu .app-menus .ivu-card:hover{
box-shadow: none;
}
.ivu-card-body .grid>.el-table .el-table__header-wrapper thead>tr th {
background: rgb(245,245,245);
border-right: 1px solid rgb(250,250,250);
text-align: center;
}
.el-table td, .el-table th.is-leaf {
border-bottom: 1px solid #ebeef5;
}
.el-table th {
padding: 5px 0;
}
.grid .el-table__body-wrapper .el-table__row td{
border-left: 1px solid rgb(245,245,245);
border-top: 1px solid rgb(245,245,245);
text-align: center;
}
.grid .el-table__body-wrapper .grid-selected-row{
background-color: #BADFFF !important;
}
.el-table th .sort-caret.ascending{
border-bottom-color: #f0f2f5;
}
.el-table th.ascending .sort-caret.ascending {
border-bottom-color: #909399;
}
.el-table th .sort-caret.descending{
border-top-color: #f0f2f5;
}
.el-table th.descending .sort-caret.descending {
border-top-color: #909399;
}
.view-container {
height: calc(100% - 38px);
...
...
@@ -71,22 +15,6 @@
height: 100%;
// display: flex;
// flex-direction: column;
> .ivu-card-head{
height: 50px;
border-color: rgb(221, 221, 221);
border-style: solid;
border-width: 0px 0px 1px;
margin: 0px 0px 11px;
padding: 6px 0px;
> p{
height: 50px;
> .caption-info{
line-height: 50px;
font-size: 18px;
color: #1890ff;
}
}
}
> .ivu-card-body {
// height: 50%;
// flex-grow: 1;
...
...
@@ -99,6 +27,9 @@
flex-direction: column;
}
}
>.ivu-card-head{
border:0;
}
}
> .view-card.view-no-caption.view-no-toolbar {
> .ivu-card-body {
...
...
src/theme/blue.theme.less
浏览文件 @
cbe60b63
...
...
@@ -7,7 +7,7 @@
color: #6ba1d1;
}
.page-logo {
color: #
fff;
color: #fff
fff;
}
.header-right {
.app-header-user {
...
...
src/theme/dark-blue.theme.less
浏览文件 @
cbe60b63
...
...
@@ -7,7 +7,7 @@
color: #606d80;
}
.page-logo {
color: #
fff;
color: #fff
fff;
}
.header-right {
.app-header-user {
...
...
src/theme/default.theme.less
浏览文件 @
cbe60b63
/*** BRGIN:默认亮色主题 ***/
.app-default-theme {
> header {
background-color: #f6f6f6
;
background-color: #e1e1e1
;
color: #aaaaaa;
.app-theme-icon {
color: #aaaaaa;
...
...
@@ -46,13 +46,13 @@
background-color: #f6f6f6;
.sider-top {
.ivu-icon {
background: #f6f6f6
;
color: #aaaaaa
;
background: #ccd3dd
;
color: #fff
;
}
}
.app-menu {
> .el-menu-item.is-active, > .el-submenu.is-active > .el-submenu__title {
border-left: 4px solid #1890ff
;
border-left: 4px solid #3fd5c0
;
}
}
}
...
...
@@ -60,18 +60,18 @@
> .el-menu , > .ivu-layout > .ivu-layout-sider .app-app-menu > .app-menu {
background: #f6f6f6;
.el-menu-item:hover, .el-menu-item.is-active {
background: #fff
!important;
color: #1890ff
!important;
background: #e9e9e9
!important;
color: #666666
!important;
i {
color: #1890ff
;
color: #666666
;
}
}
.el-submenu.is-opened, .el-submenu:hover, .el-submenu.is-active {
> .el-submenu__title {
background: #fff
!important;
color: #1890ff
!important;
background: #e9e9e9
!important;
color: #666666
!important;
i {
color: #1890ff
;
color: #666666
;
}
}
}
...
...
src/utils/ui-conunter/ui-counter.ts
0 → 100644
浏览文件 @
cbe60b63
import
{
Http
}
from
'./../http/http'
;
import
{
Subject
}
from
'rxjs'
;
/**
* 计数器对象
*
* @export
* @class UICounter
*/
export
class
UICounter
{
/**
* 定时器时间
*
* @private
* @type {*}
* @memberof UICounter
*/
private
timer
:
number
;
/**
* 定时器
*
* @private
* @type {*}
* @memberof UICounter
*/
private
timerTag
:
any
=
null
;
/**
* 计数器id
*
* @private
* @type {*}
* @memberof UICounter
*/
private
counterId
:
string
=
''
;
/**
* 计数器交互数据
*
* @private
* @type {*}
* @memberof UICounter
*/
private
data
:
any
=
{};
/**
* url
*
* @type {string}
* @memberof UICounter
*/
public
url
:
string
=
''
;
/**
* 请求
*
* @private
* @type {Http}
* @memberof UICounter
*/
private
http
:
Http
=
Http
.
getInstance
();
/**
* 计数器对象订阅对象
*
* @type {Subject<any>}
* @memberof UICounter
*/
public
uiCounterData
:
Subject
<
any
>
=
new
Subject
();
/**
* Creates an instance of UICounter.
* 创建 UICounter 服务对象
*
* @param {*} [config={}]
* @memberof UICounter
*/
constructor
(
config
:
any
=
{})
{
this
.
counterId
=
config
.
counterId
;
this
.
timer
=
config
.
timer
;
this
.
url
=
config
.
url
;
this
.
load
();
}
/**
* 加载定时器
*
* @memberof UICounter
*/
private
load
():
void
{
if
(
this
.
timer
>
1000
)
{
this
.
timerTag
=
setInterval
(()
=>
{
this
.
reload
();
},
this
.
timer
);
}
this
.
reload
();
}
/**
* 刷新计数器
*
* @private
* @param {*} [arg={}]
* @memberof UICounter
*/
public
reload
(
arg
:
any
=
{}):
void
{
this
.
http
.
get
(
this
.
url
).
then
((
response
:
any
)
=>
{
if
(
!
response
||
response
.
status
!==
200
)
{
return
;
}
const
{
data
:
result
}
=
response
;
this
.
setData
(
result
);
}).
catch
((
response
:
any
)
=>
{
});
}
/**
* 处理数据
*
* @private
* @param {*} result
* @memberof UICounter
*/
private
setData
(
result
:
any
):
void
{
this
.
data
=
result
;
this
.
uiCounterData
.
next
(
this
.
data
);
}
/**
* 获取数据
*
* @returns {*}
* @memberof UICounter
*/
public
getData
():
any
{
return
this
.
data
;
}
/**
* 关闭计数器
*
* @memberof UICounter
*/
public
close
():
void
{
if
(
this
.
timerTag
!==
undefined
)
{
clearInterval
(
this
.
timerTag
);
delete
this
.
timer
;
}
}
}
\ No newline at end of file
yarn.lock
浏览文件 @
cbe60b63
...
...
@@ -794,41 +794,6 @@
debug "^3.1.0"
lodash.once "^4.1.1"
"@fullcalendar/core@^4.4.0", "@fullcalendar/core@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/core/-/core-4.4.0.tgz#79dbc0cca836ce628a07e739a456da11ff141373"
integrity sha512-PC4mmXHJHAlXmUEmZVnePyA8yYCOBdxBNq8yjJqedEtT1X0x36yTFz/Y0Ux6bniICZDqYtk0xoxe6jaxi++e0g==
"@fullcalendar/daygrid@^4.4.0", "@fullcalendar/daygrid@~4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/daygrid/-/daygrid-4.4.0.tgz#25fcae7226b62688b4e086a611582e72253b5229"
integrity sha512-pDfvL0XZxKHTZ4VFOmwaYe3LmuABEIZsEopeqQ8y5O6BDen9KCbJqgHeCI8FpASSBd6bNlUx7il7EHdSoHhgIw==
"@fullcalendar/interaction@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/interaction/-/interaction-4.4.0.tgz#fc8f8baaf5cb3533d6ce0a684d6f9952a4430685"
integrity sha512-nGu0ZzYYlNpIhqfyv3JupteWKFETs3W1MzbRJcEZkuPncn4BooEi4A2blgHfacHAmmpaNkT84tAmhzi734MFBA==
"@fullcalendar/list@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/list/-/list-4.4.0.tgz#8edab49d06903b7de0ca68eefc1d44d0a58860a9"
integrity sha512-uUDSPS71czNTK5Z3x3HzeE3KIvqkCfvhY+mGFdaAL6+7VpCwEIfB6s3GIJOjzu9TONmczMk4jdq0b1WUFLY5PQ==
"@fullcalendar/timegrid@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/timegrid/-/timegrid-4.4.0.tgz#c5837cfd676afff0d95535ac4cc054ed65965976"
integrity sha512-QwJ9oM87/ZTbXaE8PMIVp20GPtVCFmroaeR1GydJ6BKYtbxG/nsaSv7RhqvDa2jLjHaTWC2NjHo9hRfjQjtCZA==
dependencies:
"@fullcalendar/daygrid" "~4.4.0"
"@fullcalendar/vue@^4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@fullcalendar/vue/-/vue-4.4.0.tgz#d7c7025217d09407939d6bad687629d217501b27"
integrity sha512-9lvlUhQRvqBMstLqfsnwZ8EBHV0PMETgWnlCvpMZfA9zBfB9tb0f6mSFRScKbYDiT4wPpigBjJXMFaoRlqHleA==
dependencies:
"@fullcalendar/core" "~4.4.0"
fast-deep-equal "^2.0.1"
"@hapi/address@2.x.x":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
...
...
@@ -861,178 +826,6 @@
dependencies:
"@hapi/hoek" "^8.3.0"
"@interactjs/actions@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/actions/-/actions-1.9.7.tgz#b015931f406e090e48d3244343cf7b2cc53c90f1"
integrity sha512-j5+2Cj1Ra3/0BgfCqL7hKGw7kOZyOBg3HXi+EJ9AT0sJzetjwsRt5YlvCm9URH8XcY7sNlFi8gD5mPFjD8DZaw==
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/arrange@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/arrange/-/arrange-1.9.7.tgz#42323ce4b1af905d6e4ab76fc066cd1573bd41ee"
integrity sha512-gXcj4Gti3WsRmJ4Ohr5toUl7AjsBOY6Ik5SX69X3AZKrQpDJfkNBcOZJ/AlAPLXIwjBV8rRQiddYgB+SXCJcBg==
"@interactjs/auto-scroll@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/auto-scroll/-/auto-scroll-1.9.7.tgz#e6c2e67b6ed43dd0dd6a84e96b5d1389a20a647a"
integrity sha512-/753R5h8z1VQ/aS5VsqI6C0V6fwb3934tP7s+htHL27aPVxyz20kfZVd74t5BmPSUAxAyDqwNVZ1vgjGLCSyAQ==
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/auto-start@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/auto-start/-/auto-start-1.9.7.tgz#4afa53c7c869170cb3a01a0019aa30791b3c5d18"
integrity sha512-fKn7Yrl6idw7gxbAC0zvcQLSTsUE9WGs71+Y9WVj+ICQMkTO19ci9Y1lCBdo1AP/njLaQp8yPbHoUe5pI7eW6w==
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/clone@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/clone/-/clone-1.9.7.tgz#fdde8307835cecadd9e29f597ecff890d03167fc"
integrity sha512-GNlGh5sKVFYcpOn7Z3HNOLItBdzG3f6t38soUowCmNv4Rd19nmnXkvKKVhfodjfBk26fsdXFI6EZ3iduzYsmAg==
"@interactjs/components@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/components/-/components-1.9.7.tgz#40ec9889fd1e94d07c67001b36dd39d113b3e762"
integrity sha512-TdNlJVbKKLy2ZmNtpjhxQkQls1SqXXFSyY4JfAGRG23UOOMrjoG4+56RAe4tlOpHSIIfEER5skvgBSv6UFajHw==
"@interactjs/core@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/core/-/core-1.9.7.tgz#1fdf924c369df23ffe1300af9c945f2651538043"
integrity sha512-fN7OfPNU9jgS+hEqe0+OJvJjp/XgNE9lkuCnH57/xtT4nfDca/43BkE57bNoEXhM9Ym5js2Ium+MbUTUVyZ+3A==
"@interactjs/dev-tools@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/dev-tools/-/dev-tools-1.9.7.tgz#91eab3f10806b84b95c313ef5f06408c2d3251cf"
integrity sha512-LhLeLZw2joG13j3hUAuhmC9HTsVCnUEggcScgCcpY/SQRA51JCCM9lEcXnwTxTxd02v6A/tueoyUdONm2lniCA==
dependencies:
"@interactjs/utils" "1.9.7"
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/feedback@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/feedback/-/feedback-1.9.7.tgz#0e3ea3c8e863fdf89d8afee0a1ae5838e9f13d09"
integrity sha512-CcgTv2mhCWpH0w6Fq12K6kiV1BSozt8Rdy02yXg927ruKChr7pIQvvZP7TpxfZoBFCN9JJxN3KvQpcfsUQsafQ==
"@interactjs/inertia@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/inertia/-/inertia-1.9.7.tgz#e8c8ed702bd23d0182a1a0ddbca4be7419826511"
integrity sha512-WeVKgztqODjE+fbYuIayJv4cdqwBz4wJ45RC2qYhYWhzsHL0LUbJhEs6sCnV3q+2wZEVMdB8oURh8tnqECBIGg==
dependencies:
"@interactjs/offset" "1.9.7"
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/interact@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/interact/-/interact-1.9.7.tgz#be988cfb15b13f2cfc0aa68ce826761d49f46e8a"
integrity sha512-BocTUB8TfZ3USuN1s7xP+3Uhvb7dnZFNTfr3Ux6Nv2BxKLMz/bIU2fZhYAHw7xApIMKfYyRuUNxSyGM5iyCaEA==
dependencies:
"@interactjs/core" "1.9.7"
"@interactjs/types" "1.9.7"
"@interactjs/utils" "1.9.7"
"@interactjs/interactjs@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/interactjs/-/interactjs-1.9.7.tgz#995b6d9b4abd03a84b02c887315768ab2421b35c"
integrity sha512-D3wdlwUQRS8t8r7TopYlkjKsONxazrZu8R4DBL+czUrm26Il/0427+uoV92iMgDUZpw5fYLt1dzqzozUL/y6Dw==
dependencies:
"@interactjs/actions" "1.9.7"
"@interactjs/arrange" "1.9.7"
"@interactjs/auto-scroll" "1.9.7"
"@interactjs/auto-start" "1.9.7"
"@interactjs/clone" "1.9.7"
"@interactjs/components" "1.9.7"
"@interactjs/core" "1.9.7"
"@interactjs/dev-tools" "1.9.7"
"@interactjs/feedback" "1.9.7"
"@interactjs/inertia" "1.9.7"
"@interactjs/interact" "1.9.7"
"@interactjs/modifiers" "1.9.7"
"@interactjs/multi-target" "1.9.7"
"@interactjs/offset" "1.9.7"
"@interactjs/pointer-events" "1.9.7"
"@interactjs/reflow" "1.9.7"
"@interactjs/types" "1.9.7"
"@interactjs/utils" "1.9.7"
"@interactjs/vue" "1.9.7"
"@interactjs/modifiers@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/modifiers/-/modifiers-1.9.7.tgz#dcb37e3782c91d7f8b28008d68ec5ebc26101e7a"
integrity sha512-1trdJ6E85DiUn2u0zvqLYt77aoug0VYDg8c1GyzcLm64t8CYw+PggTQKqhy+kJiKb30QsgUuhsR5aQdlotguew==
dependencies:
"@interactjs/snappers" "1.9.7"
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/multi-target@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/multi-target/-/multi-target-1.9.7.tgz#bb4de8612f6a649e18d40b93ed5461cde72f79ee"
integrity sha512-hqw4sCKYxUZV00u0ikEM66t6zrCP8t3TDgDPrph274LmEUIdfGrCsv7xWLIEdke63h0pt3lO1V5H8N/rMoGs0A==
"@interactjs/offset@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/offset/-/offset-1.9.7.tgz#5a2aec0f25781bd1728c71fe8c16a55edc3f5b8e"
integrity sha512-IMCizwVDk2hj8yNNTfLnqdK9GuSlFSS8GxK2ZGUGNSQSPh3b6vrkkIrxwA/qHjDGUUuDP+ZWvlAF4D0/OAc74g==
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/pointer-events@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/pointer-events/-/pointer-events-1.9.7.tgz#5a0e0daff1c322c6cbff8cbb8052c531d66d1aad"
integrity sha512-Vl/+GTVnZlw8DQ7YN7D1oIIZLiqPL/KgdfRrGHSidsLmo/WJNM2TsJJsJcRMY/IiEQrtTvp/fSKG6rNWyzIr5w==
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/reflow@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/reflow/-/reflow-1.9.7.tgz#77494d83e1a13236ca841adba997faaaf6eb633c"
integrity sha512-npuIadX3YBoFFqJbM+LQZgPyw/IYq3HwYM2WNi8Bc/feCy1Ia12uF4Lwi5Rj+8jcA5FyInHzZXBUJCcHO1zaFQ==
optionalDependencies:
"@interactjs/interact" "1.9.7"
"@interactjs/snappers@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/snappers/-/snappers-1.9.7.tgz#b2f3752ab25c886cd5ae1f4c0478964b9b8b652e"
integrity sha512-EfKsgTi8yCtNWRHSU2INfMob5eMUBY8Wrh53tszgh94JstyKwlmzG2mH6eGwdN7pU3//h0AM4ThuqOmbIYUPCw==
"@interactjs/symbol-tree@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/symbol-tree/-/symbol-tree-1.9.7.tgz#2aec371ded47be71cfa359305da959b382de66ff"
integrity sha512-zLRpXVtzq/TxG6MwT1FhkBNoFGZlYxNd52RZ6Wy5XyPAsxaZoXqNzDUT6See/xe2X80gzvT78dkT5uKSUE3I2w==
"@interactjs/types@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/types/-/types-1.9.7.tgz#6e7a8bc26d99bd5f324312950b948b936f6d42e0"
integrity sha512-Z6fPHp2JjCYg4SJ/DhaIqelY1WA6Oppw87PscOM+28jPc2q5pTUMlFzAY0QQlF43t4PFiCAZVhmBGZzgMfyF0A==
dependencies:
"@interactjs/actions" "1.9.7"
"@interactjs/arrange" "1.9.7"
"@interactjs/auto-scroll" "1.9.7"
"@interactjs/auto-start" "1.9.7"
"@interactjs/core" "1.9.7"
"@interactjs/dev-tools" "1.9.7"
"@interactjs/inertia" "1.9.7"
"@interactjs/modifiers" "1.9.7"
"@interactjs/pointer-events" "1.9.7"
"@interactjs/reflow" "1.9.7"
"@interactjs/snappers" "1.9.7"
"@interactjs/symbol-tree" "1.9.7"
"@interactjs/utils" "1.9.7"
"@interactjs/utils@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/utils/-/utils-1.9.7.tgz#390f574c5b8adbf9cc527affb686d9233d241eec"
integrity sha512-7/j0UmeuBHi20FHlqKN9KbndulLEuTiPIPID5nEw+1F/jMKucn3uPIXfruSkbcGswltqTCR0QHhICMLXhFRVhw==
"@interactjs/vue@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@interactjs/vue/-/vue-1.9.7.tgz#9942407a144b4cd9d1f264ccaaf43d75f5a00a60"
integrity sha512-Y1mjCB5tGxsaUkfYP/i1dIoBRnxkDpvZtmfKp38u1SRt3QCfNznKf4252QC7RBTSgIL/Cohi8c/oAq++ZpkTSQ==
"@intervolga/optimize-cssnano-plugin@^1.0.5":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz#be7c7846128b88f6a9b1d1261a0ad06eb5c0fdf8"
...
...
@@ -1250,13 +1043,6 @@
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
"@types/echarts@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@types/echarts/-/echarts-4.4.3.tgz#9a04003c3a70cc6feb38de5220cc1d079f19f2cb"
integrity sha512-HmDmg9hDJQC5KOpNOeVgcaBM+emDiduNyCCHVInDrVVfLDVPuK4fSSISy39kn1HqPa1hYDQ96FIGEhjRNGHhPA==
dependencies:
"@types/zrender" "*"
"@types/events@*":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
...
...
@@ -1365,11 +1151,6 @@
dependencies:
"@types/yargs-parser" "*"
"@types/zrender@*":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/zrender/-/zrender-4.0.0.tgz#a6806f12ec4eccaaebd9b0d816f049aca6188fbd"
integrity sha512-s89GOIeKFiod2KSqHkfd2rzx+T2DVu7ihZCBEBnhFrzvQPUmzvDSBot9Fi1DfMQm9Odg+rTqoMGC38RvrwJK2w==
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"
...
...
@@ -1845,14 +1626,6 @@ address@^1.1.2:
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
adler-32@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/adler-32/-/adler-32-1.2.0.tgz#6a3e6bf0a63900ba15652808cb15c6813d1a5f25"
integrity sha1-aj5r8KY5ALoVZSgIyxXGgT0aXyU=
dependencies:
exit-on-epipe "~1.0.1"
printj "~1.1.0"
aggregate-error@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0"
...
...
@@ -2767,16 +2540,6 @@ caseless@~0.12.0:
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
cfb@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/cfb/-/cfb-1.1.4.tgz#81fd35ede4c919d8f0962a94582e1dfaf7051e2a"
integrity sha512-rwFkl3aFO3f+ljR27YINwC0x8vPjyiEVbYbrTCKzspEf7Q++3THdfHVgJYNUbxNcupJECrLX+L40Mjm9hm/Bgw==
dependencies:
adler-32 "~1.2.0"
commander "^2.16.0"
crc-32 "~1.2.0"
printj "~1.1.2"
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
...
...
@@ -2994,14 +2757,6 @@ code-point-at@^1.0.0:
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
codepage@~1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/codepage/-/codepage-1.14.0.tgz#8cbe25481323559d7d307571b0fff91e7a1d2f99"
integrity sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k=
dependencies:
commander "~2.14.1"
exit-on-epipe "~1.0.1"
collection-visit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
...
...
@@ -3067,21 +2822,16 @@ commander@2.15.1:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
integrity sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==
commander@2.17.x
, commander@~2.17.1
:
commander@2.17.x:
version "2.17.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==
commander@^2.12.1, commander@^2.1
6.0, commander@^2.1
8.0, commander@^2.19.0, commander@^2.20.0, commander@~2.20.3:
commander@^2.12.1, commander@^2.18.0, commander@^2.19.0, commander@^2.20.0, commander@~2.20.3:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
commander@~2.14.1:
version "2.14.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa"
integrity sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==
commander@~2.19.0:
version "2.19.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
...
...
@@ -3273,14 +3023,6 @@ cosmiconfig@^5.0.0:
js-yaml "^3.13.1"
parse-json "^4.0.0"
crc-32@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.0.tgz#cb2db6e29b88508e32d9dd0ec1693e7b41a18208"
integrity sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==
dependencies:
exit-on-epipe "~1.0.1"
printj "~1.1.0"
create-ecdh@^4.0.0:
version "4.0.3"
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
...
...
@@ -3954,13 +3696,6 @@ ecc-jsbn@~0.1.1:
jsbn "~0.1.0"
safer-buffer "^2.1.0"
echarts@^4.6.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/echarts/-/echarts-4.7.0.tgz#5b3875a4c2f91e3929425fabab9eace7e4098b3f"
integrity sha512-NlOTdUcAsIyCCG+N4uh0ZEvXtrPW2jvcuqf03RyqYeCKzyPbiOQ4I3MdKXMhxG3lBdqQNdNXVT71SB4KTQjN0A==
dependencies:
zrender "4.3.0"
editorconfig@^0.15.3:
version "0.15.3"
resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-0.15.3.tgz#bef84c4e75fb8dcb0ce5cee8efd51c15999befc5"
...
...
@@ -3991,13 +3726,6 @@ elegant-spinner@^1.0.1:
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=
element-resize-detector@^1.1.15:
version "1.2.1"
resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.1.tgz#b0305194447a4863155e58f13323a0aef30851d1"
integrity sha512-BdFsPepnQr9fznNPF9nF4vQ457U/ZJXQDSNF1zBe7yaga8v9AdZf3/NElYxFdUh7SitSGt040QygiTo6dtatIw==
dependencies:
batch-processor "1.0.0"
element-resize-detector@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.0.tgz#63344fd6f4e5ecff6f018d027e17b281fd4fa338"
...
...
@@ -4299,11 +4027,6 @@ exit-hook@^1.0.0:
resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"
integrity sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=
exit-on-epipe@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz#0bdd92e87d5285d267daa8171d0eb06159689692"
integrity sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==
exit@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
...
...
@@ -4514,11 +4237,6 @@ file-loader@^4.2.0:
loader-utils "^1.2.3"
schema-utils "^2.5.0"
file-saver@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.2.tgz#06d6e728a9ea2df2cce2f8d9e84dfcdc338ec17a"
integrity sha512-Wz3c3XQ5xroCxd1G8b7yL0Ehkf0TC9oYC6buPFkNnU9EnaPlifeAFCyCh+iewXTyFRcg0a6j3J7FmJsIhlhBdw==
file-uri-to-path@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
...
...
@@ -4665,11 +4383,6 @@ forwarded@~0.1.2:
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=
frac@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/frac/-/frac-1.1.2.tgz#3d74f7f6478c88a1b5020306d747dc6313c74d0b"
integrity sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==
fragment-cache@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
...
...
@@ -5333,14 +5046,6 @@ ini@^1.3.4:
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
interactjs@^1.6.3, interactjs@^1.9.4:
version "1.9.7"
resolved "https://registry.yarnpkg.com/interactjs/-/interactjs-1.9.7.tgz#ebcbc3cab9c63f4cd66aa650a5918bcc2aaeeead"
integrity sha512-X8Y4iSeFdy8bnFkbrDJ5C/HwGKCgLUHhOdfvxLsx/f1YlYZ23qBA4aYoB74Qw0CG/mMenYiOFLxbDIaly8hhzQ==
dependencies:
"@interactjs/interactjs" "1.9.7"
"@interactjs/types" "1.9.7"
internal-ip@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
...
...
@@ -8174,11 +7879,6 @@ pretty@2.0.0:
extend-shallow "^2.0.1"
js-beautify "^1.6.12"
printj@~1.1.0, printj@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222"
integrity sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==
private@^0.1.6:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
...
...
@@ -8372,11 +8072,6 @@ raw-body@2.4.0:
iconv-lite "0.4.24"
unpipe "1.0.0"
raw-loader@~0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-0.5.1.tgz#0c3d0beaed8a01c966d9787bf778281252a979aa"
integrity sha1-DD0L6u2KAclm2Xh793goElKpeao=
react-is@^16.8.4:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
...
...
@@ -8800,13 +8495,6 @@ schema-utils@^2.0.0, schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6
ajv "^6.10.2"
ajv-keywords "^3.4.1"
script-loader@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/script-loader/-/script-loader-0.7.2.tgz#2016db6f86f25f5cf56da38915d83378bb166ba7"
integrity sha512-UMNLEvgOAQuzK8ji8qIscM3GIrRCWN6MmMXGD4SD5l6cSycgGsCo0tX5xRnfQcoghqct0tjHjcykgI1PyBE2aA==
dependencies:
raw-loader "~0.5.1"
select-hose@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
...
...
@@ -9152,13 +8840,6 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
ssf@~0.10.3:
version "0.10.3"
resolved "https://registry.yarnpkg.com/ssf/-/ssf-0.10.3.tgz#8eae1fc29c90a552e7921208f81892d6f77acb2b"
integrity sha512-pRuUdW0WwyB2doSqqjWyzwCD6PkfxpHAHdZp39K3dp/Hq7f+xfMwNAWIi16DyrRg4gg9c/RvLYkJTSawTPTm1w==
dependencies:
frac "~1.1.2"
sshpk@^1.7.0:
version "1.16.1"
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
...
...
@@ -10070,14 +9751,6 @@ vue-class-component@^7.0.2, vue-class-component@^7.1.0:
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.2.2.tgz#aecc6d28801f64c61eb04407cf3a5476da26b0c0"
integrity sha512-QjVfjRffux0rUBNtxr1hvUxDrfifDvk9q/OSdB/sKIlfxAudDF2E1YTeiEC+qOYIOOBGWkgSKQSnast6H+S38w==
vue-grid-layout@^2.3.7:
version "2.3.7"
resolved "https://registry.yarnpkg.com/vue-grid-layout/-/vue-grid-layout-2.3.7.tgz#d148f013ef2ca9dc1cb5d5298e7966aa50f54431"
integrity sha512-q3FMiuog0hPsK/IUKtlg2A/lwPo86YlLaX9+wEiCTjUU++GabM2o9hDhRVruDJZLUah55iTg8LRttBxrxPv0WQ==
dependencies:
element-resize-detector "^1.1.15"
interactjs "^1.6.3"
vue-hot-reload-api@^2.3.0:
version "2.3.4"
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
...
...
@@ -10401,11 +10074,6 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"
wmf@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wmf/-/wmf-1.0.2.tgz#7d19d621071a08c2bdc6b7e688a9c435298cc2da"
integrity sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==
word-wrap@~1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
...
...
@@ -10489,20 +10157,6 @@ ws@^7.0.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.1.tgz#03ed52423cd744084b2cf42ed197c8b65a936b8e"
integrity sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==
xlsx@^0.15.6:
version "0.15.6"
resolved "https://registry.yarnpkg.com/xlsx/-/xlsx-0.15.6.tgz#461f841d6d9ea1a8375e2cd246bf23aece08a1d5"
integrity sha512-7vD9eutyLs65iDjNFimVN+gk/oDkfkCgpQUjdE82QgzJCrBHC4bGPH7fzKVyy0UPp3gyFVQTQEFJaWaAvZCShQ==
dependencies:
adler-32 "~1.2.0"
cfb "^1.1.4"
codepage "~1.14.0"
commander "~2.17.1"
crc-32 "~1.2.0"
exit-on-epipe "~1.0.1"
ssf "~0.10.3"
wmf "~1.0.1"
xml-name-validator@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
...
...
@@ -10644,8 +10298,3 @@ yorkie@^2.0.0:
is-ci "^1.0.10"
normalize-path "^1.0.0"
strip-indent "^2.0.0"
zrender@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/zrender/-/zrender-4.3.0.tgz#9f056121b20bbae44414d287bf6a119ff7042661"
integrity sha512-Dii6j2bDsPkxQayuVf2DXJeruIB/mKVxxcGRZQ9GExiBd4c3w7+oBuvo1O/JGHeFeA1nCmSDVDs/S7yKZG1nrA==
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录